index
:
delta/qt5/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
dev
code.qt.io: qt/qtapplicationmanager.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
manager-lib
/
applicationmanager.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix API breakage introduced in 6.5.0
Robert Griebl
2023-05-04
1
-1
/
+1
*
Cleanup the D-Bus interfaces
Robert Griebl
2023-02-15
1
-2
/
+2
*
Re-enable dbus xml generation from source
Robert Griebl
2023-02-15
1
-0
/
+5
*
Fix include style to what's mandated for public headers
Alexandru Croitor
2022-12-12
1
-4
/
+4
*
Use SPDX license identifiers
Dominik Holland
2022-06-15
1
-30
/
+4
*
Correctly track redirected std. IO file descriptors through all layers
Robert Griebl
2022-03-30
1
-1
/
+1
*
Clazy: fix src
Robert Griebl
2021-08-20
1
-3
/
+3
*
Remove the old deprecated ApplicationIPCManager IPC mechanism
Robert Griebl
2021-07-27
1
-1
/
+0
*
Expose the windowManagerCompositorReady property on the DBus
Robert Griebl
2021-07-20
1
-1
/
+2
*
Update copyright headers to 2021 an finally switch to the GPL
Robert Griebl
2021-06-01
1
-25
/
+13
*
Add support for running multiple (external) apps with the same PID
Robert Griebl
2021-04-23
1
-1
/
+2
*
Change intent implementation to better fit new architecture
Robert Griebl
2019-10-28
1
-0
/
+1
*
Add new package abstraction, part 2
Robert Griebl
2019-10-28
1
-8
/
+3
*
Rename from Luxoft AM to Qt AM
Robert Griebl
2019-08-05
1
-1
/
+1
*
(Re)implement package and application blocking
Robert Griebl
2019-08-02
1
-3
/
+0
*
Add new package abstraction, which allows multiple executables per package
Robert Griebl
2019-08-01
1
-29
/
+13
*
Improve the error message when trying to start an unknown application
Robert Griebl
2019-05-17
1
-1
/
+1
*
Add support for isSingleton and isCreatable in the qmltypes type information
Robert Griebl
2019-02-04
1
-1
/
+1
*
Clazy: marked constant property as such
Robert Griebl
2019-01-10
1
-1
/
+1
*
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
-1
/
+1
*
Split the QtApplicationManager qml module
Daniel d'Andrada
2018-10-30
1
-1
/
+1
*
Add an official signal for Runtime creation
Robert Griebl
2018-10-09
1
-2
/
+2
*
Rename internal API
Robert Griebl
2018-10-09
1
-5
/
+5
*
Get rid of QProcess in the internal and external API
Robert Griebl
2018-08-23
1
-3
/
+2
*
Decouple ApplicationManager and ApplicationDatabase
Daniel d'Andrada
2018-08-14
1
-4
/
+21
*
Decouple ApplicationManager and Application
Daniel d'Andrada
2018-08-14
1
-5
/
+6
*
Application: add start(), stop() and debug() methods
Daniel d'Andrada
2018-05-14
1
-5
/
+5
*
Refactor the Application object
Daniel d'Andrada
2018-05-14
1
-16
/
+16
*
Clang code model fixes
Robert Griebl
2018-04-17
1
-1
/
+1
*
Move RunState API from ApplicationManager to Application
Daniel d'Andrada
2018-03-17
1
-13
/
+3
*
Add a deterministic way to start apps on startup
Robert Griebl
2018-03-15
1
-0
/
+6
*
Update Pelagicore copyright headers to 2018
Robert Griebl
2018-02-07
1
-1
/
+1
*
Add Application::activated() signal
Daniel d'Andrada
2017-10-12
1
-0
/
+1
*
Replace debug-wrapper specifications with more powerful syntax
Robert Griebl
2017-07-05
1
-2
/
+0
*
Made the external D-Bus interfaces a compile time option
Robert Griebl
2017-07-03
1
-9
/
+1
*
Improve shutdown behavior to avoid crashes when quitting
Robert Griebl
2017-05-03
1
-1
/
+7
*
appman-controller: add command stop-all-applications
Gordan Markuš
2017-04-03
1
-0
/
+1
*
Use #include <QtModule/file> syntax in all headers
v1.1_QtAS
5.8
Robert Griebl
2017-03-15
1
-1
/
+0
*
Replace C++03 throw(Exception) specifications with C++11 noexcept(false)
Robert Griebl
2017-03-14
1
-1
/
+1
*
Remove additionalConfiguration
Bernd Weimer
2017-03-09
1
-3
/
+0
*
Addition of a qmlplugindump tool equivalent for the application-manager
Robert Griebl
2017-02-21
1
-0
/
+2
*
Added support for debug-wrappers and io redirection to container plugins
Robert Griebl
2017-02-20
1
-1
/
+1
*
Extended the openUrl app selection mechanism
Robert Griebl
2017-02-08
1
-2
/
+7
*
Propagate error output to the DBus caller for start/debugApplication
Robert Griebl
2017-02-07
1
-10
/
+5
*
Fixed missing overrides
Robert Griebl
2017-01-20
1
-3
/
+3
*
Improving the mimeType API
Dominik Holland
2017-01-20
1
-1
/
+4
*
Renamed internal API to be consistent with external role names
Robert Griebl
2017-01-18
1
-2
/
+2
*
Updated Pelagicore AG copyright to 2017
Robert Griebl
2017-01-16
1
-1
/
+1
*
Add systemProperties to configuration
Bernd Weimer
2017-01-13
1
-1
/
+4
[next]