]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/commit
Partial filter list implementation. master
authorSoren Stoutner <soren@stoutner.com>
Thu, 9 May 2024 22:46:17 +0000 (15:46 -0700)
committerSoren Stoutner <soren@stoutner.com>
Thu, 9 May 2024 22:46:17 +0000 (15:46 -0700)
commita44e607fb5398c80c5de2629017865ae749e8fbf
tree517b73af0098ec72e4e847bc4fd02d649cef43ad
parentc5706a6ff3fbc42418e60b79fbe3f5c19396f7d2
Partial filter list implementation.
45 files changed:
CMakeLists.txt
src/CMakeLists.txt
src/GlobalVariables.h [new file with mode: 0644]
src/dialogs/CMakeLists.txt
src/dialogs/DomainSettingsDialog.cpp
src/dialogs/DomainSettingsDialog.h
src/dialogs/FilterListsDialog.cpp [new file with mode: 0644]
src/dialogs/FilterListsDialog.h [new file with mode: 0644]
src/dialogs/RequestDetailDialog.cpp [new file with mode: 0644]
src/dialogs/RequestDetailDialog.h [new file with mode: 0644]
src/dialogs/RequestsDialog.cpp [new file with mode: 0644]
src/dialogs/RequestsDialog.h [new file with mode: 0644]
src/filterlists/easylist.txt [new file with mode: 0644]
src/filterlists/easyprivacy.txt [new file with mode: 0644]
src/filterlists/fanboy-annoyance.txt [new file with mode: 0644]
src/filterlists/ultralist.txt [new file with mode: 0644]
src/filterlists/ultraprivacy.txt [new file with mode: 0644]
src/helpers/CMakeLists.txt
src/helpers/FilterListHelper.cpp [new file with mode: 0644]
src/helpers/FilterListHelper.h [new file with mode: 0644]
src/helpers/SearchEngineHelper.cpp
src/helpers/SearchEngineHelper.h
src/helpers/UserAgentHelper.cpp
src/interceptors/UrlRequestInterceptor.cpp
src/interceptors/UrlRequestInterceptor.h
src/main.cpp
src/resources.qrc
src/settings/Settings.kcfg
src/settings/Settings.kcfgc
src/structs/BookmarkStruct.h
src/structs/EntryStruct.h [new file with mode: 0644]
src/structs/FilterListStruct.h [new file with mode: 0644]
src/structs/RequestStruct.h [new file with mode: 0644]
src/ui.rcs/browserwindowui.rc
src/uis/DomainSettingsDialog.ui
src/uis/FilterListsDialog.ui [new file with mode: 0644]
src/uis/RequestDetailDialog.ui [new file with mode: 0644]
src/uis/RequestsDialog.ui [new file with mode: 0644]
src/uis/SettingsPrivacy.ui
src/widgets/PrivacyWebEngineView.cpp
src/widgets/PrivacyWebEngineView.h
src/widgets/TabWidget.cpp
src/widgets/TabWidget.h
src/windows/BrowserWindow.cpp
src/windows/BrowserWindow.h