| Commit message (Expand) | Author | Age | Files | Lines |
* | dont unref the pango context, get_context() doesn't create a ref. | Not Zed | 2003-01-09 | 2 | -1/+5 |
* | Images are now in $(datadir)/evolution/images instead of | Ettore Perazzoli | 2003-01-09 | 3 | -3/+11 |
* | (evolution_LDFLAGS): -export-dynamic so custom | Ettore Perazzoli | 2003-01-09 | 3 | -1/+9 |
* | setup gettext | Dan Winship | 2003-01-08 | 2 | -0/+8 |
* | dont double-free storage_lname. | Not Zed | 2003-01-07 | 2 | -1/+5 |
* | remove idldir definition. (It's defined in configure.in now) | Dan Winship | 2003-01-06 | 3 | -3/+7 |
* | [With this commit, the shell compiles without deprecated | Ettore Perazzoli | 2002-12-20 | 48 | -897/+1225 |
* | Don't #include "e-util/e-html-utils.h" as we don't use it. | Jeffrey Stedfast | 2002-12-17 | 2 | -1/+5 |
* | [ fixes bug #35394 ] | Chris Toshok | 2002-12-14 | 2 | -3/+16 |
* | GtkTreeStore wrapper. not built yet | Mike Kestner | 2002-12-12 | 2 | -0/+1452 |
* | use "contacts", "contacts/ldap" as the accepted contacts types, so it'll | Chris Toshok | 2002-12-06 | 2 | -1/+7 |
* | (component_free): Only invoke | Ettore Perazzoli | 2002-12-05 | 2 | -2/+10 |
* | Reverted | Rodrigo Moya | 2002-12-02 | 2 | -5/+0 |
* | Included gtkmessagedialog.h. | Rodrigo Moya | 2002-12-02 | 2 | -0/+5 |
* | changed to use a gtkdialog instead of a gnome one. | Not Zed | 2002-12-02 | 60 | -256/+285 |
* | e_get_language_list now returns language codes that actually work with | Dan Winship | 2002-11-27 | 3 | -9/+11 |
* | Fix <key> -> <applyto> typo. | Ettore Perazzoli | 2002-11-26 | 2 | -2/+6 |
* | (e_shell_offline_sync_all_folders): | Ettore Perazzoli | 2002-11-26 | 2 | -39/+33 |
* | Updated to pass a GSList to e_storage_set_view_set_checkboxes_list() | Ettore Perazzoli | 2002-11-26 | 6 | -80/+72 |
* | (idle_cb): Set displayed_any in the case when we are | Ettore Perazzoli | 2002-11-21 | 2 | -1/+10 |
* | (impl_dispose): Save the | Ettore Perazzoli | 2002-11-21 | 2 | -2/+7 |
* | use e_shell_ marshallers, and make sure STRING parameters map to *_STRING* | Chris Toshok | 2002-11-20 | 21 | -61/+144 |
* | gnome message box -> gtk message dialog. (prepare_intelligent_page): Fix | Not Zed | 2002-11-20 | 2 | -5/+13 |
* | Disabled for now. | Ettore Perazzoli | 2002-11-20 | 15 | -468/+659 |
* | Pass type to bonobo_widget::set_property. | Not Zed | 2002-11-19 | 2 | -1/+6 |
* | re-enable importer wizard. | Not Zed | 2002-11-18 | 2 | -1/+3 |
* | from clicked_cb. (start_import): gtkdialogise. | Not Zed | 2002-11-18 | 12 | -169/+222 |
* | run libglade-convert. | Chris Toshok | 2002-11-18 | 2 | -129/+126 |
* | force the scrolled table to be shown, apparently a bug in libglade2. | Chris Toshok | 2002-11-17 | 3 | -0/+16 |
* | init the corba exception before loading each config page, so previous | Chris Toshok | 2002-11-17 | 2 | -3/+15 |
* | Update. | Ettore Perazzoli | 2002-11-16 | 1 | -2/+2 |
* | Added rule to generate GNOME_Evolution_Shell.server.in from | Ettore Perazzoli | 2002-11-16 | 4 | -5/+17 |
* | (impl_finalize): Fix typo; p -> sp. | Ettore Perazzoli | 2002-11-16 | 2 | -3/+6 |
* | No need to check for priv being NULL here anymore. | Ettore Perazzoli | 2002-11-16 | 3 | -21/+17 |
* | (e_shell_startup_wizard_create): For | Ettore Perazzoli | 2002-11-16 | 2 | -1/+6 |
* | (class_init): Pass the right parent | Ettore Perazzoli | 2002-11-15 | 2 | -1/+6 |
* | e-shell-user-creatable-items-handler.c, Changed into a GObject subclass | Ettore Perazzoli | 2002-11-15 | 6 | -14/+28 |
* | Ref/sink the GtkTooltips. | Ettore Perazzoli | 2002-11-15 | 3 | -1/+10 |
* | Use bonobo_main_quit() instead of gtk_main_quit(). (shell_weak_notify): | Ettore Perazzoli | 2002-11-15 | 4 | -12/+42 |
* | (save_settings_for_views): Removed. | Ettore Perazzoli | 2002-11-15 | 2 | -30/+6 |
* | (impl_dispose): NULL priv->ui_component | Ettore Perazzoli | 2002-11-15 | 2 | -1/+8 |
* | Avoid freeing the servant for now, it looks like something is messed up | Ettore Perazzoli | 2002-11-15 | 7 | -11/+25 |
* | Removed. (no_views_left_cb): Use g_object_add_weak_pointer() instad of | Ettore Perazzoli | 2002-11-15 | 14 | -131/+197 |
* | Change type of member etd in | Ettore Perazzoli | 2002-11-14 | 2 | -2/+8 |
* | Connect finish_func to the "next" signal for now, since GnomeDruid seems | Ettore Perazzoli | 2002-11-14 | 4 | -5/+17 |
* | remove GTK_OBJECT cast and other GTK stuff. | Not Zed | 2002-11-13 | 3 | -16/+23 |
* | need to assign priv here, fixes a crash. | Chris Toshok | 2002-11-12 | 2 | -0/+7 |
* | (impl_dispose): Do unref the config_listener here [I | Ettore Perazzoli | 2002-11-12 | 2 | -1/+6 |
* | (impl_finalize): Protect against | Ettore Perazzoli | 2002-11-12 | 2 | -2/+9 |
* | Make separate dispose/finalize overrides of just overriding destroy. | Ettore Perazzoli | 2002-11-12 | 29 | -254/+538 |
* | use correctly IDL flags. | Rodrigo Moya | 2002-11-08 | 2 | -1/+5 |
* | guard against multiple calls. fixes a crash whenever a task finishes (the | Chris Toshok | 2002-11-08 | 4 | -60/+85 |
* | (e_shell_show_settings): Allow type being NULL. | Ettore Perazzoli | 2002-11-06 | 2 | -2/+7 |
* | (load_folder): Do add folders with an unknown | Ettore Perazzoli | 2002-11-06 | 2 | -10/+5 |
* | Set response_id to GTK_RESPONSE_OK. (cancel_button): Likewise, with | Ettore Perazzoli | 2002-11-06 | 3 | -169/+188 |
* | Use g_object_get_data() instead of gtk_object_get_data(). Likewise. | Ettore Perazzoli | 2002-11-06 | 10 | -18/+29 |
* | Split finalize/dispose. Likewise. Likewise. Likewise. Likewise. Likewise. | Ettore Perazzoli | 2002-11-06 | 14 | -58/+265 |
* | g_object_unref instead of bonobo_object_unref for the | Ettore Perazzoli | 2002-11-06 | 5 | -15/+13 |
* | New. (impl_finalize): New. (destroy): Removed. (class_init): Install | Ettore Perazzoli | 2002-11-06 | 45 | -201/+320 |
* | Removed. (impl_finalize): New. (class_init): Install finalize handler, not | Ettore Perazzoli | 2002-11-05 | 4 | -30/+24 |
* | Pass TRUE for arg allow_creation to e_shell_folder_selection_dialog_new(). | Ettore Perazzoli | 2002-11-05 | 7 | -98/+74 |
* | (e_folder_type_registry_get_handler_for_type): Remove warning for | Ettore Perazzoli | 2002-11-04 | 2 | -32/+27 |
* | Replace gtk_signal_emit() with g_signal_emit(). Likewise. Likewise. | Ettore Perazzoli | 2002-11-04 | 16 | -102/+106 |
* | Use g_object_set_data() instead of gtk_object_set_data(). Likewise. | Ettore Perazzoli | 2002-11-04 | 12 | -39/+56 |
* | Forgot to add this one. | Ettore Perazzoli | 2002-11-04 | 1 | -0/+13 |
* | Update. | Ettore Perazzoli | 2002-11-04 | 1 | -1/+3 |
* | Converted to Glade2 format. Likewise. Likewise. Likewise. Likewise. | Ettore Perazzoli | 2002-11-04 | 7 | -1154/+1116 |
* | Changed all gtk_object_refs()/gtk_object_unrefs() into | Ettore Perazzoli | 2002-11-04 | 46 | -601/+599 |
* | Updated for libxml2. Likewise. Likewise. Likewise. | Ettore Perazzoli | 2002-11-04 | 5 | -15/+22 |
* | Renamed from GNOME_Evolution_Shell.oaf.in. | Ettore Perazzoli | 2002-11-04 | 37 | -542/+773 |
* | First big sync of my GNOME 2 porting work (incomplete, and still | Ettore Perazzoli | 2002-11-02 | 51 | -878/+751 |
* | Increase the width slightly. | Ettore Perazzoli | 2002-10-29 | 3 | -1/+11 |
* | [#31303] | Ettore Perazzoli | 2002-10-26 | 3 | -1/+28 |
* | Set the is_stock flag to TRUE for the summary folder. | Ettore Perazzoli | 2002-10-24 | 5 | -7/+36 |
* | (e_get_activation_failure_msg): If the exception_id is NULL, | Ettore Perazzoli | 2002-10-21 | 2 | -0/+9 |
* | New, implementation for the cancel_discover_shared_folder virtual method. | Ettore Perazzoli | 2002-10-18 | 9 | -66/+250 |
* | Change the selection mode to GTK_SELECTION_BROWSE so there is always a | Ettore Perazzoli | 2002-10-08 | 3 | -14/+18 |
* | new function, emit cancelled so the folder selector button will sensitize | Chris Toshok | 2002-10-05 | 2 | -0/+20 |
* | It's a grand old string-review! Nitpicky and minor changes; details in the ap... | Aaron Weber | 2002-10-01 | 3 | -2/+8 |
* | Calls e_shell_command_remove_shared_folder. (file_verbs): Set up | Dan Winship | 2002-10-01 | 13 | -102/+433 |
* | If we return from evolution_shell_client_user_select_folder to find that | Dan Winship | 2002-10-01 | 2 | -0/+17 |
* | (load_folder): Always return TRUE, even in the | Ettore Perazzoli | 2002-09-27 | 2 | -1/+6 |
* | set history_id on GnomeFileEntry, to actually get the history. | Rodrigo Moya | 2002-09-26 | 2 | -1/+6 |
* | If one of the allowed types is "type/*", allow anything starting with | Dan Winship | 2002-09-26 | 5 | -12/+55 |
* | [Finish fixing #11645.] | Ettore Perazzoli | 2002-09-26 | 6 | -46/+142 |
* | Placate compiler. | Ettore Perazzoli | 2002-09-25 | 5 | -1/+69 |
* | Don't destroy the dialog. It does that itself whenever it emits | Dan Winship | 2002-09-25 | 3 | -4/+12 |
* | Add PilotConduitSettings verb. [#14019] | Ettore Perazzoli | 2002-09-24 | 2 | -18/+42 |
* | use the new e_tree_set_search_column function instead of my lameass sort | Mike Kestner | 2002-09-24 | 2 | -14/+6 |
* | (e_shell_construct): Oops, no @shell argument to | Ettore Perazzoli | 2002-09-24 | 2 | -1/+6 |
* | Use e_shell_request_close_view(). | Ettore Perazzoli | 2002-09-24 | 4 | -31/+74 |
* | (get_type_from_parent_path): | Ettore Perazzoli | 2002-09-24 | 2 | -3/+9 |
* | Added some missing names. | Ettore Perazzoli | 2002-09-24 | 4 | -2/+17 |
* | Removed member sort_idle_id in | Ettore Perazzoli | 2002-09-21 | 2 | -80/+50 |
* | [Fix #28495 with a lame hack that works around Bonobo sizing | Ettore Perazzoli | 2002-09-20 | 2 | -2/+47 |
* | (async_create_cb): Don't set | Ettore Perazzoli | 2002-09-20 | 2 | -3/+5 |
* | (evolution_storage_update_folder): Do not | Ettore Perazzoli | 2002-09-20 | 2 | -17/+11 |
* | (resort): New. (sort_idle_callback): Use it. (insert_storages): Use | Ettore Perazzoli | 2002-09-20 | 2 | -8/+23 |
* | bandaid for 30248. | Mike Kestner | 2002-09-20 | 2 | -1/+5 |
* | Allow 'back' to run if we're on the finish page. For #29293. | Not Zed | 2002-09-19 | 2 | -1/+8 |
* | updated .cvsignore | Jeffrey Stedfast | 2002-09-19 | 1 | -0/+1 |
* | Add description for E_STORAGE_NOTONLINE. | Ettore Perazzoli | 2002-09-18 | 5 | -0/+19 |
* | Remove unused variable. | Ettore Perazzoli | 2002-09-18 | 3 | -1/+17 |
* | [Fix #28451.] | Ettore Perazzoli | 2002-09-18 | 4 | -21/+151 |
* | Invoke gettext on strings coming from the .oaf files. | Kjartan Maraas | 2002-09-18 | 2 | -2/+7 |
* | Remove some leftover junk. | Ettore Perazzoli | 2002-09-18 | 2 | -24/+5 |
* | Mark a string for translation. | Kjartan Maraas | 2002-09-18 | 3 | -2/+8 |
* | (e_storage_removed_folder): When a highlighted | Ettore Perazzoli | 2002-09-18 | 2 | -1/+24 |
* | New script to run Evolution under a | Ettore Perazzoli | 2002-09-17 | 3 | -1/+23 |
* | (setup_bonobo_conf_private_directory): g_free() not | Ettore Perazzoli | 2002-09-12 | 2 | -4/+9 |
* | no longer distribute the etstate files. enable_search on the view. add | Mike Kestner | 2002-09-06 | 5 | -6/+54 |
* | Changed the description of the folders page in the settings dialog to be | Anna Marie Dirks | 2002-09-06 | 2 | -1/+6 |
* | Add a -DPREFIX. | Ettore Perazzoli | 2002-09-05 | 2 | -5/+58 |
* | Return FALSE here. (get_base_url): Add a cast. | Ettore Perazzoli | 2002-09-05 | 1 | -0/+9 |
* | (new_folder_cb): Pass FALSE as @queue to | Ettore Perazzoli | 2002-09-05 | 2 | -1/+6 |
* | (e_shell_view_get_current_component_id): If the | Ettore Perazzoli | 2002-09-05 | 2 | -0/+13 |
* | Remove the "blah blah" text for now and change "Server" to "Account". | Dan Winship | 2002-09-05 | 2 | -47/+6 |
* | Pass TRUE as @queue to e_shell_view_display_uri(). | Ettore Perazzoli | 2002-09-05 | 6 | -27/+72 |
* | Pass FALSE as @restore_all_views to e_shell_restore_from_settings() so we | Ettore Perazzoli | 2002-09-05 | 4 | -7/+22 |
* | Pass NULL as @unpopulate_folder_context_menu_fn to | Ettore Perazzoli | 2002-09-05 | 8 | -49/+194 |
* | Ooops. I committed the wrong version of the file. | Ettore Perazzoli | 2002-09-04 | 1 | -1/+1 |
* | Create an Items placeholder under ComponentPlaceholder, and then | Ettore Perazzoli | 2002-09-04 | 3 | -1/+18 |
* | Argh, didn't mean to commit this. | Ettore Perazzoli | 2002-09-04 | 1 | -6/+0 |
* | (show_import_wizard): Make the WM close | Ettore Perazzoli | 2002-09-03 | 3 | -8/+15 |
* | Pass a selection_order to oaf_query so we get the components back in a | Dan Winship | 2002-08-29 | 2 | -2/+14 |
* | (get_shortcut_info): Make sure | Ettore Perazzoli | 2002-08-28 | 2 | -5/+18 |
* | Get the "addresses" property of the select names control rather than | Dan Winship | 2002-08-20 | 2 | -5/+6 |
* | Fix the names of these functions. (They previously used "register" instead | Dan Winship | 2002-08-19 | 5 | -8/+20 |
* | If the selected URI is of an invalid type, don't accept it. | Dan Winship | 2002-08-17 | 3 | -45/+101 |
* | Remove both timeouts when the dialog is destroyed, not just one of them. | Dan Winship | 2002-08-10 | 4 | -44/+76 |
* | Don't include the storage name in the path passed to | Dan Winship | 2002-08-07 | 2 | -3/+12 |
* | New callback for the show_folder_properties signal. | Ettore Perazzoli | 2002-08-07 |