Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use C style comments as per Lennart's fetish :p | Colin Guthrie | 2009-03-18 | 4 | -5/+3 |
| | |||||
* | Move config.h inclusion to the .cc files | Colin Guthrie | 2009-03-18 | 12 | -4/+44 |
| | |||||
* | Split mainwindow into it's own files. | Colin Guthrie | 2009-03-16 | 3 | -796/+826 |
| | |||||
* | Split rolewidget into it's own files. | Colin Guthrie | 2009-03-16 | 4 | -54/+110 |
| | |||||
* | Split sourceoutputwidget out into it's own files. | Colin Guthrie | 2009-03-16 | 4 | -115/+172 |
| | |||||
* | Split sinkinputwidget into it's own files. | Colin Guthrie | 2009-03-16 | 5 | -208/+301 |
| | | | | 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 Guthrie | 2009-03-16 | 4 | -76/+129 |
| | |||||
* | Split sinkwidget into it's own files. | Colin Guthrie | 2009-03-16 | 5 | -102/+155 |
| | |||||
* | Split cardwidget out into it's own files. | Colin Guthrie | 2009-03-15 | 5 | -109/+167 |
| | | | | Also define a get_context() method to get the context from outside of the main file. | ||||
* | Move common setup into a shared header | Colin Guthrie | 2009-03-15 | 7 | -35/+45 |
| | |||||
* | Split out streamwidget into it's own files. | Colin Guthrie | 2009-03-15 | 4 | -79/+105 |
| | | | | 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 Guthrie | 2009-03-15 | 5 | -136/+235 |
| | | | | streamwidget into it's own header | ||||
* | Include config.h in minimalstreamwidget.h | Colin Guthrie | 2009-03-15 | 1 | -0/+4 |
| | |||||
* | Split the minimalstreamwidget into it's own file | Colin Guthrie | 2009-03-15 | 4 | -127/+179 |
| | |||||
* | Remove the minimalStreamWindow. It's no longer used | Colin Guthrie | 2009-03-06 | 1 | -107/+0 |
| | |||||
* | Merge commit 'coling/master' | Lennart Poettering | 2009-03-02 | 1 | -7/+5 |
|\ | |||||
| * | Initialise our dropdown at contruction and just repopulate it when the ↵ | Colin Guthrie | 2009-03-02 | 1 | -7/+5 |
| | | | | | | | | cardinfo callback is received | ||||
* | | use the server provided icons | Lennart Poettering | 2009-03-02 | 2 | -30/+34 |
|/ | |||||
* | various small glade updates | Lennart Poettering | 2009-03-02 | 1 | -6/+8 |
| | |||||
* | Fix the number of outstanding operations. | Colin Guthrie | 2009-02-28 | 1 | -2/+10 |
| | | | | This uses an incrementing rather than fixed value as it more obviously reflects what's going on. | ||||
* | Typo: spell configuration right | Colin Guthrie | 2009-02-28 | 1 | -1/+1 |
| | |||||
* | Add a new widget for the card configuration and use it. | Colin Guthrie | 2009-02-28 | 2 | -112/+178 |
| | | | | | 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' tab | Colin Guthrie | 2009-02-28 | 2 | -1249/+823 |
| | | | | Move the card listing into this tab. | ||||
* | Silence some warnings | Colin Guthrie | 2009-02-28 | 1 | -2/+2 |
| | |||||
* | Initial support for changing card profiles. | Colin Guthrie | 2009-02-28 | 1 | -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. | ||||
* | Add 'Mixer' categorization to .desktop file | Christoph Wickert | 2009-02-25 | 1 | -1/+1 |
| | |||||
* | deal with non-initialized data from m-s-r | Lennart Poettering | 2009-02-04 | 1 | -4/+3 |
| | |||||
* | remove debug output | Lennart Poettering | 2008-10-09 | 1 | -3/+0 |
| | |||||
* | initialize maximum buffer length to automatic value (uint32_t) -1 instead of ↵ | Lennart Poettering | 2008-09-09 | 1 | -0/+2 |
| | | | | smallest value 0 | ||||
* | beep when changing volume | Lennart Poettering | 2008-08-19 | 1 | -6/+53 |
| | |||||
* | internationalize pavucontrol.cc | Lennart Poettering | 2008-08-05 | 3 | -53/+113 |
| | |||||
* | hide .desktop file from git | Lennart Poettering | 2008-08-05 | 1 | -0/+1 |
| | |||||
* | add i18n | Lennart Poettering | 2008-08-05 | 2 | -8/+15 |
| | |||||
* | use system installed glade file | Lennart Poettering | 2008-08-05 | 1 | -2/+2 |
| | |||||
* | update license headers for GPL 2.0+ | Lennart Poettering | 2008-08-05 | 2 | -13/+12 |
| | |||||
* | add a special track for controlling event sound volume | Lennart Poettering | 2008-08-05 | 1 | -64/+280 |
| | |||||
* | fix glade widget name case | Lennart Poettering | 2008-07-21 | 1 | -2/+2 |
| | |||||
* | remove $Id$ | Lennart Poettering | 2008-07-15 | 2 | -4/+0 |
| | |||||
* | add gitignore | Lennart Poettering | 2008-07-15 | 1 | -0/+1 |
| | |||||
* | Make icons work | Lennart Poettering | 2008-06-17 | 1 | -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 Poettering | 2008-06-12 | 2 | -663/+1298 |
| | | | | | | 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 stream | Lennart Poettering | 2008-05-21 | 1 | -3/+131 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@81 c17c95f2-f111-0410-90bf-f30a9569010c | ||||
* | more intelligent initial page selection | Lennart Poettering | 2008-05-15 | 1 | -3/+12 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@80 c17c95f2-f111-0410-90bf-f30a9569010c | ||||
* | Also point the minimalStreamWindow downward | Sjoerd Simons | 2008-04-25 | 1 | -0/+1 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@79 c17c95f2-f111-0410-90bf-f30a9569010c | ||||
* | move no_xxx labels in the middle of the dialogs | Lennart Poettering | 2008-04-22 | 1 | -20/+0 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@78 c17c95f2-f111-0410-90bf-f30a9569010c | ||||
* | properly initialize source output type dropdown; show string for record ↵ | Lennart Poettering | 2008-04-22 | 1 | -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 active | Lennart Poettering | 2008-04-21 | 2 | -1172/+684 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@76 c17c95f2-f111-0410-90bf-f30a9569010c | ||||
* | unclutter UI, remove redundant hint bar | Lennart Poettering | 2008-04-21 | 1 | -224/+0 |
| | | | | git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@75 c17c95f2-f111-0410-90bf-f30a9569010c | ||||
* | show volume in decibel | Lennart Poettering | 2008-04-20 | 2 | -13/+26 |
| | | | | 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 Poettering | 2008-04-20 | 2 | -788/+656 |
| | | | | | | normal program git-svn-id: file:///home/lennart/svn/public/pavucontrol/trunk@73 c17c95f2-f111-0410-90bf-f30a9569010c |