summaryrefslogtreecommitdiff
path: root/src/file-manager/fm-directory-view.c
Commit message (Expand)AuthorAgeFilesLines
* Merge the new-icon-factory-branch branch to HEAD.Alexander Larsson2002-09-181-17/+26
* Added escape keybinding to the stop button (bug 83691)David Bordoley2002-08-311-68/+8
* pass in info if we have it already.Michael Meeks2002-08-071-36/+0
* Fixup usage of ellipses. Patch from Gregory Merchan <merchan@phys.lsu.edu>Alexander Larsson2002-07-221-6/+3
* Laavanya K R <laavanya.gopalan@wipro.com>Rohit R2002-07-151-2/+6
* Update menu paths and mnemonics. Moved Duplicate, Make Link, Rename, MoveDave Camp2002-07-051-28/+10
* Use nautilus_bonobo_set_label instead ofDave Camp2002-07-021-24/+14
* Remove all old script menus before rebuilding...David Emory Watson2002-07-011-1/+3
* implement viewing/opening and executing of files for the tree viewFrank Worsley2002-06-251-89/+45
* only NIL the idle_id if we are going to return FALSE and disconnectMichael Meeks2002-05-311-2/+1
* Don't add files to old_changed_files if they are not shown.Dave Camp2002-05-311-2/+3
* Add a New Launcher and Edit Launcher menu items for directories of typeGeorge Lebl2002-05-301-0/+101
* Don't exit if the file is local. Sigh, won't people test their code?Anders Carlsson2002-05-241-3/+9
* Move disconnect_model_handlers from finalize to destroy. This fixes aAlex Larsson2002-05-231-1/+2
* hold a ref during the duration of the call, to guard against re-enterancyMichael Meeks2002-05-221-2/+22
* Schedule an idle instead of a timeout when we know all the files in theAnders Carlsson2002-05-201-1/+6
* Pass file URI to nautilus_link_*, instead of local path.Alex Graveley2002-05-171-10/+6
* require libbonoboui >= 1.116.1 [ CVS ]Michael Meeks2002-05-171-5/+6
* Remove some old, unused code.Anders Carlsson2002-05-171-25/+0
* Make sure to keep a ref to the view until we got the response. Handle theAlexander Larsson2002-05-131-4/+7
* Handle files that are moved/removed and not ready.Dave Camp2002-05-131-1/+1
* Show Properties -> Properties.Alex Larsson2002-05-081-3/+3
* Name is now "Desktop Preferences"Alexander Larsson2002-04-271-2/+2
* Free targets.Anders Carlsson2002-04-191-0/+2
* Query the clipboard TARGET types so we can set the sensitivity of theAnders Carlsson2002-04-171-7/+38
* Remove debugging output.Anders Carlsson2002-04-171-143/+88
* Share code between different link implementations so that home directoryDave Emory Watson2002-03-281-16/+2
* also hide the scripts seperator on the background menu.Mark McLoughlin2002-03-251-1/+5
* guard window creation to avoid re-enterancy, via. other shell calls toMichael Meeks2002-03-181-1/+0
* Move the "Rename" verb into fm-directory-view and implement renameAnders Carlsson2002-03-111-7/+54
* Because lots of recent bugs were due to "signal handler called afterDarin Adler2002-03-071-45/+39
* (merges from stable):Alexander Larsson2002-03-071-3/+26
* don't try to set properties on a remote container that is being / has beenMichael Meeks2002-03-061-1/+1
* check if zoomable is non NULL. (fm_directory_view_destroy): NULL theMichael Meeks2002-03-051-0/+5
* Fix a stray NautilusFile unref that could cause big trouble.Darin Adler2002-03-051-1/+0
* Put a default one in here, since there are only really icon locations forDarin Adler2002-03-051-2/+9
* Formatting tweaks.Darin Adler2002-03-051-8/+8
* New function. (fm_directory_view_init): Connect to icons_changed_callbackDavid Emory Watson2002-03-041-0/+20
* Use eel_add_weak_pointer, since it's more foolproof thanDarin Adler2002-03-021-6/+2
* Move reset constant into header.Darin Adler2002-03-011-12/+10
* Patch from Gaute Lindkvist <lindkvis@stud.ntnu.no> that adds the scriptDarin Adler2002-03-011-9/+27
* Escape the path too, not just the menu item name, because the pathDarin Adler2002-02-281-11/+15
* Remove. Remove.Darin Adler2002-02-221-5/+5
* Remove nautilus-desktop-file-loader.[ch]. Remove. Remove.Darin Adler2002-02-211-20/+13
* Avoid race condition by resetting scripts_invalid flag before we build theDavid Emory Watson2002-02-201-72/+59
* add -DFOO_DISABLE_DEPRECATED to disable glib, gtk, and gnome deprecatedjacob berkman2002-02-141-59/+53
* Allow submenus to have pixbufs.David Emory Watson2002-02-131-5/+4
* Record the idle ID so we can cancel it properly. New.Darin Adler2002-02-131-82/+46
* A few places where we said "=" but meant "==".Darin Adler2002-02-121-2/+2
* guard against re-enterancy; hold refs on the sidebars.Michael Meeks2002-02-061-7/+11