1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2024-10-18 16:45:57 +00:00
dupeguru/qt/base
Virgil Dupras 0d8ed92a68 Converted the result tree into a result table.
--HG--
rename : cocoa/base/PyResultTree.h => cocoa/base/PyResultTable.h
rename : cocoa/base/ResultOutline.h => cocoa/base/ResultTable.h
rename : cocoa/base/ResultOutline.m => cocoa/base/ResultTable.m
rename : core/gui/result_tree.py => core/gui/result_table.py
2010-09-24 15:48:59 +02:00
..
__init__.py Changed the build system (that commit is *huge*) 2009-12-30 16:34:41 +00:00
app.py [#102 state:fixed] Remember the size/position of all window between launches. 2010-08-15 12:27:15 +02:00
cxfreeze_fix.py Removed dependency on lxml (it made the final package much bigger, and building it on windows is not fun). 2010-08-15 14:42:55 +02:00
details_dialog.py [#102 state:fixed] Remember the size/position of all window between launches. 2010-08-15 12:27:15 +02:00
details_table.py The Qt side now makes use of core.gui.details_panel. 2010-02-05 21:09:04 +01:00
dg.qrc Changed the build system (that commit is *huge*) 2009-12-30 16:34:41 +00:00
directories_dialog.py [#102 state:fixed] Remember the size/position of all window between launches. 2010-08-15 12:27:15 +02:00
directories_dialog.ui Changed the build system (that commit is *huge*) 2009-12-30 16:34:41 +00:00
directories_model.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
main_window.py Converted the result tree into a result table. 2010-09-24 15:48:59 +02:00
main_window.ui Converted the result tree into a result table. 2010-09-24 15:48:59 +02:00
platform_lnx.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
platform_osx.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
platform_win.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
platform.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.py [#102 state:fixed] Remember the size/position of all window between launches. 2010-08-15 12:27:15 +02:00
problem_dialog.py Added the problem dialog to the Qt side. 2010-04-12 15:29:56 +02:00
problem_dialog.ui Added the problem dialog to the Qt side. 2010-04-12 15:29:56 +02:00
problem_table.py Added the problem dialog to the Qt side. 2010-04-12 15:29:56 +02:00
results_model.py Converted the result tree into a result table. 2010-09-24 15:48:59 +02:00
stats_label.py Adapted the Qt codebase to the addition of core.gui.result_tree and core.gui.stats_label. 2010-02-12 15:39:29 +01:00