aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-storage.c
Commit message (Expand)AuthorAgeFilesLines
* (evolution_storage_update_folder): Do notEttore Perazzoli2002-09-201-17/+5
* New callback for the show_folder_properties signal.Ettore Perazzoli2002-08-071-8/+121
* Removed unused variable.Ettore Perazzoli2002-07-191-5/+5
* no need to convert the value returned by e_folder_tree_get_folder to aRodrigo Moya2002-07-161-7/+16
* dup the listener, for consistency with the other signalsDan Winship2002-07-131-1/+3
* (get_folder_list_foreach): CopyEttore Perazzoli2002-07-121-6/+8
* Pass zero as the @sorting_priority to evolution_storage_new_folder().Ettore Perazzoli2002-07-101-6/+8
* Pass NULL @custom_icon_name to evolution_storage_new_folder().Ettore Perazzoli2002-07-101-0/+6
* New helper function. (e_folder_to_corba): Use it here.Ettore Perazzoli2002-07-091-0/+29
* (impl_Storage_updateFolder): Don't stopEttore Perazzoli2002-06-291-14/+6
* Set release for the CORBA path sequence to TRUE.Ettore Perazzoli2002-06-011-0/+1
* Set the can_sync_offline property on the EFolder based on theEttore Perazzoli2002-05-211-5/+7
* Compute the evolutionUri here and pass it in.Christopher James Lahey2002-05-151-1/+33
* Added some tests for the custom storage.Ettore Perazzoli2002-05-111-37/+67
* Pass %FALSE as @has_shared_folders to evolution_storage_new().Ettore Perazzoli2002-05-101-14/+37
* Rename NotPrepared to notPrepared and NotSyncing to notSyncing.Ettore Perazzoli2002-05-091-3/+3
* add every folder to the sequence except the root folderJP Rosevear2002-05-081-0/+53
* New widget for a button that displays a folder selection in a standardDan Winship2002-04-051-5/+6
* *** empty log message ***Dan Winship2002-03-231-1/+1
* (evolution_storage_removed_folder): Oops. Fix here too.Dan Winship2002-03-231-1/+1
* Fix a "how can this ever have worked" bug to make unread message countsDan Winship2002-03-231-1/+1
* Support for delayed filling-in of storages/folders.Dan Winship2002-03-151-1/+77
* Make storages-with-toplevel-views less of a hack.Dan Winship2002-03-081-30/+3
* Set the return type of the signal handlers to GTK_TYPE_NONE.92001-10-291-3/+3
* We want XFER_FOLDER not REMOVE_FOLDER!72001-10-271-1/+1
* 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
* Implement. (class_init): Add the signal "xfer_folder" signal.Ettore Perazzoli2001-10-271-4/+27
* g_return_if_fail if the display_name is NULL. "Fixes" 11182 although thereDan Winship2001-10-251-0/+1
* Remove "display_name" arg from update methods. It was only there to do theDan Winship2001-10-121-15/+8
* change to match create_folder. (e_marshal_NONE__POINTER_POINTER_POINTER):Chris Toshok2001-09-071-40/+26
* Fix the Pine and Netscape importers. Give them a nice progress reporting GUI.Iain Holmes2001-08-311-24/+34
* Studlycapsize all the IDs that are not. Likewise. Updated accordingly.Ettore Perazzoli2001-08-281-9/+9
* Use the passed-in unread_count.Dan Winship2001-08-151-1/+1
* yeah, and that last fix to :-)Jacob Leach2001-08-041-3/+3
* oops, should have tested that warning fix.Jacob Leach2001-08-041-1/+1
* warning fix.Jacob Leach2001-08-041-1/+0
* [Removing Evolution::LocalStorage interface, abstracting the unread countsJason Leach2001-08-041-10/+84
* Oops, small fix.Jacob Leach2001-06-221-1/+1
* Fix bug #3409: Removing an EvolutionStorage from the shell's folderJacob Leach2001-06-221-3/+57
* Fixed folder creation on IMAP storages (by notifying bonobo listener withJason Leach2001-06-121-32/+26
* Committing the new My Evolution.Iain Holmes2001-06-091-1/+0
* Changed purely informational debug spew from a g_warning to a g_message.Jon Trowbridge2001-06-071-1/+1
* New function (probably should just be static).Jason Leach2001-05-311-1/+1
* Reference libeshell.la instead of libeshell.a.Peter Williams2001-05-261-4/+11
* Importer changesIain Holmes2001-05-091-0/+1
* Undo a broken leak fix.Ettore Perazzoli2001-05-051-2/+0
* Plug more leaks.Ettore Perazzoli2001-05-041-0/+2
* #include <glib.h> and move corresponding local includes to the top.Kjartan Maraas2001-04-251-0/+1
* Remove/replace unneeded includes and move around stuff so that systemKjartan Maraas2001-03-301-3/+4
* Added an xfer method to `EStorage' and `GNOME::Evolution::Storage'.Ettore Perazzoli2001-03-221-0/+12
* All my changes to get the folder creation working, and the magic NetscapeIain Holmes2001-03-131-13/+25
* Remove a warning....DOH!Iain Holmes2001-02-241-1/+0
* Changes to allow folders to be created from a callback.Iain Holmes2001-02-241-0/+1
* Cast this fucntion pointer.Christopher James Lahey2001-02-171-2/+0
* add asyncCreateFolder and asyncRemoveFolder interfaces. (UseDan Winship2001-02-151-3/+124
* Update copyrights for files modified in year 2001.Ettore Perazzoli2001-01-281-1/+1
* New function. Obvious.Dan Winship2001-01-201-0/+16
* New function to update a folder given its URI. Plus associated changes toDan Winship2001-01-051-10/+54
* Complete the code to associate a URI and a folder type to the toplevelEttore Perazzoli2000-12-091-6/+19
* Start implementing a physical URI property for the toplevel nodes inEttore Perazzoli2000-12-051-6/+21
* Plug leaks of the fullname and fulldefaultname.Federico Mena Quintero2000-11-251-0/+1
* Update the remaining "IDL:Evolution*" to "IDL:GNOME/Evolution*" to sync upMatt Bissiri2000-11-111-1/+1
* A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-111-56/+56
* The big api rename ...Michael Meeks2000-11-021-1/+1
* Make this take "highlighted" as well.Dan Winship2000-11-021-1/+3
* Add "highligted" field to Folder. Add update_folder method toDan Winship2000-11-021-0/+61
* Add a `::remove_listener' method to Evolution::Storage.Ettore Perazzoli2000-10-021-5/+76
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-1/+1
* Make `EvolutionStorage' and `ELocalstorage' actually update the CORBAEttore Perazzoli2000-09-121-2/+19
* Fix a stupid crash caused by not taking account of the fact that theEttore Perazzoli2000-09-091-0/+4
* Make EvolutionStorage support multiple listeners.Ettore Perazzoli2000-09-091-28/+102
* Fix Chris' fixes.Ettore Perazzoli2000-09-091-3/+1
* Added base ETableModel functions.Christopher James Lahey2000-09-091-0/+2
* Added new interfaces to be exposed by the local storage, so thatEttore Perazzoli2000-09-081-18/+73
* Strdup path when setting the callback data.Christopher James Lahey2000-09-021-1/+0
* Changed `Evolution::Storage' so that the displayed name for a folderEttore Perazzoli2000-09-011-13/+8
* Remove useless reference to the storage registry in theEttore Perazzoli2000-07-071-10/+2
* Make EvolutionStorage use the correct name when registering itself.Ettore Perazzoli2000-05-291-1/+1
* Made the storage view update at changes in the storage, andEttore Perazzoli2000-05-261-0/+395