Virtual Entity of Relevant Acronyms et' type='text/css' href='/~lantw44/cgit-data/cgit.css'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* Call `cleanup_delayed_selection()' as there is a slight chance that theEttore Perazzoli2001-10-292-4/+17
* Don't do the `gtk_signal_disconnect_by_func()' as it's already done inEttore Perazzoli2001-10-292-8/+22
* Set the return type of the signal handlers to GTK_TYPE_NONE.92001-10-292-3/+8
* [The following should fix #13802, crash on exit.]Ettore Perazzoli2001-10-292-4/+18
* Distribute credit equally.Jon Trowbridge2001-10-282-3/+40
* Fixing the license text.Ettore Perazzoli2001-10-2810-10/+0
* We want XFER_FOLDER not REMOVE_FOLDER!72001-10-272-1/+6
* Fix the license text to make sense.Ettore Perazzoli2001-10-27101-101/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-2710-20/+20
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-27101-202/+202
* Remove debugging messages. (finalize_offline_hash_foreach): Likewise.Ettore Perazzoli2001-10-272-4/+6
* New member `finished' in `EShellOfflineHandlerPrivate'.Ettore Perazzoli2001-10-272-4/+38
* Implement. (class_init): Add the signal "xfer_folder" signal.Ettore Perazzoli2001-10-273-4/+40
* New, implementation for the ::async_xfer_folder method. (class_init):Ettore Perazzoli2001-10-272-3/+53
* Set ->is_initialized to %FALSE. (e_shell_unregister_all): Same here.Ettore Perazzoli2001-10-272-0/+9
* gtk_widget_show_now() the dialog. Likewise.Ettore Perazzoli2001-10-273-0/+9
* Use gtk_widget_show_now() so the stupid dialog hopefully displays all theEttore Perazzoli2001-10-272-3/+8
* Clear the folder bar label to be empty. [#12553]Ettore Perazzoli2001-10-272-0/+6
* Draw one more line.Ettore Perazzoli2001-10-272-1/+5
* Set the GtkWindow policy so that @allow_shrink, @allow_grow andEttore Perazzoli2001-10-272-0/+7
* Don't allow invalid folder names. [#12027]Ettore Perazzoli2001-10-276-46/+81
* Add accelerators for "Work Offline" and "Work Online".Ettore Perazzoli2001-10-262-2/+7
* Don't allow translators to translate "Ximian Evolution".Ettore Perazzoli2001-10-262-2/+7
* New helper function. (e_component_registry_restart_component): Use it.Ettore Perazzoli2001-10-262-15/+37
* Handle failure from XGetClassHint properly. Also, free res_name andEttore Perazzoli2001-10-262-4/+12
* Don't display an icon for storages that have subfolders.Ettore Perazzoli2001-10-262-0/+11
* #include "e-util/e-gtk-utils.h".Ettore Perazzoli2001-10-265-4/+20
* Set ->priv to NULL. (impl_operationStarted): Check for priv not beingEttore Perazzoli2001-10-262-4/+13
* Set the ->mailer to be CORBA_OBJECT_NIL in case of an exception, otherwiseEttore Perazzoli2001-10-262-0/+7
* Don't use __FUNCTION__. (evolution_wizard_set_show_finish): Likewise.Ettore Perazzoli2001-10-263-5/+16
* Add a few names to the box.Ettore Perazzoli2001-10-252-0/+8
* g_return_if_fail if the display_name is NULL. "Fixes" 11182 although thereDan Winship2001-10-252-0/+8
* Set the WMClass of the quit dialog to be different from the default one inEttore Perazzoli2001-10-252-0/+9
* New. (async_xfer_folder_callback): Use it so we get the right errorEttore Perazzoli2001-10-252-7/+30
* Get the path and the shell view instead. (rename_callback_data_free):Ettore Perazzoli2001-10-242-14/+25
* New. (rename_callback_data_free): New. (rename_cb): Rename the folderEttore Perazzoli2001-10-242-7/+57
* Handle the return codes properly, and invoke the result callback too.Ettore Perazzoli2001-10-242-0/+13
* #if 0'ed for now, per #7427.Ettore Perazzoli2001-10-242-1/+9
* Explicitly deactivate the control frame, and display the default URIEttore Perazzoli2001-10-243-2/+32
* No need to gtk_widget_show() the view anymore.Ettore Perazzoli2001-10-235-36/+99
* Remove the ping timeout.Ettore Perazzoli2001-10-232-0/+8
* Don't die if the parent window has no WMHints.Ettore Perazzoli2001-10-232-3/+7
* If the view is dead, just return FALSE. Prevents crash #12483.Ettore Perazzoli2001-10-232-22/+7
* New member `is_interactive' in `EShellPrivate'. (init): Init to %FALSE.Ettore Perazzoli2001-10-235-7/+108
* Pass the @folder_type to ::handleDrop.Ettore Perazzoli2001-10-205-3/+32
* Use EShellAboutBox. (zero_pointer): Removed.Ettore Perazzoli2001-10-205-64/+483
* Ooops. Remove stale files `e-shell-about-box.[ch]'.Ettore Perazzoli2001-10-192-2/+5
* Fix the WM problems related to the folder selection dialog beingEttore Perazzoli2001-10-196-4/+75
* Urgh. Remove stale line that caused `display_default' to be set to TRUEEttore Perazzoli2001-10-182-2/+6
* Re-set the owner on the component that raised OldOwnerHasDied.Ettore Perazzoli2001-10-182-2/+15
* Fix bug 11114Iain Holmes2001-10-162-0/+7
* Add two missing codes.Dan Winship2001-10-153-1/+14
* New function to try to activate a component when you know it's going toDan Winship2001-10-143-0/+61
* Fix strings and the importer window not drawing correctlyIain Holmes2001-10-133-13/+24
* [Fix #7643, Starting new view doesn't honor "view" settings.]Ettore Perazzoli2001-10-126-9/+35
* Also flush GDK after flushing GTK. Otherwise GTK might queue draw requestsEttore Perazzoli2001-10-122-0/+11
* [Hopefully really, finally fix #8615 and friends.]Ettore Perazzoli2001-10-124-4/+53
* Don't free the folder_command_data here. It is supposed to be freed in theEttore Perazzoli2001-10-122-1/+10
* Only invoke `progress_listener_servant_free()', no need to also doEttore Perazzoli2001-10-122-3/+9
* Don't die if the folder_bar_popup is %NULL. Fixes #10922.Ettore Perazzoli2001-10-122-1/+8
* Display the default view only if we are starting our own shell, or if theEttore Perazzoli2001-10-123-10/+35
* 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-128-30/+33
* Ooops, remove debugging message.Ettore Perazzoli2001-10-102-2/+5
* Make this a no-op if the source and the destination path are the same.Ettore Perazzoli2001-10-104-7/+35
* This is a message, not a warning! (command_work_online): This is also aJon Trowbridge2001-10-062-2/+9
* Do not invoke `e_shell_restore_from_settings()' if `shell' is NULL.Ettore Perazzoli2001-10-062-1/+6
* Get the right hpaned positions for when the shortcut bar and/or the folderEttore Perazzoli2001-10-062-2/+14
* Handle the return value fromEttore Perazzoli2001-10-062-1/+10
* Also `gdk_flush()'. (idle_cb): If the user doesn't specify at least oneEttore Perazzoli2001-10-062-20/+34
* New member `ping_timeout_id' in `EvolutionShellComponentPrivate'.Ettore Perazzoli2001-10-062-3/+77
* #include "e-util/e-gtk-utils.h". (quit_box_new): Queue a draw on theEttore Perazzoli2001-10-062-0/+13
* If the owner is dead, emit "owner_died" instead of "owner_unset".Ettore Perazzoli2001-10-063-1/+39
* If setting the owner fails, print the a warning message out. Then restartEttore Perazzoli2001-10-0612-24/+274
* added BONOBO_GNOME_CFLAGS to make it compile with latest BonoboRodrigo Moya2001-10-042-0/+6
* [Fix #11326, The folder list can become detached from its parentEttore Perazzoli2001-10-032-0/+11
* Make the crash message less dorky. [#10264]Ettore Perazzoli2001-10-032-3/+9
* [Don't allow dragging from a folder to one of its descendants orEttore Perazzoli2001-10-032-2/+36
* Use `bonobo_ui_component_new_default()', not `bonobo_ui_component_new()'.Ettore Perazzoli2001-10-033-2/+23
* New, callback for the ::removed_folder signal on the shell's EStorageSet.Ettore Perazzoli2001-10-033-80/+86
* [Fix #8053, `GNOME_Evolution_Shortcuts' doesn't seem to work.]Ettore Perazzoli2001-09-292-10/+7
* [Fix #8434, Shortcut bar not shown properly.]Ettore Perazzoli2001-09-292-8/+15
* New place to start the intelligent importersIain Holmes2001-09-293-28/+548
* Allow callers to set the default type of folder to be created.Iain Holmes2001-09-2911-18/+103
* Remove. (command_new_mail_message): Removed. (command_pilot_settings):Ettore Perazzoli2001-09-282-32/+45
* New helper function. (folder_selected_cb): Call it.Ettore Perazzoli2001-09-274-31/+123
* Put my name in alphabetical orderRodrigo Moya2001-09-271-1/+1
* Added myself to about boxRodrigo Moya2001-09-261-0/+1
* Change the name on the EFolder object too.Ettore Perazzoli2001-09-262-2/+10
* [Implemented the "Rename" command. Warning, it doesn't quite workEttore Perazzoli2001-09-265-112/+80
* New helper function. (command_move_folder): Pass the @folder_path argumentEttore Perazzoli2001-09-268-109/+190
* Expand a ~ in the pathIain Holmes2001-09-222-1/+6
* Check for a component for the given row *after* trying to handleEttore Perazzoli2001-09-222-5/+14
* Removed. (folder_bar_popup_map_callback): Don't connect.Ettore Perazzoli2001-09-212-55/+34
* Only start wizard thing if there are no mail accountsIain Holmes2001-09-212-4/+9
* New member `tooltips' in `ETaskWidgetPrivate'. (init): Init to NULL.Ettore Perazzoli2001-09-202-0/+18
* Removed globals `activity_client', `progress'. (timeout_callback_3): GetEttore Perazzoli2001-09-206-8/+155
* New arg @row. Highlight that row. (tree_drag_motion): Pass @row toEttore Perazzoli2001-09-192-1/+11
* #include "e-gtk-utils.h".Ettore Perazzoli2001-09-192-1/+8
* Make the canvas backing stored.Ettore Perazzoli2001-09-192-0/+6
* Call `e_make_widget_backing_stored()' on the widget so it refreshesEttore Perazzoli2001-09-182-0/+11
* New. (quit_box_destroyed_callback): New. (no_views_left_cb): Use these twoEttore Perazzoli2001-09-182-1/+61
* Only raise NotReady if the local storage pointer is actually NULL. ThisEttore Perazzoli2001-09-182-3/+14
* [Fix #9060, Shell crash after mailer crash.]Ettore Perazzoli2001-09-182-24/+26
* Hide the storage_set_view_box *before* getting the child1_size [otherwise,Ettore Perazzoli2001-09-182-4/+9
* Updated required version of gal to 0.11.99.4.Christopher James Lahey2001-09-172-1/+6
* [Automake 1.5 fixes pointed out by Richard BoultonEttore Perazzoli2001-09-153-2/+11
* Return a proper value. (impl_Shell_createStorageSetView): Likewise.Ettore Perazzoli2001-09-152-5/+15
* Fix crash and remove warningIain Holmes2001-09-153-30/+20
* Removed unused variable.Ettore Perazzoli2001-09-152-3/+5
* [Fix #8204 and the other bugs caused by allowing invocations onEttore Perazzoli2001-09-153-18/+93
* [Fix #5990, Remembering Evolution window geometry.]Ettore Perazzoli2001-09-145-11/+67
* [Remove a bunch of debugging messages, as per #7741.]Ettore Perazzoli2001-09-14