csoler
5957a262d3
fixed 2 other missing postToObject causing GUI calls in async places
2020-11-15 16:17:44 +01:00
csoler
5120f693be
Merge pull request #1859 from csoler/v0.6-ImprovedGUI_4
...
Making channels faster to load
2020-04-21 19:30:49 +02:00
csoler
02e939ac8f
replaced a bunch of explicit icons, mostly in abstract items models, by cached ones
2020-04-19 17:41:13 +02:00
csoler
c84016c3b0
force Qt to use implicit data sharing in icons and pixmaps by using our own cache, and apply this to GxsChannelPostItem
2020-04-19 13:10:30 +02:00
Gioacchino Mazzurco
4c0baa1ec3
Fix JSON API event handler registering behavior
...
As a bonus the behaviour is now homogeneous between C++ API and JSON API
Fix a bunch of compiler warning
RsEvents implementation is now safer
mHandlerMaps size is known at compile time, so use an std::array instead
of vector
2020-04-14 12:24:57 +02:00
Gioacchino Mazzurco
55d466f79b
Initial work on RsFiles links support in libretroshare
2020-04-14 12:17:01 +02:00
defnax
bb22b03b62
removed old icons & restored few back
2020-02-22 15:41:34 +01:00
csoler
0cdce37af4
added proper unregister calls in destructors of classes that register a event handler
2020-01-31 22:37:21 +01:00
csoler
81c1eb227c
moved file hashing and download count to new notification system
2020-01-30 23:02:23 +01:00
csoler
fb9282f588
moved UserNotify to MainPage level, and added RsEvent handling code in Posted
2020-01-26 23:19:20 +01:00
Phenom
e2d64c912e
Fix clang warning for
...
../../../trunk/retroshare-gui/src/gui/FileTransfer/TransfersDialog.cpp:
1104:9: warning: enumeration value 'DownloadTab' not handled in switch
[-Wswitch]
switch(page)
^
2019-04-04 21:20:25 +02:00
Phenom
4bf5bc1274
Fix clang warnings for
...
../../../trunk/libretroshare/src/services/autoproxy/
rsautoproxymonitor.cc:263:24: warning: pragma diagnostic pop could not
pop, no matching push [-Wunknown-pragmas]
^
../../../trunk/libretroshare/src/services/autoproxy/
rsautoproxymonitor.cc:295:24: warning: pragma diagnostic pop could not
pop, no matching push [-Wunknown-pragmas]
^
./../../trunk/retroshare-gui/src/gui/FileTransfer/TransfersDialog.cpp:
723: warning: pragma diagnostic pop could not pop, no matching push [-
Wunknown-pragmas]
^
2019-04-04 21:06:01 +02:00
G10h4ck
164a28eb32
Merge pull request #1261 from PhenomRetroShare/Add_RsCollAutoDownload
...
Add RsCollection's content automatically download option.
2019-02-13 22:22:56 -03:00
csoler
f8c25fd967
fixed bug in TransfersDialog model got sizeHintRole()
2018-11-19 22:14:34 +01:00
csoler
eb1909e8bc
fixed licenses in FileTransfer
2018-11-14 20:54:37 +01:00
Josep-San
4578b4403a
Added context menu for Upload list headers to hide/show columns.
2018-09-28 15:38:39 +02:00
Phenom
c00efe93d4
Add RsCollection's content automatically download option.
2018-07-31 17:02:03 +02:00
csoler
0e6d27ad7a
fixed bug in FT causing transfer lines to only update when the mouse moves over the widget
2018-03-13 20:25:38 +01:00
csoler
13b18e3e90
added missing decoration icon on transfer sources
2018-03-10 16:05:52 +01:00
csoler
1a1dc648bd
fixed transfers list bug causing ghost entries to appear
2018-03-03 15:50:27 +01:00
csoler
9386bb991d
tried to fix FT list bug.
2018-03-02 22:57:14 +01:00
csoler
e88eebf3e3
attempt to fix wrong number of rows in DL list
2018-03-02 21:26:38 +01:00
csoler
f2a737ec99
fixed font size compilation error
2018-03-02 18:13:09 +01:00
csoler
ca402c2ba1
fixed column sizing in FT dialog
2018-03-02 18:05:11 +01:00
csoler
efa5827fff
fixed missing peer availability maps in FT dialog
2018-03-02 18:01:56 +01:00
csoler
a1b378e6f4
fixed ghost rows in TransfersDialog
2018-02-20 21:07:02 +01:00
csoler
01cc2322e8
fixed appearing false line in Transfers
2018-02-12 22:39:11 +01:00
csoler
8afa127ed5
fixed crash in RsCollection creation
2018-02-12 20:30:01 +01:00
csoler
fc3becacbf
fixed performance issue (patch from sss)
2018-02-09 23:02:27 +01:00
csoler
2744bc9750
fixed saving of expanded items
2018-02-08 09:07:48 +01:00
csoler
e7c75b19da
fixed losing selection when updating FT list
2018-02-07 22:59:24 +01:00
csoler
8b46fc9d3c
fixed sorting and selection
2018-02-07 21:57:32 +01:00
csoler
74a6076f18
added sources in new QModel. Unfinished yet.
2018-02-07 00:25:41 +01:00
csoler
fdcb6160f9
fixed level 0 of Transfers QModel
2018-02-05 21:37:06 +01:00
csoler
3f8ff6489b
first attempt at creating a display model for transfers. Not finished yet.
2018-02-04 22:56:13 +01:00
Phenom
7652821ecd
Revert "patch from sss to cache TransfersDialog QIcons"
...
This reverts commit 388b2c2143
.
2018-01-20 17:18:50 +01:00
csoler
388b2c2143
patch from sss to cache TransfersDialog QIcons
2018-01-12 22:47:42 +01:00
csoler
5997c10495
fixed bug causing RsCollection to fail on remote files. Now using RsCollectionDialog when downloading directories from friend shared files
2017-11-12 22:46:29 +01:00
Phenom
8072d245f3
Use macro for priority values instead of constants.
2017-11-04 13:58:13 +01:00
Phenom
c5c406bb98
Fix Speed/Queue Position column sorting
2017-11-04 13:58:13 +01: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
csoler
74d5069225
renamed RsCollectionEditor into RsCollection. Added download of FileTree links
2017-10-19 22:14:04 +02:00
csoler
847c1b2bce
renamed RsCollectionFile into RsCollectionEditor
2017-10-17 22:39:05 +02:00
Pooh
f98f16fb15
Update TransfersDialog.cpp
2017-09-25 22:31:49 +03:00
Pooh
72dc1c7da4
Update TransfersDialog.cpp
2017-09-25 21:50:12 +03:00
Pooh
c47e6f620d
Merge branch 'master' into tunnel-names
2017-09-25 21:43:41 +03:00
Phenom
b13d985e58
Add Icon in Peer name in DL/UL List
...
And don't show upload item if no peer.
2017-09-16 19:29:10 +02:00
Phenom
d9298dcf49
Add Peer Column in Upload list
2017-09-16 19:29:10 +02:00