hello/Dock 24089cf — src systemappmonitor.cpp systemappmonitor.h
Use QStandardPaths Cherry-pick https://github.com/cyberos/cyber-dock/issues/19
Delta | File | |
---|---|---|
+13 | -15 | src/systemappmonitor.cpp |
+21 | -0 | src/systemappmonitor.h |
+34 | -15 | 2 files |
Use QStandardPaths Cherry-pick https://github.com/cyberos/cyber-dock/issues/19
Delta | File | |
---|---|---|
+13 | -15 | src/systemappmonitor.cpp |
+21 | -0 | src/systemappmonitor.h |
+34 | -15 | 2 files |
Fix finding desktop files on FreeBSD, change placeholder icon, simplify context menu * Change the hardcoded `/usr/share/applications` to `/usr/local/share/applications` for FreeBSD * Change application-x-desktop to application-default-icon * Simplify context menu
Delta | File | |
---|---|---|
+25 | -0 | src/systemappmonitor.cpp |
+7 | -2 | qml/AppItemDelegate.qml |
+5 | -1 | src/applicationmodel.cpp |
+3 | -0 | src/utils.cpp |
+1 | -1 | src/iconthemeimageprovider.cpp |
+41 | -4 | 5 files |
Merge branch 'cyberos-main' into master
Delta | File | |
---|---|---|
+184 | -20 | src/applicationmodel.cpp |
+137 | -0 | src/systemappmonitor.cpp |
+126 | -0 | src/utils.cpp |
+71 | -4 | src/docksettings.cpp |
+43 | -19 | src/mainwindow.cpp |
+42 | -0 | src/utils.h |
+603 | -43 | 23 files not shown |
+876 | -87 | 29 files |
Catch up with upstream
Delta | File | |
---|---|---|
+184 | -20 | src/applicationmodel.cpp |
+137 | -0 | src/systemappmonitor.cpp |
+126 | -0 | src/utils.cpp |
+71 | -4 | src/docksettings.cpp |
+43 | -19 | src/mainwindow.cpp |
+42 | -0 | src/utils.h |
+603 | -43 | 23 files not shown |
+876 | -87 | 29 files |
Fix incorrect VSCode match
Delta | File | |
---|---|---|
+16 | -4 | src/utils.cpp |
+1 | -1 | src/xwindowinterface.cpp |
+1 | -0 | src/systemappitem.h |
+1 | -0 | src/systemappmonitor.cpp |
+19 | -5 | 4 files |
Remove KF5Service dependency
Delta | File | |
---|---|---|
+67 | -218 | src/utils.cpp |
+136 | -0 | src/systemappmonitor.cpp |
+32 | -0 | src/systemappmonitor.h |
+22 | -0 | src/systemappitem.h |
+6 | -10 | src/utils.h |
+7 | -7 | src/xwindowinterface.cpp |
+270 | -235 | 5 files not shown |
+286 | -246 | 11 files |