aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtk-redshift (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update PO files.Jon Lund Steffensen2010-10-181-4/+4
| | | | Fix switch of status icons in gtk-redshift.
* Fix: Set the right icon on indicator applet initialization.Jon Lund Steffensen2010-10-181-1/+2
|
* Separate the redshift.svg icon into an application icon and a status iconJon Lund Steffensen2010-10-181-5/+5
| | | | | (redshift-status-on.svg). Rename redshift-idle.svg to redshift-status-off.svg.
* Merge status icon toggle button patch from Francesco Marella.Jon Lund Steffensen2010-09-041-1/+1
|
* remove unnecessary shebangJon Lund Steffensen2010-08-183-3/+0
|
* Merge GUI optimization from Francesco Marella with a few tweaks.Jon Lund Steffensen2010-07-284-157/+51
|\
| * Optimize indicators code.Francesco Marella2010-07-214-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.
* Move gtk-redshift.desktop file to data dir.Jon Lund Steffensen2010-06-302-19/+0
|
* Merge GUI autostart feature from Francesco Marella.Jon Lund Steffensen2010-06-305-0/+117
|\
| * utils.py: copy the desktop file in autostart folderFrancesco Marella2010-06-221-1/+10
| |
| * Disable autostart menu item when the desktop file can't be foundFrancesco Marella2010-06-223-8/+20
| |
| * Rebase on trunk and add the missing bits to rsappindicator.pyFrancesco Marella2010-06-072-2/+13
| |
| * Add a feature to toggle autostart at loginFrancesco Marella2010-06-064-0/+85
| | | | | | | | A launcher is placed in Applications -> Utility. The user toggles autostart through the user interface. The 'xdg' module is required.
* | Toggle icon of status icon.Jon Lund Steffensen2010-06-141-0/+4
|/
* Merge application indicator support from Franesco Marella.Jon Lund Steffensen2010-06-065-9/+127
|\ | | | | | | | | | | 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.
| * rvert commit 103: Wrap in try...except only gtk.main.Francesco Marella2010-06-061-30/+30
| |
| * Add a check for appindicator's module importFrancesco Marella2010-06-051-1/+5
| |
| * Wrap in try...except only gtk.main.Francesco Marella2010-06-051-30/+30
| |
| * Clean upFrancesco Marella2010-06-041-2/+0
| |
| * Add the autofoo needed to choose GTK+ status icon or app-indicatorFrancesco Marella2010-06-043-5/+25
| | | | | | Passing 'enable-appindicator=yes' to the configure script the GTK+ status icon will be disabled.
| * Implement the application panel indicator for redshiftFrancesco Marella2010-06-041-0/+95
|/
* Switch to heirarchial makefiles. Seems to be the only way to makeJon Lund Steffensen2010-02-111-0/+19
| | | | distcheck happy :(
* gtk-redshift: Use absolute path when launching redshift process.Jon Lund Steffensen2010-02-112-1/+2
|
* Turn gtk-redshift into a python module. A launcher script is installedJon Lund Steffensen2010-02-113-3/+46
| | | | in bindir.
* gtk-redshift: Use local definitions for locale path.Jon Lund Steffensen2010-02-111-1/+3
|
* Add templete for python source file with local definitions.Jon Lund Steffensen2010-02-111-0/+21
|
* gtk-redshift.py: Use 'redshift' gettext catalogJon Lund Steffensen2010-02-101-2/+2
|
* Add po support files.Jon Lund Steffensen2010-02-101-0/+0
| | | | Add extension to gtk-redshift to satisfy update-po rules.
* Add i18n support in gtk-redshiftJon Lund Steffensen2010-02-011-1/+7
|
* Fix: Typo in commentJon Lund Steffensen2010-01-141-1/+1
|
* Add python script to control redshift through a status icon (tray icon).Jon Lund Steffensen2010-01-141-0/+87