| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=740369
|
| |
|
|
|
|
|
|
|
| |
The display panel needs to ask libgnome-desktop in a few places
whether the panel is tiled.
https://bugzilla.gnome.org/show_bug.cgi?id=751680
|
|
|
|
|
|
|
|
|
|
|
| |
Making a new connection available to other users requires being an
admin, or entering an admin password.
If we enable that option by default for new connections, we effectively
prevent non-admin users from connecting to new networks when they go to
the coffee shop without their laptop admin.
https://bugzilla.gnome.org/show_bug.cgi?id=751378
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Bump required GOA version for the IsLocked property.
https://bugzilla.gnome.org/show_bug.cgi?id=737665
|
|
|
|
|
| |
The Network, Bluetooth, Printers and Wacom panels are not optional on
Linux systems (except S390 which doesn't have USB support).
|
|
|
|
|
|
|
| |
If GTK+ was built with Wayland support, we'll enable the udev
"GsdDeviceManager". But that needs udev to be available.
https://bugzilla.gnome.org/show_bug.cgi?id=747548
|
|
|
|
|
|
|
|
| |
This is needed for three reasons:
* To be able to arrange the icon into a folder in GNOME Software
* So that we do not allow the application to be removed
* To show the update description not in the 'OS Updates' package section
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=741035
|
| |
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=743285
|
|
|
|
|
|
|
|
|
|
|
| |
GsdWacomDevice has been updated, dragging GsdDeviceManager as a dependency
from g-s-d, which has been added to panels/common, and compiled as a
separate static libary, which is used by the wacom and mouse modules.
gsd-input-helper.[ch] is now in such library and has been removed from
the panel directories.
https://bugzilla.gnome.org/show_bug.cgi?id=743196
|
|
|
|
|
|
|
| |
Most peripherals settings have been moved to
gsettings-desktop-schemas.
https://bugzilla.gnome.org/show_bug.cgi?id=743194
|
|
|
|
| |
Needed for gtk_label_get/set_xalign() .
|
|
|
|
|
|
| |
It is needed due to new asynchronous api for uncaching.
https://bugzilla.gnome.org/show_bug.cgi?id=727871
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
This is required for new location panel, and the search panel whitelist.
https://bugzilla.gnome.org/show_bug.cgi?id=731119
https://bugzilla.gnome.org/show_bug.cgi?id=734108
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We were assuming that setting stock-size would affect the emblems in
GEmblemedIcons, but not the icons themselves. This is a bit weird.
GtkCellRendererPixbuf:gicon is meant to work with
GtkCellRendererPixbuf:stock-size, and this was only working so far
because GTK_ICON_LOOKUP_FORCE_SIZE was not being used when loading
the icon.
Let's composite the emblems ourselves so that we don't have to depend
on this quirky interpretation of stock-size.
Unfortunately, we can not directly use the pixbufs because they are
unaware of the scale factor and GTK+ will scale them on HiDpi
displays. Since our pixbufs already have enough pixels to work well
with such devices, scaling them further will lead to giant, fuzzy
thumbnails. Hence, we use GtkCellRendererPixbuf:surface with the
scale factor codified in it.
https://bugzilla.gnome.org/show_bug.cgi?id=732375
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=732625
|
| |
|
| |
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=730597
|
|
|
|
|
|
|
| |
This removes a leftover configure check on libgnome-menu-3.0. The gmenu
APIs were only ever used in the WIP notification panel patches in
https://bugzilla.gnome.org/show_bug.cgi?id=685928 , but the final code
that landed used equivalent gio API instead.
|
| |
|
| |
|
|
|
|
|
| |
We weren't setting have_wacom anymore after the changes in
edf60cdd3b11c45d0437515b72d56176bc1855ad.
|
|
|
|
|
|
|
|
|
| |
d78bc977 wrongly made the Wacom panel optional on supported platforms.
Restore the original behaviour which is to require the Wacom panel to be
built on all Linux versions (except s390 which doesn't have USB
support).
See https://bugzilla.gnome.org/show_bug.cgi?id=728318
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use GLib's new transliteration API to avoid the shortcomings of iconv().
Also solve an existing problem where strings entered in decomposed forms
wouldn't be properly transliterated. Always normalise before attempting
transliteration.
Bump GLib dependency to 2.39.91 for the new feature.
https://bugzilla.gnome.org/show_bug.cgi?id=724194
|
| |
|
|
|
|
|
|
|
|
| |
Team support was only added in the 0.9.9.x branch for the 0.9.10
stable release. It's not available in any releases (beta or stable
ones) yet.
https://bugzilla.gnome.org/show_bug.cgi?id=723769
|
|
|
|
|
|
|
| |
It fetches the most recent 50 images from every Grilo source that has
a corresponding GOA account. Currently the only such source is Flickr.
https://bugzilla.gnome.org/show_bug.cgi?id=707569
|
|
|
|
|
|
| |
This was never meant to be pushed.
This reverts commit 725b85db775ab8226d3b77b549a2daa2f96044b4.
|
|
|
|
|
|
| |
This was never meant to be pushed.
This reverts commit dcdf571127dd788188f5f769aa1b9a82e3947f5c.
|