| Commit message (Expand) | Author | Age | Files | Lines |
* | [Fix ^#7675, Crashes trying to empty trash folder.] | Ettore Perazzoli | 2001-09-05 | 1 | -4/+6 |
* | Handle the case when there is no URI without crashing. Only add shortcuts | Ettore Perazzoli | 2001-08-29 | 1 | -6/+6 |
* | Added the missing part of my patch: | Chyla Zbigniew | 2001-08-25 | 1 | -0/+1 |
* | Convert names of the default group and shortcuts to UTF-8. | Zbigniew Chyla | 2001-08-25 | 1 | -6/+20 |
* | Change type of toplevel node from "Summary" to "summary". [All the other | Ettore Perazzoli | 2001-08-20 | 1 | -0/+1 |
* | Also use the display name for the storage. | Ettore Perazzoli | 2001-08-20 | 1 | -7/+13 |
* | Use xmlMemStrdup() to override the type as it's expected to be allocated | Ettore Perazzoli | 2001-08-20 | 1 | -1/+16 |
* | [Fixes, among other things, #5705, "Ampersands not handled | Ettore Perazzoli | 2001-08-08 | 1 | -1/+2 |
* | If the shortcut points to some folder in the storage set, get the type | Ettore Perazzoli | 2001-08-08 | 1 | -1/+11 |
* | [Removing Evolution::LocalStorage interface, abstracting the unread counts | Jason Leach | 2001-08-04 | 1 | -10/+38 |
* | Remember the current group so after renaming a group it doesn't flip to | Jason Leach | 2001-07-31 | 1 | -2/+3 |
* | [This is a better way to have "Local Folders" be shown as the local | Jason Leach | 2001-07-21 | 1 | -4/+4 |
* | Make the local storage name "Local Folders" instead of "local", looks | Jason Leach | 2001-07-20 | 1 | -4/+4 |
* | Removed. (load_shortcuts): Don't call it. | Ettore Perazzoli | 2001-07-16 | 1 | -29/+0 |
* | [Fix #4387, Shortcut bar items don't keep the name after rename.] | Ettore Perazzoli | 2001-07-15 | 1 | -1/+1 |
* | Return a gboolean saying whether or not the shortcut changed. Use strcmp | Dan Winship | 2001-07-09 | 1 | -17/+30 |
* | [Fix a problem with not being able to save a newly created | Ettore Perazzoli | 2001-07-04 | 1 | -1/+4 |
* | [The following makes the shell able to create the `shortcuts.xml' | Ettore Perazzoli | 2001-07-03 | 1 | -4/+30 |
* | Implemented a "Rename Group" command. Unfortunately, it doesn't work | Ettore Perazzoli | 2001-07-01 | 1 | -0/+39 |
* | Change EShortcuts to not use group titles to access specific groups. | Ettore Perazzoli | 2001-07-01 | 1 | -23/+6 |
* | Implemented a "Rename Shortcut" command. | Ettore Perazzoli | 2001-07-01 | 1 | -29/+35 |
* | Change the internal structure for shortucts, so that it contains a | Ettore Perazzoli | 2001-07-01 | 1 | -14/+176 |
* | This is a first shoot at making shortcuts renameable [#3719]; | Ettore Perazzoli | 2001-06-30 | 1 | -171/+133 |
* | Change EShortcuts to use GSLists instead of GLists. | Ettore Perazzoli | 2001-06-30 | 1 | -54/+55 |
* | (Fixing bug #1299: Shell saves shortcuts when display name changes) | Jason Leach | 2001-06-06 | 1 | -6/+12 |
* | #include <glib.h> and move corresponding local includes to the top. | Kjartan Maraas | 2001-04-25 | 1 | -1/+3 |
* | Fix headers. Same here. Same here. Same here. Same here. | Kjartan Maraas | 2001-04-05 | 1 | -0/+4 |
* | Remove/replace unneeded includes and move around stuff so that system | Kjartan Maraas | 2001-03-30 | 1 | -2/+2 |
* | Update copyrights for files modified in year 2001. | Ettore Perazzoli | 2001-01-28 | 1 | -1/+1 |
* | shell compile fixes (some #includes pointing to old headers) to go | Jacob Leach | 2001-01-28 | 1 | -1/+1 |
* | (Bug #883: Shortcut bar does not update when a folders display name | Jason Leach | 2001-01-19 | 1 | -0/+126 |
* | Minor comment fixup. | Ettore Perazzoli | 2001-01-13 | 1 | -1/+1 |
* | Fix a bunch of EShortcutView problems. It's still buggy, but at least | Ettore Perazzoli | 2000-09-27 | 1 | -2/+11 |
* | Update the shortcut bar in the shell view to match the changes in the | Ettore Perazzoli | 2000-09-26 | 1 | -0/+20 |
* | Added check for gnome-app-lib. Removed directories that have been moved to | Christopher James Lahey | 2000-09-18 | 1 | -2/+2 |
* | Implement saving of configuration information. Now when you run | Ettore Perazzoli | 2000-06-29 | 1 | -1/+1 |
* | Implemented right-click menus for the shell's shortcut bar (the user | Ettore Perazzoli | 2000-06-01 | 1 | -5/+71 |
* | Added a title bar for the folder view. Removed title bar from the | Ettore Perazzoli | 2000-05-30 | 1 | -14/+231 |
* | Reorganized the shell to allow dynamic registration of storages and | Ettore Perazzoli | 2000-05-25 | 1 | -9/+9 |
* | Fixed drag and drop so that it properly handles pointer grabbing in | Ettore Perazzoli | 2000-05-16 | 1 | -124/+87 |
* | Correctly access an xmlNodePtr->content | Iain Holmes | 2000-05-15 | 1 | -6/+4 |
* | Initial implementation of the tree view for the folders. | Ettore Perazzoli | 2000-05-14 | 1 | -22/+3 |
* | Fix const warning. | Ettore Perazzoli | 2000-05-08 | 1 | -2/+2 |
* | xmlFree the return value of xmlGetProp. | Larry Ewing | 2000-05-08 | 1 | -0/+2 |
* | Portability fix (use `readdir()', not `readdir_r()'). Also, be safer | Ettore Perazzoli | 2000-05-07 | 1 | -2/+5 |
* | Big shell reorganization. | Ettore Perazzoli | 2000-05-07 | 1 | -0/+530 |