Commit graph

51 commits

Author SHA1 Message Date
thunder2
0d37db307c Replaced some more QDateTime::setTime_t by DateTime::DateTimeFromTime_t 2025-07-29 18:32:30 +02:00
thunder2
e46f1c285c Make post title in board clickable after change to ElidedLabel 2023-05-22 07:51:40 +02:00
csoler
7d70ecdd65
Merge pull request #2716 from csoler/v0.6-BugFixing_28
fixed right-click menu on board posts
2023-04-22 15:04:59 +02:00
csoler
4a69380848 fixed right-click menu on board posts 2023-04-19 20:43:12 +02:00
thunder2
1400d91ef6 Use ElidedLabel for title in BoardsPostDisplayWidget 2023-04-18 14:15:59 +02:00
csoler
0a8f4b1b6e switched all image outputs to jpeg format instead of png 2023-01-16 19:53:20 +01:00
defnax
777d0d9848 Fixed to display the right index for Image Page
* Fixed to display the right index for Image Page
* Fixed to disable share button when Identity is banned.
2021-12-04 12:12:29 +01:00
Phenom
3217cd4df0 Fix BoardPostDisplayWidget when editor redraw. 2021-11-30 23:38:21 +01:00
Phenom
d7981f3811 StyleSheet Rewrite
Use QDarkStyle to make Standard_Dark.qss and Standard_Light.qss
Use Widget name to stylize them.
2021-11-04 21:21:54 +01:00
defnax
ceccb8cb47 Removed embeded emojis 2021-02-14 21:59:02 +01:00
csoler
ccd6df5c5f removed smiley substitution in Posted and other places where not strictly necessary 2021-01-21 17:58:23 +01:00
defnax
9ce886cfb6 Added back to display comments counts on the comments button 2020-11-15 18:30:52 +01:00
csoler
4ed1d1f8fc switch relative/absolute TS between label and tooltip in boards 2020-10-17 20:53:07 +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
725c000ce7 moved showAuthorInPeople to PostedListWidgetWithModel, out of share menu, and disabled edit for now 2020-10-09 23:27:44 +02:00
defnax
d8f65f0c76 Fix for Card View to show the Banned Image when author is banned. 2020-10-08 19:56:08 +02:00
defnax
05a97c13a7 Added Thumbnail for blocked messages
* Added Thumbnail for blocked messages
* Fixed to disable the Picture Label when Author is banned.
2020-10-07 22:22:59 +02:00
defnax
35cbe5bacb Fixed to get work the Copy RS Link for the share action 2020-10-07 21:35:53 +02:00
defnax
a866184d6d restore back changes 2020-10-06 21:38:06 +02:00
defnax
d122b3f1e5 Fxed to get work Copy RetroShare Link
*Fxed to get work Copy RetroShare Link
*Fxing margins for compact ui
*Fixing darkstylsheets
2020-10-06 20:21:17 +02:00
csoler
65f7ead18d use default icon when post author is banned 2020-10-03 21:49:45 +02:00
csoler
f064325592 fixed default size of default icon in boards 2020-10-03 18:59:44 +02:00
csoler
5e3dab62fd always display picture in compact view, possibly replacing missing picture by placeholder 2020-10-03 17:56:24 +02:00
csoler
780ffe3504 fixed the "new" property so that the style can act on it 2020-10-02 21:38:36 +02:00
csoler
6d8f5512f9 restored text on comment button, and added blue hover effect from ClickableLabel 2020-10-01 23:38:13 +02:00
csoler
c30c7a4dfe make interactions on BoardPostWidget to mark the post as read 2020-10-01 21:06:51 +02:00
csoler
0078f02d39 fixed toolbutton noText property for comments, and let Qt decide on the size of icons 2020-09-30 21:42:47 +02:00
csoler
5c240c6abb fixed layout of compact view to use a constant apsect ratio with cropping 2020-09-30 21:35:30 +02:00
csoler
6e33c65334 used a more compact layout for comment button in order to align everything in compact view 2020-09-28 22:27:44 +02:00
csoler
2a51da2291 fixed bugs in setting read status 2020-09-26 14:41:20 +02:00
csoler
2561b9bc7e fixed show/hide notes frame 2020-09-26 11:21:11 +02:00
csoler
4ae61ddbca renamed BoardPostDisplayWidget into BoardPostDisplayWidget_compact 2020-09-25 23:18:01 +02:00
csoler
4787675e91 split the UI for board items into two different widgets 2020-09-25 23:16:29 +02:00
csoler
5dfa481f2f added code to change posts read status 2020-09-22 23:32:10 +02:00
csoler
010fc1dc44 tried to improve layout of items 2020-09-22 22:43:24 +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
f64482e3dd switched to using tabs for comments in order to have more room. Layout still not working 2020-09-19 22:32:19 +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
csoler
395435b5f3 added code for showing author on people tab 2020-09-13 21:16:03 +02:00
csoler
01683aac4e always hide expand button since we have the photoview 2020-09-13 20:15:52 +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
2cce3963cb fixed expanding of compact items in boards 2020-08-12 14:06:43 +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
csoler
bdb36f7528 fixed sizes and switching between modes 2020-08-09 14:09:50 +02:00
csoler
033596a080 added two-views system for boards. Widgets are not yet correct 2020-08-07 17:22:55 +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