Kilian Valkhof
966536bb9a
build in some more checks against systray for osx
2010-06-27 12:22:08 +02:00
Kilian Valkhof
671f4163a8
update version to 1.0.3, update site and changelog
2010-06-12 14:10:34 +02:00
Kilian Valkhof
8a719be207
fix for environments without a system tray
2010-06-12 14:03:31 +02:00
Kilian Valkhof
f181fdcd00
fix spelling mistake in longdesc
2010-06-12 14:02:46 +02:00
Kilian Valkhof
646abfca85
switch to dh instead of cdbs
2010-06-12 13:54:42 +02:00
Kilian Valkhof
bb9754a24e
add all versions to the changelog
2010-06-12 13:35:24 +02:00
Kilian Valkhof
d2a1c1e7d0
add license info for upstream as well
2010-06-12 13:28:04 +02:00
Kilian Valkhof
8715233259
add copyright info for filesize.py, update homepage link in control
2010-06-12 13:23:08 +02:00
Kilian Valkhof
454d5e6d9f
switch to python-support
2010-06-03 19:33:04 +02:00
Kilian Valkhof
34e4f6581f
update debian package rules
2010-05-31 20:11:52 +02:00
Kilian Valkhof
83d5aebe66
update arch linux instructions
2010-05-31 19:09:00 +02:00
Kilian Valkhof
ee102f2289
update version number on site
2010-05-31 19:08:36 +02:00
Kilian Valkhof
c243524eaa
update version to 1.0.2
2010-05-31 19:01:22 +02:00
Kilian Valkhof
e4a7a1a254
fix qsettings for qt4.4
2010-05-31 14:33:54 +02:00
Kilian
2596905266
save file dialog state, directory, and set app info for settings
2010-05-31 13:02:15 +02:00
Kilian
de35d5967e
save geometry on quit and set on launch
2010-05-31 11:25:06 +02:00
Kilian
ea4350661a
update todo
2010-05-30 20:21:53 +02:00
Kilian
52ccd5a1de
add seperators to the tray icon menu
2010-05-30 20:20:04 +02:00
Kilian Valkhof
c9ae552994
bump version
2010-05-26 15:21:25 +02:00
Kilian Valkhof
cf37894afc
remove the BOM from trimage to fix error in lucid
2010-05-26 15:19:56 +02:00
Kilian Valkhof
8e8cac3390
update site and changelog
2010-05-21 13:02:39 +02:00
Kilian Valkhof
2c2ac98b5d
Merge branch 'master' of git://github.com/kalmi/Trimage into development
2010-04-27 11:27:51 +02:00
Kilian Valkhof
407806f187
update todo
2010-04-27 11:27:40 +02:00
Kálmán Tarnay
54680e1bc6
chmod +x trimage src/trimage/trimage.py
2010-04-26 17:36:30 +02:00
Kálmán Tarnay
4c5caf0d9c
Merge remote branch 'development/development'
2010-04-25 21:13:47 +02:00
Kilian Valkhof
f7988ab5bd
get directory ready for settings
2010-04-23 05:41:05 +08:00
Paul Chaplin
d03c0dfbd8
Added Unicode BOM to file to declare encoding; Python assumes ASCII and chokes unless told.
2010-04-23 05:40:10 +08:00
Kilian Valkhof
c6cb2dc321
update changelog
2010-04-23 05:40:09 +08:00
Kilian Valkhof
1be7cc83af
add the total number of files to the title and the systray tooltip
2010-04-21 18:20:01 +02:00
Kilian Valkhof
45410e7b4b
update todo, pep8 changes
2010-04-21 18:09:25 +02:00
Kilian Valkhof
8a89a44c9e
get directory ready for settings
2010-04-21 17:49:14 +02:00
Kilian Valkhof
7e8a0b7cd6
add systray tooltip
2010-04-21 17:31:08 +02:00
Kilian Valkhof
a0edd4f003
implement a show/hide function in the systray menu
2010-04-21 17:23:44 +02:00
Kilian Valkhof
ba0bb856d2
disable recompress systray button
2010-04-21 14:05:53 +02:00
Kilian Valkhof
773efc6870
implement a system tray with basic functionality
2010-04-21 13:28:52 +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
a936903b00
delete now unused hurry.filesize (I forgot it in the previous commit)
2010-04-20 23:42:00 +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
464337d033
removed "check for double files when adding"
2010-04-12 03:59:58 +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
Paul Chaplin
8e781f5409
Added Unicode BOM to file to declare encoding; Python assumes ASCII and chokes unless told.
2010-04-02 17:47:07 +01:00
Kilian Valkhof
e77f6e5a59
Merge branch 'parallel'
2010-04-02 15:10:50 +02:00
Kilian Valkhof
451269d960
update changelog
2010-04-02 15:10:44 +02:00
Kilian Valkhof
1106ca482c
pep8 rewriting, version update, todo editing
2010-04-02 13:51:19 +02:00
Kilian Valkhof
0f5092e10b
Merge branch 'master' of git://github.com/kalmi/Trimage into parallel
...
Conflicts:
src/trimage/trimage.py
2010-04-02 12:57:59 +02:00
Kálmán Tarnay
29be211a9d
license
2010-04-02 07:27:16 +02:00
Kálmán Tarnay
51691351d3
swapped my first name and last name
2010-04-02 07:25:10 +02:00
Kálmán Tarnay
cf9d98027c
changed hint text for recompress button to indicate that it recompresses all
2010-04-02 07:24:00 +02:00