-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sergey Dryabzhinsky
committed
Aug 1, 2017
1 parent
05a2f38
commit 3c70dc2
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,15 @@ | ||
qt-webkit-kiosk (1.99.5-1sergey1) unstable; urgency=medium | ||
qt-webkit-kiosk (1.99.6-1sergey1) unstable; urgency=medium | ||
|
||
* better network errors handling | ||
* add messages box to output network errors and ini-file option for this | ||
* better webview signal handling - use mainFrame for main page loading status to not overflow with signals | ||
* checkout for network availability and reset qt network session if something going on | ||
* delayed page reload if network state changes | ||
* new ini-file options: browser/network_error_reload_delay, browser/page_load_timeout, browser/show_error_messaged | ||
|
||
-- Sergey Dryabzhinsky <[email protected]> Sat, 12 Mar 2016 20:46:00 +0400 | ||
|
||
qt-webkit-kiosk (1.99.5-1sergey1) unstable; urgency=medium | ||
|
||
* Activate more settings for WebView - acceleration | ||
* Don't leak by FakeLoader - just stop load | ||
|