index
:
qt-folks.git
master
QtContacts backend using libfolks
Marco Barisione
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-16
Don't show the self contact
HEAD
master
Marco Barisione
1
-2/+11
2010-11-15
Show extra information in the demo
Marco Barisione
8
-57/+141
2010-11-15
Add the details coming from FolksNames and FolksExtendedInfo
Marco Barisione
2
-7/+167
2010-11-03
Don't show any presence message when the presence status is unknown
Marco Barisione
1
-0/+3
2010-10-06
Use a white background for the avatar if an avatar is set
Marco Barisione
1
-1/+6
2010-10-06
Use smooth scaling for the avatar image
Marco Barisione
1
-0/+1
2010-10-06
Port to libfolks 0.3
Marco Barisione
3
-6/+6
2010-10-04
Add a comment about signal handling
Marco Barisione
1
-0/+5
2010-09-30
Don't use the im-addresses property to know the TpfPersona's ID
Marco Barisione
1
-29/+8
2010-09-30
Explain why I didn't implement capabilities
Marco Barisione
1
-0/+5
2010-09-30
Rename ContactModel's getAccountsForContact to accountsForContact
Marco Barisione
3
-3/+3
2010-09-30
Change the colour of the buttons when they are pressed
Marco Barisione
1
-0/+13
2010-09-30
Align the account details properly
Marco Barisione
1
-1/+1
2010-09-30
Allow to start a chat/call from the contact list
Marco Barisione
9
-15/+177
2010-09-30
Store the account path in the QContactOnlineAccounts
Marco Barisione
2
-2/+74
2010-09-29
Fix a typo (setPrenceDetail -> setPresenceDetail)
Marco Barisione
2
-5/+5
2010-09-29
Remove account details and presence when FolksPersonas are removed
Marco Barisione
2
-17/+86
2010-09-28
Set the parent of the contact list
Marco Barisione
1
-1/+1
2010-09-28
Make the handling of account details cleaner in the demo
Marco Barisione
3
-51/+78
2010-09-27
Update the UI when a contact detail changes
Marco Barisione
4
-2/+21
2010-09-27
Keep the presence and alias of single account details updated
Marco Barisione
2
-3/+80
2010-09-27
Support the single account details to the contacts and display them
Marco Barisione
8
-26/+260
2010-09-23
Remove the group heading for now
Marco Barisione
3
-30/+0
2010-09-23
Use QContact.localId() instead of QContact.id().localId()
Marco Barisione
2
-2/+2
2010-09-23
Don't set any presence icon for contacts without a global presence
Marco Barisione
1
-0/+2
2010-09-23
Remove an unused variable from the demo's Makefile.am
Marco Barisione
1
-4/+0
2010-09-23
Move some header inclusions from the .h file to the .cpp file
Marco Barisione
2
-2/+2
2010-09-23
Remove the workaround for the wrong order of removal of contacts
Marco Barisione
2
-12/+0
2010-09-23
Depend on libfolks 0.2.1.20100922 as it has some fixes we need
Marco Barisione
1
-1/+1
2010-09-23
Implement the assignment operator for ContactPair
Marco Barisione
1
-0/+7
2010-09-23
Make the details update to reflect changes in the FolksIndividual
Marco Barisione
3
-27/+126
2010-09-22
Add support for the avatar
Marco Barisione
5
-1/+21
2010-09-21
Show presence message and icon in the demo
Marco Barisione
9
-7/+54
2010-09-21
Add a demo UI program
Marco Barisione
12
-1/+554
2010-09-21
Implement contacts() and contactIds() on the manager engine
Marco Barisione
1
-4/+16
2010-09-14
Fix the flags for QtMobility and QtContacts
Marco Barisione
2
-7/+7
2010-09-14
Consistently use the m_ prefix for private members
Marco Barisione
2
-9/+9
2010-09-14
Workaround GNOME bug #629642
Marco Barisione
2
-0/+12
2010-09-14
Add debugging info to track the addition/removal of individuals
Marco Barisione
1
-0/+6
2010-09-13
Rename utils.h to glib-utils.h
Marco Barisione
4
-6/+5
2010-09-13
Show the contacts coming from libfolks
Marco Barisione
2
-4/+169
2010-09-13
Add functions to make the use in C++ of g_object_(un)ref less painful
Marco Barisione
1
-0/+16
2010-09-13
Add foreach_glist() to iterate over GLists
Marco Barisione
2
-0/+55
2010-09-13
Add a basic implementation of some of the required methods
Marco Barisione
2
-10/+17
2010-09-10
Print the requested parameters when creating a new engine
Marco Barisione
1
-0/+7
2010-09-10
Add debugging support
Marco Barisione
2
-0/+43
2010-09-10
Add a stub for the manager engine and its factory
Marco Barisione
3
-0/+165
2010-09-10
Initial stub
Marco Barisione
10
-0/+699