| Commit message (Expand) | Author | Age | Files | Lines |
* | New helper function. (folder_selected_cb): Call it. | Ettore Perazzoli | 2001-09-27 | 1 | -1/+28 |
* | [Implemented the "Rename" command. Warning, it doesn't quite work | Ettore Perazzoli | 2001-09-26 | 1 | -3/+12 |
* | New helper function. (command_move_folder): Pass the @folder_path argument | Ettore Perazzoli | 2001-09-26 | 1 | -41/+30 |
* | Check for a component for the given row *after* trying to handle | Ettore Perazzoli | 2001-09-22 | 1 | -5/+5 |
* | New arg @row. Highlight that row. (tree_drag_motion): Pass @row to | Ettore Perazzoli | 2001-09-19 | 1 | -1/+4 |
* | Updated required version of gal to 0.11.99.4. | Christopher James Lahey | 2001-09-17 | 1 | -1/+1 |
* | [Remove a bunch of debugging messages, as per #7741.] | Ettore Perazzoli | 2001-09-14 | 1 | -3/+0 |
* | Disable DnD on the EStorageSetView to avoid strange behaviors. | Ettore Perazzoli | 2001-09-14 | 1 | -2/+29 |
* | [Fix #4962, "Highlighting is left after a drag".] | Ettore Perazzoli | 2001-09-13 | 1 | -2/+2 |
* | Purify run. All small leaks. | Dan Winship | 2001-09-10 | 1 | -4/+4 |
* | Changed this to use the new ETable/ETree drag stuff. | Christopher James Lahey | 2001-09-08 | 1 | -84/+13 |
* | Remove debugging message. (tree_drag_motion): Likewise. | Ettore Perazzoli | 2001-09-05 | 1 | -3/+0 |
* | Add the root node to the hash. (e_storage_set_view_set_show_folders): | Ettore Perazzoli | 2001-09-05 | 1 | -0/+2 |
* | Remove the folder from the EvolutionStorage as well as the EStorage. | Peter Williams | 2001-09-04 | 1 | -3/+4 |
* | Don't convert folder name to UTF-8 manually... (setup_stock_folders): ... | Chyla Zbigniew | 2001-09-01 | 1 | -4/+5 |
* | Change the `selected_row_path' to be non-const. (destroy): Free it. | Ettore Perazzoli | 2001-08-25 | 1 | -5/+11 |
* | If we get no data, don't notify the receiving component at all. | Ettore Perazzoli | 2001-08-24 | 1 | -0/+3 |
* | [Fix #5736, crashing when copying a message with drag and drop.] | Ettore Perazzoli | 2001-08-24 | 1 | -2/+10 |
* | Use xmlMemStrdup() to override the type as it's expected to be allocated | Ettore Perazzoli | 2001-08-20 | 1 | -18/+20 |
* | Remove debugging message. | Ettore Perazzoli | 2001-08-17 | 1 | -1/+0 |
* | s/My Evolution/Summary/ | Iain Holmes | 2001-08-16 | 1 | -3/+4 |
* | Remove debugging message. | Ettore Perazzoli | 2001-08-12 | 1 | -2/+0 |
* | [Finally! Fix #413, "Support for stock folders", and #786, "i18n: | Ettore Perazzoli | 2001-08-12 | 1 | -0/+2 |
* | [Fix #6787, Removing a storage with children and then re-adding it | Ettore Perazzoli | 2001-08-10 | 1 | -23/+16 |
* | Set the icon for the folder tree correctly. | Jason Leach | 2001-08-08 | 1 | -1/+1 |
* | Don't use a leaky hash to get folder names with unread count, use | Jason Leach | 2001-08-08 | 1 | -32/+18 |
* | Turn on highlighting on a row by row basis. | Christopher James Lahey | 2001-08-07 | 1 | -0/+15 |
* | Add some padding to the label so that the title doesn't move around when | Ettore Perazzoli | 2001-08-05 | 1 | -2/+6 |
* | Some paths here don't set handled properly so lets initialize it to FALSE. | Christopher James Lahey | 2001-08-04 | 1 | -6/+7 |
* | [Removing Evolution::LocalStorage interface, abstracting the unread counts | Jason Leach | 2001-08-04 | 1 | -2/+27 |
* | Make "My Evolution" a normal storage instead of being the toplevel | Ettore Perazzoli | 2001-08-03 | 1 | -11/+19 |
* | Call `gtk_drag_finish()' here. | Ettore Perazzoli | 2001-08-03 | 1 | -3/+8 |
* | fix some warnings. | Jacob Leach | 2001-07-25 | 1 | -3/+3 |
* | Add the "/My Evolution" path to the path_to_etree_node hash so that | Jason Leach | 2001-07-25 | 1 | -4/+12 |
* | [This is a better way to have "Local Folders" be shown as the local | Jason Leach | 2001-07-21 | 1 | -2/+6 |
* | Display an icon for nodes at depth greater than 2 in the tree view as | Ettore Perazzoli | 2001-07-15 | 1 | -11/+5 |
* | Don't assert that there is a handler, so we don't crash if user clicks on | Ettore Perazzoli | 2001-07-03 | 1 | -1/+2 |
* | Fix a crash that happened when dragging a folder that didn't have a | Ettore Perazzoli | 2001-07-01 | 1 | -1/+2 |
* | Pass the event time to gtk_menu_popup() so that we can release the button | Federico Mena Quintero | 2001-07-01 | 1 | -1/+1 |
* | Plug a leak. Every time the ETable would query the model for the | Ettore Perazzoli | 2001-06-27 | 1 | -1/+1 |
* | Remove some spurious "\n"s from g_warnings. | Ettore Perazzoli | 2001-06-25 | 1 | -4/+4 |
* | Committing the new My Evolution. | Iain Holmes | 2001-06-09 | 1 | -15/+37 |
* | (Fix bug #418: Save state of folder tree view) | Jason Leach | 2001-06-07 | 1 | -5/+3 |
* | Call e_tree_node_set_expanded on the storage_set_view, not the storage_set | Dan Winship | 2001-05-29 | 1 | -1/+1 |
* | Don't free the hash keys in priv->path_to_etree_node, because they're | Dan Winship | 2001-05-27 | 1 | -10/+1 |
* | Added ETSPECDIR. Added e-storage-set-view.etspec to get installed. | Christopher James Lahey | 2001-05-26 | 1 | -31/+19 |
* | Change the code to pop-up the folder context menu to use the stuff | Ettore Perazzoli | 2001-05-17 | 1 | -41/+1 |
* | implement the CORBA side of dragging. | Chris Toshok | 2001-05-12 | 1 | -6/+81 |
* | add RemoveFolder menu item and verb. (folder_context_menu_remove_cb): new | Chris Toshok | 2001-05-12 | 1 | -0/+26 |
* | add this define for the xml path to use when adding menu items to the | Chris Toshok | 2001-05-12 | 1 | -5/+11 |
* | the only problematic area - pass NULL for now in as the BonoboUIContainer. | Chris Toshok | 2001-05-11 | 1 | -19/+40 |
* | take a physical_uri and pass it to the callback. | Chris Toshok | 2001-05-05 | 1 | -0/+4 |
* | #include <glib.h> and move corresponding local includes to the top. | Kjartan Maraas | 2001-04-25 | 1 | -2/+3 |
* | Implemented these. | Christopher James Lahey | 2001-04-13 | 1 | -0/+18 |
* | fix type. we want the destination interface, not source. | Chris Toshok | 2001-04-08 | 1 | -1/+1 |
* | Here goes my additional simple include fixes. | Gediminas Paulauskas | 2001-04-05 | 1 | -1/+2 |
* | Fix headers. Same here. Same here. Same here. Same here. | Kjartan Maraas | 2001-04-05 | 1 | -0/+2 |
* | Remove/replace unneeded includes and move around stuff so that system | Kjartan Maraas | 2001-03-30 | 1 | -8/+5 |
* | Use `g_strcasecmp()' instead of `strcasecmp()', just to be anal about | Ettore Perazzoli | 2001-03-29 | 1 | -2/+2 |
* | Use strcasecmp instead of strcmp. | Christopher James Lahey | 2001-03-29 | 1 | -4/+4 |
* | Finish the DnD stuff by implementing move/copy on the shell side as | Ettore Perazzoli | 2001-03-27 | 1 | -3/+10 |
* | Leak plug: free the target list after starting the drag. | Ettore Perazzoli | 2001-03-23 | 1 | -2/+2 |
* | Changed the EStorageSet API to have a single `xfer()' method instead | Ettore Perazzoli | 2001-03-22 | 1 | -17/+15 |
* | More DnD work. Now we handle copying and moving of folders, although | Ettore Perazzoli | 2001-03-22 | 1 | -56/+141 |
* | Changed get_save_id to just return a strdup of the path. (new_storage_cb, | Christopher James Lahey | 2001-03-22 | 1 | -23/+33 |
* | Fix a stupid g_warning caused by calling EStorageSet functions on a | Ettore Perazzoli | 2001-03-21 | 1 | -8/+10 |
* | StudlyCapsify struct members to match the new IDL naming standards. | Ettore Perazzoli | 2001-03-21 | 1 | -7/+7 |
* | Handle the destination side of drag and drop too. | Ettore Perazzoli | 2001-03-21 | 1 | -10/+138 |
* | Bumped gal requirement to 0.5.99.8. | Christopher James Lahey | 2001-03-20 | 1 | -241/+256 |
* | Added a simple FIXME comment about possibly using the | Ettore Perazzoli | 2001-03-20 | 1 | -0/+3 |
* | Sigh. Fix a few really stupid crashes in EStorageSetView. | Ettore Perazzoli | 2001-03-20 | 1 | -17/+17 |
* | Use the new DnD interfaces on the source side of DnD actions. | Ettore Perazzoli | 2001-03-20 | 1 | -32/+216 |
* | Initial step for refactoring of the DnD API for ShellComponents. | Ettore Perazzoli | 2001-03-19 | 1 | -0/+2 |
* | Added a ShellComponent method to retrieve the selection for drag and | Ettore Perazzoli | 2001-03-08 | 1 | -36/+84 |
* | Added the ability for components to specify drag/drop types, and | Ettore Perazzoli | 2001-03-08 | 1 | -1/+193 |
* | Override cursor_activated signal instead of cursor_changed signal. | Christopher James Lahey | 2001-03-05 | 1 | -4/+4 |
* | Cast this fucntion pointer. | Christopher James Lahey | 2001-02-17 | 1 | -1/+1 |
* | Change the folder selection dialog so that, when you click on "New" | Ettore Perazzoli | 2001-02-09 | 1 | -0/+1 |
* | Update copyrights for files modified in year 2001. | Ettore Perazzoli | 2001-01-28 | 1 | -1/+1 |
* | Fix the folder tree so that the icons don't look blurry anymore. (For | Ettore Perazzoli | 2001-01-27 | 1 | -13/+20 |
* | Some little more DnD work. | Ettore Perazzoli | 2001-01-17 | 1 | -31/+51 |
* | Initial steps to support Drag 'n Drop in the tree view. | Ettore Perazzoli | 2001-01-14 | 1 | -111/+218 |
* | Added translation strings. | Miguel de Icaza | 2001-01-12 | 1 | -1/+7 |
* | Start implementing a physical URI property for the toplevel nodes in | Ettore Perazzoli | 2000-12-05 | 1 | -3/+2 |
* | Pass full_name, not folder_name to callback. | Dan Winship | 2000-11-08 | 1 | -1/+1 |
* | Make this take "highlighted" as well. | Dan Winship | 2000-11-02 | 1 | -1/+0 |
* | Add "highligted" field to Folder. Add update_folder method to | Dan Winship | 2000-11-02 | 1 | -15/+75 |
* | update to new UI handler | Michael Meeks | 2000-10-21 | 1 | -3/+3 |
* | Add a typecast. | Dan Winship | 2000-10-17 | 1 | -1/+3 |
* | Fixed the spec on this. | Christopher James Lahey | 2000-10-11 | 1 | -2/+2 |
* | Changed this to use the built in cells. | Christopher James Lahey | 2000-10-11 | 1 | -17/+3 |
* | Adapted this for the new ETable system. | Christopher James Lahey | 2000-10-11 | 1 | -14/+12 |
* | call _set_compare_function after inserting the storage. | Chris Toshok | 2000-10-07 | 1 | -0/+1 |
* | if we're not displaying folders, the current folder is NULL. (class_init): | Chris Toshok | 2000-10-03 | 1 | -1/+4 |
* | add storage_selected behavior - loop over the listeners calling | Chris Toshok | 2000-10-03 | 1 | -6/+20 |
* | fix typo. (impl_StorageSetView_remove_listener): same. | Chris Toshok | 2000-10-03 | 1 | -27/+75 |
* | set the new node's compare function. (insert_folders): same. | Chris Toshok | 2000-10-03 | 1 | -1/+3 |
* | track e-tree sort api change. (treepath_compare): same. (new_folder_cb): | Chris Toshok | 2000-10-03 | 1 | -10/+7 |
* | pass NULL for the open/closed pixbuf of the tree renderer. we'll let it | Chris Toshok | 2000-10-03 | 1 | -21/+9 |
* | Added check for gnome-app-lib. Removed directories that have been moved to | Christopher James Lahey | 2000-09-18 | 1 | -4/+4 |
* | The Commit from hell that breaks all UI related stuff; | Michael Meeks | 2000-09-14 | 1 | -0/+2 |
* | Fully support setting the display name in the tree. It seems to work. | Ettore Perazzoli | 2000-09-11 | 1 | -38/+76 |
* | Use the name of the storage or the folder in the storage set view, | Ettore Perazzoli | 2000-09-10 | 1 | -5/+15 |
* | Added base ETableModel functions. | Christopher James Lahey | 2000-09-09 | 1 | -1/+51 |
* | free node_data. (removed_storage_cb): same. (new_storage_cb): don't free | Chris Toshok | 2000-09-02 | 1 | -12/+8 |
* | Make the shell start up components through a OAF query for | Ettore Perazzoli | 2000-08-28 | 1 | -1/+1 |
* | convert to use ETree instead of GtkCTree. | Chris Toshok | 2000-08-26 | 1 | -396/+312 |
* | Add support for the folder right-click ("context") menu. No component | Ettore Perazzoli | 2000-07-21 | 1 | -3/+115 |
* | Implemented folder creation dialog (File -> New -> Folder). To make | Ettore Perazzoli | 2000-06-11 | 1 | -0/+31 |
* | Fixed a refcount leak and added interfaces to add/remove folders | Ettore Perazzoli | 2000-06-08 | 1 | -14/+18 |
* | Added a g_return_if_fail check. | Christopher James Lahey | 2000-06-02 | 1 | -0/+2 |
* | Make the tree view slightly larger and hidden by default. Also, set | Ettore Perazzoli | 2000-06-01 | 1 | -0/+1 |
* | Fixed the buglet that caused unwanted bogus drag & drop operations to | Ettore Perazzoli | 2000-05-31 | 1 | -4/+19 |
* | Fix wrong order of the key/value parameters in the call to | Ettore Perazzoli | 2000-05-30 | 1 | -1/+1 |
* | Made the storage view update at changes in the storage, and | Ettore Perazzoli | 2000-05-26 | 1 | -63/+256 |
* | From shell/ChangeLog: | Christopher James Lahey | 2000-05-26 | 1 | -1/+3 |
* | Reorganized the shell to allow dynamic registration of storages and | Ettore Perazzoli | 2000-05-25 | 1 | -6/+10 |
* | Was using the wrong include here. | Christopher James Lahey | 2000-05-25 | 1 | -0/+2 |
* | Use TigerT's new mini icons in the shell's folder tree view. | Ettore Perazzoli | 2000-05-16 | 1 | -15/+16 |
* | Fixed drag and drop so that it properly handles pointer grabbing in | Ettore Perazzoli | 2000-05-16 | 1 | -0/+6 |
* | Fix Drag & Drop behavior so that dragging a folder that is not the | Ettore Perazzoli | 2000-05-15 | 1 | -7/+25 |
* | Initial drag and drop support for the tree view: now you can drag | Ettore Perazzoli | 2000-05-15 | 1 | -14/+244 |
* | Sort folders in the storage view. | Ettore Perazzoli | 2000-05-14 | 1 | -0/+19 |
* | Add new files. | Ettore Perazzoli | 2000-05-14 | 1 | -0/+363 |