summaryrefslogtreecommitdiff
path: root/src/nautilus-places-sidebar.c
Commit message (Expand)AuthorAgeFilesLines
* Don't show eject if not mounted.NAUTILUS_2_26_2Alexander Larsson2009-04-131-3/+10
* Show both unmount and eject in menus. We need to show eject for a lot ofAlexander Larsson2009-04-111-3/+1
* Bug 574067 – context menu lists eject and unmount optionAlexander Larsson2009-03-041-1/+3
* Don't use shadowed mounts.David Zeuthen2009-02-161-0/+4
* Remove unnecessary includes of libgnomeCosimo Cecchi2008-10-061-2/+0
* Add separator after "Open in ..." popup menu items.Christian Neumair2008-07-211-0/+27
* Fix eject icon click detection, also make it work in RTL locales.Christian Neumair2008-07-211-19/+46
* Only align eject icons with ejectable rows, instead of aligning them withChristian Neumair2008-07-191-30/+13
* Add nautilus_file_operations_mount_volume_full(), which will issue aChristian Neumair2008-07-191-10/+81
* Bookmark DND fix galore. Properly handle reordering when non-existingChristian Neumair2008-07-091-28/+50
* Merge "multiview" tab branch. Fixes #48034.Christian Neumair2008-07-081-26/+78
* Add eject button to places sidebar. Use multiple cell renderers forChristian Neumair2008-07-041-35/+251
* Move all of Nautilus to single Gtk+ includes, because Mitch says so.A. Walton2008-05-211-12/+1
* Fix how autorunning works. Instead of inhibiting autorunning every time weDavid Zeuthen2008-04-301-2/+2
* Always use single click policy in the Places sidebar. (#355760).Cosimo Cecchi2008-04-271-26/+2
* Move finalize to dispose, unset pointers to window/tree_view, useChristian Neumair2008-04-041-12/+15
* Inhibit autorun in mount callbacks after finishing mounts rather thanChristian Neumair2008-04-041-4/+2
* Show network servers in Places sidebar. Patch by Vincent Untz. (#350974).Cosimo Cecchi2008-03-291-0/+10
* Use g_volume_should_automount() to determine if we should autorun programsDavid Zeuthen2008-02-211-0/+3
* Fix leak of volumes list. Pointed out by Vincent UntzAlexander Larsson2008-02-111-0/+1
* reviewed by: Alexander LarssonLuca Ferretti2008-01-241-4/+5
* Add check_trash arg to nautilus_file_operations_unmount_mount. AddAlexander Larsson2008-01-141-36/+5
* Update to new gio apiAlexander Larsson2007-12-201-3/+3
* Don't put up error dialogs if the error code is G_IO_ERROR_FAILED_HANDLED.David Zeuthen2007-12-191-34/+44
* Update for API changes in gio trunk.David Zeuthen2007-12-171-19/+66
* Only use <gio/gio.h> includeAlexander Larsson2007-12-141-2/+1
* Update for API changes in gio trunk.David Zeuthen2007-12-111-125/+299
* Display errors on mount/unmount failureAlexander Larsson2007-12-071-6/+51
* Show errors on unmount/eject failing.Alexander Larsson2007-12-071-5/+7
* Implement empty trash on unmount and ejectAlexander Larsson2007-12-071-1/+1
* Merge gio-branchAlexander Larsson2007-11-301-150/+146
* Use pango ellipsisation instead of truncating the strings. Bug #410113.Christian Persch2007-07-241-7/+7
* Add trash to sidebar places. Patch from Stefano TesoAlexander Larsson2007-03-301-1/+59
* Update icons on theme change (#416806) Patch from Stefano TesoAlexander Larsson2007-03-191-4/+19
* Re-apply reverted context menu patch.Alexander Larsson2007-03-191-41/+108
* Revert previous checkin since it broke the freeze.Alexander Larsson2007-03-191-108/+41
* Add mnemonics to Open and Open in New Window to reuse old translations.Alexander Larsson2007-03-151-2/+2
* Add open and open in new window to places sidebar context menu. Patch fromAlexander Larsson2007-03-141-41/+108
* src/file-manager/fm-directory-view.c src/file-manager/fm-tree-view.cJesse Stockall2007-02-061-2/+4
* Use nautilus_get_home_directory_uri everywhere instead of open coding itPaolo Borelli2006-12-081-1/+1
* 2006-11-23 Alexander Larsson <alexl@redhat.com>Alexander Larsson2006-11-231-0/+12
* Don't use the same type name for the shortcut model filter asMartin Wehner2006-09-131-43/+43
* Take the sidebar as parameter and refilter it after adding.Martin Wehner2006-07-241-57/+251
* Don't allow floppy formating if the floppy is mounted, since gfloppy can'tAlexander Larsson2006-05-161-0/+1
* Update the places on drive-connected and drive-disconnected signals too.Martin Wehner2006-05-151-0/+31
* Add volume data to the list store and use it to show an unmount commandMartin Wehner2006-05-081-65/+113
* Use eel_gtk_menu_append_separator.Martin Wehner2006-05-071-20/+7
* Add mount, unmount, eject and format menu items to the popup menu ofMartin Wehner2006-05-031-21/+194
* Don't delete the first bookmark if pressing del key on an undeletableMartin Wehner2006-04-151-0/+9
* Adapt the same policy for showing drives and volumes in the places sidebarMartin Wehner2006-04-071-14/+94