summaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Remove saved search mimetype associationCosimo Cecchi2015-01-242-27/+1
| | | | It's not used anymore.
* data: Rename the AppData file after the desktop ID changeRichard Hughes2014-08-012-2/+2
| | | | The filename has to match the ID name for various optimisations.
* data: remove obsolete filesCosimo Cecchi2014-06-023-12/+1
| | | | I can't even understand what these were useful for.
* data: rename desktop file name in appdata XML3.13.1Cosimo Cecchi2014-04-301-1/+1
|
* search-provider: don't own a separate bus nameCosimo Cecchi2014-04-303-7/+3
| | | | This is not needed anymore, now what we're fully dbus activatable.
* application: make DBusActivatableCosimo Cecchi2014-04-306-7/+8
|
* data: remove the OnlyShowIn lineBogdan Petcu2014-02-171-1/+0
| | | | | | | These days, Nautilus is just an application, so don't forcefully limit our visibility to GNOME/Unity. https://bugzilla.gnome.org/show_bug.cgi?id=721833
* Updated FSF's addressDaniel Mustieles2014-01-313-9/+3
|
* appdata: remove screenshot for nowCosimo Cecchi2014-01-211-3/+0
| | | | | | | The one that was used is tiny and ugly. Remove it while we find a proper solution to keep screenshots consistent and up to date. https://bugzilla.gnome.org/show_bug.cgi?id=722691
* Added AppData fileDaniel Mustieles2014-01-212-0/+30
|
* Fix .desktop file categories so that nautilus will show up in gnome-softwareElad Alfassa2013-09-031-1/+1
| | | | | | | | | | | | gnome-software uses the desktop file categories to sort the applications it shows. This commit fixes the categories according to the freedesktop spec, so that nautilus will appear in the correct category. For more information: http://standards.freedesktop.org/menu-spec/latest/apa.html http://standards.freedesktop.org/menu-spec/latest/apas02.html
* NautilusFreedesktopDBus: add public setter for OpenLocationsMarco Trevisan (Treviño)2013-03-041-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=694266
* NautilusApplication: add --new-window commandline to force the old behaviorMarco Trevisan (Treviño)2013-03-041-1/+1
| | | | | | | Calling nautilus with -w or --new-window always opens a new window. Desktop file updated, to use this parameter as default. https://bugzilla.gnome.org/show_bug.cgi?id=694034
* data: add nautilus-classic.desktopCosimo Cecchi2013-02-062-1/+18
| | | | | This is needed to have nautilus autostarted with desktop icons in the classic session.
* Add notification hint to the destop fileMatthias Clasen2013-01-141-0/+1
| | | | | | | | This tells gnome-control-center to show nautilus in the search panel. See https://live.gnome.org/GnomeGoals/NotificationSource https://bugzilla.gnome.org/show_bug.cgi?id=690995
* shell-provider: use the right signature for LaunchSearch()Cosimo Cecchi2012-12-101-0/+1
|
* shell-provider: don't use a separate binaryCosimo Cecchi2012-12-062-2/+2
| | | | | | | | Since NautilusApplication is a service, we can now handle searches and windows coming and going indipendently just fine. This also allows us to launch a search directly from the search provider very easily.
* search-provider: use org.gnome.Shell.SearchProvider2 interfaceCosimo Cecchi2012-12-062-1/+7
|
* Add keywords to the desktop fileMatthias Clasen2012-10-271-0/+1
| | | | | | This makes gnome-shell search more pleasant and useful. https://bugzilla.gnome.org/show_bug.cgi?id=687000
* build: fix distcheckCosimo Cecchi2012-09-171-0/+1
|
* Use git.mkWilliam Jon McCann2012-09-172-3/+2
|
* Remove obsolete app iconsWilliam Jon McCann2012-09-1113-1264/+0
|
* shell-provider: forgotten fileCosimo Cecchi2012-09-061-0/+40
|
* shell-provider: add a first skeleton of the shell search providerCosimo Cecchi2012-09-063-1/+16
| | | | It's not wired in yet.
* Add back a legacy nautilus-connect-server commandWilliam Jon McCann2012-09-022-1/+15
| | | | | | In order to ease the transition. https://bugzilla.gnome.org/show_bug.cgi?id=682637
* Change name of action to Run Software instead of Autorun PromptWilliam Jon McCann2012-08-151-1/+1
|
* build: update gitignoreCosimo Cecchi2012-01-161-0/+1
|
* fdo-dbus: dist the DBus interface XML fileCosimo Cecchi2011-12-191-0/+1
| | | | Fixes distcheck
* Add an org.freedesktop.FileManager1.service file for DBusFederico Mena Quintero2011-12-142-1/+9
| | | | | | | | | | Even though this registers a service for a freedesktop name with a Gnome-specific program (Nautilus), we'll just do this for now. Later we can discuss in the DBus list how to launch services with generic interfaces, but specific implementations for each desktop environment. Signed-off-by: Federico Mena Quintero <federico@gnome.org>
* Add declaration for the org.freedesktop.FileManager1 DBus interfaceAkshay Gupta2011-12-061-0/+36
| | | | | | | This is not in dbus-interfaces.xml as that one has a different namespace (org.gnome.Nautilus), and that makes the generated code from gdbus-codegen really ugly. By keeping a separate file for this interface, we can get pretty generated code.
* Autostart only in GNOME and UnityGyörgy Balló2011-10-181-0/+1
| | | | | | | Don't show desktop icons in other DEs, e.g Xfce and KDE uses it's own desktop implementation. https://bugzilla.gnome.org/show_bug.cgi?id=661942
* nautilus-autorun-software: handle mime type x-content/unix-software onlymads@kiilerich.com2011-09-071-1/+1
| | | | | | | | | | | | | This is a consequence of the fix for https://bugs.freedesktop.org/show_bug.cgi?id=20562 . This undoes the part of cffb9cf7025 that hardcodes that media with x-content/win32-software are silently ignored, and thus improves on the fix for #524270. Wine or something could now provide a handler for win32-software. https://bugzilla.gnome.org/show_bug.cgi?id=632510
* Add Unity to OnlyShowInMichael Terry2011-09-071-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=653657
* css: remove custom CSS stylesheetCosimo Cecchi2011-09-072-69/+0
| | | | | | Our custom CSS stylesheet is actually very tied to Adwaita. We don't want to force this style to other GTK+ themes, so the theming information has been moved to Adwaita itself.
* icon-container: use the "rubberband" style class for the selection itemCosimo Cecchi2011-09-071-4/+0
| | | | Instead of using a custom style property.
* css: cleanup the CSS file a bitCosimo Cecchi2011-06-131-9/+12
|
* autostart: add an autostart desktop fileCosimo Cecchi2011-05-242-0/+12
| | | | | | | It will autostart nautilus automatically based on the GSettings key org.gnome.desktop.background show-desktop-icons. https://bugzilla.gnome.org/show_bug.cgi?id=647267
* css: update for new GtkCssParserCosimo Cecchi2011-05-241-2/+2
|
* Update all .gitignore filesAlexander Larsson2011-05-041-0/+1
|
* Convert the nautilus dbus support to use gdbus-codegenAlexander Larsson2011-05-042-0/+42
| | | | This required latest glib code to work.
* places-sidebar: use per-side border widths for the sidebar framesCosimo Cecchi2011-04-271-0/+12
| | | | This adds a border to the sidebar.
* icon-container: rework the colors used for additional text labelsCosimo Cecchi2011-04-041-2/+0
| | | | | | | | We now use the insensitive color for the normal state, and make them follow the filename color for selected states. This also fixes https://bugzilla.gnome.org/show_bug.cgi?id=319982, tested with the HighContrast theme.
* css: apply a soft gradient to the floating bar.Cosimo Cecchi2011-03-211-8/+6
|
* query-editor: theme the query editor like the other cluebarsCosimo Cecchi2011-03-211-1/+2
|
* window: use GTK_STYLE_CLASS_SIDEBAR for the nautilus sidebarCosimo Cecchi2011-03-171-3/+0
|
* css: theme the search bar and the cluebar with the proper colorsCosimo Cecchi2011-03-151-2/+26
|
* window: add back the resize gripCosimo Cecchi2011-03-151-5/+0
| | | | | | At the same time, add a bit more padding to the floating bar label, so that it won't be covered by the grip. Remove some margin at the bottom of the window too.
* floating-bar: don't use a yellow color for the floating barCosimo Cecchi2011-03-151-4/+9
| | | | Make it also a bit shorter.
* css: make the backgorund of the floating bar button transparentCosimo Cecchi2011-03-081-2/+2
|
* css: don't put toolbar style hereCosimo Cecchi2011-02-281-65/+0
| | | | | It's in gnome-themes-standard until we found a more generic way of expressing it.