Releases: sergey-dryabzhinsky/qt-webkit-kiosk
Releases · sergey-dryabzhinsky/qt-webkit-kiosk
Version 1.99.10
- Fix event to view passthrough by @therealjumbo
- Fix use of qInfo macros with Qt4
- Security option - local content access to remote urls by @knowack1
Version 1.99.9
Same as 1.99.8 but removed use of some c++11 features - old GCC not supported that.
Windows builds available at gDrive folder: https://drive.google.com/drive/folders/1622QFUyJblzvp8bJBNvQ-iKGZr9eUzvZ
Version 1.99.8
- LocalStorage support by @BrandonLWhite
- fix conflict with std::launch by @joufella
- support for js infinite run interruption (on Windows or custom Qt builds)
Version 1.99.7
Quick-fix by @joufella - wrong type conversion in command-line arguments parser
Version 1.99.6
Combine with changes for 1.99.5
- 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_messages
Version 1.99.4
- move code with hidding mouse cursor after main window show
- fix qt-5 version detection
Version 1.99.3
- Add persistent cookie storage. Thanks to quinox.
- Add 'Backspace' hot-key to go back through page history.
- Fix persistent cookies for Qt 4.8 support
Version 1.99.2
- Fixed dependencies checks for *nix
Version 1.99.1
- Code for Qt4 and Qt5 combined.
- Fixed build dependencies checks for win32
- Removed unused embedded-server application
- New signal handler implementation - works on embedded configurations
Version 1.5.15
Merge changes from 1.4.11:
- Fixed signal handling - use socketpair for every listening signal