summaryrefslogtreecommitdiffstats
path: root/src/navigationhistoryproxymodel.h
Commit message (Collapse)AuthorAgeFilesLines
* Update Copyright headerKai Koehne2016-05-231-19/+11
| | | | | | | | Only support GPLv3 for now. Also use new copyright template from qtbase/header.GPL. Change-Id: I83f98afb37fe1c4261cc59e9b1d38576de2dd8bf Reviewed-by: Michal Klocek <michal.klocek@theqtcompany.com>
* Clean up the application after integration for b2qtMichal Klocek2016-01-181-0/+75
| | | | | | | | | | | | | * put plugin.cpp into b2qt demo repository * use resource file * use AppEngine instead of WebEngine, WebEngine is already registered with QtWebEgnine * remove BrowserWindow class * fix warnings and undefined errors in qml * rename engine to appengine, qml name collision with launcherengine Change-Id: I36b682a6a5e3c8f1453c9511c52561d0ff511e71 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
* Use qml extension pluginKatja Marttila2016-01-141-75/+0
| | | | | | | | Placing c++ code to plugins we can use the same codebase for qtwebbrowser in b2qtlauncher Change-Id: I7a8c29e2dfb98e2645dccfc5fcb145f6cbd60102 Reviewed-by: Michal Klocek <michal.klocek@theqtcompany.com>
* Add SearchProxyModel to filter history based on search textAndras Becsi2015-08-121-0/+75
This patch also adds highlighting by making the seach string bold.