aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shortcuts.c
Commit message (Expand)AuthorAgeFilesLines
* New. Check that things that need to be in the config db are. Right now itDan Winship2002-04-091-5/+5
* Make storages-with-toplevel-views less of a hack.Dan Winship2002-03-081-31/+12
* 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
* [Remove a bunch of debugging messages, as per #7741.]Ettore Perazzoli2001-09-141-1/+0
* [Fix ^#7675, Crashes trying to empty trash folder.]Ettore Perazzoli2001-09-051-4/+6
* Handle the case when there is no URI without crashing. Only add shortcutsEttore Perazzoli2001-08-291-6/+6
* Added the missing part of my patch:Chyla Zbigniew2001-08-251-0/+1
* Convert names of the default group and shortcuts to UTF-8.Zbigniew Chyla2001-08-251-6/+20
* Change type of toplevel node from "Summary" to "summary". [All the otherEttore Perazzoli2001-08-201-0/+1
* Also use the display name for the storage.Ettore Perazzoli2001-08-201-7/+13
* Use xmlMemStrdup() to override the type as it's expected to be allocatedEttore Perazzoli2001-08-201-1/+16
* [Fixes, among other things, #5705, "Ampersands not handledEttore Perazzoli2001-08-081-1/+2
* If the shortcut points to some folder in the storage set, get the typeEttore Perazzoli2001-08-081-1/+11
* [Removing Evolution::LocalStorage interface, abstracting the unread countsJason Leach2001-08-041-10/+38
* Remember the current group so after renaming a group it doesn't flip toJason Leach2001-07-311-2/+3
* [This is a better way to have "Local Folders" be shown as the localJason Leach2001-07-211-4/+4
* Make the local storage name "Local Folders" instead of "local", looksJason Leach2001-07-201-4/+4
* Removed. (load_shortcuts): Don't call it.Ettore Perazzoli2001-07-161-29/+0
* [Fix #4387, Shortcut bar items don't keep the name after rename.]Ettore Perazzoli2001-07-151-1/+1
* Return a gboolean saying whether or not the shortcut changed. Use strcmpDan Winship2001-07-091-17/+30
* [Fix a problem with not being able to save a newly createdEttore Perazzoli2001-07-041-1/+4
* [The following makes the shell able to create the `shortcuts.xml'Ettore Perazzoli2001-07-031-4/+30
* Implemented a "Rename Group" command. Unfortunately, it doesn't workEttore Perazzoli2001-07-011-0/+39
* Change EShortcuts to not use group titles to access specific groups.Ettore Perazzoli2001-07-011-23/+6
* Implemented a "Rename Shortcut" command.Ettore Perazzoli2001-07-011-29/+35
* Change the internal structure for shortucts, so that it contains aEttore Perazzoli2001-07-011-14/+176
* This is a first shoot at making shortcuts renameable [#3719];Ettore Perazzoli2001-06-301-171/+133
* Change EShortcuts to use GSLists instead of GLists.Ettore Perazzoli2001-06-301-54/+55
* (Fixing bug #1299: Shell saves shortcuts when display name changes)Jason Leach2001-06-061-6/+12
* #include <glib.h> and move corresponding local includes to the top.Kjartan Maraas2001-04-251-1/+3
* Fix headers. Same here. Same here. Same here. Same here.Kjartan Maraas2001-04-051-0/+4
* Remove/replace unneeded includes and move around stuff so that systemKjartan Maraas2001-03-301-2/+2
* Update copyrights for files modified in year 2001.Ettore Perazzoli2001-01-281-1/+1
* shell compile fixes (some #includes pointing to old headers) to goJacob Leach2001-01-281-1/+1
* (Bug #883: Shortcut bar does not update when a folders display nameJason Leach2001-01-191-0/+126
* Minor comment fixup.Ettore Perazzoli2001-01-131-1/+1
* Fix a bunch of EShortcutView problems. It's still buggy, but at leastEttore Perazzoli2000-09-271-2/+11
* Update the shortcut bar in the shell view to match the changes in theEttore Perazzoli2000-09-261-0/+20
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-2/+2
* Implement saving of configuration information. Now when you runEttore Perazzoli2000-06-291-1/+1
* Implemented right-click menus for the shell's shortcut bar (the userEttore Perazzoli2000-06-011-5/+71
* Added a title bar for the folder view. Removed title bar from theEttore Perazzoli2000-05-301-14/+231
* Reorganized the shell to allow dynamic registration of storages andEttore Perazzoli2000-05-251-9/+9
* Fixed drag and drop so that it properly handles pointer grabbing inEttore Perazzoli2000-05-161-124/+87
* Correctly access an xmlNodePtr->contentIain Holmes2000-05-151-6/+4
* Initial implementation of the tree view for the folders.Ettore Perazzoli2000-05-141-22/+3
* Fix const warning.Ettore Perazzoli2000-05-081-2/+2
* xmlFree the return value of xmlGetProp.Larry Ewing2000-05-081-0/+2
* Portability fix (use `readdir()', not `readdir_r()'). Also, be saferEttore Perazzoli2000-05-071-2/+5
* Big shell reorganization.Ettore Perazzoli2000-05-071-0/+530