deskflow/src/lib/gui
Nick Bolton 35f0e9e6e4
Some checks failed
CodeQL Analysis / Analyze (cpp) (push) Has been cancelled
Continuous Integration / reuse-lint (push) Has been cancelled
Continuous Integration / pr-comment-flags (push) Has been cancelled
Continuous Integration / ci-passed (push) Has been cancelled
Continuous Integration / test-results (push) Has been cancelled
Continuous Integration / lint-check (push) Has been cancelled
Continuous Integration / analyse-valgrind (push) Has been cancelled
Continuous Integration / analyse-sonarcloud (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-DCMAKE_OSX_ARCHITECTURES="arm64" -DCMAKE_OSX_SYSROOT=/Applications/Xcode_15.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk name:macos-14-arm64 qt-install-dir:/Users/runner runs-o… (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-DCMAKE_OSX_ARCHITECTURES="x86_64" -DCMAKE_OSX_SYSROOT=/Applications/Xcode_15.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk name:macos-13-x64 qt-install-dir:/Users/runner runs-on… (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-G Ninja -DCMAKE_INSTALL_PREFIX=/usr container:archlinux:latest like:arch name:archlinux-x86_84 runs-on:ubuntu-latest timeout:20]) (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-G Ninja -DCMAKE_INSTALL_PREFIX=/usr container:debian:trixie-slim like:debian name:debian-13-arm64 runs-on:ubuntu-24.04-arm timeout:20]) (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-G Ninja -DCMAKE_INSTALL_PREFIX=/usr container:debian:trixie-slim like:debian name:debian-13-x86_64 runs-on:ubuntu-latest timeout:20]) (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-G Ninja -DCMAKE_INSTALL_PREFIX=/usr container:fedora:40 like:fedora name:fedora-40-arm64 runs-on:ubuntu-24.04-arm timeout:20]) (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-G Ninja -DCMAKE_INSTALL_PREFIX=/usr container:fedora:40 like:fedora name:fedora-40-x86_84 runs-on:ubuntu-latest timeout:20]) (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-G Ninja -DCMAKE_INSTALL_PREFIX=/usr container:fedora:41 like:fedora name:fedora-41-arm64 runs-on:ubuntu-24.04-arm timeout:20]) (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-G Ninja -DCMAKE_INSTALL_PREFIX=/usr container:fedora:41 like:fedora name:fedora-41-x86_64 runs-on:ubuntu-latest timeout:20]) (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-G Ninja -DCMAKE_INSTALL_PREFIX=/usr container:fedora:42 like:fedora name:fedora-42-arm64 runs-on:ubuntu-24.04-arm timeout:20]) (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-G Ninja -DCMAKE_INSTALL_PREFIX=/usr container:fedora:42 like:fedora name:fedora-42-x86_64 runs-on:ubuntu-latest timeout:20]) (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-G Ninja -DCMAKE_INSTALL_PREFIX=/usr container:opensuse/tumbleweed:latest like:suse name:opensuse-arm64 runs-on:ubuntu-24.04-arm timeout:20]) (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-G Ninja -DCMAKE_INSTALL_PREFIX=/usr container:opensuse/tumbleweed:latest like:suse name:opensuse-x86_84 runs-on:ubuntu-latest timeout:20]) (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-G Ninja -DCMAKE_INSTALL_PREFIX=/usr container:ubuntu:25.04 like:debian name:ubuntu-25.04-arm64 runs-on:ubuntu-24.04-arm timeout:20]) (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-G Ninja -DCMAKE_INSTALL_PREFIX=/usr container:ubuntu:25.04 like:debian name:ubuntu-25.04-x86_64 runs-on:ubuntu-latest timeout:20]) (push) Has been cancelled
Continuous Integration / ${{ matrix.target.name }} (map[config-args:-G Ninja name:windows-2022-x64 qt-install-dir:C: runs-on:windows-2022 timeout:30]) (push) Has been cancelled
Continuous Integration / unix-${{ matrix.distro.name }} (map[name:freebsd]) (push) Has been cancelled
Continuous Integration / flatpak-${{matrix.flatpak.arch}} (map[arch:aarch64 runs-on:ubuntu-24.04-arm]) (push) Has been cancelled
Continuous Integration / flatpak-${{matrix.flatpak.arch}} (map[arch:x86_64 runs-on:ubuntu-latest]) (push) Has been cancelled
Continuous Integration / release (push) Has been cancelled
Continuous Integration / winget-publish (push) Has been cancelled
feat(gui): Retry mechanism for Windows Daemon IPC client
2025-04-29 13:13:07 +01:00
..
config chore: Screen, use auto where possible 2025-04-28 13:50:43 +01:00
core feat(gui): Retry mechanism for Windows Daemon IPC client 2025-04-29 13:13:07 +01:00
dialogs chore: SettingsDialog, use auto where possible 2025-04-28 13:50:43 +01:00
ipc feat(gui): Retry mechanism for Windows Daemon IPC client 2025-04-29 13:13:07 +01:00
proxy refactor: VersionChecker use its own QNetworkManager not a Proxy 2025-03-21 10:16:22 +00:00
tls chore: remove unused TLSCertificate::getCertificatePath 2025-04-25 09:58:49 +01:00
validators refactor: move ALL gui parts to lib 2025-03-29 18:18:12 +00:00
widgets chore: ScreenSetupView, use auto where possible 2025-04-28 13:50:43 +01:00
Action.cpp chore: Action, use auto where possible 2025-04-28 13:50:43 +01:00
Action.h refactor: move ALL gui parts to lib 2025-03-29 18:18:12 +00:00
CMakeLists.txt refactor: move ALL gui parts to lib 2025-03-29 18:18:12 +00:00
DataDownloader.cpp refactor: move ALL gui parts to lib 2025-03-29 18:18:12 +00:00
DataDownloader.h chore: Use override for override methods 2025-04-28 11:27:33 +01:00
Diagnostic.cpp feature: make sure when portable settings are cleared a new blank file is created 2025-04-02 12:39:54 +01:00
Diagnostic.h refactor: move ALL gui parts to lib 2025-03-29 18:18:12 +00:00
DotEnv.cpp chore: rename lib/gui/dot_env => lib/gui/DotEnv 2025-03-20 13:06:45 +00:00
DotEnv.h chore: rename lib/gui/dot_env => lib/gui/DotEnv 2025-03-20 13:06:45 +00:00
FileTail.cpp feat: Tail daemon log file instead of using IPC log outputter 2025-02-28 17:58:16 +00:00
FileTail.h feat: Tail daemon log file instead of using IPC log outputter 2025-02-28 17:58:16 +00:00
Hotkey.cpp refactor: move ALL gui parts to lib 2025-03-29 18:18:12 +00:00
Hotkey.h refactor: move ALL gui parts to lib 2025-03-29 18:18:12 +00:00
KeySequence.cpp fix: build issue on Qt 6.9 2025-04-05 13:28:27 -07:00
KeySequence.h fix: build issue on Qt 6.9 2025-04-05 13:28:27 -07:00
Logger.cpp fix: Use QTextStream to write to stdout and stderr 2025-04-15 05:02:25 -07:00
Logger.h refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
MainWindow.cpp feat(gui): Retry mechanism for Windows Daemon IPC client 2025-04-29 13:13:07 +01:00
MainWindow.h feat(gui): Retry mechanism for Windows Daemon IPC client 2025-04-29 13:13:07 +01:00
MainWindow.ui refactor: move ALL gui parts to lib 2025-03-29 18:18:12 +00:00
Messages.cpp feat(daemon): Friendly message on daemon connection error 2025-04-16 05:12:33 -07:00
Messages.h feat(daemon): Friendly message on daemon connection error 2025-04-16 05:12:33 -07:00
OSXHelpers.h refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
OSXHelpers.mm refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
ScreenSetupModel.cpp chore: ScreenSetupModel, use auto where possible 2025-04-28 13:50:43 +01:00
ScreenSetupModel.h chore: Use override for override methods 2025-04-28 11:27:33 +01:00
ServerConfig.cpp refactor: move ALL gui parts to lib 2025-03-29 18:18:12 +00:00
ServerConfig.h refactor: move ALL gui parts to lib 2025-03-29 18:18:12 +00:00
Styles.h chore: rename lib/gui/styles.h => lib/gui/Styles.h 2025-03-20 13:06:45 +00:00
StyleUtils.h refactor: move ALL gui parts to lib 2025-03-29 18:18:12 +00:00
VersionChecker.cpp refactor: move ALL gui parts to lib 2025-03-29 18:18:12 +00:00
VersionChecker.h refactor: move ALL gui parts to lib 2025-03-29 18:18:12 +00:00