Commit graph

21179 commits

Author SHA1 Message Date
Carlos Soriano 1c8b75bcde Flatpak: Explictely set tracker bus
Otherwise a warning is raised.
2018-09-12 13:00:07 +00:00
Carlos Soriano 9b3d13ce8c tests: Make timeout bigger
Some tests just require more, don't fail because they do so.
2018-09-12 13:00:07 +00:00
Yi-Soo An 8acd51afd8 monitor: Remove unused variable 2018-09-10 10:22:57 +09:00
Carlos Soriano 806fb60e9c CI Rawhide: Don't check gpg keys
They are usually broken in rawhide
2018-09-07 08:45:02 +00:00
Stas Solovey 61bab7759c Update Russian translation 2018-09-06 20:51:16 +00:00
Chris Mayo aab0412b67 main: Remove leftover xmp_init()
Use of exempi was removed in 23eacd3155.
2018-09-06 20:19:07 +01:00
Carlos Soriano 76f14a5cc8 Flatpak: Fix meson of the json manifest 2018-09-05 12:33:24 +00:00
Carlos Soriano 45e0fc7939 Flatpak: Use meson 0.47
Seems we use some features from 0.47 already
2018-09-05 11:44:49 +00:00
Carlos Soriano 437992efcd meson: Bump version
Seems we use 0.47 features.

Closes https://gitlab.gnome.org/GNOME/nautilus/issues/612
2018-09-05 10:46:45 +00:00
Daniel Mustieles 98de48def7 Updated Spanish translation 2018-09-05 11:27:06 +02:00
Carlos Soriano fb4fe5c705 release: Prepare for 3.30.0 2018-09-03 19:31:11 +02:00
Ask Hjorth Larsen 6ffc0ad2de Updated Danish translation 2018-09-02 22:01:59 +02:00
Ask Hjorth Larsen e4776da0b8 Updated Danish translation 2018-09-02 21:42:46 +02:00
gogo ede6710afa Update Croatian translation 2018-09-02 13:52:34 +00:00
Anders Jonsson 2d2a2c3ff0 Update Swedish translation 2018-09-01 22:10:11 +00:00
Balázs Meskó 354d4124e1 Update Hungarian translation 2018-09-01 10:01:54 +00:00
Rūdolfs Mazurs fa17307066 Update Latvian translation 2018-09-01 06:24:42 +00:00
Trần Ngọc Quân d8ba6629d8 Updated Vietnamese translation
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
2018-08-31 13:45:21 +07:00
Fran Dieguez 7366bb0b9c Update Galician translation 2018-08-29 22:24:13 +00:00
Ernestas Kulik db92b6a6cf Prepare for 3.29.92 2018-08-29 18:33:49 +03:00
Ernestas Kulik 150bcc926b places-view: Override newly-added interface properties
Otherwise we’ll keep getting warnings about it, and when
NautilusWindowSlot tries to add a binding to those.
2018-08-29 17:56:36 +03:00
Ernestas Kulik 8209e69a87 progress-info: Remove cast from g_clear_pointer()
It’s superfluous and now causes GLib to throw warnings.
2018-08-29 17:39:43 +03:00
António Fernandes 0683ced737 Revert "Search filter popover on [Ctrl]+[F]"
This reverts commit 543f5ae369.

When this feature was originally proposed, the use cases when <Ctrl><F>
is required because "just typing" doesn't do the trick were not
considered. Two such cases are searching for a ~ (tilde) and pasting
text to search with <Ctrl><V>. Both are now impractical because the
filter popover steals the focus.

Furthermore, we have a few inconsistent state bugs related to this.

Instead of shipping version 3.30 with these regressions and bugs, let's
withdraw this change.

Closes https://gitlab.gnome.org/GNOME/nautilus/issues/597
Closes https://gitlab.gnome.org/GNOME/nautilus/issues/570
And closes https://gitlab.gnome.org/GNOME/nautilus/issues/571
2018-08-29 09:41:06 +00:00
António Fernandes 0e8988aa98 preferences-window: Avoid ulgy 2px aura
Glade has been used to change the .ui definition of the Preference
dialog in commit f2061e9409

It has removed the "border-width" property, resulting in a 2px
padding being added around the notebook widget, which wasn not
intended and looks bad.

This issue will be gone in GTK+4, but we need to explicitly set
this style property to 0px in the meantime.

Do it in the code instead, where Glade cannot erase it.

Closes https://gitlab.gnome.org/GNOME/nautilus/issues/563
2018-08-28 20:38:18 +01:00
António Fernandes 60ee6a24f3 preferences-window.ui: Restore accessible roles
These were introduced in 8c9203d6a8

However, due to a bug in Glade 3.22, they were lost when saving and, as
a result, removed since commit f2061e9409

Restore these roles. Also, fix wrong label-for/labelled-by relationship.

https://gitlab.gnome.org/GNOME/nautilus/issues/563
2018-08-28 20:21:51 +01:00
Changwoo Ryu dc017f9c9a Update Korean translation 2018-08-28 15:51:50 +00:00
António Fernandes c1a833fdfd files-view: Fix clearance of the wrong property
We are clearing &priv->extensions_background_menu when we actually
want to set priv->templates_menu. This looks like an edition overight
from 544c1cca56

Fix it. Also, remove != NULL guards because g_clear_object
already handles that case (doing nothing, as per documentation).
2018-08-28 12:41:29 +00:00
António Fernandes 3df264b4af pathbar-context-menu: Make "Add to Bookmarks" work
It was bound to an inexisting action.

Just bind it to the same action as the <Ctrl><D> shortcut.

Closes https://gitlab.gnome.org/GNOME/nautilus/issues/552
2018-08-28 12:41:29 +00:00
António Fernandes 12fb419604 pathbar-context-menu: Don't show Star/Unstar
These actions are applying to the selected files, not the current folder.

Also, if fixed to apply to the current location, they overlap with
"Add to Bookmarks" in intent, making it hard for a person to decide.

Since we can't Star all location, favor "Add to Bookmarks" for now.

https://gitlab.gnome.org/GNOME/nautilus/issues/552
2018-08-28 12:41:29 +00:00
Alexandru Fazakas 375c9ee792 Undo/redo, search tests, test library and more 2018-08-28 12:35:46 +00:00
Rafael Fontenelle 4593d71b7f Update Brazilian Portuguese translation 2018-08-27 15:48:44 +00:00
Yi-Soo An 95a11f8ce2 pathbar: Show trash icon
Currently the pathbar in trash shows a slash instead of
the trash icon at the start.

It could cause a misunderstanding of where users are now.

To fix this issue, it shows the icon.

Fixes: https://gitlab.gnome.org/GNOME/nautilus/issues/567
2018-08-27 12:56:43 +00:00
Yi-Soo An 229325008e trash-monitor: Add a symbolic icon getter
The symbolic icon of the trash is used somewhere.
To provide an access to it, this getter is added.
2018-08-27 12:56:43 +00:00
Milo Casagrande ccbb0ac052 Update Italian translation 2018-08-27 07:51:12 +00:00
Carlo Lobrano c7de439499 toolbar.ui:Fix keyboard access to buttons
Currently back_button, forward_button and app_button (hamburger button)
are not accessible via keyboard.

This commit fixes this changing the property `can_focus` from False to
True for the above mentioned buttons.

Fixes: https://gitlab.gnome.org/GNOME/nautilus/issues/569
2018-08-26 13:36:16 +00:00
Kukuh Syafaat 695baac94d Update Indonesian translation 2018-08-26 13:35:06 +00:00
Cheng-Chia Tseng ffa50d8908 Update Chinese (Taiwan) translation 2018-08-26 11:58:01 +00:00
Ernestas Kulik 0b998dbeb2 search-directory-file: Drop g_type_class_add_private()
One of the simpler offenders to fix.
2018-08-26 11:12:36 +03:00
Ernestas Kulik c28776c4b4 nautilus-extension: file-info: Fix doc oops
The same function was accidentally documented twice.
2018-08-26 11:11:33 +03:00
Ernestas Kulik 77ed1f5c8a pathbar: Make type final
There is absolutely no reason for it to be derivable at this time, plus
the extra typing is endlessly annoying.
2018-08-26 11:02:52 +03:00
Carlos Soriano 18820f251a Update .gitlab-ci.yml 2018-08-24 16:52:27 +00:00
António Fernandes 4a4451f80e pathbar: Use gesture for context menus
Pathbar context menus for non-current location were reimplemented as
popovers in commit ce3a5c721f

However, since then, we listen to GtkWidget::button-press-event"
instead of GtkButton::clicked. However, despite its name, the later
is emited whenever the GtkButton is activated, including using the
keyboard. As a result, we lost the ability to change location with
the keyboard.

Reversely, we gained the (undesirable) ability to change location
whenever a mouse button is pressed, even if that gesture would not
be handled by GtkButton. Example: when dragging to move the window.

Instead, partially revert these changes and use a GtkGesture to
popup context menus, like we already do for middle click.

Fixes https://gitlab.gnome.org/GNOME/nautilus/issues/568 and https://gitlab.gnome.org/GNOME/nautilus/issues/588
2018-08-24 15:35:36 +00:00
Carlos Soriano ff5f4ea43c Revert "t"
This reverts commit 55a7b246ba
2018-08-24 15:27:08 +00:00
Carlos Soriano 55a7b246ba t 2018-08-24 17:25:21 +02:00
Claude Paroz 5dbf9cd4a8 Update French translation 2018-08-24 07:16:00 +00:00
Cheng-Chia Tseng 0351a4ce80 Update Chinese (Taiwan) translation 2018-08-21 16:14:23 +00:00
Rafael Fontenelle 159d455972 Update Brazilian Portuguese translation 2018-08-20 21:48:33 +00:00
Hannie Dumoleyn 884653686c Update Dutch translation 2018-08-20 11:01:39 +00:00
Bruce Cowan d70a28c7d9 Update British English translation 2018-08-19 15:34:46 +00:00
Jiri Grönroos 1f73f6cbf2 Update Finnish translation 2018-08-19 13:16:17 +00:00