| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename EBook/CalView's "set_restriction" to "set_fields_of_interest"eclient | Milan Crha | 2011-05-20 | 14 | -101/+124 |
| | | |||||
| * | Have 'refresh' method available on books too, thus it can be part of EClient | Milan Crha | 2011-05-20 | 18 | -95/+470 |
| | | |||||
| * | Changing logic of backend opening phase in favor of e_client_utils_open_new() | Milan Crha | 2011-05-20 | 59 | -605/+1796 |
| | | |||||
| * | Re-implement discardAlarm method and its e_cal_client_discard_alarm() | Milan Crha | 2011-05-13 | 11 | -2/+291 |
| | | |||||
| * | EBook/CalClient uses EBook/CalClientView for views | Milan Crha | 2011-05-11 | 37 | -521/+1797 |
| | | |||||
| * | Introduction of e-client-utils.h/.c | Milan Crha | 2011-05-10 | 34 | -112/+391 |
| | | |||||
| * | Prefix common client properties with CLIENT_ and reuse between clients | Milan Crha | 2011-05-10 | 26 | -85/+81 |
| | | |||||
| * | Implement e_client_get/set_backend_property functions | Milan Crha | 2011-05-09 | 46 | -3731/+2660 |
| | | |||||
| * | Update async backend comments about respond functions | Milan Crha | 2011-04-27 | 3 | -47/+52 |
| | | |||||
| * | Remove unnecessary 'const' qualifiers from structures in public ↵ | Milan Crha | 2011-04-27 | 9 | -102/+125 |
| | | | | | EBookClient/ECalClient APIs | ||||
| * | Make async functions void in EClient/EBookClient/ECalClient | Milan Crha | 2011-04-27 | 32 | -798/+386 |
| | | |||||
| * | Merge common client error codes to E_CLIENT_ERROR | Milan Crha | 2011-04-26 | 7 | -226/+237 |
| | | |||||
| * | Calendar's getFreeBusy notifies about components with a signal | Milan Crha | 2011-04-26 | 14 | -159/+280 |
| | | |||||
| * | New EBookClient/ECalClient API deprecating EBook/ECal | Milan Crha | 2011-04-18 | 163 | -29337/+32146 |
| | | |||||
| * | Fix Gtk-Doc notation in Camel. | Matthew Barnes | 2011-04-17 | 13 | -55/+55 |
| | | |||||
| * | Seal up CamelService. | Matthew Barnes | 2011-04-17 | 44 | -490/+899 |
| | | | | | | | | | | And add accessor functions: camel_service_get_camel_url() camel_service_get_connection_status() This change increments libcamel's soname. | ||||
| * | Updated Swedish translation | Daniel Nylander | 2011-04-17 | 1 | -359/+412 |
| | | |||||
| * | Added UG translation | Abduxukur Abdurixit | 2011-04-16 | 1 | -5015/+5166 |
| | | |||||
| * | Pull in translations from Evolution for "On This Computer" | David Woodhouse | 2011-04-15 | 84 | -6/+331 |
| | | |||||
| * | Bug 647873 [2/2] - e_cal_new_system_foo() should create source in GConf | David Woodhouse | 2011-04-15 | 1 | -3/+53 |
| | | |||||
| * | Bug 647873 [1/2] - Fix comparison of URI in e_cal_new_from_uri(). | David Woodhouse | 2011-04-15 | 1 | -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 translation | Daniel Mustieles | 2011-04-12 | 1 | -669/+718 |
| | | |||||
| * | Fix read off end of string in NTLM SSO support | David Woodhouse | 2011-04-09 | 1 | -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 exit | Matthew Barnes | 2011-04-07 | 2 | -2/+0 |
| | | |||||
| * | Add support for NTLM single-sign-on using /usr/bin/ntlm_auth | David Woodhouse | 2011-04-05 | 1 | -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 Woodhouse | 2011-04-05 | 2 | -0/+137 |
| | | |||||
| * | Add camel_sasl_try_empty_password_sync() method. | David Woodhouse | 2011-04-05 | 5 | -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 language | Inaki Larranaga Murgoitio | 2011-04-04 | 1 | -2164/+2090 |
| | | |||||
| * | Updated Japanese translation. | Jiro Matsuzawa | 2011-04-04 | 1 | -22/+23 |
| | | |||||
| * | Updated Dutch translation by Wouter Bolsterlee | Wouter Bolsterlee | 2011-04-03 | 1 | -321/+293 |
| | | |||||
| * | Updated Dutch translation by Hannie Dumoleyn | Hannie Dumoleyn | 2011-04-03 | 1 | -1217/+1421 |
| | | |||||
| * | Updated Lithuanian translation | Žygimantas Beručka | 2011-04-03 | 1 | -1363/+1390 |
| | | |||||
| * | [l10n]Fixes on Catalan translation | Jordi Serratosa | 2011-04-02 | 1 | -214/+219 |
| | | |||||
| * | Updated Japanese translation. | Takayuki KUSANO | 2011-04-02 | 1 | -1214/+1374 |
| | | |||||
| * | Infer NTLM domain from username; don't assume it matches the server's domain | David Woodhouse | 2011-04-01 | 1 | -5/+15 |
| | | |||||
| * | Add Esperanto translation | Kristjan SCHMIDT | 2011-04-01 | 2 | -0/+5038 |
| | | |||||
| * | Support NTLMv2 in camel-sasl-ntlm.c | David Woodhouse | 2011-04-01 | 1 | -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 translation | Kris Thomsen | 2011-04-01 | 1 | -1254/+1435 |
| | | |||||
| * | Bug 646200 - Insufficient requirement on libsoup | Matthew Barnes | 2011-03-30 | 1 | -1/+1 |
| | | | | | | Require libsoup >= 2.31.2 so we can use the get methods for SoupCookie, SoupData and SoupURI. | ||||
| * | Updated Bulgarian translation | Alexander Shopov | 2011-03-30 | 1 | -248/+247 |
| | | |||||
| * | Updated Brazilian Portuguese translation | Antonio Fernandes C. Neto | 2011-03-29 | 1 | -1173/+1331 |
| | | |||||
| * | Updated Bulgarian translation | Alexander Shopov | 2011-03-28 | 1 | -559/+154 |
| | | |||||
| * | Updated Bulgarian translation | Alexander Shopov | 2011-03-28 | 1 | -2118/+2587 |
| | | |||||
| * | Added UG translation | Abduxukur Abdurixit | 2011-03-27 | 1 | -576/+618 |
| | | |||||
| * | Updated Italian translation | Luca Ferretti | 2011-03-23 | 1 | -210/+220 |
| | | |||||
| * | Bug 418954 - Add a separate entry combo for port numbers | Dan Vráti | 2011-03-23 | 12 | -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" directory | Matthew Barnes | 2011-03-22 | 111 | -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 Translations | Sweta Kothari | 2011-03-22 | 1 | -21/+21 |
| | | |||||
| * | Begin Evolution-Data-Server 3.1 development. | Matthew Barnes | 2011-03-21 | 1 | -3/+3 |
| | | |||||
| * | Post-release version bump. | Matthew Barnes | 2011-03-21 | 1 | -3/+3 |
| | | |||||
