Phenom
|
8d85cf558b
|
Fix Clang warnings: 'xxxWidget::sizeHint' hides overloaded vf
warning: 'IdentityWidget::sizeHint' hides overloaded virtual function [-
Woverloaded-virtual]
QSize sizeHint();
warning: 'CircleWidget::sizeHint' hides overloaded virtual function [-
Woverloaded-virtual]
QSize sizeHint();
/usr/include/qt4/QtGui/qwidget.h:537: hidden overloaded virtual function
'QWidget::sizeHint' declared here: different qualifiers (const vs none)
virtual QSize sizeHint() const;
|
2017-04-17 21:46:11 +02:00 |
|
Phenom
|
d727311dbc
|
Fix Graphic Circles update.
|
2016-04-10 12:00:23 +02:00 |
|
csoler
|
0769dabb2e
|
incorporated defnax changes
|
2015-09-08 22:40:35 -04:00 |
|
csoler
|
08be890339
|
added circle edit functionality to People tab
|
2015-09-06 18:19:51 -04:00 |
|
csoler
|
697b7be5d1
|
fixed compilation of circles
|
2015-09-06 17:34:43 -04: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
|
491a655889
|
patch update from Phenom to fix up comparisons
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7626 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-10-20 16:42:32 +00:00 |
|
csoler
|
d79f5e10fb
|
Improvements of People dialog. Patch from Phenom (slightly modified).
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7603 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-10-12 20:07:12 +00:00 |
|
defnax
|
80c49e2a62
|
Added forgotten files
Added some useful labels for the people page
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7575 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-09-29 14:47:34 +00:00 |
|