Oleg Shparber
9e98a6860e
ui: Do not disable touch events for web view ( fixes #356 )
2018-01-07 17:49:08 +02:00
Oleg Shparber
3b2a395728
ui: Make external link behavior configurable ( fixes #416 )
2018-01-07 16:00:22 +02:00
Oleg Shparber
9e86fcdfd5
ui: Fix compilation with Qt version < 5.6
2018-01-07 01:02:53 +02:00
Oleg Shparber
b468d31aab
ui: Implement custom context menu for the web view ( fixes #635 )
2018-01-07 00:47:06 +02:00
Oleg Shparber
5cec65591b
ui: Refactor content hit testing in WebView
2018-01-07 00:42:55 +02:00
Oleg Shparber
57fbea15c2
ui: Fix new tab link also loading in the current tab
2018-01-07 00:41:03 +02:00
Oleg Shparber
d0cdc200bb
ui: Fix new tabs always showing the welcome page ( fixes #851 )
2018-01-06 15:47:26 +02:00
Oleg Shparber
38d14735b6
ui: Add in-page search toolbar ( #861 )
2018-01-04 02:05:47 +02:00
Oleg Shparber
5b9fed94db
ui: Use one web view per tab ( #825 )
...
This change stops practice of sharing a single web view
between tabs.
2017-11-25 13:19:53 +00:00
Oleg Shparber
96bfa2d3cd
ui: Use predefined zooming levels
2017-11-18 21:02:30 +02:00
Oleg Shparber
01f939aebd
core,ui: Move all UI classes into Zeal::WidgetUi namespace
2017-03-26 23:54:13 -04:00
Oleg Shparber
a5ef8e88c5
core,ui: Remove support for Qt WebEngine
2017-02-17 19:58:11 -05:00
Oleg Shparber
e642cb509d
ui: Use QWebView::load() instead of setUrl()
2016-09-22 02:20:26 -04:00
Oleg Shparber
1c068d42f7
qmake: Reorganize the whole project
...
This is an attempt to provide a better structure to the project.
All modules are now individual subprojects called libraries.
QxtGlobalShortcut was moved to the Ui library, and resources are part
of the application (app) subproject.
2016-09-11 02:14:48 -04:00