summaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Release version 44.144.1António Fernandes2023-04-231-1/+1
|
* desktop: Add application/zstd to supported mime-typesOndrej Holy2023-04-111-1/+1
| | | | | | | | | | | | | Currently, it isn't possible to use Nautilus for the extraction of the ".zstd" and ".tar.zst" archives. However, it seems that this compression is supported by the libarchive library nowadays. Let's add the `application/zstd` and `application/x-zstd-compressed-tar` mime-types to the list of supported. This will allow Nautilus to show the "Extract" and "Extract to..." actions. Also, bump the gnome-autoar dependency to the version with a corresponding change. Related: https://gitlab.gnome.org/GNOME/gnome-autoar/-/merge_requests/38 Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/2860
* Release version 44.044.0Ondrej Holy2023-03-171-1/+1
|
* Release version 44.rc44.rcOndrej Holy2023-03-051-1/+1
|
* Release version 44.beta44.betaOndrej Holy2023-02-111-1/+1
|
* appdata: State hardware supportChristopher Davis2023-02-081-0/+8
| | | | | | | Declare what sort of hardware we support and the minimum display size Nautilus is usable on. This allows applications like Software to display hardware information or hide the app on incompatible hardware.
* desktop: List compatible form factorsChristopher Davis2023-02-081-0/+1
| | | | | | List the form factors the app was designed for in the desktop file. This is so desktop environments like Phosh and Plasma Mobile can show or hide the app in the correct contexts.
* Release version 44.alpha44.alphaAntónio Fernandes2023-01-101-1/+1
|
* general: Rename "application" to "app"sunflowerskater2023-01-082-3/+3
| | | | | This is part of an initiative to use the "app" term instead: https://gitlab.gnome.org/Teams/Design/initiatives/-/issues/123
* gschema: remove upper limit on thumbnailing file size rangePeter Eisenmann2022-12-241-1/+0
| | | | | | | | | | Setting a size was removed from the Preferences window in !637. The default is now fixed at 50 MB. With the setting no longer being visible to the user, allow power users to set it to arbitrary values via dconf. Fixes #1638
* grid-view: Reintroduce 64px icon sizeAntónio Fernandes2022-12-241-4/+5
| | | | | | | | | | | As we have introced a new extra large icon size at 256px, we have cut the 64px icon size, in an effort to keep the number of sizes at 4. To my surprise, some people care very strongly about the 64px size: https://discourse.gnome.org/t/icon-view-sizes-in-nautilus-43/11240 Although I'm yet to understand why it matters, I hope to make the upgrade to 43 smoother by adding back this size.
* preferences: Remove unused start-with-location-barCorey Berla2022-12-161-5/+0
| | | | This was removed over 11 years ago in 7363013201ec2950958db529ea96c0f2442b3c53
* application: Migrate setting values to new gtk schemaAntónio Fernandes2022-10-221-0/+5
| | | | This preserves previously-set user preferences.
* Release version 43.043.0António Fernandes2022-09-181-1/+1
|
* Release version 43.rc43.rcAntónio Fernandes2022-09-041-1/+1
|
* appdata: Update screenshots for GNOME 43Christopher Davis2022-09-011-5/+5
|
* Release version 43.beta.143.beta.1António Fernandes2022-08-081-1/+1
|
* Release version 43.beta43.betaAntónio Fernandes2022-08-071-1/+1
|
* general: Remove tab position settingChristopher Davis2022-07-301-13/+0
| | | | | | | | | | | | | | | | | This hidden setting was added back when tabs were introduced in commit 07cf7db47fd5fae64201f1cff73e39fd8aed2f54 That commit provides no motivation for this setting, and neither does the bug it references: https://bugzilla.gnome.org/show_bug.cgi?id=48034 The same commit added a "tabs_enable" setting too, so it's fair assume this setting doesn't solve any problem, it was just a trend of older times to make everything configurable. Let's remove the setting and assume the default behavior. Also remove the related NAUTILUS_OPEN_FLAG_SLOT_APPEND flag. (Diff and message amended by António Fernandes<antoniof@gnome.org>)
* preferences: Change grid view zoom level from large to mediumCorey Berla2022-07-201-1/+1
| | | | To match change in 2577d98eaedda170ab350054bb786537583398de
* preferences: Update nicks to match new zoom levelsCorey Berla2022-07-201-6/+13
| | | | | | 758562cd4e5ab9463642c4fb466b908fa51491cf removed the largest sizes from grid view and list view. Remove those nicks and rename the remaining nicks to match the enums.
* nautilus-window-slot: Open with correct view after navigating to other-locationsCorey Berla2022-07-201-1/+1
| | | | | | | | | | | | | | | When navigating to Other Locations with "Open in New Tab" or "Open in New Window", you are always presented with the icon view because view_mode_before_places was never initialized. An uninitialized gint == 0 (and NAUTILUS_VIEW_GRID_ID == 0). Initialize view_mode_before_places in init to NAUTILUS_VIEW_INVALID_ID so that it will follow the default behavior. For best practices, change NAUTILUS_VIEW_INVALID_ID to 0 (which would have also prevented this issue) and NAUTILUS_VIEW_GRID_ID to 2 (matching the keyboard shortcut). Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/2281
* general: Delete no longer needed git ignoresPeter Eisenmann2022-07-171-6/+0
| | | | | | Meson builds out-of-tree, these ignored files will never get created in these directories. If they do, it indicates a build configuration error and should not be hidden.
* general: GtkPaned -> AdwFlapChristopher Davis2022-07-111-5/+0
| | | | | | | | | | | Exchange the adjustable GtkPaned widget for AdwFlap. We lose a resizable sidebar, but gain an adaptive one. For windows narrower than 600px, we fold the sidebar. The loss of the resizable sidebar means that all settings related to it are removed. Fixes #2156
* general: Always show sidebarChristopher Davis2022-07-111-5/+0
| | | | | | Always show the sidebar, and remove the setting to hide it. We are going to introduce a replacement next commit: AdwFlap.
* Release version 43.alpha43.alphaAntónio Fernandes2022-07-091-1/+1
|
* list-view: Make Star column non-configurableAntónio Fernandes2022-06-211-1/+1
| | | | | We don't want it to be enabled in locations where it's not supported.
* meson: Update to 0.59Maximiliano Sandoval R2022-02-281-1/+1
|
* general: Use proper license identifiersMaximiliano2022-02-281-1/+1
| | | | | | | GPL3+ is a deprecated SPDX identifier.[0] The meson and about dialog say GPL 3.0, so that should also appear on the appdata. [0] https://spdx.org/licenses/
* Release version 42.alpha42.alphaAntónio Fernandes2022-01-091-1/+1
|
* global-preferences: Remove now-unused preferencesAntónio Fernandes2021-12-291-10/+0
| | | | With the removal of canvas view, both preferences became meaningless.
* general: Rename 'canvas' to 'grid' in enumsAntónio Fernandes2021-12-291-2/+2
| | | | | | These symbols are actually meant for both old and new "grid" views, in opposition to the "list" view, so this is a more appropriate name, considering both share NAUTILUS_VIEW_GRID_ID.
* nautilus-search-engine: search by creation timeNishit Patel2021-11-271-0/+1
| | | | | | | this will let user search for the files using the crtime (creation time) of the files Closes #1761
* Release version 41.141.1Ondrej Holy2021-10-301-1/+1
|
* build: Remove incorrect i18n.merge_file argumentAlbert Vaca Cintora2021-10-261-3/+0
| | | | | | | The positional argument was being silently ignored until meson 0.60.0 where it fails with "ERROR: Function does not take positional arguments". See: https://github.com/mesonbuild/meson/issues/9441
* ci: Use lineup-parameters python scriptOndrej Holy2021-10-115-496/+211
| | | | | | | The lineup-parameters.c is hard to use with meson. Let's use the python rewrite from https://gitlab.gnome.org/GNOME/epiphany/-/blob/master/data/lineup-parameters instead.
* Release version 41.041.0Ondrej Holy2021-09-171-1/+1
|
* Release version 41.rc41.rcAntónio Fernandes2021-09-031-1/+1
|
* Release version 41.beta41.betaAntónio Fernandes2021-08-141-1/+1
|
* compress-dialog: Add support for encrypted .zipOndrej Holy2021-08-101-0/+1
| | | | | | | | Currently, it is not possible to create encrypted archives over Nautilus. Let's add support for encrypted .zip files to not have to install a dedicated archive manager. Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/822
* Revert "uncrustify: Ignore sp_arith to workaround bug"Ondrej Holy2021-07-141-1/+1
| | | | This reverts commit 3ad2de33daa5a5df7f1e90acc593b6b246dfb450.
* uncrustify: Ignore sp_arith to workaround bugAntónio Fernandes2021-07-111-1/+1
| | | | | | | | | | | A new bug in uncrustify 0.73 causes a pointer type to be interpreted as an arithmetic operation, thus adding a space. [0] This causes the CI pipeline to fail on style-check job. To workaround this, ignore the "space around arithmetic operator" rule. [0] https://github.com/uncrustify/uncrustify/issues/3233
* Release version 41.alpha41.alphaOndrej Holy2021-07-091-1/+1
|
* icon: add 'source'wip/jimmac/icon-sourceJakub Steiner2021-06-291-0/+1595
| | | | Initiative: https://gitlab.gnome.org/Teams/Design/initiatives/-/issues/84
* gschema.xml: Update icon-view's descriptionanton-z-s2021-05-271-1/+1
| | | The description was made when there was an option to set per-folder view mode.
* Release version 40.140.1Ondrej Holy2021-04-301-1/+1
|
* ci: Specify test dependencies to fix pipelineOndrej Holy2021-04-211-0/+9
| | | | | | | | | The `validate-desktop`, `validate-desktop-autorun-software` and `validate-appdata` meson tests fail currently because of the updated meson. This is because of the recent change, which requires explicit specification of dependencies. Let's specify them to fix the pipeline. https://gitlab.gnome.org/GNOME/gnome-build-meta/-/issues/372
* uncrustify: Enforce single space after control flow keywordsAntónio Fernandes2021-04-191-0/+1
| | | | | This is the style we use, but we were missing the uncrustify configuration for it.
* .desktop: claim handling of rar mime typesSimental Magana, Marcos2021-04-031-1/+1
| | | | | | | | | This addition follows the logic of adding back RAR support in gnome-autoar[1] Closes #1813 [1] - https://gitlab.gnome.org/GNOME/gnome-autoar/-/commit/9356fae1a735b9f8e9daf5633b9709596543ff2e
* Release version 40.040.0Ondrej Holy2021-03-201-1/+1
| | | | | | | I made 40 release yesterday by mistake. Let's use 40.0 instead to ensure the correct sort order. Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/1807