Kovid Goyal
0b6b854b3d
Fix #1487949 ["Cross-contamination" of modified user template functions when copying books between libraries]( https://bugs.launchpad.net/calibre/+bug/1487949 )
2015-08-24 14:42:34 +05:30
Charles Haley
597f63e50e
Fix for bug 1487949: "contamination" of the user-defined template function cache.
2015-08-24 10:56:08 +02:00
Kovid Goyal
0bb0c21dda
Compatibility for IPython 3.0
2015-08-23 13:04:26 +05:30
Kovid Goyal
53d452ae52
Use the browser not urllib directly
2015-08-23 08:34:19 +05:30
Kovid Goyal
a93c1d397b
Update Clarin
...
Merge branch 'patch-2' of https://github.com/elganzua124/calibre
2015-08-23 08:26:30 +05:30
elganzua124
87a0b45ffa
2nd Update get_cover_url
2015-08-22 22:07:07 -03:00
Kovid Goyal
7e8b0cafc6
Hook to create icon themes from Preferences->Misc
2015-08-22 21:30:38 +05:30
Kovid Goyal
26deb88793
Update Pocket to use https as http no longer works
2015-08-22 18:04:17 +05:30
Kovid Goyal
55b34a6165
...
2015-08-22 11:48:39 +05:30
Kovid Goyal
0b7c14102d
Collect icon theme usage stats
2015-08-22 10:27:22 +05:30
Kovid Goyal
51616d39e8
...
2015-08-21 08:44:37 +05:30
David
a5c287cf1e
Bump Kobo firmware version to 3.17.3
...
3.17.0 had problems and Kobo have quickly replaced it. Nothing else
needs to be changed. Fixes #1486982 [Bump Kobo firmware version to 3.17.3](https://bugs.launchpad.net/calibre/+bug/1486982 )
2015-08-20 17:27:22 +05:30
Kovid Goyal
bb58b0372c
Add a URL to icon theme metadata
2015-08-20 14:38:36 +05:30
Kovid Goyal
ec3ca743e8
Allow icon themes to include icons for plugins
2015-08-20 11:03:00 +05:30
Kovid Goyal
4484c2eb58
Auto convert SVG to PNG icons when creating icon theme from folder. Also allow specifying a license for the icon theme
2015-08-20 10:57:12 +05:30
Kovid Goyal
a12182694a
Fix Nook icon not rendering with newer versions of Qt
2015-08-20 10:54:23 +05:30
Kovid Goyal
2a66205013
Store number of icons and creation date in theme metadata
2015-08-20 09:31:22 +05:30
Kovid Goyal
5f7ac27e3e
Driver for the Unusual Sapiens V2 reader. Fixes #1486531 [Unusual Sapiens v2 not detected]( https://bugs.launchpad.net/calibre/+bug/1486531 )
2015-08-19 17:43:24 +05:30
Kovid Goyal
24cb0337f2
...
2015-08-19 16:03:33 +05:30
Kovid Goyal
3ccbb75c06
Possible fix for incorrect size calculation with marked icon. Fixes #1486398 [Wrong column width for book row number in marked books after deletion of a marked book]( https://bugs.launchpad.net/calibre/+bug/1486398 )
2015-08-19 15:58:15 +05:30
Kovid Goyal
fee64691ea
Start work on icon themes
2015-08-18 14:55:07 +05:30
Kovid Goyal
d86179c938
...
2015-08-18 10:02:08 +05:30
Kovid Goyal
809ed8ec48
Edit Book: Check Book: Fix incorrect links that consist only of an anchor and no filename not being detected. Fixes #1485670 [Editor: Check book tool fails to check "#anchor" links]( https://bugs.launchpad.net/calibre/+bug/1485670 )
2015-08-18 08:16:54 +05:30
Kovid Goyal
4e163a7aa2
E-book viewer: Add a command line option to open the previously read book when starting up. See #1483313 ([Enhancement] Viewer: auto adjust number of columns when display orientation changes)
2015-08-17 09:26:37 +05:30
Kovid Goyal
cecc7efb8a
Edit Book: Live CSS: Allow copying of CSS rules by right clicking on the Live CSS panel. Fixes #1485237 [[Enhancement] Make info in Live CSS window copiable]( https://bugs.launchpad.net/calibre/+bug/1485237 )
2015-08-16 08:13:49 +05:30
Kovid Goyal
f945643acc
Ensure the short list of library names in the switch library dropdown is always sorted by frequency
2015-08-15 17:52:31 +05:30
Kovid Goyal
158fe69128
Driver for Adlibris Letto on OS X and Linux. Fixes #1484585 [Can't connect to Adlibris Letto Frontlight]( https://bugs.launchpad.net/calibre/+bug/1484585 )
2015-08-14 21:11:13 +05:30
Kovid Goyal
8383c012c9
version 2.35.0
v2.35.0
2015-08-14 05:40:49 +05:30
Kovid Goyal
66b908552e
Avoid compiling filename sanitization regex during application startup
...
Since the regex module uses an internal cache there should be no
significant performance impact when sending files.
2015-08-13 18:37:55 +05:30
David
04a7fee292
Kobo driver: Bmp firmware version, sanitize file names
...
Kobo have release firmware 3.17.0. There are no changes needed for the
driver except the supported version numbers. Plus one in case,
Also adding filename sanitization. This should have been done before
especially when sending kepubs was added This sanitization has been
copied from the KoboTouchExtended driver. Fixes #1484516 [Kobo firmware 3.17.0, sanitize file names](https://bugs.launchpad.net/calibre/+bug/1484516 )
2015-08-13 18:29:55 +05:30
Kovid Goyal
cae14a92b9
Update American Spectator
2015-08-13 11:32:47 +05:30
Kovid Goyal
e3b1de1131
Update South China Morning Post
2015-08-12 12:37:55 +05:30
Kovid Goyal
60e8690e6e
Fix stopping content server message not being dismissable
2015-08-12 11:56:03 +05:30
Kovid Goyal
33f926a8d6
Another PyQt 5.5 fix
2015-08-12 07:54:47 +05:30
Kovid Goyal
3f11fae224
E-book viewer: Allow setting the number of pages per screen separately for portrait and landscape modes. Fixes #1483313 [[Enhancement] Viewer: auto adjust number of columns when display orientation changes]( https://bugs.launchpad.net/calibre/+bug/1483313 )
2015-08-11 16:03:57 +05:30
Kovid Goyal
0a11860fd6
Book list: Fix the current row number being partially cutoff on some windows 10 machines. Fixes #1482993 [Book number appears cut when book is marked]( https://bugs.launchpad.net/calibre/+bug/1482993 )
2015-08-11 11:41:41 +05:30
Kovid Goyal
ee0931ee67
PyQt 5.5 compatibility
2015-08-11 10:59:03 +05:30
Kovid Goyal
66aae13cd7
DOCX Input: Fix a regression in the previous release that broke conversion of some documents that specify vertical alignment in absolute units
2015-08-11 09:03:29 +05:30
Kovid Goyal
7ee4c44573
Conversion: Fix error when converting a file that uses media queries with comments in the media selector. Fixes #1482983 [Cannot convert epub book]( https://bugs.launchpad.net/calibre/+bug/1482983 )
2015-08-10 00:04:09 +05:30
Kovid Goyal
74b732116c
Merge branch 'master' of https://github.com/wlsc/calibre
2015-08-09 23:53:46 +05:30
Wladimir Schmidt
b192c978ff
* optimized *.png files with lossless png optimizer, saved hundred of KBs without to lose in quality!
2015-08-09 16:51:12 +02:00
Kovid Goyal
05d5ea41fc
Use LZMA compression for the RS compiler
2015-08-08 13:05:34 +05:30
Kovid Goyal
6ed8c25836
Windows build: Fix dukpy, apparently it has to be loaded from the filesystem, or it crashes
2015-08-08 11:44:19 +05:30
Kovid Goyal
12556e6e09
...
2015-08-08 11:07:11 +05:30
Kovid Goyal
bb370e69b2
3D News and iXBT.com by bugmen00t
2015-08-08 10:36:17 +05:30
Kovid Goyal
e6fa5795fe
Implement creation of .xz files
2015-08-08 09:23:35 +05:30
Kovid Goyal
d37b124fb5
Add a build test for the lzma module
2015-08-08 08:32:32 +05:30
Kovid Goyal
096895828a
See #1482670 (I receive a fault when adding a word to user dictionary.)
2015-08-07 20:50:12 +05:30
Kovid Goyal
ae73e16909
...
2015-08-07 17:02:32 +05:30
Kovid Goyal
b8f70edc65
...
2015-08-07 16:54:45 +05:30