summaryrefslogtreecommitdiffstats
path: root/src/pavucontrol.cc
Commit message (Expand)AuthorAgeFilesLines
* Split sinkinputwidget into it's own files.Colin Guthrie2009-03-161-208/+2
* Split sourcewidget into it's own files.Colin Guthrie2009-03-161-76/+1
* Split sinkwidget into it's own files.Colin Guthrie2009-03-161-102/+1
* Split cardwidget out into it's own files.Colin Guthrie2009-03-151-109/+5
* Move common setup into a shared headerColin Guthrie2009-03-151-10/+1
* Split out streamwidget into it's own files.Colin Guthrie2009-03-151-77/+0
* Split channelwidget into separate files. Also separate out the definition of ...Colin Guthrie2009-03-151-136/+2
* Split the minimalstreamwidget into it's own fileColin Guthrie2009-03-151-126/+1
* Merge commit 'coling/master'Lennart Poettering2009-03-021-7/+5
|\
| * Initialise our dropdown at contruction and just repopulate it when the cardin...Colin Guthrie2009-03-021-7/+5
* | use the server provided iconsLennart Poettering2009-03-021-18/+32
|/
* Fix the number of outstanding operations.Colin Guthrie2009-02-281-2/+10
* Add a new widget for the card configuration and use it.Colin Guthrie2009-02-281-112/+61
* Create a new 'Configuration' tabColin Guthrie2009-02-281-18/+22
* Silence some warningsColin Guthrie2009-02-281-2/+2
* Initial support for changing card profiles.Colin Guthrie2009-02-281-9/+292
* deal with non-initialized data from m-s-rLennart Poettering2009-02-041-4/+3
* remove debug outputLennart Poettering2008-10-091-3/+0
* initialize maximum buffer length to automatic value (uint32_t) -1 instead of ...Lennart Poettering2008-09-091-0/+2
* beep when changing volumeLennart Poettering2008-08-191-6/+53
* internationalize pavucontrol.ccLennart Poettering2008-08-051-51/+60
* update license headers for GPL 2.0+Lennart Poettering2008-08-051-7/+5
* add a special track for controlling event sound volumeLennart Poettering2008-08-051-64/+280
* fix glade widget name caseLennart Poettering2008-07-211-2/+2
* remove $Id$Lennart Poettering2008-07-151-2/+0
* Make icons workLennart Poettering2008-06-171-62/+125
* show stream icons, don't show our own monitor streams, initialize client prop...Lennart Poettering2008-06-121-3/+67
* add volume meter support to each sink/source/record streamLennart Poettering2008-05-211-3/+131
* more intelligent initial page selectionLennart Poettering2008-05-151-3/+12
* properly initialize source output type dropdown; show string for record strea...Lennart Poettering2008-04-221-0/+4
* switch to sink page by default if no streams are activeLennart Poettering2008-04-211-0/+5
* show volume in decibelLennart Poettering2008-04-201-12/+25
* Remove the white header, drop all references to PulseAudio to become a more n...Lennart Poettering2008-04-201-6/+0
* Merge patch from sjoerd that adds a new panel for listing recording streams, ...Lennart Poettering2008-04-201-62/+331
* don't crash if server has no default sink/source setLennart Poettering2008-03-281-5/+5
* show radio buttons for the the sink menu itemsLennart Poettering2007-11-201-57/+58
* add option to kill a stream to popup menuLennart Poettering2007-09-021-4/+19
* add popup menu to sink/source view to choose default deviceLennart Poettering2007-09-021-7/+166
* use pretty channel namesLennart Poettering2007-09-021-1/+1
* add a combobox to the streams page, to filter application streamsLennart Poettering2007-08-311-18/+56
* Don't pass the button index to popup() for the GtkMenu to avoid strange GTK b...Lennart Poettering2007-08-241-1/+1
* support muting sink inputs, avoid duplicate eventsLennart Poettering2007-08-151-3/+44
* Fix license mess: change everything to GPLLennart Poettering2007-05-231-2/+2
* - add new option "All Except Monitor Sources" to sources option menuLennart Poettering2006-08-211-5/+8
* use the sink descripion instead of the name for the stream popup menuLennart Poettering2006-08-111-3/+3
* In times where the sink/source names are generated from HAL UDIs don't show t...Lennart Poettering2006-08-111-7/+5
* optimize redraw a littleLennart Poettering2006-08-071-5/+12
* add popup menu to stream list, allowing "hot" moving of playback streams betw...Lennart Poettering2006-08-071-16/+112
* show an watch cursor while loading device dataLennart Poettering2006-08-071-4/+31
* add combobox to show only a subset of sinks/sources, replacing the old monito...Lennart Poettering2006-08-071-59/+113