Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BoostConnections no longer have their own thread, but are managed from
a central Boost IO thread instead.
|
|
|
|
|
|
|
|
This particularly hit c:\Documents and Settings on Windows.
|
|
I've added a fixwindows.pri that's got temporary qmakeish fixes that we need to address.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We need to have a look at the icons somewhat, but these will do for the second.
|
|
|
|
You can still have an empty tabset, though.
|
|
|
|
|
|
lost to tabbing forever, though.
|
|
|
|
|
|
|
|
This should now be handled properly by using shared_ptrs.
|
|
XMPPRosterController now uses a RosterPushResponder to handle roster
pushes.
|
|
This can get us in all kinds of trouble, including that it makes it
impossible to use shared_ptr<> for Requests.
|
|
|
|
|