4304 Commits

Author SHA1 Message Date
John Schember
cef6b55971 Fix opts variable in pml output. 2009-06-05 20:46:59 -04:00
John Schember
ff42c7b8ba Fix opts variable in txt output. 2009-06-05 20:44:46 -04:00
Kovid Goyal
03fd7f164e Support for ejecting devices on windows 2009-06-05 16:30:59 -07:00
John Schember
cec9bf66ba Windows device ejection. 2009-06-05 19:24:03 -04:00
John Schember
fd1b799622 Hide eject button when leaving location_view. 2009-06-05 18:49:31 -04:00
John Schember
92877f804b Sync to trunk. 2009-06-05 18:43:36 -04:00
Kovid Goyal
943f6f4c4b Eject for OS X (needs testing) 2009-06-05 11:45:39 -07:00
Kovid Goyal
68641b30fd ... 2009-06-05 11:37:12 -07:00
Kovid Goyal
d620bb43d3 Ejecting removes device from GUI 2009-06-05 09:09:26 -07:00
Kovid Goyal
1b52e46586 Pull from driver-dev 2009-06-05 08:42:55 -07:00
John Schember
e01c01aec7 GUI eject button working for Linux. 2009-06-05 07:29:25 -04:00
Kovid Goyal
5d5c6041f9 Fix #2538 (Use $HOME/podofo subdirs if the dir exits) 2009-06-04 23:26:12 -07:00
Kovid Goyal
a7a9317272 Stanza server, don't fail when author is missing for an entry 2009-06-04 21:33:50 -07:00
Kovid Goyal
64ef4ee950 Fix Washington Post recipe 2009-06-04 21:32:51 -07:00
John Schember
724ee9e7a1 Sync to trunk. 2009-06-04 20:49:24 -04:00
Kovid Goyal
04ba81b2f2 Updated recipe for Time 2009-06-04 13:36:52 -07:00
John Schember
192b968caa Replace htmlsymbols with built in functions. 2009-06-04 07:58:37 -04:00
John Schember
b665378698 Output encoding options for some formats. 2009-06-04 06:35:51 -04:00
John Schember
d7015bdf36 Sync to Trunk 2009-06-04 06:16:37 -04:00
Kovid Goyal
857cc5f4bb ... 2009-06-03 22:54:55 -07:00
Kovid Goyal
ae475bddb0 Speed up reading of metadata from PDF files on the device 2009-06-03 22:46:34 -07:00
Kovid Goyal
58bf0140a7 A proper fix for the mangling in /proc/mounts 2009-06-03 19:03:53 -07:00
John Schember
36f5acdfff sync to trunk 2009-06-03 20:19:49 -04:00
Kovid Goyal
af73248fab Handle octal escaping in parsing /proc/mounts 2009-06-03 17:14:01 -07:00
Kovid Goyal
08327a14ce Fix the BeBook driver to work with the new linux device detection code 2009-06-03 16:27:32 -07:00
John Schember
99f190407c Sync to trunk 2009-06-03 18:44:26 -04:00
Kovid Goyal
2539023d2a ... 2009-06-03 13:52:51 -07:00
Kovid Goyal
dc83803252 ... 2009-06-03 13:40:24 -07:00
Kovid Goyal
2815d05ccc Switch to using sysfs+pmount for device mounting in linux. Should allow for the device to be disconnected without unmounting and subsequently re-connected and still detected in calibre. 2009-06-03 13:18:29 -07:00
Kovid Goyal
45ed449af1 New recipe for The Budget Fashionista by Darko Miletic 2009-06-03 11:20:41 -07:00
Kovid Goyal
ca9d095672 Fix typo that was preventing LIT output from running 2009-06-03 10:30:20 -07:00
Kovid Goyal
abb8d5adc1 ... 2009-06-03 10:00:56 -07:00
Kovid Goyal
ccba32d733 New recipe for Publico by David Rodriguez 2009-06-03 09:13:01 -07:00
John Schember
f2403514e4 Sync to trunk 2009-06-03 07:43:00 -04:00
Kovid Goyal
76dd755dd5 Pull from driver-dev 2009-06-02 16:54:59 -07:00
Kovid Goyal
cc04191f80 Add command to upload betas 2009-06-02 16:52:53 -07:00
Kovid Goyal
581838308a ... 2009-06-02 16:49:39 -07:00
Kovid Goyal
253a93d324 ... 2009-06-02 16:48:25 -07:00
Kovid Goyal
aefd75f69f Fix #2520 (San Francisco Chronicle Feed causes Sony PSR700 to Reset) 2009-06-02 14:12:08 -07:00
Kovid Goyal
cd648cad29 Fix Globe and Mail recipe for updated site 2009-06-02 12:01:08 -07:00
Kovid Goyal
e6728649be Speed up adding/saving of small numbers of books by maintaining a spare job server 2009-06-02 10:20:02 -07:00
Kovid Goyal
be9c87a062 Flush stdout/stderr after each stage of conversion pipeline 2009-06-02 09:11:27 -07:00
Kovid Goyal
d1b305cf66 MOBI Output: Add a pad record at the end of the text records 2009-06-02 09:10:54 -07:00
Kovid Goyal
972c770667 Fix #2152 (Typo in GUI) 2009-06-02 08:54:17 -07:00
Kovid Goyal
f05215d88a Add conversion profile for Kindle DX 2009-06-01 21:42:03 -07:00
Kovid Goyal
8adf54c7b4 Misc. fixes 2009-06-01 21:11:48 -07:00
Kovid Goyal
d67f0a0fd2 MOBI Indexing: Write secondary index records 2009-06-01 21:11:11 -07:00
Kovid Goyal
3fecb610dc A more sensible error when markdown fails 2009-06-01 20:49:30 -07:00
Kovid Goyal
e3fabe843a Switch to using a C extension module to interface with fontconfig. This means that calibre now has a build time dependency on fontconfig as well. You can tell calibre where to find the font config headers and library via the environment variables: FC_INC_DIR and FC_LIB_DIR 2009-06-01 18:12:57 -07:00
John Schember
989b0627b5 Bug #1737: spelling error. 2009-06-01 20:46:11 -04:00