-added Log feature for QT .

-fixed Prefences and General Dialog
-disabled show function from main.cpp it will not allow to start minimized, it blocks minimize gui function.


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@686 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-08-15 17:49:57 +00:00
parent 8b9e64f9f6
commit cb891ff08a
29 changed files with 961 additions and 1063 deletions

View file

@ -53,7 +53,7 @@
#include "ui_MainWindow.h"
#include "../config/rsharesettings.h"
#include "Preferences/rsharesettings.h"
class SMPlayer;
@ -147,12 +147,6 @@ private slots:
void showSettings();
void setStyle();
/** Called when console button is toggled */
//void showConsoleFrame(bool show);
/** Called when console button is toggled */
//void showToolboxFrame(bool show);
/** Called when user attempts to quit via quit button*/
void doQuit();
@ -186,6 +180,8 @@ private:
PreferencesWindow* _preferencesWindow;
/** A RetroShareSettings object used for saving/loading settings */
RshareSettings* _settings;
/** Creates a new action for a Main page. */
QAction* createPageAction(QIcon img, QString text, QActionGroup *group);