2064 Commits

Author SHA1 Message Date
Martin Rotter
8a5c744210 refactoring pt. 1 2019-04-12 07:35:28 +02:00
Martin Rotter
7c8d4bd0a6 refactoring pt. 1 2019-04-12 07:12:13 +02:00
Martin Rotter
484849dd0c remove all qregexp usages 2019-04-11 10:02:45 +02:00
Martin Rotter
54ce2d6cf6 partially replaced obsolete qregexp - still stome places remain 2019-04-10 10:52:12 +02:00
Martin Rotter
8fd27a9c28 show [url] field only if message url is not empty 2019-04-10 07:47:37 +02:00
Martin Rotter
311eabdec6 fix mysql optimize tables 2019-04-09 12:06:47 +02:00
Martin Rotter
6ffc2c0a8d fix gmail attachment download 2019-04-09 10:12:38 +02:00
Martin Rotter
eeb12394a4 make date/time zone detection better to correctly work with GMAIL date/time strings 2019-04-09 08:49:25 +02:00
Martin Rotter
f910e98276 simplified DB cleanup logic, allow to delete all messages 2019-04-09 08:30:34 +02:00
Martin Rotter
28e42e6403 make sure that even icons for gmail account folders are loaded dynamically 2019-04-05 12:50:38 +02:00
Martin Rotter
27bdad2fbb fix possibly #184 2019-04-05 12:22:29 +02:00
Martin Rotter
aae077243b fix weird crash when closing settings dialog 2019-04-05 12:08:10 +02:00
Martin Rotter
ce3348313d Decode times from gmail correctly. 2019-04-05 11:40:31 +02:00
Martin Rotter
2c33807ef8 Fix broken HTML message preview with some Reddit feeds. 2019-04-04 08:02:17 +02:00
Martin Rotter
478b03a025 Upgrade logic of loading/saving/displaying icons of feeds/categories. 2019-04-03 13:02:19 +02:00
Martin Rotter
86a53e011b fix red color not showing for errorneous feeds 2019-04-03 12:07:30 +02:00
Martin Rotter
4d1c9810cd unified settings of lists headers width 2019-04-03 11:45:48 +02:00
Martin Rotter
8bbff7eb6e fix newspaper mode which failed to show any messages 2019-04-03 11:17:02 +02:00
Martin Rotter
8def4f38ef fix macos sdk 2019-04-03 11:15:01 +02:00
Martin Rotter
4c5fab2746 only used icons compiled into executable, update languages, fixed loading of qt locales, updated/fixed compilation 2019-04-03 09:50:29 +02:00
Martin Rotter
dbd61003bd fix splitter in settings 2018-06-14 06:58:24 +02:00
Vinzenz Vietzke
a253df36c6 Add EasyList Germany for German ad blocking 2018-06-08 23:01:43 +02:00
Skycoder42
6d7b411d2b
Fix Inoreader dates by adjusting the parsing
Use QDateTime::fromSecsSinceEpoch with UTC specified, as this is the
correct way to parse unix timestamps
2018-05-29 17:44:10 +02:00
Martin Rotter
b92171255e fix segfault on exit 2018-05-28 20:13:17 +02:00
Martin Rotter
498e85d9a6 Try to repair #188. 2018-05-28 06:51:21 +02:00
Martin Rotter
6baafd0c66 Enhanced select next/prev item. 2018-04-03 11:16:46 +02:00
martinrotter
ae941d4d01
Update searchtextwidget.cpp 2018-02-12 09:21:56 +01:00
Trunov Sergey
5e8064c344 Small corrections to build with qt_5_7_1 on debian stretch. 2018-02-10 23:22:26 +03:00
Martin Rotter
adddf12c87 Fixed #176. 2018-01-04 06:37:47 +01:00
Martin Rotter
da63a1fd0e Fix build. 2018-01-03 07:47:55 +01:00
Martin Rotter
80fe31eb62 Fix build. 2018-01-03 07:35:41 +01:00
Martin Rotter
f08cf038e0 Fix build. 2018-01-03 07:25:25 +01:00
Martin Rotter
f23e1aec73 Some optimalizations on OAuth process. 2017-12-15 09:11:07 +01:00
Martin Rotter
4175dc2265 Automatically replace NULL strings with EMPTY strings. Fixes #169. 2017-12-15 08:41:56 +01:00
Martin Rotter
a5340cce99 Fix margins and rename import/export buttons. 2017-12-15 07:49:24 +01:00
fanteik
8184b8c31b Merge branch 'master' into tt-rss/dateError 2017-12-13 23:10:52 +01:00
fanteik
238c84b54e Skip creating info file "aaa"
rssguard writes a file "aaa" with some result values when using the tt-rss service.
Not necessary for productive system.
2017-12-13 22:38:35 +01:00
fanteik
296a11e05f Fix date bug in tt-rss service
The value "Created on" of messages received from tiny tiny rss server are
always 1969 or 1970. A 32-bit int can not record the timestamp in milliseconds.
Changing to qint64 solve the problem.
2017-12-13 22:12:02 +01:00
Martin Rotter
3aa3ae1d46 New donate link. 2017-12-12 13:42:15 +01:00
Martin Rotter
5d5564b4d1 Fixed #166. 2017-12-06 20:29:35 +01:00
Martin Rotter
72f5e07a3a Add correct version to OPML. 2017-12-01 15:07:18 +01:00
Martin Rotter
eb966d6d84 Fixed invalid exception pointer usage - fixes #165. 2017-12-01 07:12:05 +01:00
Martin Rotter
c1b277b8a3 Fix macos build. 2017-11-14 10:53:42 +01:00
Martin Rotter
bdfe0af3b7 Build fixed. 2017-11-13 19:26:26 +01:00
Martin Rotter
6b72937992 Display simplified RAW data when Contents column is actiev. 2017-11-10 10:59:06 +01:00
Martin Rotter
eb777b9670 Flush log. 2017-11-10 10:09:02 +01:00
Martin Rotter
a93c14ddc5 Couple of debug outputs fixed/added. Cleaned up logic for setting feed state according to errors in network/auth/etc. 2017-11-10 07:22:48 +01:00
Martin Rotter
98c5ae234d Experimental persistent log. 2017-11-09 20:13:12 +01:00
Martin Rotter
8eb640b6f2 Move localizations to new folder, remove lrelease prebuild step. 2017-11-07 09:08:08 +01:00
Martin Rotter
9c18e37cce Fix wrond schema versions. 2017-10-31 20:21:01 +01:00