aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | * New upstream release.Ken VanDine2012-02-235-33/+111
| |\ \ \ | | | |/ | | |/| | | | | | | | | * Fix for the icon not changing when state changes (LP: #933466) * Fix accessible descriptions (LP: #891932)
| | * | releasing version 1.91-0ubuntu1~ppa1Ted Gould2012-02-231-2/+2
| | | |
| | * | * New upstream release.Ted Gould2012-02-235-33/+111
| | |\| | | | | | | | | | | | | | | | | * Fix for the icon not changing when state changes (LP: #933466) * Fix accessible descriptions (LP: #891932)
| | | * Import upstream version 1.91Ted Gould2012-02-234-52/+118
| | | |\ | |_|_|/ |/| | |
* | | | 1.911.91Ted Gould2012-02-231-1/+1
| | | |
* | | | Fix accessible descriptionsTed Gould2012-02-221-41/+75
|\ \ \ \
| * | | | when a new entry is added, ensure that its accessible_string is properly setCharles Kerr2012-02-221-10/+37
| | | | |
| * | | | fix trivial indentation errorCharles Kerr2012-02-221-1/+1
| | | | |
| * | | | fix trivial misspellingCharles Kerr2012-02-221-16/+16
| | | | |
| * | | | fix set_accessible_desc() to update the entries' accessible_desc fields and ↵Charles Kerr2012-02-221-6/+17
| | | | | | | | | | | | | | | | | | | | emit the accessible-desc-changed signal
| | | * | Merging with U. DesktopTed Gould2012-02-232-21/+25
| | | |\ \ | | | |/ / | | |/| |
| | * | | releasing version 1.90-0ubuntu2Ken VanDine2012-02-172-19/+23
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Listen for the "g-properties-changed" signal instead of the "g-signal" ↵Charles Kerr2012-02-171-19/+15
|/| | | | | | | | | | | | | | | | | | | signal from its GDBusProxy to fix bug #933466.
| * | | | register for g-properties-changed rather than g-signalCharles Kerr2012-02-161-19/+15
|/ / / /
| * | | releasing version 1.90-0ubuntu1Sebastien Bacher2012-02-1424-597/+2281
| |\| |
| | * | releasing version 1.90-0ubuntu1~ppa1Ted Gould2012-02-141-2/+2
| | | |
| | * | * New upstream release.Ted Gould2012-02-1424-597/+2281
| |/| | | | |/ | | | | | | | | | * Support for hiding of icon and settings for it as well * Adding a name hint
| | * Import upstream version 1.90Ted Gould2012-02-1423-597/+2273
| | |\ | |_|/ |/| |
* | | 1.901.90Ted Gould2012-02-141-1/+1
| | |
* | | Fixing distcheckTed Gould2012-02-143-18/+21
|\ \ \
| * | | Make data have it's own makefile so the GSettings rules work properly on ↵Ted Gould2012-02-143-18/+21
|/ / / | | | | | | | | | distcheck
* | | Style and performance fixesTed Gould2012-02-141-16/+19
|\ \ \
| * | | Use G_GNUC_CONST for indicator_power_get_type() to improve performanceJavier Jardón2012-02-141-1/+1
| | | |
| * | | Code style fixesJavier Jardón2012-02-141-16/+19
|/ / /
* | | add icon-policy from branch lp:~charlesk/indicator-power/icon-policy Charles Kerr2012-02-132-153/+228
|\ \ \
| * | | ensure that we don't have a reference to the proxy or proxy_cancel fields in ↵Charles Kerr2012-02-131-0/+3
| | | | | | | | | | | | | | | | indicator_power_dispose().
| * | | move POWER_INDICATOR_ICON_POLICY_* enum to the top of the fileCharles Kerr2012-02-131-6/+6
| | | |
| * | | remove unncessary private field 'visible'Charles Kerr2012-02-131-12/+3
| | | |
| * | | consistent use of ICON_POLICY_KEYCharles Kerr2012-02-131-1/+1
| | | |
| * | | remove unnecessary G_OBJECT() castCharles Kerr2012-02-131-1/+1
| | | |
| * | | make prototypes for update_visibility() and should_be_visible() align with ↵Charles Kerr2012-02-131-2/+2
| | | | | | | | | | | | | | | | the neighboring forward declarations
| * | | add support for icon-policy settingCharles Kerr2012-02-012-14/+127
| | | |
| * | | create the menu at init time s.t. we don't have to keep checking to see if ↵Charles Kerr2012-02-011-4/+3
| | | | | | | | | | | | | | | | it exists
| * | | use g_settings_bind() for the show-time checkboxCharles Kerr2012-02-011-16/+4
| | | |
| * | | better error reporting if g_spawn_command_line_async() failsCharles Kerr2012-02-011-8/+11
| | | |
| * | | remove redundant #include of glib.hCharles Kerr2012-02-011-1/+0
| | | |
| * | | use g_clear_object() on the proxy_cancel fieldCharles Kerr2012-02-011-5/+1
| | | |
| * | | remove unnecessary Priv struct -- the =entire class= is privateCharles Kerr2012-02-011-84/+56
| | | |
| * | | remove unused struct namesCharles Kerr2012-02-011-19/+13
| | | |
| * | | group the indicator_power lifecycle funcs togetherCharles Kerr2012-02-011-59/+61
| | | |
| * | | unref+clear Priv's variant fields in _dispose()Charles Kerr2012-02-011-6/+15
| | | |
| * | | don't leak priv->settingsCharles Kerr2012-02-011-0/+4
| | | |
| * | | don't leak priv->accessible_descCharles Kerr2012-02-011-1/+5
| | | |
| * | | remove redundant prototypesCharles Kerr2012-02-011-2/+0
| | | |
* | | | Support building coverage targetsTed Gould2012-02-103-0/+132
|\ \ \ \ | |/ / / |/| | |
| * | | Added coverage reporting via gcov config and targets.Allan LeSage2011-12-063-0/+132
| | | |
* | | | Add name-hint.Marco Trevisan (Treviño)2011-11-301-0/+8
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Using the defined PACKAGE_NAME value.
| * | | Add name-hint.Marco Trevisan (Treviño)2011-11-081-0/+8
|/ / / | | | | | | | | | Using the defined PACKAGE_NAME value.
| * | releasing version 0.10-0ubuntu2Ken VanDine2012-01-251-2/+2
| | |
| * | no change rebuild for libindicator7Ken VanDine2012-01-241-0/+6
| | |