/misc/Howto/

f='/~lantw44/cgit/'>cgit logo index : gsoc2013-evolution
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* Update.Ettore Perazzoli2002-11-161-2/+2
* Added rule to generate GNOME_Evolution_Shell.server.in fromEttore Perazzoli2002-11-164-5/+17
* (impl_finalize): Fix typo; p -> sp.Ettore Perazzoli2002-11-162-3/+6
* No need to check for priv being NULL here anymore.Ettore Perazzoli2002-11-163-21/+17
* (e_shell_startup_wizard_create): ForEttore Perazzoli2002-11-162-1/+6
* (class_init): Pass the right parentEttore Perazzoli2002-11-152-1/+6
* e-shell-user-creatable-items-handler.c, Changed into a GObject subclassEttore Perazzoli2002-11-156-14/+28
* Ref/sink the GtkTooltips.Ettore Perazzoli2002-11-153-1/+10
* Use bonobo_main_quit() instead of gtk_main_quit(). (shell_weak_notify):Ettore Perazzoli2002-11-154-12/+42
* (save_settings_for_views): Removed.Ettore Perazzoli2002-11-152-30/+6
* (impl_dispose): NULL priv->ui_componentEttore Perazzoli2002-11-152-1/+8
* Avoid freeing the servant for now, it looks like something is messed upEttore Perazzoli2002-11-157-11/+25
* Removed. (no_views_left_cb): Use g_object_add_weak_pointer() instad ofEttore Perazzoli2002-11-1514-131/+197
* Change type of member etd inEttore Perazzoli2002-11-142-2/+8
* Connect finish_func to the "next" signal for now, since GnomeDruid seemsEttore Perazzoli2002-11-144-5/+17
* remove GTK_OBJECT cast and other GTK stuff.Not Zed2002-11-133-16/+23
* need to assign priv here, fixes a crash.Chris Toshok2002-11-122-0/+7
* (impl_dispose): Do unref the config_listener here [IEttore Perazzoli2002-11-122-1/+6
* (impl_finalize): Protect againstEttore Perazzoli2002-11-122-2/+9
* Make separate dispose/finalize overrides of just overriding destroy.Ettore Perazzoli2002-11-1229-254/+538
* use correctly IDL flags.Rodrigo Moya2002-11-082-1/+5
* guard against multiple calls. fixes a crash whenever a task finishes (theChris Toshok2002-11-084-60/+85
* (e_shell_show_settings): Allow type being NULL.Ettore Perazzoli2002-11-062-2/+7
* (load_folder): Do add folders with an unknownEttore Perazzoli2002-11-062-10/+5
* Set response_id to GTK_RESPONSE_OK. (cancel_button): Likewise, withEttore Perazzoli2002-11-063-169/+188
* Use g_object_get_data() instead of gtk_object_get_data(). Likewise.Ettore Perazzoli2002-11-0610-18/+29
* Split finalize/dispose. Likewise. Likewise. Likewise. Likewise. Likewise.Ettore Perazzoli2002-11-0614-58/+265
* g_object_unref instead of bonobo_object_unref for theEttore Perazzoli2002-11-065-15/+13
* New. (impl_finalize): New. (destroy): Removed. (class_init): InstallEttore Perazzoli2002-11-0645-201/+320
* Removed. (impl_finalize): New. (class_init): Install finalize handler, notEttore Perazzoli2002-11-054-30/+24
* Pass TRUE for arg allow_creation to e_shell_folder_selection_dialog_new().Ettore Perazzoli2002-11-057-98/+74
* (e_folder_type_registry_get_handler_for_type): Remove warning forEttore Perazzoli2002-11-042-32/+27
* Replace gtk_signal_emit() with g_signal_emit(). Likewise. Likewise.Ettore Perazzoli2002-11-0416-102/+106
* Use g_object_set_data() instead of gtk_object_set_data(). Likewise.Ettore Perazzoli2002-11-0412-39/+56
* Forgot to add this one.Ettore Perazzoli2002-11-041-0/+13
* Update.Ettore Perazzoli2002-11-041-1/+3
* Converted to Glade2 format. Likewise. Likewise. Likewise. Likewise.Ettore Perazzoli2002-11-047-1154/+1116
* Changed all gtk_object_refs()/gtk_object_unrefs() intoEttore Perazzoli2002-11-0446-601/+599
* Updated for libxml2. Likewise. Likewise. Likewise.Ettore Perazzoli2002-11-045-15/+22
* Renamed from GNOME_Evolution_Shell.oaf.in.Ettore Perazzoli2002-11-0437-542/+773
* First big sync of my GNOME 2 porting work (incomplete, and stillEttore Perazzoli2002-11-0251-878/+751
* Increase the width slightly.Ettore Perazzoli2002-10-293-1/+11
* [#31303]Ettore Perazzoli2002-10-263-1/+28
* Set the is_stock flag to TRUE for the summary folder.Ettore Perazzoli2002-10-245-7/+36
* (e_get_activation_failure_msg): If the exception_id is NULL,Ettore Perazzoli2002-10-212-0/+9
* New, implementation for the cancel_discover_shared_folder virtual method.Ettore Perazzoli2002-10-189-66/+250
* Change the selection mode to GTK_SELECTION_BROWSE so there is always aEttore Perazzoli2002-10-083-14/+18
* new function, emit cancelled so the folder selector button will sensitizeChris Toshok2002-10-052-0/+20
* It's a grand old string-review! Nitpicky and minor changes; details in the ap...Aaron Weber2002-10-013-2/+8
* Calls e_shell_command_remove_shared_folder. (file_verbs): Set upDan Winship2002-10-0113-102/+433
* If we return from evolution_shell_client_user_select_folder to find thatDan Winship2002-10-012-0/+17
* (load_folder): Always return TRUE, even in theEttore Perazzoli2002-09-272-1/+6
* set history_id on GnomeFileEntry, to actually get the history.Rodrigo Moya2002-09-262-1/+6
* If one of the allowed types is "type/*", allow anything starting withDan Winship2002-09-265-12/+55
* [Finish fixing #11645.]Ettore Perazzoli2002-09-266-46/+142
* Placate compiler.Ettore Perazzoli2002-09-255-1/+69
* Don't destroy the dialog. It does that itself whenever it emitsDan Winship2002-09-253-4/+12
* Add PilotConduitSettings verb. [#14019]Ettore Perazzoli2002-09-242-18/+42
* use the new e_tree_set_search_column function instead of my lameass sortMike Kestner2002-09-242-14/+6
* (e_shell_construct): Oops, no @shell argument toEttore Perazzoli2002-09-242-1/+6
* Use e_shell_request_close_view().Ettore Perazzoli2002-09-244-31/+74
* (get_type_from_parent_path):Ettore Perazzoli2002-09-242-3/+9
* Added some missing names.Ettore Perazzoli2002-09-244-2/+17
* Removed member sort_idle_id inEttore Perazzoli2002-09-212-80/+50
* [Fix #28495 with a lame hack that works around Bonobo sizingEttore Perazzoli2002-09-202-2/+47
* (async_create_cb): Don't setEttore Perazzoli2002-09-202-3/+5
* (evolution_storage_update_folder): Do notEttore Perazzoli2002-09-202-17/+11
* (resort): New. (sort_idle_callback): Use it. (insert_storages): UseEttore Perazzoli2002-09-202-8/+23
* bandaid for 30248.Mike Kestner2002-09-202-1/+5
* Allow 'back' to run if we're on the finish page. For #29293.Not Zed2002-09-192-1/+8
* updated .cvsignoreJeffrey Stedfast2002-09-191-0/+1
* Add description for E_STORAGE_NOTONLINE.Ettore Perazzoli2002-09-185-0/+19
* Remove unused variable.Ettore Perazzoli2002-09-183-1/+17
* [Fix #28451.]Ettore Perazzoli2002-09-184-21/+151
* Invoke gettext on strings coming from the .oaf files.Kjartan Maraas2002-09-182-2/+7
* Remove some leftover junk.Ettore Perazzoli2002-09-182-24/+5
* Mark a string for translation.Kjartan Maraas2002-09-183-2/+8
* (e_storage_removed_folder): When a highlightedEttore Perazzoli2002-09-182-1/+24
* New script to run Evolution under aEttore Perazzoli2002-09-173-1/+23
* (setup_bonobo_conf_private_directory): g_free() notEttore Perazzoli2002-09-122-4/+9
* no longer distribute the etstate files. enable_search on the view. addMike Kestner2002-09-065-6/+54
* Changed the description of the folders page in the settings dialog to beAnna Marie Dirks2002-09-062-1/+6
* Add a -DPREFIX.Ettore Perazzoli2002-09-052-5/+58
* Return FALSE here. (get_base_url): Add a cast.Ettore Perazzoli2002-09-051-0/+9
* (new_folder_cb): Pass FALSE as @queue toEttore Perazzoli2002-09-052-1/+6
* (e_shell_view_get_current_component_id): If theEttore Perazzoli2002-09-052-0/+13
* Remove the "blah blah" text for now and change "Server" to "Account".Dan Winship2002-09-052-47/+6
* Pass TRUE as @queue to e_shell_view_display_uri().Ettore Perazzoli2002-09-056-27/+72
* Pass FALSE as @restore_all_views to e_shell_restore_from_settings() so weEttore Perazzoli2002-09-054-7/+22
* Pass NULL as @unpopulate_folder_context_menu_fn toEttore Perazzoli2002-09-058-49/+194
* Ooops. I committed the wrong version of the file.Ettore Perazzoli2002-09-041-1/+1
* Create an Items placeholder under ComponentPlaceholder, and thenEttore Perazzoli2002-09-043-1/+18
* Argh, didn't mean to commit this.Ettore Perazzoli2002-09-041-6/+0
* (show_import_wizard): Make the WM closeEttore Perazzoli2002-09-033-8/+15
* Pass a selection_order to oaf_query so we get the components back in aDan Winship2002-08-292-2/+14
* (get_shortcut_info): Make sureEttore Perazzoli2002-08-282-5/+18
* Get the "addresses" property of the select names control rather thanDan Winship2002-08-202-5/+6
* Fix the names of these functions. (They previously used "register" insteadDan Winship2002-08-195-8/+20
* If the selected URI is of an invalid type, don't accept it.Dan Winship2002-08-173-45/+101
* Remove both timeouts when the dialog is destroyed, not just one of them.Dan Winship2002-08-104-44/+76
* Don't include the storage name in the path passed toDan Winship2002-08-072-3/+12
* New callback for the show_folder_properties signal.Ettore Perazzoli2002-08-07