csoler
|
d9ddba6952
|
hide useless comment refresh button
|
2020-10-17 14:50:51 +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 |
|
csoler
|
500f572b98
|
merged with master
|
2020-06-25 16:53:18 +02:00 |
|
csoler
|
69b51fecb7
|
Merge pull request #1994 from csoler/v0.6-ChannelsGUI
Abstract item model for channels
|
2020-06-24 23:22:44 +02:00 |
|
csoler
|
0eb8edf824
|
fixed open in new tab system
|
2020-06-23 22:00:14 +02:00 |
|
csoler
|
b21193e460
|
tried to improve the logic in tab system. Not finished yet
|
2020-06-23 21:37:36 +02:00 |
|
csoler
|
d39b09c5bc
|
added zoom of thumbnails on control+wheel
|
2020-06-23 20:24:14 +02:00 |
|
csoler
|
1c2e094f20
|
removed tab system temporarily until we fix it
|
2020-06-22 23:52:59 +02:00 |
|
csoler
|
33da5c06b8
|
removed multi-callback based distant search result handling, and use rsEvents instead
|
2020-06-16 21:13:55 +02:00 |
|
csoler
|
1cb6369cb6
|
added comments
|
2020-06-07 22:50:17 +02:00 |
|
Phenom
|
bbaad83857
|
Fix build with Qt 5.15+
|
2020-06-03 19:25:06 +02:00 |
|
csoler
|
6f6e0de5f1
|
merged with upstreamm/master
|
2020-05-09 22:33:27 +02:00 |
|
Phenom
|
0eaa121457
|
Fix RsElidedItemDelegate for StyleSheet
Now StyleSheet is applied well.
|
2020-05-04 11:35:33 +02:00 |
|
csoler
|
80b7f2a3cd
|
fixed loading of already selected ids in FriendSelectionDialog and automatically display existing GxsGroupDialog moderators
|
2020-04-27 17:00:13 +02:00 |
|
csoler
|
38e89d4055
|
fixed merge with upstream/master
|
2020-04-19 21:53:02 +02:00 |
|
csoler
|
02e939ac8f
|
replaced a bunch of explicit icons, mostly in abstract items models, by cached ones
|
2020-04-19 17:41:13 +02:00 |
|
csoler
|
678bcf5830
|
improved efficiency of channel posts loading
|
2020-04-17 23:23:59 +02:00 |
|
csoler
|
27f2a191c8
|
Merge pull request #1830 from defnax/removing-some-default-stylesheet
Removing some default stylesheet froms Messages & ChatWidget & icon changes
|
2020-04-17 17:16:18 +02:00 |
|
csoler
|
fa8968797c
|
added some tests to insertGroupData() to avoid inconsistent calls
|
2020-04-16 21:35:57 +02:00 |
|
csoler
|
54f8ef1ffe
|
fixed small bug causing read/unread and new msgs to not update immediately
|
2020-04-12 23:07:42 +02:00 |
|
csoler
|
f74c65fcc0
|
created a specific GxsEvent for Group Statistics changes and handle it in the GUI for all friends at once every 2 min at most
|
2020-04-11 20:52:35 +02:00 |
|
csoler
|
37074d81ff
|
fixed uninitialized memory read
|
2020-04-09 22:56:59 +02:00 |
|
csoler
|
b0e61376f1
|
removed calls to getServiceStatistics from GxsUserNotify and replaced by info collected by GxsGroupFrameDialog
|
2020-04-08 21:11:53 +02:00 |
|
csoler
|
c60f1d1331
|
fixed merge with upstream/master
|
2020-04-08 10:41:47 +02:00 |
|
csoler
|
e0462b8411
|
Merge pull request #1845 from csoler/v0.6-FT4
Removed TokenQueue from GxsTransportStatistics
|
2020-04-08 10:25:41 +02:00 |
|
csoler
|
ebee69df96
|
fixed up display of GroupStatisticsReq and moved priorities to RsTokReqOptions
|
2020-04-07 22:42:01 +02:00 |
|
csoler
|
bddd90df43
|
fixed bug causing some GxsGroupFrameDialog not to show content
|
2020-04-06 22:11:32 +02:00 |
|