Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Gnome Clock location provider | Jon Lund Steffensen | 2013-12-09 | 1 | -210/+0 |
| | | | | | | | | This was basically a hack that happened to work because the Gnome Clock applet could store the current location of the user, and Redshift was able to fetch this location through GConf. Since Redshift for some time now has supported a config file where the location can be set, there is not really any reason to use an external, fragile solution to do the same. | ||||
* | Add various documentation updates: DESIGN and HACKING document, and various small comments int the source (Christian Jaeger). | Jon Lund Steffensen | 2011-10-18 | 1 | -1/+3 |
| | | | | Update man page with information on configuration file. | ||||
* | location-gnome-clock.c: Avoid leaking GError objects (Albert Lee). | Albert Lee | 2011-07-04 | 1 | -14/+18 |
| | |||||
* | Apply fix for new clock applet gconf (Miloš Komarčević). | Jon Lund Steffensen | 2011-07-04 | 1 | -0/+16 |
| | |||||
* | Merge GNOME clock fix for multiple applets by Francesco Marella. | Jon Lund Steffensen | 2010-09-04 | 1 | -37/+63 |
|\ | | | | | | | Clean up GNOME clock code and fix memory leak. | ||||
| * | Fix to get location from a secondary clock applet | Francesco Marella | 2010-09-02 | 1 | -23/+25 |
|/ | |||||
* | location-gnome-clock.c: Only look in properties of applets that are | Jon Lund Steffensen | 2010-06-30 | 1 | -6/+9 |
| | | | | enabled. Patch by Gabriel de Perthuis. | ||||
* | Split init function of methods and providers into init and start. | Jon Lund Steffensen | 2010-05-27 | 1 | -6/+14 |
| | | | | | The set_option function can be called to set options between init and start. | ||||
* | Let gamma methods and location providers print help on option parameters. | Jon Lund Steffensen | 2010-05-27 | 1 | -0/+12 |
| | |||||
* | Add location provider that reads location from the gconf key associated | Jon Lund Steffensen | 2010-05-25 | 1 | -0/+139 |
with the GNOME Clock applet. The implementation is rather simplistic as it only reads the location once on init but that'll have to do for now. |