29882 Commits

Author SHA1 Message Date
Kovid Goyal
05cac89d8d Make check library process cover files even if .jpg is added to the list of extensions to ignore
Merge branch 'master' of https://github.com/cbhaley/calibre
2014-04-03 15:53:14 +05:30
Charles Haley
6fa554f2d3 Make check_library process cover files even if .jpg is added to ignored extensions. Fix typo in list name. 2014-04-03 11:32:08 +02:00
Kovid Goyal
3802dfdaec Merge branch 'master' of https://github.com/cbhaley/calibre 2014-04-03 12:31:46 +05:30
Charles Haley
313d67ce81 Update the CC version number. 2014-04-03 08:25:06 +02:00
ingkebil
61343c5852 Merge branch 'master' of https://github.com/ingkebil/calibre 2014-04-02 15:49:51 +02:00
ingkebil
989f919a40 The 'Replace recipe?' question_dialog preference gets saved. 2014-04-02 15:49:11 +02:00
ingkebil
8435f146cb The 'Replace recipe?' question_dialog preference gets saved. 2014-04-02 15:46:26 +02:00
ingkebil
b891882126 When adding the same OPML file, the "replace recipe?" question_dialog will now pop up
until you say "That's enough, mister!"
2014-04-02 13:31:05 +02:00
Kovid Goyal
9eaf93e06c calibre GUI style: Dont show an arrow for tool buttons set to instant popup mode 2014-04-02 11:15:54 +05:30
Kovid Goyal
b078ab5b51 Edit Book: Add a button to easily insert HTML tags. Useful if you want to quickly surround selected text with an arbitrary tag. You can right click the button to get a list of recently used tags. 2014-04-02 10:34:22 +05:30
Kovid Goyal
fc4805f699 Edit book: Allow editing SVG files as raw XML 2014-04-02 09:39:57 +05:30
Kenny Billiau
32dbf5dc04 Removed old code from the OPML plugin 2014-04-01 23:35:09 +02:00
ingkebil
05a566c275 Added OPML support to the user_profile dialog 2014-04-01 23:26:35 +02:00
Kovid Goyal
26fd1f8803 Merge branch 'master' of https://github.com/duanemoody/calibre 2014-04-01 08:13:29 +05:30
duanemoody
d9149a2ee8 Add application category (Utilities)
OS X's View by Category requires LSApplicationCategoryType otherwise it sorts out to "Other" at the bottom.
2014-03-31 10:29:55 -07:00
Kovid Goyal
39e03a4732 A nicer merge algorithm 2014-03-31 21:58:13 +05:30
Kovid Goyal
2133441fe8 Handle multiple index entries with the same text as well as sub-entries 2014-03-31 21:35:59 +05:30
Kovid Goyal
e395657b78 Some styling for the index entries 2014-03-31 20:53:12 +05:30
Kovid Goyal
591d2b769b Remove the test guard for index conversion 2014-03-31 20:36:42 +05:30
Kovid Goyal
58fee2de0e DOCX: Conversion of index works, preserving the header styles 2014-03-31 20:32:20 +05:30
Kovid Goyal
10336f7d2d DOCX Input: Fix bug in handling of hyperlink fields containing only a single run of text 2014-03-31 19:38:22 +05:30
Kovid Goyal
3c971aa472 A utility function to partition a list of items by their first letter, using ICU collation ordering 2014-03-31 19:27:23 +05:30
Kovid Goyal
a761e39317 Nicer prefix for index anchors 2014-03-31 16:08:15 +05:30
Kovid Goyal
7ea8e2abc5 Create synthetic bookmarks for index field entries 2014-03-31 16:00:51 +05:30
Kovid Goyal
530112799e ... 2014-03-31 11:28:14 +05:30
Kovid Goyal
b23cb51d74 DOCX Input: Fix handling of hyperlink in documents where the hyperlink text is split up in multiple field components 2014-03-31 11:21:33 +05:30
Kovid Goyal
2a9643793a Refactor out use of SIGNAL macro 2014-03-31 10:03:50 +05:30
Kovid Goyal
45a9c57e0a pep8 2014-03-31 08:22:15 +05:30
Kovid Goyal
9ab2da5533 Add a note about exe entry points 2014-03-31 07:53:33 +05:30
Kovid Goyal
827cc532b9 Merge branch 'master' of https://github.com/user-none/calibre 2014-03-31 07:30:57 +05:30
Kovid Goyal
c98a6772a0 Update CNET 2014-03-31 07:20:28 +05:30
John Schember
c3d78c7c69 Store: Remove Diesel store because they've closed. 2014-03-30 21:07:19 -04:00
Kovid Goyal
914b45edc3 Make it easy to test the index generating code with an env var 2014-03-30 22:06:20 +05:30
Kovid Goyal
c2d94d518f Merge branch 'index' 2014-03-30 21:52:46 +05:30
Kovid Goyal
8a275f7def Temporarily disable index generation pending refactoring 2014-03-30 21:49:17 +05:30
Kovid Goyal
4a79e4a7b1 ... 2014-03-30 21:37:00 +05:30
Kovid Goyal
a37fe4b717 Get rid of the option to control index generation
Index will be generated automatically, wherever the INDEX field exists
in the input docx file.
2014-03-30 21:32:09 +05:30
Kovid Goyal
5d4c4b857e Parse INDEX fields 2014-03-30 21:21:16 +05:30
Kovid Goyal
0b98f34f84 DRY 2014-03-30 20:47:58 +05:30
Kovid Goyal
b07752e389 When parsing fields ignore unknown flags 2014-03-30 19:47:26 +05:30
Kovid Goyal
4bede79eae Initial stab at parsing XE fields robustly 2014-03-30 19:40:49 +05:30
Kovid Goyal
2f3727956b Stylistic cleanups 2014-03-30 19:10:40 +05:30
Kovid Goyal
c9d593ae2b Merge branch 'master' of https://github.com/pgarst/calibre into index 2014-03-30 18:50:50 +05:30
Kovid Goyal
3c70554910 Add a note about saved searches to the manual 2014-03-30 18:41:12 +05:30
Kovid Goyal
6326cc3daa ... 2014-03-30 17:43:42 +05:30
Kovid Goyal
22168a5547 ... 2014-03-30 16:23:29 +05:30
Kovid Goyal
346d22b078 Add command completion for the remote debugger client 2014-03-30 15:54:29 +05:30
Kovid Goyal
22fdc186f6 Use readline in the remote debugger client and also have it try to connect repeatedly for two seconds before giving up 2014-03-30 15:47:50 +05:30
Kovid Goyal
469cc85255 Simplify client code by using raw_input. Also fix a bug in the asking of questions. 2014-03-30 15:24:28 +05:30
Kovid Goyal
bd0e04dec1 ... 2014-03-30 14:35:27 +05:30