aboutsummaryrefslogtreecommitdiffstats
path: root/src/redshift-gtk/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-03-05Move redshift-gtk/ to rootMattias Andrée1-25/+0
Signed-off-by: Mattias Andrée <m@maandree.se>
2017-07-30Move RedshiftController to controller.pyJon Lund Steffensen1-2/+3
2014-04-20Fix #66: Do not distribute redshift-gtk, only redshift-gtk.inJon Lund Steffensen1-1/+1
2014-04-13Fix #66: Do not distribute redshift-gtk, only redshift-gtk.inJon Lund Steffensen1-1/+1
2014-01-01Port redshift-gtk to Python3TingPing1-2/+5
Python 2 is no longer supported
2013-12-10redshift-gtk: Make custom rule in Makefile.am silentJon Lund Steffensen1-1/+1
2013-03-05Rename gtk-redshift -> redshift-gtk.Jon Lund Steffensen1-4/+4
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 :(