Giter Site home page Giter Site logo

zergabriel / qtwebkit-plugins Goto Github PK

View Code? Open in Web Editor NEW

This project forked from qupzilla/qtwebkit-plugins

0.0 2.0 0.0 198 KB

Spell checking plugin using Hunspell and HTML5 Notifications plugin for QtWebKit.

License: Other

QMake 4.12% C++ 95.88%

qtwebkit-plugins's Introduction

QtWebKit plugins

Set of QtWebKit platform plugins for the latest QtWebKit 2.3 version.

SpellCheck
QtWebKit plugin that provides support for spell checking using the Hunspell library.

Notifications
QtWebKit plugin that provides support for showing HTML5 Notifications through DBus org.freedesktop.Notifications.

Although this plugin was written for QupZilla web browser, it has no dependency on it and can be used with every QtWebKit based application.

NOTE: This plugin is only useful for other QtWebKit applications. It is already included in QupZilla Web Browser.

Requirements

  • Qt 4.8 and higher or Qt 5.0 and higher
  • QtWebKit 2.3 or version from Qt 5
  • Hunspell library + dictionaries (any recent version will do fine)

Building

$ qmake
$ make && make install

Plugin will then be installed into $QTDIR/plugins/webkit directory.

Settings

In order to provide spell checking, dictionaries needs to be found and loaded.
This plugin is looking for possible directories by parsing DICTIONARY and DICPATH environment variables. If those variables are not set, the plugin will look for dictionaries in /usr/share/hunspell/.

Example:

export DICTIONARY=en_US
export DICPATH=/home/user/hunspell/

Will try to load:
/home/user/hunspell/en_US.dic
/home/user/hunspell/en_US.aff

qtwebkit-plugins's People

Contributors

nowrep avatar brcontainer avatar

Watchers

James Cloos avatar ZerGabriel avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.