Loading
Commits on Source 57
-
Evan Welsh authored
-
Danial Behzadi authored
-
Quentin PAGÈS authored
-
Aefgh Threenine authored
-
Jürgen Benvenuti authored
-
Yuri Chornoivan authored
-
Evan Welsh authored
-
Ezike Ebuka authored
- Use Adw for headers - Adapt to container api changes - Replace pack_{start,end} with {prepend,append} - Use AdwTitleWidget for header bar titles - Use GdkDisplay instead of GdkScreen - Adapt to GtkImage API changes - Adapt to Leaflet API changes - Declare props in constructor - Remove UI file comment - Remove show_all usage - Use Check Buttons instead or Radin - Use margin_{bottom,} as margin is deprecated - set_relief was replaced with has_frame - set_line_wrap is replaced with wrap - show_close_button is not needed anymore - Replace pack_{start,end} with {prepend,append} - Replace Gtk.AboutDialog with Adw.AboutWindow - Port font view to GTK4 - Remove `set_position` as it is deprecated and the application has no say in it - Remove libhandy, it is superseded by libadwaita - Port from Gtk.Application to Adw.Application - Use `Adw.Button` for file chooser button Co-Authored-By:Evan Welsh <contact@evanwelsh.com> Co-Authored-By:
Maximiliano Sandoval R <msandova@gnome.org>
-
Evan Welsh authored
-
Evan Welsh authored
btn1 is not currently being set to active upon load.
-
Maximiliano Sandoval R authored
-
Maximiliano Sandoval R authored
It is not a good idea in general to have these.
-
Evan Welsh authored
-
Evan Welsh authored
-
Evan Welsh authored
-
Evan Welsh authored
-
Evan Welsh authored
-
Evan Welsh authored
This additionally adds libadwaita-based "subgroup" components which allow grouping settings into in adwaita preferences groups.
-
Evan Welsh authored
Implements "CheckPreferencesRow" to provide a custom row with a check action for limited-number combo tweaks.
-
Evan Welsh authored
This re-implements some tweak components to be responsive on small screens: - Implement "check group" tweaks utilizing libadwaita components - Migrate mouse, window, and font tweaks to "check groups"
-
Evan Welsh authored
-
Evan Welsh authored
While migrating Tweaks to a .ui shell, we broke the ability to reset all modified GSettings using the "SchemaList" utility.
-
Sabri Ünal authored
This string can help translators to add their names. More information: https://wiki.gnome.org/TranslationProject/DevGuidelines/Add%20translator%20credits
-
FeRD (Frank Dana) authored
The title was inadvertently changed to 'Secondary-Click' at some point in the distant past. Closes #369
-
Sabri Ünal authored
- Add developer > name tag - Mark the developer name tag as deprecated - Release entries should be in a description tag. - Update the donation and bugtracker URLs - Add missing vcs-browser URL - Fix missing launchable and content_rating tags - Fix appstreamcli error renaming 40.0 beta release as 40~beta "releases-not-in-order 40.0 << 40.beta The releases are not sorted in a latest to oldest version order. This is required as some tools will assume that the latest version is always at the top. Sorting releases also increases overall readability of the metainfo file."
-
Evan Welsh authored
-
Yuri Chornoivan authored
-
Danial Behzadi authored
-
Artur S0 authored
-
Yosef Or Boczko authored
-
AsciiWolf authored
-
Ekaterine Papava authored
-
Fran Dieguez authored
-
Sabri Ünal authored
-
Christian Kirbach authored
-
Daniel Mustieles authored
-
AsciiWolf authored
-
Automeris naranja authored
This option was added in Settings 46: https://gitlab.gnome.org/GNOME/gnome-control-center/-/commit/0e91d89a817440d69c0d1561d258979064818ea9
-
Evan Welsh authored
GNOME Settings now has options for the type of secondary click emulation but it does not have a way to disable secondary click emulation. For now we'll maintain this option for users who have configured it.
-
Sabri Ünal authored
-
Sabri Ünal authored
It's useless also prone to error.
-
Automeris naranja authored
The "Disabled" option implies that Caps Lock would stop working. However, this option just the default behavior of this key. Closes https://gitlab.gnome.org/GNOME/gnome-tweaks/-/issues/329
-
Automeris naranja authored
This option is no longer supported in Mutter: https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3075 Closes https://gitlab.gnome.org/GNOME/gnome-tweaks/-/issues/443
-
Vancha authored
Make tweaks show up in the overview when a user searches for the keywords startup applications. Fixes #408
-
Evan Goode authored
Signed-off-by:Evan Goode <mail@evangoo.de>
-
Tomasz Pakuła authored
For the new org.gnome.desktop.peripherals.pointingstick accel-profile gsetting. Enables users to switch acceleration profile and scrolling method for pointing stick devices without manual gsettings/dconf intervention. Depends on: https://gitlab.gnome.org/GNOME/mutter/merge_requests/532 Resolves: https://gitlab.gnome.org/GNOME/gnome-tweaks/issues/70
-
Evan Welsh authored
Add checks using libgudev to avoid showing tweaks for touchpads and pointing sticks on systems that do not have them.
-
Akatsuki Rui authored
`Appearance - Background - Image` currently doesn't support changing the dark style background. Add an option to support it.
-
Yuri Chornoivan authored
-
Carlo Lobrano authored
Some alternative themes are installed under `/usr/share/gnome-shell/theme` directory, along with the default one, but Gnome-Tweaks does not look into this place. Note: this change requires a correspondant change in User-Themes extension
-
Evan Welsh authored
This ensures we don't load tweak groups with no loaded tweaks and adds the ability to "clear" the currently selected file from the file chooser button by setting the `file_uri` prop to `None`.
-
Evan Welsh authored
This also disables the shell theme installer for the time being, in testing it is quite brittle (not all themes work, it only supports .zip files) and the user experience is rather poor. I'll reconsider enabling it in a future release. For now, users can install themes using the scripts included with the theme or with their distro's packaging utilities.
-
AsciiWolf authored
-
Yuri Chornoivan authored
-
Evan Welsh authored
-
Evan Welsh authored
-
Jeremy Bícha authored