Commit graph

262 commits

Author SHA1 Message Date
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
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
42008757f2 Redesign todo 2017-11-26 11:53:11 +01:00
Hugo Posnic
8e415cb451 Update debian control file to Python 3 and Qt5 2017-11-25 17:08:49 +01: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
59b3d8c94d Python 3 use utf8 by default 2017-11-18 18:05:28 +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
797cc433b3 Readme file in markdown 2017-11-18 16:40:05 +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
352ba03d02 Revert to initial gitignore 2017-11-18 16:19:21 +01:00
Hugo Posnic
278ef269cf Reintroduce threadpool and filesize packages 2017-11-18 16:16:59 +01:00
Hugo Posnic
25836634af setup.py: change requires from pyqt4 to pyqt5 2017-11-18 16:12:44 +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
e71c22b519 Improve the .gitignore 2017-11-18 15:27:02 +01:00
Hugo Posnic
69fb5c9c88 Move todo in root for more visibility and convert it to markdown 2017-11-18 15:25:11 +01:00
Hugo Posnic
623922d12d Port quit signal to new system 2017-11-18 15:16:57 +01:00
Hugo Posnic
a20f7a5beb Fix version in setup.py 2017-11-18 15:09:25 +01:00
Hugo Posnic
a3d9735ef8 Fix canceling open image 2017-11-18 15:06:47 +01:00