Hugo Posnic
030684fe60
Fix two little errors
2019-02-20 16:21:09 +01:00
Hugo Posnic
25836634af
setup.py: change requires from pyqt4 to pyqt5
2017-11-18 16:12:44 +01:00
Hugo Posnic
a20f7a5beb
Fix version in setup.py
2017-11-18 15:09:25 +01:00
Kilian Valkhof
f17cbf980a
Add man page, by Kyrill Detinov
2011-07-17 23:35:32 +02:00
Kilian Valkhof
c243524eaa
update version to 1.0.2
2010-05-31 19:01:22 +02:00
Kilian Valkhof
7cf707d5a3
Merge branch 'master' of git://github.com/kalmi/Trimage
...
Conflicts:
src/trimage/trimage.py
2010-04-21 12:23:38 +02:00
Kálmán Tarnay
d282bcf8e9
py2exe support
...
Usage: setup.py py2exe
You must be able to start trimage.py before even attempting to use py2exe.
It generates a standalone executable.
That standalone exacutable starts up only if the following files can be found on the path: jpegoptim.exe optipng.exe advpng.exe (they must return 0)
Compression does not work yet and the Windows versions of these tools are a lot slower than on Linux. The binaries I found were pretty old. They should most probably be recompiled to make use of new cpu features. Or we should find other tools.
trimage.hurry.filename -> trimage.filename
because py2exe couldn't deal with it
2010-04-20 23:29:24 +02:00
Kilian Valkhof
36644c5bf4
Merge branch 'master' of git://github.com/kalmi/Trimage
2010-04-12 18:25:24 +02:00
Kálmán Tarnay
cdd11c92ee
ThreadPool is a module now and it is in setup.py
2010-04-12 03:53:31 +02:00
Kilian Valkhof
348f97fabc
no multiprocessing, no subversion bump
2010-04-05 15:21:54 +02:00
Kilian Valkhof
1106ca482c
pep8 rewriting, version update, todo editing
2010-04-02 13:51:19 +02:00
Kilian Valkhof
cbd4d76b6e
fix file dialog error with wrong type, update version
2010-03-29 13:09:24 +02:00
Kilian Valkhof
a506c0fee4
fix handling of unicode characters in filenames, bump version to 1.0.0b2
2010-03-28 16:11:50 +02:00
Kilian Valkhof
8dcec263ff
massive overhaul of directory to make it work nicer with .deb generation
2010-03-23 20:48:17 +01:00
Kilian Valkhof
c797699ff7
install in share instead of local/share
2010-03-23 17:57:44 +01:00
Kilian Valkhof
7efecb7b89
work in progress
2010-03-23 17:45:51 +01:00
Kilian Valkhof
6a00b2e25c
move runner to own folder
2010-03-23 14:59:33 +01:00
Kilian Valkhof
e96327edbd
add a runner file
2010-03-23 14:56:30 +01:00
Kilian Valkhof
27d3fd782c
more setup tweaks
2010-03-23 14:45:24 +01:00
Kilian Valkhof
9826e6cd97
more setup work
2010-03-23 14:34:52 +01:00
Kilian Valkhof
bf763ec335
more setup tweaks
2010-03-23 14:21:01 +01:00
Kilian Valkhof
c0dceb88ad
more work in progress on installable trimage
2010-03-23 14:00:09 +01:00
Kilian Valkhof
b86c5aa8cd
work in progress of creating an installable version
2010-03-23 13:09:52 +01:00