Skip to content

Releases: sergey-dryabzhinsky/qt-webkit-kiosk

Version 1.99.10

05 Oct 23:15
Compare
Choose a tag to compare
  • 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

21 May 08:00
Compare
Choose a tag to compare

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

20 May 12:47
Compare
Choose a tag to compare
Version 1.99.8 Pre-release
Pre-release
  • 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

24 Aug 19:38
Compare
Choose a tag to compare

Quick-fix by @joufella - wrong type conversion in command-line arguments parser

Version 1.99.6

01 Aug 07:50
Compare
Choose a tag to compare

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

27 Jul 19:32
Compare
Choose a tag to compare
  • move code with hidding mouse cursor after main window show
  • fix qt-5 version detection

Version 1.99.3

25 Aug 23:21
Compare
Choose a tag to compare
  • 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

05 Jul 21:18
Compare
Choose a tag to compare
  • Fixed dependencies checks for *nix

Version 1.99.1

05 Jul 18:03
Compare
Choose a tag to compare
  • 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

05 Jul 14:08
Compare
Choose a tag to compare

Merge changes from 1.4.11:

  • Fixed signal handling - use socketpair for every listening signal