Kovid Goyal
c58e7eb2e8
Implement saving of main window state and quit action
2013-10-16 10:03:21 +05:30
Kovid Goyal
bec396158a
Update Wall Street Journal
...
See #1239477 (Private bug)
2013-10-15 22:03:43 +05:30
Kovid Goyal
4768f29bf2
Update Wired Magazine
2013-10-15 20:49:10 +05:30
Kovid Goyal
d1f35bebdf
Hook up global undo/redo
2013-10-15 16:23:13 +05:30
Kovid Goyal
b49417adfd
Fix removal of textures not working
...
Also credit subtlepatterns in the texture chooser dialog.
2013-10-15 11:45:52 +05:30
Kovid Goyal
a43941dc0d
Allow using textures for cover grid background
...
Cover grid: Allow using images as the background for the cover grid. To
choose an image, go to Preferences->Look & Feel->Cover Grid. Fixes #1239194 [[Ideas] -->book grid](https://bugs.launchpad.net/calibre/+bug/1239194 ) [[Ideas] -->book grid](https://bugs.launchpad.net/calibre/+bug/1239194 )
The builtin textures come from subtlepatterns.com
2013-10-15 11:13:03 +05:30
Kovid Goyal
2277ed4b17
...
2013-10-15 09:28:08 +05:30
Kovid Goyal
c9f5f787b3
Edit metadata dialog: Fix incorrect size on multi-screen setup
...
Edit metadata dialog: The dit metadata dialog currently limits its max
size based on the geometry of the smallet attached screen. Change that
to use the geometry of the screen on which it will be shown.
Fixes #1239597 [metadata window height not remembered](https://bugs.launchpad.net/calibre/+bug/1239597 )
2013-10-15 09:05:54 +05:30
Kovid Goyal
78f840906e
Update cracked.com
2013-10-15 08:56:51 +05:30
Kovid Goyal
3348817b2e
HTMLZ Output: Various fixes
...
HTMLZ Output: Fix <style> tag placed inside <body> instead of <head>.
See #1239530 (Htmlz conversion places <head> in <body>, not before)
HTMLZ Output: Fix inline styles not escaping quotes properly. See #1239527 (Htmlz inline css doesn't single quote fonts & thus destroys html)
HTMLZ Output: Fix incorrect handling of some self closing tags like
<br>. See #1239555 (Htmlz conversion incorrectly handles <br/>)
Merge branch 'master' of https://github.com/user-none/calibre
2013-10-15 08:52:33 +05:30
John Schember
8b9f5bfe85
Fix issue #1239555 : Htmlz conversion incorrectly handles <br/>.
2013-10-14 20:22:37 -04:00
John Schember
219f4c632f
Fix issue #1239530 : Htmlz conversion places <head> in <body>, not before.
2013-10-14 20:13:14 -04:00
John Schember
4e1e5d9a86
Fix issue #1239527 : Htmlz inline css doesn't single quote fonts & thus destroys html.
2013-10-14 20:11:20 -04:00
Kovid Goyal
2a336ab7a7
Content server: Use internal redirect for single item categories
...
Content server: Fix single item categories not working with reverse
proxy setup. Fixes #1238987 [Calibre behind apache server sometimes returns 'localhost' URLs](https://bugs.launchpad.net/calibre/+bug/1238987 )
Single item categories were using HTTP 303 redirects which are resolved to
http://localhost:8080 absolute URLs by cherrpy (since cherrypy has no
knowledge of whatever server the apache process is exposed as). SO
instead we use an internal redirect, which does not suffer from this
issue. It does mean that bookmarking the URL wil have unexpected
side-effects if the number of items in the catefory ever increases to
more than one.
2013-10-14 19:12:03 +05:30
Kovid Goyal
ecf1e290b8
Update Television Without Pity
2013-10-14 10:17:04 +05:30
Kovid Goyal
38a4942a6e
Update Carta
2013-10-14 10:08:41 +05:30
Kovid Goyal
f1a3bc8b2e
Start work on global undo/redo for tweaking
2013-10-13 08:35:30 +05:30
Kovid Goyal
fac708b267
Update Diagonales
...
Fixes #1239235 [Updated recipe for Diagonales](https://bugs.launchpad.net/calibre/+bug/1239235 )
2013-10-13 07:50:48 +05:30
Kovid Goyal
22289f95d4
Fix crashes when switching libraries with marked books
...
Fix a bug that could cause calibre to crash when switching from a large
library to a smaller library with marked books. Fixes #1239210 [Calibre 1.6 64bits crashes when changing library](https://bugs.launchpad.net/calibre/+bug/1239210 )
2013-10-13 07:36:49 +05:30
Kovid Goyal
de2dbf73cd
Get Books: Fix downloading of some books in formats that do not have metadata yielding nonsense titles
...
Merge branch 'master' of https://github.com/user-none/calibre
2013-10-13 07:18:51 +05:30
John Schember
00af6187a3
Fix title of downloaded ebooks.
2013-10-12 18:26:21 -04:00
Kovid Goyal
12e83a09b0
Allow marked book button to be added to main toolbar when device is connected
...
Fixes #1239163 [Mark Books cannot be added to "The main menu when a device is connected"](https://bugs.launchpad.net/calibre/+bug/1239163 )
2013-10-12 22:37:53 +05:30
Kovid Goyal
00e0901249
Fix error if a marked book is deleted/merged.
...
Fixes #1239161 [Unhandled exception using "Mark books" feature](https://bugs.launchpad.net/calibre/+bug/1239161 )
2013-10-12 22:35:15 +05:30
Kovid Goyal
0cfc152b05
Merge branch 'master' of https://github.com/cbhaley/calibre
2013-10-12 22:08:38 +05:30
Charles Haley
6afd231a14
Fix formatter function days_between to compute the right value when the answer is negative.
2013-10-12 18:36:18 +02:00
Kovid Goyal
9038754c71
Merge branch 'master' of https://github.com/cbhaley/calibre
2013-10-12 16:34:19 +05:30
Charles Haley
ddcaacc413
Robustness improvements in smart device driver
2013-10-12 12:55:54 +02:00
Kovid Goyal
a03309a7b7
...
2013-10-12 14:36:39 +05:30
Kovid Goyal
f571e6f066
Add Open Book action
2013-10-12 14:30:15 +05:30
Kovid Goyal
a7c8672233
pep8
2013-10-12 13:32:45 +05:30
Kovid Goyal
b777803473
Make shortcuts config file a variable
2013-10-12 13:32:21 +05:30
Kovid Goyal
224f03e1fd
Option to hide displayed cover size in edit metadata dialog
...
Edit metadata dialog: Allow turning off the cover size displayed in the
bottom right corner of the cover by right clicking the cover and
choosing "Hide cover size". It can be restored the same way.
2013-10-12 10:48:24 +05:30
Kovid Goyal
c185e93ea9
Show full path to the format file in a tooltip when hovering over the
...
link to open the format in the book details panel
2013-10-12 10:27:52 +05:30
Kovid Goyal
dd7f18eb54
Robustness improvements
2013-10-12 09:19:30 +05:30
Kovid Goyal
424b9e1884
Merge branch 'master' of https://github.com/cbhaley/calibre
...
Fixes #1238887 [Smart Device Control failes with Errno 2 No such file or directory: <path>\\AppData\\Local\\calibre-cache\\device_drivers_SMART_DEVICE_APP_metadata_cache.json'](https://bugs.launchpad.net/calibre/+bug/1238887 )
2013-10-11 23:21:15 +05:30
Charles Haley
e599f82f1e
Handle case where cache file does not exist.
2013-10-11 15:06:18 +02:00
Kovid Goyal
a8a98dfeb1
Fix #1238636 [Calibre 1.6 / Find Duplicates Plugin /ERROR: Unhandled exception: <b>ValueError</b>:tuple.index(x): x not in tuple]( https://bugs.launchpad.net/calibre/+bug/1238636 )
2013-10-11 18:27:59 +05:30
Kovid Goyal
5572db6fde
Option to mark newly added books
...
An option to mark newly added books with a temporary mark. Optionis in
Preferences->Adding books. Fixes #1238609 [[Enhancement] Set books as "Marked" when adding](https://bugs.launchpad.net/calibre/+bug/1238609 )
2013-10-11 18:03:55 +05:30
Kovid Goyal
e5f5f28180
Finish the implementation of delete files
2013-10-11 17:37:31 +05:30
Kovid Goyal
ec9b69a299
...
2013-10-11 14:51:47 +05:30
Kovid Goyal
39199af52c
version 1.6
v1.6.0
2013-10-11 10:04:59 +05:30
Kovid Goyal
91e93871b1
EPUB Metadata: Implement updating identifiers
...
EPUB Metadata: Implementing updating identifiers in the epub file from
calibre when polishing or exporting the epub
ebook-meta: Add an --identifier option to set identifiers.
2013-10-11 09:48:58 +05:30
Kovid Goyal
61f5306019
Amazon metadata download: Fix parsing of some dates on amazon.de
...
Fixes #1238125 [Download Covers: Error parsing publish date for url](https://bugs.launchpad.net/calibre/+bug/1238125 )
2013-10-10 22:03:09 +05:30
Kovid Goyal
e165bd4fde
...
2013-10-10 21:28:21 +05:30
Kovid Goyal
8b607437c4
Start work on deleting files
2013-10-10 21:13:52 +05:30
Kovid Goyal
8938d40298
...
2013-10-10 19:55:28 +05:30
Kovid Goyal
e7305f7004
Book container: Remove references to toc and raster cover from opf when those files are deleted.
2013-10-10 18:30:20 +05:30
Kovid Goyal
f27b03e9e4
Refactor the file builder
2013-10-10 17:13:42 +05:30
Kovid Goyal
8fabc3e0bf
Fix Ctrl/Shift+M shortcut not working
2013-10-10 15:55:01 +05:30
Kovid Goyal
bfe6099a3d
Update National Geographic Magazine
2013-10-10 15:26:27 +05:30