summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add tests to stress-test the addressbook factory.treitter-client-gdbusTravis Reitter2009-12-286-8/+126
|
* Add tests to stress-test the calendar factory.Travis Reitter2009-12-287-9/+201
|
* Make tests silent by default.Travis Reitter2009-12-2819-80/+135
|
* Port EDataCalView to GDBus.Travis Reitter2009-12-235-156/+224
|
* Use the proper freeing function for the members of the list returned by ↵Travis Reitter2009-12-231-1/+1
| | | | e_cal_get_free_busy().
* Remove the obsolete dbus-glib bindings for EDataCal.Travis Reitter2009-12-232-4/+2
|
* Port remaining EDataCal methods without adding new regression tests (since ↵Travis Reitter2009-12-222-6/+58
| | | | they seem to not be worth the effort right now).
* Add another GDBus bindings utility function and factor out some common code.Travis Reitter2009-12-221-35/+57
|
* Port EDataCal method 'getQuery' and add a regression test for it and the ↵Travis Reitter2009-12-226-2/+225
| | | | view's 'start' method.
* Port EDataCal method 'receiveObjects' and add a basic regression test.Travis Reitter2009-12-226-2/+71
|
* Port EDataCal method 'sendObjects' and add a basic regression test.Travis Reitter2009-12-227-5/+135
|
* Port EDataCal method 'getFreeBusy' and add a basic regression test.Travis Reitter2009-12-226-2/+101
|
* Port EDataCal method 'setDefaultTimezone' and add a basic regression test.Travis Reitter2009-12-226-2/+93
|
* Port EDataCal method 'addTimezone' and add a regression test.Travis Reitter2009-12-226-2/+89
|
* Port EDataCal method 'getTimezone' and add a regression test.Travis Reitter2009-12-216-2/+71
|
* Port EDataCal method 'modifyObject' and add a regression test.Travis Reitter2009-12-217-7/+127
|
* Port EDataCal method 'getObjectList' and add a regression test; factor out ↵Travis Reitter2009-12-217-49/+160
| | | | some common test code as a utility.
* Port EDataCal methods '{get,create,remove}Object' and add regression tests.Travis Reitter2009-12-219-8/+405
|
* Port EDataCal method 'getDefaultObject' and add a regression test.Travis Reitter2009-12-176-2/+72
|
* Port EDataCal method 'setMode' and add a regression test.Travis Reitter2009-12-176-2/+128
|
* Port EDataCal method 'getSchedulingInformation' and add a regression test.Travis Reitter2009-12-176-1/+127
|
* Port EDataCal method 'getLdapAttribute' and add a regression test.Travis Reitter2009-12-176-2/+65
|
* Port EDataCal method 'getAlarmEmailAddress' and add a regression test.Travis Reitter2009-12-176-2/+65
|
* Cut commented code.Travis Reitter2009-12-171-8/+0
|
* Port EDataCal method 'getCalAddress' and add a regression test.Travis Reitter2009-12-176-3/+68
|
* Port the EDataCal D-Bus methods 'close' and 'remove' to gdbus.Travis Reitter2009-12-162-5/+30
|
* Port the EDataCal D-Bus methods 'open' and 'isReadOnly' to gdbus; add ↵Travis Reitter2009-12-167-7/+236
| | | | another regression test for 'open'.
* Factor out gdbus binding code common to both the addressbook and calendar.Travis Reitter2009-12-168-221/+15
|
* Set up all the boilerplate for porting libecal from dbus-glib to gdbus and ↵Travis Reitter2009-12-168-29/+545
| | | | add a very basic regression test (as the beginning of an automated test suite, like libebook has.
* Minimize the integration of dbus-glib with libebook until we can remove it ↵Travis Reitter2009-12-151-62/+71
| | | | entirely.
* Port the BookView D-Bus methods to gdbus.Travis Reitter2009-12-156-43/+165
|
* Don't generate old dbus-glib bindings for EDataBook.Travis Reitter2009-12-151-2/+1
|
* Fix trivial build issue.Travis Reitter2009-12-151-1/+1
|
* Handle EDataBook signals via gdbus instead of dbus-glib.Travis Reitter2009-12-151-21/+35
|
* Port remaining EBook D-Bus methods (authenticateUser, getChanges, ↵Travis Reitter2009-12-143-22/+211
| | | | cancelOperation) over to gdbus. These have less-complete testing than the previous ones.
* Pedantically add a reply type for object paths, distinct from generic strings.Travis Reitter2009-12-112-1/+6
|
* Cut some trailing whitespace.Travis Reitter2009-12-112-12/+12
|
* Port the e-book 'getBookView' method to gdbus and clean up its regression ↵Travis Reitter2009-12-117-107/+261
| | | | test to fit the other well-formed tests.
* Port the e-book 'close' method to gdbus.Travis Reitter2009-12-112-3/+14
|
* Actually check for the correct proxy in ebook function argument validationTravis Reitter2009-12-111-21/+21
|
* Move all the well-formed addressbook tests into the list of tests to run for ↵Travis Reitter2009-12-111-10/+15
| | | | 'make check'
* Don't double-free the list of connections (after it's already an invalid ↵Travis Reitter2009-12-111-5/+7
| | | | pointer)
* Fix a nasty e-addressbook-factory crasher based on a double-free.Travis Reitter2009-12-111-4/+7
|
* Add copyright and author notice in the manual gdbus bindings.Travis Reitter2009-12-102-0/+42
|
* Factor out common gdbus bindings boilerplate code.Travis Reitter2009-12-103-106/+145
|
* Refactor the book bindings a little.Travis Reitter2009-12-101-96/+64
|
* Trivial clean-ups for the output of the test utils and a couple testsTravis Reitter2009-12-103-2/+4
|
* Port the e-book 'getSupportedAuthMethods' method to gdbus and add a ↵Travis Reitter2009-12-106-30/+235
| | | | regression test.
* Don't crash when getSupportedAuthMethods is called on the file backendTravis Reitter2009-12-101-17/+28
|
* Port the e-book 'getSupportedFields' method to gdbus and add a regression testTravis Reitter2009-12-106-3/+206
|