Commit Graph

15396 Commits

Author SHA1 Message Date
defnax
e183ac75bd
Merge pull request #2198 from defnax/wire-ui-fixes-6
Wire ui fixes
2021-01-02 14:39:51 +01:00
defnax
9c13dc2ff8
Merge pull request #2197 from defnax/Ui-fixes-6
Layout fixes on the profile dialog
2020-12-31 16:46:51 +01:00
defnax
cee0edbd45 Display to show the wire headshots as circle avatar 2020-12-31 16:36:04 +01:00
defnax
d957289109 Layout fixes on the profile dialog 2020-12-31 15:40:32 +01:00
defnax
bfcfff4d0c
Merge pull request #2193 from defnax/wire-ui-fixes-5
Wire ui fixes
2020-12-31 13:27:57 +01:00
csoler
49feb3c6ab
Merge pull request #2196 from jolavillette/3DigitsRttStatistics
display RTT stats with 3 decimals
2020-12-31 13:19:55 +01:00
csoler
06ed1e3e97
Merge pull request #2175 from csoler/v0.6-BugFixing_2
v0.6.6-RC2 fixes
2020-12-31 13:19:02 +01:00
jolavillette
65751067e8 display RTT stats with 3 decimals 2020-12-31 08:17:22 +01:00
defnax
73a0d5b56a some ui fixes 2020-12-30 23:23:28 +01:00
csoler
f00524fee7
Merge pull request #2178 from defnax/Forum-Name-stylesheet
Fixed forum name stylesheet
2020-12-30 21:01:06 +01:00
csoler
c3f4e1babc
Merge pull request #2189 from PhenomRetroShare/Fix_UninitGxsTunnelPeerInfo
Fix Uninit in GxsTunnelPeerInfo
2020-12-30 21:00:01 +01:00
csoler
159a2061f6
Merge pull request #2182 from csoler/v0.6-MemLeaks
Fixing mem leaks
2020-12-30 20:58:32 +01:00
csoler
3d022504dc
Merge pull request #2190 from PhenomRetroShare/Fix_ValgrindErrorWithPrivateTrustPacketFWrite
Fix ValGrind error in PGPHandler::locked_writePrivateTrustDatabase
2020-12-30 20:51:52 +01:00
defnax
daa724151b Added to get view the attached Pulse images 2020-12-30 01:31:27 +01:00
defnax
a177d456a1 More wire ui fixes
* Added a Top Avatar Label when its a new Post.
* Hide Top Avatar on replies
* Wire stylesheet fixes.
* Fixed place holder text cleanup
2020-12-29 23:43:24 +01:00
defnax
b4557064a5
Merge pull request #2188 from defnax/message-composer
Message Composer fixes
2020-12-29 13:54:58 +01:00
Phenom
ac4b7334dd Fix ValGrind error in PGPHandler::locked_writePrivateTrustDatabase
Syscall param write(buf) points to uninitialised byte(s)
  in PGPHandler::locked_writePrivateTrustDatabase() in /libretroshare/
src/pgp/pgphandler.cc:1885
  1: write in /usr/lib/libc-2.32.so
  2: _IO_file_write@@GLIBC_2.2.5 in /usr/lib/libc-2.32.so
  3: new_do_write in /usr/lib/libc-2.32.so
  4: _IO_do_write@@GLIBC_2.2.5 in /usr/lib/libc-2.32.so
  5: _IO_file_close_it@@GLIBC_2.2.5 in /usr/lib/libc-2.32.so
  6: fclose@@GLIBC_2.2.5 in /usr/lib/libc-2.32.so
  7: PGPHandler::locked_writePrivateTrustDatabase() in /libretroshare/
src/pgp/pgphandler.cc:1885
  8: PGPHandler::locked_syncTrustDatabase() in /libretroshare/src/pgp/
pgphandler.cc:1987
  9: PGPHandler::syncDatabase() in /libretroshare/src/pgp/pgphandler.cc:
1909
  10: AuthGPG::threadTick() in /libretroshare/src/pqi/authgpg.cc:207
  11: RsTickingThread::run() in /libretroshare/src/util/rsthreads.h:314
  12: RsThread::wrapRun() in /libretroshare/src/util/rsthreads.cc:116
  13: RsThread::rsthread_init(void*) in /libretroshare/src/util/
rsthreads.cc:84
  14: start_thread in /usr/lib/libpthread-2.32.so
  15: clone in /usr/lib/libc-2.32.so
Address 0xcb70379 is 9 bytes inside a block of size 4,096 alloc'd  1:
malloc in /build/valgrind/src/valgrind-3.16.1/coregrind/m_replacemalloc/
vg_replace_malloc.c:307
  2: _IO_file_doallocate in /usr/lib/libc-2.32.so
  3: _IO_doallocbuf in /usr/lib/libc-2.32.so
  4: _IO_file_overflow@@GLIBC_2.2.5 in /usr/lib/libc-2.32.so
  5: _IO_file_xsputn@@GLIBC_2.2.5 in /usr/lib/libc-2.32.so
  6: fwrite in /usr/lib/libc-2.32.so
  7: PGPHandler::locked_writePrivateTrustDatabase() in /libretroshare/
src/pgp/pgphandler.cc:1877
  8: PGPHandler::locked_syncTrustDatabase() in /libretroshare/src/pgp/
pgphandler.cc:1987
  9: PGPHandler::syncDatabase() in /libretroshare/src/pgp/pgphandler.cc:
1909
  10: AuthGPG::threadTick() in /libretroshare/src/pqi/authgpg.cc:207
  11: RsTickingThread::run() in /libretroshare/src/util/rsthreads.h:314
  12: RsThread::wrapRun() in /libretroshare/src/util/rsthreads.cc:116
  13: RsThread::rsthread_init(void*) in /libretroshare/src/util/
rsthreads.cc:84
  14: start_thread in /usr/lib/libpthread-2.32.so
  15: clone in /usr/lib/libc-2.32.so
Uninitialised value was created by a stack allocation  1:
PGPHandler::locked_writePrivateTrustDatabase() in /libretroshare/src/
pgp/pgphandler.cc:1855
2020-12-29 13:05:41 +01:00
Phenom
308fa78307 Fix Uninit in GxsTunnelPeerInfo 2020-12-29 12:23:18 +01:00
defnax
a975648b39 Fixed unknown issue on Message composer 2020-12-28 20:57:15 +01:00
defnax
f495b7e28d Added back to display the filter for Friends selection in Message composer
* Added back to display the filter for Friends selection in Message composer
* to get enabled with the flag direct_chat
2020-12-28 19:08:04 +01:00
defnax
918513671a
Merge pull request #2187 from defnax/wire-ui-fixes-4
[Wire] Improved the Pulse Composer & the layout
2020-12-28 14:33:20 +01:00
defnax
b67ed7bce9 Improved the Pulse Composer & the layout
* Hide by default the URL frame not yet used.
* Hide the Drag & Drop frame by default
* Layout improvements & stylesheets fixes
* Added placeholder text for the Text Edit field & fixed strings to be translate able
* Added the Edit profile button still not yet functional
2020-12-28 13:00:27 +01:00
defnax
b4cbf2691f
Merge pull request #2184 from defnax/ui-fix-6
UI fixes
2020-12-28 12:35:19 +01:00
defnax
7e619353e4 BW stats fix checkbox default state 2020-12-28 00:48:28 +01:00
defnax
93518d6746 Fixed margins for Forum Message Feeds to be visible when its selected to be visible 2020-12-26 16:32:45 +01:00
defnax
ad2fa44a81 Added some fixes from RetroPooh
* Append space after nick paste on click at chat participant list
* Allow tabs resize in bw stats
* Remove freezes caused by resizing each update
2020-12-26 16:30:24 +01:00
csoler
033ba9cc36 removed a non wanted number of calls to loadIdentities due to widgets connections before initialization 2020-12-25 21:30:30 +01:00
defnax
9963310a94 Fixed to display back the status message for private chat 2020-12-25 16:49:05 +01:00
defnax
e944979922 Fixing stylesheets 2020-12-24 22:51:48 +01:00
defnax
10f7d7adec Added to use .webp images too. 2020-12-24 17:56:24 +01:00
csoler
41a263eccc removed std::unique_ptr in a few places where it made code far too complicated and less easy to debug 2020-12-24 00:45:19 +01:00
csoler
1ecfbfcd02 fixed bug in circles edit dialog 2020-12-24 00:34:49 +01:00
defnax
0169edcd8f Fixed to align the "Data Size" colum to align right 2020-12-23 23:39:28 +01:00
defnax
96457ead0c Added minimize functionality for the IM Browser 2020-12-23 23:38:20 +01:00
csoler
8a6edba615 fixed missing decl 2020-12-23 23:37:24 +01:00
csoler
a8f3a38e72 added missing delete trayMenu 2020-12-23 21:39:04 +01:00
csoler
4654ef020b added missing delete of tray icon widget 2020-12-23 21:12:22 +01:00
csoler
2a3fa76256 added missing delete of X509 cert at loading time 2020-12-23 21:12:05 +01:00
csoler
bb1996725d fixed missing deletes in search dialog 2020-12-23 20:48:03 +01:00
csoler
a2eced6d4a added missing deletes in Transfers dialog 2020-12-23 20:47:49 +01:00
csoler
d28665df18 added missing delete in authssl.cc 2020-12-23 20:47:28 +01:00
csoler
f2b1cccf42 added missing delete in NewFriendList destructor 2020-12-22 22:51:35 +01:00
csoler
25041c694b fixed previous commit with remaining deletes and shared_ptr that messed the whole thing 2020-12-22 22:51:17 +01:00
csoler
68d7edd405 fixed leak in gossipDiscovery 2020-12-22 20:15:45 +01:00
defnax
4a15c59356
Merge pull request #2180 from defnax/jasonapi-page
Added own icon for Jason Api Settings
2020-12-21 23:41:27 +01:00
defnax
5cdd4f084e
Merge pull request #2181 from defnax/ui-fix-5
Get more space to be visible own signers name
2020-12-21 23:41:02 +01:00
defnax
98f50a353f Get more space to be visible own signers name 2020-12-21 22:17:37 +01:00
defnax
41a27c65cc Added own icon for Jason Api Settings 2020-12-21 20:46:52 +01:00
defnax
e367a1f698
Merge pull request #2177 from defnax/fix-invite-message
Fix to hide the Invite Button when its a Friend Request Message
2020-12-21 13:48:49 +01:00
csoler
646d07887c saving GxsId for forum post creation 2020-12-20 20:45:23 +01:00