matrix_browser: update for QWebEngine from QWebKit
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>
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 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>
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>
main.cpp: print error if signal handler setup fails
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Add handler for SigTerm to gracefully exit QT application
Add MatrixWebView Class inherted from QWebView to support additional
functionalities such as signal (SigTerm)handler
Signed-off-by: Vivek Chengalvala <vchengalvala@ti.com>
Add MatrixWebView Class inherted from QWebView to support additional
functionalities such as signal (SigTerm)handler
Signed-off-by: Vivek Chengalvala <vchengalvala@ti.com>
Makefile.build: with Qt5 use qmake available in PATH
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
matrix_browser: Update for QT5
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Add "--windowed" option to disable full screen.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
6 years agomain: add "using std::endl;" to fix compilation warning cloned/master origin/HEAD origin/master
main: add "using std::endl;" to fix compilation warning
Use dos2unix to convert from dos encoding to unix
Rename SDK Makefile back to Makefile.build
* This insures that Qt users will have qmake generate "Makefile" instead of
App-Makefile which is the expected/default behavior.
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
* This insures that Qt users will have qmake generate "Makefile" instead of
App-Makefile which is the expected/default behavior.
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Fix make clean
* Make sure the clean target runs qmake to insure that App-Makefile always
exist.
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
* Make sure the clean target runs qmake to insure that App-Makefile always
exist.
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Remove obsolete make targets
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Update Makefile
* Update Makefile to throw an error if destinatoin directory doesn't exist.
* By default only build release version
* Rename Makefile.build to Makefile
* Have qmake generate App-Makefile as the makefile name
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
* Update Makefile to throw an error if destinatoin directory doesn't exist.
* By default only build release version
* Rename Makefile.build to Makefile
* Have qmake generate App-Makefile as the makefile name
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
main: added licensing information
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
matrix_browser: Accept commandline argument
*Use the first parameter as the url to view instead of the hardcoded value
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
*Use the first parameter as the url to view instead of the hardcoded value
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Adding CCS project files and removing unneeded Makefile
Merge branch 'qwebview'
9 years agoRemoved the reference to test.h since it is no longer being used qwebview origin/qwebview
Removed the reference to test.h since it is no longer being used
Removed the reference to test.h since it is no longer being used
Changed from WebView to QWebView which is the valid QT class
Using the stripped down version using just regular QWebView
Initial commit of the Matrix Browser