RetroShare/retroshare-gui/src/gui
thunder2 41750b0d27 Removed not used base class GxsIdTreeWidget.
Used QPixmap instead of QIcon to draw the gxs image in GxsIdTreeWidgetItem.
Fixed use of transparent background in GxsIdDetails::GenerateCombinedPixmap (formerly GxsIdDetails::GenerateCombinedIcon).

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7965 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2015-02-22 11:52:33 +00:00
..
advsearch
bwgraph Moved font size definitions from ui files to default qss. 2014-12-06 22:09:44 +00:00
chat fixed a few bugs in distant chat protocol (allow re-negociation of DH parameters if decryption fails, correct passing of own gxs id for server side), making the system more reactive. Also fixed the issue of avatar not showing up. Changed the tunnel naming system to something specific to distant chat. WARNING: this version cannot distant chat with previous versions. 2015-02-14 20:55:05 +00:00
Circles fixed compile 2015-02-04 23:36:37 +00:00
common fixed compilation on debian squeeze. Removed placeHolder properties in CreateGxsForumMsg.ui and GxsGroupDialog.ui which need to be set in the cpp. Added a new DEFINE=NO_SQLCIPHER to compile without sqlcipher when sqlcipher cannot be found (no sqlcipher is available on debian squeeze). 2015-02-13 19:34:38 +00:00
connect 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
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 avoid calling rsGxsChannels::setMessageReadStatus() when the message status is already what we want. Removed one warning that has been cleared. 2015-02-22 10:10:34 +00:00
FileTransfer Removed unecessary space around the main pages. 2014-12-11 00:13:40 +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 Removed not used base class GxsIdTreeWidget. 2015-02-22 11:52:33 +00:00
gxschannels avoid calling rsGxsChannels::setMessageReadStatus() when the message status is already what we want. Removed one warning that has been cleared. 2015-02-22 10:10:34 +00:00
gxsforums Removed not used base class GxsIdTreeWidget. 2015-02-22 11:52:33 +00:00
help
Identity hide reputations which are not used yet (patch from sehraf 2015-02-18 22:09:51 +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 a send message button on header frame. 2015-02-10 01:14:44 +00:00
msgs removed mentions to encrypted messages. Replaced by distant, with the appropriate flags. Removed old msg encryption code 2015-02-20 10:34:11 +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 small fix in nnumbering posted widgets 2015-02-20 10:30:49 +00:00
profile Renamed "location" to "node" in gui (Patch from Henry) 2014-12-30 11:11:08 +00:00
qskinobject
qss Set default palette & stylesheet for the Channel infoWidget. 2015-02-11 00:52:20 +00:00
settings removed unused code in ServicePermissionPage 2015-02-04 20:38:02 +00:00
smileys
statistics fixed free/delete mess in GRouter 2015-01-23 15:16:04 +00:00
statusbar Changed statusbar hashing label to ElidedLabel 2015-01-07 11:47:10 +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 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
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 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
AboutDialog.ui
ChatLobbyWidget.cpp Typo found by cppcheck (thx to G10H4ck) 2015-01-05 20:00:32 +00:00
ChatLobbyWidget.h Added user notify for chat lobbies. 2014-12-12 23:50:35 +00:00
ChatLobbyWidget.ui Removed unecessary space around the main pages. 2014-12-11 00:13:40 +00:00
CreateMsgLinkDialog.cpp merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
CreateMsgLinkDialog.h
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 added code to generate 3072 and 4096 bit PGP keys at startup (Patch from Serhaf) 2015-01-12 22:02:43 +00:00
GenCertDialog.h
GenCertDialog.ui added code to generate 3072 and 4096 bit PGP keys at startup (Patch from Serhaf) 2015-01-12 22:02:43 +00:00
GetStartedDialog.cpp
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 Removed unecessary space around the main pages. 2014-12-11 00:13:40 +00:00
HelpDialog.cpp
HelpDialog.h
HelpDialog.ui
images.qrc Added a send message button on header frame. 2015-02-10 01:14:44 +00:00
linetypes.h
LogoBar.cpp
LogoBar.h
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 added load/save to service permission matrix 2015-02-03 21:28:32 +00:00
MainWindow.h added load/save to service permission matrix 2015-02-03 21:28:32 +00:00
MainWindow.ui fixed up MainWindow layout 2014-09-16 20:15:39 +00:00
MessagesDialog.cpp removed mentions to encrypted messages. Replaced by distant, with the appropriate flags. Removed old msg encryption code 2015-02-20 10:34:11 +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 Renamed "location" to "node" in gui (Patch from Henry) 2014-12-30 11:11:08 +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 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 merge of branch v0.6-idclean 7180 2014-03-17 20:56:06 +00:00
NetworkView.ui
NewsFeed.cpp Receiving a shared key: 2015-02-08 01:01:48 +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 fixed font handling for chat config page (Patch from HM) 2015-01-08 19:12:47 +00:00
notifyqt.h fixed font handling for chat config page (Patch from HM) 2015-01-08 19:12:47 +00:00
PluginManager.cpp Fixed some typos (patch from Henry) 2014-12-17 18:02:52 +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
QuickStartWizard.cpp Fixed some typos (patch from Henry) 2014-12-22 15:44:47 +00:00
QuickStartWizard.h
QuickStartWizard.ui
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
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 RetroShareLink: 2015-02-08 00:00:57 +00:00
RetroShareLink.h - Added copy link to GxsFeedItem (GxsChannelPostItem) 2014-07-26 23:52:45 +00:00
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 Added new Patch from Phenom (AddRSCollectionEditor_v0.6_7386) 2014-05-29 14:49:45 +00:00
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 Added new Patch from Phenom (AddRSCollectionEditor_v0.6_7386) 2014-05-29 14:49:45 +00:00
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 - 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
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 Moved font size definitions from ui files to default qss. 2014-12-06 22:09:44 +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
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 Renamed "location" to "node" in gui (Patch from Henry) 2014-12-30 11:11:08 +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