1. 11 Mar, 2019 - 3 commits
  2. 10 Mar, 2019 - 2 commits
    • Topi Reinio's avatar
      Doc: Remove background colors from simplified offline CSS · c7f6761b
      Topi Reinio authored
      
      The simplified style needs to work for both light and dark themes
      in Qt Creator's help system. Background and text colors are already
      applied according to the active theme, this commit removes the rest
      of the hardcoded element colors that do not look good with a dark
      theme.
      
      Task-number: QTBUG-49417
      Task-number: QTBUG-69327
      Change-Id: Ib5ebe2755e98ca120f0500ab82713a37ec7199bd
      Reviewed-by: default avatarKai Koehne <kai.koehne@qt.io>
      c7f6761b
    • Tony Sarajärvi's avatar
      Expand blacklisting of tst_qsslkey to cover all versions of RHELs · 912bcf0f
      Tony Sarajärvi authored
      Previous blacklisting 5c4e5032
      
       only
      covered RHEL 6.6 and RHEL 7.4. The problem however exists in all
      6.x and 7.x distros as they have the same openssl.
      
      This however leaves us the problem with future RHEL 8. This will
      keep blacklisting these tests there as well. We need a way to blacklist
      versions with a wildcard so that we could say RHEL-7.*
      
      Task-number: QTBUG-46203
      Change-Id: I2cc52ba2eac949214ecaa02e19d9e623d5befc49
      Reviewed-by: default avatarTimur Pocheptsov <timur.pocheptsov@qt.io>
      912bcf0f
  3. 09 Mar, 2019 - 4 commits
  4. 08 Mar, 2019 - 4 commits
  5. 07 Mar, 2019 - 3 commits
    • Friedemann Kleint's avatar
      manual tests: Fix build · 3702622d
      Friedemann Kleint authored
      
      Fix QOverload<void>::of(), causing
      
      ../../../../include/QtCore/../../src/corelib/global/qglobal.h: In instantiation of ‘struct QConstOverload<void>’:
           Q_DECL_CONSTEXPR auto operator()(R (T::*ptr)(Args...) const) const Q_DECL_NOTHROW -> decltype(ptr)
      
      and add a missing .pro-file.
      
      Change-Id: I19597adc33f2323a9f7dea9ee5ce94546f0e8f12
      Reviewed-by: default avatarEdward Welbourne <edward.welbourne@qt.io>
      3702622d
    • Friedemann Kleint's avatar
      Fix some warnings in manual tests · 464d261a
      Friedemann Kleint authored
      
      Fix:
      gestures.cpp:46:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
      gestures.cpp:47:5: note: here
      gestures.cpp:48:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
      gestures.cpp:52:5: note: here
      main.cpp: In function 'QByteArray windowsVersionToString(QSysInfo::WinVersion)':
      main.cpp:40:12: warning: enumeration value 'WV_CE' not handled in switch [-Wswitch]
      ...
      
      main.cpp: In function 'QByteArray macVersionToString(QSysInfo::MacVersion)':
      main.cpp:68:12: warning: enumeration value 'MV_10_12' not handled in switch [-Wswitch]
      ...
      
      widget.cpp: In member function 'CustomItem* Widget::checkedItem() const':
      widget.cpp:238:12: warning: 'item' may be used uninitialized in this function [-Wmaybe-uninitialized]
      
      Change-Id: I434784e86d127e56b92663cb45eba7d60d8f8eaf
      Reviewed-by: default avatarEdward Welbourne <edward.welbourne@qt.io>
      464d261a
    • Friedemann Kleint's avatar
      Fix some qdoc warnings · 859f837d
      Friedemann Kleint authored
      
      src/corelib/itemmodels/qtransposeproxymodel.cpp:166: (qdoc) warning: Unknown command '\details'
      src/corelib/itemmodels/qconcatenatetablesproxymodel.cpp:102: (qdoc) warning: '\brief' statement does not end with a full stop.
      src/corelib/itemmodels/qconcatenatetablesproxymodel.cpp:233: (qdoc) warning: Undocumented parameter 'index' in QConcatenateTablesProxyModel::flags()
      src/corelib/itemmodels/qconcatenatetablesproxymodel.cpp:165: (qdoc) warning: Undocumented parameter 'proxyIndex' in QConcatenateTablesProxyModel::mapToSource()
      src/corelib/io/qresource.cpp:275: (qdoc) warning: Can't link to 'isCopressed()'
      src/corelib/io/qresource.cpp:555: (qdoc) warning: Can't link to 'compressionType()'
      src/network/ssl/qocspresponse.cpp:47: (qdoc) warning: '\brief' statement does not end with a full stop.
      src/network/ssl/qocspresponse.cpp:47: (qdoc) warning: Can't link to 'QSslSocket::ocspResponse()'
      src/gui/image/qimage.cpp:2247: (qdoc) warning: Undocumented parameter 'f' in QImage::convertTo()
      src/gui/image/qimage.cpp:2247: (qdoc) warning: No such parameter 'format' in QImage::convertTo()
      src/gui/text/qtextformat.cpp:1420: (qdoc) warning: Undocumented parameter 'styleName' in QTextCharFormat::setFontStyleName()
      src/gui/text/qtextformat.cpp:1420: (qdoc) warning: No such parameter 'style' in QTextCharFormat::setFontStyleName()
      src/widgets/dialogs/qdialog.cpp:151: (qdoc) warning: Unknown command '\p'
      src/widgets/dialogs/qdialog.cpp:167: (qdoc) warning: Unknown command '\p'
      src/widgets/dialogs/qdialog.cpp:167: (qdoc) warning: Unknown command '\p'
      src/widgets/dialogs/qdialog.cpp:168: (qdoc) warning: Unknown command '\p'
      
      Change-Id: Ide52b70f8e72d53767d489ce1a413cf4c2dce7df
      Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@qt.io>
      859f837d
  6. 06 Mar, 2019 - 9 commits
  7. 05 Mar, 2019 - 11 commits
  8. 04 Mar, 2019 - 4 commits