aboutsummaryrefslogtreecommitdiff
path: root/src/notifier.c
Commit message (Collapse)AuthorAgeFilesLines
...
* copyeditingCharles Kerr2014-07-231-1/+0
|
* remove now-unused code that tests whether the Notify server supports actionsCharles Kerr2014-07-231-23/+0
|
* make the notification popup decision logic simpler & easier to readCharles Kerr2014-07-221-3/+5
|
* Filter out some redundant warnings -- e.g., don't notify when the power ↵Charles Kerr2014-07-221-4/+16
| | | | percentage drops from 10% to 9%, only when it crosses a PowerLevel threshold
* for now, only show Ephemeral notifications when the battery gets low.Charles Kerr2014-07-221-19/+9
|
* copyediting: code cleanupCharles Kerr2014-07-221-6/+12
|
* in notifier.c, use g_clear_object to unref the GBindingsCharles Kerr2014-07-211-2/+2
|
* add tests for events that change whether or not a 'low battery' notification ↵Charles Kerr2014-07-211-14/+9
| | | | is being shown
* add tests to confirm that the DBus object's PowerLevel property changes at ↵Charles Kerr2014-07-211-37/+55
| | | | the right times (and only at the right times) when the battery is draining
* copyeditingCharles Kerr2014-07-211-17/+20
|
* don't show clickable actions if the Notify server doesn't support them.Charles Kerr2014-07-211-17/+43
|
* fix build issuesCharles Kerr2014-07-211-5/+8
|
* remove DeviceProvider from NotifierCharles Kerr2014-07-211-144/+116
|
* second draft of low battery power notifications, still a work in progressCharles Kerr2014-07-211-65/+205
|
* add first draft of low battery notificationsCharles Kerr2014-07-161-0/+336