Commit graph

169 commits

Author SHA1 Message Date
Martin Rotter
9446236361 Use mini.css as CSS for message display - simpler, faster, shorter. 2020-09-16 14:21:26 +02:00
Martin Rotter
8e1c2d94d7 Refactor non-webengine too. 2020-09-15 13:55:50 +02:00
Martin Rotter
51401376be work on previewers refactoring. 2020-09-14 20:05:21 +02:00
Martin Rotter
cb2922f0bc Some unifications in msg viewer. 2020-09-10 20:11:50 +02:00
Martin Rotter
05a498393c Fix app crash when callin StatusBar::clear twice during single app lifetime. 2020-09-04 11:57:44 +02:00
Martin Rotter
25c7d20dc5 Add Numix icon theme, which is bundled. 2020-09-04 10:01:11 +02:00
Martin Rotter
320442261e Enhanced context menus, added action for add category/feed #162. 2020-08-31 09:57:56 +02:00
Martin Rotter
d5521fe2b8 Fix add selected category/feed s-s connection. 2020-08-31 08:44:03 +02:00
Martin Rotter
8a42fd43e5 Ability to update only items with custom auto-update interval. #88 2020-08-31 08:30:56 +02:00
Martin Rotter
c5bd83e6af Fixed #84 + properly display parent categories icon in "edit feed" dialog. 2020-08-28 07:37:49 +02:00
Martin Rotter
04559c5b09 Fix percent encoding in enclosures. 2020-08-14 08:06:32 +02:00
Martin Rotter
0351a988a7 Previewer converts newlines to html linebreaks which results in nicer message display. 2020-08-11 11:16:17 +02:00
Martin Rotter
d40409f62a Save. 2020-08-07 12:16:51 +02:00
Martin Rotter
c2d312670d Add named variable for filtering results MSG_ACCEPT and MSG_IGNORE. 2020-08-06 13:05:46 +02:00
Martin Rotter
372c7f0ed4 Do not expand whole acc tree in msg. filters dialog #262 + add arrows. 2020-08-06 11:47:21 +02:00
Martin Rotter
2618791143 Fix #259. 2020-08-06 11:42:52 +02:00
Martin Rotter
64e77092cc fix obsolete 2020-08-03 07:50:16 +02:00
Martin Rotter
f900c4c466 Fix build for non-webengine. 2020-08-03 07:42:05 +02:00
Martin Rotter
654fa5edc4 Fix #257 - crash in msg filter window. 2020-07-31 21:03:57 +02:00
Martin Rotter
fe3b8f0a1f replace enum with enum class, some other refactorings. 2020-07-31 11:24:33 +02:00
Martin Rotter
a3d142034f debug next status 2020-07-29 07:51:48 +02:00
Martin Rotter
fe286a707f Switchable feed tree branches/arrows. 2020-07-24 10:52:09 +02:00
Martin Rotter
109ceeb777 work on sending emails 2020-07-23 12:39:40 +02:00
Martin Rotter
7c43ef6c8a Add mimesis library. 2020-07-16 11:17:29 +02:00
Martin Rotter
e5ed611680 fix macosx build 2020-07-13 10:36:05 +02:00
Martin Rotter
524595f89b Fix feed/filter assignments now updating when changing selected filter. 2020-07-13 08:16:40 +02:00
Martin Rotter
2e04963acc Now able to add filters too. 2020-07-09 11:51:48 +02:00
Martin Rotter
4fbe103d41 Fix indeterminate state in AccountsCheckModel, add logic for add/remove filter/feed assignments. 2020-07-09 08:35:36 +02:00
Martin Rotter
032fccc387 Removed obsolete code, some refactorings. 2020-07-08 11:30:48 +02:00
Martin Rotter
8862b70638 Work on GUI for filters. 2020-07-03 11:52:21 +02:00
Martin Rotter
c608210e3c Work on filtering dialog. add clang-format to support script beautify. 2020-07-02 15:09:46 +02:00
Martin Rotter
e0415a8060 Work on filters gui. 2020-07-02 10:14:51 +02:00
Martin Rotter
5d8fd25173 Work on filters dialog. 2020-07-01 10:13:44 +02:00
Martin Rotter
05025f7a04 Save. 2020-07-01 06:15:19 +02:00
Martin Rotter
45cae956bc dialog 2020-06-26 19:47:17 +02:00
Martin Rotter
5ebad9060d Make oauth2 process work universally, fix some fucked-up port information, remove internal oauth2 login gui and rely on system web browser. 2020-06-24 10:01:47 +02:00
Martin Rotter
7017aa9e66 Work on filters, some code cleanups. 2020-06-23 20:57:05 +02:00
Martin Rotter
b401bab815 Fix #249. 2020-06-19 15:53:15 +02:00
Martin Rotter
f304d0a910 Work on #246. 2020-06-19 09:41:39 +02:00
Martin Rotter
3e8702fbd1 Work on #246. 2020-06-19 09:40:24 +02:00
Martin Rotter
0eb8d75608 Make message list more consistent when unread-msgs-only feature is active. 2020-06-16 07:49:09 +02:00
Martin Rotter
8bc36ccbd2 Make show msgs unread only persistent across RSS Guard app startups. 2020-06-16 07:15:52 +02:00
Martin Rotter
daad0760e1 Experimental show unread msgs only. #113 2020-06-15 13:41:13 +02:00
Martin Rotter
69925d8f56 Fix newspaper msg state change for non-webengine newspaper too. 2020-06-10 11:11:38 +02:00
Martin Rotter
88771a4f3d make important node work with marking as read/unred, able to clean messages, able to participate in newspaper view, also fixed bug in newspaper view where read/unread/starred changes were not propagated to message list 2020-06-10 10:48:01 +02:00
Martin Rotter
0cd6e1c9a3 Start to work in "starred" node in feed list. 2020-06-09 14:56:32 +02:00
Martin Rotter
5748bf983f Default delay + fix typo. 2020-06-03 14:46:19 +02:00
Martin Rotter
9ac087b10e Default delay + fix typo. 2020-06-03 14:16:36 +02:00
Martin Rotter
35f8936292 Configurable delay for feeds update after app start - fixes #193. 2020-06-03 14:13:51 +02:00
Martin Rotter
d7d3be2914 Replaced all foreach instances with for. 2020-06-03 09:54:52 +02:00