defnax
d78811ab5e
Fixed the toolbar frames
...
before used wrong names for the default stylesheet
2019-10-05 16:02:44 +02:00
Phenom
b80d7cb5ae
Fix Warnings for class 'RsGxsForumGroup' was previously declared as a
...
struct
../../../trunk/retroshare-gui/src/gui/msgs/MessageComposer.h:40:1:
warning: class 'RsGxsForumGroup' was previously declared as a struct [-
Wmismatched-tags]
class RsGxsForumGroup;
^
../../../trunk/libretroshare/src/retroshare/rsgxsforums.h:55:8: note:
previous use is here
struct RsGxsForumGroup : RsSerializable
^
../../../trunk/retroshare-gui/src/gui/msgs/MessageComposer.h:40:1: note:
did you mean struct here?
class RsGxsForumGroup;
^~~~~
struct
2019-02-14 23:15:54 +01:00
csoler
1dc8004430
added missing commands to install plugins
2018-12-21 15:50:45 +01:00
csoler
ecf5f79c03
fixed version numbers in packaging scripts and added proper targets in VOIP and FeedReader plugins
2018-12-18 23:14:14 +01:00
csoler
15b3c48149
finished licenses in VOIP. Files re-licensed with authorization
2018-11-11 14:24:46 +01:00
csoler
456845fc8c
fixed licenses in FeedReader
2018-11-11 14:24:46 +01:00
Gioacchino Mazzurco
92f90178c4
RS version is now parametrizable at compile time
...
Avoid the need of dirty patching to set the version at build time
In case RS version is not passed as argument attempt to determine it
using git describe, if unavailable use hardcoded default
2018-09-12 10:49:36 +02:00
Gioacchino Mazzurco
b4d2ce82c1
RsTokenService use enum for request status
2018-06-24 18:56:48 +02:00
csoler
676c070152
extended the rapid_json trick to plugins
2018-05-03 15:55:21 +02:00
csoler
e3d8d86044
updated translation files
2018-02-20 23:03:33 +01:00
csoler
d0039241d3
replaced usleep() by rstime::rs_usleep() which accepts times >= 1 sec. Should fix problems on windows
2018-01-27 20:22:31 +01:00
Phenom
a3acd585f4
Fix TravisCI on MacOS compilation.
2017-12-12 19:39:04 +01:00
Phenom
d234b8be5e
Fix CppCheck in XPathWrapper.h
...
/plugins/FeedReader/util/XPathWrapper.h:46: warning:
Cppcheck(noExplicitConstructor): Class 'XPathWrapper' has a constructor
with 1 argument that is not explicit.
2017-11-07 22:11:29 +01:00
csoler
861dc165f7
switched VOIP to new serialization
2017-05-02 22:05:54 +02:00
csoler
cecd9a3368
merged upstream/master
2017-04-30 20:14:23 +02:00
csoler
e2d9152b22
moved converted serialisation files into new directory rsitems/, leaving serialiser/ for the serialisation classes
2017-04-18 21:11:37 +02:00
Phenom
76f7573659
Fix Clang warnings: comparison of array != a null pointer is always true
...
warning: comparison of array 'known_zones[i].tzName' not equal to a null
pointer is always true [-Wtautological-pointer-compare]
for (int i=0; known_zones[i].tzName != 0; i++) {
2017-04-17 21:58:19 +02:00
thunder2
733b1143ba
Updated languages from Transifex
2017-03-10 15:57:40 +01:00
Phenom
674b6de381
Fix Some gcc warnings 383 to 208 lines
...
Left explicit #warning and deprecated.
Some lines are wrong indented and produce mal formed code.
2016-11-30 22:01:01 +01:00
defnax
0c36a18aa9
update icon
2016-08-24 16:48:30 +02:00
defnax
4b11fb1729
update FeedReader icons
2016-08-16 22:26:48 +02:00
thunder2
f1847a954f
Changed check for MSYS2 environment for Windows compile
2016-08-15 09:57:23 +02:00
csoler
927f782bef
pass over compiler warnings
2016-06-05 10:43:57 -04:00
sehraf
24b3da06ef
add names to feedreader threads
2016-06-01 17:01:43 +02:00
thunder2
0ff634935b
Fixed possibility of XXE injection in FeedReader plugin.
2016-01-15 21:41:24 +01:00
Phenom
c5e6f62382
Make Plugin working in Mac OSX.
2016-01-02 14:19:53 +01:00
Phenom
cb4579e8c7
Fix compilation for plugins but miss RetroShare-gui library linking.
...
Get ld: symbol(s) not found for architecture ...
2015-12-26 17:20:54 +01:00
defnax
c41f98cb4c
Merge pull request #86 from PhenomRetroShare/Fix_Win7_32bCompilationFromScratch
...
Fix Windows 7 32b Compilation from scratch.
2015-11-06 01:58:30 +01:00
Sergei Reznikov
34758be52a
Add Haiku support
2015-10-20 20:32:44 +03:00
Phenom
340e78f064
Fix MSys 32b depends and Add a specific MSys2 Makefile to compile
...
missing libs.
2015-10-17 12:15:36 +02:00
Phenom
79d761ae2e
Add Win32 section in retroshare.pri
...
And add MSys2 directories.
2015-10-17 12:15:36 +02:00
Phenom
d195b154bc
Fix FeedReader compilation
...
(Thanks to AsamK)
2015-10-17 12:15:36 +02:00
AsamK
66b9557833
Use PKGCONFIG instead of manually specifying LIBS for Linux
...
- The advantage is that this method automatically includes additional
dependencies of LIBS (e.g. libupnp needs -lixml).
- Also if some distribution moves headers to non default locations the
correct locations get added by PKGCONFIG
2015-09-06 22:27:22 +02:00
thunder2
9bbdefa48a
Added "QMAKE_LFLAGS += -Wl,--start-group" to pluigns for Windows compile.
2015-09-03 16:24:57 +02:00
thunder2
2494f02bbb
Removed fix font size from plugins (Patch from Henry).
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8564 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-28 10:26:48 +00:00
thunder2
3a71b8b662
Added stylesheet to plugins.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8563 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-28 10:11:47 +00:00
thunder2
c3b794afb2
Fixed compile with Qt 5
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8555 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-26 08:14:09 +00:00
thunder2
5a53927b44
Feedreader:
...
- Removed fix font size from ui.
- Added elided label for message title.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8543 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-23 14:23:17 +00:00
thunder2
0626255bbb
Updated languages from Transifex
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8536 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-21 10:11:45 +00:00
thunder2
846d5f4f50
Optimized fill of feed items by moving the fill of the hidden area to the first expand of the frame.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8514 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-17 18:59:12 +00:00
thunder2
5f4e465a09
Added proper shutdown of the plugins with remove of the service and dlcose of the plugin handle.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8493 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-16 14:20:59 +00:00
electron128
3ed1be74a6
updated english translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8484 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-16 11:57:35 +00:00
thunder2
504bbc00f1
Fixed memory leak in p3FeedReaderThread::processXPath.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8460 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-14 23:39:05 +00:00
thunder2
0ca37f6756
Added version information of the libraries to HelpDialog.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8446 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-14 17:45:26 +00:00
thunder2
ceb2825f83
FeedReader: Added check for forum author.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8404 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-09 18:03:09 +00:00
thunder2
578e15ffa7
Updated languages from Transifex
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8401 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-08 13:35:40 +00:00
electron128
a78e80b9f8
fixed another x64 serialisation bug in FeedReader (see rev8396)(thanks to Eugene Tooms)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8400 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-08 12:20:17 +00:00
electron128
17a76071b6
attempt to fix FeedReader not saving config on Linux x64 (untested)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8396 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-06-08 07:56:21 +00:00
thunder2
feaffedbb6
Fixed and updated english translation.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8324 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-31 11:19:20 +00:00
csoler
e9b9dce9f5
created 2 subclasses of RsThread, one for ticking services, and one for single shot jobs. Now all threads use the same base code.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8288 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-05-22 20:54:38 +00:00