summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* application: Use AdwMessageDialog for help errorChristopher Davis2022-08-061-13/+10
|
* eel-stock-dialogs: Use AdwMessageDialog for timed waitChristopher Davis2022-08-062-39/+14
|
* eel-stock-dialogs: Remove message dialogsChristopher Davis2022-08-062-170/+0
| | | | | | | Now that we have AdwMessageDialog to provide a GNOME-compliant message dialog API, we don't need the functions from eel. This commit removes all of the functions for creating dialogs from eel-stock-dialogs.
* mime-actions: Use AdwMessageDialogChristopher Davis2022-08-061-99/+84
| | | | | | | Replaces GtkMessageDialog and the use of the eel dialog APIs with the new AdwMessageDialog API. This gives us an adaptive message dialog with formatting and consistent styling without any effort on our part.
* Update Occitan translationQuentin PAGÈS2022-08-061-3431/+7049
|
* Update Occitan translationQuentin PAGÈS2022-08-061-6981/+3430
|
* Update Russian translationAleksandr Melman2022-08-061-264/+303
|
* sidebar: Fix several memory leaksOndrej Holy2022-08-061-0/+5
|
* sidebar: Fix menu styling for cloud provider accountsOndrej Holy2022-08-061-0/+5
| | | | | | The menu for cloud providers account differs from other sidebar menus (e.g. the popover has arrow and is not aligned with click position). Let's unify the styling.
* flatpak: Add libcloudproviders dependencyOndrej Holy2022-08-064-2/+19
| | | | | The libcloudproviders dependency is now mandatory. Let's add it in the manifest.
* sidebar: Don't unref NULL pointerOndrej Holy2022-08-061-1/+1
|
* sidebar: Build with cloudproviders supportOndrej Holy2022-08-064-41/+4
| | | | | | | | | The cloudproviders integration used to be part of GTK 3 version, but it is not part of GTK 4 version. This is because the sidebar codes are now part of Nautilus codebase and `HAVE_CLOUDPROVIDERS` is never set. Let's allow to build with cloudproviders support again. Related: https://gitlab.gnome.org/GNOME/nautilus/-/issues/2392
* Update POTFILES.inPiotr Drąg2022-08-061-0/+1
|
* properties-window: Add star buttonAntónio Fernandes2022-08-052-24/+114
| | | | | | | Starred status can be perceived as a property, also in grid view there is no visual indication or easy way to change it. Furthermore, we are to remove the star action from the view menu.
* file: Update unknown labelsAntónio Fernandes2022-08-051-2/+3
| | | | | | | "Unknown" is displayed in Properties without a description, so add " type" to allow the user to make sense of it. Also capitalize "unknown" fallback.
* file: Follow HIG in own usernameAntónio Fernandes2022-08-051-2/+2
| | | | | | "You" is preferrable to "Me" https://developer.gnome.org/hig/guidelines/writing-style.html#guidelines
* properties-window: Adapt window height to contentAntónio Fernandes2022-08-051-1/+2
|
* properties-window: Show bytes in tooltipAntónio Fernandes2022-08-052-2/+13
| | | | | | | G_FORMAT_SIZE_LONG_FORMAT is, well, long. And redundact. But, oh, well, in case someone really wants to know bytes, we keep it as a tooltip.
* properties-window: Show MIME type as tooltipAntónio Fernandes2022-08-051-10/+6
| | | | | | | | | | Displaying type name and MIME type string in the same line leads to ellipsizing in some cases (e.g. OpenDocument types). Also, MIME type is quite a technical thing which doesn't have to be exposed to everybody. This is exactly what tooltips are for.
* properties-window: Drop obsolete volume_widget_box UI definitionAntónio Fernandes2022-08-051-167/+0
| | | | We have a replaced this, but somehow the UI definition remained.
* properties-window: Make properties page opaqueAntónio Fernandes2022-08-051-3/+3
| | | | It was transparent during transition.
* properties-window: Show current permissions in main pageAntónio Fernandes2022-08-054-7/+79
| | | | | | | This is immediately useful information. Deemphasize the action aspect: most people have no need for setting custom permissions.
* properties-window: Make time rows consistentAntónio Fernandes2022-08-051-73/+96
| | | | As per https://gitlab.gnome.org/GNOME/nautilus/-/issues/2370
* properties-window: Make Trash data rows consistentAntónio Fernandes2022-08-051-47/+56
|
* properties-window: Make Link target row consistentAntónio Fernandes2022-08-052-9/+57
| | | | | With the Parent Location row. Also adds action to show link target in its original location in a new window.
* properties-window: Move size values under nameAntónio Fernandes2022-08-053-104/+74
| | | | | | | | | Instead of list row. This also means the list box where they used to be becomes the locations list, and must be hiden when none of its rows are shown. As proposed in mockups from https://gitlab.gnome.org/GNOME/nautilus/-/issues/2370
* properties-window: Hide type if not homogeneousAntónio Fernandes2022-08-051-0/+34
| | | | Multi-file windows may have files of different types.
* properties-window: Captitalize file typeAntónio Fernandes2022-08-051-0/+10
| | | | And filesystem type
* search-engine-tracker: Elaborate snippetAntónio Fernandes2022-08-052-3/+19
| | | | | | Extend snippet up to 20 words ("tokens" in database parlance). Highlight matching word using pango markup.
* name-cell: Redesign search listAntónio Fernandes2022-08-055-52/+51
| | | | | | | | Move path to bottom, because it's a caption for the filename, not a title. Move FTS snipped into a popover, to avoid changing the row layout. Closes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/2354
* file: Add trailing slash to parent pathAntónio Fernandes2022-08-052-7/+28
| | | | | | | | This makes it easier to tell it is a folder path. In a special case, for recursive search, where we omit the common prefix, this is especially important because direct subfolders would be a single basename without any slash.
* Update Ukrainian translationYuri Chornoivan2022-08-051-12/+10
|
* column-chooser: Align Reset button to the endAntónio Fernandes2022-08-051-3/+2
| | | | For better visual balance.
* list-view: Set folder name as subtitle of Visible Columns dialogAntónio Fernandes2022-08-052-5/+10
| | | | Avoids taking too much horizontal space for long folder names.
* Column Editor: improve layoutAllan Day2022-08-053-8/+10
| | | | | | Increase the window size and spacing, so it isn't tightly packed together. Add a hyphen to the window heading so it isn't a malformed sentence.
* Update Ukrainian translationYuri Chornoivan2022-08-051-135/+141
|
* Update Hebrew translationYosef Or Boczko2022-08-051-613/+688
|
* files-view: Add menu item for "Open in Console"Corey Berla2022-08-042-0/+72
| | | | | | | | | In preparation for removal of the menu item extension the Console app we should add the menu item directly in Nautilus. * Only show the menu item if GNOME Console is installed. * Only show the menu item if a single directory is selected or if we are working on the current directory.
* flatpak: Allow talk to org.gnome.Console for terminal launchingCorey Berla2022-08-042-0/+2
|
* dbus-launcher: Make sure proxy is really availableCorey Berla2022-08-041-1/+1
|
* dbus-launcher: Add ability to launch GNOME ConsoleCorey Berla2022-08-042-0/+6
| | | | Add interface for org.gnome.Console
* dbus-launcher: Store error message rather than GErrorCorey Berla2022-08-041-6/+10
|
* dbus-launcher: Cleanup dbus-launcher creation and freeingCorey Berla2022-08-042-6/+12
| | | | | | | nautilus_dbus_launcher_finalize() attempts to free all apps, but it's possible that they haven't all been created yet (or in the wrong order). Keep track of the last app to be created so that we only free created apps.
* dbus-launcher: Add a cancellableCorey Berla2022-08-041-2/+8
| | | | Prevent the proxy creation or ping after dbus-launcher is finalized.
* css: Dim empty view pageAntónio Fernandes2022-08-041-4/+4
| | | | | | | | | Before adopting AdwStatusPage, we used to apply a 50% opacity on the icon and the text font was light. Now there is 100% opacity and bold font which is too intense in a view. So, make it 50% opacity.
* file: Drop folder-drag-accept icon usageAntónio Fernandes2022-08-044-35/+4
| | | | | | | | | | | | | Problems: - Changing icon without animation is crude. - If the folder has a custom icon, it doesn't change, which is inconsistent - And archives, which can accept drops, don't change icon, which is inconsistent. We already have css styling for drop targets so, which suffices. As per design review in https://gitlab.gnome.org/GNOME/nautilus/-/issues/2347
* Adwaita: Refine view item background state colorsAntónio Fernandes2022-08-041-1/+26
| | | | Closes https://gitlab.gnome.org/GNOME/nautilus/-/issues/2347
* Revert "grid-view: Make cell sizes homogeneous"António Fernandes2022-08-041-0/+2
| | | | | | | | This reverts commit 82be62db0e79b3f654511ed134d0e9a06a5ab38a. I misunderstood that the scope of the related issue was the next grid design, not the current one. The result was the worst of both worlds.
* grid view: icon/thumbnail shadowswip/jimmac/grid-view-shadows-compositedJakub Steiner2022-08-031-3/+7
| | | | Fixes https://gitlab.gnome.org/GNOME/nautilus/-/issues/2255
* Update Galician translationFran Dieguez2022-08-031-978/+1084
|