RetroShare/retroshare-gui/src/gui
2016-05-01 15:22:13 -04:00
..
advsearch Fixed memory leak in GuiExprElement. 2015-06-18 16:29:29 +00:00
chat Improve inserting placemark in ChatLobby. 2016-04-19 11:11:58 -05:00
Circles cleaned the mess in Circles, due to mixing up GxsIds and PgpIds, which is now irrelevant because items for external circles are not sent based on PGP signatures anymore 2016-04-17 17:13:42 -04:00
common fixed memory leak in SubscribeToolButton menu 2016-04-22 17:55:15 -04:00
connect added some tooltips on keys and certificate details 2016-01-09 15:05:02 -05:00
elastic Fixed compilation for Clang. 2016-04-23 09:50:49 +02:00
emojione Fixing People Margins 2016-01-07 19:25:52 +01:00
feeds enabled new link type for posted (patch from Fanch) 2016-04-12 22:59:12 -04:00
FileTransfer fixed compilation 2016-04-22 20:38:07 -04:00
groups turned some std::list<PeerId> into std::set, as it automatically prevents duplicates 2015-04-17 21:36:22 +00:00
gxs cleaned the mess in Circles, due to mixing up GxsIds and PgpIds, which is now irrelevant because items for external circles are not sent based on PGP signatures anymore 2016-04-17 17:13:42 -04:00
gxschannels added channel admin and distribution method in channel summary page 2016-04-11 22:42:02 -04:00
gxsforums cleaned the mess in Circles, due to mixing up GxsIds and PgpIds, which is now irrelevant because items for external circles are not sent based on PGP signatures anymore 2016-04-17 17:13:42 -04:00
help Fix typo 2015-09-09 15:19:17 +01:00
icons removed Edit/New circles buttons, put them in context menu. Added header frame (needs a proper look) 2016-04-10 10:53:27 -04:00
Identity renamed subscribed circle item into belongingCircle item which is more appropriate 2016-04-19 22:00:32 -04:00
im_history Correct Colored Name Contrast in chat, same way than text. 2016-03-12 13:25:10 +01:00
images merged with upstream head 2015-10-25 20:42:41 -04:00
msgs removed some debug info 2016-01-26 23:00:10 -05:00
People cleaned the mess in Circles, due to mixing up GxsIds and PgpIds, which is now irrelevant because items for external circles are not sent based on PGP signatures anymore 2016-04-17 17:13:42 -04:00
PhotoShare Replaced Q_WS_ --> Q_OS_ 2015-08-30 22:51:15 +02:00
plugins
Posted enabled new link type for posted (patch from Fanch) 2016-04-12 22:59:12 -04:00
profile Removed unused member from ProfileManager. 2015-07-13 08:27:49 +00:00
qskinobject
qss reverted commits 1843a5460d and 48d7c57662 for the release, since they dont fit the GUI style and cause problems, until they are made right 2016-02-06 12:01:39 -05:00
settings Move SearchBar to Tool Bar and remove Show/Hide action. 2016-04-13 19:21:18 +02:00
statistics fixed display bug in bw statistics graph 2016-04-04 21:16:05 -04:00
statusbar reverted commits 1843a5460d and 48d7c57662 for the release, since they dont fit the GUI style and cause problems, until they are made right 2016-02-06 12:01:39 -05:00
style in RSStyle use list.clear instead of list.empty, which was probably a bug 2015-06-19 11:39:34 +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 removed member gxs_id from ChatId class, because ChatId now uses tunnel ids stored in distant_chat_id for distant chat. 2015-12-05 17:00:57 +01:00
unfinished Fixed compile with Qt 5 2015-06-26 08:14:09 +00:00
WikiPoos Make wikis compile 2015-09-05 09:25:08 +02:00
AboutDialog.cpp Replaced Q_WS_ --> Q_OS_ 2015-08-30 22:51:15 +02:00
AboutDialog.h add button to copy version info in first level about box 2015-07-31 16:40:45 -04:00
AboutDialog.ui add button to copy version info in first level about box 2015-07-31 16:40:45 -04:00
ChatLobbyWidget.cpp change RsNotify to use RsGxsId for chat lobby events 2016-02-14 11:53:27 +01:00
ChatLobbyWidget.h change RsNotify to use RsGxsId for chat lobby events 2016-02-14 11:53:27 +01:00
ChatLobbyWidget.ui fixed a few GUI bits for non anonymous chat lobbies 2015-08-27 22:37:01 -04:00
CreateMsgLinkDialog.cpp
CreateMsgLinkDialog.h
CreateMsgLinkDialog.ui Moved font size definitions from ui files to default qss. 2014-12-08 00:08:35 +00:00
emojione.qrc Fixing People Margins 2016-01-07 19:25:52 +01:00
FriendsDialog.cpp FriendList: 2015-08-08 20:27:19 +02:00
FriendsDialog.h added a few 128px icons 2015-06-27 11:47:37 +00:00
FriendsDialog.ui fixed a few more icons (help icons, grou tree widgets, bullets) 2015-06-30 16:44:58 +00:00
GenCertDialog.cpp Fix GenCertDialog on Mac stay on. 2016-02-12 17:54:35 +01:00
GenCertDialog.h improved GenCertDialog (patch from Henry) 2015-05-21 09:03:58 +00:00
GenCertDialog.ui correct path to Hidden Service configuration panel 2016-03-16 16:24:06 +03:00
GetStartedDialog.cpp Replaced Q_WS_ --> Q_OS_ 2015-08-30 22:51:15 +02:00
GetStartedDialog.h added a few 128px icons 2015-06-27 11:47:37 +00:00
GetStartedDialog.ui Improve some of the wording of labels and information 2015-11-25 10:33:28 +00:00
HelpDialog.cpp Added version information of the libraries to HelpDialog. 2015-06-14 17:45:26 +00:00
HelpDialog.h Added version information of the libraries to HelpDialog. 2015-06-14 17:45:26 +00:00
HelpDialog.ui Fixed typo in string (Patch from Henry). 2015-06-26 16:42:36 +00:00
icons.qrc removed Edit/New circles buttons, put them in context menu. Added header frame (needs a proper look) 2016-04-10 10:53:27 -04:00
images.qrc Added new Emojione Emoticons 2015-12-21 22:27:10 +01:00
linetypes.h
LogoBar.cpp
LogoBar.h
MainPage.cpp fixed size of help icons in MainPage class 2016-01-19 22:59:11 -05:00
mainpagestack.cpp Allow main window to resize to much smaller size when needed. Should help people with small screens to resize RS window appropriately (patch from Manuel Davis) 2016-01-26 22:16:45 -05:00
mainpagestack.h Allow main window to resize to much smaller size when needed. Should help people with small screens to resize RS window appropriately (patch from Manuel Davis) 2016-01-26 22:16:45 -05:00
MainWindow.cpp Allow only one instance for useLocalServer option activated. If exists, 2016-04-06 22:04:53 +02:00
MainWindow.h Allow only one instance for useLocalServer option activated. If exists, 2016-04-06 22:04:53 +02:00
MainWindow.ui Add minimal Size for stackPages in MainWindow for first start. 2016-02-16 23:15:33 +01:00
MessagesDialog.cpp removed two debug outputs from MessageDialog 2016-01-08 22:52:01 -05:00
MessagesDialog.h started implementation of new Global Router model. Switched msg service to use it (much simpler now!), and updated GUI. Implemented half the tunnel management logic. 2015-01-11 22:18:28 +00:00
MessagesDialog.ui fixed a few more icons (help icons, grou tree widgets, bullets) 2015-06-30 16:44:58 +00:00
MessengerWindow.cpp Fix connect for avatar updateAvatar in ChatMsgItem and MessengerWindow. 2016-02-18 11:48:58 +01:00
MessengerWindow.h
MessengerWindow.ui Enabled Messenger Window in system tray icon. 2015-07-09 21:36:32 +00:00
NetworkDialog.cpp disable sorting while editing network view 2015-10-05 09:26:36 +02:00
NetworkDialog.h
NetworkDialog.ui attempt to improve/clarify relationship between nodes and PGP keys. Removed duplicate options and splitted ConfCerDialog into a dialog to show nodes certificates and PGP key information 2015-05-12 20:30:44 +00:00
NetworkView.cpp cleaned the network graph a little bit. Removed text, updated bounding boxes, removed background 2016-01-22 21:32:35 -05:00
NetworkView.h added search and highlighting to network graph (patch from Chozabu) 2015-06-04 13:36:34 +00:00
NetworkView.ui added search and highlighting to network graph (patch from Chozabu) 2015-06-04 13:36:34 +00:00
NewsFeed.cpp fixed a few more icons (help icons, grou tree widgets, bullets) 2015-06-30 16:44:58 +00:00
NewsFeed.h fixed a few icons and sizeHint functions. Removed unused SFListDelegate files from compilation 2015-06-29 16:08:17 +00:00
NewsFeed.ui fixed icon in NewsFeed, added missing spacer in IdDialog 2016-01-19 21:46:22 -05:00
notifyqt.cpp Clear WebAPI when clear chat history in GUI. 2016-03-31 22:52:53 +02:00
notifyqt.h Clear WebAPI when clear chat history in GUI. 2016-03-31 22:52:53 +02:00
PluginManager.cpp Make Plugin working in Mac OSX. 2016-01-02 14:19:53 +01:00
PluginManager.h added forgotten license text 2009-08-11 21:59:40 +00:00
PluginManagerWidget.cpp
PluginManagerWidget.h
PluginsPage.cpp
PluginsPage.h
QuickStartWizard2.ui
QuickStartWizard.cpp hide network mode selection in quick start wizard if node is a hidden node 2015-11-21 11:57:50 +01:00
QuickStartWizard.h Added Invite page for Web Mail Providers (Connect Friend Wizard) 2015-10-24 17:05:12 +02:00
QuickStartWizard.ui hide network mode selection in quick start wizard if node is a hidden node 2015-11-21 11:57:50 +01:00
RemoteDirModel.cpp if file in friends file list is available locally or is being downloaded, then show it in red like in search. 2016-01-09 12:01:32 +01:00
RemoteDirModel.h
RetroShareLink.cpp enabled new link type for posted (patch from Fanch) 2016-04-12 22:59:12 -04:00
RetroShareLink.h enabled new link type for posted (patch from Fanch) 2016-04-12 22:59:12 -04:00
RsAutoUpdatePage.cpp
RSHumanReadableDelegate.h
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
ServicePermissionDialog.cpp added one flag for requiring whitelist clearance before connect. Added GUI checkboxes to set it. Still needs the IP in connect wizard. 2015-06-01 19:44:36 +00:00
ServicePermissionDialog.h
ServicePermissionDialog.ui
SharedFilesDialog.cpp fix the bug where a filter is applied in friends file list even if view mode is tree and search box is hidden. Problem was: SharedFilesDialog::FilterItems() is called from multiple places. The check if we should filter or not is now in the filter function itself. 2016-01-09 12:09:43 +01:00
SharedFilesDialog.h
SharedFilesDialog.ui Moved font size definitions from ui files to default qss. 2014-12-06 22:09:44 +00:00
ShareDialog.cpp fixed whitespaces in strings (patch from Henry) 2015-06-12 08:27:26 +00:00
ShareDialog.h
ShareDialog.ui
ShareManager.cpp Fixed compile with Qt 5 2015-06-26 08:14:09 +00:00
ShareManager.h
ShareManager.ui Moved font size definitions from ui files to default qss. 2014-12-08 00:08:35 +00:00
SoundManager.cpp added sound event to lobbies (patch from Manuel Davis) 2016-01-28 10:22:32 -05:00
SoundManager.h added sound event to lobbies (patch from Manuel Davis) 2016-01-28 10:22:32 -05:00
StartDialog.cpp fixed a few GUI items in the TODO list 2015-04-19 15:34:14 +00:00
StartDialog.h
StartDialog.ui Renamed "location" to "node" in gui (Patch from Henry) 2014-12-30 11:11:08 +00:00
TrustView.cpp fixed whitespaces in strings (patch from Henry) 2015-06-12 08:27:26 +00:00
TrustView.h
TrustView.ui