aboutsummaryrefslogtreecommitdiffstats
path: root/po/POTFILES.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'coopgamma' of https://github.com/maandree/redshiftMattias Andrée2025-03-051-0/+1
|\
| * Add coopgamma backendMattias Andrée2016-12-191-0/+1
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* | Move options handling to separate fileJon Lund Steffensen2017-10-131-1/+1
| | | | | | | | | | | | | | Create options.c which contains functions for initializing and parsing options from the command line and the configuration file. Program options that were previously local variables in main() are moved to the options_t struct.
* | Remove deprecated geoclue 1 location providerJon Lund Steffensen2017-08-161-1/+0
|/
* Add a redshift desktop file (#158)Laurent Bigonville2015-07-071-0/+1
| | | | | This should fix the fact that redshift cannot query its location using geoclue 2
* Add CoreLocation (OSX) location providerJon Lund Steffensen2014-12-151-0/+1
| | | | | Similarly to the Geoclue provider, the CoreLocation provider only requests the location on startup.
* Add Quartz (OSX) gamma adjustment methodJon Lund Steffensen2014-12-151-0/+1
|
* Fix #95: Add AppData file for package managersJon Lund Steffensen2014-12-151-0/+1
|
* Fix #80: Add Geoclue2 location providerJon Lund Steffensen2014-12-151-0/+1
| | | | | | | This simply runs a GLib main loop when the location is requested and tries to get the location from GeoClue2. We need to run a main loop since the location is not immediately available, instead it becomes available through a signal.
* Add gamma-dummy.c to POTFILES.inJon Lund Steffensen2014-08-161-0/+1
|
* Make desktop file translatableJon Lund Steffensen2014-05-281-0/+2
| | | | | | | | Changes bootstrap script to run libtoolize. Some extra magic was needed for autoreconf (taken from GNOME projects). The INTLTOOL_DESKTOP_RULE should be used in Makefile.am but is unfortunately broken at this time for out-of-source builds. The rule is instead copied and fixed in Makefile.am.
* Support for running Redshift without a graphical environment in Linux by using Direct Rendering ManagerMattias Andrée2014-03-221-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* Update translation filesJon Lund Steffensen2013-12-121-0/+1
| | | | | Add location-geoclue.c to POTFILES.in Update .po files
* Fix errors when running dist targetsJon Lund Steffensen2013-12-101-1/+0
| | | | | Distribute files HACKING, DESIGN and README-colorramp Remove location-gnome-clock.c from POTFILES.in
* Rename gtk-redshift -> redshift-gtk.Jon Lund Steffensen2013-03-051-1/+1
| | | | This is primarily for improved discovery. Some users report that they didn't know about redshift-gtk, but had it been available on tab completion they would have noticed. Also, I think it is in general good practice that closely related programs have the same prefix.
* Add configuration file support.Jon Lund Steffensen2010-10-151-0/+2
|
* Merge GUI optimization from Francesco Marella with a few tweaks.Jon Lund Steffensen2010-07-281-1/+0
|
* Merge application indicator support from Franesco Marella.Jon Lund Steffensen2010-06-061-0/+1
| | | | | | Change GUI configuration parameter in configure.ac to --enable-gui. Distribute defs.py.in and gtk-redshift.in even if GUI is disabled. Update POTFILES.in and update translation files.
* Add location provider that reads location from the gconf key associatedJon Lund Steffensen2010-05-251-0/+1
| | | | | 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.
* Update POTFILES and po filesJon Lund Steffensen2010-05-251-2/+6
|
* Turn gtk-redshift into a python module. A launcher script is installedJon Lund Steffensen2010-02-111-1/+1
| | | | in bindir.
* Add po support files.Jon Lund Steffensen2010-02-101-0/+7
Add extension to gtk-redshift to satisfy update-po rules.