Commit Graph

14195 Commits

Author SHA1 Message Date
John Schember a76e9dab89 Super simple plugin for azw4 support. 2011-08-27 17:33:56 -04:00
Kovid Goyal 6d43691e46 Keyboard preferences: Add highligh_group() method to ease embedding of keyboard prefs in plugin config dialogs 2011-08-27 12:14:26 -06:00
Kovid Goyal e07df7d583 Add shortcut_name parameter to create_action() as well 2011-08-27 11:46:30 -06:00
Kovid Goyal f429ab2730 Keyboard shortcuts config: Fix clicking done in the shortcut editor with shortcuts set to default caused teh displayed shortcut to be always set to None 2011-08-27 11:42:41 -06:00
Kovid Goyal 08a8ed877e ... 2011-08-27 11:26:04 -06:00
Kovid Goyal 610c65e7ab ... 2011-08-27 11:17:42 -06:00
Kovid Goyal 853e49d770 Fix bottom most entries in keyboard shortcuts not editable 2011-08-27 11:04:01 -06:00
Kovid Goyal e7c2d9fbc3 ... 2011-08-27 09:55:23 -06:00
Kovid Goyal 0e75e393d5 ... 2011-08-27 09:33:33 -06:00
Kovid Goyal 228ecce797 Add .pot file for languages translations 2011-08-26 20:39:40 -06:00
Kovid Goyal 3e34b8b547 IGN:Tag release 2011-08-26 11:17:26 -06:00
Kovid Goyal fe8165b21d version 0.8.16 2011-08-26 10:08:19 -06:00
Kovid Goyal 081a008d23 Updated translations 2011-08-26 09:33:53 -06:00
Translators a4104088fd Launchpad automatic translations update. 2011-08-26 04:32:42 +00:00
Kovid Goyal e91d0e8b6b ... 2011-08-25 21:40:33 -06:00
John Schember 88737c88d4 Integrate patches from issue #822744: some central european chars missing. 2011-08-25 18:33:25 -04:00
Kovid Goyal 405267542b ... 2011-08-25 16:11:25 -06:00
Kovid Goyal a3d71097d2 ... 2011-08-25 16:08:29 -06:00
Kovid Goyal a617d772e4 Show the languages currently used at the top of the drop down list of languages 2011-08-25 12:14:13 -06:00
Kovid Goyal 348e88abd8 ... 2011-08-25 07:00:57 -06:00
Kovid Goyal 4f21f06f76 Make use of readability a little more robust 2011-08-25 06:57:58 -06:00
Translators 5822d081b2 Launchpad automatic translations update. 2011-08-25 04:38:16 +00:00
Kovid Goyal 67b7615a8e ... 2011-08-24 22:29:56 -06:00
Kovid Goyal 72ac735928 News download: Use the algorithms from Redability to automatically cleanup downloaded HTML. You can turn this on in your own recipes by adding auto_cleanup=True to the recipe. It is turned on by default for basic recipes created via the GUI. 2011-08-24 20:23:26 -06:00
Kovid Goyal 985d382f1a ... 2011-08-24 18:18:02 -06:00
Kovid Goyal c63ff81d96 ... 2011-08-24 17:48:58 -06:00
Kovid Goyal a7f9931262 Add readability to calibre and Hacker News by Tom Scholl. Fixes #833261 (Add readability lib for use in recipes) 2011-08-24 17:48:14 -06:00
John Schember 78dc53abae Add more characters referecned by bug #822744 to the line unwrap lookahead character list. 2011-08-24 18:20:43 -04:00
Kovid Goyal 3f55291e7d ... 2011-08-24 16:15:48 -06:00
Kovid Goyal 8824104847 ... 2011-08-24 16:06:48 -06:00
Kovid Goyal b5bc1ef8f7 ... 2011-08-24 15:48:14 -06:00
Kovid Goyal 6a4bfa920c Restore CSS pipeline changes without needing to use a python xpath func 2011-08-24 15:26:36 -06:00
Kovid Goyal 5119925922 Revert CSS pipeline changes, as python functions in lxml are broken, badly 2011-08-24 14:45:21 -06:00
Kovid Goyal fb08ceb1e5 ... 2011-08-24 11:13:31 -06:00
Tom Scholl 2fc5adcb84 Use calibre's chardet 2011-08-24 17:33:03 +01:00
Kovid Goyal 6ee7c3661f Fix #832761 (translation input is case sensitive) 2011-08-24 10:32:05 -06:00
Tom Scholl 99c8a48cb2 Readability lib for parsing websites
Includes an example recipe for Hacker News
2011-08-24 14:04:17 +01:00
Translators c7f07a4386 Launchpad automatic translations update. 2011-08-24 04:36:56 +00:00
Kovid Goyal 967285b9f6 When automatically computing author sort from author's name, if the name contains certain words like Inc., Company, Team, etc. use the author name as the sort string directly. The list of such words can be controlled via Preferences->Tweaks. Fixes #797895 (author name sort order copy keywords) 2011-08-23 11:33:33 -06:00
Kovid Goyal 2c33b9b409 Add an option to Preferences->Look and Feel->Cover Browser to show the cover browser full screen. Fixes #829855 ([Enhancements] in cover browser) 2011-08-23 10:49:32 -06:00
Kovid Goyal ec32d0f3f1 When adding a text indent to paragraphs as part of the remove spacing between paragraphs transformation, do not add an indent to paragraphs that are directly centerd or right aligned. Fixes #830439 ([Enhancement]Indenting should ignore centered text) 2011-08-23 09:51:46 -06:00
Kovid Goyal b3f5484cbe Add a search for individual tweaks to Preferences->Tweaks 2011-08-23 00:29:02 -06:00
Translators a7529b6919 Launchpad automatic translations update. 2011-08-23 04:57:09 +00:00
Kovid Goyal 2afef9211e Conversion pipeline: More robust handling of case insensitve tag and class css selectors 2011-08-22 18:33:41 -06:00
Kovid Goyal e48e7932fa MOBI Output: Add support for the start attribute on <ol> tags 2011-08-22 10:41:17 -06:00
Translators 7a4190cd41 Launchpad automatic translations update. 2011-08-22 04:36:35 +00:00
Kovid Goyal 0e4e082ed7 When adding books that have no language specified, do not automaticallly set the langauge to calibre's interface language. Fixes #830092 (Downloading and adding books causes default language to be assigned) 2011-08-21 10:57:06 -06:00
Kovid Goyal 8812d9eadc Fix #830081 (Edit Metadata - layout error past isbn) 2011-08-21 10:16:04 -06:00
Kovid Goyal 1a5f6d741d Fix #830078 (New Language-function translated search error) 2011-08-21 10:06:25 -06:00
Kovid Goyal a4a6086d87 ... 2011-08-21 00:07:56 -06:00