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
Kovid Goyal
20b7378b19
Updated package meta-data
2006-12-14 03:10:09 +00:00
Kovid Goyal
3b21f2c4dd
***
2006-12-09 19:08:03 +00:00
Kovid Goyal
95ab3d492d
Modifying loading mechanism for ui files so that it works in an egg
2006-12-02 02:03:20 +00:00
Kovid Goyal
4cdf478efe
Created the form for editing book meta-info
...
Rejiggered the resource system so I can specify images from the resource file in QT Designer. This is a bit of a hack, and may not work when distributing via setp-tolls (especially with zip-safe)
2006-11-25 04:36:50 +00:00
Kovid Goyal
1ec8632924
Added lrf-meta script
2006-11-23 01:51:36 +00:00
Kovid Goyal
edbdd7e496
Added support for progress reporting in libprs500. Only implemented in get_file
...
Created a rudimentary GUI that parses the media list on the device abd displays the books
Switched to setuptools
2006-11-21 04:52:47 +00:00
Kovid Goyal
87c82ab7d7
GUI skeleton
...
Added plumbing for PyPI
2006-11-18 00:32:26 +00:00
Kovid Goyal
1c8319a5a4
Added working support for the following commands to libprs500:
...
- ls -lhR --color
- cp from device to host
- info (get device information)
- cat files on device
Added a command line interface in prs500.py
Added documentation in epytext
Added support for distutils
2006-11-07 04:10:11 +00:00