summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-clipboard-monitor.h
Commit message (Collapse)AuthorAgeFilesLines
* general: remove vim modelinesCarlos Soriano2016-04-041-2/+1
| | | | | | | | | | | | | Vim and emacs modelines are used to specify some of the code style in the code. However, this is misleading and poorly supported since nautilus had a mix of code style for some time. Also, the mode lines doesn't specify the whole code style, so we will need to use a different tool as well to specify the whole code style. For that, we can just use a different tool for everything. So remove the mode lines, and in a short future we will reestyle the nautilus code to have a single code style, and use a tool like editorconfig to specify the whole code style.
* files-view: add optional menu item for creating linksRazvan Chitu2015-12-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | The menu item for creating links was removed in previous versions of nautilus since it exposes a concept of the file system that is not really clear. However, we don't have a working solution yet for the use cases that creating links is a workaround, so we didn't remove the functionality altogether. We were allowing link creation with a shortcut and with the middle button while performing a drag and drop operation. However, some users would need to use a context menu action instead of a drag and drop operation, which usually is less convenient and prone to errors. Since this is demanded, implement the menu action for it and add a gsetting preference to show it in the context menu for those users who like to have it there. Also the new implementation uses the code that is already used for other operations, improving the implementation compared to the previous one. In an upcoming patch we add the UI for the preference dialog. https://bugzilla.gnome.org/show_bug.cgi?id=745575
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
|
* Move the clipboard callbacks to NautilusClipboardMonitor.Cosimo Cecchi2010-05-201-0/+9
|
* Move clipboard information to NautilusClipboardMonitor.Cosimo Cecchi2010-05-201-0/+13
| | | | | So that we can use that information from more than one view at the same time.
* Remove deprecated GDK/GTK+ symbolsCosimo Cecchi2009-04-211-6/+7
| | | | | | Remove all uses of deprecated GDK and GTK+ symbols, replacing them with the currently supported equivalents. Based on a patch from Tal Benavidor (#565038).
* Move all of Nautilus to single Gtk+ includes, because Mitch says so.A. Walton2008-05-211-1/+1
| | | | | | | | | | | 2008-05-21 A. Walton <awalton@gnome.org> * */*.[ch]: Move all of Nautilus to single Gtk+ includes, because Mitch says so. Closes Bug #530315. svn path=/trunk/; revision=14182
* Tell the clipboard monitor of changes. Update paste menus on clipboardAlexander Larsson2004-02-101-0/+59
2004-02-10 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-tree-view.c (copy_or_cut_files): * src/file-manager/fm-directory-view.c: Tell the clipboard monitor of changes. Update paste menus on clipboard changes. * libnautilus-private/Makefile.am: * libnautilus-private/nautilus-clipboard-monitor.[ch] New files.