Commit Graph

12348 Commits

Author SHA1 Message Date
csoler
8451550561
added missing licence to file_tree.h 2018-05-16 11:40:39 +02:00
csoler
291c86e2d0
Merge pull request #1265 from csoler/v0.6-GxsFix
fixed bug causing new forums and identities to not show up immediately
2018-05-16 11:17:22 +02:00
csoler
4661329bee
fixed bug causing new forums and identities to not show up immediately 2018-05-16 11:15:18 +02:00
G10h4ck
9f37b63e4d
Merge pull request #1264 from G10h4ck/channel_json_api_v2
Channel json api v2
2018-05-16 10:49:28 +02:00
Gioacchino Mazzurco
181d99e882
Give proper error message if Qt version is too old 2018-05-16 10:38:47 +02:00
Phenom
f12cd5774d Fix Partial Dir Check
Add WrongValue StyleSheet property, when bad directory selected.
Update QLineEdit with current setting so it's possible to see if
something is modified. No need to restart.
2018-05-12 14:31:28 +02:00
csoler
57cff61873
fixed merge 2018-05-11 20:28:53 +02:00
csoler
ecbd115873
added missing include path for libretroshare/src in libresapi 2018-05-11 20:27:03 +02:00
cyril soler
fe5ea9e07c additional fixes to debian packaging files 2018-05-11 17:37:15 +02:00
cyril soler
2173aab483 fixed rules file again 2018-05-11 17:02:58 +02:00
cyril soler
84a02cb7fa added missing targets in rules file 2018-05-11 16:39:49 +02:00
cyril soler
4b6304e341 few fixes according to lintian complaints 2018-05-11 16:33:19 +02:00
cyril soler
c2492fe166 fixed a few lintian errors in debian/control 2018-05-10 23:10:16 +02:00
csoler
9f5409b4f7
fixed email to match mentors login 2018-05-10 22:04:11 +02:00
csoler
45fdbb4466
fixed email to match mentors login 2018-05-10 22:03:39 +02:00
csoler
b4ada807c8
removed > 3.4.1 in debian/control, because pbuilder would not build 2018-05-09 13:54:40 +02:00
csoler
e81c82efb8
added notes file for debian release 2018-05-09 13:37:25 +02:00
csoler
4d287d68bc
fixed weird mistake in grouter which causes an issue only in gcc > 8 2018-05-09 13:27:16 +02:00
csoler
889c27726e
fixed packaging script for debian release 2018-05-09 10:15:32 +02:00
csoler
f406d9af16
updated debian/control to be the control file for stretch. Updated copyright notice 2018-05-09 10:15:02 +02:00
csoler
186ff0f21a
created proper debian changelog using dch and updated project url 2018-05-09 10:12:34 +02:00
csoler
6d67936026
Merge pull request #1253 from PhenomRetroShare/Add_LastPostColInGroupTreeWidget
Add Last Post Column in GroupTreeWidget.
2018-05-08 15:34:44 +02:00
Phenom
2ebacf36ed Add Last Post Column in GroupTreeWidget.
Hidden by default.
A context menu is added.
2018-05-08 12:10:31 +02:00
Phenom
4d748bd079 Fix CppCheck duplInheritedMember warning in bdNode
/libbitdht/src/bitdht/bdnode.h:259: warning:
Cppcheck(duplInheritedMember): The class 'bdNodeManager' defines member
variable with name 'mFns' also defined in its parent class 'bdNode'.
2018-05-07 18:05:14 +02:00
Phenom
f39fd069b5 Fix CppCheck duplInheritedMember warning in RsItem
/libretroshare/src/rsitems/rsitem.h:92: warning:
Cppcheck(duplInheritedMember): The class 'RsPeerNetItem' defines member
variable with name 'peerId' also defined in its parent struct 'RsItem'.
/libretroshare/src/rsitems/rsitem.h:92: warning:
Cppcheck(duplInheritedMember): The class 'RsHistoryMsgItem' defines
member variable with name 'peerId' also defined in its parent struct
'RsItem'.
/libretroshare/src/rsitems/rsitem.h:91: warning:
Cppcheck(duplInheritedMember): The class 'RsBanListConfigItem' defines
member variable with name 'type' also defined in its parent struct
'RsItem'.
/libretroshare/src/rsitems/rsitem.h:92: warning:
Cppcheck(duplInheritedMember): The class 'RsBanListConfigItem' defines
member variable with name 'peerId' also defined in its parent struct
'RsItem'.
2018-05-07 17:29:11 +02:00
thunder2
1352631807 Updated Windows build environment 2018-05-07 16:49:53 +02:00
thunder2
38ac234862 Fixed Windows compile with pre-compiled libraries
Added new variable EXTERNAL_LIB_DIR to specify path of external libraries
2018-05-07 09:42:36 +02:00
thunder2
d9a75a9362 Added RapidJSON to Windows build environment 2018-05-07 09:24:23 +02:00
csoler
5b607ada26
Merge pull request #1245 from PhenomRetroShare/AddContextMenuForGxsIdInTextChatBrowser
Add Context Menu for GxsId in lobby textBrowser.
2018-05-06 23:53:45 +02:00
csoler
a6821f4ded
Merge pull request #1249 from sehraf/pr_libsecret
Add support for libsecret (including KDE keyring) and fix retroshare-nogui autologin
2018-05-06 23:02:18 +02:00
csoler
c20436e215
Merge pull request #1250 from PhenomRetroShare/Fix_CppCheckerWarningInFtController
Fix CppCheck in ftcontroller.cc
2018-05-06 22:59:20 +02:00
csoler
d8dc2a898c
Merge pull request #1246 from PhenomRetroShare/Add_GxsIdInRestoredChatMsg
Add GxsId in Restored Chat Message.
2018-05-06 22:57:57 +02:00
Phenom
dca33daae8 Fix CppCheck in ftcontroller.cc
/libretroshare/src/ft/ftcontroller.cc:91: warning:
Cppcheck(passedByValue): Function parameter 'fname' should be passed by
reference.
/libretroshare/src/ft/ftcontroller.cc:92: warning:
Cppcheck(passedByValue): Function parameter 'tmppath' should be passed
by reference.
/libretroshare/src/ft/ftcontroller.cc:92: warning:
Cppcheck(passedByValue): Function parameter 'dest' should be passed by
reference.
/libretroshare/src/ft/ftcontroller.cc:1482: warning:
Cppcheck(stlIfStrFind): Inefficient usage of string::find() in
condition; string::compare() would be faster.
/libretroshare/src/ft/ftcontroller.cc:1491: warning:
Cppcheck(stlIfStrFind): Inefficient usage of string::find() in
condition; string::compare() would be faster.
2018-05-06 18:54:25 +02:00
csoler
e7182013bf
added items for generic search result items for GXS 2018-05-05 18:41:41 +02:00
csoler
0ada4d4895
improved GxsNetTunnel comment section 2018-05-05 18:08:27 +02:00
sehraf
c89e36a665
add auto selection of libsecret with fallback to libgnome-keyring 2018-05-04 20:52:31 +02:00
sehraf
1129bcb0c0
Add support for libsecret 2018-05-04 20:47:41 +02:00
sehraf
10badf5cbb
fix retroshare-nogui.pro autologin 2018-05-04 20:43:40 +02:00
csoler
8d5c013a17
added proper synchronization of GxsIds through tunnels of another service 2018-05-03 23:21:59 +02:00
csoler
676c070152
extended the rapid_json trick to plugins 2018-05-03 15:55:21 +02:00
csoler
5f12b6076d
added -lgnome-keyring to unix LIBS when rs_autologin is set 2018-05-03 15:22:39 +02:00
csoler
bfe8e40a8a
updated ubuntu changelog 2018-05-03 15:22:03 +02:00
Phenom
98f00520cd Add GxsId in Restored Chat Message. 2018-05-03 15:04:28 +02:00
Phenom
ecba4c2dab Add Context Menu for GxsId in lobby textBrowser. 2018-05-03 14:29:15 +02:00
csoler
91ed367c55
added packaging for ubuntu bionic 2018-05-03 13:47:42 +02:00
cyril soler
56e8134d45 removed sqlite3 lib from ld when using sqlcipher. 2018-05-03 11:32:24 +02:00
csoler
1366f6131b
Merge pull request #1241 from RetroPooh/chatimgattprev1
embed preview for images on file attach in chat
2018-05-02 23:51:46 +02:00
csoler
8e111c2ee2
added rapidjson-1.1.0 code hard-coded in the source directory to allow everyone to compile without the need to tweak too much. When v1.1.0 is mainstream (espcially on ubuntu) we can revert back to an external dependency 2018-05-02 22:46:27 +02:00
csoler
4d6fed643a
reverted to single GxsTunnelService shared for all services 2018-05-01 20:10:56 +02:00
csoler
ba0819f8d0
added additional debug info to test proper distant request of GXS ids 2018-05-01 15:17:41 +02:00