RetroShare/retroshare-gui/src/gui
thunder2 b427d5a4f2 Fixed typo (patch from Henry)
Updated english translation.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6423 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-06-10 17:18:51 +00:00
..
advsearch Moved some internal stylesheets to the file Standard.qss. 2012-08-27 21:48:00 +00:00
bwctrl fixed the item order, name item was on wrong place 2012-11-12 16:51:36 +00:00
bwgraph associated changes for the GUI. move all datarate reference to use rsConfig. 2012-11-25 20:26:32 +00:00
channels removed the constraint of sharing own files only in channels. Replaced it by a warning, to allow peers to post from other locations etc. 2013-03-08 13:40:26 +00:00
chat Fixed some compiler warnings 2013-06-10 13:27:24 +00:00
Circles merging gxs_phase2 branch 2013-06-04 21:00:43 +00:00
common Fixed some compiler warnings 2013-06-10 13:27:24 +00:00
connect added a new per-friend flag to allow to seek for direct transfers. Disabled for existing friendds (should be added manually), enabled by default for new friends 2013-06-05 12:57:11 +00:00
dht Removed minimal version. 2012-04-20 15:17:52 +00:00
elastic added adaptive factor to force convergence of network graph 2013-03-21 20:19:43 +00:00
feeds Fixed some compiler warnings 2013-06-10 13:27:24 +00:00
forums Added patch from Henry 2012-11-28 19:58:14 +00:00
groups Added missing include. 2012-11-25 10:58:53 +00:00
gxs merging gxs_phase2 branch 2013-06-04 21:00:43 +00:00
gxschannels GXS Improvements: 2013-03-24 16:29:08 +00:00
gxsforums - Moved the created GxsIdRSTreeWidgetItem from the forum fill thread to the main thread so the signal to fill the id can be processed. 2013-03-17 16:31:30 +00:00
help Added patch from Henry 2012-11-28 19:58:14 +00:00
Identity merging gxs_phase2 branch 2013-06-04 21:00:43 +00:00
im_history Removed context help button from the dialogs (currently not used) and added minimize/maximize buttons to the "floating" dialogs. 2012-11-06 23:26:47 +00:00
images Added new languages - Greek and Dutch. 2013-06-04 23:39:07 +00:00
msgs added message encryption for distant msgs. Still missing decryption. 2013-05-03 21:02:44 +00:00
PhotoShare fixed typos (patch from Henry Morgan) 2013-03-20 14:22:42 +00:00
plugins added for plugins own dir 2009-11-28 14:21:11 +00:00
Posted merging gxs_phase2 branch 2013-06-04 21:00:43 +00:00
profile Fixed online time in profile widget. 2013-04-22 21:12:38 +00:00
qskinobject Created V0.3.x branch and moved the head into the trunk directory. 2007-11-15 03:18:48 +00:00
qss Added a info Label for the Friend Request Page 2013-04-23 15:19:58 +00:00
settings Fixed some compiler warnings 2013-06-10 13:27:24 +00:00
smileys fixed crying smiley (Patch from AC) 2012-03-24 12:21:43 +00:00
statusbar Removed the policy TabFocus from some gui elements. 2013-01-03 14:08:39 +00:00
style Removed context help button from the dialogs (currently not used) and added minimize/maximize buttons to the "floating" dialogs. 2012-11-06 23:26:47 +00:00
TheWire about 70% done with PhotoDialog 2012-09-13 22:58:42 +00:00
toaster Reworked design of the toaster and moved internal stylesheets to the file Standard.qss. 2012-09-03 10:58:11 +00:00
transfers Added settings for the blinking icons 2012-10-27 15:59:12 +00:00
unfinished Added new icon for news feed from Agurer. 2013-04-19 21:30:50 +00:00
WikiPoos Major improvements to Comments GUI for channels and posted. 2013-03-13 00:33:14 +00:00
AboutDialog.cpp Removed some more compiler warnings from Windows compile (GCC 4.4). 2012-02-17 10:03:38 +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 Cleaned some ui files. 2012-08-22 13:44:23 +00:00
ChannelFeed.cpp fixed missing dialog box for channel custom directory 2013-05-24 12:45:35 +00:00
ChannelFeed.h fixed missing dialog box for channel custom directory 2013-05-24 12:45:35 +00:00
ChannelFeed.ui set LayoutVertikalSpacing to 1 for Channels Tree 2012-10-30 01:14:40 +00:00
ChatLobbyWidget.cpp Fixed some compiler warnings 2013-06-10 13:27:24 +00:00
ChatLobbyWidget.h fixed icons in chat lobbies 2013-02-27 22:17:49 +00:00
ChatLobbyWidget.ui Better chat lobby layout for small screens (patch from AC) 2013-03-21 20:32:04 +00:00
CreateMsgLinkDialog.cpp Fixed some compiler warnings 2013-06-10 13:27:24 +00:00
CreateMsgLinkDialog.h Fixed some compiler warnings 2013-06-10 13:27:24 +00:00
CreateMsgLinkDialog.ui save/load public msg invites. Small bug fixes. 2013-05-05 19:13:27 +00:00
DetailsDialog.cpp Merged branch for GUI improvements into trunk. The improvement phase is not finsihed yet. The work on GUI will continue into trunk 2013-02-22 21:42:27 +00:00
DetailsDialog.h Merged branch for GUI improvements into trunk. The improvement phase is not finsihed yet. The work on GUI will continue into trunk 2013-02-22 21:42:27 +00:00
DetailsDialog.ui Merged branch for GUI improvements into trunk. The improvement phase is not finsihed yet. The work on GUI will continue into trunk 2013-02-22 21:42:27 +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 added destination directory to file transfer details window 2013-03-15 23:16:33 +00:00
FileTransferInfoWidget.h Added deferred check of chunks during file transfer. Chunk sha1 sums are requested to the sources and checked for downloaded data. 2012-03-15 19:55:43 +00:00
ForumsDialog.cpp Added new option for GxsForums and FeedReader - Open all forums/feeds in new tab. 2013-01-06 02:30:10 +00:00
ForumsDialog.h Moved most of the hardcoded colors of lists and trees to the file qss.default (with help from braindead). 2012-11-19 16:01:21 +00:00
ForumsDialog.ui Removed the filter comboboxes and replaced it with a menu in LineEditClear. 2012-10-29 10:59:26 +00:00
FriendRecommendDialog.cpp Added new level gpg id to FriendSelectionWidget (groups, gpg id, ssl id). 2012-11-24 14:48:31 +00:00
FriendRecommendDialog.h Removed context help button from the dialogs (currently not used) and added minimize/maximize buttons to the "floating" dialogs. 2012-11-06 23:26:47 +00:00
FriendRecommendDialog.ui Added multi friend recommendation dialog. 2012-02-09 19:18:15 +00:00
FriendsDialog.cpp fixed auto-raise of pages that are not in the top level 2013-02-23 14:29:36 +00:00
FriendsDialog.h fixed auto-raise of pages that are not in the top level 2013-02-23 14:29:36 +00:00
FriendsDialog.ui Merged branch for GUI improvements into trunk. The improvement phase is not finsihed yet. The work on GUI will continue into trunk 2013-02-22 21:42:27 +00:00
GenCertDialog.cpp allow to unselect "create new identity" when the keyring is empty. This makes the Import Identity button appear 2013-03-19 21:18:49 +00:00
GenCertDialog.h Removed context help button from the dialogs (currently not used) and added minimize/maximize buttons to the "floating" dialogs. 2012-11-06 23:26:47 +00:00
GenCertDialog.ui Added patch from Henry 2012-11-28 19:58:14 +00:00
GetStartedDialog.cpp Removed most of the usages of std::ostringstream in the gui. 2012-03-28 18:02:49 +00:00
GetStartedDialog.h Replaced std::string by QString in GetStartedDialog for easier translation and to prevent problems with utf8 chars. 2012-02-04 00:55:55 +00:00
GetStartedDialog.ui Added patch from Henry: 2012-12-20 12:16:53 +00:00
graphframe.cpp forgot to commit this patch to make the bandwidth graph refresh rate smoother 2012-09-23 20:01:24 +00:00
graphframe.h some fixes 2007-12-11 07:07:07 +00:00
GxsForumsDialog.cpp GXS Improvements: 2013-03-24 16:29:08 +00:00
GxsForumsDialog.h Added new option for GxsForums and FeedReader - Open all forums/feeds in new tab. 2013-01-06 02:30:10 +00:00
GxsForumsDialog.ui Added a standard tab to GxsForums and FeedReader. 2012-12-30 02:41:53 +00:00
HelpDialog.cpp Removed most of the usages of std::ostringstream in the gui. 2012-03-28 18:02:49 +00:00
HelpDialog.h This intimidating patch renames libretroshare/src/rsiface/ to 2010-08-06 09:40:23 +00:00
HelpDialog.ui update Help Page 2012-12-28 17:59:32 +00:00
images.qrc Added new languages - Greek and Dutch. 2013-06-04 23:39:07 +00:00
linetypes.h some fixes 2007-12-08 11:27:01 +00:00
LogoBar.cpp Created V0.3.x branch and moved the head into the trunk directory. 2007-11-15 03:18:48 +00:00
LogoBar.h
mainpagestack.cpp some fixes 2007-12-08 11:27:01 +00:00
mainpagestack.h - moved RsAutoUpdatePage into retroshare-gui/ directory, to allow plugins to use it 2012-02-19 15:03:07 +00:00
MainWindow.cpp Added new icon for news feed from Agurer. 2013-04-19 21:30:50 +00:00
MainWindow.h added warnign when openning http/https links using system services 2013-03-15 23:08:54 +00:00
MainWindow.ui Merged branch for GUI improvements into trunk. The improvement phase is not finsihed yet. The work on GUI will continue into trunk 2013-02-22 21:42:27 +00:00
MessagesDialog.cpp save/load public msg invites. Small bug fixes. 2013-05-05 19:13:27 +00:00
MessagesDialog.h added message decryption on right-click for distant messages 2013-05-04 22:03:48 +00:00
MessagesDialog.ui Removed the filter comboboxes and replaced it with a menu in LineEditClear. 2012-10-29 10:59:26 +00:00
MessengerWindow.cpp Removed some unnecessary filter icons and added some new placeholder for the filter. 2012-11-06 00:28:11 +00:00
MessengerWindow.h Cleaned some ui files. 2012-08-22 13:44:23 +00:00
MessengerWindow.ui Added patch from Henry 2012-11-28 19:58:14 +00:00
NetworkDialog.cpp Fixed typo (patch from Henry) 2013-06-10 17:18:51 +00:00
NetworkDialog.h Merged branch v0.5-GenericTunneling into trunk (Rev. 6284 to 6410). 2013-06-06 19:58:30 +00:00
NetworkDialog.ui added columns for last used statistics on pgp keys in network dialog. Fixed bug due to missing Qt connection 2013-05-27 10:43:34 +00:00
NetworkView.cpp Merged branch for GUI improvements into trunk. The improvement phase is not finsihed yet. The work on GUI will continue into trunk 2013-02-22 21:42:27 +00:00
NetworkView.h Removed some more compiler warnings in retroshare-gui. 2011-08-14 21:25:41 +00:00
NetworkView.ui Moved some internal stylesheets to the file Standard.qss. 2012-08-28 21:59:08 +00:00
NewsFeed.cpp Fixed some compiler warnings 2013-06-10 13:27:24 +00:00
NewsFeed.h added lots of debugging info. Fixed stupid bug supplying wrong AES key. Distant chat works! 2013-04-21 22:20:11 +00:00
NewsFeed.ui Added new icon for news feed from Agurer. 2013-04-19 21:30:50 +00:00
notifyqt.cpp Fixed some compiler warnings 2013-06-10 13:27:24 +00:00
notifyqt.h added consistent detection of time-shift in chat lobbies. Shows a warning when the shift is larger than 2^9 seconds (approx. 10 minutes. Warning shown only once). 2013-03-18 23:19:37 +00:00
PluginManager.cpp added forgotten license text 2009-08-11 21:59:40 +00:00
PluginManager.h added forgotten license text 2009-08-11 21:59:40 +00:00
PluginManagerWidget.cpp Added three new methods on misc: getOpenFileName, getOpenFileNames and getSaveFileName. Please use this rather than QFileDialog. 2010-12-03 00:54:40 +00:00
PluginManagerWidget.h added forgotten license text 2009-08-11 21:59:40 +00:00
PluginsPage.cpp added forgotten license text 2009-08-11 21:59:40 +00:00
PluginsPage.h added forgotten license text 2009-08-11 21:59:40 +00:00
QuickStartWizard2.ui Moved some internal stylesheets to the file Standard.qss. 2012-08-28 21:59:08 +00:00
QuickStartWizard.cpp associated changes for the GUI. move all datarate reference to use rsConfig. 2012-11-25 20:26:32 +00:00
QuickStartWizard.h Removed member ftController::mShareDownloadDir and calculate the value from the shared directories. 2011-03-08 20:05:36 +00:00
QuickStartWizard.ui patch from Henry Morgan to correct spelling mistakes in source 2012-10-11 10:28:24 +00:00
RemoteDirModel.cpp fixed display of friend name instead of id in file lists 2013-06-02 18:50:09 +00:00
RemoteDirModel.h fixed flags conflicts 2012-11-02 13:52:29 +00:00
RetroShareLink.cpp Fixed some compiler warnings 2013-06-10 13:27:24 +00:00
RetroShareLink.h Fixed some compiler warnings 2013-06-10 13:27:24 +00:00
RsAutoUpdatePage.cpp Ensured that inserConnect() is only called when the widget is visible 2013-05-21 12:55:03 +00:00
RSHumanReadableDelegate.h Fixed compile 2010-12-03 11:54:39 +00:00
SearchDialog.cpp removed auto-clear of search field when searching (Patch from AC) 2013-03-02 21:31:45 +00:00
SearchDialog.h Moved most of the hardcoded colors of lists and trees to the file qss.default (with help from braindead). 2012-11-19 16:01:21 +00:00
SearchDialog.ui Merged branch for GUI improvements into trunk. The improvement phase is not finsihed yet. The work on GUI will continue into trunk 2013-02-22 21:42:27 +00:00
SearchTreeWidget.cpp 3 patches from AsamK: 2012-03-30 19:43:39 +00:00
SearchTreeWidget.h 3 patches from AsamK: 2012-03-30 19:43:39 +00:00
ServicePermissionDialog.cpp Added new dialog to set service permissions for friends. 2013-01-23 00:22:17 +00:00
ServicePermissionDialog.h Added new dialog to set service permissions for friends. 2013-01-23 00:22:17 +00:00
ServicePermissionDialog.ui Added new dialog to set service permissions for friends. 2013-01-23 00:22:17 +00:00
SFListDelegate.cpp added SharedFiles Delegate 2008-02-02 13:38:17 +00:00
SFListDelegate.h added SharedFiles Delegate 2008-02-02 13:38:17 +00:00
SharedFilesDialog.cpp Moved call to setResizeMode in SharedFilesDialog after the call to setModel on QTreeView. 2013-02-27 00:23:56 +00:00
SharedFilesDialog.h Merged branch for GUI improvements into trunk. The improvement phase is not finsihed yet. The work on GUI will continue into trunk 2013-02-22 21:42:27 +00:00
SharedFilesDialog.ui Merged branch for GUI improvements into trunk. The improvement phase is not finsihed yet. The work on GUI will continue into trunk 2013-02-22 21:42:27 +00:00
ShareDialog.cpp - Fixed HeaderFrame icon to use correct one (Share Dialog) 2012-12-05 10:27:54 +00:00
ShareDialog.h Iproved file list handling: 2012-11-12 22:51:27 +00:00
ShareDialog.ui Cosmetic changes in ShareDialog 2012-11-08 00:58:20 +00:00
ShareManager.cpp fixed bug in ShareManager causing directory flags to be set on wrong directory after sorting 2012-12-09 15:00:50 +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 patch from Henry Morgan to fix some strings 2013-02-27 10:00:35 +00:00
SoundManager.cpp Changed SoundManger to allow the plugins to play sounds. 2012-10-21 21:38: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 Removed context help button from the dialogs (currently not used) and added minimize/maximize buttons to the "floating" dialogs. 2012-11-06 23:26:47 +00:00
StartDialog.h Moved loadCertificate from main, StartDialog and GenCertDialog to Rshare. 2012-11-01 01:07:36 +00:00
StartDialog.ui Added patch from Henry 2012-11-28 19:58:14 +00:00
TransfersDialog.cpp Fixed some compiler warnings 2013-06-10 13:27:24 +00:00
TransfersDialog.h added new DL mode: Progressive. This is a random mode that ensures no more than 50MB of free space will be written in the file at once. This should effectively remove the lag when initiating a DL on a big file, while keeping enough entropy to ensure a good dissemination of chunks 2013-02-28 20:42:01 +00:00
TransfersDialog.ui Merged branch for GUI improvements into trunk. The improvement phase is not finsihed yet. The work on GUI will continue into trunk 2013-02-22 21:42:27 +00:00
TrustView.cpp patch from Henry Morgan to correct spelling mistakes in source 2012-10-11 10:28:24 +00:00
TrustView.h - moved RsAutoUpdatePage into retroshare-gui/ directory, to allow plugins to use it 2012-02-19 15:03:07 +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 Removed most of the usages of std::ostringstream in the gui. 2012-03-28 18:02:49 +00:00
TurtleRouterDialog.h Fix some source code for better translation, added some new words to translate and removed some words not to be translated. 2012-02-05 21:05:11 +00:00
TurtleRouterDialog.ui Added a second tab for Router Statistics 2011-05-31 21:39:44 +00:00
TurtleRouterStatistics.cpp Fix some source code for better translation, added some new words to translate and removed some words not to be translated. 2012-02-05 21:05:11 +00:00
TurtleRouterStatistics.h Fix some source code for better translation, added some new words to translate and removed some words not to be translated. 2012-02-05 21:05:11 +00:00
TurtleRouterStatistics.ui Added a second tab for Router Statistics 2011-05-31 21:39:44 +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 Merged branch for GUI improvements into trunk. The improvement phase is not finsihed yet. The work on GUI will continue into trunk 2013-02-22 21:42:27 +00:00
xprogressbar.h fixed display of ongoing chunks 2012-12-16 16:10:43 +00:00