Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Charles Kerr | 2012-02-22 | 1 | -6/+17 |
| | | | | | | | | | | | | emit the accessible-desc-changed signal | ||||
| | * | Listen for the "g-properties-changed" signal instead of the "g-signal" ↵ | Charles Kerr | 2012-02-17 | 1 | -19/+15 |
| |/| | | | | | | | | | | signal from its GDBusProxy to fix bug #933466. | ||||
| | * | register for g-properties-changed rather than g-signal | Charles Kerr | 2012-02-16 | 1 | -19/+15 |
| |/ | |||||
* | | 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 ↵ | Ted Gould | 2012-02-14 | 3 | -18/+21 |
| |/ | | | | | | | distcheck | ||||
| * | 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 |
| | | | | | | | | | | | | indicator_power_dispose(). | ||||
| | * | 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 ↵ | Charles Kerr | 2012-02-13 | 1 | -2/+2 |
| | | | | | | | | | | | | the neighboring forward declarations | ||||
| | * | 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 ↵ | Charles Kerr | 2012-02-01 | 1 | -4/+3 |
| | | | | | | | | | | | | it exists | ||||
| | * | 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 |
| |\ \ | | |/ | |/| | | | | | | | Using the defined PACKAGE_NAME value. | ||||
| | * | Add name-hint. | Marco Trevisan (Treviño) | 2011-11-08 | 1 | -0/+8 |
| |/ | | | | | | | Using the defined PACKAGE_NAME value. | ||||
* | | Import upstream version 0.10 | Ken VanDine | 2011-10-24 | 5 | -36/+144 |
|\| | |||||
| * | 0.100.10 | Javier Jardón | 2011-10-13 | 1 | -1/+1 |
| | | |||||
| * | Do not hardcode icon percentage when discharging | Javier Jardón | 2011-10-13 | 1 | -2/+17 |
| | | |||||
| * | Add support for old name icons | Javier Jardón | 2011-10-13 | 1 | -0/+5 |
| | | |||||
| * | Fix icon creation for UP_DEVICE_STATE_CHARGING state | Javier Jardón | 2011-10-13 | 1 | -2/+2 |
| | | |||||
| * | Only show a red icon when we have less than 30 minutes of battery remainig | Javier Jardón | 2011-10-04 | 1 | -30/+59 |
| | | | | | | | | | | Fixes https://bugs.launchpad.net/indicator-power/+bug/743823 | ||||
| * | Use battery-with-a-plug when the batttery is fully charged but still on AC | Javier Jardón | 2011-10-03 | 1 | -4/+14 |
| | | | | | | | | | | Fixes https://bugs.launchpad.net/indicator-power/+bug/865342 | ||||
| * | Show non present batteries in the menu | Javier Jardón | 2011-10-03 | 1 | -5/+0 |
| | | |||||
| * | Add a workaround to fix the case when we get a empty bay as a real battery | Javier Jardón | 2011-10-02 | 1 | -2/+12 |
| | | |||||
| * | Fix POTFILES.in to reflect new gsettings schema filename | Ken VanDine | 2011-09-23 | 1 | -1/+1 |
| |\ |