aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-offline-handler.h
Commit message (Collapse)AuthorAgeFilesLines
* New member offline_handler. (offline_procedure_started_cb): New.Ettore Perazzoli2003-12-011-1/+1
| | | | | | | | | | | | | | | | | | | * e-shell.c (struct _EShellPrivate): New member offline_handler. (offline_procedure_started_cb): New. (offline_procedure_finished_cb): New. (e_shell_go_offline): Implement (putting back the code that we had #if 0'ed out). (e_shell_go_online): Likewise. * e-shell-offline-handler.c, e-shell-offline-handler.h: Put back in, massage for the changes in the Offline interface. * e-shell-offline-sync.c, e-shell-offline-sync.h: Remove from CVS. * Evolution-Offline.idl (SyncFolderProgressListener): Remove. (Offline::SyncFolder): Remove. svn path=/trunk/; revision=23505
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-2/+3
| | | | svn path=/trunk/; revision=22964
* Remove #include <config.h> Same Same gtk_widget_show() all items in theKjartan Maraas2002-06-201-4/+0
| | | | | | | | | | | | | | 2002-06-19 Kjartan Maraas <kmaraas@gnome.org> * e-corba-config-page.h: Remove #include <config.h> * e-shell-about-box.h: Same * e-history.h: Same * e-shell-importer.c: gtk_widget_show() all items in the optionmenu before showing it. * e-shell-offline-handler.h: Remove #include <config.h> * e-shell-settings-dialog.h: Same. svn path=/trunk/; revision=17235
* Pass self to e_shell_offline_handler_new() instead of the componentEttore Perazzoli2002-05-141-2/+2
| | | | | | | | | | | | | | * e-shell.c (e_shell_go_offline): Pass self to e_shell_offline_handler_new() instead of the component registry. * e-shell-offline-handler.c: Replace member `component_registry' in EShellOfflineHandlerPrivate with a `shell' member. Updated all the code to retrieve the component registry from the shell instead of directly. (e_shell_offline_handler_construct): Get a @shell instead of a @component_registry. svn path=/trunk/; revision=16779
* Fix the license text to make sense.Ettore Perazzoli2001-10-271-1/+0
| | | | svn path=/trunk/; revision=14192
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
| | | | | | explicitly. svn path=/trunk/; revision=14186
* Add interfaces to the shell to handle off-line operation, as well as aEttore Perazzoli2001-05-031-0/+86
first (unfinished/untested) implementation for them. svn path=/trunk/; revision=9653