366 Commits

Author SHA1 Message Date
Kovid Goyal
2ad3779c48 IGN:Tag release 2011-03-25 13:37:38 -06:00
Kovid Goyal
0e3fd968e0 version 0.7.51 2011-03-25 12:23:01 -06:00
Kovid Goyal
efe64e5097 Change the shebang in the calibre launcher script on linux to explicitly use python2 rather than python 2011-03-24 10:20:46 -06:00
Kovid Goyal
9e575a11b4 ... 2011-03-19 18:07:13 -06:00
Kovid Goyal
c979cb10b8 Windows build: Put all python files into a zip file to reduce upgrade time 2011-03-19 18:02:29 -06:00
Kovid Goyal
0fbc8d717b ... 2011-03-19 17:52:35 -06:00
Kovid Goyal
ec622f426d ... 2011-03-19 15:36:50 -06:00
Kovid Goyal
fa09d8a460 Also store recipe favicons in builtin_recipes.zip 2011-03-19 01:22:33 -06:00
Kovid Goyal
014d4b50ed Store recipes in the calibre install folder in a zip file 2011-03-19 00:40:36 -06:00
Kovid Goyal
8b145422f7 Speedup startup times for large libraries with a faster string-to-date converter 2011-03-04 09:24:38 -07:00
Kovid Goyal
c626b60a29 Linux binary build: Fix ImageMagick trying to load system modules instead of bundled modules 2011-02-24 23:51:50 -07:00
Kovid Goyal
e16968c381 Linux binary build: Set the MAGICK_HOME environment variable 2011-02-24 22:55:27 -07:00
Kovid Goyal
152f569455 Add a reupload command to make uploading fixed builds easier 2011-02-19 15:06:58 -07:00
Kovid Goyal
7dd7914cdc IGN:Tag release 2011-02-18 13:51:48 -07:00
Kovid Goyal
0c7089cc87 Fix #7622 (Calibre need to switch logic when converting Unicode filename into ASCII) 2011-02-17 07:34:15 -07:00
Kovid Goyal
fa01682ce5 ... 2011-02-14 11:51:26 -07:00
Kovid Goyal
c4f06e39af When converting non english texts to english, use the users currect calibre interface language. This allows japanes/korean/vietnamese characters to be correctly converted. Previously they were assumed to be Chinese. Fixes #7622 (Calibre need to switch logic when converting Unicode filename into ASCII) 2011-02-14 10:50:28 -07:00
Kovid Goyal
23fa68ce8a No longer upload source to my server as the bandwidth requirements are too high 2011-02-04 12:26:55 -07:00
Kovid Goyal
8437c89d4d Restore functioning of CALIBRE_DEVELOP_FROM in linux build 2011-01-30 08:52:25 -07:00
Hiroshi Miura
9fea301a6f pykakasi dict installer
- now unihandecode/pykakasi dictionary will be generated 
    by calibre installer
  - the dictionaries are located resources/localization/pykakasi/*
2011-01-30 20:25:35 +09:00
Kovid Goyal
cf61fe8f2b ... 2011-01-21 13:25:27 -07:00
Kovid Goyal
627445c0ee Fix #8378 (bad author sort when diacritic is used). Fix generation of teplate-functions.json 2011-01-15 12:24:35 -07:00
Charles Haley
6b6b8c2eb7 1. Merge from trunk.
2. Improvement on first-letter partitioning fix
3. Code to build dict of source for formatter builtins
2011-01-15 18:25:05 +00:00
Kovid Goyal
9e90f63214 template-functions.json skeleton 2011-01-15 10:14:31 -07:00
Kovid Goyal
2911dd1037 When uploading to googlecode retry once on failure 2011-01-14 18:31:08 -07:00
Kovid Goyal
3385e64dfd ... 2011-01-14 11:08:36 -07:00
Kovid Goyal
20d692d662 ... 2011-01-14 11:05:48 -07:00
Kovid Goyal
d63bfeff11 ... 2011-01-09 11:18:35 -07:00
Kovid Goyal
31c354a164 ... 2011-01-09 11:15:34 -07:00
Kovid Goyal
f77d55f06a Update ImageMagick in windows build to 6.6.6 2011-01-04 08:39:37 -07:00
Kovid Goyal
8b03a506a3 ... 2011-01-03 15:04:36 -07:00
Kovid Goyal
83f6f424f6 ... 2011-01-02 21:55:35 -07:00
Kovid Goyal
d55fa2ff10 Fix #8052 (Mac Install - drag to applications folder in .dmg file) 2010-12-31 15:21:39 -07:00
Kovid Goyal
8ea848312c Fix #7967 (Specific format actions show non-existent formats) 2010-12-20 10:52:44 -07:00
Kovid Goyal
eac89c5439 Linux binary build: If setting system default locale fails, try setting locale to en_US.UTF-8 instead 2010-12-20 09:55:44 -07:00
Kovid Goyal
2ba5caa951 ... 2010-12-18 15:57:32 -07:00
Kovid Goyal
91310f0785 Use ICU for title case instead of python's builtin title 2010-12-05 09:30:59 -07:00
Kovid Goyal
0b70f40709 Fix ICU py->UChar string conversion and add support for OS X 2010-12-04 00:06:49 -07:00
Kovid Goyal
74a801f4cc Add ICU to linux binary build 2010-12-03 20:36:56 -07:00
Kovid Goyal
67367f521d Use ICU for sorting 2010-12-03 20:18:56 -07:00
Kovid Goyal
38be2c7fc6 ... 2010-12-03 20:06:13 -07:00
Kovid Goyal
6ec27b1234 ... 2010-12-03 19:36:31 -07:00
Kovid Goyal
788138cd97 ... 2010-11-30 14:40:31 -07:00
Kovid Goyal
eeda4caf10 ... 2010-11-29 13:13:10 -07:00
Kovid Goyal
84833cf430 All new linux binary build. With updated dependencies and replacing cx_Freeze with my own C python launcher. If you are running calibre using CALIBRE_DEVELOP_FROM with a linux binary build, do not update the calibre source until after 0.7.32 is released. 2010-11-28 22:51:19 -07:00
Kovid Goyal
477dc90089 Fix #7685 (Fetch News broken on v0.7.30. Images and photos don't show on e-reader.) 2010-11-27 11:21:22 -07:00
Kovid Goyal
128522a946 ... 2010-11-27 10:31:08 -07:00
Kovid Goyal
5834a210d9 Fix #7691 (can't start app) 2010-11-27 09:07:53 -07:00
Kovid Goyal
0cf2089c8d IGN:Tag release 2010-11-26 11:30:11 -07:00
Kovid Goyal
ca3f9b841d Implement high performance C module for sqlite custom aggregators. To enable edit line 153 of library.sqlite. In my testing showed between 1 and 5% decrease in startup time (varies depending on how many multi-author books in the library). Disabled for now, pending more testing 2010-11-25 22:30:40 -07:00