28462 Commits

Author SHA1 Message Date
Kovid Goyal
53a7d0f330 Port the building of translations 2014-05-26 12:01:03 +05:30
Kovid Goyal
6ae2fcc7a6 Create Transifex resources 2014-05-26 11:44:32 +05:30
Kovid Goyal
6bc70dc2f4 Port sdist to use the new translations layout 2014-05-26 11:44:32 +05:30
Kovid Goyal
2363f44a65 Start work on migrating to transifex. See https://srctwig.com/2012/08/02/localisation-with-git-and-transifex/ for a nice summary of workflow using the command line tool 2014-05-26 11:44:32 +05:30
Kovid Goyal
8908f0b83c ... 2014-05-26 08:39:38 +05:30
Kovid Goyal
bc93263942 DOCX Input: Fix a regression that broke conversion of documents with an index that contains fields with special page text. Fixes #1322637 [Private bug](https://bugs.launchpad.net/calibre/+bug/1322637) 2014-05-25 16:32:14 +05:30
Kovid Goyal
f8e8d9caa0 Preview panel: Allow syncing of position more accurately when there are multiple tags on the same source code line 2014-05-25 14:29:25 +05:30
Kovid Goyal
70a1748deb ... 2014-05-25 14:00:16 +05:30
Kovid Goyal
aeb770978c ... 2014-05-25 12:50:07 +05:30
Kovid Goyal
ec319c0a88 More Qt compilation notes 2014-05-25 11:46:10 +05:30
Kovid Goyal
d205381f49 Add note about generating azw3 files without inline tocs 2014-05-25 11:30:56 +05:30
Kovid Goyal
e302d61e28 Present the APNX page count method as a combobox to the user
Merge branch 'device_config' of https://github.com/user-none/calibre
2014-05-25 10:57:26 +05:30
Kovid Goyal
d8a3adfd84 Kindle driver: When generating page numbers automatically, add an additional method to detect page boundaries, using the presence of <mbp:pagebreak> tags in the source of the book. You can use this setting by cright clicking on the Kindle icon in calibre when the kindle is connected and choosing customize this device. Fixes #1321761 [Code Submission: Real Page numbers modification](https://bugs.launchpad.net/calibre/+bug/1321761)
Merge branch 'master' of https://github.com/user-none/calibre
2014-05-25 09:42:31 +05:30
Kovid Goyal
5a155f3fe5 Refactor editor theme management 2014-05-25 09:29:35 +05:30
John Schember
3a82e3e033 Convert old accurate bool setting to new string method. 2014-05-24 23:57:30 -04:00
Kovid Goyal
9254dfeb0d Use the C tokenizer for tinycss 2014-05-25 08:46:04 +05:30
Kovid Goyal
0ddded708e Live CSS: Tighten the line spacing between properties 2014-05-24 18:04:18 +05:30
John Schember
e82b80497f config widget changes to support combo box. 2014-05-24 08:02:59 -04:00
Kovid Goyal
dec4720fb6 Live CSS: Indicate which CSS properties are overriden by higher priority rules 2014-05-24 11:32:52 +05:30
Kovid Goyal
6786df58d1 Live CSS: Dont make the heading fonts larger than the rest of the text 2014-05-24 09:50:14 +05:30
Kovid Goyal
4dccd159ed Finish up QT 5 build instructions on windows 2014-05-24 08:59:30 +05:30
Kovid Goyal
da2e646263 Add note about diplay of line number next to tag name 2014-05-23 15:55:18 +05:30
Kovid Goyal
2a84c0c1b6 Edit Book: When editing a book in a language for which no dictionary is installed, consider all words to be correctly spelt, rather than misspelt. Fixes #1320829 [Edit book very slow](https://bugs.launchpad.net/calibre/+bug/1320829) 2014-05-23 14:35:53 +05:30
Kovid Goyal
29c5efa641 Update Qt build notes for Qt 5 2014-05-23 13:18:15 +05:30
Kovid Goyal
ea6e707d03 ... v1.38.0 2014-05-23 09:24:35 +05:30
Kovid Goyal
b1a9273935 ... 2014-05-23 09:17:15 +05:30
Kovid Goyal
be7b04b3b4 version 1.38 2014-05-23 08:46:35 +05:30
Kovid Goyal
3105d2bd32 ... 2014-05-23 08:45:02 +05:30
Kovid Goyal
be37ccfb56 Update The Independent 2014-05-23 08:44:54 +05:30
John Schember
189cbd41fe Put in some more fallbacks for when a chosen parser failes. 2014-05-22 16:59:32 -04:00
John Schember
6ea252106e page apnx algorithm to search for all tags with pagebreak in them. 2014-05-22 16:09:54 -04:00
John Schember
ba61122d1f fix fiding pagebreak tags. 2014-05-22 14:04:53 -04:00
John Schember
7c7c94df61 fix indentation. 2014-05-22 13:47:23 -04:00
John Schember
a01eec3779 fix equality. 2014-05-22 13:26:39 -04:00
Kovid Goyal
9fe933c9e8 ... 2014-05-22 21:49:40 +05:30
Kovid Goyal
b10377f20c Add an option to hide the book rating in the cover browser (Preferences->Look & Feel->Cover Browser). Fixes #1319476 [Disable Rating in Cover Browser](https://bugs.launchpad.net/calibre/+bug/1319476) 2014-05-22 21:45:15 +05:30
Kovid Goyal
1038c66066 Live CSS: Prevent unnecessary refreshes when simply moving the cursor around in the same tag 2014-05-22 21:37:49 +05:30
Kovid Goyal
5c7ff48e9f Live CSS: Handle updates more gracefully when the cursor is in a CSS editor or a <style> tag
We prevent incorrect data from being returned by ensuring that updates
are not done while the preview panel is being refreshed. We also only
update data after the event loop has run for some time after a refresh.
2014-05-22 21:25:01 +05:30
Kovid Goyal
94f7a1d927 Add a paragraph on the Live CSS panel to the manual 2014-05-22 20:36:07 +05:30
Kovid Goyal
32bfcd9303 ... 2014-05-22 18:59:04 +05:30
Kovid Goyal
322e6021e0 ... 2014-05-22 18:58:26 +05:30
John Schember
c15e049684 Kindle APNX: Add calculation using pagebreak tag. 2014-05-22 09:26:11 -04:00
Kovid Goyal
e7387aab1a Add tokenizer tests into the --test-build test suite 2014-05-22 16:36:23 +05:30
Kovid Goyal
a09869e9d8 ... 2014-05-22 16:18:32 +05:30
Kovid Goyal
04b45413c6 Testing for the C tokenizer 2014-05-22 15:23:25 +05:30
Kovid Goyal
adac7e6d1e Initial implementation of C code to speedup tinycss tokenization
Needs testing.
2014-05-22 14:17:15 +05:30
Kovid Goyal
45436c4450 Fix regression that sometimes caused incorrect syntax highlighting when non-breaking spaces/typographic hyphens are present in the text. Fixes #1321317 [Edit book: Wrong hilighting in spaces](https://bugs.launchpad.net/calibre/+bug/1321317) 2014-05-22 09:14:02 +05:30
Kovid Goyal
69ab170c19 Fix a regression that broke the compare books tool when used outside the book editor. Fixes #1321975 [Unhandled exception when comparing epub books](https://bugs.launchpad.net/calibre/+bug/1321975) 2014-05-22 08:30:26 +05:30
Kovid Goyal
4322a406ee Update Ars Technica 2014-05-22 08:25:18 +05:30
Kovid Goyal
1a71d61e8b Performance improvement 2014-05-21 16:52:50 +05:30