RetroShare/retroshare-qml-app/src
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
..
android Remove android JNI .class from source 2018-03-10 13:15:53 +01:00
components Qml app fix disappearing sidebar buttons 2018-02-02 00:20:14 +01:00
fonts Add OpenSansEmoji font 2017-08-02 16:51:29 +02:00
icons Remove *.png.png duplicated Files 2017-08-19 23:55:39 +02:00
styles Fix some glitches in qml app menu 2018-02-01 21:26:36 +01:00
AddTrustedNode.qml Delete icon of buttons 2017-07-24 16:30:40 +02:00
androidimagepicker.h Better debug messages for Android app 2018-01-25 16:20:25 +01:00
androidplatforminteracions.cpp Qml App: better Android interaction on URL export 2017-07-04 16:44:15 +02:00
androidplatforminteracions.h Qml App: better Android interaction on URL export 2017-07-04 16:44:15 +02:00
ApiImageExample.qml Local API binary output support + qml image example 2017-05-18 21:57:24 +02:00
AppSettings.qml Qml App add option to control DHT behaviour 2018-02-01 14:31:07 +01:00
BusyOverlay.qml
ChatBubbleDelegate.qml Set transparent background color 2017-08-03 18:31:05 +02:00
ChatCache.qml Fix some glitches in qml app menu 2018-02-01 21:26:36 +01:00
ChatView.qml qml-app properly initialize ChatView.gxsInfo 2017-10-08 11:44:51 +02:00
ClipboardWrapper.qml Qml app improved trusted nodes exchange 2017-04-20 21:47:51 +02:00
ContactDetails.qml Merge branch 'qml_app_ui_improvements' into GSoC2017-evaluation-II 2017-07-26 14:57:35 +02:00
Contacts.qml Start distant chat using helper on ChatCache 2017-07-21 18:34:44 +02:00
ContactSort.js Qml app: made contact sorting case insensitive 2017-05-17 15:49:26 +02:00
defaultplatforminteracions.cpp Qml App: better Android interaction on URL export 2017-07-04 16:44:15 +02:00
defaultplatforminteracions.h Qml App: better Android interaction on URL export 2017-07-04 16:44:15 +02:00
deployment.pri
GxsIdentityDelegate.qml Open own contact details page when click your identity 2017-09-07 18:47:08 +02:00
JSONListModel.qml
jsonpath.js
libresapilocalclient.cpp Add some sanity check in libresapiclient 2018-01-30 20:10:04 +01:00
libresapilocalclient.h
Locations.qml Set bigger row height 2017-08-02 15:16:15 +02:00
main-app.cpp Merge remote-tracking branch 'retro/master' into qml_app_avatar_picker 2017-07-12 18:24:29 +02:00
main-app.qml Fix some glitches in qml app menu 2018-02-01 21:26:36 +01:00
NativeCalls.cpp
NativeCalls.h
Options.qml Qml App add option to control DHT behaviour 2018-02-01 14:31:07 +01:00
platforminteracions.h Qml App: better Android interaction on URL export 2017-07-04 16:44:15 +02:00
qml.qrc Qml App add option to control DHT behaviour 2018-02-01 14:31:07 +01:00
qmldir Qml App add option to control DHT behaviour 2018-02-01 14:31:07 +01:00
retroshare-qml-app.pro Multiple improvements to build process 2018-04-18 07:56:43 +02:00
RsLoginPassView.qml Style buttons 2017-07-22 18:40:09 +02:00
rsqmlappengine.cpp
rsqmlappengine.h
TimedPopup.qml Qml app: fixed import/export of plain certificate 2017-05-13 11:43:31 +02:00
TokensManager.qml Qml token manager removed unuseful debug message 2018-02-01 14:59:08 +01:00
TrustedNodeDetails.qml Merge branch 'qml_app_ui_improvements' into GSoC2017-evaluation-II 2017-07-26 14:57:35 +02:00
TrustedNodesView.qml Qml App token manager offer unregister token API 2018-02-01 14:22:33 +01:00
URI.js