summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-02-15Start 0.4.5 developmenttelepathy-qt4-0.4Andre Moreira Magalhaes (andrunko)2-1/+12
2011-02-15Prepare release 0.4.4telepathy-qt4-0.4.4Andre Moreira Magalhaes (andrunko)2-6/+6
2011-02-12Update NEWSOlli Salli1-1/+2
2011-02-12Make debug subsys more no-op when disabled at runtimeOlli Salli2-14/+83
Reviewed-by: Andre Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
2011-02-11Update NEWSOlli Salli1-1/+2
2011-02-11Channel: Avoid crashes in updateContacts when just the self handle changedOlli Salli1-3/+5
Reviewed-by: Andre Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
2011-02-11AccountSet::Private::filterValid variable isn't used, remove itOlli Salli1-1/+0
Reviewed-by: Andre Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
2011-01-20Prevent full library recompiles when the library version number is changedOlli Salli5-12/+9
Also speeds up the library slightly when debugging is disabled. We could make that yet better though by reimplementing QDebug's API. Reviewed-by: Andre Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
2011-01-17Start 0.4.4 developmentAndre Moreira Magalhaes (andrunko)2-1/+12
2011-01-17Prepare release 0.4.3telepathy-qt4-0.4.3Andre Moreira Magalhaes (andrunko)2-7/+4
2011-01-10Update NEWSOlli Salli1-1/+2
2011-01-10Merge branch 'was' into telepathy-qt4-0.4Olli Salli4-14/+75
2011-01-10Merge branch 'build-sys' into telepathy-qt4-0.4Olli Salli4-14/+75
Reviewed-by: Andre Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> Reviewed-by: Xavier Claessens (xclaesse) <xavier.claessens@collabora.co.uk>
2011-01-10Link development builds with -Wl,--no-add-neededOlli Salli4-10/+71
This increases forwards compatibility with distros using gold as the linker or otherwise using --no-add-needed/--no-copy-dt-needed-entries Conflicts: tests/dbus/CMakeLists.txt tests/lib/glib/CMakeLists.txt
2011-01-10Fix Werror etc disable mechanism to check for a release version number directlyOlli Salli1-3/+3
2011-01-10Include QtCore explicitly in libraries for qt feature testsOlli Salli1-1/+1
2011-01-03Start 0.4.3 developmentAndre Moreira Magalhaes (andrunko)2-1/+12
2011-01-03Prepare release 0.4.2telepathy-qt4-0.4.2Andre Moreira Magalhaes (andrunko)2-5/+6
2010-12-20conference-draft example cm: Do not use deprecated tp_get_bus.Andre Moreira Magalhaes (andrunko)1-3/+3
2010-12-20Do not use deprecated tp_get_bus.Andre Moreira Magalhaes (andrunko)2-6/+6
Reviewed-by: Olli Salli (oggis) <olli.salli@collabora.co.uk>
2010-12-20Fixed tests to work with tp-glib implementing immortal handles.Andre Moreira Magalhaes (andrunko)2-45/+0
Reviewed-by: Olli Salli (oggis) <olli.salli@collabora.co.uk>
2010-12-19Update NEWSOlli Salli1-1/+2
2010-12-19DBusProxyFactory: prevent useless cache drops from a race conditionOlli Salli1-0/+19
Conflicts: TelepathyQt4/dbus-proxy-factory.cpp Reviewed-by: Andre Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
2010-12-08Start 0.4.2 devOlli Salli2-1/+12
2010-12-08Prepare release 0.4.1telepathy-qt4-0.4.1Olli Salli2-7/+6
2010-12-08AccountSet: Disconnect wrapper signals when we remove the wrapperOlli Salli1-0/+1
If we don't, if the account object path is reused quickly, we might get a property change for the new account at that path before the old proxy realises it should invalidate itself and stop emitting signals. We get the properties to filter on correctly when the account is signaled as being re-added (after a new proxy is built), at which point AccountSet just checks all properties on the new proxy, so we don't lose any important events doing this. Reviewed-by: Andre Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
2010-11-22Update NEWSOlli Salli1-0/+12
2010-11-22Merge branch 'sm-redundant-sending-state-changed' into telepathy-qt4-0.4Olli Salli2-7/+50
Reviewed-by: Andre Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
2010-11-22Fix coding style for added SMChannel test event handlersOlli Salli1-2/+4
2010-11-22Test that only the correct StreamedMediaChan::[rl]SSC signals are emittedOlli Salli1-2/+36
2010-11-22Don't emit redundant SMChannel::{local,remote}SendingStateChangedOlli Salli1-5/+12
2010-11-18Start 0.4.1 developmentOlli Salli1-1/+1
2010-11-18Upload API docs to a 0.4.x subdirOlli Salli1-1/+1
2010-11-18Actually make maintainer-upload-release workOlli Salli1-1/+3
2010-11-18Prepare release 0.4.0telepathy-qt4-0.4.0Olli Salli1-3/+3
2010-11-18Update NEWSOlli Salli1-0/+2
2010-11-18Fix crash using dangling (const!) iterator after remove in Conference codeOlli Salli1-3/+5
Reviewed-by: Will Thompson (wjt) <will.thompson@collabora.co.uk>
2010-11-18Eliminate races in TestConnRoster caused by the new stored list tracking code...Olli Salli1-18/+28
N.B. The current roster test connection must be rewritten as soon as possible to not synthesize events arbitrarily - the replacement must have backdoors to trigger contacts accepting/rejecting/inviting/etc which can be used to reliably trigger roster events, so we can actually properly test the roster functionality.
2010-11-18Update NEWSOlli Salli1-2/+20
2010-11-11ContactSearchChannel: Properly initialize private members.Andre Moreira Magalhaes (andrunko)1-0/+2
Reviewed-by: Will Thompson (wjt) <will.thompson@collabora.co.uk>
2010-11-11ChannelRequest: Only create account if property account is non-empty.Andre Moreira Magalhaes (andrunko)2-2/+2
Reviewed-by: Olli Salli (oggis) <olli.salli@collabora.co.uk>
2010-11-09Merge branch 'acc_conf' into telepathy-qt4-0.4Andre Moreira Magalhaes (andrunko)2-6/+42
Reviewed-by: Olli Salli (oggis) <olli.salli@collabora.co.uk>
2010-11-09Account: Default to Conference.DRAFT if no caps or caps does not have ↵Andre Moreira Magalhaes (andrunko)1-2/+2
Conference support.
2010-11-09Account: Deprecate createConferenceMediaCall and added new ↵Andre Moreira Magalhaes (andrunko)2-4/+40
createConferenceStreamedMediaCall.
2010-11-09Add back a Q_UNUSED removed by error in previous commitXavier Claessens1-0/+2
2010-11-09Remove wrong Q_UNUSED()Xavier Claessens1-8/+0
2010-11-09Check for updates in the stored list, to update allKnownContacts correctlyXavier Claessens2-1/+46
2010-11-08Make it build with QT_STRICT_ITERATORS.Kevin Ottens1-2/+2
Reviewed-by: Dario Freddi <dario.freddi@collabora.co.uk> Reviewed-by: Andre Moreira Magalhaes <andre.magalhaes@collabora.co.uk>
2010-11-08Account: Added NOTIFY to connection property.Andre Moreira Magalhaes (andrunko)1-1/+1
2010-11-08Channel: Deprecated hasFooConferenceInterface methods and add alternative ↵Andre Moreira Magalhaes (andrunko)2-6/+71
methods.