dupeguru/qtlib
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
..
.tx Add files from hscommon and qtlib 2019-09-09 19:54:28 -05:00
images Add files from hscommon and qtlib 2019-09-09 19:54:28 -05:00
locale Add files from hscommon and qtlib 2019-09-09 19:54:28 -05:00
.gitignore Add files from hscommon and qtlib 2019-09-09 19:54:28 -05:00
LICENSE Add files from hscommon and qtlib 2019-09-09 19:54:28 -05:00
__init__.py Add files from hscommon and qtlib 2019-09-09 19:54:28 -05:00
about_box.py Squashed commit of the following: 2020-07-16 22:31:54 +02:00
app.py Format files with black 2019-12-31 20:16:27 -06:00
column.py Format files with black 2019-12-31 20:16:27 -06:00
error_report_dialog.py Format files with black 2019-12-31 20:16:27 -06:00
preferences.py Save dock panel position on quit 2020-07-30 20:25:20 +02:00
progress_window.py Format files with black 2019-12-31 20:16:27 -06:00
radio_box.py Format files with black 2019-12-31 20:16:27 -06:00
recent.py Format files with black 2019-12-31 20:16:27 -06:00
search_edit.py Format files with black 2019-12-31 20:16:27 -06:00
selectable_list.py Format files with black 2019-12-31 20:16:27 -06:00
table.py Format files with black 2019-12-31 20:16:27 -06:00
text_field.py Format files with black 2019-12-31 20:16:27 -06:00
tree_model.py Format files with black 2019-12-31 20:16:27 -06:00
util.py Format files with black 2019-12-31 20:16:27 -06:00