Commit graph

123 commits

Author SHA1 Message Date
thunder2
41305b43f6 Renamed QtVersion.h to RsQtVersion.h because of the same filename in Qt 6 2025-07-18 22:58:28 +02:00
thunder2
5a24fad354 Renamed RsCollectionErrorCode::NO_ERROR to COLLECTION_NO_ERROR because of double define of NO_ERROR in winerror.h 2024-04-03 22:20:33 +02:00
csoler
0551f4f819 fixed compilation after removal of RsCollection::downloadFiles 2024-03-28 22:14:46 +01:00
csoler
5071656209 started adapting RsCollectionDialog to the new API of RsCollection 2024-02-24 17:44:13 +01:00
csoler
206da93d99 fixed a few compilation errors in RsCollection handling 2024-02-24 15:55:21 +01:00
csoler
24dd71d15f fixed open file / preview file in TransfersDialog 2023-07-30 20:51:51 +02:00
csoler
d95518d17e fixed DL output path in DL list 2023-07-01 18:06:12 +02:00
csoler
c278239f97 added warning about random FT strategy on windows 2023-06-20 21:57:51 +02:00
defnax
22a9cf4236 moved popup settings for toasters 2023-04-07 16:23:46 +02:00
csoler
783a0a586f fixed bug preventing completed files removal to clear the files counter 2023-04-03 22:06:42 +02:00
defnax
5f54db577c Fixed Toasters
Fixed Online, Download Complete, Mail & FR Toaster
2023-03-26 20:00:13 +02:00
Tushar Garg
e8354aa3d3 Just added a empty line in the header file section. 2023-03-26 02:18:03 +05:30
Tushar Garg
43d8432dcc This commit fixed the Download_Complete sound not working when a download is completed. 2023-03-26 02:12:49 +05:30
csoler
0cc813d093 fixed naming of columns that colided because of common names 2022-03-27 19:35:23 +02:00
Phenom
9e4903c9b8 Add General Font Size Factor 2022-01-16 13:21:49 +01:00
csoler
a2eced6d4a added missing deletes in Transfers dialog 2020-12-23 20:47:49 +01:00
csoler
aad27ff94b renamed "count" to "size" in DirDetails 2020-12-13 20:03:21 +01:00
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