Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #112: Do not buffer lines from child indefinitely | Jon Lund Steffensen | 2014-11-03 | 1 | -2/+3 |
| | |||||
* | Fix #90: Print N/S and E/W in the location | Mattias Andrée | 2014-08-16 | 1 | -1/+1 |
| | |||||
* | redshift-gtk: Notify desktop about startup completion | Jon Lund Steffensen | 2014-05-08 | 1 | -1/+4 |
| | |||||
* | Fix line splitting logic. | Maks Verver | 2014-04-19 | 1 | -3/+4 |
| | |||||
* | redshift-gtk: Fix crash when toggling state using the status icon | Jon Lund Steffensen | 2014-04-11 | 1 | -1/+5 |
| | |||||
* | Fix #40: redshift-gtk: toggle_item is checkbox that follows the icon | Mattias Andrée | 2014-03-23 | 1 | -6/+8 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | [gtk] Set proc title | Philipp Hagemeister | 2014-03-17 | 1 | -0/+3 |
| | | | | | Try to set the process title during startup. Before, redshift-gtk appeared as a python process. This change enables `pgrep redshift-gtk` or `killall redshift-gtk`. | ||||
* | Fix PyGI deprecated warnings | TingPing | 2014-01-01 | 1 | -12/+12 |
| | |||||
* | Port redshift-gtk to Python3 | TingPing | 2014-01-01 | 1 | -5/+5 |
| | | | | Python 2 is no longer supported | ||||
* | Make redshift-gtk read output of the redshift child process. | Jon Lund Steffensen | 2013-12-12 | 1 | -103/+250 |
| | | | | | | | | | | This allows redshift-gtk to show the current state of the redshift process. redshift-gtk follows the enable state of redshift and toggles the icon accordingly. The implementation is changed to use glib to spawn the child process instead of relying on python subprocess module. This is necessary because of inflexibility in the python module. | ||||
* | redshift-gtk: Use new GIR Gtk/Glib/AppIndicator bindings | Jon Lund Steffensen | 2013-12-11 | 1 | -26/+24 |
| | |||||
* | Rename gtk-redshift -> redshift-gtk. | Jon Lund Steffensen | 2013-03-05 | 1 | -0/+190 |
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. |