thunder2
3f2ab9259d
Added new base class HeaderFrame - image and text at top of the windows.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5464 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-08-24 10:49:08 +00:00
drbob
6a44342e4f
fixed reference to tryNetMode.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4922 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-11 12:49:09 +00:00
defnax
cf5d88ab8b
Removed DynDns from Quick Start Wizard
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4856 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-01-27 15:02:56 +00:00
thunder2
af4dd635e3
Removed member ftController::mShareDownloadDir and calculate the value from the shared directories.
...
Combined the two methods for share and unshare of the download dir.
Added share incoming directory to the QuickStartWizard.
Recompile of the GUI needed.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4089 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-03-08 20:05:36 +00:00
thunder2
b8bd6bfdca
Show the new setting for starting minimized on system start only for Windows.
...
Cleaned some methods for accessing the settings.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3912 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-13 20:34:07 +00:00
thunder2
69373cc69b
Set the OK button as default in the settings window.
...
Added a new setting for Windows to start RetroShare minimized on system start.
Fixed german language.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3907 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-11 22:46:14 +00:00
thunder2
0f1a1987b6
Added drag and drop support for attaching files in MessageComposer.
...
Corrected some messageboxes to show the icon of the parent.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3802 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-16 09:31:30 +00:00
defnax
60d750f799
forget to add the changes for the nextbutton in QuickStartWizard, to get work properly the Discovery changes.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3763 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-08 17:54:50 +00:00
defnax
4c43c471ec
update the QuickStartWizard with the changes for the Discovery combobox
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3762 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-08 16:27:48 +00:00
leander-256
4bb4fc11e2
This intimidating patch renames libretroshare/src/rsiface/ to
...
libretroshare/src/retroshare/
All the relevant headers have been modified to reflect that change.
This allows installation of libretroshare on a system, headers will
be put in $WHEREVER/retroshare/ and we keep the ability to compile
against them, be it on the system or in the SVN tree.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3342 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-08-06 09:40:23 +00:00
leander-256
c3c607ec80
Small bug and compiler warning fixes:
...
- gui/forums/CreateForumMsg.cpp used endl instead of std::endl
- constructor's initializer in the wrong order
- temporary variables type causing signedness warnings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3107 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-06-10 14:13:20 +00:00
thunder2
6baf56285b
reworked settings
...
now there is only one global object for loading and saving settings
RshareSettings *Settings;
the class RSettings can be used too, but it is not prefered, because the default settings has no affect
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2964 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-20 21:53:27 +00:00
thunder2
0c46da0dd2
Changed settings to local variable, no more as pointer on all classes.
...
RshareSettings settings;
settings.value(...);
It should lower memory usage and removes memory leaks.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2886 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-11 20:02:52 +00:00
defnax
2f8d21ab76
clean up some compile warnings
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2885 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-05-10 20:38:59 +00:00
joss17
c3b4b576ad
ad missing code for dyndns details
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2767 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-23 18:50:32 +00:00
joss17
48cc8ffb19
fix a bug in quick start wizard
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2216 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-06 21:55:34 +00:00
joss17
e142c63180
update start wizard, change gui settings directory into ssl profile directory (RestroShare.conf)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2141 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-27 22:31:25 +00:00
csoler
d377aa1278
compilation fix
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1998 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-13 20:42:51 +00:00
defnax
eb33fa9014
added a checkbox to can disable Quick Start Wizard
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1996 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-12 22:46:18 +00:00
defnax
b05dbc80e4
Added Quick Start Wizard
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1982 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-01-08 13:00:00 +00:00