aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shortcuts.c
Commit message (Expand)AuthorAgeFilesLines
* merged spam filtering branchRadek Doulik2003-11-131-0/+1
* If the right_click_row_path is not NULL (i.e. a menu is being popped upEttore Perazzoli2003-09-121-6/+6
* (shortcut_item_new): Get the name from the name,Ettore Perazzoli2003-02-191-1/+1
* plug memory leak - free path.Chris Toshok2003-02-171-0/+1
* Set GTK_RESPONSE_OK as the default response.Ettore Perazzoli2003-01-281-1/+1
* [Port fix for #34129 from evolution-1-2-branch, unread count inEttore Perazzoli2003-01-241-14/+15
* [With this commit, the shell compiles without deprecatedEttore Perazzoli2002-12-201-85/+77
* changed to use a gtkdialog instead of a gnome one.Not Zed2002-12-021-8/+8
* use e_shell_ marshallers, and make sure STRING parameters map to *_STRING*Chris Toshok2002-11-201-1/+1
* Removed. (no_views_left_cb): Use g_object_add_weak_pointer() instad ofEttore Perazzoli2002-11-151-4/+10
* Make separate dispose/finalize overrides of just overriding destroy.Ettore Perazzoli2002-11-121-9/+26
* New. (impl_finalize): New. (destroy): Removed. (class_init): InstallEttore Perazzoli2002-11-061-1/+1
* Replace gtk_signal_emit() with g_signal_emit(). Likewise. Likewise.Ettore Perazzoli2002-11-041-10/+9
* Changed all gtk_object_refs()/gtk_object_unrefs() intoEttore Perazzoli2002-11-041-6/+4
* Updated for libxml2. Likewise. Likewise. Likewise.Ettore Perazzoli2002-11-041-5/+5
* Renamed from GNOME_Evolution_Shell.oaf.in.Ettore Perazzoli2002-11-041-18/+17
* Placate compiler.Ettore Perazzoli2002-09-251-0/+35
* New, implement a right-click -> "Add Default Shortcuts" menu item.Ettore Perazzoli2002-08-011-12/+21
* Get the EStorageSet from the shortcut's shell since there is noEttore Perazzoli2002-07-181-37/+25
* If the custom_icon_name is not NULL, return the pixbuf for it.Ettore Perazzoli2002-07-101-41/+56
* Change the group icon size using e_shortcuts_set_group_uses_small_icons()Ettore Perazzoli2002-07-091-2/+79
* 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