summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-16Don't show the self contactHEADmasterMarco Barisione1-2/+11
2010-11-15Show extra information in the demoMarco Barisione8-57/+141
2010-11-15Add the details coming from FolksNames and FolksExtendedInfoMarco Barisione2-7/+167
2010-11-03Don't show any presence message when the presence status is unknownMarco Barisione1-0/+3
2010-10-06Use a white background for the avatar if an avatar is setMarco Barisione1-1/+6
2010-10-06Use smooth scaling for the avatar imageMarco Barisione1-0/+1
2010-10-06Port to libfolks 0.3Marco Barisione3-6/+6
2010-10-04Add a comment about signal handlingMarco Barisione1-0/+5
2010-09-30Don't use the im-addresses property to know the TpfPersona's IDMarco Barisione1-29/+8
2010-09-30Explain why I didn't implement capabilitiesMarco Barisione1-0/+5
2010-09-30Rename ContactModel's getAccountsForContact to accountsForContactMarco Barisione3-3/+3
2010-09-30Change the colour of the buttons when they are pressedMarco Barisione1-0/+13
2010-09-30Align the account details properlyMarco Barisione1-1/+1
2010-09-30Allow to start a chat/call from the contact listMarco Barisione9-15/+177
2010-09-30Store the account path in the QContactOnlineAccountsMarco Barisione2-2/+74
2010-09-29Fix a typo (setPrenceDetail -> setPresenceDetail)Marco Barisione2-5/+5
2010-09-29Remove account details and presence when FolksPersonas are removedMarco Barisione2-17/+86
2010-09-28Set the parent of the contact listMarco Barisione1-1/+1
2010-09-28Make the handling of account details cleaner in the demoMarco Barisione3-51/+78
2010-09-27Update the UI when a contact detail changesMarco Barisione4-2/+21
2010-09-27Keep the presence and alias of single account details updatedMarco Barisione2-3/+80
2010-09-27Support the single account details to the contacts and display themMarco Barisione8-26/+260
2010-09-23Remove the group heading for nowMarco Barisione3-30/+0
2010-09-23Use QContact.localId() instead of QContact.id().localId()Marco Barisione2-2/+2
2010-09-23Don't set any presence icon for contacts without a global presenceMarco Barisione1-0/+2
2010-09-23Remove an unused variable from the demo's Makefile.amMarco Barisione1-4/+0
2010-09-23Move some header inclusions from the .h file to the .cpp fileMarco Barisione2-2/+2
2010-09-23Remove the workaround for the wrong order of removal of contactsMarco Barisione2-12/+0
2010-09-23Depend on libfolks 0.2.1.20100922 as it has some fixes we needMarco Barisione1-1/+1
2010-09-23Implement the assignment operator for ContactPairMarco Barisione1-0/+7
2010-09-23Make the details update to reflect changes in the FolksIndividualMarco Barisione3-27/+126
2010-09-22Add support for the avatarMarco Barisione5-1/+21
2010-09-21Show presence message and icon in the demoMarco Barisione9-7/+54
2010-09-21Add a demo UI programMarco Barisione12-1/+554
2010-09-21Implement contacts() and contactIds() on the manager engineMarco Barisione1-4/+16
2010-09-14Fix the flags for QtMobility and QtContactsMarco Barisione2-7/+7
2010-09-14Consistently use the m_ prefix for private membersMarco Barisione2-9/+9
2010-09-14Workaround GNOME bug #629642Marco Barisione2-0/+12
2010-09-14Add debugging info to track the addition/removal of individualsMarco Barisione1-0/+6
2010-09-13Rename utils.h to glib-utils.hMarco Barisione4-6/+5
2010-09-13Show the contacts coming from libfolksMarco Barisione2-4/+169
2010-09-13Add functions to make the use in C++ of g_object_(un)ref less painfulMarco Barisione1-0/+16
2010-09-13Add foreach_glist() to iterate over GListsMarco Barisione2-0/+55
2010-09-13Add a basic implementation of some of the required methodsMarco Barisione2-10/+17
2010-09-10Print the requested parameters when creating a new engineMarco Barisione1-0/+7
2010-09-10Add debugging supportMarco Barisione2-0/+43
2010-09-10Add a stub for the manager engine and its factoryMarco Barisione3-0/+165
2010-09-10Initial stubMarco Barisione10-0/+699