Commit Graph

479 Commits

Author SHA1 Message Date
Kovid Goyal ec57188e52 Merge branch 'master' of https://github.com/cbhaley/calibre 2016-09-13 06:32:41 +05:30
Kovid Goyal 33fef93f59 ... 2016-09-13 06:24:17 +05:30
Charles Haley 4ef1c42505 Remove a stray single quote. 2016-09-12 20:38:04 +02:00
Charles Haley 5f5b2d9b78 Fix example for using composite columns and lookup to switch paths in a save template by adding the # to the lookup name 2016-09-12 20:32:41 +02:00
Kovid Goyal f629347c7a ... 2016-08-31 07:43:53 +05:30
Kovid Goyal efaa5308a9 ... 2016-08-26 15:07:52 +05:30
Kovid Goyal ccecdfb0d4 ... 2016-08-14 12:30:03 +05:30
Kovid Goyal 4815820f9b Merge branch 'regexfn_result_dialog' of https://github.com/Mymei2/calibre 2016-08-11 09:08:14 +05:30
Mymei 2479e304e9 Configurable suppression of replace result dialog (see 1610658)
This is the second part of the proposal filed originally as bug #1609111.

The result dialog, shown after replacements, slows down book editing in some cases.
For example, when the user repeatedly applies his own regex-function to relatively small pre-marked text fragments.

User should have a choice to suppress the result dialog.

This implementation allows for the following switch inside the user replace function:
replace.suppress_result_dialog = True

This way it nicely fits to the first part (see #1609111) and it allows individual configuration from case to case.
Actually, it's not dependent on the other two switches ('call_after_last_match' and 'append_final_output_to_marked'),
so it can be used in combination with any of them or even individually.

This implementation also should not have any impact on other modes of work and it should not change the previous behavior.
It also should not break the backwards compatibility, I hope.
2016-08-10 19:29:29 +02:00
Kovid Goyal 0cb677fb90 Edit book: Function mode: Allow appending text to the end of the marked text when running function mode search/replace on marked text
Merge branch 'regexfn_return_value' of https://github.com/Mymei2/calibre
2016-08-08 10:03:11 +05:30
Kovid Goyal a699cbc09a PDF Output: Add a new variable _TOP_LEVEL_SECTION_ for use in header/footer templates that resolves to the current top-most section in the Table of Contents 2016-08-08 09:52:46 +05:30
Kovid Goyal ce9d5f4104 Convert more URLs to use https 2016-06-17 10:26:44 +05:30
Kovid Goyal bc2f455b51 ... 2016-06-11 06:48:54 +05:30
Kovid Goyal e0e7adb6d5 Add a small note to the manual about the new text search tool 2016-06-02 17:45:58 +05:30
Kovid Goyal 57d53a8a3b Dont use ImageMagick when building the manual 2016-05-04 14:07:22 +05:30
Kovid Goyal 83548b11b4 ... 2016-04-29 20:06:16 +05:30
Kovid Goyal 1a5b295c82 User manual: Update google analytics to modern version 2016-04-28 07:39:42 +05:30
Kovid Goyal d363628887 ... 2016-04-17 22:15:24 +05:30
Kovid Goyal 604b6b36c7 ... 2016-04-17 21:51:58 +05:30
Kovid Goyal d41e6ca3b1 ... 2016-04-17 21:51:00 +05:30
Kovid Goyal c73eb12895 ... 2016-04-17 18:51:53 +05:30
Kovid Goyal d38c80852d ... 2016-04-17 18:30:44 +05:30
Kovid Goyal 6a5de3a8fe ... 2016-04-17 18:03:09 +05:30
Kovid Goyal 36f1bd005f Update list of known crashers 2016-04-17 09:08:43 +05:30
Kovid Goyal 78bb3ce28c ... 2016-04-15 16:59:51 +05:30
Kovid Goyal 614d94496e Make quotes in the cli docs not be curly 2016-04-15 09:42:15 +05:30
Kovid Goyal 8f99ca2bae Manual: Use the :option: directive instead of :cmdoption: as it allows for cross-linking 2016-04-15 09:29:40 +05:30
Kovid Goyal 220064441c Add an environment variable (CALIBRE_NO_DEFAULT_PROGRAMS) to prevent calibre from automatically registering with the Open With subsystem on windows 2016-04-14 08:15:42 +05:30
Kovid Goyal f1b57dd278 ... 2016-03-20 23:48:22 +05:30
Kovid Goyal 26ee920fd8 ... 2016-03-12 08:00:16 +05:30
Kovid Goyal 61ae37d726 Re-design the Look & Feel section of the conversion dialog to make options better organized 2016-03-10 12:27:42 +05:30
Kovid Goyal 2da3c9d30b Edit Book: A new tool to transform book styling using easy to create rules.
For example, you can create rules to change colors in the book or to
double the font size of all text in the book, etc. For details, see
https://manual.calibre-ebook.com/edit.html#transforming-css-properties
2016-03-10 11:04:04 +05:30
Kovid Goyal a573b1f168 Improve the FAQ entry on broken shell extensions causing file dialog crashes 2016-03-07 10:19:53 +05:30
Kovid Goyal a619ed9ce4 Proper titlecasing for generated group titles in cli manual pages 2016-03-05 09:46:18 +05:30
Kovid Goyal 72cd6ee29a ... 2016-03-05 09:36:50 +05:30
Kovid Goyal 1ce62bb882 Fix user manual search not working over https 2016-03-04 20:35:36 +05:30
Kovid Goyal 8da7fd2616 Better fix for [options] header in generated manual pages 2016-03-04 00:30:20 +05:30
Kovid Goyal a9c7fc76e9 ... 2016-03-03 23:20:06 +05:30
Kovid Goyal 450ea92fe3 Mark various strings for translation 2016-03-03 22:51:38 +05:30
Kovid Goyal bf97a7de04 ... 2016-03-03 22:09:27 +05:30
Kovid Goyal 7598b07ee0 ... 2016-03-03 20:41:17 +05:30
Kovid Goyal c1bdcf424d Fix strings in manual using |lang| not being translated 2016-03-03 20:19:12 +05:30
Kovid Goyal fd4de650f6 ... 2016-03-01 22:37:55 +05:30
Kovid Goyal d155c08642 ... 2016-02-28 11:47:46 +05:30
Kovid Goyal 83c93c8e09 ... 2016-02-26 15:53:52 +05:30
Kovid Goyal 8d560375f5 calibredb add: Allow specifying filters to control adding of books from directories 2016-02-24 22:09:12 +05:30
Kovid Goyal 89a47b2ddf Add note about crashes caused by clipboard managers on windows 2016-02-22 11:35:36 +05:30
Kovid Goyal 7c9cd55b19 ... 2016-02-21 09:26:27 +05:30
Kovid Goyal fab5424b7a Use https links in the FAQ 2016-02-19 09:12:53 +05:30
Kovid Goyal 179a274e86 ... 2016-02-17 10:19:07 +05:30