Commit graph

90 commits

Author SHA1 Message Date
Martin Rotter
8a7fd41beb subs 2024-06-04 10:23:27 +02:00
Alexey Dokuchaev
09ac0f05ef
Two small CMakeLists fixes (as discussed) (#1420)
* include (GNUInstallDirs) before using ${CMAKE_INSTALL_LIBDIR}

While here, trim some needless whitespace.

* Do not explicitly set APP_REVISION to an empty string

This allows to pass it on the command line when building from
GitHub-generated release tarballs which lack any Git metadata.
2024-05-28 07:12:26 +02:00
Martin Rotter
6efd8b46ab move libdir cmake a bit 2024-05-22 08:11:20 +02:00
igrekster
bdf84b7cfa
Use the same library search path as the install path on Unix platforms (#1412)
Some distributions use `lib64` for shared libraries. This breaks
the plugin search logic.

Added a `-D` define to use the same path as is configured by CMake.
2024-05-22 08:08:50 +02:00
Martin Rotter
c7c069d889 starting to work on fetching full article content 2024-04-22 14:37:49 +02:00
Martin Rotter
86eaa3f965 revert to older dt recognition 2024-04-16 08:17:05 +02:00
Martin Rotter
18fcd78927 test build 2024-04-12 13:08:07 +02:00
Martin Rotter
b1b1bace43 comment out some cmake code 2024-04-08 08:03:26 +02:00
Martin Rotter
7c7587f444 install public headers 2024-03-22 13:46:04 +01:00
Martin Rotter
767a7e891f cmakelists 2024-03-21 09:53:01 +01:00
Martin Rotter
4318929bb0 nextcloud 2024-03-21 09:53:01 +01:00
Martin Rotter
6713925658 greader 2024-03-21 09:53:01 +01:00
Martin Rotter
4f1386a837 feedly, gmail 2024-03-21 09:53:01 +01:00
Martin Rotter
82d8c0340c feedly 2024-03-21 09:53:01 +01:00
Martin Rotter
446965cae8 build fix 2024-03-21 09:53:01 +01:00
Martin Rotter
fdc3a81d73 save 2024-03-21 09:53:01 +01:00
Martin Rotter
df0f831c3c work 2024-03-21 09:53:01 +01:00
Martin Rotter
f585398a64 initial poc - plugins are now loaded from their own DLL/SO/DYLIB files 2024-03-21 09:53:01 +01:00
Martin Rotter
b49b7f470b save work 2024-03-08 14:12:01 +01:00
Martin Rotter
fb62f66445 work on article amount limitting 2024-01-12 09:13:13 +01:00
Martin Rotter
61e15f9042 add optional opengl-based rendering for libmpv 2023-12-19 12:20:28 +01:00
Martin Rotter
ea3f5ac1e9 separate libmpv-internal guts into separate class 2023-12-19 07:51:39 +01:00
Martin Rotter
5d5c23ff5e boilerplate for api server 2023-12-08 12:11:39 +01:00
Martin Rotter
e069da37c6 separate httpserver 2023-12-08 11:31:17 +01:00
Martin Rotter
c1ada2fb21 some minor fixups 2023-12-08 08:39:03 +01:00
Martin Rotter
37bd200cde settings for media player 2023-11-28 09:51:04 +01:00
Martin Rotter
6e463cb4e2 fix build, deploy yt-dlp 2023-11-28 09:23:26 +01:00
Martin Rotter
de58e45548 fix 2023-11-28 08:09:59 +01:00
Martin Rotter
659fe83940 fix 2023-11-28 08:05:44 +01:00
Martin Rotter
195a1f595c rename nowebengine to lite, many other changes, will need to re-fix other tgins 2023-11-28 07:40:11 +01:00
Martin Rotter
6836d4312e save¨ 2023-11-27 13:24:55 +01:00
Martin Rotter
2b2aaee70a refactor media player, separate into backend logic 2023-11-27 10:53:08 +01:00
Martin Rotter
f4b018bcf6 working on unifications of context menus in web viewers 2023-11-23 08:14:00 +01:00
Martin Rotter
56c9e973df initial slim implementation of media player for qt6, will fix for qt5 and polish and integrate better later 2023-11-21 14:33:48 +01:00
Martin Rotter
caecf5355a greader supports feed deleting 2023-11-13 12:10:58 +01:00
Martin Rotter
b6269bf0e6 fixed #824 2023-11-10 13:03:43 +01:00
Martin Rotter
d99ad7f628 fixed #584 and some related small refactorings 2023-11-10 12:29:27 +01:00
martinrotter
623caa7631
Multi select feeds list - basic implementation (#1148)
* Starting to work on this.

* Working, saving of common data in feeds could work

* Working, saving of common data in feeds could work

* work on standard

* save work

* work on multi feed select, should work now for feeds

* kind of works, there are some corner cases and UX things that need to be sorted out, will merge so people can test
2023-10-30 10:54:44 +01:00
Martin Rotter
e8090ce68c work on discoverying feeds 2023-10-17 15:23:36 +02:00
Martin Rotter
9792895e0b cmakelist 2023-10-13 14:00:54 +02:00
Martin Rotter
efea17f3aa refactoring of parsers, initial work in sitemap parser 2023-10-13 13:57:23 +02:00
Martin Rotter
46fe50df91 work on toasts, unify article sanitization 2023-09-22 07:24:55 +02:00
Martin Rotter
e3e1929436 save, work on toasts 2023-09-20 07:20:08 +02:00
Martin Rotter
bff766ba93 remove newsblur wip code, some work on toasts 2023-09-18 13:35:13 +02:00
Martin Rotter
31612e90b2 Merge branch 'master' of github.com:martinrotter/rssguard 2023-09-12 09:02:06 +02:00
Martin Rotter
9745f29547 work on toasts 2023-09-12 09:02:00 +02:00
Martin Rotter
66bf301b9b add message to cmake 2023-09-10 20:43:10 +02:00
Reilly Brogan
481aca380e
Make it a fatal error if USE_SYSTEM_SQLITE=ON is set but system SQLite3 isn't found (#1095) 2023-09-10 20:34:26 +02:00
Martin Rotter
394b342c12 fixing macosx builds 2023-08-29 07:28:16 +02:00
Martin Rotter
fa7d262234 exec bit fuckedup 2023-08-23 09:08:40 +02:00