Andrey Kovalev
ff8f0da684
Merge 11114382e6 into ad74684272
2021-03-27 17:58:53 +01:00
Kilian Valkhof
ad74684272
Merge pull request #83 from Mte90/patch-2
...
Fix incomplete code of #77
2021-03-10 14:41:44 +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
Kilian Valkhof
f35be9c750
Merge pull request #82 from Mte90/patch-1
...
Fix #77
2021-03-08 14:03:34 +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
Kilian Valkhof
f37c8b6ffc
Merge pull request #76 from featherbear/master
...
Remove unreachable shutdown code
2020-09-30 13:19:37 +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
Kilian Valkhof
224f6b3503
Merge pull request #71 from kalmi/macos
...
Add macOS instructions to website
2020-04-24 09:35:43 +02:00
Kálmán Tarnay
c3244e19a6
add macos instructions to website
2020-04-23 17:44:12 +02:00
Kilian Valkhof
269e052ba4
Update README.md
2019-12-20 16:51:10 +01:00
Kilian Valkhof
49272e0d95
Merge pull request #66 from hosiet/patch-1
...
Fix trimage.desktop grammar
2019-12-04 09:52:17 +01:00
Boyuan Yang
1342503b54
Fix trimage.desktop grammar
...
According to https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s04.html , Keywords should be split by semicolons, not commas.
2019-12-03 17:00:44 -05:00
Kilian Valkhof
0cbbfcdfe8
Merge pull request #64 from Huluti/remove-win32-support
...
Remove win32 bytes following d6118b5
2019-10-14 17:00:36 +02:00
Hugo Posnic
9d6edd3847
Remove win32 bytes following d6118b5
2019-10-03 17:05:33 +02:00
kilian
9bdd44a4e4
further refinement/updates of debian folder
2019-03-12 12:36:32 +01:00
kilian
8376c4a238
update version number to 1.0.6 in various places
2019-03-12 12:15:49 +01:00
kilian
54d4b74172
update debian folder
2019-03-12 12:03:15 +01:00
kilian
e3b5146977
update website
2019-03-12 11:49:45 +01:00
Kilian Valkhof
f2ff0448c4
Merge pull request #57 from Huluti/master
...
Fix #28 + Little changes to setup.py
2019-03-12 11:42:21 +01:00
Huluti
5f5757f575
Fix #28
2019-03-07 16:45:55 +01:00
Huluti
a3f417c43e
setup.py: add a missing dependency in the long description
2019-03-07 16:10:19 +01:00
Huluti
d6118b520b
Remove Windows options from setup.py
2019-03-07 16:09:21 +01:00
Huluti
f5ff57ff48
Just one return line fix
2019-03-07 15:59:05 +01:00
Kilian Valkhof
d8d207438e
Merge pull request #56 from Huluti/fix41
...
Fix #41
2019-03-05 09:19:00 +01:00
Huluti
27b22807bc
Fix #41
2019-03-04 21:46:25 +01:00
Kilian Valkhof
891bc9b73f
Merge pull request #53 from Huluti/master
...
A fix and some cosmetic changes
2019-02-25 10:45:47 +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
Kilian Valkhof
be7fe35ba9
Merge pull request #52 from Huluti/cleaning
...
Just some cleaning
2019-02-22 10:03:00 +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
Kilian Valkhof
1ecff8b3d9
Merge pull request #50 from Huluti/simplify-structure
...
Simplify the structure
2019-02-21 16:01:58 +01:00
Kilian Valkhof
9ee9548d47
Merge pull request #49 from Huluti/update-readme
...
Update README
2019-02-21 16:00:24 +01:00
Hugo Posnic
4e702d3f3a
Simplify the structure
2019-02-21 15:34:59 +01:00
Hugo Posnic
006256e08b
Update README
2019-02-21 15:26:20 +01:00
Kilian Valkhof
117a1a36cc
Merge pull request #47 from Huluti/master
...
First try to adopt Python3 and PyQt5
2019-02-21 10:41:35 +01:00
Hugo Posnic
1e602b2a77
Remove the need to use the hurry.filesize package
2019-02-20 17:10:03 +01:00
Hugo Posnic
460161b6ee
Update generators
2019-02-20 16:30:20 +01:00
Hugo Posnic
030684fe60
Fix two little errors
2019-02-20 16:21:09 +01:00
Hugo Posnic
b2713d5485
Update gitignore
2019-02-20 16:11:49 +01:00
Hugo Posnic
95512644b6
Update README
2019-02-20 15:38:19 +01:00
Hugo Posnic
fb1c463a03
Fix filetype after last commit
2019-02-20 15:37:35 +01:00
Hugo Posnic
d2c0a7905b
Add an other check to avoid an other TypeError
2019-02-20 15:28:09 +01:00
Hugo Posnic
13f43bfa2f
Simplify way to check if an image is valid
...
determinetype functions has some defaults
2019-02-20 15:27:45 +01:00