28086 Commits

Author SHA1 Message Date
David Ignjic
7ea3241eca Fix bulk load input plugin config if exist custom plugin. Plugin Doc
input.

Change-Id: I386d4236dc01435c81ab599895a673df871b8572
2014-06-29 20:26:20 +02:00
Kovid Goyal
bd460282a5 Fix #1335598 [corrupted tooltip with very long tweak setting](https://bugs.launchpad.net/calibre/+bug/1335598) and pep8 2014-06-29 18:08:45 +05:30
Kovid Goyal
2d364dfa4a Fix #1332837 [Additional article words in Italian](https://bugs.launchpad.net/calibre/+bug/1332837) 2014-06-29 18:05:24 +05:30
Kovid Goyal
4ee214295b Fix #1335468 [Editor: ValueError: No JSON object could be decoded](https://bugs.launchpad.net/calibre/+bug/1335468) 2014-06-29 08:48:53 +05:30
Kovid Goyal
042a4749f7 ... 2014-06-28 13:56:35 +05:30
Kovid Goyal
5a74038556 ... 2014-06-27 23:37:17 +05:30
Kovid Goyal
ebe919a528 ... 2014-06-27 16:10:16 +05:30
Kovid Goyal
35e5985b7e Merge branch 'master' of https://github.com/cbhaley/calibre 2014-06-27 15:09:06 +05:30
Charles Haley
324a84f096 Respect the strip_results parameter in unsafe_format. No one uses it so there isn't any rush to incorporate this push. 2014-06-27 11:14:09 +02:00
Charles Haley
c018244afe Add missing parameter to unsafe_format to prevent exceptions in save-to-disk 2014-06-27 11:06:09 +02:00
Kovid Goyal
0ffdbf0be9 ... 2014-06-27 11:29:13 +05:30
Kovid Goyal
3f86a1d5be rsync on my dev machine no longer supports -z v1.42.0 2014-06-27 09:21:54 +05:30
Kovid Goyal
3bee7cf527 version 1.42.0 2014-06-27 08:37:49 +05:30
Kovid Goyal
a1af61fc57 Merge branch 'master' of https://github.com/t3d/calibre 2014-06-27 08:28:56 +05:30
Tomasz Długosz
a0838c6926 cdp plugin works with ads4books 2014-06-27 00:19:11 +02:00
Kovid Goyal
08edc40c9c Merge branch 'master' of https://github.com/cbhaley/calibre 2014-06-26 17:39:46 +05:30
Charles Haley
d85da93aff Fix store ebook.de 2014-06-26 13:27:10 +02:00
Kovid Goyal
cac89566a3 Allow changing font size in the template editor dialog
Merge branch 'master' of https://github.com/cbhaley/calibre
2014-06-26 16:38:37 +05:30
Charles Haley
fa55b10c42 Removed template editor font size tweak. Added a font size spin box. 2014-06-26 11:10:46 +02:00
Charles Haley
047af20cbf Add a tweak to change the font size in the template editor 2014-06-26 09:47:03 +02:00
Kovid Goyal
e7112eb217 Update Deadspin 2014-06-26 09:49:49 +05:30
Kovid Goyal
4521c70f5a Edit Book: new tool to easily add a cover to the book. It automatically generates the HTML wrapper and takes care of marking the covers files as covers in the OPF. 2014-06-26 09:28:20 +05:30
Kovid Goyal
00a368909a UI for new Add Cover tool 2014-06-25 19:26:28 +05:30
Kovid Goyal
0841399d0b ... 2014-06-25 19:13:58 +05:30
Kovid Goyal
1c4a593993 Template language: Add a new function (group_re) to use grouping regular expressions with groups, where you can replace the matched groups with result of another template
Merge branch 'master' of https://github.com/cbhaley/calibre
2014-06-25 19:11:54 +05:30
Charles Haley
41f8ab52f8 list_re_group template function. Clean up re_group function. Add documentation 2014-06-25 12:37:37 +02:00
Charles Haley
eb22ef0639 added re_group function 2014-06-25 10:30:13 +02:00
Kovid Goyal
4f13036757 ... 2014-06-25 09:38:17 +05:30
Kovid Goyal
a8ba2c3bfd ... 2014-06-25 09:05:46 +05:30
Kovid Goyal
cc225a808a ... 2014-06-25 06:53:15 +05:30
Kovid Goyal
1d88cbb7ff Fix #1333944 [Edit Book: Strange error when deleting style](https://bugs.launchpad.net/calibre/+bug/1333944) 2014-06-25 06:37:55 +05:30
Kovid Goyal
70db763744 Fix #1333932 [Edit Book: Double-click on a file category raises a error](https://bugs.launchpad.net/calibre/+bug/1333932) 2014-06-25 06:25:40 +05:30
Kovid Goyal
0ead2c0eb7 Edit Book: Run syntax highlighting in the background so that it does not affect responsiveness of the user interface
Technically, the syntax highlighting now does idle processing, that is
it yields after every line of text is highlighted to allow the rest of
the UI to respond to user interaction. This gives an excellent
illusion of running int he background, except for pathological files
with very long lines (such as those that have all their markup on a
single line).
2014-06-24 22:29:04 +05:30
Kovid Goyal
bdecc6a588 Economic and Political Weekly by Krittika Goyal 2014-06-24 18:31:18 +05:30
Kovid Goyal
d064348637 ... 2014-06-24 13:18:16 +05:30
Kovid Goyal
70475ea7ce Use a C implementation for int he inline spell check inner loop. Speeds it up by about 30% again. 2014-06-24 13:00:10 +05:30
Kovid Goyal
2d6d6a1fe4 ... 2014-06-24 12:15:02 +05:30
Kovid Goyal
bf59c9c4da Fix #1333459 [Edit Book: Starting mdash breaks spellchecking](https://bugs.launchpad.net/calibre/+bug/1333459)
(regression introduced by performance optimizations from yesterday)
2014-06-24 10:16:04 +05:30
Kovid Goyal
bca2e2ad7e MOBI Input: Preserve the dc:rights metadata during conversion. Fixes #1333468 [dc:rights element removed from opf](https://bugs.launchpad.net/calibre/+bug/1333468) 2014-06-24 10:05:49 +05:30
Kovid Goyal
ffde0ca388 Edit Book: Fix non-BMP unicode characters causing matching tag highlighting to be slightly off on linux 2014-06-23 22:19:52 +05:30
Kovid Goyal
34c021a1f0 ... 2014-06-23 22:11:01 +05:30
Kovid Goyal
9e8d51359f ... 2014-06-23 21:29:21 +05:30
Kovid Goyal
61113c887a ... 2014-06-23 21:18:29 +05:30
Kovid Goyal
1b1f61bde6 30% speed up on html syntax highlighting by using a C implementation for the Tag and State classes 2014-06-23 21:11:32 +05:30
Kovid Goyal
b2168dc176 Another small speedup 2014-06-23 16:29:14 +05:30
Kovid Goyal
8d1433ae78 Another small speedup 2014-06-23 15:58:45 +05:30
Kovid Goyal
cf3c80598e A small speedup by using QTextCharFormat instead of SyntaxCharFormat when cloning formats 2014-06-23 15:42:04 +05:30
Kovid Goyal
2960c06867 ... 2014-06-23 15:26:35 +05:30
Kovid Goyal
58203bbaa5 Edit Book: 2x speedup for inline spell checking. Useful if you are editing large HTML files (over 100KB in size).
Qt's text layout engine becomes very slow if we store arbitrary python
objects in QTextCharFormat classes. So refactor to not do that.
2014-06-23 15:19:10 +05:30
Kovid Goyal
81e6ed1551 Refactor html syntax highlighting and implement profiling 2014-06-23 12:45:28 +05:30