aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagEVOLUTION_1_3_2nobody2003-04-12288-86464/+0
* The return of 1.3.2.Ettore Perazzoli2003-04-1241-7885/+7878
* Fixes for bugs: #41149, #41150, #41151, #41152, #41153, #41155 and #41156.Jeffrey Stedfast2003-04-128-42/+78
* Add padding around the entry/checkbox and change the border width of theJeffrey Stedfast2003-04-122-2/+10
* Oops. Add this back. Turns out it's still needed by other parts.Dan Winship2003-04-123-1/+21
* updated NEWSJeffrey Stedfast2003-04-121-0/+5
* More updates.JP Rosevear2003-04-121-2/+2
* Update for 1.3.2JP Rosevear2003-04-121-0/+10
* free data here since we don't have source in finalizeJP Rosevear2003-04-111-11/+15
* Remove the "Contacts" button and entry from here too. Supposed to haveDan Winship2003-04-117-424/+14
* added missing capabilities.Rodrigo Moya2003-04-119-14/+39
* load the default book to look for additional free/busy info in (init):JP Rosevear2003-04-112-16/+29
* guard against multiple destroy callsJP Rosevear2003-04-112-3/+15
* only print a message if the exception isn't the reasonable NotFoundJP Rosevear2003-04-112-1/+7
* unref the main widget since we ref it when we un-parent itJP Rosevear2003-04-118-1/+40
* Update Czech translationMiloslav Trmac2003-04-112-90/+94
* added the allocation's X and Y position to the calculated coordinates.Rodrigo Moya2003-04-112-4/+31
* Change the action button ordering and also change the padding to complyJeffrey Stedfast2003-04-112-15/+24
* Fixes #41127JP Rosevear2003-04-113-5/+16
* Change the padding to comply with the GNOME HIG. Fixes bug #41001.Jeffrey Stedfast2003-04-112-11/+18
* Update Czech translationMiloslav Trmac2003-04-112-61/+40
* use stock buttons, remove desc frame. #if out the copy button. addMike Kestner2003-04-113-282/+229
* Turn off debugging if CAMEL_VERBOSE_DEBUG isn't set.Jeffrey Stedfast2003-04-112-1/+8
* add ... to "Define Views" and "Save Custom View" menuitem labels.Mike Kestner2003-04-102-2/+7
* only remove the alarm for backends that want it (Exchange).Rodrigo Moya2003-04-102-1/+8
* added #define's for static capabilities.Rodrigo Moya2003-04-103-1/+19
* filter data test cases.Not Zed2003-04-109-17/+205
* Removed. I just realised that we ALWAYS want to get gpg's stderr in UTF-8,Jeffrey Stedfast2003-04-102-113/+92
* Use e_iconv_locale_charset() instead of e_iconv_locale_name(), dunno whatJeffrey Stedfast2003-04-102-2/+2
* Changed my mind a bit on how I wanted this to work. Instead of aborting onJeffrey Stedfast2003-04-102-29/+45
* Save the content size in a temp variable until after we've successfullyJeffrey Stedfast2003-04-102-1/+19
* Sync for 1.3.2.Ettore Perazzoli2003-04-1041-137361/+158471
* Use e_iconv_locale_charset() instead of e_iconv_locale_name(), dunno whatJeffrey Stedfast2003-04-103-2/+10
* New function to get the UTF-8 version of the diagnostics (if the localeJeffrey Stedfast2003-04-102-3/+81
* Change the 'len' argument to 'addrlen' so that when IPv6 is enabled, ourJeffrey Stedfast2003-04-102-5/+11
* Update for e_option_menu prototype constificationDan Winship2003-04-103-16/+28
* Update Czech translationMiloslav Trmac2003-04-102-334/+340
* Add a "--setup-only" flag, to just run e_setup() and exit. (For #40889)Dan Winship2003-04-102-0/+8
* add 40133Chris Toshok2003-04-101-0/+1
* Fixes #40133Chris Toshok2003-04-102-1/+9
* Fixes #40915JP Rosevear2003-04-092-1/+11
* ** See bug #40921Not Zed2003-04-093-32/+117
* Fixes #40952JP Rosevear2003-04-092-1/+8
* fix build, it's composer_get_default_charset_setting.Chris Toshok2003-04-092-1/+6
* add 40727 fixChris Toshok2003-04-091-0/+1
* [ fixes #40727 ] if the query text is either shorter than the cachedChris Toshok2003-04-092-5/+18
* set sensitivity of font pickers based on share setting.Larry Ewing2003-04-096-161/+356
* Commit the right version.Larry Ewing2003-04-091-2/+2
* remove call to gtk_html_set_default_background_color, replace with callsLarry Ewing2003-04-091-2/+2
* remove call to gtkhtml_set_default_background_colorLarry Ewing2003-04-092-2/+6
* Same as with attachment-bar's get_default_charset(). (setup_ui): InsteadJeffrey Stedfast2003-04-093-5/+22
* NULL-protect the to/from charsets in the g_warning call.Jeffrey Stedfast2003-04-092-1/+9
* Fixes for bug #40778. Probably others as well.Jeffrey Stedfast2003-04-092-122/+225
* FixDan Winship2003-04-092-1/+5
* add response ids to buttonsMike Kestner2003-04-091-6/+6
* kill an old e_utf8_gtk usageMike Kestner2003-04-095-10/+5
* Make sure host->h_name is not an empty string too? Apparently for one userJeffrey Stedfast2003-04-092-1/+6
* Added some debug printfs. (create_composer): Call map_default_cb directlyJeffrey Stedfast2003-04-092-7/+15
* remove e-font.[ch], test-e-font, and test-font-loading. killMike Kestner2003-04-093-281/+2
* If store->engine->line is NULL, use _("Unknown error") as the error stringJeffrey Stedfast2003-04-092-4/+12
* (d): Remove all debuggingEttore Perazzoli2003-04-092-1/+6
* gal/e-text/e-text.[ch] : break EFont dependencyMike Kestner2003-04-092-5/+0
* Add a check for a NULL uid here. Don't see how it can happen, but it seemsJeffrey Stedfast2003-04-092-1/+7
* swap button order swap button orderMike Kestner2003-04-092-32/+32
* (setup_bonobo_conf_private_directory): Removed.Ettore Perazzoli2003-04-092-84/+6
* add killevDan Winship2003-04-081-4/+5
* Remove color specs from the druid so it will use the theme colorsDan Winship2003-04-082-25/+3
* Remove the color specs so the druid will use theme colorsDan Winship2003-04-083-35/+7
* Remove color specifications from the druid so it will use theme colors.Dan Winship2003-04-083-30/+17
* fix button order fix button order fix button orderMike Kestner2003-04-083-3/+3
* Fixes #40894JP Rosevear2003-04-081-0/+8
* update the selection for all view typesJP Rosevear2003-04-081-25/+11
* Remove tools/evolution-addressbook-export.c, whichEttore Perazzoli2003-04-082-1/+5
* (impl_dispose): g_object_weak_unref() the shell here.Ettore Perazzoli2003-04-082-0/+12
* remove debugging g_print calls fix length_threshold prop range fixMike Kestner2003-04-084-14/+3
* Remove button_ok, button_cancel, canceled members from struct Dialog.Ettore Perazzoli2003-04-083-482/+452
* Fix bad XML noticed by Not ZedDan Winship2003-04-084-6/+13
* Properly terminate the "name" attribute tag added in the last change.Not Zed2003-04-082-1/+6
* add 39763 fixChris Toshok2003-04-081-0/+1
* [ fixes bug #39763 ] remove the control_entry_focus_{in,out}_event_cbChris Toshok2003-04-083-39/+13
* add blurb of addressbook fix for 7103Chris Toshok2003-04-081-0/+1
* [ fixes #7103 ] init style_set. and add the signal.Chris Toshok2003-04-086-97/+186
* fill_color_gdk is a boxed GdkColor, not a pointer. (ecb_set_property):Chris Toshok2003-04-081-6/+7
* swap button order. For #40900.Not Zed2003-04-082-2/+7
* use g_strerror, and use errno directly rather than ferrno().Not Zed2003-04-082-1/+8
* more addressbook stuff.Chris Toshok2003-04-081-1/+3
* [ fixes bug #40901 ] HIG-ify the ldap server edit dialog's button layout.Chris Toshok2003-04-082-13/+19
* [ fixes bug #39763 ] This is merged in by the text fields/EEntry's in theChris Toshok2003-04-083-0/+42
* [ fixes bug #39763 ] verb callback for EditCopy (cut_cb): verb callbackChris Toshok2003-04-082-0/+180
* Fix arg types on REMOVED_SHARED_FOLDER signal. #40888Dan Winship2003-04-082-3/+6
* Disable debug printf'sJeffrey Stedfast2003-04-082-1/+5
* #35926 fixed.Hans Petter2003-04-081-0/+2
* Fixes #35926.Hans Petter Jansson2003-04-083-130/+16
* For string columns, never return NULL - always return "" if the value isJeffrey Stedfast2003-04-082-12/+20
* Desensitize the window's top-level container rather than desensitizing theDan Winship2003-04-084-32/+40
* Update Czech translationMiloslav Trmac2003-04-082-357/+364
* Fixes #40876JP Rosevear2003-04-082-3/+20
* create button properlyJP Rosevear2003-04-084-36/+17
* Oops, don't use a == when comparing strings in shell.Jeffrey Stedfast2003-04-082-1/+6
* Set the "script" data on the GtkEntry to NULL. (sig_add_script_response):Jeffrey Stedfast2003-04-082-11/+47
* Add Darwin, Australia [#12066]. Fix Vilnius and Riga [#15740]. FixDan Winship2003-04-082-16/+27
* use e_iconv_locale_languageRadek Doulik2003-04-082-2/+6
* change the ok/cancel button layout to be higified.Chris Toshok2003-04-082-6/+18
* more addressbook stuffChris Toshok2003-04-081-2/+3
* [ last portion of #40046 fix ] ifdef this out to quiet the compiler.Chris Toshok2003-04-082-141/+50
* add 40841 blurbChris Toshok2003-04-081-0/+2
* [ fixes bug #40841 ] change the Save As VCard keybinding to C-A-s, toChris Toshok2003-04-082-1/+7
* Fixes #40252.Not Zed2003-04-082-45/+52
* Fixes #40252Not Zed2003-04-083-92/+99
* add blurb about sun exporterChris Toshok2003-04-081-0/+2
* remove evolution-addressbook-export.Chris Toshok2003-04-083-74/+7
* add tools.Chris Toshok2003-04-082-1/+5
* add addressbook/tools/Makefile to AC_OUTPUT.Chris Toshok2003-04-082-0/+5
* [ fixes bug #23036 ] : new and improved export utility.Gilbert Fang2003-04-087-0/+1168
* clean up server namesDan Winship2003-04-083-12/+14
* ignore wombat filesDan Winship2003-04-081-0/+4
* clean up server namesDan Winship2003-04-082-4/+12
* Clean up server namesDan Winship2003-04-084-25/+38
* Clean up server names.Dan Winship2003-04-085-29/+41
* Clean up server namesDan Winship2003-04-088-53/+76
* Substitute version number into the evolution binary name in the serverDan Winship2003-04-084-6/+32
* add tools/killev.cDan Winship2003-04-082-0/+5
* Install these in privlibexecdir, not privdatadir. Move killev from SCRIPTSDan Winship2003-04-085-289/+250
* Fix the From header to be valid. Dum de dum.Dan Winship2003-04-082-1/+5
* Remove a stray word causing ungrammaticality.Hans Petter2003-04-071-1/+1
* Add NEWS items for calendar.Hans Petter2003-04-071-0/+50
* Slight correction to previous commit; use G_ cast checks.Hans Petter2003-04-071-4/+4
* GObjectify. Eliminates ref/sink warnings from the meeting editor.Hans Petter Jansson2003-04-073-21/+26
* add addressbook stuffChris Toshok2003-04-071-0/+46
* Updated for mail/camel/composer/filter for 1.3.2Not Zed2003-04-072-0/+99
* e_cell_percent_get_type returns GType, not GtkType.Chris Toshok2003-04-073-2/+10
* ** Bug 40536Not Zed2003-04-074-15/+28
* [#40536]Not Zed2003-04-073-0/+26
* Week view part of fix for #39895.Hans Petter Jansson2003-04-074-3/+23
* Finnish translation updated by Sami Pesonen (sampeson@iki.fi)Sami Pesonen2003-04-072-2213/+2103
* Create $(DESTDIR)$(kdedesktopdir) before installation.Christophe Merlet2003-04-072-0/+5
* Updated italian translation.Marco Ciampa2003-04-062-5024/+5724
* (update_window_icon): Get the large version ofEttore Perazzoli2003-04-062-1/+7
* (e_passwords_remember_password): Removed debuggingEttore Perazzoli2003-04-062-2/+6
* Don't start emitting ACCOUNT_ADDED signals until we've added all of theDan Winship2003-04-052-3/+23
* Fixes #40790JP Rosevear2003-04-052-5/+14
* (alarm_to_dialog): Make the fileEttore Perazzoli2003-04-052-0/+11
* description is a text buffer (alarm_to_malarm_widgets): dittoJP Rosevear2003-04-052-6/+34
* fix abr. (e_name_western_get_suffix_at_str_end): same.Chris Toshok2003-04-052-1/+10
* Define RESPONSE_NEW for theEttore Perazzoli2003-04-052-2/+21
* bleah, add "" in for the "no" case in with_static_ldap.Chris Toshok2003-04-052-1/+6
* Remove the icon_modes schema.Ettore Perazzoli2003-04-054-40/+14
* guard against multiple destroy callsJP Rosevear2003-04-052-7/+14
* If the composer isn't 'dirty', then don't autosave the draft (no need to).Jeffrey Stedfast2003-04-052-0/+9
* Don't free static string.Dan Winship2003-04-052-1/+6
* guard against empty uri as wellJP Rosevear2003-04-052-1/+6
* guard against root == NULL. Bug #39491.Mike Kestner2003-04-051-0/+3
* Fixes #40722JP Rosevear2003-04-042-5/+17
* the existence of libldap.la should have no bearing on whether or not weChris Toshok2003-04-042-6/+8
* set "handle_popup" on the field to be TRUE if it's got focus, FALSE ifChris Toshok2003-04-042-0/+17
* set handle_popup to TRUE on the EText.Chris Toshok2003-04-043-8/+34
* set the im_context on the field's EText. (e_minicard_label_event): removeChris Toshok2003-04-042-46/+7
* [ fixes bug #40715 ] add this callback, to unref the book/free the closureChris Toshok2003-04-044-20/+63
* Add a select-all callback and verb. (composer_entry_focus_in_event_cb):Jeffrey Stedfast2003-04-042-0/+24
* Updated Spanish translation by Francisco Javier FernandezPablo Gonzalo del Campo2003-04-032-349/+422
* emit a keypress signal. yes, i know this might not correspond to a singleChris Toshok2003-04-031-0/+2
* add EVOLUTION_IMAGESDIRChris Toshok2003-04-032-0/+8
* ifdef gtk_widget_get_clipboard since we need to build against gtk 2.0.Chris Toshok2003-04-031-3/+24
* only connect the signals if !im_context_signals_registered. (e_text_init):Chris Toshok2003-04-032-7/+13
* just disconnect based on DATA, so we only need 1 call. (e_text_event):Chris Toshok2003-04-031-20/+4
* change all this around so that we populate the existing popup. This meansChris Toshok2003-04-034-179/+138
* [ either fixes #39702 or comes damn, damn close. also, fixes EText to notChris Toshok2003-04-035-461/+474
* For example; a selection ending 2003-apr-02 does not fit into theHans Petter Jansson2003-04-032-8/+24
* add NONE:OBJECTChris Toshok2003-04-034-0/+35
* (e_tree_class_init): Add a G_SIGNAL_TYPE_STATIC_SCOPEEttore Perazzoli2003-04-031-1/+1
* Add a check to see if the view should be the day-view and change theJeffrey Stedfast2003-04-033-6/+20
* Guard against the filesel's selection being NULL. Fixes bug #40679.Jeffrey Stedfast2003-04-032-6/+14
* Fixes #39262Rodrigo Moya2003-04-032-7/+40
* added "folder_type" parameter to EvolutionImporterLoadFileFn.Rodrigo Moya2003-04-032-0/+7
* added "folder_type" parameter to EvolutionImporterLoadFileFn.Rodrigo Moya2003-04-036-3/+16
* added "folder_type" parameter to EvolutionImporterLoadFileFn.Rodrigo Moya2003-04-033-0/+8
* added "foldertype" argument to GNOME::Evolution::Importer.Rodrigo Moya2003-04-037-7/+30
* restore expanded state of node and all children. Fixes Ximian bug #40393.Mike Kestner2003-04-031-3/+31
* Fixes #39955JP Rosevear2003-04-022-2/+6
* Updated Ukrainian translationYuri Syrota2003-04-021-2/+2
* Updated Ukrainian translationYuri Syrota2003-04-021-5/+5
* Updated Ukrainian translationYuri Syrota2003-04-021-22/+22
* Fixes #40661Rodrigo Moya2003-04-022-0/+7
* Updated Ukrainian translationYuri Syrota2003-04-021-7/+7
* Updated Ukrainian translationYuri Syrota2003-04-021-281/+281
* move to using gtk_im_context.Larry Ewing2003-04-022-85/+11
* Nuke GdkFont and use Pango's font measuring for everything.Hans Petter Jansson2003-04-024-130/+160
* Only clear the Mail passwords.Not Zed2003-04-022-2/+4
* Delete all Passwords-* sections. Should make this work.Not Zed2003-04-022-1/+20
* [#40652]Not Zed2003-04-022-2/+7
* [#39467]Not Zed2003-04-023-13/+20
* Nuke GdkFont and use Pango's font measuring.Hans Petter Jansson2003-04-0211-172/+263
* stop drawing that annoying focus rectangle.Chris Toshok2003-04-021-1/+1
* [ fixes bug #39508 ] add back in some suitably pango-ized code to getChris Toshok2003-04-021-5/+59
* If we are using the heimdal krb5 implementation, don't free outbuf ever.Jeffrey Stedfast2003-04-022-0/+16
* Keep track of which entry widget has focus.Jeffrey Stedfast2003-04-024-16/+165
* updated translationMarco Ciampa2003-04-022-33/+37
* Don't allow the 'prefix' argument to make_safe_filename() be NULL. If weJeffrey Stedfast2003-04-022-5/+15
* Updated Ukrainian translationYuri Syrota2003-04-021-3/+3
* Updated Ukrainian translationYuri Syrota2003-04-021-276/+286
* Call composer_check_autosave if we're going interactive, to check forNot Zed2003-04-022-0/+10
* ** See bug #40300 & probably others.Not Zed2003-04-023-4/+27
* [#40590]Not Zed2003-04-022-2/+16
* Fix for #17231 (Evo portion)JP Rosevear2003-04-023-2/+12
* added filename (tasks.ics/calendar.ics) to the URI if it does not containRodrigo Moya2003-04-022-2/+30
* new function, just return the local uri. (set_default_book_uri_local): useChris Toshok2003-04-012-7/+34
* if we're called and the idle handler is set, remove it, so we dont go andNot Zed2003-04-012-1/+13
* make the verbs static so they don't enter the global namespace.Larry Ewing2003-04-012-2/+7
* if killing the root node, set it to NULL in the priv data. Bug #39441.Mike Kestner2003-04-011-0/+2
* [#40474]Not Zed2003-04-012-8/+23
* Properly init message_list. Fixed a type-o that initialized it to theJeffrey Stedfast2003-04-012-1/+6
* Convert to libglade-2's format.Jeffrey Stedfast2003-04-013-293/+266
* Use strncasecmp for matching the nofill and /nofill tags. Also fixed toJeffrey Stedfast2003-04-012-41/+243
* Updated Hungarian translation.Andras Timar2003-04-012-4335/+4339
* Updated Hungarian translation.Andras Timar2003-04-011-2926/+3192
* Fixes #39961Rodrigo Moya2003-04-012-22/+13
* it emits a list nowJP Rosevear2003-03-312-17/+26
* Remove folder-selector button initialization. (e_select_names_new):Dan Winship2003-03-316-61/+84
* constify return valueDan Winship2003-03-312-3/+3
* Updated Ukrainian translationYuri Syrota2003-03-311-80/+80
* print "" if the value is NULL. (main): add a couple of utf8 test casesChris Toshok2003-03-313-132/+239
* Updated Ukrainian translationYuri Syrota2003-03-311-22/+15
* Updated Ukrainian translationYuri Syrota2003-03-311-4/+4
* Updated Ukrainian translationYuri Syrota2003-03-312-3570/+3176
* add vcard testsChris Toshok2003-03-3116-0/+218
* braindead, and *extremely* forgiving vcard parser. not for publicChris Toshok2003-03-313-0/+1038
* Handle multiple destroys.Hans Petter Jansson2003-03-312-3/+15
* add vcard docsChris Toshok2003-03-314-0/+6593
* need to check for config_service != NULL, not service != NULL beforeNot Zed2003-03-314-2/+16
* [ fixes bug #39381 (again) ] add "GtkWidget *button" first arg, so weChris Toshok2003-03-312-1/+7
* Update Czech translationMiloslav Trmac2003-03-302-475/+476
* Fixes #39895Not Zed2003-03-304-3/+25
* Updated Brazilian Portuguese translation done by Gustavo Maciel DiasGustavo Maciel Dias Vieira2003-03-302-4904/+4832
* Updated Swedish translation.Christian Rose2003-03-292-216/+230
* Added myself as new Portuguese translator.Duarte Loreto2003-03-292-0/+5
* Finished updating Portuguese translation.Duarte Loreto2003-03-292-5549/+4766
* set the sub item to the default as wellJP Rosevear2003-03-292-0/+18
* Ported check for "killall" vs. "killp" back fromEttore Perazzoli2003-03-292-3/+27
* (install-data-local): Fix installation of theEttore Perazzoli2003-03-292-3/+14
* the shell client is a g_object now, ref appropriatelyJP Rosevear2003-03-292-2/+7
* [ fixes bug #40403 ] revert the fix for 28945, as was done on the 1.2Chris Toshok2003-03-292-10/+9
* [ fix the contact editor so that the only time the address is parsed isChris Toshok2003-03-293-36/+46
* Hold weak references to the CalComponent instead of connecting to theHans Petter Jansson2003-03-293-29/+30
* (kill_old_wombat): New.Ettore Perazzoli2003-03-293-1/+81
* Update.Ettore Perazzoli2003-03-291-4/+4
* Add InterfaceCheck object. Likewise.Ettore Perazzoli2003-03-298-15/+240
* Updated Spanish translation by Francisco Javier FernandezPablo Gonzalo del Campo2003-03-292-1305/+1371
* Updated German translation.Christian Neumair2003-03-292-663/+638
* Fixes #39954Hans Petter Jansson2003-03-292-4/+11
* Declare a prototype for this function prior to fe_got_children() so thatJeffrey Stedfast2003-03-292-0/+9