1. 03 Mar, 2016 - 1 commit
  2. 02 Mar, 2016 - 1 commit
    • Oswald Buddenhagen's avatar
      fix non-git non-prefix shadow builds · 3bcc3037
      Oswald Buddenhagen authored
      
      turns out we need forwarding .pris in this case: without them,
      QT_MODULE_INCLUDE_BASE points into the build dir, so we fail to find the
      pre-generated headers.
      
      an alternative would be writing primary module .pris which already take
      that into account, but that would just add even more arcane code paths.
      
      Task-number: QTBUG-51521
      Change-Id: I59f2a0d3f2095c9dfa0a8d1cabfc007a30bd2d23
      Reviewed-by: default avatarSimon Hausmann <simon.hausmann@theqtcompany.com>
      3bcc3037
  3. 01 Mar, 2016 - 1 commit
  4. 25 Feb, 2016 - 2 commits
  5. 23 Feb, 2016 - 1 commit
  6. 18 Feb, 2016 - 1 commit
  7. 15 Feb, 2016 - 1 commit
    • Andreas Hartmetz's avatar
      Add option to disable "session management by closing windows". · e7bf0edf
      Andreas Hartmetz authored
      That feature is a poor man's session management for applications
      that do not implement any specific session management features.
      It badly interferes with proper session management support, so
      applications must be able to disable it.
      
      This enables fixing applications with
      QGuiApplication::quitOnLastWindowClosed() true - the default -
      dying too early, before they are enumerated for the list of
      applications to restart on session restore, thus preventing them
      from being restored. See
      https://bugs.kde.org/show_bug.cgi?id=354724
      
      
      
      [ChangeLog][QtGui] Qt asking to close windows on session exit as
      a fallback session management mechanism has been made optional.
      Disabling it fixes session management for applications that
      implement full session management. See
      QGuiApplication::isFallbackSessionManagementEnabled().
      
      Task-number: QTBUG-49667
      Change-Id: Ib22e58c9c64351dea8b7e2a74db91d26dd7ab7aa
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
      Reviewed-by: default avatarDavid Faure <david.faure@kdab.com>
      e7bf0edf
  8. 09 Feb, 2016 - 2 commits
  9. 05 Feb, 2016 - 6 commits
  10. 02 Feb, 2016 - 12 commits
  11. 01 Feb, 2016 - 6 commits
  12. 31 Jan, 2016 - 1 commit
  13. 30 Jan, 2016 - 5 commits