summaryrefslogtreecommitdiffstats
path: root/src/pavucontrol.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the device-manager module.Colin Guthrie2009-10-151-1/+50
| | | | | | | | | Currently this module only really allows for devices to be renamed, so we add a new dialog that can be activated by right clicking on devices (i.e. sinks/sources). This dialog allows you to enter a new name which will be set via the extension provided by the device-manager module. Future work will allow you to manage (i.e. rename, delete etc) offline devices too.
* fix event sound generation for volume changesLennart Poettering2009-08-271-2/+4
|
* Create the event role widget early so that it's always top of the list.Colin Guthrie2009-06-171-3/+5
|
* don't show failure msgbox twiceLennart Poettering2009-04-141-3/+1
|
* Merge commit 'coling/master'Lennart Poettering2009-04-131-1/+1
|\
| * Silence a warningColin Guthrie2009-03-251-1/+1
| |
* | don't show wait cursor forever if stream_restore extension is not availableLennart Poettering2009-04-081-3/+4
|/
* Shuffle some headers around a bit so that some systems don't have build errorsColin Guthrie2009-03-181-7/+0
|
* Use C style comments as per Lennart's fetish :pColin Guthrie2009-03-181-1/+1
|
* Move config.h inclusion to the .cc filesColin Guthrie2009-03-181-0/+4
|
* Split mainwindow into it's own files.Colin Guthrie2009-03-161-795/+0
|
* Split rolewidget into it's own files.Colin Guthrie2009-03-161-54/+1
|
* Split sourceoutputwidget out into it's own files.Colin Guthrie2009-03-161-115/+1
|
* Split sinkinputwidget into it's own files.Colin Guthrie2009-03-161-208/+2
| | | | Also had to put mainwindow into it's own header for this to work. Full conversion of mainwindow will ultimately follow.
* 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
| | | | Also define a get_context() method to get the context from outside of the main file.
* 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
| | | | Also correct the location of the argument default value specification (it should be in prototype not implementation)
* Split channelwidget into separate files. Also separate out the definition of ↵Colin Guthrie2009-03-151-136/+2
| | | | streamwidget into it's own header
* 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 ↵Colin Guthrie2009-03-021-7/+5
| | | | | | | | cardinfo callback is received
* | use the server provided iconsLennart Poettering2009-03-021-18/+32
|/
* Fix the number of outstanding operations.Colin Guthrie2009-02-281-2/+10
| | | | This uses an incrementing rather than fixed value as it more obviously reflects what's going on.
* Add a new widget for the card configuration and use it.Colin Guthrie2009-02-281-112/+61
| | | | | This change allows the card profiles to be shown in a combo box. This is more natural and obvious than hiding things in the submenu.
* Create a new 'Configuration' tabColin Guthrie2009-02-281-18/+22
| | | | Move the card listing into this tab.
* Silence some warningsColin Guthrie2009-02-281-2/+2
|
* Initial support for changing card profiles.Colin Guthrie2009-02-281-9/+292
| | | | | This hijacks the Output Devices tab to display things for now. I'm currently undecided as to whether a new tab or more intellegent handling display of the Card Widget is best.
* 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
| | | | smallest value 0
* 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
| | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@83 c17c95f2-f111-0410-90bf-f30a9569010c
* show stream icons, don't show our own monitor streams, initialize client ↵Lennart Poettering2008-06-121-3/+67
| | | | | | proplist properly git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@82 c17c95f2-f111-0410-90bf-f30a9569010c
* add volume meter support to each sink/source/record streamLennart Poettering2008-05-211-3/+131
| | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@81 c17c95f2-f111-0410-90bf-f30a9569010c
* more intelligent initial page selectionLennart Poettering2008-05-151-3/+12
| | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@80 c17c95f2-f111-0410-90bf-f30a9569010c
* properly initialize source output type dropdown; show string for record ↵Lennart Poettering2008-04-221-0/+4
| | | | | | streams properly git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@77 c17c95f2-f111-0410-90bf-f30a9569010c
* switch to sink page by default if no streams are activeLennart Poettering2008-04-211-0/+5
| | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@76 c17c95f2-f111-0410-90bf-f30a9569010c
* show volume in decibelLennart Poettering2008-04-201-12/+25
| | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@74 c17c95f2-f111-0410-90bf-f30a9569010c
* Remove the white header, drop all references to PulseAudio to become a more ↵Lennart Poettering2008-04-201-6/+0
| | | | | | normal program git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@73 c17c95f2-f111-0410-90bf-f30a9569010c
* Merge patch from sjoerd that adds a new panel for listing recording streams, ↵Lennart Poettering2008-04-201-62/+331
| | | | | | and makes the menu more visible by adding a button for it git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@71 c17c95f2-f111-0410-90bf-f30a9569010c
* don't crash if server has no default sink/source setLennart Poettering2008-03-281-5/+5
| | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@68 c17c95f2-f111-0410-90bf-f30a9569010c
* show radio buttons for the the sink menu itemsLennart Poettering2007-11-201-57/+58
| | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@67 c17c95f2-f111-0410-90bf-f30a9569010c
* add option to kill a stream to popup menuLennart Poettering2007-09-021-4/+19
| | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@62 c17c95f2-f111-0410-90bf-f30a9569010c