26194 Commits

Author SHA1 Message Date
Kovid Goyal
eac6e2920e Fix incompatibility with older sip/PyQt4 2013-11-16 07:54:57 +05:30
Kovid Goyal
fa3ca6c06d Output profile for the SONY PRS T3 2013-11-15 21:52:24 +05:30
Kovid Goyal
8b439c6a97 Allow users to create their own checkpoints while tweaking the book 2013-11-15 16:38:32 +05:30
Kovid Goyal
474e7401e5 Content server: Fix virtual libraries with an ampersand in their names not working 2013-11-15 15:02:19 +05:30
Kovid Goyal
349e097fe2 Fix #1251524 [Cyrillic string in formatter_functions.py is not extractable for translation](https://bugs.launchpad.net/calibre/+bug/1251524) 2013-11-15 12:32:41 +05:30
Kovid Goyal
0380742ea4 Better names for searching marked text 2013-11-15 11:40:12 +05:30
Kovid Goyal
2a48eb80bb Implement the replace all and count actions 2013-11-15 11:32:05 +05:30
Kovid Goyal
2f38fb20b7 More Cyrillic workarounds for the PDF user manual 2013-11-15 10:46:48 +05:30
Kovid Goyal
ce9bd67edc Implement replace and replace-find actions v1.11.0 2013-11-15 09:21:25 +05:30
Kovid Goyal
ee7b8e572d version 1.11 2013-11-15 09:05:23 +05:30
Kovid Goyal
974dda861b Content server: Show the name of the virtual library at the top when browsing books in a virtual library. Fixes #1251278 [Name of Virtual Lib. in headline](https://bugs.launchpad.net/calibre/+bug/1251278) 2013-11-15 08:34:38 +05:30
Kovid Goyal
91a42ff6cf Implement find over multiple files and in marked text regions 2013-11-14 20:34:17 +05:30
Kovid Goyal
5291283265 Add a keyboard shortcut (Ctrl+*) to convert the current search into a temporary virtual library. Fixes #1249773 [[Enhancement] Virtual library for all current searches](https://bugs.launchpad.net/calibre/+bug/1249773) 2013-11-14 15:05:06 +05:30
Kovid Goyal
229232f6cf DOCX Input: Nicer markup for paragraphs containing only a page break
DOCX Input: Fix page-breaks created as a page break inside an otherwise
empty paragraph not being rendered on conversion to PDF. Fixes #1249502 [Can't apply page breaks on word to pdf](https://bugs.launchpad.net/calibre/+bug/1249502)
2013-11-14 13:32:11 +05:30
David Forrester
a4c35af27d Kobo firmware updated to 3.0.0
Kobo have updated firmware to 3.0.0.  No changes needed for the driver
except the version number. Fixes #1251099 [Update to support Kobo firmware 3.0.0](https://bugs.launchpad.net/calibre/+bug/1251099)
2013-11-14 09:03:28 +05:30
Kovid Goyal
29430b2abd Remove button to toggle search result highlighting from next to the search bar, as too many people click it accidentally and then dont realize what they have done. The button can be restored via Preferences->Searching 2013-11-13 21:00:22 +05:30
Kovid Goyal
98c5739a07 Update Radikal (tr) 2013-11-13 19:41:02 +05:30
Kovid Goyal
5161246eb2 Wireless driver: Remove old non-streaming netowrking code. Apps that still use it must be updated. A message will popup notifying the user of the need to update if such an app is encountered.
Wireless driver: Fix a bug that could cause the wrong path information to be sent to the device in some circumstances.

Merge branch 'master' of https://github.com/cbhaley/calibre
2013-11-12 18:26:16 +05:30
Charles Haley
726ff97098 Merge branch 'kovidgoyal/master' 2013-11-12 13:35:08 +01:00
Charles Haley
b17ea76f4c Several changes:
1) Fix a bug where sending a book could use the wrong path.
2) Ask Calibre Companion to show a message if it is out of date. This will work only for newer versions of CC.
3) Remove old non-streaming networking code. Refuse to connect if a client requests to use the old code. This should happen only for pirated versions of CC.
2013-11-12 13:34:44 +01:00
Kovid Goyal
8265e95b15 Linux binary build: Return proper exit codes when raising SystemExit 2013-11-12 16:20:50 +05:30
Kovid Goyal
527c33bb0d Search wrapping for current file searches 2013-11-12 13:40:16 +05:30
Kovid Goyal
dfb16c58a6 Finding in the current file works 2013-11-12 12:12:23 +05:30
Kovid Goyal
45b1c409e6 Implement robust from/to conversion of datetimes to offsets from the epoch for all dates in the range supprted by the datetime module (1 AD to 9999 AD)
Merge branch 'master' of https://github.com/GRiker/calibre
2013-11-12 08:53:04 +05:30
Gregory Riker
156b9d3556 Add handling for pre-epoch (1970) dates under Windows. Improved diagnostic errors for libiMobileDevice library. 2013-11-11 09:42:58 -07:00
Kovid Goyal
09a8064c1d ... 2013-11-11 17:54:51 +05:30
Kovid Goyal
fd7cbbe464 ... 2013-11-11 17:50:58 +05:30
Kovid Goyal
a9d96d8d77 Implement marking of regions in the text 2013-11-11 17:48:20 +05:30
Kovid Goyal
76d22f8f68 Ensure that syntax char formats are unambiguously identifiable 2013-11-11 17:01:18 +05:30
Kovid Goyal
4f4dd87b2a Restore the old --tweak-book functionality to calibre-debug as --explode-book 2013-11-11 15:32:57 +05:30
Kovid Goyal
d84fd0b5a4 Wire up the search UI 2013-11-11 15:09:58 +05:30
Kovid Goyal
134b4f5982 Merge branch 'patch-1' of https://github.com/randy1/calibre 2013-11-11 06:34:29 +05:30
Magliano Andrea
59065f7677 Update __init__.py
guess it's 43e8d66dfc5dbe9d4c2228b76643dc4f34374314 completion;
many thanks for your great project, never thought to see it running on dragonfly!
2013-11-10 19:07:11 +01:00
Kovid Goyal
288c24a170 Linux: Add an option to cause calibre to detach from its controlling terminal 2013-11-10 19:43:11 +05:30
Kovid Goyal
b712a24e3b ... 2013-11-10 17:08:38 +05:30
Kovid Goyal
5fd300a533 Start work on the search panel 2013-11-10 14:18:18 +05:30
Kovid Goyal
a278901903 ... 2013-11-10 13:45:35 +05:30
Kovid Goyal
2d52cae4c5 Focus editor when showing it 2013-11-10 11:10:55 +05:30
Kovid Goyal
0348bbe41d Windows: Dont launch calibre as an external viewer
Windows: When viewing books with an external viewer, check if windows
will open the file with calibre itself, and if so, popup an error
message telling the user to install some software capable of viewing the
file. Fixes #1249698 [Opening a PDF in calibre changes the default "Open with" app](https://bugs.launchpad.net/calibre/+bug/1249698)
2013-11-10 09:44:29 +05:30
Kovid Goyal
16088aeb0e Update Spiegel Online 2013-11-10 08:21:52 +05:30
Kovid Goyal
a28b690f42 pep8 2013-11-10 07:30:48 +05:30
Kovid Goyal
91f85b8910 Update El Mundo
Fixes #1249656 [Updated recipe for Spanish El Mundo](https://bugs.launchpad.net/calibre/+bug/1249656)
2013-11-10 07:11:03 +05:30
Kovid Goyal
87d927d7e9 Improved regex module for python
Taken from: https://code.google.com/p/mrab-regex-hg/
2013-11-09 22:05:05 +05:30
Kovid Goyal
016977dc33 Merge branch 'master' of https://github.com/cbhaley/calibre
Template language: Add a transliterate function, useful to convert
metadata in other languages into its approximate English representation,
when exporting books from calibre. Fixes #1249562 [Feature Request: option to transliterate metadata when sending to device](https://bugs.launchpad.net/calibre/+bug/1249562)
2013-11-09 17:57:11 +05:30
Charles Haley
60a6212835 Merge branch 'kovidgoyal/master' 2013-11-09 13:02:59 +01:00
Charles Haley
ae2ebbea68 Add a "transliterate" formatter function. 2013-11-09 13:02:25 +01:00
Kovid Goyal
3113191c80 ... 2013-11-09 14:56:41 +05:30
Kovid Goyal
6cda45e42f Fix standalone editor launch not working 2013-11-09 14:44:04 +05:30
Kovid Goyal
c7ff021541 ... 2013-11-09 14:41:15 +05:30
Kovid Goyal
c2f02dd423 Add more color themes and auto detect theme based on users GUI color palette 2013-11-09 14:34:38 +05:30