-
Notifications
You must be signed in to change notification settings - Fork 42
Added wireplumber mixer widget #307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
AKArien
wants to merge
37
commits into
WayfireWM:master
Choose a base branch
from
AKArien:extra-widgets-clean
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 27 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
ecc3bc6
Added wireplumber mixer widget
43f4a71
Added scroll control in full mixer
f8d67cd
Added middle click to mute
87a0307
add configuration options for wireplumber widget
4191389
uncrustify and style compliance
56e8150
uncrustify ?
81bfaf3
remove section of the code pending on pr 306 (extra options)
c1c89c0
uncrustify ; though i cannot agree oops lol
e3d2ec2
Revert "remove section of the code pending on pr 306 (extra options)"
4b1cc62
remove logic pertaining to pr 306 (vertical panel layouts)
025f524
fixed include in animated-scale.cpp
51a9ada
add popup on change option
4e8e892
added support for mute gestures to individual control
5cb1eda
added defaults, fallbacks and corrected compliance with config options
35f0f21
fix scroll gesture, malformed panel.xml
d1dca46
cleaned up a bit middle click to mute
d64f5ac
fixed improper naming of on -> handle_config_reload
fd41700
removed obsolete functions
679f144
fixed left click actions on widget ; comments
8f61bcc
added deselection guard for default + explanation
43281ba
adjust logic of updates in on_mixer_changed ; removed unused enum ; c…
1afacc0
cleaup
b006c9d
fix popover jank and incorrect settings reloading
6f8cd5b
uncrustify
4435efa
fixed gestures connection both in control and widget ; cleanup
af82be8
lil forgotten
5c91450
uncrustify
400e895
fixed doubling in existing widgets when catching up new one
a110040
de-duplicated icon_name_from_state
c51f510
removed non breaking space and french quotes from comments
22b4bdb
use std::string_view for string comparison
affc7b9
fixed configuration to use .value() missed it oops
b7ee367
unique instead of raw pointers
e048578
separators and labels not by new
c38b0b9
add autos, make construction less barbaric
a35d60b
cleanup
45342f0
exported volumelevel and icons to be common between volume and wirepl…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use spaces here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now, apologies if i am somehow getting this wrong, but it seems other indentation in this file uses tabs ? such as the above libpulse check