Phenom
bf47edfd12
Fix Warnings:
...
warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if(_hash.isNull())
^~
2017-05-08 12:22:46 +02:00
csoler
9714409309
Merge pull request #802 from csoler/v0.6-ImprovedGUI
...
moved passphrase box into start dialog, and removed blank logo, repla…
2017-05-08 10:57:00 +02:00
csoler
de0f8b9595
moved passphrase box into start dialog, and removed blank logo, replaced it by RS splash logo
2017-05-08 10:51:15 +02:00
csoler
6cb499065f
fixed compilation with qt4
2017-05-08 10:06:40 +02:00
csoler
84c81588bb
disabled show OpMode status on default
2017-05-08 09:39:18 +02:00
defnax
24eca4a64f
Moved status icon column to the last position
2017-05-07 19:39:20 +02:00
csoler
6484ea66f7
improved graph widget
2017-05-04 21:19:23 +02:00
Phenom
07201e894c
Fix FriendList Import/Export filename and error message.
2017-05-01 12:48:11 +02:00
csoler
1f56db5495
Merge pull request #790 from PhenomRetroShare/Add_CreateGxsIdentityByDefault
...
Create a Gxs Identity by default.
2017-04-30 22:45:18 +02:00
csoler
0c17570728
Merge pull request #792 from PhenomRetroShare/Add_DoubleClickOnTextBrowser
...
Add Double Click on Name for Chat to add their name in text writer.
2017-04-30 22:44:20 +02:00
csoler
3d17d31e49
Merge pull request #789 from PhenomRetroShare/Add_FriendTimeOffsetNewsFeed
...
Add Friend Time Offset news feed.
2017-04-30 22:43:10 +02:00
csoler
8aa9be334f
Merge pull request #791 from PhenomRetroShare/Fix_MissingMessageMarkedRead
...
Fix Missing messages when mark all as read.
2017-04-30 22:39:07 +02:00
Phenom
4fbcc1e85f
Add Double Click on Name for Chat to add their name in text writer.
2017-04-29 22:14:18 +02:00
Phenom
77adc82aa2
Fix Missing messages when mark all as read.
...
If message get olders versions, these ones was not marked as read. So it
left unread messages on thread despite nothing appears on tree view.
2017-04-29 17:32:23 +02:00
Phenom
8a9edb2905
Create a Gxs Identity by default.
2017-04-27 17:03:53 +02:00
Phenom
19b4fb892c
Add Friend Time Offset news feed.
2017-04-27 16:42:25 +02:00
Phenom
9e246c9670
Add warning about relays bandwidth.
2017-04-25 18:39:36 +02:00
csoler
4d7bd833a9
Merge pull request #786 from PhenomRetroShare/Fix_RelaySettingValues
...
Fix Relay setting values
2017-04-25 10:14:50 +02:00
Phenom
078913f0f3
Fix GCC warnings: enumeration value ‘TYPE_IDENTITY’ not handled in
...
switch
warning: enumeration value ‘TYPE_IDENTITY’ not handled in switch [-
Wswitch]
switch (link.type()) {
^
2017-04-25 09:54:53 +02:00
Phenom
593c0cb7e6
Fix CSA warnings: Called C++ object pointer is null
...
Logic error: Called C++ object pointer is null
1: Null pointer value stored to field 'mInternalTokenQueue' in /home/
phenom/GIT/RetroShare/trunk/retroshare-gui/src/gui/gxs/
GxsGroupDialog.cpp:70
2: Calling 'GxsGroupDialog::init' in /home/phenom/GIT/RetroShare/trunk/
retroshare-gui/src/gui/gxs/GxsGroupDialog.cpp:72
3: Calling 'GxsGroupDialog::initMode' in /home/phenom/GIT/RetroShare/
trunk/retroshare-gui/src/gui/gxs/GxsGroupDialog.cpp:136
4: Calling 'GxsGroupDialog::requestGroup' in /home/phenom/GIT/
RetroShare/trunk/retroshare-gui/src/gui/gxs/GxsGroupDialog.cpp:190
5: Called C++ object pointer is null in /home/phenom/GIT/RetroShare/
trunk/retroshare-gui/src/gui/gxs/GxsGroupDialog.cpp:866
2017-04-25 09:52:43 +02:00
Phenom
90aaace69c
Fix CSA warnings: Called C++ object pointer is null
...
Logic error: Called C++ object pointer is null
1: Value assigned to field 'mMainAction' in /home/phenom/GIT/
RetroShare/trunk/retroshare-gui/src/gui/common/UserNotify.cpp:94
2: Assuming pointer value is null in /home/phenom/GIT/RetroShare/trunk/
retroshare-gui/src/gui/common/UserNotify.cpp:95
3: Called C++ object pointer is null in /home/phenom/GIT/RetroShare/
trunk/retroshare-gui/src/gui/common/UserNotify.cpp:103
2017-04-25 09:52:01 +02:00
Phenom
1f16f46aad
Fix CSA warnings: Called C++ object pointer is null
...
Logic error: Called C++ object pointer is null
1: Assuming pointer value is null in /home/phenom/GIT/RetroShare/trunk/
retroshare-gui/src/gui/common/MimeTextEdit.cpp:65
2: Called C++ object pointer is null in /home/phenom/GIT/RetroShare/
trunk/retroshare-gui/src/gui/common/MimeTextEdit.cpp:83
2017-04-25 09:51:08 +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
f22dc0f0df
Fix Clang warnings: unused variable 'action'
...
warning: unused variable 'action' [-Wunused-variable]
QAction *action = contextMenu-
>addAction(QIcon(":/images/chat_24.png"),tr("Copy identity to
clipboard"),this,SLOT(copyRetroshareLink())) ;
2017-04-25 09:45:57 +02:00
Phenom
490f8d2f54
Fix Clang warnings: 'TYPE_IDENTITY' not handled
...
warning: enumeration value 'TYPE_IDENTITY' not handled in switch [-
Wswitch]
2017-04-25 09:45:27 +02:00
Phenom
1327582096
Fix Relay setting values
...
Was multiply by 1024 then divide by 1000.
2017-04-24 17:28:25 +02:00
defnax
6313d89718
Improved look n feel of Profile Generation Window.
2017-04-24 01:23:05 +02:00
Phenom
4c326f5e80
Fix Relay setting page.
2017-04-23 10:27:18 +02:00
defnax
0e087db807
Fixed to use right icons for context menu actions
2017-04-22 17:32:59 +02:00
Phenom
969b5ce1f1
Fix MacOSX compilation.
2017-04-21 15:57:57 +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
csoler
f406b81238
removed all FFT code and cleaned up deleted code in graphwidget.cpp
2017-04-19 18:46:58 +02:00
csoler
1da89dd70d
changed FFT code in graph widget into a more efficient one, with free licence
2017-04-19 17:16:30 +02:00
csoler
e95ddb91af
Merge pull request #767 from PhenomRetroShare/Fix_CommentWithLineReturn
...
Fix comment view when they have line return.
2017-04-18 20:28:36 +02:00
Phenom
3c5e61a297
Encode Radix in RSLinks.
...
Because it can contains special characters like '+', '/'.
But this is not backward compatible.
2017-04-18 17:36:43 +02:00
Phenom
4f939b2b76
Fix Clang warnings: unused function 'set_item_background'
...
warning: unused function 'set_item_background' [-Wunused-function]
static void set_item_background(QTreeWidgetItem *item, uint32_t type)
2017-04-17 22:01:28 +02:00
Phenom
0bbd1499d4
Fix Clang warnings: comparison of integers of different signs
...
warning: comparison of integers of different signs: 'uint32_t' (aka
'unsigned int') and 'int' [-Wsign-compare]
for(uint32_t i=0;i<(*it).size();++i)
~^~~~~~~~~~~~~
2017-04-17 21:54:49 +02:00
Phenom
a476a8138c
Fix Clang warnings: function 'update_children_background' is not needed
...
warning: function 'update_children_background' is not needed and will
not be emitted [-Wunneeded-internal-declaration]
static void update_children_background(QTreeWidgetItem *item, uint32_t
type)
^
2017-04-17 21:53:57 +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
Phenom
94ac8216f7
Fix Clang warnings: Unused variable Pi
...
warning: unused variable 'Pi' [-Wunused-const-variable]
static const double Pi = 3.14159265358979323846264338327950288419717;
2017-04-17 21:47:38 +02:00
Phenom
fd92bca688
Fix Clang warnings: variable 'layout' is used uninitialized
...
warning: variable 'layout' is used uninitialized whenever 'if' condition
is false [-Wsometimes-uninitialized]
if (wid) layout =
2017-04-17 21:46:42 +02:00
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
6f2d7bbca0
Fix Clang warnings: implicit conversion from 'double' to 'int'
...
warning: implicit conversion from 'double' to 'int' changes value from
2.5 to 2 [-Wliteral-conversion]
QSize buttonSize = QSize(iconSize + QSize(FMM,FMM));
2017-04-17 21:42:13 +02:00
Phenom
07b67e9cc9
Fix Clang warnings: 'PopupDistantChatDialog::init' hides overloaded
...
virtual function
warning: 'PopupDistantChatDialog::init' hides overloaded virtual
function [-Woverloaded-virtual]
virtual void init(const DistantChatPeerId& peer_id);
/retroshare-gui/src/gui/chat/PopupChatDialog.h:49: hidden overloaded
virtual function 'PopupChatDialog::init' declared here: different number
of parameters (2 vs 1)
virtual void init(const ChatId &chat_id, const QString &title);
2017-04-17 21:41:38 +02:00
Phenom
eea49d96bf
Fix Clang warnings: change ChatDialog::init definition
...
warning: 'PopupChatDialog::init' hides overloaded virtual function [-
Woverloaded-virtual]
virtual void init(const ChatId &chat_id, const QString &title);
^
/retroshare-gui/src/gui/chat/ChatDialog.h:87: hidden overloaded virtual
function 'ChatDialog::init' declared here: type mismatch at 1st
parameter ('ChatId' vs 'const ChatId &')
virtual void init(ChatId id, const QString &title);
^
2017-04-17 21:40:25 +02:00
Phenom
9319caffc7
Fix Clang warnings: 'Node::advance' hides overloaded virtual function
...
warning: 'Node::advance' hides overloaded virtual function [-
Woverloaded-virtual]
bool advance();
^
/usr/include/qt4/QtGui/qgraphicsitem.h:323: hidden overloaded virtual
function 'QGraphicsItem::advance' declared here: different number of
parameters (1 vs 0)
virtual void advance(int phase);
^
2017-04-17 21:39:44 +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
e0225efef3
Fix Clang warnings: 'ChatLobbyDialog::init' hides overloaded virtual
...
function
warning: 'ChatLobbyDialog::init' hides overloaded virtual function [-
Woverloaded-virtual]
virtual void init();
^
/retroshare-gui/src/gui/chat/ChatDialog.h:87: hidden overloaded virtual
function 'ChatDialog::init' declared here: different number of
parameters (2 vs 0)
virtual void init(ChatId id, const QString &title);
^
2017-04-17 21:37:17 +02:00
Phenom
de4f6c06dd
Fix Clang warnings: Z-order assignment to spacer
...
warning: Z-order assignment: 'verticalSpacer_2' is not a valid widget.
2017-04-17 21:36:14 +02:00
Phenom
e83104ee0f
Fix Clang warnings: Add author and date to #warning
2017-04-17 21:32:14 +02:00