csoler
b40c329596
improved layout of items in list view
2020-08-30 11:20:13 +02:00
csoler
cbb3b4cd6d
clear showOnlyUnread button when switching channels
2020-08-30 10:59:28 +02:00
csoler
9652654b6a
fixed unitialized memory read causing unexpected behavior in thumbnails
2020-08-29 19:45:35 +02:00
csoler
ca49232ff1
only switch read/unread status when necessary
2020-08-29 18:40:13 +02:00
csoler
89444537b1
added show unread only button. Merged list/grid buttons
2020-08-29 17:31:48 +02:00
csoler
3ba9a1eb5d
auto clear of search field and fixed bug causing some lines not to update
2020-08-29 14:46:35 +02:00
csoler
11ecd6fbd1
keep focus on current item when changing view mode
2020-08-29 14:13:03 +02:00
csoler
f17fae4519
switch to svg icon for list layout
2020-08-28 22:39:48 +02:00
csoler
bfee7a0266
replaced context menu by grid/list toolbuttons
2020-08-28 21:53:24 +02:00
csoler
0573ad2678
Merge pull request #2050 from defnax/wire-cleanup
...
[TheWire] removed hardcoded stylesheets from the frames
2020-08-28 21:17:39 +02:00
csoler
503aa9929f
added DL menu entry
2020-08-28 14:48:06 +02:00
csoler
03ac2eb53c
fixed update of sizes in channel list view
2020-08-28 14:07:32 +02:00
csoler
81e08d0004
added small shift on text
2020-08-27 22:07:23 +02:00
csoler
e7ece78673
fixed sizes
2020-08-27 22:07:23 +02:00
csoler
931c1a7286
approaching solution for sizes
2020-08-27 22:07:23 +02:00
csoler
f76264b170
more work on list view in channels
2020-08-27 22:07:23 +02:00
csoler
38f1df2b36
added switch between grid and list views in channels.
2020-08-27 22:07:23 +02:00
csoler
4472f1cef4
added pan/zoom for channel post image
2020-08-26 22:29:49 +02:00
csoler
fa72af4d0c
merged upstream/master
2020-08-25 11:52:06 +02:00
csoler
9e20c04e3f
added system to clamp the text in thumbnails
2020-08-25 11:50:12 +02:00
csoler
262d36cc82
added missing override
2020-08-25 11:49:45 +02:00
defnax
047f51c824
update dark stylesheets
2020-08-23 17:20:52 +02:00
csoler
deaba61eec
Merge pull request #2044 from csoler/v0.6-BugFixing
...
Fix for crashes in FriendList and FileLists
2020-08-22 21:50:37 +02:00
csoler
daf92ce62c
save both column width and column visibility in friend list
2020-08-22 20:46:39 +02:00
csoler
44444207f7
save/restore hidden columns when switching which column is visible in FriendList
2020-08-22 20:23:42 +02:00
csoler
da21a40eda
keep expand state when showing/hiding IPs and last connection state
2020-08-22 19:14:46 +02:00
defnax
cffd0a71af
removed hardcoded stylesheets from the frames
2020-08-21 22:41:34 +02:00
csoler
335cd9a7c2
hack to fix crashes in network list
2020-08-21 18:42:12 +02:00
csoler
7c5bf22931
improved safety of underlying data update for FriendListModel
2020-08-20 18:34:10 +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
RetroPooh
6cbabd27c2
extrafiles - fix links, add age, open folder, unshare icon
2020-08-18 22:35:41 +03: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
f8989ce944
added test bit about mouse wheel + control in channels
2020-08-17 21:56:53 +02:00
csoler
8c845d7419
fixed marking all msgs as read/unread in channels
2020-08-17 21:47:27 +02:00
csoler
3b7734c934
uniformise calls to [begin/end]ResetModel() and removed calls to layoutAboutToBeChanged() as it may cause some SIGSEGV
2020-08-16 22:17:54 +02:00
chelovechishko
dd5c337c2a
qss: gxsforums: change colors for pinned posts in qdarkstyle
...
darkorange (ff8c00) is too bright, let's use d07000 instead.
i hope different background color (202020) for pinned posts is not too
bad (default - 302f2f)
2020-08-16 19:02:37 +09:00
chelovechishko
aad8bf0134
gxsforums: fixed wrong branch for displaying text from banned persons
...
add default to false for mdisplaybannedtext
2020-08-16 18:48:57 +09:00
chelovechishko
6b174ede8e
gxsforums: undo leftover of invisible reply menu action
...
for last post in thread
my bad
2020-08-16 16:22:10 +09: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
csoler
dcbcc95e41
fixed missing delete of Files delegate in channel model
2020-08-15 21:11:11 +02:00
csoler
243ba595f0
added missing virtual destructors possibly causing memory leaks
2020-08-15 13:41:21 +02:00
csoler
98edbc55d2
fixed memory leak in SharedFilesDialog where destructor was not freeing the tree models
2020-08-15 13:18:39 +02:00
csoler
9ae790e80b
fixed memory leak due to QPainter::save() called twice but restore() called only once
2020-08-15 12:56:27 +02:00
csoler
40acef3f70
centralized forceRedraw() in boards
2020-08-13 21:07:30 +02:00
csoler
a129f6e6f9
centralized forceRedraw() in boards
2020-08-13 21:06:48 +02:00
csoler
28568621a1
added proper loading of comments in Boards
2020-08-13 14:29:11 +02:00
csoler
2bdb389200
added hide/unhide comments inside QTreeView
2020-08-12 22:40:01 +02:00
csoler
da200f1e1d
fixed layout in Boards
2020-08-12 14:09:43 +02:00
csoler
2cce3963cb
fixed expanding of compact items in boards
2020-08-12 14:06:43 +02:00
csoler
20346fc30e
fixed voting in Boards
2020-08-12 12:02:28 +02:00
csoler
347b3ac9aa
added mechanism for voting. Not working yet
2020-08-11 22:10:22 +02:00
csoler
4bc90ea9ad
added photoview on click to compact view in boards
2020-08-11 20:49:51 +02:00
csoler
ddd4ac8087
fixed the size problem in boards UI
2020-08-11 16:00:49 +02:00
csoler
6f1e1f8523
attempt to fix size problem in boards display widget
2020-08-11 13:04:29 +02:00
drbob
fe5a0e023e
Merge pull request #2038 from drbob/TheWire-fix-Show-Follow-Buttons
...
[TheWire] fix Show and Follow Buttons
2020-08-11 12:13:27 +10:00
thunder2
2a5b35fbca
Merge branch 'master' of github.com:RetroShare/RetroShare
2020-08-10 03:25:02 +02:00
csoler
bdb36f7528
fixed sizes and switching between modes
2020-08-09 14:09:50 +02:00
drbob
d0104e0364
Get Republishing Pulses working
...
* Copy Original Pulse data for Republished Pulses
* Add LHS | to indicate republish
* Update Ref Icon in PulseTopLevel
* Add FollowParent button in PulseTopLevel
* display republished pulses as part of PulseFocus view
2020-08-08 15:52:31 +10:00
defnax
75695bf366
Enabled Text markable & links clickable
2020-08-08 00:24:44 +02:00
csoler
033596a080
added two-views system for boards. Widgets are not yet correct
2020-08-07 17:22:55 +02:00
drbob
ca2da39167
TheWire fix Show and Follow Buttons
...
* Add Icons to Buttons
* Wire up Follow Buttons (add in a couple of places too)
* Show / Hide buttons depending on Following status
* Handle cases where Msgs / Groups unavailable
2020-08-07 23:54:14 +10:00
drbob
c64fb331f7
Add view history to WireDialog.
...
- record views as triggered.
- Back and Forward buttons above the view.
2020-08-05 21:17:44 +10:00
csoler
035010af76
Merge pull request #1970 from drbob/TheWire-rework-ui
...
TheWire rework UI, and update Data Messages.
2020-08-03 14:57:03 +02:00
drbob
5b19e994b5
Merge pull request #1 from defnax/wire-changes
...
Added to display the headshot images on the group item
2020-08-03 20:28:56 +10:00
drbob
3f9acd7ef8
Remove old Pulse display
...
Remove PulseItem / PulseDetails classes
Switch all Message retrieval away from TokenQueues
Remove Original PulseItem View
2020-08-03 19:30:29 +10:00
csoler
07cfa25c43
added missing file
2020-08-01 19:44:46 +02:00
G10h4ck
9587cfd4d9
Merge pull request #2009 from hunbernd/feature/msys2enhancements
...
Reworked msys2 build scripts
2020-08-01 18:00:19 +02:00
drbob
0522c7907a
Merge branch 'master' into TheWire-rework-ui
2020-07-30 21:45:59 +10:00
csoler
37b9bdb068
fixed search
2020-07-12 20:58:46 +02:00
csoler
b7a9962400
fixed display 10-posts chunks
2020-07-12 20:17:32 +02:00
csoler
6e07ead572
added display of 10-posts chunks
2020-07-12 18:02:44 +02:00
csoler
1fced473d8
fixed sorting
2020-07-12 15:22:31 +02:00
csoler
7d12a7a085
switched to async loading of ids statistics
2020-07-11 22:26:24 +02:00
csoler
4af3f3742a
fixed text
2020-07-11 21:35:33 +02:00
csoler
6ea6e7f89e
added count for per usage and per service uses
2020-07-11 20:54:58 +02:00
csoler
de6b986c01
added histograms
2020-07-11 16:16:06 +02:00
csoler
a1c901e22a
added per-service stats
2020-07-10 22:39:17 +02:00
csoler
fcf8c57345
started display widget for GxsId statistics
2020-07-09 22:03:09 +02:00
csoler
bac8e0be70
added widget for displaying info about identities. Not ready yet
2020-07-08 23:35:44 +02:00
chelovechishko
2c03deaa33
gxsforums: restore post's selection after clearing search filter
2020-07-09 02:33:38 +09:00
csoler
6d665868e8
fixed usage info statistics in identities
2020-07-08 12:56:40 +02:00
csoler
57a1c4bf5d
attempt to improve the info about GXS id usage
2020-07-07 23:01:20 +02:00
csoler
79fce47d75
added service mail in identity usage statistics
2020-07-07 19:45:53 +02:00
csoler
6e3405d981
improved display in boards
2020-07-06 22:29:36 +02:00
chelovechishko
b265cdf284
gxsforums: add background color for pinned and filtered posts into qss
2020-07-06 13:27:06 +09:00
chelovechishko
98cf944f92
gxsforums: enable next unread button even for blank (missing) post
2020-07-06 13:27:06 +09:00
chelovechishko
ee967c2bc0
gxsforums: add id to forum's popup
2020-07-06 13:27:06 +09:00
chelovechishko
bbcb605974
gxsforums: make possibility to see posts from banned persons
2020-07-06 13:27:06 +09:00
chelovechishko
4a4adc354f
gxsforums: add separate text color for pinned posts
2020-07-06 13:27:06 +09:00
chelovechishko
db978e147b
gxsforums: hide some leftovers after switching onto next forum
...
at place for buttons and such (above post content)
2020-07-06 13:27:06 +09:00
chelovechishko
43ef74b4ca
gxsforums: disable visibility for childless actions at context menu
2020-07-06 13:26:47 +09:00
csoler
c00c4eadd3
merged with upstream/master
2020-07-05 19:58:09 +02:00
csoler
7cec536904
added edit mode
2020-07-04 23:00:48 +02:00
csoler
75cf9d6c86
fixed scaling of items.
2020-07-04 22:51:10 +02:00
csoler
b453f80cbd
display content in post widgets. Sizes still to fix up
2020-07-04 15:58:16 +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
e676f83ab3
added new display widget for boards copying functionality from CardView
2020-07-02 21:15:48 +02:00
csoler
7db48990c3
started creation of board model. Does not compile yet.
2020-07-01 20:38:44 +02:00
chelovechishko
cbfcb2c7fb
gxsforums: resurrect the header context menu
2020-07-02 01:36:30 +09:00
chelovechishko
958d13951c
gxsforums: add expand subtree button to context menu
2020-07-02 01:36:08 +09:00
csoler
4fc670695d
removed unused files
2020-06-30 19:51:14 +02:00
csoler
8d40224c37
fixed sizes in forums and removed duplicate text on distribution column
2020-06-30 18:10:28 +02:00
RetroPooh
0f1890813e
popup dynamic size and pos
2020-06-30 11:53:13 +03:00
csoler
c58aa688d1
fixed proper display of group for context strings
2020-06-25 21:25:22 +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
05d311e55c
Merge pull request #2022 from defnax/small-fixes-channels
...
[Channels] Fixed to get work selection color on dark stylesheets
2020-06-25 16:47:17 +02:00
defnax
ec92afa2fe
Fixed to get work selection color on darkstylesheets
...
* Fixed to get work selection color on dark stylesheets
* Show group icon on the tabs
2020-06-25 16:36:16 +02:00
RetroPooh
4b891ddd90
service descriptions in permission matrix
2020-06-25 17:26:55 +03:00
defnax
598f9f1964
Fixing margins
2020-06-25 14:36:38 +02:00
defnax
7c89140bcc
Fixing layout issues on Channel Composer
2020-06-25 14:28:40 +02:00
G10h4ck
638ef80788
Merge pull request #2018 from G10h4ck/memory_optimization
...
Reduce memory usage due to copying in RsQThreadUtils::postToObject
2020-06-25 11:30:06 +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
Gioacchino Mazzurco
3b37c1e9ad
Remove more copying of big structures in RsQThreadUtils::postToObject
2020-06-24 00:57:16 +02:00
Gioacchino Mazzurco
d2b9b9f094
Reduce memory usage due to copying in IdDialog::updateCircles
...
Heaptrack reported 141MB of RAM where used by this method most proably
due to the group metadata list being copied accross lambdas and
threads more then necessary.
Use an unique_ptr to safely avoid copying of big structure around.
2020-06-23 23:38:22 +02:00
csoler
0eb8edf824
fixed open in new tab system
2020-06-23 22:00:14 +02:00
csoler
c23d994bfc
fixed update of channel data on tabs
2020-06-23 21:53:03 +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
97ad766863
fixed selection of current item from link in channels
2020-06-23 00:44:09 +02:00
csoler
1c2e094f20
removed tab system temporarily until we fix it
2020-06-22 23:52:59 +02:00
csoler
d0a373c14f
print more debug info and added missing emit to display the channel tab name after loading
2020-06-21 21:43:10 +02:00
csoler
800a7499d8
Merge pull request #15 from defnax/small-fixes
...
Clear more fields when blank tree is selected
2020-06-19 23:06:00 +02:00
csoler
6a3fe9ebf0
added copy link and navigate functions.
2020-06-19 23:03:13 +02:00
hunbernd
a5d23d0b3f
Merge remote-tracking branch 'remotes/retroshare/master' into feature/msys2enhancements
2020-06-19 22:48:43 +02:00
csoler
7bb56953bd
using shorter name for publish column
2020-06-18 18:54:43 +02:00
csoler
3df54bde53
cleaned up unused code
2020-06-18 18:35:02 +02:00
csoler
3354246805
added publish time column in general channel posts files
2020-06-18 18:31:17 +02:00
defnax
fed3dee1d7
Clear more fields when blank tree is selected
...
* Clear more fields when blank tree is selected
* Fixing spacing
* Show different placeholder when message contains no post
2020-06-17 22:47:44 +02:00
csoler
9c72797dee
removed 1.5 factor that did not really make sense in column size definition
2020-06-17 20:30:05 +02:00
csoler
68c3f51f13
Merge pull request #14 from defnax/store-column-tree
...
Added default column width for file name & store the column state & width
2020-06-17 20:29:00 +02:00
defnax
9e0c247677
Fixing get work links click on messages & clear the channel details when no channel selected
2020-06-17 17:19:12 +02:00
defnax
b3b87303e2
Added default column with for file name & store the column state & width
...
* Added default column width for file name & store the column state & width
* disabled resize column to contents
2020-06-17 00:21:32 +02:00
csoler
33da5c06b8
removed multi-callback based distant search result handling, and use rsEvents instead
2020-06-16 21:13:55 +02:00
defnax
0cb0678dc5
Fixing margins & fix filter linedit to use LineEditClear class
2020-06-14 15:06:04 +02:00
csoler
7765b87049
fixed up merge
2020-06-14 13:22:58 +02:00
csoler
3fcb2925a4
Merge pull request #9 from defnax/stylesheet-fix
...
fixing stylesheet for the subscribe button & splitter storing
2020-06-14 13:14:43 +02:00
csoler
ed23492762
Merge pull request #11 from defnax/fixing-channel-labels-stylesheet
...
Fixing default stylesheet for Channel label
2020-06-14 13:13:41 +02:00
csoler
cf1482b53a
Merge pull request #10 from defnax/open-file-feature
...
Added open file feature for file status widget
2020-06-14 13:11:28 +02:00
defnax
8a636024d6
forget this to commit
2020-06-14 13:08:03 +02:00
defnax
0b06515dfe
Added open file feature for file status widget
...
* Added open file feature for file status widget
2020-06-14 13:07:39 +02:00
csoler
d1d977376d
improved scrolling and explicitly disabled horizontal scroll slider
2020-06-14 13:03:12 +02:00
csoler
fd85965e7d
added preview widget when creating pochannel posts
2020-06-13 16:14:15 +02:00
csoler
f1092b4a29
added post editing
2020-06-13 15:00:30 +02:00
csoler
f8deebfc5a
fixed updating of data after read status change
2020-06-13 14:31:39 +02:00
csoler
ebaf5e63c3
added star for new posts
2020-06-13 13:38:19 +02:00
csoler
f40d7a75b3
fixed a few UI bugs in channel posts
2020-06-12 11:00:51 +02:00
defnax
2b8d65b31f
Fixing default stylesheet for Channel label
2020-06-11 22:48:21 +02:00
csoler
67e8b87750
attempt to fix UI bug that automatically deselected after setting msg as read
2020-06-11 22:17:33 +02:00
csoler
2faaccbb7a
fixed a few cosmetic details in channels model and UI
2020-06-11 21:55:52 +02:00
defnax
e92c89bdfb
forget this to commit
2020-06-11 20:09:24 +02:00
defnax
92379b3534
Added open file feature for file status widget
...
* Added open file feature for file status widget
2020-06-11 16:32:55 +02:00
csoler
ebbdc082c0
implemented sorting manually in channel files lists
2020-06-10 23:16:32 +02:00
csoler
8c3c973d02
changed filtering model to a hand-made solution
2020-06-10 22:04:34 +02:00
csoler
85ce2c0f33
fixed bug in files model
2020-06-10 20:08:23 +02:00
sehraf
950703c398
i2p: bob: handle CONFIG+=no_rs_bob when creating a new location
2020-06-10 20:05:00 +02:00
sehraf
a5a2b49d99
i2p: bob: add option to disable bob CONFIG+=no_rs_bob
2020-06-10 20:05:00 +02:00
sehraf
6136416b56
i2p: bob: convert bobSettings to i2p::settings
2020-06-10 20:04:59 +02:00
csoler
cbf4ce6670
fixed some errors in model
2020-06-10 19:05:41 +02:00
csoler
3412bb2a8f
fixed compilation
2020-06-10 18:30:43 +02:00
csoler
ba6269311d
minor changes to files view
2020-06-10 18:24:02 +02:00
G10h4ck
1d8510069e
Merge pull request #1934 from PhenomRetroShare/Fix_AutoLogin
...
Fix AutoLogin
2020-06-10 10:19:55 +02:00
defnax
2baa551348
added stretch factor for the splitter
2020-06-09 23:32:18 +02:00
csoler
c9019a7e99
added sorting and filtering for files using a QPSortFilterProxyModel but it doesnt work yet
2020-06-09 21:08:21 +02:00
defnax
dc61167733
store splitter position
2020-06-09 21:03:55 +02:00
defnax
fe591c2bd7
fixing stylesheet for the subscribe button
2020-06-09 00:23:46 +02:00
csoler
32050af8da
fixed bug causing impossibility to display thumbnails with one post only
2020-06-08 21:26:48 +02:00
csoler
405fd2b5ca
removed some unused buttons
2020-06-08 21:09:23 +02:00
csoler
730a3be2e4
added filtering for posts
2020-06-08 20:56:59 +02:00
csoler
1cb6369cb6
added comments
2020-06-07 22:50:17 +02:00
csoler
944c5b3592
added list of files for the whole channel
2020-06-07 14:50:31 +02:00
csoler
591ffc2fa7
added display of selected item and empty widget for channel files
2020-06-06 22:37:44 +02:00
csoler
baf7b06e4c
fixed double click problem on files
2020-06-06 21:51:40 +02:00
csoler
fecd4369ec
fixed a few bugs in posts model
2020-06-06 21:32:06 +02:00
csoler
129ffdd6c5
fixed auto-layout of thumbnails
2020-06-06 19:07:03 +02:00
csoler
3106157ab0
fixed layout for thumbnails
2020-06-06 13:58:14 +02:00
defnax
3af0afe264
Merge pull request #2002 from defnax/reputation-for-board-posts
...
Added reputation check for board posts
2020-06-06 13:20:39 +02:00
defnax
4148e3c8db
update to use FilesDefs
2020-06-06 00:31:04 +02:00
defnax
508ff090ba
update to use FilesDefs
2020-06-06 00:13:39 +02:00
csoler
89fc77ef8e
fixed bug causing crash when clicking on non channel entries
2020-06-05 22:47:29 +02:00
csoler
facad382cf
fixed a few UI glitches
2020-06-05 22:43:43 +02:00
csoler
d39c476131
fixed entering editing event.
2020-06-05 18:07:33 +02:00
csoler
b9c41b31d4
added QStyledItemDelegate based on ChannelFilesStatusWidget. Not working yet.
2020-06-05 17:34:56 +02:00
csoler
a5dd33e085
improved widgets. Added file list (with dump delegate), labels, etc
2020-06-04 21:50:27 +02:00
csoler
e0cf9768fc
improved layout
2020-06-04 19:50:34 +02:00
defnax
58cfbbd823
Enabled sorting for gxs transport statistics, view details & small changes
...
* Enabled sorting for gxs transport statistics
* Context menu to view author details on gxs transport groups
* ui layout fixes for view boards details
* Display counting for people tree
2020-06-04 19:38:46 +02:00
csoler
a38d5aba14
added missing files
2020-06-03 22:49:13 +02:00
csoler
da968379d6
improved design: moved channel details+posts into tabs, and added tabs for comments+post details
2020-06-03 21:06:37 +02:00
Phenom
bbaad83857
Fix build with Qt 5.15+
2020-06-03 19:25:06 +02:00
defnax
58a4eafcc2
Added reputation check for board posts
...
* Added reputation check for board posts
* Added show author feature for the menu
2020-06-03 12:24:58 +02:00
csoler
5a6c8de005
fixed abstract item model for channels. Display still missing
2020-06-02 22:22:36 +02:00
drbob
bcaef29d49
Merge branch 'master' into TheWire-rework-ui
2020-06-02 22:33:33 +10:00
csoler
198733a763
started implementing an abstract item model for channels
2020-06-01 22:00:49 +02:00
defnax
e7cc74751f
Removed stylesheet it gets issues on other style
2020-05-31 00:21:19 +02:00
Phenom
df12c72ab8
Fix Message Delete Last to clear widget.
2020-05-30 19:39:02 +02:00
defnax
6b786b3604
Merge pull request #1985 from defnax/emojiandstylesheets
...
Added missed facepalming emoji & stylesheet fixes
2020-05-30 14:00:23 +02:00
Phenom
70e2a1a801
Fix qss StyleSheet dark theme item color for gtk users
...
gtk users can't set Qt system theme.
2020-05-30 12:40:42 +02:00
hunbernd
2aca157b56
Fixed missing include with the latest Qt version
2020-05-30 02:17:43 +02:00
hunbernd
cd751f12d4
Clang support
2020-05-30 02:16:59 +02:00
defnax
28508c47ce
Merge pull request #1968 from defnax/added-mail-settings-for-emoticons
...
Added mail settings for emoticons
2020-05-29 18:27:01 +02:00
defnax
22618de00c
* Added missed facepalming emoji & stylesheet fixes
...
* Added missed facepalming emoji
* Added default stylesheets for Messages selection & hover
* Added default selection color for the Main Window ListView
2020-05-29 18:16:59 +02:00
defnax
df0ed8e77e
Added to display the headshot images on the group item
2020-05-28 22:15:44 +02:00
drbob
589bb65324
Update display of WireGroup
2020-05-26 18:31:55 +10:00
drbob
bcd8f4b0de
use Extra Widget for Group creation
2020-05-26 18:09:50 +10:00
defnax
d1d4b47877
Merge pull request #1974 from hunbernd/feature/msys2enhancements
...
[WIP] Improved msys2 build scripts
2020-05-24 22:36:21 +02:00
defnax
178b37a95f
small ui fixes & changes
...
* Update the context menu icons for attachments
* Display the File type icon for attachments
* on reply load the tags
2020-05-24 02:28:54 +02:00
hunbernd
a11dc09790
Build webui
2020-05-23 22:05:44 +02:00
Phenom
e5e468b083
Fix AutoLogin
2020-05-23 12:54:17 +02:00
defnax
74646413c4
Added mail settings for emoticons
2020-05-23 00:16:49 +02:00
csoler
f422c7249a
Merge pull request #1966 from PhenomRetroShare/Fix_ChannelMarkAllRead
...
Fix Channels Mark All as Un/Read.
2020-05-22 18:23:55 +02:00
csoler
eeca7c6d3a
Merge pull request #1963 from csoler/v0.6-GxsGroup
...
fixed compilaiton of photoshare due to changes in GxsChange class
2020-05-22 18:21:33 +02:00
Phenom
ee0cc25b13
Fix Channels Mark All as Un/Read.
2020-05-22 12:33:54 +02:00
defnax
d6748b17d5
Merge pull request #1964 from defnax/Chat-widget
...
Moved Fonts to bottom & Chat notify to top
2020-05-22 12:20:12 +02:00
defnax
e460a02f54
Merge pull request #1957 from PhenomRetroShare/Fix_IndentInChatMessage
...
Fix Indent in Chat Message
2020-05-22 12:19:53 +02:00
defnax
d872dd56ff
Moved Fonts to bottom & Chat notify to top
2020-05-22 01:28:07 +02:00
defnax
56d8a1c819
Merge pull request #1960 from PhenomRetroShare/Fix_GxsForumModelSetMsgReadStatusDataChanged
...
Fix GxsForumModel::setMsgReadStatus dataChanged call
2020-05-21 23:38:23 +02:00
csoler
029f6c846b
Merge pull request #1962 from defnax/group-treeitem-textcolor
...
Fixing Group Tree item text color
2020-05-21 23:00:59 +02:00
csoler
82690561b6
fixed compilaiton of photoshare due to changes in GxsChange class
2020-05-21 22:45:49 +02:00
csoler
2a5adddc3b
Merge pull request #1881 from PhenomRetroShare/Add_VotesOn_getPostData
...
Add Votes when calling getPostData.
2020-05-21 22:38:06 +02:00
defnax
180a43150b
Fixing Group Tree item text color
2020-05-21 21:58:23 +02:00
defnax
1f5ac32a81
Merge pull request #1958 from defnax/messages-cosmetic
...
cosmetic changes in Messages
2020-05-21 21:42:29 +02:00
Phenom
d4010dd8d9
Add Message set HideTabBarWithOneTab
2020-05-21 19:55:47 +02:00
Phenom
319ebd66f6
Fix GxsForumModel::setMsgReadStatus dataChanged call
2020-05-21 19:07:03 +02:00
defnax
9b5ab4bbd9
cosmetic changes
2020-05-21 17:23:56 +02:00
Phenom
0a9f7882a5
Fix Indent in Chat Message
2020-05-21 16:32:59 +02:00
Phenom
60615e4532
Add PlaceHolder in Message Tree.
...
And fix some mistakes.
2020-05-21 15:30:02 +02:00
Phenom
ba8d2268ea
Fix Message QuickView Selection for user tags
2020-05-21 12:55:38 +02:00
defnax
76420a33bf
Merge pull request #1954 from defnax/Attachment-quickview
...
Added to use the tag colors as icon
2020-05-21 00:28:37 +02:00
defnax
b3caf76c4b
Added to use the tag colors as icon
2020-05-20 23:38:21 +02:00
csoler
fc5b28e9e1
Merge pull request #1952 from defnax/Attachment-quickview
...
Quick view for Messages with Attachments
2020-05-20 23:02:49 +02:00
csoler
cb44d42f49
Merge pull request #1935 from PhenomRetroShare/Fix_FriendsFilesFlatView
...
Fix FriendsFiles list when on FlatView
2020-05-20 22:21:09 +02:00
defnax
f96f1cf8b1
Quick view for Messages with Attachments
2020-05-20 02:03:18 +02:00
Phenom
0a83e7efc5
Fix Messages Quick View unselect.
2020-05-19 19:37:37 +02:00
defnax
fd6b69bcac
Merge pull request #1943 from PhenomRetroShare/Fix_RsElidedItemDelegateStyleSheet
...
Fix RSElidedItemDelegate to use StyleSheet as default but defined colors
2020-05-19 19:28:52 +02:00
drbob
f4457b1331
Fixup how REF message are displayed
...
Ensure RefImageCount is correct.
Update docs on m(Ref)GroupPtr points to
fill-in GroupPtrs on Ref Msgs.
Remove mRefAuthorName as not so useful.
Add images into Response Msgs.
Display Headshot / Images on Ref Msgs - if possible.
2020-05-19 19:40:12 +10:00
drbob
fbf56fcf03
Add image handling to PulseAddDialog and PulseMessage
2020-05-18 17:35:08 +10:00
defnax
edae2faf2c
Fixing background of a frame to be transparent
2020-05-18 01:24:37 +02:00
csoler
d52d9c909b
Merge pull request #1875 from csoler/v0.6-GxsGroup
...
Add group change notifications (e.g. circle invites, forum moderation, etc)
2020-05-17 22:37:03 +02:00
Phenom
384ae46706
Fix RSElidedItemDelegate to use StyleSheet as default but defined colors
...
if they are.
If none, use Base Delegate.
2020-05-17 13:27:35 +02:00
drbob
3312faf3ea
fixup button labels are prefix headers
2020-05-17 19:56:58 +10:00
drbob
f585b7a629
Enable Republish / Likes from new UI elements
...
Update interface to use groupId / msgId.
Tweak PulseAddDialog for Republish & like.
Hide Like messages from showing in UI.
Wire up buttons from new UI elements.
2020-05-17 12:10:46 +10:00
drbob
8df5a886db
Move createOriginalPulse / createReplyPulse to libretroshare
...
message creation logic moved to libretroshare
GUI classes cleaned up.
2020-05-16 22:35:32 +10:00
drbob
11ce959b2f
Improvements to UI to make behaviour more similar to twitter.
...
Add new UI elements.
Can show PulseFocus or GroupFocus at the moment.
WIP, Much more work to get this finalised.
2020-05-15 22:36:50 +10:00
defnax
f6f508d1ba
Added second icon for inactivity status
2020-05-14 16:22:39 +02:00
defnax
4f25ab3fe8
Merge pull request #1938 from defnax/forum-fonts-settings
...
Added forum settings for Font size & contrast
2020-05-14 14:29:13 +02:00
defnax
926aa2ad68
Merge pull request #1937 from defnax/stylesheet-fixes
...
Disabled uneeded qproperty-textColorQuote
2020-05-14 13:58:36 +02:00
csoler
e6d9c49426
Merge pull request #1931 from PhenomRetroShare/Fix_SharedFilesLongTimeUpdate
...
Fix SharedFilesDialog take long time to update.
2020-05-14 00:00:22 +02:00