1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-23 10:42:11 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
nowrep
bbec6d2ca4 [Fix] Setting correct popup window size when site requested it.
- now resizing webview to desired size, not the whole popupwindow
   * popupwindow is containg statusbar + locationbar
2012-02-02 15:54:38 +01:00
nowrep
2ea51405fd Fixed loading empty page upon closing last tab. 2012-01-22 16:28:11 +01:00
nowrep
0c699c709c Little improvements regarding popup windows + opening new tabs.
- showing popup window in center of screen if requested position
  has top left coordinates [0,0]
2012-01-22 15:15:43 +01:00
nowrep
195288c83b [Fix] Fixed restoring multiple windows + added global defines header
- also added tests directory with html files to test QupZilla behaviour
- it only contain opening links test, more tests will come
2012-01-21 23:19:38 +01:00
nowrep
a9f9876a25 Support for opening popup windows from JavaScript.
- it is now possible to detect and open popup windows
  from window.open() javascript method.
- craeted classes PopupWindow, PopupWebView and PopupWebPage
  for this purpose
- PopupWebView inherits from WebView
- PopupWebPage inherits from WebPage
2012-01-21 20:24:36 +01:00