summaryrefslogtreecommitdiff
Commit message (Expand)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 e_cal...Travis Reitter2009-12-231-1/+1
* Remove the obsolete dbus-glib bindings for EDataCal.Travis Reitter2009-12-232-4/+2
* Port remaining EDataCal methods without adding new regression tests (since th...Travis Reitter2009-12-222-6/+58
* 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 view...Travis Reitter2009-12-226-2/+225
* 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 so...Travis Reitter2009-12-217-49/+160
* 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 another...Travis Reitter2009-12-167-7/+236
* 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 ad...Travis Reitter2009-12-168-29/+545
* Minimize the integration of dbus-glib with libebook until we can remove it en...Travis Reitter2009-12-151-62/+71
* 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, cancelOpera...Travis Reitter2009-12-143-22/+211
* 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 tes...Travis Reitter2009-12-117-107/+261
* 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
* Don't double-free the list of connections (after it's already an invalid poin...Travis Reitter2009-12-111-5/+7
* 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 regressio...Travis Reitter2009-12-106-30/+235
* 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