31101 Commits

Author SHA1 Message Date
Kovid Goyal
01e9cd29ce Basic DDE wrapper 2015-04-10 19:08:18 +05:30
Kovid Goyal
1fcf1e01b2 When getting cover from comic files, use smart filename sorting to find the first filename, recognizing numbers inside the filenames. 2015-04-10 13:06:02 +05:30
Kovid Goyal
f7460f138e Conversion: Fix regression that caused pseudo-selectors that cannot be resolved such as :hover, :visited, etc. to be removed during conversion 2015-04-10 11:01:04 +05:30
Kovid Goyal
33b5450c9b version 2.24.0 v2.24.0 2015-04-10 06:46:18 +05:30
Kovid Goyal
71880b4982 Update Le Temps 2015-04-09 13:27:25 +05:30
Kovid Goyal
b4c01accb1 Device view: Preserve position in list of books when deleting books from the device view 2015-04-09 12:06:02 +05:30
Kovid Goyal
3450e3109d pep8 2015-04-09 11:14:45 +05:30
Kovid Goyal
39f2ec7bbb pep8 2015-04-09 11:04:43 +05:30
Kovid Goyal
5df61a0472 ... 2015-04-09 10:09:25 +05:30
Kovid Goyal
cf6ee757a8 Make the context menu for the book details popup window work the same way as for the book details panel 2015-04-09 10:05:16 +05:30
Kovid Goyal
d893b8c9c6 ... 2015-04-09 09:52:08 +05:30
Kovid Goyal
1794d8f8d6 DOCX Output: Fix nested tables not working 2015-04-09 09:33:12 +05:30
Kovid Goyal
732e92fb3f DOCX Output: vertical alignment for table cells 2015-04-09 09:15:36 +05:30
Kovid Goyal
e59e1060ae DOCX Output: Support for rowspan and colspan in tables 2015-04-09 09:02:24 +05:30
Kovid Goyal
d410da77e2 Fix handling of tails around tables 2015-04-09 08:50:10 +05:30
Kovid Goyal
136cfc6b3a DOCX Output: Table padding 2015-04-08 09:57:22 +05:30
Kovid Goyal
5ac5f91cd9 ... 2015-04-08 08:40:47 +05:30
Kovid Goyal
66e12978ba PDF Metadata: When choosing between reading metadata from the Info dict
and the XMP block, consider both the MetadataData and the ModifyDate in
the XMP block, since there exist PDF metadata writing tools that update
one and not the other. See #1440304 ([Enhancement] configure metadata import when importing pdf file in calibre)
2015-04-07 12:35:46 +05:30
Kovid Goyal
1001b61f25 Edit Book: Fix regression that caused pressing Alt+X to type unicode characters to not work 2015-04-07 09:09:25 +05:30
Kovid Goyal
24d43645ab Book details panel: Allow copying full path to ebook files by right clicking on the format link. See #1437756 ([Enhancement] Option to create and place a link to a selected book.) 2015-04-07 08:36:15 +05:30
Kovid Goyal
999cfd81bd DOCX Output: Conversion of table borders 2015-04-06 16:55:12 +05:30
Kovid Goyal
fb70f61b70 Manage User Categories: Allow restricting the visible items to only those present in the current Virtual Library (if any)
Merge branch 'master' of https://github.com/cbhaley/calibre
2015-04-06 14:55:18 +05:30
Charles Haley
13c34447aa Enhancement to manage user categories: allow filtering the available items by the current virtual library 2015-04-06 11:19:05 +02:00
Kovid Goyal
c9cf3066e8 Edit Book: When dragging and dropping files to re-order them in the file browser, fix the final order being dependent on the order the files were selected in. Fixes #1440598 [Edit Book: Inverted order of files after drag and drop](https://bugs.launchpad.net/calibre/+bug/1440598) 2015-04-06 11:59:03 +05:30
Kovid Goyal
a73d813da4 Update United Daily 2015-04-06 10:34:01 +05:30
Kovid Goyal
18d1d0d3e8 Update Liberty Times, Apple Daily, China Times and House News 2015-04-06 10:32:56 +05:30
Kovid Goyal
35f565a425 Add webm mime types 2015-04-06 10:14:51 +05:30
Kovid Goyal
fad9722cfd Increase the maximum row height reduction possible 2015-04-06 09:18:33 +05:30
Kovid Goyal
cb69ee84ac DOCX Output: Start work on table styling 2015-04-05 10:57:50 +05:30
Kovid Goyal
1b4e2a8858 ... 2015-04-05 10:52:00 +05:30
Kovid Goyal
44f22eba90 Get Books: Update amazon store plugin for website changes 2015-04-05 10:16:38 +05:30
Kovid Goyal
0a252c6692 Workaround for bug in Qt 5.4 that causes multiple close events to be delivered when using a keyboard shortcut to quit on OS X. Fixes #1440444 [ebook-viewer forgets state of ToC if closed by keyboard (Cmd-Q)](https://bugs.launchpad.net/calibre/+bug/1440444) 2015-04-05 08:29:56 +05:30
Kovid Goyal
147d11f1ea Edit Book: Fix GIF images being corrupted when using the builtin image editor to make changes to them. Fixes #1440398 [Editor: Rotating a gif destroys it](https://bugs.launchpad.net/calibre/+bug/1440398) 2015-04-05 08:02:23 +05:30
Kovid Goyal
ba1812c173 Prevent Enter key on Manage authors/tags/etc. dialogs from closing the dialog. Fixes #1440146 [feature request: return on manage tags runs search instead of closing popup](https://bugs.launchpad.net/calibre/+bug/1440146)
Merge branch 'master' of https://github.com/cbhaley/calibre
2015-04-04 19:03:40 +05:30
Charles Haley
ad53fac64e Enhancement request #1440146: make the return key do a search instead of closing the dialog.
While doing the above, I also made Manage Authors and Manage (something) behave similarly wrt searching again. I also added keyboard shortcuts to OK and Cancel.
2015-04-04 13:40:28 +02:00
Kovid Goyal
4989be9377 Conversion: Fix error when converting a document that contains an invalid function based CSS selector without parentheses. Fixes #1440278 [Conversion Error - TypeError: select_nth_last_child() takes exactly 3 arguments (2 given)](https://bugs.launchpad.net/calibre/+bug/1440278) 2015-04-04 09:23:45 +05:30
Kovid Goyal
426bbb2d60 E-book viewer: Add an aoption to not save the bookmarks inside EPUB files. Fixes #379 (Add a store_epub_bookmarks_in_the_file option for ebook-viewer) 2015-04-04 08:21:48 +05:30
Kovid Goyal
b2383f4061 Update Providence Journal 2015-04-04 08:02:50 +05:30
Kovid Goyal
1cd38f1fb2 Update Harvard Business Review 2015-04-03 15:04:46 +05:30
Kovid Goyal
0cb35c0495 ... v2.23.0 2015-04-03 09:38:54 +05:30
Kovid Goyal
0e405f10d6 ... 2015-04-03 09:37:32 +05:30
Kovid Goyal
0fb6ef9dc0 version 2.23.0 2015-04-03 09:28:24 +05:30
Kovid Goyal
6d34cf7dfe Update Esquire 2015-04-02 10:38:17 +05:30
Kovid Goyal
57a8c0e8a5 MOBI Input: Fix links not working in viewer for MOBI files that contain anchors placed on linebreak elements. Fixes #1439450 [Private bug](https://bugs.launchpad.net/calibre/+bug/1439450) 2015-04-02 09:21:00 +05:30
Kovid Goyal
9919a1f4c0 pep8 2015-04-02 09:16:24 +05:30
Kovid Goyal
1e1c3e8b9d Re-enable the experimental flag for DOCX output since it can still
generate broken DOCX files in some circumstances, for e.g., nested
tables
2015-04-02 09:01:45 +05:30
Kovid Goyal
0118d5d181 DOCX Output: Start work on conversion of tables 2015-04-01 15:14:55 +05:30
Kovid Goyal
de5ce8d46b DOCX Output: Fix handling of page break at start of every HTML file 2015-03-31 20:10:01 +05:30
Kovid Goyal
2729414b53 Try a copy+remove instead of a rename to get a better idea of what is causing access denied errors when restoring database for some people on windows 2015-03-31 20:09:00 +05:30
Kovid Goyal
8e864305f3 DOCX Input: Fix extra border for text that has no border style specified 2015-03-31 17:33:21 +05:30