aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Some more action testsTed Gould2014-11-052-1/+17
| | | |
| * | | Fix waiting on actions to count the number of actionsTed Gould2014-11-052-4/+7
| | | |
| * | | Flesh out the action functionsTed Gould2014-11-051-3/+81
| | | |
| * | | Making the timer callback anonymousTed Gould2014-11-041-7/+5
| | | |
| * | | Setup actions to get the action groupsTed Gould2014-11-042-15/+51
| | | |
| * | | Dividing up the tests to make them look niceTed Gould2014-11-041-1/+4
| | | |
| * | | Add a test that goes further down the treeTed Gould2014-11-041-1/+1
| | | |
| * | | Parse through sections as wellTed Gould2014-11-041-2/+7
| | | |
| * | | Pulling out waiting for items into a helper functionTed Gould2014-11-041-19/+26
| | | |
| * | | Lock out some functionsTed Gould2014-11-041-0/+6
| | | |
| * | | Clean up the output a little bitTed Gould2014-11-041-3/+8
| | | |
| * | | Adjusting to use iteratorsTed Gould2014-11-041-7/+7
| | | |
| * | | Flipping around a bit to make it so that we can print out a nice errorTed Gould2014-11-041-32/+79
| | | |
| * | | Make our ref/unrefs dependent on shared pointersTed Gould2014-10-291-8/+17
| | | |
| * | | Enforce type and get the right one from our functionsTed Gould2014-10-281-3/+11
| | | |
| * | | Get menus harderTed Gould2014-10-282-6/+25
| | | |
| * | | Getting menusTed Gould2014-10-282-4/+45
| | | |
| * | | Building the DBus test integrationTed Gould2014-10-281-2/+15
| | | |
| * | | Connect to binary and real nameTed Gould2014-10-282-1/+4
| | | |
| * | | Setup to getting something to compile and pass. Next steps needed.Ted Gould2014-10-283-0/+168
| | | |
* | | | Adding a basic mock outlineTed Gould2015-02-051-0/+52
| |_|/ |/| |
* | | Releasing 12.10.2+15.04.20150129.1-0ubuntu1CI Train Bot2015-01-291-0/+12
| | |
* | | Ensure that the active port is not null before looking at its value Fixes: ↵Ted Gould2015-01-291-4/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | #1399862 Approved by: Antti Kaijanmäki, PS Jenkins bot
| * \ \ Merge trunkTed Gould2015-01-293-3/+31
| |\ \ \
| * | | | Ensure that the active port is not null before looking at its valueTed Gould2014-12-061-3/+4
| | | | |
* | | | | Disconnect the right function from the 'closed' signal Fixes: #1307021Ted Gould2015-01-291-1/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Approved by: Antti Kaijanmäki, PS Jenkins bot
| * | | | | Disconnect the right function from the 'closed' signal'Ted Gould2014-12-061-1/+8
| |/ / / /
* | | | | Build a rudimentary Pulse Audio mock for testing. Ted Gould2015-01-294-1/+681
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Approved by: Antti Kaijanmäki, Jussi Pakkanen, PS Jenkins bot
| * | | | | Make the destructor private to protect from accidental deletingTed Gould2015-01-291-0/+2
| | |_|_|/ | |/| | |
| * | | | Grabbing the notification clean up branch to align landings in LPTed Gould2015-01-284-164/+145
| |\ \ \ \
| * | | | | Adding a copyright headerTed Gould2015-01-281-0/+18
| | | | | |
| * | | | | Refactor out common codeTed Gould2015-01-281-419/+113
| | | | | |
| * | | | | Create a base object and move the state stuff over to itTed Gould2015-01-282-159/+175
| | | | | |
| * | | | | Enough state logic to get is 'going'Ted Gould2015-01-271-7/+68
| | | | | |
| * | | | | Linking and starting and failing! Ted Gould2015-01-273-6/+100
| | | | | |
| * | | | | IT COMPILES! Ted Gould2015-01-262-44/+90
| | | | | |
| * | | | | All the code 'written'Ted Gould2015-01-261-7/+240
| | | | | |
| * | | | | Checkpoint, need some refactoringTed Gould2015-01-261-18/+235
| | | | | |
| * | | | | Checkpoint, nothing worksTed Gould2015-01-211-0/+299
| | |/ / / | |/| | |
* | | | | Move notification code out of volume control object Ted Gould2015-01-294-164/+155
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Approved by: Charles Kerr, Jussi Pakkanen, PS Jenkins bot
| * | | | | Add a watcher for the notification server going up and down. Redetect sync ↵Ted Gould2015-01-291-1/+11
| | |/ / / | |/| | | | | | | | | | | | | notifications depending on it.
| * | | | Encapsulate high volume betterTed Gould2014-12-041-5/+16
| | | | |
| * | | | Switch from having custom signals for volume changing to using the property ↵Ted Gould2014-12-032-24/+19
| | | | | | | | | | | | | | | | | | | | change signals.
| * | | | Ensuring that if high volume changes we also show a notification (i.e. the ↵Ted Gould2014-12-031-4/+6
| | | | | | | | | | | | | | | | | | | | headphones were plugged in)
| * | | | Hide notification when the menu is shownTed Gould2014-12-031-0/+12
| | | | |
| * | | | Add an action to track whether the indicator is shown so that we can not ↵Ted Gould2014-12-032-0/+6
| | | | | | | | | | | | | | | | | | | | show notifications if it is open
| * | | | Remove the sync notification on scroll settingTed Gould2014-12-032-41/+15
| | | | |
| * | | | Moving the notification into the serviceTed Gould2014-12-022-93/+74
| |/ / /
* | | | Releasing 12.10.2+15.04.20150128-0ubuntu1CI Train Bot2015-01-281-0/+7
| | | |
* | | | Remove XFCE from the OnlyShowIn list Fixes: #1411959Ted Gould2015-01-282-2/+2
|\ \ \ \ | |_|/ / |/| | | | | | | Approved by: Antti Kaijanmäki, PS Jenkins bot