RetroShare/retroshare-gui/src/gui
2014-11-21 23:07:51 +00:00
..
advsearch added new icons and splash images from Feal, cleaning up old icons, still need more cleanup 2014-02-28 17:01:14 +00:00
bwgraph fixed compilation 2014-10-17 21:41:29 +00:00
chat fixed GUI for distant chat: correct display of peer names, chat window on client shows up when chat is openned. Window on server only shows up when first message is received. 2014-11-17 21:56:41 +00:00
Circles optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
common * Enabled Sort by State Menu Action 2014-11-21 12:10:26 +00:00
connect optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
elastic optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
feeds Fixed the set of read state of forum messages in feed item. 2014-11-21 23:07:51 +00:00
FileTransfer optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
groups optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
gxs Added feed item for forum group and forum message 2014-11-19 12:40:42 +00:00
gxschannels - Added new base class for group feeds - GxsGroupFeedItem 2014-11-18 00:49:21 +00:00
gxsforums Fixed the set of read state of forum messages in feed item. 2014-11-21 23:07:51 +00:00
help update authors page 2013-10-21 21:42:14 +00:00
Identity reworked logic of distant chat so as to handle multiple conversations at once and cope with multi-tunneling system. 2014-11-20 23:18:14 +00:00
im_history optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
images * Enabled by default to display Friends Avatar on Friendslist 2014-11-21 01:54:21 +00:00
msgs fixed adding groups to message recipient (Patch from Phenom, modified) 2014-11-07 19:06:23 +00:00
People fixed compilation after removing operators!= (patch from phenom) 2014-11-02 09:40:51 +00:00
PhotoShare optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
plugins
Posted Added feed item for Posted group and message 2014-11-21 00:50:18 +00:00
profile optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
qskinobject
qss * Added to change dynamicly the share key info description. 2014-11-11 20:12:53 +00:00
settings Added feed item for Posted group and message 2014-11-21 00:50:18 +00:00
smileys
statistics added very basic display of outqueue statistics in BwCtrlWindow. Removed unnecessary list::size() calls in pqistreamer 2014-10-31 21:24:42 +00:00
statusbar added systray menu in status bar. Helps people without a systray (Patch form Phenom) 2014-11-02 20:29:06 +00:00
style optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
TheWire optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
toaster merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
unfinished - Removed all usages of the old windows icon (rstray3.png) and used the standard icon of the application 2014-07-24 23:26:04 +00:00
WikiPoos optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
AboutDialog.cpp optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
AboutDialog.h Code maintenance for Qt 5: 2013-10-18 21:10:33 +00:00
AboutDialog.ui
ChatLobbyWidget.cpp optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
ChatLobbyWidget.h Added new Gui Design changes from Pheonom, Added new ListWidget for Page selection, via settings can switch to use List or Toolbar AddFrameListeInsteadOfToolBar_v0.6_7357.patch 2014-05-10 02:38:47 +00:00
ChatLobbyWidget.ui fixed up layout in chat lobbies - made it consistent with the other tabs 2014-09-09 19:55:31 +00:00
CreateMsgLinkDialog.cpp merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
CreateMsgLinkDialog.h - Added some performance optimizations in FriendSelectionWidget::peerStatusChanged 2013-06-19 13:18:15 +00:00
CreateMsgLinkDialog.ui Fixed compile on Linux. 2013-09-05 11:24:29 +00:00
FriendsDialog.cpp * Enabled by default to display Friends Avatar on Friendslist 2014-11-21 01:54:21 +00:00
FriendsDialog.h Fixed compile with deactivated modules 2014-09-10 08:37:27 +00:00
FriendsDialog.ui improved layout of FriendsDialog, changed some naming to make it appear as a network visualization tab 2014-09-09 19:19:18 +00:00
GenCertDialog.cpp optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
GenCertDialog.h Merging branches/v0.6-initdev into trunk. 2014-02-01 14:16:15 +00:00
GenCertDialog.ui Add Patch from Phenom: 2014-05-29 15:09:49 +00:00
GetStartedDialog.cpp Fixes for visState -> vs_disc & vs_dht. 2013-09-29 07:10:19 +00:00
GetStartedDialog.h Added new Gui Design changes from Pheonom, Added new ListWidget for Page selection, via settings can switch to use List or Toolbar AddFrameListeInsteadOfToolBar_v0.6_7357.patch 2014-05-10 02:38:47 +00:00
GetStartedDialog.ui Added patch from Henry: 2012-12-20 12:16:53 +00:00
HelpDialog.cpp Code maintenance for Qt 5: 2013-10-18 21:10:33 +00:00
HelpDialog.h
HelpDialog.ui update help page 2013-10-21 22:03:28 +00:00
images.qrc * Enabled by default to display Friends Avatar on Friendslist 2014-11-21 01:54:21 +00:00
linetypes.h
LogoBar.cpp Code maintenance for Qt 5: 2013-10-19 02:07:01 +00:00
LogoBar.h Code maintenance for Qt 5: 2013-10-18 21:10:33 +00:00
MainPage.cpp Added new Gui Design changes from Pheonom, Added new ListWidget for Page selection, via settings can switch to use List or Toolbar AddFrameListeInsteadOfToolBar_v0.6_7357.patch 2014-05-10 02:38:47 +00:00
mainpagestack.cpp
mainpagestack.h
MainWindow.cpp * Enabled by default to display Friends Avatar on Friendslist 2014-11-21 01:54:21 +00:00
MainWindow.h added systray menu in status bar. Helps people without a systray (Patch form Phenom) 2014-11-02 20:29:06 +00:00
MainWindow.ui fixed up MainWindow layout 2014-09-16 20:15:39 +00:00
MessagesDialog.cpp optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
MessagesDialog.h Switched MessagesDialog from QTreeView to QTreeWidget and use GxsIdRSTreeWidgetItem to show the gxs id for a distant message. 2014-10-09 22:04:12 +00:00
MessagesDialog.ui Switched MessagesDialog from QTreeView to QTreeWidget and use GxsIdRSTreeWidgetItem to show the gxs id for a distant message. 2014-10-09 22:04:12 +00:00
MessengerWindow.cpp optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
MessengerWindow.h Code maintenance for Qt 5: 2013-10-18 21:10:33 +00:00
MessengerWindow.ui added new icons and splash images from Feal, cleaning up old icons, still need more cleanup 2014-02-28 17:01:14 +00:00
NetworkDialog.cpp optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
NetworkDialog.h merged remaining of v0.6-IdCleaning branch (7180->7213) to incorporate global router stuff in trunk 2014-03-29 14:18:05 +00:00
NetworkDialog.ui fixed headers in Network Dialog. New strings are already translated. Patch from Phenom 2013-09-07 14:06:08 +00:00
NetworkView.cpp optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
NetworkView.h merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
NetworkView.ui Added freeze option in NetworkView (Modified patch from K. Eisentraut) 2013-10-27 23:07:47 +00:00
NewsFeed.cpp Added feed item for Posted group and message 2014-11-21 00:50:18 +00:00
NewsFeed.h Added feed item for Posted group and message 2014-11-21 00:50:18 +00:00
NewsFeed.ui Replaced scroll area in NewsFeed with RSFeedWidget. 2014-11-15 17:24:49 +00:00
notifyqt.cpp fixed bad connect in notifyQt for chat window 2014-10-25 13:14:55 +00:00
notifyqt.h fixed bad connect in notifyQt for chat window 2014-10-25 13:14:55 +00:00
PluginManager.cpp - Added new translatable strings (patch from Henry) 2014-07-10 18:37:21 +00:00
PluginManager.h
PluginManagerWidget.cpp - Added new translatable strings (patch from Henry) 2014-07-10 18:37:21 +00:00
PluginManagerWidget.h
PluginsPage.cpp
PluginsPage.h
QuickStartWizard2.ui - Removed all usages of the old windows icon (rstray3.png) and used the standard icon of the application 2014-07-24 23:26:04 +00:00
QuickStartWizard.cpp optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
QuickStartWizard.h Code maintenance for Qt 5: 2013-10-18 21:10:33 +00:00
QuickStartWizard.ui added new icons and splash images from Feal, cleaning up old icons, still need more cleanup 2014-02-28 17:01:14 +00:00
RemoteDirModel.cpp optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
RemoteDirModel.h Added new Patch from Phenom (AddRSCollectionEditor_v0.6_7386) 2014-05-29 14:49:45 +00:00
RetroShareLink.cpp Fixed navigate to forum and channel group when clicking a forum/channel link. 2014-10-25 15:50:00 +00:00
RetroShareLink.h - Added copy link to GxsFeedItem (GxsChannelPostItem) 2014-07-26 23:52:45 +00:00
RsAutoUpdatePage.cpp - Fixed fill of news feed. 2013-06-22 00:05:02 +00:00
RSHumanReadableDelegate.h
SearchDialog.cpp optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
SearchDialog.h Added new Patch from Phenom (AddRSCollectionEditor_v0.6_7386) 2014-05-29 14:49:45 +00:00
SearchDialog.ui Fixed height of the header frame in the main pages. 2013-07-28 09:56:24 +00:00
SearchTreeWidget.cpp optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
SearchTreeWidget.h Added new Patch from Phenom (AddRSCollectionEditor_v0.6_7386) 2014-05-29 14:49:45 +00:00
ServicePermissionDialog.cpp merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
ServicePermissionDialog.h Moved service permission matrix to the left toolbar 2013-09-02 21:48:23 +00:00
ServicePermissionDialog.ui - Removed all usages of the old windows icon (rstray3.png) and used the standard icon of the application 2014-07-24 23:26:04 +00:00
SFListDelegate.cpp
SFListDelegate.h Code maintenance for Qt 5: 2013-10-19 02:07:01 +00:00
SharedFilesDialog.cpp optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
SharedFilesDialog.h Added new Patch from Phenom (AddRSCollectionEditor_v0.6_7386) 2014-05-29 14:49:45 +00:00
SharedFilesDialog.ui Set the Text for the Add Share Button 2014-04-29 21:53:29 +00:00
ShareDialog.cpp optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
ShareDialog.h Iproved file list handling: 2012-11-12 22:51:27 +00:00
ShareDialog.ui added new icons and splash images from Feal, cleaning up old icons, still need more cleanup 2014-02-28 17:01:14 +00:00
ShareManager.cpp optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
ShareManager.h reduced calls to flags/group update code to the minimum, to avoid sending file lists except when the share manager / share dialog gets closed 2012-11-14 22:56:25 +00:00
ShareManager.ui added new icons and splash images from Feal, cleaning up old icons, still need more cleanup 2014-02-28 17:01:14 +00:00
SoundManager.cpp Code maintenance for Qt 5: 2013-10-19 20:59:55 +00:00
SoundManager.h Renamed new sound event from "Download ready" to "Download complete". 2012-10-26 13:01:58 +00:00
StartDialog.cpp optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified) 2014-10-21 22:33:02 +00:00
StartDialog.h Moved loadCertificate from main, StartDialog and GenCertDialog to Rshare. 2012-11-01 01:07:36 +00:00
StartDialog.ui added new icons and splash images from Feal, cleaning up old icons, still need more cleanup 2014-02-28 17:01:14 +00:00
TrustView.cpp
TrustView.h
TrustView.ui