Age | Commit message (Expand) | Author | Files | Lines |
2007-04-19 | Move contents of lib/ into root directory | Simon McVittie | 7 | -0/+408 |
2007-04-19 | Remove src, data, tests and Gabble-specific parts of configure.ac | Simon McVittie | 12 | -1201/+0 |
2007-04-18 | When running check-extra, produce logfiles in ${top_buildddir}/tests/gabble-<... | Simon McVittie | 3 | -8/+20 |
2007-04-16 | remove unused src/handles.[ch] | Robert McQueen | 1 | -1/+0 |
2007-04-06 | tests/: wrap long lines | Simon McVittie | 1 | -2/+4 |
2007-04-05 | Semi-automated whitespace pedantry: space before function call parentheses, w... | Simon McVittie | 2 | -6/+6 |
2007-04-06 | Refactor out coding style checking into shell scripts and Makefile snippets a... | Simon McVittie | 1 | -23/+2 |
2007-04-05 | Distinguish between C and other source when doing whitespace checksmerge_point_for_telepathy-gabble-olpc | Simon McVittie | 1 | -3/+15 |
2007-04-04 | tests/Makefile.am: Add automated whitespace fascism | Simon McVittie | 1 | -0/+14 |
2007-04-04 | test-basic-connect.py: Remove some trailing whitespace | Simon McVittie | 1 | -2/+2 |
2007-03-26 | test-handles: Don't inspect return value from tp_handle_ref; use tp_handle_is... | Simon McVittie | 1 | -4/+4 |
2007-03-21 | test-basic-connect.py: factor out constants | Dafydd Harries | 1 | -7/+13 |
2007-03-21 | comments | Dafydd Harries | 1 | -1/+2 |
2007-03-21 | rename TESTSEXTRA to EXTRA_TESTS | Dafydd Harries | 1 | -2/+2 |
2007-03-21 | remove unnecessary makefile rule | Dafydd Harries | 1 | -2/+0 |
2007-03-21 | distribute *.conf.in | Dafydd Harries | 1 | -1/+1 |
2007-03-21 | generate *.conf more like *.service | Dafydd Harries | 1 | -2/+5 |
2007-03-21 | marginally simplify test mangling makefile rules | Dafydd Harries | 1 | -3/+3 |
2007-03-21 | test-basic-connect.py: use standard indentation | Dafydd Harries | 1 | -76/+76 |
2007-03-21 | distribute .service.in files | Dafydd Harries | 1 | -1/+1 |
2007-03-21 | use BUILT_SOURCES instead of BUILT_FILES | Dafydd Harries | 1 | -3/+2 |
2007-03-21 | check-extra: make files executable before trying to run tests | Dafydd Harries | 1 | -0/+2 |
2007-03-21 | check-extra: recursively call make check, rather than duplicating sh test code | Dafydd Harries | 1 | -72/+1 |
2007-03-21 | tests/: generate .service from .service.in | Dafydd Harries | 1 | -1/+4 |
2007-03-21 | remove redundant Makefile.am lines | Dafydd Harries | 1 | -9/+0 |
2007-03-20 | move dbus tests to make check-extra | Mads Chr. Olesen | 1 | -36/+77 |
2007-03-20 | refresh unit test | Mads Chr. Olesen | 1 | -6/+5 |
2007-02-02 | Make distcheck succeed, finally | Mads Chr. Olesen | 1 | -2/+12 |
2006-12-28 | Make distcheck succeed a little more, using black autofoo magic borrowed from... | Mads Chr. Olesen | 2 | -8/+37 |
2006-12-28 | Up the timeout for the unit test connect call | Mads Chr. Olesen | 1 | -1/+1 |
2006-12-27 | unittest-debugging | Mads Chr. Olesen | 1 | -0/+3 |
2006-12-27 | unittesting-own-configuration | Mads Chr. Olesen | 4 | -8/+56 |
2006-12-26 | basic-unit-testing | Mads Chr. Olesen | 5 | -1/+745 |
2007-03-12 | Correct room list channel handle fetching, and test cases | Simon McVittie | 1 | -2/+2 |
2007-03-08 | Convert Gabble to use new handle API. | Simon McVittie | 1 | -14/+13 |
2007-03-13 | Use NUM_TP_HANDLE_TYPES in test case | Simon McVittie | 1 | -3/+3 |
2007-03-01 | fix missed #include of gabble-presence.h | Dafydd Harries | 1 | -1/+1 |
2007-03-01 | patch from Dmitry Rozhkov <ext-dmitry.1.rozhkov@nokia.com> to add --enable-co... | Robert McQueen | 1 | -0/+1 |
2007-02-05 | Don't rely on inter-library dependencies | Simon McVittie | 1 | -3/+6 |
2007-02-05 | Move tests for bits of lib to lib too | Simon McVittie | 4 | -269/+1 |
2007-01-18 | Add infrastructure for generating lots of GInterfaces from the Telepathy spec... | Simon McVittie | 1 | -0/+1 |
2007-01-12 | Extract superclass TpBaseConnection from GabbleConnection | Simon McVittie | 1 | -0/+4 |
2007-01-08 | Remove the GabbleHandleRepo type completely - just use an array of TpHandleRe... | Simon McVittie | 1 | -9/+13 |
2007-01-08 | Remove gabble_handle_client_release, _hold in favour of the corresponding tp_... | Simon McVittie | 1 | -2/+2 |
2007-01-08 | Change gabble_handle_for_contact, etc. to take the appropriate TpHandleRepoIf... | Simon McVittie | 1 | -9/+11 |
2007-01-08 | Remove gabble_handle_for_group, gabble_handle_for_list (just use tp_handle_re... | Simon McVittie | 1 | -4/+4 |
2007-01-05 | Replace TpError_PermissionDenied with TP_ERROR_PERMISSION_DENIED, etc. | Simon McVittie | 1 | -2/+2 |
2007-01-05 | Remove tp- prefix from header files: it serves no namespacing purpose and get... | Simon McVittie | 4 | -12/+12 |
2007-01-04 | Move handle set to lib. Define handle repository interface, TpHandleRepoIface, | Simon McVittie | 2 | -27/+28 |
2007-01-04 | Remove telepathy-constants.h in favour of <telepathy-glib/tp-enums.h> in lib.... | Simon McVittie | 2 | -2/+2 |