43 Commits

Author SHA1 Message Date
Kovid Goyal
6b73df3c43 IGN:... 2009-09-03 22:24:57 -06:00
Kovid Goyal
b3df852724 IGN:calibre-x86_64 now build and runs on OS X Leopard 2009-09-03 19:08:17 -06:00
Kovid Goyal
29337bac68 Fixed recipes for The LA Times and Budget Fashionista 2009-09-02 19:57:52 -06:00
Kovid Goyal
6ad672ae40 IGN:More work on leopard build 2009-09-02 16:16:40 -06:00
Kovid Goyal
c913e7902a Updated recipe for Business Week 2009-09-02 09:48:57 -06:00
Kovid Goyal
d6b76bcaf1 IGN:More work on the leopard build 2009-09-01 22:27:29 -06:00
Kovid Goyal
c33d8a09da IGN:... 2009-09-01 21:16:40 -06:00
Kovid Goyal
1a8bb2f142 IGN:Various things needed to get calibre to build in Leopard 2009-09-01 17:29:46 -06:00
Kovid Goyal
96851834cd IGN:Misc fixes 2009-08-26 15:02:37 -06:00
Kovid Goyal
5d800d0d19 IGN:... 2009-08-01 16:17:32 -06:00
Kovid Goyal
929d74f718 Switch to using poppler to read PDF metadata. Hopefully is faster/more stable. Fixes #3041 (version 0.6.3 doesnt delete temp files) 2009-08-01 15:07:33 -06:00
Kovid Goyal
9603e3f385 Include the amazon metadata fetching module in the OS X build of calibre 2009-06-24 10:22:12 -07:00
Kovid Goyal
99993e492e beta 3 2009-06-07 21:57:59 -07:00
Kovid Goyal
bf0426f15c ... 2009-06-06 17:28:59 -07:00
Kovid Goyal
d6e4ce275f Launching GUI from Terminal now works correctly in OS X 2009-06-06 10:27:57 -07:00
Kovid Goyal
2c39eda812 calibre-server nows runs on linux without requiring a X server 2009-06-05 20:46:45 -07:00
Kovid Goyal
fab6127966 OS X builds again 2009-06-05 19:26:59 -07:00
Kovid Goyal
03fd7f164e Support for ejecting devices on windows 2009-06-05 16:30:59 -07:00
Kovid Goyal
943f6f4c4b Eject for OS X (needs testing) 2009-06-05 11:45:39 -07:00
Kovid Goyal
857cc5f4bb ... 2009-06-03 22:54:55 -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
Kovid Goyal
029fd0b3ac More misc. fixes 2009-05-31 18:00:17 -07:00
Kovid Goyal
3e9e6a63d7 PDF Metadata: Switch to using PoDoFp to read/write PDF metadata. On linux, calibre will fall back to pdftk and pypdf. Linux distributors: calibre will only try to build the podofo extension if it detects the podofo header files in the directory pointed to by PODOFO_INC_DIR, defaults to /usr/include/podofo 2009-05-10 12:56:44 -07:00
Kovid Goyal
075f59b8d1 PDF Input: calibre now supports conversion of PDF version > 1.5 as well 2009-04-23 20:57:37 -07:00
Kovid Goyal
7448079aa8 Fix error message in OSX when dragging and dropping a cover onto the edit metadata dialog 2009-03-25 12:55:42 -07:00
Kovid Goyal
36a771c7f1 Fix calibre.app to work correctly even when it is moved into a path that has spaces in it 2009-03-06 12:46:30 -08:00
Kovid Goyal
1746aeafe0 When saving to disk, also save the date. When importing from disk (ebook per directory), if an OPF file is present, use that to read metadata, including date. Adds new dependency on python-dateutil. Rewrite the Add books code for greateer speed and also fix the bug causing the Add books progress dialog to sometimes not close on windows. 2009-02-10 13:01:17 -08:00
Kovid Goyal
7f1761afea Fix #1679 (Multiple calibre icons in OSX dock after fetching news) 2009-01-25 19:54:07 -08:00
Kovid Goyal
cb6599bbc1 Fix #1550 (html table handling in v0.4.124) 2009-01-05 10:10:22 -08:00
Kovid Goyal
6651010f4c Upgrade OS X build to python 2.6 2008-12-09 20:02:24 -08:00
Kovid Goyal
5c37760a27 Fix #1032 (No icon set in main exe file) 2008-09-20 19:53:45 -07:00
Kovid Goyal
896182b201 Implemented any2epub 2008-09-18 21:48:08 -07:00
Kovid Goyal
ffd2bfa477 IGN:b11 2008-09-10 19:07:30 -07:00
Kovid Goyal
9e1db45913 Make database sorting more efficient and add config option to select UI language 2008-09-10 11:58:19 -07:00
Kovid Goyal
d373ae7d13 Fix duplicates dialog for large lists of duplicates and remember sorted column 2008-09-09 15:33:57 -07:00
Kovid Goyal
7e9ffe0445 IGN:Fix lxml issues on OSX 2008-09-08 15:45:16 -07:00
Kovid Goyal
3d3c6c3f30 Fix #1000 (Incorrect handling of CSS siblings) 2008-09-08 15:24:49 -07:00
Kovid Goyal
a4d6a595c2 IGN:... 2008-08-27 18:06:38 -07:00
Kovid Goyal
4dff7ecf95 Switch to using lit2oeb to explode LIT files. 2008-08-05 22:33:19 -07:00
Kovid Goyal
a05d1b3614 IGN:... 2008-07-30 15:49:26 -07:00
Kovid Goyal
60263f3643 Add config option to ask for confirmation on deletes 2008-07-30 12:12:51 -07:00
Kovid Goyal
50add0c72d Use a little C code to interface with windows for device detection and unicode command line arguments 2008-07-24 20:26:58 -07:00
Kovid Goyal
e39ae6a88d IGN:Rationalize build process 2008-07-22 18:59:55 -07:00