aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagEVOLUTION_1_2_3nobody2003-03-18472-121088/+37731
* Part of a fix for bug #39809Jeffrey Stedfast2003-03-183-3/+9
* Always add a Cancel button here, but if !enable_undo - make the responseJeffrey Stedfast2003-03-184-43/+55
* Updated Spanish translation by Francisco Javier FernandezPablo Gonzalo del Campo2003-03-182-77/+83
* Don't crash if there's no timezone set initially. #39783Dan Winship2003-03-182-4/+11
* Removed unused variable left over from my previous fix.Jeffrey Stedfast2003-03-183-15/+20
* Lookup the handler for the type. If we don't have a registered handler orJeffrey Stedfast2003-03-184-1/+23
* More date fixesKjartan Maraas2003-03-181-4/+1
* More date format fixesKjartan Maraas2003-03-171-2/+2
* Updated Norwegian translation.Kjartan Maraas2003-03-173-4878/+5443
* When declaring a line to be part of "extended" because we don't know whatDan Winship2003-03-172-9/+15
* use bonobo_main_quit, and clean this up a bit.Chris Toshok2003-03-152-3/+13
* ugh, we need to make sure the file is opened for writing. or the flagsChris Toshok2003-03-151-1/+1
* save and restore expanded state so parents don't collapse when childrenMike Kestner2003-03-151-2/+7
* Add (e_storage_declare_has_subfolders): Rename fromDan Winship2003-03-154-7/+94
* Fixes #39740Rodrigo Moya2003-03-156-342/+18
* Update for EvolutionStorage changeDan Winship2003-03-152-9/+10
* mkdir views and subdirsMike Kestner2003-03-152-0/+9
* add a Bonobo::Listener to this like the other async interfaces, ratherDan Winship2003-03-159-63/+137
* Use header_contentid_decode() as this new function should be safer thanJeffrey Stedfast2003-03-154-15/+82
* use access() like camelMike Kestner2003-03-153-8/+10
* Updated to msg 1100.Marco Ciampa2003-03-152-97/+101
* set_release on the sequence we create.Rodrigo Moya2003-03-152-0/+4
* Update Czech translationMiloslav Trmac2003-03-142-79/+81
* Updated Spanish translation by Francisco Javier FernandezPablo Gonzalo del Campo2003-03-142-1594/+1654
* don't leak the string sequence returned by CalFactory_uriList.Rodrigo Moya2003-03-142-1/+8
* pass FALSE for expand to e_summary_shown_add_node. ditto,Mike Kestner2003-03-144-10/+20
* Default the composer's title to "Create a message". Fixes bug #39696.Jeffrey Stedfast2003-03-142-1/+7
* use set_entry_changed_signal_email for the email entry so the email getsChris Toshok2003-03-142-1/+18
* (generate_html): Changed so its printf()sEttore Perazzoli2003-03-142-24/+23
* Don't add bogus uids to the uid array. Might fix bug #38868 (it's the onlyJeffrey Stedfast2003-03-142-8/+14
* reverted mail-display.c and mail-format.c fixes - pondering better fixesJeffrey Stedfast2003-03-143-45/+10
* Updated Slovak translation.Stanislav Visnovsky2003-03-142-5149/+5216
* kill an unused variableDan Winship2003-03-141-1/+0
* Updated to use xmlDocDumpFormatMemory() so that we get structured xmlJeffrey Stedfast2003-03-141-1/+1
* Make this depend on Makefile so it gets regenerated if you switch fromDan Winship2003-03-142-1/+7
* Update Czech translationMiloslav Trmac2003-03-142-181/+181
* use a weak ref instead of connecting to backend's "destroy" signal.Rodrigo Moya2003-03-132-9/+12
* [ fixes bug #20210 ] change "Edit Contact Info" to "View Contact Info", asChris Toshok2003-03-132-2/+11
* Security vulnerability fixes.Jeffrey Stedfast2003-03-132-0/+12
* Security vulnerability fixes.Jeffrey Stedfast2003-03-132-10/+33
* revert a commit that I didn't mean to doJeffrey Stedfast2003-03-131-4/+4
* Rewritten to do the same as the composer's build_message() code.Jeffrey Stedfast2003-03-132-35/+69
* Various small fixes leading up to a real fix.Jeffrey Stedfast2003-03-133-26/+41
* Update for a libxml2 change that was making this code g_warn a lotDan Winship2003-03-132-1/+6
* New, to free/thaw the ETree models. (e_summary_shown_add_node): Don'tDan Winship2003-03-135-17/+40
* don't use GNOME_STOCK_* defines, but GTK_STOCK_*.Rodrigo Moya2003-03-132-3/+8
* corrected button ordering and changed the return type to be aRodrigo Moya2003-03-134-10/+25
* [ fixes bug #39507 ] new function, sync the models after we do a search.Chris Toshok2003-03-122-0/+49
* fix compiler warnings about deprecated functions.Chris Toshok2003-03-125-77/+41
* removed, it was double-freeing the key. (save_object): Just save theNot Zed2003-03-122-11/+21
* If the wizard factory returns NULL, we'll get a NIL wizard but noDan Winship2003-03-122-20/+51
* Update for timezone dialog API changes.Dan Winship2003-03-123-102/+38
* Various cleanups. (e_timezone_dialog_get_timezone): Return anDan Winship2003-03-123-159/+120
* Use GtkArrow instead of pixmaps Use GtkArrow instead of pixmapsRodney Dawes2003-03-125-84/+11
* Use gtk_window_set_transient_for() on the druid with the settings dialogJeffrey Stedfast2003-03-122-3/+18
* Updated German translation.Christian Neumair2003-03-122-3217/+3484
* Use GnomeIconList instead of EIconList so we don't have to maintain anJeffrey Stedfast2003-03-126-2887/+70
* issue more descriptive warnings.Rodrigo Moya2003-03-122-2/+7
* Updated revision to string 600Marco Ciampa2003-03-112-20/+24
* Updated phone number. Bug #37204.Not Zed2003-03-112-2/+4
* Remove the yes/no buttons. Fixes bug #39382.Jeffrey Stedfast2003-03-112-1/+4
* New callback function to handle the checkbox getting toggled.Jeffrey Stedfast2003-03-112-4/+62
* added a commentJeffrey Stedfast2003-03-111-0/+2
* New. New.Ettore Perazzoli2003-03-115-2/+17
* Added prototype for show_pango_rectangle()Jeffrey Stedfast2003-03-101-0/+3
* if we already have the client loaded, don't remove it, just increment itsRodrigo Moya2003-03-103-50/+72
* Fix the response code, because some bastard changed the filter/* code andNot Zed2003-03-102-1/+7
* go to the proper level of child node before looking for rule sets, fix forNot Zed2003-03-102-216/+222
* re-enable in build, include e-destination.h. For #39256.Not Zed2003-03-102-2/+6
* Removed the debug printf. Added a case for the composer. Part of fixingNot Zed2003-03-102-2/+6
* add send_cb/save_draft_cb arguments. (impl_Composer_send): use the localNot Zed2003-03-103-72/+55
* removed main.c from the build.Not Zed2003-03-104-35/+9
* Doh! If inptr == pos + 1, then return FALSE (before it was checking forJeffrey Stedfast2003-03-102-1/+7
* fix drawing bugs, and disable the stupid looking focus rect, since I can'tChris Toshok2003-03-081-14/+14
* removed erroneous static prototype (it is now supposed to be a public symbol)Jeffrey Stedfast2003-03-081-4/+0
* All this snot just to fix bug #38925 and an attempt to fix bug #38926 (butJeffrey Stedfast2003-03-089-130/+186
* Add some escapes to the newly added locations so they get split properly.Ettore Perazzoli2003-03-083-20/+35
* If the part url is a text part, useJeffrey Stedfast2003-03-084-25/+30
* Updated Swedish translation.Christian Rose2003-03-082-937/+969
* create the array to be returned only once.Rodrigo Moya2003-03-072-3/+8
* Update Czech translationMiloslav Trmac2003-03-072-237/+253
* handle a null return from search_by_expression, for bug #33786.Not Zed2003-03-072-9/+17
* ** reverted the following patch from ettore, this is a gnome 2.2 apiNot Zed2003-03-072-2/+20
* s/g_strncasecmp/strncasecmp/gJeffrey Stedfast2003-03-0710-282/+366
* Alias gb-2312 to gb2312 also (since iconv doesn't have "gb-2312"). IJeffrey Stedfast2003-03-071-11/+49
* (impl_Shell_selectUserFolder): At least for now,Ettore Perazzoli2003-03-072-2/+10
* (e_shell_folder_name_is_valid): Do not allowEttore Perazzoli2003-03-072-2/+13
* (update_other_users_folder_items_sensitivity):Ettore Perazzoli2003-03-072-7/+80
* (folder_name_entry_changed_callback): New callback to set theEttore Perazzoli2003-03-072-15/+60
* (e_request_string): Make the entry activate theEttore Perazzoli2003-03-072-0/+6
* Added more Swedish locations, submitted by MartenEttore Perazzoli2003-03-072-14/+31
* (mail_accounts_treeview_new): Set theEttore Perazzoli2003-03-072-0/+6
* Add some spacing to the buttons. [#38227]Ettore Perazzoli2003-03-072-0/+5
* Likewise. Likewise. Likewise. Likewise. Likewise. (ebook_create):Ettore Perazzoli2003-03-0711-14/+27
* Use G_GNUC_FUNCTION instead of __FUNCTION__. (OUT): Likewise. Likewise.Ettore Perazzoli2003-03-075-8/+20
* (destroy): Removed unused variable.Ettore Perazzoli2003-03-072-1/+4
* Use G_GNUC_FUNCTION instead of __FUNCTION__.Ettore Perazzoli2003-03-074-4/+12
* Use G_GNUC_FUNCTION instead of __FUNCTION__. Likewise. Likewise.Ettore Perazzoli2003-03-075-9/+18
* (impl_finalize): UseEttore Perazzoli2003-03-072-2/+11
* (IN): Use G_GNUC_FUNCTION instead ofEttore Perazzoli2003-03-072-2/+8
* [Patch from Not Zed <NotZed@Ximian.com>]Ettore Perazzoli2003-03-072-7/+20
* (import_bonobo_config): Protect from valEttore Perazzoli2003-03-072-1/+11
* #include <string.h>Jeffrey Stedfast2003-03-062-0/+4
* Don't use __inline__ as not all platforms/compilers support this keyword.Jeffrey Stedfast2003-03-062-2/+8
* Same as below.Jeffrey Stedfast2003-03-063-2/+9
* Get rid of the const return - it mismatches the prototype and we don'tJeffrey Stedfast2003-03-062-1/+7
* Added AC_C_INLINE - this should fix bug #39171.Jeffrey Stedfast2003-03-062-0/+5
* Fixes for bug #39170Jeffrey Stedfast2003-03-062-3/+12
* Fixes for bug #39170Jeffrey Stedfast2003-03-064-4/+17
* Fixes for bug #39168Jeffrey Stedfast2003-03-0610-46/+43
* ref the CalClient. (notify_dialog_cb): unref the CalClient.Rodrigo Moya2003-03-062-0/+7
* new function. (alarm_notify_dialog): made it return a pointer to theRodrigo Moya2003-03-064-37/+144
* Fix kerberos include paths.Jeffrey Stedfast2003-03-062-3/+7
* Fixes #31382Rodrigo Moya2003-03-062-2/+10
* Up to 1.3.1.99.Ettore Perazzoli2003-03-064-639/+29
* Update Czech translationMiloslav Trmac2003-03-062-1220/+1236
* Added icon for "/popups/NewPopup/Folder".Ettore Perazzoli2003-03-062-1/+7
* (BUILT_SOURCES): $(IDL_GENERATED), notEttore Perazzoli2003-03-062-5/+9
* Likewise, assume weather_refresh_time of zero means "never update theEttore Perazzoli2003-03-064-30/+63
* fix defaults and descriptions to match what calendar-config wants them toJP Rosevear2003-03-062-30/+35
* g_objectify ref/unrefJP Rosevear2003-03-054-7/+16
* override finalize, not destroy (start_calendar_server): take itip as aJP Rosevear2003-03-052-46/+138
* fix a couple ==TRUE uses pointed out by Morten Welinder <terra@diku.dk>.Mike Kestner2003-03-051-2/+2
* remove debug printf.Not Zed2003-03-052-2/+4
* Removed old quit code. (owner_unset_cb): Make this call synchronous. WontNot Zed2003-03-052-37/+53
* cast CalClient's to GObject, not GtkObject.Rodrigo Moya2003-03-052-4/+9
* dont call bonobo_main_quit anymore now we're shlib'ised.Not Zed2003-03-052-1/+6
* removed. (owner_unset_cb): Basically a noop, the shell does the quit, weNot Zed2003-03-052-10/+10
* Prototype some functions to shut the compiler up.Jeffrey Stedfast2003-03-052-1/+9
* don't let the user change to an email organizer if the back end is not anJP Rosevear2003-03-052-3/+11
* Fixes #37881JP Rosevear2003-03-052-2/+52
* Fixes #37881JP Rosevear2003-03-052-1/+8
* Fixes #37881JP Rosevear2003-03-052-1/+9
* Fixes #37883JP Rosevear2003-03-052-1/+8
* i18n fixDmitry Mastrukov2003-03-056-9/+130
* Fixes #37806, #37697JP Rosevear2003-03-052-4/+14
* implementJP Rosevear2003-03-059-20/+164
* reflect prior column additionJP Rosevear2003-03-059-4/+66
* only set current folder when the folder_path is different from the currentMike Kestner2003-03-052-1/+8
* call cal_client_get_cal_address instead of cal_client_get_email_addressJP Rosevear2003-03-0510-44/+75
* Handle p->data as a GdkAtom instead of a GdkAtom *.Ettore Perazzoli2003-03-054-9/+21
* fix commentJP Rosevear2003-03-052-1/+5
* update FIXME noteJP Rosevear2003-03-052-3/+6
* fix copyrightJP Rosevear2003-03-053-7/+15
* Partially Fixes #23606 (from Jack Jia <jack.jia@sun.com>)JP Rosevear2003-03-053-2/+22
* Shush.JP Rosevear2003-03-051-1/+3
* Commit missed files.JP Rosevear2003-03-052-0/+126
* If only the pipe wouldn't break.JP Rosevear2003-03-0551-2399/+3298
* Merging in 1.2 stuffJP Rosevear2003-03-053-32/+237
* Fixes #35598JP Rosevear2003-03-051-0/+463
* s/class/klass in one place so that the header is c++-safe.Jeffrey Stedfast2003-03-052-1/+6
* Don't allow the returned charset to be NULL. (get_file_content): Make sureJeffrey Stedfast2003-03-052-2/+13
* changed the button order to be HIG compliantJeffrey Stedfast2003-03-051-286/+297
* Go back to using e_destination_get_address() but use the camel-addressJeffrey Stedfast2003-03-052-10/+30
* rewrite to store selected paths in a hashtable instead of a tree. lose theMike Kestner2003-03-043-786/+141
* disconnect any signal handlers on the accounts object. For bug #37873.Not Zed2003-03-042-0/+6
* Swap Cancel/OK buttons as per the HIG. Also added proper response_ids.Ettore Perazzoli2003-03-042-5/+13
* Updated to use the new API from a fe commits ago for the NSS stream. ThisJeffrey Stedfast2003-03-047-4/+434
* (e_select_names_new): Don't set the "modal" property throughEttore Perazzoli2003-03-042-1/+10
* gui/dialogs/alarm-page.c gui/dialogs/event-page.cHans Petter Jansson2003-03-048-7/+19
* (create_minicard_view): No needEttore Perazzoli2003-03-042-5/+6
* (impl_finalize): ProtectEttore Perazzoli2003-03-042-3/+11
* (e_select_names_init): Instead of using gtk_widget_unparent(),Ettore Perazzoli2003-03-042-2/+10
* Dutch translation updated by Kees van den Broek.Vincent van Adrighem2003-03-042-817/+820
* Use 'filename' when creating the uri rather than using the uninitialisedJeffrey Stedfast2003-03-042-3/+9
* Use gnome2 proxy settingsRodney Dawes2003-03-042-8/+12
* New artwork from Jakub.Ettore Perazzoli2003-03-042-0/+4
* Do the same as below for request_password, so we dont leave a mainloopNot Zed2003-03-032-9/+22
* Do similar folder != NULL checking as for delete_folder before passing aNot Zed2003-03-032-3/+10
* Remove the e_tree_memory_sort_node, currently it crashes inside gal, theNot Zed2003-03-032-3/+11
* s/gnome-xml/libxml/Rodney Dawes2003-03-032-1/+5
* Finnish translation updated by Sami Pesonen (sampeson@iki.fi)Sami Pesonen2003-03-032-6452/+5938
* s/server.in$/server.in.in/Rodney Dawes2003-03-032-1/+5
* Do importers after the other dirs, as it relies on generated files fromHans Petter Jansson2003-03-022-1/+7
* Shlibify.Hans Petter Jansson2003-03-015-60/+59
* build libcal-dialogs as an uninstalled shared library ($(IDL_GENERATED_H),Dan Winship2003-03-014-13/+19
* Fix dependenciesDan Winship2003-03-012-4/+5
* Build libecontacteditor as an uninstalled shared library.Dan Winship2003-03-018-26/+46
* Same as IMAP and POP.Jeffrey Stedfast2003-03-017-17/+71
* Forgot to mention server file move.Hans Petter2003-03-011-0/+3
* Add calendar/importers/Makefile to output.Hans Petter Jansson2003-03-017-6/+25
* Add style_set to update list properly (et_canvas_realize): Remove this asRodney Dawes2003-03-011-7/+4
* Remove libalarm.a, which was not being used by the calendar.Dan Winship2003-03-014-17/+23
* Don't need to use libalarm to set a timeout to change the date. We knowDan Winship2003-03-013-24/+34
* Remove these from here; talking to the mailer doesn't really belong at theDan Winship2003-03-0112-307/+342
* Make "MessageReplyList" and "MessagePostReply" have no pixbuf. Same withEttore Perazzoli2003-03-013-6/+9
* remove alloc-based transform (et_drag_data_received): dittoMike Kestner2003-03-011-12/+0
* remove alloc-based transform (et_drag_data_received): dittoMike Kestner2003-03-011-11/+0
* ignore some stuff, yo.Chris Toshok2003-02-284-3/+398
* init column_count to column_start + 1. (item_removed): clean up theChris Toshok2003-02-281-7/+11
* Add a 'flushed' state variable to the private struct. (do_read): SetJeffrey Stedfast2003-02-283-5/+40
* use g_signal_connect here, not swapped... although since we pass theChris Toshok2003-02-286-10/+47
* link to versist libtool objectJP Rosevear2003-02-283-2/+8
* link to libversit libtool objectJP Rosevear2003-02-282-1/+5
* include gnome-pilot cflagsJP Rosevear2003-02-282-1/+5
* Missed changelog.JP Rosevear2003-02-281-0/+4
* export gnome-pilot cflagsJP Rosevear2003-02-281-0/+2
* guard this so we don't try to free priv multiple times.Chris Toshok2003-02-282-3/+9
* use gdk_event_copy and gdk_event_free to dup the event.Mike Kestner2003-02-281-19/+11
* Fix for server files from Antonio XuRodney Dawes2003-02-282-1/+5
* Add e-config-upgrade.hRodney Dawes2003-02-272-0/+5
* This makes alarm notification work.Hans Petter Jansson2003-02-272-1/+8
* Undo jeff's changes.Not Zed2003-02-273-5/+20
* remove the grab_cancelled_check_id if it's still active.Chris Toshok2003-02-271-0/+4
* This makes creating appointments and tasks from the "New" button work.Hans Petter Jansson2003-02-272-6/+16
* Updated to use g_alloca instead of alloca so that we can skip all theJeffrey Stedfast2003-02-272-2/+6
* if we fail to activate factories for a given protocol, return.Chris Toshok2003-02-273-62/+23
* make this more robust - only assume it's a folderlistitem node if the nameChris Toshok2003-02-272-4/+13
* Fixes Ximian #37895.Hans Petter Jansson2003-02-273-3/+13
* Fixes Ximian #38306.Hans Petter Jansson2003-02-272-19/+44
* don't #include camel-iconv.hJeffrey Stedfast2003-02-271-1/+0
* Updated Swedish translation.Christian Rose2003-02-272-2605/+2864
* Change the type of load_http_images to INT rather than BOOL. Fixes bugJeffrey Stedfast2003-02-272-2/+8
* New routine to attempt to start each available startup wizard in priorityDan Winship2003-02-272-7/+46
* Reverted back to using e-iconvJeffrey Stedfast2003-02-273-8/+12
* add a repo_id and a priority level to the startup wizardDan Winship2003-02-272-0/+12
* Added a key for /apps/evolution/version - seems the best place to put it.Not Zed2003-02-266-32/+1760
* Make sure the folder is non-NULL before trying to remove it from theJeffrey Stedfast2003-02-262-6/+13
* Use fixed margins of 5% of page width/height. This is the same cheat asHans Petter Jansson2003-02-262-12/+43
* Get default view from correct key.Hans Petter Jansson2003-02-262-1/+6
* New internal function to parse the locale language code. (e_iconv_init):Jeffrey Stedfast2003-02-262-28/+107
* Show start/end-of-day widgets.Hans Petter Jansson2003-02-262-0/+7
* Update Czech translationMiloslav Trmac2003-02-262-796/+808
* Reverted back to using e-iconv instead of camel-iconv.Jeffrey Stedfast2003-02-262-2/+8
* Same as below.Jeffrey Stedfast2003-02-263-5/+12
* removed unused filter code that was wrong anywayJeffrey Stedfast2003-02-264-214/+0
* canonicalise the charset name (if it is an iso charset) so that ourJeffrey Stedfast2003-02-262-2/+70
* Same as the ones below.Jeffrey Stedfast2003-02-2615-254/+107
* updated Vietnamese filePablo Saratxaga2003-02-262-4639/+5133
* Update for new EvolutionWizard interfaces.Dan Winship2003-02-252-19/+26
* Change this to let the Wizard provide an array of title/icon/controlDan Winship2003-02-256-617/+300
* Use g_signal_handlers_disconnect_by_func sinceDan Winship2003-02-252-10/+23
* Redo this to not use the CORBA interfaces in the local case (inDan Winship2003-02-257-756/+485
* remove some cvs merge cruftDan Winship2003-02-251-1/+0
* Use g_signal_connect_after to connect to the "prepare" signal to workDan Winship2003-02-253-8/+25
* Same as below.Jeffrey Stedfast2003-02-259-115/+223
* g_alloca (strlen (charset) + 1) so we don't overflow the buffer.Jeffrey Stedfast2003-02-252-1/+4
* Make sure the url is != NULL? I can't think of anything else in this codeJeffrey Stedfast2003-02-252-0/+8
* Don't write the passwd, fixes "bug" #38601.Jeffrey Stedfast2003-02-252-3/+9
* Fixed a memory leak.Jeffrey Stedfast2003-02-252-0/+6
* Make sure m->config_service is non-NULL before usingJeffrey Stedfast2003-02-253-3/+12
* Updated Ukrainian translationYuri Syrota2003-02-251-18/+12
* Don't unref the GtkInvisible - instead, destroy it.Hans Petter Jansson2003-02-251-2/+2
* Don't always append "[script]" to the signature name. Also cleaned up someJeffrey Stedfast2003-02-252-10/+23
* Doh, forgot to remove the e-gray-bar.h includeRodney Dawes2003-02-252-1/+4
* fixed the purple druid pagesJeffrey Stedfast2003-02-251-15/+15
* We don't need e-gray-bar.[ch] anymore Remove these unused files now We areRodney Dawes2003-02-256-249/+35
* Make bucket->refcount 31 bits and bucket->used 1 bit instead of havingJeffrey Stedfast2003-02-252-4/+6
* Use g_iconv_close() here, missed this before. (camel_iconv): Might as wellJeffrey Stedfast2003-02-252-2/+9