Skip to content

Commit

Permalink
udpate plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Oct 16, 2024
1 parent 7c62990 commit 57304af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins
Submodule plugins updated 53 files
+0 −0 .archive/qmlboxmodel/CMakeLists.txt
+0 −0 .archive/qmlboxmodel/metadata.json
+0 −0 .archive/qmlboxmodel/qmlboxmodel.qrc
+0 −0 .archive/qmlboxmodel/resources/gear.svg
+0 −0 .archive/qmlboxmodel/resources/qml/ActionItemDelegate.qml
+0 −0 .archive/qmlboxmodel/resources/qml/DebugRect.qml
+0 −0 .archive/qmlboxmodel/resources/qml/DefaultStyle.qml
+0 −0 .archive/qmlboxmodel/resources/qml/DesktopListView.qml
+0 −0 .archive/qmlboxmodel/resources/qml/HistoryTextInput.qml
+0 −0 .archive/qmlboxmodel/resources/qml/ResultItemDelegate.qml
+0 −0 .archive/qmlboxmodel/resources/qml/SettingsButton.qml
+0 −0 .archive/qmlboxmodel/resources/qml/albert.js
+0 −0 .archive/qmlboxmodel/src/configwidget.ui
+0 −0 .archive/qmlboxmodel/src/imageprovider.cpp
+0 −0 .archive/qmlboxmodel/src/imageprovider.h
+0 −0 .archive/qmlboxmodel/src/plugin.cpp
+0 −0 .archive/qmlboxmodel/src/plugin.h
+0 −0 .archive/qmlboxmodel/src/propertyeditor/colordialog.cpp
+0 −0 .archive/qmlboxmodel/src/propertyeditor/colordialog.h
+0 −0 .archive/qmlboxmodel/src/propertyeditor/fontlisteditor.cpp
+0 −0 .archive/qmlboxmodel/src/propertyeditor/fontlisteditor.h
+0 −0 .archive/qmlboxmodel/src/propertyeditor/propertyeditor.cpp
+0 −0 .archive/qmlboxmodel/src/propertyeditor/propertyeditor.h
+0 −0 .archive/qmlboxmodel/src/qmlinterface.cpp
+0 −0 .archive/qmlboxmodel/src/qmlinterface.h
+0 −0 .archive/qmlboxmodel/src/window.cpp
+0 −0 .archive/qmlboxmodel/src/window.h
+1 −1 applications/CMakeLists.txt
+18 −14 applications/i18n/applications.ts
+23 −39 applications/i18n/applications_de.ts
+1 −20 applications/src/mac/configwidget.ui
+3 −9 applications/src/mac/plugin.cpp
+98 −14 applications/src/pluginbase.cpp
+10 −0 applications/src/pluginbase.h
+28 −26 applications/src/xdg/configwidget.ui
+8 −10 applications/src/xdg/plugin.cpp
+2 −2 contacts/CMakeLists.txt
+67 −0 contacts/i18n/contacts.ts
+91 −0 contacts/i18n/contacts_de.ts
+0 −0 contacts/metadata.json
+9 −4 contacts/src/plugin.h
+275 −0 contacts/src/plugin.mm
+0 −31 contacts_macos/i18n/contacts_macos.ts
+0 −31 contacts_macos/i18n/contacts_macos_de.ts
+0 −125 contacts_macos/src/plugin.mm
+1 −1 dictionary/CMakeLists.txt
+9 −1 dictionary/i18n/dictionary.ts
+10 −2 dictionary/i18n/dictionary_de.ts
+13 −4 dictionary/src/plugin.h
+145 −22 dictionary/src/plugin.mm
+1 −1 python/CMakeLists.txt
+1 −1 python/pybind11
+2 −0 python/src/plugin.cpp

0 comments on commit 57304af

Please sign in to comment.