]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/commit - src/CMakeLists.txt
Initial commit.
authorSoren Stoutner <soren@stoutner.com>
Thu, 30 Dec 2021 23:25:46 +0000 (16:25 -0700)
committerSoren Stoutner <soren@stoutner.com>
Thu, 30 Dec 2021 23:25:46 +0000 (16:25 -0700)
commit6b2e1320fae530d918e617bbf2eab7b34e454498
treeab61f203199863716169ad74dc0cda024a56ce23
Initial commit.
29 files changed:
.kdev4/PrivacyBrowserPC.kdev4 [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSES/GFDL-1.2-or-later.txt [new file with mode: 0644]
LICENSES/GPL-2.0-only.txt [new file with mode: 0644]
LICENSES/GPL-3.0-only.txt [new file with mode: 0644]
LICENSES/LicenseRef-KDE-Accepted-GPL.txt [new file with mode: 0644]
Messages.sh [new file with mode: 0644]
README [new file with mode: 0644]
doc/CMakeLists.txt [new file with mode: 0644]
doc/index.docbook [new file with mode: 0644]
icons/16-apps-privacybrowserpc.png [new file with mode: 0644]
icons/22-apps-privacybrowserpc.png [new file with mode: 0644]
icons/32-apps-privacybrowserpc.png [new file with mode: 0644]
icons/48-apps-privacybrowserpc.png [new file with mode: 0644]
icons/CMakeLists.txt [new file with mode: 0644]
icons/sc-apps-privacybrowserpc.svgz [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/PrivacyBrowserPCSettings.kcfg [new file with mode: 0644]
src/PrivacyBrowserPCSettings.kcfgc [new file with mode: 0644]
src/main.cpp [new file with mode: 0644]
src/org.example.privacybrowserpc.appdata.xml [new file with mode: 0644]
src/org.example.privacybrowserpc.desktop [new file with mode: 0644]
src/privacybrowserpcui.rc [new file with mode: 0644]
src/privacybrowserpcview.cpp [new file with mode: 0644]
src/privacybrowserpcview.h [new file with mode: 0644]
src/privacybrowserpcview.ui [new file with mode: 0644]
src/privacybrowserpcwindow.cpp [new file with mode: 0644]
src/privacybrowserpcwindow.h [new file with mode: 0644]
src/settings.ui [new file with mode: 0644]