]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/commit
Add WebSocket filter list support. https://redmine.stoutner.com/issues/1198 master
authorSoren Stoutner <soren@stoutner.com>
Sun, 1 Jun 2025 00:38:36 +0000 (17:38 -0700)
committerSoren Stoutner <soren@stoutner.com>
Sun, 1 Jun 2025 00:38:36 +0000 (17:38 -0700)
commit749e4f7635923f954f3ac4b5728bb535da9cda65
treedf70a3fa450aaa49042b0719257bb9e3429d6996
parent7da4d189b26097c31435110d3d0788186f057267
Add WebSocket filter list support.  https://redmine.stoutner.com/issues/1198
23 files changed:
src/dialogs/CMakeLists.txt
src/dialogs/FilterEntryDialog.cpp
src/dialogs/FilterEntryDialog.h
src/dialogs/FilterListsDialog.cpp
src/dialogs/FilterListsDialog.h
src/dialogs/HttpAuthenticationDialog.cpp
src/dialogs/HttpAuthenticationDialog.h
src/dialogs/RequestDetailDialog.cpp
src/dialogs/RequestDetailDialog.h
src/dialogs/RequestsDialog.cpp
src/dialogs/RequestsDialog.h
src/helpers/CMakeLists.txt
src/helpers/FilterListHelper.cpp
src/helpers/FilterListHelper.h
src/helpers/FolderHelper.cpp
src/helpers/FolderHelper.h
src/structs/BookmarkStruct.h
src/structs/EntryStruct.h
src/structs/FilterListStruct.h
src/structs/OverrideStruct.h
src/structs/RequestStruct.h
src/uis/FilterEntryDialog.ui
src/uis/RequestDetailDialog.ui