| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=722211
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=722211
|
|
|
|
| |
Instead of Return value:
|
| |
|
|
|
|
| |
https://wiki.gnome.org/Design/OS/Typography
|
| |
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=723119
|
|
|
|
|
|
|
|
|
| |
Removable USB drives or memory sticks should be powered down
when the eject button is pressed. For this, we need to call
g_drive_stop() instead of g_drive_eject(), provided the drive
can be stopped.
https://bugzilla.gnome.org/show_bug.cgi?id=723121
|
|
|
|
| |
Sadly, this means the code can have never been tested :-(
|
|
|
|
| |
It doesn't hurt to just add the ref here, as the FIXME suggests.
|
| |
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=722029
|
|
|
|
|
|
| |
We go to extra length to set the desktop_uri to NULL when
desktop == home, but then we were adding the (non-functional)
place item anyway. Don't do that.
|
|
|
|
|
|
|
| |
Be more careful when comparing uris during DND - they may
be NULL.
https://bugzilla.gnome.org/show_bug.cgi?id=720264
|
|
|
|
|
|
| |
This was pointed out in
https://bugzilla.gnome.org/show_bug.cgi?id=719505
|
|
|
|
|
|
|
|
| |
Change the GtkSettings default for "shell-shows-desktop" back to TRUE
and also change the default value of the "show-desktop" property on
GtkPlacesSidebar so that the defaultvalue test passes.
https://bugzilla.gnome.org/show_bug.cgi?id=712302
|
|
|
|
|
| |
gtk_settings_get_default() doesn't return a reference, so don't unref it
during dispose.
|
|
|
|
|
|
|
| |
Use the just-added shell-shows-desktop GtkSetting to determine if we
should also show the "Desktop" folder in the places sidebar.
https://bugzilla.gnome.org/show_bug.cgi?id=712302
|
|
|
|
|
|
|
| |
The GtkFileInfo is only used if there's no bookmark name,
or to get the icon for the remote share or local folder.
https://bugzilla.gnome.org/show_bug.cgi?id=711548
|
| |
|
|
|
|
|
|
|
| |
The file chooser used to do this, the places sidebar
still needs to learn it.
https://bugzilla.gnome.org/show_bug.cgi?id=711636
|
|
|
|
|
|
|
| |
This is necessary to implement the filechooser property
of the same name.
https://bugzilla.gnome.org/show_bug.cgi?id=711574
|
|
|
|
| |
gtkplacessidebar.c was looking foreign.
|
|
|
|
| |
Pointed out in by Nelson Benitez in bug 707679.
|
|
|
|
| |
This reverts commit 588ffa8c3241eff2f8e2d99b911a6bcb539347bd.
|
|
|
|
| |
This reverts commit 1b839d4b72a2cedb2bb633b5acd57239860693f4.
|
|
|
|
| |
This reverts commit 7fa27dff259ad79d5a4364d7eaa6b63150082af3.
|
|
|
|
|
|
| |
Instead of hardcoding it in the dnd drop targets list.
Part of bug 707679
|
|
|
|
|
|
|
| |
Make GtkPlacesSidebar also open locations when hovered by
text dnd targets.
Part of bug 707679
|
|
|
|
|
|
|
| |
Make GtkPlacesSidebar also change locations when hovered
by XDS dnd targets (eg. dragging a file from file-roller).
Part of bug 707679
|
|
|
|
|
|
|
| |
Add names to every timeout we setup, so it's easier to track their
usage, and debug possible misbehaviour.
https://bugzilla.gnome.org/show_bug.cgi?id=710651
|
|
|
|
|
|
|
|
|
|
|
| |
Previously, the "Places" sidebar was populated by the update_places()
call from within gtk_places_sidebar_style_set(). After
742a2f11a95a1e9ce56fe1a628743c7e8add8a57, update_places() is never called
and the sidebar is never populated unless gtk_places_sidebar_add_shortcut()
happens to be called. This commit fixes this by calling update_places()
at the end of gtk_places_sidebar_init().
https://bugzilla.gnome.org/show_bug.cgi?id=709522
|
| |
|
| |
|
|
|
|
|
|
| |
This should really fix https://bugzilla.gnome.org/show_bug.cgi?id=704087 ...
Signed-off-by: Federico Mena Quintero <federico@gnome.org>
|
|
|
|
|
|
| |
Trying to open a bookmark which is being ejected is at best confusing.
https://bugzilla.gnome.org/show_bug.cgi?id=704087
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Attached widgets inherit from the style of the widget they are
attached to. This can sometimes have unintended consequences,
like a context menu in the main view of gedit inheriting the font
that is configured for documents, or the context menu of the preview
in the font chooser coming up with humongous font size.
To fix this problem, we introduce a context menu style class
and use it for all menus that are used like that. The theme
can then set a font for this style class.
https://bugzilla.gnome.org/show_bug.cgi?id=697127
|
|
|
|
|
| |
Drop includes of deprecated headers where they are
no longer needed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We've recently a number of classes wholly. For these cases,
move the headers and sources to gtk/deprecated/ and adjust
Makefiles and includes accordingly.
Affected classes:
GtkAction
GtkActionGroup
GtkActivatable
GtkIconFactory
GtkImageMenuItem
GtkRadioAction
GtkRecentAction
GtkStock
GtkToggleAction
GtkUIManager
|
|
|
|
| |
At small sizes it just looks broken.
|
| |
|
|
|
|
|
|
|
| |
Use g_themed_icon_new_with_default_fallbacks, so we don't end up
without icons when the theme doesn't have symbolic icons.
https://bugzilla.gnome.org/show_bug.cgi?id=703606
|
|
|
|
|
| |
We want to use GtkIconTheme instead. It is worth noting that
the parts that remain undeprecated are GtkIconSize and gtk_icon_size_lookup.
|
| |
|
|
|
|
|
|
|
|
|
| |
Do not unref mount has we grabbed its pointer without taking
a reference.
Otherwise the following call to g_list_free_full on network_mounts
frees it a second time. Segfault in nautilus ensue.
https://bugzilla.gnome.org/show_bug.cgi?id=700979
|
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=561221
Signed-off-by: Federico Mena Quintero <federico@gnome.org>
|
|
|
|
|
| |
Use sentence capitalization for the tooltip on the file system disk under Devices.
https://bugzilla.gnome.org/show_bug.cgi?id=698933
|
|
|
|
|
| |
Initialize it to NULL early so that we won't try to free an
uninitialized variable when handling an error.
|
|
|
|
|
| |
When the hostnamed call is cancelled, we get a G_IO_ERROR_CANCELLED
error back. Handle it properly.
|