summaryrefslogtreecommitdiff
path: root/src/tz-launcher.c
AgeCommit message (Collapse)AuthorFilesLines
2015-05-04Use app_laucher to launch applications registered by application framework.HEADsubmit/tizen_common/20150511.102306accepted/tizen/common/20150511.125909tizen_3.0.2015.q2_commontizenaccepted/tizen_commonBaptiste DURAND1-2/+8
In Tizen, applications installed have specific destop file field. When it appears in destop file use "app_launcher -s <appid>" to launch them changes in review : https://review.tizen.org/gerrit/29552 are needed first BUG-Tizen=TC-1968 Change-Id: I213976616f7f8bca9b550bc738d2c7e6b6638c5d Signed-off-by: Baptiste DURAND <baptiste.durand@open.eurogiciel.org>
2014-11-17tz-launcher: fix warnings, coding style, memory leaksubmit/tizen_mobile/20141120.000000submit/tizen_common/20141117.130703accepted/tizen/common/20141117.165057Manuel Bachmann1-6/+12
This commit fixes all the warnings issued during the "tz-launcher" compilation process. It also enforces coding style consistency, and fixes one memory leak of a cairo context. Change-Id: Ide7a7d8ada146c54c8bc493277d384854793709f Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
2014-09-25Fixup: memory leaksubmit/tizen_common/20140929.164351accepted/tizen/common/20140929.175643José Bollo1-2/+2
Change-Id: Ie75d335df58188d1098c9c160bc83a4f2393a558 Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
2014-06-18Build tz-launcher from package root dirsubmit/tizen_common/20140618.103325Kévin THIERRY1-0/+293
Add a Makefile.am and a configure.ac in the package root dir in order to be able to build tz-launcher without having to cd in the subdirectory in the spec file. Rename directory tz-launcher to src. Also remove executable bit from license file src/COPYING. Change-Id: Ifdcf60cb0cb9af2e83aa088ec9a37947217e47c8 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>