summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-file-undo-operations.c
Commit message (Expand)AuthorAgeFilesLines
* file-undo-manager: handle undo_redo_flag internallyRazvan Chitu2016-01-121-7/+0
* file, file-undo-operations: Let renames on Google Drive be undoneDebarshi Ray2015-09-101-11/+18
* view: show "New Folder" dialogGeorges Basile Stavracas Neto2015-04-201-1/+4
* Revert "view: show "New Folder" dialog"Carlos Soriano2015-04-081-1/+1
* view: show "New Folder" dialogGeorges Basile Stavracas Neto2015-04-081-1/+1
* general: Add in app notification for move to trashCarlos Soriano2015-02-031-1/+7
* nautilus-file-undo-operations: Fix crash for multiple deleted filesCarlos Soriano2015-01-261-3/+3
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* build: remove an unused variableCosimo Cecchi2012-12-051-1/+0
* Use g_file_info_get_deletion_date() helperBastien Nocera2012-11-271-7/+7
* Fix bug #676622. void functions should not return a value.Brian Cameron2012-07-171-3/+3
* undo: use g_file_info_get_attribute_byte_string for trash::orig-pathCosimo Cecchi2012-04-131-3/+2
* undo: add ngettext plural forms for undo operation stringsCosimo Cecchi2012-02-141-22/+57
* undo: fix a double free in the Create operation strings funcCosimo Cecchi2012-02-081-1/+0
* undo: fix logic in the file operation callbackCosimo Cecchi2012-01-311-1/+1
* undo: fix Redo Trash not updating the trashed mtimeCosimo Cecchi2012-01-301-1/+38
* undo: make sure to correctly clear the undo state on operation finishCosimo Cecchi2012-01-301-6/+17
* undo: remove some URI->GFile roundtrips in the trash undo operationsCosimo Cecchi2012-01-231-39/+16
* undo: don't provide any free function for trashed hashtable valuesCosimo Cecchi2012-01-231-1/+1
* undo: rework undo for the trash operation to be asynchronousCosimo Cecchi2012-01-211-78/+137
* undo: always complete the apply action in idleCosimo Cecchi2012-01-211-1/+1
* undo: turn NautilusFileUndoData into NautilusFileUndoInfoCosimo Cecchi2012-01-201-911/+1044
* file-operations: first pass at passing on success informationCosimo Cecchi2012-01-201-42/+166
* undo: pass in a GtkWindow for undo operationsCosimo Cecchi2012-01-201-33/+38
* undo: introduce undo supportAmos Brocco2012-01-201-0/+1297