hello/Menu a4137cd.github/actions/spelling candidate.patterns expect.txt, .github/workflows spelling.yml

Add check spelling (#180)

* Spelling (#78)

* spelling: acquired

Signed-off-by: Josh Soref <jsoref at users.noreply.github.com>

* spelling: application

Signed-off-by: Josh Soref <jsoref at users.noreply.github.com>

* spelling: async

Signed-off-by: Josh Soref <jsoref at users.noreply.github.com>

* spelling: better

Signed-off-by: Josh Soref <jsoref at users.noreply.github.com>

    [150 lines not shown]
DeltaFile
+642-0.github/actions/spelling/candidate.patterns
+263-0.github/actions/spelling/expect.txt
+140-0.github/workflows/spelling.yml
+134-0.github/actions/spelling/line_forbidden.patterns
+87-0.github/actions/spelling/excludes.txt
+77-0.github/actions/spelling/patterns.txt
+1,343-030 files not shown
+1,544-8936 files

hello/Menu e2a3225plugin-windows windowswidget.cpp

Remove conflicting shortcut
DeltaFile
+4-4plugin-windows/windowswidget.cpp
+4-41 files

hello/Menu 705e31cplugin-statusnotifier statusnotifierbutton.cpp, plugin-windows windowswidget.cpp

Only formatting changes, no code changes
DeltaFile
+690-607src/appmenuwidget.cpp
+200-210src/appmenu/appmenumodel.cpp
+177-109plugin-windows/windowswidget.cpp
+135-126src/applicationinfo.cpp
+126-128plugin-statusnotifier/statusnotifierbutton.cpp
+119-88src/mainwindow.cpp
+1,447-1,26870 files not shown
+3,722-3,42476 files

hello/Menu 61f0785plugin-windows windowswidget.cpp

Try fixing brightness shortcuts
DeltaFile
+30-15plugin-windows/windowswidget.cpp
+30-151 files

hello/Menu 13fe1dcplugin-windows windowswidget.cpp

Fix brightness shortcuts
DeltaFile
+2-2plugin-windows/windowswidget.cpp
+2-21 files

hello/Menu cd9e163plugin-windows windowswidget.cpp, src appmenuwidget.cpp

Add brightness menu items
DeltaFile
+32-0plugin-windows/windowswidget.cpp
+16-0src/appmenuwidget.cpp
+48-02 files

hello/Menu 7ddd537plugin-windows windowswidget.cpp CMakeLists.txt, src appmenuwidget.cpp CMakeLists.txt

Use kglobalaccel for registering and showing global shortcuts
DeltaFile
+37-9plugin-windows/windowswidget.cpp
+15-0src/appmenuwidget.cpp
+2-0src/CMakeLists.txt
+2-0plugin-windows/CMakeLists.txt
+56-94 files

hello/Menu 43cf41bplugin-windows windowswidget.cpp, src appmenuwidget.cpp

Add "Overview" to Windows menu; use Qt to call D-Bus
DeltaFile
+15-8src/appmenuwidget.cpp
+12-0plugin-windows/windowswidget.cpp
+27-82 files

hello/Menu 878b25fplugin-windows windowswidget.cpp

Fix build
DeltaFile
+4-5plugin-windows/windowswidget.cpp
+4-51 files

hello/Menu 7d786f9. .cirrus.yml, plugin-windows windowswidget.cpp

Show fallback icon for applications in menu, from .app bundles
DeltaFile
+35-1plugin-windows/windowswidget.cpp
+8-8.cirrus.yml
+43-92 files

hello/Menu 7c090cbplugin-windows windowswidget.cpp CMakeLists.txt, src applicationinfo.cpp applicationinfo.h

Speed up Windows menu when switching windows

By storing information about windows in X11 atoms
DeltaFile
+182-40src/applicationinfo.cpp
+24-13plugin-windows/windowswidget.cpp
+9-8src/appmenu/dbusmenuimporter.cpp
+6-4src/applicationinfo.h
+1-1src/appmenu/appmenumodel.cpp
+2-0plugin-windows/CMakeLists.txt
+224-666 files

hello/Menu 2905dceplugin-statusnotifier statusnotifierwidget.cpp, plugin-volume controlwidget.cpp

Vertically center all QHBoxLayout instances, clean up geometry, move datetime right
DeltaFile
+1-36src/appmenuwidget.cpp
+11-16src/mainwidget.cpp
+2-11src/mainwindow.cpp
+1-1plugin-windows/windowswidget.cpp
+1-0plugin-volume/controlwidget.cpp
+1-0plugin-statusnotifier/statusnotifierwidget.cpp
+17-641 files not shown
+18-647 files

hello/Menu 7852f6fplugin-windows windowswidget.cpp

Hide <Application> hides all windows of the process of the frontmost app
DeltaFile
+13-1plugin-windows/windowswidget.cpp
+13-11 files

hello/Menu 2c53906plugin-statusnotifier CMakeLists.txt, plugin-windows windowswidget.cpp

Clean up use of ApplicationInfo()
DeltaFile
+6-6src/applicationinfo.h
+4-2src/mainwindow.cpp
+2-2plugin-statusnotifier/CMakeLists.txt
+2-2plugin-windows/windowswidget.cpp
+2-2src/CMakeLists.txt
+1-2src/applicationinfo.cpp
+17-161 files not shown
+17-187 files

hello/Menu 573e988plugin-windows windowswidget.cpp CMakeLists.txt, src applicationinfo.cpp applicationinfo.h

Start refactoring application information into a class
DeltaFile
+174-0src/applicationinfo.cpp
+25-0src/applicationinfo.h
+7-11plugin-windows/windowswidget.cpp
+2-0plugin-windows/CMakeLists.txt
+208-114 files

hello/Menu 0f5eef2plugin-windows windowswidget.cpp windowswidget.h

Initial support for _NET_WM_STATE_DEMANDS_ATTENTION
DeltaFile
+15-0plugin-windows/windowswidget.cpp
+3-0plugin-windows/windowswidget.h
+18-02 files

hello/Menu 22e429bplugin-windows windowswidget.cpp

Show icon for Desktop; update Windows menu when a window is closed
DeltaFile
+7-3plugin-windows/windowswidget.cpp
+7-31 files

hello/Menu 4c24ccaplugin-windows windowswidget.cpp

Minimize other windows when a modifier key is held down while selecting an entry

https://github.com/helloSystem/Menu/issues/21
DeltaFile
+13-1plugin-windows/windowswidget.cpp
+13-11 files

hello/Menu dfeae39plugin-windows windowswidget.cpp

Implement target behavior for Windows menu

https://github.com/helloSystem/Menu/issues/21#issuecomment-803404458
DeltaFile
+28-7plugin-windows/windowswidget.cpp
+28-71 files

hello/Menu a88603aplugin-windows windowswidget.cpp windowswidget.h, src applicationwindow.cpp

Submenus for applications with multiple open windows

https://github.com/helloSystem/Menu/issues/21#issuecomment-803404458
DeltaFile
+101-16plugin-windows/windowswidget.cpp
+2-2src/applicationwindow.cpp
+2-0plugin-windows/windowswidget.h
+105-183 files

hello/Menu 3fbc7c7plugin-windows windowswidget.cpp

Add "Full Screen"
DeltaFile
+10-0plugin-windows/windowswidget.cpp
+10-01 files

hello/Menu 0d44efeplugin-windows windowswidget.cpp

Add Shortcut to Hide

https://github.com/helloSystem/Menu/issues/21
DeltaFile
+5-2plugin-windows/windowswidget.cpp
+5-21 files

hello/Menu 4edd55aplugin-windows windowswidget.cpp, src appmenuwidget.cpp

Add window management menu items to Windows menu

https://github.com/helloSystem/Menu/issues/21
DeltaFile
+26-0plugin-windows/windowswidget.cpp
+1-6src/appmenuwidget.cpp
+27-62 files

hello/Menu c417d24plugin-windows windowswidget.cpp

Windows menu now has menu items

https://github.com/helloSystem/Menu/issues/21
DeltaFile
+39-4plugin-windows/windowswidget.cpp
+39-41 files

hello/Menu 48673b5plugin-windows windowswidget.cpp windowswidget.h, src mainwidget.cpp

Add "Windows" plugin which has its own menu at the right-hand side of the screen

https://github.com/helloSystem/Menu/issues/21
DeltaFile
+44-0plugin-windows/windowswidget.cpp
+25-0plugin-windows/windowswidget.h
+24-0plugin-windows/CMakeLists.txt
+15-7src/mainwidget.cpp
+21-0plugin-windows/windows.h
+7-0plugin-windows/windows.cpp
+136-74 files not shown
+140-1110 files