26642 Commits

Author SHA1 Message Date
Marius Popescu
7e206f496a Update dilemaveche.recipe
It works now for users that have access to the digital edition.
I also fixed some categories and improved the stripping of social buttons etc.
2014-01-10 12:01:51 +01:00
Kovid Goyal
05a536ed28 ... 2014-01-10 16:28:57 +05:30
Kovid Goyal
3a1fecc7a1 Merge branch 'master' of https://github.com/cbhaley/calibre 2014-01-10 13:58:35 +05:30
Charles Haley
d91ab059ce Small improvement to the search documentation. 2014-01-10 08:40:57 +01:00
Kovid Goyal
aa9473d8e5 ... 2014-01-10 11:17:30 +05:30
Kovid Goyal
5370482396 ... 2014-01-10 11:11:13 +05:30
Kovid Goyal
a428da5f5b version 1.19 v1.19.0 2014-01-10 09:38:21 +05:30
Kovid Goyal
0596119363 ... 2014-01-10 09:35:37 +05:30
Kovid Goyal
9076786195 Update New York Times 2014-01-10 09:22:56 +05:30
Kovid Goyal
184b788e2b Edit book: Fix marking a file as titlepage not working if the opf does not contain a <guide> section. Fixes #1267643 [Edit Book: Mark as Cover Page doesn't seem to work](https://bugs.launchpad.net/calibre/+bug/1267643) 2014-01-10 08:42:39 +05:30
Kovid Goyal
85f6928b96 Update Zeit Online 2014-01-10 08:29:56 +05:30
Kovid Goyal
e1901121ae Edit book: Fix errors when working on HTML files that parse as valid XML, but do not have the correct XHTML namespace. 2014-01-09 21:33:47 +05:30
Kovid Goyal
3918e3d679 Update Faz.net 2014-01-09 18:31:16 +05:30
Kovid Goyal
ef6b0193a8 ... 2014-01-09 11:47:44 +05:30
Kovid Goyal
b4feff193b Add blurb on insert character to the manual
http://manual.calibre-ebook.com/edit.html#inserting-special-characters
2014-01-08 14:07:40 +05:30
Kovid Goyal
8fe554f3b5 Fix handling of non-BMP characters on narrow builds of python (windows).
Also show busy cursor while searching.
2014-01-08 12:48:20 +05:30
Kovid Goyal
e0bf82e6e0 Use QInputMethodEvent to make charmap work with all widgets 2014-01-08 11:28:05 +05:30
Kovid Goyal
ab7b6e1e99 Slightly more useful error on checkpoint stack corruption 2014-01-08 11:27:29 +05:30
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