Skip to content

Bugfix update qt5 to 5.12.5 #1466

Merged
merged 4 commits into from
Nov 19, 2019
Merged

Bugfix update qt5 to 5.12.5 #1466

merged 4 commits into from
Nov 19, 2019

Commits on Nov 8, 2019

  1. qt5: build updated release

    This fixes a subtle bug qt5-5.12.4 where window-close events
    aren't handled the default way.
    thomas committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    8f6c123 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99d7608 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3d7221 View commit details
    Browse the repository at this point in the history
  4. xpdf: rebuild w/o window-close hack

    Some digging into the topic showed that the addition of
    
       hide();
       event->ignore();
    
    simply enforces the default behaviour for a window close
    event. This seems to be special at least for Qt version 5.12.4,
    since it is neither needed for older Qt versions like 5.9, 5.10
    nor for 5.12.5 .
    
    Note: This is not related to libev/libevent issues. The fault
    was present before libev was updated
    thomas committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    4dffdb1 View commit details
    Browse the repository at this point in the history