RetroShare/retroshare-gui/src/gui/FileTransfer
Phenom b13292bb80 Fix error reported by CppChecker:
/libretroshare/src/gxs/rsgenexchange.cc:2850: erreur : Cppcheck:
Dereferencing 'grp' after it is deallocated / released
/libretroshare/src/gxstunnel/p3gxstunnel.cc:1004: erreur : Cppcheck:
Invalid usage of output stream: '<< std::cerr'.
/libretroshare/src/util/contentvalue.cc:185: erreur : Cppcheck: Memory
leak: dest
/openpgpsdk/src/openpgpsdk/reader_armoured.c:575: erreur : Cppcheck:
Common realloc mistake: 'buf' nulled but not freed upon failure
/retroshare-gui/src/gui/FileTransfer/DLListDelegate.cpp:103: erreur :
Cppcheck: Array 'byteUnits[4]' accessed at index 4, which is out of
bounds.
/retroshare-gui/src/gui/FileTransfer/DLListDelegate.cpp:122: erreur :
Cppcheck: Array 'byteUnits[4]' accessed at index 4, which is out of
bounds.
/retroshare-gui/src/gui/FileTransfer/DLListDelegate.cpp:141: erreur :
Cppcheck: Array 'byteUnits[4]' accessed at index 4, which is out of
bounds.
/retroshare-gui/src/gui/FileTransfer/ULListDelegate.cpp:92: erreur :
Cppcheck: Array 'byteUnits[4]' accessed at index 4, which is out of
bounds.
/retroshare-gui/src/gui/FileTransfer/ULListDelegate.cpp:111: erreur :
Cppcheck: Array 'byteUnits[4]' accessed at index 4, which is out of
bounds.
/retroshare-gui/src/gui/People/PeopleDialog.cpp:774: erreur : Cppcheck:
Uninitialized variable: layout
/retroshare-gui/src/gui/People/PeopleDialog.cpp:864: erreur : Cppcheck:
Uninitialized variable: layout
/retroshare-gui/src/gui/common/AvatarWidget.cpp:225: erreur : Cppcheck:
Uninitialized variable: status
/retroshare-nogui/src/rpc/proto/rpcprotostream.cc:805: erreur :
Cppcheck: Memory leak: buffer
/supportlibs/pegmarkdown/GLibFacade.c:150: erreur : Cppcheck: va_list
'args' was opened but not closed by va_end().
/openpgpsdk/src/openpgpsdk/reader_armoured.c:575: erreur : Cppcheck:
Common realloc mistake: 'buf' nulled but not freed upon failure
/tests/unittests/libretroshare/serialiser/rsturtleitem_test.cc:213:
erreur : Cppcheck: Return value of allocation function 'init_item' is
not stored.
2016-03-20 13:12:30 +01:00
..
DetailsDialog.cpp Fixed possible crash in DetailsDialog::setFileHash by checking return value of dynamic_cast. 2015-07-12 01:19:28 +00:00
DetailsDialog.h * Enabled Minimize/Maximize Button for File Transfer details dialog. 2014-11-28 16:33:56 +00:00
DetailsDialog.ui - Removed all usages of the old windows icon (rstray3.png) and used the standard icon of the application 2014-07-24 23:26:04 +00:00
DLListDelegate.cpp Fix error reported by CppChecker: 2016-03-20 13:12:30 +01:00
DLListDelegate.h Code maintenance for Qt 5: 2013-10-19 02:07:01 +00:00
FileTransferInfoWidget.cpp fixed up FileTransferInfoWidget for high DPI 2015-07-01 20:04:12 +00:00
FileTransferInfoWidget.h merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
SearchDialog.cpp fixed compilation of SearchDialog.cpp 2016-01-21 22:44:48 -05:00
SearchDialog.h moved SearchDialog into FileTransfer/ 2016-01-21 21:49:52 -05:00
SearchDialog.ui moved SearchDialog into FileTransfer/ 2016-01-21 21:49:52 -05:00
TransfersDialog.cpp fixed compilation 2016-01-22 09:31:40 -05:00
TransfersDialog.h Added to count downloads/uploads items 2015-11-24 19:41:13 +01:00
TransfersDialog.ui fixed a few more icons (help icons, grou tree widgets, bullets) 2015-06-30 16:44:58 +00:00
TransferUserNotify.cpp fixed wrong icon path for Transfers tab 2015-06-29 12:01:28 +00:00
TransferUserNotify.h - Moved settings for user notify into the base class 2014-07-24 20:01:12 +00:00
ULListDelegate.cpp Fix error reported by CppChecker: 2016-03-20 13:12:30 +01:00
ULListDelegate.h Code maintenance for Qt 5: 2013-10-19 02:07:01 +00:00
xprogressbar.cpp Added missing initialization in 2015-07-13 11:03:18 +00:00
xprogressbar.h Added missing initialization in 2015-07-13 11:03:18 +00:00