RetroShare/retroshare-gui/src/gui
csoler e3e5a38efe added missing include
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8166 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-04-24 16:37:54 +00:00
..
advsearch
bwgraph Moved font size definitions from ui files to default qss. 2014-12-06 22:09:44 +00:00
chat fixed error msg due to broadcast chat trying to call statusUpdate() 2015-04-23 18:54:44 +00:00
Circles fixed compile 2015-02-04 23:36:37 +00:00
common updated TODO list. 2015-04-19 20:29:06 +00:00
connect turned some std::list<PeerId> into std::set, as it automatically prevents duplicates 2015-04-17 21:36:22 +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 turned some std::list<PeerId> into std::set, as it automatically prevents duplicates 2015-04-17 21:36:22 +00:00
FileTransfer Removed unecessary space around the main pages. 2014-12-11 00:13:40 +00:00
groups turned some std::list<PeerId> into std::set, as it automatically prevents duplicates 2015-04-17 21:36:22 +00:00
gxs Fixed crash in GxsIdDetails::process (GxsIdDetails::mInstance == NULL) by adding one global instance of GxsIdDetails. 2015-04-20 22:28:19 +00:00
gxschannels removed the constraint of sharing own files only in channels. Replaced it by a warning, to allow peers to post from other locations etc. (port from v0.5.5 rev. 6198) 2015-03-18 14:12:31 +00:00
gxsforums removed unnecessary debug output 2015-04-21 20:09:20 +00:00
help fix for revision number in ubuntu/debian (patch from heini, untested) 2015-04-04 15:37:54 +00:00
Identity added max ID size check on 2 remaining fields in iddialog 2015-04-21 18:42:56 +00:00
im_history simplification of the chat interface to libretroshare using a single unified class for chat IDs. Used a common chat widget for all chats including broadcast. Opens the way to having plugins send/recv chat messages. Patch from Electron. 2014-12-29 21:41:05 +00:00
images added web interface to retroshare-gui 2015-04-24 14:31:13 +00:00
msgs cleaned the code in grouter, removed warning 2015-04-21 19:02:14 +00:00
People Removed unecessary space around the main pages. 2014-12-11 00:13:40 +00:00
PhotoShare Moved font size definitions from ui files to default qss. 2014-12-07 16:27:24 +00:00
plugins
Posted fixed compile with Qt 5 (modified patch from Phenom) 2015-03-17 16:21:23 +00:00
profile Fixed display of version information. 2015-03-08 13:31:44 +00:00
qskinobject
qss added for hidden label own stylesheet 2015-04-21 20:55:38 +00:00
settings added missing include 2015-04-24 16:37:54 +00:00
smileys
statistics improvement of global router after first test phase. Fixed a number of bugs. 2015-04-18 19:59:27 +00:00
statusbar Added waiting indicator to group tree for channels/posted when using "Mark all as read/unread". 2015-03-14 21:13:28 +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 merged in new lobbies with GXS ids. Old peers and new peers cannot see each others lobby lists. Invitations still work and can be used to transfer a lobby ID between versions. Messages of old and new peers will not be visible to each other 2015-03-06 21:13:23 +00:00
unfinished Moved font size definitions from ui files to default qss. 2014-12-08 01:04:57 +00:00
WikiPoos Removed unecessary space around the main pages. 2014-12-11 00:13:40 +00:00
AboutDialog.cpp Fixed display of version information. 2015-03-08 13:31:44 +00:00
AboutDialog.h
AboutDialog.ui
ChatLobbyWidget.cpp fixed chat lobby context menu to allow to toggle auto subscribe 2015-04-22 17:33:53 +00:00
ChatLobbyWidget.h new notify capability of chat lobbies: message counting, nickname occurrence counting and specific text counting. Also sorts out notify tab in Settings (Patch from Phenom, slightly modified: gui layout/text + added a flag to enable/disable user defined text grep) 2015-03-26 22:17:48 +00:00
ChatLobbyWidget.ui Removed unecessary space around the main pages. 2014-12-11 00:13:40 +00:00
CreateMsgLinkDialog.cpp
CreateMsgLinkDialog.h - Added some performance optimizations in FriendSelectionWidget::peerStatusChanged 2013-06-19 13:18:15 +00:00
CreateMsgLinkDialog.ui Moved font size definitions from ui files to default qss. 2014-12-08 00:08:35 +00:00
FriendsDialog.cpp half way through enabling GXS avatars into distant chat. Converted AvatarWidget to use a generic ChatId instead of RsPeerId. Still need to add own Id to PopupDistantChatDialog and properly compute own name. 2015-02-07 22:43:53 +00:00
FriendsDialog.h renaming strings and changed icons for Network/People 2015-01-23 14:42:28 +00:00
FriendsDialog.ui renaming strings and changed icons for Network/People 2015-01-23 14:42:28 +00:00
GenCertDialog.cpp Fixed wrong placeholder text 2015-04-21 21:21:31 +00:00
GenCertDialog.h fixed genCertDialog. Still needs to prevent text fields to stretch into super small lines (how can i do this??) 2015-04-13 22:07:55 +00:00
GenCertDialog.ui improved cert creation dialog 2015-04-19 18:30:07 +00:00
GetStartedDialog.cpp Fixed display of version information. 2015-03-08 13:31:44 +00:00
GetStartedDialog.h
GetStartedDialog.ui Removed unecessary space around the main pages. 2014-12-11 00:13:40 +00:00
HelpDialog.cpp
HelpDialog.h
HelpDialog.ui
images.qrc added web interface to retroshare-gui 2015-04-24 14:31:13 +00:00
linetypes.h
LogoBar.cpp
LogoBar.h
MainPage.cpp
mainpagestack.cpp
mainpagestack.h
MainWindow.cpp Fixed display of version information. 2015-03-08 13:31:44 +00:00
MainWindow.h added load/save to service permission matrix 2015-02-03 21:28:32 +00:00
MainWindow.ui
MessagesDialog.cpp removed unnecessary debug output 2015-04-21 20:09:20 +00: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 * Disabled own location display on Friends Frame. 2014-12-14 15:46:20 +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
MessengerWindow.ui
NetworkDialog.cpp turned some std::list<PeerId> into std::set, as it automatically prevents duplicates 2015-04-17 21:36:22 +00:00
NetworkDialog.h
NetworkDialog.ui Moved font size definitions from ui files to default qss. 2014-12-06 22:09:44 +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
NetworkView.ui
NewsFeed.cpp Updated GUI to use new Message / Mail interface. 2015-03-22 04:52:53 +00:00
NewsFeed.h Receiving a shared key: 2015-02-08 01:01:48 +00:00
NewsFeed.ui Moved checkbox for news feed sort order from settings to NewsFeed 2015-01-20 18:06:56 +00:00
notifyqt.cpp use notify for gxs events. Removed the previous polling based system. Now multiple clients can receive gxs changes. This also fixes the always growing changes queue in rs-nogui. 2015-03-20 10:39:17 +00:00
notifyqt.h use notify for gxs events. Removed the previous polling based system. Now multiple clients can receive gxs changes. This also fixes the always growing changes queue in rs-nogui. 2015-03-20 10:39:17 +00:00
PluginManager.cpp Fixed some typos (patch from Henry) 2014-12-17 18:02:52 +00:00
PluginManager.h
PluginManagerWidget.cpp
PluginManagerWidget.h
PluginsPage.cpp
PluginsPage.h
QuickStartWizard.cpp Fixed some typos (patch from Henry) 2014-12-22 15:44:47 +00:00
QuickStartWizard.h
QuickStartWizard.ui
QuickStartWizard2.ui
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
RetroShareLink.cpp RetroShareLink: 2015-02-08 00:00:57 +00:00
RetroShareLink.h
RsAutoUpdatePage.cpp
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
SearchDialog.ui Moved font size definitions from ui files to default qss. 2014-12-08 01:04:57 +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
ServicePermissionDialog.cpp added new flag to allow peers auto-download recommended files from trusted neighbor nodes, which give the possibility to push data to other nodes 2015-02-18 19:07:58 +00:00
ServicePermissionDialog.h
ServicePermissionDialog.ui
SFListDelegate.cpp
SFListDelegate.h
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
SharedFilesDialog.ui Moved font size definitions from ui files to default qss. 2014-12-06 22:09:44 +00:00
ShareDialog.cpp fixed update of info in ShareDialog (patch from Sentry). Also updated the text to replace Friends by friend nodes 2015-03-19 20:39:59 +00:00
ShareDialog.h
ShareDialog.ui
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
ShareManager.ui Moved font size definitions from ui files to default qss. 2014-12-08 00:08:35 +00:00
SoundManager.cpp
SoundManager.h
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
TrustView.h
TrustView.ui