Kovid Goyal
0e16172f28
Merge branch 'master' of https://github.com/davidfor/calibre
2016-09-02 19:51:58 +05:30
David
f924418f32
Kobo decided the new firmware should be 4.0.
2016-09-02 23:19:35 +10:00
Kovid Goyal
01c21e3a2b
PDF Output: Turn off font hinting in WebKit
...
Requires a patched Qt WebKit, which will be available in the calibre 3
binary builds.
2016-09-02 14:45:56 +05:30
Kovid Goyal
be785b1143
PDF Output: Fix OpenType fonts with CFF font data not embeddable on windows
...
Qt now uses DirectWrite on windows, which means CFF fonts work
2016-09-02 13:12:03 +05:30
Kovid Goyal
47319bdccb
version 2.66.0
v2.66.0
2016-09-02 07:21:50 +05:30
Kovid Goyal
9d49446236
DOCX Input: Fix right-to-left alignment not working for footnotes. Fixes #1617254 [Left aligned footnotes appear right aligned]( https://bugs.launchpad.net/calibre/+bug/1617254 )
2016-09-01 22:29:53 +05:30
Kovid Goyal
70f7e0438b
Portable Installer: Auto-create the directory specified ont he command line if it does not exist
2016-09-01 16:15:13 +05:30
Kovid Goyal
afb8f797c6
A better error message when the user tries to use the Manage Collections action in the library view
2016-09-01 14:34:46 +05:30
Kovid Goyal
942b4e3a0e
Workaround for Qt being unable to anti-alias rotated text on windows
2016-09-01 14:20:48 +05:30
Kovid Goyal
c868fdd32e
Workaround for Win10's broken scaling of taskbar icons
...
Also set the app user model id explicitly for all three main calibre GUI
programs.
2016-09-01 14:11:47 +05:30
Kovid Goyal
eb91bf77e2
Include the Mac Extras Qt module
2016-09-01 10:04:23 +05:30
Kovid Goyal
3ca5a472e6
Use common icon for notifier and main app bundles
2016-09-01 09:54:31 +05:30
Kovid Goyal
071c41a92d
Sending email: Allow setting up a mail relay that uses encryption without a username and password. Fixes #1618528 [SMTP to device does not accept blank username / password]( https://bugs.launchpad.net/calibre/+bug/1618528 )
2016-09-01 08:43:33 +05:30
Kovid Goyal
554886b958
Fix high DPI rendering of the welcome wizard
2016-09-01 08:27:53 +05:30
Kovid Goyal
9f388e3564
Driver for the PocketBook Touch HD
...
Fixes #1618962 [Driver for PocketBook Touch HD](https://bugs.launchpad.net/calibre/+bug/1618962 )
2016-09-01 08:00:35 +05:30
Kovid Goyal
638acca9b3
Linux: Fix calibre not working when the username is non-ASCII. Fixes #1619056 [Calibre doesn't allow non-ascii usernames]( https://bugs.launchpad.net/calibre/+bug/1619056 )
2016-09-01 07:47:35 +05:30
Kovid Goyal
d6c3a1b1e1
DOCX Output: Ignore invalid text-indent values in the input document instead of erroring out. Fixes #1618869 [EPUB to DOCX conversion fails]( https://bugs.launchpad.net/calibre/+bug/1618869 )
2016-08-31 20:01:57 +05:30
Kovid Goyal
0f0ba7af23
Kobo driver: Add support for firmware version 3.20 and also fix the ignore collections in option not working
...
Merge branch 'master' of https://github.com/davidfor/calibre
2016-08-31 19:37:34 +05:30
David
c9e0721bef
Fix ignore collection deleting and bump firmware version.
...
I forgot to test the ignore collections and delete empty collection
option together. This fixes that.
Plus, have confirmed the firmware for the new Aura One in the 3.20.x
series.
2016-08-31 23:11:08 +10:00
Kovid Goyal
26bc7e0acf
A favicon for the download server
2016-08-31 11:32:41 +05:30
Kovid Goyal
c17c08f282
Change the copy to library icon to use the new calibre logo as well
2016-08-31 09:56:41 +05:30
Kovid Goyal
e1a628d533
Nicer rendering for the splash screen message
2016-08-31 09:34:20 +05:30
Kovid Goyal
f629347c7a
...
2016-08-31 07:43:53 +05:30
Kovid Goyal
3026d5501d
...
2016-08-30 17:38:47 +05:30
Kovid Goyal
1057a82ab7
...
2016-08-30 15:58:26 +05:30
Kovid Goyal
62118462b2
A new high resolution calibre logo
...
The old log was only available as a raster image at 512x512. This is
insufficient for the splash screen on high DPI monitors. So create a new
SVG logo (similar in look to the old one, but simplified).
2016-08-30 15:56:04 +05:30
Kovid Goyal
db2fdbc4a9
Fix high dpi rendering of splash screen
2016-08-30 09:45:54 +05:30
Kovid Goyal
3f434bee3f
...
2016-08-30 09:41:53 +05:30
Kovid Goyal
68c1303c21
Fix cover display on high dpi screens in the edit metadata and convert dialog
2016-08-30 09:38:37 +05:30
Kovid Goyal
2035356c53
Fix #1618277 [[Cosmetic] Editing the new short-text column type]( https://bugs.launchpad.net/calibre/+bug/1618277 )
2016-08-30 09:17:19 +05:30
Kovid Goyal
e9dbc23909
Contropiano by michele
2016-08-29 07:42:56 +05:30
Kovid Goyal
4fb414f95b
Same optimization for google books
2016-08-28 14:45:27 +05:30
Kovid Goyal
6333859f09
Small speed up for amazon metadata download by avoiding the redirect from http to https
2016-08-28 14:40:59 +05:30
Kovid Goyal
b003cd6f81
Add some debug mode output for dpi and dpr
2016-08-26 20:42:59 +05:30
Kovid Goyal
139047b29e
...
2016-08-26 20:29:57 +05:30
Kovid Goyal
f46aade946
Turn on high DPI scaling automatically based on the DPI of the monitor.
...
Note that this will only work for Qt >= 5.6 so actual testing will have
to wait for calibre 3.0
2016-08-26 20:28:52 +05:30
Kovid Goyal
ba8363f077
More hidpi fixes
2016-08-26 16:40:15 +05:30
Kovid Goyal
efaa5308a9
...
2016-08-26 15:07:52 +05:30
Kovid Goyal
65bcc48822
Fix hidpi image rendering in the diff viewer
2016-08-26 14:59:20 +05:30
Kovid Goyal
c2c39fa044
Another hidpi fix
2016-08-26 14:19:56 +05:30
Kovid Goyal
fc43a34b68
A couple more places that needed non-integer dpr support
2016-08-26 13:51:19 +05:30
Kovid Goyal
6e158af47c
version 2.65.1
v2.65.1
2016-08-26 12:53:05 +05:30
Kovid Goyal
d55ec4e00b
A few more places where we need to handle non-integer device pixel ratios
2016-08-26 12:46:02 +05:30
Kovid Goyal
2948a6210d
Handle non-integer device pixel ratios in cover flow
2016-08-26 12:35:53 +05:30
Kovid Goyal
206a4d6535
Another QIcon.scaled typo
2016-08-26 12:30:35 +05:30
Kovid Goyal
9e8141d5db
Fix cover grid scaling for non-integral device pixel ratios
2016-08-26 12:21:59 +05:30
Kovid Goyal
1207eb4f8b
Fix a typo that causes calibre to crash when connecting a device with the cover grid visible
2016-08-26 12:07:58 +05:30
Kovid Goyal
78553a8284
Edit Book: Allow restricting a search to the files currently open for editing
2016-08-26 11:05:35 +05:30
Kovid Goyal
94e908b3c0
...
2016-08-26 06:35:17 +05:30
Kovid Goyal
010590b94c
Update RapydScript compiler
v2.65.0
2016-08-26 05:38:58 +05:30