Commit Graph

58 Commits

Author SHA1 Message Date
Kovid Goyal 750f058b7f Fix #218 2007-09-24 14:37:15 +00:00
Kovid Goyal cbee2f88f4 lrf2lrs now works on demo.lrf 2007-09-19 23:00:18 +00:00
Kovid Goyal 51458628ab Implement order of magnitude faster lrf2lrs 2007-09-17 03:13:44 +00:00
Kovid Goyal 3fdc9ad89d version 0.3.110 2007-09-15 17:43:24 +00:00
Kovid Goyal 9a5021504f version 0.3.104 2007-08-24 04:53:07 +00:00
Kovid Goyal 9c82e833ac Implemented any2lrf 2007-08-13 22:13:45 +00:00
Kovid Goyal fb2a358c73 Add beta launcher 2007-08-05 02:44:20 +00:00
Kovid Goyal 8e8940f69e pdf2lrf 2007-07-30 20:39:39 +00:00
Kovid Goyal 309052cac1 2007-07-13 23:21:55 +00:00
Kovid Goyal 00a50740fa Initial implementation of web2disk 2007-07-13 03:09:33 +00:00
Kovid Goyal 2a779db7bd rtf2lrf 2007-07-02 19:07:32 +00:00
Kovid Goyal 6429bbd65a Fix Linux installer 2007-06-29 07:21:30 +00:00
Kovid Goyal bbd8385018 Installer changes to support lit2lrf 2007-06-22 17:36:53 +00:00
Kovid Goyal f0d5eac2f4 Fix bug in completion 2007-06-19 15:20:16 +00:00
Kovid Goyal 9178ddf18e Implement support for markdown in txt2lrf. Fix handling of <pre>, <th> elements in html2lrf 2007-06-19 15:13:52 +00:00
Kovid Goyal aaa6bc4c3f Created OS X installer. Added automatic detection of cover page for conversion of HTML generated by CLIT. 2007-06-12 20:48:39 +00:00
Kovid Goyal d0f55a2a44 Moved logic for creating windows installer into separate script and greatly improved the logic. 2007-06-08 19:43:07 +00:00
Kovid Goyal 97b51d8693 Add support for adjusting margins. 2007-06-06 17:48:42 +00:00
Kovid Goyal f01341f750 Added automatic installation of USB driver on windows. 2007-05-28 21:10:42 +00:00
Kovid Goyal 8a9110740d Fully automate building of windows installer 2007-05-28 19:23:49 +00:00
Kovid Goyal acd5775987 oops 2007-05-26 16:12:10 +00:00
Kovid Goyal 5ecdb79f5c Fix #86 and add support for % width values in <td> elements. 2007-05-23 17:45:49 +00:00
Kovid Goyal 7a21b56f22 Fix handling of empty rows. Add option to disable autorotation. 2007-05-21 18:03:08 +00:00
Kovid Goyal 366207763d Module re-organization 2007-05-18 06:36:54 +00:00
Kovid Goyal 61c7035c3f oops 2007-05-15 04:54:01 +00:00
Kovid Goyal fbccb944d7 ubuntu udev support 2007-05-15 04:52:54 +00:00
Kovid Goyal 81b81b4ae8 Added BASH completion to the CLI
prs500 ls now outputs a trailing slash on directory names
2007-05-13 04:10:22 +00:00
Kovid Goyal 46f537ed86 2007-05-12 22:00:25 +00:00
Kovid Goyal 3ef78e8e1a Add udev logic to setup.py should make post-installation on linux uneccessary.
Add --link-exclude to html2lrf
2007-05-11 20:05:38 +00:00
Kovid Goyal b1ee960066 Allow text-indent and text-align to be inherited. 2007-05-09 23:32:33 +00:00
Kovid Goyal f403787fd5 Fix #39 2007-05-03 00:11:43 +00:00
Kovid Goyal c44bd5ab55 Fix issues with script to create windows installer 2007-05-01 20:00:33 +00:00
Kovid Goyal b9314bcb25 Fix #35. Move windows installer code into setup.py. 2007-04-30 21:43:50 +00:00
Kovid Goyal 44158dfc3c Fix bug in py2exe setup script 2007-04-26 16:35:42 +00:00
Kovid Goyal b1a02af907 Added rar,zip support to html2lrf and squashed a few more html processing bugs. Version bump. 2007-04-21 18:44:04 +00:00
Kovid Goyal d69fad53f4 Working initial HTML->LRF converter with CSS support. Next on list is support for <style>, <link> and <img> tags. 2007-04-18 22:51:48 +00:00
Kovid Goyal 15014f74fe Working windows installer 2007-04-18 03:01:29 +00:00
Kovid Goyal 65b430b23a py2exe functionality added for standalone windows executables. Initial implementation of HTML->LRF conversion 2007-04-17 07:16:25 +00:00
Kovid Goyal 2db0069b89 version bump 2007-04-16 17:26:18 +00:00
Kovid Goyal 509fdf081b Added support for unlocking the reader in both CLI and GUI. Version bump. 2007-01-30 02:26:50 +00:00
Kovid Goyal 7a814b5401 Removed automatic dependency installation as it only works in Linux.
Removed dependency on PyXML.
Fixed unicode handling in books command of CLI
Various minor bug fixes to make things run smoothly in windows.
Version bump.
2007-01-09 03:23:30 +00:00
Kovid Goyal 3f4f7e7b0b Various fixes for windows: Remove dependency checking for windows builds as it would be a miracle if automatic installation succeeded. Provide a default termwidth for the CLI on windows.
Initial import of Perl script to edit PDF metadata
2007-01-08 21:54:04 +00:00
Kovid Goyal 1a16e40b9e Minor cleanups 2007-01-05 07:46:55 +00:00
Kovid Goyal 268405d35c Fix thumbnail type detection in lrf.meta and initial integration of BBeBook into libprs500 2007-01-05 05:35:27 +00:00
Kovid Goyal ee2c0ca1b0 minor bug fix and version bump to 0.3.0b2 2007-01-03 19:22:59 +00:00
Kovid Goyal 65bdf9c0b7 Add ui includes to setup.py to address #7 2006-12-20 06:31:37 +00:00
Kovid Goyal 18111d2d50 Raising the pylint score of libprs500/gui/*.py 2006-12-20 02:08:57 +00:00
Kovid Goyal 97fe142281 Added pylint config file and PyQt version detection 2006-12-19 23:16:52 +00:00
Kovid Goyal 8a88357094 Replaced sourceforge download link for pyusb with a direct download link. 2006-12-17 18:28:13 +00:00
Kovid Goyal 5248fbbbeb Added check in setup.py to ensure that python version is >=2.5. Added direct download to dependency links for pyusb as otherwise easy_install picks the windows version on linux. This will break if a newer version of pyusb is released. Version bump to a2. See #5 2006-12-17 02:26:21 +00:00