aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-storage-set-view.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_UTILS_2_0_2nobody2002-05-161-2110/+0
* Added check-empty.xpm, check-filled.xpm, and check-missing.xpm.Christopher James Lahey2002-05-151-30/+43
* Changed this to just walk the hash table to get the list of checkedChristopher James Lahey2002-05-141-20/+10
* Added a signal when the value of the checkboxes changes.Christopher James Lahey2002-05-141-0/+11
* Put the EStorageSetView in an EScrollFrame.Ettore Perazzoli2002-05-081-8/+23
* Added these functions. Implemented checkboxes in the ETreeModel here.Christopher James Lahey2002-04-301-7/+133
* Removed. (impl_tree_drag_motion): Rewritten to useEttore Perazzoli2002-04-171-321/+27
* Set the show_checkboxes field here instead of the show_folders field.Christopher James Lahey2002-04-031-2/+2
* If folder is NULL, return the correct type of data.Christopher James Lahey2002-04-031-2/+4
* Added e-storage-set-view-checkboxes.etstate andChristopher James Lahey2002-04-031-15/+57
* Support for delayed filling-in of storages/folders.Dan Winship2002-03-151-1/+57
* Note that e_storage_set_view_new shouldn't be used directly.Dan Winship2002-03-091-0/+1
* New function to create a test configuration page for the test component.Ettore Perazzoli2002-03-081-1/+1
* fix a bug in the storage icon codeDan Winship2002-03-081-5/+8
* Addendum to previous commit: Remove "storage_selected" vsDan Winship2002-03-081-19/+2
* Make storages-with-toplevel-views less of a hack.Dan Winship2002-03-081-57/+37
* Keep the storage name and display_name in EStoragePriv. (impl_get_name,Dan Winship2002-03-071-2/+0
* Renamed from `destroy'. (impl_right_click): Renamed from `right_click'.Ettore Perazzoli2002-02-241-93/+129
* Use right_click_row_path rather than selected_row_path, so clients get theNot Zed2002-01-301-1/+1
* Get the storage name if we are dragging a storage instead of a folder.Ettore Perazzoli2001-11-061-2/+17
* Set the shortcut name to be the folder name, not just the last componentDan Winship2001-11-061-6/+5
* Don't do operations on a NULL path. (updated_folder_cb,Christopher James Lahey2001-11-011-9/+15
* If the source folder is stock and the operation is GDK_ACTION_MOVE, alwaysEttore Perazzoli2001-11-011-0/+5
* Fix the license text to make sense.Ettore Perazzoli2001-10-271-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Don't display an icon for storages that have subfolders.Ettore Perazzoli2001-10-261-0/+6
* Pass the @folder_type to ::handleDrop.Ettore Perazzoli2001-10-201-0/+2
* Ooops, remove debugging message.Ettore Perazzoli2001-10-101-2/+0
* Make this a no-op if the source and the destination path are the same.Ettore Perazzoli2001-10-101-4/+15
* [Don't allow dragging from a folder to one of its descendants orEttore Perazzoli2001-10-031-2/+26
* New helper function. (folder_selected_cb): Call it.Ettore Perazzoli2001-09-271-1/+28
* [Implemented the "Rename" command. Warning, it doesn't quite workEttore Perazzoli2001-09-261-3/+12
* New helper function. (command_move_folder): Pass the @folder_path argumentEttore Perazzoli2001-09-261-41/+30
* Check for a component for the given row *after* trying to handleEttore Perazzoli2001-09-221-5/+5
* New arg @row. Highlight that row. (tree_drag_motion): Pass @row toEttore Perazzoli2001-09-191-1/+4
* Updated required version of gal to 0.11.99.4.Christopher James Lahey2001-09-171-1/+1
* [Remove a bunch of debugging messages, as per #7741.]Ettore Perazzoli2001-09-141-3/+0
* Disable DnD on the EStorageSetView to avoid strange behaviors.Ettore Perazzoli2001-09-141-2/+29
* [Fix #4962, "Highlighting is left after a drag".]Ettore Perazzoli2001-09-131-2/+2
* Purify run. All small leaks.Dan Winship2001-09-101-4/+4
* Changed this to use the new ETable/ETree drag stuff.Christopher James Lahey2001-09-081-84/+13
* Remove debugging message. (tree_drag_motion): Likewise.Ettore Perazzoli2001-09-051-3/+0
* Add the root node to the hash. (e_storage_set_view_set_show_folders):Ettore Perazzoli2001-09-051-0/+2
* Remove the folder from the EvolutionStorage as well as the EStorage.Peter Williams2001-09-041-3/+4
* Don't convert folder name to UTF-8 manually... (setup_stock_folders): ...Chyla Zbigniew2001-09-011-4/+5
* Change the `selected_row_path' to be non-const. (destroy): Free it.Ettore Perazzoli2001-08-251-5/+11
* If we get no data, don't notify the receiving component at all.Ettore Perazzoli2001-08-241-0/+3
* [Fix #5736, crashing when copying a message with drag and drop.]Ettore Perazzoli2001-08-241-2/+10
* Use xmlMemStrdup() to override the type as it's expected to be allocatedEttore Perazzoli2001-08-201-18/+20
* Remove debugging message.Ettore Perazzoli2001-08-171-1/+0
* s/My Evolution/Summary/Iain Holmes2001-08-161-3/+4
* Remove debugging message.Ettore Perazzoli2001-08-121-2/+0
* [Finally! Fix #413, "Support for stock folders", and #786, "i18n:Ettore Perazzoli2001-08-121-0/+2
* [Fix #6787, Removing a storage with children and then re-adding itEttore Perazzoli2001-08-101-23/+16
* Set the icon for the folder tree correctly.Jason Leach2001-08-081-1/+1
* Don't use a leaky hash to get folder names with unread count, useJason Leach2001-08-081-32/+18
* Turn on highlighting on a row by row basis.Christopher James Lahey2001-08-071-0/+15
* Add some padding to the label so that the title doesn't move around whenEttore Perazzoli2001-08-051-2/+6
* Some paths here don't set handled properly so lets initialize it to FALSE.Christopher James Lahey2001-08-041-6/+7
* [Removing Evolution::LocalStorage interface, abstracting the unread countsJason Leach2001-08-041-2/+27
* Make "My Evolution" a normal storage instead of being the toplevelEttore Perazzoli2001-08-031-11/+19
* Call `gtk_drag_finish()' here.Ettore Perazzoli2001-08-031-3/+8
* fix some warnings.Jacob Leach2001-07-251-3/+3
* Add the "/My Evolution" path to the path_to_etree_node hash so thatJason Leach2001-07-251-4/+12
* [This is a better way to have "Local Folders" be shown as the localJason Leach2001-07-211-2/+6
* Display an icon for nodes at depth greater than 2 in the tree view asEttore Perazzoli2001-07-151-11/+5
* Don't assert that there is a handler, so we don't crash if user clicks onEttore Perazzoli2001-07-031-1/+2
* Fix a crash that happened when dragging a folder that didn't have aEttore Perazzoli2001-07-011-1/+2
* Pass the event time to gtk_menu_popup() so that we can release the buttonFederico Mena Quintero2001-07-011-1/+1
* Plug a leak. Every time the ETable would query the model for theEttore Perazzoli2001-06-271-1/+1
* Remove some spurious "\n"s from g_warnings.Ettore Perazzoli2001-06-251-4/+4
* Committing the new My Evolution.Iain Holmes2001-06-091-15/+37
* (Fix bug #418: Save state of folder tree view)Jason Leach2001-06-071-5/+3
* Call e_tree_node_set_expanded on the storage_set_view, not the storage_setDan Winship2001-05-291-1/+1
* Don't free the hash keys in priv->path_to_etree_node, because they'reDan Winship2001-05-271-10/+1
* Added ETSPECDIR. Added e-storage-set-view.etspec to get installed.Christopher James Lahey2001-05-261-31/+19
* 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