Phenom
|
a0ac6b7ca0
|
Fix clang warning: unused variable 'MAX_TUNNEL_REQUESTS_DISPLAY'
/retroshare-gui/src/gui/statistics/TurtleRouterStatistics.cpp:36:
warning: unused variable 'MAX_TUNNEL_REQUESTS_DISPLAY' [-Wunused-const-
variable]
static const int MAX_TUNNEL_REQUESTS_DISPLAY = 10 ;
/retroshare-gui/src/gui/statistics/GlobalRouterStatistics.cpp:58:
warning: unused variable 'MAX_TUNNEL_REQUESTS_DISPLAY' [-Wunused-const-
variable]
static const int MAX_TUNNEL_REQUESTS_DISPLAY = 10 ;
|
2017-07-16 21:41:14 +02:00 |
|
Phenom
|
d8a73132c1
|
Fix Clang warnings: implicit conversion from 'double' to 'int'
warning: implicit conversion from 'double' to 'int' changes value from
0.5 to 0 [-Wliteral-conversion]
painter.setPen(QColor::fromRgb(0.5,0.5,0.5));
|
2017-04-17 21:51:08 +02:00 |
|
csoler
|
f55b283887
|
second pass over compilation warnings
|
2016-06-05 11:05:52 -04:00 |
|
csoler
|
927f782bef
|
pass over compiler warnings
|
2016-06-05 10:43:57 -04:00 |
|
csoler
|
aa194caea3
|
fixed bug preventing save of routage info in distant messaging
|
2016-01-31 20:27:53 -05:00 |
|
csoler
|
f0a49a427e
|
changed global router routing strategy. Should be more effective now.
|
2016-01-30 20:27:56 -05:00 |
|
csoler
|
b3df4c19dc
|
made the Global router stats widget more efficient/compact/explicit
|
2016-01-21 23:55:22 -05:00 |
|
defnax
|
c89ff9f059
|
Added nickname column to pending packets & context menu action to view details
Fixed ui layout.
|
2015-11-21 13:47:50 +01:00 |
|
defnax
|
66670315dc
|
Moved to display pending packets on a QTreeWidget.
Fixed People layout/spacing & display votes column.
|
2015-10-15 02:14:52 +02:00 |
|
Chozabu
|
453415fd3e
|
minor tweak to list friends in order they are shown on graph
|
2015-07-31 16:42:39 -04:00 |
|
csoler
|
765e2a15ed
|
fixed fnt size problems in global router stats window
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8558 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-26 18:33:03 +00:00 |
|
csoler
|
7d541318b3
|
further improvements to layouts and sizes for high DPI screens
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8554 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-25 20:11:39 +00: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
|
c462801772
|
fixed black background in statistics with qt5 (patch from sehraf)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8279 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-05-20 19:50:10 +00:00 |
|
csoler
|
a52031ac58
|
fixed small bug in global router causing incoming messages to be in SENT mode
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8176 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-04-27 22:01:31 +00:00 |
|
csoler
|
75cf2a674e
|
improved display of grouter internal info
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8174 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-04-26 20:10:18 +00:00 |
|
csoler
|
057b2afa4e
|
improvement of global router after first test phase. Fixed a number of bugs.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8141 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-04-18 19:59:27 +00:00 |
|
csoler
|
5967ee535f
|
fixed free/delete mess in GRouter
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.6-NewGRouterModel@7863 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-01-23 15:16:04 +00:00 |
|
csoler
|
e0308eacd2
|
fixed up cache loading issues on get key. Polished grouter stats. Improved sending logic. Distant msgs now work 100% (sync-ed)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.6-NewGRouterModel@7860 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-01-23 12:13:13 +00:00 |
|
thunder2
|
530fcab61d
|
Renamed "location" to "node" in gui (Patch from Henry)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7802 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-12-30 11:11:08 +00:00 |
|
thunder2
|
3f3c1983c8
|
Fixed some typos (patch from Henry)
Updated english translation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7777 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-12-22 15:44:47 +00:00 |
|
defnax
|
1fdd6d6447
|
Renamed some defines
Added background color for RTT stats graph
Moved statistics pages to statistics folder
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7522 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-09-10 13:53:48 +00:00 |
|