aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add updated RPM spec for redshift (based on 1.7-5 in Fedora)Jon Lund Steffensen2013-12-111-0/+1
| | | | | | | Updated to 1.8. Includes updates for renamed gtk-redshift to redshift-gtk. Includes further updates to installed doc files and removes dependencies for GNOME Clock location provider.
* Remove Gnome Clock location providerJon Lund Steffensen2013-12-091-26/+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 dummy gamma adjustment methodJon Lund Steffensen2013-12-091-5/+0
| | | | | | | | This method does not do anything but print the temperature to the terminal. An external program implementing a color temperature adjustment scheme that is not supported by redshift can use this method to determine the desired color temperature. It is also useful for testing other parts of redshift on systems where neither RandR nor VidMode works.
* Fix configure script status output for GUIJon Lund Steffensen2013-12-081-0/+2
|
* Clean up install instructions in README, INSTALL, HACKINGJon Lund Steffensen2013-11-231-1/+1
| | | | | | | Setup automake to "foreign" so that no additional files are required to be present. Remove AUTHORS and ChangeLog (this info can be found in the git repository), and remove INSTALL. Add a reference to the HACKING document in README. Add dependency information in HACKING.
* Bump version to 1.8Jon Lund Steffensen2013-10-211-1/+1
|
* configure.ac: Require autoconf 2.69Jon Lund Steffensen2013-10-211-1/+1
| | | | | | | | From fedora bug report: Support for the ARM 64 bit CPU architecture (aarch64) was introduced in autoconf 2.69. redshift appears to use an earlier version of autoconf, preventing its being built. (Thanks Miloš Komarčević, Dennis Gilmore)
* 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.
* Update NEWS and configure.ac for 1.7 release.Jon Lund Steffensen2011-07-041-1/+1
|
* Use signal.h instead of sys/signal.h for POSIX compliance.Albert Lee2011-07-041-1/+1
|
* Install Ubuntu icons as option (--enable-ubuntu). (Francesco Marella)Jon Lund Steffensen2011-07-041-0/+12
|
* Merge Geoclue location provider by Mathieu Trudel-Lapierre with some tweaks.Jon Lund Steffensen2011-03-281-1/+28
|\
| * Add first pass of Geoclue location provider.Mathieu Trudel-Lapierre2011-02-091-0/+10
|/
* Update AUTHORS, NEWS and configure.ac for 1.6 release.Jon Lund Steffensen2010-10-181-1/+1
|
* Update NEWS, AUTHORS and configure.ac for 1.5 release.Jon Lund Steffensen2010-08-181-1/+1
|
* Merge GUI optimization from Francesco Marella with a few tweaks.Jon Lund Steffensen2010-07-281-37/+13
|\
| * Optimize indicators code.Francesco Marella2010-07-211-38/+13
|/ | | | User, at configure time, chooses to enable or disable the gui. Determine at runtime whether to use the appindicator or status icon as fallback.
* Move gtk-redshift.desktop file to data dir.Jon Lund Steffensen2010-06-301-0/+1
|
* Update AUTHORS, NEWS, configure.ac for 1.4.1.Jon Lund Steffensen2010-06-151-1/+1
|
* Fix build in Fedora.Jon Lund Steffensen2010-06-151-1/+1
|
* Add missing file to Makefile.am.Jon Lund Steffensen2010-06-131-4/+8
| | | | Fix detection of GUI dependencies in configure.ac.
* Update configure.ac for 1.4 release.Jon Lund Steffensen2010-06-131-1/+1
|
* Use AM_SILENT_RULES, if available, to supress verbose make output.Francesco Marella2010-06-101-0/+2
|
* Merge application indicator support from Franesco Marella.Jon Lund Steffensen2010-06-061-20/+58
|\ | | | | | | | | | | 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 the autofoo needed to choose GTK+ status icon or app-indicatorFrancesco Marella2010-06-041-0/+24
|/ | | Passing 'enable-appindicator=yes' to the configure script the GTK+ status icon will be disabled.
* Add location provider that reads location from the gconf key associatedJon Lund Steffensen2010-05-251-0/+25
| | | | | 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.
* systemtime.c: Portably read current time on posix and windows.Jon Lund Steffensen2010-05-061-2/+26
| | | | | | | | w32gdi.c: Implements gamma ramp method for Windows GDI API. Use double as a cross platform time representation. Add WinGDI as a selectable method (currently limitied to minimum 4500K). Fix a bug where redshift would crash if RANDR failed and VidMode wasn't compiled in.
* configure.ac: Remove useless malloc check, add check for sys/signal.h.Jon Lund Steffensen2010-05-061-2/+1
|
* Prepare NEWS, README and configure.ac for 1.3 release on 2010-05-12.Jon Lund Steffensen2010-05-051-1/+1
|
* Change python dependency to 2.6.Jon Lund Steffensen2010-05-051-2/+2
|
* Update ChangeLog, NEWS and README for release.Jon Lund Steffensen2010-02-111-1/+1
| | | | Increment version in configure.ac.
* Switch to heirarchial makefiles. Seems to be the only way to makeJon Lund Steffensen2010-02-111-0/+2
| | | | distcheck happy :(
* Turn gtk-redshift into a python module. A launcher script is installedJon Lund Steffensen2010-02-111-3/+8
| | | | in bindir.
* configure.ac: Look for gettextJon Lund Steffensen2010-02-101-0/+4
|
* Change bug report address to launchpad bugs url.Jon Lund Steffensen2010-02-021-1/+1
|
* Check for python 2.4Jon Lund Steffensen2010-02-011-1/+1
|
* Update AUTHORS, ChangeLog, NEWS, README for release.Jon Lund Steffensen2010-01-141-1/+1
| | | | Increment version in configure.ac.
* configure.ac: Fail if explicitly enabled features are missingJon Lund Steffensen2010-01-141-9/+13
| | | | dependencies to build.
* Allow install of gtk-redshift script to be disabled in configure script.Jon Lund Steffensen2010-01-141-0/+20
|
* Update ChangeLog, NEWS and README for 1.0 release.Jon Lund Steffensen2010-01-091-1/+1
| | | | Increment version in configure.ac.
* Update ChangeLog, NEWS and README for 0.4 release.Jon Lund Steffensen2010-01-071-1/+1
| | | | Increment version in configure.ac.
* Update README, NEWS and ChangeLog for 0.3 release.Jon Lund Steffensen2009-12-281-1/+1
| | | | Increment version in configure.ac.
* Add autoconf check for clock_gettime() and floor().Jon Lund Steffensen2009-12-281-1/+3
|
* Allow compile time selection of which method to compile in.Jon Lund Steffensen2009-12-251-3/+48
|
* Increment version to 0.2Jon Lund Steffensen2009-12-231-1/+1
|
* Add setting gamma ramps with the VidMode extension.Jon Lund Steffensen2009-12-231-0/+2
| | | | | Allow selection of gamma setting method with program parameter (-m). Fallback to VidMode if RANDR doesn't work.
* Move source and headers to src dir.Jon Lund Steffensen2009-12-231-1/+1
|
* Add autotools support.Jon Lund Steffensen2009-11-041-0/+39