27687 Commits

Author SHA1 Message Date
Kovid Goyal
11814e2518 Fix extra spacing between rows in word list of spell check dialog 2014-04-18 21:03:10 +05:30
Kovid Goyal
7281b0a316 Apply changes to dictionary settings even if the user clicks cancel on the preferences dialog 2014-04-18 20:48:07 +05:30
Kovid Goyal
0f09f5670e ... 2014-04-18 20:44:14 +05:30
Kovid Goyal
924481b57b Fix multiple rows being selectable in the word list of the spell check dialog. Fixes #1309559 [multiple selection in edit books spell checker](https://bugs.launchpad.net/calibre/+bug/1309559) 2014-04-18 20:39:10 +05:30
Kovid Goyal
394b9c20d9 ... 2014-04-18 19:16:08 +05:30
Kovid Goyal
f49cbe2489 EPUB Input: Ignore guide element marking the first spine item as a cover if the spine contains only a single item 2014-04-18 17:21:31 +05:30
Kovid Goyal
2d76655ddc Spell check dialog: Allow sorting words case sensitively 2014-04-18 17:00:50 +05:30
Kovid Goyal
d022c7e012 Merge branch 'master' of https://github.com/cbhaley/calibre 2014-04-18 16:14:59 +05:30
Charles Haley
cfa7811951 Fix the template editor to grab an empty custom column dictionary so that it can validate use of custom column lookup names. 2014-04-18 10:51:29 +02:00
Kovid Goyal
4d60378ce3 Replace obsolete pyqtSignature 2014-04-18 13:53:10 +05:30
Kovid Goyal
4dd02d449c Use an explicit command to trnasition instead of relying a post checkout hook 2014-04-18 13:42:51 +05:30
Kovid Goyal
8faaa8bbf5 OS X build: Detect the users desired language correctly. Also fix parsing of ambiguous dates in mm/dd vs dd/mm formats, based on the users locale settings in OS X. 2014-04-18 13:08:46 +05:30
Kovid Goyal
4060fa76b3 User manual: Ensure floating images are cleared before next section heading v1.33.0 2014-04-18 10:49:24 +05:30
Kovid Goyal
b8c960af59 Documentation for the spell check tool 2014-04-18 10:33:53 +05:30
Kovid Goyal
0125640484 version 1.33 2014-04-18 09:50:35 +05:30
Kovid Goyal
54ea9d388b Function for querying localised date format on OS X 2014-04-18 09:48:20 +05:30
David Forrester
a228fdc032 Update to support Kobo firmware 3.3.1
Kobo are about to release firmware 3.3.0. The beta and release
candidates have been tested with calibre and the version number is all
that needs to change. But, I am bumping it to 3.3.1 in case of a second
bug fix release with no backend changes.

Fixes #1309302 [Update to support Kobo firmware 3.3.0](https://bugs.launchpad.net/calibre/+bug/1309302)
2014-04-18 08:43:55 +05:30
Kovid Goyal
5b2b90af42 Function for querying user locale on OS X 2014-04-18 08:43:12 +05:30
Kovid Goyal
14fa4e5972 Do not fail on system where get_system_locale() is None (OS X) 2014-04-17 21:03:23 +05:30
Kovid Goyal
7bb35f9ffd Fix user dictionaries not being re-read after using Preferences 2014-04-17 20:43:57 +05:30
Kovid Goyal
7dc6964421 ... 2014-04-17 20:39:20 +05:30
Kovid Goyal
a22f9bb9a8 ... 2014-04-17 20:37:29 +05:30
Kovid Goyal
c2dc54c4da Implement change word 2014-04-17 18:19:24 +05:30
Kovid Goyal
ae443dc309 Sync editors to container when refreshing spell check dialog 2014-04-17 11:30:30 +05:30
Kovid Goyal
303d5f04fe Add controls to show next occurrence of selected word 2014-04-17 11:07:38 +05:30
Kovid Goyal
e591101202 Add a function to count the number of unicode code points in a python string 2014-04-17 11:02:33 +05:30
Kovid Goyal
17ac015c64 Get rid of the check for break iterator since the spell code wont exist for long in master without a matching binary release 2014-04-17 10:12:02 +05:30
Kovid Goyal
7088ae51db Integrate spell check dialog into editor 2014-04-17 08:09:03 +05:30
Kovid Goyal
5e5f10d9c6 UI for suggested words 2014-04-17 07:53:40 +05:30
Kovid Goyal
d8c91375fb Finish up the dialog to manage user dictionaries 2014-04-17 07:12:31 +05:30
Kovid Goyal
c6aa0f5637 Start work on dialog to manage user dictionaries 2014-04-17 07:12:31 +05:30
Kovid Goyal
76b23962ba ... 2014-04-17 07:12:31 +05:30
Kovid Goyal
0fde4eb5cc Tooltips 2014-04-17 07:12:30 +05:30
Kovid Goyal
89f093c2bb ... 2014-04-17 07:12:30 +05:30
Kovid Goyal
03832a6070 Implement adding and removing of words from user dictionaries 2014-04-17 07:12:30 +05:30
Kovid Goyal
50f4dd503f Implement ignoring of words 2014-04-17 07:12:30 +05:30
Kovid Goyal
f991fb8ad0 ... 2014-04-17 07:12:30 +05:30
Kovid Goyal
00709cf6f4 Add control to toggle showing all words or only misspelt words 2014-04-17 07:12:30 +05:30
Kovid Goyal
5d9516f9e0 Show a summary with word counts 2014-04-17 07:12:30 +05:30
Kovid Goyal
66958760fe Use the ICU break iterator to split text into words 2014-04-17 07:12:30 +05:30
Kovid Goyal
b12b830839 Release GIL in index_of() 2014-04-17 07:12:30 +05:30
Kovid Goyal
0d4c179c4b Wrap the ICU BreakIterator API 2014-04-17 07:12:30 +05:30
Kovid Goyal
8e4478cc6f ... 2014-04-17 07:12:30 +05:30
Kovid Goyal
39e75804c7 Start work on spell check dialog 2014-04-17 07:12:30 +05:30
Kovid Goyal
789c004db1 Ignore title/alt attributes on some tags 2014-04-17 07:12:30 +05:30
Kovid Goyal
b4bd343ed7 Try to use the right country variant english dictionary by default, based on the users locale settings 2014-04-17 07:12:30 +05:30
Kovid Goyal
7d442f9320 Add code to get all words from a ebook with their declared locale 2014-04-17 07:12:30 +05:30
Kovid Goyal
e476f7d889 Add Spanish and English (GB) builtin dictionaries 2014-04-17 07:12:30 +05:30
Kovid Goyal
89526af629 Refresh all editors after changing dictionaries 2014-04-17 07:12:30 +05:30
Kovid Goyal
01a034b848 Keep track of the current book's locale as a separate global variable for performance 2014-04-17 07:12:30 +05:30