summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* triage debugwip/oholy/triage-debugOndrej Holy2020-08-041-4/+1
|
* gtk: Update to the latest codesOndrej Holy2020-07-033-2/+9
| | | | | | | | GTK-based codes are not up-to-date. Let's run gtk-code-generator.sh to update them. But also update the script to remove the unwanted marshalers. Finally, this doesn't bring any functional changes, but it adapts our script to the latest GTK codes. Let's add a comment in meson.build to not forget doing this regularly...
* Release version 3.37.33.37.3Ondrej Holy2020-07-033-2/+7
|
* Update Kazakh translationBaurzhan Muftakhidinov2020-07-021-684/+690
|
* Update Kazakh translationBaurzhan Muftakhidinov2020-06-261-686/+683
| | | | (cherry picked from commit 7d59c2cb8bb59d6261450596781f863e79c15132)
* file: Ability to change file-owner in admin:/// backendApoorv Sachan2020-06-241-2/+2
| | | | | | | | Running nautilus as root is no longer recommended/supported. Priviledged operations like changing file owner, while running as non-root are supported by the admin backend. Closes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/1534
* Update Chinese (China) translationBoyuan Yang2020-06-231-1511/+1847
|
* Updated Slovenian translationMatej Urbančič2020-06-221-681/+704
|
* Fixed bad French translationClaude Paroz2020-06-191-1/+1
| | | | Fixes https://gitlab.gnome.org/Teams/Translation/fr/-/issues/6
* Update Kazakh translationBaurzhan Muftakhidinov2020-06-151-863/+927
|
* appdata: Update outdated release listOndrej Holy2020-06-132-5/+2
| | | | | | | | The list of releases is outdated, which is probably why GNOME Software and "flatpak info" shows version 3.32.1 for our nightly bundles, although the About dialog shows something completely different. Let's replace the list of outdated releases with just the current one. Also add comment in meson.build to not forget about it next time.
* appdata: Use mailing list address as update contactOndrej Holy2020-06-131-1/+1
| | | | | The update contact points to our previous maintainer. Let's use the mailing list address instead to be always valid...
* Update Indonesian translationKukuh Syafaat2020-05-301-798/+821
|
* Release version 3.37.23.37.2Ondrej Holy2020-05-292-1/+9
|
* search-engine-tracker: Expand macro as stringAntónio Fernandes2020-05-291-1/+1
| | | | | | | | | | | We have changed the FILENAME_RANK constant from being used as a format string argument to be concatenated as a string during compilation, as detailed in 7f00ede9b410e88106cef34c634cb46e46015e37 However, I have forgotten to quote the constant, which otherwise cannot be treated as a string to concatenate. Fix that now.
* Revert "Fixing the bug from the issue #1412"António Fernandes2020-05-291-2/+2
| | | | | | | This reverts commit 01392db750bf6d9b94665e5507b7785924a276c4. Unwanted changes from another branch that I've pushed together with the desired fixm from the previous commit.
* search-engine-tracker: Fix broken query under some localesCristiano Nunes2020-05-291-4/+3
| | | | | | | | | | | | | | | | We set a 5.0 rank for filename matches in the SPARQL query as a float argument in a format string. However, the floats in format strings are translated with the decimal separator from the locale. This means in some locales the rank has a comma instead of a dot, which results in a query error. In turn, this effectively broke the shell search provider. Instead of using a format specifier and passing the value as an argument, we should just use compile-time concatenation to insert '5.0' in the query unmodified. Fixes https://gitlab.gnome.org/GNOME/nautilus/-/issues/1412 and #1437
* Fixing the bug from the issue #1412Cristiano Nunes2020-05-291-3/+3
|
* Update Catalan translationJordi Mas2020-05-231-735/+761
|
* Update Japanese translationsicklylife2020-05-211-9/+9
|
* Update Japanese translationsicklylife2020-05-211-30/+16
|
* Update Japanese translationsicklylife2020-05-211-638/+669
|
* Update Romanian translationFlorentina Mușat2020-05-181-660/+679
|
* file: Fix reference leakAntónio Fernandes2020-05-171-4/+4
| | | | | | | | | | | | | We are missing a "nautilus_file_unref(parent);" statement is missing in the get_filesystem_remote() method, leaking a reference. This was detected by a failing self-check test in a branch: https://gitlab.gnome.org/GNOME/nautilus/-/jobs/720894 Let's fix this with autocleanup. For consistency, change the neighboor get_filesystem_type() to use autocleanup too, instead of the explicit nautilus_file_unref().
* Update Greek translationEfstathios Iosifidis2020-05-151-731/+757
|
* progress-info-widget: Use tabular numbers in labelDiego Escalante Urrelo2020-05-111-0/+3
| | | | | | | | Use the tabular numbers (tnum) OpenType feature of PangoAttrFontFeature to prevent numbers from jumping around as transfer progress changes. This means that "11" occupies the same space as "44" instead of jumping around.
* flatpak: Build all tests by defaultOndrej Holy2020-05-104-3/+4
| | | | | | | | | | The flatpak template has been changed recently and MESON_ARGS variable doesn't have any effect currently. Let's drop MESON_ARGS and move the build options into the manifests directly (ie. -Dtests=all). See: https://gitlab.gnome.org/GNOME/citemplates/blob/master/flatpak/flatpak_ci_initiative.yml https://mail.gnome.org/archives/desktop-devel-list/2020-April/thread.html
* list-view: Stop GtkTreeView from performing select-all actionUjjwal Kumar2020-05-101-0/+7
| | | | | | | | | It is required that select-all action (application wide) is disabled while directory is loading because otherwise inappropriate selection might happen. Luckily, we can connect to the signal binding and stop its emission on the instance.
* files-view: Disable select-all while directory is loadingUjjwal Kumar2020-05-101-1/+2
| | | | | | | | | | | | | | In the current state, it is possible to perform selection while the directory is loading which in some cases, may not select all the items. Performing select-all only selects the items that are loaded, till the point of performing the action. Since the loading state is already maintained, we can put a check for an on-going directory load while updating actions state. Closes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/1389
* file-operations: Add newly created files to RecentSachin Daluja2020-05-101-0/+1
| | | | | | When a new file is created, add it to the Recent files store. Closes https://gitlab.gnome.org/GNOME/nautilus/-/issues/1357
* Update Esperanto translationCarmen Bianca BAKKER2020-05-091-839/+921
|
* issue_templates: Drop Epic.mdAntónio Fernandes2020-05-091-41/+0
| | | | | Issue templates are exposed to all users as a way to help them communicate their issues more effectively. Epics were meant to be written by the project's contributors, so having a template for Epics serves only as a distraction.
* Update Turkish translationEmin Tufan Çetin2020-05-051-516/+528
|
* files-view: Remove obsolete FIXMEAntónio Fernandes2020-05-011-4/+0
| | | | | This has already been fixed in 7f19a036491cb27579daa674aaf7f5353d910709 and later improved in https://gitlab.gnome.org/GNOME/nautilus/-/merge_requests/440
* meson: Remove libX11 dependencyMarvin Schmidt2020-05-012-3/+1
| | | | | As of commit 70393e321 (general: Allow to compile on Wayland-only system) libX11 is no longer a dependency
* Update Chinese (Taiwan) translationCheng-Chia Tseng2020-05-011-652/+677
|
* Update Basque translationIbai Oihanguren Sala2020-04-281-3/+3
| | | | (cherry picked from commit ad72ed31e62443b248da3fca2ab48a7eb6ccec0e)
* Update Swedish translationAnders Jonsson2020-04-281-724/+748
|
* Updated Spanish translationDaniel Mustieles2020-04-271-742/+771
|
* nautilus-mime-actions.c: New PackageKit DBus APIRomeo Calota2020-04-261-25/+9
| | | | | | | | | | | | | | | When a user opens a file of a type that no installed application can open a dialog pops up with the option to search for a suitable application in GNOME Software. When the user clicks the "Search in Software" button an extra notification pops up asking to confirm searching for the app which is unnecessary and potentialy confusing. The fix consists of migrating to the new org.freedesktop.PackageKit.Modify2 D-Bus API that handles this use-case without a second user prompt. Closes #1299
* Update Persian translationDanial Behzadi2020-04-251-1286/+1388
|
* Update Ukrainian translationYuri Chornoivan2020-04-251-509/+519
|
* Release version 3.37.1.13.37.1.1Ondrej Holy2020-04-242-1/+9
| | | | | I made .1 release by mistake before some time. Let's make .1.1 release now to be still in sync with the GNOME release schedule.
* files-view: Cancel kinetic deceleration on loadingAntónio Fernandes2020-04-201-0/+20
| | | | | | | | | | | | | If we change location while the view is still scrolling due to kinetic deceleration, we get a sudden jump to the same scrolling position as the previous location, as well as residual scrolling movement in the new location. This is both undesirable and unexpected from a user POV. Workaround that by canceling deceleration when switching locations. Fixes https://gitlab.gnome.org/GNOME/nautilus/-/issues/1452
* Update POTFILES.inPiotr Drąg2020-04-191-0/+1
|
* Update Croatian translationGoran Vidović2020-04-181-91/+91
| | | | (cherry picked from commit a87205dcb45707d78ebf487c54d2174ef0ffc7f7)
* ci: Run nightly job even if cross environment stage failsOndrej Holy2020-04-151-0/+2
| | | | | | | Currently, the nightly job is skipped if fedora rawhide, or flatpak master job fails. This is not wanted as the nightly should be published if flatpak devel job succeeds. Let's allow failures of those jobs to not block the deploy stage.
* ci: Do not show update image job on merge requestsOndrej Holy2020-04-151-1/+4
| | | | | | The update image job is always shown (under the GNOME namespace), however, fedora rawhide job is used only on master/web. So let's show this job only on master/web as well.
* ci: Run fedora rawhide job always on masterOndrej Holy2020-04-151-2/+1
| | | | | | | | The fedora job is run only on schedules and tags. The job is pretty fast now. So let's run it always on master so we know about possible breakages immediately and not after several days. Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/1441
* Update Basque translationIbai Oihanguren Sala2020-04-141-4/+4
| | | | (cherry picked from commit 1104e9bd17a04f26b15483c12c4397ea0926139c)