Commit Graph

23711 Commits

Author SHA1 Message Date
Kovid Goyal 1ddde725be Ensure rec_index in the field_metadata is constant (sorted by column label) 2015-02-15 11:23:12 +05:30
Kovid Goyal 8ae0a180c1 Conversion: Ignore incorrectly URL encoded links instead of erroring out on them. Fixes #1421996 [Private bug](https://bugs.launchpad.net/calibre/+bug/1421996) 2015-02-15 08:49:48 +05:30
Kovid Goyal 0f0e62b3a0 Get towards writing a full docx skeleton with all text but no styles/images/etc. 2015-02-14 12:47:26 +05:30
Kovid Goyal cbc85be903 Add defaults for text-shadow 2015-02-14 12:47:26 +05:30
Kovid Goyal 6c916d78cc Handle first-letter selectors 2015-02-14 12:47:26 +05:30
Kovid Goyal 6cc3b82729 Fix whitespace handling when creating <w:t> elements 2015-02-14 12:47:26 +05:30
Kovid Goyal c9f6eb7b17 ... 2015-02-14 12:47:26 +05:30
Kovid Goyal b86a502fbb ... 2015-02-14 12:47:26 +05:30
Kovid Goyal 4b20988a2e Finish up character properties 2015-02-14 12:47:26 +05:30
Kovid Goyal 05040af6fb Start work on converting character styles 2015-02-14 12:47:26 +05:30
Kovid Goyal c26f948f75 Boilerplate only docx output plugin 2015-02-14 12:47:26 +05:30
Kovid Goyal 96bc19e652 Amazon metadata download: Update plugin for website changes to Amazon Brazil. Fixes #1420629 [Amazon.br metadata source, error with accents](https://bugs.launchpad.net/calibre/+bug/1420629) 2015-02-11 12:41:22 +05:30
Kovid Goyal df780dd8e0 E-book viewer: Remove soft-hyphens when copying text to clipboard 2015-02-08 21:54:44 +05:30
Kovid Goyal e8f1f3079f Fix #1419142 [Different uses of "OK"](https://bugs.launchpad.net/calibre/+bug/1419142) 2015-02-08 15:53:23 +05:30
Kovid Goyal 65ca3c490a Remove BOM bytes from recipes as well when compiling 2015-02-08 15:48:40 +05:30
Kovid Goyal 959acc1f28 Remove BOM mark from litres plugin and also handle BOM mark when downloading plugins 2015-02-08 15:22:31 +05:30
Kovid Goyal 05ee6b477e Make publishers in the book details panel clickable. Fixes #1419313 [[Feature Request]Make Publisher clickable](https://bugs.launchpad.net/calibre/+bug/1419313) 2015-02-08 09:50:54 +05:30
Kovid Goyal 9c17693aea Fix #1418960 ["edit toc" doesn't work in the newest version](https://bugs.launchpad.net/calibre/+bug/1418960) 2015-02-06 18:43:22 +05:30
Kovid Goyal 51e6e70765 Fix #1418841 [Bug in tooltip for "Auto close tags" checkbox in preferences](https://bugs.launchpad.net/calibre/+bug/1418841) 2015-02-06 13:32:33 +05:30
Kovid Goyal 415b7f4de5 version 2.19.0 2015-02-06 09:46:24 +05:30
Kovid Goyal 18514f9eff Add empty book: Allow setting the title as well as the author and series for the added empty book records 2015-02-05 19:24:25 +05:30
Kovid Goyal 262273518f Windows driver for Grammata Papyre 602. Fixes #1418207 [Calibre don't detect papyre 602](https://bugs.launchpad.net/calibre/+bug/1418207) 2015-02-05 08:29:02 +05:30
Kovid Goyal 5a0fb8eaf9 Fix QXcbEventReader segfault in worker process used for rendering splash screen on linux 2015-02-04 13:32:56 +05:30
Kovid Goyal acfff78330 Mark the fd used for singleinstance of OS X as CLOEXEC 2015-02-04 10:04:28 +05:30
Kovid Goyal da0c6f8048 ... 2015-02-04 09:41:42 +05:30
Kovid Goyal bfae849753 Edit Book: Add an option to turn off auto-completion of closing tags 2015-02-04 09:17:09 +05:30
Kovid Goyal 8cc82b6c8f Edit Book: Do not autocomplete the closing tag wen typing the / key inside an existing tag. Fixes #1417700 [Editor: Auto-Completion of HTML is screwing up the HTML](https://bugs.launchpad.net/calibre/+bug/1417700) 2015-02-04 08:53:29 +05:30
Charles Haley 719b36ea00 Enhancement #1417219: description field for custom columns 2015-02-03 10:05:36 +01:00
Kovid Goyal 7a611660d7 Fix Booken Lev e-book reader not being detected in OS X and Linux. Fixes #1417325 [My ereader not is detect in Calibre 2.18 (Binary package)](https://bugs.launchpad.net/calibre/+bug/1417325) 2015-02-03 13:14:13 +05:30
Kovid Goyal 29f4e41fba Conversion: Convert entities that reference non-BMP unicode codepoints on Windows and OS X correctly. Linux was not affected by this bug. Fixes #1417327 [incorrect assignment code of symbol](https://bugs.launchpad.net/calibre/+bug/1417327) 2015-02-03 12:44:59 +05:30
Kovid Goyal 4618304369 DOCX Input: Change handling of sequences of space characters to more closely follow Microsoft Word. 2015-02-03 11:14:23 +05:30
Kovid Goyal 28e6946de4 Allow tweaking of DOCX files using calibre-debug --explode-book 2015-02-03 09:50:37 +05:30
Kovid Goyal 0b92b95637 ... 2015-02-03 09:39:58 +05:30
Charles Haley 776562ad31 Quickview: show the shortcut in the tooltip for the Search and Close buttons 2015-02-02 13:51:00 +01:00
Charles Haley b9b2a40b3e Handle showing focus better. Change search to search for the currently focused item instead of always searching for the item in the items widget. Some bug fixes. 2015-02-02 10:55:51 +01:00
Charles Haley 64aab7f4a0 Improve focus highlighting in QV so one can know which widget has the focus 2015-02-02 08:42:49 +01:00
Kovid Goyal 8a575ef753 Use the pipe worker instead of the debug executable for the splash screen 2015-02-02 06:12:06 +05:30
Kovid Goyal f4d638bf4c Quick view window: Allow the quickview window to be docked into the main calibre window. See #1415714 ([enhancement] quickview window docked with expanded querying)
Merge branch 'master' of https://github.com/cbhaley/calibre
2015-02-02 04:55:57 +05:30
Charles Haley 365ca8db9d Remove calibre-level action for quickview focus. Small improvements in focus handling and item selection. 2015-02-01 18:09:26 +01:00
Charles Haley 61749bd646 Take out the focus to library action. Shift+ESC already does that. 2015-02-01 12:08:04 +01:00
Charles Haley ab166f26c1 More changes for #1415714. Make Q toggle quickview. Add Shift+Q to focus to quickview. Add Ctrl+Q to focus to the library without changing the selected cell. Trap tabs in quickview to make navigating with the keyboard possible. 2015-02-01 12:00:03 +01:00
Kovid Goyal 57fdd09610 Edit Book: Fix Table of Contents editor not remembering its saved state across calibre sessions 2015-02-01 11:22:10 +05:30
Kovid Goyal 4e4d50eff6 Edit book: Disallow drag and drop of documents onto the preview panel to workaround crashing bug in Qt. Fixes #1416752 [Drag and Drop Image Crashes Editor](https://bugs.launchpad.net/calibre/+bug/1416752) 2015-02-01 10:24:58 +05:30
Kovid Goyal bdf4e01d7a Make jumping to a cfi pseudo synchronous by spinning the event loop while waiting for the scroll to finish 2015-02-01 10:22:17 +05:30
Kovid Goyal 1235bc5ab2 Allow metadata plugins to return multiple urls for a book 2015-01-31 20:27:15 +05:30
Kovid Goyal e377e66c20 Book Details panel: Allow any identifier of the form url+number to become a clickable link. For example: url1:http://example.com 2015-01-31 19:17:41 +05:30
Kovid Goyal c7b08b3f00 E-book viewer: Fix current page not being preserved when opening and then immediately closing the footnote window. Fixes #1416526 [Closing ebook-viewer footnotes causes page to jump back](https://bugs.launchpad.net/calibre/+bug/1416526) 2015-01-31 11:23:50 +05:30
Kovid Goyal 89cc647009 Some utility functions to control the viewer position with page numbers in paged mode 2015-01-31 10:46:42 +05:30
Kovid Goyal 2a32abf933 PDF Output: Fix incorrect encoding for some chinese characters in the PDF Outline (Table of Contents). Fixes #1416222 [Incorrect TOC entries in PDF files converted from Chinese EPUB file](https://bugs.launchpad.net/calibre/+bug/1416222) 2015-01-31 00:08:01 +05:30
Charles Haley f26495354f Another attempt at enhancement #1415714. The user has the choice of putting quickview in its own window (original implementation) or as a splitter panel containing library view and the quickview panes. 2015-01-30 13:33:11 +01:00