28274 Commits

Author SHA1 Message Date
Kovid Goyal
263c7c1469 Fix typing non-English characters using an input method (key composing) in the author/tags/etc fields in the metadata dialog not working. Fixes #1266795 [Character composing doesn't work on metadata editor](https://bugs.launchpad.net/calibre/+bug/1266795) 2014-01-08 09:11:17 +05:30
Kovid Goyal
632e5105e8 Use parse_only_date when reading pubdate from filenames 2014-01-08 08:33:46 +05:30
Kovid Goyal
3c10e66274 Edit book: When searching for text in the editor, center the found text on screen
This is a dummy commit, the actual change was accidentally included in
the previous commit.
2014-01-07 15:10:20 +05:30
Kovid Goyal
db71b29026 Add searching to the charmap dialog 2014-01-07 15:05:59 +05:30
Kovid Goyal
305379f27f Edit book: Fix error when merging html files that include a currently opened file and a non-html file is also open 2014-01-07 13:35:18 +05:30
Kovid Goyal
a8a81594f4 ... 2014-01-07 12:14:03 +05:30
Kovid Goyal
388add7ae8 ... 2014-01-07 11:57:04 +05:30
Kovid Goyal
bf733ef1b6 ... 2014-01-06 20:44:47 +05:30
Kovid Goyal
0a9825d39a Handle changing focus ed widget in parent while charmap is visible 2014-01-06 17:20:17 +05:30
Kovid Goyal
0012f5cc4b Edit book: Add a tool to insert arbitrary unicode characters, such as special spaces or punctuation or characters from non-English languages into the text 2014-01-06 17:00:21 +05:30
Kovid Goyal
c06d44d598 UI to add/remove characters to favorites 2014-01-06 15:39:51 +05:30
Kovid Goyal
b818eb3e0c Single click expand character categories 2014-01-06 15:04:04 +05:30
Kovid Goyal
7a426e0f1c Drag and drop to re-arrange characters in favorites 2014-01-06 14:59:44 +05:30
Kovid Goyal
0c7e911325 Fix unnecessary error popup during shutdown if the wireless device driver is running and mdns de-registration fails. Fixes #1262819 [Calibre throws error when stopping wireless device connection](https://bugs.launchpad.net/calibre/+bug/1262819)
Merge branch 'master' of https://github.com/cbhaley/calibre
2014-01-06 14:22:50 +05:30
Charles Haley
916fb01ab7 Bug #1262819 - bonjour unregistration fails in wireless device 2014-01-06 09:41:20 +01:00
Kovid Goyal
1815ea092a ... 2014-01-06 13:13:11 +05:30
Kovid Goyal
e3b0de4829 Paint the non printing characters using aliases 2014-01-06 13:10:30 +05:30
Kovid Goyal
fb7118814f Displaying characters works (apart from non-printable chars) 2014-01-06 11:02:26 +05:30
Kovid Goyal
a06038f078 Update OGlobo
Merge branch 'patch-1' of https://github.com/tenuki/calibre
2014-01-06 08:19:44 +05:30
Kovid Goyal
da2913ab84 Start work on character select dialog 2014-01-06 08:19:00 +05:30
Kovid Goyal
bddcda045b Update Inc Magazine 2014-01-06 08:14:25 +05:30
david weil
4432e3b837 Encoding in OGlobo recipe was wrong and unnecessar
Encoding in O'Globo recipe was wrong and unnecessary.

With the original recipe the article titles was ok, but on the articles the text body encoding is wrong.

The fetched articules already include its encoding information (to be utf-8 when/with the one I tried), and changing the recipe to remove the `encoding` specification seems to work ok!
2014-01-05 12:26:22 -02:00
Kovid Goyal
aca0f41951 Add L´ and D´ as recognized articles when automatically computing sort strings for French. Fixes #1264172 [list of words consider as "articles" for sort in french](https://bugs.launchpad.net/calibre/+bug/1264172) 2014-01-05 18:36:18 +05:30
Kovid Goyal
47a9bbda79 Update New York Review of Books 2014-01-05 08:59:18 +05:30
Kovid Goyal
e5939d3d3d Driver for teXet TB-146SE. Fixes #1266030 [Add support for texet TC0146SE reader](https://bugs.launchpad.net/calibre/+bug/1266030) 2014-01-04 22:48:02 +05:30
Kovid Goyal
3b5c34170b Edit book: Show tooltips in the File Browser for "special" files, such as the cover, opf, ncx, etc. 2014-01-04 14:01:07 +05:30
Kovid Goyal
31c4f65977 Ensure html files have mimetype set to xhtml mimetype when exploding azw3 files, so that check book does not complain about them. 2014-01-04 13:10:54 +05:30
Kovid Goyal
0598a2099f Edit book: When checking book, check for entries in the OPF whose mimetype does not match the file extension. 2014-01-04 13:01:47 +05:30
Kovid Goyal
c324e4b5b6 Update Brand Eins 2014-01-04 12:51:26 +05:30
Kovid Goyal
441709f44b Edit book: Fix changing mimetypes in the opf file not being detected when closing the opf file or running any automated tool like Check Book 2014-01-04 10:43:51 +05:30
Kovid Goyal
c9318785d0 Remove all references to the series sort virtual field from the GUI 2014-01-03 18:41:39 +05:30
Kovid Goyal
c0057e829f version 1.18 v1.18.0 2014-01-03 09:19:08 +05:30
Jellby
b48648fee5 Added default cover to t4b 2014-01-02 22:12:37 +05:30
Kovid Goyal
144e9ba049 Update Neue Osnabrucker Zeitung 2014-01-02 16:35:43 +05:30
Kovid Goyal
db07598b69 Update Chicago Tribune 2014-01-02 11:06:30 +05:30
Kovid Goyal
bea02304ee Add an option to control how completion works when editing authors/tags/series/etc.
By default, when completing items, calibre will show you all the
candidates that start with the text you have already typed. You can
instead have it show all candidates that contain the text you have
already typed. To do this, go to Preferences->Tweaks->Completion mode.
For example, if you type asi it will now match both Asimov and Quasimodo,
whereas the default behavior would match only Asimov. Fixes #1264304 [[Enhancement] search within string when tagging](https://bugs.launchpad.net/calibre/+bug/1264304)
2014-01-02 10:24:32 +05:30
Kovid Goyal
8e6ee68bd8 Modernize code in t4b.py
Fixes #1265225 [Update Orizon driver](https://bugs.launchpad.net/calibre/+bug/1265225)
2014-01-02 09:37:27 +05:30
Kovid Goyal
39dcf1e4db Change Orizon driver to scan all folders on storage card for books 2014-01-02 09:11:32 +05:30
Jellby
90e3568d14 Update Cybook Orizon driver: create a thumbnail with the correct format, remove mobi/prc formats from the default supported list, add option for card folder 2014-01-02 09:04:27 +05:30
Kovid Goyal
a79225f8ce Fix #1265356 [Duplicate "0x" in hexadecimal strings](https://bugs.launchpad.net/calibre/+bug/1265356) 2014-01-02 00:45:06 +05:30
Kovid Goyal
3f21a83865 ... 2014-01-01 21:25:48 +05:30
Kovid Goyal
3dbc252767 Nan Feng Chuang by Chen Wei 2014-01-01 19:06:19 +05:30
Kovid Goyal
e88ec0a222 Fix #1265282 [NY Times compiling too large a file-fails e-mail](https://bugs.launchpad.net/calibre/+bug/1265282) 2014-01-01 14:49:14 +05:30
Kovid Goyal
225ebd4231 Update Caijing 2014-01-01 13:18:22 +05:30
Kovid Goyal
c497dc1097 Edit book: Add a check for too large HTML files when running the check book tool. Fixes #1264680 [[Feature Request]: Edit Book 300/100 kb warning on HTML](https://bugs.launchpad.net/calibre/+bug/1264680) 2014-01-01 11:29:03 +05:30
Kovid Goyal
3bfd3bc07f Conversion: Sort the CSS rules in the output stylesheet using a "natural" sort algorithm, so that calibre2 sorts before calibre10. Fixes #1265175 [[Feature request] Alphanumeric sort of classes in stylesheet](https://bugs.launchpad.net/calibre/+bug/1265175) 2014-01-01 10:20:10 +05:30
Kovid Goyal
f092a643ae MOBI Output: When text indent is specified as a percentage in the input document, prevent the generated MOBI from having too large an indent if the user chooses a large output profile like tablet. See #1265226 (Private bug) 2014-01-01 09:46:46 +05:30
Kovid Goyal
80b0842aea Portable installer: Do not ask the user for confirmation when upgrading an existing installation during an automated install 2014-01-01 09:02:32 +05:30
Kovid Goyal
c911dfc40e Handle key compression when checking if ';' has been typed 2014-01-01 08:01:16 +05:30
Kovid Goyal
9442cbf38d Edit book: Fix live replacement of entities not working on some non-US keyboard layouts. Fixes #1265147 [Editor: HTML entities replacement doesn't work in Calibre 64-bit for windows](https://bugs.launchpad.net/calibre/+bug/1265147) 2014-01-01 07:58:46 +05:30