Commit graph

61 commits

Author SHA1 Message Date
csoler
d3069e9b44 fixed compilation 2025-11-11 20:12:53 +01:00
csoler
a91a0893cf renamed NotifyQt into RsGUIEventManager 2025-11-11 18:56:24 +01:00
csoler
b9cd766707 removed unused code 2025-10-30 19:53:55 +01:00
Christoph Johannes Kleine
361fc39f7c ADD: storage and sync time 3 and 5 years 2025-08-12 18:15:05 +02:00
thunder2
42b3b95fd8 Use QDateTime::fromSecsSinceEpoch in Qt 6 instead of QDateTime::fromTime_t 2025-07-20 14:15:27 +02:00
thunder2
a00c1375e5 Renamed QtVersion.h to RsQtVersion.h because of the same filename in Qt 6 2025-07-20 14:14:57 +02:00
thunder2
e2e1a431ff Added Qt dependent macro for QString::SkipEmptyParts/Qt::SkipEmptyParts 2025-07-19 23:28:30 +02:00
csoler
7decd2b7b0 removed some debug output 2023-12-11 21:51:17 +01:00
csoler
e54322521e fixed popularity and items at friends in Board details dialog 2023-08-04 13:52:27 +02:00
csoler
5ca3b15188 added "copy http link" action to board posts when possible 2023-08-03 18:41:31 +02:00
csoler
4a69380848 fixed right-click menu on board posts 2023-04-19 20:43:12 +02:00
csoler
82f981c9db continue cleanign the old token system 2022-08-04 19:10:47 +02:00
csoler
ac4b9b2971 removed token system from GxsCommentDialog 2022-07-09 22:33:42 +02:00
csoler
1089d1470e update posts list after vote 2022-07-09 15:49:33 +02:00
csoler
54fd77822d fixed blocking API for votes 2022-06-30 14:43:04 +02:00
csoler
819dc173e0 removed TokenQueue from GxsMessageFrameWidget 2022-06-22 15:43:57 +02: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
csoler
f0500c3fd1 patch from Phenom to fix uninitialized values 2021-02-10 19:59:52 +01:00
csoler
97f24fbaa3 fixed default chunk size in boards 2021-02-09 20:18:47 +01:00
csoler
e59ba49240 fixed update when expanding in boards 2021-02-08 23:08:15 +01:00
csoler
ccd6df5c5f removed smiley substitution in Posted and other places where not strictly necessary 2021-01-21 17:58: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
bce514115d added proper notifications when a group is deleted 2020-11-25 23:35:20 +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
08e2987154 added icon over posts with comments in channels 2020-11-07 20:52:50 +01:00
csoler
de2499ce6e fixed text and condition for post sync warning 2020-11-02 18:23:50 +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
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
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
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
acd61fd531 save chosen ID in posted 2020-10-16 21:59:29 +02:00
csoler
f400607c88 fixed disabling of newthread/post buttons on unsubscribed groups 2020-10-13 23:51:53 +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
35cbe5bacb Fixed to get work the Copy RS Link for the share action 2020-10-07 21:35:53 +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
c30c7a4dfe make interactions on BoardPostWidget to mark the post as read 2020-10-01 21:06:51 +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
819035472d added missing code for marking all msgs as read/unread 2020-09-27 23:21:03 +02:00
csoler
ff0836929d removed explicit color in board items to comply with css style 2020-09-27 20:31:16 +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
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
a142694896 preserve sorting strategy when updating posts 2020-09-18 21:59:57 +02:00
csoler
364e9ffdd2 use single view mode button system, similar to channels 2020-09-13 21:39:10 +02:00