Commit Graph

8541 Commits

Author SHA1 Message Date
electron128
116513963f libresapi: added statetoken to identity handler responses 2016-02-07 14:28:45 +01:00
electron128
f4f37cc354 webui: added todo 2016-02-07 14:28:45 +01:00
zeners
57d1d0868a webui: adding and listing identities 2016-01-31 18:16:26 +01:00
electron128
94b02943e6 libresapi: added identity/create_identity 2016-01-31 16:04:34 +01:00
zeners
284e5a9ed0 webui: reorganize counterfnkt 2016-01-31 15:58:20 +01:00
electron128
22afc8e67b libresapi: fix empty peers list 2016-01-31 15:07:25 +01:00
electron128
b649088b20 webui: added todo 2016-01-31 15:07:17 +01:00
zeners
9e1fc59c6e webgui: fixed menu-display 2016-01-31 13:37:55 +01:00
zeners
67475b30e7 Merge branch 'master' into webui 2016-01-31 10:57:27 +01:00
csoler
a85b5d2fab re-enabled GRouter tunnels (disabled for testing). Removed debug output. 2016-01-30 20:35:08 -05:00
csoler
f0a49a427e changed global router routing strategy. Should be more effective now. 2016-01-30 20:27:56 -05:00
csoler
59d4c2c829 removed some compilation warnings 2016-01-30 20:27:27 -05:00
thunder2
3cfd976c0e Added Windows installer script for Qt5. 2016-01-29 16:23:28 +01:00
csoler
58e59d1181 added sounds to chat lobbies (patch fromManuel Davis) 2016-01-28 20:19:44 -05:00
thunder2
8dde723e90 Added security hardening flags for ASLR and DEP protection for Windows compile. 2016-01-28 19:02:42 +01:00
Cyril Soler
85cdfcc721 fixed bug causing multi-tunneling not to be used (found by jo) 2016-01-28 10:44:37 -05:00
Cyril Soler
b1f165fec8 added sound event to lobbies (patch from Manuel Davis) 2016-01-28 10:22:32 -05:00
csoler
3bc444b087 removed some debug info 2016-01-26 23:00:10 -05:00
csoler
af770fda9c fixed messagebox to remember which from ID was used last time 2016-01-26 22:46:07 -05:00
csoler
749ca08f9f slightly improved message shown over lobby names 2016-01-26 22:30:04 -05:00
csoler
f063e5ba6f Allow main window to resize to much smaller size when needed. Should help people with small screens to resize RS window appropriately (patch from Manuel Davis) 2016-01-26 22:16:45 -05:00
csoler
2072ca4ade fixed bug in getPeerDetails causing callstacks to be displayed for non initialised IPs 2016-01-26 22:08:17 -05:00
csoler
b70057a540 removed sending probability in GXS since it is not justified anymore. This should fix peers not being updated because they have very low bandwidth. Removed and fixed a few minor warnings. 2016-01-26 18:50:33 -05:00
zeners
b2b96c097f webui: small main reorganisation 2016-01-26 11:55:48 +01:00
zeners
cdddab1f6a Merge branch 'master' into webui 2016-01-26 09:51:41 +01:00
csoler
39b3df964a fixed bug causing net reset when closing config 2016-01-25 22:39:20 -05:00
Cyril Soler
49e2ee15af Merge pull request #247 from heini/stretch_qt5
Switching Debian Stretch builds to QT5.
2016-01-25 21:45:58 -05:00
zeners
2292b7c998 webui: createlogin with import pgp-key 2016-01-24 20:07:22 +01:00
electron128
2f3350fa06 Merge pull request #248 from heini/sqlcipher_needs_fpic
sqlcipher needs to be compiled with -fPIC on RHEL/Fedora.
2016-01-24 19:56:53 +01:00
zeners
2fc35cf707 webui: createlogin with new pgpid 2016-01-24 19:32:15 +01:00
zeners
e944ab6045 webui: createlogin for existing pgp-key 2016-01-24 18:03:48 +01:00
zeners
640345c490 Merge branch 'master' into webui 2016-01-24 17:59:19 +01:00
csoler
955df88993 updated ubuntu changelog 2016-01-23 15:44:12 -05:00
Cyril Soler
f13c81b2f5 Merge pull request #258 from PhenomRetroShare/Fix_QuoteLinesWithImage
Fix Quote Lines With Image
2016-01-23 13:17:12 -05:00
csoler
9b64b96811 fixed potential crash in pqisslstore 2016-01-23 13:04:02 -05:00
Phenom
1d2be232f0 Fix Quote Lines With Image
When get text with image from toPlainText(), a (-4) char is inserted.
2016-01-23 18:38:30 +01:00
defnax
70bf938654 reduced the default width & height
reorder in MessagePage, move Distant Message box to the top.
2016-01-23 13:37:08 +01:00
csoler
fc0067f980 fixed bug in network graph search sizes 2016-01-22 22:06:31 -05:00
csoler
c428739abd cleaned the network graph a little bit. Removed text, updated bounding boxes, removed background 2016-01-22 21:32:35 -05:00
Cyril Soler
b3625448e9 fixed compilation 2016-01-22 09:31:40 -05:00
csoler
b3df4c19dc made the Global router stats widget more efficient/compact/explicit 2016-01-21 23:55:22 -05:00
csoler
449aba928a fixed compilation of SearchDialog.cpp 2016-01-21 22:44:48 -05:00
csoler
94b586846e moved SearchDialog into FileTransfer/ 2016-01-21 21:49:52 -05:00
csoler
6a32da2420 removed explicit size constraint on listview for config page (screws up the view in HDPI screens) to let the list take its preferred size 2016-01-21 21:40:48 -05:00
csoler
55d0a213dd added cache of latest GXS tunnel data items for the last 10 minutes in order to avoid replays of messages caused by the conservative message transmition system. Removed the global item counter for a purely random uint64_t 2016-01-21 21:19:40 -05:00
Cyril Soler
9347b86e63 new simple solution for sound on linux based on using system sound player. To be tested. 2016-01-21 11:48:41 -05:00
Cyril Soler
9999742ec7 reverted commit for phonon since phonon is deprecated. Will be replaced by qtmultimedia in the next commit 2016-01-21 11:32:17 -05:00
csoler
7488ba19ff removed feedback from messages to mGrpServerUpdateTS, which is now only updated when the subscribe status is changed and/or new groups are received/created 2016-01-20 23:56:22 -05:00
csoler
c473200625 moved getCurrentTS() inside RTT packet sending loop (suggestion from Jo) 2016-01-20 23:34:25 -05:00
csoler
e25787bcd5 fixed sound on linux using phonon. This should be extensible to all unix systems 2016-01-20 23:25:08 -05:00