Commit graph

12 commits

Author SHA1 Message Date
11524e9f14 Fix problem with arrow navigation
For some reason the arrow navigation stopped working, this adds
some workarounds to make it workable again.
2018-09-11 23:04:56 +02:00
0a195f8a8f Move JS into HTML and add NOT_LOGGED_IN handling
For some reason the JS never got loaded when it was in it's own
file, therefor I moved it into the HTML where it gets called.

Also when a session id on the server was expired or something, you
weren't able to log out, there is now code which fixes that.
2018-09-11 01:05:23 +02:00
13c241f3b9 Fix not responding next/previous when focus in webview
For some reason in the latest Qt versions the webview took over the
focus from the keyboard, once clicked on the webview the arrow
keys wouldn't register up and thus you couldn't navigate with them
anymore.

This patch fixes this problem by using window.location.href and
checkinf for those special urls. This is way easier to use than
WebChannels.
2018-01-30 22:55:16 +01:00
cfec5fd9ed Break too long words to prevent horizontal scrolling 2016-10-29 10:51:14 +02:00
eb40e97357 Add local scrollbars to <pre> 2016-10-24 07:35:24 +02:00
cf94bfe488 Invert nightmode scrollbar colors
The qtwebengine scrollbar is very bright in nightmode, let's change it
so it is a bit softer on the eyes.
2016-08-06 05:38:25 +02:00
818ef06189 Relicense FeedTheMonkey from BSD to GPLv3 2016-07-22 21:30:37 +02:00
99308a98c9 Fix javascript errors 2016-07-21 08:13:01 +02:00
Jeena
9a0e2e523a Add a dark mode, fixes #7 2016-07-20 17:32:33 +02:00
Jeena
1523a2ea2a always show the line under date, fixes #5 2015-04-12 01:01:40 +02:00
Jeena
81a062296e changed binary name on mac 2015-03-01 10:07:47 +01:00
Jeena
e14a639d71 restructured resource files directories 2015-02-28 21:43:53 +01:00