Commit Graph

40 Commits

Author SHA1 Message Date
defnax
5241a7d4c0 Added last icon changes for transfers page 2016-08-30 17:18:27 +02:00
defnax
6682a7a491 added new mainwindow icons for RetroShare. 2016-08-16 22:02:30 +02:00
Ivan Lucas
75a7a89e8f Fix typo 2015-09-09 15:19:17 +01:00
Ivan Lucas
a2e7e4de41 Fixed spelling/grammar 2015-09-08 16:12:50 +01:00
Ivan Lucas
4f8b098e94 Fixing spelling 2015-09-08 16:00:00 +01:00
hunbernd
acc3e4bb62 Replaced Q_WS_ --> Q_OS_
Q_WS macros are not available in Qt5
Restores some functions in Options->General dialog that were not available under Qt5
2015-08-30 22:51:15 +02:00
thunder2
789df68582 - Added update of version information for Windows build
- Added template file version.html.in
- Removed RS_BUILD_NUMBER from Windows executable FileVersion
2015-08-04 15:15:49 +02:00
electron128
d9e1473533 fixed whitespaces in strings (patch from Henry)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8421 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-12 08:27:26 +00:00
csoler
a4f6500772 fix for revision number in ubuntu/debian (patch from heini, untested)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8118 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-04-04 15:37:54 +00:00
defnax
764a6b31ca update authors page
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6865 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-10-21 21:42:14 +00:00
thunder2
224ece5795 Added patch from Henry
- renamed own/your to my
- renamed gpg to pgp
Updated english translation.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5907 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-11-28 19:58:14 +00:00
defnax
df3f0e0884 update the authors on the help page
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5739 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-10-29 12:13:34 +00:00
thunder2
70cbd3c84d Cleaned some ui files.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5457 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-08-22 13:44:23 +00:00
thunder2
9389849e53 Fixed crash when starting the help browser from friend details the second time.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5305 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-07-15 22:24:03 +00:00
defnax
fb7bc3e832 updated the help page, added few more infos
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4899 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-07 16:33:54 +00:00
defnax
0396bf23de added to RetroShare Help page new commands entry for "-r retroshare://..."
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4195 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-05-11 17:17:53 +00:00
thunder2
09ec26e387 Changed PersonEntry::operator=, returned *this
Removed not needed include

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3402 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-08-30 09:56:11 +00:00
defnax
7eba601144 removed old version strings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3265 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-07-07 20:53:11 +00:00
defnax
d951674f64 Added Trust settings and Signing informations to HelpBrowser
Added Trust info Button to call HelpBrowser for Trust Settings and Signing informations.
Clean up Peer Details Trust TabWidget, removed not needed Labels.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3055 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-06-03 18:34:43 +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
e9ed5a1532 Added Commandline Options to Help Browser
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2808 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-04-27 23:21:35 +00:00
chrisparker126
315881493d mvd blogs to unfinished
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2404 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-23 21:44:56 +00:00
andrewsteinborn
be92a7941a added "make install" target -- configurable at qmake run w/ PREFIX=/whatever qmake -o Makefile before build
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2270 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-10 08:00:31 +00:00
joss17
47b6cff805 update version info
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2215 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-02-06 20:49:49 +00:00
drbob
b756edd32e * Updated rsiface / rspeers.h
* Added correct menu items to the NetworkView.
 * Tweaked speed of NetworkView to conserve CPU.




git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1502 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-08-09 13:08:58 +00:00
joss17
56bdbb352c add build date information
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1410 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-07-22 22:12:07 +00:00
joss17
a36475a167 Add a static and a build time version information
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1409 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-07-22 22:03:34 +00:00
defnax
05fa84dd2f update HelpDialog, Set Font Size to 9
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1365 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-07-12 22:55:05 +00:00
defnax
368968fe59 update authors
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1124 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2009-04-09 20:42:35 +00:00
defnax
281857317d added translation wiki link to Help System
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@778 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-10-31 17:16:40 +00:00
defnax
1d8411ea94 update of RetroShare Team authors and added links for the new forum.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@777 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-10-31 11:58:24 +00:00
defnax
7e1646513d * fixed content and Browser
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@764 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-10-23 17:43:57 +00:00
defnax
1ee1b408ff * fixed MessengerWindow
* update internal stylesheets
* update help content

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@763 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-10-23 16:17:29 +00:00
defnax
df509a3683 * fixed layout of News Feed
* changend some icons
* fixed config.html

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@695 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-08-17 01:09:32 +00:00
defnax
223528e03f * updated config help html
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@694 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-08-16 23:44:31 +00:00
defnax
4789209ab5 added Help Button to Preferences Window
added basic config.html(Configuring RetroShare) page to Help Dialog, needs more Input.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@682 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-08-14 10:38:27 +00:00
defnax
e92080789a added a Help Dialog to can make translated html Help/Faq/ pages for RetroShare for each language a own html page.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@662 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-08-05 18:36:07 +00:00
defnax
ade0665664 added author xesk which developes xProgressBar for QT4
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@344 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-02-10 23:05:42 +00:00
drbob
935745a08e Created V0.3.x branch and moved the head into the trunk directory.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@246 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2007-11-15 03:18:48 +00:00