thunder2
c01f98feb9
Added unregisterEventsHandler to destructor of MessagesDialog
2021-12-30 13:13:38 +01:00
csoler
478fc5e8f9
Merge pull request #2536 from PhenomRetroShare/Fix_RSElidedItemDelegateUseSpacing
...
Fix RSElidedItemDelegate to use spacing in size hint.
2021-12-29 22:30:40 +01:00
csoler
836653d9cd
Merge pull request #2537 from defnax/wirewikiifixes
...
Fixing wire layout spacing
2021-12-29 22:11:00 +01:00
thunder2
0ffb31be85
Added missing initialization and check of members in VOIPConfigPanel to fix crash at shutdown with enabled plugin VOIP
2021-12-29 17:07:15 +01:00
defnax
153a5bddcf
Fixing wire layout spacing
...
* Fixing wire layout spacing
* Added splitter for wiki group
2021-12-26 16:17:36 +01:00
Phenom
222cb38ce7
Fix RSElidedItemDelegate to use spacing in size hint.
2021-12-25 19:22:32 +01:00
csoler
b700c451d4
Merge pull request #2496 from PhenomRetroShare/Fix_AskForPasswordNotInGUIThread
...
Fix NotifyQt::askForPassword QInputDialog is not created in GUI Thread.
2021-12-18 20:46:19 +01:00
Phenom
e137c17039
Fix NotifyQt::askForPassword QInputDialog is not created in GUI Thread.
2021-12-18 18:22:30 +01:00
G10h4ck
bc76b10792
Merge pull request #2527 from G10h4ck/cmake_build
...
Integrate python3 JSON API generator into libretroshare
2021-12-18 15:31:17 +01:00
G10h4ck
b971148931
Merge pull request #2450 from csoler/v0.6-PGPHandler
...
V0.6 pgp handler
2021-12-18 15:30:14 +01:00
csoler
d3a36f216f
Merge pull request #2521 from defnax/classicstyle
...
added classic stylesheet
2021-12-16 23:22:47 +01:00
csoler
a86cca3d0f
Merge pull request #2520 from PhenomRetroShare/Fix_PostedCreatePostDialog
...
Fix PostedCreatePostDialog when reject show double message.
2021-12-13 21:35:27 +01:00
csoler
999f25b6ad
Merge pull request #2526 from defnax/pushbuttonfix2
...
Added spacing for the QPushButton
2021-12-13 21:23:57 +01:00
csoler
808f4e120c
Merge pull request #2524 from defnax/boardsfixesv2
...
Fixed fonts size for boards title
2021-12-13 21:23:32 +01:00
csoler
56e17f077e
fixed merge with upstream/master
2021-12-13 21:01:06 +01:00
csoler
7455013fc2
fixed std::cerr => RsErr()
2021-12-13 20:58:53 +01:00
Gioacchino Mazzurco
e62b847234
Integrate python3 JSON API generator into libretroshare
...
Add more options to CMake:
Support for JSON API
Support for forum deep index
Fix bitdht CMake project name
General CMake files improvements
2021-12-13 18:46:56 +01:00
defnax
b5d1febac4
Added spacing for the QPushButton
2021-12-12 19:01:29 +01:00
defnax
fddb88010e
Fixed fonts size for boards title
...
* Fixed fonts size for boards title
* Fixed vertical spacer to not stretch the height of the Subscribe Button
2021-12-11 11:37:02 +01:00
G10h4ck
5be7869304
Merge pull request #2522 from G10h4ck/cmake_build
...
Add support to build via CMake
2021-12-09 17:50:30 +01:00
Gioacchino Mazzurco
6a92b99da3
Initial CMake support for libretroshare
...
libretroshare (not all build options yet) and it's dependencies can now
be built using CMake instead of qmake.
Even Qt itself deprecated qmake, which is not developed anymore, as
build system and it was making many things much more difficult
and requiring an enormous amount of black magic to support a wide
range of platforms.
libretroshare can now easly be build as static or shared library with
simple commands and a maintaniable build system:
```
cmake \
-D RS_LIBRETROSHARE_STATIC=OFF -D RS_LIBRETROSHARE_SHARED=ON \
-S $YOUR_RS_SOURCE_DIR/libretroshare/ -B .
make
```
2021-12-09 13:04:06 +01:00
Gioacchino Mazzurco
94bd099407
Rename DATA_DIR macro to less polluting RS_DATA_DIR
2021-12-09 12:56:48 +01:00
G10h4ck
e55fa2b9d5
Merge pull request #2517 from G10h4ck/android_without_qt
...
Run on Android without Qt
2021-12-08 13:35:03 +01:00
defnax
0afe305ca1
added classic stylesheet
2021-12-07 19:11:37 +01:00
Phenom
a904a5d41a
Fix PostedCreatePostDialog when reject show double message.
...
And stacked widget if current index is changed in ui file.
2021-12-06 16:05:43 +01:00
csoler
20a4e00544
Merge pull request #2519 from defnax/boardsfixes
...
Fixed to display the right index for Image Page
2021-12-04 12:55:25 +01:00
defnax
777d0d9848
Fixed to display the right index for Image Page
...
* Fixed to display the right index for Image Page
* Fixed to disable share button when Identity is banned.
2021-12-04 12:12:29 +01:00
Gioacchino Mazzurco
72caa2aa68
Android Dockerfiles better apt options
2021-12-01 16:30:28 +01:00
Gioacchino Mazzurco
475d8ffc11
Android Docker attempt to shrink image
...
Do not install apt recommended packages
Show upgraded packages on Android Gitlab CI Dockerfile
2021-12-01 08:32:09 +01:00
Gioacchino Mazzurco
a1a8bf1408
Android Dockerfile do updates
2021-12-01 08:26:34 +01:00
csoler
b5a7655f29
Merge pull request #2515 from PhenomRetroShare/Fix_PostedItemRedraw
...
Fix BoardPostDisplayWidget when editor redraw.
2021-11-30 23:57:35 +01:00
Phenom
3217cd4df0
Fix BoardPostDisplayWidget when editor redraw.
2021-11-30 23:38:21 +01:00
Gioacchino Mazzurco
7231d94ea4
Fix variable name in Android Dockerfile documentation
2021-11-30 17:00:33 +01:00
Gioacchino Mazzurco
2095dae95d
Fix build with older Java < 7
2021-11-30 17:00:02 +01:00
Gioacchino Mazzurco
856ce2ffb1
Do not depend on Qt at all on Android
...
Do the necessary modifications to not depend on Qt to run on Android
both in libretroshare and in retroshare-service
2021-11-30 11:55:15 +01:00
csoler
e4fcf26ea8
Merge pull request #2500 from PhenomRetroShare/Add_ConnectFriendWizard_Imp
...
Add ConnectFriendWizard improvement.
2021-11-29 21:29:50 +01:00
csoler
2c52ff852f
Merge pull request #2516 from PhenomRetroShare/Fix_UnusedSkins
...
Remove unused skins.
2021-11-29 17:48:26 +01:00
Phenom
92da1881e7
Remove unused skins.
2021-11-29 15:39:42 +01:00
G10h4ck
941ec42502
Merge pull request #2513 from G10h4ck/forum_deep_search_wildcard
...
Forum deep search support wildcard* search
2021-11-26 17:23:09 +01:00
G10h4ck
8c52535860
Merge pull request #2508 from G10h4ck/android_ifaddrs
...
libretroshare Android Qt network dependency optional
2021-11-26 17:22:51 +01:00
G10h4ck
cf56059a6d
Merge pull request #2510 from PhenomRetroShare/Fix_QSplitter_TitleBar_StyleSheet
...
Fix QSplitter and TitleBar StyleSheet.
2021-11-20 16:26:18 +01:00
Gioacchino Mazzurco
1e9a26893c
Forum deep search support wildcard* search
...
Xapian have support for wildcard search
wild* matches wild, wildcard, wildcat, wilderness
but it need to be enabled by passing a specific flag to the query
parser, this is very useful for forum search so enable it in addition
to default Xapian search capabilities
2021-11-16 10:52:18 +01:00
G10h4ck
fe0561b3fe
Merge pull request #2377 from G10h4ck/gxs_fast_pull_request
...
Implement pull request mechanism in RsGxsNetService
2021-11-12 21:36:06 +01:00
Phenom
1146a0bf27
Fix QSplitter and TitleBar StyleSheet.
2021-11-12 20:04:43 +01:00
Gioacchino Mazzurco
cd5dad6a75
Rename GXS pullFromPeers to pullFromPeers
...
According to what discussed with Cyril
2021-11-12 19:11:02 +01:00
Gioacchino Mazzurco
ebbd8cf938
Forums expose API to request syncronization
2021-11-12 18:46:36 +01:00
Gioacchino Mazzurco
fc404bd5d8
RsGxsNetService trigger pulling on group subscribe
2021-11-12 18:43:52 +01:00
Gioacchino Mazzurco
6295e91304
Request pull from peers when GXS message is created
2021-11-12 18:43:52 +01:00
Gioacchino Mazzurco
b42323013e
Fix includes in rsnxs.h
2021-11-12 18:43:49 +01:00
Gioacchino Mazzurco
a7f1e94cea
Request pull from peers when GXS group is created
2021-11-12 18:42:55 +01:00