index
:
ayatana-indicator-power
main
personal/mariogrip/dbus-updates
personal/peat-psuwit/bring-back-lomiri-hints
release-builds
Ayatana Indicator Power Service
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
try adding LCOV_EXCL_{START,STOP} for unreachable conditions (glib looking fo...
Charles Kerr
2012-05-26
2
-3
/
+23
*
nope, LCOV_EXCL_LINE doesn't work on macros
Charles Kerr
2012-05-26
1
-7
/
+7
*
try adding LCOV_EXCL_LINE for unreachable conditions (glib looking for subcla...
Charles Kerr
2012-05-26
1
-7
/
+7
*
reuse the same cancellable across multiple non-concurrent dbus calls
Charles Kerr
2012-05-26
1
-18
/
+18
*
avoid a cyclical refcount dependency between IndicatorPower and its DBusListener
Charles Kerr
2012-05-26
1
-3
/
+17
*
separate the dbus org.gnome.SettingsDaemon.Power logic into a separate class
Charles Kerr
2012-05-26
4
-147
/
+366
*
make indicator_power_set_devices() safe for passing in the same devices more ...
Charles Kerr
2012-05-25
1
-12
/
+14
*
fix negated logic in menu_add_device() introduced in r160
Charles Kerr
2012-05-25
1
-1
/
+1
*
indicator_power_set_devices() should fail gracefully when no devices are avai...
Charles Kerr
2012-05-25
1
-2
/
+5
*
modify IndicatorPower to use IndicatorPowerDevices internally
Charles Kerr
2012-05-25
2
-185
/
+165
*
put IndicatorPower's fields back inside a priv struct
Charles Kerr
2012-05-25
2
-74
/
+99
*
remove the 'default' clause from get_property() and set_property().
Charles Kerr
2012-05-24
1
-8
/
+0
*
remove some unnecessary type compatibilty tests... g_object_get_property() do...
Charles Kerr
2012-05-24
1
-6
/
+0
*
remove some unnecessary type compatibilty tests... g_object_set_property() do...
Charles Kerr
2012-05-24
1
-6
/
+0
*
remove the g_clear_pointer() calls s.t. things will build and run on alesage'...
Charles Kerr
2012-05-24
1
-2
/
+6
*
add a 'hello world' test for instantiating IndicatorPower
Charles Kerr
2012-05-24
2
-40
/
+69
*
add private container struct IndicatorPowerDevice
Charles Kerr
2012-05-24
3
-2
/
+436
*
replace 'Power Settings...' with 'Power Settings…'
Charles Kerr
2012-05-23
1
-1
/
+1
*
move libpower's automake rules into src/
Charles Kerr
2012-05-23
1
-0
/
+28
*
tweak: in put_primary_device(), peek at the variant's strings instead of dup'...
Charles Kerr
2012-04-15
1
-5
/
+3
*
sync with lp:indicator-power
Charles Kerr
2012-04-15
1
-3
/
+10
|
\
|
*
use atk_object_set_name(foo,bar)" instead of g_object_set(foo,"accessible-nam...
Charles Kerr
2012-04-09
1
-1
/
+1
|
*
leak fix 3 of 3: don't leak the GIcons returned by get_device_icon()
Charles Kerr
2012-04-09
1
-0
/
+2
|
*
leak fix 2 of 3: fix leaky fallback GIcon in get_device_icon()
Charles Kerr
2012-04-09
1
-3
/
+4
|
*
leak fix 1 of 3: don't leak object_path and device_icon if kind == UP_DEVICE_...
Charles Kerr
2012-04-09
1
-6
/
+4
|
*
if possible, set the device menuitems' accessible names.
Charles Kerr
2012-04-09
1
-0
/
+4
*
|
fix leaked strings in menu_add_device when (kind == UP_DEVICE_KIND_LINE_POWER)
Charles Kerr
2012-04-15
1
-6
/
+4
*
|
Fix memory leaks in get_primary_device().
Charles Kerr
2012-03-17
1
-32
/
+28
*
|
Fix variant leak in count_batteries() -- the returned value of g_variant_get_...
Charles Kerr
2012-03-17
1
-0
/
+2
*
|
fix variant leaks in menu_add_devices()
Charles Kerr
2012-03-17
1
-2
/
+2
|
/
*
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
*
register for g-properties-changed rather than g-signal
Charles Kerr
2012-02-16
1
-19
/
+15
*
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
*
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
1
-13
/
+116
*
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
[next]