aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Grab focus on the HTML widget when we displayRodney Dawes2004-02-062-0/+8
* Set the new title. (em_message_browser_window_new): Connect to theJeffrey Stedfast2004-02-062-0/+18
* Now takes a GdkContext arg... will need this later when we want toJeffrey Stedfast2004-02-064-12/+19
* Don't show the task label by defaultRodney Dawes2004-02-062-1/+4
* make failure not so draconian - make the color blackJP Rosevear2004-02-062-6/+8
* Always set the search_state, even if it is NULL (NULL means default/unsetJeffrey Stedfast2004-02-062-4/+6
* Pass TRUE as wraparound (to both be consistant with prev_flagged and toJeffrey Stedfast2004-02-062-2/+8
* Remove e-shell-view-menu.cRodney Dawes2004-02-052-1/+4
* sync the from folder if we're going to delete it, otherwise we can'tNot Zed2004-02-052-0/+12
* rename .cmeta file too, and fix the recovery order.Not Zed2004-02-056-316/+342
* hmm, another well tested bit of code ... if you launch another thread youNot Zed2004-02-052-109/+139
* add a mnemonic for the 'Go to Today' button in the 'Go To Date' dialog.Harry Lu2004-02-052-1/+6
* Fixes #53388 added a check for NULLSarfraaz Ahmed2004-02-052-0/+9
* call abort before we unref, aid debugging if we hit it.Not Zed2004-02-055-6/+43
* ** See bug #53553.Not Zed2004-02-0510-75/+131
* pass in a parent for the dialogs, use e_notice (import_druid_finish): weJP Rosevear2004-02-052-45/+35
* Don't allow dropping into a vfolder (store). Fixes bug #53757.Jeffrey Stedfast2004-02-052-11/+20
* Get rid of some unnecessary CAMEL_OBJECT() casts.Jeffrey Stedfast2004-02-053-31/+42
* use new cal auth functionsJP Rosevear2004-02-054-9/+26
* we only have a single client to free (prepare_events): make the vtodo listJP Rosevear2004-02-053-128/+193
* add extra pageJP Rosevear2004-02-0511-268/+354
* remove dead filesJP Rosevear2004-02-053-910/+4
* make this C89 compliantJP Rosevear2004-02-052-3/+7
* Fix for bug #53755 (local folders case)Jeffrey Stedfast2004-02-053-14/+28
* Updated finnish translation (now 100%)Ilkka Tuohela2004-02-052-1883/+1266
* Update Czech translationMiloslav Trmac2004-02-052-183/+238
* Fixes #52970Rodrigo Moya2004-02-049-49/+82
* don't update the date navigator query nor the internal lists here...Rodrigo Moya2004-02-042-16/+15
* display the exception message on error.Rodrigo Moya2004-02-042-1/+4
* open calendars asynchronously. (client_cal_opened_cb): on success, add theRodrigo Moya2004-02-042-43/+45
* ** See bug #53683.Not Zed2004-02-046-93/+99
* ** See bug #53683.Not Zed2004-02-045-7/+180
* (store_sync): duh, actually pass expunge to folder_sync.Michael Zucci2004-02-042-1/+2
* added 'expunge' parameter, easier 'empty trash on exit' call.Not Zed2004-02-045-14/+22
* ** See bug #53832.Not Zed2004-02-041-1/+2
* change the access key for adding a reminder from Alt+a to Alt+d to avoidHarry Lu2004-02-042-2/+61
* changed order around, first try to delete and only remove from the objectNot Zed2004-02-048-244/+163
* ** See bug #53131.Not Zed2004-02-041-2/+6
* Fix a bug in evolution/calendar/gui/print.c: bound_text(). It does notYong Sun2004-02-042-6/+18
* updated last fix to use void* instead of gpointerJeffrey Stedfast2004-02-041-5/+5
* Use macro casts from int to pointer.Jeffrey Stedfast2004-02-045-17/+45
* oops, don't ref/unref the gtk_selection_dataJeffrey Stedfast2004-02-041-2/+0
* Modified slightly. The model now calls gtk_drag_finish() for us when it isJeffrey Stedfast2004-02-044-81/+139
* use FORCE_SLOW_MIME_TYPE so gnome-vfs actually sniffs the file contentsChris Toshok2004-02-042-0/+7
* Updated with recent additions/movesRodney Dawes2004-02-042-1/+7
* New test suite for url scanning.Jeffrey Stedfast2004-02-044-40/+240
* remove some spew, and add an evo-icon: handler, for things in evolution'sChris Toshok2004-02-042-79/+200
* Moved to misc/widgets since they depend on libemiscwidgets now, and aren'tDan Winship2004-02-048-1154/+12
* Fix location of e-activity-handler.h #includeDan Winship2004-02-044-1/+13
* add widgets/misc for e-activity-handler.hDan Winship2004-02-042-3/+7
* add widgets/miscDan Winship2004-02-044-0/+11
* Moved here from shell/, since they are now used only by the components,Dan Winship2004-02-048-4/+1165
* add callto:, h323:, and webcal: schemes.Chris Toshok2004-02-042-1/+9
* Update Czech translationMiloslav Trmac2004-02-042-125/+146
* correected the date in ChangelogSivaiah Nallagatla2004-02-041-1/+1
* use gtk_spin_button_* apis to get and set values for download limit spinSivaiah Nallagatla2004-02-042-6/+14
* it's possible to get to this function without the EText ever beingChris Toshok2004-02-031-0/+7
* handle the sa prefs here, have own gconf client with sa dir addedRadek Doulik2004-02-034-69/+46
* set image_buf/image_buf_size here instead of in all callers. also emit theChris Toshok2004-02-032-16/+32
* 16x16 jabberJakub Steiner2004-02-032-0/+4
* Updated finnish translationIlkka Tuohela2004-02-032-7739/+3814
* hook up contact_changed/contact_removed signals. (contact_changed): newChris Toshok2004-02-033-12/+86
* don't generate a g_warning if button_icon == NULL. (component_info_free):Chris Toshok2004-02-032-1/+11
* Fixes for bug #53091.Jeffrey Stedfast2004-02-032-1/+11
* Copy the flags too. Fixes the local folder case of bug #53091.Jeffrey Stedfast2004-02-032-1/+7
* Update Czech translationMiloslav Trmac2004-02-032-299/+273
* Fix for bug #52941Jeffrey Stedfast2004-02-033-4/+83
* use g_file_get_contents (load_file_fn): ditto (vcal_support_format_fn):JP Rosevear2004-02-022-65/+24
* Updated Catalan translation by the Catalan Evolution team.Jordi Mallach2004-02-022-19273/+13036
* Updated Irish translationAlastair McKinstry2004-02-022-96/+67
* ** See bug #53549.Not Zed2004-02-023-4/+9
* ** See bug #52994.Not Zed2004-02-026-208/+331
* god knows what else this'll break.Not Zed2004-02-023-12/+14
* use g_ascii_strcasecmp rather than strcasecmp.Not Zed2004-02-023-13/+28
* Fixes for bug #53530Bill Zhu2004-02-022-2/+7
* *** empty log message ***Denis Lackovic2004-02-022-1916/+1368
* Same as below.Jeffrey Stedfast2004-02-013-4/+14
* Updated Polish translation.Artur Flinta2004-02-012-188/+122
* Updated Korean translation.Changwoo Ryu2004-01-312-570/+619
* Updated Norwegian translation.Kjartan Maraas2004-01-312-402/+386
* enable d&d drop photos.Chris Toshok2004-01-318-267/+118
* add an alignment around the image. This might not be enough. hrm.Chris Toshok2004-01-313-23/+83
* Fixes for bug #53348Jeffrey Stedfast2004-01-314-20/+103
* Fix spelling error in provider descriptionRodney Dawes2004-01-312-1/+8
* abstract out the drag and droppable image widget from the contact listChris Toshok2004-01-314-0/+554
* Protect against multiple camel_init() calls. Remember if we've alreadyJeffrey Stedfast2004-01-312-0/+17
* Removed e-meeting-model.cRodney Dawes2004-01-312-1/+4
* remove dead filesJP Rosevear2004-01-313-1897/+5
* Get recursive folder listing (needed or folders that haveJeffrey Stedfast2004-01-312-1/+5
* Fix for bug #53195.Jeffrey Stedfast2004-01-312-7/+25
* Only save the search-bar state OR the filter-bar state - decided based onJeffrey Stedfast2004-01-312-51/+45
* Updated Spanish translation.Francisco Javier F. Serrador2004-01-312-226/+283
* CV Fixes #51871Gary Ekker2004-01-302-0/+12
* Translation updated by Mətin Əmirov.Mətin Əmirovf2004-01-302-10293/+740
* Update Czech translaitonMiloslav Trmac2004-01-302-493/+582
* remove extraneous ;JP Rosevear2004-01-302-2/+8
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-01-302-171/+181
* ** See bug #53549, partial fix.Not Zed2004-01-304-1/+26
* ** See bug #53123.Not Zed2004-01-302-35/+43
* copy the old_name that comes in, since it might be the actual folder_name,Not Zed2004-01-302-1/+11
* ** See bug #53558 (plus other fixes/cleanups)Not Zed2004-01-307-285/+198
* Implement. (eab_select_source): Implement. Public function that promptsHans Petter Jansson2004-01-303-18/+88
* im-aim.png im-icq.png im-msn.png it indeed appears you need 16x16Jakub Steiner2004-01-305-0/+7
* im-aim.png im-icq.png im-msn.png although I'm adding these toJakub Steiner2004-01-305-0/+17
* Updated Spanish translation.Francisco Javier F. Serrador2004-01-302-512/+529
* Changed "Finish" to "Apply" in dialog finish page text.Hans Petter Jansson2004-01-302-1/+6
* Sync the modified source list.Hans Petter Jansson2004-01-303-2/+17
* use the MigrationContext struct. (dialog_close): same.Chris Toshok2004-01-302-97/+139
* don't set the group to be read only until after the source is added.JP Rosevear2004-01-302-2/+8
* set group to temporary sourceRadek Doulik2004-01-302-0/+6
* migrate to a specific source (migrate_ical_folder): create a new sourceJP Rosevear2004-01-292-109/+179
* added support for the list view also.Rodrigo Moya2004-01-292-1/+9
* turn development stuff back onJP Rosevear2004-01-292-1/+5
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-01-292-697/+725
* removed CAMEL_PROVIDER_IS_EXTERNAL check likewise likewiseNicel KM2004-01-294-8/+10
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-01-292-2643/+3164
* Fixes a bug i can't find right nowNot Zed2004-01-295-4/+41
* ** See bug #53269.Not Zed2004-01-292-4/+9
* added a doc comment.Not Zed2004-01-294-38/+53
* reverted radek's patch below, it was already fixed (#53176). Changed theNot Zed2004-01-293-32/+46
* ** See bug #53320 and probably othersNot Zed2004-01-294-54/+94
* output scan->name and scan->value for writing metadata, rather thanNot Zed2004-01-292-2/+6
* zero out passwd/user/host before freeing them.Not Zed2004-01-292-0/+11
* Revert previous change.Jeffrey Stedfast2004-01-292-2/+5
* Same.Jeffrey Stedfast2004-01-293-3/+12
* Update to require glib-2.0 >= 2.3.2 (needed for some GValue usage).Jeffrey Stedfast2004-01-292-1/+7
* Get file_as instead of full_name.Hans Petter Jansson2004-01-293-2/+10
* g_message this (destroy_config): remove the various pieces to create aJP Rosevear2004-01-292-6/+49
* stop status bar messages madness.Rodrigo Moya2004-01-295-20/+10
* Added a new property "state" which is READ-WRITE so that we canJeffrey Stedfast2004-01-294-19/+204
* Disable the possibility of using OpenSSL until someone decides it isRodney Dawes2004-01-292-69/+75
* First argument to gtk_hbox_new () is a boolean, not an int, don't show theRodney Dawes2004-01-292-3/+16
* Updated Norwegian translation.Kjartan Maraas2004-01-292-260/+299
* If the store is already in the model, remove it and then re-add it. FixesJeffrey Stedfast2004-01-292-14/+8
* And thus completes the fixes for bug #52766.Jeffrey Stedfast2004-01-293-28/+30
* Make sure the new dir path exists before trying to rename files to avoidJeffrey Stedfast2004-01-292-7/+48
* Marked all plural-forms bugs with 'bug: plural-forms'.Danilo Šegan2004-01-292-1/+31
* Updated Serbian translation.Danilo Šegan2004-01-283-450/+492
* svn path=/trunk/; revision=24493Updated ja.po. T.Aihana2004-01-282-275/+331
* set body text after setting composer's signature, so that signature isRadek Doulik2004-01-282-1/+8
* updated italian translation - plural forms upgradedMarco Ciampa2004-01-281-5/+5
* ** See Bug #53176, probably fixes others too.Not Zed2004-01-282-11/+30
* add port and /soap parts to relative uri while updating it when accountSivaih Nallagatla2004-01-283-8/+16
* updated italian translationMarco Ciampa2004-01-282-266/+154
* Fixed Czech translationMiloslav Trmac2004-01-282-381/+363
* ** See bug #53179Not Zed2004-01-284-18/+49
* ref folder from mail_component_get_folder.Not Zed2004-01-283-1/+11
* Expand the label, this fixes the problem that people were having in theRodney Dawes2004-01-282-1/+9
* Use button->time for the mouse click event, so that the popup stays up onRodney Dawes2004-01-281-1/+1
* Removed unneeded debug printfs.Jeffrey Stedfast2004-01-283-15/+10
* fix double free of the button event.Chris Toshok2004-01-281-1/+0
* spamfiltering charsets and input methods. assign copyright to Novell, addAaron Weber2004-01-285-10/+141
* Handle NULL name. Fixes #53071.Hans Petter Jansson2004-01-282-2/+15
* set the relative_uri of a local source to be its uid.Chris Toshok2004-01-283-15/+29
* Use gtk_tree_view_get_dest_row_at_pos() instead ofJeffrey Stedfast2004-01-283-8/+13
* shushJP Rosevear2004-01-282-2/+2
* added "Quick Reference" menu itemDavid Trowbridge2004-01-282-2/+11
* quick ref docsDavid Trowbridge2004-01-289-1/+18605
* add facilities for installing a help dirDavid Trowbridge2004-01-282-0/+9
* add definition for EVOLUTION_HELPDIRDavid Trowbridge2004-01-283-1/+39
* Enable [, ], ., and , as mail accels again, but not in the menus, so thatRodney Dawes2004-01-282-0/+10
* Copy the imap cache into the right place. Duh.Jeffrey Stedfast2004-01-282-1/+6
* use e_cal_removeJP Rosevear2004-01-283-2/+8
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-01-281-4156/+1437
* updated italian translationMarco Ciampa2004-01-272-128/+60
* print strikeout/underlineRadek Doulik2004-01-271-1/+30
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-01-272-10681/+2258
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-01-272-1164/+706
* set CAMEL_FOLDER_SUPRESS_JUNK_TEST flag (imap_update_summary): updateRadek Doulik2004-01-274-4/+25
* ** See bug #53084 and others.Not Zed2004-01-2717-309/+413
* attempt the upgrade before trying to startup the wizard.Not Zed2004-01-273-77/+83
* Updated Serbian translation.Danilo Šegan2004-01-273-221/+222
* fix the parent-finding logic.Not Zed2004-01-274-46/+31
* ** See bug #53373.Not Zed2004-01-274-25/+57
* [ Should fix #53361 and other migration problems/crashes ] new function,Chris Toshok2004-01-272-29/+63
* Fixes #53276Rodrigo Moya2004-01-272-18/+50
* add the source to the group so it actually shows upJP Rosevear2004-01-272-4/+12
* Updated Greek translationNikos Charonitakis2004-01-272-1623/+1525
* get the source name with out using freed memory (migrate_tasks): dittoJP Rosevear2004-01-272-2/+8
* Fixes for bug #53251.Jeffrey Stedfast2004-01-273-9/+63
* Get rid of all the *Shift*character keybindings, so people can actuallyRodney Dawes2004-01-274-29/+16
* Updated Irish translationAlastair McKinstry2004-01-272-703/+707
* use g_file_test instead of stat and pass the type e_folder_map_dir whenJP Rosevear2004-01-272-3/+7
* Add panded widget to EShellWindowPrivate and handle state saving ofRodney Dawes2004-01-273-11/+29
* Set priv->drag_row.Jeffrey Stedfast2004-01-273-8/+38
* Fixes #53338Rodrigo Moya2004-01-273-0/+22
* bump requirements, versionJP Rosevear2004-01-2749-47736/+53764
* Updated italian translationMarco Ciampa2004-01-271-75/+56
* Update default mailboxAaron Weber2004-01-272-4/+461
* removed some debugging printfsJeffrey Stedfast2004-01-271-4/+1
* Use FOLDER_INFO_FAST bitflag here, since we don't care about unread countsJeffrey Stedfast2004-01-272-3/+11
* [ fixes #53238 ] make this accept NULL's (and return FALSE for them).Chris Toshok2004-01-272-14/+55
* there is no splash screen any moreJP Rosevear2004-01-272-5/+6
* drop now useless gtkhtml/gconf checkJP Rosevear2004-01-272-4/+4
* translate DEMAND to INCOMING to get the right rulesRadek Doulik2004-01-273-1/+13
* make sure we pass \0 terminated string to eab_contact_list_from_string [itRadek Doulik2004-01-262-5/+18
* Updated italian translationMarco Ciampa2004-01-262-133/+20
* Updeted Spanish translationFrancisco Javier F. Serrador2004-01-262-198/+196
* Updated French translation.Christophe Merlet2004-01-261-242/+197
* Updated French translation.Christophe Merlet2004-01-262-971/+754
* Translation updated by Daniel van Eeden.Vincent van Adrighem2004-01-262-801/+823
* [ fixes bug #51171 ] get this working.Chris Toshok2004-01-262-63/+52
* Updated Hungarian translation.Andras Timar2004-01-262-4642/+731
* Updated Hungarian translation.Andras Timar2004-01-262-1363/+1583
* Merge from evolution-1-4-branch.Jordi Mallach2004-01-262-5956/+3587
* Updated German translation.Christian Neumair2004-01-262-12776/+3093
* Updated some .cvsignore files.Christian Neumair2004-01-264-0/+8
* Cast the name entry to a GtkWidget to avoid a compiler warning Grab focusRodney Dawes2004-01-253-1/+11
* Updated Korean translation.Changwoo Ryu2004-01-252-529/+583
* Updated the Greek translationKostas Papadimas2004-01-252-606/+782
* Updated French translation.Christophe Merlet2004-01-252-1178/+1090
* updateFunda Wang2004-01-252-11536/+1889
* new function.Rodrigo Moya2004-01-257-13/+53
* use e_source_list_peek_source_any (setup_create_ecal): dittoJP Rosevear2004-01-252-50/+14
* don't unref and ref, the hash table does thisJP Rosevear2004-01-252-13/+14
* Select Contacts from Address Book, not ContentsRodney Dawes2004-01-252-1/+8
* use the colors from the model as background, not as foreground.Rodrigo Moya2004-01-253-9/+16
* listen for the correct notificationJP Rosevear2004-01-252-2/+8
* sync the source list after the source removalJP Rosevear2004-01-253-0/+10
* display a progress dialog (dialog_close): destroy itJP Rosevear2004-01-252-70/+271
* Updated Mongolian translationSanlig Badral2004-01-251-5/+5
* oops. (migrate_contact_folder): fix the unreffing.Chris Toshok2004-01-252-3/+15
* use _("Personal"), not "Personal".Chris Toshok2004-01-252-1/+6
* i2004-01-24 Chris Toshok <toshok@ximian.com>Chris Toshok2004-01-252-7/+6
* turn off debuggingJP Rosevear2004-01-252-1/+5
* use e_folder_map_local_folders. (find_addressbook_dirs): nuke.Chris Toshok2004-01-252-53/+11
* use GDir/g_build_filename, and g_file_test. (e_folder_map_local_folders):Chris Toshok2004-01-252-30/+35
* Updated Norwegian translation.Kjartan Maraas2004-01-242-1041/+1064
* added mongolian translationSanlig Badral2004-01-244-1/+17780
* svn path=/trunk/; revision=24400Updated ja.po. T.Aihana2004-01-242-13552/+5769
* use .evolution to store view infoJP Rosevear2004-01-242-1/+6
* remove duplicate msgid'sJP Rosevear2004-01-242-11/+5
* if the source is primary, don't allow it to be un-selectedJP Rosevear2004-01-242-11/+19
* ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.Dmitry Mastrukov2004-01-242-10652/+637
* Added Spanish translation.Francisco Javier F. Serrador2004-01-242-743/+835
* Move uri_list loop into a separate function so we don't duplicate code inRodney Dawes2004-01-242-15/+39
* Removed the drag & drop interfaces, apparently these aren't good enoughJeffrey Stedfast2004-01-244-528/+693
* remove a typo from the beginning of this fileDan Winship2004-01-241-1/+1
* CVS_SILENTGörkem Çetin2004-01-241-16/+21
* add the control id to the factory.Larry Ewing2004-01-242-2/+9
* build new sourcesJP Rosevear2004-01-244-0/+232
* Handle where the file: url is roken (ie, points to a location out of theJeffrey Stedfast2004-01-242-1/+13
* Set the mnemonic widget for "Folder _name:"Rodney Dawes2004-01-242-0/+7
* Fix Folder submenu location Add ComponentPlaceholder back to File menuRodney Dawes2004-01-243-5/+15
* Use PUBLISH if no METHOD definedRodney Dawes2004-01-242-4/+9
* Updated Brazilian Portuguese translation done by Gustavo Maciel DiasGustavo Maciel Dias Vieira2004-01-242-12322/+2569
* [ fixes bug #52571 ] ugh. name fields that have \" around the name breakChris Toshok2004-01-243-29/+103
* use mail_session_get_sa_daemon_portRadek Doulik2004-01-249-8/+262
* use check_junk_for_imap flagRadek Doulik2004-01-244-3/+43
* Update Czech translationMiloslav Trmac2004-01-242-166/+172