Commit Graph

493 Commits

Author SHA1 Message Date
defnax
cd747b204d Fixing Wiki compile 2021-01-06 00:06:45 +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
Phenom
c745800e18 Fix Channel RsLink if update before UI Init 2020-12-08 22:03:36 +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
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
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
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
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
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
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
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
874e095ee8 set comments scroll mode to continuous 2020-10-26 18:49:38 +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
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
d9ddba6952 hide useless comment refresh button 2020-10-17 14:50:51 +02:00
defnax
42042c807b Switched to use QPushButton for GxsGroupDialog 2020-10-15 21:48:18 +02:00
defnax
15b672565e update context menu icons for comments tree 2020-10-15 20:12:00 +02:00
defnax
5ed38fe6ea Changed button type for Comments Composer & update the stylesheets 2020-10-13 22:12:37 +02:00
defnax
ae7ffc84e8 Removed the Minimum Expanding for GXS CommentsDialog
* Removed the Ninimum Expanding for GXS CommentsDialog, this gets issues on Channels with the Splitter to make the Bottom view small as possible
2020-10-06 21:10:43 +02:00
csoler
0e3739b9d7 merged upstream/master 2020-10-03 21:55:14 +02:00
csoler
2af66e91c5 fixed closing of comments tab when comments update 2020-10-03 21:47:00 +02:00
csoler
6cc9cdf130 keep current voter ID as poster ID in comment dialog 2020-10-01 21:25:32 +02:00
csoler
5e2f46a5fc use the comments ID to create new comment 2020-10-01 21:06:51 +02:00
csoler
c640fd779d fixed comflicts with upstream 2020-09-27 20:51:05 +02:00
csoler
1f253f6bfa using a simple comments tree in tab in order to avoid layout problems 2020-09-20 21:46:31 +02:00
csoler
841152fb90 unsuccessful attempt to fix sizes 2020-09-20 11:50:57 +02:00
csoler
c7bc7e814b added a cache for comments in comment tree widget to make loading synchronous when necessary 2020-09-18 23:12:48 +02:00
defnax
b84e58aa9a cleanup old icons 2020-09-14 20:53:16 +02:00
csoler
2e6a87a2ea merged upstream/master 2020-09-11 21:36:45 +02:00
csoler
6e3f42381e
Merge pull request #2060 from csoler/v0.6-BugFixing_2
UI Bug fixing
2020-09-11 21:21:47 +02:00
csoler
d74c113e92 removed some debug output and some compiler warnings 2020-09-10 20:16:10 +02:00
csoler
4d934993f3 added comment count to details 2020-09-09 23:14:20 +02:00
csoler
97762093ce added missing initialization of write-only pointer that causes error in RsTypeSerializer 2020-09-01 22:34:56 +02:00
csoler
76511479af switched all explicit pixmap from files to shared FilesDefs::getPixmapFromQtResourcePath() 2020-08-19 16:19:42 +02:00
csoler
92af407f93
Merge pull request #2039 from defnax/links-clickable
Enabled the Text markable & links clickable for the comments composer
2020-08-18 23:27:09 +02:00
csoler
a7db89a9ef
Merge pull request #2042 from csoler/v0.6-ImprovedGUI
V0.6 improved gui
2020-08-18 23:25:51 +02:00
drbob
09c7fdee4b Add proper header path for 'retroshare-gui/' headers
This is simplifies the include directories needed for plugins.
2020-08-18 22:43:45 +10:00
csoler
209355b9a5 converted all calls to QIcon("somefile.png") into FilesDefs::getIconFromQtResourcePath("somefile.png") to save memory duplicated by Qt 2020-08-15 22:17:52 +02:00
defnax
75695bf366 Enabled Text markable & links clickable 2020-08-08 00:24:44 +02:00
csoler
07655e287e
fixed cleaning up of search results 2020-07-04 00:05:29 +02:00
csoler
4d872d5778
added missing cleaning of distant search results in GUI 2020-07-03 22:48:33 +02:00
csoler
ba486a0029
multiple improvements in distant channel search and general display of distant search results 2020-06-25 21:15:37 +02:00