Commit graph

3971 commits

Author SHA1 Message Date
Martin Rotter
d75aed4af1 polished off feed coloring a bit 2025-02-28 12:09:52 +01:00
رشيد
c8c286507e
Add new setting for disabled feeds: Custom color options (#1652) 2025-02-28 11:41:11 +01:00
Martin Rotter
4ea839b7d4 fix #1643 2025-02-28 11:37:50 +01:00
Martin Rotter
c210e5ed1b fix #1645 2025-02-21 08:48:57 +01:00
Martin Rotter
8a69c11a55 testing and some small enhancement for http/429 stuff 2025-02-14 14:29:30 +01:00
Martin Rotter
ad3069fd69 enable for skins to define forced QSS to be loaded even when skin colors are not enabled 2025-02-14 12:20:24 +01:00
Martin Rotter
5d378c7876 make better border for tooltip in nudus-dark 2025-02-14 09:34:22 +01:00
Martin Rotter
28860899ae fix build 2025-02-13 13:07:19 +01:00
Martin Rotter
bcf0333928 fix build 2025-02-13 12:59:39 +01:00
Martin Rotter
fc147a44ed fix #1154 2025-02-13 12:49:17 +01:00
Martin Rotter
25c53260cf bit more ease regex to detect html 2025-02-12 08:21:25 +01:00
Martin Rotter
0d57cc39ca add cmake switch to force recursive plugin loading 2025-02-10 13:33:11 +01:00
Martin Rotter
907c1302a5 even more exhaustive HTML check 2025-02-07 09:22:01 +01:00
Martin Rotter
5cbd31aa63 more precise html detection 2025-02-07 09:03:40 +01:00
Martin Rotter
79a4e7c73e enable kind-of-fullscreen when media HTML5 element requests it 2025-02-07 08:10:15 +01:00
Martin Rotter
2e0288d3d4 work on throttling and 429s 2025-02-04 15:17:30 +01:00
Martin Rotter
4e1774e388 allow to insta-restore just deleted article not just with BACKSPACE but also with the menu action 2025-02-04 12:47:00 +01:00
Martin Rotter
68060c7dcd keyboard shortcuts widget now checks for duplicate shortcuts everytime shortcut is changed and offers solutions, fixes #1605 2025-01-31 11:10:56 +01:00
Martin Rotter
7c0ca64196 fixed #1590 2025-01-30 14:55:53 +01:00
Martin Rotter
1ad746fdd6 initial untested implementation for #1322 2025-01-30 13:44:14 +01:00
Martin Rotter
186be98f84 fix #1603 2025-01-30 10:34:34 +01:00
Martin Rotter
c64b3291d3 #1615 fixed 2025-01-29 10:18:18 +01:00
Martin Rotter
f5038d539a #1611 fixed 2025-01-27 07:05:20 +01:00
Michał Górny
12ac668869
fix qt6 feature checks in libmpv (#1612)
Fix Qt6 feature checks to ensure the `QT_CONFIG` macro rather than
incorrectly checking for the definitions.  `QT_FEATURE_*` are always
defined, and they take values 1 or -1 to indicate whether the feature
is present or not.  The `QT_CONFIG` macro wraps checking for that, see:
https://code.qt.io/cgit/qt/qtbase.git/tree/src/corelib/global/qtconfigmacros.h?id=f9163ae7a8167daded0798654d99a2e3a5aaa2b5#n60

This fixes build failure when qtbase is built without Wayland support:

```
/tmp/portage/net-news/rssguard-4.8.1/work/rssguard-4.8.1/src/librssguard/gui/mediaplayer/libmpv/libmpvwidget.cpp: In member function ‘v
irtual void LibMpvWidget::initializeGL()’:
/tmp/portage/net-news/rssguard-4.8.1/work/rssguard-4.8.1/src/librssguard/gui/mediaplayer/libmpv/libmpvwidget.cpp:123:60: error: ‘QWayla
ndApplication’ is not a member of ‘QNativeInterface’; did you mean ‘QX11Application’?
  123 |     display.data = qApp->nativeInterface<QNativeInterface::QWaylandApplication>()->display();
      |                                                            ^~~~~~~~~~~~~~~~~~~
      |                                                            QX11Application
/tmp/portage/net-news/rssguard-4.8.1/work/rssguard-4.8.1/src/librssguard/gui/mediaplayer/libmpv/libmpvwidget.cpp:123:80: error: no matc
hing function for call to ‘Application::nativeInterface<<expression error> >()’
  123 |     display.data = qApp->nativeInterface<QNativeInterface::QWaylandApplication>()->display();
In file included from /usr/include/qt6/QtCore/qcoreapplication.h:17,
                 from /usr/include/qt6/QtCore/QCoreApplication:1,
                 from /tmp/portage/net-news/rssguard-4.8.1/work/rssguard-4.8.1/src/librssguard/miscellaneous/iofactory.h:8,
                 from /tmp/portage/net-news/rssguard-4.8.1/work/rssguard-4.8.1/src/librssguard/miscellaneous/application.h:11,
                 from /tmp/portage/net-news/rssguard-4.8.1/work/rssguard-4.8.1/src/librssguard/gui/mediaplayer/libmpv/libmpvwidget.cpp:
5:
/usr/include/qt6/QtWidgets/qapplication.h:125:5: note: candidate: ‘template<class NativeInterface, class TypeInfo, class BaseType, typename std::enable_if<TypeInfo::isCompatibleWith<QApplication>, bool>::type <anonymous> > NativeInterface* QApplication::nativeInterface() const’
  125 |     QT_DECLARE_NATIVE_INTERFACE_ACCESSOR(QApplication)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/qt6/QtWidgets/qapplication.h:125:5: note:   template argument deduction/substitution failed:
/tmp/portage/net-news/rssguard-4.8.1/work/rssguard-4.8.1/src/librssguard/gui/mediaplayer/libmpv/libmpvwidget.cpp:123:80: error: templat
e argument 1 is invalid
```

Originally reported in https://bugs.gentoo.org/948473.
2025-01-25 13:29:21 +01:00
Martin Rotter
c88b609463 comment out some stuff for macosx 2025-01-20 20:25:33 +01:00
Martin Rotter
07740a0328 option to purge individual feeds 2025-01-08 10:16:23 +01:00
Martin Rotter
7722065544 experimental ability to purge articles from individual feeds - available with feed context menu and main menu Feeds submenu 2025-01-07 15:03:03 +01:00
Martin Rotter
a352b7551e better format for gemini articles in WebEngine version 2024-12-20 12:43:10 +01:00
Martin Rotter
483c41ddd5 revert 2024-12-20 07:16:46 +01:00
Martin Rotter
55246c6261 gemini scheme handler for webengine 2024-12-19 10:41:41 +01:00
Martin Rotter
65bb665f92 initial state based parser for gemini 2024-12-18 14:32:08 +01:00
Martin Rotter
bdc71f3408 fix build 2024-12-18 13:02:55 +01:00
Martin Rotter
a6c88d95af extract title 2024-12-18 12:54:52 +01:00
Martin Rotter
6a9f8d7181 extract title 2024-12-18 12:48:45 +01:00
Martin Rotter
e80f17d724 no debug code 2024-12-18 12:43:58 +01:00
Martin Rotter
a5eaf87d53 initial support for gemini, will be extended for webengine variant soon, gemini2html parser is rather basic 2024-12-18 12:31:06 +01:00
Martin Rotter
9cb9b7162c initial gemini sources 2024-12-18 08:55:54 +01:00
Martin Rotter
9326418478 add only read option to article filtering 2024-12-10 09:57:14 +01:00
Martin Rotter
8ebefbfea4 simplify install logic a bit 2024-11-28 06:41:10 +01:00
Martin Rotter
6f160be31c new cmake build option tailored for msys2 flavor of rssguard 2024-11-27 10:58:31 +01:00
Martin Rotter
8b5f7ec1e8 new cmake build option tailored for msys2 flavor of rssguard 2024-11-27 09:48:04 +01:00
Raed Rizqie
ce69e784c1
Add MinGW support (#1540)
* rssguard.rc: avoid redefinition warnings

* use fully qualified name for std::move

* mingw use fhs structure

* adjust default setting

* cmake: initial support for mingw
2024-11-22 11:57:09 +01:00
Martin Rotter
4cf3bc8cca fix build 2024-11-13 11:35:38 +01:00
Martin Rotter
14cc68c40d fix build 2024-11-13 11:27:33 +01:00
Martin Rotter
78dc97f23f replace original URL with redirected/final URL when guessing feed 2024-11-12 14:33:59 +01:00
Martin Rotter
793cbcbf58 use resolved/redirected URLs when discovering feeds, this reduces number of duplicate discovered feeds 2024-11-12 14:18:17 +01:00
Martin Rotter
e83235395a aktualizace hudebnibazar 2024-11-11 11:31:11 +01:00
Martin Rotter
c0e8f919bc fixed #970 2024-11-07 10:21:51 +01:00
Martin Rotter
3f41aeba06 if user has specific feed selected directly, it can be fetched even if it is disabled 2024-11-07 08:32:42 +01:00
Martin Rotter
88203ad383 folder -> category 2024-11-06 12:48:06 +01:00