index
:
qt/qtapplicationmanager.git
5.10
5.11
5.12
5.13
5.14
5.15
5.7
5.8
5.9
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
/
tools
/
controller
/
controller.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark security critical files according to QUIP 23
Zoltan Gera
8 days
1
-0
/
+1
*
appman-controller: ignore read hup events on ssh connections
Robert Griebl
2025-02-26
1
-3
/
+16
*
appman-controller: print which signal made the controller quit
Robert Griebl
2025-02-17
1
-3
/
+4
*
Controller: fix document-url handling
Robert Griebl
2024-11-20
1
-1
/
+1
*
appman-controller: fix --help failing if no appman is running
Robert Griebl
2024-09-26
1
-1
/
+1
*
Fix controller crashing when injecting an intent without an intent id
Robert Griebl
2024-09-12
1
-0
/
+3
*
appman-controller: fix restart on start-application
Robert Griebl
2024-09-10
1
-1
/
+5
*
Remove the deprecated installationLocations configuration
Robert Griebl
2024-05-29
1
-22
/
+1
*
appman-controller: detect stale lock files and auto remove them
Robert Griebl
2024-04-29
1
-2
/
+10
*
Replace all signals/slots keywords with Q_SIGNALS/Q_SLOTS
Robert Griebl
2024-04-22
1
-2
/
+1
*
Add libdbus to 3rdparty for Windows/macOS
Robert Griebl
2024-03-05
1
-0
/
+2
*
controller: ignore stdin/out/err redirections on Windows
Robert Griebl
2024-02-07
1
-1
/
+9
*
Use a P2P DBus on non-Linux platforms for the appman-controller
Robert Griebl
2024-02-07
1
-5
/
+61
*
Revamp the instance-id and the dbus anchors for the controller
Robert Griebl
2024-01-25
1
-35
/
+110
*
Clazy: fixes
Robert Griebl
2024-01-08
1
-55
/
+55
*
Clazy: modernize
Robert Griebl
2024-01-08
1
-32
/
+32
*
Modernize string literals
Robert Griebl
2024-01-08
1
-88
/
+92
*
Add public defines for QT_AM_VERSION...
Robert Griebl
2023-12-05
1
-1
/
+1
*
Fix QString/QByteArray mixup
Robert Griebl
2023-07-21
1
-4
/
+4
*
Make variant maps D-Bus compatible before sending them out
Robert Griebl
2023-07-19
1
-2
/
+2
*
Revert "Unbreak the submodule integration"
Robert Griebl
2023-05-25
1
-52
/
+41
*
Unbreak the submodule integration
Robert Griebl
2023-05-11
1
-41
/
+52
*
appman-controller: detect broken D-Bus connections and quit with error
Robert Griebl
2023-03-02
1
-39
/
+107
*
Cleanup the D-Bus interfaces
Robert Griebl
2023-02-15
1
-2
/
+2
*
Port from qAsConst to std::as_const
Marc Mutz
2023-01-14
1
-1
/
+1
*
Fix a template compile error with Debian's gcc 12.1
Robert Griebl
2022-10-11
1
-2
/
+2
*
Intents: allow intent injection via DBus when in developmentMode
Robert Griebl
2022-09-16
1
-0
/
+60
*
Add support for managing multiple instances from appman-controller
Robert Griebl
2022-06-30
1
-4
/
+45
*
Use SPDX license identifiers
Dominik Holland
2022-06-15
1
-29
/
+4
*
Clazy: fix src
Robert Griebl
2021-08-20
1
-5
/
+5
*
Update copyright headers to 2021 an finally switch to the GPL
Robert Griebl
2021-06-01
1
-8
/
+9
*
Qt 6 port, part 1 .. without cmake
Robert Griebl
2020-11-28
1
-1
/
+1
*
Correct tools command line options
Bernd Weimer
2020-09-17
1
-1
/
+1
*
Spelling fixes all over the place
Robert Griebl
2020-07-17
1
-4
/
+4
*
appman-controller: Improve option and help usage
Dominik Holland
2020-03-20
1
-7
/
+7
*
Really fix the installation problem via the appman-controller
Robert Griebl
2020-02-11
1
-7
/
+7
*
Rename from Luxoft AM to Qt AM
Robert Griebl
2019-08-05
1
-3
/
+3
*
Remove support for multiple installation locations
Robert Griebl
2019-08-02
1
-27
/
+19
*
Add new package abstraction, which allows multiple executables per package
Robert Griebl
2019-08-01
1
-33
/
+87
*
Fix application naming for --help and --version
Robert Griebl
2019-06-25
1
-8
/
+10
*
Update copyright statements
Robert Griebl
2018-12-18
1
-4
/
+5
*
Add support for canceling installations to the appman-controller
Robert Griebl
2018-11-16
1
-43
/
+125
*
Fix blank line output in controller's list-* commands
Robert Griebl
2018-11-15
1
-2
/
+6
*
Get rid of all 0-timeout single-shot timers
Robert Griebl
2018-10-26
1
-2
/
+2
*
Fix race condition in appman-controller start-application --restart
Robert Griebl
2018-05-17
1
-176
/
+206
*
Clang code model fixes
Robert Griebl
2018-04-17
1
-3
/
+3
*
Make the acknowledge part of appman-controller's install-package optional
Robert Griebl
2018-03-06
1
-13
/
+16
*
Update Pelagicore copyright headers to 2018
Robert Griebl
2018-02-07
1
-1
/
+1
*
Add bash command completion file
Bernd Weimer
2018-01-23
1
-0
/
+2
*
Replace debug-wrapper specifications with more powerful syntax
Robert Griebl
2017-07-05
1
-1
/
+1
[next]