index
:
~jonny/telepathy
master
omg
jonny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qt4
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-06
Update to telepathy-spec 0.17.16
Simon McVittie
41
-492
/
+2246
2009-01-06
Improved manager-file test case.
Andre Moreira Magalhaes (andrunko)
2
-2
/
+102
2009-01-06
Fixed KeyFile/ManagerFile to proper parse list of strings.
Andre Moreira Magalhaes (andrunko)
3
-66
/
+157
2009-01-06
Moved ManagerFile::variantFromDBusSignature to ManagerFile::variantTypeFromDB...
Andre Moreira Magalhaes (andrunko)
4
-68
/
+75
2009-01-05
Added automated test for manager-file.
Andre Moreira Magalhaes (andrunko)
4
-3
/
+122
2009-01-05
Consider params with secret suffix as secret params.
Andre Moreira Magalhaes (andrunko)
1
-0
/
+3
2009-01-05
Merge branch 'header-cleanup'
Simon McVittie
17
-57
/
+55
2009-01-05
Clean up inclusions into .cpp files
Simon McVittie
13
-47
/
+42
2009-01-05
connection-manager.h: turn #include of PendingOperation into forward declaration
Simon McVittie
1
-1
/
+1
2009-01-05
connection.h: turn inclusions into forward declarations where possible
Simon McVittie
1
-3
/
+4
2009-01-05
dbus-proxy.h: remove unnecessary include of <QDBusAbstractInterface>
Simon McVittie
1
-1
/
+0
2009-01-05
Added automated test for key-file.
Andre Moreira Magalhaes (andrunko)
4
-1
/
+95
2009-01-05
Proper parse key/values with spaces.
Andre Moreira Magalhaes (andrunko)
1
-3
/
+4
2009-01-05
Reduce inclusions into channel.h via forward declarations
Simon McVittie
3
-6
/
+9
2009-01-05
Fixed bug while searching for keys on on key file.
Andre Moreira Magalhaes (andrunko)
1
-1
/
+1
2009-01-05
Fixed bug while setting error when parsing key files.
Andre Moreira Magalhaes (andrunko)
1
-2
/
+2
2009-01-05
Make the global group an empty group instead of a group named "general".
Andre Moreira Magalhaes (andrunko)
1
-6
/
+5
2009-01-05
Avoid circular dependency between Connection and PendingChannel, fixing compi...
Simon McVittie
4
-9
/
+4
2009-01-05
Merge commit 'andrunko/misc'
Simon McVittie
92
-170
/
+274
2009-01-05
Merge commit 'andrunko/rearrangement'
Simon McVittie
97
-158
/
+795
2009-01-05
Removed debug.
Andre Moreira Magalhaes (andrunko)
1
-1
/
+0
2009-01-05
Renamed escapedKey to validateKey and escapedString to unescapeString.
Andre Moreira Magalhaes (andrunko)
1
-7
/
+7
2009-01-05
Added ProtocolParameter private data for future expansion.
Andre Moreira Magalhaes (andrunko)
1
-0
/
+3
2009-01-05
Merge commit 'andrunko/cm'
Simon McVittie
10
-270
/
+1239
2009-01-05
Renamed IN_TELEPATHY_QT4_INTERNALS to IN_TELEPATHY_QT4_HEADER.
Andre Moreira Magalhaes (andrunko)
91
-220
/
+220
2009-01-05
Added undef IN_TELEPATHY_QT4_INTERNALS to all fancy headers.
Andre Moreira Magalhaes (andrunko)
55
-4
/
+108
2009-01-05
Renamed escapedKey to validateKey and escapedString to unescapeString.
Andre Moreira Magalhaes (andrunko)
1
-7
/
+7
2009-01-05
Added ProtocolParameter private data for future expansion.
Andre Moreira Magalhaes (andrunko)
1
-0
/
+3
2009-01-05
Make including fancy headers mandatory.
Andre Moreira Magalhaes (andrunko)
95
-6
/
+364
2009-01-05
Removed debug.
Andre Moreira Magalhaes (andrunko)
1
-1
/
+0
2009-01-05
Added fancy headers for all generated classes.
Andre Moreira Magalhaes (andrunko)
32
-0
/
+248
2009-01-05
Moved debug-internal.hpp to debug-internal.h.
Andre Moreira Magalhaes (andrunko)
12
-11
/
+10
2009-01-05
Moved TelepathyQt4/cli-* to TelepathyQt4/Client/.
Andre Moreira Magalhaes (andrunko)
48
-149
/
+181
2008-12-23
Removed comment.
Andre Moreira Magalhaes (andrunko)
1
-1
/
+0
2008-12-23
Added missing call to continueIntrospection on CM.
Andre Moreira Magalhaes (andrunko)
1
-0
/
+2
2008-12-22
Fixed pinnochio test case.
Andre Moreira Magalhaes (andrunko)
1
-32
/
+21
2008-12-22
Enabled manager file parsing on CM.
Andre Moreira Magalhaes (andrunko)
1
-20
/
+65
2008-12-22
Added ManagerFile class.
Andre Moreira Magalhaes (andrunko)
4
-0
/
+417
2008-12-22
Added KeyFile class.
Andre Moreira Magalhaes (andrunko)
4
-0
/
+533
2008-12-17
Add URL of the KDELibs coding style description to HACKING
Olli Salli
1
-0
/
+3
2008-12-17
Add a HACKING file
Olli Salli
1
-0
/
+34
2008-12-17
Gain some robustness against misbehaving CMs and races in the GetStatus/Statu...
Olli Salli
1
-6
/
+20
2008-12-11
Changed ConnectionManager::cmName to name as we are already a CM.
Andre Moreira Magalhaes (andrunko)
2
-5
/
+5
2008-12-11
Changed ProtocolInfo::protocolName to name as we are already a protocol.
Andre Moreira Magalhaes (andrunko)
2
-7
/
+7
2008-12-11
Disable copy on ProtocolInfo and ConnectionManager classes;
Andre Moreira Magalhaes (andrunko)
1
-0
/
+4
2008-12-11
Moved ConnectionManager::Private code outside the class definition.
Andre Moreira Magalhaes (andrunko)
1
-67
/
+86
2008-12-11
Moved cmName from private class on ConnectionManager.
Andre Moreira Magalhaes (andrunko)
2
-13
/
+7
2008-12-11
Changed ConnectionManager class to return a list of protocols.
Andre Moreira Magalhaes (andrunko)
2
-14
/
+28
2008-12-11
Moved cmName and protocolName from ProtocolInfo private class.
Andre Moreira Magalhaes (andrunko)
2
-24
/
+9
2008-12-11
Moved ProtocolInfo parameters handling into a separate class.
Andre Moreira Magalhaes (andrunko)
2
-147
/
+113
[next]