[UI] Tab ordering persistance 66/61966/4
authorMichal Skorupinski <m.skorupinsk@samsung.com>
Thu, 10 Mar 2016 16:07:55 +0000 (17:07 +0100)
committerMichal Skorupinski <m.skorupinsk@samsung.com>
Mon, 14 Mar 2016 13:25:20 +0000 (14:25 +0100)
commitbf039886e98f7718ba67e06723567efa30e4359b
treed662a542a4c89f55e6024c80b26ee22cf78baf65
parente1177db79fb84bb02791987002f8a77cf7bb49ed
[UI] Tab ordering persistance

Tab ordering is stored using the preference api.
Whenever the user swaps the position of two tabs
the preference keys are updated.
When the aplication is launched the tab order
is set using the positions stored in the preferences

Change-Id: Ic2f639f7aba4d06e5a98736a736062e3da786950
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
CMakeLists.txt
include/data/settings_preferences.h [new file with mode: 0644]
src/data/settings_preferences.c [new file with mode: 0644]
src/view/view_base.c