aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* added evolution-calendar-importer binary, starting with an iCalendar fileRodrigo Moya2001-10-307-0/+430
* get the management object by idJP Rosevear2001-10-304-3/+10
* retrieve the default URI for calendars from the configuration instead ofRodrigo Moya2001-10-303-11/+48
* We only want KBOS by default.Ettore Perazzoli2001-10-303-2/+10
* fix bug that allowed for phone's not to be in priority order and the itemJP Rosevear2001-10-303-53/+43
* Notify the user that PGP 2.6.x is no longer supported and useJeffrey Stedfast2001-10-303-29/+69
* Don't free the hash table key if the folder wasn't found in the hashDan Winship2001-10-302-4/+11
* if the service is being connected and thinks it's online, but the sessionDan Winship2001-10-302-0/+13
* Some netscape and pine fixesIain Holmes2001-10-303-47/+10
* new functions for setting and retrieving the default calendar URIsRodrigo Moya2001-10-304-9/+101
* a card also needs to have its phone nums in priority order to beJP Rosevear2001-10-302-1/+30
* move the syncable checking code to a different functionJP Rosevear2001-10-292-86/+116
* Use the actual ECardName in the ECard instead of parsing the full_nameChristopher James Lahey2001-10-292-14/+13
* New function to set the ECardName on this card and fix the file_as ifChristopher James Lahey2001-10-293-0/+19
* Bumped required version of gal to 0.15.99.7.Christopher James Lahey2001-10-292-1/+5
* Handle returning dates here. (e_card_simple_get_allow_newlines): NewChristopher James Lahey2001-10-298-6/+92
* Set text->revert = NULL here. (e_text_cancel_editing): Only revert ifChristopher James Lahey2001-10-291-1/+4
* Cleaned this up a bit.Christopher James Lahey2001-10-292-4/+9
* Bumped version number here to 0.15.99.7.Christopher James Lahey2001-10-292-4/+22
* Convert to unix format text file to make GTP status pages happy.Kwok-Koon Cheung2001-10-292-16283/+16290
* ChangeLog fix.Chris Lahey2001-10-291-1/+1
* Check for compound first names here (X & Y).Christopher James Lahey2001-10-292-2/+89
* Sort the folder updates first, since we dont seem to get them in the right92001-10-293-24/+37
* Turn off w() -> warnings.92001-10-299-11/+133
* Always rename file even if mv failed.92001-10-292-5/+12
* Ref the shell. (destroy): Unref the shell. (destroy): Free theEttore Perazzoli2001-10-293-7/+23
* Fix the 'is this a matching subfolder or subfolder'' logic to match92001-10-293-3/+29
* Copy the folder's full_name before trying to use it to rename.92001-10-297-26/+56
* Call `cleanup_delayed_selection()' as there is a slight chance that theEttore Perazzoli2001-10-292-4/+17
* Don't do the `gtk_signal_disconnect_by_func()' as it's already done inEttore Perazzoli2001-10-292-8/+22
* Call mail_autoreceive_setup() instead of mail_autoreceive_setup_account()Jeffrey Stedfast2001-10-294-24/+15
* tidyJP Rosevear2001-10-294-2/+12
* unref the comp when finishedJP Rosevear2001-10-295-21/+14
* make sure to free the keys as well (e_pilot_map_remove_by_uid): dittoJP Rosevear2001-10-292-12/+25
* Set the return type of the signal handlers to GTK_TYPE_NONE.92001-10-292-3/+8
* Move the message-list cursor to the next message. (transfer_msg): If weJeffrey Stedfast2001-10-292-2/+39
* Need to ref rule since add doesn't. This doesn't crash anymore but doesn't92001-10-292-0/+3
* Fixed previous fix.Michael Zucci2001-10-292-1/+2
* Check that the special PGP lines begin and end with \n so as to avoidJeffrey Stedfast2001-10-292-17/+21
* Some debug printf fixes for printf's that dont like null %s's.92001-10-292-2/+7
* Fix enable undo logic.Michael Zucci2001-10-292-1/+2
* added break statements after each case, when setting the classification.Damon Chaplin2001-10-292-0/+12
* removed this function, as we don't need to unref at all the WombatClientRodrigo Moya2001-10-292-25/+15
* fb = user_data, not fb = fb!, fixes 13844.82001-10-292-1/+4
* [The following should fix #13802, crash on exit.]Ettore Perazzoli2001-10-292-4/+18
* get the tasks directly from the CalendarModel, so we get the filtering &Damon Chaplin2001-10-298-84/+113
* Updated Lithuanian transaltionGediminas Paulauskas2001-10-291-8/+8
* Added the iCalendar format to the list of imported types. The .icsKevin Breit2001-10-292-0/+12
* Updated Lithuanian translationGediminas Paulauskas2001-10-291-1279/+216
* no need to use destdirJP Rosevear2001-10-292-1/+5
* Updated German translation for string freeze. Please revise, flame me about a...Matthias Warkus2001-10-292-2433/+2052
* Updates from Anna evolution/po/da.poKeld Jørn Simonsen2001-10-291-629/+752
* add the folder name to the path when passing down to the subordinate82001-10-282-3/+10
* Changed to call ibex_move to rename it internally.82001-10-282-10/+49
* New api entry to move an ibex file in an atomic way.82001-10-283-0/+32
* Updated Polish translation by GNOME PL Team <translators@gnome.pl>Chyla Zbigniew2001-10-282-30/+80
* Remove uic, kill dumb warning.82001-10-288-44/+174
* Use the right variable, not info.82001-10-282-1/+5
* Implement, change any folder uri's that have been renamed, to the new one.82001-10-287-8/+160
* Make sure we've actually read data before checking if p[-] is '\r' or not.Jeffrey Stedfast2001-10-283-7/+61
* Deactivate the Print right-click menu option if the message isn't loaded.Jeffrey Stedfast2001-10-282-8/+13
* Same.Jeffrey Stedfast2001-10-283-12/+26
* Fixed stupid build bugsKevin Breit2001-10-282-4/+5
* Expose this function. (e_card_date_to_string): ...and this one. FixesJon Trowbridge2001-10-283-4/+14
* Fixed a boo-booKevin Breit2001-10-284-4/+9
* Change "this should never happen" dialog to not give my name/e-mail. SorryJon Trowbridge2001-10-283-1/+18
* Add undo for move. (rule_editor_add_undo): Add extra rank item.82001-10-286-12/+217
* Distribute credit equally.Jon Trowbridge2001-10-282-3/+40
* Fix crash here.Christopher James Lahey2001-10-281-1/+1
* Check item->type != NULL here. Fixes Ximian bug #4668.Christopher James Lahey2001-10-281-1/+1
* [ bug #12979 ] new function. (anniversary_ber): new function.Chris Toshok2001-10-282-19/+172
* Implemented. (mail_vfolder_rename_uri): We do want to check renamed uri's82001-10-286-96/+237
* Use path not protocol as the path part of the uri of the folder_created82001-10-287-19/+103
* Return 1 from the button_release event.Christopher James Lahey2001-10-281-4/+1
* Removed erroneous comment about needing to handle selection better.Christopher James Lahey2001-10-281-2/+0
* Commented out connecting to the scroll adjustments here since it's notChristopher James Lahey2001-10-281-30/+37
* free up all the book_data list stuff.Chris Toshok2001-10-284-90/+170
* change to EBookCallback signature, and unref the book.Chris Toshok2001-10-282-5/+27
* change to EBookCallback signature, and unref the book. (add_card_idle_cb):Chris Toshok2001-10-284-10/+64
* Don't leak stuff. (Bug #13709)Jon Trowbridge2001-10-282-10/+20
* when the week start day is set to Sunday, we have to be careful to makeDamon Chaplin2001-10-287-51/+160
* added function to get a reasonable name to display for the timezone.Damon Chaplin2001-10-283-1/+31
* Rewrite of the calendar preferences. I love how I'm having to rewrite thisKevin Breit2001-10-283-170/+144
* Cancel editing if the user presses Escape.Federico Mena Quintero2001-10-283-0/+75
* Comment out the "Action" submenu, which isn't hooked up to anything in theJon Trowbridge2001-10-282-0/+8
* Fix the address of the FSF in the licensing comments.Ettore Perazzoli2001-10-283-5/+4
* More fixing of the license texts.Ettore Perazzoli2001-10-284-42/+40
* More fixing of the license texts.Ettore Perazzoli2001-10-2815-141/+141
* Allow the user to shoot him/herself in the foot when overriding messageJeffrey Stedfast2001-10-282-1/+30
* Slow down reload requests to work around a bug in gnome-vfs. Ugly, but itJon Trowbridge2001-10-282-6/+50
* Delete appointments with empty summaries. Fixes Ximian bug #780.Federico Mena Quintero2001-10-2812-14/+306
* Added labelsKevin Breit2001-10-282-0/+2
* Added labels and changed which image is usedKevin Breit2001-10-282-0/+2
* Set book_uri when cardification occurs.Christopher James Lahey2001-10-282-13/+32
* Bumped required version of gal to 0.15.99.6.Christopher James Lahey2001-10-284-3/+13
* Bumped the version number to 0.15.99.6 for emulate_label_resize.Christopher James Lahey2001-10-281-13/+88
* I played with the labels a bitKevin Breit2001-10-282-0/+2
* Updated Spanish translation.Hector Garcia2001-10-282-1449/+1475
* Removed two labels cuz I'm dumbKevin Breit2001-10-281-0/+0
* Doh! We should be sorting our contacts so that the most frequently usedJon Trowbridge2001-10-282-2/+10
* Bumped the version # to 1.0 Added labelsKevin Breit2001-10-283-1/+5
* Change the help string on "--enable-nntp" to mention the fact that NNTPDan Winship2001-10-282-22/+22
* More fixing of the license texts.Ettore Perazzoli2001-10-283-31/+31
* oops, left a collision marker inJon Trowbridge2001-10-281-1/+0
* That should be a bonobo_object_unref, not a gtk_object_unref.Jon Trowbridge2001-10-282-2/+24
* More fixing of the license texts.Ettore Perazzoli2001-10-28102-1124/+1090
* More fixing of the license texts.Ettore Perazzoli2001-10-2856-616/+616
* Fixing the license text.Ettore Perazzoli2001-10-2846-517/+508
* Fixing the license text.Ettore Perazzoli2001-10-28131-537/+428
* copy phone labels and show phone as well, clear correct entry text andJP Rosevear2001-10-282-20/+16
* Fixing the license text.Ettore Perazzoli2001-10-28256-256/+0
* Fixing the license text.Ettore Perazzoli2001-10-28123-123/+0
* touch on lookup (check_for_slow_setting): write touched only if slow syncJP Rosevear2001-10-273-13/+30
* touch the record on lookup (check_for_slow_setting): write touched only ifJP Rosevear2001-10-272-5/+16
* update protoJP Rosevear2001-10-273-4/+31
* Updated russian translation.Valek Frob2001-10-272-2586/+2568
* Updated Lithuanian translation.Gediminas Paulauskas2001-10-272-2170/+2242
* Changed to open the source store from '/', so we can do renames across62001-10-275-15/+342
* Finished implementation.72001-10-279-83/+227
* Now more abusive.Jon Trowbridge2001-10-271-8/+22
* Added paranoid reentrancy guards. (pas_book_queue_request): Changed ourJon Trowbridge2001-10-272-5/+25
* Don't bother checking ex since we can rely on the response being NULL onJeffrey Stedfast2001-10-272-12/+67
* add prototypes for addressbook_config_database, andChris Toshok2001-10-273-0/+60
* Return on cancellation. (simple_query_sequence_complete_cb): Act if notJon Trowbridge2001-10-273-16/+70
* remove the merges as valid sync typesJP Rosevear2001-10-277-18/+53
* remove the merges as valid sync typesJP Rosevear2001-10-274-6/+28
* take an extra param on whether to mark touched (map_sax_start_element):JP Rosevear2001-10-273-41/+81
* Oops... forgot to commit before.Jon Trowbridge2001-10-271-0/+2
* Cancel any pending queries.Jon Trowbridge2001-10-272-0/+15
* We want XFER_FOLDER not REMOVE_FOLDER!72001-10-272-1/+6
* Fix the license text to make sense.Ettore Perazzoli2001-10-27101-101/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-2726-78/+52
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-27327-654/+654
* Lots of changes on recommendation from Damon Chaplin. We love you Damon!Kevin Breit2001-10-272-19/+83
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-2764-128/+128
* convert the formatted date to UTF-8.Damon Chaplin2001-10-2719-84/+286
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-27101-202/+202
* Chain the cursor_activated signal even if the row is -1.Christopher James Lahey2001-10-272-11/+10
* Remove debugging messages. (finalize_offline_hash_foreach): Likewise.Ettore Perazzoli2001-10-272-4/+6
* NULL the handle after a failed open so the offline handler won't thinkIain Holmes2001-10-276-7/+58
* New member `finished' in `EShellOfflineHandlerPrivate'.Ettore Perazzoli2001-10-272-4/+38
* Check to make sure that the dataset is non-NULL before using and/orJeffrey Stedfast2001-10-272-19/+29
* Check for EWOULDBLOCK too? (stream_read): Same. (stream_flush): Return 0Jeffrey Stedfast2001-10-272-2/+5
* Check for EWOULDBLOCK too? (stream_read): Same.Jeffrey Stedfast2001-10-272-5/+32
* GAL 0.15.99.5.Ettore Perazzoli2001-10-272-1/+5
* Implement. (class_init): Add the signal "xfer_folder" signal.Ettore Perazzoli2001-10-273-4/+40
* More abuse.Jon Trowbridge2001-10-271-3/+8
* Bump up to 0.15.99.5.Ettore Perazzoli2001-10-272-1/+26
* Wombat: Be afraid. Be VERY afraid.Jon Trowbridge2001-10-272-0/+125
* New, implementation for the ::async_xfer_folder method. (class_init):Ettore Perazzoli2001-10-272-3/+53
* Work around something that we think is a GtkHTML bug, where sometimes theDan Winship2001-10-274-2/+23
* One more FIXME...doneKevin Breit2001-10-275-127/+133
* Set ->is_initialized to %FALSE. (e_shell_unregister_all): Same here.Ettore Perazzoli2001-10-272-0/+9
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-274-11/+82
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-272-38/+38
* gtk_widget_show_now() the dialog. Likewise.Ettore Perazzoli2001-10-273-0/+9
* Use gtk_widget_show_now() so the stupid dialog hopefully displays all theEttore Perazzoli2001-10-272-3/+8
* Lets try putting a camel_stream_reset() here. Logic being that the streamJeffrey Stedfast2001-10-272-0/+10
* Added a noteKevin Breit2001-10-274-1/+51
* Clear the folder bar label to be empty. [#12553]Ettore Perazzoli2001-10-272-0/+6
* Don't assert, but check if ce->app != NULL, since this function canJon Trowbridge2001-10-272-6/+9
* Draw one more line.Ettore Perazzoli2001-10-272-1/+5
* Set the GtkWindow policy so that @allow_shrink, @allow_grow andEttore Perazzoli2001-10-272-0/+7
* Updates from Anna evolution/po/da.poKeld Jørn Simonsen2001-10-271-282/+10485
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-2767-574/+1223
* Remove bad dialog ref-counting crap.Jon Trowbridge2001-10-273-7/+21
* make debug output more accurateJP Rosevear2001-10-273-20/+23
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-2716-76/+302
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-27128-495/+2554
* make debug info more accurateJP Rosevear2001-10-272-10/+13
* Don't allow invalid folder names. [#12027]Ettore Perazzoli2001-10-276-46/+81
* remove the uid from the map if was archived and is now deletedJP Rosevear2001-10-273-2/+13
* prevent double unref (cursor_cb): correct typo (card_removed): remove theJP Rosevear2001-10-272-11/+22
* added status bar messagesRodrigo Moya2001-10-274-0/+35
* Set the GdkWindow of the FolderBrowser, not the GtkWindow...Jeffrey Stedfast2001-10-273-4/+10
* add archived records with pilot id of 0 (map_write_foreach): use the uidJP Rosevear2001-10-272-21/+59
* Updated Ukrainian TranslationYuri Syrota2001-10-271-19/+19
* Updated Polish translation by GNOME PL Team <translators@gnome.pl>Chyla Zbigniew2001-10-262-45/+127
* Updated Ukrainian TranslationYuri Syrota2001-10-261-56/+40
* free up old memory first (e_pilot_map_destroy): free allocated memory whenJP Rosevear2001-10-262-8/+29
* Updated Swedish translation.Christian Rose2001-10-262-42/+37
* Removed the reference to the non-existantChristian Rose2001-10-263-690/+810
* Updated Ukrainian TranslationYuri Syrota2001-10-261-34/+36
* modify fieldsJP Rosevear2001-10-266-439/+177
* new memberJP Rosevear2001-10-263-31/+132
* Added has_cursor argument. Setting the argument to TRUE if the minicardChristopher James Lahey2001-10-263-16/+51
* Added cursor_changed handling to set the has_cursor argument of theChristopher James Lahey2001-10-262-0/+42
* Corrected email address of the GNOME PL Team.Chyla Zbigniew2001-10-261-1/+1
* Document allow-grouping attribute.Christopher James Lahey2001-10-265-10/+24
* Updated SLovak translation.Stanislav Visnovsky2001-10-262-222/+263
* Fixed warnings here.Christopher James Lahey2001-10-262-9/+9
* Updated Ukrainian TranslationYuri Syrota2001-10-261-9/+9
* Updated Ukrainian TranslationYuri Syrota2001-10-261-18/+14
* Updated Ukrainian TranslationYuri Syrota2001-10-261-61/+51
* If the root node is hidden and selected, don't count it in the selectedChristopher James Lahey2001-10-262-23/+48
* Updated Ukrainian TranslationYuri Syrota2001-10-261-87/+88
* Get a fresh CORBA_Environment for every CORBA call. Hopefully will fixFederico Mena Quintero2001-10-262-1/+13
* Updated my email address.Kevin Breit2001-10-262-1/+5
* Fixes Ximian bug #6832.Federico Mena Quintero2001-10-262-5/+76
* Desensitize the parent dialog. (rule_edit): Same. (add_editor_clicked):Jeffrey Stedfast2001-10-262-0/+13
* Keep track of the current editor dialog window so that on exit, we canJeffrey Stedfast2001-10-263-33/+60
* Use a timeout not an idle handler.62001-10-264-4/+12
* added a missing close parenJeffrey Stedfast2001-10-261-1/+1
* Add accelerators for "Work Offline" and "Work Online".Ettore Perazzoli2001-10-262-2/+7
* Updates from anna evolution/po/da.poKeld Jørn Simonsen2001-10-261-10242/+343
* More updates to make it a little more usable.Ettore Perazzoli2001-10-262-3/+6
* Don't allow translators to translate "Ximian Evolution".Ettore Perazzoli2001-10-262-2/+7
* used functions to get PUBLISH_OPTIONS etc., so we can translate them.Damon Chaplin2001-10-262-23/+125
* s/iconv/e_iconv/.52001-10-261-0/+4
* Remove the stupid warning that should never have been there in the first52001-10-269-36/+94
* Bump gal requirement.62001-10-262-1/+5
* Bumped version to 0.15.99.4 for e-iconv changes.52001-10-264-5/+13
* New helper function. (e_component_registry_restart_component): Use it.Ettore Perazzoli2001-10-262-15/+37
* added bug numberDamon Chaplin2001-10-261-1/+1
* subtract 1 from any positive BYSETPOS value, since our array is 0-based.Damon Chaplin2001-10-2616-65/+317
* Outlooks (2000) places "Standard Time" and "Daylight Time" in the TZNAMEDamon Chaplin2001-10-262-0/+14
* add separator before text size menuLarry Ewing2001-10-262-4/+10
* Updated Norwegian (bokmål) translation. Updated with some missing files.Kjartan Maraas2001-10-263-934/+1061
* Handle failure from XGetClassHint properly. Also, free res_name andEttore Perazzoli2001-10-262-4/+12
* Don't forget to unref the filter driver here.Jeffrey Stedfast2001-10-262-3/+10
* Don't display an icon for storages that have subfolders.Ettore Perazzoli2001-10-262-0/+11
* So apparently the uicomp can just 'vanish' while we're using it. Joy. Take52001-10-269-220/+450
* #include "e-util/e-gtk-utils.h".Ettore Perazzoli2001-10-265-4/+20
* Set ->priv to NULL. (impl_operationStarted): Check for priv not beingEttore Perazzoli2001-10-262-4/+13
* Updated Polish translation by GNOME PL Team <translators@gnome.pl>Chyla Zbigniew2001-10-262-19/+41
* It is possible for start_foo.value to be NULL after a cal toJon Trowbridge2001-10-262-1/+13
* Check for a NULL provider. (build_dialogue): Check for invalid sourceJeffrey Stedfast2001-10-262-3/+32
* Set the ->mailer to be CORBA_OBJECT_NIL in case of an exception, otherwiseEttore Perazzoli2001-10-262-0/+7
* Don't use __FUNCTION__. (evolution_wizard_set_show_finish): Likewise.Ettore Perazzoli2001-10-263-5/+16
* Updated Ukrainian TranslationYuri Syrota2001-10-261-38/+26
* Updated Ukrainian TranslationYuri Syrota2001-10-261-44/+28
* Updated Ukrainian TranslationYuri Syrota2001-10-261-313/+215
* show an error message when we can't update the object on the calendarRodrigo Moya2001-10-252-1/+10
* Ifdef-ed out the PersistFile bits.Federico Mena Quintero2001-10-252-0/+6
* The tasks folder does not support the PersistFile interface; removed it.Federico Mena Quintero2001-10-252-2/+7
* Handle tasks folders as well; was always using "calendar.ics" as theFederico Mena Quintero2001-10-253-4/+33
* Updated Ukrainian TranslationYuri Syrota2001-10-251-371/+263
* No longer need to pass a settext argument. (do_forward_non_attached):Jeffrey Stedfast2001-10-252-2/+6
* New function that replaces handle_multpart() andJeffrey Stedfast2001-10-253-121/+231
* Add a few names to the box.Ettore Perazzoli2001-10-252-0/+8
* oops, minor fixity fix.Jeffrey Stedfast2001-10-251-3/+6
* Fix to not always return NULL for html parts, doh!.Jeffrey Stedfast2001-10-253-10/+15
* Initialize gnome-vfs.Jon Trowbridge2001-10-254-12/+134
* Don't let fi->name be NULL.Dan Winship2001-10-252-0/+7
* g_return_if_fail if the display_name is NULL. "Fixes" 11182 although thereDan Winship2001-10-252-0/+8
* rework this so that we don't end up freeing the cid then reading from it.Larry Ewing2001-10-252-3/+8
* Set the WMClass of the quit dialog to be different from the default one inEttore Perazzoli2001-10-252-0/+9
* I updated this becuase the screenshot was humerously _old_.Kevin Breit2001-10-253-1/+4
* added sections for Tasks factory and control. I hope someone checks these!Damon Chaplin2001-10-252-0/+36
* Updated Greek messagesSimos Xenitellis2001-10-252-2218/+2103