RetroShare/retroshare-gui/src/gui
thunder2 3c65283f8f - Change methods of RsMsgs from "std::string" to "const std::string&"
- Fixed sent messages doesn't get the flag RS_MSG_FLAGS_NEW
- Rework reply and forward message, now the replied or forwarded message gets the state and not the answer itself
- Added RsMsgParentId (with test) to save the parent of the message in draft
- Change methods of MessageComposer from "std::string" to "QString"
- Show image in the message row in MessagesDialog again
- Fixed umlauts in recommended files in MessageComposer
- Renamed tab "Live Chat" in "Group Chat"
- Fixed german translation

recompile of the GUI needed

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3741 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-11-02 21:11:11 +00:00
..
advsearch Fixed translation in advanced search. QOject::tr outside a function is not translated. 2010-09-29 15:29:07 +00:00
bwgraph Show and calculate the transfered bytes in the Bandwith Graph. 2010-10-29 11:35:16 +00:00
channels don't allow user to add same file twice to createchanmsg instance 2010-10-26 22:41:47 +00:00
chat Fixed display of the correct name in private Chat for offline chat messages. 2010-10-31 21:53:41 +00:00
common Show tags as label in MessagesDialog. 2010-10-31 19:37:05 +00:00
connect Reworked ConfCertDialog to show more dialogs at once. 2010-10-25 20:19:57 +00:00
elastic improved clustering effect with a non linear edge length 2010-11-01 15:15:56 +00:00
feeds - Change methods of RsMsgs from "std::string" to "const std::string&" 2010-11-02 21:11:11 +00:00
forums Renamed "Peer Details" in ConfCertDialog in "Friend Details". 2010-10-22 17:00:13 +00:00
groups Reworked context menu in PeersDialog. 2010-09-23 18:49:52 +00:00
help Changed PersonEntry::operator=, returned *this 2010-08-30 09:56:11 +00:00
im_history History Browser: 2010-10-03 23:55:11 +00:00
images added dht icon 2010-10-27 00:12:09 +00:00
layouts
msgs - Change methods of RsMsgs from "std::string" to "const std::string&" 2010-11-02 21:11:11 +00:00
plugins added for plugins own dir 2009-11-28 14:21:11 +00:00
profile New class for working with peer names (rsid, name + location, ...) - PeerDefs. 2010-09-28 20:33:34 +00:00
qskinobject
qss/chat Reworked design of offline chat messages in PopupChatDialog. 2010-10-02 22:42:30 +00:00
settings enabled cache fill when on and empty. Cleaned the tooltips 2010-10-31 21:35:15 +00:00
smileys Added new smiley to the emotes.acs, changed the Smiley Button size for a better mouse over effect. 2010-09-30 15:45:43 +00:00
statusbar Beautify statusbar. 2010-11-01 00:03:05 +00:00
toaster Cleaned ForumsDialog and MessagesDialog and updated german translation. 2010-09-12 22:17:17 +00:00
unfinished Cleaned LinkDialog, MessengerWindow, ImHistoryBrowser, IntroPage, MainWindow, ShareManager, StartDialog and some other small dialogs and updated german translation. 2010-09-13 20:05:55 +00:00
AboutDialog.cpp This intimidating patch renames libretroshare/src/rsiface/ to 2010-08-06 09:40:23 +00:00
AboutDialog.h Changed settings to local variable, no more as pointer on all classes. 2010-05-11 20:02:52 +00:00
AboutDialog.ui fixed About Dialog Title 2009-12-31 15:57:06 +00:00
AddLinksDialog.cpp Cleaned LinkDialog, MessengerWindow, ImHistoryBrowser, IntroPage, MainWindow, ShareManager, StartDialog and some other small dialogs and updated german translation. 2010-09-13 20:05:55 +00:00
AddLinksDialog.h design improvements for AddLinksDialog 2010-02-02 00:01:17 +00:00
AddLinksDialog.ui Cleaned LinkDialog, MessengerWindow, ImHistoryBrowser, IntroPage, MainWindow, ShareManager, StartDialog and some other small dialogs and updated german translation. 2010-09-13 20:05:55 +00:00
ChanGroupDelegate.cpp few changes added to channel gui - list of groups and channels was replaced with a tree view 2009-09-12 10:55:40 +00:00
ChanGroupDelegate.h few changes added to channel gui - list of groups and channels was replaced with a tree view 2009-09-12 10:55:40 +00:00
ChannelFeed.cpp added improved channel search/filter 2010-10-25 20:46:26 +00:00
ChannelFeed.h added improved channel search/filter 2010-10-25 20:46:26 +00:00
ChannelFeed.ui fixed back the ChannelFeed layout and stylesheet 2010-10-25 23:34:17 +00:00
DetailsDialog.cpp cleaned include files 2010-07-23 18:52:58 +00:00
DetailsDialog.h cleaned include files 2010-07-23 18:52:58 +00:00
DetailsDialog.ui Cleaned LinkDialog, MessengerWindow, ImHistoryBrowser, IntroPage, MainWindow, ShareManager, StartDialog and some other small dialogs and updated german translation. 2010-09-13 20:05:55 +00:00
DLListDelegate.cpp Enabled clipping for DLListDelegate and ULListDelegate. The text should only be drawn in the own column. 2010-09-16 16:18:27 +00:00
DLListDelegate.h Added Download Time column to Downloads 2010-03-01 22:47:48 +00:00
FileTransferInfoWidget.cpp corrected small bug in chunk completion display 2010-10-26 21:13:35 +00:00
FileTransferInfoWidget.h additional info into FileTransferInfoWidget 2010-02-19 22:46:21 +00:00
ForumsDialog.cpp - Change methods of RsMsgs from "std::string" to "const std::string&" 2010-11-02 21:11:11 +00:00
ForumsDialog.h The forum details (name and description) can be edited by the owner. 2010-09-14 19:38:47 +00:00
ForumsDialog.ui rename object names for some header labels. 2010-10-07 14:17:53 +00:00
GenCertDialog.cpp This intimidating patch renames libretroshare/src/rsiface/ to 2010-08-06 09:40:23 +00:00
GenCertDialog.h cleaned include files 2010-07-23 18:52:58 +00:00
GenCertDialog.ui Added a ProgressBar for Profile Generation 2010-06-14 13:35:38 +00:00
graphframe.cpp
graphframe.h
HelpDialog.cpp This intimidating patch renames libretroshare/src/rsiface/ to 2010-08-06 09:40:23 +00:00
HelpDialog.h This intimidating patch renames libretroshare/src/rsiface/ to 2010-08-06 09:40:23 +00:00
HelpDialog.ui * added a about dialog 2009-12-31 02:23:02 +00:00
images.qrc - Change methods of RsMsgs from "std::string" to "const std::string&" 2010-11-02 21:11:11 +00:00
InfoDialog.cpp This intimidating patch renames libretroshare/src/rsiface/ to 2010-08-06 09:40:23 +00:00
InfoDialog.h This intimidating patch renames libretroshare/src/rsiface/ to 2010-08-06 09:40:23 +00:00
InfoDialog.ui update infodialog 2010-02-15 15:15:23 +00:00
linetypes.h some fixes 2007-12-08 11:27:01 +00:00
LinksDialog.cpp Cleaned LinkDialog, MessengerWindow, ImHistoryBrowser, IntroPage, MainWindow, ShareManager, StartDialog and some other small dialogs and updated german translation. 2010-09-13 20:05:55 +00:00
LinksDialog.h cleaned include files 2010-07-23 18:52:58 +00:00
LinksDialog.ui Cleaned LinkDialog, MessengerWindow, ImHistoryBrowser, IntroPage, MainWindow, ShareManager, StartDialog and some other small dialogs and updated german translation. 2010-09-13 20:05:55 +00:00
LogoBar.cpp
LogoBar.h
mainpage.h * added a about dialog 2009-12-31 02:23:02 +00:00
mainpagestack.cpp some fixes 2007-12-08 11:27:01 +00:00
mainpagestack.h
MainWindow.cpp Call RsControl::ConfigGetDataRates only once a second in the QTimer in MainWindow. 2010-10-28 10:41:19 +00:00
MainWindow.h added back dhtstatus label to StatusBar 2010-10-27 12:49:46 +00:00
MainWindow.ui Cleaned LinkDialog, MessengerWindow, ImHistoryBrowser, IntroPage, MainWindow, ShareManager, StartDialog and some other small dialogs and updated german translation. 2010-09-13 20:05:55 +00:00
MessagesDialog.cpp - Change methods of RsMsgs from "std::string" to "const std::string&" 2010-11-02 21:11:11 +00:00
MessagesDialog.h Show tags as label in MessagesDialog. 2010-10-31 19:37:05 +00:00
MessagesDialog.ui Show tags as label in MessagesDialog. 2010-10-31 19:37:05 +00:00
MessengerWindow.cpp Reworked ConfCertDialog to show more dialogs at once. 2010-10-25 20:19:57 +00:00
MessengerWindow.h Added new class RSTreeWidgetItem derived from QTreeWidgetItem for sorting strings case insensitive without proxy model. 2010-09-20 00:10:51 +00:00
MessengerWindow.ui fixed to set the text align left for the statusbutton in MessengerWindow 2010-10-05 23:18:27 +00:00
NetworkDialog.cpp renamed some log entries for logview in NetworkDialog 2010-11-02 18:52:58 +00:00
NetworkDialog.h cleaned include files 2010-07-23 18:52:58 +00:00
NetworkDialog.ui enabled sorting for the second TreeWidget in NetworkDialog 2010-11-01 13:20:29 +00:00
NetworkView.cpp improved clustering effect with a non linear edge length 2010-11-01 15:15:56 +00:00
NetworkView.h first networkview implementation. Totally unfinished 2010-11-01 14:17:18 +00:00
NetworkView.ui first networkview implementation. Totally unfinished 2010-11-01 14:17:18 +00:00
NewsFeed.cpp Redesign the Message Item feed 2010-09-01 21:54:07 +00:00
NewsFeed.h New setting for adding the feeds at the end in friend storm. 2010-09-01 20:54:24 +00:00
NewsFeed.ui Cleaned LinkDialog, MessengerWindow, ImHistoryBrowser, IntroPage, MainWindow, ShareManager, StartDialog and some other small dialogs and updated german translation. 2010-09-13 20:05:55 +00:00
notifyqt.cpp Fixed resizing of the MainWindow when hashing files with long names. 2010-10-09 18:35:34 +00:00
notifyqt.h Fixed resizing of the MainWindow when hashing files with long names. 2010-10-09 18:35:34 +00:00
PeersDialog.cpp - Change methods of RsMsgs from "std::string" to "const std::string&" 2010-11-02 21:11:11 +00:00
PeersDialog.h Fixed font handling in PeersDialog. 2010-10-08 00:07:44 +00:00
PeersDialog.ui - Change methods of RsMsgs from "std::string" to "const std::string&" 2010-11-02 21:11:11 +00:00
PluginManager.cpp
PluginManager.h
PluginManagerWidget.cpp
PluginManagerWidget.h
PluginsPage.cpp
PluginsPage.h
QuickStartWizard.cpp This intimidating patch renames libretroshare/src/rsiface/ to 2010-08-06 09:40:23 +00:00
QuickStartWizard.h Changed settings to local variable, no more as pointer on all classes. 2010-05-11 20:02:52 +00:00
QuickStartWizard.ui Cleaned LinkDialog, MessengerWindow, ImHistoryBrowser, IntroPage, MainWindow, ShareManager, StartDialog and some other small dialogs and updated german translation. 2010-09-13 20:05:55 +00:00
RemoteDirModel.cpp Fixed calculation of the right QModelIndex for context menu. Indroduced with QSortFilterProxyModel. 2010-10-28 17:26:00 +00:00
RemoteDirModel.h Added new class RSTreeWidgetItem derived from QTreeWidgetItem for sorting strings case insensitive without proxy model. 2010-09-20 00:10:51 +00:00
RetroShareLink.cpp New class for working with peer names (rsid, name + location, ...) - PeerDefs. 2010-09-28 20:33:34 +00:00
RetroShareLink.h Added sources to RS link download (now works for copy links from browsable only files). Removed unused optional list of sources from RetroShareLink::process() 2010-09-24 21:01:13 +00:00
RsAutoUpdatePage.cpp RsAutoUpdatePage 2010-07-20 19:45:07 +00:00
RsAutoUpdatePage.h ported branch commit 2732: fixed deadlock in passwd callback 2010-04-19 21:50:03 +00:00
RSHumanReadableDelegate.h correct bug with selection with human readable delegate. 2010-05-03 20:22:38 +00:00
SearchDialog.cpp - Change methods of RsMsgs from "std::string" to "const std::string&" 2010-11-02 21:11:11 +00:00
SearchDialog.h This intimidating patch renames libretroshare/src/rsiface/ to 2010-08-06 09:40:23 +00:00
SearchDialog.ui changed search line frame's objekt name. 2010-10-07 00:22:03 +00:00
SearchTreeWidget.cpp cleaned include files 2010-07-23 18:52:58 +00:00
SearchTreeWidget.h cleaned include files 2010-07-23 18:52:58 +00:00
SendLinkDialog.cpp Splitted queue of chat messages in chat service into public and private queue. 2010-09-01 17:56:15 +00:00
SendLinkDialog.h Changed settings to local variable, no more as pointer on all classes. 2010-05-11 20:02:52 +00:00
SendLinkDialog.ui Added to send own Shared File as link to Public Chat 2010-02-01 14:47:54 +00:00
SFListDelegate.cpp
SFListDelegate.h
SharedFilesDialog.cpp - Change methods of RsMsgs from "std::string" to "const std::string&" 2010-11-02 21:11:11 +00:00
SharedFilesDialog.h added an optional cache for hashes, so that hashed files are remembered for some days. 2010-10-31 20:35:31 +00:00
SharedFilesDialog.ui little design fixes 2010-02-14 01:34:14 +00:00
ShareDialog.cpp Added edit of shared folders. The change of the virtual name results in a rehash of the shared folder. 2010-09-18 16:05:32 +00:00
ShareDialog.h Added edit of shared folders. The change of the virtual name results in a rehash of the shared folder. 2010-09-18 16:05:32 +00:00
ShareDialog.ui Added edit of shared folders. The change of the virtual name results in a rehash of the shared folder. 2010-09-18 16:05:32 +00:00
ShareManager.cpp Added a icon for Edit Action in ShareManager 2010-09-23 21:08:22 +00:00
ShareManager.h Added edit of shared folders. The change of the virtual name results in a rehash of the shared folder. 2010-09-18 16:05:32 +00:00
ShareManager.ui Added edit of shared folders. The change of the virtual name results in a rehash of the shared folder. 2010-09-18 16:05:32 +00:00
SoundManager.cpp cleaned include files 2010-07-23 18:52:58 +00:00
SoundManager.h cleaned include files 2010-07-23 18:52:58 +00:00
StartDialog.cpp This intimidating patch renames libretroshare/src/rsiface/ to 2010-08-06 09:40:23 +00:00
StartDialog.h This intimidating patch renames libretroshare/src/rsiface/ to 2010-08-06 09:40:23 +00:00
StartDialog.ui Added support for Auto-login 2010-04-08 11:55:10 +00:00
TransfersDialog.cpp moved the callback information into flags in ftFileControl. Side effect: code is simpler, channel transfers are saved in a backward compatible way 2010-10-16 15:21:37 +00:00
TransfersDialog.h Fixed sort of uploads and downloads by progress. 2010-10-04 20:15:52 +00:00
TransfersDialog.ui rename object names for some header labels. 2010-10-07 14:17:53 +00:00
TrustView.cpp New class for working with peer names (rsid, name + location, ...) - PeerDefs. 2010-09-28 20:33:34 +00:00
TrustView.h ported branch v0.5.0 commits 2623, 2624, 2626, 2633, 2634, 2643, 2644, 2646, 2651 and 2654 to trunk 2010-03-28 20:46:45 +00:00
TrustView.ui Cleaned PopupChatDialog, NetworkDialog, SearchDialog, TransfersDialog, SharedFilesDialog, ChannelFeeds and updated german translation. 2010-09-13 00:27:50 +00:00
TurtleRouterDialog.cpp This intimidating patch renames libretroshare/src/rsiface/ to 2010-08-06 09:40:23 +00:00
TurtleRouterDialog.h improved display of tunnel info 2010-02-20 22:51:24 +00:00
TurtleRouterDialog.ui improved display of tunnel info 2010-02-20 22:51:24 +00:00
ULListDelegate.cpp Enabled clipping for DLListDelegate and ULListDelegate. The text should only be drawn in the own column. 2010-09-16 16:18:27 +00:00
ULListDelegate.h - modified ftFileProvider so as to keep multiple client peers per instance 2010-07-27 16:05:21 +00:00
xprogressbar.cpp Fixed sort of uploads and downloads by progress. 2010-10-04 20:15:52 +00:00
xprogressbar.h Fixed sort of uploads and downloads by progress. 2010-10-04 20:15:52 +00:00