Commit Graph

14835 Commits

Author SHA1 Message Date
csoler
97762093ce added missing initialization of write-only pointer that causes error in RsTypeSerializer 2020-09-01 22:34:56 +02:00
csoler
e2a04c1baa
Merge pull request #2059 from G10h4ck/stubborn_post
Forum add API to mark a post to be kept forever
2020-09-01 22:28:10 +02:00
csoler
4e923bd8ad
Merge pull request #2057 from G10h4ck/rm_deadcode
Remove a bunch of deadcode
2020-09-01 22:25:29 +02:00
csoler
7541a5cb80
Merge pull request #2058 from G10h4ck/fix_docu
Remove documentation for param which doesn't exists anymore
2020-09-01 22:24:25 +02:00
Gioacchino Mazzurco
06d8476120
Forum add API to mark a post to be kept forever
This way the post never get deleted even when older then  parent group
  maximum storage time
2020-09-01 16:15:49 +02:00
Gioacchino Mazzurco
4a81f7f5db
Remove documentation for param which doesn't exists anymore 2020-09-01 15:36:47 +02:00
Gioacchino Mazzurco
162028abd0
Remove a bunch of deadcode 2020-09-01 12:01:38 +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
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
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
csoler
8e4d8b44cf
Merge pull request #2046 from drbob/fix-gui-interface-headers
Add proper header path for 'retroshare-gui/' headers
2020-08-18 20:09:32 +02: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
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
bb6706e996 added missing destructor in MsgMetaCache 2020-08-15 18:54:00 +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
Gioacchino Mazzurco
82ba488574
Update Android debugging script and README 2020-08-13 20:27:03 +02:00
thunder2
0df86aa416 Fixed update of submodule supportlibs/udp-discovery-cpp and supportlibs/restbed with mingw32-make compile 2020-08-11 13:19:08 +02:00
thunder2
532c114048 Windows build environment
- Fixed pack of tor bundle
- Removed external tool jom.exe
- Added parameter "singlethread" for build from MSYS2 build
2020-08-11 13:19:07 +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
f85bf388d2 Enabled jsonapi in Windows build environment 2020-08-11 00:37:56 +02:00
thunder2
4c4648e3e2 Fixed compile of jsonapi with MinGW 2020-08-11 00:37:56 +02:00
thunder2
1760f819c8 Added git update of submodule supportlibs/udp-discovery-cpp for MinGW compile 2020-08-11 00:37:45 +02:00
thunder2
2a5b35fbca Merge branch 'master' of github.com:RetroShare/RetroShare 2020-08-10 03:25:02 +02:00
drbob
a68522e3b0 Merge branch 'master' into TheWire-fix-Show-Follow-Buttons 2020-08-10 09:19:52 +10:00
drbob
a164c5351e
Merge pull request #2037 from drbob/TheWire-update-GroupPtrs
[TheWire] update GroupPtrs
2020-08-10 08:29:14 +10:00
thunder2
d38e7d2e70 Windows build environment
- Use date of last git commit instead of current date for filename
- Added download of Tor installation
- Added section Tor to installer
2020-08-08 18:30:38 +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
drbob
ab07db7927 Merge branch 'master' into TheWire-update-GroupPtrs 2020-08-08 00:05:13 +10: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
csoler
38bdbdfdca
Merge pull request #2036 from drbob/TheWire-Add-History
[TheWire] Add view history to WireDialog.
2020-08-07 15:11:32 +02:00
drbob
9a90ef694e [TheWire] update GroupPtrs
Ensure all possible GroupPtrs are filled in on Pulse Data Requests.
 * Expand Id collection to include all the additonal RefGroupIds.
 * Perform intersection(available IDs, pulse GroupIds) before retrieving
 * Iterate over pulse tree and update GroupPtr references.
 * Enable GROUP_IDS gxs data fetches.
2020-08-07 18:12:06 +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
thunder2
08955c0818 Windows build environment
- Fixed creating git-log
- Added generating of changelog from MSYS2 build
2020-08-04 21:38:28 +02:00
defnax
b130ab2b0d
Merge pull request #2035 from hunbernd/fix/newmsys2version
Updated msys2 version
2020-08-04 17:18:38 +02:00
hunbernd
5649075115 Updated msys2 version
Added instructions how to resolve issues caused by breaking changes in msys2
2020-08-04 11:41:46 +02:00