mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 11:02:30 -04:00
improvements PeersDialog
- save and load state of peer tree and splitter - removed maximum length of dynamic dns line edit - sort peers (only top level items) after internal value of state, not the name cleaned some include files git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3087 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b5ce0fc56b
commit
b343b9699c
8 changed files with 228 additions and 156 deletions
|
@ -31,15 +31,6 @@
|
|||
#include "unfinished/ApplicationWindow.h"
|
||||
#endif
|
||||
|
||||
#include "NetworkDialog.h"
|
||||
#include "PeersDialog.h"
|
||||
#include "SearchDialog.h"
|
||||
#include "TransfersDialog.h"
|
||||
#include "MessagesDialog.h"
|
||||
#include "SharedFilesDialog.h"
|
||||
#include "MessengerWindow.h"
|
||||
#include "PluginsPage.h"
|
||||
#include "ForumsDialog.h"
|
||||
|
||||
#ifndef RS_RELEASE_VERSION
|
||||
#include "ChannelFeed.h"
|
||||
|
@ -56,6 +47,15 @@ class PeerStatus;
|
|||
class NATStatus;
|
||||
class RatesStatus;
|
||||
class ForumsDialog;
|
||||
class PeersDialog;
|
||||
class ChatDialog;
|
||||
class NetworkDialog;
|
||||
class SearchDialog;
|
||||
class TransfersDialog;
|
||||
class MessagesDialog;
|
||||
class SharedFilesDialog;
|
||||
class MessengerWindow;
|
||||
class PluginsPage;
|
||||
|
||||
#ifndef RS_RELEASE_VERSION
|
||||
class LinksDialog;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue