summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* matrix_browser: update for QWebEngine from QWebKitHEADmastere-ruei1@ti.com2017-08-281-4/+1
| | | | | | | Replace QWebkit with QWebEngine because QWebkit is obslete. Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
* MatrixWebView.h MatrixWebView.cpp main.cpp: Replace QWebView with ↵Eric Ruei2016-06-121-2/+8
| | | | | | | | QMainWindow as top-layer display window This change is made to resolve the issue that QWebView.showFullScreen() does not work in QPA Linuxfb Signed-off-by: Eric Ruei <e-ruei1@ti.com>
* Add handler for SigTerm to gracefully exit QT applicationEric Ruei2015-09-241-0/+74
Add MatrixWebView Class inherted from QWebView to support additional functionalities such as signal (SigTerm)handler Signed-off-by: Vivek Chengalvala <vchengalvala@ti.com>