RetroPooh
b48916ca46
add windows size/pos saving
2017-10-22 13:49:38 +03:00
Phenom
ef13e03e5a
Fix SecurityIpItem isSame
2017-10-22 11:52:21 +02:00
csoler
b6aeacbed4
fixed share on channel code
2017-10-21 23:48:27 +02:00
csoler
770add8b8a
added code to share a file/dir on channel
2017-10-21 21:23:40 +02:00
csoler
edffbc3670
fixed bug in removing top dirs when creating file hierarhies
2017-10-21 18:09:26 +02:00
csoler
cbcf402e0b
setup proper title in RsCollectionEditor when in download mode
2017-10-21 17:42:17 +02:00
csoler
2cfa86620c
merge of trees and single files before paste in DL queue so that all use the CollectionEditor
2017-10-21 17:35:06 +02:00
csoler
fe516c6b7a
fixed pasting of FileTree links in download queue
2017-10-21 16:16:23 +02:00
csoler
6581fa0429
code cleaning
2017-10-21 15:44:45 +02:00
Gioacchino Mazzurco
b6f102cabb
Fix TokenManager.qml JSON API request
...
This was the cause of ChatView.qml not being updated on messages sent or
received, the problem was into the TokeManager and manifested only on
some hardaware, this fix probably many other Qml App and Qml Notification
Service unexpected behaviours due to tokens not being properly updated.
2017-10-21 13:00:36 +02:00
Konrad
fca10c2f1b
Removed in libresapi unused code that caused compilation error
2017-10-20 21:24:52 +02:00
Konrad
ef52e090ea
Added in Libresapi: Handlers to interact with shared files
2017-10-20 20:57:37 +02:00
Konrad
0ebe885d6f
Added in Libresapi: Handler to get uploading files
2017-10-20 20:55:56 +02:00
Konrad
2293b600f9
Added in Libresapi: Handler to get search result
2017-10-20 20:49:59 +02:00
csoler
0fbcf0148c
code cleaning. Removed comments at end of conditional
2017-10-19 22:20:23 +02:00
csoler
74d5069225
renamed RsCollectionEditor into RsCollection. Added download of FileTree links
2017-10-19 22:14:04 +02:00
csoler
32be00614d
various improvements to collection links
2017-10-19 10:19:56 +02:00
csoler
0f7d7544ee
latest patch from sss about keyring proxy model
2017-10-18 23:24:54 +02:00
csoler
9206daca37
fixed up collection link display
2017-10-18 23:20:19 +02:00
csoler
e1d5014288
added copy links from file hierarchy
2017-10-18 22:32:15 +02:00
csoler
f98edd400e
added FileTree class to implement a compact representation of file hierarchies
2017-10-18 00:04:04 +02:00
csoler
847c1b2bce
renamed RsCollectionFile into RsCollectionEditor
2017-10-17 22:39:05 +02:00
csoler
68763f58d1
added links machinery to handle file hierarchies
2017-10-17 22:38:42 +02:00
Phenom
e63217e7de
Fix OpMode Restore
2017-10-17 15:39:38 +02:00
Phenom
130e3d63fa
Fix Blank Page When Clear Lobby in Web Interface
2017-10-17 14:57:41 +02:00
Gioacchino Mazzurco
034d88c4e2
Fix android compilation with newer Qt
...
In lastest Qt versions linux-* mkspec doesn't match android anymore,
this was triggering a compilation error as DATA_DIR was not defined the
RsAccountsDetail::PathDataDirectory(bool check) code has been rearranged
so it works reasonably also on Android and do not depend on DATA_DIR
define anymore
Updated Android compiling documentation
2017-10-16 20:07:52 +02:00
csoler
ebf99a4eaf
removed vivid in defautl ubuntu distr list
2017-10-14 18:14:34 +02:00
csoler
f161aa845c
updated changelog
2017-10-14 18:14:34 +02:00
csoler
cd1da4495e
added latest patch from sss
2017-10-12 21:33:39 +02:00
Gioacchino
3b781f04dd
Merge pull request #1058 from G10h4ck/qml_app_development
...
Qml app improvements
2017-10-10 12:53:20 +02:00
csoler
c36267f640
patch from sss to make the keyring view a table with item model
2017-10-08 21:00:15 +02:00
Gioacchino Mazzurco
69efa07224
qml-app removed some dead code
2017-10-08 12:00:07 +02:00
Gioacchino Mazzurco
9ba7b5cf47
qml-app properly initialize ChatView.gxsInfo
...
Use proper Qml empty object notation instead of string to inistalize
property of type var as it is an object not a string, thus fixing the
assiciated warning
2017-10-08 11:44:51 +02:00
csoler
d61a5cd5ab
attempt at fixing the re-hash bug. Now only using canonicalized filenames in hash cache
2017-10-02 22:23:26 +02:00
csoler
22942dc70b
fixed bug causing suffix/prefix lists to contain an empty string
2017-10-01 20:20:26 +02:00
csoler
bc05aaa9d9
switched tokenQueue speed to 10 calls/sec, thus improving loading speeds. Still need to test for CPU load
2017-09-30 18:58:31 +02:00
csoler
65977c0be1
Merge pull request #1054 from PhenomRetroShare/Fix_GccWarningd
...
Fix Gcc Warning in p3banlist
2017-09-30 18:29:29 +02:00
csoler
06ebaa5958
Merge pull request #1055 from felisucoibi/master
...
Changed prefixes and sufixes for starting with and ending with …
2017-09-30 18:28:24 +02:00
felisucoibi
06063c525e
removed extra space
2017-09-30 11:34:18 +02:00
felisucoibi
b84c8983c4
Removed ... from text
2017-09-30 00:29:07 +02:00
felisucoibi
ef6fd38696
Changed prefixes and sifixes for startign with and ending with to be understandable.
...
On internet software uses starting with and ending with instead of prefixes and sufixes, in literature is ok even in internet sometimes, but when you search for files or filter files you use the filter starting with and ending with, is not prefixes is wrong but less understandable in internet language talking about files.
2017-09-28 22:42:30 +02:00
Phenom
7f851f66be
Fix Gcc Warning in p3banlist
2017-09-28 19:24:26 +02:00
csoler
e66c0d1349
removed updateTotals() method. Replaced it with costless on-the-fly update of totals
2017-09-27 22:26:14 +02:00
csoler
a00d2c912c
changed lobby to char room in chat system msgs
2017-09-26 21:12:17 +02:00
csoler
8eae3744dc
Merge pull request #1053 from csoler/v0.6-FT
...
fixd broken layout
2017-09-25 22:14:34 +02:00
csoler
0d9b6e7c8c
fixd broken layout
2017-09-25 22:09:35 +02:00
csoler
cbeefda151
Merge pull request #744 from RetroPooh/tunnel-names
...
transfers - add peer names for turtle routed sources
2017-09-25 21:35:59 +02:00
Pooh
f98f16fb15
Update TransfersDialog.cpp
2017-09-25 22:31:49 +03:00
csoler
5970ff239b
Merge pull request #1052 from csoler/v0.6-FT
...
removed delay when calling forceUpdate() on directories
2017-09-25 21:14:30 +02:00
csoler
40cda111d2
removed delay when calling forceUpdate() on directories
2017-09-25 21:05:42 +02:00