-
-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9c388f7
commit 0dface8
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule plugins
updated
23 files
+1 −1 | bluetooth/CMakeLists.txt | |
+5 −8 | bluetooth/src/plugin.mm | |
+6 −0 | caffeine/CMakeLists.txt | |
+52 −0 | caffeine/i18n/caffeine.ts | |
+52 −0 | caffeine/i18n/caffeine_de.ts | |
+9 −0 | caffeine/metadata.json | |
+48 −0 | caffeine/src/configwidget.ui | |
+48 −41 | caffeine/src/plugin.cpp | |
+17 −15 | caffeine/src/plugin.h | |
+1 −1 | contacts/CMakeLists.txt | |
+2 −1 | contacts/src/plugin.mm | |
+22 −0 | menubar/CMakeLists.txt | |
+17 −0 | menubar/i18n/menubar.ts | |
+19 −0 | menubar/i18n/menubar_de.ts | |
+9 −0 | menubar/metadata.json | |
+21 −0 | menubar/src/plugin.h | |
+320 −0 | menubar/src/plugin.mm | |
+1 −1 | system/CMakeLists.txt | |
+0 −57 | system/i18n/system.ts | |
+0 −62 | system/i18n/system_de.ts | |
+0 −47 | system/src/configwidget.ui | |
+0 −10 | system/src/plugin.cpp | |
+0 −5 | system/src/plugin.h |