
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
QuiteRSS is a RSS/Atom feed reader written on Qt/С++
Idea: Quite fast and comfortable to user
5 years ago
Version 0.17.7 (19 Apr 2015)
Added: Tray menu item "Add feed..."
Added: News filter. Condition "News" (title + description)
Added: Displaying feed icon beside feed title when using newspaper mode
Added: Catefories. Popup menu item "Mark as Read"
Changed: CA sertificate loading
Changed: Icons correction
Changed: Displaying the wizard only if feed is added from Firefox
Fixed: Occasional capturing of links while scrolling
Fixed: Restoring application from system tray by WIN+B (Windows)
Fixed: Some content links of the news description has no "http" schema
More: http://quiterss.org/en/history
5 years ago
Version 0.17.7 (19 Apr 2015)
Added: Tray menu item "Add feed..."
Added: News filter. Condition "News" (title + description)
Added: Displaying feed icon beside feed title when using newspaper mode
Added: Catefories. Popup menu item "Mark as Read"
Changed: CA sertificate loading
Changed: Icons correction
Changed: Displaying the wizard only if feed is added from Firefox
Fixed: Occasional capturing of links while scrolling
Fixed: Restoring application from system tray by WIN+B (Windows)
Fixed: Some content links of the news description has no "http" schema
More: http://quiterss.org/en/history
mrbit
6 years ago
Report
Funcy-dcm
6 years ago
Report
YArockDA225
6 years ago
Report
Funcy-dcm
6 years ago
Report
YArockDA225
6 years ago
Report
janet
7 years ago
Or is it indeed possible by now and I just cannot find the right way to activate it?
I love this application, makes rss reading fun again.
Report
Funcy-dcm
7 years ago
Report
Mte90
7 years ago
Report
Funcy-dcm
7 years ago
Report
cyberbeat
7 years ago
- when marking all feeds as read (per shortcut), currently the current opened feed and article are deselected (complete view is resetted), showing a blank page: you wrote it is by design. why? its really annoying.
- refreshing all feeds, makes the gui unresponsive (~ freeze). it would be nice, if that could be done in background.
- add shortkey-configuration-option for backward/forward-actions in internal browser
- differentiate between "unread" and "new" (different colors?)
- when I define to display the complete webpage for a folder of feeds, it would be nice, if the feeds in that folder could adapt this setting, at least optionally.
thanks
Report
Funcy-dcm
7 years ago
Report
cyberbeat
8 years ago
And it would be nice to have shortcuts for "back" and "forward" in the internal browser (like ALT+left/right)
Report
Funcy-dcm
8 years ago
Report
cyberbeat
8 years ago
You succeeded in making me switch from akregator to quiterss.
Thanks for this wonderfull piece of software.
Report
cyberbeat
8 years ago
- when configured with system-tray icon, and 1-click to show from system-tray-icon, another click should minimize again
- when marking all feeds as read (per shortcut), currently the current opened feed and article are deselected (complete view is resetted), showing a blank page
- left-click on a feed (option-menu) should show an option "copy link address"
- the internal browser is a little bit slow loading pages, perhaps you could speed it up?
- in the shortcut-configuration view there should be a "live-filter" for filtering the shortcuts
Report
Funcy-dcm
8 years ago
2. This is by design
3. Already done;-)
4. We work a little in this direction, perhaps in the next version will run faster
5. I agree, it will be necessary to make
Report
cyberbeat
8 years ago
Report
Funcy-dcm
8 years ago
?
Report
cyberbeat
8 years ago
Report
Funcy-dcm
8 years ago
Report
cyberbeat
8 years ago
- left-click on a feed (option-menu) should show an option "copy link address"
I meant
- right-click on an article-link....
Report
Funcy-dcm
8 years ago
Report
mrbit
8 years ago
SO: Archlinux 64bit with kde 4.9.5 and qt 4.8.2
src/webpage.cpp: In member function ‘void WebPage::handleSslErrors(QNetworkReply*, const QList<QSslError>&)’:
src/webpage.cpp:43:5: error: variable ‘QSslError e’ has initializer but incomplete type
In file included from /usr/include/QtCore/qnamespace.h:45:0,
from /usr/include/QtGui/qkeysequence.h:45,
from /usr/include/QtGui/qaction.h:45,
from /usr/include/QtGui/QAction:1,
from src/webpage.cpp:1:
/usr/include/QtCore/qglobal.h: In instantiation of ‘class QTypeInfo<QSslError>’:
/usr/include/QtCore/qlist.h:114:50: required from ‘T& QList<T>::Node::t() [with T = QSslError]’
/usr/include/QtCore/qlist.h:245:57: required from ‘const T& QList<T>::const_iterator::operator*() const [with T = QSslError]’
src/webpage.cpp:43:5: required from here
/usr/include/QtCore/qglobal.h:2113:10: error: invalid application of ‘sizeof’ to incomplete type ‘QSslError’
In file included from /usr/include/QtCore/qobject.h:50:0,
from /usr/include/QtGui/qwidget.h:46,
Report
Funcy-dcm
8 years ago
Report
mrbit
8 years ago
Report