29851 Commits

Author SHA1 Message Date
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
Kovid Goyal
2a4e027b0b Update FAZ.net 2015-02-04 08:24:44 +05:30
Kovid Goyal
ff1a8f9eec Allow adding a description for custom columns. Fixes #1417219 [Comment/description for custom columns](https://bugs.launchpad.net/calibre/+bug/1417219)
Merge branch 'master' of https://github.com/cbhaley/calibre
2015-02-03 14:52:29 +05:30
Charles Haley
719b36ea00 Enhancement #1417219: description field for custom columns 2015-02-03 10:05:36 +01:00
Kovid Goyal
9c19537b70 Update Indian Express 2015-02-03 14:04:43 +05:30
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
Kovid Goyal
052df2b968 Merge branch 'master' of https://github.com/cbhaley/calibre 2015-02-02 18:29:15 +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
Kovid Goyal
7ee42cdeb3 Merge branch 'master' of https://github.com/cbhaley/calibre 2015-02-02 17:07:52 +05:30
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
Kovid Goyal
0c618e3123 ... 2015-02-01 16:37:59 +05:30
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
96dfab268e libimobiledevice: Prevent detection of WiFi connected iDevices 2015-02-01 13:09:23 +05:30
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
c9a0f23173 Update CNN 2015-01-31 22:56:58 +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
Kovid Goyal
9e7d1a6ed4 ... 2015-01-30 10:56:26 +05:30
Kovid Goyal
e38f439118 version 2.18.0 v2.18.0 2015-01-30 09:25:19 +05:30
Kovid Goyal
46eb1543ce Edit Book: Add a 'Style Classes' report to the Reports tool 2015-01-27 14:59:07 +05:30
Kovid Goyal
50ba062e82 Update Al Jazeera in English 2015-01-27 06:35:05 +05:30
Kovid Goyal
4fceeb4ddd Merge branch 'master' of https://github.com/cbhaley/calibre 2015-01-26 15:29:29 +05:30
Charles Haley
1c9c2c745e Disable VL tabs when in device view. 2015-01-26 10:14:56 +01:00
Kovid Goyal
71b78a0b5b Preferences: Re-arrange the controls to avoid needing to move the mouse from the top to the bottom of the dialog when closing the dialog after making some changes 2015-01-26 10:28:48 +05:30
Kovid Goyal
87a2e43318 Make the run welcome wizrd not be the default button in the preferences dialog 2015-01-26 08:07:57 +05:30
Kovid Goyal
c2f7ec6d4a Use a dialog instead of a main window for Preferences to workaround Qt's poor handling of full scrren mode on OS X Yosemite. Fixes #1414497 [MacOSX: problems in full screen mode](https://bugs.launchpad.net/calibre/+bug/1414497) 2015-01-26 07:59:18 +05:30
Kovid Goyal
deebe240ee Fix #1414444 [Untranslated string "occurrences of"](https://bugs.launchpad.net/calibre/+bug/1414444) 2015-01-25 20:53:12 +05:30
Kovid Goyal
dcc80ea16a Sign tags using my personal key 2015-01-25 14:18:59 +05:30
Kovid Goyal
c70a3f9451 Nicer solution to GPG boneheadedness 2015-01-25 14:03:07 +05:30