Commit graph

77 commits

Author SHA1 Message Date
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
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
Hugo Posnic
f7531a1095 Replace sys.stderr.write by prints 2019-02-20 15:16:28 +01:00
Hugo Posnic
02a92463e5 Test geometry setting to avoid a TypeError 2019-02-20 14:49:00 +01:00
Hugo Posnic
c38cf92f25 Fix imports 2018-04-09 19:19:41 +02:00
Hugo Posnic
26878908c0 Ue Python3 shebangs 2018-04-09 19:17:39 +02:00
Hugo Posnic
23c3243209 Remove two remaining "u" chars 2017-11-19 17:48:13 +01:00
Hugo Posnic
3a19f3cef8 Don't need "(object)" for classes in Python3 2017-11-18 20:18:48 +01:00
Hugo Posnic
573dcab3d2 Remove decode methods (Python 3 is utf8 by default) 2017-11-18 18:04:15 +01:00
Hugo Posnic
d7a0f84f64 Adopt the new signal system for remaining items 2017-11-18 17:10:23 +01:00
Hugo Posnic
461ae9fd57 Reintroduce missing changes 2017-11-18 16:25:49 +01:00
Hugo Posnic
648f78c139 Remove unuseful file anymore (due too reintroduced packages) 2017-11-18 16:20:21 +01:00
Hugo Posnic
278ef269cf Reintroduce threadpool and filesize packages 2017-11-18 16:16:59 +01:00
Hugo Posnic
a24ef15ff5 Fix bug introduced by the first commit with list of images 2017-11-18 15:50:51 +01:00
Hugo Posnic
063d2b8adb Replace some old signals 2017-11-18 15:45:04 +01:00
Hugo Posnic
420c945f94 Just add a return line after the shebang 2017-11-18 15:34:22 +01:00
Hugo Posnic
bc8c665d40 Remove unuseful unicode call 2017-11-18 15:32:09 +01:00
Hugo Posnic
623922d12d Port quit signal to new system 2017-11-18 15:16:57 +01:00
Hugo Posnic
a3d9735ef8 Fix canceling open image 2017-11-18 15:06:47 +01:00
Hugo Posnic
cd80b8c386 Replace setMargin with setContentsMargins 2017-11-18 14:57:02 +01:00
Hugo Posnic
8eca530275 First try to adopt Python3 and PyQt5 2017-11-18 14:44:11 +01:00
Kilian Valkhof
3b99c65a8c fix indentation error for non-systemtray environments
this patch by Daniel Clemente and fixes an indentation error
for non-systemtray environments.
2011-12-21 11:02:13 +01:00
Thomas Lété
6ca6082e19 Avoid recursion in version control repositories. 2010-12-23 10:54:55 -08:00
Kilian Valkhof
e460faca76 update to version 1.0.5, clean up code slightly, update website and requirements 2010-09-26 15:26:11 +02:00
Thomas Lété
4c034722c7 Changed the backup file from *.backup to *~ 2010-09-24 06:46:53 -07:00
Thomas
83ea31ed22 Huge performance improvement when adding a large number of files.
Added a check to avoid compression when the file is not writeable.
2010-09-23 06:03:59 -07:00
Thomas
b27fec1a02 Don't erase anymore files that are bigger than the original one. 2010-09-23 04:55:57 -07:00
Thomas
fbb92b153d Add the ability to drop entire directories. 2010-09-22 09:12:20 -07:00
Kilian Valkhof
9d25bc738b don't show the system tray icon if you're using the commandline 2010-09-17 20:37:52 +02:00
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
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
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
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
2c2ac98b5d Merge branch 'master' of git://github.com/kalmi/Trimage into development 2010-04-27 11:27:51 +02:00
Kálmán Tarnay
54680e1bc6 chmod +x trimage src/trimage/trimage.py 2010-04-26 17:36:30 +02: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