summaryrefslogtreecommitdiff
path: root/src/nautilus-compress-dialog-controller.h
Commit message (Collapse)AuthorAgeFilesLines
* general: Remove include guards in favor of pragma onceAlexandru Fazakas2018-03-191-4/+1
| | | | | | | | | | | | | | | | | | The traditional include guards are not as easy to handle and require extra thought into the names. Pragma once is an easier, more contributor friendly approach. Closes https://gitlab.gnome.org/GNOME/nautilus/issues/294 general: Remove include guards in favor of pragma once The traditional include guards are not as easy to handle and require extra thought into the names. Pragma once is an easier, more contributor friendly approach. Closes https://gitlab.gnome.org/GNOME/nautilus/issues/294
* compress-dialog-controller: add headerCarlos Soriano2016-09-061-0/+19
| | | | Copyright and licence was missing
* files-view: add menu action and dialog for compressionRazvan Chitu2016-08-231-0/+17
Add an context menu action for compression and a dialog for selecting the file name and compression format. Add a controller class for managing the compression dialog. https://bugzilla.gnome.org/show_bug.cgi?id=770199