This website requires JavaScript.
Explore
Help
Sign In
arsenetar
/
dupeguru
Watch
1
Star
0
Fork
0
You've already forked dupeguru
mirror of
https://github.com/arsenetar/dupeguru.git
synced
2025-03-10 05:34:36 +00:00
Code
Releases
Wiki
Activity
dupeguru
/
qt
/
pe
History
Virgil Dupras
8e5c2a8875
pe v1.10.0
2010-08-21 16:44:50 +02:00
..
modules
Prettified the build system by getting rid of those "gen.py" files and hardcoded "python3" calls. Also, ported Qt's block.c to Python3, which hadn't been done yet.
2010-08-17 09:30:25 +02:00
app.py
pe v1.10.0
2010-08-21 16:44:50 +02:00
block.py
Removed references to Cython.
2010-01-31 11:25:47 +01:00
details_dialog.py
Converted to py3k. There's probably some bugs still. So far, I managed to run dupeGuru SE under pyobjc and qt.
2010-08-11 16:39:06 +02:00
details_dialog.ui
Adjusted details table height by 2 pixels so that it doesn't show a scrollbar under Linux.
2010-04-07 04:02:18 -07:00
installer.aip
Changed the installer project so that we make sure that the executable is always overwritten.
2010-04-08 07:54:03 +01:00
main_window.py
Straightened out the blocks cache. Instead of having a single global threaded block cache in the app, there's just a cache path, and non-threaded caches are created when needed. Also, made Cache.clear() more robust (it will clear the cache even if the db is corrupted).
2010-01-14 16:14:26 +01:00
preferences_dialog.py
Converted to py3k. There's probably some bugs still. So far, I managed to run dupeGuru SE under pyobjc and qt.
2010-08-11 16:39:06 +02:00
preferences_dialog.ui
Brought dgpe qt up to speed for the 1.9.0 release.
2010-04-15 10:05:33 +01:00
preferences.py
[
#102
state:fixed] Remember the size/position of all window between launches.
2010-08-15 12:27:15 +02:00
profile.py
Removed svn keywords.
2010-01-02 16:52:18 +01:00
start.py
Removed dependencies on PIL. Man, I wish I had known about QImageReader sooner... That was a little stupid on my part not to look further than QImage.
2010-08-17 09:38:58 +02:00