aboutsummaryrefslogtreecommitdiff
path: root/src/notifier.c
Commit message (Expand)AuthorAgeFilesLines
...
* copyediting: slightly better comments.Charles Kerr2014-07-231-7/+8
* make the notifications click-to-dismiss by adding the 'interactive notificati...Charles Kerr2014-07-231-0/+5
* 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 perce...Charles Kerr2014-07-221-4/+16
* 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
* add tests to confirm that the DBus object's PowerLevel property changes at th...Charles Kerr2014-07-211-37/+55
* 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