Commit graph

21194 commits

Author SHA1 Message Date
Carlos Soriano 77cf43762f Update build-aux/flatpak/org.gnome.Nautilus.yml 2018-09-14 07:41:12 +00:00
Carlos Soriano b4471d3c3b Update build-aux/flatpak/org.gnome.Nautilus.json 2018-09-14 07:30:03 +00:00
Carlos Soriano bfe8f49e15 Update build-aux/flatpak/org.gnome.Nautilus.json 2018-09-14 07:29:03 +00:00
Carlos Soriano 63795eb969 f 2018-09-14 09:13:13 +02:00
Carlos Soriano cb3849df58 Flatpak: Tracker moved to Meson 2018-09-14 08:46:55 +02:00
António Fernandes c673e7052a Adwaita: Use variant-agnostic styling
We use unsaturated selection style for sidebar rows to make it grab  
less attention. Since we use the light variant of Adwaita, we do this 
by making the colors darker using the shade() CSS color	expression.

However, this assumption breaks	if the dark variant is explicitly set    
in Tweaks.  

While nautilus is not developed for the dark variant, this commit      
makes it work by deriving shading from other theme colors instead.

Fixes https://gitlab.gnome.org/GNOME/nautilus/issues/630
2018-09-14 05:32:07 +00:00
Carlos Soriano 4190844d91 man: Remove geometry option
We removed that some time ago.
2018-09-14 05:21:42 +00:00
Carlos Soriano 1f8b23d7c0 tests: Increase timeout
It timeouts in Debian and sometimes locally.
2018-09-14 05:17:35 +00:00
Carlos Soriano 76b84467ad Revert "Revert "build: Don't loop over icons""
This reverts commit 37799d64ca
2018-09-14 05:12:34 +00:00
Carlos Soriano 564b9dcbd7 Revert "Revert "icon: update app icon""
This reverts commit efef783dbd
2018-09-14 05:12:12 +00:00
Carlos Soriano efef783dbd Revert "icon: update app icon"
This reverts commit be862db092
2018-09-14 05:10:13 +00:00
Carlos Soriano 37799d64ca Revert "build: Don't loop over icons"
This reverts commit a7a03f6398
2018-09-14 05:09:47 +00:00
Carlos Soriano a7a03f6398 build: Don't loop over icons
Since we have only one now.
2018-09-13 14:42:07 +02:00
Jakub Steiner be862db092 icon: update app icon
- GNOME 3.32 redesign of app icons.
  See https://gitlab.gnome.org/GNOME/Initiatives/issues/2
  for more info.

/label ~"9. Initiative: AppIconRedesign"
2018-09-13 14:42:07 +02:00
Jordi Mas da19ab2047 Update Catalan translation 2018-09-12 20:47:42 +02:00
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