mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 17:45:15 -04:00
* Added two new Services to RS GUI.
- The Wire, this is not at all functional yet - just a gui shell. - Identity, Basics of the GUI complete. talks via rsIdentity to the backend. * Fixed the Photo Drag and Drop under Linux. * Resurrected the Application Window - for Unfinished Service. * Moved Photos, Wire, Identity & Wiki to the Unfinished Window. * Added "Experimental Services" option in Settings -> though this is not yet saved / used. * changed #ifdef UNFINISHED -> #ifdef UNFINISHED_FD for bits in FriendList, which didn't compile. * removed old Unfinished Applications from Window. git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-new_cache_system@4933 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
459b51e814
commit
1eb82bd676
22 changed files with 3653 additions and 46 deletions
|
@ -40,7 +40,7 @@
|
|||
#include "gui/notifyqt.h"
|
||||
#include "gui/RetroShareLink.h"
|
||||
#include "gui/RsAutoUpdatePage.h"
|
||||
#ifdef UNFINISHED
|
||||
#ifdef UNFINISHED_FD
|
||||
#include "gui/unfinished/profile/ProfileView.h"
|
||||
#endif
|
||||
#include "RSTreeWidgetItem.h"
|
||||
|
@ -1310,7 +1310,7 @@ QTreeWidgetItem *FriendList::getCurrentPeer() const
|
|||
return item;
|
||||
}
|
||||
|
||||
#ifdef UNFINISHED
|
||||
#ifdef UNFINISHED_FD
|
||||
/* GUI stuff -> don't do anything directly with Control */
|
||||
void FriendsDialog::viewprofile()
|
||||
{
|
||||
|
|
|
@ -112,7 +112,7 @@ private slots:
|
|||
void msgfriend();
|
||||
void recommendfriend();
|
||||
void removefriend();
|
||||
#ifdef UNFINISHED
|
||||
#ifdef UNFINISHED_FD
|
||||
void viewprofile();
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue