aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtk-redshift/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-03-05Rename gtk-redshift -> redshift-gtk.Jon Lund Steffensen1-21/+0
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.
2010-07-21Optimize indicators code.Francesco Marella1-25/+4
User, at configure time, chooses to enable or disable the gui. Determine at runtime whether to use the appindicator or status icon as fallback.
2010-06-30Move gtk-redshift.desktop file to data dir.Jon Lund Steffensen1-8/+0
2010-06-07Rebase on trunk and add the missing bits to rsappindicator.pyFrancesco Marella1-2/+4
2010-06-06Add a feature to toggle autostart at loginFrancesco Marella1-0/+8
A launcher is placed in Applications -> Utility. The user toggles autostart through the user interface. The 'xdg' module is required.
2010-06-04Add the autofoo needed to choose GTK+ status icon or app-indicatorFrancesco Marella1-2/+22
Passing 'enable-appindicator=yes' to the configure script the GTK+ status icon will be disabled.
2010-02-11Switch to heirarchial makefiles. Seems to be the only way to makeJon Lund Steffensen1-0/+19
distcheck happy :(