summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix indent for the -submodules argument in configure-cmake-mapping.mdAlexey Edelev3 days1-1/+1
| | | | | Change-Id: I88e2e6cccef6c961bc65cc6b95f06968f957da9f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* tst_QTextBrowser::TextBrowser() remove setActiveWindow()Frédéric Lefebvre3 days1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: Ia006f35177f3c8b2cb3d7b8c6bbe3f24eb24d934 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* tst_QGraphicsProxyWidget::setFocus_simpleWidget remove setActiveWindowFrédéric Lefebvre3 days1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 has made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: I3819874c2fdd78d733707a375a849a7876a30d9d Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* rhi: Replace deprecated MTLRenderPipelineDescriptor.sampleCountTor Arne Vestbø3 days1-1/+1
| | | | | Change-Id: I47c64416e9ba089c2f23dcebf63a26988bb1d0a7 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
* JNI: Mark tech preview API as suchVolker Hilsheimer3 days4-7/+13
| | | | | | | | | | | | | | Retrofit the QT_TECH_PREVIEW_API macro into the JNI classes and helper constructs that are not yet documented, and which can only become publicly documented once the full JNI type system with the type registration infrastructure is documented. We can remove the tagging in dev once we have documentation and are ready to move this functionality out of TP, presumably for Qt 6.8. Pick-to: 6.7 Change-Id: I235e57b8e57c2d04be72b4c842131d99a5f83d9e Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* Break out timezone data from cldr2qtimezone.pyEdward Welbourne3 days3-214/+236
| | | | | | | | | | | This separates the large slabs of data (and their documentation) from the code that mixes them with CLDR-derived data and generates the data we actually use. In the process, put the shorter table before the longer one, to make it less likely that folk shall fail to notice it's even there at all. Change-Id: I8457741911657dac0dad53c2e65b977821bb4e71 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Extend QTest::failOnWarning() to a no-parameter fail-on-any-warningEdward Welbourne3 days5-2/+32
| | | | | | | | | | | | | | | | | | | | Many users (albeit mostly in qtdeclarative) of failOnWarning() are passing a catch-all regexp, which is only supported when regular expression support is enabled. Make their lives easier and those checks independent of the feature by adding a third overload, taking no parameter, that fails on any (unanticipated) warning. Implementation is trivial - just put a null QVariant in failOnWarningList; it won't match either check on the entry that might exempt a test from failing on a warning, so any warning at all will trigger failure. [ChangeLog][QtTest] QTest::failOnWarning() now has a no-parameter overload to support the common case of fail-on-any-warning, without needing to construct a match-everything regular expression. Change-Id: Ic693f1c8619fd6e495543b85737d566134cf9d20 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Pass QDateTimeParser::SectionNode by value, not const refEdward Welbourne3 days4-8/+6
| | | | | | | | | It's trivially copyable and fits into a (128-bit) register. Delete one spurious line from a \internal doc in the process. Task-number: QTBUG-122619 Change-Id: I55bd39f176f58e0dcd0ecc86e88bd29d449c7fd7 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* Document calendar setting of QCalendarWidget and QDateTimeEditEdward Welbourne3 days2-0/+33
| | | | | | | | | | | | | It seems this was neglected in 5.14, when the methods were added. The calendar setting is also not a Q_PROPERTY; and hadn't been tested until recently. This follows up on commit 2dee00621632ab8acd0b3d59bdba264afe2f32c1 Pick-to: 6.7 6.5 Task-number: QTBUG-115200 Change-Id: I9625bf54d05a55a40867847bd58130be90e78271 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* QBuffer: resolve todo / use QByteArray::assignMårten Nordheim3 days1-2/+1
| | | | | | | | | It no longer lacks assign Change-Id: Ib96dec54e8d9fd0f182a9a26692a5504993fb622 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io> Reviewed-by: Dennis Oberst <dennis.oberst@qt.io> Reviewed-by: Marc Mutz <marc.mutz@qt.io>
* tst_QPushButton::setAccel() remove QApplicationPrivate::setActiveWindowFrédéric Lefebvre3 days1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: Ia2c79a0728a3eac5f176668c6eeb82a76b18c4b4 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* QIOSDocumentPicker: Directly add UTTypes to document types arrayDoris Verria3 days1-4/+4
| | | | | | | | | We don't need to create UTTypes from identifiers when we can now directly add the UTType to the array. In fact this way was causing an exception since it couldn't cast a UTType to a NSString type. Change-Id: I34d44422c102df84a625945af218b9c25c1a6895 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
* Doc: Add more global macros for product namesJaishree Vyas3 days1-0/+8
| | | | | | | | Added macros in the qtbase and qttools from the wiki page Fixes: QTBUG-122652 Change-Id: Icb6892741a340ab3cba2ab596e7cbe69a88f22a0 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* QIOSTextInputOverlay: Use new presentationWindow to access keyWindowDoris Verria3 days1-1/+1
| | | | | | | | | Accessing the keyWindow through UIApplication keyWindow was causing a crash. Fixes: QTBUG-125089 Change-Id: Ie02afd7875b490c1f72ff2e827ffa2204d0e9e81 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
* tst_QTextEdit::inputMethodEvent() remove setActiveWindow()Frédéric Lefebvre3 days1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: I53e5f5c58a7a404c1886edb5c076250388e47ab9 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* QMetaProperty: limit QMetaEnum resolution to enums known to QMetaTypeMårten Nordheim3 days1-2/+2
| | | | | | | | | | | | | | | | | | Since we don't know ahead of time if a property's type is an enum or a flag we have to resolve it at runtime. In a QMetaProperty-heavy application this overhead can be quite dramatic given that we mark anything that is not a built-in as a potential flag/enum. However, QMetaType already knows if it's an enum, so we can use that to return early if it's not known to the meta-type system. To add to this - Q_PROPERTY requires that a type is fully defined, so there are no issues with forward declarations for the enums. Change-Id: Ifecc7f1e6cdef416e3ce72ee705eb26e682071cc Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
* tst_QMetaProperty: expand testing around enums and flagsMårten Nordheim3 days1-0/+120
| | | | | | | | | | Test more scenarios, like separate namespaces, free enums, etc. And test that the enumerator() function returns a valid QMetaEnum when expected. Change-Id: Ie4fa816ffb66d6b6e1b4c7c50674c31eddbd642e Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
* Docs: silence documentation warning in QFusionStyleVolker Hilsheimer3 days1-1/+1
| | | | | | | | QFusionStyle::iconFromTheme is not a reimplementation of a virtual function, so document it as internal instead of \reimp. Change-Id: I676de4aa68c41af8982e55d8bcf24a7cdc202c7c Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* tst_QToolButton::task176137_autoRepeatOfAction remove setActiveWindow()Frédéric Lefebvre3 days1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: I233fe1a3dbd3e8ab149f939ebeaaffb5abed4f43 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* Fix test compilation issues with QtLite configurationJari Helaakoski3 days43-60/+311
| | | | | | | | | | Now developer build tests compile, but some are not working. Functional fix will come later via separate tasks. Task-number: QTBUG-122999 Change-Id: I70487b46c1b32ba4279cb02a4978e4f55ac0d310 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* tst_QGroupBox::propagateFocus() remove setActiveWindow()Frédéric Lefebvre3 days1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: I2bcad29de4bcbb90a1e891a2f39db966288abdb1 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* taskQTBUG_5008_textFromValueAndValidate() remove setActiveWindow()Frédéric Lefebvre3 days1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: I472e5648f9ea7ba699477d44b2a67500af371410 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* tst_QStackedLayout::keepFocusAfterSetCurrent() remove setActiveWindow()Frédéric Lefebvre3 days1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: Iaf1e79193f0f7013d02d91930cc408af5b0f8e1d Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* tst_QStackedWidget::dynamicPages() remove setActiveWindow()Frédéric Lefebvre3 days1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: If6d2bbde186d21662bf9a72b0b03152317724f01 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* wasm: Enable building WebAssembly platform plugin as shared libraryPiotr Wierciński3 days1-1/+0
| | | | | | | | Fixes: QTBUG-121924 Change-Id: I20a4a41a16ac3d7855f359df020564bfc7435c57 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io> Reviewed-by: Lorn Potter <lorn.potter@gmail.com> Reviewed-by: Even Oscar Andersen <even.oscar.andersen@qt.io>
* wasm: Enable qstandardpaths testEven Oscar Andersen3 days2-1/+8
| | | | | | | Also log if the entries does not exist in the filesystem Change-Id: Id7d4dec1610af13869e645cf96b5bf6a1e26b956 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
* QRegularExpression: use modernize comparisonsTatiana Borisova3 days5-49/+49
| | | | | | | | | | | | | Replace class operators operator==(), operator!=() of QRegularExpression to friend method comparesEqual() and Q_DECLARE_EQUALITY_COMPARABLE macro. Use QT_CORE_REMOVED_SINCE and removed_api.cpp to get rid of current comparison methods and replace them with a friend. Task-number: QTBUG-120304 Change-Id: Ib6fc83d29ad9bc710c2fdf32a3d60131fbf298b6 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
* headersclean: add -Wredundant-declsMarc Mutz3 days1-0/+1
| | | | | | | | qpagesize.h violated it, resulting in a bug report, so add it to headerscheck. Task-number: QTBUG-115583 Change-Id: I4c52fb72667edd3f3cf563b8bad91d343ac95328 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
* tst_QGraphicsProxyWidget::actionsContextMenu() remove setActiveWindow()Frédéric Lefebvre3 days1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 has made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: Ib33b6d750a409e5a374fcbb42dbba646582be8a7 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* taskQTBUG_5008_textFromValueAndValidate() remove setActiveWindow()Frédéric Lefebvre3 days1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: Ifec63ae2fcacdc37096e55f096def8c90a7b75ab Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* tst_QSpinBox::specialValue remove QApplicationPrivate::setActiveWindowFrédéric Lefebvre3 days1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: Ifea4bfa00cee9c4b15bc8ca7659d5f23d66c87d4 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* QDialogButtonBox: properly clear buttons in setStandardButtons()Christian Ehrlicher4 days1-4/+4
| | | | | | | | | | | | | When setting new buttons with setStandardButtons(), the old ones are deleted by iterating over d->standardButtonHash. But this hash is modified when a button is destroyed and therefore sometimes not all buttons were deleted. This amends df735d794fd2e545c18b9e345e833422bcd64329. Fixes: QTBUG-123939 Pick-to: 6.7 6.5 Change-Id: I867086855cfde88a7b22a5579662f250b9db0042 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* Add QHttpHeaders methods to QNetworkProxyLena Biliaieva6 days2-0/+51
| | | | | | | | | | | [ChangeLog][QtNetwork][QNetworkProxy] Added headers() and setHeaders() methods to QNetworkProxy to provide an interface to work with QHttpHeaders. Task-number: QTBUG-107751 Change-Id: I8a82f56f0262c9f44d0cb52b2e411bf75626b926 Reviewed-by: Juha Vuolle <juha.vuolle@qt.io> Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
* QCommonStyle: Fix painting arrows when size is evenChristian Ehrlicher6 days1-26/+32
| | | | | | | | | | | | | | | Rework the painting code to not use floating point numbers and make sure the tip of the arrow is painted with one or two points (depending on the size is odd or even) so the arrow is always symmetric. Therefore also no anti-aliasing is needed. Sadly the dpr scaling and also QPainter::drawPolygon() screw things up a little bit with such small sizes, therefore do the dpr handling by ourself to get nice results. Pick-to: 6.7 Fixes: QTBUG-124554 Task-number: QTBUG-114539 Change-Id: I8ab8c2ce3ceb90af5d7c3a0dfeec7f7445e92a4d Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* setFocus_simpleTwoWidgets() remove setActiveWindow()Frédéric Lefebvre6 days1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 has made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: I5161f63321d586e72787eee5101329746f03dde1 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* Remove superfluous entries from qt_cmdline.cmakeJoerg Bornemann6 days1-3/+0
| | | | | | | | | Configure arguments that are special-handled in QtProcessConfigureArgs.cmake don't need to be defined in qt_cmdline.cmake. Remove those. Change-Id: Ic5959711bfede1eca6d65363c2d005739c7f8aff Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
* configure: Fix --developer-build argument (with two hyphens)Joerg Bornemann6 days1-2/+6
| | | | | | | | | | | | | | We never properly handled double-hyphen arguments like --list-features. However --developer-build worked by accident, because it did set INPUT_developer_build implicitly. Now, we don't automagically translate INPUT_foo to FEATURE_foo anymore, and --developer-build stopped working. Fix this by consistently handling -foo and --foo arguments. Change-Id: Ibf32979b419c28e0a8e1f810f03ae3f295b14c69 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
* Add QDebug support to QHttpPartMate Barany6 days3-0/+102
| | | | | | | | | | | | | | | | | | As part of QTBUG-114647 we are planning to introduce a deduction mechanism that could deduce the contentType header and the contentDisposition headers based on the arguments (and the MIME database). In case of non-trivial types this deduction may give the wrong result and without QDebug support it might be a bit tedious to check. The debug output displays some information about the body device if one is attached, otherwise it displays the size of the body. Task-number: QTBUG-114647 Change-Id: Ia693b078ff5b9f8ea57fbf3c385edaec47886ff1 Reviewed-by: Marc Mutz <marc.mutz@qt.io> Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
* tst_QApplication::alert() remove QApplicationPrivate::setActiveWindow()Frédéric Lefebvre6 days1-2/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: I208ad97d7b56ded15908b96ad03779db849ef6a9 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* Correct SPDX license tagLucie Gérard6 days1-1/+1
| | | | | | | Task-number: QTBUG-124453 Change-Id: I75622ead8bdc42181df0c359260e09859aaf95db Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* Add copyright and licensing to .glsl missing themLucie Gérard6 days2-0/+4
| | | | | | Task-number: QTBUG-124453 Change-Id: Ib0923de6e33eb0a698c6cd44583a0a860c5c468c Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* bypassGraphicsProxyWidget() remove setActiveWindow()Frédéric Lefebvre6 days1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 has made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: I0a657c9aaac4684566edd212a510c7c9016117a2 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* QDataStream::readBytes: guard against integer overflowIvan Solovev6 days1-1/+3
| | | | | | | | | | | | | | | The step variable changes in the geometric progression, which means that it may overflow at some point. Since it is a qsizetype (signed 64 or 32 bit integer), the overflow would be UB, so we need to avoid it. Add an extra check that the step is lower than the safe threshold before increasing it. Amends a1bfac287ee5d3719646d68dc91dc8e8e4cec04e. Pick-to: 6.7 Change-Id: I6097986e614937fa88b31b3dd1e53ecff22533d7 Reviewed-by: Marc Mutz <marc.mutz@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* Windows 11 style: simplify code to polish paletteVolker Hilsheimer6 days3-60/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | There are two cases in which we let the style polish a palette: - after merging the system palette and the style's standard palette - or when a widget-class specific palette gets set A style needs to know which colors of the palette it can safely overwrite with style-specific preferences. For that to work, we need to reset the resolve mask of the synthesized palette (first case) to 0 before polishing. Palettes set explicitly by application code will then have resolve bits set, and the polishing can respect those colors and not overwrite them. Simplify the polish() implementation then to check whether the respective color's resolve bit is set, and only overwrite it with the style's preferred color if the bit is clear. Move that logic into a macro for simplification. This amends b733d31f275d09ca81b5e347ca1e9b6c9b216cd4 and makes sure that colors that are set by the application explicitly don't get overridden by the style. Task-number: QTBUG-124490 Task-number: QTBUG-124286 Change-Id: I69e1e3da93f661ebdafee0b62adbb3d411322443 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* Windows: handle theme changes synchronously when settings changeVolker Hilsheimer6 days1-1/+1
| | | | | | | | | | | | The handleSettingsChange handler is usually already executed through the event loop. And if it is called directly e.g. when changing settings programmatically, then all side effects of the change should be in effect immediately. Task-number: QTBUG-124490 Change-Id: I243772860b1137ef9fe712c4b0d1c88593d2bdb4 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Windows: simplify setting the dark borderVolker Hilsheimer6 days2-17/+2
| | | | | | | | | | | | | | | A round trip through querying the window attribute to avoid a call to the setter is overkill, we can assume that the setter won't do anything if the value of the attribute doesn't change. Also, don't check whether QWindowsIntegration::darkModeHandling is overridden before calling setDarkMode, which checks that flag already. The flag will be very rarely cleared (and we might want to remove support for this obscure mechanism soon). Task-number: QTBUG-124490 Change-Id: I7e027fd53f556200edfd127eaf5f2b97f027528e Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* rhi: metal: Reduce staging copy size for full-width texture uploadsLaszlo Agocs6 days1-6/+7
| | | | | | | Pick-to: 6.7 6.6 6.5 Task-number: QTBUG-120565 Change-Id: I3f11796e0cfd7261885cec04695665b2266082f8 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
* rhi: gl: Avoid a copy in partial texture uploadsLaszlo Agocs6 days1-1/+9
| | | | | | | Pick-to: 6.7 6.6 6.5 Task-number: QTBUG-120565 Change-Id: I7f1f8c42b98c5743708c4ff80e401070d8ab24ac Reviewed-by: Andy Nichols <andy.nichols@qt.io>
* Add copyright and licensing to tools and utils files missing itLucie Gérard6 days2-0/+4
| | | | | | Task-number: QTBUG-124453 Change-Id: I7645bcd7a7559425659bc522530a25977d7b5c82 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* ptests: Skip qlocalsocket when running as root on LinuxAri Parkkila6 days1-0/+3
| | | | | | | | | On Linux root user has access rights to all files so it makes no sense to verify socket file permissions. Task-number: QTBUG-118680 Change-Id: I94a95e80c311f8d5cd6c799b1a76ffaaab7d9167 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>