RetroShare/retroshare-gui/src/gui
2025-11-11 18:56:24 +01:00
..
advsearch Replaced deprecated QRegExp by QRegularExpression 2025-07-29 18:32:32 +02:00
chat renamed NotifyQt into RsGUIEventManager 2025-11-11 18:56:24 +01:00
Circles Added Qt dependent macro for QFontMetrics::horizontalAdvance/width 2025-07-29 18:32:33 +02:00
common removed old calls to NotifyQt, and fixed missing initialization causing crash 2025-10-15 18:49:50 +02:00
connect removed old calls to NotifyQt, and fixed missing initialization causing crash 2025-10-15 18:49:50 +02:00
elastic Merge pull request #3002 from thunder2/qt6 2025-08-09 23:27:39 +02:00
emojione
feeds merged with upstream 2025-11-10 14:14:21 +01:00
FileTransfer removed old calls to NotifyQt, and fixed missing initialization causing crash 2025-10-15 18:49:50 +02:00
groups
gxs renamed NotifyQt into RsGUIEventManager 2025-11-11 18:56:24 +01:00
gxschannels renamed NotifyQt into RsGUIEventManager 2025-11-11 18:56:24 +01:00
gxsforums ADD: storage and sync time 3 and 5 years 2025-08-12 18:15:05 +02:00
help Replaced deprecated QTreeWidget::isItemExpanded by QTreeWidgetItem::isExpanded and QTreeWidget::setItemExpanded by QTreeWidgetItem::setExpanded 2025-07-29 18:32:40 +02:00
icons
Identity moved pgp passphrase handling to RsLoginHandler and removed irrelevant notify handles 2025-09-27 18:59:28 +02:00
im_history removed old calls to NotifyQt, and fixed missing initialization causing crash 2025-10-15 18:49:50 +02:00
images Added for Dark Style new home logo 2025-06-08 17:32:30 +02:00
msgs removed old calls to NotifyQt, and fixed missing initialization causing crash 2025-10-15 18:49:50 +02:00
NetworkDialog Replaced deprecated QSortFilterProxyModel::filterChanged by QSortFilterProxyModel::invalidateFilter 2025-07-29 18:32:44 +02:00
People
PhotoShare
plugins
Posted renamed NotifyQt into RsGUIEventManager 2025-11-11 18:56:24 +01:00
profile Use "Qt::WindowFlags flags = Qt::WindowFlags()" instead of "Qt::WindowFlags flags = 0" 2025-07-20 14:14:13 +02:00
qss fix to use em 2025-08-03 15:53:47 +02:00
settings renamed NotifyQt into RsGUIEventManager 2025-11-11 18:56:24 +01:00
statistics Removed usage of deprecated QSysInfo::WindowsVersion 2025-07-29 18:32:48 +02:00
statusbar renamed NotifyQt into RsGUIEventManager 2025-11-11 18:56:24 +01:00
style
TheWire Replaced deprecated QString::sprintf by QString::asprintf 2025-07-20 18:28:04 +02:00
toaster fixed toasters in notifyQt to use rsEvents 2025-09-16 16:29:47 +02:00
TorControl
unfinished Renamed QtVersion.h to RsQtVersion.h because of the same filename in Qt 6 2025-07-20 14:14:57 +02:00
WikiPoos Replaced some more QDateTime::setTime_t by DateTime::DateTimeFromTime_t 2025-07-29 18:32:30 +02:00
AboutDialog.cpp
AboutDialog.h
AboutDialog.ui
AboutWidget.cpp Replaced deprecated QPalette::Background by QPalette::Window 2025-07-29 18:32:45 +02:00
AboutWidget.h
AboutWidget.ui
ChatLobbyWidget.cpp fixed missing initialization of Event handler ID in ChatLobbyDialog 2025-10-26 20:53:36 +01:00
ChatLobbyWidget.h using rsEvents for Chat rooms 2025-08-12 21:00:11 +02:00
ChatLobbyWidget.ui
emojione.qrc
FriendsDialog.cpp removed old calls to NotifyQt, and fixed missing initialization causing crash 2025-10-15 18:49:50 +02:00
FriendsDialog.h fixed ifdef problem 2025-09-11 21:23:12 +02:00
FriendsDialog.ui Fixed frame to get styled on system theme 2025-06-14 17:20:19 +02:00
FriendServerControl.cpp fixed compilation with rs_efs 2025-09-02 22:16:42 +02:00
FriendServerControl.h
FriendServerControl.ui
GenCertDialog.cpp removed rsnotify 2025-10-10 16:39:11 +02:00
GenCertDialog.h
GenCertDialog.ui
GetStartedDialog.cpp Replaced deprecated QSysInfo::MacintoshVersion and QSysInfo::windowsVersion by QSysInfo::prettyProductName 2025-07-29 18:32:49 +02:00
GetStartedDialog.h
GetStartedDialog.ui
HelpDialog.cpp
HelpDialog.h
HelpDialog.ui
HomePage.cpp Replaced deprecated QTextStream::setCodec by QTextStream::setEncoding 2025-07-29 18:32:36 +02:00
HomePage.h Added override 2025-07-05 13:24:25 +02:00
HomePage.ui
icons.qrc
images.qrc Added for Dark Style new home logo 2025-06-08 17:32:30 +02:00
linetypes.h
LogoBar.cpp Replaced deprecated QLayout::setMargins by QLayout::setContentsMargins 2025-07-20 14:19:47 +02:00
LogoBar.h
MainPage.cpp
mainpagestack.cpp
mainpagestack.h
MainWindow.cpp renamed NotifyQt into RsGUIEventManager 2025-11-11 18:56:24 +01:00
MainWindow.h fixed toasters in notifyQt to use rsEvents 2025-09-16 16:29:47 +02:00
MainWindow.ui
MessengerWindow.cpp removed old calls to NotifyQt, and fixed missing initialization causing crash 2025-10-15 18:49:50 +02:00
MessengerWindow.h merged with upstream/master 2025-08-13 16:17:07 +02:00
MessengerWindow.ui
NetworkDialog.cpp Renamed QtVersion.h to RsQtVersion.h because of the same filename in Qt 6 2025-07-20 14:14:57 +02:00
NetworkDialog.h
NetworkDialog.ui
NetworkView.cpp moved notifyChatStatus to rsEvents 2025-08-17 17:34:46 +02:00
NetworkView.h moved notifyChatStatus to rsEvents 2025-08-17 17:34:46 +02:00
NetworkView.ui
NewsFeed.cpp merged with upstream 2025-11-10 14:14:21 +01:00
NewsFeed.h removed all left rsnotify elements and moved uint32 flags to proper enum classes 2025-10-07 21:13:24 +02:00
NewsFeed.ui
PluginManager.cpp
PluginManager.h
PluginManagerWidget.cpp
PluginManagerWidget.h
PluginsPage.cpp
PluginsPage.h
QuickStartWizard.cpp Renamed QtVersion.h to RsQtVersion.h because of the same filename in Qt 6 2025-07-20 14:14:57 +02:00
QuickStartWizard.h
QuickStartWizard.ui
QuickStartWizard2.ui
RemoteDirModel.cpp Replaced deprecated Qt::BackgroundColorRole by Qt::BackgroundRole and Qt::TextColorRole by Qt::ForegroundRole 2025-07-29 18:32:43 +02:00
RemoteDirModel.h
RetroShareLink.cpp removed rsnotify 2025-10-10 16:39:11 +02:00
RetroShareLink.h
RsAutoUpdatePage.cpp
RsGUIEventManager.cpp renamed NotifyQt into RsGUIEventManager 2025-11-11 18:56:24 +01:00
RsGUIEventManager.h renamed NotifyQt into RsGUIEventManager 2025-11-11 18:56:24 +01:00
RSHumanReadableDelegate.h Replaced deprecated Qt::BackgroundColorRole by Qt::BackgroundRole and Qt::TextColorRole by Qt::ForegroundRole 2025-07-29 18:32:43 +02:00
SearchTreeWidget.cpp
SearchTreeWidget.h
ServicePermissionDialog.cpp
ServicePermissionDialog.h
ServicePermissionDialog.ui
ShareManager.cpp removed old calls to NotifyQt, and fixed missing initialization causing crash 2025-10-15 18:49:50 +02:00
ShareManager.h removed groupsChanged and used rsEvents::FRIEND_LIST instead 2025-06-12 21:12:47 +02:00
ShareManager.ui
SoundManager.cpp Replaced deprecated QSound and QAudioDeviceInfo by QAudioDevice and QMediaDevices for Qt 6 2025-07-29 18:32:51 +02:00
SoundManager.h Replaced deprecated QSound and QAudioDeviceInfo by QAudioDevice and QMediaDevices for Qt 6 2025-07-29 18:32:51 +02:00
StartDialog.cpp removed rsnotify 2025-10-10 16:39:11 +02:00
StartDialog.h
StartDialog.ui Moved background image to light skin 2025-06-22 22:41:35 +02:00
TrustView.cpp
TrustView.h
TrustView.ui