Commit graph

227 commits

Author SHA1 Message Date
csoler
b8bb797171 fixed compilation 2025-11-11 19:01:04 +01:00
csoler
a91a0893cf renamed NotifyQt into RsGUIEventManager 2025-11-11 18:56:24 +01:00
csoler
d7ff04c552 removed old calls to NotifyQt, and fixed missing initialization causing crash 2025-10-15 18:49:50 +02:00
csoler
ff68c770d8 removed all left rsnotify elements and moved uint32 flags to proper enum classes 2025-10-07 21:13:24 +02:00
csoler
116c7f1aec fixed passwd handling in retroshare-service 2025-09-30 21:03:02 +02:00
csoler
798775e12b moved notifyChatStatus to rsEvents 2025-08-17 17:34:46 +02:00
csoler
d2193812a9 merged with upstream/master 2025-08-13 16:17:07 +02:00
thunder2
fce618f2aa Added Qt dependent macro for QFontMetrics::horizontalAdvance/width 2025-07-29 18:32:33 +02:00
csoler
9b881a6214 moved ownAvatarChanged() and ownStatusChanged() to rsEvents 2025-07-10 15:39:10 +02:00
csoler
4b9d060c81 swiched some of the chat room notify to RsEvent and added new event code for SYSTEM errors 2025-06-25 16:49:26 +02:00
csoler
41d972b359 removed unused stuff 2025-06-17 21:22:39 +02:00
csoler
c70b84497a moved pre/post-ModDirectories to rsEvents 2025-06-17 20:40:56 +02:00
csoler
2edb3afc81 moved hashing status info from notify to rsEvents 2025-06-07 15:50:24 +02:00
csoler
c0d222dedf more cleaning in PR 2844 2024-03-04 23:32:50 +01:00
defnax
790c169c02 Fix for macos 2024-02-28 19:47:01 +01:00
csoler
eccfc7ba71 fixed handling of incoming rscollection files 2024-02-16 13:28:55 +01:00
csoler
142a8e2503 fixed proper handling of language parameter at startup 2024-02-16 10:33:41 +01:00
csoler
9210e52aae fixed compilation in parameter handling 2024-02-13 16:24:32 +01:00
csoler
c5aface2cb additional step in rewriting commandline parameter handling 2024-02-11 22:16:50 +01:00
csoler
4f56c7dd2f use argstream::usage() in the help message box 2024-02-04 18:26:47 +01:00
csoler
48da2d195a removed some debug output 2023-11-11 23:51:13 +01:00
csoler
53313670f5 cleaning up webui/jsonapi interaction code 2023-11-04 23:41:49 +01:00
csoler
e8187dbeab moved FileDetail structure in SearchDialog where it belongs 2023-06-04 17:59:17 +02:00
csoler
beed6a08c8 made SearchDialog to use RsEvents in order to catch turtle search results 2023-05-04 22:30:06 +02:00
csoler
03a576589e allow user to supply his own Tor executable 2022-11-07 21:10:55 +01:00
thunder2
460dbdcdc8 Added shutdown of tor management threads 2021-12-29 17:56:55 +01:00
csoler
4a76fddaa9 fixed conflicts with upstream/master 2021-12-19 21:10:15 +01:00
csoler
af4c948024 fixed some bugs in TorControl 2021-12-17 16:54:44 +01:00
Phenom
92da1881e7 Remove unused skins. 2021-11-29 15:39:42 +01:00
csoler
43e8ed3d98 fixed compilation 2021-06-26 17:12:17 +02:00
csoler
f13b0cbe9f keeping Qt internally for a while and making RsTor Qt-free 2021-06-25 21:46:00 +02:00
defnax
c746af23ed Fixed to load the stickers only one time 2021-01-21 22:57:27 +01:00
csoler
76511479af switched all explicit pixmap from files to shared FilesDefs::getPixmapFromQtResourcePath() 2020-08-19 16:19:42 +02:00
csoler
209355b9a5 converted all calls to QIcon("somefile.png") into FilesDefs::getIconFromQtResourcePath("somefile.png") to save memory duplicated by Qt 2020-08-15 22:17:52 +02:00
csoler
cd98f02246
removed askForDeferredSelfSignature() and made IdEditDialog comply with this 2020-04-02 22:24:14 +02: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
csoler
b842936ae7
removed webUI shutdown when quiting because it duplicates jsonapi shutdown. 2019-11-24 15:47:41 +01:00
csoler
9491f1a78e
fixed interactions between webui and jsonapi in GUI 2019-11-16 18:19:07 +01:00
csoler
1b8f137dee
improved UI for jsonapi and webui pages 2019-11-13 21:35:57 +01:00
csoler
9007d266a8
fixed start/stop of webinterface from GUI 2019-11-13 21:06:20 +01:00
csoler
d19d1685de
made JsonApiServer an singleton through static method instance() 2019-11-12 22:32:18 +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
csoler
636d477aea
fixed bug causing JSon api server to start twice, and therefore stopping RS because the port was already listen to 2019-09-15 16:21:12 +02:00
csoler
ab5da5ebf5
switched to RsLoginHelper for login attempt in rs-service. Moved commandline arguments to main executable using a new struct named RsConfigOptions 2019-08-29 23:15:46 +02:00
csoler
98e41ad075
made messenger an optional component of the UI 2019-08-21 15:23:25 +02:00
csoler
cd9a2db4e3
fixed license in retroshare-gui/src/chat/ and main files 2018-11-11 14:24:44 +01:00
Gioacchino Mazzurco
c0ca1a5aad
Print stack trace on crash 2018-11-05 00:19:45 +01:00
Gioacchino Mazzurco
ccabf82e60
retroshare-gui now handle JsonApiServer too 2018-09-21 19:01:32 +02:00
csoler
cc1a05ddc9
fixed certificate creation in TorAuto mode 2018-07-27 12:33:06 +02:00
csoler
d1a375cbd0
removed RETROTOR #ifdef and started using RsAccounts::isTorAuto() instead. Unfinished yet. 2018-07-25 11:37:40 +02:00