2301 Commits

Author SHA1 Message Date
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
Martin Rotter
5e20d3dd22 Removed some comments. 2017-10-27 22:11:34 +02:00
Martin Rotter
d0154ca859 Fixed some clazy warning, gmail plugin now can mark msgs starred/read/unread. 2017-10-27 20:38:01 +02:00
Martin Rotter
1c364cb22a Remove recycle bin for gmail - has to have labels support, fix error when sorting according to has_enclosures column. 2017-10-27 10:33:26 +02:00
Martin Rotter
d8e47a19e6 Wider spinbox. 2017-10-26 20:51:28 +02:00
Martin Rotter
f422dc5cb5 Wider spinbox. 2017-10-26 20:51:11 +02:00
Martin Rotter
d24f249788 Change msg update logic a bit. 2017-10-26 20:33:48 +02:00
Martin Rotter
d9757f2814 SOme more logging. 2017-10-26 20:31:09 +02:00
Martin Rotter
245c0b08c3 Possible solution for #150. 2017-10-26 20:26:42 +02:00
Martin Rotter
79557e71e2 Kill timer only when needed. 2017-10-26 20:20:17 +02:00
Martin Rotter
d169b6cc50 Remove unique id from constructor. 2017-10-26 14:42:53 +02:00
Martin Rotter
b0b963ca0d Get unique state ID via http handler too. 2017-10-26 14:38:04 +02:00
Martin Rotter
497a469a8b local http server for nonwebengine oauth. 2017-10-26 13:14:44 +02:00
Martin Rotter
9d8bbe0410 Hide search widget when loading msg. 2017-10-25 11:53:56 +02:00