index
:
pulseaudio/pavucontrol
master
master-tx
PulseAudio Volume Control (mirrored from https://gitlab.freedesktop.org/pulseaudio/pavucontrol)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pavucontrol.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-15
Some minor whitespace fixups
Arun Raghavan
1
-2
/
+1
2024-04-15
Fix some minor lints and warnings
Arun Raghavan
1
-6
/
+0
2024-04-12
Use Gtk4 instead of Gtk3
JA
1
-35
/
+43
2021-06-01
cardwidget: add flag to lock profile from switching automatically
Igor V. Kovalenko
1
-0
/
+45
2021-03-29
card: use JSON with pulseaudio messaging API
Igor V. Kovalenko
1
-28
/
+114
2021-02-27
card: do not quit on error sending message to object
Igor V. Kovalenko
1
-1
/
+1
2021-02-26
card: implement bluetooth profile codec selection
Igor V. Kovalenko
1
-1
/
+153
2020-10-11
Migrate away from deprecated Gtk interfaces
Felipe Sateler
1
-3
/
+4
2017-12-14
main: Fix typo
Anders Jonsson
1
-1
/
+1
2017-11-02
remove unnecessary Window -> MainWindow casting
Tanu Kaskinen
1
-1
/
+1
2017-11-01
Implement single-launch with Gtk::Application
Colin Leroy
1
-87
/
+15
2015-05-20
Add --version command line option
Peter Meerwald
1
-0
/
+11
2014-03-07
Add a --maximize command line option
Pierre Zurek
1
-1
/
+8
2012-07-04
Add --retry command line option
Frédéric Dalleau
1
-2
/
+15
2011-08-18
Update device format stuff for (pre-release) API changes.
Colin Guthrie
1
-5
/
+8
2011-08-10
Add UI to select the formats supported by the receiver attached to a digitial...
Colin Guthrie
1
-1
/
+62
2011-06-06
Deal more gracefully with disconnections.
Colin Guthrie
1
-7
/
+26
2010-04-22
main: Format string fixes
Colin Guthrie
1
-1
/
+1
2010-04-22
main: Add a --tab command line argument to force a given tab to be displayed.
Colin Guthrie
1
-22
/
+51
2010-04-20
main: Cleanup labels after connection rework
Colin Guthrie
1
-2
/
+2
2010-04-20
connection: Show a nice label when connecting to PA.
Colin Guthrie
1
-2
/
+5
2010-04-20
main: Automatically reconnect to PA upon disconnection
Colin Guthrie
1
-14
/
+31
2010-04-20
Split out the creation of the PA context a little.
Colin Guthrie
1
-18
/
+26
2009-10-15
Add support for the device-manager module.
Colin Guthrie
1
-1
/
+50
2009-08-27
fix event sound generation for volume changes
Lennart Poettering
1
-2
/
+4
2009-06-17
Create the event role widget early so that it's always top of the list.
Colin Guthrie
1
-3
/
+5
2009-04-14
don't show failure msgbox twice
Lennart Poettering
1
-3
/
+1
2009-04-13
Merge commit 'coling/master'
Lennart Poettering
1
-1
/
+1
2009-04-08
don't show wait cursor forever if stream_restore extension is not available
Lennart Poettering
1
-3
/
+4
2009-03-25
Silence a warning
Colin Guthrie
1
-1
/
+1
2009-03-18
Shuffle some headers around a bit so that some systems don't have build errors
Colin Guthrie
1
-7
/
+0
2009-03-18
Use C style comments as per Lennart's fetish :p
Colin Guthrie
1
-1
/
+1
2009-03-18
Move config.h inclusion to the .cc files
Colin Guthrie
1
-0
/
+4
2009-03-16
Split mainwindow into it's own files.
Colin Guthrie
1
-795
/
+0
2009-03-16
Split rolewidget into it's own files.
Colin Guthrie
1
-54
/
+1
2009-03-16
Split sourceoutputwidget out into it's own files.
Colin Guthrie
1
-115
/
+1
2009-03-16
Split sinkinputwidget into it's own files.
Colin Guthrie
1
-208
/
+2
2009-03-16
Split sourcewidget into it's own files.
Colin Guthrie
1
-76
/
+1
2009-03-16
Split sinkwidget into it's own files.
Colin Guthrie
1
-102
/
+1
2009-03-15
Split cardwidget out into it's own files.
Colin Guthrie
1
-109
/
+5
2009-03-15
Move common setup into a shared header
Colin Guthrie
1
-10
/
+1
2009-03-15
Split out streamwidget into it's own files.
Colin Guthrie
1
-77
/
+0
2009-03-15
Split channelwidget into separate files. Also separate out the definition of ...
Colin Guthrie
1
-136
/
+2
2009-03-15
Split the minimalstreamwidget into it's own file
Colin Guthrie
1
-126
/
+1
2009-03-02
Merge commit 'coling/master'
Lennart Poettering
1
-7
/
+5
2009-03-02
use the server provided icons
Lennart Poettering
1
-18
/
+32
2009-03-02
Initialise our dropdown at contruction and just repopulate it when the cardin...
Colin Guthrie
1
-7
/
+5
2009-02-28
Fix the number of outstanding operations.
Colin Guthrie
1
-2
/
+10
2009-02-28
Add a new widget for the card configuration and use it.
Colin Guthrie
1
-112
/
+61
2009-02-28
Create a new 'Configuration' tab
Colin Guthrie
1
-18
/
+22
[next]