csoler
c1a6b8fe12
added some debug info in RsCollectionModel
2024-03-10 23:41:10 +01:00
csoler
9ba4ac6362
fixed a few bugs in file counting
2024-03-09 18:31:01 +01:00
csoler
67ff37a0d4
using vectors instead of maps for mCollectionModel data.
2024-03-09 00:03:16 +01:00
csoler
f375912bc5
added checkable items in RsCollectionModel
2024-03-07 22:15:12 +01:00
csoler
be96f417b3
fixed update of tree when changed
2024-03-04 23:00:25 +01:00
csoler
e106959fbd
fixed creating new collection
2024-03-01 23:00:17 +01:00
csoler
31c390aa27
simplified usage of RsCollectionDialog in shared files (removed duplicate functionality)
2024-02-29 22:07:52 +01:00
csoler
2ed72a146b
fixed basic functionality of RsCollectionModel
2024-02-28 21:56:38 +01:00
csoler
885eb640dc
starting fixing RsCollection with the new model
2024-02-27 22:10:49 +01:00
csoler
eae4fe86aa
added RsCollectionModel to RsCollectionDialog (unfiished)
2024-02-26 22:10:32 +01:00
csoler
eb0ef1e39b
implemented RsCollectionModel
2024-02-25 17:58:51 +01:00
csoler
97309f2f9f
started implementing RsCollectionModel
2024-02-24 21:49:50 +01:00
csoler
5bc071b03c
fixed compilation
2024-02-24 20:27:18 +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
258fe58547
switch RsCollection to using RsfileTree as a base structure instead of a QDomDocument (not compiling yet)
2024-02-23 21:10:13 +01:00
csoler
8564a22bef
Merge pull request #2831 from defnax/downloadupload-treefixes
...
Improved Sharedfiles treesize and font fix for macos
2024-02-02 13:04:22 +01:00
csoler
9437bce60a
Merge pull request #2836 from defnax/chatlobby.fix
...
Removed "chat rooms" string from tree item
2024-02-01 21:17:46 +01:00
csoler
ed13a2f47f
Merge pull request #2838 from defnax/update-trans
...
update translations
2024-02-01 20:32:57 +01:00
defnax
388120956d
update translations
2024-01-30 23:15:23 +01:00
defnax
e4da288b25
removed "chat rooms" string from tree item
2024-01-29 21:53:09 +01:00
defnax
a523d654ef
Improved Sharedfiles treesize and font fix for macos
2024-01-16 14:54:04 +01:00
csoler
dc5131567f
Merge pull request #2830 from defnax/downloadupload-treefixes
...
Improved downloads and uploads tree display
2024-01-15 21:56:24 +01:00
defnax
3063e74e59
Improved downloads and uploads tree display
2024-01-15 21:43:09 +01:00
csoler
d9f7e96c68
updated master branch to sync with submodules
2024-01-14 16:26:07 +01:00
csoler
0c03e93a47
Merge pull request #2810 from defnax/macos-guide
...
[macOS] Fixes and Guide updates
2024-01-03 18:02:50 +01:00
defnax
020e9e5927
Enabled delete CFBundleGetInfoString, to update Version string
2024-01-02 15:30:32 +01:00
defnax
d3513ffed0
Merge branch 'RetroShare:master' into macos-guide
2024-01-02 14:58:07 +01:00
defnax
15f2ea4e29
Added to fix from Dock Icon to Show/Hide for macOS platform
2024-01-02 12:58:11 +01:00
csoler
91dd22d8d3
Merge pull request #2819 from thunder2/fix-chatlobby-traymenu
...
Fixed memory leak when using tray menu of chat lobby and removed doub…
2024-01-01 18:54:22 +01:00
thunder2
f00e8ba18e
Fixed memory leak when using tray menu of chat lobby and removed double connect of signals
2024-01-01 15:58:44 +01:00
csoler
73f1da20f0
Merge pull request #2812 from defnax/fix-cmake-macos
...
[macOS] fix cmake compile on macos to find include and libs path
2024-01-01 15:41:21 +01:00
csoler
24f13a4b88
Merge pull request #2814 from defnax/comments-tree
...
Added show author for comments tree
2024-01-01 15:40:22 +01:00
csoler
249ff6e8c5
Merge pull request #2816 from defnax/changed-tray-notifyicon-broadcastchat
...
changed broadcast chat notify icon
2024-01-01 15:38:42 +01:00
csoler
aac9425626
Merge pull request #2820 from defnax/macos-fix
...
{macOS} Fix for macos alternative chat room notify
2024-01-01 15:36:40 +01:00
defnax
4982e4b664
Fix for macos alternative chat room notify
2023-12-30 16:01:43 +01:00
csoler
267ffc99af
Merge pull request #2765 from PYRET1C/new_token_service
...
[WIP] Added the new token service in this file
2023-12-30 15:23:25 +01:00
defnax
75ef4dceb5
Added close window shortcut
2023-12-30 00:15:28 +01:00
defnax
79977a0c37
Fixed minimize on macOS with CTRL + M shortcut
2023-12-29 21:34:54 +01:00
defnax
3615ebf05e
Added retroshare-service compile with cmake to guide
2023-12-27 22:50:22 +01:00
csoler
0caf8e79db
Merge pull request #2817 from vladpirlog/fix/friendlistmodel-index-bug
...
Add row count check in the RsFriendListModel::index method
2023-12-27 20:01:48 +01:00
Vlad Pirlog
b5d40f7964
Add row count check in the RsFriendListModel::index method
...
Fix bug occurring after login where the app would crash unexpectedly.
Turns out there was an index out of bounds exception occurring in
the RsFriendListModel::index method.
2023-12-27 12:41:25 +02:00
defnax
17407f7ea3
removed not needed dependency libmicrohttp
2023-12-26 17:53:53 +01:00
defnax
5c9c7e8cf6
changed broadcast chat notify icon
2023-12-26 15:54:40 +01:00
defnax
d1393acfa6
Added show author for comments tree
2023-12-26 12:35:29 +01:00
defnax
c0f9f14455
Update GxsCommentTreeWidget.h
2023-12-26 12:30:56 +01:00
defnax
4af12b14e1
Set fusion style for macos
2023-12-24 22:01:03 +01:00
defnax
d395be256b
fix cmake compile on macos to find include and libs path
2023-12-24 18:56:43 +01:00
defnax
eb4a5a4e4d
Fix show messages on macos
2023-12-24 14:54:05 +01:00
defnax
1374d4520f
Merge branch 'RetroShare:master' into macos-guide
2023-12-24 14:51:58 +01:00