jolavillette
735a123a02
restore 1.1 factor in ft/fttransfermodule
2020-05-24 00:32:24 +02:00
jolavillette
1f547aaefe
bandwidth control improvement
2020-05-14 23:13:36 +02:00
defnax
4f25ab3fe8
Merge pull request #1938 from defnax/forum-fonts-settings
...
Added forum settings for Font size & contrast
2020-05-14 14:29:13 +02:00
defnax
926aa2ad68
Merge pull request #1937 from defnax/stylesheet-fixes
...
Disabled uneeded qproperty-textColorQuote
2020-05-14 13:58:36 +02:00
csoler
e6d9c49426
Merge pull request #1931 from PhenomRetroShare/Fix_SharedFilesLongTimeUpdate
...
Fix SharedFilesDialog take long time to update.
2020-05-14 00:00:22 +02:00
defnax
86ec01e991
Added forum settings for Font size & contrast
2020-05-13 19:37:44 +02:00
defnax
b610ce7627
Merge pull request #1154 from chelovechishko/net_bolshe_slyozok
...
gxsforums: make forum's messages respectful to chat options
2020-05-13 14:05:55 +02:00
defnax
c4315851d5
Disabled uneeded qproperty-textColorQuote
2020-05-13 12:10:17 +02:00
csoler
2ad9d86385
Merge pull request #1933 from PhenomRetroShare/Fix_RsElidedItemDelegateAbs
...
Fix RSElidedItemDelegate abs to use std one.
2020-05-12 23:07:08 +02:00
csoler
e6edae27be
Merge pull request #1922 from PhenomRetroShare/Fix_SomeWarnings
...
Fix some warnings
2020-05-12 23:05:34 +02:00
csoler
19d235aed4
Merge pull request #1924 from defnax/new-spam-box
...
Added New Spam Box
2020-05-12 23:01:46 +02:00
csoler
391ecd10dd
Merge pull request #1929 from defnax/fixing-posteditem-signal-slots
...
[PostedItem] Fixing for some buttons the signal slots...[Expand,Notes, Voting]
2020-05-12 22:47:25 +02:00
defnax
30116598ff
Merge pull request #1932 from defnax/enable-additional-colors-for-syntax-higlighting
...
Enable the additional colors for the highlighting
2020-05-12 22:07:26 +02:00
Phenom
ba7a4db934
Fix RSElidedItemDelegate abs to use std one.
2020-05-12 19:56:11 +02:00
defnax
1232d71446
Enable additional colors for the highlighting
2020-05-12 15:32:25 +02:00
Phenom
bc27863d23
Fix SharedFilesDialog take long time to update.
...
This is due to Qt bug: https://bugreports.qt.io/browse/QTBUG-11438
Thanks to Jolavillette
2020-05-12 14:10:33 +02:00
defnax
d8ca92da1b
Merge pull request #1930 from PhenomRetroShare/Add_MoreQuoteColors
...
Add more color for quotted text.
2020-05-12 14:09:09 +02:00
Phenom
e492945612
Add more color for quotted text.
2020-05-12 03:06:01 +02:00
defnax
2ec021e1cf
Fixing Indentation
2020-05-11 14:42:28 +02:00
defnax
d1c065559e
Merge pull request #1926 from PhenomRetroShare/Fix_GroupTreeWidgetQSS
...
Fix GroupTreeWidget with RSElidedItemDelegate for StyleSheet.
2020-05-11 14:39:17 +02:00
defnax
9f91ac1454
Fixing for some buttons the signal slots
2020-05-11 14:20:33 +02:00
csoler
fa9b99a88e
Merge pull request #1927 from PhenomRetroShare/Fix_PostedItemLoadingThread
...
Fix PostedItem loading thread.
2020-05-10 20:23:42 +02:00
Phenom
c268f998e6
Fix PostedItem loading thread.
...
Wait loading is finished before destruct.
2020-05-10 19:49:07 +02:00
Phenom
c6350ff044
Fix GroupTreeWidget with RSElidedItemDelegate for StyleSheet.
2020-05-10 18:42:24 +02:00
defnax
9b84617ebe
Fixing indentation
2020-05-10 00:04:17 +02:00
defnax
c297311b61
Fixing column display
2020-05-09 23:42:54 +02:00
csoler
cfcd68e661
Merge pull request #1923 from RetroShare/revert-1920-Fix_GroupTreeWidgetQSS
...
Revert "Fix GroupTreeWidget with RSElidedItemDelegate for StyleSheet."
2020-05-09 22:31:50 +02:00
csoler
df92000147
Revert "Fix GroupTreeWidget with RSElidedItemDelegate for StyleSheet."
2020-05-09 21:49:13 +02:00
defnax
d2794ed6d2
Merge pull request #1920 from PhenomRetroShare/Fix_GroupTreeWidgetQSS
...
Fix GroupTreeWidget with RSElidedItemDelegate for StyleSheet.
2020-05-09 18:19:34 +02:00
defnax
436e9961ef
Merge pull request #1921 from PhenomRetroShare/Fix_ForumThreadSetting
...
Fix ForumThread Setting Loading
2020-05-09 18:19:14 +02:00
Phenom
826e969fae
Fix GroupTreeWidget with RSElidedItemDelegate for StyleSheet.
2020-05-09 14:43:45 +02:00
Phenom
546e87fd39
Fix warning: ‘op’ may be used uninitialized in this function
...
../../../trunk/retroshare-gui/src/gui/Identity/IdDetailsDialog.cpp: In
member function ‘void IdDetailsDialog::modifyReputation()’:
../../../trunk/retroshare-gui/src/gui/Identity/IdDetailsDialog.cpp:
327:30: warning: ‘op’ may be used uninitialized in this function [-
Wmaybe-uninitialized]
327 | rsReputations->setOwnOpinion(id,op);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
2020-05-09 14:36:06 +02:00
Phenom
e3846f981c
Fix warning: control reaches end of non-void function
...
../../../trunk/retroshare-gui/src/gui/common/FriendListModel.cpp: In
member function ‘QVariant RsFriendListModel::displayRole(const
RsFriendListModel::EntryIndex&, int) const’:
../../../trunk/retroshare-gui/src/gui/common/FriendListModel.cpp:716:1:
warning: control reaches end of non-void function [-Wreturn-type]
716 | }
| ^
2020-05-09 14:34:48 +02:00
Phenom
b40ca53f13
Fix warning: ‘n’ may be used uninitialized in this function
...
../../../trunk/libretroshare/src/rsitems/rsmsgitems.cc: In member
function ‘virtual void
RsMsgTags::serial_process(RsGenericSerializer::SerializeJob,
RsGenericSerializer::SerializeContext&)’:
../../../trunk/libretroshare/src/rsitems/rsmsgitems.cc:93:22: warning:
‘n’ may be used uninitialized in this function [-Wmaybe-uninitialized]
93 | uint32_t n ;
| ^
2020-05-09 14:32:48 +02:00
Phenom
6d53529cd4
Fix ForumThread Setting Loading
2020-05-09 12:30:32 +02:00
defnax
38af9244a6
added spam box
2020-05-08 23:21:38 +02:00
defnax
477f0a8a76
Merge pull request #1901 from PhenomRetroShare/Fix_ClearLayout
...
Fix Clear Layout methode.
2020-05-08 17:20:01 +02:00
defnax
f649ef943d
Merge pull request #1902 from PhenomRetroShare/Fix_SetMessageUnRead
...
Fix set Un/read choice in PopupMenu on messsage dialog.
2020-05-07 23:37:06 +02:00
defnax
0a2f2a1466
Merge pull request #1889 from PhenomRetroShare/Add_DateAndNameInCopyFromHistory
...
Add Date and Name in copied text from Chat History Browser.
2020-05-07 23:30:49 +02:00
defnax
62aaa70932
Merge pull request #1913 from defnax/fixing-comments-button-icon
...
Added new icon for the Chat menu
2020-05-07 21:46:46 +02:00
defnax
51d788cfbd
Merge pull request #1916 from defnax/stylsheet-fixes
...
Added default needed stylesheets for Messages & Forums tree item
2020-05-07 18:25:51 +02:00
defnax
998f45fb59
Fixing spacing
2020-05-07 14:07:28 +02:00
defnax
ff88ff9d08
Reorder the Chat menu
2020-05-07 02:10:18 +02:00
defnax
e3953a1d57
Added default needed stylesheets for Messages & Forums tree
...
Added default needed stylesheets for Messages & Forums tree
2020-05-07 00:04:47 +02:00
defnax
de51f07922
Merge pull request #1903 from PhenomRetroShare/Fix_RsElidedItemDelegate
...
Fix RsElidedItemDelegate for StyleSheet
2020-05-06 13:36:29 +02:00
defnax
a8c2dc3d54
Added new icon for the Chat menu
2020-05-06 00:33:45 +02:00
defnax
c84bac7da7
Merge pull request #1912 from defnax/fixing-comments-button-icon
...
Fixing comments button icon
2020-05-05 19:34:25 +02:00
defnax
73194d2f4c
Merge pull request #1911 from defnax/fixing-posteditem-class-stylesheet
...
Fixing typing icon
2020-05-05 19:33:01 +02:00
defnax
6dec124131
Fixing comments button icon
2020-05-05 17:56:52 +02:00
defnax
d32face391
Merge pull request #1909 from PhenomRetroShare/Fix_PR1907
...
Fix PR#1907 by setting bool in the place that other.
2020-05-05 17:27:33 +02:00