csoler
62c5cda7f0
merged upstream/master
2020-02-08 20:04:27 +01:00
defnax
8dd85f2391
Merge pull request #52 from RetroShare/master
...
update to master
2020-02-06 22:27:37 +01:00
csoler
8e153b4acc
started removal of GxsBroadcastBase class
2020-02-06 19:57:23 +01:00
defnax
558e80fa2f
Added Video Player page for MainWindow
2020-01-27 19:45:43 +01:00
defnax
27c4503cfb
Added the new class for resize the image if the window is resized
2020-01-21 16:22:56 +01:00
defnax
d0fcd90ccc
Added Picture View Dialog for open the picture in a external View
...
* Added Picture View Dialog for open the picture in a external View
* Added a clickable Label for Classic Views Thumbnail label to open Picture via one click
* Imroved the Classic & Card views dark stylesheets for better look and feel
2020-01-10 19:27:58 +01:00
defnax
54d0d8ab8b
Added new Card View for Posted
2019-12-25 17:16:58 +01:00
defnax
824fc5049b
update the licence & added the changes for Channel message composer
2019-12-23 21:26:54 +01:00
defnax
096de94b00
forget to commit this
2019-12-19 20:02:02 +01:00
csoler
9a24af87a4
Moved #ifdef RS_WEBUI inside RS_JSONAPI ifdefs so that the webui files cannot be requested unless jsonapi files are compiled
2019-11-27 21:14:20 +01:00
Gioacchino Mazzurco
1d4ca64dee
Prepare for merging
2019-11-27 18:44:10 +01:00
csoler
6603dbd913
code to embed webUI server in the main executable (initial version, not yet working)
2019-11-10 17:38:16 +01:00
Phenom
2922bc92a8
Fix CMark Compilation with QtCreator
2019-09-05 05:28:37 +02:00
Phenom
d681136831
Fix CMark compilation
...
Remove cmark_node_mem as cmark_node_free do the job.
Look at man:
https://github.com/commonmark/cmark/blob/master/man/man3/cmark.3#L141
2019-08-28 04:53:47 +02:00
csoler
c28c193b7c
Merge pull request #1615 from csoler/v0.6-FriendList
...
V0.6 friend list
2019-08-26 19:07:11 +02:00
csoler
98e41ad075
made messenger an optional component of the UI
2019-08-21 15:23:25 +02:00
csoler
30708c9518
removed FriendList from compilation
2019-08-20 21:31:09 +02:00
Gioacchino Mazzurco
e6c3a6f732
RetroShare-gui doesn't need to link to uitools
2019-08-07 14:21:50 +02:00
csoler
1c123d6df9
added missing NewFriendList.ui
2019-06-28 11:27:19 +02:00
csoler
081a3a7023
switched to new (unifinished) friendlist code
2019-06-25 23:11:12 +02:00
csoler
6a18e242bb
added compile option to use sanitizer and already fixed a few misalignment errors with it
2019-05-11 22:25:02 +02:00
csoler
64fecf42f4
moved MessagesDialog.* to msgs/
2019-04-14 15:50:25 +02:00
csoler
4fce5d61cc
added basic model file for Mail message tree
2019-02-03 19:39:19 +01:00
csoler
45a2d22b45
firther license cleaning/fixing
2018-12-27 16:35:21 +01:00
csoler
bc3a71d3f5
fixed license in util/ lang/ and idle/
2018-12-27 14:39:10 +01:00
csoler
e99c718be9
half-fixed licenses in settings
2018-12-23 17:49:01 +01:00
csoler
73c06006da
removed old code
2018-12-02 16:39:33 +01:00
csoler
9d49ca0e4c
initial attempt at creating an ItemModel for forums
2018-11-20 23:17:00 +01:00
csoler
8c8ce53e4b
Merge pull request #1385 from G10h4ck/safer_api
...
0.6.5 Safer rsGxsChannel API
2018-11-20 21:44:40 +01:00
csoler
cd9a2db4e3
fixed license in retroshare-gui/src/chat/ and main files
2018-11-11 14:24:44 +01:00
Gioacchino Mazzurco
367c5182cf
Fix compilation with Qt older then 5.10
2018-11-09 12:41:08 +01:00
Phenom
a6e3273ecb
Fix qmake double use_libretroshare.pri
2018-09-26 18:05:28 +02:00
Phenom
590edb72f4
Fix qmake warnings:
...
Makefile.retroshare-gui:7593: warning: overriding recipe for target
'temp/moc/moc_TorProcess_p.cpp'
Makefile.retroshare-gui:7572: warning: ignoring old recipe for target
'temp/moc/moc_TorProcess_p.cpp'
2018-09-26 17:44:32 +02:00
Gioacchino Mazzurco
ccabf82e60
retroshare-gui now handle JsonApiServer too
2018-09-21 19:01:32 +02:00
hunbernd
05537d89cb
Added warning instead of running the version_detail script
2018-09-15 18:27:15 +02:00
csoler
e17c4d0e40
added a dialog to edit banned files
2018-08-16 22:22:47 +02:00
csoler
d1a375cbd0
removed RETROTOR #ifdef and started using RsAccounts::isTorAuto() instead. Unfinished yet.
2018-07-25 11:37:40 +02:00
csoler
3272ee0719
disabled compilation of cmark until it gets fixed
2018-07-23 17:20:13 +02:00
Phenom
d03ee1c0b0
Add CommonMark in ChatLobbyDialog
2018-07-22 10:32:17 +02:00
Gioacchino Mazzurco
502459a25a
Cleanup rapidjson inclusion
...
Fix compilation error of android service
2018-06-26 15:12:16 +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
Gioacchino Mazzurco
0562850758
Fix retroshare-gui compilation with GCC 6
...
same as 678ee31a14ee159449afcb3a72c4f1d1b99cba8d for retroshare-gui
2018-04-23 21:11:41 +02:00
Gioacchino Mazzurco
4876a0ea3b
Multiple improvements to build process
...
Restructure and document retroshare.pri variables and helper functions
Link sqlite statically like other libraries on Android
qmake has multiple win32-* specs match them correctly
Move a buch of generic thing to retroshare.pri instead of having them replocated
accross project specific .pro
Fix retroshare-gui too many symbols exported on windows liking error by adding
QMAKE_LFLAGS+=-Wl,--exclude-libs,ALL
Rename retroshare-gui/src/util/win32.h because the name is too prone to
confusion and build conflicts
libreasapi avoid usage of cretar_prl link_prl that seems unreliable on some
platforms
libreasapi rename LIBRESAPI_QT to more understendable LIBRESAPI_SETTINGS
Use use_*.pri instead of copy pasting error prone qmake snippets around
Expose bitdht option to retroshare.pri
Add RS_THREAD_LIB qmake variable for better crossplatform support
Move debug and profiling generic options to retroshare.pri (avoid copy/pasting)
Remove Qt script module in qmake as it is not available anymore
2018-04-18 07:56:43 +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
8534147313
added Tor status icon in the status bar
2018-01-19 13:42:16 +01:00
csoler
b6a2d75747
moved StringUtil into StrUtil to avoid conflicts with another file with lower case name in gui/util
2018-01-18 22:13:24 +01:00
csoler
e28886fe79
updated to upstream/master
2018-01-05 21:59:22 +01:00
csoler
1a9a9ca208
fixed creation of hidden service and saving of private key/hostname
2017-12-26 17:21:57 +01:00
csoler
e87b25794f
added Tor control window
2017-12-21 15:32:42 +01:00
csoler
5ca2d5e27b
added retrotor option in global .pri, and TorControl code
2017-12-21 10:43:28 +01:00