summaryrefslogtreecommitdiffstats
path: root/src/manager-lib/qmlinprocessruntime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statementsRobert Griebl2018-12-181-1/+2
* Fix macOS/clang warningsRobert Griebl2018-11-091-1/+1
* Make deducing the single-process app context easierRobert Griebl2018-10-311-0/+35
* Rename FakeApplicationManagerWindowDaniel d'Andrada2018-10-301-2/+2
* Get rid of all 0-timeout single-shot timersRobert Griebl2018-10-261-4/+5
* closing the last window in single-process makes the application stopDaniel d'Andrada2018-10-221-8/+24
* Remove inProcessSurfaceItemReleased from AbstractRuntimeDaniel d'Andrada2018-10-191-3/+16
* Get rid of QProcess in the internal and external APIRobert Griebl2018-08-231-12/+12
* Refactor and improve single-process mode (QML inprocess)Daniel d'Andrada2018-06-201-40/+12
* Refactor the Application objectDaniel d'Andrada2018-05-141-6/+6
* WindowManager: remove unimplemented IsFullscreen roleDaniel d'Andrada2018-05-091-16/+0
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-071-1/+1
* Refactor the interface between the AM and runtime launchersRobert Griebl2017-12-151-30/+2
* Hide properties in FakeApplicationManagerWindowBernd Weimer2017-11-271-59/+88
* Relax requirement for QML root elementBernd Weimer2017-08-211-27/+34
* Make Application::codeDir available to the system-uiRobert Griebl2017-03-241-1/+1
* Replace all foreach loops with C++11 ranged-for loopsRobert Griebl2017-03-141-2/+2
* Replace all 0-pointers with C++11 nullptrRobert Griebl2017-03-141-4/+4
* common-lib cleanupRobert Griebl2017-03-131-0/+1
* Fix for clazy and clang static code analysis findingsRobert Griebl2017-02-271-2/+2
* Forgot the application map when renaming baseDir to codeDirRobert Griebl2017-02-271-2/+2
* Fix ownership issue of the Application object on installationRobert Griebl2017-02-221-1/+1
* Improving the mimeType APIDominik Holland2017-01-201-3/+3
* Make the qmlinprocess runtime behave more like the native runtimeDominik Holland2017-01-181-14/+50
* Updated Pelagicore AG copyright to 2017Robert Griebl2017-01-161-1/+1
* Harmonize application run stateBernd Weimer2016-12-161-14/+6
* Improve application quit handlingBernd Weimer2016-11-091-2/+6
* Fix single-process import pathsBernd Weimer2016-11-031-13/+6
* Make the build warning freeRobert Griebl2016-10-191-2/+2
* Reimplemented build-system as a real Qt moduleRobert Griebl2016-10-171-1/+1
* Accept plain strings instead of lists in config filesRobert Griebl2016-09-231-1/+2
* Moved all symbols to a private namespaceRobert Griebl2016-09-231-0/+5
* Enabled importing relative paths for in-processNedim Hadzic2016-08-311-2/+13
* Added a plugin mechanism - currently for startup and containersRobert Griebl2016-08-231-0/+4
* [FakeApplicationManagerWindow] Emitting windowReady only when visibleNedim Hadzic2016-06-131-9/+11
* Added a run-state property for applications.Robert Griebl2016-06-021-0/+3
* Fixed license header to align with the final QtAS contract.Robert Griebl2016-06-021-6/+16
* Use the same license wording for GPL3 as the standard Qt 5.7 license.Robert Griebl2016-04-111-13/+14
* Updated copyright year to 2016Robert Griebl2016-03-171-1/+1
* Added support for application aliases (shortcuts).Robert Griebl2016-02-191-0/+3
* Fixed all relevant clazy warnings - especially QString related ones.Robert Griebl2016-01-141-6/+6
* Containers are owned by their runtimes now, so do not delete them explicitlyRobert Griebl2015-12-161-1/+3
* Pelagicore un-brandingRobert Griebl2015-12-081-9/+9
* Refactored the runtime and container APIRobert Griebl2015-12-081-17/+25
* Tweaked the header layout a little bit, so that it passes the CI check.Robert Griebl2015-11-201-4/+4
* Initial commit of Pelagicore's ApplicationManager with squashed history.Robert Griebl2015-10-261-0/+256