dupeguru/qt
glubsy 11254381a8 Save dock panel position on quit
* Restore the details dialog dock position if it was previously docked (i.e. not floating).
* Since the details_dialog instance was not deleted after closing by default, the previous instances were still saving their own geometry. We now delete them explicitely if we have to recreate a new instance to avoid the signal triggering the callback to save the geometry.
* Since restoreGeometry() and saveGeometry() are only called in our QDockWidget, it should be safe to modify the methods for the Preferences class (in qtlib).
2020-07-30 20:25:20 +02:00
..
me Fix Restore Default Preferences button 2020-07-20 05:04:25 +02:00
pe Add preference to turn off scrollbars in viewers 2020-07-30 03:13:58 +02:00
se Fix Restore Default Preferences button 2020-07-20 05:04:25 +02:00
__init__.py Removed .ui files and made the UI setup "by hand". ui files cause more problems than they solve (UI designer is limited in what it can do). 2010-10-04 15:29:00 +02:00
app.py Save dock panel position on quit 2020-07-30 20:25:20 +02:00
deletion_options.py Format files with black 2019-12-31 20:16:27 -06:00
details_dialog.py Save dock panel position on quit 2020-07-30 20:25:20 +02:00
details_table.py Remove unused properties in details table headers 2020-07-30 15:38:37 +02:00
dg.qrc Squashed commit of the following: 2020-07-16 22:31:54 +02:00
directories_dialog.py Format files with black 2019-12-31 20:16:27 -06:00
directories_model.py Format files with black 2019-12-31 20:16:27 -06:00
ignore_list_dialog.py Fix word wrap in ignore list dialog 2020-07-12 16:17:18 +02:00
ignore_list_table.py Format files with black 2019-12-31 20:16:27 -06:00
platform.py Format files with black 2019-12-31 20:16:27 -06:00
preferences.py Add preference to turn off scrollbars in viewers 2020-07-30 03:13:58 +02:00
preferences_dialog.py Add preference to turn off scrollbars in viewers 2020-07-30 03:13:58 +02:00
prioritize_dialog.py Format files with black 2019-12-31 20:16:27 -06:00
problem_dialog.py Format files with black 2019-12-31 20:16:27 -06:00
problem_table.py Format files with black 2019-12-31 20:16:27 -06:00
result_window.py Stretch last header section in Result window 2020-07-30 15:16:31 +02:00
results_model.py Add color picker buttons to preferences dialog 2020-07-22 22:12:46 +02:00
stats_label.py Format files with black 2019-12-31 20:16:27 -06:00