aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-storage-set-view.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'GAL_0_8'.GAL_0_8nobody2001-05-191-2038/+0
* Change the code to pop-up the folder context menu to use the stuffEttore Perazzoli2001-05-171-41/+1
* implement the CORBA side of dragging.Chris Toshok2001-05-121-6/+81
* add RemoveFolder menu item and verb. (folder_context_menu_remove_cb): newChris Toshok2001-05-121-0/+26
* add this define for the xml path to use when adding menu items to theChris Toshok2001-05-121-5/+11
* the only problematic area - pass NULL for now in as the BonoboUIContainer.Chris Toshok2001-05-111-19/+40
* take a physical_uri and pass it to the callback.Chris Toshok2001-05-051-0/+4
* #include <glib.h> and move corresponding local includes to the top.Kjartan Maraas2001-04-251-2/+3
* Implemented these.Christopher James Lahey2001-04-131-0/+18
* fix type. we want the destination interface, not source.Chris Toshok2001-04-081-1/+1
* Here goes my additional simple include fixes.Gediminas Paulauskas2001-04-051-1/+2
* Fix headers. Same here. Same here. Same here. Same here.Kjartan Maraas2001-04-051-0/+2
* Remove/replace unneeded includes and move around stuff so that systemKjartan Maraas2001-03-301-8/+5
* Use `g_strcasecmp()' instead of `strcasecmp()', just to be anal aboutEttore Perazzoli2001-03-291-2/+2
* Use strcasecmp instead of strcmp.Christopher James Lahey2001-03-291-4/+4
* Finish the DnD stuff by implementing move/copy on the shell side asEttore Perazzoli2001-03-271-3/+10
* Leak plug: free the target list after starting the drag.Ettore Perazzoli2001-03-231-2/+2
* Changed the EStorageSet API to have a single `xfer()' method insteadEttore Perazzoli2001-03-221-17/+15
* More DnD work. Now we handle copying and moving of folders, althoughEttore Perazzoli2001-03-221-56/+141
* Changed get_save_id to just return a strdup of the path. (new_storage_cb,Christopher James Lahey2001-03-221-23/+33
* Fix a stupid g_warning caused by calling EStorageSet functions on aEttore Perazzoli2001-03-211-8/+10
* StudlyCapsify struct members to match the new IDL naming standards.Ettore Perazzoli2001-03-211-7/+7
* Handle the destination side of drag and drop too.Ettore Perazzoli2001-03-211-10/+138
* Bumped gal requirement to 0.5.99.8.Christopher James Lahey2001-03-201-241/+256
* Added a simple FIXME comment about possibly using theEttore Perazzoli2001-03-201-0/+3
* Sigh. Fix a few really stupid crashes in EStorageSetView.Ettore Perazzoli2001-03-201-17/+17
* Use the new DnD interfaces on the source side of DnD actions.Ettore Perazzoli2001-03-201-32/+216
* Initial step for refactoring of the DnD API for ShellComponents.Ettore Perazzoli2001-03-191-0/+2
* Added a ShellComponent method to retrieve the selection for drag andEttore Perazzoli2001-03-081-36/+84
* Added the ability for components to specify drag/drop types, andEttore Perazzoli2001-03-081-1/+193
* Override cursor_activated signal instead of cursor_changed signal.Christopher James Lahey2001-03-051-4/+4
* Cast this fucntion pointer.Christopher James Lahey2001-02-171-1/+1
* Change the folder selection dialog so that, when you click on "New"Ettore Perazzoli2001-02-091-0/+1
* Update copyrights for files modified in year 2001.Ettore Perazzoli2001-01-281-1/+1
* Fix the folder tree so that the icons don't look blurry anymore. (ForEttore Perazzoli2001-01-271-13/+20
* Some little more DnD work.Ettore Perazzoli2001-01-171-31/+51
* Initial steps to support Drag 'n Drop in the tree view.Ettore Perazzoli2001-01-141-111/+218
* Added translation strings.Miguel de Icaza2001-01-121-1/+7
* Start implementing a physical URI property for the toplevel nodes inEttore Perazzoli2000-12-051-3/+2
* Pass full_name, not folder_name to callback.Dan Winship2000-11-081-1/+1
* Make this take "highlighted" as well.Dan Winship2000-11-021-1/+0
* Add "highligted" field to Folder. Add update_folder method toDan Winship2000-11-021-15/+75
* update to new UI handlerMichael Meeks2000-10-211-3/+3
* Add a typecast.Dan Winship2000-10-171-1/+3
* Fixed the spec on this.Christopher James Lahey2000-10-111-2/+2
* Changed this to use the built in cells.Christopher James Lahey2000-10-111-17/+3
* Adapted this for the new ETable system.Christopher James Lahey2000-10-111-14/+12
* call _set_compare_function after inserting the storage.Chris Toshok2000-10-071-0/+1
* if we're not displaying folders, the current folder is NULL. (class_init):Chris Toshok2000-10-031-1/+4
* add storage_selected behavior - loop over the listeners callingChris Toshok2000-10-031-6/+20
* fix typo. (impl_StorageSetView_remove_listener): same.Chris Toshok2000-10-031-27/+75
* set the new node's compare function. (insert_folders): same.Chris Toshok2000-10-031-1/+3
* track e-tree sort api change. (treepath_compare): same. (new_folder_cb):Chris Toshok2000-10-031-10/+7
* pass NULL for the open/closed pixbuf of the tree renderer. we'll let itChris Toshok2000-10-031-21/+9
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-4/+4
* The Commit from hell that breaks all UI related stuff;Michael Meeks2000-09-141-0/+2
* Fully support setting the display name in the tree. It seems to work.Ettore Perazzoli2000-09-111-38/+76
* Use the name of the storage or the folder in the storage set view,Ettore Perazzoli2000-09-101-5/+15
* Added base ETableModel functions.Christopher James Lahey2000-09-091-1/+51
* free node_data. (removed_storage_cb): same. (new_storage_cb): don't freeChris Toshok2000-09-021-12/+8
* Make the shell start up components through a OAF query forEttore Perazzoli2000-08-281-1/+1
* convert to use ETree instead of GtkCTree.Chris Toshok2000-08-261-396/+312
* Add support for the folder right-click ("context") menu. No componentEttore Perazzoli2000-07-211-3/+115
* Implemented folder creation dialog (File -> New -> Folder). To makeEttore Perazzoli2000-06-111-0/+31
* Fixed a refcount leak and added interfaces to add/remove foldersEttore Perazzoli2000-06-081-14/+18
* Added a g_return_if_fail check.Christopher James Lahey2000-06-021-0/+2
* Make the tree view slightly larger and hidden by default. Also, setEttore Perazzoli2000-06-011-0/+1
* Fixed the buglet that caused unwanted bogus drag & drop operations toEttore Perazzoli2000-05-311-4/+19
* Fix wrong order of the key/value parameters in the call toEttore Perazzoli2000-05-301-1/+1
* Made the storage view update at changes in the storage, andEttore Perazzoli2000-05-261-63/+256
* From shell/ChangeLog:Christopher James Lahey2000-05-261-1/+3
* Reorganized the shell to allow dynamic registration of storages andEttore Perazzoli2000-05-251-6/+10
* Was using the wrong include here.Christopher James Lahey2000-05-251-0/+2
* Use TigerT's new mini icons in the shell's folder tree view.Ettore Perazzoli2000-05-161-15/+16
* Fixed drag and drop so that it properly handles pointer grabbing inEttore Perazzoli2000-05-161-0/+6
* Fix Drag & Drop behavior so that dragging a folder that is not theEttore Perazzoli2000-05-151-7/+25
* Initial drag and drop support for the tree view: now you can dragEttore Perazzoli2000-05-151-14/+244
* Sort folders in the storage view.Ettore Perazzoli2000-05-141-0/+19
* Add new files.Ettore Perazzoli2000-05-141-0/+363