summaryrefslogtreecommitdiffstats
path: root/src/manager-lib/nativeruntime.cpp
Commit message (Expand)AuthorAgeFilesLines
* WaylandCompositor: Support xdg-shell instead of xdg-shell-v5 in Qt 5.12Daniel d'Andrada2018-11-221-0/+5
* Fix macOS/clang warningsRobert Griebl2018-11-091-13/+5
* Use the new runtimeCreated signal in the ApplicationIPCManagerRobert Griebl2018-10-121-42/+9
* Fix: software-container plugin is not able to connect to the P2P busRobert Griebl2018-10-121-1/+1
* Add basic iOS support. Fix all "macOS" referencesRobert Griebl2018-08-241-1/+1
* Get rid of QProcess in the internal and external APIRobert Griebl2018-08-231-16/+16
* WaylandCompositor: add support for XDG V5 shell extensionDaniel d'Andrada2018-06-291-0/+1
* Merge remote-tracking branch 'tqc/5.11' into devRobert Griebl2018-06-281-25/+30
|\
| * Fix quick-launched apps not starting reliablyRobert Griebl2018-06-211-25/+30
* | Merge remote-tracking branch 'tqc/5.11' into devRobert Griebl2018-06-071-0/+7
|\|
| * Add options to specify iconTheme and searchPaths in am-config.yamlDominik Holland2018-06-071-0/+7
* | Let Application take care of clearing its runtime pointer when neededDaniel d'Andrada2018-05-141-3/+0
* | Refactor the Application objectDaniel d'Andrada2018-05-141-12/+12
|/
* Deprecate info.yaml fields now, so we can remove them in 5.12Robert Griebl2018-05-031-9/+13
* Clang code model fixesRobert Griebl2018-04-171-1/+1
* Add support for commandline arguments in native applicationsRobert Griebl2018-04-061-0/+2
* Fix --no-dlt-logging to disable dlt logging also in apps againDominik Holland2018-03-291-1/+1
* Fixed the logic of detecting native apps that support the ApplicationInterfaceRobert Griebl2018-03-151-7/+9
* Fix quicklaunchBernd Weimer2018-03-021-1/+4
* Update Pelagicore copyright headers to 2018Robert Griebl2018-02-071-1/+1
* Refactor the interface between the AM and runtime launchersRobert Griebl2017-12-151-15/+41
* Improve launcher binary detectionRobert Griebl2017-11-211-6/+16
* Pass slowAnimations down to client applicationsDaniel d'Andrada2017-09-201-0/+11
* Find a suitable launcher binary when using custom executablesRobert Griebl2017-08-081-6/+20
* Replace debug-wrapper specifications with more powerful syntaxRobert Griebl2017-07-051-25/+14
* Made the external D-Bus interfaces a compile time optionRobert Griebl2017-07-031-0/+1
* Optimize and simplify pid checking for process hierarchiesRobert Griebl2017-05-291-13/+6
* Add wayland/multi-process support for macOSRobert Griebl2017-05-101-58/+50
* Get rid of the libdbus compile-time dependencyRobert Griebl2017-05-051-2/+11
* Improve shutdown behavior to avoid crashes when quittingRobert Griebl2017-05-031-6/+9
* Pass name, icon and version to applicationsBernd Weimer2017-04-211-0/+15
* Fix shutdown behavior of the NativeRuntimeRobert Griebl2017-04-071-3/+0
* Fix disabling DLT in client appsRobert Griebl2017-04-071-1/+1
* Make Application::codeDir available to the system-uiRobert Griebl2017-03-241-2/+2
* Replace all foreach loops with C++11 ranged-for loopsRobert Griebl2017-03-141-3/+4
* Replace all 0-pointers with C++11 nullptrRobert Griebl2017-03-141-1/+1
* common-lib cleanupRobert Griebl2017-03-131-1/+2
* Remove additionalConfigurationBernd Weimer2017-03-091-5/+0
* Fix ownership issue of the Application object on installationRobert Griebl2017-02-221-2/+2
* Fix systemProperties for quick-launched applicationsBernd Weimer2017-01-251-3/+4
* Improving the mimeType APIDominik Holland2017-01-201-3/+4
* Adding a new supportsApplicationInterface field to info.yamlDominik Holland2017-01-181-19/+26
* Updated Pelagicore AG copyright to 2017Robert Griebl2017-01-161-1/+1
* Add applicationProperties to manifestBernd Weimer2017-01-131-0/+7
* Add systemProperties to configurationBernd Weimer2017-01-131-2/+7
* Made the native runtime aware of the Notification server D-Bus registrationRobert Griebl2017-01-091-0/+2
* Added a command line option to run without DLT loggingDominik Holland2017-01-091-0/+2
* Make ApplicationInterfaceExtension object creation dynamicNedim Hadzic2017-01-031-4/+9
* Added support for setting per-app env variablesRobert Griebl2016-12-201-1/+20
* Fixed more clazy warningsRobert Griebl2016-12-201-2/+2