| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
So clients of the view can know if the view is busy.
https://bugzilla.gnome.org/show_bug.cgi?id=753786
|
|
|
|
|
|
|
|
|
|
| |
Add a spinner when networks are being fetched and make
the network section permanent and show a placeholder with
a message that no networks were found in case there are no
networks. In this way users from previous versions won't be
confused with the fact that no networks are shown.
https://bugzilla.gnome.org/show_bug.cgi?id=753786
|
|
|
|
|
|
|
|
|
|
|
| |
Previously we had a network item in the sidebar, which now
is replaced by the network section on other-locations view.
However we were not exposing the networks in network:///.
Fetch them and add them in the network section of other-locations
view.
https://bugzilla.gnome.org/show_bug.cgi?id=753786
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=753786
|
|
|
|
|
|
|
| |
By assigning an URI to Other Locations item, we
can programaticaly select it. Fixes a bug in Nautilus,
where the Other Locations item is unselected imediately
after being clicked.
|
|
|
|
|
|
|
|
| |
When clearing the compose buffer, don't emit preedit-changed
unconditionally. This triggers a recursion which leads to
a crash.
https://bugzilla.gnome.org/show_bug.cgi?id=753644
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GtkPrintOperation was emitting paginate only if a signal was
connected, this meant that subclassing and overriding the
paginate vfunc lead to the unexpected result that paginate did
not run.
Instead we always emit the signal and use a custom accumulator:
if there is a signal we just run that and avoid the default
handler, otherwise we run the default handler which can be the
one by the subclass or the default handler that just skips
pagination.
Patch by Yevgen Muntyan, fixes #345345
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Prior to this patch, the ID of the GtkApplication was always used for
clients which were GtkApplications. This would only be guaranteed to be
correct for D-Bus activatable programs. As a result, all
non-D-Bus-activatable applications would set the wrong ID making the
shell unable to find the corresponding .desktop file.
This change makes it so that the GDK backend always uses the name
passed to g_set_prgname, or the default value if not explicitly set, as
this more often corresponds to the .desktop file.
This means that in order to make D-Bus activatable applications set the
correct application ID, they must, for now, manually call
g_set_prgname() with their application ID (basename of the .desktop
file).
If g_get_prgname() returns NULL, fallback to gdk_get_program_class()
even though it will most likely never be correct according to the
xdg_surface.set_app_id specification.
https://bugzilla.gnome.org/show_bug.cgi?id=746435
|
|
|
|
|
|
|
|
| |
We were not allowing to cancel the operation at all, and at
most the operation was cancelled only when clicked connect again.
Also due to gvfs bug 753735 we actually weren't cancelling
at all, and therefore creating multiple dialogs.
|
|
|
|
|
| |
As pointed out by Allan, this is not very helpful. A
call to action label fits better in this case.
|
|
|
|
|
|
|
|
|
| |
We don't want to leak references if the widget created to represent the
item in the model does not have a floating reference — which is usually
what happens in bindings, as they automatically sink references when
creating new instances.
See commit 6e03e7e8 for the similar change in GtkListBox.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sorry, the last commit added a generated file instead of the
template.
G-I has been updated to not require a Windows GCC installation
anymore to generate the .gir files, so update the NMake Makefiles
that are used for this purpose.
As a result, it is no longer necessary to define time_t for the .gir
generation as we are on the same compiler throughout the process.
|
|
|
|
| |
This reverts commit aea7809f55ac520b9d2d5d9c1eea1345fabbd7a7.
|
|
|
|
|
|
|
|
|
| |
G-I has been updated to not require a Windows GCC installation
anymore to generate the .gir files, so update the NMake Makefiles
that are used for this purpose.
As a result, it is no longer necessary to define time_t for the .gir
generation as we are on the same compiler throughout the process.
|
|
|
|
|
| |
This lets us replace the hack of inserting tags in the first
and last paragraph to set a above/below-paragraph space.
|
|
|
|
|
|
|
| |
Add API to set top and bottom margins, and add the CSS padding
from the theme to the programmatically set margins.
https://bugzilla.gnome.org/show_bug.cgi?id=406159
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
GTK+ now uses pango_attr_foreground_alpha_new, pango_attr_background_alpha_new,
PANGO_ATTR_FOREGROUND_ALPHA, PANGO_ATTR_BACKGROUND_ALPHA,
pango_renderer_set_alpha, pango_renderer_get_alpha, which were all added
after 1.37.2.
|
| |
|
|
|
|
|
| |
Only restore the saved default widget if the default hasn't been
changed while the popover was visible.
|
|
|
|
|
| |
The values returned by these functions are not very well defined,
recommend to use the monitor dimensions instead.
|
|
|
|
|
|
|
| |
A simple calculation is done so far (assuming monitor areas never overlap)
so gdk_screen_get_width/height_mm return meaningful values.
https://bugzilla.gnome.org/show_bug.cgi?id=753621
|
|
|
|
|
|
| |
There's no need to queue a resize here.
https://bugzilla.gnome.org/show_bug.cgi?id=753568
|
|
|
|
|
| |
Use gdk_threads_add_idle, and set a name on the source to aid
debugging, as we do everywhere else.
|
|
|
|
|
| |
Use gdk_threads_add_idle, and set a name on the source to aid
debugging, as we do everywhere else.
|
| |
|
| |
|
|
|
|
| |
This is easily possible, now that Pango supports alpha.
|
| |
|
|
|
|
|
| |
Make it possible to set foreground or background alpha in the
builder ui support for Pango attributes.
|
|
|
|
|
| |
We don't need to store our own copy of the colors anymore,
now that PangoRenderer can do alpha.
|
| |
|
|
|
|
|
|
|
|
| |
This reverts commit 35489f5d31b20a390b45803d760f965391d0b57f.
It snuck in when i was trying to push
commit f4d2022d46e16e1fdec8ca9b107a9870155832bf
|
|
|
|
|
|
|
|
|
|
|
|
| |
wl_log() currently logs using G_LOG_LEVEL_ERROR
(which is fatal). The wayland client library doesn't
expect this behavior. It uses wl_log to log recoverable
errors.
This commit changes the log level to G_LOG_LEVEL_DEBUG
instead.
https://bugzilla.gnome.org/show_bug.cgi?id=753635
|
|
|
|
|
|
|
|
|
|
|
|
| |
The wayland client libraries now require WAYLAND_DISPLAY be set
to use them.
See:
http://cgit.freedesktop.org/wayland/wayland/commit/?id=fb7e13021730d0a5516ecbd3712ea4235e05d24d
This commit makes _gdk_wayland_display_open bail early if
WAYLAND_DISPLAY is unset, just as it does for XDG_RUNTIME_DIR.
|
| |
|
|
|
|
|
|
| |
state changes"""
This reverts commit 8001b2c1b3b9b5535d20ec942c497ae0f0a4adc7.
|
|
|
|
|
|
| |
maximized/fullscreen windows"""
This reverts commit 968ac90e89f444e180d883a28bfd260b118f451d.
|
|
|
|
|
|
|
|
|
| |
changes""
This reverts commit de2ea1ebaabd7550ca6f2a02bfbaa04ac92181fd.
No reason in the commit message was given for the revert, and we need
this for proper behavior on map.
|
|
|
|
|
|
|
|
|
| |
windows""
This reverts commit 8b695cc7279270eabf7d2541cfd592608d0add38.
No reason in the commit message was given for the revert, and we need
this for proper behavior on map.
|
|
|
|
|
|
|
| |
On wayland, the gestures protocol defines a wl_pointer_gestures global
object, that will match in number with wl_seats, swipe and pinch
interfaces can be obtained from it, which events are translated into
GdkEventTouchpadSwipe/Pinch events.
|
| |
|
|
|
|
|
| |
This is the only function that's will be semantically confusing
with touchpad gesture events, explain what's to be expected there.
|