summaryrefslogtreecommitdiff
path: root/src/nautilus-view.c
Commit message (Expand)AuthorAgeFilesLines
* view: add back alt<Down> as accelerator for open actionCosimo Cecchi2015-05-241-1/+7
* Remove more unused methodsCosimo Cecchi2015-05-231-13/+0
* view: remove unused functionCosimo Cecchi2015-05-231-10/+0
* Remove unused code related to renamingCosimo Cecchi2015-05-231-70/+0
* nautilus-view: restore "Remove from Recent"Carlos Soriano2015-05-131-0/+17
* nautilus-view: show delete permanently on trash unsupported systemsCarlos Soriano2015-05-131-3/+15
* nautilus-view: allow folders to be opened in other appCarlos Soriano2015-05-131-1/+3
* nautilus-view: select text after showing the dialogCarlos Soriano2015-05-051-6/+6
* view: make "New Folder" CamelCaseCarlos Soriano2015-04-241-1/+1
* view: allow open with another app for multiple filesCarlos Soriano2015-04-221-35/+22
* canvas-container: remove in place renaming supportCarlos Soriano2015-04-221-126/+4
* view: use dialog for renameCarlos Soriano2015-04-221-52/+198
* view: make "." and ".." as file names invalidCarlos Soriano2015-04-221-0/+10
* view: names cannot be invalid beforeCarlos Soriano2015-04-221-7/+6
* view: use the correct quote characterCarlos Soriano2015-04-221-2/+2
* view: strip file name for validationCarlos Soriano2015-04-221-2/+3
* view: extract the creation of new folder dialogCarlos Soriano2015-04-221-14/+32
* view: distinguish between folder and files in new folder dialogCarlos Soriano2015-04-221-2/+13
* view: clean upCarlos Soriano2015-04-221-80/+67
* view: remove dead declarationCarlos Soriano2015-04-221-4/+0
* view: show "New Folder" dialogGeorges Basile Stavracas Neto2015-04-201-18/+203
* Revert "view: show "New Folder" dialog"Carlos Soriano2015-04-081-119/+48
* view: show "New Folder" dialogGeorges Basile Stavracas Neto2015-04-081-48/+119
* nautilus-view: disable open with app for multiple selectionacgtyrant2015-03-111-1/+2
* nautilus-view: remove unused variableCarlos Soriano2015-03-011-1/+0
* nautilus-view: always allow to permanently deleteCarlos Soriano2015-02-281-7/+1
* nautilus-view: allow using delete shortcut in the trashCarlos Soriano2015-02-271-5/+28
* nautilus-view: don't add twice "delete" shortcutGeorges Basile Stavracas Neto2015-02-261-1/+0
* nautilus-view: fix new folder shortcut regressionGeorges Basile Stavracas Neto2015-02-251-0/+1
* nautilus-view: Use macros instead of castingsCarlos Soriano2015-02-251-6/+6
* nautilus-view: Fix typos in previous commitCarlos Soriano2015-02-161-9/+9
* nautilus-view: show a warning if the user control + deleteCarlos Soriano2015-02-161-1/+46
* nautilus-view: don't rename file extensionCarlos Soriano2015-02-041-1/+1
* nautilus-view: Change move to trash acceleratorCarlos Soriano2015-02-031-1/+1
* nautilus-view: Use singular even if not necessaryCarlos Soriano2015-02-031-1/+1
* nautilus-view: Use ngettext for pluralCarlos Soriano2015-02-021-3/+4
* nautilus-view: improve commentCarlos Soriano2015-02-021-2/+2
* nautilus-view: Don't update if not active or destroyedCarlos Soriano2015-02-021-0/+7
* toolbar: cleanup handling of zoom actionsCosimo Cecchi2015-01-261-18/+9
* window: move undo actions to the window action groupCosimo Cecchi2015-01-261-109/+1
* toolbar: rework how Undo/Redo actions are added to the menuCosimo Cecchi2015-01-261-7/+8
* view: plug memory leaksCosimo Cecchi2015-01-261-2/+6
* view: make nautilus_view_get_action_group a base class methodCosimo Cecchi2015-01-251-1/+0
* nautilus-view: fix memory leakCarlos Soriano2015-01-241-1/+4
* view: fix possibly uninitialized variableCosimo Cecchi2015-01-241-0/+1
* view: code formattingCosimo Cecchi2015-01-241-6/+3
* view: plug some memory leaksCosimo Cecchi2015-01-241-0/+3
* view: remove unused variableCosimo Cecchi2015-01-241-4/+0
* view: refactor code to add extension actionCosimo Cecchi2015-01-241-87/+95
* nautilus-view: Make actions name of extensions uniqueCarlos Soriano2015-01-241-82/+59