David
9c97808328
Make config_widget a class method
...
Missed the @classmethod for the config_widget methods. This is needed to
not break the extended driver.
2016-06-21 20:48:31 +10:00
David
4aee79ae59
Refactor _modify_epub to make subclassing easier
...
Based on suggestions from jackie_w, refactor _modify_epub and related
methods. This is to make subclassing to add more CSS editing rules
easier.
2016-06-21 20:48:31 +10:00
David
77f6664a4f
Fix configuration handling
...
Removed some experimental stuff that I had forgotten about.
2016-06-21 20:48:31 +10:00
David
b468713b5c
Make groupboxes checkable and refactory tab adding
...
Instead of checkboxes to enable a set of options, make the groupbox
checkable.
Changes also to how tabs and widgets are added. This will make
subclassing the driver easier
2016-06-21 20:48:31 +10:00
David
adc9535714
New tabbed configuration for KoboTouch driver. With the new files.
2016-06-21 20:48:31 +10:00
David
5665f5e57e
New tabbed configuration for KoboTouch driver.
2016-06-21 20:48:31 +10:00
Kovid Goyal
00e255b91a
Implement book_producer
2016-06-21 11:12:36 +05:30
Kovid Goyal
5e53d334e6
Add a test for ensure_prefix
2016-06-21 10:30:06 +05:30
Kovid Goyal
0ae246c0c1
Implement setting of dc:creator
2016-06-21 10:25:32 +05:30
Kovid Goyal
999575bec0
Reading of <dc:creator>
2016-06-20 15:24:56 +05:30
Kovid Goyal
95f29656fa
Edit Book: Fix undocked windows not resizable on OS X
...
Caused by a regression in Qt.
https://bugreports.qt.io/browse/QTBUG-46882
Also, add the build scripts for calibre dependencies on OSX and linux to
the source tree.
2016-06-20 11:03:03 +05:30
Kovid Goyal
6a4b5c9005
...
2016-06-19 23:24:58 +05:30
Kovid Goyal
86216f0092
Get rid of another .ui file
2016-06-19 19:20:41 +05:30
Kovid Goyal
e4b77688bc
...
2016-06-19 19:15:31 +05:30
Kovid Goyal
edcc38fbb5
Allow passing in a QImage to save_cover_data_to()
2016-06-19 18:08:07 +05:30
Kovid Goyal
3b3b0795bb
Fix a regression in 2.57 that broke rescaling of images to fit the output profile screen size during conversion. Fixes #1594098 [odt -> epub image rescaling [Windows]]( https://bugs.launchpad.net/calibre/+bug/1594098 )
2016-06-19 17:25:19 +05:30
Kovid Goyal
fad93bea53
Merge branch 'master' of https://github.com/aimylios/calibre
2016-06-19 15:13:30 +05:30
aimylios
ea8137ac42
Clean up recipe icons
...
Remove icons for recipes which are not included in Calibre any more and rename some icons to exactly match the recipe name.
2016-06-19 11:28:45 +02:00
Kovid Goyal
360a54ce6f
Update Handelsblatt
...
Merge branch 'master' of https://github.com/aimylios/calibre
2016-06-19 13:58:23 +05:30
aimylios
775ce0de45
Update Handelsblatt
2016-06-19 10:12:33 +02:00
Kovid Goyal
e7dbd513a9
Another PyQt 5.6 compatibility fix
2016-06-19 10:24:21 +05:30
Kovid Goyal
8470b1794d
Implement <dc:language>
2016-06-19 09:40:13 +05:30
Kovid Goyal
f8353e38fc
Update New York Times Book Review
2016-06-19 07:54:55 +05:30
Kovid Goyal
f658563023
Fix for file dialogs not working on windows with non-ascii environment variables
2016-06-18 23:24:47 +05:30
Kovid Goyal
0766cdd135
...
2016-06-18 19:27:10 +05:30
Kovid Goyal
87ccc0f667
News download: Make all relative links (those starting with /) absolute
2016-06-18 18:28:41 +05:30
Kovid Goyal
7f8ff21a91
Normalize white space in titles
2016-06-18 17:40:30 +05:30
Kovid Goyal
d6754fe4d8
Implement title and title_sort
2016-06-18 17:34:07 +05:30
Kovid Goyal
b139e252d6
Slightly clearer message after running Replace all
2016-06-18 16:40:13 +05:30
Kovid Goyal
8e49e002ad
Merge branch 'master' of https://github.com/cbhaley/calibre
...
Fixes #1593910 [Column 'Author(s)' is described as comma-separated instead of ampersand-separated](https://bugs.launchpad.net/calibre/+bug/1593910 )
2016-06-18 16:18:21 +05:30
Charles Haley
9718fa6c99
Fix for #593910 : column description for authors-like fields says they are comma separated.
2016-06-18 12:31:28 +02:00
Kovid Goyal
01361987e8
Update Antyweb
...
Merge branch 'master' of https://github.com/adrianf0/calibre
2016-06-18 14:30:51 +05:30
Adrian Fiergolski
e69022d822
Fix Antyweb recipe.
2016-06-18 10:53:40 +02:00
Kovid Goyal
07e1840afa
Implement saving of images as GIF
2016-06-18 11:37:46 +05:30
Kovid Goyal
244dc86a68
...
2016-06-18 11:26:59 +05:30
Kovid Goyal
c72a6315c2
EPUB metadata: Add an option to disable adding of cover images to EPUB files that declare no cover image in their metadata (Preferences->Plugins->Customize the Set EPUB metadata plugin)
2016-06-18 10:46:12 +05:30
Kovid Goyal
8ff668d26c
When adding a new cover image to an EPUB file that does not have a marked cover image, also check the guide for any images that are marked as covers
2016-06-18 10:16:24 +05:30
Kovid Goyal
525216d957
...
2016-06-18 09:41:37 +05:30
Kovid Goyal
673e84d4be
...
2016-06-18 09:10:02 +05:30
Kovid Goyal
9e6ee404b9
Setting of application_id
...
Also when deleting elements, remove all refines that refer to them
2016-06-17 21:04:08 +05:30
Kovid Goyal
1d7eaaafac
Implement setting of identifiers
2016-06-17 20:07:39 +05:30
Kovid Goyal
5cd5ba746c
HTML Input: Fix error when converting HTML file with URL encoded filename. Fixes #1593632 [ebook-convert crashes on files with urlencoded characters in file name]( https://bugs.launchpad.net/calibre/+bug/1593632 )
2016-06-17 19:27:16 +05:30
Kovid Goyal
eb1adb69de
...
2016-06-17 18:12:39 +05:30
Kovid Goyal
ce9d5f4104
Convert more URLs to use https
2016-06-17 10:26:44 +05:30
Kovid Goyal
d410cc8962
...
2016-06-17 10:13:08 +05:30
Kovid Goyal
7773746a26
Start work on supporting EPUB 3 metadata
2016-06-17 10:09:59 +05:30
Kovid Goyal
1c7012507c
Fix #1593520 [metadata refactoring in HEAD broke polish book]( https://bugs.launchpad.net/calibre/+bug/1593520 )
v2.59.0
2016-06-17 07:54:09 +05:30
Kovid Goyal
390884076a
version 2.59.0
2016-06-17 07:21:29 +05:30
Kovid Goyal
58ae632731
Dont use ctypes for setmaxstdio() on windows
...
Once we move to the Universal CRT ctypes will not be able to load libc
at all.
2016-06-16 21:30:49 +05:30
Kovid Goyal
e9c8ffe5e9
...
2016-06-16 21:06:03 +05:30