Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add AppArmor profile | Cameron Norman | 2017-10-10 | 1 | -2/+18 |
| | |||||
* | Rename HACKING.md to CONTRIBUTING.md | Jon Lund Steffensen | 2017-08-14 | 1 | -1/+1 |
| | |||||
* | Fix #284: Add sample configuration file | Jon Lund Steffensen | 2015-12-28 | 1 | -1/+2 |
| | |||||
* | Add a redshift desktop file (#158) | Laurent Bigonville | 2015-07-07 | 1 | -0/+1 |
| | | | | | This should fix the fact that redshift cannot query its location using geoclue 2 | ||||
* | Fix #95: Add AppData file for package managers | Jon Lund Steffensen | 2014-12-15 | 1 | -2/+20 |
| | |||||
* | Makefile: Add README to distributed files | Jon Lund Steffensen | 2014-12-15 | 1 | -0/+1 |
| | | | | | | README was accidentally omitted from distribution, and the link from README to README.md was missing since the file was renamed with the Markdown extension. | ||||
* | Fix: desktop files missing in EXTRA_DIST and CLEANFILES | Jon Lund Steffensen | 2014-08-16 | 1 | -2/+4 |
| | |||||
* | Merge pull request #92 from jonls/fix-91-makerule | Jon Lund Steffensen | 2014-08-17 | 1 | -1/+1 |
|\ | | | | | Fix building systemd unit files | ||||
| * | Fix building systemd unit files | Jon Lund Steffensen | 2014-05-25 | 1 | -1/+1 |
| | | | | | | | | | | | | The previous Makefile rule would generate all unit files from `redshift.service.in`. This is fixed to generate the file from the proper `.service.in` file. | ||||
* | | Make desktop file translatable | Jon Lund Steffensen | 2014-05-28 | 1 | -3/+9 |
|/ | | | | | | | | 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. | ||||
* | Add systemd user unit file for redshift-gtk | Jon Lund Steffensen | 2014-03-20 | 1 | -1/+2 |
| | |||||
* | Add systemd .service file for redshift | Henry de Valence | 2014-03-20 | 1 | -1/+25 |
| | | | | | | | | | Add a systemd user .service file to allow users to run redshift as a daemon using systemd. Also adds a new configure option, `--with-systemduserunitdir`, which gives the install path. If set to `no`, systemd support is disabled. If not set, we use `pkg-config` to find the path. | ||||
* | Update icon cache on install | TingPing | 2014-01-01 | 1 | -0/+10 |
| | |||||
* | Fix errors when running dist targets | Jon Lund Steffensen | 2013-12-10 | 1 | -0/+7 |
| | | | | | Distribute files HACKING, DESIGN and README-colorramp Remove location-gnome-clock.c from POTFILES.in | ||||
* | Rename gtk-redshift -> redshift-gtk. | Jon Lund Steffensen | 2013-03-05 | 1 | -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. | ||||
* | Makefile.am: Fix missing files when generating tarball. | Sebastian Pipping | 2013-03-02 | 1 | -17/+25 |
| | | | | | | | | | | | | | | With $ ./configure --disable-gui $ make dist currently a tarball would be produced, that lacks the .desktop file. That happens, because an empty variable is appended to EXTRA_DIST. The attached patch ensures release tarballs with complete, consistent content and at the same time makes sure that with --disable-gui no .svg files are installed. | ||||
* | Install Ubuntu icons as option (--enable-ubuntu). (Francesco Marella) | Jon Lund Steffensen | 2011-07-04 | 1 | -2/+7 |
| | |||||
* | Separate the redshift.svg icon into an application icon and a status icon | Jon Lund Steffensen | 2010-10-18 | 1 | -5/+8 |
| | | | | | (redshift-status-on.svg). Rename redshift-idle.svg to redshift-status-off.svg. | ||||
* | Add man page. | Andrew Starr-Bochicchio | 2010-08-31 | 1 | -0/+2 |
| | |||||
* | Move gtk-redshift.desktop file to data dir. | Jon Lund Steffensen | 2010-06-30 | 1 | -1/+10 |
| | |||||
* | Include mono icons by Joern Konopka. | Jon Lund Steffensen | 2010-06-14 | 1 | -4/+15 |
| | |||||
* | Add redshift-idle icon. | Francesco Marella | 2010-06-04 | 1 | -1/+2 |
| | | | Royalty-Free, thanks to Joern Konopka <cldx3000@googlemail.com> | ||||
* | Switch to heirarchial makefiles. Seems to be the only way to make | Jon Lund Steffensen | 2010-02-11 | 1 | -57/+2 |
| | | | | distcheck happy :( | ||||
* | gtk-redshift: Use absolute path when launching redshift process. | Jon Lund Steffensen | 2010-02-11 | 1 | -1/+2 |
| | |||||
* | Turn gtk-redshift into a python module. A launcher script is installed | Jon Lund Steffensen | 2010-02-11 | 1 | -2/+7 |
| | | | | in bindir. | ||||
* | Add templete for python source file with local definitions. | Jon Lund Steffensen | 2010-02-11 | 1 | -1/+10 |
| | |||||
* | Add update-po rule in top-level Makefile | Jon Lund Steffensen | 2010-02-10 | 1 | -0/+6 |
| | |||||
* | Define path to locale directory. | Jon Lund Steffensen | 2010-02-10 | 1 | -2/+9 |
| | | | | Name of gtk-redshift changed, update file reference (add .py). | ||||
* | Allow install of gtk-redshift script to be disabled in configure script. | Jon Lund Steffensen | 2010-01-14 | 1 | -0/+2 |
| | |||||
* | Add python script to control redshift through a status icon (tray icon). | Jon Lund Steffensen | 2010-01-14 | 1 | -0/+3 |
| | |||||
* | Add scalable application icon. | Jon Lund Steffensen | 2010-01-12 | 1 | -1/+7 |
| | |||||
* | Add autoconf check for clock_gettime() and floor(). | Jon Lund Steffensen | 2009-12-28 | 1 | -1/+1 |
| | |||||
* | Use clock_gettime() to read current time. | Jon Lund Steffensen | 2009-12-28 | 1 | -1/+1 |
| | |||||
* | Allow compile time selection of which method to compile in. | Jon Lund Steffensen | 2009-12-25 | 1 | -6/+21 |
| | |||||
* | Add setting gamma ramps with the VidMode extension. | Jon Lund Steffensen | 2009-12-23 | 1 | -2/+6 |
| | | | | | 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 Steffensen | 2009-12-23 | 1 | -4/+4 |
| | |||||
* | Move RandR code to separate file. | Jon Lund Steffensen | 2009-12-23 | 1 | -1/+2 |
| | |||||
* | Add autotools support. | Jon Lund Steffensen | 2009-11-04 | 1 | -0/+11 |