Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for gtkmm-3.0 and prefer it over gtkmm-2.* by default.HEADmaster | Marc-Antoine Perennou | 2011-04-29 | 1 | -0/+4 |
| | | | | Pass --disable-gtk3 to configure to build against gtk2 | ||||
* | volume: Don't bother setting the steps. | Colin Guthrie | 2011-03-09 | 1 | -2/+0 |
| | | | | | The number of volume steps doesn't really affect our scale, so there is little value in setting it. | ||||
* | Drop the need to use libglademm | Rafał Mużyło | 2011-03-03 | 1 | -2/+7 |
| | |||||
* | Add DONT_INHIBIT_AUTO_SUSPEND flag to monitor streams | Maarten Bosmans | 2011-03-03 | 1 | -36/+9 |
| | |||||
* | mainwindow: Fix clearing out of clients | Colin Guthrie | 2010-04-22 | 1 | -1/+1 |
| | |||||
* | mainwindow: Save/restore window size | Colin Guthrie | 2010-04-22 | 1 | -1/+56 |
| | |||||
* | mainwindow: Compact iterator decls | Colin Guthrie | 2010-04-21 | 1 | -25/+12 |
| | |||||
* | source-outputs: Fix a bug where the 'no streams' label is sometimes shown ↵ | Colin Guthrie | 2010-04-20 | 1 | -0/+1 |
| | | | | along with the actual widget. | ||||
* | connection: Show a nice label when connecting to PA. | Colin Guthrie | 2010-04-20 | 1 | -1/+20 |
| | |||||
* | mainwindow: Add a method to remove all widgets (e.g. on disconnect) | Colin Guthrie | 2010-04-20 | 1 | -0/+29 |
| | |||||
* | Allow for the sink input peak detect to survive across sink moves. | Colin Guthrie | 2009-10-17 | 1 | -11/+19 |
| | |||||
* | Add support for the device-manager module. | Colin Guthrie | 2009-10-15 | 1 | -3/+4 |
| | | | | | | | | | 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. | ||||
* | events: Hide output streams with a stream restore designator for the event ↵ | Colin Guthrie | 2009-10-03 | 1 | -0/+8 |
| | | | | | | | widget. Showing these streams causes UI issues due to the repainting when the app that generates the sound events is pavucontrol itself (e.g. changing volume, trying to move stream to a new device etc.) | ||||
* | drop reference to beepDevice | Lennart Poettering | 2009-09-09 | 1 | -1/+0 |
| | |||||
* | use fallback icon scheme for stream icons, too | Lennart Poettering | 2009-08-26 | 1 | -35/+36 |
| | |||||
* | Add support for changing ports. | Colin Guthrie | 2009-06-27 | 1 | -11/+56 |
| | | | | | | | | | | | This commit adds a combo box for selecting ports. Overall this implementation could have taken two paths: * Implement port selection as combo box. * Implement port selection as a button. I went for the first option as is done in selecting card profiles over the second method used for selecting devices for streams. This seems more like how a config option should be presented as opposed to a runtime type thing. | ||||
* | Do not disable the default button when it's set. | Colin Guthrie | 2009-06-17 | 1 | -8/+4 |
| | | | | | | | I reworked the way this was done so we can easily re-enable this as I think it's clearer when it's inactive (the difference between toggled and not toggled is pretty minor). With this abstraction we could reset the tooltip etc. too. | ||||
* | More changes in the UI to try and make things neater. | Colin Guthrie | 2009-06-17 | 1 | -63/+16 |
| | | | | | | | | This abandons the combo box approach an instead partially reverts to the popup. We now display a suffix after the stream title saying " on <device>" or " from <device>" where the <device> part looks like a hyperlink and, when clicked, shows the popup to change the device. If there is only one device available, we suppress the whole thing and thus avoid confusion. | ||||
* | Wire up all the new UI code. | Colin Guthrie | 2009-06-17 | 1 | -4/+9 |
| | | | | | | | This makes the default button work on sinks/sources, allows the drop down to actually change the sink/source and removes the old menu code. Some names and such are fixed in the glade file too. | ||||
* | Remove the 'Default [Out|In]put' option from the combo for now. | Colin Guthrie | 2009-06-17 | 1 | -0/+5 |
| | | | | It will be restored when it's actually possible to set/clear the default stream restore db | ||||
* | Set the correct combo index for display purposes | Colin Guthrie | 2009-06-17 | 1 | -0/+12 |
| | |||||
* | Record in a map the combobox indexes vs. the sink/source indexes | Colin Guthrie | 2009-06-17 | 1 | -16/+9 |
| | |||||
* | Add setter/getter methods for sink/source indexes so we can update our combo ↵ | Colin Guthrie | 2009-06-17 | 1 | -3/+3 |
| | | | | boxes current item | ||||
* | Set the mainwindow pointer via an init() method rather than directly via ↵ | Colin Guthrie | 2009-06-17 | 1 | -4/+2 |
| | | | | | | public member variable. This allows us to perform other general initialisation task (such as setting the tree model on the device combo) | ||||
* | Adapt to new UI | Colin Guthrie | 2009-06-17 | 1 | -0/+53 |
| | | | | | The actual wiring up of events and clearing out of old, unused elements is not complete yet, so this is completely non-functional at present. | ||||
* | make sure that two card profiles with the same priority don't collide with ↵ | Lennart Poettering | 2009-06-17 | 1 | -5/+12 |
| | | | | each other | ||||
* | don't abort when icon is missing from the theme | Lennart Poettering | 2009-06-14 | 1 | -4/+9 |
| | |||||
* | reenable monitor streams | Lennart Poettering | 2009-04-14 | 1 | -2/+0 |
| | |||||
* | Order the card profiles by their priority | Colin Guthrie | 2009-03-25 | 1 | -3/+15 |
| | |||||
* | configure steps for scales | Lennart Poettering | 2009-03-21 | 1 | -0/+2 |
| | |||||
* | visualize base volume | Lennart Poettering | 2009-03-21 | 1 | -0/+4 |
| | |||||
* | Use C style comments as per Lennart's fetish :p | Colin Guthrie | 2009-03-18 | 1 | -1/+0 |
| | |||||
* | Move config.h inclusion to the .cc files | Colin Guthrie | 2009-03-18 | 1 | -0/+4 |
| | |||||
* | Split mainwindow into it's own files. | Colin Guthrie | 2009-03-16 | 1 | -0/+825 |