Ismo Puustinen [Tue, 7 Oct 2014 12:36:58 +0000 (15:36 +0300)]
system-controller: delay user init until weston is running.
Change-Id: I8c703422b6f9385d7a92863e5a5dd0961980c0e2
Ismo Puustinen [Tue, 7 Oct 2014 12:13:55 +0000 (15:13 +0300)]
build: added path-track to build.
Change-Id: I3ff542d084d20a518ddecc47baecd4d9a7576f7e
Ismo Puustinen [Tue, 7 Oct 2014 12:05:49 +0000 (15:05 +0300)]
system-controller: added code for tracking single files.
This is meant for figuring out when Weston socket appears.
Change-Id: I7d80eeb37bd8e733e4411860dfc8698d0811cf87
Ismo Puustinen [Mon, 6 Oct 2014 13:56:48 +0000 (16:56 +0300)]
system-controller: save and restore the last user information.
Change-Id: Id8af88372aab821774572f4d7929b95361de33f1
Ismo Puustinen [Tue, 30 Sep 2014 06:37:02 +0000 (09:37 +0300)]
config: Updated murphy.lua to process incoming notification requests.
Change-Id: Id5f8baf4e263ce0f4248f9679e2d1cdedc2465b6
Ismo Puustinen [Wed, 24 Sep 2014 14:01:01 +0000 (17:01 +0300)]
system-controller: do mkdir() calls persistently.
Change-Id: I5d457e621f0648706db52c25040402b2dc6686cb
Ismo Puustinen [Wed, 24 Sep 2014 14:18:22 +0000 (17:18 +0300)]
system-controller: bail out if creating directories fails.
Change-Id: I1dd534f347d32f52bf43507b948efa60d81e2e10
Ismo Puustinen [Wed, 8 Oct 2014 12:09:00 +0000 (15:09 +0300)]
config: add D-Bus session bus address to systemd service file.
Change-Id: Ia0ad14972c4d0b89eccbbccbe5da74180b81e9c1
Janos Kovacs [Wed, 1 Oct 2014 18:26:39 +0000 (21:26 +0300)]
system-controller: change the system-controller generated surface id range
Change-Id: I8d5f9d7d84a217dc2f0c25824d227313f3fe172f
Baptiste DURAND [Wed, 24 Sep 2014 12:20:22 +0000 (14:20 +0200)]
system-controller: try to get launching user for an app using ail and pid.
With the latest ail we need to retreive the launching user for an app
using the PID to get the category right. If the user is not found this
way, we consider the default user ('app') as the launching user and fall
back to look up and use the UID of that instead.
Change-Id: Iaa1d9091598cd7b28dff0ee67e67d357325f152d
Signed-off-by: Baptiste DURAND <baptiste.durand@open.eurogiciel.org>
Ronan Le Martret [Wed, 24 Sep 2014 14:48:45 +0000 (17:48 +0300)]
packaging: change code incompatible with yocto workflow
Change-Id: I3c6a6c5e1ea7a1209b7c46f07d91a1ad9079cc5b
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Ronan Le Martret [Wed, 24 Sep 2014 10:28:01 +0000 (12:28 +0200)]
remove hardcoded conf
- _with_icosyscon should be set in the project config
For more information about conditional builds for rpm spec file please:
- http://www.rpm.org/wiki/PackagerDocs/ConditionalBuilds
Bug-Tizen: PTREL-823
Change-Id: Ife33cc5beead85bfda2afb82701890045431ea35
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Krisztian Litkey [Wed, 24 Sep 2014 06:08:42 +0000 (09:08 +0300)]
packaging: pumped version, updated changelog.
Change-Id: I39b441868e390899c149a3c889d73d6d8b579c1e
Ismo Puustinen [Mon, 22 Sep 2014 07:40:44 +0000 (10:40 +0300)]
system-controller: remember to close the lastinfo fd.
Change-Id: I7250ebe803cfa579bcb2cc8d6d63a33c27b3ef12
Ismo Puustinen [Fri, 19 Sep 2014 13:27:08 +0000 (16:27 +0300)]
gam: fix a false expression and do some cleanup.
Change-Id: Ib353520406e38097459b7f2e3e9065a44dc27c44
Ismo Puustinen [Fri, 19 Sep 2014 13:10:45 +0000 (16:10 +0300)]
gam: init index for error handling too.
Change-Id: I305dff882f9d9d4c8c153bb188731e4948c8b337
Ismo Puustinen [Fri, 19 Sep 2014 13:02:11 +0000 (16:02 +0300)]
amb: check return values correctly.
Change-Id: I1a4db8fd7708727a19962e22fce2c619ca43e632
Ismo Puustinen [Fri, 19 Sep 2014 12:34:48 +0000 (15:34 +0300)]
amb: do not use NULL values when handling errors.
Change-Id: I81462ccd97b8462768cd8a964d693817ec1cb507
Ismo Puustinen [Fri, 19 Sep 2014 11:11:55 +0000 (14:11 +0300)]
system-controller: fixes to user handling.
Change-Id: Ia30f066c7c3ae2f9aba8a9a9c87fdd02ec14ab79
Ismo Puustinen [Fri, 19 Sep 2014 10:06:32 +0000 (13:06 +0300)]
system-controller: use AUL properly.
Change-Id: I38e867d0c9b8aca3a75c6bcf5fd458554fb7291a
Jan Ekström [Thu, 18 Sep 2014 17:59:50 +0000 (20:59 +0300)]
packaging/sys-con: make HomeScreen depend on both deps.
Wayland socket is checked for by systemd, and we check
for the amd_agent socket in the ExecStart.
Change-Id: I39ff86b15cf8a6de54c8ebe6a5dc417d9182f50d
Jan Ekström [Thu, 18 Sep 2014 11:54:55 +0000 (14:54 +0300)]
packaging/sys-con: Only run postun steps when we are uninstalled.
Change-Id: Iadf70eee06eb88b3df67d69971eca77bc4720419
Jan Ekström [Thu, 18 Sep 2014 08:54:09 +0000 (11:54 +0300)]
system-controller/wayland: actually log a forgotten error state.
Change-Id: Idbe612c65f930113096235780fa3aace052a264c
Ronan Le Martret [Wed, 17 Sep 2014 15:05:03 +0000 (18:05 +0300)]
packaging: various spec file cleanups.
- cleaned up manifest management
- use official systemd/unitdir macros
- use %{buildroot} and %__make instead of $RPM_BUILD_ROOT and make
- get rid of rpmlint warnings
o "unescaped macro after shell-style comment"
o "description shorter than summary"
- clean rpmlint score
Change-Id: Ic0e3903bb6876207086ef8842d18d47dc8a02312
Krisztian Litkey [Mon, 15 Sep 2014 13:33:27 +0000 (16:33 +0300)]
common: fix filtering-by-pid check thinko.
Change-Id: I1177207a59e552abbea0e94f403a9e789bee8df5
Krisztian Litkey [Sat, 13 Sep 2014 05:33:00 +0000 (08:33 +0300)]
packaging: bumped version, updated changelog.
Change-Id: Iae9725dd3aca6d1fc88955506170896e5a7166df
Krisztian Litkey [Fri, 12 Sep 2014 15:42:11 +0000 (18:42 +0300)]
sample-config: sample embrionic process watch Lua tests.
Change-Id: I8f4cf1e5ba155759ae1e2e99362c0c2c1732d57d
Krisztian Litkey [Fri, 12 Sep 2014 11:59:29 +0000 (14:59 +0300)]
system-monitor: initial support for process watches.
This patch adds support for process tracking in the form of
process watches. Using a process watch on can get a notification
callback when an event of interest (fork, exec, exit, identity
change, etc.) happens in the tracked process.
Process watches relay on the low-level process watch interface
offered by the common Murphy libraries, which in turn rely in the
kernels process connector event support.
Change-Id: Ieeb2fc955a9b3f67054c28f5e1632ed236729f52
Krisztian Litkey [Mon, 4 Aug 2014 12:45:18 +0000 (15:45 +0300)]
common: initial low-level process tracking implementation.
This commit adds support for process watches. Process watches
abstract the kernel process connector events and can be used
to track processes and certain events related to processes.
The current implementation is an initial attempt and quite
rudimentary as such.
Change-Id: Ie228d6491e457ae0095aa223e75d8f1be68a7d5b
Krisztian Litkey [Fri, 12 Sep 2014 12:33:40 +0000 (15:33 +0300)]
ivi-resource-manager: get rid of trailing whitespace.
Change-Id: I20c516af6a0d423dd5bbcd60569fca007fdbf7cc
Krisztian Litkey [Fri, 12 Sep 2014 12:33:04 +0000 (15:33 +0300)]
ivi-resource-manager: fix error log typo.
Change-Id: I5a1a336a2fa0ea6446013fc6ef6f93b1ea412199
Krisztian Litkey [Fri, 12 Sep 2014 12:32:41 +0000 (15:32 +0300)]
ivi-resource-manager: don't try to use tzplatform* unconditionally.
Change-Id: I08bbac6c5b614682c9792ac2b671a014ea4c5656
Janos Kovacs [Thu, 11 Sep 2014 12:35:49 +0000 (15:35 +0300)]
packaging, system-controller: launch homescreen when session-agent is up
Change-Id: I3e7adf37a5a53be65177a04289329fa1c2b59918
Signed-off-by: Janos Kovacs <jankovac503@gmail.com>
Janos Kovacs [Wed, 10 Sep 2014 23:06:57 +0000 (02:06 +0300)]
system-controller: disable LUA debug messages
Change-Id: I5b000de523bdf3829c36d27d3df9eb37adea07a7
Janos Kovacs [Wed, 10 Sep 2014 21:50:48 +0000 (00:50 +0300)]
system-controller: increase array size to accomodate new message types
Change-Id: I9af62f290c3c6aad20943b5797b29e6bae45598b
Signed-off-by: Janos Kovacs <jankovac503@gmail.com>
Janos Kovacs [Wed, 10 Sep 2014 21:37:33 +0000 (00:37 +0300)]
system-controller: adjust to the ivi-controller-client-protocol changes
Change-Id: Ie60ea212de122119001ea2bb74adeeaefe406af4
Signed-off-by: Janos Kovacs <jankovac503@gmail.com>
Janos Kovacs [Wed, 10 Sep 2014 21:14:50 +0000 (00:14 +0300)]
system-controller: enforce the destination rectangle
Change-Id: Ib371f374bcbeea92cf585888bdfdccb77495eed0
Signed-off-by: Janos Kovacs <jankovac503@gmail.com>
Janos Kovacs [Wed, 10 Sep 2014 19:02:39 +0000 (22:02 +0300)]
system-controller: ignore possibly possibly spurious surface removal events
Change-Id: I3a159ccff5dac404a21354f6ae352a1df1ac45f7
Janos Kovacs [Wed, 10 Sep 2014 17:55:10 +0000 (20:55 +0300)]
Revert "packaging: install user.xml for system-controller."
This reverts commit
4585e5d5aae816a6e63ae745c65680d065000f86.
From now on the user.xml file will be provided by ico-uxf-homescreen package
Change-Id: I5396c5a6e7b5f6da5b4beda54810e7a86553f3ca
Signed-off-by: Janos Kovacs <jankovac503@gmail.com>
Jan Ekström [Tue, 9 Sep 2014 13:20:18 +0000 (16:20 +0300)]
packaging: fix "lfconfig" ldconfig typo.
Change-Id: I06276e5178be2681776cfe29120aa54ad726446e
Jan Ekström [Tue, 9 Sep 2014 13:08:03 +0000 (16:08 +0300)]
packaging: add ldconfig during (un)install for GAM.
Fixes an rpmlint error due to library installation
in package without an ldconfig call.
Change-Id: If8744b6eb79a3d101293a7f3293d8537f43a83cb
Krisztian Litkey [Mon, 8 Sep 2014 07:58:35 +0000 (10:58 +0300)]
packaging: bumped version, updated changelog.
Change-Id: I20dcdcf75ba2d7360a46d1f0590c2e7d7468832b
Jaska Uimonen [Fri, 5 Sep 2014 12:28:12 +0000 (15:28 +0300)]
packaging: added gam tree and name files
Change-Id: I604eb4190dcd9d0b98a843595144a849f878cd0a
Ismo Puustinen [Thu, 15 May 2014 15:10:07 +0000 (18:10 +0300)]
packaging: enable GAM plugins in spec file.
Change-Id: Ic2f9bcdaa63a9795b01798e5a4a51ab49ba15975
Ismo Puustinen [Fri, 5 Sep 2014 15:47:18 +0000 (18:47 +0300)]
config: merged GAM-enabled Murphy configuration with the latest Tizen IVI.
Change-Id: I82482ca3f41d0e9e7c5dd8dbca1b8919a7217ef9
Jaska Uimonen [Wed, 27 Aug 2014 13:52:44 +0000 (16:52 +0300)]
gam-resource-manager: fixed a memory handling error.
Change-Id: I2b377fbc2785ea4772d4536c2ee8849502a6dff9
Ismo Puustinen [Fri, 15 Aug 2014 05:42:42 +0000 (08:42 +0300)]
build-sys: removed gen-debug-table support for GAM components.
Change-Id: I315ccbd59fcc7141942b8c38df4d94c5e6cbd69e
Ismo Puustinen [Fri, 15 Aug 2014 10:26:00 +0000 (13:26 +0300)]
GAM: folded gam-control and immelmann into gam-resource-manager.
Change-Id: I505a210d7008c7ad0b8d067eb88f3aa0f477247a
Krisztian Litkey [Fri, 9 May 2014 14:14:55 +0000 (17:14 +0300)]
gam-control: initial experimental/demo plugin implementation.
This is the counterpart to our Genivi Audio Manager Murphy control
plugin. It does route selection and resource allocation on behalf
of GAM.
Change-Id: I7f61c3c4bd79a73e6fdf86bc763db83a8875bf54
Janos Kovacs [Sun, 4 May 2014 12:06:23 +0000 (15:06 +0300)]
gam-resource-manager: initial experimental/demo plugin implementation.
GAM resource manager is a decision-tree based resource backend
implementation.
Change-Id: Ia353e92ddb9d17bf50882b60dad0001e7c2eb0fc
Ismo Puustinen [Mon, 5 May 2014 10:39:07 +0000 (13:39 +0300)]
immelmann: initial experimental/demo plugin implementation.
This is a plugin for classifying whether resource sets are GAM-aware
or not.
Change-Id: Ie394c9fe3b20cb4c5a278117c87c117d057c4424
Janos Kovacs [Mon, 12 May 2014 21:24:07 +0000 (00:24 +0300)]
resource: moved mrp_zone_count to manager API.
Change-Id: I58ff12748231a824986a9ae0fd059a54d3f52c6d
Ismo Puustinen [Fri, 5 Sep 2014 14:30:39 +0000 (17:30 +0300)]
resource: export mrp_zone_find_by_name through manager API.
Change-Id: I367208ec78e2f3f89bb93a205afb4f9560a39fb9
Janos Kovacs [Fri, 16 May 2014 07:58:48 +0000 (10:58 +0300)]
resource: use transaction when updating 'xxx_users' & 'xxx_owners' tables
Change-Id: Icea865ea2cbd547d5fbf0c6bf7eb528998ab563c
Krisztian Litkey [Tue, 2 Sep 2014 13:26:45 +0000 (16:26 +0300)]
packaging: install user.xml for system-controller.
Change-Id: I1a34b321e329507d108e71140d930fcbb72b594f
Krisztian Litkey [Tue, 2 Sep 2014 11:38:16 +0000 (14:38 +0300)]
packaging: system-controller needs to list an explicit conflict.
Change-Id: I345f5186d6f9319246a06872e21208830a6d38b8
Krisztian Litkey [Mon, 1 Sep 2014 12:20:17 +0000 (15:20 +0300)]
packaging: murphy-system-controller provides system-controller.
Change-Id: Ifce86102bf32226afa6b172ab9cc0247df38f00b
Janos Kovacs [Fri, 22 Aug 2014 11:26:07 +0000 (14:26 +0300)]
system-controller: adpat to modified controller interface
Change-Id: I7586b2b29c0d3859f5246079de71c81b148b8758
Janos Kovacs [Sun, 17 Aug 2014 19:46:21 +0000 (22:46 +0300)]
system-controller: onscreen support
Change-Id: I5238521c1d664ec5f625b3d88231e9f7e28a7922
Janos Kovacs [Sun, 17 Aug 2014 09:54:53 +0000 (12:54 +0300)]
system-controller: get rid of compilation warnings in glm-window-manager.c
Change-Id: I69f8fa207f5af272e37413ae359495a80ea245fa
Janos Kovacs [Sat, 16 Aug 2014 18:26:19 +0000 (21:26 +0300)]
system-controller: fix message types in printouts
Change-Id: Id06c90fcb3c0e8c1e05095431d06d642d4898dfc
Janos Kovacs [Sat, 16 Aug 2014 17:48:02 +0000 (20:48 +0300)]
system-controller: support for window focus
Change-Id: Ie9d7c7dd939d53f60e213bddc02a16e94c53f451
Janos Kovacs [Sat, 16 Aug 2014 15:43:57 +0000 (18:43 +0300)]
system-controller: thumbnail support
Change-Id: I7db9d3c8dd605d9477d6dccf102983bf93434cf0
Janos Kovacs [Sat, 16 Aug 2014 09:43:34 +0000 (12:43 +0300)]
system-controller: fixing the constructor management
Change-Id: I2207bf0140e210502ee1ce00e34395a7fdae7e27
Janos Kovacs [Fri, 15 Aug 2014 08:03:25 +0000 (11:03 +0300)]
system-controller scripting: changes to adapt to new HS protocol
Change-Id: I96e87e689146c0f9f97927514bd9e82be7e3e0ee
Janos Kovacs [Tue, 12 Aug 2014 22:19:17 +0000 (01:19 +0300)]
system-controller: add support for window animation
Change-Id: I6ffbb89e763a45c57144ca4742481066d0058a2e
Janos Kovacs [Tue, 12 Aug 2014 18:19:16 +0000 (21:19 +0300)]
system-controller: use ico-uxf-weston-plugin together with GENIVI shell
Change-Id: Ib8c717329cd00876ffbc736fbf7505c5fc2002aa
Janos Kovacs [Tue, 12 Aug 2014 14:29:01 +0000 (17:29 +0300)]
system-controller: fixes in Z order management
Change-Id: If0bff2091e1deb3bc4f57cafc29dd5ab68456efe
Janos Kovacs [Mon, 11 Aug 2014 23:20:23 +0000 (02:20 +0300)]
system-controller: add support for window opacity
Change-Id: I9c7bc0bba0493f0696f72afa15b94898ade97311
Janos Kovacs [Sun, 10 Aug 2014 22:33:33 +0000 (01:33 +0300)]
system-controller: fixes in surface Z order handling
Change-Id: Ie9dab94d580e87f4cf72797aa91586267ec0db41
Janos Kovacs [Mon, 11 Aug 2014 12:00:25 +0000 (15:00 +0300)]
system-controller: fix crash caused by improper deletion of surfaceless timer
Change-Id: Iddc2fb5e83a23fe303544d39bbc5a466c2b668ce
Janos Kovacs [Thu, 7 Aug 2014 18:50:37 +0000 (21:50 +0300)]
system-controller: set default values for layers
Change-Id: I71b33cf79d8cf75a89ca83344926e91a65f080c8
Janos Kovacs [Mon, 4 Aug 2014 17:09:23 +0000 (20:09 +0300)]
system-controller: add surface Z order management to layers
Change-Id: I2c82cf1ae146dde28affb777cd3e08890e5022b7
Janos Kovacs [Mon, 4 Aug 2014 14:53:35 +0000 (17:53 +0300)]
system-controller: removing ivi-surfaces from ivi-layers in surface destructor
Change-Id: I9db261a8e17857a84a7fddb038aa816e7490b1d2
Janos Kovacs [Thu, 31 Jul 2014 21:39:58 +0000 (00:39 +0300)]
system-controller: update surface visibility
Change-Id: I1d5c3f9332ee5ae81bd0391997f598f0e9c5044a
Janos Kovacs [Thu, 31 Jul 2014 19:51:23 +0000 (22:51 +0300)]
system-controller: update surface layers
Change-Id: I6dad4b65a3a08e417f6fd8e9426c3b597d7fe831
Janos Kovacs [Thu, 31 Jul 2014 11:48:15 +0000 (14:48 +0300)]
system-controller: set empty title for surfaces that do not have one
Change-Id: Ie3a2c3c3837c2abaefc8861c1b97321fcc631a9b
Janos Kovacs [Thu, 31 Jul 2014 08:54:12 +0000 (11:54 +0300)]
system-controller: flush wayland messages in constructor_issue_next_request()
Change-Id: I372a2257975b63606bd513d7798c8aff877f82ac
Janos Kovacs [Wed, 30 Jul 2014 16:30:28 +0000 (19:30 +0300)]
system-controller: do not set surface source rectangles in glm-window-manager
Change-Id: I0192104c53a3a11a77b4d9fb8cfdf39503a747e0
Janos Kovacs [Wed, 30 Jul 2014 15:42:34 +0000 (18:42 +0300)]
system-controller: implement layer visibility request in glm-window-manager
Change-Id: I67574b65f598be51f758431d41a7f3902852ab48
Janos Kovacs [Wed, 30 Jul 2014 14:12:07 +0000 (17:12 +0300)]
system-controller: handle geometry requests in glm-window-manager
Change-Id: I7c74366081ce8d9b3686cee20b877921935a98c3
Janos Kovacs [Tue, 22 Jul 2014 10:11:40 +0000 (13:11 +0300)]
system-controller: take into use the modified ivi protocols
Change-Id: I316d9ca3dbe80e0155f7a82deac0cdd8abf87b63
Janos Kovacs [Wed, 16 Jul 2014 14:12:38 +0000 (17:12 +0300)]
system-controller: tune the surface construction
Change-Id: I1f03c2ca9093afefbcb3ca0b6397af1ee5036970
Janos Kovacs [Wed, 16 Jul 2014 11:28:27 +0000 (14:28 +0300)]
system-controller: window creation
Change-Id: Id0ac663c74e71e189944a5eda92ec9db4550982f
Janos Kovacs [Wed, 16 Jul 2014 10:46:22 +0000 (13:46 +0300)]
system-controller: layer and visibility requests for windows
Change-Id: Ife02cff6a7717611cec8378af1c3c7bc549206fb
Janos Kovacs [Mon, 14 Jul 2014 21:39:55 +0000 (00:39 +0300)]
system-controller: add outputname field to layers
Change-Id: I0152be255970b370c78d9fba75f7613325c2ca67
Janos Kovacs [Sat, 5 Jul 2014 23:28:23 +0000 (02:28 +0300)]
system-controller: add glm managers
Change-Id: I84cc00c8c61402a01bb3445235c03b8cf3f2cef9
Janos Kovacs [Sat, 5 Jul 2014 17:26:25 +0000 (20:26 +0300)]
system-controller: build support for both ico and ivi-shell plugins in weston
Change-Id: Ia54c4ee0f6df7ef5bf07c17abd525a9b8795605e
Jan Ekström [Thu, 28 Aug 2014 09:44:14 +0000 (12:44 +0300)]
packaging: Properly separate license packaging, add LICENSE-BSD
This should now install the base license files completely into
the system correctly. Additionally, don't package the INSTALL
file as it should not be installed at all (and it is no longer
installed by `make install`)
Change-Id: I52e0a5fc99c2136d3852c1b77d2c0dbe8eab7ec7
Ismo Puustinen [Thu, 28 Aug 2014 03:28:15 +0000 (06:28 +0300)]
system-controller: multiuser support.
Change-Id: Ib4b6772e7360a2175d596901e21740cc38a7418f
Ismo Puustinen [Thu, 28 Aug 2014 03:27:51 +0000 (06:27 +0300)]
ivi-resource-manager: multiuser support.
Change-Id: I7360b80583fe1d8141109952dd74b9bc43abcb27
Ismo Puustinen [Thu, 28 Aug 2014 03:26:34 +0000 (06:26 +0300)]
build: added support for multiuser architecture.
This is done with the help of tizen-platform-config package.
Change-Id: I432f1a6538a8b7efcdc8b7dcecf1c00befaef253
Krisztian Litkey [Wed, 27 Aug 2014 12:51:03 +0000 (15:51 +0300)]
packaging: use gbs-kosher conditional RPM dependencies.
Change-Id: I8bf4ba29749d83a313fc3406b77b58db256ae359
Krisztian Litkey [Tue, 26 Aug 2014 08:45:41 +0000 (11:45 +0300)]
packaging: bumped version, updated changelog.
Change-Id: I639382ebb1a2d6b29dd8593639e0fb65d58b7710
Krisztian Litkey [Tue, 26 Aug 2014 08:43:37 +0000 (11:43 +0300)]
packaging: kludge to interpret both _with_icosyscon set to 0 and left unset correctly.
Change-Id: I941b34ee2ed7e147d9afce864cc63be42a73485c
Krisztian Litkey [Fri, 6 Jun 2014 10:17:28 +0000 (13:17 +0300)]
packaging: bumped version, updated changelog.
Change-Id: Ib909584fdc882a54c6ba5ef64d8702827a17dd79
Krisztian Litkey [Tue, 3 Jun 2014 20:10:54 +0000 (23:10 +0300)]
build-sys: stop generating func-info for ivi-resource-manager.
Change-Id: I61731d4b7e5f2040beeca13ef18a792b8be1cd96
Krisztian Litkey [Tue, 3 Jun 2014 20:10:27 +0000 (23:10 +0300)]
build-sys: stop generating func-info for plugin-dlog.
Change-Id: Ib0bb200c085529d4209555bb1d443acc55d91662
Krisztian Litkey [Mon, 26 May 2014 14:45:22 +0000 (17:45 +0300)]
packaging: updated changelog.
Change-Id: Id4793cbddb780176b5b4c95f643512ce90253139
Ismo Puustinen [Wed, 21 May 2014 12:26:39 +0000 (15:26 +0300)]
config: add volume context table for PulseAudio volume model.
Change-Id: I80b514f4b0f280c4b6922e020786fabe4ef360e8