Commit Graph

1585 Commits

Author SHA1 Message Date
Martin Rotter 898dbdb551 docs upd 2022-03-14 06:39:22 +01:00
Martin Rotter 960b19fe9f docs upd 2022-03-14 06:33:54 +01:00
Martin Rotter 704be3f90b docs upd 2022-03-14 06:33:03 +01:00
Martin Rotter 7faa872951 work on skins infrastructure 2022-03-11 08:06:07 +01:00
Martin Rotter 797f06d357 work on skins, documentmode again to false, cause it just looks bad 2022-03-10 13:04:08 +01:00
Martin Rotter d25bf092a0 update used icons, use icons for skins list, some UX fix 2022-03-10 08:02:09 +01:00
Martin Rotter 8902594059 fix sorting 2022-03-08 09:21:09 +01:00
Martin Rotter 741c6ef682 cleanup manual sort partial implementation 2022-03-08 08:09:21 +01:00
Martin Rotter e0c3f6f19b fix #657 2022-03-08 07:39:55 +01:00
Martin Rotter 2100573a14 some minor UX tweaks for feed/category dialogs 2022-03-07 09:04:59 +01:00
Martin Rotter 84aa24255c working on manual sorting, it is starting to get shape, some problems arised but I will either solve them or declare them to actually be features 2022-03-04 14:14:37 +01:00
Martin Rotter 45751381ec fix handling of force-dark-mode when style is forced via style or env 2022-03-03 08:14:01 +01:00
Martin Rotter 9b97c34bda some missing file, sync langs 2022-03-02 11:07:17 +01:00
Martin Rotter a34a3c8dd7 fixup some +x execute rights 2022-03-02 08:37:11 +01:00
Martin Rotter 38c9a4407f sync langs, now default language is en_US, because en was source language with some untranslated strings like plural %n strings 2022-03-02 08:34:15 +01:00
Martin Rotter 7f5d1473a3 Shitload of changes, save it.
Also note that this introduces some SQL changes for metadata version 2 which is still unpublished but was introduced some commits ago, therefore individual "devbuild"s are NOT cross-compatible betweem each other.
2022-03-01 14:45:20 +01:00
Martin Rotter 83f2da43fa tweak unread counts format in title, some misc fix 2022-02-28 10:05:37 +01:00
Martin Rotter d4e4abfa84 fixup datetimes of messages from future 2022-02-25 12:43:42 +01:00
Martin Rotter b442d9fb84 display unread counts in title too 2022-02-24 08:31:45 +01:00
Martin Rotter 7c96a97503 added way to disable just debug outputs, fixes #645 2022-02-22 09:32:57 +01:00
Martin Rotter 14f8f3bcce sync langs, push format changes 2022-02-21 11:28:54 +01:00
Martin Rotter 5ce90e5943 files for newsbluer plugin 2022-02-18 11:57:35 +01:00
Martin Rotter 4c79df2bb9 lang sync 2022-02-17 07:13:41 +01:00
Martin Rotter ddb805438f Docs update 2022-02-16 11:01:10 +01:00
Martin Rotter 25ae21c8e8 fix libmariadb path 2022-02-15 10:45:12 +01:00
Martin Rotter bd350800af new mariadb 2022-02-15 09:33:21 +01:00
Martin Rotter a30823d42a fixed #638 2022-02-15 08:27:45 +01:00
akinokonomi c09fe8eff1
Use system default monospace font for code elements (nudus skins) (#637)
Co-authored-by: akinokonomi <akinokonomi@example.com>
2022-02-15 07:30:21 +01:00
Martin Rotter 933c18f2cd lang sync 2022-02-14 09:16:39 +01:00
Owyn 33db22f4ba
Better scalability for filter examples (#632) 2022-02-12 19:36:14 +01:00
Martin Rotter d21520f28a new notification events for nodejs packages info 2022-02-11 08:54:49 +01:00
akinokonomi f9d0607adf
Hide URL if href attribute is empty (nudus skins) (#630)
Co-authored-by: akinokonomi <akinokonomi@example.com>
2022-02-11 07:40:19 +01:00
Martin Rotter 43be51b2bd fuix maridb link 2022-02-10 12:30:26 +01:00
Martin Rotter b2343a0189 integrate nodejs in a better way, fix APP_REVISION missing 2022-02-10 12:19:13 +01:00
Martin Rotter da7ffc34a1 add banner, reorganiez feeds/messages settings 2022-02-09 07:45:46 +01:00
Martin Rotter 2190b5ef07 nodejs download btn 2022-02-08 07:59:46 +01:00
Martin Rotter 43c611fcc0 save 2022-02-07 07:56:27 +01:00
Martin Rotter b55792a57a fix qt5 build on github 2022-02-05 08:06:33 +01:00
Martin Rotter a7b71ed57c qt6 for devbuild test again 2022-02-05 07:55:54 +01:00
Martin Rotter 9934786c8c fix number of inserted articles when some article does not meet constraints 2022-02-03 09:21:07 +01:00
Martin Rotter 87b2fb546a fix macosx bundle naming 2022-02-02 08:52:54 +01:00
Martin Rotter 46f3e25e92 set DB schema version programmatically in a centralized way, use exceptions when things go wrong 2022-02-02 08:43:45 +01:00
Martin Rotter 392ff2415f fix sql to support mariadb 10.3 2022-02-02 08:04:59 +01:00
Martin Rotter 65d59eb70c Merge branch 'master' of github.com:martinrotter/rssguard 2022-02-01 08:16:52 +01:00
Martin Rotter 4b984b4fc0 ability to open URL of article directly with keystroke 2022-02-01 08:16:46 +01:00
jan Anja a82a9eb5cf
Change Q_OS_LINUX to Q_OS_UNIX (#616)
* change Q_OS_LINUX to Q_OS_UNIX

This is needed for BSD operating systems:

https://cgit.freebsd.org/ports/tree/net/rssguard/Makefile?id=865fc1ddb58052d38fc0f353ce70da4c7d643b79
8767b251da/net/rssguard/Makefile

* Update CMakeLists.txt

* Update Documentation.md

Co-authored-by: martinrotter <martinrotter@users.noreply.github.com>
2022-01-31 19:11:46 +01:00
Martin Rotter 4432d829f2 add missing redist files 2022-01-31 13:11:53 +01:00
Martin Rotter f904f14dfe cmake to 2-space indenting 2022-01-31 10:41:17 +01:00
Martin Rotter 0592213271 use RC for lib too 2022-01-31 09:37:43 +01:00
Martin Rotter 764ac398f5 working RC file 2022-01-31 09:30:50 +01:00