21023 Commits

Author SHA1 Message Date
Charles Haley
c9e37072a9 Turn off spanning with a bool for the moment. 2012-07-05 13:44:18 +02:00
Kovid Goyal
79bd4403d0 ... 2012-07-05 17:00:23 +05:30
Kovid Goyal
315722a2bd Do not compile span_contractions on OS X as span_set is not available in the system icu library 2012-07-05 16:44:08 +05:30
Kovid Goyal
f860264d31 Fix #1021240 (Calibre does not see my external SD card on Samsung Galaxy S3) 2012-07-05 16:38:21 +05:30
Charles Haley
093390884a Add Spanish to the list of no-contraction languages in the tag browser. 2012-07-05 12:48:19 +02:00
Charles Haley
a765fcfe79 Merge from trunk 2012-07-05 12:38:46 +02:00
Charles Haley
3e42eeae66 Add span contractions to tag browser to fix first letter display for languages with 'letters' made of more than one character 2012-07-05 12:37:48 +02:00
Kovid Goyal
37286ca39c Update ICU in windows binary 2012-07-05 13:11:03 +05:30
Translators
438cb01a66 Launchpad automatic translations update. 2012-07-05 04:39:27 +00:00
Kovid Goyal
d67cdb495e Driver for Samsung SGH-T989 2012-07-05 09:34:53 +05:30
Kovid Goyal
7ad2a4172c Update ICU in linux build 2012-07-05 09:34:01 +05:30
Kovid Goyal
9a02bce121 ... 2012-07-05 01:15:21 +05:30
Kovid Goyal
56d0a8524c ... 2012-07-05 00:56:42 +05:30
Kovid Goyal
6c5db6b259 ... 2012-07-05 00:32:26 +05:30
Charles Haley
d52590bc8c Take out the ascii_author stuff. 2012-07-04 20:17:52 +02:00
Charles Haley
62d5c99297 Make contains searches be more forgiving about accents. 2012-07-04 20:10:53 +02:00
Charles Haley
0ef31b067c Merge from trunk 2012-07-04 19:42:54 +02:00
Kovid Goyal
bb606bc3ab Use a cloned collator for primary collation 2012-07-04 22:10:56 +05:30
Kovid Goyal
f8dfd7fdda Allow setting the strength of the ICU collator 2012-07-04 18:53:58 +05:30
Kovid Goyal
018617f810 Data API 2012-07-04 14:51:54 +05:30
Kovid Goyal
3a686e2427 Refactor coffeescript, putting utils into their own files 2012-07-04 14:04:54 +05:30
Kovid Goyal
dda411fcd4 Tag browser: Fix regression that broke drag and drop between user categories in the tag browser 2012-07-04 13:55:57 +05:30
Charles Haley
cb8a8d4ac3 Remove spurious change 2012-07-04 09:38:41 +02:00
Charles Haley
0145299168 Fix problem with expansions by blocking signals during a recount operation. The 'expand' signal was messing up repainting. 2012-07-04 09:30:01 +02:00
Kovid Goyal
3f0fee00a5 When copying to library and deleting after copy, do not place deleted files in recycle bin, as this is redundant and slow (they have already been copied into another library) 2012-07-04 10:58:41 +05:30
Kovid Goyal
73583f616b ... 2012-07-04 10:37:08 +05:30
Kovid Goyal
6699547216 Fix yes/no fields with value of No not showing up in the book details panel 2012-07-04 10:35:27 +05:30
Kovid Goyal
077dee3ceb When searching through tweaks also match on variable names 2012-07-04 10:19:54 +05:30
Kovid Goyal
912e8fbacd calibredb: Add a backup_metadata command to manually run the backup to opf from the command line 2012-07-04 10:07:34 +05:30
Charles Haley
7dfa9897d9 Make drag & drop work again in the tag browser. Fix problem w/Qt near the end of the list. 2012-07-03 19:46:26 +02:00
Kovid Goyal
b620da0b26 Add span_contractions to icu API 2012-07-03 23:09:47 +05:30
Kovid Goyal
16c1e6a102 Keep USet of contractions in the collator object 2012-07-03 22:41:03 +05:30
Kovid Goyal
3e13f2fab1 ... 2012-07-03 22:19:34 +05:30
Kovid Goyal
5509f6ac38 Expose some more functionality from the ICU library to python 2012-07-03 22:17:44 +05:30
Kovid Goyal
1e7c76df09 Fix #930882 (Catalog builder, sort sequence for Title in german language) 2012-07-03 18:27:49 +05:30
GRiker
dd179f8fb3 removed unneeded debug info 2012-07-03 04:55:59 -06:00
Kovid Goyal
43ad7fb0ba Linux: Support systems that have udisks2 but not udisks1 2012-07-03 13:15:27 +05:30
Translators
fd022da438 Launchpad automatic translations update. 2012-07-03 05:35:38 +00:00
Kovid Goyal
1b491493b6 Get Books: Fix Foyles UK 2012-07-03 07:44:14 +05:30
John Schember
7323747526 Merge changes from lp:~cbhaley/calibre/charles_store. 2012-07-02 22:02:43 -04:00
John Schember
a801354a45 Sync to trunk. 2012-07-02 22:02:15 -04:00
Kovid Goyal
9ef592bc33 ... 2012-07-03 07:27:42 +05:30
Kovid Goyal
18791fd822 Content server: Add a navigation panel at the bottom of each page. Fixes #1020225 (improvement in server web pages) 2012-07-03 07:25:14 +05:30
Kovid Goyal
06d13aa0af ... 2012-07-03 07:10:39 +05:30
GRiker
e6306b3824 Convert sort_title and sort_author to unaccented equivalent using ascii_text(). Titles or Authors with leading accented characters will be sorted with their unaccented equivalent characters. 2012-07-02 10:22:22 -06:00
Charles Haley
73b7ebab41 Fix amazon.fr location from Germany to France. 2012-07-02 18:07:19 +02:00
Charles Haley
ab16d1c0a8 Merge from trunk 2012-07-02 17:47:18 +02:00
Kovid Goyal
a0db7b824a User defined driver: Add option to swap main memory and card a. Fixes #1020056 (User device swaps sd card and device) 2012-07-02 20:59:12 +05:30
Kovid Goyal
024f2776b2 Scroll list of completion to current match when clicking combobox drop down arrow 2012-07-02 20:51:04 +05:30
Charles Haley
82367fdd93 Add option to the user-defined device to swap main and card 2012-07-02 17:08:59 +02:00