summaryrefslogtreecommitdiff
path: root/eel/eel-vfs-extensions.h
Commit message (Collapse)AuthorAgeFilesLines
* general: Rename from 'favorite' to 'starred'Carlos Soriano2018-02-131-1/+1
| | | | | | | | It was a mix of both terms, given that tracker uses 'favorite' but we use 'starred' in the UI. Since the part that interact with tracker is minimal, is better to be consistent with the UI. This renames 'favorite' to 'starred' except the tracker queries.
* files-view: Show starring only for indexed (by default) filesCarlos Soriano2018-02-121-0/+1
| | | | | | | | | | | | | | | | | | Currently the star menu item is shown for every file in the system, however when a file is not indexed by tracker this operation fails. We cannot set Tracker to index the file and wait for Tracker to index it, since that happens in an idle and Tracker doesn't queue the operation of starring. There is no easy solution for this, so for now we will show the star menu item for indexed (by default) locations, which are the XDG folders, otherwise we will hide the item. A better solution needs to be researched for 3.30, but this will do for now. Related https://gitlab.gnome.org/GNOME/nautilus/issues/243
* eel-vfs-extensions: Remove unused, undefined APIAntónio Fernandes2018-01-041-2/+0
| | | | | Leftovers from the gnome-vfs to gio port 10 years ago https://git.gnome.org/browse/archive/eel/commit/?id=59511dfee330102ee42e09bef37cbc9cd12973c6
* eel: remove unused codeErnestas Kulik2018-01-021-2/+0
| | | | Additionally, this commit makes some unused public functions static.
* general: remove desktop supportErnestas Kulik2018-01-021-2/+0
|
* Add favorite filesAlexandru Pandelea2017-11-051-0/+1
| | | | | | | Add option to make files Favorite, by either toggling a star in the list view, or from the context menu. https://bugzilla.gnome.org/show_bug.cgi?id=786039
* nautilus-toolbar: disable bookmark on 'Other Locations'Mohammed Sadiq2016-09-211-0/+1
| | | | | | | | | | 'Other locations' is already listed in the sidebar. So there is no need for allowing the user to bookmark 'Other Locations'. This commit makes the bookmark button in toolbar insensitive for 'Other Locations'. https://bugzilla.gnome.org/show_bug.cgi?id=771163
* general: remove vim modelinesCarlos Soriano2016-04-041-1/+0
| | | | | | | | | | | | | 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.
* Updated FSF's addressDaniel Mustieles2014-01-311-2/+1
|
* Add a Recent files placeWilliam Jon McCann2012-07-141-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=325824
* Properly strip extensions when placing the duplication stringCosimo Cecchi2011-03-211-0/+1
| | | | | | | | We use a similar matching filter to the one we use when renaming. It's not ideal (mimetypes are hardcoded, and probably some are missing), but at least we're consistent. https://bugzilla.gnome.org/show_bug.cgi?id=351290
* [eel] cleanup eel-vfs-extensionsCosimo Cecchi2010-08-191-2/+0
|
* eel/ Import eel into nautilus.Alexander Larsson2008-12-151-0/+57
2008-12-15 Alexander Larsson <alexl@redhat.com> * Makefile.am: * acconfig.h: * configure.in: * eel/ * libnautilus-private/Makefile.am: Import eel into nautilus. svn path=/trunk/; revision=14815