27284 Commits

Author SHA1 Message Date
Kovid Goyal
bf003b8d1f Add getafix to push destinations 2014-03-10 15:09:30 +05:30
Kovid Goyal
0415fb19dd Remove ununsed DJVU input GUI widget 2014-03-10 14:46:22 +05:30
Kovid Goyal
a479db415c ... 2014-03-10 13:44:06 +05:30
Kovid Goyal
38f00298a6 Possible fix for crash on OS X Mavericks when adding duplicates 2014-03-10 12:41:42 +05:30
Kovid Goyal
87fedb8a6d I love linux distros 2014-03-10 11:53:50 +05:30
Kovid Goyal
4836d17783 Fix #1290097 ["epub" without toc crashes](https://bugs.launchpad.net/calibre/+bug/1290097) 2014-03-10 08:25:40 +05:30
Kovid Goyal
1ee24745ee ... 2014-03-10 08:16:01 +05:30
Kovid Goyal
456b297bf0 ... 2014-03-09 19:14:35 +05:30
Kovid Goyal
a708b93df5 ... 2014-03-09 18:45:38 +05:30
Kovid Goyal
706c0baca2 Fix matcher dialog wrapping filenames 2014-03-09 18:28:46 +05:30
Kovid Goyal
62eb796b51 Edit book: Add a tool to easily open a file inside the book for editing by just typing a few characters from the file name. To use it press Ctrl+T in the editor or go to Edit->Quick open a file to edit' 2014-03-09 18:16:05 +05:30
Kovid Goyal
b88f26adff Refactor matcher test suite 2014-03-09 17:00:14 +05:30
Kovid Goyal
bdbc6ccfaa Handle positions when matching on non BMP chars on narrow python builds correctly 2014-03-09 16:44:50 +05:30
Kovid Goyal
b4e2b9e93f UI for the subsequence matcher 2014-03-09 14:42:31 +05:30
Kovid Goyal
b4b1c021f7 ... 2014-03-09 10:16:21 +05:30
Kovid Goyal
5df9807308 Fix leaving full screen mode not removing max height restriction 2014-03-09 09:31:26 +05:30
Kovid Goyal
777a43308b E-book viewer: Fix pressing the Esc key to leave full screen mode not changing the state of the full screen button 2014-03-09 09:26:54 +05:30
Kovid Goyal
ea6b203b37 E-book viewer: Add an option to control the maximum text height in full screen. Note that it only owrks if the viewer is in paged mode (which is the default mode). 2014-03-09 09:23:58 +05:30
Kovid Goyal
158c33481e ... 2014-03-09 08:03:24 +05:30
Kovid Goyal
1f2aa8a55b Allow merging of icu branch into trunk by falling back to the old icu module if the old binary plugin is detected. 2014-03-08 22:18:29 +05:30
Kovid Goyal
b76cc3e9ab Speed up searching a little by using a dedicated function for testing if a string contains a substring using primary collation (replaces using primary_find() 2014-03-08 22:08:31 +05:30
Kovid Goyal
4eaee89487 Fix ICU find returning incorrect position and length parameters when non-BMP characters are present on wide python builds 2014-03-08 21:46:46 +05:30
Kovid Goyal
27327e811b Clearer error message when compiling on python >= 3.3 2014-03-08 21:19:05 +05:30
Kovid Goyal
f078cd7168 Performance improvements and code cleanup for the ICU module 2014-03-08 21:13:26 +05:30
Kovid Goyal
b8e414f18b Revert a part of the previous commit that was left in by mistake and also add a test for handling of positions when the haystack contains non-BMP chars 2014-03-08 21:12:38 +05:30
Kovid Goyal
bd88666bb0 Command line interface to filesystem matcher
Also fix a couple of bugs in the matcher algorithms
2014-03-08 20:55:20 +05:30
Kovid Goyal
09be666ea0 When reading metadata from filenames, do not apply the fallback regexp to read metadata if the user specified regexp puts the entire filename into the title. The fallback is only used if the user specified expression does not match the filename at all. 2014-03-08 18:11:08 +05:30
Kovid Goyal
35c837b839 Move matcher module into the utils package 2014-03-08 11:24:15 +05:30
Kovid Goyal
b672f4ed11 Subsequence matcher: Use primary collation 2014-03-08 10:59:19 +05:30
Kovid Goyal
6e9afc0398 ... 2014-03-08 10:56:31 +05:30
Kovid Goyal
37ac52ad32 Allow capsule based access to the ICU collator 2014-03-08 09:28:02 +05:30
Kovid Goyal
5816c4aaeb ... 2014-03-08 08:27:27 +05:30
Kovid Goyal
a33265cf46 Content server: Fix (maybe) an error on some windows computers with a non-standard default encoding
See http://www.mobileread.com/forums/showthread.php?t=235366
2014-03-08 08:08:46 +05:30
Kovid Goyal
606ee69582 ... 2014-03-08 07:28:46 +05:30
Kovid Goyal
290462909f Linux binary install script: Fix error on linux systems where the system python has an encoding of None set on stdout. Assume encoding is utf-8 in this case. 2014-03-07 21:51:00 +05:30
Kovid Goyal
0dc884efc5 Some minor tweaks to ensure correctness
Also fix compilation of the subsequence matcher on OS X
v1.27.0
2014-03-07 09:56:07 +05:30
Kovid Goyal
90868e0262 pep8 2014-03-07 09:06:52 +05:30
Kovid Goyal
d410d11e55 pep8 2014-03-07 09:05:58 +05:30
Kovid Goyal
6f30914a52 version 1.27 2014-03-07 09:03:37 +05:30
Kovid Goyal
286312b63a Merge branch 'master' of https://github.com/cbhaley/calibre 2014-03-07 08:23:38 +05:30
Charles Haley
72c26969c8 Undo the update CC version number. It should be updated *after* CC is generally released. 2014-03-07 03:14:21 +01:00
Kovid Goyal
8b7956f996 An option to multiple add books from inside a ZIP or RAR file. Right click the Add Books button and choose 'Add multiple books from archive'. 2014-03-06 22:07:18 +05:30
Kovid Goyal
bdb2d0a5d9 MOBI Input: Fix empty <a> tags not being handled correctly in rare cases when the markup is bad enough to be parsed only using the HTML 5 algorithm. Fixes #1288430 [Private bug](https://bugs.launchpad.net/calibre/+bug/1288430) 2014-03-06 21:47:43 +05:30
Kovid Goyal
20dd82d501 PEP8 2014-03-06 21:35:51 +05:30
Kovid Goyal
05ef329823 test for character_name() 2014-03-06 19:29:30 +05:30
Kovid Goyal
efafb69fcd Fix icu_character_name not working for non-BMP chars on windows 2014-03-06 19:05:57 +05:30
Kovid Goyal
4b954101b7 Use macro instead of sizeof as that is recommended by the python developers 2014-03-06 17:47:48 +05:30
Kovid Goyal
68a37c565d Use new roundtrip code for ICU get_character_name 2014-03-06 17:35:18 +05:30
Kovid Goyal
a8d8f92e9f Edit book: Fix column number of cursor one less than it should be.
Also fix non-BMP characters before cursor not being reported correctly.
2014-03-06 17:30:35 +05:30
Kovid Goyal
4c9e1733ec Return NULL when decoding from UTF-32 fails 2014-03-06 17:22:41 +05:30