aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Removed unused variable.Ettore Perazzoli2002-07-191-0/+52
* Make ChangeLog entry more recentPeter Williams2002-07-181-7/+7
* Get the EStorageSet from the shortcut's shell since there is noEttore Perazzoli2002-07-181-0/+36
* Install libversit.a so that people compiling against the addressbook canPeter Williams2002-07-181-0/+6
* no need to convert the value returned by e_folder_tree_get_folder to aRodrigo Moya2002-07-161-0/+7
* set corba_folder.customIconName so we don't crash.Chris Toshok2002-07-151-0/+7
* dup the listener, for consistency with the other signalsDan Winship2002-07-131-0/+5
* (clicked): Ref the parent_window and then unref after you are done usingEttore Perazzoli2002-07-131-0/+6
* Install some headers that weren't getting installed.Peter Williams2002-07-131-0/+5
* Allow a NULL icon [remove the precondition].Ettore Perazzoli2002-07-121-0/+8
* Actually pass the evolution URI, not the path, in Folder.evolutionUriEttore Perazzoli2002-07-121-1/+3
* (set_selected_folders): Set theEttore Perazzoli2002-07-121-0/+5
* (update_folder_title_bar): Ref the folder_iconEttore Perazzoli2002-07-121-0/+5
* (get_folder_list_foreach): CopyEttore Perazzoli2002-07-121-0/+6
* Remove some `#if 0'ed broken code. New members title_icon andEttore Perazzoli2002-07-121-0/+33
* (update_folder_title_bar): Get a @folder argEttore Perazzoli2002-07-111-0/+7
* Pass zero as the @sorting_priority to evolution_storage_new_folder().Ettore Perazzoli2002-07-101-0/+37
* (load_icon): Ooops. Swapped the large/smallEttore Perazzoli2002-07-101-0/+5
* Pass NULL @custom_icon_name to evolution_storage_new_folder().Ettore Perazzoli2002-07-101-0/+24
* If the custom_icon_name is not NULL, return the pixbuf for it.Ettore Perazzoli2002-07-101-0/+47
* Remove debugging message. (impl_shortcut_drag_motion): Likewise.Ettore Perazzoli2002-07-101-0/+11
* Call e_icon_factory_init().Ettore Perazzoli2002-07-101-0/+20
* (remove_folder): Remove unused variable.Ettore Perazzoli2002-07-091-0/+4
* Change the group icon size using e_shortcuts_set_group_uses_small_icons()Ettore Perazzoli2002-07-091-0/+28
* New helper function. (e_folder_to_corba): Use it here.Ettore Perazzoli2002-07-091-0/+16
* (startup_wizard_cancel): Unref theEttore Perazzoli2002-07-061-0/+10
* Invoke e_folder_dnd_bridge_drop().Ettore Perazzoli2002-07-041-0/+12
* (e_shell_show_settings): Don't set up the settingsEttore Perazzoli2002-07-031-0/+5
* (bonobo_interface_remove_folder_cb): AddEttore Perazzoli2002-07-031-0/+5
* New arg @tooltip; pass it toEttore Perazzoli2002-07-021-0/+26
* Remove debugging message.Ettore Perazzoli2002-07-021-0/+14
* New member preparing_to_quit in EShellPrivate.Ettore Perazzoli2002-07-021-0/+9
* (impl_Storage_updateFolder): Don't stopEttore Perazzoli2002-06-291-0/+6
* Ooops. Fix date in ChangeLog.Ettore Perazzoli2002-06-291-1/+1
* *** empty log message ***Ettore Perazzoli2002-06-291-0/+19
* Only let the dialog be opened onceIain Holmes2002-06-271-0/+5
* Changes for an importer bug and to get the storagesetselector in the summaryIain Holmes2002-06-261-0/+27
* (impl_clicked): PassEttore Perazzoli2002-06-251-0/+6
* Remove #include <config.h> Same Same gtk_widget_show() all items in theKjartan Maraas2002-06-201-0/+10
* Set release for the CORBA path sequence to TRUE.Ettore Perazzoli2002-06-011-0/+25
* Use bonobo_object_ref() instead of bonobo_object_client_ref() as theEttore Perazzoli2002-05-311-0/+12
* Connect about_box_event_callback() to the "key_press_event" signal asEttore Perazzoli2002-05-311-0/+7
* skip folders that aren't valid uri's. (e_folder_list_get_items): didn'tChris Toshok2002-05-291-0/+7
* [ fixes 90% of #25047 ] shamelessly lifted fromChris Toshok2002-05-241-0/+62
* Set @allow_shrink and @allow_grow to FALSE for the window. Fixes #17534.Ettore Perazzoli2002-05-241-0/+5
* Pass FALSE for @allow_shrink. Fixes #15688.Ettore Perazzoli2002-05-241-0/+6
* Make a little bit prettier. Default to "Delete", not "Cancel".Ettore Perazzoli2002-05-241-0/+5
* Set the view type from the original group, thus preserving theEttore Perazzoli2002-05-241-0/+6
* Add a toggle to avoid displaying the dialog again. Don't display theEttore Perazzoli2002-05-241-0/+10
* No more @default_type arg to e_shell_folder_selection_dialog_new().Ettore Perazzoli2002-05-231-0/+29
* New callback for when the first created view in the shell gets mapped.Ettore Perazzoli2002-05-231-0/+16
* New member default_menu_item in EShellUserCreatableItemsHandlerPrivate.Ettore Perazzoli2002-05-231-0/+8
* Only refuse quitting if the result is CANCEL. This way we allow quittingEttore Perazzoli2002-05-231-0/+11
* Do async_open_folder in an idle callback.Christopher James Lahey2002-05-211-0/+9
* set the parent window insensitive before popping up the dialog andChris Toshok2002-05-211-0/+16
* Skip the folder if it doesn't have the can_sync_offline property set.Ettore Perazzoli2002-05-211-0/+5
* Set the can_sync_offline property on the EFolder based on theEttore Perazzoli2002-05-211-0/+15
* Remove exception. (cancelSyncFolder): Remove exception.Ettore Perazzoli2002-05-211-0/+23
* Pass NULL for @has_checkbox_func and @has_checkbox_func_data.Ettore Perazzoli2002-05-211-0/+22
* Ask e_shell_prepare_for_quit() before destroying the view if it's the lastEttore Perazzoli2002-05-161-0/+8
* Check with e_shell_prepare_for_quit() before quitting.Ettore Perazzoli2002-05-161-0/+20
* Remove debugging spewIain Holmes2002-05-151-0/+5
* Committing Peter Williams patch so listeners are notified about new storages.Iain Holmes2002-05-151-0/+6
* Call e_shell_offline_sync_all_folders() if no connection is reported here.Ettore Perazzoli2002-05-151-0/+16
* Added check-empty.xpm, check-filled.xpm, and check-missing.xpm.Christopher James Lahey2002-05-151-0/+21
* Compute the evolutionUri here and pass it in.Christopher James Lahey2002-05-151-0/+5
* Add a missing CORBA_free in the case in which the typecode of theEttore Perazzoli2002-05-141-0/+8
* Pass self to e_shell_offline_handler_new() instead of the componentEttore Perazzoli2002-05-141-0/+12
* Changed this to just walk the hash table to get the list of checkedChristopher James Lahey2002-05-141-0/+8
* Handle the e-shell-config-offline and e-shell-config-default-foldersEttore Perazzoli2002-05-141-0/+15
* Added a signal when the value of the checkboxes changes.Christopher James Lahey2002-05-141-0/+5
* Add members `parent' and `shell' in DiscoveryData.Ettore Perazzoli2002-05-111-0/+18
* Updated for FolderResult instead of DiscoverSharedFolderResult.Ettore Perazzoli2002-05-111-0/+9
* Added some tests for the custom storage.Ettore Perazzoli2002-05-111-0/+40
* Pass %FALSE as @has_shared_folders to evolution_storage_new().Ettore Perazzoli2002-05-101-0/+19
* Rename NotPrepared to notPrepared and NotSyncing to notSyncing.Ettore Perazzoli2002-05-091-0/+11
* New interface SyncFolderProgressListener. (Offline::cancelSyncFolder):Ettore Perazzoli2002-05-081-0/+6
* add every folder to the sequence except the root folderJP Rosevear2002-05-081-0/+21
* Use the new evolution_shell_client_create_storage_set_view() call.Ettore Perazzoli2002-05-081-0/+8
* Put the EStorageSetView in an EScrollFrame.Ettore Perazzoli2002-05-081-0/+41
* Use bonobo_object_client_(un)?ref instead of gtk_object_(un)?ref.Christopher James Lahey2002-05-041-0/+11
* Added e-folder-list.h. (libeshell_la_SOURCES): Added e-folder-list.c.Christopher James Lahey2002-05-041-2/+11
* Added these functions. Implemented checkboxes in the ETreeModel here.Christopher James Lahey2002-04-301-0/+6
* Minor label tweaks; changed "Default folders" to "Default Folders", andAnna Marie Dirks2002-04-191-0/+5
* emit show_settings signal (corba_class_init): assign epv methodJP Rosevear2002-04-191-0/+28
* New, override for EShortcutBar::shortcut_drag_motion.Ettore Perazzoli2002-04-181-0/+8
* Bumped required gal version number to 0.19.99.11.Christopher James Lahey2002-04-181-0/+4
* Removed. (impl_tree_drag_motion): Rewritten to useEttore Perazzoli2002-04-171-0/+15
* Shell config page routines. Right now handles the default folders page.Dan Winship2002-04-111-0/+29
* Change the logic for displaying a default window, so we don't end up withEttore Perazzoli2002-04-101-0/+5
* Move <dirent.h> down the #include list so it compiles on Darwin.Ettore Perazzoli2002-04-101-0/+7
* New. Check that things that need to be in the config db are. Right now itDan Winship2002-04-091-2/+15
* If the shell fails to display all of the requested URIs, fall back toDan Winship2002-04-091-1/+2
* Oops. Add ChangeLog entries for some changes that accidentally escapedDan Winship2002-04-091-0/+8
* Add a "view_info" argument.Dan Winship2002-04-091-0/+28
* Fix "evolution evolution:/path/to/folder" to use default viewDan Winship2002-04-081-0/+27
* set type (load_pages): get the oaf property for type and track the pageJP Rosevear2002-04-071-0/+16
* Set the title of the dialog.Ettore Perazzoli2002-04-061-0/+4
* Fix a memory mixup.Dan Winship2002-04-051-0/+5
* New widget for a button that displays a folder selection in a standardDan Winship2002-04-051-0/+40
* Change type of parent_class to BonoboXObjectClass.Ettore Perazzoli2002-04-041-0/+25
* Deal with folders with no physical_uri.Dan Winship2002-04-041-0/+5
* Set the show_checkboxes field here instead of the show_folders field.Christopher James Lahey2002-04-031-0/+6
* If folder is NULL, return the correct type of data.Christopher James Lahey2002-04-031-0/+5
* Added e-storage-set-view-checkboxes.etstate andChristopher James Lahey2002-04-031-0/+19
* Add type "Page". (page_new): New helper function. (page_free): New helperEttore Perazzoli2002-03-301-0/+10
* New. New.Ettore Perazzoli2002-03-271-0/+5
* g_warning if the control cannot be activated.Ettore Perazzoli2002-03-271-0/+5
* Register a "working" folder type with the hourglass icon. (WouldDan Winship2002-03-251-0/+11
* Removed. (load_pages): Use e_get_language_list() here instead. Also, freeEttore Perazzoli2002-03-231-0/+6
* (evolution_storage_removed_folder): Oops. Fix here too.Dan Winship2002-03-231-0/+3
* Fix a "how can this ever have worked" bug to make unread message countsDan Winship2002-03-231-0/+4
* Use e_folder_get_name. Don't assume it's the same as the last pathDan Winship2002-03-231-0/+6
* Set the wmclass to "evolution-splash" so sawfish knows it's not the sameDan Winship2002-03-211-0/+6
* Make all the verb/menu arrays appropriately static.Ettore Perazzoli2002-03-211-0/+5
* Move the ComponentActionsPlaceholder into the Actions menu, instead of theEttore Perazzoli2002-03-211-0/+15
* Add `search="string"' for the keyboard navigability search thingy.Ettore Perazzoli2002-03-191-0/+5
* Updated to use new EPopupMenu API.Jeffrey Stedfast2002-03-161-0/+5
* Support for delayed filling-in of storages/folders.Dan Winship2002-03-151-0/+56
* Use `evolution:config_item:icon_name' instead ofEttore Perazzoli2002-03-141-0/+8
* Update to create an EvolutionConfigControl instead of just aEttore Perazzoli2002-03-131-0/+22
* Make old_name_locale non-const to placate a compiler warning.Ettore Perazzoli2002-03-101-0/+8
* Use ECorbaConfigPages.Ettore Perazzoli2002-03-101-0/+12
* Note that e_storage_set_view_new shouldn't be used directly.Dan Winship2002-03-091-0/+11
* New function to create a test configuration page for the test component.Ettore Perazzoli2002-03-081-0/+19
* fix a bug in the storage icon codeDan Winship2002-03-081-2/+1
* Addendum to previous commit: Remove "storage_selected" vsDan Winship2002-03-081-0/+25
* Make storages-with-toplevel-views less of a hack.Dan Winship2002-03-081-0/+62
* Keep the storage name and display_name in EStoragePriv. (impl_get_name,Dan Winship2002-03-071-0/+34
* Fix up GList/GSList confusion.Dan Winship2002-03-071-0/+10
* Reduce width of the copyright message so it looks prettier with the newEttore Perazzoli2002-03-071-0/+5
* CORBA stuff required for the summary to find out details about storages from ...Iain Holmes2002-03-051-0/+23
* [Fix #20234, Deleting Folder gratuitiously causes /local to open.]Ettore Perazzoli2002-03-051-0/+23
* [This gets rid of some spurious "could not find handler" messagesEttore Perazzoli2002-02-271-0/+11
* Add year 2002 to the copyright.Ettore Perazzoli2002-02-241-0/+4
* Renamed from `destroy'. (impl_right_click): Renamed from `right_click'.Ettore Perazzoli2002-02-241-0/+17
* [Fix #3029, Offline mode should be preserved across sessions.]Ettore Perazzoli2002-02-231-0/+17
* New helper function to remove all the matching URIs from the history.Ettore Perazzoli2002-02-231-0/+11
* New. (display_uri): Call it before returning so the navigation buttonsEttore Perazzoli2002-02-231-0/+10
* [First cut at navigation (i.e. back/forward) buttons.]Ettore Perazzoli2002-02-231-0/+15
* `e_shell_folder_title_bar_set_title_clickable()', notEttore Perazzoli2002-02-231-0/+38
* Return NULL if there is no component ID for the current view.Ettore Perazzoli2002-02-221-0/+6
* Set the icons for all the "New..." menu items from the specified one inEttore Perazzoli2002-02-221-0/+14
* Don't show the folder bar and the shortcut bar in the new window.Ettore Perazzoli2002-02-211-0/+25
* Use right_click_row_path rather than selected_row_path, so clients get theNot Zed2002-01-301-0/+6
* Final cleanup for the CFLAGS and LIBS in the Makefiles.Ettore Perazzoli2002-01-281-0/+5
* Just use BONOBO_HTML_GNOME_CFLAGS and BONOBO_HTML_GNOME_LIBS forEttore Perazzoli2002-01-251-0/+6
* [Implement an Outlook-style "New" dropdown button. It is basicallyEttore Perazzoli2002-01-241-0/+71
* [Patch by Michael Meeks <michael@ximian.com>.]Ettore Perazzoli2002-01-241-0/+7
* Stop the importer dialog going behind the main windowIain Holmes2002-01-211-0/+5
* [Fix #17441, Crash trying to import Multiple VCard file into LDAPEttore Perazzoli2002-01-161-0/+8
* re-order activate / de-activate to minimise flicker switching betweenMichael Meeks2002-01-151-0/+6
* updatedDamon Chaplin2002-01-121-0/+7
* -- Merging patches from evolution-1-0-branch.Ettore Perazzoli2001-12-201-4/+38
* [Fix #17258, shell displays splash even if Evolution is alreadyEttore Perazzoli2001-12-151-0/+8
* New helper function to create the `~/evolution/private' directory.Ettore Perazzoli2001-12-131-0/+9
* Add missing comma.Ettore Perazzoli2001-12-061-0/+4
* [Fix #7827, Switching desktops leaves the folder bar popped up.]Ettore Perazzoli2001-12-061-0/+15
* Convert folder name to locale's encoding before using it as part of theZbigniew Chyla2001-12-041-0/+5
* Fixes bug #3290.Federico Mena Quintero2001-11-301-0/+12
* Add more contributors to the box.Ettore Perazzoli2001-11-151-0/+4
* make timezone default to "UTC" rather than "".Damon Chaplin2001-11-151-0/+5
* Check for exceptions.Iain Holmes2001-11-131-0/+14
* Get the storage name if we are dragging a storage instead of a folder.Ettore Perazzoli2001-11-061-1/+6
* Fixed spacing and alignment probelms. (See bug #14281)Anna Marie Dirks2001-11-061-0/+8
* Set the shortcut name to be the folder name, not just the last componentDan Winship2001-11-061-0/+6
* Fix for #14281 (missing icons in the druids).Ettore Perazzoli2001-11-031-0/+5
* Changed the welcome message and the finishing message to be moreAnna Marie Dirks2001-11-021-0/+8
* Don't do operations on a NULL path. (updated_folder_cb,Christopher James Lahey2001-11-011-0/+7
* If the source folder is stock and the operation is GDK_ACTION_MOVE, alwaysEttore Perazzoli2001-11-011-0/+6
* Removed. (show_existing_view): Don't call it.Ettore Perazzoli2001-10-311-0/+5
* New utility function. (sleep_with_g_main_loop_timeout_callback): CallbackEttore Perazzoli2001-10-311-0/+9
* Removed. (idle_cb): Don't call it. (warning_dialog_clicked_callback):Ettore Perazzoli2001-10-311-0/+6
* If the display uri is NULL, set the view to the default.Iain Holmes2001-10-311-1/+6
* Duplicate the owner before pinging it. Fixes #13802.Ettore Perazzoli2001-10-311-0/+5
* New. (class_init): Install it. (impl_unsetOwner): Just emit theEttore Perazzoli2001-10-311-0/+11
* Connect to the "removed_folder" signal withEttore Perazzoli2001-10-311-0/+6
* If we're not at the end of the druid list, tell the druid we're going to02001-10-301-0/+8
* Slightly change the debugigng message for when the shell has disappeared.Ettore Perazzoli2001-10-301-0/+5
* Remove ping debugging messages.Ettore Perazzoli2001-10-301-0/+5
* Remove debugging message.Ettore Perazzoli2001-10-301-0/+4
* use libical-evolution.laDamon Chaplin2001-10-301-0/+4
* Ref the shell. (destroy): Unref the shell. (destroy): Free theEttore Perazzoli2001-10-291-0/+9
* Call `cleanup_delayed_selection()' as there is a slight chance that theEttore Perazzoli2001-10-291-0/+10
* Don't do the `gtk_signal_disconnect_by_func()' as it's already done inEttore Perazzoli2001-10-291-0/+14
* Set the return type of the signal handlers to GTK_TYPE_NONE.92001-10-291-0/+5
* [The following should fix #13802, crash on exit.]Ettore Perazzoli2001-10-291-0/+10
* Distribute credit equally.Jon Trowbridge2001-10-281-0/+4
* We want XFER_FOLDER not REMOVE_FOLDER!72001-10-271-0/+5
* Remove debugging messages. (finalize_offline_hash_foreach): Likewise.Ettore Perazzoli2001-10-271-0/+6
* New member `finished' in `EShellOfflineHandlerPrivate'.Ettore Perazzoli2001-10-271-0/+13
* Implement. (class_init): Add the signal "xfer_folder" signal.Ettore Perazzoli2001-10-271-0/+7
* New, implementation for the ::async_xfer_folder method. (class_init):Ettore Perazzoli2001-10-271-0/+7
* Set ->is_initialized to %FALSE. (e_shell_unregister_all): Same here.Ettore Perazzoli2001-10-271-0/+5
* gtk_widget_show_now() the dialog. Likewise.Ettore Perazzoli2001-10-271-0/+6
* Use gtk_widget_show_now() so the stupid dialog hopefully displays all theEttore Perazzoli2001-10-271-0/+5
* Clear the folder bar label to be empty. [#12553]Ettore Perazzoli2001-10-271-0/+5
* Draw one more line.Ettore Perazzoli2001-10-271-0/+4
* Set the GtkWindow policy so that @allow_shrink, @allow_grow andEttore Perazzoli2001-10-271-0/+6
* Don't allow invalid folder names. [#12027]Ettore Perazzoli2001-10-271-0/+15
* Add accelerators for "Work Offline" and "Work Online".Ettore Perazzoli2001-10-261-0/+5
* Don't allow translators to translate "Ximian Evolution".Ettore Perazzoli2001-10-261-0/+5
* New helper function. (e_component_registry_restart_component): Use it.Ettore Perazzoli2001-10-261-0/+7
* Handle failure from XGetClassHint properly. Also, free res_name andEttore Perazzoli2001-10-261-0/+6
* Don't display an icon for storages that have subfolders.Ettore Perazzoli2001-10-261-0/+5
* #include "e-util/e-gtk-utils.h".Ettore Perazzoli2001-10-261-0/+15
* Set ->priv to NULL. (impl_operationStarted): Check for priv not beingEttore Perazzoli2001-10-261-0/+8
* Set the ->mailer to be CORBA_OBJECT_NIL in case of an exception, otherwiseEttore Perazzoli2001-10-261-0/+6
* Don't use __FUNCTION__. (evolution_wizard_set_show_finish): Likewise.Ettore Perazzoli2001-10-261-0/+11
* Add a few names to the box.Ettore Perazzoli2001-10-251-0/+4
* g_return_if_fail if the display_name is NULL. "Fixes" 11182 although thereDan Winship2001-10-251-0/+7
* Set the WMClass of the quit dialog to be different from the default one inEttore Perazzoli2001-10-251-0/+5
* New. (async_xfer_folder_callback): Use it so we get the right errorEttore Perazzoli2001-10-251-0/+8
* Get the path and the shell view instead. (rename_callback_data_free):Ettore Perazzoli2001-10-241-0/+8
* New. (rename_callback_data_free): New. (rename_cb): Rename the folderEttore Perazzoli2001-10-241-0/+7
* Handle the return codes properly, and invoke the result callback too.Ettore Perazzoli2001-10-241-0/+5
* #if 0'ed for now, per #7427.Ettore Perazzoli2001-10-241-0/+5
* Explicitly deactivate the control frame, and display the default URIEttore Perazzoli2001-10-241-0/+12
* No need to gtk_widget_show() the view anymore.Ettore Perazzoli2001-10-231-0/+23
* Remove the ping timeout.Ettore Perazzoli2001-10-231-0/+5
* Don't die if the parent window has no WMHints.Ettore Perazzoli2001-10-231-0/+5
* If the view is dead, just return FALSE. Prevents crash #12483.Ettore Perazzoli2001-10-231-0/+5
* New member `is_interactive' in `EShellPrivate'. (init): Init to %FALSE.Ettore Perazzoli2001-10-231-0/+18
* Pass the @folder_type to ::handleDrop.Ettore Perazzoli2001-10-201-0/+21
* Use EShellAboutBox. (zero_pointer): Removed.Ettore Perazzoli2001-10-201-0/+8
* Ooops. Remove stale files `e-shell-about-box.[ch]'.Ettore Perazzoli2001-10-191-0/+5
* Fix the WM problems related to the folder selection dialog beingEttore Perazzoli2001-10-191-0/+11
* Urgh. Remove stale line that caused `display_default' to be set to TRUEEttore Perazzoli2001-10-181-0/+6
* Re-set the owner on the component that raised OldOwnerHasDied.Ettore Perazzoli2001-10-181-0/+5
* Fix bug 11114Iain Holmes2001-10-161-0/+5
* Add two missing codes.Dan Winship2001-10-151-0/+5
* New function to try to activate a component when you know it's going toDan Winship2001-10-141-0/+6
* Fix strings and the importer window not drawing correctlyIain Holmes2001-10-131-0/+10
* [Fix #7643, Starting new view doesn't honor "view" settings.]Ettore Perazzoli2001-10-121-0/+20
* Also flush GDK after flushing GTK. Otherwise GTK might queue draw requestsEttore Perazzoli2001-10-121-0/+6
* [Hopefully really, finally fix #8615 and friends.]Ettore Perazzoli2001-10-121-0/+10
* Don't free the folder_command_data here. It is supposed to be freed in theEttore Perazzoli2001-10-121-0/+10
* Only invoke `progress_listener_servant_free()', no need to also doEttore Perazzoli2001-10-121-0/+8
* Don't die if the folder_bar_popup is %NULL. Fixes #10922.Ettore Perazzoli2001-10-121-0/+6
* Display the default view only if we are starting our own shell, or if theEttore Perazzoli2001-10-121-0/+10
* gr. save then commit.Dan Winship2001-10-121-3/+4
* Remove "display_name" arg from update methods. It was only there to do theDan Winship2001-10-121-0/+21
* Ooops, remove debugging message.Ettore Perazzoli2001-10-101-0/+5
* Make this a no-op if the source and the destination path are the same.Ettore Perazzoli2001-10-101-0/+12
* This is a message, not a warning! (command_work_online): This is also aJon Trowbridge2001-10-061-0/+7
* Do not invoke `e_shell_restore_from_settings()' if `shell' is NULL.Ettore Perazzoli2001-10-061-0/+5
* Get the right hpaned positions for when the shortcut bar and/or the folderEttore Perazzoli2001-10-061-0/+6
* Handle the return value fromEttore Perazzoli2001-10-061-0/+8
* Also `gdk_flush()'. (idle_cb): If the user doesn't specify at least oneEttore Perazzoli2001-10-061-0/+6
* New member `ping_timeout_id' in `EvolutionShellComponentPrivate'.Ettore Perazzoli2001-10-061-0/+10