csoler
c552890459
attempt to sort out the mess in item deletion in FeedHolder widgets
2020-01-14 21:43:29 +01:00
defnax
be929f4335
little changes
2019-11-25 23:06:04 +01:00
defnax
c12d633730
Fixed FeedeReader compile & changed feed item icons
2019-11-24 16:54:24 +01:00
defnax
4ce557ba89
removed unwanted plugin from master
2019-10-21 21:58:09 +02:00
defnax
033405c761
added latest retrochess to master
2019-10-16 22:27:18 +02:00
defnax
d78811ab5e
Fixed the toolbar frames
...
before used wrong names for the default stylesheet
2019-10-05 16:02:44 +02:00
shibe2
d210795c5e
remove accidental code from retroshare_plugin.pri
2019-03-10 12:48:36 +04: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
3d2f33c757
fixed another bug in .pri file in plugins
2018-12-21 16:37:02 +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
cdcc796afc
fixed licenses in plugins/VOIP
2018-11-11 14:24:49 +01:00
csoler
15b3c48149
finished licenses in VOIP. Files re-licensed with authorization
2018-11-11 14:24:46 +01:00
csoler
53ec7467d5
fixed licenses in VOIP. Permission pending for some files
2018-11-11 14:24:46 +01:00
csoler
456845fc8c
fixed licenses in FeedReader
2018-11-11 14:24:46 +01:00
hunbernd
3e3adf7337
Removed some old build scripts
2018-11-11 14:24:44 +01:00
Gioacchino Mazzurco
77d938bf52
Remove _USE_32BIT_TIME_T windows define
...
Why did we added it in first place?
2018-10-07 13:07:22 +02: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
396fe49312
Merge branch 'master' into jsonapi
2018-08-22 16:59:42 +02:00
csoler
0f758902cd
started cleaning the mess with rsAccounts: only exposed useful functionality of rsAccount beyond a static class and removed all references to rsAccounts in the code
2018-07-24 23:47:32 +02:00
Gioacchino Mazzurco
b4d2ce82c1
RsTokenService use enum for request status
2018-06-24 18:56:48 +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
csoler
676c070152
extended the rapid_json trick to plugins
2018-05-03 15:55:21 +02:00
thunder2
c92b860174
Windows build environment:
...
- Updated external libraries
- Added compile of plugins to build.bat
- Added copy of Qt style DLL to pack.bat and Windows Installer
- Removed "CONFIG=console" for release build
2018-03-05 11:05:04 +01: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
Phenom
5bf056c7a4
Rename retroshare06 to retroshare
2017-07-17 10:45:18 +02:00
Phenom
b12fd11496
Change RetroShare06 to lower case
...
This is important to comply with linux standards.
2017-07-17 10:45:17 +02: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
Phenom
90cd6233d8
Fix CAS warnings: Potential leak of memory pointed to by 'toaster'
...
Memory Error: Memory leak: Potential leak of memory pointed to by
'toaster'
1: Memory is allocated in /home/phenom/GIT/RetroShare/trunk/plugins/
VOIP/gui/VOIPToasterNotify.cpp:182
2017-04-25 09:49:40 +02:00
Phenom
b2b7d004cd
Fix CSA warnings: Called C++ object pointer is null
...
Logic error: Called C++ object pointer is null
1: 'di' initialized here in /home/phenom/GIT/RetroShare/trunk/plugins/
VOIP/gui/VOIPGUIHandler.cpp:157
2: Assuming 'di' is null in /home/phenom/GIT/RetroShare/trunk/plugins/
VOIP/gui/VOIPGUIHandler.cpp:158
3: Called C++ object pointer is null in /home/phenom/GIT/RetroShare/
trunk/plugins/VOIP/gui/VOIPGUIHandler.cpp:161
2017-04-25 09:48:48 +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
87dd614088
Fix Clang Warnings: private field 'encoding_debug_file' is not used
...
warning: private field 'encoding_debug_file' is not used [-Wunused-
private-field]
FILE *encoding_debug_file ;
2017-04-17 22:01:48 +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
csoler
b3b2a4bf08
Merge pull request #726 from mestaritonttu/patch-8
...
Added whitespace
2017-03-07 21:54:10 +01:00
csoler
3d0c28ddb9
Merge pull request #724 from mestaritonttu/patch-6
...
Fix typos
2017-03-07 21:52:19 +01:00
csoler
5bad3269c4
Merge pull request #725 from mestaritonttu/patch-7
...
Fix grammar
2017-03-07 21:49:14 +01:00
mestaritonttu
400dde9ec3
Added whitespace
2017-03-07 13:09:04 +02:00
mestaritonttu
c9a4a5589b
Fix grammar
2017-03-07 13:06:22 +02:00
mestaritonttu
86e7243064
Fix typos
2017-03-07 12:56:25 +02:00
mestaritonttu
d7dc9cc25a
Whitespace inside <p>
2017-03-07 12:53:18 +02:00
thunder2
6a6bcf73dc
Fixed Windows compile of VOIP
2017-03-06 21:46:42 +01:00
thunder2
1eb22f88a9
Updated Windows build to opencv-3.2.0
2017-03-02 07:55:18 +01:00
csoler
7bbb993769
disabled emoticons from messages and toasters, since they significantly slow down the whole software
2017-01-20 23:00:05 +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
thunder2
ea6431e276
Fixed Windows shadow build with Qt 5.6 or higher
2016-09-05 16:24:49 +02:00