Commit graph

6019 commits

Author SHA1 Message Date
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
7e0b2ab68f Merge branch 'master' of github.com:martinrotter/rssguard 2025-02-14 12:19:02 +01:00
Martin Rotter
5d378c7876 make better border for tooltip in nudus-dark 2025-02-14 09:34:22 +01:00
martinrotter
36524684d6
New Crowdin updates (#1638) 2025-02-14 09:07:06 +01:00
martinrotter
b73d8b4f13
New Crowdin updates (#1635) 2025-02-13 13:29:32 +01:00
martinrotter
537544225f
Update bug_report.yml 2025-02-13 13:28: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
746e9affd2 fix build 2025-02-07 10:50:04 +01:00
Martin Rotter
fe9bb4a5ad fix build 2025-02-07 10:35:21 +01:00
Martin Rotter
a5ab678848 bump qt/mariadb versions 2025-02-07 10:20:46 +01:00
Martin Rotter
492aaa82ba bump qt/mariadb versions 2025-02-07 10:11:18 +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
6be83ed393 Merge branch 'master' of github.com:martinrotter/rssguard 2025-02-04 12:47:18 +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
martinrotter
65c0e69386
New Crowdin updates (#1631) 2025-02-04 10:39:24 +01:00
martinrotter
d0697daecf
Dutch translation for rssguard_en.ts 2025-02-02 23:33:36 +01:00
martinrotter
e78c4a9805
New Crowdin updates (#1625) 2025-01-31 12:55:26 +01:00
Martin Rotter
70289f35ba lang 2025-01-31 12:00:39 +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
08388cb9b9 Merge branch 'master' of github.com:martinrotter/rssguard 2025-01-30 14:57:26 +01:00
Martin Rotter
7c0ca64196 fixed #1590 2025-01-30 14:55:53 +01:00
martinrotter
551ba9ddf9
New Crowdin updates (#1619) 2025-01-30 14:01:33 +01:00
Martin Rotter
1ad746fdd6 initial untested implementation for #1322 2025-01-30 13:44:14 +01:00
martinrotter
070430ff12
New Crowdin updates (#1617) 2025-01-30 10:45:22 +01:00
Martin Rotter
186be98f84 fix #1603 2025-01-30 10:34:34 +01:00
Martin Rotter
80455c85b7 lang update 2025-01-30 08:38:16 +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
martinrotter
a09cbd4dcd
New Crowdin updates (#1587) 2025-01-18 19:44:28 +01:00
Martin Rotter
07740a0328 option to purge individual feeds 2025-01-08 10:16:23 +01:00
Martin Rotter
fe4f9914c5 Merge branch 'master' of github.com:martinrotter/rssguard 2025-01-07 15:03:16 +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
martinrotter
bf5fd09f78
New Crowdin updates (#1567) 2025-01-06 13:40:44 +01:00
martinrotter
f4fcbb0286
New Crowdin updates (#1563) 2024-12-29 20:50:11 +01:00
Martin Rotter
a352b7551e better format for gemini articles in WebEngine version 2024-12-20 12:43:10 +01:00
Martin Rotter
3dde4064fb bump version 2024-12-20 07:28:39 +01:00
Martin Rotter
95c90bdfb3 fix #1559 and remove non-functional feed from initial feeds 2024-12-20 07:27:28 +01:00
Martin Rotter
483c41ddd5 revert 2024-12-20 07:16:46 +01:00
Martin Rotter
e24f4575af version bump 2024-12-19 11:13:25 +01:00
Martin Rotter
8edd0f3e91 docs fixes 2024-12-19 10:47:04 +01:00
Martin Rotter
55246c6261 gemini scheme handler for webengine 2024-12-19 10:41:41 +01:00