summaryrefslogtreecommitdiff
path: root/src/manager/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor the src/manager dir into a sub-moduleRobert Griebl2017-06-021-1211/+0
* Refactor the manager subdir in preparation to converting it to a libRobert Griebl2017-06-011-158/+181
* Set AA_ShareOpenGLContexts before constructing the QApplication objectRobert Griebl2017-06-011-7/+7
* Re-enable Android supportRobert Griebl2017-05-291-1/+6
* Move more code out of common-lib into more appropriate modulesRobert Griebl2017-05-291-0/+1
* Move a lot of code out of utilities.cpp into more appropriate modulesRobert Griebl2017-05-291-4/+28
* Extend timeout-factor correction from auto-tests to the appman itselfRobert Griebl2017-05-161-1/+3
* Add wayland/multi-process support for macOSRobert Griebl2017-05-101-5/+24
* Improve shutdown behavior to avoid crashes when quittingRobert Griebl2017-05-031-5/+43
* Add a new ui/style configuration optionDominik Holland2017-04-111-0/+4
* Ctrl-C handling cleanupRobert Griebl2017-04-101-9/+1
* Correct verbose switch and logging-rules (again)Bernd Weimer2017-04-101-16/+6
* Add new process monitorBernd Weimer2017-04-031-0/+3
* Re-enable qDebug when qml-debug is usedWolfgang Bremer2017-03-281-1/+6
* Force retake of ownership of all singletons on shutdownRobert Griebl2017-03-271-1/+10
* Make Application::codeDir available to the system-uiRobert Griebl2017-03-241-1/+1
* Application ids are not restricted to reverse-DNS notation anymoreRobert Griebl2017-03-241-2/+4
* Enable building with -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECTRobert Griebl2017-03-201-1/+3
* Fix for force-single-process switchBernd Weimer2017-03-151-2/+2
* Workaround for MSVC2013 bugRobert Griebl2017-03-141-0/+4
* Replace all foreach loops with C++11 ranged-for loopsRobert Griebl2017-03-141-7/+8
* Replace C++03 throw(Exception) specifications with C++11 noexcept(false)Robert Griebl2017-03-141-17/+17
* Replace all 0-pointers with C++11 nullptrRobert Griebl2017-03-141-3/+3
* Restructure manager/main.cppRobert Griebl2017-03-131-625/+692
* common-lib cleanupRobert Griebl2017-03-131-5/+6
* Remove obsolete codeRobert Griebl2017-03-101-2/+0
* Simplify StartupTimer usageRobert Griebl2017-03-101-33/+29
* Improve system monitorBernd Weimer2017-03-061-2/+0
* Fix for clazy and clang static code analysis findingsRobert Griebl2017-02-271-1/+1
* Code and debug output cleanup for application startsRobert Griebl2017-02-231-0/+1
* Fix memory leaks in the AMRobert Griebl2017-02-221-1/+4
* Fix ownership issue of the Application object on installationRobert Griebl2017-02-221-4/+3
* Default to Qt's configs for building tests and examplesRobert Griebl2017-02-111-4/+2
* Fix the --verbose switch interaction with logging rules in the config fileRobert Griebl2017-02-081-9/+11
* Made Exception default to code == Error::SystemRobert Griebl2017-02-071-15/+15
* Fix systemProperties for quick-launched applicationsBernd Weimer2017-01-251-7/+17
* Build fix for qtbase configured without qml-debugDominik Holland2017-01-201-0/+9
* appman-qmltestrunner improvementsDominik Holland2017-01-181-2/+18
* Adding a new supportsApplicationInterface field to info.yamlDominik Holland2017-01-181-1/+8
* Added startup timinig report for applicationsNedim Hadzic2017-01-181-1/+1
* Pass only (merged) system UI properties to StartupInterfaceBernd Weimer2017-01-181-3/+3
* Updated Pelagicore AG copyright to 2017Robert Griebl2017-01-161-1/+1
* Add systemProperties to configurationBernd Weimer2017-01-131-4/+36
* Add a --qml-debug command-line flagDominik Holland2017-01-121-0/+6
* Added container selection mechanism plus documentationRobert Griebl2017-01-091-0/+1
* Nicer and more consistent debug output during startupRobert Griebl2017-01-091-3/+6
* Made the native runtime aware of the Notification server D-Bus registrationRobert Griebl2017-01-091-10/+23
* Added a command line option to run without DLT loggingDominik Holland2017-01-091-0/+6
* Current debug Qt versions default to always show qDebug outputRobert Griebl2017-01-031-0/+2
* Cope with QT_NO_SESSIONMANAGERRobert Griebl2017-01-031-0/+2