index
:
telepathy-qt4-accountmanager.git
master
Unnamed repository; edit this file to name it for gitweb.
George Goldberg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-22
Port to tpqt4 0.1.8 API. Thanks to Pali Rohar (pali.rohar gmail com) for the ...
HEAD
master
George Goldberg
6
-143/+138
2009-04-02
Fix to use latest tpqt4 API.
George Goldberg
2
-6/+6
2009-03-12
Fix incorrect qobject_casts of the Account object's parent.
George Goldberg
1
-3/+4
2009-03-12
Fix to compile with latest tpqt4 api changes.
George Goldberg
2
-3/+2
2009-03-10
Merge branch 'pretty-installed-headers'
George Goldberg
8
-1/+49
2009-03-10
Make sure we are including the moc file for both the AccountManager and Accou...
George Goldberg
1
-1/+5
2009-03-10
Fix some little mistakes in the previous commit to make it compile.
George Goldberg
2
-6/+4
2009-03-10
Create pretty versions of the installed headers and add them to the buildsystem.
George Goldberg
6
-0/+39
2009-03-10
Set up defines so that headers that are installed cannot be #included directl...
George Goldberg
3
-1/+10
2009-03-10
D-pointerize AccountManager class so that we can install accountmanager.h wit...
George Goldberg
3
-101/+178
2009-03-08
Update the adaptor generation script to use the correct include for telepathy...
George Goldberg
4
-8/+8
2009-03-08
Make the buildsystem KDE-independent.
George Goldberg
2
-18/+35
2009-03-08
Remove #includes to accountdataserialization.h to fix build.
George Goldberg
2
-2/+0
2009-03-08
Remove accountdataserialization files from the library, since these are only ...
George Goldberg
3
-418/+0
2009-03-08
Strip out all kDebug() and replace with qDebug().
George Goldberg
2
-62/+60
2009-03-07
Don't delete the StorageLayer in the AccountManager destructor, since its par...
George Goldberg
1
-1/+0
2009-03-06
Install AccountManager header.
George Goldberg
1
-0/+1
2009-03-06
Install the header for StorageLayerInterface.
George Goldberg
1
-0/+1
2009-03-06
Remove all references to KWallet in Account/AccountManager and use the new ab...
George Goldberg
5
-124/+61
2009-03-06
The AccountManager now takes a pointer to a StorageLayerInterface in its cons...
George Goldberg
2
-6/+10
2009-03-06
Add a storagelayerinterface class which will be the abstract interface class ...
George Goldberg
3
-0/+82
2009-03-06
Remove main.cpp and modify buildsystem to make a library rather than a execut...
George Goldberg
3
-105/+7
2009-03-06
Update the TODO, README, and INSTALL to reflect the fact this is now a deskto...
George Goldberg
3
-49/+15
2009-03-06
Update to latest tpqt4 master API.
gberg
4
-5/+10
2009-02-23
Emit AccountValidityChanged signal from AccountManager dbus object when the v...
gberg
1
-0/+2
2009-02-23
Saner default presences.
gberg
1
-2/+4
2009-02-23
Fix some stupid typo's that lead to infuriating bugs.
gberg
1
-2/+2
2009-02-23
Clear connection property on disconnect. Fixes crash when disconnecting an ac...
gberg
1
-0/+7
2009-02-23
Emit AccountValidityChanged dbus signal when a new account is created. This f...
gberg
1
-0/+7
2009-02-23
Bring into line with latest tpqt4 changes and remove a potential crasher at t...
gberg
1
-21/+24
2009-02-23
Update to latest tpqt4 api.
gberg
1
-1/+4
2009-02-18
Fix bug in disconnecting code and also fix handling of setting the presence o...
gberg
1
-14/+13
2009-02-18
debug++
gberg
1
-8/+25
2009-02-18
Add debugging code that dumps the details of properties that are updated.
gberg
1
-0/+11
2009-02-18
Update to latest tpqt4 git master.
gberg
4
-18/+22
2009-02-13
Implement disconnecting an account and setting the current presence to offlin...
gberg
2
-4/+88
2009-02-13
Rearrange logic a bit to fix crash on disconnecting.
George Goldberg
1
-16/+20
2009-02-13
Fix disconnecting to emit correct signals over dbus
George Goldberg
1
-1/+25
2009-02-13
Implement disconnecting an account when the presence is changed to type OFFLINE.
George Goldberg
2
-3/+59
2009-02-12
Make presence related code in account work with latest changes to tpqt4. Code...
gberg
2
-4/+48
2009-02-12
Tpyo--
George Goldberg
1
-1/+2
2009-02-12
Make presence-related code in account work with latest changes to tpqt4.
George Goldberg
2
-4/+47
2009-02-08
Regenerate the dbus adaptors using newly patched Qt.#
gberg
4
-17/+13
2009-02-08
Add a patch for Qt to fix autogenerated property setters with custom types in...
gberg
1
-0/+17
2009-02-04
Fix some stupidness in Account class that broke signal-slot connections and g...
gberg
2
-11/+13
2009-02-03
Update INSTALL and TODO to reflect recent changes to both this and tpqt4 lib.
gberg
2
-25/+2
2009-02-01
Add a more meaningful debug error output when setting presence failed.
gberg
1
-2/+1
2009-02-01
Add code that actually changes the presence of a connection when the account ...
gberg
2
-1/+28
2009-02-01
Port account connecting code to use the new methods now available in the tpqt...
gberg
2
-24/+26
2009-02-01
Fix the connecting logic so that doConnect doesn't get called twice when brin...
gberg
1
-2/+8
[next]