Andrey Kovalev
ff8f0da684
Merge 11114382e6 into ad74684272
2021-03-27 17:58:53 +01:00
Daniele Scasciafratte
031adf6054
Fix incomplete code of #77
...
I forgot to change the various `%s` in the pull request with the rest of the function or it will be print "Compressing %s".
2021-03-10 12:58:46 +01:00
Daniele Scasciafratte
636b5a9750
Fix #77
...
This fix https://github.com/Kilian/Trimage/issues/77
As debian user this fix the issue for me
2021-03-04 19:26:55 +01:00
Artem Grinev
11114382e6
Tray icon fixes
2021-02-22 00:09:33 +04:00
Kilian Valkhof
c21089f97b
Merge pull request #74 from carsonreinke/fix-typeerror
...
Missing format specifier for arguments of image status
2020-09-30 13:21:24 +02:00
Andrew Wong
8af532f25e
Remove unreachable shutdown code
...
* Implementing `__del__` is discouraged
* Imports (i.e. `import logging`) are cleaned up, leading to NoneType related errors
* When running via GUI mode, the shutdown code is never reached; we can let Python's internal GC clean everything
2020-09-30 19:22:46 +10:00
Carson Reinke
493a0e18d2
Missing format specifier for arguments of image status
...
Fixes https://github.com/Kilian/Trimage/issues/73
2020-06-23 15:30:34 -04:00
Hugo Posnic
9d6edd3847
Remove win32 bytes following d6118b5
2019-10-03 17:05:33 +02:00
kilian
8376c4a238
update version number to 1.0.6 in various places
2019-03-12 12:15:49 +01:00
Huluti
5f5757f575
Fix #28
2019-03-07 16:45:55 +01:00
Huluti
f5ff57ff48
Just one return line fix
2019-03-07 15:59:05 +01:00
Huluti
27b22807bc
Fix #41
2019-03-04 21:46:25 +01:00
Huluti
5553e7fabe
Fix a bug introcuded in 13f43bf: allow extensions even in upper case
2019-02-23 20:58:02 +01:00
Huluti
9ea961e87c
Remove some extra spaces
2019-02-23 20:54:27 +01:00
Huluti
c040b63595
Move two functions in the tools.py file
2019-02-23 20:48:49 +01:00
Huluti
b829b6ac5f
Minor cosmetics
2019-02-22 21:23:37 +01:00
Hugo Posnic
915a360a09
Uniformize comments and docstrings syntax
2019-02-21 16:37:03 +01:00
Hugo Posnic
06aad62cb6
Simpler check of dependencies
2019-02-21 16:34:07 +01:00
Hugo Posnic
fa94b546fb
Reorder imports (PEP-8)
2019-02-21 16:25:15 +01:00
Hugo Posnic
4e702d3f3a
Simplify the structure
2019-02-21 15:34:59 +01:00
Hugo Posnic
26878908c0
Ue Python3 shebangs
2018-04-09 19:17:39 +02:00
Hugo Posnic
59b3d8c94d
Python 3 use utf8 by default
2017-11-18 18:05:28 +01:00
Kilian Valkhof
cf37894afc
remove the BOM from trimage to fix error in lucid
2010-05-26 15:19:56 +02:00
Kálmán Tarnay
54680e1bc6
chmod +x trimage src/trimage/trimage.py
2010-04-26 17:36:30 +02: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
Kálmán Tarnay
29be211a9d
license
2010-04-02 07:27:16 +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
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
9826e6cd97
more setup work
2010-03-23 14:34:52 +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