Kovid Goyal
f48d9a47ca
Fix incorrect cleanup when building simple book for tests
2013-10-21 11:34:49 +05:30
Kovid Goyal
0ad58ef8a6
...
2013-10-21 08:34:10 +05:30
Kovid Goyal
587d83b0d1
...
2013-10-20 21:22:30 +05:30
John Schember
9a9530f34b
Fix issue # 1242261: Htmlz does not apply inline css from <body>.
2013-10-20 20:49:23 +05:30
Kovid Goyal
7c2f6056d6
Fix #1242291 [ValueError:min() arg is an empty sequence]( https://bugs.launchpad.net/calibre/+bug/1242291 )
2013-10-20 16:58:18 +05:30
Kovid Goyal
2fae9e67c7
Even more robust handling of temp library during restore
2013-10-20 09:43:48 +05:30
Kovid Goyal
0bc80abeab
Fix library restore failing on some windows installs
...
Fix the restore database operation failing on windows installs with long
usernames (this would cause the path to the temporary folder used to
restore the database to become too long).
2013-10-20 09:19:52 +05:30
Kovid Goyal
21540da4f4
Include library path in error message about path length
2013-10-20 08:35:03 +05:30
Kovid Goyal
e643e34688
UI for renaming files
2013-10-19 15:04:01 +05:30
Kovid Goyal
7f2a1f99da
Drag 'n drop re-ordering of spine items
2013-10-19 11:15:30 +05:30
Kovid Goyal
26c1fd0689
More fixes for broken ODT files generated by mk4ht
2013-10-19 10:22:12 +05:30
Kovid Goyal
b4f15bb8ca
Ignore save error when saving during quit
2013-10-19 09:46:47 +05:30
Kovid Goyal
874367cef0
ODT Input: Handle malformed ODT files with no mimetype declaration
2013-10-19 09:19:08 +05:30
Kovid Goyal
66263fdef1
ODT Input: Handle ODT files that have custom DTDs in their meta.xml
2013-10-19 08:49:11 +05:30
Kovid Goyal
6db803d45d
Fix a bug with non-ascii text in the create catalog dialog
...
Fixes #1241515 [Create Catalog: Catalog title problems with special characters](https://bugs.launchpad.net/calibre/+bug/1241515 )
Merge branch 'master' of https://github.com/GRiker/calibre
2013-10-19 08:21:20 +05:30
GRiker
9f011a37a7
Fix for lp:1241515, allow unicode catalog titles when saving presets.
2013-10-18 15:54:32 -06:00
Kovid Goyal
b3ce489f49
Just disable the entire parent widget
...
Paint the busy message manually so that it does not look disabled
2013-10-18 22:48:45 +05:30
Kovid Goyal
3212e5f2a2
Also disable menubar during long jobs
2013-10-18 22:16:03 +05:30
Kovid Goyal
3b146a9b5e
Nicer dialog when quitting with unsaved changes
2013-10-18 22:13:08 +05:30
Kovid Goyal
ef20239be6
Prevent key presses from acting during a long job
2013-10-18 22:12:49 +05:30
Kovid Goyal
9854cef7b6
Fix lock debugging broken in 1.7
2013-10-18 18:06:33 +05:30
Kovid Goyal
4c89fcbe74
Update push for new windows VM
2013-10-18 16:42:03 +05:30
GRiker
c01a7c7812
Merge branch 'master' of https://github.com/kovidgoyal/calibre
2013-10-18 04:50:45 -06:00
Kovid Goyal
4e086bb3d6
Ensure installers have correct permissions
2013-10-18 15:26:27 +05:30
Kovid Goyal
cb617f76be
...
v1.7.0
2013-10-18 11:47:27 +05:30
Kovid Goyal
bc85b0948e
...
2013-10-18 11:46:03 +05:30
Kovid Goyal
1de7cdedc0
...
2013-10-18 11:18:53 +05:30
Kovid Goyal
17f951e98a
version 1.7
2013-10-18 11:12:00 +05:30
Kovid Goyal
6946dc5181
Windows atomic folder move: Handle multiple hardlinks to the same file in a folder
2013-10-18 10:55:20 +05:30
Kovid Goyal
68b5b16625
Refactor out the code to get windows file ids
2013-10-18 10:07:48 +05:30
Kovid Goyal
4e46d4a9b3
Fix bug in handling change of filename but not foldername
...
Fix a bug triggered in very special circumstances (primarily on windows)
that could cause duplicate files entries (hard links) to be created for
a books' files when changing the title and author. The bug was triggered
only if the title or author were between 32 and 35 characters in length
and the book entry had originally been created by a pre 1.x version of
calibre.
2013-10-18 09:56:00 +05:30
Kovid Goyal
bbac6e953d
Tolino driver: Add an option to swap the main memory and card in calibre
...
Fixes #1240504 [Tolino Shine: Please change (again, sorry) device order](https://bugs.launchpad.net/calibre/+bug/1240504 )
2013-10-17 16:29:17 +05:30
Kovid Goyal
abcaae49e2
Fix dump and restore not working on windows
2013-10-17 15:41:29 +05:30
Kovid Goyal
28ca52be0b
...
2013-10-17 15:31:09 +05:30
Kovid Goyal
dba9397a5e
Fix a few remaining downgrade locking errors
...
Fix a few remaining call sites that could generate downgrade lock
errors. Also speed up locking a little by aliasing the __enter__ and
__exit__ methods on the wrapper lock object instead of wrapping them.
2013-10-17 15:25:26 +05:30
Kovid Goyal
9296118d7a
Make deleting to recycle bin more robust
...
Make deleting books to recycle bin more robust. Ensure that the
temporary directory created during the move to recycle bin process is
not left behind in case of errors.
2013-10-17 14:22:16 +05:30
Kovid Goyal
965db88065
Printout tracebacks in debug mode for exception during template processing
2013-10-17 14:14:47 +05:30
Kovid Goyal
73e7ddcefe
Update WSJ some more
2013-10-17 13:10:16 +05:30
Kovid Goyal
b059e839ac
Fix typos in linux_swap_drives() in a few other devices
2013-10-17 13:02:47 +05:30
Kovid Goyal
6b575eba33
Windows: Check if the books' files are in use before deleting
...
Fixes #1240788 [Calibre refused to delete book](https://bugs.launchpad.net/calibre/+bug/1240788 )
2013-10-17 12:34:35 +05:30
Kovid Goyal
09775678bb
Fix custom device driver swap main and card option not working
2013-10-17 12:28:00 +05:30
Kovid Goyal
1c0849446b
Conversion: Handle embed font family and filter css conflict
...
Conversion: If both embed font family and the filter css option to
remove fonts are set, do not remove the font specified by the embed font
family option.
2013-10-17 09:07:15 +05:30
Kovid Goyal
42cc5b2813
Update Newsweek Polska
2013-10-17 08:26:05 +05:30
Kovid Goyal
66a88b5d6e
Fix #1240644 [Chapter threshold maximum of 99 is insufficient]( https://bugs.launchpad.net/calibre/+bug/1240644 )
2013-10-17 08:20:19 +05:30
Kovid Goyal
8d544eaada
Sort non spine items in the file list
2013-10-16 21:33:22 +05:30
Kovid Goyal
12718e6785
Confirm on quit if unsaved changes present
2013-10-16 21:16:26 +05:30
Kovid Goyal
1e3d8983e1
...
2013-10-16 20:40:26 +05:30
Kovid Goyal
494a252f3f
Saving implemented
2013-10-16 17:57:15 +05:30
Kovid Goyal
f4d132b823
Start work on saving
2013-10-16 16:12:53 +05:30
Kovid Goyal
8cc9440847
Move join_with_timeout into the utils module
2013-10-16 13:53:17 +05:30