summaryrefslogtreecommitdiff
path: root/tubes/source/contacts.cxx
AgeCommit message (Collapse)AuthorFilesLines
2012-08-20tubes: move getContacts() to TeleManager where it belongs, I believeMatúš Kukan1-34/+30
Change-Id: I69ca3bde24890d809d8fad60398687c54aa1ca54
2012-08-16tubes: correctly use SAL_INFO and SAL_WARN macrosMatúš Kukan1-2/+2
Change-Id: Ib08ff43a4a65029b37ddbddea1538d570d258300
2012-08-16tubes: fix unittest again and simplifyMatúš Kukan1-0/+3
- killed GMailLoop, seems to work with g_main_context_iteration( NULL, TRUE); - added test for sending and also receiving file Change-Id: Ida11f875709dab71d404697e8c39fe4548f653b0
2012-08-08tubes: add invite to Collaboration classMatúš Kukan1-6/+1
Change-Id: I37463d4365a2fe81e58d5f4bcf9f86d9830e26be
2012-08-08tubes: do not encode UUID into file name anymoreMatúš Kukan1-6/+3
Change-Id: I6c3828eb9c2f2d1810822e90006fc1af4bfcf277
2012-08-08tubes: re-use typedefs from contact-list.hxxMatúš Kukan1-20/+16
Change-Id: I7b1ac653d22275a64d00913f014ca2536be3ffed
2012-08-08tubes: finish efforts to make TeleManager staticMatúš Kukan1-8/+5
Change-Id: I1d25a6074c3465a6e8c1df3127093d30d913b65d
2012-08-08tubes: make contacts dialog a member of Collaboration classMatúš Kukan1-26/+4
Change-Id: Ib50b550f9486bc1abfeefd5d1aac57c0d712ec04
2012-08-08tubes: handle TeleConference internally in CollaborationMatúš Kukan1-9/+6
Hopefully, this simplifies the tubes <-> app interface Change-Id: I8933fde490941b259d5d133972db26a09ab380d5
2012-08-04tubes: implement another way for demoing collaborationMatúš Kukan1-0/+24
This way it affects code ~only internally in tubes/ module. Change-Id: I1fd1fa460d51ad57ae2f6df0adeb5fadfc7a8c95
2012-08-04tubes: stop collaborating when the contact leavesMatúš Kukan1-0/+2
Change-Id: I779aededb95eac6cbfb2fec3e97d207704244e25
2012-08-04tubes: fix leaking ScCollaboration; add it to ScDocShellMatúš Kukan1-1/+0
Change-Id: I43c951b5694ad38aa1a2e5da7cc99dfb52685349
2012-08-04tubes: use SAL_INFO SAL_WARN hereMatúš Kukan1-4/+4
Change-Id: Iae41c7f3d6718c06092d41d9b3757a821dba87b5
2012-08-04tubes: do not use boost::signal here; call function directlyMatúš Kukan1-5/+12
Change-Id: Iaab997f3d56d76fe98d70f8cffdbb44a34500901
2012-08-04tubes: create contacts dialog instance for each document separatelyMatúš Kukan1-2/+14
This solves a crash when static dialog instance was destroyed on closing of one document but then was used in another document. Change-Id: I6ac9edb1de83f638bdf4ce7c0814fcbdf4b4b1e5
2012-08-04tubes: remove pointless defineMatúš Kukan1-6/+0
Change-Id: I5ef7f8a5a37d0a77a9dadc44e1e895581c2ebb50
2012-08-02tubes: move sc/source/ui/collab/contacts.* to tubesMatúš Kukan1-0/+280
- sc no longer directly links against telepathy - there is new class ScCollaboration derived from abstract Collaboration describing collaboration functionality for apps used in tubes/ - also added resource manager into tubes/ Change-Id: Ic89ae955f5b47490f4f4b8781bcee5dea5336bae