| .. |
|
AvatarDefs.cpp
|
switched all explicit pixmap from files to shared FilesDefs::getPixmapFromQtResourcePath()
|
2020-08-19 16:19:42 +02:00 |
|
AvatarDefs.h
|
show best icon for not expanded profiles in friend list
|
2019-09-04 21:35:17 +02:00 |
|
AvatarDialog.cpp
|
switched all explicit pixmap from files to shared FilesDefs::getPixmapFromQtResourcePath()
|
2020-08-19 16:19:42 +02:00 |
|
AvatarDialog.h
|
added various sizes in icons cache so that we do not always allocate the largest sizes
|
2019-06-04 11:49:26 +02:00 |
|
AvatarDialog.ui
|
|
|
|
AvatarWidget.cpp
|
bypass useless avatar dialog when choosing own avatar
|
2019-08-15 18:11:57 +02:00 |
|
AvatarWidget.h
|
updated licenses in gui/Circles. partly changed licenses in gui/common.
|
2018-11-11 14:24:47 +01:00 |
|
AvatarWidget.ui
|
|
|
|
DropLineEdit.cpp
|
updated licenses in gui/Circles. partly changed licenses in gui/common.
|
2018-11-11 14:24:47 +01:00 |
|
DropLineEdit.h
|
updated licenses in gui/Circles. partly changed licenses in gui/common.
|
2018-11-11 14:24:47 +01:00 |
|
ElidedLabel.cpp
|
Fix RSElidedItemDelegate to use StyleSheet as default but defined colors
|
2020-05-17 13:27:35 +02:00 |
|
ElidedLabel.h
|
Fix RsElidedItemDelegate for StyleSheet
|
2020-05-04 11:35:33 +02:00 |
|
Emoticons.cpp
|
switched all explicit pixmap from files to shared FilesDefs::getPixmapFromQtResourcePath()
|
2020-08-19 16:19:42 +02:00 |
|
Emoticons.h
|
Allow to import stickers from chat window
|
2019-10-05 23:18:41 +02:00 |
|
FeedNotify.cpp
|
updated licenses in gui/Circles. partly changed licenses in gui/common.
|
2018-11-11 14:24:47 +01:00 |
|
FeedNotify.h
|
updated licenses in gui/Circles. partly changed licenses in gui/common.
|
2018-11-11 14:24:47 +01:00 |
|
FilesDefs.cpp
|
switched all explicit pixmap from files to shared FilesDefs::getPixmapFromQtResourcePath()
|
2020-08-19 16:19:42 +02:00 |
|
FilesDefs.h
|
Fix RsElidedItemDelegate for StyleSheet
|
2020-05-04 11:35:33 +02:00 |
|
FloatingHelpBrowser.cpp
|
partially added/fixed licenses in gui/common
|
2018-11-11 16:57:05 +01:00 |
|
FloatingHelpBrowser.h
|
partially added/fixed licenses in gui/common
|
2018-11-11 16:57:05 +01:00 |
|
FlowLayout.cpp
|
firther license cleaning/fixing
|
2018-12-27 16:35:21 +01:00 |
|
FlowLayout.h
|
firther license cleaning/fixing
|
2018-12-27 16:35:21 +01:00 |
|
FriendList.cpp
|
fixed comflicts with upstream
|
2020-09-27 20:51:05 +02:00 |
|
FriendList.h
|
moved SSL part of friend list into a separate function
|
2019-06-22 18:44:32 +02:00 |
|
FriendList.ui
|
Added for Channel Message composer a Image Attach button
|
2019-01-12 15:46:47 +01:00 |
|
FriendListModel.cpp
|
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 |
|
FriendListModel.h
|
added missing virtual destructors possibly causing memory leaks
|
2020-08-15 13:41:21 +02:00 |
|
FriendSelectionDialog.cpp
|
fixed loading of already selected ids in FriendSelectionDialog and automatically display existing GxsGroupDialog moderators
|
2020-04-27 17:00:13 +02:00 |
|
FriendSelectionDialog.h
|
partially added/fixed licenses in gui/common
|
2018-11-11 16:57:05 +01:00 |
|
FriendSelectionWidget.cpp
|
Add Remove Only Selected in Network Keyring.
|
2020-11-24 15:51:39 +01:00 |
|
FriendSelectionWidget.h
|
fixed loading of already selected ids in FriendSelectionDialog and automatically display existing GxsGroupDialog moderators
|
2020-04-27 17:00:13 +02:00 |
|
FriendSelectionWidget.ui
|
Remove unneeded Search: text in FriendSelectionWidget.ui
|
2018-07-15 16:53:52 +02:00 |
|
GroupChooser.cpp
|
partially added/fixed licenses in gui/common
|
2018-11-11 16:57:05 +01:00 |
|
GroupChooser.h
|
partially added/fixed licenses in gui/common
|
2018-11-11 16:57:05 +01:00 |
|
GroupDefs.cpp
|
partially added/fixed licenses in gui/common
|
2018-11-11 16:57:05 +01:00 |
|
GroupDefs.h
|
Fix Warnings for 'RsGroupInfo' defined as a struct here but previously
|
2019-02-14 23:42:17 +01:00 |
|
GroupFlagsWidget.cpp
|
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 |
|
GroupFlagsWidget.h
|
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 |
|
GroupSelectionBox.cpp
|
partially added/fixed licenses in gui/common
|
2018-11-11 16:57:05 +01:00 |
|
GroupSelectionBox.h
|
partially added/fixed licenses in gui/common
|
2018-11-11 16:57:05 +01:00 |
|
GroupTreeWidget.cpp
|
limit the size of group description in GroupTreeWidget tooltip
|
2020-10-14 20:44:54 +02:00 |
|
GroupTreeWidget.h
|
fixed cleaning up of search results
|
2020-07-04 00:05:29 +02:00 |
|
GroupTreeWidget.ui
|
changed display menu icon to something more appropriate
|
2020-10-22 22:09:25 +02:00 |
|
HashBox.cpp
|
partially added/fixed licenses in gui/common
|
2018-11-11 16:57:05 +01:00 |
|
HashBox.h
|
partially added/fixed licenses in gui/common
|
2018-11-11 16:57:05 +01:00 |
|
HashBox.ui
|
|
|
|
HeaderFrame.cpp
|
partially added/fixed licenses in gui/common
|
2018-11-11 16:57:05 +01:00 |
|
HeaderFrame.h
|
partially added/fixed licenses in gui/common
|
2018-11-11 16:57:05 +01:00 |
|
HeaderFrame.ui
|
|
|
|
LineEditClear.cpp
|
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 |
|
LineEditClear.h
|
partially added/fixed licenses in gui/common
|
2018-11-11 16:57:05 +01:00 |
|
MimeTextEdit.cpp
|
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 |
|
MimeTextEdit.h
|
Add more color for quotted text.
|
2020-05-12 03:06:01 +02:00 |
|
NewFriendList.cpp
|
added missing delete in NewFriendList destructor
|
2020-12-22 22:51:35 +01:00 |
|
NewFriendList.h
|
fixed keeping sort order in any case in network friend list
|
2020-11-12 23:44:12 +01:00 |
|
NewFriendList.ui
|
use queued connections for notification signals in friend list, added a call to begin/endResetModel()
|
2019-08-30 13:57:27 +02:00 |
|
PeerDefs.cpp
|
partially added/fixed licenses in gui/common
|
2018-11-11 16:57:05 +01:00 |
|
PeerDefs.h
|
Fix Warnings for 'RsPeerDetails' defined as a struct here but previously
|
2019-02-14 23:38:16 +01:00 |
|
PictureFlow.cpp
|
second pass over compilation warnings
|
2016-06-05 11:05:52 -04:00 |
|
PictureFlow.h
|
|
|
|
PopularityDefs.cpp
|
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 |
|
PopularityDefs.h
|
partially added/fixed licenses in gui/common
|
2018-11-11 16:57:05 +01:00 |
|
RsBanListDefs.cpp
|
fixed licenses in gui/common/
|
2018-11-11 20:41:06 +01:00 |
|
RsBanListDefs.h
|
fixed licenses in gui/common/
|
2018-11-11 20:41:06 +01:00 |
|
RsBanListToolButton.cpp
|
fixed licenses in gui/common/
|
2018-11-11 20:41:06 +01:00 |
|
RsBanListToolButton.h
|
fixed licenses in gui/common/
|
2018-11-11 20:41:06 +01:00 |
|
RsButtonOnText.cpp
|
fixed licenses in gui/common/
|
2018-11-11 20:41:06 +01:00 |
|
RsButtonOnText.h
|
fixed licenses in gui/common/
|
2018-11-11 20:41:06 +01:00 |
|
RsCollection.cpp
|
renamed "count" to "size" in DirDetails
|
2020-12-13 20:03:21 +01:00 |
|
RsCollection.h
|
Initial work on RsFiles links support in libretroshare
|
2020-04-14 12:17:01 +02:00 |
|
RsCollectionDialog.cpp
|
switched all explicit pixmap from files to shared FilesDefs::getPixmapFromQtResourcePath()
|
2020-08-19 16:19:42 +02:00 |
|
RsCollectionDialog.h
|
fixed licenses in gui/common/
|
2018-11-11 20:41:06 +01:00 |
|
RsCollectionDialog.ui
|
removed old icons & restored few back
|
2020-02-22 15:41:34 +01:00 |
|
RSElidedItemDelegate.cpp
|
Fix qss StyleSheet dark theme item color for gtk users
|
2020-05-30 12:40:42 +02:00 |
|
RSElidedItemDelegate.h
|
Fix GroupTreeWidget with RSElidedItemDelegate for StyleSheet.
|
2020-05-10 18:42:24 +02:00 |
|
RSFeedWidget.cpp
|
fixed crash in NewFeed when attempting to find a widget using its identifier
|
2020-01-16 20:33:34 +01:00 |
|
RSFeedWidget.h
|
fixed crash in NewFeed when attempting to find a widget using its identifier
|
2020-01-16 20:33:34 +01:00 |
|
RSFeedWidget.ui
|
|
|
|
RSGraphWidget.cpp
|
fixed licenses in gui/common/
|
2018-11-11 20:41:06 +01:00 |
|
RSGraphWidget.h
|
fixed licenses in gui/common/
|
2018-11-11 20:41:06 +01:00 |
|
rshtml.cpp
|
fixed licenses in gui/common/
|
2018-11-11 20:41:06 +01:00 |
|
rshtml.h
|
fixed licenses in gui/common/
|
2018-11-11 20:41:06 +01:00 |
|
RSImageBlockWidget.cpp
|
fixed retroshare.project email in licenses
|
2018-11-11 20:42:48 +01:00 |
|
RSImageBlockWidget.h
|
fixed retroshare.project email in licenses
|
2018-11-11 20:42:48 +01:00 |
|
RSImageBlockWidget.ui
|
Fix Forum Post Resize
|
2020-11-04 12:09:50 +01:00 |
|
RSItemDelegate.cpp
|
Fix RsElidedItemDelegate for StyleSheet
|
2020-05-04 11:35:33 +02:00 |
|
RSItemDelegate.h
|
Fix RsElidedItemDelegate for StyleSheet
|
2020-05-04 11:35:33 +02:00 |
|
RSListWidgetItem.cpp
|
fixed retroshare.project email in licenses
|
2018-11-11 20:42:48 +01:00 |
|
RSListWidgetItem.h
|
fixed retroshare.project email in licenses
|
2018-11-11 20:42:48 +01:00 |
|
RSPlainTextEdit.cpp
|
fixed retroshare.project email in licenses
|
2018-11-11 20:42:48 +01:00 |
|
RSPlainTextEdit.h
|
fixed retroshare.project email in licenses
|
2018-11-11 20:42:48 +01:00 |
|
RSTabWidget.cpp
|
fixed retroshare.project email in licenses
|
2018-11-11 20:42:48 +01:00 |
|
RSTabWidget.h
|
fixed retroshare.project email in licenses
|
2018-11-11 20:42:48 +01:00 |
|
RSTextBrowser.cpp
|
Add View Source in RSTextBrowser
|
2020-11-10 16:28:15 +01:00 |
|
RSTextBrowser.h
|
Add View Source in RSTextBrowser
|
2020-11-10 16:28:15 +01:00 |
|
RSTextEdit.cpp
|
fixed retroshare.project email in licenses
|
2018-11-11 20:42:48 +01:00 |
|
RSTextEdit.h
|
fixed retroshare.project email in licenses
|
2018-11-11 20:42:48 +01:00 |
|
RSTreeView.cpp
|
Fix RSTreeView Header first Painting
|
2020-11-06 11:05:08 +01:00 |
|
RSTreeView.h
|
added zoom of thumbnails on control+wheel
|
2020-06-23 20:24:14 +02:00 |
|
RSTreeWidget.cpp
|
switched all explicit pixmap from files to shared FilesDefs::getPixmapFromQtResourcePath()
|
2020-08-19 16:19:42 +02:00 |
|
RSTreeWidget.h
|
fixed retroshare.project email in licenses
|
2018-11-11 20:42:48 +01:00 |
|
RSTreeWidgetItem.cpp
|
fixed retroshare.project email in licenses
|
2018-11-11 20:42:48 +01:00 |
|
RSTreeWidgetItem.h
|
fixed retroshare.project email in licenses
|
2018-11-11 20:42:48 +01:00 |
|
RsUrlHandler.cpp
|
fixed licenses in gui/common/
|
2018-11-11 20:41:06 +01:00 |
|
RsUrlHandler.h
|
fixed retroshare.project email in licenses
|
2018-11-11 20:42:48 +01:00 |
|
rwindow.cpp
|
fixed licenses in gui/common/
|
2018-11-11 20:41:06 +01:00 |
|
rwindow.h
|
fixed licenses in gui/common/
|
2018-11-11 20:41:06 +01:00 |
|
StatusDefs.cpp
|
first version of item model for new friend list
|
2019-06-28 11:12:44 +02:00 |
|
StatusDefs.h
|
first version of item model for new friend list
|
2019-06-28 11:12:44 +02:00 |
|
StyledElidedLabel.cpp
|
fixed licenses in gui/common/
|
2018-11-11 20:41:06 +01:00 |
|
StyledElidedLabel.h
|
fixed licenses in gui/common/
|
2018-11-11 20:41:06 +01:00 |
|
StyledLabel.cpp
|
fixed licenses in gui/common/
|
2018-11-11 20:41:06 +01:00 |
|
StyledLabel.h
|
fixed licenses in gui/common/
|
2018-11-11 20:41:06 +01:00 |
|
SubscribeToolButton.cpp
|
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 |
|
SubscribeToolButton.h
|
fixed licenses in gui/common/
|
2018-11-11 20:41:06 +01:00 |
|
TagDefs.cpp
|
fixed licenses in gui/common/
|
2018-11-11 20:41:06 +01:00 |
|
TagDefs.h
|
fixed licenses in gui/common/
|
2018-11-11 20:41:06 +01:00 |
|
ToasterNotify.cpp
|
fixed licenses in gui/common/
|
2018-11-11 20:41:06 +01:00 |
|
ToasterNotify.h
|
fixed licenses in gui/common/
|
2018-11-11 20:41:06 +01:00 |
|
UIStateHelper.cpp
|
fixed licenses in gui/common/
|
2018-11-11 20:41:06 +01:00 |
|
UIStateHelper.h
|
fixed licenses in gui/common/
|
2018-11-11 20:41:06 +01:00 |
|
UserNotify.cpp
|
fixed bug in chat room notify
|
2020-05-10 13:33:20 +02:00 |
|
UserNotify.h
|
fixed up top bar tooltips to display what the numbers actually mean
|
2020-04-27 21:56:43 +02:00 |
|
vmessagebox.cpp
|
fixed licenses in gui/common/
|
2018-11-11 20:41:06 +01:00 |
|
vmessagebox.h
|
fixed licenses in gui/common/
|
2018-11-11 20:41:06 +01:00 |