Commit Graph

357 Commits

Author SHA1 Message Date
csoler
37f6e7e13b
Merge pull request #1064 from PhenomRetroShare/Fix_OpModeRestore
Fix OpMode Restore
2017-11-03 23:49:30 +01:00
csoler
06f489ec61 Merge pull request #1065 from csoler/v0.6-Links2
V0.6 links2
2017-10-23 22:14:06 +02:00
Pooh
4594c1ae9c Update MainWindow.cpp 2017-10-23 11:51:22 +03:00
Pooh
a0f6a741b1 Merge branch 'master' into hid1 2017-10-23 11:46:39 +03:00
RetroPooh
78037a66be disable nat/dht indicators for hidden mode, hide irrelevant network options elements 2017-10-23 11:42:03 +03:00
hunbernd
0c39b5c021 Fix bug causing RS to crash at startup when some icons were removed from toolbar
For example: disabled plugins
2017-10-22 19:44:14 +02:00
csoler
74d5069225 renamed RsCollectionEditor into RsCollection. Added download of FileTree links 2017-10-19 22:14:04 +02:00
csoler
847c1b2bce renamed RsCollectionFile into RsCollectionEditor 2017-10-17 22:39:05 +02:00
Phenom
e63217e7de Fix OpMode Restore 2017-10-17 15:39:38 +02:00
csoler
e66c0d1349 removed updateTotals() method. Replaced it with costless on-the-fly update of totals 2017-09-27 22:26:14 +02:00
Phenom
4336a4ad46 Move SharedFilesDialog to /gui/FileTransfer/
And remove old DEFINE because very olds files are deleted.
2017-09-07 19:53:51 +02:00
Phenom
8563957591 Add the ability to change OpMode in command line.
So you can change OpMode while running via ssh to get more bandwidth.
Usage: RetroShare06 --opmode [full|noturtle|gaming|minimal]
2017-07-17 14:36:51 +02:00
csoler
84c81588bb disabled show OpMode status on default 2017-05-08 09:39:18 +02:00
Phenom
30632dcfeb Fix CSA warnings: Called C++ object pointer is null
Logic error: Called C++ object pointer is null
 1: Calling 'MainWindow::createNotifyIcons' in /home/phenom/GIT/
RetroShare/trunk/retroshare-gui/src/gui/MainWindow.cpp:291
 2: Loop body executed 0 times in /home/phenom/GIT/RetroShare/trunk/
retroshare-gui/src/gui/MainWindow.cpp:600
 3: Calling 'MainWindow::updateTrayCombine' in /home/phenom/GIT/
RetroShare/trunk/retroshare-gui/src/gui/MainWindow.cpp:605
 4: Value assigned to field 'notifyMenu' in /home/phenom/GIT/RetroShare/
trunk/retroshare-gui/src/gui/MainWindow.cpp:654
 5: Assuming pointer value is null in /home/phenom/GIT/RetroShare/trunk/
retroshare-gui/src/gui/MainWindow.cpp:658
 6: Called C++ object pointer is null in /home/phenom/GIT/RetroShare/
trunk/retroshare-gui/src/gui/MainWindow.cpp:679
2017-04-25 09:50:14 +02:00
Phenom
13c8f7d342 Fix Clang warnings: Infinite recursion
warning: all paths through this function will call itself [-Winfinite-
recursion]
{
^
2017-04-17 21:38:41 +02:00
Phenom
1584b7773e Fix NAT Display setting saving. 2017-03-03 20:35:18 +01:00
Phenom
e4dbc46b34 Fiw New Warnings 2017-03-01 19:43:34 +01:00
Phenom
064202296d Fix Notify Settings 2017-02-27 23:01:07 +01:00
Gioacchino Mazzurco
c51ee19e8f Some consistence fixes in GUI 2017-02-26 21:41:45 +01:00
csoler
27db797a9f fixed show/hide buttons in appearance settings page 2017-02-22 22:06:00 +01:00
csoler
f3824f2348 merged upstream/master 2017-02-11 10:46:51 +01:00
Phenom
865a5741b2 Fix DisableSysTrayToolTip Option 2017-02-05 14:34:33 +01:00
csoler
339572740b keep quit button into toolbar 2017-01-26 22:42:24 +01:00
csoler
67af166c0c moved Options window into a new Preferences tab 2017-01-26 22:35:33 +01:00
csoler
1cdb970e23 moved the AboutDialog into Options 2017-01-24 22:39:28 +01:00
csoler
1d5c536421 Merge pull request #650 from PhenomRetroShare/Add_StatusBarHideOption
Add StatusBar and its widgets hide options.
2017-01-23 21:04:41 +01:00
Phenom
9937513dfd Add StatusBar and its widgets show options.
The StatusBar is shown by default.
2017-01-23 18:46:55 +01:00
felisucoibi
07dd196e6d changed friends to second flaces csoler agreed 2017-01-18 09:54:32 +01:00
felisucoibi
296903a00d Update MainWindow.cpp 2017-01-17 16:51:16 +01:00
felisucoibi
02aec3d9ef button changes 2017-01-17 16:32:56 +01:00
csoler
3a92124aac added method to show a given post author into the people tab 2016-12-27 20:42:47 +01:00
defnax
2e717d35c7 Added Home Page View for easy see own Cert to Copy and Share to Friends
Fixed Share Manager Label layout
Update emotes file
Set radio items font size to stylesheet file
2016-12-12 21:16:56 +01:00
Phenom
674b6de381 Fix Some gcc warnings 383 to 208 lines
Left explicit #warning and deprecated.
Some lines are wrong indented and produce mal formed code.
2016-11-30 22:01:01 +01:00
mr-alice
ff4c43819e fixed reloading of ShareManager due to postModDirectories and made it reload after addign new share 2016-09-18 21:41:18 +02:00
csoler
a82f3149d3 removed (unfinished) GettingStarted tab 2016-08-29 20:52:02 +02:00
defnax
6682a7a491 added new mainwindow icons for RetroShare. 2016-08-16 22:02:30 +02:00
Phenom
21bd8cd6df Fix QMessageBox layout addWidget. 2016-08-06 13:49:53 +02:00
Gio
fe7de83529 WebUI is now optional but enabled by default at compile time 2016-07-28 14:08:49 +02:00
Phenom
10bb542e83 Allow only one instance for useLocalServer option activated. If exists,
pass to it arguments.

For now, only allow to pass RsCollection file and retroshare://
protocol.
2016-04-06 22:04:53 +02:00
csoler
3db3ccf636 merged with upstream 2016-02-10 00:00:21 -05:00
Cyril Soler
b3625448e9 fixed compilation 2016-01-22 09:31:40 -05:00
csoler
6ecd2991e7 merged with latest trunk 2016-01-01 15:15:19 -05:00
realityfabric
9f561993ee fixed spelling errors in several files 2015-12-02 06:18:17 -08:00
csoler
a2d686351f move circles code to IdDialog 2015-09-06 23:53:21 -04:00
Chozabu
1630577e04 dont set tooltip if enabling updates, set tooltip on save incase of update between click and save 2015-09-02 01:09:39 +01:00
Chozabu
da90bfec08 add option to disable updates to systray tooltip 2015-09-01 13:43:29 +01:00
csoler
42bbf76035 fixed display of software revision in main window (patch from ASmith) 2015-08-18 20:21:45 -04:00
sehraf
48bb8b48c9 sequel to 6b2ed2fb2d 2015-08-05 23:45:45 +02:00
csoler
975b2d8783 moved all bw graph files in statistics. Removed outqueue info widget. Created new cpp files to host the bw graph code. Started minimal UI to display bw information. The goal is to create a widget for displaying selective bw info [work in progress]
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8586 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-07-10 03:24:39 +00:00
thunder2
621abee8da Enabled Messenger Window in system tray icon.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8585 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-07-09 21:36:32 +00:00