summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix for crashes on startup due to missing libcrypto.so.1 linkv1.0_QtASRobert Griebl2016-07-062-0/+11
* Doc fixRobert Griebl2016-07-061-1/+1
* Honor the current logging rules in the QML loggerRobert Griebl2016-07-061-0/+3
* Ignore apps with unknown runtimesDominik Holland2016-07-052-2/+20
* Fixed missing openDocument signal emission in the qml-launcherRobert Griebl2016-07-051-6/+5
* Finished up the in-process notification handling on the server side.Robert Griebl2016-06-292-25/+45
* Added a non-Model API to both the Application- and NotificationManagerRobert Griebl2016-06-294-15/+73
* Various Notification fixes.Robert Griebl2016-06-292-6/+27
* [NotificationManager] Added signal for updating notificationsNedim Hadzic2016-06-242-0/+3
* Support class rename in QtWayland 5.8.Robert Griebl2016-06-211-3/+8
* Support the compiler in optimizing the startup process.Robert Griebl2016-06-217-22/+23
* Another round of fixes for clazy warnings.Robert Griebl2016-06-2116-21/+50
* Do not even start to build if libcrypto is needed, but missingRobert Griebl2016-06-218-13/+73
* Re-enable compiled-in git version for diagnostic purposes.Robert Griebl2016-06-212-3/+6
* Simplified the .pro file logic a bit.Robert Griebl2016-06-211-5/+5
* Changed the --single-app syntax to better support aliases.Robert Griebl2016-06-212-4/+33
* [FakeApplicationManagerWindow] Emitting windowReady only when visibleNedim Hadzic2016-06-134-12/+27
* Create D-Bus adaptors asynchronously to improve startup performance.Robert Griebl2016-06-134-25/+61
* Fixed parameter namingRobert Griebl2016-06-131-1/+1
* Fixed a bunch of build and runtime issues for multi-process builds.Robert Griebl2016-06-1317-77/+170
* Better documentation for hardware-id configurationRobert Griebl2016-06-091-8/+41
* Added cgroup support to the default process container solution.Robert Griebl2016-06-098-58/+202
* Forgot the ApplicationInstaller QML namespace when renaming all of them.Robert Griebl2016-06-091-1/+1
* Doc cleanup and consistent spellingRobert Griebl2016-06-0710-17/+25
* Updated the IPC documentationRobert Griebl2016-06-078-11/+163
* Updated tool docsRobert Griebl2016-06-064-6/+32
* Make the docs readable in the online style.Robert Griebl2016-06-0311-212/+196
* Doc: Improve documentation configuration and build processTopi Reinio2016-06-037-518/+107
* Take aliases into account when starting apps via openUrl.Robert Griebl2016-06-021-1/+19
* Added a run-state property for applications.Robert Griebl2016-06-027-55/+54
* Fixed license header to align with the final QtAS contract.Robert Griebl2016-06-02181-1142/+4137
* Fix registration of multiple extension interfaces in multi-process mode.Robert Griebl2016-05-312-2/+31
* Support mixed Qt 5.6 / QtWayland 5.7 setups.Robert Griebl2016-05-311-2/+2
* Add dummy import for ApplicationIPCInterface.Volker Krause2016-05-242-0/+36
* Fix ApplicationIPC usage in the system-uiRobert Griebl2016-05-183-12/+17
* Set parameter names for IPC signals on the client sideRobert Griebl2016-05-171-0/+1
* Added sender and receiver properties for multi-process IPC calls.Robert Griebl2016-05-0916-199/+505
* More installer documentationRobert Griebl2016-04-2714-17/+157
* Renamed the QML namespace to "QtApplicationManager".Robert Griebl2016-04-269-26/+26
* Removed the verbose QML namespaces from the docs, since qdoc 5.7 does not nee...Robert Griebl2016-04-237-38/+32
* Add a convenience function to translate between window items and model indexesRobert Griebl2016-04-232-0/+13
* Updated the dummyimports with the more recent code from NeptuneRobert Griebl2016-04-239-139/+176
* Added package format documentationRobert Griebl2016-04-234-5/+202
* API review and documentation for ApplicationManagerWindowRobert Griebl2016-04-232-7/+44
* API review and documentation for Notification and NotificationManagerRobert Griebl2016-04-237-120/+340
* API review and documentation for WindowManagerRobert Griebl2016-04-237-125/+191
* Add title property to FakeApplicationManagerWindow.Volker Krause2016-04-211-0/+3
* Allow non-registered action ids when invoking them server side.Robert Griebl2016-04-191-2/+5
* Add support for virtual keyboardJan Arne Petersen2016-04-183-0/+6
* Fix first-frame drawn timing when using the basic render loop.Robert Griebl2016-04-151-2/+2