16629 Commits

Author SHA1 Message Date
PYRET1C
59c6eabad9 Revert "Changes to the .pro file for the newly made files."
This reverts commit 3cc077ff381dbf64687ed2d3abf04d0d29921675.

This commit adds the new files to the .pro file.
2023-07-02 12:48:38 +05:30
PYRET1C
680c1942df Revert "Changes to the .pro file for the newly made files."
This reverts commit 3cc077ff381dbf64687ed2d3abf04d0d29921675.

bad commit
2023-07-02 11:29:02 +05:30
PYRET1C
3cc077ff38 Changes to the .pro file for the newly made files. 2023-07-02 10:42:40 +05:30
PYRET1C
ae855098cf This commit gives the edit account feature in the wire. 2023-06-27 22:16:37 +05:30
csoler
3185829219
Merge pull request #2742 from csoler/v0.6-ChannelsGUI_03
fixed sorting of files->status in channels all files list
2023-06-03 23:52:56 +02:00
csoler
0f41d8bf46 fixed sorting of files->status in channels all files list 2023-06-01 20:30:19 +02:00
thunder2
ad9d566767 FeedReader: Added processing of enclosure in RSS feed v0.6.7-RC1 2023-05-28 13:47:13 +02:00
thunder2
f9ca6cd3e1 FeedReader: Show error when some post could not be created 2023-05-28 13:47:12 +02:00
thunder2
8422d3fc8c Added copy and save of image to AspectRatioPixmapLabel 2023-05-28 13:47:12 +02:00
csoler
e829292eaf
Merge pull request #2741 from thunder2/fix_x86
Fixed x86 build
2023-05-28 11:03:33 +02:00
thunder2
d642fde9d5 Fixed x86 build 2023-05-28 00:55:23 +02:00
csoler
c579f0b0d1
Merge pull request #2738 from csoler/v0.6-FriendServer3
improved debug outpug of friendserver code
2023-05-27 14:34:18 +02:00
csoler
266f84759e
Merge pull request #2727 from PYRET1C/browse_image
[WIP] This is the gui part of the commit where the wire feed is refreshed
2023-05-27 14:33:23 +02:00
PYRET1C
852ec16c6a Removed extra refresh function calls and break statements. 2023-05-26 22:20:05 +05:30
csoler
238c6eda9f improved debug outpug of friendserver code 2023-05-25 21:35:12 +02:00
csoler
578cafe1e2
Merge pull request #2735 from ppetr/master
Fix misplaced `fsitem.h` in HEADERS and add build artifacts to `.gitignore`
2023-05-25 10:34:26 +02:00
csoler
9a23e3acdf
Merge pull request #2737 from thunder2/post-title-clickable
Make post title in board clickable after change to ElidedLabel
2023-05-23 13:54:04 +02:00
csoler
6ca9529027
Merge pull request #2736 from defnax/wirefixes11
Fix loading group tree settings
2023-05-23 13:52:40 +02:00
csoler
1d0c05fa93
Merge pull request #2734 from csoler/v0.6-Channels-002
Fixing Channel posts counting
2023-05-22 23:46:26 +02:00
PYRET1C
87282618a4 Changed the follow status changed to new wire 2023-05-23 00:27:30 +05:30
thunder2
e46f1c285c Make post title in board clickable after change to ElidedLabel 2023-05-22 07:51:40 +02:00
csoler
f667daba98 made rsGxsForum provide posts in a hierarchy, to ease the display from JSON API clients, and fixed the unread posts counting 2023-05-20 22:05:37 +02:00
defnax
fc1f1caa03 Fix loading group tree settings 2023-05-20 16:46:58 +02:00
PYRET1C
d3233dbc03 Revert "name changes"
This reverts commit b40e5e34bc491d31cf08ba27aebda45fbbd4a3ab.

bad commit
2023-05-19 17:06:10 +05:30
PYRET1C
b40e5e34bc name changes
name changes
2023-05-19 17:00:50 +05:30
csoler
c970e94221 moved update of comment count to libretroshare 2023-05-17 17:18:47 +02:00
Petr
44e04ea0c1 Advance submodule retroshare-webui to its latest master version
As mentioned in https://github.com/RetroShare/RetroShare/issues/2732#issuecomment-1549228796.
2023-05-16 10:47:54 +02:00
Petr
93f010b8ab
Merge branch 'RetroShare:master' into master 2023-05-15 22:15:23 +02:00
Petr
b9e4bac510 Add various build artifacts to .gitignore 2023-05-15 22:14:07 +02:00
Petr
1ea18a583f Remove fsitem.h from the list of headers
It is now a part of libretroshare.
2023-05-15 22:07:30 +02:00
csoler
e25d8e50fc changed naming of posts to items, since it counts votes and comments as well 2023-05-15 21:57:09 +02:00
csoler
6775a64ed5 factored the collection of latest channel post versions and added a proper counting for new/unread posts 2023-05-15 21:54:27 +02:00
csoler
c95a0edd60
Merge pull request #2730 from defnax/wirefixes11
Fixed margins to remove wasting spaces [wire]
2023-05-15 11:14:38 +02:00
csoler
d70e343cb2
Merge pull request #2731 from csoler/v0.6-BugFixing_29
added missing updateIcon() in messageUserNotify
2023-05-15 11:13:53 +02:00
csoler
712ea96f24
Merge pull request #2733 from ppetr/master
Update the tracked `libretroshare` submodule.
2023-05-15 11:13:16 +02:00
Petr
01506127c5 Re-enable creation of AppVeyor artifacts to provide nightly builds
Fixes #2651.

They were disabled in 05116b8311b708fa24f696142548cddd2dc48ef7 in 2019.
But since then in 2021 the retention [policy] has changed and artifacts
are now kept only for 1 month (for free accounts).

[policy]: https://www.appveyor.com/blog/2021/03/30/artifacts-retention-policy-update/
2023-05-15 10:33:54 +02:00
Petr
65b1a5bce2 Update the tracked libretroshare submodule.
Fixes #2732.
2023-05-14 22:06:44 +02:00
defnax
f54be58088 Use ElidedLabel on PeerItem to not stretch the widget
* Use ElidedLabel on PeerItem to not stretch the widget
2023-05-12 20:41:27 +02:00
PYRET1C
726c42852c This commit removed the refresh button and edited some events for the retro share wire. 2023-05-09 23:18:34 +05:30
csoler
9c6bfc7847 added missing updateIcon() in messageUserNotify 2023-05-09 10:33:34 +02:00
thunder2
67dd1999a5 Windows Build: Added update of MSYS2 to prepare script 2023-05-08 14:48:00 +02:00
thunder2
e1934fd9b0 Added missing include stdint.h to Histogram.h 2023-05-08 08:00:55 +02:00
defnax
77d275c7f0 Fixed margins to remove wasting spaces
Fixed margins to remove wasting spaces
Fixed to hide desc groupbox instead of only desc text,
2023-05-07 20:22:24 +02:00
csoler
782944727c
Merge pull request #2724 from csoler/v0.6-BugFixing_29
fixed keeping new zoom size when resizing the channel post window
2023-05-07 17:10:13 +02:00
csoler
082603917c fixed crash in setting posted items as read 2023-05-07 17:09:00 +02:00
csoler
2f2495455f Merge remote-tracking branch 'upstream/master' into v0.6-BugFixing_29 2023-05-07 17:07:59 +02:00
thunder2
40adcd2db1 Windows Build Environment: Added missing target "error" to git-log.bat 2023-05-06 21:50:47 +02:00
thunder2
180b7d3703 FeedReader: Added process of response code 403 and added user agent 2023-05-06 20:36:08 +02:00
thunder2
ff183ee98b FeedReader: Reduced the height of the dialog for creating a feed 2023-05-06 20:36:08 +02:00
thunder2
af562cb4ca FeedReader: Added shrink of images for board post 2023-05-06 20:36:08 +02:00