.. |
advsearch
|
added new icons and splash images from Feal, cleaning up old icons, still need more cleanup
|
2014-02-28 17:01:14 +00:00 |
bwgraph
|
Moved font size definitions from ui files to default qss.
|
2014-12-06 22:09:44 +00:00 |
chat
|
removed unwanted entry to change nickname in chat lobbies
|
2015-04-13 19:06:24 +00:00 |
Circles
|
fixed compile
|
2015-02-04 23:36:37 +00:00 |
common
|
fixed icons in FriendSelectionWidget and MsgComposer. Also added disable/enable for From field depending on which type of recipient is used.
|
2015-03-27 22:16:12 +00:00 |
connect
|
fixed display of TOR information for hidden nodes (patch from Sehraf)
|
2015-04-02 18:22:55 +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
|
Updated GUI to use new Message / Mail interface.
|
2015-03-22 04:52:53 +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
|
set max GxsId nickname size to some arbitrary value to avoid crazy long nicknames crafted to break the GUI. This should also be checked when de-serialising groups at a wider scale for group names in general
|
2015-04-09 19:53:01 +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
|
Added waiting indicator to group tree for channels/posted when using "Mark all as read/unread".
|
2015-03-14 21:13:28 +00:00 |
help
|
fix for revision number in ubuntu/debian (patch from heini, untested)
|
2015-04-04 15:37:54 +00:00 |
Identity
|
set max GxsId nickname size to some arbitrary value to avoid crazy long nicknames crafted to break the GUI. This should also be checked when de-serialising groups at a wider scale for group names in general
|
2015-04-09 19:53:01 +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 waiting indicator to group tree for channels/posted when using "Mark all as read/unread".
|
2015-03-14 21:13:28 +00:00 |
msgs
|
half-way through async messaging. Redesigned global router pipeline so as to merge traffic from turtle and friend/routing matrix. Only turtle traffic currently enabled. Should provide minimal functionality
|
2015-04-09 21:34:50 +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
|
Hide by default key length combobox, for advanced users get visible via advanced checkbox
|
2015-03-29 13:41:29 +00:00 |
settings
|
fixed server page: removed hidden node option from combo box. Added a label with correct tooltip
|
2015-04-13 19:00:09 +00:00 |
smileys
|
fixed crying smiley (Patch from AC)
|
2012-03-24 12:21:43 +00:00 |
statistics
|
fixed free/delete mess in GRouter
|
2015-01-23 15:16:04 +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
|
Code maintenance for Qt 5:
|
2013-10-18 21:10:33 +00:00 |
AboutDialog.ui
|
Cleaned some ui files.
|
2012-08-22 13:44:23 +00:00 |
ChatLobbyWidget.cpp
|
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.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
|
merge of branch v0.6-idclean 7180
|
2014-03-17 20:56:06 +00:00 |
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
|
Hide by default key length combobox, for advanced users get visible via advanced checkbox
|
2015-03-29 13:41:29 +00:00 |
GenCertDialog.h
|
Merging branches/v0.6-initdev into trunk.
|
2014-02-01 14:16:15 +00:00 |
GenCertDialog.ui
|
Hide by default key length combobox, for advanced users get visible via advanced checkbox
|
2015-03-29 13:41:29 +00:00 |
GetStartedDialog.cpp
|
Fixed display of version information.
|
2015-03-08 13:31:44 +00:00 |
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
|
Code maintenance for Qt 5:
|
2013-10-18 21:10:33 +00:00 |
HelpDialog.h
|
|
|
HelpDialog.ui
|
update help page
|
2013-10-21 22:03:28 +00:00 |
images.qrc
|
Added waiting indicator to group tree for channels/posted when using "Mark all as read/unread".
|
2015-03-14 21:13:28 +00:00 |
linetypes.h
|
|
|
LogoBar.cpp
|
Code maintenance for Qt 5:
|
2013-10-19 02:07:01 +00:00 |
LogoBar.h
|
Code maintenance for Qt 5:
|
2013-10-18 21:10:33 +00:00 |
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
|
- moved RsAutoUpdatePage into retroshare-gui/ directory, to allow plugins to use it
|
2012-02-19 15:03:07 +00:00 |
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
|
fixed up MainWindow layout
|
2014-09-16 20:15:39 +00:00 |
MessagesDialog.cpp
|
Updated GUI to use new Message / Mail interface.
|
2015-03-22 04:52:53 +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
|
Code maintenance for Qt 5:
|
2013-10-18 21:10:33 +00:00 |
MessengerWindow.ui
|
added new icons and splash images from Feal, cleaning up old icons, still need more cleanup
|
2014-02-28 17:01:14 +00:00 |
NetworkDialog.cpp
|
Fixed display of version information.
|
2015-03-08 13:31:44 +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
|
Added freeze option in NetworkView (Modified patch from K. Eisentraut)
|
2013-10-27 23:07:47 +00:00 |
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
|
- Added new translatable strings (patch from Henry)
|
2014-07-10 18:37:21 +00:00 |
PluginManagerWidget.h
|
|
|
PluginsPage.cpp
|
|
|
PluginsPage.h
|
|
|
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 |
QuickStartWizard.cpp
|
Fixed some typos (patch from Henry)
|
2014-12-22 15:44:47 +00:00 |
QuickStartWizard.h
|
Code maintenance for Qt 5:
|
2013-10-18 21:10:33 +00:00 |
QuickStartWizard.ui
|
added new icons and splash images from Feal, cleaning up old icons, still need more cleanup
|
2014-02-28 17:01:14 +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
|
- Fixed fill of news feed.
|
2013-06-22 00:05:02 +00:00 |
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
|
Moved service permission matrix to the left toolbar
|
2013-09-02 21:48:23 +00:00 |
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
|
Code maintenance for Qt 5:
|
2013-10-19 02:07:01 +00:00 |
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
|
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
|
Iproved file list handling:
|
2012-11-12 22:51:27 +00:00 |
ShareDialog.ui
|
added new icons and splash images from Feal, cleaning up old icons, still need more cleanup
|
2014-02-28 17:01:14 +00:00 |
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
|
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
|
Moved font size definitions from ui files to default qss.
|
2014-12-08 00:08:35 +00:00 |
SoundManager.cpp
|
Code maintenance for Qt 5:
|
2013-10-19 20:59: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
|
Renamed "location" to "node" in gui (Patch from Henry)
|
2014-12-30 11:11:08 +00:00 |
StartDialog.h
|
Moved loadCertificate from main, StartDialog and GenCertDialog to Rshare.
|
2012-11-01 01:07:36 +00:00 |
StartDialog.ui
|
Renamed "location" to "node" in gui (Patch from Henry)
|
2014-12-30 11:11:08 +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
|
|
|