]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/commit
Switch the Domain Settings implementation to a Dialog.
authorSoren Stoutner <soren@stoutner.com>
Sat, 19 Mar 2022 18:21:53 +0000 (11:21 -0700)
committerSoren Stoutner <soren@stoutner.com>
Sat, 19 Mar 2022 18:21:53 +0000 (11:21 -0700)
commit16118809a11aa423f453a03c47f5263e9dd8b662
tree406b8bf039a431c904e52f21cbe723ae85e2dc62
parent0a7bcc3ab2d2a1015f29293fc9c527c1448a86cf
Switch the Domain Settings implementation to a Dialog.
21 files changed:
src/CMakeLists.txt
src/DomainSettingsDialog.ui [new file with mode: 0644]
src/DomainSettingsView.ui [deleted file]
src/UrlRequestInterceptor.cpp
src/UrlRequestInterceptor.h
src/dialogs/CMakeLists.txt [new file with mode: 0644]
src/dialogs/DomainSettingsDialog.cpp [new file with mode: 0644]
src/dialogs/DomainSettingsDialog.h [new file with mode: 0644]
src/helpers/DomainsDatabaseHelper.cpp
src/helpers/DomainsDatabaseHelper.h
src/ui.rc/CMakeLists.txt
src/ui.rc/domain_settings_ui.rc [deleted file]
src/views/BrowserView.cpp
src/views/BrowserView.h
src/views/CMakeLists.txt
src/views/DomainSettingsView.cpp [deleted file]
src/views/DomainSettingsView.h [deleted file]
src/windows/BrowserWindow.cpp
src/windows/CMakeLists.txt
src/windows/DomainSettingsWindow.cpp [deleted file]
src/windows/DomainSettingsWindow.h [deleted file]