index
:
telepathy/telepathy-qt4-yell
finalmerge
master
mergefixes
model_tests
Temporary TelepathyQt4 submodule to implement draft APIs (mirrored from https://gitlab.freedesktop.org/telepathy/telepathy-qt4-yell)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-31
Prepare release 0.1.0
telepathy-qt4-yell-0.1.0
Andre Moreira Magalhaes (andrunko)
2
-9
/
+8
2011-01-31
Install PendingCallContent header.
Andre Moreira Magalhaes (andrunko)
1
-0
/
+1
2011-01-31
Link development builds with -Wl,--no-add-needed
Andre Moreira Magalhaes (andrunko)
4
-0
/
+60
2011-01-31
Fix Werror etc disable mechanism to check for a release version number directly.
Andre Moreira Magalhaes (andrunko)
1
-3
/
+3
2011-01-31
Fix linking with tp-qt4 in Models.
Andre Moreira Magalhaes (andrunko)
1
-2
/
+1
2011-01-31
Fix linking with tp-qt4 in the tests.
George Kiagiadakis
1
-2
/
+2
2011-01-31
Only add new contact item if it does not already exist
Alvaro Soliverez
1
-10
/
+21
2011-01-28
CallChannel: Removed static methods to return ChannelClassSpec and register w...
Andre Moreira Magalhaes (andrunko)
3
-88
/
+3
2011-01-28
Added ChannelFactory.
Andre Moreira Magalhaes (andrunko)
5
-0
/
+159
2011-01-28
Added ChannelClassSpec.
Andre Moreira Magalhaes (andrunko)
4
-0
/
+241
2011-01-28
Models/ConversationModel: Fixed header guard.
Andre Moreira Magalhaes (andrunko)
1
-3
/
+3
2011-01-28
Remove commented code and fixed comment.
Andre Moreira Magalhaes (andrunko)
1
-7
/
+3
2011-01-28
Merge remote branch 'boiko/models'
Andre Moreira Magalhaes (andrunko)
49
-3
/
+3861
2011-01-26
Do not add known contacts on construction of the account model item, because ...
Alvaro Soliverez
1
-3
/
+1
2011-01-26
Use the current contact signals, not the deprecated ones
Alvaro Soliverez
1
-5
/
+3
2011-01-25
Renamed setPresence to SetRequestedPresence and add setAutomaticPresence to A...
Alvaro Soliverez
2
-2
/
+10
2011-01-24
Added FileTransferCapabilityRole to ContactModelItem
Alvaro Soliverez
3
-0
/
+11
2011-01-20
Rename libtelepathy-qt4-models to libtelepathy-qt4-yell-models
Gustavo Pichorim Boiko
1
-12
/
+12
2011-01-18
Skip message delivery reports in conversation model
Alvaro Soliverez
1
-4
/
+7
2011-01-18
Build the models library static
Gustavo Pichorim Boiko
1
-6
/
+11
2011-01-14
Change defines and namespace to the yell ones
Gustavo Pichorim Boiko
27
-186
/
+186
2011-01-14
Move the models to the TelepathyQt4Yell directory
Gustavo Pichorim Boiko
28
-47
/
+45
2011-01-14
Add some tests for the models, still far from complete though
Gustavo Pichorim Boiko
2
-0
/
+286
2011-01-14
Print the correct indexes in the debug
Gustavo Pichorim Boiko
1
-1
/
+1
2011-01-14
Don't try to remove the root node from its (null) parent
Gustavo Pichorim Boiko
1
-1
/
+3
2011-01-14
Models/ConversationItem: Coding style fix when defining namespace Tp.
Andre Moreira Magalhaes (andrunko)
1
-1
/
+2
2011-01-14
Models binding: Fixed some header guard names.
Andre Moreira Magalhaes (andrunko)
2
-6
/
+6
2011-01-14
Models binding: Use the EXPORT macros from TelepathyQt4/Models/Global and fol...
Andre Moreira Magalhaes (andrunko)
17
-42
/
+58
2011-01-14
Models binding: Introduce TELEPATHY_QT4_MODELS_EXPORT, TELEPATHY_QT4_MODELS_N...
Andre Moreira Magalhaes (andrunko)
3
-0
/
+60
2011-01-14
Models binding: Added TreeNode fancy header.
Andre Moreira Magalhaes (andrunko)
6
-3
/
+21
2011-01-14
Models binding: Renamed header guards for consistency.
Andre Moreira Magalhaes (andrunko)
14
-42
/
+42
2011-01-14
Models binding: Renamed TelepathyQt4/models to TelepathyQt4/Models for consis...
Andre Moreira Magalhaes (andrunko)
30
-38
/
+38
2011-01-14
Expose the conversation item so that custom items are accessible through a mo...
Gustavo Pichorim Boiko
2
-1
/
+20
2011-01-14
Remove void in method arguments, not needed in C++
Mateu Batle
2
-4
/
+4
2011-01-14
setStatus and setStatusMessage are not exposed anymore in AccountsModelItem
Mateu Batle
2
-20
/
+19
2011-01-14
Used Presence instead of SimplePresence
Mateu Batle
1
-4
/
+4
2011-01-14
Fixed typo in "requestedStatusMessage" role
Mateu Batle
1
-1
/
+1
2011-01-14
Added automatic presence status type and status message for completeness
Mateu Batle
3
-1
/
+9
2011-01-14
refactored refreshKnownContacts into clearContacts and addKnownContacts Dont ...
Mateu Batle
3
-23
/
+32
2011-01-14
Normalized signal and slot names
Mateu Batle
6
-66
/
+64
2011-01-14
Fixed use of tp debug internal instead of qDebug()
Mateu Batle
2
-4
/
+6
2011-01-14
Added Private class to FlatModelProxy
Mateu Batle
2
-19
/
+32
2011-01-14
Removed whitespaces (HACKING)
Mateu Batle
1
-1
/
+0
2011-01-14
Moved private method to pimpl class in AccountModel Removed not defined priva...
Mateu Batle
2
-17
/
+15
2011-01-14
Removed some whitespaces (HACKING)
Mateu Batle
1
-2
/
+0
2011-01-14
Added private class for TreeNode Fixed AccountsModelItem due to pimpling Tree...
Mateu Batle
3
-25
/
+38
2011-01-14
Added private class for ConversationModel Added accessor to self contact for ...
Mateu Batle
2
-24
/
+44
2011-01-14
Added Private class for ConversationItem
Mateu Batle
2
-14
/
+28
2011-01-14
Added private class for ContactModelItem
Mateu Batle
2
-26
/
+46
2011-01-14
Added private class for AvatarImageProvider
Mateu Batle
2
-5
/
+21
[next]