index
:
~zabaluev/telepathy-qt
master
qt5-connect-notify
Mikhail Zabaluev's changes for Telepathy-Qt
zabaluev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
roster
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-04
Properly build against Qt 5 alpha.
Andre Moreira Magalhaes (andrunko)
1
-2
/
+4
2011-11-24
Generate libtelepathy-qt4 and libtelepathy-qt5 depending on the version of Qt...
Andre Moreira Magalhaes (andrunko)
1
-2
/
+2
2011-11-24
roster example: Include QApplication header as it's not part of QtGui in Qt5.
Andre Moreira Magalhaes (andrunko)
1
-0
/
+1
2011-11-24
roster example: Properly link to Qt libraries.
Andre Moreira Magalhaes (andrunko)
1
-2
/
+6
2011-11-24
Rename library from telepathy-qt4 to telepathy-qt.
Jeremy Whiting
1
-5
/
+5
2011-11-24
Renamed TelepathyQt4 directory to TelepathyQt.
Jeremy Whiting
7
-36
/
+36
2011-11-24
Rename TPQT4 cmake macros to TPQT.
Jeremy Whiting
1
-1
/
+1
2011-11-22
Rename TELEPATHY_ACCOUNT macros to TP_QT_ACCOUNT.
Jeremy Whiting
1
-1
/
+1
2011-11-22
Rename TELEPATHY_ACCOUNT_MANAGER macros to TP_QT_ACCOUNT_MANAGER.
Jeremy Whiting
1
-1
/
+1
2011-10-10
Make the usage of accounts in the roster example similar to the tubes example
Olli Salli
3
-6
/
+14
2011-05-15
Contact/ContactManager: Improve the public interface for blocking/unblocking ...
George Kiagiadakis
1
-1
/
+5
2011-04-23
roster example: Use FeatA | FeatB | FeatC.
Andre Moreira Magalhaes (andrunko)
1
-6
/
+3
2011-04-23
roster example: Only load contacts when ContactManager state is Success.
Andre Moreira Magalhaes (andrunko)
2
-12
/
+23
2011-04-22
roster example: Updated example to use Account and factories.
Andre Moreira Magalhaes (andrunko)
6
-166
/
+118
2011-03-07
Use @copyright and @license tags.
Andre Moreira Magalhaes (andrunko)
6
-12
/
+18
2011-01-27
Properly link against QtXml.
Jonathan Riddell
1
-0
/
+2
2010-11-15
Make examples build with Conn and CM lowlevel methods moved to the sidecars
Olli Salli
1
-3
/
+8
2010-11-11
ContactManager: Make it an Object and use ContactManagerPtr everywhere.
Andre Moreira Magalhaes (andrunko)
1
-2
/
+2
2010-11-11
Make pending operations ref the object passed in the constructor.
Andre Moreira Magalhaes (andrunko)
2
-2
/
+4
2010-11-11
roster example: Properly connect to Contact::subscription/publish/block chang...
Andre Moreira Magalhaes (andrunko)
1
-3
/
+3
2010-11-04
Contact: Do not include Presence in the public header.
Andre Moreira Magalhaes (andrunko)
1
-0
/
+2
2010-11-03
roster example: Build with new deprecated methods.
Andre Moreira Magalhaes (andrunko)
1
-1
/
+1
2010-09-20
cmake: Removing the autotools build system files
Dario Freddi
1
-57
/
+0
2010-09-20
cmake: Big revamp. Standardized TpQt4 macros with tpqt4_ prefix, added some n...
Dario Freddi
1
-7
/
+2
2010-09-20
Do a big cleanup of useless include_directory() directives: CMake automatical...
Dario Freddi
1
-5
/
+0
2010-09-20
cmake: Use _ instead of - in variable names.
Andre Moreira Magalhaes (andrunko)
1
-3
/
+3
2010-09-20
Added the CMake build system files. This allows telepathy-qt4 to be built
Ian Monroe
1
-0
/
+42
2010-03-17
Added support to QT_NO_CAST_FROM_ASCII.
Andre Moreira Magalhaes (andrunko)
4
-16
/
+20
2009-12-03
Enable Automake 1.11 silent building
Will Thompson
1
-2
/
+4
2009-04-13
Renamed Telepathy namespace to Tp.
Andre Moreira Magalhaes (andrunko)
7
-46
/
+46
2009-04-13
Renamed high-level classes namespace from Telepathy::Client to Telepathy.
Andre Moreira Magalhaes (andrunko)
6
-45
/
+41
2009-04-13
Get rid of Client dir.
Andre Moreira Magalhaes (andrunko)
5
-14
/
+14
2009-03-31
Improved call/roster examples.
Andre Moreira Magalhaes (andrunko)
3
-11
/
+23
2009-03-31
ConnectionManager: Make constructor protected and added public create method ...
Andre Moreira Magalhaes (andrunko)
2
-2
/
+2
2009-03-23
Clean up and simplify header search paths
Simon McVittie
1
-3
/
+8
2009-03-18
roster example: Make a shared library that can be used by other examples.
Andre Moreira Magalhaes (andrunko)
6
-84
/
+286
2009-03-18
roster example: renamed RosterWindow to RosterWidget.
Andre Moreira Magalhaes (andrunko)
4
-35
/
+31
2009-03-18
roster example: Use ContactPtr typedef.
Andre Moreira Magalhaes (andrunko)
4
-12
/
+11
2009-03-18
PendingConnection: Return ConnectionPtr on connection() method.
Andre Moreira Magalhaes (andrunko)
1
-3
/
+2
2009-03-09
roster example: fixed build.
Andre Moreira Magalhaes (andrunko)
1
-1
/
+1
2009-03-05
roster example: connect to the right signals
Simon McVittie
1
-2
/
+2
2009-03-05
Add methods indicating whether contact list manipulations take a message
Simon McVittie
1
-3
/
+3
2009-03-05
Fix compilation of the Roster example
Simon McVittie
1
-1
/
+2
2009-03-05
typedef QSet<QSharedPointer<Contact> > as Contacts to make code clearer
Simon McVittie
2
-4
/
+4
2009-03-05
Fixed build.
Andre Moreira Magalhaes (andrunko)
1
-1
/
+0
2009-03-04
Improved roster example to support blocking contacts.
Andre Moreira Magalhaes (andrunko)
4
-57
/
+180
2009-03-04
Improved roster example to support add/auth/remove/deny contacts.
Andre Moreira Magalhaes (andrunko)
4
-8
/
+219
2009-03-04
Added roster example.
Andre Moreira Magalhaes (andrunko)
6
-0
/
+327