Commit Graph

14797 Commits

Author SHA1 Message Date
csoler
a5dd33e085
improved widgets. Added file list (with dump delegate), labels, etc 2020-06-04 21:50:27 +02:00
csoler
e0cf9768fc
improved layout 2020-06-04 19:50:34 +02:00
defnax
58cfbbd823 Enabled sorting for gxs transport statistics, view details & small changes
* Enabled sorting for gxs transport statistics
* Context menu to view author details on gxs transport groups
* ui layout  fixes for view boards details
* Display counting for people tree
2020-06-04 19:38:46 +02:00
csoler
f75a6424b5
fixed long-term bug due to sending an empty list of destkeys for GXSSecurity to encrypt an item 2020-06-04 13:38:57 +02:00
jolavillette
752c997f24 Merge remote-tracking branch 'upstream/master' into pqihandlerOptim 2020-06-04 07:39:59 +02:00
G10h4ck
b29abaf67b
Merge pull request #1993 from PhenomRetroShare/Fix_Qt5.15
Fix build with Qt 5.15+
2020-06-03 23:39:06 +02:00
csoler
a38d5aba14
added missing files 2020-06-03 22:49:13 +02:00
csoler
da968379d6
improved design: moved channel details+posts into tabs, and added tabs for comments+post details 2020-06-03 21:06:37 +02:00
Phenom
bbaad83857 Fix build with Qt 5.15+ 2020-06-03 19:25:06 +02:00
defnax
58a4eafcc2 Added reputation check for board posts
* Added reputation check for board posts
* Added show author feature for the menu
2020-06-03 12:24:58 +02:00
Klaus Eisentraut
3586fa78e6 cherrypicked missing include from https://github.com/public/OpenPGP-SDK/pull/3 by @agl 2020-06-02 23:18:34 +02:00
csoler
5a6c8de005
fixed abstract item model for channels. Display still missing 2020-06-02 22:22:36 +02:00
drbob
bcaef29d49 Merge branch 'master' into TheWire-rework-ui 2020-06-02 22:33:33 +10:00
hunbernd
fdead2e491 Generate changelog.txt 2020-06-01 22:11:23 +02:00
csoler
198733a763
started implementing an abstract item model for channels 2020-06-01 22:00:49 +02:00
hunbernd
d2a3f1e8d0 Changed default configuration: 64 -plugins +nativedialogs
Changed msys2 download version
Added x64 or x86 into the pack filename
2020-06-01 15:28:12 +02:00
hunbernd
b6f1c23ae9 Skip updating 2020-06-01 14:01:36 +02:00
Gioacchino Mazzurco
aef87fb1f8
Multiple improvements in debugging helpers
Add variadic style macro helpers that make debugging code disappear completely
  (also the paramethers evaluation) when debugging level is lower
Chained style << is now atomic like variadic style, still can't benefit
  of paramethers eveluation stripping
Reduced to minimum the difference between Android and other platform
  debugging code
Port debugging code to new helpers, expecially a few corner cases to
  test it, and as examples of how to use it.
2020-06-01 00:53:58 +02:00
hunbernd
3dd5945186 Deep channel and file indexing support 2020-06-01 00:53:31 +02:00
G10h4ck
5f06651e54
Merge pull request #1991 from G10h4ck/extrafiles_overflow_check
ExtraFileHash check for integer overflow
2020-06-01 00:52:39 +02:00
defnax
eee7ef600f
Merge pull request #1989 from defnax/fixing-stylesheet
Removed stylesheet it gets issues on other style
2020-05-31 23:45:51 +02:00
Gioacchino Mazzurco
295ecf368e
ExtraFileHash check for integer overflow
When passing large periods 2038 problems was silently triggered due to
  time being stored as int in FileInfo::age, thus causing erratic
  behaviour in extra files timeout. Now period is checked and if too
  large an error is reported.
Deprecate FileDetails which is confusing dummy wrapper of FileInfo
Remove ftExtraList::cleanupEntry deadcode
2020-05-31 15:19:00 +02:00
hunbernd
7dda728ef0 Fix: include commit hash even when the HEAD=tag
Only consider tags starts with "v"
2020-05-31 02:09:42 +02:00
defnax
e7cc74751f Removed stylesheet it gets issues on other style 2020-05-31 00:21:19 +02:00
defnax
54364c488e
Merge pull request #1988 from PhenomRetroShare/Fix_MessageDeleteLast
Fix Message Delete Last to clear widget.
2020-05-30 22:12:13 +02:00
Gioacchino Mazzurco
0c1785b0d3
Merge branch 'atomic_variadic_log' 2020-05-30 22:11:04 +02:00
Phenom
df12c72ab8 Fix Message Delete Last to clear widget. 2020-05-30 19:39:02 +02:00
csoler
93f7f4fdd6
Merge pull request #1987 from PhenomRetroShare/Fix_MessageSentTags
Fix Message Sent keeps Tags
2020-05-30 18:27:42 +02:00
Phenom
d256595aa7 Fix Message Sent keeps Tags 2020-05-30 18:20:17 +02:00
defnax
6b786b3604
Merge pull request #1985 from defnax/emojiandstylesheets
Added missed facepalming emoji & stylesheet fixes
2020-05-30 14:00:23 +02:00
defnax
6352fc9719
Merge pull request #1986 from PhenomRetroShare/Fix_ForceItemColorForGtkDarkTheme
Fix qss StyleSheet dark theme item color for gtk users
2020-05-30 13:57:39 +02:00
Phenom
70e2a1a801 Fix qss StyleSheet dark theme item color for gtk users
gtk users can't set Qt system theme.
2020-05-30 12:40:42 +02:00
hunbernd
00102701df Added script to start clean build environment 2020-05-30 02:18:21 +02:00
hunbernd
2aca157b56 Fixed missing include with the latest Qt version 2020-05-30 02:17:43 +02:00
hunbernd
cd751f12d4 Clang support 2020-05-30 02:16:59 +02:00
hunbernd
5a7b9e416c Added missing doxygen dependency 2020-05-29 23:06:21 +02:00
G10h4ck
97a60865b4
Merge pull request #1981 from G10h4ck/RsMemoryWrapper_JSON_fixup
Change raw memory JSON representation
2020-05-29 19:16:00 +02:00
defnax
28508c47ce
Merge pull request #1968 from defnax/added-mail-settings-for-emoticons
Added mail settings for emoticons
2020-05-29 18:27:01 +02:00
defnax
22618de00c * Added missed facepalming emoji & stylesheet fixes
* Added missed facepalming emoji
* Added default stylesheets for Messages selection & hover
* Added default selection color for the Main Window ListView
2020-05-29 18:16:59 +02:00
G10h4ck
3f7bfdfbb5
Merge pull request #1984 from G10h4ck/already_have_files_extra
RsFiles::alreadyHaveFile look into extra list too
2020-05-29 12:20:55 +02:00
Gioacchino Mazzurco
43f7b6c0ba
RsFiles::alreadyHaveFile look into extra list too 2020-05-29 11:03:57 +02:00
csoler
d1e95f94a8
added method to print cache size 2020-05-29 09:49:07 +02:00
Gioacchino Mazzurco
2ae21ca800
rsdebug supports variadic style for atomic log 2020-05-29 01:09:10 +02:00
csoler
1dbc0c1fcf
fixed long-term bug due to sending an empty list of destkeys for GXSSecurity to encrypt an item 2020-05-28 23:58:07 +02:00
Gioacchino Mazzurco
c1c303218c
Change raw memory JSON representation
Fix bug reported by b1rdG
The new way permits to add more formats in the future without breaking
  retro-compatibility again.
Add support for RsJson in rsdebug for Android
2020-05-28 23:01:04 +02:00
defnax
df0ed8e77e Added to display the headshot images on the group item 2020-05-28 22:15:44 +02:00
G10h4ck
968f234bfd
Merge pull request #1959 from G10h4ck/rsbase64_fixup
RsBase64 handle correcly 0 lenght buffer encoding and padding
2020-05-28 18:45:04 +02:00
Gioacchino Mazzurco
d76f397358
RsBase64 calculate size properly and avoid FP math 2020-05-28 17:57:42 +02:00
csoler
31e6e02a91
removed MsgMeta delete that was left 2020-05-28 17:07:33 +02:00
csoler
1a362f1cc0
moved a debug output to the right place 2020-05-28 16:06:31 +02:00