defnax
85afe64086
Merge pull request #2237 from defnax/avatar-dialog-improvements
...
Added to load stickers in Avatars dialog to use as Avatar
2021-01-22 19:02:51 +01:00
defnax
c746af23ed
Fixed to load the stickers only one time
2021-01-21 22:57:27 +01:00
defnax
55d8ff7b6d
Added scrollarea for the avatar/sticker widget to avoid to stretch dialog
2021-01-20 22:25:57 +01:00
defnax
53ab47cf4a
Added to use on AvatarWidget on click the Avatar Dialog
...
* Added to use the Avatar Dialog for the AvatarWidget too
* Fixed the info text
* Update stylesheet for the info frame
2021-01-19 22:30:35 +01:00
Phenom
24ab1d6929
Fix for running with Self-Built Qt
...
beginRemoveRows(QModelIndex(),0,-1);
Failed because:
void QAbstractItemModel::beginRemoveRows(const QModelIndex &parent, int
first, int last)
{
Q_ASSERT(first >= 0);
Q_ASSERT(last >= first);
Q_ASSERT(last < rowCount(parent));
Last assert is important too.
So prefer use beginResetModel().
2021-01-19 14:25:35 +01:00
defnax
ed228485d0
Added Stickers to load in Avatars Dialog to use a Avatar
...
* Added function to load stickers in Avatars Dialog to use a Avatars
* Added ZoomableLabel with crop image feature from PR #2236
2021-01-18 23:39:00 +01:00
defnax
17f32db687
Added Dark theme for the graphframe
...
* Added Dark theme for the graphframe
* Added Combobox for switch
* Added for other graphs the settings
* Added fix by phenom for get stored the configs for the statistics pages
* Removed uneeded line from the toolbar
* New icon for Identities stats page
2021-01-16 12:42:33 +01:00
Phenom
bfb1159ca0
Fix RSElidedItemDelegate
2021-01-15 12:04:02 +01:00
Phenom
480a99b9bb
Fix Distant Chat Avatar Status Update
2021-01-14 12:41:02 +01:00
csoler
41a263eccc
removed std::unique_ptr in a few places where it made code far too complicated and less easy to debug
2020-12-24 00:45:19 +01:00
csoler
f2b1cccf42
added missing delete in NewFriendList destructor
2020-12-22 22:51:35 +01:00
csoler
1a5a99f076
show last contact and IP on closed profiles to be the data of the most recent node
2020-12-17 21:17:17 +01:00
csoler
733b059571
Merge pull request #2161 from csoler/v0.6-BugFixing_5
...
V0.6 bug fixing 5
2020-12-15 20:50:14 +01:00
csoler
aad27ff94b
renamed "count" to "size" in DirDetails
2020-12-13 20:03:21 +01:00
csoler
d5d0314940
always show empty groups in FriendList so that they still can be deleted
2020-12-05 20:50:36 +01:00
Phenom
457206272c
Add Remove Only Selected in Network Keyring.
2020-11-24 15:51:39 +01:00
csoler
24735c2235
fixed keeping sort order in any case in network friend list
2020-11-12 23:44:12 +01:00
csoler
f8721ad60f
Merge remote-tracking branch 'upstream/master' into v0.6-BugFixing_2
2020-11-12 23:17:55 +01:00
Phenom
f8d7bd5d74
Fix Save Network Friends Headers Size
2020-11-12 19:02:40 +01:00
Phenom
9dcb4af645
Add View Source in RSTextBrowser
2020-11-10 16:28:15 +01:00
csoler
9a2749dbe5
added flags to invite system to unify the different variables and made sure the HomePage contains at least current IP (not fully tested)
2020-11-09 22:42:28 +01:00
Phenom
bfbee1bdec
Add View Source in RSTextBrowser
2020-11-09 15:26:08 +01:00
csoler
d2bd947252
fixed bug due to passing shared_ptr to RsThread::async() without making an explicit copy before
2020-11-08 18:25:20 +01:00
Phenom
47a2a78350
Fix RSTreeView Header first Painting
2020-11-06 11:05:08 +01:00
Phenom
d1c10d3c0e
Fix Forum Post Resize
...
[ ] forums: Clicking on diffent forum items causes changing of the width
of the left pane.
2020-11-04 12:09:50 +01:00
csoler
ca94fba8e3
removed deprecated Send message to whole group feature from FriendList
2020-11-02 20:17:23 +01:00
csoler
a59a9c2650
changed display menu icon to something more appropriate
2020-10-22 22:09:25 +02:00
csoler
c6b6a148ef
limit the size of group description in GroupTreeWidget tooltip
2020-10-14 20:44:54 +02:00
csoler
fa627e6347
Merge pull request #2069 from csoler/v0.6-ChannelsGUI
...
Fixes for channels GUI
2020-10-03 21:09:38 +02:00
csoler
c640fd779d
fixed comflicts with upstream
2020-09-27 20:51:05 +02:00
csoler
56f3df6737
removed "0 files" mention
2020-09-26 17:47:09 +02:00
defnax
b84e58aa9a
cleanup old icons
2020-09-14 20:53:16 +02:00
csoler
315e7e0b0e
Merge pull request #2025 from chelovechishko/forums_gui
...
Forums gui
2020-09-11 21:53:52 +02:00
csoler
2e6a87a2ea
merged upstream/master
2020-09-11 21:36:45 +02:00
csoler
deaba61eec
Merge pull request #2044 from csoler/v0.6-BugFixing
...
Fix for crashes in FriendList and FileLists
2020-08-22 21:50:37 +02:00
csoler
daf92ce62c
save both column width and column visibility in friend list
2020-08-22 20:46:39 +02:00
csoler
44444207f7
save/restore hidden columns when switching which column is visible in FriendList
2020-08-22 20:23:42 +02:00
csoler
da21a40eda
keep expand state when showing/hiding IPs and last connection state
2020-08-22 19:14:46 +02:00
csoler
335cd9a7c2
hack to fix crashes in network list
2020-08-21 18:42:12 +02:00
csoler
7c5bf22931
improved safety of underlying data update for FriendListModel
2020-08-20 18:34:10 +02:00
csoler
76511479af
switched all explicit pixmap from files to shared FilesDefs::getPixmapFromQtResourcePath()
2020-08-19 16:19:42 +02:00
csoler
a7db89a9ef
Merge pull request #2042 from csoler/v0.6-ImprovedGUI
...
V0.6 improved gui
2020-08-18 23:25:51 +02:00
drbob
09c7fdee4b
Add proper header path for 'retroshare-gui/' headers
...
This is simplifies the include directories needed for plugins.
2020-08-18 22:43:45 +10:00
csoler
3b7734c934
uniformise calls to [begin/end]ResetModel() and removed calls to layoutAboutToBeChanged() as it may cause some SIGSEGV
2020-08-16 22:17:54 +02:00
csoler
209355b9a5
converted all calls to QIcon("somefile.png") into FilesDefs::getIconFromQtResourcePath("somefile.png") to save memory duplicated by Qt
2020-08-15 22:17:52 +02:00
csoler
243ba595f0
added missing virtual destructors possibly causing memory leaks
2020-08-15 13:41:21 +02:00
chelovechishko
ee967c2bc0
gxsforums: add id to forum's popup
2020-07-06 13:27:06 +09:00
csoler
07655e287e
fixed cleaning up of search results
2020-07-04 00:05:29 +02:00
csoler
c58aa688d1
fixed proper display of group for context strings
2020-06-25 21:25:22 +02:00
csoler
ba486a0029
multiple improvements in distant channel search and general display of distant search results
2020-06-25 21:15:37 +02:00