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
/
main.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor the src/manager dir into a sub-module
Robert Griebl
2017-06-02
1
-1211
/
+0
*
Refactor the manager subdir in preparation to converting it to a lib
Robert Griebl
2017-06-01
1
-158
/
+181
*
Set AA_ShareOpenGLContexts before constructing the QApplication object
Robert Griebl
2017-06-01
1
-7
/
+7
*
Re-enable Android support
Robert Griebl
2017-05-29
1
-1
/
+6
*
Move more code out of common-lib into more appropriate modules
Robert Griebl
2017-05-29
1
-0
/
+1
*
Move a lot of code out of utilities.cpp into more appropriate modules
Robert Griebl
2017-05-29
1
-4
/
+28
*
Extend timeout-factor correction from auto-tests to the appman itself
Robert Griebl
2017-05-16
1
-1
/
+3
*
Add wayland/multi-process support for macOS
Robert Griebl
2017-05-10
1
-5
/
+24
*
Improve shutdown behavior to avoid crashes when quitting
Robert Griebl
2017-05-03
1
-5
/
+43
*
Add a new ui/style configuration option
Dominik Holland
2017-04-11
1
-0
/
+4
*
Ctrl-C handling cleanup
Robert Griebl
2017-04-10
1
-9
/
+1
*
Correct verbose switch and logging-rules (again)
Bernd Weimer
2017-04-10
1
-16
/
+6
*
Add new process monitor
Bernd Weimer
2017-04-03
1
-0
/
+3
*
Re-enable qDebug when qml-debug is used
Wolfgang Bremer
2017-03-28
1
-1
/
+6
*
Force retake of ownership of all singletons on shutdown
Robert Griebl
2017-03-27
1
-1
/
+10
*
Make Application::codeDir available to the system-ui
Robert Griebl
2017-03-24
1
-1
/
+1
*
Application ids are not restricted to reverse-DNS notation anymore
Robert Griebl
2017-03-24
1
-2
/
+4
*
Enable building with -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT
Robert Griebl
2017-03-20
1
-1
/
+3
*
Fix for force-single-process switch
Bernd Weimer
2017-03-15
1
-2
/
+2
*
Workaround for MSVC2013 bug
Robert Griebl
2017-03-14
1
-0
/
+4
*
Replace all foreach loops with C++11 ranged-for loops
Robert Griebl
2017-03-14
1
-7
/
+8
*
Replace C++03 throw(Exception) specifications with C++11 noexcept(false)
Robert Griebl
2017-03-14
1
-17
/
+17
*
Replace all 0-pointers with C++11 nullptr
Robert Griebl
2017-03-14
1
-3
/
+3
*
Restructure manager/main.cpp
Robert Griebl
2017-03-13
1
-625
/
+692
*
common-lib cleanup
Robert Griebl
2017-03-13
1
-5
/
+6
*
Remove obsolete code
Robert Griebl
2017-03-10
1
-2
/
+0
*
Simplify StartupTimer usage
Robert Griebl
2017-03-10
1
-33
/
+29
*
Improve system monitor
Bernd Weimer
2017-03-06
1
-2
/
+0
*
Fix for clazy and clang static code analysis findings
Robert Griebl
2017-02-27
1
-1
/
+1
*
Code and debug output cleanup for application starts
Robert Griebl
2017-02-23
1
-0
/
+1
*
Fix memory leaks in the AM
Robert Griebl
2017-02-22
1
-1
/
+4
*
Fix ownership issue of the Application object on installation
Robert Griebl
2017-02-22
1
-4
/
+3
*
Default to Qt's configs for building tests and examples
Robert Griebl
2017-02-11
1
-4
/
+2
*
Fix the --verbose switch interaction with logging rules in the config file
Robert Griebl
2017-02-08
1
-9
/
+11
*
Made Exception default to code == Error::System
Robert Griebl
2017-02-07
1
-15
/
+15
*
Fix systemProperties for quick-launched applications
Bernd Weimer
2017-01-25
1
-7
/
+17
*
Build fix for qtbase configured without qml-debug
Dominik Holland
2017-01-20
1
-0
/
+9
*
appman-qmltestrunner improvements
Dominik Holland
2017-01-18
1
-2
/
+18
*
Adding a new supportsApplicationInterface field to info.yaml
Dominik Holland
2017-01-18
1
-1
/
+8
*
Added startup timinig report for applications
Nedim Hadzic
2017-01-18
1
-1
/
+1
*
Pass only (merged) system UI properties to StartupInterface
Bernd Weimer
2017-01-18
1
-3
/
+3
*
Updated Pelagicore AG copyright to 2017
Robert Griebl
2017-01-16
1
-1
/
+1
*
Add systemProperties to configuration
Bernd Weimer
2017-01-13
1
-4
/
+36
*
Add a --qml-debug command-line flag
Dominik Holland
2017-01-12
1
-0
/
+6
*
Added container selection mechanism plus documentation
Robert Griebl
2017-01-09
1
-0
/
+1
*
Nicer and more consistent debug output during startup
Robert Griebl
2017-01-09
1
-3
/
+6
*
Made the native runtime aware of the Notification server D-Bus registration
Robert Griebl
2017-01-09
1
-10
/
+23
*
Added a command line option to run without DLT logging
Dominik Holland
2017-01-09
1
-0
/
+6
*
Current debug Qt versions default to always show qDebug output
Robert Griebl
2017-01-03
1
-0
/
+2
*
Cope with QT_NO_SESSIONMANAGER
Robert Griebl
2017-01-03
1
-0
/
+2
[next]