.. |
AvatarDefs.cpp
|
merge of branch v0.6-idclean 7180
|
2014-03-17 20:56:06 +00:00 |
AvatarDefs.h
|
|
|
AvatarWidget.cpp
|
merge of branch v0.6-idclean 7180
|
2014-03-17 20:56:06 +00:00 |
AvatarWidget.h
|
merge of branch v0.6-idclean 7180
|
2014-03-17 20:56:06 +00:00 |
AvatarWidget.ui
|
|
|
DropLineEdit.cpp
|
Code maintenance for Qt 5:
|
2013-10-19 02:07:01 +00:00 |
DropLineEdit.h
|
|
|
ElidedLabel.cpp
|
added ElidedLabel to be used in places where labels might be too long and therefore trigger an unwanted window resize. This is currently used as forum thread titles (Patch from Phenom)
|
2014-01-20 20:03:24 +00:00 |
ElidedLabel.h
|
added ElidedLabel to be used in places where labels might be too long and therefore trigger an unwanted window resize. This is currently used as forum thread titles (Patch from Phenom)
|
2014-01-20 20:03:24 +00:00 |
Emoticons.cpp
|
- 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 |
Emoticons.h
|
|
|
FeedNotify.cpp
|
FeedReader:
|
2013-01-14 22:41:31 +00:00 |
FeedNotify.h
|
FeedReader:
|
2013-01-14 22:41:31 +00:00 |
FilesDefs.cpp
|
* Corrected the layout of the Connect Progress Dialog
|
2014-01-04 19:54:07 +00:00 |
FilesDefs.h
|
|
|
FloatingHelpBrowser.cpp
|
Moved help browser from MainPage to a new base class named FloatingHelpBrowser for global usage.
|
2013-10-09 09:31:40 +00:00 |
FloatingHelpBrowser.h
|
Moved help browser from MainPage to a new base class named FloatingHelpBrowser for global usage.
|
2013-10-09 09:31:40 +00:00 |
FlowLayout.cpp
|
Big progress for People dialog. Phenom work.
|
2014-09-28 20:46:56 +00:00 |
FlowLayout.h
|
Improvements of People dialog. Patch from Phenom (slightly modified).
|
2014-10-12 20:07:12 +00:00 |
FriendList.cpp
|
Fixed some compiler warnings
|
2014-10-09 15:17:42 +00:00 |
FriendList.h
|
merge of branch v0.6-idclean 7180
|
2014-03-17 20:56:06 +00:00 |
FriendList.ui
|
Removed Left side ToolBar.
|
2014-04-29 11:52:13 +00:00 |
FriendSelectionDialog.cpp
|
merged remaining of v0.6-IdCleaning branch (7180->7213) to incorporate global router stuff in trunk
|
2014-03-29 14:18:05 +00:00 |
FriendSelectionDialog.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 |
FriendSelectionWidget.cpp
|
Added the delete of the TokenQueue in some destructors to fix crashes.
|
2014-10-12 10:46:09 +00:00 |
FriendSelectionWidget.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 |
FriendSelectionWidget.ui
|
- Added some performance optimizations in FriendSelectionWidget::peerStatusChanged
|
2013-06-19 13:18:15 +00:00 |
GroupDefs.cpp
|
|
|
GroupDefs.h
|
|
|
GroupFlagsWidget.cpp
|
patch (from Henry Morgan) to make the tooltips translate-able in the group flags widget
|
2013-04-19 21:09:05 +00:00 |
GroupFlagsWidget.h
|
|
|
GroupSelectionBox.cpp
|
|
|
GroupSelectionBox.h
|
|
|
GroupTreeWidget.cpp
|
- Added copy link to GxsFeedItem (GxsChannelPostItem)
|
2014-07-26 23:52:45 +00:00 |
GroupTreeWidget.h
|
- Added copy link to GxsFeedItem (GxsChannelPostItem)
|
2014-07-26 23:52:45 +00:00 |
GroupTreeWidget.ui
|
- Moved display button and new forum/channel button into GroupTreeWidget
|
2013-08-29 20:32:14 +00:00 |
HashBox.cpp
|
Code maintenance for Qt 5:
|
2013-10-19 02:07:01 +00:00 |
HashBox.h
|
merge of branch v0.6-idclean 7180
|
2014-03-17 20:56:06 +00:00 |
HashBox.ui
|
|
|
HeaderFrame.cpp
|
|
|
HeaderFrame.h
|
|
|
HeaderFrame.ui
|
|
|
html.cpp
|
|
|
html.h
|
|
|
LineEditClear.cpp
|
Added basic widget RSFeedWidget for showing feed items in a QTreeWidget as replacement for the QScrollArea.
|
2014-08-01 14:49:58 +00:00 |
LineEditClear.h
|
|
|
MimeTextEdit.cpp
|
merge of branch v0.6-idclean 7180
|
2014-03-17 20:56:06 +00:00 |
MimeTextEdit.h
|
Added a custom context menu for pasting RS-links to the base class MimeTextEdit and removed the custom context menu from derived classes.
|
2013-12-30 19:12:16 +00:00 |
PeerDefs.cpp
|
fixed display of message links in composer window and message window. Still takes several attempts to display correctly.
|
2014-05-08 08:39:04 +00:00 |
PeerDefs.h
|
fixed RS link so as to send messages to GXS ids. Remaining issue: a link might need to be clicked several times before it works
|
2014-05-08 07:52:28 +00:00 |
PictureFlow.cpp
|
Big progress for People dialog. Phenom work.
|
2014-09-28 20:46:56 +00:00 |
PictureFlow.h
|
Big progress for People dialog. Phenom work.
|
2014-09-28 20:46:56 +00:00 |
PopularityDefs.cpp
|
added a structure in GxsNetService to record who sends info about groups, so as to dynamically compute group popularity. The GUI needs to be improved to update regularly so as to reflect current values for popularity. For now only subscribing/unsubscribing and new messages trigger the update
|
2014-10-07 21:42:44 +00:00 |
PopularityDefs.h
|
|
|
RsCollectionDialog.cpp
|
- Added new translatable strings (patch from Henry)
|
2014-07-10 18:37:21 +00:00 |
RsCollectionDialog.h
|
Added new Patch from Phenom (AddRSCollectionEditor_v0.6_7386)
|
2014-05-29 14:49:45 +00:00 |
RsCollectionDialog.ui
|
Added a Header Frame for Collection Editor
|
2014-05-29 15:50:46 +00:00 |
RsCollectionFile.cpp
|
- 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 |
RsCollectionFile.h
|
Added new Patch from Phenom (AddRSCollectionEditor_v0.6_7386)
|
2014-05-29 14:49:45 +00:00 |
RSFeedWidget.cpp
|
Added basic widget RSFeedWidget for showing feed items in a QTreeWidget as replacement for the QScrollArea.
|
2014-08-01 14:49:58 +00:00 |
RSFeedWidget.h
|
Added basic widget RSFeedWidget for showing feed items in a QTreeWidget as replacement for the QScrollArea.
|
2014-08-01 14:49:58 +00:00 |
RSFeedWidget.ui
|
Added basic widget RSFeedWidget for showing feed items in a QTreeWidget as replacement for the QScrollArea.
|
2014-08-01 14:49:58 +00:00 |
RSGraphWidget.cpp
|
improved display of graphs
|
2014-10-16 19:17:17 +00:00 |
RSGraphWidget.h
|
improved display of graphs
|
2014-10-16 19:17:17 +00:00 |
RSImageBlockWidget.cpp
|
Added new action "Load images always for this message" to image blocking.
|
2013-09-24 20:19:21 +00:00 |
RSImageBlockWidget.h
|
Added new action "Load images always for this message" to image blocking.
|
2013-09-24 20:19:21 +00:00 |
RSImageBlockWidget.ui
|
Added a icon label to RSImageBlockWidget
|
2013-09-25 15:58:01 +00:00 |
RSItemDelegate.cpp
|
|
|
RSItemDelegate.h
|
|
|
RSListWidgetItem.cpp
|
|
|
RSListWidgetItem.h
|
|
|
RSPlainTextEdit.cpp
|
FeedReader:
|
2013-01-22 00:11:43 +00:00 |
RSPlainTextEdit.h
|
FeedReader:
|
2013-01-22 00:11:43 +00:00 |
RSTabWidget.cpp
|
Added new option to hide the tabbar with one open tab in forums and channels.
|
2014-07-14 21:29:51 +00:00 |
RSTabWidget.h
|
Added new option to hide the tabbar with one open tab in forums and channels.
|
2014-07-14 21:29:51 +00:00 |
RSTextBrowser.cpp
|
- Added blocking of embedded images (+ settings) to forums and messages
|
2013-09-23 19:53:26 +00:00 |
RSTextBrowser.h
|
- Added blocking of embedded images (+ settings) to forums and messages
|
2013-09-23 19:53:26 +00:00 |
RSTreeView.cpp
|
|
|
RSTreeView.h
|
|
|
RSTreeWidget.cpp
|
Added filter of items to RSTreeWidget.
|
2013-07-09 11:58:55 +00:00 |
RSTreeWidget.h
|
Added filter of items to RSTreeWidget.
|
2013-07-09 11:58:55 +00:00 |
RSTreeWidgetItem.cpp
|
|
|
RSTreeWidgetItem.h
|
|
|
RsUrlHandler.cpp
|
|
|
RsUrlHandler.h
|
|
|
rwindow.cpp
|
Code maintenance for Qt 5:
|
2013-10-18 21:10:33 +00:00 |
rwindow.h
|
Code maintenance for Qt 5:
|
2013-10-18 21:10:33 +00:00 |
StatusDefs.cpp
|
Removed Forums / Channels / Blogs stuff.
|
2013-09-07 04:21:48 +00:00 |
StatusDefs.h
|
|
|
SubscribeToolButton.cpp
|
Added new base class for a subscribe button - SubscribeToolButton.
|
2014-07-05 18:33:11 +00:00 |
SubscribeToolButton.h
|
Added new base class for a subscribe button - SubscribeToolButton.
|
2014-07-05 18:33:11 +00:00 |
TagDefs.cpp
|
|
|
TagDefs.h
|
|
|
UIStateHelper.cpp
|
Added a new setting to channels to enable/disable threaded loading.
|
2014-08-06 17:41:22 +00:00 |
UIStateHelper.h
|
- Added blocking of embedded images (+ settings) to forums and messages
|
2013-09-23 19:53:26 +00:00 |
UserNotify.cpp
|
- Moved settings for user notify into the base class
|
2014-07-24 20:01:12 +00:00 |
UserNotify.h
|
- Moved settings for user notify into the base class
|
2014-07-24 20:01:12 +00:00 |
vmessagebox.cpp
|
|
|
vmessagebox.h
|
|
|