summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update to last gtk+wip/csoriano/nautilus-3.24.1Carlos Soriano2017-04-224-2050/+1794
|
* ui-utilities: Fix menu merge when prependingCarlos Soriano2017-04-221-1/+3
| | | | | | | | | We were prepending the items but in regular order, instead of inverse to preserve the order. To fix it the patch invert the order of the items when prepending. https://bugzilla.gnome.org/show_bug.cgi?id=774724
* view-icon-controller: stop trying to reveal nothingErnestas Kulik2017-04-221-0/+5
| | | | | | | Currently, the flow view tries to reveal the selection even if it is empty. That can result in a crash if the selection is empty. https://bugzilla.gnome.org/show_bug.cgi?id=780732
* files-view: remove directory parameter from add-files callbacksErnestas Kulik2017-04-221-3/+0
| | | | | | It is no longer used as of 8b26778710510c9a1d3e7aa8ea82d4dfd7c4a3e9. https://bugzilla.gnome.org/show_bug.cgi?id=780730
* view-model: Don't remove files when adding itemsCarlos Soriano2017-04-221-1/+0
| | | | | | A copy paste error from the set_items function. https://bugzilla.gnome.org/show_bug.cgi?id=780380
* icon-controller: Implement reveal_selectionCarlos Soriano2017-04-221-0/+18
| | | | | | It was missing in the new GtkFlowBox based view. https://bugzilla.gnome.org/show_bug.cgi?id=780380
* files-view: Reveal file in an idle for the flow viewCarlos Soriano2017-04-221-1/+1
| | | | | | | | Items are not allocated at that time yet, so it needs some time to be able to calculate the correct allocation of the item, and therefore the correct adjustment for the scrolled window. https://bugzilla.gnome.org/show_bug.cgi?id=780380
* files-view: Select file after "Open item location"Carlos Soriano2017-04-221-4/+8
| | | | | | | | | | | | Until now we weren't selecting the item that was selected. However it really helps to do that so the user can navigate after searching. For instance this is pretty good to have for the "type-ahead" use case. This commit select the file after the user opens the item location and reveals the file. https://bugzilla.gnome.org/show_bug.cgi?id=780380
* list-view: Remove debug spewCarlos Soriano2017-04-221-1/+0
| | | | Forgot to delete it after coding :(
* files-view: Remove directory parameter from add_files signalCarlos Soriano2017-04-225-12/+15
| | | | | It's not longer necessary. This patch removes it and also fixes a compiler warning.
* pathbar: Remove dnd handlingCarlos Soriano2017-04-221-177/+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. https://bugzilla.gnome.org/show_bug.cgi?id=776663
* file-operations: check filespace before extractingvyasgiridhar2017-04-221-1/+48
| | | | | | | | | Currently, the extraction starts without checking for enough filesystem space to store the extracted files. This commit checks for filespace before the extraction takes place. https://bugzilla.gnome.org/show_bug.cgi?id=775253
* files-view: display search base for file chooserAlexandru Pandelea2017-04-221-1/+12
| | | | | | | | | | Currently when the move to/copy to file chooser dialog is launched during search, the dialog shows an error as the location is invalid. Change this so that the base of the search is displayed in the dialog when this dialog is launched while searching. https://bugzilla.gnome.org/show_bug.cgi?id=778113
* batch rename: Do not consider directory "extensions"Evgeny Shulgin2017-04-221-6/+14
| | | | | | | | | | | | | | | | | | | | With a batch renaming using a template, the extension is removed. That is, if we have a file named "some.txt", after renaming using template "[Original file name]YOLO" we will get "someYOLO.txt", and this is correct. But if we renaming folders with a name where there is a dot and subsequent symbols, these characters will be mistakenly considered an extension. For example, after renaming folders "file" -> "fileYOLO", "FILEZ." -> "FILEZ.YOLO" (is correct), but "org.package.library" -> "org.packageYOLO.library", "project-2.0" -> "project-2YOLO.0", "my.files" -> "myYOLO.files", "extra-0.85" -> "extra-0YOLO.85" (is incorrect) To fix this bug we won't search extension if current NautilusFile is a directory. https://bugzilla.gnome.org/show_bug.cgi?id=780326
* file-conflict-dialog: Prevent replacing a directory with a symbolic linkecho-devim2017-04-223-4/+28
| | | | | | | | | | | If the user tries to replace a folder with a symbolic link with the same name,the content of the destination folder was being deleted. To fix this behaviour, the UI disables the replace button allowing the user only to skip or to rename in order to avoid the deletion of the destination folder's content. https://bugzilla.gnome.org/show_bug.cgi?id=632323
* Update Catalan translationJordi Mas2017-04-171-1742/+2030
|
* Update Turkish translationFurkan Ahmet Kara2017-04-161-62/+63
|
* placesview: synchronize with GTK+Georges Basile Stavracas Neto2017-04-111-1/+5
|
* project: update NautilusGtkPlacesView from masterGeorges Basile Stavracas Neto2017-04-101-0/+38
| | | | GtkPlacesView now supports monitoring networks.
* Update Croatian translationgogo2017-04-101-4/+4
|
* Update Greek translationTom Tryfonidis2017-04-091-1270/+1436
|
* nautilus-files-view: focus to newly created folderKevin Lopez2017-04-051-0/+7
| | | | | | | | | | | | After creating a new folder through the hamburger menu, the keyboard focus stays on the hamburger menu button, so you can't go to the newly created folder by simply pressing enter again. To solve that, we simply need focus the NautilusFilesView after destroy the dialog, in the case where name is accepted. https://bugzilla.gnome.org/show_bug.cgi?id=754744
* Update Polish translationPiotr Drąg2017-03-251-17/+17
|
* Updated Norwegian bokmål translation.Kjartan Maraas2017-03-251-543/+601
|
* Update Polish translationPiotr Drąg2017-03-251-6/+6
|
* Update Polish translationPiotr Drąg2017-03-231-11/+11
|
* Updated Ukrainian translationDaniel Korostil2017-03-211-1838/+2110
|
* release: Prepare for 3.24.03.24.0Carlos Soriano2017-03-212-1/+4
|
* Update Japanese translationJiro Matsuzawa2017-03-201-359/+209
|
* Update Japanese translationsujiniku2017-03-191-873/+1254
|
* Update Turkish translationEmin Tufan Çetin2017-03-181-2521/+2993
|
* Update Indonesian translationKukuh Syafaat2017-03-181-1335/+1916
|
* Update Latvian translationRūdolfs Mazurs2017-03-161-13/+13
|
* Update Latvian translationRūdolfs Mazurs2017-03-161-1109/+1469
|
* release: Prepare for 3.23.923.23.92Carlos Soriano2017-03-162-1/+7
|
* flatpak: Fix nautilus meson option nameCarlos Soriano2017-03-161-1/+1
|
* org.gnome.Nautilus.json: Specify libdirCarlos Soriano2017-03-161-1/+2
| | | | | | | | Otherwise meson install libnautilus into lib64, which is wrong for flatpak or other distributions. Seems this is always going to guess it wrong, let's always specify libdir.
* Revert "org.gnome.Nautilus: revert build by default with meson"Carlos Soriano2017-03-161-5/+6
| | | | | | | | | | | | This reverts commit a84bf6ac79175e831feaf5e061dad3e822f1e816. Meson can be used now from builder, although it compiles everytime due to ninja issue https://github.com/ninja-build/ninja/issues/1120 it's still faster than autotools for me (quite surprising), so switching for it as default build system. Developers can still use autotools just switching the buildsystem in the flatpak manifest.
* Update Croatian translationgogo2017-03-151-2271/+2953
|
* Update Croatian translationgogo2017-03-151-2434/+1993
|
* Update Russian translationStas Solovey2017-03-141-969/+1113
|
* Update Slovak translationDušan Kazik2017-03-121-561/+636
|
* updated Punjabi TranslationA S Alam2017-03-111-1410/+1666
|
* Update Korean translationChangwoo Ryu2017-03-111-1187/+1334
|
* meson: actually use optional dependenciesErnestas Kulik2017-03-113-18/+26
| | | | | | | | EXIF and Exempi are currently only being detected due to an oversight. This commit makes Meson define the preprocessor macros needed to use the libraries. https://bugzilla.gnome.org/show_bug.cgi?id=779879
* org.gnome.Nautilus.json: Fix syntax errorCarlos Soriano2017-03-101-1/+1
|
* org.gnome.Nautilus: revert build by default with mesonCarlos Soriano2017-03-101-6/+5
| | | | Builder and ninja is not ready for a good experience with meson.
* org.gnome.Nautilus.json: remove update-mimedbCarlos Soriano2017-03-101-1/+0
| | | | We removed the option in 2475e9a1f7af7a6
* org.gnome.Nautilus.json: Use meson as default build systemCarlos Soriano2017-03-101-6/+7
|
* build: include forgotten filesCarlos Soriano2017-03-102-0/+16
|