Commit graph

135 commits

Author SHA1 Message Date
cfec5fd9ed Break too long words to prevent horizontal scrolling 2016-10-29 10:51:14 +02:00
c7153e070e Make the MenuBar show- and hidebar
Untill now the MenuBar was not visible untill you pressed the
alt-key, which made it visible. Sadly after that it was not
possible to hide it again. This patch fixes that.
2016-10-29 08:09:20 +02:00
5d053551d8 Revert "Downoad all images in the background and keep them in memory"
This reverts commit 6e450b72f1.
2016-10-24 07:51:15 +02:00
eb40e97357 Add local scrollbars to <pre> 2016-10-24 07:35:24 +02:00
6e450b72f1 Downoad all images in the background and keep them in memory
As one of the first steps to offline capability we download all
images and put them into the JSON stirng and into the content
as data-uris for <img>-tags. This way you can go offline and keep
enjoying pictures in your feeds, at least untill you restart
FeedTheMonkey for now.
2016-10-05 16:49:40 +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
b87e224781 Use qtquickcompiler
It might not do a lot in this project but it's easy to add and
in theory it makes the app start a tiny bit faster, although
my tests didn't show any visible improvements, I guess it's
because there are not enough QML files to parse at startup.
2016-07-27 06:12:22 +02:00
5b5d122a1c Merge pull request #11 from clawoflight/master
Increased contrast in the night mode.
2016-07-23 12:32:28 +02:00
Bennett Piater
e3ba0540a5 Increased contrast in the night mode. 2016-07-22 23:14:03 +02:00
be009e51ac Update README to newest state 2016-07-22 23:02:02 +02:00
517a5c88d5 Add F11 and 1 keys to readme 2016-07-22 22:42:13 +02:00
818ef06189 Relicense FeedTheMonkey from BSD to GPLv3 2016-07-22 21:30:37 +02:00
b19e3dd06c Fix problem with HTML in title, feed title and excerpt 2016-07-22 21:03:00 +02:00
11cde07393 Make item height static in the sidebar
This fixes #4 but introduces a new bug where the HTML in the strings
in the sidebar is not converted to text anymore.
2016-07-22 09:29:28 +02:00
99308a98c9 Fix javascript errors 2016-07-21 08:13:01 +02:00
Jeena
020fc6efe6 Add fullscreen mode by pressing F11 2016-07-20 21:27:27 +02:00
Jeena
9a0e2e523a Add a dark mode, fixes #7 2016-07-20 17:32:33 +02:00
Jeena
cca7f55760 Use the ID within WebEngineView to make it work with Qt 5.7
I have no idea why, I think it might be some timing issues while
initializing the webengine, but when using runJavaScript() in
the WebEngineView without referencing it with the id of that
QML object it just throws the error that it doesn't know what
runJavaScript() is. When we use the ID then it just works
for some reason.
2016-06-29 22:02:34 +02:00
Jeena
2f554c5274 Add webkitengine to modules so it would compile. 2016-06-13 01:19:06 +02:00
Jeena
edb4f914ab fixes font problem on El Capitan OS X 2015-10-14 19:26:45 +02:00
Jeena
342b1d6a3d Merge branch 'webengine' 2015-10-13 20:08:48 +02:00
Jeena
c6c41c799f Upgrade from Webkit to WebEngine 2015-10-13 20:07:59 +02:00
Jeena
edc8eac2e7 added opening in speaker: 2015-04-12 01:02:20 +02:00
Jeena
1523a2ea2a always show the line under date, fixes #5 2015-04-12 01:01:40 +02:00
Jeena
77b4df463c fixes #2 undefined values in list 2015-04-12 01:00:31 +02:00
Jeena Paradies
9078c17ef0 updated macdeployqt path in comment 2015-03-24 23:42:16 +01:00
Jeena
edf0622be9 added os x deploy script 2015-03-24 23:36:42 +01:00
Jeena Paradies
b94f1ced35 added link to releases 2015-03-24 22:32:46 +01:00
Jeena
81bac3ec8d changed license dir name to pkgname 2015-03-07 17:45:57 +01:00
Jeena
4d9cc5e142 removed provides() from PKGBUILD 2015-03-07 17:30:40 +01:00
Jeena
5db62a607d added arch PKGBUILD file 2015-03-07 10:37:56 +01:00
Jeena
8379ed09a5 fixed prefix 2015-03-05 21:06:16 +01:00
Jeena
2de7df0d21 removed .txt from LICENSE 2015-03-05 18:08:00 +01:00
Jeena
1fe9ebedb5 removed .txt from LICENSE 2015-03-05 18:06:01 +01:00
Jeena
4c54eb33d6 fixed install paths 2015-03-04 08:55:18 +01:00
Jeena
1d49e3a34c fixed install target 2015-03-03 07:22:12 +01:00
Jeena
81a062296e changed binary name on mac 2015-03-01 10:07:47 +01:00
Jeena
873c8f32e8 removed unnecessary deployment.pri file 2015-02-28 21:47:20 +01:00
Jeena
e14a639d71 restructured resource files directories 2015-02-28 21:43:53 +01:00
Jeena
b6c0d89f1f restructured files into directories 2015-02-27 08:52:34 +01:00
Jeena
b05b6e34a3 changed binary name 2015-02-27 08:28:34 +01:00
Jeena
ebfcfda58e fixed images and blockquotes 2015-02-27 08:28:01 +01:00
Jeena
fad040badf merge 2015-02-24 17:15:29 +01:00
Jeena
6a52f0daa2 css fix for linux 2015-02-24 17:14:08 +01:00
Jeena
aef2b8eef3 css fix for linux 2015-02-24 16:50:51 +01:00
Jeena
288b4513c1 added build to gitirnore 2015-02-21 13:18:47 +01:00
Jeena
c8be783e03 added desktop file for linux and make install 2015-02-19 17:44:03 +01:00
Jeena
1c89abbac3 changed link decoration 2015-02-19 08:38:49 +01:00
Jeena
57b3ba6422 removed unnecessary qDebug 2015-02-18 00:33:30 +01:00
Jeena Paradies
b434594d3a Update README.md 2015-02-18 00:26:53 +01:00