summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rename EBook/CalView's "set_restriction" to "set_fields_of_interest"eclientMilan Crha2011-05-2014-101/+124
|
* Have 'refresh' method available on books too, thus it can be part of EClientMilan Crha2011-05-2018-95/+470
|
* Changing logic of backend opening phase in favor of e_client_utils_open_new()Milan Crha2011-05-2059-605/+1796
|
* Re-implement discardAlarm method and its e_cal_client_discard_alarm()Milan Crha2011-05-1311-2/+291
|
* EBook/CalClient uses EBook/CalClientView for viewsMilan Crha2011-05-1137-521/+1797
|
* Introduction of e-client-utils.h/.cMilan Crha2011-05-1034-112/+391
|
* Prefix common client properties with CLIENT_ and reuse between clientsMilan Crha2011-05-1026-85/+81
|
* Implement e_client_get/set_backend_property functionsMilan Crha2011-05-0946-3731/+2660
|
* Update async backend comments about respond functionsMilan Crha2011-04-273-47/+52
|
* Remove unnecessary 'const' qualifiers from structures in public ↵Milan Crha2011-04-279-102/+125
| | | | EBookClient/ECalClient APIs
* Make async functions void in EClient/EBookClient/ECalClientMilan Crha2011-04-2732-798/+386
|
* Merge common client error codes to E_CLIENT_ERRORMilan Crha2011-04-267-226/+237
|
* Calendar's getFreeBusy notifies about components with a signalMilan Crha2011-04-2614-159/+280
|
* New EBookClient/ECalClient API deprecating EBook/ECalMilan Crha2011-04-18163-29337/+32146
|
* Fix Gtk-Doc notation in Camel.Matthew Barnes2011-04-1713-55/+55
|
* Seal up CamelService.Matthew Barnes2011-04-1744-490/+899
| | | | | | | | | And add accessor functions: camel_service_get_camel_url() camel_service_get_connection_status() This change increments libcamel's soname.
* Updated Swedish translationDaniel Nylander2011-04-171-359/+412
|
* Added UG translationAbduxukur Abdurixit2011-04-161-5015/+5166
|
* Pull in translations from Evolution for "On This Computer"David Woodhouse2011-04-1584-6/+331
|
* Bug 647873 [2/2] - e_cal_new_system_foo() should create source in GConfDavid Woodhouse2011-04-151-3/+53
|
* Bug 647873 [1/2] - Fix comparison of URI in e_cal_new_from_uri().David Woodhouse2011-04-151-1/+10
| | | | | | If the URI only had a relative_uri property, we should build the full URI for comparison rather than just skipping it. Otherwise we get false mismatches.
* Updated Spanish translationDaniel Mustieles2011-04-121-669/+718
|
* Fix read off end of string in NTLM SSO supportDavid Woodhouse2011-04-091-0/+1
| | | | | | Didn't actually break things, since the base64 decode usually just gave us an extra few bytes before hitting a character it didn't like and stopping anyway, but naughty nonetheless. Valgrind told me off for it, and rightly so.
* Bug 46117 - e-calendar-factory does not exitMatthew Barnes2011-04-072-2/+0
|
* Add support for NTLM single-sign-on using /usr/bin/ntlm_authDavid Woodhouse2011-04-051-0/+136
| | | | | There's a simple test version of ntlm_auth at http://david.woodhou.se/ntlm_auth_v2.c
* Add asynchronous camel_sasl_try_empty_password()David Woodhouse2011-04-052-0/+137
|
* Add camel_sasl_try_empty_password_sync() method.David Woodhouse2011-04-055-50/+135
| | | | | | | This indicates that a SASL method with the need_password flag can be tried without providing a password, for single-sign-on using system credentials. This will be used by NTLM.
* Updated Basque languageInaki Larranaga Murgoitio2011-04-041-2164/+2090
|
* Updated Japanese translation.Jiro Matsuzawa2011-04-041-22/+23
|
* Updated Dutch translation by Wouter BolsterleeWouter Bolsterlee2011-04-031-321/+293
|
* Updated Dutch translation by Hannie DumoleynHannie Dumoleyn2011-04-031-1217/+1421
|
* Updated Lithuanian translationŽygimantas Beručka2011-04-031-1363/+1390
|
* [l10n]Fixes on Catalan translationJordi Serratosa2011-04-021-214/+219
|
* Updated Japanese translation.Takayuki KUSANO2011-04-021-1214/+1374
|
* Infer NTLM domain from username; don't assume it matches the server's domainDavid Woodhouse2011-04-011-5/+15
|
* Add Esperanto translationKristjan SCHMIDT2011-04-012-0/+5038
|
* Support NTLMv2 in camel-sasl-ntlm.cDavid Woodhouse2011-04-011-6/+46
| | | | | | This still isn't good enough; we need to support calling out to /usr/bin/ntlm_auth to handle the challenge/response *for* us, for single-sign-on so that we don't need to know the password for ourselves.
* Updated Danish translationKris Thomsen2011-04-011-1254/+1435
|
* Bug 646200 - Insufficient requirement on libsoupMatthew Barnes2011-03-301-1/+1
| | | | | Require libsoup >= 2.31.2 so we can use the get methods for SoupCookie, SoupData and SoupURI.
* Updated Bulgarian translationAlexander Shopov2011-03-301-248/+247
|
* Updated Brazilian Portuguese translationAntonio Fernandes C. Neto2011-03-291-1173/+1331
|
* Updated Bulgarian translationAlexander Shopov2011-03-281-559/+154
|
* Updated Bulgarian translationAlexander Shopov2011-03-281-2118/+2587
|
* Added UG translationAbduxukur Abdurixit2011-03-271-576/+618
|
* Updated Italian translationLuca Ferretti2011-03-231-210/+220
|
* Bug 418954 - Add a separate entry combo for port numbersDan Vráti2011-03-2312-2/+79
| | | | | | | Adds a new field to CamelProvider for listing standard port numbers with descriptions. Evolution uses this information in its EPortEntry widget. This breaks ABI in CamelProvider and requires a soname bump.
* Collect all test code into a top-level "tests" directoryMatthew Barnes2011-03-22111-235/+204
| | | | | | | | | | | | | | | | This includes both automated unit tests and standalone demo programs. Test code is partitioned by library. So far we have: tests/libebook tests/libecal tests/libedata-cal tests/libedataserver tests/libedataserverui This makes for a natural place to put additional E-D-S test code, but still have it compartmentalized in one place (excluding Camel, which is still tagging along with E-D-S but is not really part of E-D-S).
* Updated Gujarati TranslationsSweta Kothari2011-03-221-21/+21
|
* Begin Evolution-Data-Server 3.1 development.Matthew Barnes2011-03-211-3/+3
|
* Post-release version bump.Matthew Barnes2011-03-211-3/+3
|