csoler
|
c4ae4c21b1
|
fixed licenses in gui/common/
|
2018-11-11 20:41:06 +01: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
|
1f39789f2e
|
Fix clang warning: 'RSGraphWidget::sizeHint' hides overloaded virtual
function
/retroshare-gui/src/gui/common/RSGraphWidget.h:173: warning:
'RSGraphWidget::sizeHint' hides overloaded virtual function [-
Woverloaded-virtual]
virtual QSizeF sizeHint( Qt::SizeHint which, const QSizeF &
constraint = QSizeF() ) const;
/usr/include/qt4/QtGui/qframe.h:76: hidden overloaded virtual function
'QFrame::sizeHint' declared here: different number of parameters (0 vs
2)
QSize sizeHint() const;
|
2017-07-17 22:34:32 +02:00 |
|
csoler
|
6a8b74c965
|
fixed compilation for computers where qreal is a float
|
2017-07-15 22:01:18 +02:00 |
|
csoler
|
c61536e737
|
fixed RsGraphWidget by adding an extra data point in the lower right corner, and fixed typo that caused an invalid point to be drawn
|
2017-07-01 16:21:22 +02:00 |
|
csoler
|
38d07430b7
|
used more saturated colors in stats graph
|
2017-05-11 21:22:07 +02:00 |
|
csoler
|
7a19deea03
|
small fix to statistics view
|
2017-05-11 21:22:07 +02:00 |
|
csoler
|
eb30af57bd
|
improved display in bw statistics
|
2017-05-11 21:22:07 +02:00 |
|
csoler
|
6484ea66f7
|
improved graph widget
|
2017-05-04 21:19:23 +02:00 |
|
csoler
|
5f8bf03dfe
|
added mechanism to allow services to document the names of their items, and improved bandwidth graph to show names for GXS services. Other services still need to supply their own names
|
2017-04-20 20:54:51 +02: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 |
|
hopetech
|
ecaea051fa
|
Fix some compilation warnings
|
2016-10-19 15:41:25 +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
|
b32eb6e0c8
|
added temporal filtering to RSGraphWidget to clear up the display. Auto-changes with scale. Can be changed manually with shift+wheel
|
2015-12-27 17:00:54 -05: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 |
|
electron128
|
9897def2cc
|
fix #21 typo "defaut" instead of "default" in switch statement in RSGraphWidget (patch from Chozabu)
|
2015-07-31 17:27:04 +02:00 |
|
csoler
|
2a47095599
|
removed unused method for OutQueue statistics; improved BW curve display; fixed a few display bugs
|
2015-07-31 17:24:19 +02:00 |
|
csoler
|
9471a91795
|
added basic functions to collect bandwidth info in pqistreamer both ways; added a sorting method in BWGraphSource to create curves from extracted BW info. Still not yet functional
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8600 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-12 04:04:18 +00: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 |
|
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 |
|
csoler
|
7334e4d5de
|
first attempt at fixing statistics layout for high DPI screens, using the font metrics to determine the scaling ratio
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8553 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-24 20:55:09 +00:00 |
|
csoler
|
c4a33eb0e0
|
removed false positive access beyond range of iterator
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8436 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-14 12:48:12 +00:00 |
|
csoler
|
fd992161e1
|
draw bottom legend after data curves in RSGraphWidget
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8255 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-05-15 13:35:51 +00:00 |
|
csoler
|
0e16733ce0
|
only show relevant entries in statistics graphs
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8254 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-05-15 13:12:46 +00:00 |
|
csoler
|
819c7b66c5
|
improved RSGraphWidget to take the current time as reference for all curves
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8253 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-05-15 12:40:47 +00:00 |
|
csoler
|
3f116e0e73
|
added scale and wheel-event resizing to RSGraphWidget
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8062 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-03-21 18:40:21 +00:00 |
|
csoler
|
6585cfca2c
|
fixed compilation on debian squeeze. Removed placeHolder properties in CreateGxsForumMsg.ui and GxsGroupDialog.ui which need to be set in the cpp. Added a new DEFINE=NO_SQLCIPHER to compile without sqlcipher when sqlcipher cannot be found (no sqlcipher is available on debian squeeze).
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7941 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-02-13 19:34:38 +00:00 |
|
thunder2
|
6cad38bd7c
|
Fixed deadlock in RSGraphWidget (Patch from Cyril)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7908 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-02-04 10:56:19 +00:00 |
|
csoler
|
1f1c51b7d3
|
Used RSGraphWidget for bandwidth window too; Cleaned up remaining unused graph classes; Added a few missing params to RSGraphWidget; End of graph work.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7616 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-10-17 19:47:05 +00:00 |
|
csoler
|
b51c34d23b
|
improved display of graphs
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7614 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-10-16 19:17:17 +00:00 |
|
csoler
|
01fdb95c30
|
small fixes in number display
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7613 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-10-15 22:16:23 +00:00 |
|
csoler
|
8c1bf3cf8d
|
improved RSGraph class. Used it for Turtle statistics and bandwidth statistics as well
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7612 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-10-15 22:00:49 +00:00 |
|
csoler
|
3d49af2b2b
|
fixed RTT graph. Added colors, and new options to RSGraphWidget. Still needs to draw names for different colors
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7610 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-10-14 20:25:23 +00:00 |
|
csoler
|
1757a85e57
|
improved RSGraph class. Not finished yet.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7609 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-10-13 22:05:50 +00:00 |
|
thunder2
|
bd1add2e20
|
Fixed Windows compile
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7606 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-10-12 21:38:27 +00:00 |
|
csoler
|
9d2a22bbb0
|
added missing file
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7605 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-10-12 21:12:58 +00:00 |
|