index
:
qt/qtapplicationmanager.git
5.10
5.11
5.12
5.13
5.14
5.15
5.7
5.8
5.9
6.10
6.2
6.2.2
6.2.3
6.2.4
6.3
6.3.0
6.3.1
6.3.2
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
Qt component for application lifecycle management
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
window-lib
/
windowmanager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix QUnifiedTimer private API change problems
Zoltan Gera
11 hours
1
-2
/
+3
*
Adapt to QtWaylandCompositor behavior changes in 6.9+
Robert Griebl
2025-02-09
1
-0
/
+1
*
Prevent recursion on emission of aboutToBe... signals
Robert Griebl
2024-10-24
1
-1
/
+7
*
A better watchdog for Wayland, main thread and scene graph
Robert Griebl
2024-05-31
1
-3
/
+12
*
Refactor the ApplicationInterface root context property
Robert Griebl
2024-05-14
1
-1
/
+1
*
Axivion: fix or document most of the reported issues
Robert Griebl
2024-02-21
1
-4
/
+5
*
Clazy: fixes
Robert Griebl
2024-01-08
1
-17
/
+15
*
Modernize string literals
Robert Griebl
2024-01-08
1
-6
/
+8
*
Resolve old TODOs
Robert Griebl
2023-12-07
1
-1
/
+1
*
Replace AM_.. defines with checks for Qt features where possible
Robert Griebl
2023-12-06
1
-11
/
+11
*
Switch to declarative registration
Robert Griebl
2023-11-08
1
-13
/
+0
*
Add an ApplicationManagerWindow attached object
Robert Griebl
2023-11-06
1
-0
/
+4
*
Fix adding wayland extensions
Bernd Weimer
2023-10-09
1
-1
/
+1
*
DBus cleanup, part 2 and shared QML API
Robert Griebl
2023-09-26
1
-0
/
+9
*
QML can now deal with QList<object derived type *> properties
Robert Griebl
2023-09-26
1
-2
/
+2
*
Fix the PackageManager's package role not being usable in strict mode
Robert Griebl
2023-08-22
1
-1
/
+10
*
cmake: add support for Unity builds
Robert Griebl
2023-08-16
1
-10
/
+8
*
Clang-Tidy / Clazy warnings and modernization
Robert Griebl
2023-08-01
1
-1
/
+1
*
Documentation: fix link targets inside of tables
Robert Griebl
2023-07-14
1
-2
/
+2
*
Hide internal signals and slots from QML
Robert Griebl
2023-06-21
1
-12
/
+10
*
Make all example and doc QML imports versionless
Robert Griebl
2023-06-17
1
-3
/
+3
*
Port from qAsConst to std::as_const
Marc Mutz
2023-01-14
1
-1
/
+1
*
Use SPDX license identifiers
Dominik Holland
2022-06-15
1
-30
/
+4
*
Add a new flag to allow surfaces from unknown Wayland clients
Robert Griebl
2022-03-23
1
-1
/
+11
*
Create extra sockets only just before the Wayland compositor is created
Robert Griebl
2022-03-02
1
-0
/
+3
*
Clarify documentation and warning messages
Robert Griebl
2022-02-25
1
-1
/
+4
*
Clazy: fix src
Robert Griebl
2021-08-20
1
-3
/
+2
*
Inform the user when OpenGL capable Wayland buffers are not available
Robert Griebl
2021-07-20
1
-0
/
+6
*
cmake: the AM_xxx defines are only available after including global.h
Robert Griebl
2021-06-22
1
-1
/
+1
*
Update copyright headers to 2021 an finally switch to the GPL
Robert Griebl
2021-06-01
1
-24
/
+13
*
Add support for running multiple (external) apps with the same PID
Robert Griebl
2021-04-23
1
-2
/
+18
*
Add support for additional Wayland sockets
Robert Griebl
2020-09-23
1
-0
/
+28
*
Build optimization: include all moc cpps directly in the main cpp file
Robert Griebl
2020-08-11
1
-0
/
+2
*
Fix potential crash when a window is released
Bernd Weimer
2020-07-31
1
-4
/
+8
*
Spelling fixes all over the place
Robert Griebl
2020-07-17
1
-5
/
+5
*
Fix some documentation issues
Bernd Weimer
2020-06-19
1
-2
/
+6
*
Fix warnings in builds against Qt 5.15
Robert Griebl
2020-05-19
1
-2
/
+2
*
Fix 5.14 warnings
Robert Griebl
2020-01-22
1
-1
/
+1
*
Fix compiler and code-model warnings
Robert Griebl
2019-11-08
1
-0
/
+1
*
Extend the possibilities to query windows in the WindowManager singleton
Robert Griebl
2019-08-08
1
-1
/
+42
*
Rename from Luxoft AM to Qt AM
Robert Griebl
2019-08-05
1
-1
/
+1
*
Add new package abstraction, which allows multiple executables per package
Robert Griebl
2019-08-01
1
-6
/
+6
*
Fix app start/stop in single-process mode
Bernd Weimer
2019-07-30
1
-1
/
+1
*
Revert "Enable hardware OpenGL acceleration for Wayland clients"
Robert Griebl
2019-06-05
1
-10
/
+2
*
Enable hardware OpenGL acceleration for Wayland clients
Robert Griebl
2019-05-27
1
-2
/
+10
*
Add method to add Wayland extensions
Bernd Weimer
2019-05-27
1
-0
/
+54
*
Avoid conflicts on Linux desktops by using a non-standard Wayland socket
Robert Griebl
2019-02-12
1
-3
/
+3
*
Add missing documentation
Bernd Weimer
2018-12-19
1
-0
/
+7
*
Update copyright statements
Robert Griebl
2018-12-18
1
-1
/
+2
*
Bump all QtApplicationManager QML imports to 2.0
Robert Griebl
2018-12-18
1
-4
/
+4
[next]