Commit Graph

8143 Commits

Author SHA1 Message Date
csoler
f491e3c20e fixed conflict with master 2021-01-19 22:34:44 +01:00
defnax
53ab47cf4a Added to use on AvatarWidget on click the Avatar Dialog
* Added to use the Avatar Dialog for the AvatarWidget too
* Fixed the info text
* Update stylesheet for the info frame
2021-01-19 22:30:35 +01:00
csoler
0757b161ba patched BroadcastDiscivery and GxsNetTunnel so that they respond faster to shutdown 2021-01-19 20:44:21 +01:00
csoler
5fc3108533 removed crash on exit because of double delete 2021-01-19 20:33:30 +01:00
Phenom
c3ab730dae Fix Channel Files Sort Order 2021-01-19 19:56:08 +01:00
csoler
20082321e7 removed variable shadowing another 2021-01-19 19:42:24 +01:00
Phenom
24ab1d6929 Fix for running with Self-Built Qt
beginRemoveRows(QModelIndex(),0,-1);
Failed because:
void QAbstractItemModel::beginRemoveRows(const QModelIndex &parent, int
first, int last)
{
    Q_ASSERT(first >= 0);
    Q_ASSERT(last >= first);
    Q_ASSERT(last < rowCount(parent));

Last assert is important too.
So prefer use beginResetModel().
2021-01-19 14:25:35 +01:00
defnax
ed228485d0 Added Stickers to load in Avatars Dialog to use a Avatar
* Added function to load stickers in Avatars Dialog to use a Avatars
* Added ZoomableLabel with crop image feature from PR #2236
2021-01-18 23:39:00 +01:00
csoler
8a506fad9f
Merge pull request #2230 from defnax/graphframe-darkmode-v2
Added Dark theme for the graphframe
2021-01-18 21:57:53 +01:00
csoler
ddc0a8c1ec fixed update of identity list when avatar is changed and changed avatar to use ZoomableLabel 2021-01-18 21:49:03 +01:00
defnax
783c92738a
Merge pull request #2234 from defnax/update.links
update links
2021-01-18 19:11:08 +01:00
csoler
5ec3ae8640
Merge pull request #2224 from csoler/v0.6-BugFixing_5
continue bug fixing for 0.6.6 (See commits)
2021-01-18 13:24:31 +01:00
csoler
e73e3232f6 fixed update of avatar/name in signed identities 2021-01-17 23:53:49 +01:00
defnax
dc8e53b2ac enable copy text for card view 2021-01-17 17:40:09 +01:00
defnax
a21ce4e53b update links 2021-01-17 17:10:35 +01:00
defnax
66ecc8df76 Fixed Group Chat toaster to use No Frame
* Fixed Group Chat toaster to use No Frame
* Hide unused widget on People Dialog
2021-01-16 21:53:19 +01:00
defnax
17f32db687 Added Dark theme for the graphframe
* Added Dark theme for the graphframe
* Added Combobox for switch
* Added for other graphs the settings
* Added fix by phenom for get stored the configs for the statistics pages
* Removed uneeded line from the toolbar
* New icon for Identities stats page
2021-01-16 12:42:33 +01:00
defnax
f904de68c3
Merge pull request #2226 from PhenomRetroShare/Fix_RSElidedItemDelegate
Fix RSElidedItemDelegate
2021-01-16 11:22:15 +01:00
defnax
ac7482baed
Merge pull request #2225 from PhenomRetroShare/Fix_MainWindowDestructorDeleteOrder
Fix MainWindow Destructor delete order.
2021-01-16 11:19:22 +01:00
csoler
fb89dbbfb2 renamed different chat types properly in preferences->chat 2021-01-15 22:48:07 +01:00
Phenom
8ee8e68b61 Fix RsPostedPostsModel::handleEvent_main_thread 2021-01-15 21:50:59 +01:00
Phenom
bfb1159ca0 Fix RSElidedItemDelegate 2021-01-15 12:04:02 +01:00
Phenom
a86f409298 Fix MainWindow Destructor delete order. 2021-01-15 11:48:20 +01:00
csoler
dca8a5a91d fixed bug in chat history causing lots of gibberish output to the console 2021-01-14 22:35:08 +01:00
csoler
2f1b4e1995
Merge pull request #2215 from defnax/checkmessage
Added to show the message length on Composer and Message Widget
2021-01-14 21:41:16 +01:00
csoler
8bfdbe6af8
Merge pull request #2220 from csoler/v0.6-BugFixing_5
Bug fixing for 0.6.6
2021-01-14 13:45:18 +01:00
csoler
f26d5ebc2e
Merge pull request #2222 from PhenomRetroShare/Fix_DistantChatAvatarStatusUpdate
Fix Distant Chat Avatar Status Update
2021-01-14 13:44:25 +01:00
Phenom
4e7411362e Fix default LogScale in BandwidthStatsWidget 2021-01-14 12:51:52 +01:00
Phenom
480a99b9bb Fix Distant Chat Avatar Status Update 2021-01-14 12:41:02 +01:00
csoler
1bbde46c4a giving 30 secs of time to create identity before clearing PGP passphrase cache 2021-01-13 23:13:37 +01:00
csoler
af696639cc fixed channel UI so that comment label is only shown when a new comment is here 2021-01-12 22:31:59 +01:00
defnax
44fc3ea50c Disable the Send button when the limit is exceeded 2021-01-11 21:31:42 +01:00
csoler
d92132d025
Merge pull request #2211 from csoler/v0.6-BugFixing_5
Various bug fixes
2021-01-11 20:12:01 +01:00
defnax
39a89dd2a9 Added to show the message length on Composer and Message Widget 2021-01-10 19:20:17 +01:00
defnax
db842d1f21 Rename Log to Activity 2021-01-10 16:24:08 +01:00
defnax
5c1c6caf68 Photo share ui fixes & removed some hardcoded stylsheets
* Removed some hardcoded stylesheets for Album & Photo items.
* Ui layout fixes
2021-01-09 16:47:04 +01:00
csoler
5a1e6b8b60 added context menu with copy link in channel posts files 2021-01-09 15:40:15 +01:00
csoler
453c656570 fixed the status of signature vs. making friends, and fixed the deadlock when signing a certificate 2021-01-09 14:24:04 +01:00
csoler
d7fbe29a56 sorted out the mess with various calls to clear/cache PGP passphrase that resulted in the passphrase staying in memory 2021-01-08 23:43:59 +01:00
defnax
cc15593202
Merge pull request #2210 from defnax/wiki-fixes
Added to store the splitter position for Wire Dialog & stylesheet fixes
2021-01-08 19:18:16 +01:00
defnax
371c303d19 Added to store the splitter position for Wire Dialog & stylesheet fixes 2021-01-07 21:24:46 +01:00
csoler
d0b8c7dd69
Merge pull request #2203 from csoler/v0.6-CacheTests_2
Cache tests 2
2021-01-07 18:07:55 +01:00
defnax
0345bac168
Merge pull request #2209 from defnax/wiki-fixes
Added temporary solution to update the Wiki tree
2021-01-06 19:09:06 +01:00
defnax
56462fd507 disabled timer & little small ui changes
* Set icons for some buttons
* Update tree on subscribe actions
2021-01-06 18:00:41 +01:00
defnax
1e803de32f update wiki groups 2021-01-06 15:15:49 +01:00
defnax
c3fecb824d Added temporary solution to update the Wiki tree 2021-01-06 14:54:19 +01:00
defnax
f2a5e2c7d9
Merge pull request #2207 from defnax/wire-fixes-7
Fixed to allow Wire profile account generation only with a Identity
2021-01-06 12:40:01 +01:00
defnax
cd747b204d Fixing Wiki compile 2021-01-06 00:06:45 +01:00
defnax
78aa990e6d Fixed to allow Wire profile account generation only with a Identity 2021-01-05 22:25:42 +01:00
defnax
1833e9a0b9 photoshare compile fixes 2021-01-05 20:40:54 +01:00
csoler
3a54b2de15 fixed bug in forum post addressing, causing bad update of what has changed when setting messages as read 2021-01-03 22:34:36 +01:00
csoler
92555caa25 ensure that IP filters and relays are also hidden in non auto tor mode 2021-01-03 21:56:23 +01:00
csoler
865c319978 remved non source file 2021-01-03 21:54:10 +01:00
csoler
346b0dcfc9
Merge pull request #2191 from defnax/share-on-channel
Fixed to use for share on channel as file attachment
2021-01-03 15:48:42 +01:00
csoler
ef21db0a0a fixed bug causing bad cache update 2021-01-02 23:56:26 +01:00
defnax
e183ac75bd
Merge pull request #2198 from defnax/wire-ui-fixes-6
Wire ui fixes
2021-01-02 14:39: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
159a2061f6
Merge pull request #2182 from csoler/v0.6-MemLeaks
Fixing mem leaks
2020-12-30 20:58:32 +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
3dd7a2c2f6 Fixed to use for share on channel as file attachment 2020-12-29 15:23:42 +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
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
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
f2b1cccf42 added missing delete in NewFriendList destructor 2020-12-22 22:51:35 +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
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
csoler
646d07887c saving GxsId for forum post creation 2020-12-20 20:45:23 +01:00
csoler
4b4b69de50 fixed name of group for default GxsId to post in boards 2020-12-20 20:44:07 +01:00
csoler
6969eae3ff de-select current message when showing forum info 2020-12-20 20:13:17 +01:00
defnax
54f040c17a Fixed the Msg Feed Item too 2020-12-20 19:54:25 +01:00
defnax
5ea4ba35b9 Fixed forum name stylesheet 2020-12-20 18:15:36 +01:00
defnax
c4b6c34dbe Fix to hide the Invite Button when its a Friend Request Message 2020-12-20 16:29:33 +01:00
csoler
e417c68d41 turned forum name label into a button to allow display of forum info 2020-12-20 14:41:23 +01:00
defnax
b0da8825de
Merge pull request #2172 from defnax/wizard-ui-1
Fixed ui height for Connect Friend Wizard
2020-12-20 14:24:41 +01:00
csoler
dbeefa4d24
Merge pull request #2171 from csoler/v0.6-BugFixing_2
0.6.6-RC2 fixes
2020-12-20 10:39:27 +01:00
defnax
75498ed4d3 dark stylesheet fixes 2020-12-19 13:16:39 +01:00
defnax
0c531defbf Fixed ui height for Connect Friend Wizard 2020-12-18 22:16:32 +01:00
defnax
45f259975a
Merge pull request #2170 from defnax/wire-ui-fixes-2
[TheWire] few ui fixes
2020-12-18 18:18:40 +01:00
defnax
ba689291a1 Fixing darkstylesheets for Forums MsgItem 2020-12-18 17:10:15 +01:00
defnax
40860e726e
Merge pull request #2167 from defnax/ui-fix-3
Fixed to use NO FRAME for Friend Request Toaster
2020-12-18 13:22:42 +01:00
defnax
bfbf8e6e57 update stylesheet for darkstyle 2020-12-18 12:46:37 +01:00
defnax
23bd0fa517 added to use stylesheet for the Follow button. 2020-12-18 11:57:04 +01:00
defnax
8aeb1bb799 Added disabled stylesheet for the Post button 2020-12-17 23:36:10 +01:00
csoler
125fbde48e switched back node details height to 400 2020-12-17 21:19:02 +01:00
csoler
1a5a99f076 show last contact and IP on closed profiles to be the data of the most recent node 2020-12-17 21:17:17 +01:00
csoler
0855c05ad6 moved connectivity info in node details to new tab to save space 2020-12-17 20:27:00 +01:00
defnax
5a2e13366c wire few ui fixes 2020-12-17 18:49:12 +01:00
defnax
7719a75a22 Fixed to use NO FRAME for Friend Request Toaster 2020-12-16 13:09:54 +01:00
defnax
da6ca0d596 Fixed red forums icon 2020-12-16 11:30:53 +01:00
defnax
f93d19f4bc
Merge pull request #2165 from PhenomRetroShare/Fix_MailFriendRequest
Fix Mail for known Friend Request
2020-12-16 11:08:11 +01:00
csoler
913aa273d0
Merge pull request #2157 from defnax/forums-circle
[Forums] Added to display a new colored forum icons when forum is restricted to a circle
2020-12-15 21:00:30 +01:00
csoler
faeb80c585
Merge pull request #2156 from defnax/removefixedsize
[Boards] Removed the fixed size from the thumbnail label
2020-12-15 20:59:02 +01:00
csoler
733b059571
Merge pull request #2161 from csoler/v0.6-BugFixing_5
V0.6 bug fixing 5
2020-12-15 20:50:14 +01:00
csoler
f8086d7b97 fixed text in CreateGxsChannelMsg 2020-12-15 20:42:17 +01:00
Phenom
2273a634a7 Fix Mail for known Friend Request
No mail for unknown as we don't know where to send it.
2020-12-15 11:47:25 +01:00
csoler
e493bdec8a fixed typo 2020-12-15 09:33:49 +01:00
csoler
d4e5a2ea83 added warnign when channel post shares files from extra list 2020-12-14 22:10:55 +01:00
csoler
7e7f56440c moved check about missing local files in channel post to a later stage in the post creation (just before send) so that it always captures it 2020-12-14 21:48:43 +01:00
csoler
71725f8be4
Merge pull request #2164 from PhenomRetroShare/Fix_ParamNetworkPageUpdate
Fix Preferences-Network page IP update.
2020-12-14 20:59:31 +01:00
Phenom
7d4dd70c36 Fix Preferences-Network page IP update. 2020-12-14 18:03:34 +01:00
Phenom
81034fae51 Fix Uninit mEventHandlerId in RemoteDirModel 2020-12-14 17:37:54 +01:00
csoler
aad27ff94b renamed "count" to "size" in DirDetails 2020-12-13 20:03:21 +01:00
csoler
335a90cc92 added internal update of total size for directories and display in GUI 2020-12-13 18:15:14 +01:00
defnax
f3f206d7a1 Fixing naming 2020-12-11 22:01:29 +01:00
defnax
2406bf9cb4 Added to display a new colored forum icons when forum is restricted to a circle
* Added to show a red icon when forum is restricted to a private circle, show a green icon when forum restricted to a public circle.
* Removed unnecessary colored icons for signed/tracking.
2020-12-10 19:56:01 +01:00
defnax
171872f7fd Removed the fixed size from the thumb label & moved the subscribebutton under the title
* Removed the fixed size from the thumb label & moved the subscribebutton under the title
* Renamed "Last Post" to "Last activity"
2020-12-10 19:36:04 +01:00
csoler
96fb0d2d5f updated translation files 2020-12-10 09:37:10 +01:00
csoler
5cbe61354f
Merge pull request #2152 from PhenomRetroShare/Fix_ChannelRsLink
Fix Channel RsLink if update before UI Init
2020-12-09 23:05:50 +01:00
csoler
a8ca7a559f
Merge pull request #2148 from defnax/ui-fix-2
GUI fixes
2020-12-09 23:03:29 +01:00
csoler
906c1f03e4
Merge pull request #2147 from csoler/v0.6-BugFixing_2
Still bug fixing 0.6.6-RC1
2020-12-09 22:58:13 +01:00
Phenom
c745800e18 Fix Channel RsLink if update before UI Init 2020-12-08 22:03:36 +01:00
csoler
931be5dc6d fixed update of forum and circle lists when forum/circle is edited 2020-12-06 21:29:56 +01:00
defnax
5341db5afe Fixed comments to open the Post & fixed background selection color issue on Fusion style
* Fixed Comments Button to open the Post
* Fixed background selection color issue on Fusion style
* Fixed issue when exapnding the Notes Text
2020-12-06 15:10:50 +01:00
defnax
e5c9c47c91 Fixing background selection color & fixed the default width
* Fixing background selection color for Peer Online Feeds & Friend Request Feeds (Fusion style)
* Fixed the default width for GXS Group Dialog.
* Fixed spacing for the Button layout
2020-12-05 23:06:02 +01:00
csoler
4db0ed9fa9 replaced remaining term "chat lobby" for "chat room" 2020-12-05 21:07:55 +01:00
csoler
b3a6ec67de improved description of what Last Post means in boards and channels, added tooltips 2020-12-05 21:04:04 +01:00
csoler
d5d0314940 always show empty groups in FriendList so that they still can be deleted 2020-12-05 20:50:36 +01:00
csoler
dbd6477acd fixed bug in circle chooser that showed duplicates. Removed mCircleExternalIdList (not really useful now that circles are cached) and used a std::set to ensure uniqueness 2020-12-05 20:12:03 +01:00
csoler
af76cf028c always hide edit post button in channel feeds. Feed is not the place for editing posts 2020-12-05 16:31:23 +01:00
csoler
8f5656433a
Merge pull request #2146 from defnax/boardscomposer
[ Boards ] Added to show a message box when closing the boards post composer
2020-12-05 16:17:53 +01:00
csoler
e0281e2a33
Merge pull request #2136 from defnax/zoomablelabel-for-channel-feeds
Added ZoomableLabel for the Channel Post Feeds
2020-12-05 16:13:46 +01:00
defnax
15d1b1c4fc Fixed that the images are not deformed 2020-12-05 14:58:27 +01:00
defnax
f67153538f removed scale contents 2020-12-05 13:39:42 +01:00
defnax
ef200fee47 Added to show a message box when closing the boards post composer 2020-12-04 23:33:16 +01:00
csoler
9533fc9c00 added notification when new extra file is shared, so that shared files updates 2020-12-04 16:33:12 +01:00
csoler
fd2eed8b24 fixed wrong display of error when creating a new GxsId 2020-12-04 14:39:48 +01:00
csoler
d5cce14cb1 Merge remote-tracking branch 'upstream/master' into v0.6-BugFixing_2 2020-12-04 14:29:01 +01:00
csoler
6e6fcc4e1d
Merge pull request #2139 from PhenomRetroShare/Fix_mBobAccessibleUninit
Fix uninitialised mBobAccessible in ServerPage
2020-12-04 13:51:07 +01:00
Phenom
4b10a3091d Fix uninitialised mTotalIdentities in GxsIdStatisticsWidget
Conditional jump or move depends on uninitialised value(s)
  in GxsIdStatisticsWidget::updateContent() in /retroshare-gui/src/gui/
statistics/GxsIdStatistics.cpp:278
2020-12-02 18:24:25 +01:00
Phenom
d280d2c8e9 Fix uninitialised mBobAccessible in ServerPage::ServerPage
Conditional jump or move depends on uninitialised value(s)
  in ServerPage::updateStatusBob() in /retroshare-gui/src/gui/settings/
ServerPage.cpp:1770
2020-12-01 18:51:12 +01:00
csoler
a3b7dbe55e fixed merge 2020-12-01 09:35:11 +01:00
csoler
2bb03e53d5
Merge pull request #2123 from csoler/v0.6-BugFixing_4
GXS cleaning
2020-11-30 21:42:14 +01:00
defnax
7a8a0e7dc1 * Notify page set back default Tab to "0" 2020-11-30 20:33:31 +01:00
defnax
fa64fd0362 Added ZoomableLabel for the Channel Post Feeds 2020-11-29 16:46:02 +01:00
csoler
ac7e2b5582 fixed redraw of channels and boards info when editing the group data 2020-11-28 23:10:40 +01:00
csoler
056ab8da56 fixed update of forum post bold when children posts are set as read 2020-11-28 21:56:39 +01:00
csoler
d842c6fe52 Merge remote-tracking branch 'upstream/master' into v0.6-BugFixing_4 2020-11-28 21:34:32 +01:00
csoler
9a2228b472 fixed auto-DL tooltip 2020-11-28 17:00:47 +01:00
csoler
6c13d4bf4d attempt to fix default sorting in channel file list 2020-11-28 16:51:02 +01:00
csoler
2100c5511d
Merge pull request #2121 from defnax/chat-tunnel-status
Moved the Tunnel status Label to the Top [Distant Chat]
2020-11-27 20:29:58 +01:00
csoler
b19c8116de
Merge pull request #2117 from defnax/channel-composer-improvements
[Channels] Improved the Channel Composer & small fixes
2020-11-27 19:52:33 +01:00
csoler
f5d6415c0d
Merge pull request #2114 from defnax/count-comments-button
[Boards] Added back to display comments counts on the comments button
2020-11-27 19:50:14 +01:00
csoler
1ee7d05376
Merge pull request #2119 from defnax/subscribe-button-hide
[News Feeds] Hide the Subscribe Button on the Channel Post & Forum MSG Feeds
2020-11-27 19:45:53 +01:00
csoler
0f5457f0c2
Merge pull request #2118 from defnax/ui-fix
[Boards] Fixing issue with Search Field on Boards to get visible the ID
2020-11-27 19:42:24 +01:00
csoler
c8cf63ae21
Merge pull request #2126 from PhenomRetroShare/Add_NetworkRemoveSelectedKey
Add Remove Only Selected in Network Keyring.
2020-11-26 20:26:45 +01:00
defnax
92322d1a4b Fixed to use the right icons for the Grant & Cancel membership & improved Circle Notiy layout
* Fixed to use the right icons for the Grant & Cancel membership & improved Circle Notify layout
* Fixed stylesheets for the Circle notify feeds
2020-11-26 20:03:49 +01:00
csoler
bce514115d added proper notifications when a group is deleted 2020-11-25 23:35:20 +01:00
Phenom
ee6f83aab4 Add Save Selected Post in current Forum when switch to other. 2020-11-25 20:01:47 +01:00
Phenom
457206272c Add Remove Only Selected in Network Keyring. 2020-11-24 15:51:39 +01:00
defnax
1bf251f8f7 Added a "Remove Thumbnail" button to remove a unwanted Thumbnail from the post easy & fast. 2020-11-22 15:41:06 +01:00
defnax
18ffc45bd3 Forget to commit this 2020-11-21 12:34:34 +01:00
defnax
a0a1b43cef Moved the Tunnel status Label to the Top 2020-11-21 12:11:48 +01:00
defnax
d136db2ffb Fixing the stylesheets for Channel Post Feeds 2020-11-20 20:14:49 +01:00
defnax
edf83f0eb3 Hide the Subscribe Button on the Channel Post & Forum MSG Feeds
* Hide the Subscribe Button on the Channel Post & Forum MSG Feeds
* Fixed to enabled the RS Links for Channel Names back.
2020-11-19 22:24:03 +01:00
defnax
b900a79448 * moved the Title back to the old place 2020-11-19 20:38:51 +01:00
thunder2
26c5ce4ed2 Fixed crash when adding a new comment to a post without active item in tree 2020-11-19 12:42:44 +01:00
csoler
11c71d16ab
Merge pull request #2115 from csoler/v0.6-BugFixing_2
Bug fixing for 0.6.6
2020-11-18 19:57:48 +01:00
csoler
883dfd9c99 fixed quadratic cost in IdDialog::loadCircles(). 2020-11-17 23:54:43 +01:00
defnax
203570690b Fixing issue with Search field on boards to get visible the ID 2020-11-17 22:21:51 +01:00
defnax
c50826e32f Improved the Channel Composer & small fixes
* Fixed the issue with stretching of the RichTextEdit
* Improved the Layout
* Moved the Channel Name to the Top Right to be visible always
* Added option to hide the Thumbnail frame when needs more space for Post Edit/Blog Posting
2020-11-16 21:55:00 +01:00
csoler
6617946fbd fixed bug causing missing of statistics update in channels, and missing of update when publish key is received 2020-11-15 20:49:48 +01:00
csoler
509f89cb59
Merge pull request #2106 from csoler/v0.6-BugFixing_2
[WIP] Continue fixing 0.6.6 bugs
2020-11-15 20:04:20 +01:00
defnax
9ce886cfb6 Added back to display comments counts on the comments button 2020-11-15 18:30:52 +01:00
csoler
5957a262d3 fixed 2 other missing postToObject causing GUI calls in async places 2020-11-15 16:17:44 +01:00
csoler
587ee69fe5
Merge pull request #2084 from csoler/v0.6-BugFixing_3
Clean up the mess in chat settings
2020-11-15 15:41:23 +01:00
csoler
aa16be6450 fixed bug caused by calling GUI out of main GUI thread 2020-11-15 13:42:22 +01:00
csoler
9e94057a66 added warning about number of destinations in msg composer and in IdDialog 2020-11-14 13:37:49 +01:00
csoler
c32f90f84d added security check to avoid crash in counting comments, when a comment refers to no post (due to sync limits) 2020-11-13 23:28:49 +01:00
defnax
80135eda56 Use the new mail icon on the Shared Files context menu for recommended action. 2020-11-13 22:04:09 +01:00
csoler
24735c2235 fixed keeping sort order in any case in network friend list 2020-11-12 23:44:12 +01:00
csoler
f8721ad60f Merge remote-tracking branch 'upstream/master' into v0.6-BugFixing_2 2020-11-12 23:17:55 +01:00
csoler
141bfa2ec9 directly export current profile instead of showing profile manager, since profile manager only allows to export anyway 2020-11-12 23:16:31 +01:00
csoler
269904f762
Merge pull request #2110 from PhenomRetroShare/Fix_RewriteOfUnderlineFix
Rewrite of Underline Fix PR#2109
2020-11-12 21:13:10 +01:00
Phenom
f8d7bd5d74 Fix Save Network Friends Headers Size 2020-11-12 19:02:40 +01:00
Phenom
c354d90c1b Rewrite of Underline Fix PR#2109 2020-11-12 16:47:48 +01:00
csoler
3d958a7592 moved event to the right place for detecting change in local address 2020-11-11 22:43:07 +01:00
Phenom
41caeac281 Fix Underline Bug in Forum Posts 2020-11-11 18:36:17 +01:00
csoler
b4efb412be
Merge pull request #2107 from PhenomRetroShare/Fix_GXSRSLink
Fix GXS (Forum/Channel/Boards) RSLink
2020-11-11 15:05:13 +01:00
csoler
71edea3775 added proper display of local/ext IPs and DNS in connect friend wizard 2020-11-10 22:02:49 +01:00
Phenom
8702dcdcb2 Fix Forum Feeds Close on Link Activated 2020-11-10 20:06:04 +01:00
csoler
8e32a804ad
Merge pull request #2104 from PhenomRetroShare/Add_ViewSourceInRSTextBrowser
Add View Source in RSTextBrowser
2020-11-10 16:36:38 +01:00
Phenom
9dcb4af645 Add View Source in RSTextBrowser 2020-11-10 16:28:15 +01:00
csoler
ec94a89413
Merge pull request #2105 from PhenomRetroShare/Fix_MissingForumMessageText
Fix Missing Forum Message Text
2020-11-10 15:51:40 +01:00
Phenom
68e027b227 Fix GXS (Forum/Channel/Boards) RSLink
Have to add ID: tag in Board Filter due to range view.
2020-11-10 15:33:44 +01:00
csoler
af27ff5e4f
Merge pull request #2103 from defnax/UI-Fixes
Some Gui fixes
2020-11-10 10:48:37 +01:00
csoler
9a2749dbe5 added flags to invite system to unify the different variables and made sure the HomePage contains at least current IP (not fully tested) 2020-11-09 22:42:28 +01:00
thunder2
95d521f692 Fixed compile of VOIP plugin 2020-11-09 22:04:25 +01:00
thunder2
76b22ada5c Added new config "libretroshare_shared" to build libretroshare as shared library (default off) based on changes from ET. Activated for Windows build with plugins to fix the link error (ld.exe: Error: export ordinal too large) due to too many exported symbols. 2020-11-09 20:00:50 +01:00
Phenom
8975809019 Fix Missing Forum Message Text
When asking data for missing message we got this:
More than one entry for this message. Is the database corrupted?
2020-11-09 16:18:19 +01:00
Phenom
bfbee1bdec Add View Source in RSTextBrowser 2020-11-09 15:26:08 +01:00
defnax
f4772b4623 Fixing some ui issues
* Fix for the reply text on Forum Message Item to stay on top (AlignTop).
* Fixing missed icons on Search Dialog.
* Fixed the wrong position for the Labels on board details
2020-11-08 21:14:10 +01:00
csoler
d2bd947252 fixed bug due to passing shared_ptr to RsThread::async() without making an explicit copy before 2020-11-08 18:25:20 +01:00
csoler
542650a919 fixed comment count in channels 2020-11-08 15:49:00 +01:00
csoler
0a6e15c524 clear comments when switching channels 2020-11-08 15:38:37 +01:00
csoler
66f256a64a
Merge pull request #2098 from PhenomRetroShare/Add_DownloadAllInChannelPost
Add Download All files in Channel post
2020-11-08 15:22:02 +01:00
csoler
d472053960 fixed missing call to update comments in GxsChannelPostsModel 2020-11-08 14:57:17 +01:00
csoler
08e2987154 added icon over posts with comments in channels 2020-11-07 20:52:50 +01:00
Phenom
b1129df077 Change Chat History Dialog to no modal.
It will be updated when new message comes.
2020-11-07 18:09:50 +01:00
csoler
dc90d6f6dc renamed SSGXSChannelGroup to GxsChannelGroupInfo, mCount in RsGxsChannelPost to mAttachmentCount and added a mCommentCount member. Also added some missing override in p3gxschannels.cc 2020-11-06 23:08:18 +01:00
Phenom
c5a80cce36 Add Download All files in Channel post 2020-11-06 18:08:08 +01:00
Phenom
47a2a78350 Fix RSTreeView Header first Painting 2020-11-06 11:05:08 +01:00
csoler
207dfabbca hide comments checkboxes in channel creation dialog since it is not used 2020-11-05 22:56:20 +01:00
csoler
4dac402adb restored read/unread for pinned posts 2020-11-05 22:50:12 +01:00
csoler
31cde36d59 fixed re-setting current message as read when leaving a channel 2020-11-05 22:46:49 +01:00
csoler
1dd54317c7 fixed pinned post immediate update by adding the proper rsEvent notification when updating own group data. Should also help in circles 2020-11-04 22:30:30 +01:00
Phenom
d1c10d3c0e Fix Forum Post Resize
[ ] forums: Clicking on diffent forum items causes changing of the width
of the left pane.
2020-11-04 12:09:50 +01:00
Phenom
3be360ffc1 Fix Forum Post Selection BackGround Color 2020-11-04 08:53:58 +01:00
csoler
07775e5262 added icon for pinned posts and removed colored background 2020-11-02 21:23:04 +01:00
csoler
ca94fba8e3 removed deprecated Send message to whole group feature from FriendList 2020-11-02 20:17:23 +01:00
csoler
de2499ce6e fixed text and condition for post sync warning 2020-11-02 18:23:50 +01:00
csoler
8efd529af0 improved layout of chat prefs and hide broadcast tab that wasnt showing any useful option 2020-11-01 23:17:56 +01:00
csoler
5efe472055 disabled HTML in comments since it does not add supportable features 2020-11-01 22:53:12 +01:00
csoler
7be387993b fixed copy of entire message in comment 2020-11-01 22:45:11 +01:00
csoler
b667ccd645
Merge pull request #2093 from defnax/Subscribe-Button
Added back counting on Subscribe button
2020-11-01 22:23:14 +01:00
csoler
c8939bf8fb
Merge pull request #2089 from defnax/Postbutton-fix
Fixing the Post buttons to get disabled when the limit has been exceeded
2020-11-01 22:07:14 +01:00
csoler
d868ee3e42 best version so far to allow copy of data using a QTextEdit in comments (needs to enable the USE_NEW_DELEGATE #ifdef) 2020-11-01 20:28:57 +01:00
defnax
2d7038c02a Fixing indentation 2020-11-01 16:01:37 +01:00
defnax
bea5a9fa51 Added back counting on Subscribe button 2020-11-01 14:43:26 +01:00
csoler
a053bedca2 partial attempt to fix selection in comments tree 2020-10-30 23:22:52 +01:00
defnax
9072feca82 Added missed line 2020-10-30 19:03:55 +01:00
defnax
20c3064e78 Added check message length for Comments Composer 2020-10-30 18:18:51 +01:00
csoler
dcb227da7c
Merge pull request #2083 from csoler/v0.6-BugFixing_2
[WIP] fixing GUI bugs
2020-10-29 20:12:14 +01:00
defnax
11d3583233 * Fixing the Post buttons to get disabled when the limit has been exceeded 2020-10-28 22:53:42 +01:00
csoler
b5cfa46073 fixed missed notification in Messages when new/draft msg happens by switching to new event system 2020-10-28 21:26:07 +01:00
csoler
b74e6dbe42 removed misplaced auto-download from subscribe button, and enable/disable subscribe for distant search results 2020-10-26 20:46:50 +01:00
csoler
874e095ee8 set comments scroll mode to continuous 2020-10-26 18:49:38 +01:00
csoler
74edefcc43 added infrastructure to track oingoing distant GXS group requests 2020-10-25 22:47:48 +01:00
defnax
1469be18aa Fixing some default stylesheets & the Layout for the ChatLobby info Labels 2020-10-25 19:06:51 +01:00
csoler
d086975d54 hide/show sync parameters if group is subscribed or not 2020-10-24 21:40:36 +02:00
csoler
c30107c248 added up-to-date info about sync period in group data details (channels, boards, forums) and warning when the sync period is too small w.r.t. the date of last post 2020-10-24 21:17:34 +02:00
csoler
709b323b03 improved layout in channel post widget 2020-10-24 14:19:34 +02:00
csoler
8903abe98c added pastFromClipboard button and confirmation when closing with ESC in channel post creation 2020-10-24 14:07:45 +02:00
csoler
25c836d443 add attachment count to channel creation window and fixed item removal (was previously only hidden!) 2020-10-24 00:02:26 +02:00
csoler
0f3e054778 moved attach button to second tab of create channel msg (information redundancy). Added some tooltips 2020-10-23 22:06:13 +02:00
defnax
4bc102f1a1 Fixing News Feed default stylesheets 2020-10-23 20:01:31 +02:00
csoler
b01140dcbd fixed next unread button when new forum is selected 2020-10-22 22:49:31 +02:00
csoler
bf3285dfc1 increased number of posts to show in boards to 25. Used a single variable for it 2020-10-22 22:19:49 +02:00
csoler
a59a9c2650 changed display menu icon to something more appropriate 2020-10-22 22:09:25 +02:00
csoler
6b802e92d7 Merge remote-tracking branch 'upstream/master' into v0.6-BugFixing_2 2020-10-22 21:56:41 +02:00
csoler
8b7341185d moved chat room part from notify page into preferences->chat 2020-10-22 21:54:26 +02:00
csoler
e9c12f6aed
Merge pull request #2076 from defnax/Buttons-fixes
Changed the buttons to use QPushButton for Create & Post Buttons
2020-10-22 00:05:47 +02:00
csoler
bb5c758f87 cleaned up the mess in chat settings 2020-10-22 00:01:17 +02:00
defnax
4b9ef5d375 Hide the Tags frame on Edit Mode 2020-10-21 22:26:40 +02:00
csoler
2afda27a8c hide testfeed button 2020-10-21 22:26:33 +02:00
csoler
beb9aeaf65 changed Feed into Log in settings 2020-10-21 22:24:24 +02:00
csoler
f1d98913d1 fixed disabling of channel post comment box on resize and comment 2020-10-21 22:07:45 +02:00
defnax
459e603976 Moved the Subscribe Button for Boards to a new place & set Stylesheet for the "Apply & Close" button 2020-10-21 22:05:14 +02:00
csoler
9d4042c401 Attempt to improved consistency of HomePage 2020-10-18 21:20:22 +02:00
defnax
351be3e417 Fixing issue with the QLabel to get more space for the RetroShare ID & removed ElidedLabel 2020-10-18 18:11:35 +02:00
csoler
8df74ee00d fixed defaut zoom 1.0->1.2, removed ref to fromSecsSinceEpoch 2020-10-18 16:55:28 +02:00
csoler
d7a5af62fa fixed update of tab name in forums 2020-10-17 21:07:13 +02:00
csoler
4ed1d1f8fc switch relative/absolute TS between label and tooltip in boards 2020-10-17 20:53:07 +02:00
defnax
fc9be9175a Set text for a Editing a Post to "Update" 2020-10-17 15:18:11 +02:00
csoler
d9ddba6952 hide useless comment refresh button 2020-10-17 14:50:51 +02:00
csoler
190857fd5a removed useless line in boards showing url and moved url to title tooltip 2020-10-17 13:38:22 +02:00
csoler
5fe37e013a improving readability of channel list view items 2020-10-16 23:08:11 +02:00
csoler
695706cfae switched to human readable sizes in channels list view 2020-10-16 22:52:02 +02:00
csoler
a65c59aa2a fixed bug causing some own identities to not be editable 2020-10-16 22:40:58 +02:00
csoler
acd61fd531 save chosen ID in posted 2020-10-16 21:59:29 +02:00
defnax
42042c807b Switched to use QPushButton for GxsGroupDialog 2020-10-15 21:48:18 +02:00
defnax
34ca2bdb71 Fixed the default dimensions & enabled min and max feature 2020-10-15 20:26:05 +02:00
defnax
15b672565e update context menu icons for comments tree 2020-10-15 20:12:00 +02:00
defnax
709d39ed34 stylesheet fixes 2020-10-15 19:59:05 +02:00
csoler
c6b6a148ef limit the size of group description in GroupTreeWidget tooltip 2020-10-14 20:44:54 +02:00
csoler
f400607c88 fixed disabling of newthread/post buttons on unsubscribed groups 2020-10-13 23:51:53 +02:00
defnax
5ed38fe6ea Changed button type for Comments Composer & update the stylesheets 2020-10-13 22:12:37 +02:00
defnax
30ee2f8ee7 Added red color for disabled Button 2020-10-12 22:18:38 +02:00
defnax
df29e22be0 Changed the buttons to use QPushButton which is easier with stylesheets
* Changed the buttons to use QPushButton which is easier with stylesheets
* Use standard strings Create or Post or Update ( not more OK or Send)
*Added default stylesheet colors for Create & Post Buttons
2020-10-12 21:46:06 +02:00
csoler
ce6fb603c7
Merge pull request #2026 from csoler/v0.6-BoardsGUI
V0.6 boards gui
2020-10-12 20:07:42 +02:00
csoler
937b24e936 added missing includes of FilesDefs 2020-10-11 22:26:53 +02:00
csoler
55b1d8bce8
Merge pull request #28 from defnax/boards-fix
Changed Button for Channel composer
2020-10-11 21:58:55 +02:00
defnax
8b5c7eddf3 Changed Button for Channel composer
* Changed Button type for Channel composer
* Set default stylesheet for the Post Button
2020-10-11 19:01:46 +02:00
csoler
9f72f9919d
Merge pull request #27 from defnax/boards-fix
Look the Card View more like reddits one & fix some default stylsheets
2020-10-11 10:31:20 +02:00
csoler
bde943a698 Merge remote-tracking branch 'origin/v0.6-BoardsGUI' into v0.6-BoardsGUI 2020-10-10 23:26:48 +02:00