summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* file-operations: implement compression operationRazvan Chitu2016-08-234-4/+495
* general: add preference for automatic decompression of archivesRazvan Chitu2016-08-236-7/+137
* files-view: add context menu actions for extracting filesRazvan Chitu2016-08-233-31/+288
* files-view: use a hashset for newly added locationsRazvan Chitu2016-08-231-7/+7
* file-operations: implement extract operationRazvan Chitu2016-08-234-0/+571
* file-utilities: refactor ensure_unique_file_nameRazvan Chitu2016-08-233-65/+42
* file-conflict-dialog: separate file logic from UI managementRazvan Chitu2016-08-236-480/+648
* file-operations: zero-initialize pointerErnestas Kulik2016-08-221-1/+1
* file-operations: rename calls to transfer_file_add_to_countErnestas Kulik2016-08-221-4/+4
* file-operations: update progress on skipErnestas Kulik2016-08-221-0/+42
* file-operations: fix duplication status stringErnestas Kulik2016-08-211-2/+2
* files-view: use GFile utilitiesErnestas Kulik2016-08-211-32/+60
* files-view: free file lists after useErnestas Kulik2016-08-211-5/+11
* file-operations: refactor deleting operationRazvan Chitu2016-08-201-340/+223
* files-view: correct method nameRazvan Chitu2016-08-194-8/+8
* files-view: move file name widget logic to separate controllersRazvan Chitu2016-08-1910-415/+937
* window: update copyright noticeErnestas Kulik2016-08-191-1/+1
* Cancelled should be spelled canceled in C localeDavid King2016-08-151-1/+1
* bookmark-list: null-initialize error pointerErnestas Kulik2016-08-131-1/+1
* nautilus.css: fix opaque desktop window after theme changeErnestas Kulik2016-08-081-0/+1
* file-undo-operations: use ABS macro instead of abs()Ernestas Kulik2016-08-051-1/+1
* shell-search-provider: fix incompatible pointer assignmentErnestas Kulik2016-08-051-1/+1
* Clean up dead assigmentsErnestas Kulik2016-08-054-12/+4
* Port from intltoolErnestas Kulik2016-08-033-4/+3
* file-undo-operations: use queue for storing sources and destinationsRazvan Chitu2016-07-281-26/+43
* shell-search-provider: make search recursiveCarlos Soriano2016-07-281-0/+3
* files-view: unref directory after calling _get_by_uri()Ernestas Kulik2016-07-281-0/+4
* file-undo-manager: initialize singleton explicitlyErnestas Kulik2016-07-253-31/+30
* application: clear icon caches on shutdownErnestas Kulik2016-07-251-11/+2
* query-editor: unref file in update_information_label()Ernestas Kulik2016-07-211-0/+1
* pathbar: fix underallocationsErnestas Kulik2016-07-181-16/+25
* directory: fix nautilus_directory_is_local()Ernestas Kulik2016-07-181-6/+1
* file-operations: fix apply to all in conflict dialogCarlos Soriano2016-07-181-1/+1
* nautilus-floating-bar: hide on hoverCarlos Soriano2016-07-133-33/+79
* places-view: fetch updates from gtk+ repoRazvan Chitu2016-07-124-72/+319
* files-view: change "New Folder /w Selection" to offer a nameNeil Herald2016-07-103-0/+89
* bookmark-list: port to GTaskErnestas Kulik2016-07-071-36/+56
* toolbar: add tooltips to view menu buttonsErnestas Kulik2016-06-292-30/+6
* file: repurpose compare_display_name()Ernestas Kulik2016-06-272-8/+9
* file: fix date string day difference calculationErnestas Kulik2016-06-251-5/+13
* files-view: add accel for "zoom-standard" actionErnestas Kulik2016-06-241-0/+1
* application: rename nautilus_application_add_accelerator()Ernestas Kulik2016-06-245-47/+47
* application: add nautilus_application_set_accelerators()Ernestas Kulik2016-06-243-5/+15
* files-view: add ctrl-= as "zoom in" acceleratorErnestas Kulik2016-06-241-1/+7
* files-view: obsolete restoring default zoom levelErnestas Kulik2016-06-245-65/+0
* toolbar: move undo/redo toolbar menu code into toolbarwip/neilh/toolbar-reorgNeil Herald2016-06-239-123/+144
* view: allow view to have more control over the toolbar menuNeil Herald2016-06-2311-113/+159
* files-view: close menu when new folder prompt appearsNeil Herald2016-06-233-0/+15
* toolbar: move the toolbar menu ui definition into its own fileNeil Herald2016-06-224-100/+114
* toolbar: move the new folder/tab/bookmark items into the shared popoverNeil Herald2016-06-223-84/+81