Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-10 | [SPIN] Enable the ntp by connman if device does not use the cellular. | Niraj Kumar Goit | 1 | -0/+6 | |
desc : enable the ntp if the device is not using the cellualr(telephony). This ntp is controlled by net-config. After getting the timeinfo, connman call the alarm-manager's dbus method. Change-Id: I83272206654b6b64c968d5dbb69354e19e971f34 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com> | |||||
2015-08-07 | Base Code merged to SPIN 2.4submit/tizen/20150810.034432 | hyunuktak | 1 | -0/+0 | |
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17 | |||||
2014-07-17 | Imported Upstream version 1.24upstream/1.24 | Zhang zhengguang | 1 | -24/+24 | |
2013-05-20 | clock: Implement load and save for Clock API properties | Patrik Flykt | 1 | -0/+62 | |
Load and save TimeUpdates and TimezoneUpdates Clock API properties. Clock API Timeservers property is already handled by the timeserver code. Fixes BMC#25988 | |||||
2013-05-20 | clock: Export information about time update method | Patrik Flykt | 1 | -6/+5 | |
2012-05-18 | Do not set signature and reply in GDBus tables | Henrique Dante de Almeida | 1 | -3/+3 | |
Use GDBUS_* macros, so signature and reply fields are not set in each method/signal. | |||||
2012-05-18 | Convert GDBus methods and signals to use macro helpers | Henrique Dante de Almeida | 1 | -3/+8 | |
With these macro helpers we can separate in/out arguments and use their own vector. | |||||
2012-05-18 | Constify GDBus signal tables | Henrique Dante de Almeida | 1 | -1/+1 | |
2012-05-18 | Constify GDBus method tables | Henrique Dante de Almeida | 1 | -1/+1 | |
2012-05-01 | clock: Use helper function to add timeservers only once | Patrik Flykt | 1 | -2/+6 | |
2012-04-29 | core: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2012-04-05 | Replace older system timeserver values with new ones instead of appending | Alok Barsode | 1 | -4/+22 | |
Fixes BMC#24997. | |||||
2012-03-04 | core: Add extra checks for set property methods | Marcel Holtmann | 1 | -0/+7 | |
2012-03-04 | clock: Revert change to accept variant of variant | Marcel Holtmann | 1 | -25/+0 | |
2012-03-01 | clock: Accept variant types in SetProperty | Tim Sander | 1 | -0/+25 | |
According the D-Bus API, the Clock interface accepts variant types. | |||||
2012-02-04 | timeserver: Add functions to store/restore timeservers via the clock API | Alok Barsode | 1 | -24/+10 | |
2012-01-09 | clock: Emit property changed signal when time property is channged. | Alok Barsode | 1 | -0/+4 | |
Fixes BMC#23740. | |||||
2011-04-19 | clock: Add skeleton for timezone change function | Marcel Holtmann | 1 | -0/+13 | |
2011-04-19 | clock: Add support for timezone change notifications | Marcel Holtmann | 1 | -0/+19 | |
2011-04-18 | clock: Add support for handling setting of time | Marcel Holtmann | 1 | -1/+18 | |
2011-04-18 | clock: Add support for retrieving time and timezone properties | Marcel Holtmann | 1 | -0/+18 | |
2011-04-18 | clock: Add support for time and timezone update properties | Marcel Holtmann | 1 | -1/+117 | |
2011-04-18 | clock: Add support for timeserver modifications | Marcel Holtmann | 1 | -1/+61 | |
2011-04-18 | clock: Add D-Bus interface skeleton | Marcel Holtmann | 1 | -0/+74 | |
2011-04-18 | core: Add skeleton for clock interfaces | Marcel Holtmann | 1 | -0/+38 | |