aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* start porting to GObject.Chris Toshok2002-11-1412-375/+235
* #include <string.h> (obj_removed_cb): Fixed prototype.Federico Mena Quintero2002-11-144-8/+20
* (e_config_listener_get_string_with_default):Ettore Perazzoli2002-11-142-5/+11
* Use g_object_new() instead of gtk_type_new(). Likewise. Likewise.Ettore Perazzoli2002-11-147-6/+15
* Connect finish_func to the "next" signal for now, since GnomeDruid seemsEttore Perazzoli2002-11-144-5/+17
* Converted to Glade 2.Ettore Perazzoli2002-11-142-244/+263
* Do not #include <libgnome/gnome-defs.h>. Likewise. Likewise. Likewise.Ettore Perazzoli2002-11-1411-13/+17
* Removed {BEGIN,END}_GNOME_DECLS.Ettore Perazzoli2002-11-144-9/+9
* re-added filter, mail, composerNot Zed2002-11-133-6/+16
* destroy->weak ref. (owner_set_cb): shell client changes.Not Zed2002-11-137-11/+25
* remove GTK_OBJECT cast and other GTK stuff.Not Zed2002-11-133-16/+23
* gnome-xml->libxmlNot Zed2002-11-133-3/+9
* bonobo api changes.Not Zed2002-11-132-3/+5
* Get the root node properly.Not Zed2002-11-1316-33/+49
* Added to cvs. Currently contains no configurable stuff, but maybe it willNot Zed2002-11-1320-449/+783
* Use the right object_new method.Not Zed2002-11-133-3/+14
* comment out gtk_destroyed check.Not Zed2002-11-135-25/+86
* push_in = FALSE, no clue why... :) (_arrow_pressed): callChris Toshok2002-11-137-23/+43
* add e-password.h (libeutil_la_SOURCES): add e-password.cChris Toshok2002-11-134-96/+68
* #include <string.h>Federico Mena Quintero2002-11-139-178/+219
* Added files I've ported.Jeffrey Stedfast2002-11-133-7/+38
* Fixed i18n rule.Michael Zucci2002-11-121-1/+1
* Commented out stuff that doesn't build yet. Also fixed idl build rule.Not Zed2002-11-1242-1966/+1904
* guard against multiple invocations.Chris Toshok2002-11-126-38/+63
* change signature to that of a weak ref notify function. (main): ::destroyChris Toshok2002-11-1219-609/+578
* only clear choices if cv->choices != NULL. (e_completion_view_disconnect):Chris Toshok2002-11-121-3/+6
* port to GObject.Chris Toshok2002-11-123-101/+106
* Half way ported. I'll finish the rest later.Jeffrey Stedfast2002-11-123-247/+209
* need to assign priv here, fixes a crash.Chris Toshok2002-11-122-0/+7
* remove tools for now, it's not in configure.in.Joe Shaw2002-11-122-1/+5
* add addressbook.Chris Toshok2002-11-122-0/+5
* change around a little, still ifdefed though.Chris Toshok2002-11-126-204/+98
* (impl_dispose): Do unref the config_listener here [IEttore Perazzoli2002-11-122-1/+6
* gtk_widget_destroy() instead of gtk_object_destroy().Ettore Perazzoli2002-11-129-29/+53
* Convert to use libxml2.Ettore Perazzoli2002-11-122-12/+16
* (add_key): g_strdup() the value in the caseEttore Perazzoli2002-11-122-1/+6
* Convert from GtkObject to GObject.Ettore Perazzoli2002-11-122-14/+12
* (init): Use GObject functions instead ofEttore Perazzoli2002-11-122-16/+18
* Replace gtk_object_(un)?ref() with g_object_(un)?ref(). Likewise.Ettore Perazzoli2002-11-126-20/+20
* Ported.Jeffrey Stedfast2002-11-122-112/+97
* Forgot two more gtk_object_(un)?ref()s.Ettore Perazzoli2002-11-122-4/+4
* Replace gtk_object_(un)?ref() with g_object_(un)?ref(). Likewise.Ettore Perazzoli2002-11-1212-67/+67
* (impl_finalize): Protect againstEttore Perazzoli2002-11-122-2/+9
* Ported.Jeffrey Stedfast2002-11-124-74/+56
* Ported.Jeffrey Stedfast2002-11-124-73/+89
* fix bug 27336, which is about how the Search Base option description isAaron Weber2002-11-122-16/+14
* Ported.Jeffrey Stedfast2002-11-125-317/+311
* Removed. (impl_finalize): New. (class_init): Override GObject::finalize,Ettore Perazzoli2002-11-124-43/+56
* Make separate dispose/finalize overrides of just overriding destroy.Ettore Perazzoli2002-11-1229-254/+538
* Remove some unused ehaders and ones that cause compilation failures (suchJeffrey Stedfast2002-11-113-34/+30
* Re-add e-proxy.c to the build.Jeffrey Stedfast2002-11-112-1/+6
* pull in soup-2.0 for e-util so we can build e-proxy.cJeffrey Stedfast2002-11-111-1/+1
* Rewritten. Much much much cleaner implementation now, though usesJeffrey Stedfast2002-11-113-332/+263
* Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-116-12/+36
* Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-1132-255/+404
* Converted to libglade-2's format.Jeffrey Stedfast2002-11-115-5764/+6083
* guard against multiple invocations.Chris Toshok2002-11-1015-229/+334
* guard against multiple invocations. (remove_book_view): same.Chris Toshok2002-11-096-19/+59
* oops, missed these casts.Chris Toshok2002-11-094-10/+17
* add e-categories-config.h and e-categories-master-list-wombat.hChris Toshok2002-11-094-85/+66
* port work.Chris Toshok2002-11-0916-347/+480
* parent class is GObjectClass.Chris Toshok2002-11-0910-68/+171
* correct the GET_CLASS macro.Chris Toshok2002-11-096-6/+6
* Use weak_ref instead of connecting to "destroy". (rule_add): Same.Jeffrey Stedfast2002-11-092-3/+9
* Ported.Jeffrey Stedfast2002-11-093-125/+112
* add camel back in. (contact_print_style_editor_test_LDADD): same.Chris Toshok2002-11-091-3/+2
* add printing back in.Chris Toshok2002-11-091-4/+2
* Commit missing files.Ettore Perazzoli2002-11-092-5/+4
* Use g_object_set_data(..., NULL) instead of gtk_object_remove_data().Ettore Perazzoli2002-11-099-126/+140
* Use g_object_ref()/g_object_unref() instead ofEttore Perazzoli2002-11-0929-194/+246
* Use g_signal_connect() instead of gtk_signal_connect(). Likewise.Ettore Perazzoli2002-11-0923-484/+389
* (calendar_offline_handler_class_init): GObjectified.Ettore Perazzoli2002-11-093-16/+39
* fix a comment (e_localtime_with_offset returns the offset in secondsDan Winship2002-11-081-1/+1
* add some more addressbook paths.Chris Toshok2002-11-082-0/+6
* convert to glade-2Chris Toshok2002-11-085-297/+309
* port work.Chris Toshok2002-11-089-278/+245
* use GLib macros.Rodrigo Moya2002-11-083-9/+15
* use correctly IDL flags.Rodrigo Moya2002-11-082-1/+5
* prepend /apps/Evolution to config db paths.Chris Toshok2002-11-083-4/+13
* more porting work.Chris Toshok2002-11-0813-3744/+3753
* Added composer/Makefile & gtkhtml-3.0 deps.Not Zed2002-11-082-6/+10
* guard against multiple calls. fixes a crash whenever a task finishes (theChris Toshok2002-11-084-60/+85
* constify the content_type.Not Zed2002-11-083-2/+7
* Fix bonobo object setup.Not Zed2002-11-0816-750/+745
* add lots of libs back in since they're building now.Chris Toshok2002-11-0810-138/+153
* more porting work.Chris Toshok2002-11-0816-319/+338
* GNOME_Evolution_Summary.oaf.in = > GNOME_Evolution_Summary.server.inChris Toshok2002-11-082-1/+6
* tests are linking now, and link in libcamel.la.Chris Toshok2002-11-084-77/+56
* add prototypes for e_utf8_casefold_collate{_len}Chris Toshok2002-11-083-0/+34
* don't use GTK, we don't need it.Rodrigo Moya2002-11-082-19/+20
* Renamed from GNOME_Evolution_Summary.oaf.in.in.Ettore Perazzoli2002-11-084-11/+18
* Use a GtkDialog instead of a GnomeDialog for reporting errors.Jeffrey Stedfast2002-11-0812-121/+137
* *** empty log message ***Rodrigo Moya2002-11-081-0/+2
* include gnome-dialogJP Rosevear2002-11-082-0/+5
* Initial port of gui/ subdir to GNOME 2JP Rosevear2002-11-0857-446/+398
* update e-util and calendar compile flagsJP Rosevear2002-11-082-2/+6
* pass extra pixbuf paramJP Rosevear2002-11-085-7/+21
* re-enabled calendar parts.Rodrigo Moya2002-11-082-19/+8
* camel needs gal-2.0 tooJeffrey Stedfast2002-11-081-1/+1
* make all the camel MakefilesJeffrey Stedfast2002-11-081-2/+10
* removed non-existant headers.Rodrigo Moya2002-11-086-9/+16
* don't #include <gtk/gtk.h>Jeffrey Stedfast2002-11-082-3/+1
* Added.Jeffrey Stedfast2002-11-085-5/+74
* Use GtkDialog instead of GnomeDialog here.Jeffrey Stedfast2002-11-0810-96/+131
* added libgnome-2.0 to camel requirements.Rodrigo Moya2002-11-082-1/+5
* removed gnome-defs.h, it does not exist.Rodrigo Moya2002-11-082-1/+4
* converted to BonoboObject.Rodrigo Moya2002-11-087-36/+46
* converted to BonoboObject. (impl_Cal_get_query): bonobo_object_unref theRodrigo Moya2002-11-081-4/+7
* converted to BonoboObject. (impl_Cal_get_query): bonobo_object_unref theRodrigo Moya2002-11-079-168/+172
* GObjectify.Rodrigo Moya2002-11-076-114/+122
* port this to gnome2/gnomeprint2.Chris Toshok2002-11-078-2142/+2189
* ignore the generated marshal source.Chris Toshok2002-11-076-132/+182
* gobjectify this.Chris Toshok2002-11-0729-6104/+6604
* use g_type_class_peek_parent.Chris Toshok2002-11-0711-30/+58
* #include gtkoptionmenu.h. (cal_prefs_dialog_new): adapted to changes inRodrigo Moya2002-11-0717-75/+104
* remove duplicate g_signal_new for column_width_changed.Chris Toshok2002-11-071-8/+0
* *** empty log message ***Rodrigo Moya2002-11-072-4/+2
* renmaed .oaf.in files.Rodrigo Moya2002-11-075-13/+21
* Deleted most of the internals until we devise a gconf schema and redesignJeffrey Stedfast2002-11-073-78/+13
* added camel and filters to the buildJeffrey Stedfast2002-11-072-8/+18
* don't return a Bonobo_EventSource_ListenerId, since it does not existRodrigo Moya2002-11-0717-5021/+5442
* adapted to to new glade_xml_new signature.Rodrigo Moya2002-11-077-11/+20
* reverted unwanted changes which slipped in while I moved gnome-2-port branchRadek Doulik2002-11-073-20/+41
* call g_build_filename, not g_build_path.Chris Toshok2002-11-062-1/+6
* fix the gnome-xml headers.Chris Toshok2002-11-063-3/+8
* fix the gnome-xml headers.Chris Toshok2002-11-0612-267/+339
* fix some #include's.Chris Toshok2002-11-061-2/+0
* only build the backend and gui dirs for now. printing and conduits areChris Toshok2002-11-064-8/+17
* remove libcamel.la from the link for the time being.Chris Toshok2002-11-062-2/+26
* init err to NULL so if there isn't an error we aren't left with anChris Toshok2002-11-062-4/+13
* add some more addressbook dirs to AC_OUTPUT.Chris Toshok2002-11-062-0/+9
* ignore the new .server file.Chris Toshok2002-11-0615-209/+245
* ignore the marshal generated stuff.Chris Toshok2002-11-068-188/+233
* ignore the marshal generated stuff.Chris Toshok2002-11-0612-237/+298
* Port to GObject/gnome2.Chris Toshok2002-11-0628-923/+1110
* Port to GObject/gnome2.Chris Toshok2002-11-0621-524/+410
* ignore the generated marshaller files.Chris Toshok2002-11-067-51/+83
* Converted to the glade-2 format.Jeffrey Stedfast2002-11-062-933/+1240
* use G_STRUCT_OFFSET instead of GTK_SIGNAL_OFFSETJeffrey Stedfast2002-11-062-4/+4
* more build fixesJeffrey Stedfast2002-11-063-39/+39
* a ton more build fixesJeffrey Stedfast2002-11-067-114/+91
* more build fixesJeffrey Stedfast2002-11-064-12/+8
* Re-enable the filter cflags/libs stuff.Jeffrey Stedfast2002-11-062-4/+9
* don't #include gnome-defs.hJeffrey Stedfast2002-11-061-1/+0
* fixed gnome-stock stuffJeffrey Stedfast2002-11-062-33/+19
* more build fixesJeffrey Stedfast2002-11-062-9/+7
* build fixesJeffrey Stedfast2002-11-062-36/+27
* some build fixesJeffrey Stedfast2002-11-065-21/+22
* #include <string.h>.Ettore Perazzoli2002-11-0616-220/+201
* GObjectify GObjectifyMike Kestner2002-11-064-63/+55
* remove ref/unref G_OBJECT masks ditto ditto ditto ditto ditto ditto dittoMike Kestner2002-11-069-63/+63
* GObjectify GObjectify GObjectify use GObject api for models use GObjectMike Kestner2002-11-0624-767/+563
* Ported.Jeffrey Stedfast2002-11-069-212/+202
* Ported.Jeffrey Stedfast2002-11-0610-320/+304
* change over from .oaf files to .server files and remove the moniker stuffChris Toshok2002-11-0610-458/+57
* add wombat.Chris Toshok2002-11-062-1/+7
* add wombat and addressbook compile flags, and add wombat and someChris Toshok2002-11-062-5/+18
* oopsJeffrey Stedfast2002-11-061-14/+13
* Ported.Jeffrey Stedfast2002-11-065-171/+173
* Ported.Jeffrey Stedfast2002-11-068-202/+192
* (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
* change the commented-out soup check to refer to the new soup 2.0 in theDan Winship2002-11-062-1/+7
* 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
* use GObject api for models GObjectify GObjectify GObjectify GObjectifyMike Kestner2002-11-0526-867/+623
* copy a memleak fix from pas-backend-ad.Dan Winship2002-11-052-0/+6
* use libxml2 headers.Rodrigo Moya2002-11-0514-94/+129
* use correct libgtkhtml-3.0 for calendar and added generation of calendarRodrigo Moya2002-11-052-1/+10
* g_date_* => g_date_get_*, fixes G_DISABLE_DEPRECATED build.Chris Toshok2002-11-0514-742/+139
* added new marshallers.Rodrigo Moya2002-11-0513-285/+274
* ported to GObject.Rodrigo Moya2002-11-054-50/+55
* enabled libwombat.Rodrigo Moya2002-11-053-3/+9
* port to gnome 2.Chris Toshok2002-11-0522-715/+886
* don't call bonobo_activation_init directly.Chris Toshok2002-11-059-65/+53
* Created temporary link list, we need to link with something for gettext.Not Zed2002-11-0510-12/+34
* Ported.Jeffrey Stedfast2002-11-055-124/+117
* Also ported.Jeffrey Stedfast2002-11-055-234/+225
* All sgml files replaced with xml files. XML files validated. Two new XMLAaron Weber2002-11-0524-2503/+3246
* fixed flags for $(ORBIT_IDL).Rodrigo Moya2002-11-054-49/+32
* added libversit directory to build.Rodrigo Moya2002-11-053-0/+7
* (SUBDIRS): Add shell.Ettore Perazzoli2002-11-052-0/+5
* 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
* added marshallers.Rodrigo Moya2002-11-056-147/+180
* use GObject api for ETableHeader use GObject api on ETableHeaderMike Kestner2002-11-0515-327/+297
* added calendar/idl/Makefile to AC_OUTPUTRodrigo Moya2002-11-042-0/+5
* (e_folder_type_registry_get_handler_for_type): Remove warning forEttore Perazzoli2002-11-042-32/+27
* (uidir): Install in $(datadir)/gnome-2.0/ui.Ettore Perazzoli2002-11-042-1/+5
* Add an AM_GLIB_GNU_GETTEXT.Ettore Perazzoli2002-11-042-1/+6
* (impl_expose_event): UseEttore Perazzoli2002-11-042-1/+6
* ported to GObject.Rodrigo Moya2002-11-044-39/+45
* 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
* use EConfigListener instead of BonoboConfig.Rodrigo Moya2002-11-046-32/+30
* new simpler functions, without a default value.Rodrigo Moya2002-11-043-0/+35
* don't use BonoboConfig, but EConfigListener.Rodrigo Moya2002-11-044-72/+83
* re-added calendar component (only non-UI stuff).Rodrigo Moya2002-11-043-6/+19
* 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
* xml-i18n-tools > intltoolsRodrigo Moya2002-11-041-2/+2
* Renamed from GNOME_Evolution_Shell.oaf.in.Ettore Perazzoli2002-11-0437-542/+773
* AC_PROG_INTLTOOL instead ofEttore Perazzoli2002-11-042-1/+6
* (e_timezone_dialog_get_builtin_timezone): Constify argEttore Perazzoli2002-11-043-2/+8
* Removed unused variable. (e_config_listener_get_long_with_default):Ettore Perazzoli2002-11-043-4/+11
* compilation fixes for GNOME 2 porting.Rodrigo Moya2002-11-032-3/+6
* just include glib.h instead of the gtk stuff.Chris Toshok2002-11-0331-1205/+1531
* add marshal building stuff, add e-util-marshal.c to SOURCES, and addChris Toshok2002-11-0310-124/+167
* First big sync of my GNOME 2 porting work (incomplete, and stillEttore Perazzoli2002-11-02103-1380/+1301
* Ported this too.Jeffrey Stedfast2002-11-025-171/+171
* Ported to glib2/GObject.Jeffrey Stedfast2002-11-023-359/+370
* ported to GConf and GObject.Rodrigo Moya2002-11-024-184/+175
* Removed. Glib2 has this function.Jeffrey Stedfast2002-11-022-12/+3
* Use g_path_get_basename instead of g_strdup (g_basename (filename)).Jeffrey Stedfast2002-11-022-1/+4
* Use g_path_get_dirname since g_dirname has been deprecated.Jeffrey Stedfast2002-11-022-1/+6
* cal-client/cal-listener.hRodrigo Moya2002-11-0228-97/+110
* Ported to GObject.Jeffrey Stedfast2002-11-0211-426/+433
* compilation fixes for GNOME 2 porting.Rodrigo Moya2002-11-023-7/+10
* Ported to GObject.Jeffrey Stedfast2002-11-027-165/+175
* Ported to GObject.Jeffrey Stedfast2002-11-029-355/+362
* (E_MAKE_X_TYPE): Update for libbonobo 2.0.Ettore Perazzoli2002-11-021-20/+25
* gobjectify ETableExtras is now a GObject (e_tree_class_init): removeMike Kestner2002-11-023-35/+18
* Add support for an attach option in the mailto: url.Jeffrey Stedfast2002-11-022-1/+8
* comment fixJeffrey Stedfast2002-11-021-1/+1
* moving gnome-2-port branch to HEADRadek Doulik2002-11-013-41/+20
* Set the virtual method pointers to the import/export methods.Jeffrey Stedfast2002-11-015-36/+277
* oops, commit this tooJeffrey Stedfast2002-11-011-0/+1
* Removed hash-table-utils.[c,h] from the build.Jeffrey Stedfast2002-11-0115-119/+64
* Remove a ton of useless snot.Jeffrey Stedfast2002-11-0113-550/+100
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-01184-3955/+2090
* Adjust default rule editor size to accomodate the menu widening caused byDan Winship2002-11-012-1/+7
* Make sure to save References and In-Reply-To headers. Fixes bug #32932.Jeffrey Stedfast2002-10-312-1/+8
* 1.1.90.99.Ettore Perazzoli2002-10-312-3/+7
* cleaned up the status bar messages for all widgets.Rodrigo Moya2002-10-302-0/+11
* Sync for 1.1.90.Ettore Perazzoli2002-10-2948-38154/+40727
* Emit a search_activated signal. (e_search_bar_set_item_id): Revert toJeffrey Stedfast2002-10-292-3/+9
* No longer need to check for a CLEAR_ID.Jeffrey Stedfast2002-10-292-1/+6
* instead of bailing with an assertion dump the body.Larry Ewing2002-10-291-7/+27
* corrected for mailerJeffrey Stedfast2002-10-291-3/+4
* Increase the width slightly.Ettore Perazzoli2002-10-293-1/+11
* note the selectnames changeDan Winship2002-10-291-0/+6
* Update with Addressbook and Mail news.Ettore Perazzoli2002-10-291-5/+42
* instead of bailing with an assertion dump the body.Larry Ewing2002-10-292-5/+13
* Update.Ettore Perazzoli2002-10-282-21/+41