Kovid Goyal
2e42bfa374
Edit metadata dialog: Allow undoing a metadata download by long-clicking the Download metadata button and choosing "Undo last metadata download"
2014-09-19 17:08:09 +05:30
Kovid Goyal
f5edac6074
Implement v2 codesigning for the calibre app bundle on OS X
...
calibre is now built on 10.9.5 as that is the only version of OS X that
supports v2 codesigning. v2 codesigning is required for Gatekeeper on
all versions of OSX >= 10.9.5
2014-09-19 15:31:33 +05:30
Kovid Goyal
c6c3904e0c
Fix podofo 0.9.3 faillilng with test file
...
Use a slightly different test file
2014-09-19 13:55:26 +05:30
Kovid Goyal
e40612e0a2
Fix #1371226 [Show Checkmarks in derivated custom columns does not properly work in Spanish (at least)]( https://bugs.launchpad.net/calibre/+bug/1371226 )
2014-09-19 12:21:26 +05:30
Kovid Goyal
f13f6b3b7e
...
2014-09-19 11:46:44 +05:30
Kovid Goyal
cebbaa656b
...
2014-09-19 11:46:02 +05:30
Kovid Goyal
d45aed29a4
Template language: New template function raw_list() to return the items in a list such as tags without any sorting/formatting applied to them.
...
Merge branch 'master' of https://github.com/cbhaley/calibre
2014-09-19 11:27:12 +05:30
Charles Haley
7f6c2b3319
New formatter function raw_list. Analog of raw_field but for list fields like tags.
2014-09-19 07:51:16 +02:00
Kovid Goyal
015bc98066
Fix #1371321 [HTML Paragraph Tag Shown In Bottom Status Bar]( https://bugs.launchpad.net/calibre/+bug/1371321 )
2014-09-19 08:36:30 +05:30
Kovid Goyal
eff70b081a
Update High Country News
2014-09-18 18:57:13 +05:30
Kovid Goyal
62a97b85cb
Use None for default font family so it can be easily changed in the future
2014-09-17 22:33:22 +05:30
Kovid Goyal
7599e3c6b7
...
2014-09-17 11:45:16 +05:30
Kovid Goyal
8225f37286
Merge branch 'master' of https://github.com/cbhaley/calibre
2014-09-16 17:24:36 +05:30
Charles Haley
39bbeca265
Use mutable object trick to change parent scope variable instead of using an instance attribute
2014-09-16 08:40:34 +02:00
Kovid Goyal
794748d4c4
Conversion: Do not allow default (user-agent) style rules to ever override style rules defined in the input document, regardless of CSS selector specificity. Fixes #1369753 [conversion ignores "*" css selector]( https://bugs.launchpad.net/calibre/+bug/1369753 )
2014-09-16 08:40:34 +02:00
Kovid Goyal
c31de00dcd
Conversion: Do not allow default (user-agent) style rules to ever override style rules defined in the input document, regardless of CSS selector specificity. Fixes #1369753 [conversion ignores "*" css selector]( https://bugs.launchpad.net/calibre/+bug/1369753 )
2014-09-16 11:50:04 +05:30
Charles Haley
77c4c45612
Wireless device driver: detect future-dated books in the calibre library and refuse to sync them.
2014-09-16 08:06:27 +02:00
Kovid Goyal
295441d9b2
...
2014-09-15 18:18:34 +05:30
Kovid Goyal
a949878c74
Download metadata dialog: Allow using Enter key to select cover and left/right keys to move between metadata results. See #1369178 ([Enhancement])
2014-09-15 18:11:16 +05:30
Kovid Goyal
d467e39636
Dont check for None when setting custom column data
2014-09-15 14:02:03 +05:30
Kovid Goyal
4cd7f1ddce
Add custom column definitions to metadata object generated from edit metadata dialog
2014-09-15 13:20:59 +05:30
Kovid Goyal
326d2ac78a
Use the new generate cover in the edit metadata dialog
2014-09-15 09:59:42 +05:30
Kovid Goyal
273d2658d6
...
2014-09-14 20:24:12 +05:30
Kovid Goyal
44992bbd63
...
2014-09-14 20:10:57 +05:30
Kovid Goyal
8e851a75c0
...
2014-09-14 17:51:36 +05:30
Kovid Goyal
c5e0bb37b5
Use the new generated covers for recipes that do not specify their own cover
2014-09-14 17:48:59 +05:30
Kovid Goyal
ba8ea3bbae
Prevent generate cover from failing if the user disables all styles or color themes.
2014-09-14 17:43:20 +05:30
Kovid Goyal
1cb3e02ab8
Use the new cover generation code to generate default covers during conversion
2014-09-14 17:34:36 +05:30
Kovid Goyal
583aa2bf4e
Edit Book: Handle books that contain links that are absolute filenames on windows (i.e. those that start with a drive letter)
2014-09-14 17:34:00 +05:30
Kovid Goyal
547e9bdf5f
Use new cover generation for bulk metadata edit
2014-09-14 16:21:01 +05:30
Kovid Goyal
e145787888
Add a comment to generated cover's metadata so they can be easily identified
2014-09-14 16:15:39 +05:30
Kovid Goyal
681bec7ee0
Make ensure_app() thread-safe
2014-09-14 16:03:30 +05:30
Kovid Goyal
7b4fdc0634
More color schemes for generated covers
2014-09-14 13:58:17 +05:30
Kovid Goyal
03e2b72c97
...
2014-09-14 13:50:41 +05:30
Kovid Goyal
99193f50ca
Use a dictionary for color themes so we can add extra fields easily later
2014-09-14 12:12:17 +05:30
Kovid Goyal
e7a2bd2691
Ensure there is never a double space after the title when creating file/folder names in the calibre library
2014-09-14 10:37:54 +05:30
Kovid Goyal
9713536660
Fix the row numbers in the book list remaining wide when switching libraries if some books were marked before the switch. Fixes #1369152 [Column width behaviour]( https://bugs.launchpad.net/calibre/+bug/1369152 )
2014-09-14 10:22:11 +05:30
Kovid Goyal
3004603cd4
Fix keyboard focus not going to cover grid after doing a search. Fixes #1369160 [post entering a search focus is on an element of the search result in default mode but on the search box in cover grid mode]( https://bugs.launchpad.net/calibre/+bug/1369160 )
2014-09-14 10:10:23 +05:30
Kovid Goyal
4d2a5796f8
Rounded corners on the cross
2014-09-13 21:53:56 +05:30
Kovid Goyal
4ba7b6ed47
VICE News by Adrian Tennessee
2014-09-13 18:03:03 +05:30
Kovid Goyal
e57dcd0f81
DOCX Input: Support for the keepNext paragraph property to keep successive paragraphs on the same page.
2014-09-13 18:00:09 +05:30
Kovid Goyal
a191e41a5e
...
2014-09-13 17:59:17 +05:30
Kovid Goyal
850170ca8b
Workaround for Qt 5 regression that broke selecting multiple icons in Preferences->Column icon rules
2014-09-13 16:14:47 +05:30
Kovid Goyal
5c80c68a43
A banner based style for auto generated covers
2014-09-13 15:24:57 +05:30
Kovid Goyal
e22c980fc1
...
2014-09-13 12:49:32 +05:30
Kovid Goyal
73dfb9598f
Fix #1368928 [Another twist of 1367943]( https://bugs.launchpad.net/calibre/+bug/1368928 )
2014-09-13 09:54:38 +05:30
Kovid Goyal
5ac0287a62
Fix tags with angle brackets not being displayed in the Book Details panel
2014-09-13 09:46:31 +05:30
Kovid Goyal
37c2044c6f
Add a note about escaping braces in the editor templates
2014-09-13 09:43:27 +05:30
Kovid Goyal
0e40a2550e
Fix #1368794 [Wrong coloring in Title sort (possibly related to 1367943)]( https://bugs.launchpad.net/calibre/+bug/1368794 )
2014-09-12 21:25:03 +05:30
Kovid Goyal
98907c9190
Merge branch 'master' of https://github.com/cbhaley/calibre
2014-09-12 21:19:43 +05:30