Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | * New upstream release. | Ken VanDine | 2012-02-23 | 5 | -33/+111 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | releasing version 1.91-0ubuntu1~ppa1 | Ted Gould | 2012-02-23 | 1 | -2/+2 | |
| | * | | * New upstream release. | Ted Gould | 2012-02-23 | 5 | -33/+111 | |
| | |\| | ||||||
| | | * | Import upstream version 1.91 | Ted Gould | 2012-02-23 | 4 | -52/+118 | |
| | | |\ | |_|_|/ |/| | | | ||||||
* | | | | 1.911.91 | Ted Gould | 2012-02-23 | 1 | -1/+1 | |
* | | | | Fix accessible descriptions | Ted Gould | 2012-02-22 | 1 | -41/+75 | |
|\ \ \ \ | ||||||
| * | | | | when a new entry is added, ensure that its accessible_string is properly set | Charles Kerr | 2012-02-22 | 1 | -10/+37 | |
| * | | | | fix trivial indentation error | Charles Kerr | 2012-02-22 | 1 | -1/+1 | |
| * | | | | fix trivial misspelling | Charles Kerr | 2012-02-22 | 1 | -16/+16 | |
| * | | | | fix set_accessible_desc() to update the entries' accessible_desc fields and e... | Charles Kerr | 2012-02-22 | 1 | -6/+17 | |
| | | * | | Merging with U. Desktop | Ted Gould | 2012-02-23 | 2 | -21/+25 | |
| | | |\ \ | | | |/ / | | |/| | | ||||||
| | * | | | releasing version 1.90-0ubuntu2 | Ken VanDine | 2012-02-17 | 2 | -19/+23 | |
| | |\ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | Listen for the "g-properties-changed" signal instead of the "g-signal" signal... | Charles Kerr | 2012-02-17 | 1 | -19/+15 | |
|/| | | | | ||||||
| * | | | | register for g-properties-changed rather than g-signal | Charles Kerr | 2012-02-16 | 1 | -19/+15 | |
|/ / / / | ||||||
| * | | | releasing version 1.90-0ubuntu1 | Sebastien Bacher | 2012-02-14 | 24 | -597/+2281 | |
| |\| | | ||||||
| | * | | releasing version 1.90-0ubuntu1~ppa1 | Ted Gould | 2012-02-14 | 1 | -2/+2 | |
| | * | | * New upstream release. | Ted Gould | 2012-02-14 | 24 | -597/+2281 | |
| |/| | | | |/ | ||||||
| | * | Import upstream version 1.90 | Ted Gould | 2012-02-14 | 23 | -597/+2273 | |
| | |\ | |_|/ |/| | | ||||||
* | | | 1.901.90 | Ted Gould | 2012-02-14 | 1 | -1/+1 | |
* | | | Fixing distcheck | Ted Gould | 2012-02-14 | 3 | -18/+21 | |
|\ \ \ | ||||||
| * | | | Make data have it's own makefile so the GSettings rules work properly on dist... | Ted Gould | 2012-02-14 | 3 | -18/+21 | |
|/ / / | ||||||
* | | | Style and performance fixes | Ted Gould | 2012-02-14 | 1 | -16/+19 | |
|\ \ \ | ||||||
| * | | | Use G_GNUC_CONST for indicator_power_get_type() to improve performance | Javier Jardón | 2012-02-14 | 1 | -1/+1 | |
| * | | | Code style fixes | Javier Jardón | 2012-02-14 | 1 | -16/+19 | |
|/ / / | ||||||
* | | | add icon-policy from branch lp:~charlesk/indicator-power/icon-policy | Charles Kerr | 2012-02-13 | 2 | -153/+228 | |
|\ \ \ | ||||||
| * | | | ensure that we don't have a reference to the proxy or proxy_cancel fields in ... | Charles Kerr | 2012-02-13 | 1 | -0/+3 | |
| * | | | move POWER_INDICATOR_ICON_POLICY_* enum to the top of the file | Charles Kerr | 2012-02-13 | 1 | -6/+6 | |
| * | | | remove unncessary private field 'visible' | Charles Kerr | 2012-02-13 | 1 | -12/+3 | |
| * | | | consistent use of ICON_POLICY_KEY | Charles Kerr | 2012-02-13 | 1 | -1/+1 | |
| * | | | remove unnecessary G_OBJECT() cast | Charles Kerr | 2012-02-13 | 1 | -1/+1 | |
| * | | | make prototypes for update_visibility() and should_be_visible() align with th... | Charles Kerr | 2012-02-13 | 1 | -2/+2 | |
| * | | | add support for icon-policy setting | Charles Kerr | 2012-02-01 | 2 | -14/+127 | |
| * | | | create the menu at init time s.t. we don't have to keep checking to see if it... | Charles Kerr | 2012-02-01 | 1 | -4/+3 | |
| * | | | use g_settings_bind() for the show-time checkbox | Charles Kerr | 2012-02-01 | 1 | -16/+4 | |
| * | | | better error reporting if g_spawn_command_line_async() fails | Charles Kerr | 2012-02-01 | 1 | -8/+11 | |
| * | | | remove redundant #include of glib.h | Charles Kerr | 2012-02-01 | 1 | -1/+0 | |
| * | | | use g_clear_object() on the proxy_cancel field | Charles Kerr | 2012-02-01 | 1 | -5/+1 | |
| * | | | remove unnecessary Priv struct -- the =entire class= is private | Charles Kerr | 2012-02-01 | 1 | -84/+56 | |
| * | | | remove unused struct names | Charles Kerr | 2012-02-01 | 1 | -19/+13 | |
| * | | | group the indicator_power lifecycle funcs together | Charles Kerr | 2012-02-01 | 1 | -59/+61 | |
| * | | | unref+clear Priv's variant fields in _dispose() | Charles Kerr | 2012-02-01 | 1 | -6/+15 | |
| * | | | don't leak priv->settings | Charles Kerr | 2012-02-01 | 1 | -0/+4 | |
| * | | | don't leak priv->accessible_desc | Charles Kerr | 2012-02-01 | 1 | -1/+5 | |
| * | | | remove redundant prototypes | Charles Kerr | 2012-02-01 | 1 | -2/+0 | |
* | | | | Support building coverage targets | Ted Gould | 2012-02-10 | 3 | -0/+132 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Added coverage reporting via gcov config and targets. | Allan LeSage | 2011-12-06 | 3 | -0/+132 | |
* | | | | Add name-hint. | Marco Trevisan (Treviño) | 2011-11-30 | 1 | -0/+8 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Add name-hint. | Marco Trevisan (Treviño) | 2011-11-08 | 1 | -0/+8 | |
|/ / / | ||||||
| * | | releasing version 0.10-0ubuntu2 | Ken VanDine | 2012-01-25 | 1 | -2/+2 | |
| * | | no change rebuild for libindicator7 | Ken VanDine | 2012-01-24 | 1 | -0/+6 |