aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtk-redshift (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-03-05Rename gtk-redshift -> redshift-gtk.Jon Lund Steffensen6-336/+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.
2012-02-03Add "Suspend for X minutes" option to gtk-redshiftJendrik Seipp1-0/+47
2011-12-03gtk-redshift: Also set "Hidden" property in autostart file (as specified in XDG autostart standard).Jon Lund Steffensen1-29/+27
2010-10-18Update PO files.Jon Lund Steffensen1-4/+4
Fix switch of status icons in gtk-redshift.
2010-10-18Fix: Set the right icon on indicator applet initialization.Jon Lund Steffensen1-1/+2
2010-10-18Separate the redshift.svg icon into an application icon and a status iconJon Lund Steffensen1-5/+5
(redshift-status-on.svg). Rename redshift-idle.svg to redshift-status-off.svg.
2010-09-04Merge status icon toggle button patch from Francesco Marella.Jon Lund Steffensen1-1/+1
2010-08-18remove unnecessary shebangJon Lund Steffensen3-3/+0
2010-07-21Optimize indicators code.Francesco Marella4-157/+46
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 Steffensen2-19/+0
2010-06-22utils.py: copy the desktop file in autostart folderFrancesco Marella1-1/+10
2010-06-22Disable autostart menu item when the desktop file can't be foundFrancesco Marella3-8/+20
2010-06-14Toggle icon of status icon.Jon Lund Steffensen1-0/+4
2010-06-07Rebase on trunk and add the missing bits to rsappindicator.pyFrancesco Marella2-2/+13
2010-06-06Add a feature to toggle autostart at loginFrancesco Marella4-0/+85
A launcher is placed in Applications -> Utility. The user toggles autostart through the user interface. The 'xdg' module is required.
2010-06-06rvert commit 103: Wrap in try...except only gtk.main.Francesco Marella1-30/+30
2010-06-05Add a check for appindicator's module importFrancesco Marella1-1/+5
2010-06-05Wrap in try...except only gtk.main.Francesco Marella1-30/+30
2010-06-04Clean upFrancesco Marella1-2/+0
2010-06-04Add the autofoo needed to choose GTK+ status icon or app-indicatorFrancesco Marella3-5/+25
Passing 'enable-appindicator=yes' to the configure script the GTK+ status icon will be disabled.
2010-06-04Implement the application panel indicator for redshiftFrancesco Marella1-0/+95
2010-02-11Switch to heirarchial makefiles. Seems to be the only way to makeJon Lund Steffensen1-0/+19
distcheck happy :(
2010-02-11gtk-redshift: Use absolute path when launching redshift process.Jon Lund Steffensen2-1/+2
2010-02-11Turn gtk-redshift into a python module. A launcher script is installedJon Lund Steffensen3-3/+46
in bindir.
2010-02-11gtk-redshift: Use local definitions for locale path.Jon Lund Steffensen1-1/+3
2010-02-11Add templete for python source file with local definitions.Jon Lund Steffensen1-0/+21
2010-02-10gtk-redshift.py: Use 'redshift' gettext catalogJon Lund Steffensen1-2/+2
2010-02-10Add po support files.Jon Lund Steffensen1-0/+0
Add extension to gtk-redshift to satisfy update-po rules.
2010-02-01Add i18n support in gtk-redshiftJon Lund Steffensen1-1/+7
2010-01-14Fix: Typo in commentJon Lund Steffensen1-1/+1
2010-01-14Add python script to control redshift through a status icon (tray icon).Jon Lund Steffensen1-0/+87