aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * Set warning volume to the maximum allowed when the user presses cancelXavi Garcia Mena2016-03-011-3/+7
| |
* | Added Cancellable to AccountsServiceAccessXavi Garcia Mena2016-03-031-3/+6
| |
* | Changed following Charles's suggestionsXavi Garcia Mena2016-03-023-40/+42
|/
* Accounts service notification fixXavi Garcia Mena2016-02-292-2/+2
|
* Removed log statementXavi Garcia Mena2016-02-241-1/+0
|
* Created new class AccountsServiceAccess to hold all accounts service operationsXavi Garcia Mena2016-02-236-250/+337
|
* added integration test to check last running playerXavi Garcia Mena2016-02-231-1/+0
|
* Changed last running player to user Accounts serviceXavi Garcia Mena2016-02-224-17/+75
|
* Build using libgee-0.8-dev instead of libgee-dev Fixes: #1502094Matthias Klose2016-02-161-1/+1
|\ | | | | | | Approved by: Marco Trevisan (Treviño)
| * Build using libgee-0.8-dev instead of libgee-devMatthias Klose2016-02-121-1/+1
| |
* | Added persistence for last running playerXavi Garcia Mena2016-02-102-7/+31
| |
* | Added Charles suggestionsXavi Garcia Mena2016-02-041-17/+8
| |
* | fixed conflictXavi Garcia Mena2016-01-292-27/+64
|\ \ | |/ |/|
| * added integration tests for adding/removing players and playback controlsXavi Garcia Mena2016-01-291-3/+0
| |
| * Code for Bug 1213907 added. Only showing active players playback controlsXavi Garcia Mena2016-01-222-26/+68
| |
* | Fixing playback controls when the player section contains the playlistXavi Garcia Mena2016-01-201-3/+4
|/
* change a tracer GLib.message() call to GLib.debug()Charles Kerr2016-01-121-1/+1
|
* remove newly-dead variable VolumeWarningPulse._update_sink_timerCharles Kerr2016-01-121-2/+0
|
* in volume-warning-pulse, get/set the sink input's volume rather than the ↵Charles Kerr2016-01-121-50/+7
| | | | sink's volume, just as volume-control-pulse does
* sync with trunk.15.10Charles Kerr2016-01-061-0/+6
|\
* | revert previous commit to preserve translation strings (eg, s/USB/Usb/)Charles Kerr2016-01-052-4/+4
| |
* | typo fix: s/Usb/USB/ in ui stringscharles kerr2016-01-012-4/+4
| |
* | in icon picking code, fold redundant cases togethercharles kerr2015-12-312-185/+54
| |
* | use the 'unowned' keyword when picking from lists of hardcoded stringscharles kerr2015-12-312-16/+16
| |
* | fix references to unowned strings returned by Environment.get_variable()charles kerr2015-12-312-3/+3
| |
* | fix references to unowned strings returned by Proplist.gets()charles kerr2015-12-311-4/+4
| |
* | use predefined VariantTypes instead of reinventing the wheelcharles kerr2015-12-314-8/+8
| |
* | simplify some code in volume-warning and volume-warning-pulsecharles kerr2015-12-312-63/+46
| |
* | copyediting: yet more whitespacecharles kerr2015-12-311-25/+25
| |
* | in info-warning's icon picking code, fold redundant cases into one.charles kerr2015-12-311-77/+1
| | | | | | | | | | | | It looks like these switch statements are intended for future expansion, so leaving the basic switching logic intact
* | copyediting: whitespacecharles kerr2015-12-313-22/+24
| |
* | in Options, make const strings constcharles kerr2015-12-311-12/+16
| |
* | rename VolumeWarning.high_volume_approved as VolumeWarning.approvedcharles kerr2015-12-311-67/+67
| | | | | | | | | | | | After being moved into a class named "VolumeWarning", the high_volume_ prefix was redunant.
* | make VolumeControl::active_output easier to mock for testscharles kerr2015-12-303-22/+17
| |
* | when max-volume changes, update volume action state & info notificationcharles kerr2015-12-301-0/+4
| |
* | when showing volume notifications, show as a percentage of max-volumecharles kerr2015-12-301-1/+1
| |
* | when showing volume % in notification, clamp to the range of [0%..100%]charles kerr2015-12-301-1/+1
| |
* | simplify the Options class' propertiescharles kerr2015-12-304-55/+24
| |
* | fix rounding regression in info-notification's volume percentagecharles kerr2015-12-301-1/+1
| |
* | remove unused property Notification.visiblecharles kerr2015-12-291-6/+0
| |
* | remove ignore_high_volume dupe from volume-warningcharles kerr2015-12-291-14/+0
| |
* | in vol-control-pulse, remove redundant vapi scaffoldingcharles kerr2015-12-291-4/+1
| |
* | add docs/comments to vol-warning-pulsecharles kerr2015-12-291-9/+16
| |
* | clean up tracer GLib.message() callscharles kerr2015-12-294-17/+1
| |
* | remove unnecessary field vol-warning-pulse.multimedia_cvolumecharles kerr2015-12-291-7/+2
| |
* | tidy up vol-warning-pulse's override methodscharles kerr2015-12-291-18/+14
| |
* | generate less pulse traffic on a sink-input-removed eventcharles kerr2015-12-291-13/+26
| |
* | fix tyopcharles kerr2015-12-291-1/+1
| |
* | in volume-warning, shorten the Pulse flood damper's timercharles kerr2015-12-291-2/+3
| | | | | | | | | | one second is too long in practice; shortening to 500 msec
* | fix hashset construction error from previous commitcharles kerr2015-12-291-1/+1
| |