Commit Graph

7882 Commits

Author SHA1 Message Date
csoler
9a2749dbe5 added flags to invite system to unify the different variables and made sure the HomePage contains at least current IP (not fully tested) 2020-11-09 22:42:28 +01:00
thunder2
95d521f692 Fixed compile of VOIP plugin 2020-11-09 22:04:25 +01:00
thunder2
76b22ada5c Added new config "libretroshare_shared" to build libretroshare as shared library (default off) based on changes from ET. Activated for Windows build with plugins to fix the link error (ld.exe: Error: export ordinal too large) due to too many exported symbols. 2020-11-09 20:00:50 +01:00
Phenom
8975809019 Fix Missing Forum Message Text
When asking data for missing message we got this:
More than one entry for this message. Is the database corrupted?
2020-11-09 16:18:19 +01:00
Phenom
bfbee1bdec Add View Source in RSTextBrowser 2020-11-09 15:26:08 +01:00
defnax
f4772b4623 Fixing some ui issues
* Fix for the reply text on Forum Message Item to stay on top (AlignTop).
* Fixing missed icons on Search Dialog.
* Fixed the wrong position for the Labels on board details
2020-11-08 21:14:10 +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
66f256a64a
Merge pull request #2098 from PhenomRetroShare/Add_DownloadAllInChannelPost
Add Download All files in Channel post
2020-11-08 15:22:02 +01:00
csoler
d472053960 fixed missing call to update comments in GxsChannelPostsModel 2020-11-08 14:57:17 +01:00
csoler
08e2987154 added icon over posts with comments in channels 2020-11-07 20:52:50 +01:00
Phenom
b1129df077 Change Chat History Dialog to no modal.
It will be updated when new message comes.
2020-11-07 18:09:50 +01:00
csoler
dc90d6f6dc renamed SSGXSChannelGroup to GxsChannelGroupInfo, mCount in RsGxsChannelPost to mAttachmentCount and added a mCommentCount member. Also added some missing override in p3gxschannels.cc 2020-11-06 23:08:18 +01:00
Phenom
c5a80cce36 Add Download All files in Channel post 2020-11-06 18:08:08 +01:00
Phenom
47a2a78350 Fix RSTreeView Header first Painting 2020-11-06 11:05:08 +01:00
csoler
207dfabbca hide comments checkboxes in channel creation dialog since it is not used 2020-11-05 22:56:20 +01:00
csoler
4dac402adb restored read/unread for pinned posts 2020-11-05 22:50:12 +01:00
csoler
31cde36d59 fixed re-setting current message as read when leaving a channel 2020-11-05 22:46:49 +01:00
csoler
1dd54317c7 fixed pinned post immediate update by adding the proper rsEvent notification when updating own group data. Should also help in circles 2020-11-04 22:30:30 +01:00
Phenom
d1c10d3c0e Fix Forum Post Resize
[ ] forums: Clicking on diffent forum items causes changing of the width
of the left pane.
2020-11-04 12:09:50 +01:00
Phenom
3be360ffc1 Fix Forum Post Selection BackGround Color 2020-11-04 08:53:58 +01:00
csoler
07775e5262 added icon for pinned posts and removed colored background 2020-11-02 21:23:04 +01:00
csoler
ca94fba8e3 removed deprecated Send message to whole group feature from FriendList 2020-11-02 20:17:23 +01:00
csoler
de2499ce6e fixed text and condition for post sync warning 2020-11-02 18:23:50 +01:00
csoler
8efd529af0 improved layout of chat prefs and hide broadcast tab that wasnt showing any useful option 2020-11-01 23:17:56 +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
b667ccd645
Merge pull request #2093 from defnax/Subscribe-Button
Added back counting on Subscribe button
2020-11-01 22:23:14 +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
defnax
2d7038c02a Fixing indentation 2020-11-01 16:01:37 +01:00
defnax
bea5a9fa51 Added back counting on Subscribe button 2020-11-01 14:43:26 +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
dcb227da7c
Merge pull request #2083 from csoler/v0.6-BugFixing_2
[WIP] fixing GUI bugs
2020-10-29 20:12:14 +01:00
defnax
11d3583233 * Fixing the Post buttons to get disabled when the limit has been exceeded 2020-10-28 22:53:42 +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
b74e6dbe42 removed misplaced auto-download from subscribe button, and enable/disable subscribe for distant search results 2020-10-26 20:46:50 +01:00
csoler
874e095ee8 set comments scroll mode to continuous 2020-10-26 18:49:38 +01:00
csoler
74edefcc43 added infrastructure to track oingoing distant GXS group requests 2020-10-25 22:47:48 +01:00
defnax
1469be18aa Fixing some default stylesheets & the Layout for the ChatLobby info Labels 2020-10-25 19:06:51 +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
709b323b03 improved layout in channel post widget 2020-10-24 14:19:34 +02:00
csoler
8903abe98c added pastFromClipboard button and confirmation when closing with ESC in channel post creation 2020-10-24 14:07:45 +02:00
csoler
25c836d443 add attachment count to channel creation window and fixed item removal (was previously only hidden!) 2020-10-24 00:02:26 +02:00
csoler
0f3e054778 moved attach button to second tab of create channel msg (information redundancy). Added some tooltips 2020-10-23 22:06:13 +02:00
defnax
4bc102f1a1 Fixing News Feed default stylesheets 2020-10-23 20:01:31 +02:00
csoler
b01140dcbd fixed next unread button when new forum is selected 2020-10-22 22:49:31 +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
a59a9c2650 changed display menu icon to something more appropriate 2020-10-22 22:09:25 +02:00
csoler
6b802e92d7 Merge remote-tracking branch 'upstream/master' into v0.6-BugFixing_2 2020-10-22 21:56:41 +02:00
csoler
8b7341185d moved chat room part from notify page into preferences->chat 2020-10-22 21:54:26 +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
bb5c758f87 cleaned up the mess in chat settings 2020-10-22 00:01:17 +02:00
defnax
4b9ef5d375 Hide the Tags frame on Edit Mode 2020-10-21 22:26:40 +02:00
csoler
2afda27a8c hide testfeed button 2020-10-21 22:26:33 +02:00
csoler
beb9aeaf65 changed Feed into Log in settings 2020-10-21 22:24:24 +02:00
csoler
f1d98913d1 fixed disabling of channel post comment box on resize and comment 2020-10-21 22:07:45 +02:00
defnax
459e603976 Moved the Subscribe Button for Boards to a new place & set Stylesheet for the "Apply & Close" button 2020-10-21 22:05:14 +02:00
csoler
9d4042c401 Attempt to improved consistency of HomePage 2020-10-18 21:20:22 +02:00
defnax
351be3e417 Fixing issue with the QLabel to get more space for the RetroShare ID & removed ElidedLabel 2020-10-18 18:11:35 +02:00
csoler
8df74ee00d fixed defaut zoom 1.0->1.2, removed ref to fromSecsSinceEpoch 2020-10-18 16:55:28 +02:00
csoler
d7a5af62fa fixed update of tab name in forums 2020-10-17 21:07:13 +02:00
csoler
4ed1d1f8fc switch relative/absolute TS between label and tooltip in boards 2020-10-17 20:53:07 +02:00
defnax
fc9be9175a Set text for a Editing a Post to "Update" 2020-10-17 15:18:11 +02:00
csoler
d9ddba6952 hide useless comment refresh button 2020-10-17 14:50:51 +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
5fe37e013a improving readability of channel list view items 2020-10-16 23:08:11 +02:00
csoler
695706cfae switched to human readable sizes in channels list view 2020-10-16 22:52:02 +02:00
csoler
a65c59aa2a fixed bug causing some own identities to not be editable 2020-10-16 22:40:58 +02:00
csoler
acd61fd531 save chosen ID in posted 2020-10-16 21:59:29 +02:00
defnax
42042c807b Switched to use QPushButton for GxsGroupDialog 2020-10-15 21:48:18 +02:00
defnax
34ca2bdb71 Fixed the default dimensions & enabled min and max feature 2020-10-15 20:26:05 +02:00
defnax
15b672565e update context menu icons for comments tree 2020-10-15 20:12:00 +02:00
defnax
709d39ed34 stylesheet fixes 2020-10-15 19:59:05 +02:00
csoler
c6b6a148ef limit the size of group description in GroupTreeWidget tooltip 2020-10-14 20:44:54 +02:00
csoler
f400607c88 fixed disabling of newthread/post buttons on unsubscribed groups 2020-10-13 23:51:53 +02:00
defnax
5ed38fe6ea Changed button type for Comments Composer & update the stylesheets 2020-10-13 22:12:37 +02:00
defnax
30ee2f8ee7 Added red color for disabled Button 2020-10-12 22:18:38 +02:00
defnax
df29e22be0 Changed the buttons to use QPushButton which is easier with stylesheets
* Changed the buttons to use QPushButton which is easier with stylesheets
* Use standard strings Create or Post or Update ( not more OK or Send)
*Added default stylesheet colors for Create & Post Buttons
2020-10-12 21:46:06 +02:00
csoler
ce6fb603c7
Merge pull request #2026 from csoler/v0.6-BoardsGUI
V0.6 boards gui
2020-10-12 20:07:42 +02:00
csoler
937b24e936 added missing includes of FilesDefs 2020-10-11 22:26:53 +02:00
csoler
55b1d8bce8
Merge pull request #28 from defnax/boards-fix
Changed Button for Channel composer
2020-10-11 21:58:55 +02:00
defnax
8b5c7eddf3 Changed Button for Channel composer
* Changed Button type for Channel composer
* Set default stylesheet for the Post Button
2020-10-11 19:01:46 +02:00
csoler
9f72f9919d
Merge pull request #27 from defnax/boards-fix
Look the Card View more like reddits one & fix some default stylsheets
2020-10-11 10:31:20 +02:00
csoler
bde943a698 Merge remote-tracking branch 'origin/v0.6-BoardsGUI' into v0.6-BoardsGUI 2020-10-10 23:26:48 +02:00
csoler
1170f0bc7b Merge remote-tracking branch 'upstream/master' into v0.6-BoardsGUI 2020-10-10 23:12:58 +02:00
csoler
74660b916a Merge remote-tracking branch 'upstream/master' into v0.6-TorV3 2020-10-10 23:12:27 +02:00
defnax
4741049707 Look the Card View more like reddits one & fix some default stylsheets 2020-10-10 21:58:49 +02:00
csoler
e104dd23f8
Merge pull request #26 from defnax/boards-fix
Show the rights tabs on Channels and People
2020-10-10 20:20:40 +02:00
csoler
c0e8502cbf using ElideLabel for RS id 2020-10-10 20:19:05 +02:00
defnax
28f1afb362 Show the rights tabs on Channels and People 2020-10-10 14:02:51 +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
csoler
e2b9100380
Merge pull request #25 from defnax/boards-fix
Fix for Card View to show the Banned Image when author is banned.
2020-10-08 20:42:15 +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
csoler
ac6b14540a
Merge pull request #24 from defnax/boards-fix
Boards fixes
2020-10-07 23:09: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
Gioacchino Mazzurco
eca11d0885
retroshare-gui: fix missing include in jsonapipage
Fix compile error, warnings and typo
2020-10-07 10:58:52 +02:00
csoler
8d2a8f8ced fixed bug in tor v3 backward compatibility with v2 2020-10-06 23:02:56 +02:00
csoler
3912c6562e fixed bugs causing short invites to not generate/parse hidden nodes with correct options to keep hidden address 2020-10-06 23:02:00 +02:00
csoler
054ae9a3ce fixed wrong context menu policy in boards widget list 2020-10-06 21:53:50 +02:00
defnax
a866184d6d restore back changes 2020-10-06 21:38:06 +02:00
csoler
ab6688f1eb switched to ED25519-V3 2020-10-06 21:15:54 +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
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
210518db80 updated tor manager/control to save/parse keys in new format 2020-10-05 21:53:51 +02:00
sehraf
26fdd79b50
Merge remote-tracking branch 'RetroShare/master' into pr_rsconfig 2020-10-04 20:25:06 +02:00
csoler
e1ca1e137c
Merge pull request #23 from defnax/stylesheetfix-2
some few more stylsheet fixes
2020-10-04 17:38:03 +02:00
csoler
a9a3e070bb absorbed PR 2031 2020-10-04 15:51:17 +02:00
csoler
0e3739b9d7 merged upstream/master 2020-10-03 21:55:14 +02:00
csoler
65f7ead18d use default icon when post author is banned 2020-10-03 21:49:45 +02:00
csoler
2af66e91c5 fixed closing of comments tab when comments update 2020-10-03 21:47:00 +02:00
csoler
fa627e6347
Merge pull request #2069 from csoler/v0.6-ChannelsGUI
Fixes for channels GUI
2020-10-03 21:09:38 +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
defnax
de29d8cfdd Fixing Darkstylesheet-v2 & the standard sheet 2020-10-02 23:03:58 +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
07e9347122 removed alternate row colors. Added a tooltip about zooming 2020-10-02 17:56:59 +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
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
4fd7f455a1
Merge pull request #22 from defnax/darkstylesheet-fix
darkstylesheet fixes
2020-09-30 23:54:31 +02:00
defnax
c346cff2fd few more fixes for dark stylesheets 2020-09-30 23:18:45 +02:00
csoler
fc4c111d1a added missing tooltip 2020-09-30 22:44:29 +02:00
csoler
c3d46c5eea
Merge pull request #21 from defnax/darkstylesheet-fix
fixed darkstylesheet
2020-09-30 21:57:54 +02:00
defnax
70cfdd38ef fixed darkstyle sheet 2020-09-30 21:55:27 +02:00
csoler
6442bfed29
Merge pull request #20 from defnax/stylesheet-boards
Fixed for Boards some forgetten stylesheets
2020-09-30 21:44:45 +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
defnax
703a699830 Fixed for Boards some forgetten stylesheets 2020-09-30 21:30:05 +02:00
csoler
d3cb789fcd added missing file 2020-09-29 08:18:34 +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
819035472d added missing code for marking all msgs as read/unread 2020-09-27 23:21:03 +02:00
csoler
c640fd779d fixed comflicts with upstream 2020-09-27 20:51:05 +02:00
csoler
ff0836929d removed explicit color in board items to comply with css style 2020-09-27 20:31:16 +02:00
csoler
1dddff9e5b added back links to posts in channel feeditems 2020-09-27 20:08:36 +02:00
csoler
788bd81b41
Merge pull request #2066 from defnax/images-cleanup
Images Cleanup
2020-09-27 17:53:13 +02:00
defnax
338d38f04b using FilesDefs 2020-09-27 17:49:00 +02:00
csoler
2673c92e3c
Merge pull request #18 from defnax/boards-fixes
Fixing Stylesheets for Boards
2020-09-27 16:55:26 +02:00
defnax
bb820e894b fixing stylseheets - adding back from old to new 2020-09-27 01:05:08 +02:00
csoler
42951e8098 moved share button to the right 2020-09-26 21:00:46 +02:00
csoler
e389c01571 fixed alternating row colors, and removed explicit background color 2020-09-26 18:50:51 +02:00
csoler
fc20b42964 moved the buttons down in card view 2020-09-26 17:54:50 +02:00
csoler
56f3df6737 removed "0 files" mention 2020-09-26 17:47:09 +02:00
csoler
e48986013f
Merge pull request #2047 from RetroPooh/extra1
extrafiles - fix links, add age, open folder, unshare icon
2020-09-26 14:57:02 +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
841152fb90 unsuccessful attempt to fix sizes 2020-09-20 11:50:57 +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
a142694896 preserve sorting strategy when updating posts 2020-09-18 21:59:57 +02:00
csoler
0e4d438066 fixed model update when new vote is posted by user 2020-09-17 21:08:07 +02:00
defnax
05f08003fc removed more icons 2020-09-15 19:22:20 +02:00
defnax
7c80c130b6 fixing compile 2020-09-15 18:38:11 +02:00
defnax
6e403a0b21 removed icons 2020-09-14 21:37:32 +02:00
defnax
27620d86a3 update 2020-09-14 21:27:50 +02:00
defnax
b7c7cf6179 cleanup more old icons 2020-09-14 21:05:56 +02:00
defnax
b84e58aa9a cleanup old icons 2020-09-14 20:53:16 +02:00
csoler
364e9ffdd2 use single view mode button system, similar to channels 2020-09-13 21:39:10 +02:00
csoler
395435b5f3 added code for showing author on people tab 2020-09-13 21:16:03 +02:00
csoler
a6a3bd3f0f fixed resizing of items when resizing the item list 2020-09-13 20:32:56 +02:00
csoler
01683aac4e always hide expand button since we have the photoview 2020-09-13 20:15:52 +02:00
csoler
30d2f3ee53
Merge pull request #2063 from defnax/Channel-composer-layout2
Fixing layout issues & added to store ratio combox
2020-09-13 19:42:59 +02:00
csoler
d91a2d31e8 fixed merge 2020-09-13 00:25:13 +02:00
csoler
539eb36b58
Merge pull request #2064 from csoler/v0.6-ChannelsGUI
V0.6 channels gui
2020-09-12 23:53:19 +02:00
csoler
78586e1fbd removed another unused ui file 2020-09-12 22:45:12 +02:00
csoler
27e298b9f6 removed unused files to fix compilation 2020-09-12 22:34:58 +02:00
defnax
c74dd2c55c Fixing to use the blue icons 2020-09-12 16:37:31 +02:00
defnax
14a5c82442 Fixing layout issues & added to store ratio combox
* Fixing layout issues
* Added to store/load ratio combox
2020-09-12 14:08:18 +02:00
csoler
5915c27b9f merged upstream 2020-09-11 22:37:26 +02:00
csoler
96cbbce3b1
Merge pull request #2021 from RetroPooh/permis-matrix-descr
service descriptions in permission matrix
2020-09-11 22:29:16 +02:00
csoler
315e7e0b0e
Merge pull request #2025 from chelovechishko/forums_gui
Forums gui
2020-09-11 21:53:52 +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
37c7a0aa44
Merge pull request #2054 from csoler/v0.6-ChannelsGUI
V0.6 channels gui
2020-09-11 21:20:20 +02:00
csoler
138cff6547 fixed async inconsistency causing markAllAsRead to fail when switching channels 2020-09-10 21:02:06 +02:00
csoler
d74c113e92 removed some debug output and some compiler warnings 2020-09-10 20:16:10 +02:00
csoler
8d6bd1a0b8 added menu entry to switch single post as unread, and fixed the setAllMsgAsRead function 2020-09-10 20:07:13 +02:00
csoler
96a8c23f1e disable post details when no post is selected (prevents posting comments to empty post) 2020-09-09 23:19:36 +02:00
csoler
4d934993f3 added comment count to details 2020-09-09 23:14:20 +02:00
csoler
e234cb933d added color marker for selection 2020-09-09 21:31:08 +02:00
csoler
c01392bfc3 added icons for aspect ratio 2020-09-09 20:35:52 +02:00
csoler
384cacfccd fixed overlapping text in msg creation window 2020-09-08 21:45:04 +02:00
csoler
74d762d67c moved post title to top (deprecates #2052) 2020-09-08 21:26:16 +02:00
csoler
d691454d57 removed "Load Channel In Background" button that is now irrelevant 2020-09-08 21:04:35 +02:00
csoler
9c11b21ee7 using font scale of 1.5 2020-09-07 20:55:01 +02:00
csoler
660b1c4025 added a factor to scale the font 2020-09-07 20:49:13 +02:00
csoler
149b2c0fbe fixed bug causing selection to fail in list mode 2020-09-07 18:21:07 +02:00
csoler
943bd9b50e removed explicit maximum size that is not needed anymore and causes a bug on some Qt implementations 2020-09-06 17:27:33 +02:00
csoler
b8c14d6bc4 fixed bug in auto-determination of aspect ratio and update of geometry 2020-09-05 14:24:39 +02:00
csoler
062f0eb195 added auto-selection of aspect ratio in posts view 2020-09-05 13:57:40 +02:00
Pooh
22337c050a
Merge branch 'master' into extra1 2020-09-05 09:59:49 +03:00
csoler
af16659783 added possibility to change the aspect ratio of thumbnails and replaced image warping by largest centered cropping 2020-09-04 23:36:41 +02:00
csoler
bebc9f2863 added selection of thumbnail aspect ratio 2020-09-04 19:45:06 +02:00
csoler
80875dddd7 fixed default flags/picture on channel post creation 2020-09-04 15:15:45 +02:00
csoler
ab9507c80a make channel contact author a link only when it is not null 2020-09-04 14:51:04 +02:00
csoler
9005f22395 added # of posts at friends and locally in channels 2020-09-04 14:50:12 +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
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