Federico Guerinoni
689403ad4e
Ignore same source when import from file ( #619 )
...
Signed-off-by: Federico Guerinoni <guerinoni.federico@gmail.com>
2022-02-03 12:29:36 +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
b76ce364c2
lazy load of categories of settings to speed up settings dialog opening
2022-02-02 14:34:34 +01:00
Martin Rotter
560b20d20c
save
2022-02-02 13:01:12 +01:00
Martin Rotter
c360450e62
some work on nodejs integration
2022-02-02 10:06:45 +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
2d767afea9
better qt targets unification
2022-02-01 12:15:36 +01:00
Martin Rotter
3c73b3f91f
fix 5.12 build
2022-02-01 11:33:56 +01:00
Martin Rotter
8fa0a3a723
unify exported targets prefix
2022-02-01 11:30:47 +01:00
Martin Rotter
8f854b3e77
use qt_ui_wrap instead of AUTOUIC
2022-02-01 11:02:33 +01:00
Martin Rotter
a01ae48964
formatting
2022-02-01 08:59:14 +01:00
Martin Rotter
afb40c9f0a
abs path for localizations
2022-02-01 08:19:52 +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
Martin Rotter
da0c7556c2
include uncrustify in project, some minor fixups
2022-01-31 19:48:10 +01:00
Martin Rotter
ebbda089d9
Merge branch 'master' of github.com:martinrotter/rssguard
2022-01-31 19:39:32 +01:00
jan Anja
ba0bccd343
add compatibility macros for qt cmake functions ( #617 )
2022-01-31 19:39:07 +01:00
Martin Rotter
88bb169922
Merge branch 'master' of github.com:martinrotter/rssguard
2022-01-31 19:23:03 +01:00
Martin Rotter
cfcdeef031
some UX
2022-01-31 19:22:54 +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
efebb0199d
fix revision missing
2022-01-31 13:49:58 +01:00
Martin Rotter
4432d829f2
add missing redist files
2022-01-31 13:11:53 +01:00
Martin Rotter
4e453f4231
fix git revision deteciton
2022-01-31 11:57:06 +01:00
Martin Rotter
5cdc7f1164
force GUI app on win32
2022-01-31 11:05:35 +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
Martin Rotter
67d3b30b32
glob TS files
2022-01-31 09:14:41 +01:00
jan Anja
d17bdc5223
port build system to cmake ( #615 )
2022-01-31 09:11:48 +01:00
Martin Rotter
5bd740cc4b
fix #604
2022-01-29 16:31:19 +01:00
Martin Rotter
cdc8f3e42a
fix #587 and revert tabbar doc mode
2022-01-29 16:00:36 +01:00
Martin Rotter
9d0d8ce14e
greader api pdf
2022-01-28 20:06:25 +01:00
Martin Rotter
4ecc40b008
fix acc keys
2022-01-28 12:01:21 +01:00
Martin Rotter
559948b6b3
5,15
2022-01-28 10:02:21 +01:00
Martin Rotter
d54b239457
enhance compatibility with freshrss
2022-01-28 09:06:49 +01:00
Martin Rotter
5102a9bb00
send proper content-type on some PUT requests
2022-01-28 08:22:26 +01:00
Martin Rotter
50f437b46a
send proper content-type on some posts requests
2022-01-28 08:21:38 +01:00
Martin Rotter
de2b314328
remove redundant itemIds call
2022-01-27 20:06:54 +01:00
Martin Rotter
a35da080aa
about dialog UX
2022-01-27 15:57:15 +01:00
igrekster
5a5b697fbe
configure icon/skin themes early in startup ( #611 )
...
After changing the icon theme some of the icons were still from my
current system (Gentoo/KDE) icon theme. Moving the theme setup
earlier in the startup fixed it.
2022-01-27 15:47:23 +01:00
Martin Rotter
ace6b7fd9e
slight add feed dialog redesign
2022-01-26 08:54:06 +01:00
Martin Rotter
b2f574b7e6
restart feature now also uses cmdline args
2022-01-26 08:41:47 +01:00
Martin Rotter
45381aad3a
restart feature now also uses cmdline args
2022-01-26 08:40:15 +01:00
akinokonomi
3318b96c16
Allow force dark look for qt6ct ( #613 )
...
* Allow force dark for qt6ct-style
* Update skinfactory.cpp
Co-authored-by: akinokonomi <akinokonomi@example.com>
Co-authored-by: martinrotter <martinrotter@users.noreply.github.com>
2022-01-26 08:19:57 +01:00
Martin Rotter
f0d993451f
indicate QT_STYLE_OVERRIDE usage in settings
2022-01-22 10:10:39 +01:00
Martin Rotter
cf01b38d70
some UI changes
2022-01-21 11:57:28 +01:00
Martin Rotter
6242bfa60c
customize padding for msg list
2022-01-20 10:58:10 +01:00
Martin Rotter
01efdab258
only calculate row height with title text in mind
2022-01-20 07:54:20 +01:00