2214 Commits

Author SHA1 Message Date
Kovid Goyal
1c25651c1b Add a tweak to control the default choice of format for the Tweak Book feature 2012-05-13 21:12:07 +05:30
Kovid Goyal
9e3eceec74 Add compiled coffeescript to source control so that people running with source checkouts have latest coffeescript 2012-05-13 08:14:44 +05:30
Kovid Goyal
bb014a56bb Tweak Book: Allow tweaking of KF8 MOBI files 2012-05-03 16:34:09 +05:30
Kovid Goyal
bf6eda95ab FB2 Input: Better handling of inline images. Fixes #989869 (fb2: export/display: inline images displayed as top level) 2012-04-27 22:29:34 +05:30
Kovid Goyal
3454185378 Update shipped liberation fonts 2012-03-21 09:34:55 +05:30
Charles Haley
19af7031b3 Apparently default_tweaks.py requires an empty line at the end. 2012-03-14 16:15:04 +01:00
Charles Haley
6dd34d73e4 Merge from trunk 2012-03-14 15:36:49 +01:00
Charles Haley
06904f92a5 Compile General Program Mode templates to python, controlled by the tweak "compile_gpm_templates" that defaults to True.
Several performance optimizations related to custom columns and field metadata.
2012-03-14 15:34:40 +01:00
Kovid Goyal
77563d0dc7 Fix #937989 (Application needs hi-res or SVG icon) 2012-03-14 08:20:55 +05:30
Kovid Goyal
d4cf454f1b Fix #948357 (Increased font size in book details) 2012-03-07 16:19:27 +05:30
JustForFun
48fb94e5f7 added tweak for font size increase/decrease in book details panel and book comments 2012-03-05 23:18:47 +01:00
Kovid Goyal
cdcda1b0e7 ... 2012-02-29 09:29:05 +05:30
Kovid Goyal
867f8a4e83 Add a calibre-portable.sh to complement the calibre-portable.bat file 2012-02-27 23:40:30 +05:30
Kovid Goyal
9423839eff Show ratings in the book details panel as stars. Also allow the user to change the alignment of the ratings column in the main books list. No longer display the stars in blue. 2012-02-27 15:52:24 +05:30
Charles Haley
fd70947e57 Fix grammar problem on previous default_tweaks.py fix. 2012-02-24 13:35:58 +01:00
Kovid Goyal
9be894cef1 Fix #940247 ("the the" in the default_tweaks.py message) 2012-02-24 17:48:00 +05:30
Kovid Goyal
24f0445a6a ... 2012-02-23 12:17:14 +05:30
Charles Haley
1344d5a702 Add the ability to control the order of categories in the tag browser 2012-02-18 14:34:38 +01:00
Kovid Goyal
e01e2c9ba6 ... 2012-01-25 23:37:09 +05:30
Kovid Goyal
02e02b8f32 ... 2012-01-19 11:28:07 +05:30
Kovid Goyal
6f24d3afa1 ... 2012-01-15 15:01:11 +05:30
Charles Haley
2a6be28bfc Add some raw_field exception documentation to the tweak "save_template_title_series_sorting" 2012-01-15 10:13:16 +01:00
Kovid Goyal
3593908790 E-book viewer: Speed up the optional hyphenation algorithm by upgrading the hyphenator library calibre uses 2012-01-12 20:06:41 +05:30
Kovid Goyal
2dd5346104 Tweak EPUB: Also allow tweaking of HTMLZ files (when both EPUB and HTMLZ are present, EPUB is preferred, can be changed via Preferences->Tweaks). 2012-01-07 23:17:12 +05:30
Kovid Goyal
66aefc1897 Allow user to set the number of recently viewed books shown in the dropdown menu of the view button, via a tweak in Preferences->Tweaks. Fixes #910292 (More entries for the view button) 2011-12-31 09:06:21 +05:30
Kovid Goyal
ad0d4f80ca Fix #910095 (Typos in Calibre messages) 2011-12-30 20:05:32 +05:30
Kovid Goyal
353fbe117a Content server: Do not show the original_* formats in the mobile interface 2011-12-28 10:41:13 +05:30
Kovid Goyal
4e30b394c8 Fix #908982 (Residual display of "Reference Mode" remains on the ebook) 2011-12-27 18:40:33 +05:30
Charles Haley
72f6b0385d Fix silly mistake in "Order of custom column(s) in edit metadata" tweak description. 2011-12-12 12:13:05 +01:00
Charles Haley
d39d326ee3 Add a tweak that controls the order of custom column widgets in edit metadata single & buld 2011-12-12 11:48:32 +01:00
Kovid Goyal
fcf9772db3 ... 2011-11-27 17:49:31 +05:30
Kovid Goyal
f1fca7cbb9 ... 2011-11-27 07:59:12 +05:30
Kovid Goyal
b95c532ba3 ... 2011-11-27 07:42:57 +05:30
Kovid Goyal
4fcbaa8919 Fix #896585 (extra articles for dutch language) 2011-11-26 20:13:13 +05:30
Kovid Goyal
209344e319 ... 2011-11-26 10:46:07 +05:30
Kovid Goyal
e4575abba4 Change the algorithm that generates title sort strings to strip leading articles from both english and the current language set for the calibre user interface. In addition, in the edit metadata dialog, calibre will use the book's language when calculating the sort string. This behavior can be adjusted via Preferences->Tweaks. Fixes #886763 ([Enhancement] multi-lingual adjustment of (in)definite articles in title_sort) 2011-11-23 11:50:33 +05:30
Kovid Goyal
055b17c68a Fix handling of comments in the jacket template 2011-11-19 14:52:57 +05:30
Kovid Goyal
87f0f8ceff ... 2011-11-18 21:57:43 +05:30
Kovid Goyal
1d23886c12 Book jacket generation: Add ability to customize the book jacket template and add custom columns into the jacket. Fixes #889912 ([Enhancement] Add metadata from custom columns to jacket) 2011-11-15 09:59:22 +05:30
Charles Haley
fa71d5c56d Fix tweak documentation 2011-11-13 18:45:20 +01:00
Charles Haley
796f8a032f Add tweak to control 'clean sort' behavior. Improve performance slightly by moving functions to the global namespace. 2011-11-09 09:42:24 +01:00
Sengian
b9c6f154c0 RTF: Improve empty paragraphs handling & clean html file 2011-10-16 13:55:54 +02:00
Kovid Goyal
12c8b70336 Fix #872741 (Onyx BOOX A61S/X61S not detected) 2011-10-13 09:37:45 +05:30
Kovid Goyal
837833017a Content server: When a search matches no queries, do not show an error message 2011-09-27 14:54:19 -06:00
Kovid Goyal
2cd448687d author_to_author_sort(): handle multiple suffixes 2011-09-11 10:51:37 -06:00
Kovid Goyal
181d0065b6 RTF Input: Fix handling of internal links 2011-09-10 09:04:01 -06:00
Sengian
6328279091 Add link anchor for internal bookmarks 2011-09-10 12:06:50 +02:00
Sengian
c8e820760a Fix RTFinput not handling underlined text 2011-09-10 11:27:27 +02:00
Sengian
efb332b121 Merge 2011-09-10 09:23:54 +02:00
Kovid Goyal
c77684a033 When automatically generating author sort for author name, ignore common prefixes like Mr. Dr. etc. Controllable via tweak. Also add a tweak to allow control of how a string is split up into multiple authors. Fixes #795984 ([Request] Extra author sorting options) 2011-09-04 09:52:22 -06:00