23390 Commits

Author SHA1 Message Date
Kovid Goyal
ac6af50422 DOCX Input: Fix some text highlighting colors in the DOCX file not being correctly translated during conversion. Fixes #1308181 [color names change upon conversion](https://bugs.launchpad.net/calibre/+bug/1308181) 2014-04-16 08:21:02 +05:30
Charles Haley
74c60c718b Fix incorrect syncing behavior when book matching is run for a second time while connected. This happens when the user changes the library or selects "Update cached metadata on device". 2014-04-15 11:21:42 +02:00
Kovid Goyal
9c9759684e Metadata download dialog: Simply the description of the book being searched for and make its font size normal 2014-04-14 21:01:05 +05:30
Charles Haley
78bcebb4d0 Fix column coloring to allow #xxxxxx in the GUI processing. 2014-04-14 16:37:14 +02:00
Kovid Goyal
920526b86d Fix #1307397 [Support Tolino Vision (Windows)](https://bugs.launchpad.net/calibre/+bug/1307397) 2014-04-14 17:52:59 +05:30
Kovid Goyal
7f9a2eb60f Make the code that ensures that python internal encodings are not ASCII more robust 2014-04-13 21:25:37 +05:30
Kovid Goyal
0c82e9c0d2 Amazon metadata download: Fix Editorial Reviews not downloading into the comments section 2014-04-13 16:36:25 +05:30
Kovid Goyal
9b18bd674e Workaround for broken linux installs with encoding set to ANSI_X3.4-1968
Got a second bug report from a user running such a system today. So
workaround it.
2014-04-13 14:57:45 +05:30
Kovid Goyal
e49227ee40 Fix various warnings from running updated pyflakes on the entire codebase 2014-04-13 09:51:00 +05:30
Kovid Goyal
7ac78e7ab1 ... 2014-04-12 14:15:29 +05:30
Kovid Goyal
e09a6c7e63 Searching: Fix searching by date not using the system locale to interpret dd/mm vs mm/dd dates 2014-04-12 14:04:47 +05:30
Kovid Goyal
cd7da5743e Ignore corrupted conversion config files instead of failling to convert
See #1306854 (Error when trying to convert)
2014-04-12 08:38:28 +05:30
Kovid Goyal
efbd02bb2e be quiter when switching branches 2014-04-11 17:04:10 +05:30
Kovid Goyal
463f245078 ... 2014-04-11 11:40:46 +05:30
Kovid Goyal
d38297878e Remove various bits of special processing when compiling .ui forms 2014-04-11 11:17:17 +05:30
Kovid Goyal
14a59028e8 version 1.32 2014-04-11 08:21:32 +05:30
Kovid Goyal
922ca7df54 Fetch news: Allow automatically creating custom news sources by import OPML files. Many RSS news reader programs can export their list of RSS feeds in the OPML format.
Merge branch 'master' of https://github.com/ingkebil/calibre
2014-04-10 13:03:46 +05:30
Kovid Goyal
b48997e9bf Conversion: When inserting metadata as a jacket page, alter the font sizes in the jacket so that the sizes match the sizes used in the rest of the book. Also pretty print the generated jacket HTML. 2014-04-09 10:46:55 +05:30
Kovid Goyal
7c77e5d21c Swallow index errors in the saved searches model as one user reports that they happen 2014-04-08 14:44:50 +05:30
Kovid Goyal
1582b14385 Use a custom user agent when downloading plugins 2014-04-08 11:32:43 +05:30
Kovid Goyal
68f20774fc Allow searching for books by id and uuid using the id: and uuid: prefixes
Also create a nicer API for refreshing the set of search prefixes
2014-04-08 10:19:13 +05:30
Kovid Goyal
5de25ec5c1 Edit Book: Fix book being marked as modified even when no actual changes were done by various automated tools such as Smarten Punctuation, Subset Fonts, etc. 2014-04-07 14:36:40 +05:30
Kovid Goyal
625e3935ed Edit Book: Saved searches dialog: Make the option to control where to search a little more prominent 2014-04-07 09:21:18 +05:30
Kovid Goyal
16891b7f47 Fix #1303181 [ebook-device cp -f gives exits with error when trying to copy to kindle](https://bugs.launchpad.net/calibre/+bug/1303181) 2014-04-06 13:40:37 +05:30
Kovid Goyal
b12b60da40 Ensure that the rendered dates are always in the same language as the calibre interface, regardless of system language setting 2014-04-06 13:28:32 +05:30
Kovid Goyal
99a63ab65a Edit metadata dialog: Remember window size for the cover download window 2014-04-06 09:15:38 +05:30
ingkebil
15dd8bec10 Added some i18n. 2014-04-05 23:24:35 +02:00
Kovid Goyal
eef39ce248 DOCX Input: Dont fail on DOCX files that contain pages with zero effective width. Fixes #1303022 [Private bug](https://bugs.launchpad.net/calibre/+bug/1303022) 2014-04-05 18:40:06 +05:30
Kovid Goyal
2987737eb1 Content server; Fix page not found error when clicking on a category that has only a single item in it
Merge branch 'master' of https://github.com/cbhaley/calibre
2014-04-05 18:16:52 +05:30
Charles Haley
52fe9e9a5a Fix content server internal redirects not unquoting the category.
See http://www.mobileread.com/forums/showthread.php?t=236441 for some context.

Although the fix works, I am not sure that this is the right way to fix it. I am not familiar enough with the routing system to know if there is a single place somewhere that is missing the unquote.
2014-04-05 10:19:54 +02:00
Kovid Goyal
6c77678f57 Send books to the Books folder for the Tolino Vision 2014-04-05 09:24:42 +05:30
Kovid Goyal
1829e4f1eb Edit book: Fix error when prettying HTML files that contain un-indented <script> or <style> tags 2014-04-05 08:59:30 +05:30
ingkebil
5ce55e644c Removed some old plugin code 2014-04-05 00:36:12 +02:00
ingkebil
7e2af2e781 Renamed the button from OPML to RSS feeds import.
Sounds more descriptive this way.
2014-04-04 23:11:17 +02:00
ingkebil
b069a6b7d4 When replacing multiple recipes, get_custom_recipe_collection is now
only called once.
2014-04-04 22:41:55 +02:00
ingkebil
05fb53ff42 Merge branch 'master' of https://github.com/kovidgoyal/calibre 2014-04-04 22:41:12 +02:00
Charles Haley
24b1ff3e9b Add sample colored text to the list of column coloring rules 2014-04-04 16:06:27 +02:00
Kovid Goyal
c043171f7c Merge branch 'master' of https://github.com/cbhaley/calibre 2014-04-04 18:55:00 +05:30
Charles Haley
cadaab14fe Add Kovid's ColorButton to the advanced coloring rule editor 2014-04-04 15:07:12 +02:00
Kovid Goyal
3346f0af4f Dont serialize alpha color component as the QColor constructor cannot handle them 2014-04-04 17:28:29 +05:30
Stephan Hradek
f6a6ab51c5 Allow specifying arbitrary colors as hex triplets when creating custom columns with a fixed set of values. Fixes #1302078 [Allowing RGB colors for custom columns](https://bugs.launchpad.net/calibre/+bug/1302078) 2014-04-04 17:25:17 +05:30
Kovid Goyal
fce3f56826 Allow specifying arbitrary colors for column coloring rules 2014-04-04 17:21:30 +05:30
Kovid Goyal
a7d4fa16f0 Merge branch 'master' of https://github.com/cbhaley/calibre 2014-04-04 16:18:38 +05:30
Charles Haley
d0cfd06911 Make the list of color names tooltip appear when creating an enum column as well as when editing one. 2014-04-04 10:27:57 +02:00
Kovid Goyal
20d653e54c version 1.31 2014-04-04 08:03:40 +05:30
Kovid Goyal
dd01e7448f calibredb check_library: Do not create empty library if user specifies incorrect path 2014-04-04 07:43:30 +05:30
ingkebil
43980872f2 Adding of multiple recipes now goes lightning fast 2014-04-04 00:05:15 +02:00
ingkebil
73b613fac1 Merge branch 'master' of https://github.com/kovidgoyal/calibre 2014-04-03 23:13:49 +02:00
Kovid Goyal
49ba0a991b DRY 2014-04-04 01:04:53 +05:30
Kovid Goyal
3a193a24aa ... 2014-04-04 01:01:05 +05:30