RetroShare/retroshare-gui/src/gui/connect
csoler 630824aa1b Updated the notification system. Main changes are:
- the notification system is now a service, p3Notify, that is a public RsNotify.
- RsNotify does nothing except providing a registration system for new notify clients.
- Clients should derive a notify client from the NotifyClient class and register it to rsNotify
- all registered clients get all notifications, so only derive the needed methods. This should allow 
  plugins to get notifications as well.
- updated the code to call RsServer::notify()->[notification method] from inside libretroshare
- pqiNotify has been removed.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6996 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-07 22:51:22 +00:00
..
ConfCertDialog.cpp Updated the notification system. Main changes are: 2014-01-07 22:51:22 +00:00
ConfCertDialog.h Code maintenance for Qt 5: 2013-10-18 21:10:33 +00:00
ConfCertDialog.ui show fingerprint in ConfCertDialog, and splitted the string with spaces. Removed the use of the ambiguous peer id for both pgp and locations ids 2013-11-09 22:52:26 +00:00
ConnectFriendWizard.cpp Updated the notification system. Main changes are: 2014-01-07 22:51:22 +00:00
ConnectFriendWizard.h Moved friend recommendations into the ConnectFriendWizard 2013-09-02 22:51:26 +00:00
ConnectFriendWizard.ui Added a warning info label for the make friend Wizard 2013-10-08 16:45:14 +00:00
ConnectProgressDialog.cpp Code maintenance for Qt 5: 2013-10-18 21:10:33 +00:00
ConnectProgressDialog.h Code maintenance for Qt 5: 2013-10-18 21:10:33 +00:00
ConnectProgressDialog.ui * Corrected the layout of the Connect Progress Dialog 2014-01-04 19:54:07 +00:00