summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 5.0.beta475.0.beta47Alberto Mardegan2008-12-231-1/+1
* Automatic updatesAlberto Mardegan2008-12-233-5/+27
* Temporarily disable -Wextra, until we figure out why the compilation failsAlberto Mardegan2008-12-231-1/+1
* Use data-driven properties updateAlberto Mardegan2008-12-192-19/+22
* Common codeAlberto Mardegan2008-12-191-66/+50
* Create update string functionAlberto Mardegan2008-12-191-28/+21
* Safer update of propertiesAlberto Mardegan2008-12-193-166/+324
* Implement client-side of account statistics interfaceAlberto Mardegan2008-12-196-11/+201
* Server-side implementation of the account Stats interfaceAlberto Mardegan2008-12-195-0/+209
* Define the Stats interface for accountsAlberto Mardegan2008-12-194-0/+54
* Initialize variable and avoid a crashAlberto Mardegan2008-12-191-1/+1
* Merge commit 'upstream/master'Alberto Mardegan2008-12-1817-105/+218
|\
| * Squash warnings about variable shadowingWill Thompson2008-12-164-25/+29
| * Disable pedantry when building gtkdoc scanners.Will Thompson2008-12-163-0/+12
| * Import even more pedantic compiler flags from tp-glibWill Thompson2008-12-161-11/+26
| * test-connect: remove DRAFT from Handler's bus nameWill Thompson2008-12-161-1/+1
| * Channel: remove a non-functional g_return_if_failWill Thompson2008-12-161-4/+0
| * Squash mismatched signedness warningsWill Thompson2008-12-162-4/+4
| * make clean: remove dbus-monitor logs from testsWill Thompson2008-12-161-1/+5
| * .gitignore: Add more test suite detritusWill Thompson2008-12-161-0/+3
| * fakecm: implement channel creation (via Requests)Will Thompson2008-12-162-3/+113
| * Don't crash if there are no old-style handlers for a channel typeWill Thompson2008-12-161-6/+8
| * Make TP_GLIB_DEBUG control tp-glib's debug flagsWill Thompson2008-12-161-0/+4
| * _mcd_deepcopy_asv: use tp_g_hash_table_updateWill Thompson2008-12-161-11/+2
| * Requests: create_request did not use method context argumentWill Thompson2008-12-161-3/+3
| * Remove McdRequestData which was unusedWill Thompson2008-12-161-30/+0
| * Dispatcher: Fix little copy/paste error with the observer interfaceTopi Paavola2008-12-151-2/+1
| * Dispatcher: Fix: don't use a freed GList*Alban Crequy2008-12-151-4/+7
* | Merge commit 'upstream/master' into bugfixesAlberto Mardegan2008-12-156-38/+61
|\ \ | |/
| * 5.0.beta465.0.beta46Alberto Mardegan2008-12-111-1/+1
| * Add debug output.Alberto Mardegan2008-12-111-0/+2
| * Merge commit 'upstream/master'Alberto Mardegan2008-12-114-37/+58
| |\
| | * McAccountManager: assume ValidAccounts and InvalidAccounts are 'ao', not 'as'Simon McVittie2008-12-101-8/+21
| | * McAccountMonitor: correctly interpret ValidAccounts as 'ao', not 'as'Simon McVittie2008-12-101-4/+19
| | * test/twisted/test-account.py: verify that ValidAccounts is an 'ao'Simon McVittie2008-12-101-0/+2
| | * McdAccountManager: correctly emit ValidAccounts and InvalidAccounts as 'ao'Simon McVittie2008-12-101-25/+16
* | | Pass all satisfied requests to channel handler.Alberto Mardegan2008-12-121-4/+7
* | | Add simultaneous requests for the same channel to SatisfiedRequestAlberto Mardegan2008-12-112-4/+44
* | | Reinvoke the channel handler with the correct request and user time.Alberto Mardegan2008-12-115-20/+78
* | | Update the channel status in the signal closure.Alberto Mardegan2008-12-111-1/+7
* | | Fix re-dispatching of existing channelsAlberto Mardegan2008-12-103-11/+12
|/ /
* | Don't try to set a presence, if it was not requested.Alberto Mardegan2008-12-101-0/+3
|/
* Version 5.0.beta455.0.beta45Alberto Mardegan2008-12-101-1/+1
* Rename enumsAlberto Mardegan2008-12-096-37/+44
* Merge branch 'fix_asv_assertion' into fix_subclassAlberto Mardegan2008-12-091-2/+6
|\
| * Channel requests don't have immutable propertiesAlberto Mardegan2008-12-091-2/+6
* | Avoid code duplicationAlberto Mardegan2008-12-093-22/+11
* | Align to latest API from McdAccountManagerAlberto Mardegan2008-12-092-3/+25
|/
* Merge branch 'subclass_account'Alberto Mardegan2008-12-084-172/+301
|\
| * Let the McdAccount reference the McdAccountManagerAlberto Mardegan2008-12-084-50/+74