KDSingleApplication icon indicating copy to clipboard operation
KDSingleApplication copied to clipboard

KDAB's helper class for single-instance policy applications

Results 3 KDSingleApplication issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/pre-commit/mirrors-clang-format: v18.1.2 → v18.1.4](https://github.com/pre-commit/mirrors-clang-format/compare/v18.1.2...v18.1.4) - [github.com/fsfe/reuse-tool: v3.0.1 → v3.0.2](https://github.com/fsfe/reuse-tool/compare/v3.0.1...v3.0.2)

BUILD_TESTING is the more or less standard flag to enable tests. Hiding the tests behind KDSingleApplication_TESTS is unintuitive.

Quite often you want to raise an existing window of the first instance when attempting to start a second one. On X11/Wayland one needs to pass a startupId/activation token from...