28949 Commits

Author SHA1 Message Date
Kovid Goyal
746cd9a628 Make the default size for generated covers larger 2014-09-22 08:25:52 +05:30
Kovid Goyal
c7e842de7c Edit book: Change the text of the "Mark selected text" menu entry depending on whether it will mark or unmark the text 2014-09-22 07:23:25 +05:30
Kovid Goyal
daa788e41c Live compile coffeescript when running viewer in debug mode 2014-09-21 21:21:56 +05:30
Kovid Goyal
ef39b9b584 Only dynamically compile actually changed coffeescript 2014-09-21 21:19:48 +05:30
Kovid Goyal
9529fa26dc Retry when watch-compiling coffeescript 2014-09-21 21:18:39 +05:30
Kovid Goyal
9b2ebcfdc5 E-book viewer: Fix displaying multiple pages per screen not working in calibre 2.x with some books, due to a change in Qt 5. Fixes #1372066 [Private bug](https://bugs.launchpad.net/calibre/+bug/1372066) 2014-09-21 21:02:13 +05:30
Kovid Goyal
1053533932 ... 2014-09-21 20:53:43 +05:30
Kovid Goyal
6377b6a2ec ... 2014-09-21 19:46:37 +05:30
Kovid Goyal
bfabb2c492 Fix #1367992 [Losing History in the eBook Viewer](https://bugs.launchpad.net/calibre/+bug/1367992) 2014-09-21 17:39:25 +05:30
Kovid Goyal
8e27bf42a4 ... 2014-09-21 17:25:42 +05:30
Kovid Goyal
0c1f713687 Fix file internal links having different effect on history as compared to links that cause a new file to be loaded 2014-09-21 17:17:32 +05:30
Kovid Goyal
ea21d6ae68 Clear history when opening new book 2014-09-21 17:08:49 +05:30
Kovid Goyal
0d42146e79 Some debugging for the History stack 2014-09-21 16:26:52 +05:30
Kovid Goyal
1c7a90f21e ... 2014-09-21 15:28:15 +05:30
Kovid Goyal
55288fcfdc Edit metadata dialog: Allow undoing the changes to individual fields by right clicking on the field and selecting Undo after a metadata download. Fixes #1223367 [Feature Request: Don't "destroy" undo/ctrl-z and redo/ctrl-y for the fields, after metadata download](https://bugs.launchpad.net/calibre/+bug/1223367) 2014-09-21 15:22:04 +05:30
Kovid Goyal
9f529a74fa pep8 2014-09-21 09:52:15 +05:30
Kovid Goyal
b127afdaa6 Fix a regression in 2.3 that broke creation of collections on the device when metadata management was set to manual. Fixes #1371976 [Not writing Collection data to sony prs-350](https://bugs.launchpad.net/calibre/+bug/1371976) 2014-09-21 09:51:28 +05:30
Kovid Goyal
8111b039e9 ... 2014-09-21 08:35:52 +05:30
Kovid Goyal
a57243844f ... 2014-09-20 18:19:48 +05:30
Kovid Goyal
76186773aa Fix a bug that prevented post-import file type plugins from being run when adding books via the GUI 2014-09-20 18:17:27 +05:30
Kovid Goyal
1b5519b294 Also undo cover download 2014-09-20 09:35:08 +05:30
Kovid Goyal
388bba0fe9 List of current Qt 5workarounds that are obsoleted by Qt 5 bug fixes 2014-09-20 08:39:58 +05:30
Kovid Goyal
4ffaba8e82 Update regex module from upstream 2014-09-20 08:39:13 +05:30
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