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 |
|
Kovid Goyal
|
56ef487a5d
|
Integrate the dictionary widget into the editor preferences
|
2014-04-17 07:12:30 +05:30 |
|
Kovid Goyal
|
bcadc7673d
|
Implement renaming of dictionaries
|
2014-04-17 07:12:30 +05:30 |
|
Kovid Goyal
|
40204e0d3a
|
Add/remove for dictionaries from OpenOffice extensions works
|
2014-04-17 07:12:30 +05:30 |
|
Kovid Goyal
|
b060f55d5f
|
Start work on adding dictionaries
|
2014-04-17 07:12:29 +05:30 |
|
Kovid Goyal
|
16e572266a
|
...
|
2014-04-17 07:12:29 +05:30 |
|
Kovid Goyal
|
1b530b128d
|
Start work on dialog to manage user installed dictionaries
|
2014-04-17 07:12:29 +05:30 |
|
Kovid Goyal
|
eec1053b49
|
...
|
2014-04-17 07:12:29 +05:30 |
|
Kovid Goyal
|
0c397d32e5
|
Implement loading of both builtin and user installed dictionaries
|
2014-04-17 07:12:29 +05:30 |
|
Kovid Goyal
|
ba894573e4
|
...
|
2014-04-17 07:12:29 +05:30 |
|
Kovid Goyal
|
0753e908ab
|
Add ISO 3166 country codes
|
2014-04-17 07:12:29 +05:30 |
|
Kovid Goyal
|
b4f677c99d
|
...
|
2014-04-17 07:12:29 +05:30 |
|
Kovid Goyal
|
b88f361212
|
Start work on managing dictionaries in calibre
|
2014-04-17 07:12:29 +05:30 |
|
Kovid Goyal
|
a1a4585167
|
Refactor HTML syntax highlighter too keep track of tag nesting
This is needed for the eventual implementation of inline spellcheck
|
2014-04-17 07:12:29 +05:30 |
|
Kovid Goyal
|
5481f1f820
|
Dont rebuild extensions during a rebase
|
2014-04-16 20:55:14 +05:30 |
|
Kovid Goyal
|
fc8aa605a3
|
Merge branch 'master' of https://github.com/t3d/calibre
|
2014-04-16 20:12:05 +05:30 |
|
t3d
|
ba972f7b6a
|
osnews.pl is dead
|
2014-04-16 15:59:18 +02:00 |
|
Kovid Goyal
|
112e38cb54
|
Update Barrons
Fixes #1308140 [Private bug](https://bugs.launchpad.net/calibre/+bug/1308140)
|
2014-04-16 09:06:54 +05:30 |
|
Kovid Goyal
|
ac6af50422
|
DOCX Input: Fix some text highlighting colors in the DOCX file not being correctly translated during conversion. Fixes #1308181 [color names change upon conversion](https://bugs.launchpad.net/calibre/+bug/1308181)
|
2014-04-16 08:21:02 +05:30 |
|
Kovid Goyal
|
6f677abb15
|
...
|
2014-04-15 23:42:23 +05:30 |
|
Kovid Goyal
|
9749919980
|
Merge branch 'recipe_grandes_corresponsales_es' of https://github.com/waiting-for-dev/calibre
|
2014-04-15 23:38:41 +05:30 |
|
Kovid Goyal
|
2e7eba6c49
|
Merge branch 'recipe_periodismo_humano_es' of https://github.com/waiting-for-dev/calibre
|
2014-04-15 23:37:37 +05:30 |
|
Kovid Goyal
|
986df5f068
|
Merge branch 'recipe_lavanguardia_corresponsales_es' of https://github.com/waiting-for-dev/calibre
|
2014-04-15 23:36:46 +05:30 |
|
Kovid Goyal
|
5038ad5809
|
Merge branch 'recipe_histories_del_mon_ca' of https://github.com/waiting-for-dev/calibre
|
2014-04-15 23:35:19 +05:30 |
|
Kovid Goyal
|
81a674e968
|
Historias del Mundo by Marc Busque
Merge branch 'recipe_historias_del_mundo_es' of https://github.com/waiting-for-dev/calibre
|
2014-04-15 23:31:34 +05:30 |
|
Kovid Goyal
|
4029ebf424
|
Merge branch 'recipe_list_apart' of https://github.com/waiting-for-dev/calibre
|
2014-04-15 23:29:42 +05:30 |
|