aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Collapse)AuthorAgeFilesLines
* Fix platform conditions across entire modulev5.9.0-alpha1Jake Petroules2017-02-092-2/+5
| | | | | Change-Id: Id63420244eecd5935b7fa7c82b6ad9e0e48ad0f1 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@qt.io>
* Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-alpha1Liang Qi2016-02-151-1/+1
|\ | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I2ac62377ea3b053dea70d4ab706823c2113085e2
| * macfunctions: compile fixv5.6.0-rc1v5.6.0-beta1v5.6.0Tim Blechmann2015-11-171-1/+1
| | | | | | | | | | | | | | ensure that "-frameworks AppKit" is properly passed as linker flag Change-Id: Iea032e5c3e21588a2c5000f1bfdb26e401ae08c0 Reviewed-by: Jake Petroules <jake.petroules@theqtcompany.com>
* | Updated license headersAntti Kokko2016-01-202-34/+24
|/ | | | | | | | | | | From Qt 5.7 -> tools & applications are lisenced under GPL v3 with some exceptions, see http://blog.qt.io/blog/2016/01/13/new-agreement-with-the-kde-free-qt-foundation/ Updated license headers to use new GPL-EXCEPT header instead of LGPL21 one (in those files which will be under GPL 3 with exceptions) Change-Id: I627ae198357e163ec9d4ba02d4798ee2d2b2ff9f Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
* Remove the old headersclean unit testv5.5.0-beta1Thiago Macieira2015-03-252-3/+0
| | | | | | | We have configure -headersclean now Change-Id: Ie0dc968871203eeaa6019fc2b0ccd7dc78e9fd4d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* Update copyright headersJani Heikkinen2015-02-162-44/+28
| | | | | | | | | Qt copyrights are now in The Qt Company, so we could update the source code headers accordingly. In the same go we should also fix the links to point to qt.io. Change-Id: Ic70e215d0e32bb8bd5a17a2619854e7987aa6f57 Reviewed-by: Iikka Eklund <iikka.eklund@theqtcompany.com>
* Remove QtWidgets dependencies from QtMacExtras.Morten Johan Sørvig2013-09-262-30/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | This makes it possible to use QtMacExtras from other modules without adding a QtWidgets dependency. It also makes it possible to use QtMacExtras from QtWidgets. Widget-related classes and functions will be added to QtWidgets. Specifics: Make QMacNativeToolBar private, for use by QMainWindow:: setUnifiedTitleAndToolBarOnMac(). Remove the QAction based APIs. Remove the example. We can make QMacNativeToolBar public again when the API is ready and documented. Remove misc functions: toNSMenu, setDockMenu, isMainWindow. Make toCfSTring/Url private pending inclusion into QtCore. Change-Id: Ic55e78d8ef923149c23884f6589732f7dfb94153 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
* Rename the QtMacExtras namespace to QtMacJ-P Nurmi2013-09-131-2/+2
| | | | | | | | | Change-Id: If6a01685a9fc5ff59dd02dbeeef7e8682cefae39 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com> Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com> Reviewed-by: Laszlo Papp <lpapp@kde.org>
* Add headersclean test.Jake Petroules2013-09-042-2/+6
| | | | | Change-Id: I7088aeec399082fc32ebc2c215163b552f25ff60 Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
* Add CMake test.Stephen Kelly2013-09-045-1/+83
| | | | | | Change-Id: If0b1b999466740661f158ab649462fae51800554 Reviewed-by: Jake Petroules <jake.petroules@petroules.com> Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
* Add overload to toNSMenu() to get NSMenu handle from QMenuBar object.Dmytro Tyshchenko2013-04-111-2/+10
| | | | | | | | Task-number: QTBUG-28869 Change-Id: I33e7a875a8f1aa8d6db7efbd95b662b4b6c182ce Reviewed-by: Jake Petroules <jake.petroules@petroules.com> Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
* Rename QtMacFunctions -> QMacFunctionsMorten Johan Sørvig2013-04-103-95/+10
| | | | | | Change-Id: I4162083cb7f75361a3fc50f2eff9a2a31ad249fb Reviewed-by: Jake Petroules <jake.petroules@petroules.com> Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
* Place toNSMenu in QtMacExtras namespaceMorten Johan Sørvig2013-04-101-0/+85
| | | | | | Change-Id: I72393f6ea393c6a808c3c5ba20836cc422a708e9 Reviewed-by: Jake Petroules <jake.petroules@petroules.com> Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
* Structure like a proper Qt module.Jake Petroules2013-04-031-10/+4
| | | | | Change-Id: Ie69303983187826637ae8a12a8478bd044cdaf0d Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
* Add function toNSMenu() to get NSMenu handle from QMenu object.Dmytro Tyshchenko2013-03-193-0/+99
Also added test for this function. Task-number: QTBUG-28869 Change-Id: Ia9674dc28b614029423f3f9eb8fd1c8f62b9bcba Reviewed-by: Harri Porten <porten@froglogic.com> Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com> Reviewed-by: Laszlo Papp <lpapp@kde.org>