summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* batch-rename-dialog: implement _finishwip/csoriano/batch-rename-improvementsCarlos Soriano2016-09-061-57/+79
|
* batch-rename-dialog: use GTask appropiatelyCarlos Soriano2016-09-061-53/+114
|
* rename-file-popover-controller: add headerCarlos Soriano2016-09-062-0/+38
|
* new-folder-dialog-controller: add headerCarlos Soriano2016-09-062-0/+38
|
* file-name-widget-controller: add headerCarlos Soriano2016-09-061-0/+19
| | | | Copyright and licence were missing
* compress-dialog-controller: add headerCarlos Soriano2016-09-062-0/+38
| | | | Copyright and licence was missing
* file-name-widget-controller: rerun uncrustifyCarlos Soriano2016-09-061-6/+18
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=770564
* file-name-widget-controller: add headerCarlos Soriano2016-09-061-0/+19
| | | | Copyright and licence was missing.
* general: rerun uncrustify in compress-dialog-controllerCarlos Soriano2016-09-061-4/+12
| | | | | | | | Seems the case statements adjustment are buggy in uncrustify. Added a new line at the start of the file, reran uncrustify and it worked. Removing the new line doesn't affect the output anymore. https://bugzilla.gnome.org/show_bug.cgi?id=770564
* general: adjust uncrustify styleCarlos Soriano2016-09-0611-31/+65
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=770564
* Updated Hebrew translationYosef Or Boczko2016-09-061-1566/+2144
|
* batch-rename-dialog: fix search & replace for . and ..Alexandru Pandelea2016-09-061-7/+35
| | | | | | | | | | | | | | | In the replace mode, when "." or ".." were typed in the replace entry, there would always pop up an error, saying that a file would have an invalid name. In this case, instead of checking the entry, the check must actually be done to all the new names to see if any of those are equal to "." or "..". Since the new names are now used in this function, these have to be obtained before. https://bugzilla.gnome.org/show_bug.cgi?id=770870
* Updated Polish translationPiotr Drąg2016-09-061-14/+14
|
* Updated Scottish Gaelic translationGNOME Translation Robot2016-09-051-1993/+2558
|
* libgd: Update from gitBastien Nocera2016-09-051-0/+0
| | | | | | | This pulls in a fix for the tagged entry's CSS styling not being available. https://bugzilla.gnome.org/show_bug.cgi?id=770121
* Revert "configure.ac: link against libgd dynamically"Bastien Nocera2016-09-051-0/+1
| | | | | | | This reverts commit 43f2065add00c029584ced89b4c4ea391f9b52b3. This will be fixed another way. https://bugzilla.gnome.org/show_bug.cgi?id=770121
* Completed Punjabi TranslationA S Alam2016-09-051-2234/+2652
|
* Updated Danish translationAsk Hjorth Larsen2016-09-051-2458/+2652
|
* Update Catalan translationJordi Mas2016-09-051-869/+931
|
* Updated Galician translationsFran Dieguez2016-09-041-1914/+2396
|
* Updated Czech translationMarek Černocký2016-09-041-793/+959
|
* Updated Lithuanian translationAurimas Černius2016-09-041-1597/+2092
|
* Update British English translationDavid King2016-09-041-265/+278
|
* Updated Korean translationChangwoo Ryu2016-09-031-1877/+2274
|
* Updated Kazakh translationBaurzhan Muftakhidinov2016-09-031-819/+955
|
* Updated Finnish translationJiri Grönroos2016-09-031-32/+14
|
* Updated Finnish translationJiri Grönroos2016-09-021-858/+977
|
* release: regenerate tarballs with 3.21.91.13.21.91.1Carlos Soriano2016-09-021-1/+1
| | | | | Seems the tarball got corrupted. Regenerate them and increase micro version so distributions can pick up the new version.
* mime-actions: Fix shift+control+down seg fault on a folderAlexandru Pandelea2016-09-021-2/+37
| | | | | | | | | | | | | | Using this shortcut on one or more folders causes segmentation fault. In order to solve this, if there is a directory that needs to be activated, the NEW_WINDOW flag is set, so that the initial window will be closed and a new one will be created. After a new window is created, the CLOSE_BEHIND flag is disabled,so that the window will not be closed. The flags NEW_TAB is also set there(unless we want all directories opened in new windows), in order for new tabs to open in the newly created window. https://bugzilla.gnome.org/show_bug.cgi?id=755711
* Use templates for glib-mkenumsErnestas Kulik2016-09-013-34/+72
| | | | | | | | Currently, enum types are generated by passing command line arguments to glib-mkenums. A better alternative to that is passing a template file, which also declutters build files. https://bugzilla.gnome.org/show_bug.cgi?id=770507
* Fix compiler warningDominique Leuenberger2016-09-011-0/+2
| | | | | | | | | The final return should not be reachable - but there is no way for the compiler to know Just return 0 as last fallback https://bugzilla.gnome.org/show_bug.cgi?id=770652
* Updated Friulian translationFabio Tomat2016-09-011-812/+963
|
* Updated German translationChristian Kirbach2016-08-311-809/+967
|
* Updated Brazilian Portuguese translationRafael Fontenelle2016-08-311-210/+214
|
* Updated Polish translationPiotr Drąg2016-08-311-788/+959
|
* Updated Hungarian translationGábor Kelemen2016-08-311-205/+214
|
* batch-rename-utilities: protect against null errorCarlos Soriano2016-08-311-4/+10
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=770586
* batch-rename-utilities: print warnings if query goes wrongCarlos Soriano2016-08-311-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=770586
* Updated Spanish translationDaniel Mustieles2016-08-311-833/+1011
|
* file-undo-operations: add plural support for stringsAlexandru Pandelea2016-08-301-2/+6
| | | | | | The undo and redo descriptions didn't have plural support https://bugzilla.gnome.org/show_bug.cgi?id=770594
* batch-rename-dialog: add plural support for stringsAlexandru Pandelea2016-08-301-1/+3
| | | | | | The title of the dialog didn't have plural support. https://bugzilla.gnome.org/show_bug.cgi?id=770594
* release: prepare for 3.21.91Carlos Soriano2016-08-302-1/+9
|
* Update POTFILES.inPiotr Drąg2016-08-301-1/+0
|
* Remove NautilusEntryErnestas Kulik2016-08-307-572/+202
| | | | | | | | NautilusEntry was written to work around some issues with GtkEntry, which are largely irrelevant, since its use has lessened over the years. This commit removes the class. https://bugzilla.gnome.org/show_bug.cgi?id=770578
* general: initialize smart pointers to NULLRazvan Chitu2016-08-3017-45/+46
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=770609
* nautilus-window.ui: don't allow main_view to shrinkChristian Stadelmann2016-08-301-0/+3
| | | | | | | | In nautilus' main window, the right side container (GtkOverlay: main_view) can be resized to have a width of 0. This might render nautilus unusable for some users. This change prevents shrinking main_view. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=767573
* file-operations: open unsupported archives in another applicationRazvan Chitu2016-08-303-0/+81
| | | | | | | | The library used for managing compressed files does not yet support all use cases such as encrypted archives. In order to fix this, attempt to open unsupported archives in other applications. https://bugzilla.gnome.org/show_bug.cgi?id=770605
* Updated Brazilian Portuguese translationRafael Fontenelle2016-08-301-51/+75
|
* NEWS: update until last releaseCarlos Soriano2016-08-301-1/+46
|
* Updated Hungarian translationBalázs Meskó2016-08-301-840/+849
|