Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Readability pull request #61

Merged
merged 9 commits into from
May 2, 2016
Merged

Readability pull request #61

merged 9 commits into from
May 2, 2016

Conversation

jbambas
Copy link
Contributor

@jbambas jbambas commented Apr 23, 2016

Added Readability plugin that allows reading mode required in issue #1675.

@nowrep
Copy link
Member

nowrep commented Apr 24, 2016

Please remove the translation files (*.ts), they are for TestPlugin.

title.innerHTML = article.title;
head.appendChild(title);

var css = document.createElement('style');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix indentation. Somewhere you use tabs and somewhere spaces, I would prefer to use only spaces.

background-color: #dadada;
}

/* Only used on Android */
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this is only used on Android, then please remove it.


ReadabilityPlugin::ReadabilityPlugin()
: QObject(),
m_view(0)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

, m_view(0)

@ghost
Copy link

ghost commented Apr 24, 2016

Just to say - i'm receiving the following warning from the compiler:

readability.cpp:73:6: attention : unused parameter ‘parent’ [-Wunused-parameter]
 void ReadabilityPlugin::showSettings(QWidget* parent)
      ^

@nowrep nowrep merged commit c332d30 into QupZilla:master May 2, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants