summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update Serbian Latin translationМилош Поповић2017-08-201-318/+311
|
* Update Serbian translationБорисав Живановић2017-08-201-318/+311
|
* Update Indonesian translationKukuh Syafaat2017-08-201-465/+463
|
* Update Croatian translationgogo2017-08-181-584/+599
|
* Updated Czech translationMarek Cernocky2017-08-181-476/+439
|
* Update Slovak translationDušan Kazik2017-08-181-482/+495
|
* batch-rename-dialog: Use better wordingCarlos Soriano2017-08-181-4/+4
| | | | | | | Nautilus was using "unallowed" which sounds odd and also "file name" when in reality can also be folders. https://bugzilla.gnome.org/show_bug.cgi?id=771114
* window: Make history-hierarchy interaction orthogonal.António Fernandes2017-08-181-43/+1
| | | | | | | | | | | | We are treating a click in the pathbar as a back/forward history action if the target location is already in history. This makes the Back and Forward buttons unconsistent in result. Instead, treat any click on the pathbar as new history entry. Addapted from original patch by Marcus Husar <marcus.husar@gmail.com>. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=563009
* file: Fix identationCarlos Soriano2017-08-171-7/+8
|
* dnd: make sidebar show "new bookmark" only for foldersNelson Benítez León2017-08-174-2/+30
| | | | | | | Make sure sidebar shows "new bookmark" only when folders are being dragged. https://bugzilla.gnome.org/show_bug.cgi?id=754513
* preferences-window: Use spin button for thumbnail limitvyasgiridhar2017-08-173-235/+180
| | | | | | | | | | | | | | File sizes (especially compressed images) are arbitrary values that are highly dependant on the camera resolution, and contents of the image. Therefore it does not make sense to have this be a drop-down with preset hard-coded values: A 21MP camera often produces 12MB images... but the only option is 10MB, or 100MB. This commit changes the combobox in the preferences to a spinbutton and changes the signal handler for thumbnail-limit. The value is in MB, with a maximum of 4096 and a minimum of 1. https://bugzilla.gnome.org/show_bug.cgi?id=779165
* file: Use Unicode ellipsis and em dash for default attribute stringsAntónio Fernandes2017-08-171-4/+4
| | | | | | | | | We are using three dots "..." and two hyphens "--" as the default string of some attributes. Replace them with "…" and "—" respectively. https://bugzilla.gnome.org/show_bug.cgi?id=99439
* file: Change string of unreadable directory item countAntónio Fernandes2017-08-171-1/+1
| | | | | | | | | | | | We are displaying "? items" in the size column for unreadable folders. This string is weird and doesn't contribute a clear meaning, but a long string such as "uknown number of items" is not desirable either. So, change this string to "--", matching what is used when item count is disabled. https://bugzilla.gnome.org/show_bug.cgi?id=99439
* Save sidebar visibility stateJason Crain2017-08-171-12/+38
| | | | | | Save sidebar visibility to GSettings so the sidebar state is persistent. https://bugzilla.gnome.org/show_bug.cgi?id=785323
* pathbar: Remove drag-source handlingAntónio Fernandes2017-08-171-72/+0
| | | | | | | | | | So users can drag the window from the buttons of the pathbar too, as it seems it's more important feature for them instead of dnd the path in the pathbar, which is also quite undiscoverable. As per commit d379767851ac3dc28b1108d87b60ac0cad6c4c4a https://bugzilla.gnome.org/show_bug.cgi?id=785619
* Revert "pathbar: Remove dnd handling"António Fernandes2017-08-171-0/+177
| | | | | | | | | | | | | This reverts commit d379767851ac3dc28b1108d87b60ac0cad6c4c4a, which removed drag-and-drop interaction involving the pathbar, because it interfered with dragging to move the window from the headerbar. This made it impossible to drop files into a parent directory. But acting as a drop target would not interfere with dragging to move. We are removing again the problematic drag-source parts in the next commit. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=785619
* general: print debug info unconditionallyErnestas Kulik2017-08-172-88/+42
| | | | | | | Chasing down macros to get some debugging output gets tedious and the effect on performance should be negligible. https://bugzilla.gnome.org/show_bug.cgi?id=784200
* list-view: Do not set multiple margins on the column chooser.Robert Mibus2017-08-171-1/+0
| | | | | | There is already a margin set, so setting a left-margin creates a noticeably asymmetric effect. https://bugzilla.gnome.org/show_bug.cgi?id=782079
* eel-gtk-extensions: avoid deprecated warningsKevin Lopez2017-08-172-62/+22
| | | | | | | | | | | This patch avoids the use of gdk_screen_get_width, gdk_screen_get_height,gdk_screen_width,gdk_screen_height, functions which are deprecated since 3.22 version of GDK library. Also deletes the eel_pop_up_context_menu function since is not used in the source code. https://bugzilla.gnome.org/show_bug.cgi?id=780283
* search-popover: make type list box keyboard-navigableErnestas Kulik2017-08-172-1/+12
| | | | | | | | Currently, the type list box in the search popover is not keyboard-navigable, which, as a consequence, results in the user’s inability to also easily close the popover. https://bugzilla.gnome.org/show_bug.cgi?id=786402
* query: prefer prefix matches over sufix matchesAlexandru Pandelea2017-08-171-1/+10
| | | | | | | | | | | Currently, the number of letters before and after the match decrease the rank of the search hit by the same amount. Though, the prefix matches should be prefered over the sufix ones, so make the number of letters after the match decrease the rank by a much smaller factor than the number of letters before the match. https://bugzilla.gnome.org/show_bug.cgi?id=785942
* file-conflict-dialog: Add a mnemonic to the Replace buttonMartin Bříza2017-08-171-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=785137
* Revert "search-engine: fix search providers handling"Alexandru Pandelea2017-08-1710-220/+88
| | | | | | This reverts commit 37693c427941d60634bad80dd7c2d0b3a8523cea. The patch was pushed by accident.
* Update Catalan translationJordi Mas2017-08-161-402/+416
|
* search-engine: fix search providers handlingAlexandru Pandelea2017-08-1510-88/+220
| | | | | | | | | | | | When starting the search providers, some provider might finish before all providers are started, so a wrong value of providers_running will be used, making Nautilus crash. To fix this, keep a queue of the started providers and whenever the value of the finised/running providers is needed, check the status of each provider. https://bugzilla.gnome.org/show_bug.cgi?id=785723
* Update Kazakh translationBaurzhan Muftakhidinov2017-08-151-409/+419
|
* Update Turkish translationBerkay Aktunç2017-08-151-435/+475
|
* Update Nepali translationPawan Chitrakar2017-08-151-922/+1047
|
* Updated Serbian translationМирослав Николић2017-08-152-1326/+1485
|
* build: Raise gtk+ minimum version requirementAntónio Fernandes2017-08-121-1/+1
| | | | | | | | Since commit 1d166b5e3b34195efe04df950a3f5397c2c99ef7 we use the function gtk_flow_box_get_child_at_pos, which was introduced in gtk+ 3.22.6. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=786194
* Update Polish translationPiotr Drąg2017-08-111-675/+719
|
* mime-actions: null-check app infoErnestas Kulik2017-08-111-3/+6
| | | | | | | | When deciding on the activation action, the code checks if Nautilus is the default handler for archives. There are cases when the returned application info is invalid, e.g. for application/octet-stream. https://bugzilla.gnome.org/show_bug.cgi?id=786168
* Update Romanian translationDaniel Șerbănescu2017-08-111-2366/+2788
|
* build: add tests for data filesErnestas Kulik2017-08-111-34/+54
| | | | | | | This will help avoid potentially breaking pre-release changes in the future. https://bugzilla.gnome.org/show_bug.cgi?id=786104
* Update Galician translationFran Dieguez2017-08-101-1793/+2157
|
* Update Hungarian translationBalázs Meskó2017-08-101-326/+369
|
* general: Remove spaces from .desktop MimeType listJeremy Bicha2017-08-091-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=786079
* release: Prepare for 3.25.90Carlos Soriano2017-08-092-1/+26
|
* files-view: fix “extract to” dialog in searchErnestas Kulik2017-08-091-1/+18
| | | | | | | | | | Currently, the file chooser dialog points to the base directory of the archive when selecting the location for decompression. This poses a problem when searching, as the file chooser is unable to display the directory. This commit fixes that by showing the file chooser at the base directory of the search. https://bugzilla.gnome.org/show_bug.cgi?id=783090
* Updated Slovenian translationMatej Urbančič2017-08-091-2555/+3229
|
* general: Add mime type support for archivesCarlos Soriano2017-08-0910-114/+71
| | | | | | | | | | | | | | | Until now archives were managed only if activated from Nautilus itself and if a setting was set. There are two main problems with this. 1- Archives opened in other apps cannot be handled by Nautilus 2- Users cannot use the regular mime type handling for setting Nautilus as the app handling archives, or unsetting it. This patch add support for archives mime types handled by gnome-autoar and removes the UI and setting used in the previous version. https://bugzilla.gnome.org/show_bug.cgi?id=771424
* window-slot: Remove obsolete commentCarlos Soriano2017-08-091-2/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=771424
* nautilus.desktop: Remove saved-search leftoversCarlos Soriano2017-08-095-21/+3
| | | | | | It was removed long ago https://bugzilla.gnome.org/show_bug.cgi?id=771424
* general: load fallback file icon from resourcesErnestas Kulik2017-08-097-575/+9
| | | | | | | | The fallback file icon is outdated now and the fact that it is stored in binary format in a source file makes it harder to update it. This commit uses the upstream PNG and changes the code to load it from resources. https://bugzilla.gnome.org/show_bug.cgi?id=786042
* program-choosing: fix double-freeErnestas Kulik2017-08-091-2/+0
| | | | | | | | Fixes for https://bugzilla.gnome.org/show_bug.cgi?id=782109 introduced a regression in that the Wayland window handle export data is now being freed twice. This commit backports the fix for the regression. https://bugzilla.gnome.org/show_bug.cgi?id=786040
* Update Friulian translationFabio Tomat2017-08-091-79/+93
|
* Update Indonesian translationKukuh Syafaat2017-08-091-236/+253
|
* rename-file-popover-controller: consume ctrl-zErnestas Kulik2017-08-081-22/+43
| | | | | | | | | Pressing ctrl-z while renaming a file results in undoing the last completed operation, which breaks expectations. This commit makes the key combination revert the text in the name entry to the display name of the target file. https://bugzilla.gnome.org/show_bug.cgi?id=686023
* list-view: fix regex unrefAlexandru Pandelea2017-08-081-2/+2
| | | | | | | Unref the regex before the free of the details, as after that the regex is no longer accessible. https://bugzilla.gnome.org/show_bug.cgi?id=785959
* list-view: display snippet next to filenameAlexandru Pandelea2017-08-081-1/+4
| | | | | | | Instead of showing the snippet under the filename, show it next to the filename. https://bugzilla.gnome.org/show_bug.cgi?id=785959