hello/Dock 7a3163a. .cirrus.yml CMakeLists.txt

Use .app for Dock
DeltaFile
+3-7.cirrus.yml
+4-2CMakeLists.txt
+7-92 files

hello/Dock 317b8ffsrc applicationmodel.cpp

Quote Exec= when pinning application bundles
DeltaFile
+1-1src/applicationmodel.cpp
+1-11 files

hello/Dock d7ab071src applicationmodel.cpp applicationmodel.h

Allow for single quoted strings in pinned Dock entries
DeltaFile
+41-2src/applicationmodel.cpp
+1-0src/applicationmodel.h
+42-22 files

hello/Dock c279089. README.md

Merge branch 'master' of https://github.com/helloSystem/Dock
DeltaFile
+1-1README.md
+1-11 files

hello/Dock 829868bsrc xwindowinterface.cpp

Reduce margin of maximized windows to Dock
DeltaFile
+1-1src/xwindowinterface.cpp
+1-11 files

hello/Dock b677aff. README.md

Merge pull request #22 from ChungZH/patch-1

Update README.md
DeltaFile
+1-1README.md
+1-11 files

hello/Dock 0388ca6. README.md

Update README.md
DeltaFile
+1-1README.md
+1-11 files

hello/Dock dad8a9asrc applicationmodel.cpp

Fix pinning .app bundles in paths with blanks, closes #19
DeltaFile
+26-27src/applicationmodel.cpp
+26-271 files

hello/Dock 95fe223. resources.qrc, qml AppItem.qml AppItemDelegate.qml

Support WM minimize animation
So that windows minimized by KWin get animated to go to the Dock rather than where the mouse is
Backport https://github.com/cyberos/cyber-dock/commit/6bb30c468bd618cf0da0aecf2d028eb921e6fda0
https://github.com/cyberos/cyber-dock/issues/5
https://github.com/helloSystem/hello/issues/164
DeltaFile
+87-0qml/AppItem.qml
+0-65qml/AppItemDelegate.qml
+23-4src/applicationmodel.cpp
+15-0src/xwindowinterface.cpp
+4-3qml/DockItem.qml
+1-1resources.qrc
+130-733 files not shown
+135-749 files

hello/Dock ce0c281. CMakeLists.txt, src applicationmodel.cpp

Do not require Wayland libraries, make icon size smaller
DeltaFile
+1-1src/applicationmodel.cpp
+0-1CMakeLists.txt
+1-22 files

hello/Dock e3cf614src applicationmodel.cpp

Prefer .app/.AppDir information over .desktop
DeltaFile
+16-13src/applicationmodel.cpp
+16-131 files

hello/Dock 24089cfsrc systemappmonitor.cpp systemappmonitor.h

Use QStandardPaths
Cherry-pick https://github.com/cyberos/cyber-dock/issues/19
DeltaFile
+13-15src/systemappmonitor.cpp
+21-0src/systemappmonitor.h
+34-152 files

hello/Dock c9d2e38qml main.qml

Fix clicking on the Trash
DeltaFile
+1-1qml/main.qml
+1-11 files

hello/Dock e8f9813qml AppItemDelegate.qml, src systemappmonitor.cpp applicationmodel.cpp

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
DeltaFile
+25-0src/systemappmonitor.cpp
+7-2qml/AppItemDelegate.qml
+5-1src/applicationmodel.cpp
+3-0src/utils.cpp
+1-1src/iconthemeimageprovider.cpp
+41-45 files

hello/Dock 668f7b1qml main.qml

Make active dot white; blue was near invisible
DeltaFile
+1-1qml/main.qml
+1-11 files

hello/Dock cce4107qml main.qml, src applicationmodel.cpp mainwindow.cpp

Use 'launch' command, do not show special launcher item
DeltaFile
+3-18qml/main.qml
+4-2src/applicationmodel.cpp
+2-2src/mainwindow.cpp
+9-223 files

hello/Dock 96a1deesrc utils.cpp

Make Dock more .app and .AppDir aware
DeltaFile
+1-1src/utils.cpp
+1-11 files

hello/Dock 60079aasrc utils.cpp utils.h

Make Dock more .app and .AppDir aware
DeltaFile
+105-51src/utils.cpp
+1-0src/utils.h
+106-512 files

hello/Dock 93048b6qml DockItem.qml

Slow down Open animation
DeltaFile
+4-4qml/DockItem.qml
+4-41 files

hello/Dock 94c6de2qml DockItem.qml

Fix Open animation
DeltaFile
+34-15qml/DockItem.qml
+34-151 files

hello/Dock 10ba0e3qml DockItem.qml

Open animation
DeltaFile
+29-0qml/DockItem.qml
+29-01 files

hello/Dock 8974303src utils.cpp applicationmodel.cpp

Make Dock .app and .AppDir aware
DeltaFile
+98-17src/utils.cpp
+46-0src/applicationmodel.cpp
+1-1src/xwindowinterface.cpp
+1-0src/utils.h
+146-184 files

hello/Dock 08c314dqml main.qml DockItem.qml, src mainwindow.cpp

Less flicker and animated appearance
DeltaFile
+7-0qml/main.qml
+2-3src/mainwindow.cpp
+2-0qml/DockItem.qml
+11-33 files

hello/Dock d643545qml main.qml

Change Applications icon
DeltaFile
+2-2qml/main.qml
+2-21 files

hello/Dock 1925167src applicationmodel.cpp

Make icons in Dock smaller
DeltaFile
+1-1src/applicationmodel.cpp
+1-11 files

hello/Dock cc5311d. README.md

kwayland :-( [ci skip]
DeltaFile
+2-2README.md
+2-21 files

hello/Dock 09afad1. .cirrus.yml

kf5-kwayland
DeltaFile
+1-1.cirrus.yml
+1-11 files

hello/Dock 0f04abasrc applicationmodel.cpp

Fix typo
DeltaFile
+2-2src/applicationmodel.cpp
+2-21 files

hello/Dock 7fba33fsrc applicationmodel.cpp systemappmonitor.cpp

Merge branch 'cyberos-main' into master
DeltaFile
+184-20src/applicationmodel.cpp
+137-0src/systemappmonitor.cpp
+126-0src/utils.cpp
+71-4src/docksettings.cpp
+43-19src/mainwindow.cpp
+42-0src/utils.h
+603-4323 files not shown
+876-8729 files

hello/Dock 0f91950src applicationmodel.cpp systemappmonitor.cpp

Catch up with upstream
DeltaFile
+184-20src/applicationmodel.cpp
+137-0src/systemappmonitor.cpp
+126-0src/utils.cpp
+71-4src/docksettings.cpp
+43-19src/mainwindow.cpp
+42-0src/utils.h
+603-4323 files not shown
+876-8729 files