File tree
5 files changed
+12
-7
lines changed- src
- app
- global
- modules
- main/profile_section/privacy
- onboarding
- vendor
5 files changed
+12
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
| 127 | + | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| |||
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
138 | | - | |
| 139 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| 202 | + | |
| 203 | + | |
202 | 204 | | |
203 | 205 | | |
204 | 206 | | |
| |||
242 | 244 | | |
243 | 245 | | |
244 | 246 | | |
245 | | - | |
| 247 | + | |
| 248 | + | |
246 | 249 | | |
247 | 250 | | |
248 | 251 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | | - | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
Submodule DOtherSide updated 79 files
- .docker/Dockerfile+7
- .github/workflows/ci.yml-192
- .gitignore+1
- .gitmodules+3
- CHANGELOG.md-15
- CMakeLists.txt+7-10
- README.md+23-29
- doc/CMakeLists.txt-1
- doc/Doxyfile.in+2-2
- lib/CMakeLists.txt+42-47
- lib/DOtherSide.pc.in-9
- lib/include/DOtherSide/DOtherSide.h+53-91
- lib/include/DOtherSide/DOtherSideStatusSyntaxHighlighter.h+61
- lib/include/DOtherSide/DOtherSideStatusWindow.h+41
- lib/include/DOtherSide/DOtherSideTypes.h+9-30
- lib/include/DOtherSide/DOtherSideTypesCpp.h+1-1
- lib/include/DOtherSide/DosIQAbstractItemModelImpl.h+22-8
- lib/include/DOtherSide/DosIQObjectImpl.h+1-1
- lib/include/DOtherSide/DosLambdaInvoker.h-92
- lib/include/DOtherSide/DosQAbstractItemModel.h+48-11
- lib/include/DOtherSide/DosQAbstractItemModelWrapper.h+114-208
- lib/include/DOtherSide/DosQDeclarative.h+1-1
- lib/include/DOtherSide/DosQMetaObject.h+1-1
- lib/include/DOtherSide/DosQObject.h+1-1
- lib/include/DOtherSide/DosQObjectImpl.h+1-1
- lib/include/DOtherSide/DosQObjectWrapper.h+3-3
- lib/include/DOtherSide/DosQQuickImageProvider.h+1-1
- lib/include/DOtherSide/DosQtCompatUtils.h-92
- lib/include/DOtherSide/Status/AppDelegate.h-5
- lib/include/DOtherSide/Status/DockShowAppEvent.h+27
- lib/include/DOtherSide/Status/KeychainManager.h+14-14
- lib/include/DOtherSide/Status/Monitoring/ContextPropertiesModel.h+22
- lib/include/DOtherSide/Status/Monitoring/Monitor.h+34
- lib/include/DOtherSide/Status/OSThemeEvent.h+26
- lib/include/DOtherSide/Status/QClipboardProxy.h+56
- lib/include/DOtherSide/Status/RXValidator.h+30
- lib/include/DOtherSide/Status/SoundManager.h+44
- lib/include/DOtherSide/Utils.h+2-10
- lib/include/Qt/private/qmetaobject_p.h+272
- lib/include/Qt/private/qmetaobjectbuilder_p.h+351
- lib/include/Qt/private/qobject_p.h+471
- lib/meson.build+1-1
- lib/src/DOtherSide.cpp+339-262
- lib/src/DOtherSideSingleInstance.cpp-1
- lib/src/DOtherSideStatusSyntaxHighlighter.cpp+103
- lib/src/DOtherSideStatusWindow.cpp+34
- lib/src/DOtherSideStatusWindow_osx.mm+35
- lib/src/DOtherSideStatusWindow_other.cpp+11
- lib/src/DOtherSideTypesCpp.cpp+1-1
- lib/src/DosLambdaInvoker.cpp-158
- lib/src/DosQAbstractItemModel.cpp+80-14
- lib/src/DosQDeclarative.cpp+7-16
- lib/src/DosQMetaObject.cpp+12-12
- lib/src/DosQObject.cpp+1-1
- lib/src/DosQObjectImpl.cpp+5-6
- lib/src/DosQQuickImageProvider.cpp+2-2
- lib/src/Status/AppDelegate.mm-74
- lib/src/Status/DockShowAppEvent.cpp+47
- lib/src/Status/KeychainManager.cpp+6-6
- lib/src/Status/Monitoring/ContextPropertiesModel.cpp+39
- lib/src/Status/Monitoring/Monitor.cpp+101
- lib/src/Status/OSNotification.cpp+21-10
- lib/src/Status/OSNotification.mm+1-1
- lib/src/Status/OSThemeEvent.cpp+31
- lib/src/Status/QClipboardProxy.cpp+69
- lib/src/Status/RXValidator.cpp+44
- lib/src/Status/SoundManager.cpp+39
- meson.build+4
- test/CMakeLists.txt+9-9
- test/MockQAbstractItemModel.cpp+13-11
- test/MockQObject.cpp+1-1
- test/main.qml+2-2
- test/meson.build+16
- test/testQAbstractItemModel.qml+6-6
- test/testQDeclarative.qml+1-1
- test/testQObject.qml+1-1
- test/testQQuickView.qml+1-1
- test/test_dotherside.cpp+21-117
- vendor/SortFilterProxyModel+1
0 commit comments