Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Buddies of Budgie

Developers of the Budgie Desktop, a feature rich and modern desktop environment for Linux.
Collective - Host: opensource - https://opencollective.com/buddies-of-budgie - Website: https://buddiesofbudgie.org/ - Code: https://github.com/BuddiesOfBudgie

Refined app name and icon logic for AppSoundControl.

This commit refines our previous method for determining the usable name and icon for an AppSound...

github.com/BuddiesOfBudgie/budgie-desktop - d14d88890e680be0759178ca11adebb7726ef4df authored about 6 years ago by Joshua Strobl <[email protected]>
Remove old reStructuredText header.

github.com/BuddiesOfBudgie/budgie-desktop - 8d03a0d43ac62f9bc626cf5dc3a8c8c6b7cc8d34 authored about 6 years ago by Joshua Strobl <[email protected]>
Updated README and images.

github.com/BuddiesOfBudgie/budgie-desktop - 683b9d57bce140151cc078a182a9d588323bd0c7 authored about 6 years ago by Joshua Strobl <[email protected]>
Update copyrights for the new year.

github.com/BuddiesOfBudgie/budgie-desktop - 846c9334aa22394f5f3e24c0e6f6aa062122ebc5 authored about 6 years ago by Joshua Strobl <[email protected]>
Prevent people from dragging desktop icons into the IconTasklist. Resolves #1691.

github.com/BuddiesOfBudgie/budgie-desktop - 67edfa2b8d4564582d62bf4de8930e9b4857cbe2 authored about 6 years ago by Joshua Strobl <[email protected]>
Ensure power and printer notifications don't get stored in Raven.

Power notifications such as automatic suspend and wake-from-suspend should no longer get stored ...

github.com/BuddiesOfBudgie/budgie-desktop - 3dda224e130dd62b7c7d3d94bc83b320991204c5 authored about 6 years ago by Joshua Strobl <[email protected]>
Ensure action labels do not get cut off.

Calculate the longest label length (with a minimum of 20 chars) based on the available actions t...

github.com/BuddiesOfBudgie/budgie-desktop - 110ba7f1f663f4febf32704dc956bb663ec1671e authored about 6 years ago by Joshua Strobl <[email protected]>
Ensure we set button layout in org.gnome.desktop.wm.preferences

Not really sure why that was never the case. We now set it whenever we set our budgie wm button ...

github.com/BuddiesOfBudgie/budgie-desktop - 6fe1f8b7db7ca2ef23264835196cecdedd720d9c authored about 6 years ago by Joshua Strobl <[email protected]>
Cleanup various warnings and deprecations.

github.com/BuddiesOfBudgie/budgie-desktop - 61a34fe647133b4f632c690867a3af651f8e8ef6 authored about 6 years ago by Joshua Strobl <[email protected]>
Remove animation code from wm.

Realistically I'm not going to be re-introducing this in the Budgie 10.x. Just remove entirely.

github.com/BuddiesOfBudgie/budgie-desktop - f2559f80cf0da55d54956447664bf8ea175de989 authored about 6 years ago by Joshua Strobl <[email protected]>
Refactored window addition logic.

This commit completely refactors the logic for determining if we should add a window to a popove...

github.com/BuddiesOfBudgie/budgie-desktop - 84a672bdfd73f973d4ab878589bd8984b6e7ebc8 authored about 6 years ago by Joshua Strobl <[email protected]>
Refine class-based window grouping and blacklisted window types.

This commit adds further refinements to our class-based window grouping logic, determining when ...

github.com/BuddiesOfBudgie/budgie-desktop - 32bc83acc455a726ab36fe3fe5c35b70a9a0323d authored about 6 years ago by Joshua Strobl <[email protected]>
Implemented mechanism for hiding Sound widgets when there are no devices

Implemented a mechanism for dynamically showing and hiding Sound Output and Sound Input widgets ...

github.com/BuddiesOfBudgie/budgie-desktop - 9c7ca27cc8cda3f7c4817583cfd3298b5181ae0f authored about 6 years ago by Joshua Strobl <[email protected]>
Remove redundant year in copyright notice (#1686)

github.com/BuddiesOfBudgie/budgie-desktop - 9bbf71a5f01567fd6191c0f1bfeec374b373b94f authored about 6 years ago by Joakim Soderlund <[email protected]>
Change behaviour to behavior.

github.com/BuddiesOfBudgie/budgie-desktop - 800818afc47a350c478cfcec37e16da36581c6a8 authored about 6 years ago by Joshua Strobl <[email protected]>
Random hyphen should not be translatable.

github.com/BuddiesOfBudgie/budgie-desktop - feef4442c0c2b12219074989f3a5ec530146a424 authored about 6 years ago by Joshua Strobl <[email protected]>
Disable menu headers by default now.

github.com/BuddiesOfBudgie/budgie-desktop - 8a710056664f860224d4260b566d248948866a90 authored about 6 years ago by Joshua Strobl <[email protected]>
Perform icon lookups for non-standard applications.

Ensure we perform a lookup of the Icon key/val, if it exists, of an application which has a resp...

github.com/BuddiesOfBudgie/budgie-desktop - b33f41706017e190fbbe7d758b563bfb3eb5174a authored about 6 years ago by Joshua Strobl <[email protected]>
Make some refinements to AppSoundControl.

This commit changes the behavior of the mute button to essentially act as a temporary toggle for...

github.com/BuddiesOfBudgie/budgie-desktop - e284bd058055bfb7a8dc74bb419b3ad49277fb7b authored about 6 years ago by Joshua Strobl <[email protected]>
Ensure we're actually calling set_clean on construction.

Previously we were only calling set_clean to show / hide widgets in Raven on certain toggle case...

github.com/BuddiesOfBudgie/budgie-desktop - fd25f5a8ea9c5316ff827cb8011ce9a33469efe4 authored about 6 years ago by Joshua Strobl <[email protected]>
Make versioning clearer.

For tarballs (read "official, stable release"), we should keep to pre-defined VERSION. For git b...

github.com/BuddiesOfBudgie/budgie-desktop - 154a15f7503b6fdc61f033d04b131adca69e2d59 authored about 6 years ago by Joshua Strobl <[email protected]>
Initial pass at resolving some overdrive issues.

We'll now immediately call our on_volume_safety_changed function to apply more state to the volu...

github.com/BuddiesOfBudgie/budgie-desktop - 3f693c254117b1a64ea65ffa22e881d0b7a03828 authored about 6 years ago by Joshua Strobl <[email protected]>
Clean up even more.

github.com/BuddiesOfBudgie/budgie-desktop - 16b501aa6329a8d4bfc814e75e703f470d7efc65 authored about 6 years ago by Joshua Strobl <[email protected]>
Clean up unneeded translation files. Weblate knows better.

github.com/BuddiesOfBudgie/budgie-desktop - 99e6f89f00ec1404899dc5cc10a208b8e5e17afb authored about 6 years ago by Joshua Strobl <[email protected]>
Update PO file.

github.com/BuddiesOfBudgie/budgie-desktop - e001524ea764808d936216efe03e2344c6c4c824 authored about 6 years ago by Joshua Strobl <[email protected]>
Attempt to fix behavior of icons not being removed when grouping is off

As per issue #1665, there may be cases in which a pinned icon's new instance (and thus new butto...

github.com/BuddiesOfBudgie/budgie-desktop - 487eef220cb7bd2ee97a524e0ba88831f31f02c1 authored about 6 years ago by Joshua Strobl <[email protected]>
Continued refinement of icon removals.

github.com/BuddiesOfBudgie/budgie-desktop - 85417ffd2824a8cb2b704a0b28b845fa6003ca35 authored about 6 years ago by Joshua Strobl <[email protected]>
Ensure we clear the buttons HashTable of a launcher when we remove the wrapper.

github.com/BuddiesOfBudgie/budgie-desktop - cdff1f79b450368e732083fd65934c4a787c7c26 authored about 6 years ago by Joshua Strobl <[email protected]>
Further fixes for unpinning and unintended removal.

github.com/BuddiesOfBudgie/budgie-desktop - bacc9fb8315c239f0585c65d9648a9c0a2747663 authored about 6 years ago by Joshua Strobl <[email protected]>
Fix unpinning pre-pinned applications. Resolves #1663.

github.com/BuddiesOfBudgie/budgie-desktop - e893448a8479d9bffb7c1e5284f4214f8f1a5c11 authored about 6 years ago by Joshua Strobl <[email protected]>
Added classes to allow easier theme styling / differentiation between Clock and IconPopover stacks.

Clock applet's stack now has the `clock-applet-stack` class, IconPopover stack now has `icon-pop...

github.com/BuddiesOfBudgie/budgie-desktop - 2108f0052d10236a7072cefb38d2e234e7711370 authored about 6 years ago by Joshua Strobl <[email protected]>
Add classes to Sound widget lists in Raven.

Added `apps-list` and `devices-list` / `sound-devices` on the respective ListBox widgets to make...

github.com/BuddiesOfBudgie/budgie-desktop - fe73387ebcfa789c82f1a9bd1aaf79c021e2d905 authored about 6 years ago by Joshua Strobl <[email protected]>
Switch to using ListBox for devices.

Using Gtk.RadioButton proved to be quite unreliable instead of just using a ListBox and ListBoxR...

github.com/BuddiesOfBudgie/budgie-desktop - e1922ed627afda92fa2caed9fe73168986e9bb6d authored about 6 years ago by Joshua Strobl <[email protected]>
Update our dep_mutter check to require 3.28 or above.

github.com/BuddiesOfBudgie/budgie-desktop - 27a51376d1c59c37d06c0d4c0bb801cbb4fd12d9 authored about 6 years ago by Joshua Strobl <[email protected]>
Drop old Mutter APIs.

Additionally added some functionality for Bryan.

github.com/BuddiesOfBudgie/budgie-desktop - e2fbd89f17fc9849622443cdd909fd19e8acc006 authored about 6 years ago by Joshua Strobl <[email protected]>
Fix apps showing up when IconTasklist pinned-only or restrict-to-workspace is enabled.

Resolves #1571.

github.com/BuddiesOfBudgie/budgie-desktop - b9d4f31827270646e521a310f62e04fa814318aa authored about 6 years ago by Joshua Strobl <[email protected]>
Ensure we still create an IconPopover even when we fail to get DesktopAppInfo.

During my testing with Firefox Developer Edition, I noticed that since it's just provided as a n...

github.com/BuddiesOfBudgie/budgie-desktop - 384897a9c32cc00ce8009e47e8dbe5fef2b2c2ba authored about 6 years ago by Joshua Strobl <[email protected]>
Ensure AudioIPC Server reports as Firefox. Resolves #1659.

github.com/BuddiesOfBudgie/budgie-desktop - 5a6bbda26ebfad6bc93f94dc38f216eeec2d2cbb authored about 6 years ago by Joshua Strobl <[email protected]>
Ensure Nautilus and other applications which have a new-window option prefer it over launching an empty context.

github.com/BuddiesOfBudgie/budgie-desktop - abafd35c971389cbbefca57a2e547084f6b11497 authored about 6 years ago by Joshua Strobl <[email protected]>
Fix sound apps being selectable when they shouldn't be. (#1661)

github.com/BuddiesOfBudgie/budgie-desktop - 4ba9b94b8ce482f274c710683a5805a993b0b0af authored about 6 years ago by EbonJaeger <[email protected]>
Add a fix for when grouping is disabled.

github.com/BuddiesOfBudgie/budgie-desktop - 596f0a90b0c3d428c88ce61c16635d1b831601c2 authored about 6 years ago by Joshua Strobl <[email protected]>
Set an only-actions class when an IconPopover only is showing our Quick Actions bar.

github.com/BuddiesOfBudgie/budgie-desktop - f62d5902fc7fd8d5c445cb0e49a9dde1b428780d authored about 6 years ago by Joshua Strobl <[email protected]>
Ensure Desktop-type applications (like Nautilus desktop icons) are not counted and added into Popover.

Resolves #1645.

github.com/BuddiesOfBudgie/budgie-desktop - 11a350e14e98063beff8a4937a2fc4c3fff30b55 authored about 6 years ago by Joshua Strobl <[email protected]>
Introduce new IconTasklist Popovers.

This commit introduces our new IconTasklist Popovers. These popovers feature support for quick D...

github.com/BuddiesOfBudgie/budgie-desktop - 5af3a35df80308b7cef18f35705553661415a746 authored about 6 years ago by Joshua Strobl <[email protected]>
Minor consolidation of dbus calls.

github.com/BuddiesOfBudgie/budgie-desktop - 722c21d55504dbfe355ca90805a578d8929b5e65 authored about 6 years ago by Joshua Strobl <[email protected]>
Support user desktop wallpapers #1326 (#1594)

* Support user desktop wallpapers #1326

* Tidy code formatting to complete user desktop wallp...

github.com/BuddiesOfBudgie/budgie-desktop - ad00c095afb80f5b1f7b14cc6ab5c01fb8e8fb4e authored about 6 years ago by David Mohammed <[email protected]>
Fix show desktop applet (#1609)

* Fix show desktop applet

Change the old implementation from using Wnck API, to manually
min...

github.com/BuddiesOfBudgie/budgie-desktop - d4373f3be4aebb4c79443e075da7544ff00ad584 authored about 6 years ago by Yurizal Susanto <[email protected]>
Nuke GTK 3.18 theming since we don't actually support it.

github.com/BuddiesOfBudgie/budgie-desktop - 037dd289c38ec7805037f3fa7be2a9aaf12e5e2f authored about 6 years ago by Joshua Strobl <[email protected]>
Cleanup a deprecation warning and unused var.

github.com/BuddiesOfBudgie/budgie-desktop - 95cb6bfc40225e88e186a3c07e59b7adadf53ba5 authored about 6 years ago by Joshua Strobl <[email protected]>
Clean up a bunch of warnings.

github.com/BuddiesOfBudgie/budgie-desktop - 4f9408febd0dac531ab62bbd4beaa5a6267f7889 authored about 6 years ago by Joshua Strobl <[email protected]>
Fix some text escaping with certain applications (#1632)

* Fix some text escaping with certain applications

Certain applications like HexChat and Disc...

github.com/BuddiesOfBudgie/budgie-desktop - 00ea48e45f2ef06d2df51cc6371c870830c0b2da authored about 6 years ago by EbonJaeger <[email protected]>
Update the solus logo (#1631)

This was the right logo :)

github.com/BuddiesOfBudgie/budgie-desktop - 6cee4bcfe1c6beb0a57e955d8d9c23ceeb6a4995 authored about 6 years ago by Alexander88207 <[email protected]>
Sort out slightly larger DND Notifications applet icon.

This commit resolves #1470. I was hoping we would've just seen a notification-disabled-symbolic ...

github.com/BuddiesOfBudgie/budgie-desktop - 8b6f2414a3b6c44f09ddd67fbe9e03f5b28e589e authored about 6 years ago by Joshua Strobl <[email protected]>
Hide Raven on workspace switch. Resolves #937.

This commit ensures we hide Raven if possible / necessary during workspace switch. Also updated ...

github.com/BuddiesOfBudgie/budgie-desktop - 875a115c62f1e38a239bbdb471c8bd9c913725b9 authored about 6 years ago by Joshua Strobl <[email protected]>
Implement ability to disable Night Light automatically when apps are fullscreen.

This commit adds the ability to disable Night Light mode automatically when any application ente...

github.com/BuddiesOfBudgie/budgie-desktop - 746bbbf30251cd730fc1f4891967a922bbd7fe51 authored about 6 years ago by Joshua Strobl <[email protected]>
Test already escaped check when &nbsp; is passed.

Noticed this with some random text in Tootle.

github.com/BuddiesOfBudgie/budgie-desktop - b166c1fd179fdbb9cbf75fce2521e35a2b72e144 authored about 6 years ago by Joshua Strobl <[email protected]>
Implement support for display week numbers in Raven's Calendar widget.

This commit implements an option in Raven-section of Budgie Settings for the enabling of week nu...

github.com/BuddiesOfBudgie/budgie-desktop - f22ea3b64ace6395d2e2154457f903fbd4b8289c authored about 6 years ago by Joshua Strobl <[email protected]>
Fix crash on apps with no valid class group.

This commit should resolve #1630, which is a crash-related issue caused by some windows such as ...

github.com/BuddiesOfBudgie/budgie-desktop - 6ba5b123c7a334d6aa3050cf5db33f4d36fa8716 authored about 6 years ago by Joshua Strobl <[email protected]>
Force raven widget show/hide to display contents correctly (#1596)

github.com/BuddiesOfBudgie/budgie-desktop - f342f930b5c68ee2097bb58df143588a7b01ccd5 authored about 6 years ago by David Mohammed <[email protected]>
Default to hiding power strip, it's more kludgy than User Indicator.

Handle any abnormal case of failing of getting the key.

github.com/BuddiesOfBudgie/budgie-desktop - 606c99da8557cc0ada092727131292c2a3f46493 authored about 6 years ago by Joshua Strobl <[email protected]>
Implement support for showing all windows on IconButton click.

This isn't something I want to force as a default, as I'm sure there are plenty of usecases wher...

github.com/BuddiesOfBudgie/budgie-desktop - b5c82b0b47d8c090061c4cc1024a2b44eab44ad6 authored about 6 years ago by Joshua Strobl <[email protected]>
Limit size of OSD based on character count / width. Helpful for very long audio sinks.

github.com/BuddiesOfBudgie/budgie-desktop - deb7707ff977d88750fd1e4e27d9c51375d062da authored about 6 years ago by Joshua Strobl <[email protected]>
Fix of the "Solus" logo (#1624)

* Fixed the logo

* Update to only the link

* Update README.md

github.com/BuddiesOfBudgie/budgie-desktop - 316a60caa033b712dce43f7aef2108c0d3a60018 authored about 6 years ago by Alexander <[email protected]>
Merge pull request #1607 from yursan9/peek-panel

Fix panel autohide behaviour

github.com/BuddiesOfBudgie/budgie-desktop - 3b82cd83b4054dadb7e9cc13ae47ad103a59ac18 authored about 6 years ago by Joshua Strobl <[email protected]>
Initial implementation of open app tracking system

Initial implementation of our open app tracking / grouping system, currently codenamed Abominati...

github.com/BuddiesOfBudgie/budgie-desktop - 2c7b56b8d20f2cc2b829bccfb615d386a2528625 authored about 6 years ago by Joshua Strobl <[email protected]>
Fix panel hiding forever when no windows insight

github.com/BuddiesOfBudgie/budgie-desktop - e3f941105e7684e599415a22752b6d00ec524450 authored about 6 years ago by Yurizal Susanto <[email protected]>
Fix panel autohide behaviour

Fix panel never show up when placed on the right side of the screen
and in dock mode. Also fix i...

github.com/BuddiesOfBudgie/budgie-desktop - 7731342ada0a9f416b8fa9b9f78c4c6687f0ade8 authored about 6 years ago by Yurizal Susanto <[email protected]>
Merge pull request #1597 from Staudey/patch-1

Update links in README to getsol.us

github.com/BuddiesOfBudgie/budgie-desktop - 6f75bbd33b46015a13001f9ba379bf08d240f519 authored about 6 years ago by Joshua Strobl <[email protected]>
Update links in README to getsol.us

There is another link to the old URL in the project description (or whatever the thing at the to...

github.com/BuddiesOfBudgie/budgie-desktop - edfe9bc3118c28f542fb14344fb5cd2b578e6a2c authored about 6 years ago by Staudey <[email protected]>
Ensure we check power strip setting during creation so we immediately hide.

github.com/BuddiesOfBudgie/budgie-desktop - 125637b03934988128f410df2a2517b3e18d24fa authored over 6 years ago by Joshua Strobl <[email protected]>
Enable the disabling of the power strip in Raven.

github.com/BuddiesOfBudgie/budgie-desktop - 00b0fe445694d14d4e6859f92a9e4a021b58d4e8 authored over 6 years ago by Joshua Strobl <[email protected]>
Implement screenshot functionality leveraging GNOME Screenshot.

This is implemented with the following keybinds:

- `Print` will take a screenshot of all displa...

github.com/BuddiesOfBudgie/budgie-desktop - e10d621de5d709d724c4db8d62a187b6a61d334b authored over 6 years ago by Joshua Strobl <[email protected]>
Merge pull request #1576 from stevenmos/master

Add "Displays" entry to desktop right-click menu

github.com/BuddiesOfBudgie/budgie-desktop - 37677c3d4cc575b0a17042eba6f0c6b61eed965e authored over 6 years ago by Joshua Strobl <[email protected]>
Merge pull request #1551 from UbuntuBudgie/missingnotificationicon

Install missing notification icon #1545

github.com/BuddiesOfBudgie/budgie-desktop - 6faccb74e5d6136413015cd75050b139e38f9a47 authored over 6 years ago by Joshua Strobl <[email protected]>
Add "Displays" entry to desktop right-click menu

that points to gnome-control-center -> Devices -> Displays.

Signed-off-by: Steven Moseley <stev...

github.com/BuddiesOfBudgie/budgie-desktop - 4c4abef020c2e3729eba0a85017f5c0ed5f32737 authored over 6 years ago by Steven Moseley <[email protected]>
Add copyright for notification-disabled-symbolic.svg #1545

github.com/BuddiesOfBudgie/budgie-desktop - 49d49ed11d06aae544fe9f1d99dab000170dda1c authored over 6 years ago by David Mohammed <[email protected]>
Merge pull request #1532 from UbuntuBudgie/caffeine

Ensure budgie caffeine fallback icons do not clash #1529

github.com/BuddiesOfBudgie/budgie-desktop - f2dbc215fdb43de88e5b0876413b4a9dc77b2153 authored over 6 years ago by Joshua Strobl <[email protected]>
Install missing notification icon #1545

github.com/BuddiesOfBudgie/budgie-desktop - cba2d14776de2f16ab214f847f33c125184d78d1 authored over 6 years ago by David Mohammed <[email protected]>
Ensure budgie caffeine fallback icons do not clash #1529

Some distros have caffeine packages that already install
caffeine fallback icons. For users who u...

github.com/BuddiesOfBudgie/budgie-desktop - f435c364adafa523ef1261f01413b1f82fed12c6 authored over 6 years ago by fossfreedom <[email protected]>
Merge pull request #1526 from yursan9/raven-sound

Add mark when audio overdrive activate

github.com/BuddiesOfBudgie/budgie-desktop - cb35f5b4f1c71d8dfa3aa8f78298b3825ce85cc2 authored over 6 years ago by Joshua Strobl <[email protected]>
Implement mute / unmute functionality in AppSoundControl

This commit introduces mute and unmute functionality in AppSoundControls, so you can perform sai...

github.com/BuddiesOfBudgie/budgie-desktop - 5f3ca91eb9dabc3cdaca6036efe3382b68dcded2 authored over 6 years ago by Joshua Strobl <[email protected]>
Add visual cue when overdrive activate

github.com/BuddiesOfBudgie/budgie-desktop - 3e468155ddc01ec4ecec34949949f77f1d13895f authored over 6 years ago by Yurizal Susanto <[email protected]>
Merge pull request #1524 from EbonJaeger/1267-truncate-notification-popups

Set ellipsize property on notifications

github.com/BuddiesOfBudgie/budgie-desktop - 5d21f4d030e202c1b96db8e5838e9d6c6a1e0452 authored over 6 years ago by Joshua Strobl <[email protected]>
Set ellipsize property on notifications

Ref #1267

github.com/BuddiesOfBudgie/budgie-desktop - f9347a830595a8064e6e487d45c17d42cedc0f8b authored over 6 years ago by Unknown <[email protected]>
Switch to a printf call for "Sorry, no items found"

Slightly better than my original proposed change in PR #1488

github.com/BuddiesOfBudgie/budgie-desktop - 933f78fc03d62488d6a55367b7b00dc2a1f794d3 authored over 6 years ago by Joshua Strobl <[email protected]>
Merge pull request #1488 from m4sk1n/master

Make “Autostart apps” string translatable

github.com/BuddiesOfBudgie/budgie-desktop - b52ee1d7c4379208dc78075c6b46097a2c5946c7 authored over 6 years ago by Joshua Strobl <[email protected]>
Drop push volume on AppSoundControl construction.

Experiment with dropping push volume call since I don't want to destroy someone's ears on panel ...

github.com/BuddiesOfBudgie/budgie-desktop - 79a3dd59ab04e504985c895f42205a1645db7590 authored over 6 years ago by Joshua Strobl <[email protected]>
Merge pull request #1521 from feddamis/birb-got-tweaks

settings: Add text scaling factor setting

github.com/BuddiesOfBudgie/budgie-desktop - 9054349036c17a030291031cf115030f50248964 authored over 6 years ago by Joshua Strobl <[email protected]>
settings: Add text scaling factor settings

Signed-off-by: Federico Damián Schonborn <[email protected]>

github.com/BuddiesOfBudgie/budgie-desktop - e2c8523d38897e82e1c6423089651cc33b4dddf5 authored over 6 years ago by Federico Damián Schonborn <[email protected]>
Move Notification Clone to separate file, use Buttons instead of EventBox.

Moved to Button to keep things more consistent in terms of styling and tree layout. Resolved ali...

github.com/BuddiesOfBudgie/budgie-desktop - d93f59220561c8cdae75399cdf182a1dfe52815b authored over 6 years ago by Joshua Strobl <[email protected]>
Drop inaccuracy in copyright header in notifications_group.vala

github.com/BuddiesOfBudgie/budgie-desktop - 989e3e06da450727b18ee02af6f271b744daf5f5 authored over 6 years ago by Joshua Strobl <[email protected]>
Implement toggling Bluetooth Airplane mode with middle-click on applet.

Resolves #1491.

github.com/BuddiesOfBudgie/budgie-desktop - 29f67227047a6bbc8c9d42bc0569065da0873057 authored over 6 years ago by Joshua Strobl <[email protected]>
Implement middle click mute on Sound Indicator applet.

Resolves #1193.

github.com/BuddiesOfBudgie/budgie-desktop - a524f17c12b9fcbc3a0476f5083c5d01b6d91bb1 authored over 6 years ago by Joshua Strobl <[email protected]>
Initial implementation of Notification Groups.

This is the initial implementation of notification grouping and both group-based and individual ...

github.com/BuddiesOfBudgie/budgie-desktop - 4474723405727ac0ffed39d79f89f407f839535d authored over 6 years ago by Joshua Strobl <[email protected]>
Merge pull request #1510 from yursan9/caffein-applet

[RFC] Inclusion of Caffeine Applet

github.com/BuddiesOfBudgie/budgie-desktop - e3f69e25a33df95bac09f00dc7e6e6a0c24014cd authored over 6 years ago by Joshua Strobl <[email protected]>
Inclusion of caffeine applet

Add Icons

Initial working implementation

Add applet settings

Add Gio.Settings as constructor ...

github.com/BuddiesOfBudgie/budgie-desktop - e196fcaee4fc310b56d4687b50e12d0b9f745286 authored over 6 years ago by Yurizal Susanto <[email protected]>
Allow volume overdrive (setting to 150%) via Raven panel in Budgie Settings.

Completes tasks related to sound output widget (hopefully). Resolves #957.

github.com/BuddiesOfBudgie/budgie-desktop - c61b2210a870ce4380920581aedb6cede6e98e30 authored over 6 years ago by Joshua Strobl <[email protected]>
Ensure notification title is properly ellipsized. Resolves #1154.

github.com/BuddiesOfBudgie/budgie-desktop - 22a819fafef51339437a5d9e293e05db5f91a922 authored over 6 years ago by Joshua Strobl <[email protected]>
Budgie Settings applet list should show name not description in my opinion, it's more succinct.

Resolves #1301.

github.com/BuddiesOfBudgie/budgie-desktop - 9d72699164fab7c83809deb59b690b326efd5b92 authored over 6 years ago by Joshua Strobl <[email protected]>
Merge pull request #1496 from JockeTF/bugfix/switcher-button-visibility

Hide add workspace button during initialization

github.com/BuddiesOfBudgie/budgie-desktop - 4042602a4a736268bb504da3e5a09fb5b041d649 authored over 6 years ago by Joshua Strobl <[email protected]>