-
-
Notifications
You must be signed in to change notification settings - Fork 306
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
f724001
commit 950bd01
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule plugins
updated
23 files
+1 −1 | applications/CMakeLists.txt | |
+2 −2 | applications/src/mac/application.mm | |
+13 −0 | applications/src/xdg/application.cpp | |
+3 −0 | applications/src/xdg/application.h | |
+62 −46 | applications/src/xdg/plugin.cpp | |
+8 −1 | applications/src/xdg/plugin.h | |
+1 −1 | bluetooth/CMakeLists.txt | |
+1 −1 | bluetooth/i18n/bluetooth.ts | |
+19 −28 | files/CMakeLists.txt | |
+39 −20 | files/i18n/files.ts | |
+41 −26 | files/i18n/files_de.ts | |
+12 −3 | files/src/configwidget.cpp | |
+82 −22 | files/src/configwidget.ui | |
+61 −51 | files/src/filebrowsers.cpp | |
+17 −6 | files/src/filebrowsers.h | |
+10 −0 | files/src/fileitems.cpp | |
+13 −4 | files/src/plugin.cpp | |
+4 −1 | files/src/plugin.h | |
+52 −56 | files/test/test.cpp | |
+14 −0 | files/test/test.h | |
+1 −1 | widgetsboxmodel/CMakeLists.txt | |
+2 −8 | widgetsboxmodel/src/configwidget.ui | |
+8 −2 | widgetsboxmodel/src/inputline.cpp |