| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| | |
Signed-off-by: Mattias Andrée <maandree@kth.se>
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/ |
|
|
|
|
|
| |
This should fix the fact that redshift cannot query its location using
geoclue 2
|
|
|
|
|
| |
Similarly to the Geoclue provider, the CoreLocation provider only
requests the location on startup.
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Signed-off-by: Mattias Andrée <maandree@operamail.com>
|
|
|
|
|
| |
Add location-geoclue.c to POTFILES.in
Update .po files
|
|
|
|
|
| |
Distribute files HACKING, DESIGN and README-colorramp
Remove location-gnome-clock.c from POTFILES.in
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
in bindir.
|
|
Add extension to gtk-redshift to satisfy update-po rules.
|