28699 Commits

Author SHA1 Message Date
Kovid Goyal
0a755a2b66 Allow pressing return in the change word box to trigger the change 2014-04-20 09:35:18 +05:30
Kovid Goyal
8acc2c4da1 Scroll word list on pageup/dn and arrow up/dn 2014-04-20 09:24:18 +05:30
Kovid Goyal
1ac8f8147f Update Hindustan Times 2014-04-20 09:13:53 +05:30
Kovid Goyal
6a5833ddc7 Manage user dictionaries: Add a button to import a list of words in bulk into the user dictionary 2014-04-19 21:43:23 +05:30
Kovid Goyal
0740500991 Spell check: Fix language declarations not being respected for nested tags. Fixes #1310000 [Language recognition fails in editor with nested tags](https://bugs.launchpad.net/calibre/+bug/1310000) 2014-04-19 21:07:23 +05:30
Kovid Goyal
e7a279e1c4 Ignore added dictionaries that do not have a country code
These dictionaries were added mistakenly due to a bug in 1.33
2014-04-19 18:52:28 +05:30
Kovid Goyal
b1a45f3147 Spell check: Fix 'Show net occurrence' sometimes showing the word in an incorrect location, for example in an attribute where spell check is not performed. 2014-04-19 18:33:10 +05:30
Kovid Goyal
36c937c6ba Allow tab key navigation in the word list 2014-04-19 08:20:32 +05:30
Kovid Goyal
b34fcc1daf Fix import of dictionaries that define a locale with no country code 2014-04-19 07:20:59 +05:30
Kovid Goyal
2d7330d2a9 Edit Book: Fix the Show next occurrence button in the spell check dialog not always working 2014-04-18 22:10:49 +05:30
Kovid Goyal
6c82307975 Import dictionary: Fix import of some .oxt files failing if their xcu manifest use a different syntax 2014-04-18 21:50:28 +05:30
Kovid Goyal
7bb80f456b ... 2014-04-18 21:30:42 +05:30
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