| Commit message (Expand) | Author | Age | Files | Lines |
* | Added missing quotes: PISOCK_LIBS="-lpisock -lpisync" | Stanislav Brabec | 2002-11-27 | 2 | -1/+6 |
* | add include for gtkstock.h. | Chris Toshok | 2002-11-27 | 7 | -19/+61 |
* | [ roll forward from 1.2 branch ] never pass NULL as the vcard to the corba | Chris Toshok | 2002-11-27 | 2 | -1/+10 |
* | [ roll forward from 1.2 branch, Fixes addressbook bug #28945 ] if the | Chris Toshok | 2002-11-27 | 2 | -1/+16 |
* | remove redundant setting of y2. | Chris Toshok | 2002-11-27 | 6 | -13/+31 |
* | use new schema for completion/uris. (uris_listener): same. | Chris Toshok | 2002-11-27 | 6 | -77/+140 |
* | added missing ';' for new bison to not complain. | Rodrigo Moya | 2002-11-27 | 2 | -1/+23 |
* | (etms_finalize): Call | Ettore Perazzoli | 2002-11-27 | 1 | -1/+26 |
* | Remove a ":" that shouldn't have been there (and abbreviate the | Dan Winship | 2002-11-27 | 2 | -2/+8 |
* | e_get_language_list now returns language codes that actually work with | Dan Winship | 2002-11-27 | 3 | -9/+11 |
* | If the language is something like "fr_FR", return both "fr_FR" and "fr" in | Dan Winship | 2002-11-27 | 2 | -4/+21 |
* | clicked->response signal for gtk dialogue. (new_rule_clicked): Dont unref | Not Zed | 2002-11-26 | 2 | -10/+10 |
* | Add a textcellrenderer to display the folders. (get_widget): Remove FIXME | Not Zed | 2002-11-26 | 2 | -1/+8 |
* | Duh idiot, "un-fixed" the memleak i added. | Not Zed | 2002-11-26 | 3 | -14/+27 |
* | FILTER_RULE_CLASS -> _GET_CLASS | Not Zed | 2002-11-26 | 22 | -74/+97 |
* | Dont grab_add anymore on the button, gtk_button is changed in gtk2 not to | Not Zed | 2002-11-26 | 2 | -1/+6 |
* | removed extra call to CORBA_exception_init. | Richard Li | 2002-11-26 | 2 | -1/+5 |
* | gtk_widget_set_parent_window -> gtk_window_set_transient_for. | Not Zed | 2002-11-26 | 6 | -32/+78 |
* | properly chain finalise. | Not Zed | 2002-11-26 | 2 | -2/+9 |
* | ignore server.in | Chris Toshok | 2002-11-26 | 1 | -0/+1 |
* | New work-in-progress splash from Jakub. | Ettore Perazzoli | 2002-11-26 | 2 | -0/+4 |
* | 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 |
* | (component_destroy): Removed. | Ettore Perazzoli | 2002-11-26 | 2 | -11/+5 |
* | Updated to pass a GSList to e_storage_set_view_set_checkboxes_list() | Ettore Perazzoli | 2002-11-26 | 6 | -80/+72 |
* | show the etable. (addressbook_add_server_druid): show_all before returning | Chris Toshok | 2002-11-25 | 2 | -1/+9 |
* | [ roll forward from the 1.2 branch. fixes #25540, part of #29630, as well | Chris Toshok | 2002-11-25 | 8 | -984/+1230 |
* | Remove the window size setting. (e_msg_composer_attachment_bar_new): Move | Not Zed | 2002-11-25 | 2 | -18/+26 |
* | removed e_messagebox, and use gtk_message_dialog directly. | Not Zed | 2002-11-25 | 2 | -63/+45 |
* | rewrote most of this. Just use gtkfileselection directly, no | Not Zed | 2002-11-25 | 4 | -223/+91 |
* | Changed e_messagebox -> gtk_messagedialog. | Not Zed | 2002-11-25 | 2 | -11/+11 |
* | [ roll forward Sean.Gao@sun.com's fix for #16870 from the 1.2 branch ] | Chris Toshok | 2002-11-23 | 2 | -1/+8 |
* | [ rolling forward fix for #34254 from 1.2 branch ] use g-ascii_strncasecmp | Chris Toshok | 2002-11-23 | 1 | -1/+1 |
* | [ rolling forward fix for #34254 from 1.2 branch ] use g-ascii_strncasecmp | Chris Toshok | 2002-11-23 | 2 | -2/+9 |
* | Use the new camel_operation_cancel_prfd() function to get the cancellation | Jeffrey Stedfast | 2002-11-23 | 4 | -20/+201 |
* | Added an optional nspr pipe field. (e_msgport_new): Init nspr pipe to | Not Zed | 2002-11-23 | 3 | -14/+128 |
* | Add NSPR CFLAGS and LDFLAGS to the E_UTIL build flags. | Jeffrey Stedfast | 2002-11-23 | 2 | -1/+6 |
* | Show file name when prompt to user for overwrite. Fixes bug #34180. | Harry Lu | 2002-11-23 | 1 | -2/+1 |
* | Show file name when prompt to user for overwrite. | Harry Lu | 2002-11-23 | 2 | -9/+15 |
* | If we have a namespace of "", then always match any path. | Not Zed | 2002-11-22 | 2 | -4/+14 |
* | Enable dragging of all attachments. For bug #34327. | Harry Lu | 2002-11-22 | 2 | -5/+7 |
* | Since the GSList returned from gconf needs to be free'd by us, we don't | Jeffrey Stedfast | 2002-11-22 | 2 | -16/+33 |
* | applied patches from http://bugzilla.ximian.com/show_bug.cgi?id=29588 | Radek Doulik | 2002-11-21 | 4 | -46/+83 |
* | ignore .server.in | Chris Toshok | 2002-11-21 | 1 | -0/+1 |
* | roll forward the scope fix. | Chris Toshok | 2002-11-21 | 2 | -1/+5 |
* | roll forward the fix for the contact editor. | Chris Toshok | 2002-11-21 | 2 | -0/+10 |
* | Duh! dont free subject & simplify logic a little. | Not Zed | 2002-11-21 | 3 | -9/+14 |
* | pass type to bonobo_control_set_property. | Not Zed | 2002-11-21 | 3 | -4/+9 |
* | Pass type to bonobo_ctonrol_set_property, and also NULL terminate the | Not Zed | 2002-11-21 | 3 | -2/+11 |
* | (idle_cb): Set displayed_any in the case when we are | Ettore Perazzoli | 2002-11-21 | 2 | -1/+10 |
* | Change hlook value for "Toolbar" to be "both_horiz". Likewise. Likewise. | Ettore Perazzoli | 2002-11-21 | 8 | -7/+18 |
* | (owner_unset_cb): bonobo_main_quit() instead | Ettore Perazzoli | 2002-11-21 | 2 | -8/+10 |
* | Removed unused #define COMPONENT_FACTORY_ID. (component_factory_init): | Ettore Perazzoli | 2002-11-21 | 3 | -17/+12 |
* | AC_OUTPUT(my-evoluton/Makefile). | Ettore Perazzoli | 2002-11-21 | 2 | -0/+5 |
* | (impl_dispose): Save the | Ettore Perazzoli | 2002-11-21 | 2 | -2/+7 |
* | (changelogs): Add my-evolution. | Ettore Perazzoli | 2002-11-21 | 2 | -0/+5 |
* | Use GConf. | Ettore Perazzoli | 2002-11-21 | 10 | -372/+398 |
* | free the list data | Jeffrey Stedfast | 2002-11-21 | 1 | -8/+5 |
* | gconfify. | Jeffrey Stedfast | 2002-11-21 | 2 | -26/+42 |
* | sync the gconf settings | Jeffrey Stedfast | 2002-11-21 | 1 | -0/+2 |
* | gconfify. (mail_composer_prefs_apply): gconfify this also. | Jeffrey Stedfast | 2002-11-21 | 3 | -37/+61 |
* | Change hlook value for Toolbar to be | Ettore Perazzoli | 2002-11-21 | 2 | -1/+6 |
* | 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 |
* | provide a proper implicit rule for building .server.in from .server.in.in. | Not Zed | 2002-11-20 | 3 | -8/+15 |
* | cvs removed it all. Not much use having it around anymore. | Not Zed | 2002-11-20 | 20 | -6733/+5 |
* | fix typo, servers_in_files -> server_in_files. | Not Zed | 2002-11-20 | 2 | -1/+6 |
* | commit clahey's original pango work. | Chris Toshok | 2002-11-20 | 2 | -916/+392 |
* | build fixes | Jeffrey Stedfast | 2002-11-20 | 1 | -1/+5 |
* | Save the settings via gconf. (mail_preferences_construct): Load the values | Jeffrey Stedfast | 2002-11-20 | 5 | -86/+145 |
* | Added rule to generate GNOME_Evolution_Calendar.server.in from | Ettore Perazzoli | 2002-11-20 | 3 | -11/+24 |
* | Check for gconftool-2, and added | Ettore Perazzoli | 2002-11-20 | 2 | -0/+11 |
* | gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.server. | Ettore Perazzoli | 2002-11-20 | 3 | -5/+13 |
* | Disabled for now. | Ettore Perazzoli | 2002-11-20 | 15 | -468/+659 |
* | redo tags for legalnotice ordering. open/close for actual preface is in | Aaron Weber | 2002-11-20 | 5 | -15/+470 |
* | added | Jeffrey Stedfast | 2002-11-20 | 1 | -0/+496 |
* | applied plain_signature_fix.patch | Radek Doulik | 2002-11-20 | 7 | -3/+19 |
* | Removed $(GNOME_LIBDIR) and $(GNOMEUI_LIBS) | Rodney Dawes | 2002-11-20 | 7 | -12/+4 |
* | Pass type to bonobo_widget::set_property. | Not Zed | 2002-11-19 | 2 | -1/+6 |
* | fix warning message, outlook->mbox. | Not Zed | 2002-11-19 | 11 | -18/+41 |
* | dont unref after destroy. duh. | Not Zed | 2002-11-19 | 5 | -24/+53 |
* | pass type to bonobo_widget::set_property. (select_names_ok_cb): ", for | Not Zed | 2002-11-19 | 4 | -7/+25 |
* | show the custom table. | Chris Toshok | 2002-11-19 | 2 | -0/+6 |
* | column_width = double. (e_reflow_realize): no need to cast to double, | Chris Toshok | 2002-11-19 | 1 | -4/+4 |
* | take GCallback, not GtkSignalFunc. (configure_sort_dialog): show the | Chris Toshok | 2002-11-19 | 2 | -214/+19 |
* | remove the cast to (int) - column_width is a double. | Chris Toshok | 2002-11-19 | 4 | -11/+28 |
* | Updated to use GtkTreeView. | Jeffrey Stedfast | 2002-11-19 | 5 | -80/+141 |
* | applied spell_crash_fix.patch | Radek Doulik | 2002-11-19 | 2 | -0/+10 |
* | Specify the default account. Also, don't need to use | Jeffrey Stedfast | 2002-11-18 | 2 | -1/+11 |
* | If the namespace is at/below INBOX, check for the INBOX explicitly (since | Jeffrey Stedfast | 2002-11-18 | 2 | -20/+73 |
* | re-enable importer wizard. | Not Zed | 2002-11-18 | 2 | -1/+3 |
* | Added back libevolution-importer stuff. (SUBDIRS): Added back importers. | Not Zed | 2002-11-18 | 10 | -44/+186 |
* | from clicked_cb. (start_import): gtkdialogise. | Not Zed | 2002-11-18 | 12 | -169/+222 |
* | Added back IMPORTERS_CFLAGS and mail/importers/Makefile | Not Zed | 2002-11-18 | 2 | -3/+9 |
* | Remove check for gtk_main_level(). as far as i can tell it serves no real | Not Zed | 2002-11-18 | 2 | -36/+53 |
* | run libglade-convert. | Chris Toshok | 2002-11-18 | 2 | -129/+126 |
* | oops, missed some "oaf"'s. | Chris Toshok | 2002-11-18 | 2 | -1/+6 |
* | we need to destroy the dialog after we've run it, because run doesn't do | Not Zed | 2002-11-18 | 1 | -0/+1 |
* | we require >= 0.0.9.99 of gal. | Chris Toshok | 2002-11-17 | 1 | -0/+4 |
* | convert this to wrap around GtkMessageDialog. | Chris Toshok | 2002-11-17 | 1 | -6/+24 |
* | convert some GnomeDialog stuff to GtkDialog. | Chris Toshok | 2002-11-17 | 3 | -13/+11 |
* | sink the popup. (e_contact_editor_build_email_ui): same. | Chris Toshok | 2002-11-17 | 3 | -0/+18 |
* | remove the moniker cruft. | Chris Toshok | 2002-11-17 | 3 | -82/+7 |
* | 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 |
* | fix c&p typo. | Chris Toshok | 2002-11-17 | 9 | -240/+198 |
* | check for table->table_canvas == NULL. | Chris Toshok | 2002-11-17 | 2 | -15/+19 |
* | fix c&p typo. | Chris Toshok | 2002-11-17 | 1 | -1/+1 |
* | ignore .server.in | Chris Toshok | 2002-11-17 | 1 | -0/+1 |
* | ignore composer-marshal.[ch] | Chris Toshok | 2002-11-17 | 1 | -0/+1 |
* | we require >= 0.0.9.99 of gal. | Chris Toshok | 2002-11-17 | 1 | -10/+13 |
* | use new e_table_header_compute_height signature. | Chris Toshok | 2002-11-17 | 2 | -1/+6 |
* | GObject port work. | Chris Toshok | 2002-11-17 | 69 | -4140/+4783 |
* | Lots of GObject work. | Chris Toshok | 2002-11-17 | 17 | -1249/+1404 |
* | GtkObject->Gobject and GnomeDialog->GtkDialog work. | Chris Toshok | 2002-11-17 | 4 | -208/+252 |
* | lots of GObject work. | Chris Toshok | 2002-11-17 | 12 | -486/+508 |
* | add lots of marshallers (most, if not all, for etable). | Chris Toshok | 2002-11-17 | 6 | -96/+82 |
* | Update. | Ettore Perazzoli | 2002-11-16 | 1 | -0/+1 |
* | Added rule to create GNOME_Evolution_Wombat.server.in from | Ettore Perazzoli | 2002-11-16 | 4 | -11/+30 |
* | Added rule to generate GNOME_Evolution_Addressbook.server.in from | Ettore Perazzoli | 2002-11-16 | 6 | -508/+467 |
* | Update. | Ettore Perazzoli | 2002-11-16 | 2 | -3/+4 |
* | Added rule to generate GNOME_Evolution_Shell.server.in from | Ettore Perazzoli | 2002-11-16 | 4 | -5/+17 |
* | Added rule to generate GNOME_Evolution_Summary.server.in from | Ettore Perazzoli | 2002-11-16 | 3 | -11/+20 |
* | Add rules to substitute @LIBEXEC@ in GNOME_Evolution_Mail.server.in.in and | Ettore Perazzoli | 2002-11-16 | 3 | -14/+25 |
* | Set up the my-evolution flags properly, do not | Ettore Perazzoli | 2002-11-16 | 2 | -7/+9 |
* | Use bonobo_main_quit | Rodney Dawes | 2002-11-16 | 2 | -1/+5 |
* | Use bonobo_main_quit instead of gtk | Rodney Dawes | 2002-11-16 | 3 | -2/+6 |
* | Use bonobo_main_quit instead of gtk | Rodney Dawes | 2002-11-16 | 2 | -1/+5 |
* | new function, build pango layout for string. | Chris Toshok | 2002-11-16 | 3 | -53/+84 |
* | (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 |
* | Correctly spell Advanced. | Jeffrey Stedfast | 2002-11-16 | 2 | -1/+6 |
* | (esma_dispose): g_object_unref() instead of gtk_object_unref(). | Ettore Perazzoli | 2002-11-16 | 1 | -1/+1 |
* | weak notify -> ref. | Not Zed | 2002-11-15 | 4 | -3/+12 |
* | fix typo. | Chris Toshok | 2002-11-15 | 1 | -2/+2 |
* | clean this up a tad. | Chris Toshok | 2002-11-15 | 6 | -133/+38 |
* | ETableConfig derives from GObject (fix warnings). | Chris Toshok | 2002-11-15 | 4 | -70/+82 |
* | deal with EBitArray/ESorter being a GObject now. | Chris Toshok | 2002-11-15 | 8 | -93/+55 |
* | deal with ESelectionModel no longer deriving from GtkObject. | Chris Toshok | 2002-11-15 | 10 | -359/+394 |
* | this derives from GObject now. | Chris Toshok | 2002-11-15 | 9 | -296/+312 |
* | (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 |
* | use GtkDialog's ::response instead of GnomeDialog's ::clicked. | Chris Toshok | 2002-11-15 | 2 | -5/+12 |
* | hrm, we shouldn't need to do this, but gtk_widget_show_all the custom | Chris Toshok | 2002-11-15 | 1 | -0/+1 |
* | this subclasses from GObject now, not GtkObject. don't use GtkObject | Chris Toshok | 2002-11-15 | 6 | -3922/+3925 |
* | Ref/sink the GtkTooltips. | Ettore Perazzoli | 2002-11-15 | 3 | -1/+10 |
* | Use g_object_weak_ref rather than connecting to destroy. | Jeffrey Stedfast | 2002-11-15 | 9 | -62/+75 |
* | 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 |
* | New. (e_clipped_label_destroy): Removed. | Ettore Perazzoli | 2002-11-15 | 3 | -13/+22 |
* | (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 |
* | Updated spanish translation. | German Poo Caaman~o | 2002-11-15 | 2 | -2/+6 |
* | Updated spanish translation. | German Poo Caaman~o | 2002-11-15 | 2 | -1474/+384 |
* | Removed. (no_views_left_cb): Use g_object_add_weak_pointer() instad of | Ettore Perazzoli | 2002-11-15 | 14 | -131/+197 |
* | Converted to Glade 2. | Ettore Perazzoli | 2002-11-15 | 2 | -646/+660 |
* | Replaced all gtk_signal_connect() calls with g_signal_connect() ones. | Ettore Perazzoli | 2002-11-15 | 8 | -95/+61 |
* | Changed to use g_object_*() and g_signal_*() | Ettore Perazzoli | 2002-11-15 | 2 | -47/+70 |
* | Want a (GWeakNotify) cast here, not (GWeakNotify *). | Ettore Perazzoli | 2002-11-15 | 11 | -30/+67 |
* | shell client objref. (mail_add_storage): " (mail_remove_storage): " | Not Zed | 2002-11-14 | 2 | -3/+9 |
* | add more marshallers for e-table. | Chris Toshok | 2002-11-14 | 2 | -160/+181 |
* | more porting work. | Chris Toshok | 2002-11-14 | 14 | -1098/+971 |
* | Change type of member etd in | Ettore Perazzoli | 2002-11-14 | 2 | -2/+8 |
* | menus/gal-view-menus.h GObjectified. | Ettore Perazzoli | 2002-11-14 | 5 | -98/+98 |
* | Remove a couple backslashes that were causing automake to complain, even | Joe Shaw | 2002-11-14 | 2 | -2/+8 |
* | start porting to GObject. | Chris Toshok | 2002-11-14 | 12 | -375/+235 |
* | #include <string.h> (obj_removed_cb): Fixed prototype. | Federico Mena Quintero | 2002-11-14 | 4 | -8/+20 |
* | (e_config_listener_get_string_with_default): | Ettore Perazzoli | 2002-11-14 | 2 | -5/+11 |
* | Use g_object_new() instead of gtk_type_new(). Likewise. Likewise. | Ettore Perazzoli | 2002-11-14 | 7 | -6/+15 |
* | Connect finish_func to the "next" signal for now, since GnomeDruid seems | Ettore Perazzoli | 2002-11-14 | 4 | -5/+17 |
* | Converted to Glade 2. | Ettore Perazzoli | 2002-11-14 | 2 | -244/+263 |
* | Do not #include <libgnome/gnome-defs.h>. Likewise. Likewise. Likewise. | Ettore Perazzoli | 2002-11-14 | 11 | -13/+17 |
* | Removed {BEGIN,END}_GNOME_DECLS. | Ettore Perazzoli | 2002-11-14 | 4 | -9/+9 |
* | re-added filter, mail, composer | Not Zed | 2002-11-13 | 3 | -6/+16 |
* | destroy->weak ref. (owner_set_cb): shell client changes. | Not Zed | 2002-11-13 | 7 | -11/+25 |
* | remove GTK_OBJECT cast and other GTK stuff. | Not Zed | 2002-11-13 | 3 | -16/+23 |
* | gnome-xml->libxml | Not Zed | 2002-11-13 | 3 | -3/+9 |
* | bonobo api changes. | Not Zed | 2002-11-13 | 2 | -3/+5 |
* | Get the root node properly. | Not Zed | 2002-11-13 | 16 | -33/+49 |
* | Added to cvs. Currently contains no configurable stuff, but maybe it will | Not Zed | 2002-11-13 | 20 | -449/+783 |
* | Use the right object_new method. | Not Zed | 2002-11-13 | 3 | -3/+14 |
* | comment out gtk_destroyed check. | Not Zed | 2002-11-13 | 5 | -25/+86 |
* | push_in = FALSE, no clue why... :) (_arrow_pressed): call | Chris Toshok | 2002-11-13 | 7 | -23/+43 |
* | add e-password.h (libeutil_la_SOURCES): add e-password.c | Chris Toshok | 2002-11-13 | 4 | -96/+68 |
* | #include <string.h> | Federico Mena Quintero | 2002-11-13 | 9 | -178/+219 |
* | Added files I've ported. | Jeffrey Stedfast | 2002-11-13 | 3 | -7/+38 |
* | Fixed i18n rule. | Michael Zucci | 2002-11-12 | 1 | -1/+1 |
* | Commented out stuff that doesn't build yet. Also fixed idl build rule. | Not Zed | 2002-11-12 | 42 | -1966/+1904 |
* | guard against multiple invocations. | Chris Toshok | 2002-11-12 | 6 | -38/+63 |
* | change signature to that of a weak ref notify function. (main): ::destroy | Chris Toshok | 2002-11-12 | 19 | -609/+578 |
* | only clear choices if cv->choices != NULL. (e_completion_view_disconnect): | Chris Toshok | 2002-11-12 | 1 | -3/+6 |
* | port to GObject. | Chris Toshok | 2002-11-12 | 3 | -101/+106 |
* | Half way ported. I'll finish the rest later. | Jeffrey Stedfast | 2002-11-12 | 3 | -247/+209 |
* | need to assign priv here, fixes a crash. | Chris Toshok | 2002-11-12 | 2 | -0/+7 |
* | remove tools for now, it's not in configure.in. | Joe Shaw | 2002-11-12 | 2 | -1/+5 |
* | add addressbook. | Chris Toshok | 2002-11-12 | 2 | -0/+5 |
* | change around a little, still ifdefed though. | Chris Toshok | 2002-11-12 | 6 | -204/+98 |
* | (impl_dispose): Do unref the config_listener here [I | Ettore Perazzoli | 2002-11-12 | 2 | -1/+6 |
* | gtk_widget_destroy() instead of gtk_object_destroy(). | Ettore Perazzoli | 2002-11-12 | 9 | -29/+53 |
* | Convert to use libxml2. | Ettore Perazzoli | 2002-11-12 | 2 | -12/+16 |
* | (add_key): g_strdup() the value in the case | Ettore Perazzoli | 2002-11-12 | 2 | -1/+6 |
* | Convert from GtkObject to GObject. | Ettore Perazzoli | 2002-11-12 | 2 | -14/+12 |
* | (init): Use GObject functions instead of | Ettore Perazzoli | 2002-11-12 | 2 | -16/+18 |
* | Replace gtk_object_(un)?ref() with g_object_(un)?ref(). Likewise. | Ettore Perazzoli | 2002-11-12 | 6 | -20/+20 |
* | Ported. | Jeffrey Stedfast | 2002-11-12 | 2 | -112/+97 |
* | Forgot two more gtk_object_(un)?ref()s. | Ettore Perazzoli | 2002-11-12 | 2 | -4/+4 |
* | Replace gtk_object_(un)?ref() with g_object_(un)?ref(). Likewise. | Ettore Perazzoli | 2002-11-12 | 12 | -67/+67 |
* | (impl_finalize): Protect against | Ettore Perazzoli | 2002-11-12 | 2 | -2/+9 |
* | Ported. | Jeffrey Stedfast | 2002-11-12 | 4 | -74/+56 |
* | Ported. | Jeffrey Stedfast | 2002-11-12 | 4 | -73/+89 |
* | fix bug 27336, which is about how the Search Base option description is | Aaron Weber | 2002-11-12 | 2 | -16/+14 |
* | Ported. | Jeffrey Stedfast | 2002-11-12 | 5 | -317/+311 |
* | Removed. (impl_finalize): New. (class_init): Override GObject::finalize, | Ettore Perazzoli | 2002-11-12 | 4 | -43/+56 |
* | Make separate dispose/finalize overrides of just overriding destroy. | Ettore Perazzoli | 2002-11-12 | 29 | -254/+538 |
* | Remove some unused ehaders and ones that cause compilation failures (such | Jeffrey Stedfast | 2002-11-11 | 3 | -34/+30 |
* | Re-add e-proxy.c to the build. | Jeffrey Stedfast | 2002-11-11 | 2 | -1/+6 |
* | pull in soup-2.0 for e-util so we can build e-proxy.c | Jeffrey Stedfast | 2002-11-11 | 1 | -1/+1 |
* | Rewritten. Much much much cleaner implementation now, though uses | Jeffrey Stedfast | 2002-11-11 | 3 | -332/+263 |
* | Use g_strerror when setting an exception string (we need it to be in | Jeffrey Stedfast | 2002-11-11 | 6 | -12/+36 |
* | Use g_strerror when setting an exception string (we need it to be in | Jeffrey Stedfast | 2002-11-11 | 32 | -255/+404 |
* | Converted to libglade-2's format. | Jeffrey Stedfast | 2002-11-11 | 5 | -5764/+6083 |
* | guard against multiple invocations. | Chris Toshok | 2002-11-10 | 15 | -229/+334 |
* | guard against multiple invocations. (remove_book_view): same. | Chris Toshok | 2002-11-09 | 6 | -19/+59 |
* | oops, missed these casts. | Chris Toshok | 2002-11-09 | 4 | -10/+17 |
* | add e-categories-config.h and e-categories-master-list-wombat.h | Chris Toshok | 2002-11-09 | 4 | -85/+66 |
* | port work. | Chris Toshok | 2002-11-09 | 16 | -347/+480 |
* | parent class is GObjectClass. | Chris Toshok | 2002-11-09 | 10 | -68/+171 |
* | correct the GET_CLASS macro. | Chris Toshok | 2002-11-09 | 6 | -6/+6 |
* | Use weak_ref instead of connecting to "destroy". (rule_add): Same. | Jeffrey Stedfast | 2002-11-09 | 2 | -3/+9 |
* | Ported. | Jeffrey Stedfast | 2002-11-09 | 3 | -125/+112 |
* | add camel back in. (contact_print_style_editor_test_LDADD): same. | Chris Toshok | 2002-11-09 | 1 | -3/+2 |
* | add printing back in. | Chris Toshok | 2002-11-09 | 1 | -4/+2 |
* | Commit missing files. | Ettore Perazzoli | 2002-11-09 | 2 | -5/+4 |
* | Use g_object_set_data(..., NULL) instead of gtk_object_remove_data(). | Ettore Perazzoli | 2002-11-09 | 9 | -126/+140 |
* | Use g_object_ref()/g_object_unref() instead of | Ettore Perazzoli | 2002-11-09 | 29 | -194/+246 |
* | Use g_signal_connect() instead of gtk_signal_connect(). Likewise. | Ettore Perazzoli | 2002-11-09 | 23 | -484/+389 |
* | (calendar_offline_handler_class_init): GObjectified. | Ettore Perazzoli | 2002-11-09 | 3 | -16/+39 |
* | fix a comment (e_localtime_with_offset returns the offset in seconds | Dan Winship | 2002-11-08 | 1 | -1/+1 |
* | add some more addressbook paths. | Chris Toshok | 2002-11-08 | 2 | -0/+6 |
* | convert to glade-2 | Chris Toshok | 2002-11-08 | 5 | -297/+309 |
* | port work. | Chris Toshok | 2002-11-08 | 9 | -278/+245 |
* | use GLib macros. | Rodrigo Moya | 2002-11-08 | 3 | -9/+15 |
* | use correctly IDL flags. | Rodrigo Moya | 2002-11-08 | 2 | -1/+5 |
* | prepend /apps/Evolution to config db paths. | Chris Toshok | 2002-11-08 | 3 | -4/+13 |
* | more porting work. | Chris Toshok | 2002-11-08 | 13 | -3744/+3753 |
* | Added composer/Makefile & gtkhtml-3.0 deps. | Not Zed | 2002-11-08 | 2 | -6/+10 |
* | guard against multiple calls. fixes a crash whenever a task finishes (the | Chris Toshok | 2002-11-08 | 4 | -60/+85 |
* | constify the content_type. | Not Zed | 2002-11-08 | 3 | -2/+7 |
* | Fix bonobo object setup. | Not Zed | 2002-11-08 | 16 | -750/+745 |