summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Tweak window layout, vertical scrollbar as needed"Simon Rettberg2023-03-071-4/+0Star
| | | | | | This reverts commit c13ecf1e2527236101492c160a5d7d4e380314a3. Doesn't work, fuck Qt layout crap.
* Tweak window layout, vertical scrollbar as neededSimon Rettberg2023-02-281-0/+4
|
* Make resizing a little less badSimon Rettberg2022-09-141-0/+2
|
* WIP: Support input tooSimon Rettberg2022-08-311-3/+3
| | | | TODO: Layout, UI, etc.
* Big refactor, minor design tweak along the waySimon Rettberg2022-08-251-1/+11
|
* Replace everything with new "slxmix" (work in progress)Simon Rettberg2022-08-181-97/+12Star
|
* fix http -> httpsAlf Gaida2018-03-281-1/+1
|
* MainWindow: Remove old GTK remnantsPalo Kisa2017-04-111-4/+0Star
| | | | | | | * MainWindow::on_key_press_event() - navigation between tabs by keyboard can be achieved by the ALT+<nav. letter> * MainWindow::on_realize() - the Gtk::Widget::on_realize() isn't needed in Qt world at all
* Remove glibmm dependency.Hong Jen Yee (PCMan)2016-09-011-1/+1
|
* Porting to Qt 5 - Finish the basic UI.Hong Jen Yee (PCMan)2016-08-311-8/+2Star
|
* Make all source code compile with Qt5.Hong Jen Yee (PCMan)2016-08-311-4/+1Star
|
* Port the sound card configuration page to Qt.Hong Jen Yee (PCMan)2016-08-301-5/+7
|
* Start working on a Qt5 port.Hong Jen Yee (PCMan)2016-08-301-8/+14
|
* Add checkbutton for disabling volume metersLukas K2016-04-261-0/+2
| | | | | Add a checkbutton for disabling volume meters because of high CPU utilisation when updating them
* Add a --maximize command line optionPierre Zurek2014-03-071-1/+1
|
* source: Only autosuspend network sourcesArun Raghavan2011-09-231-1/+1
| | | | | | This makes sure we inhibit autosuspend only for network sources (which was the main purpose of adding autosuspend, since constantly monitoring those is network heavy).
* Add UI to select the formats supported by the receiver attached to a ↵Colin Guthrie2011-08-101-2/+7
| | | | digitial sink
* Handle simple key events.Colin Guthrie2011-06-061-0/+1
| | | | | * Use ctrl+w or ctrl+q or esc to quit. * Uset ctrl+1-5 to change tabs.
* Deal more gracefully with disconnections.Colin Guthrie2011-06-061-0/+2
| | | | | | | As pavucontrol is often used for debugging PA, it should be quite robust and not popup messages etc. under 'normal' testing conditions. This adds quite a verbose message under some specific conditions that do crop up from time to time.
* Drop the need to use libglademmRafał Mużyło2011-03-031-1/+1
|
* Add DONT_INHIBIT_AUTO_SUSPEND flag to monitor streamsMaarten Bosmans2011-03-031-1/+1
|
* mainwindow: Save/restore window sizeColin Guthrie2010-04-221-0/+1
|
* connection: Show a nice label when connecting to PA.Colin Guthrie2010-04-201-1/+5
|
* mainwindow: Add a method to remove all widgets (e.g. on disconnect)Colin Guthrie2010-04-201-0/+2
|
* Allow for the sink input peak detect to survive across sink moves.Colin Guthrie2009-10-171-1/+1
|
* Add support for the device-manager module.Colin Guthrie2009-10-151-0/+2
| | | | | | | | | 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.
* More changes in the UI to try and make things neater.Colin Guthrie2009-06-171-23/+0Star
| | | | | | | | 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.
* Record in a map the combobox indexes vs. the sink/source indexesColin Guthrie2009-06-171-0/+4
|
* Adapt to new UIColin Guthrie2009-06-171-0/+19
| | | | | 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.
* Split sinkinputwidget into it's own files.Colin Guthrie2009-03-161-0/+99
Also had to put mainwindow into it's own header for this to work. Full conversion of mainwindow will ultimately follow.