summaryrefslogtreecommitdiffstats
path: root/tests/manual/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-0416-16/+16
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-192-0/+4
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-178-38/+0
* QtBase tests: remove QT_DISABLE_DEPRECATED_UP_TO definesIvan Solovev2022-08-242-3/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-238-8/+8
* Rename QT_DISABLE_DEPRECATED_BEFORE -> QT_DISABLE_DEPRECATED_UP_TOIvan Solovev2022-08-192-2/+2
* Add license headers to cmake filesLucie Gérard2022-08-038-0/+24
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-288-8/+8
* Use SPDX license identifiersLucie Gérard2022-05-1616-432/+32
* macOS: Add debug keyboard layout for manual testingTor Arne Vestbø2021-08-232-0/+1446
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-074-4/+4
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-238-9/+9
* Change QWidget::enterEvent signature to take a QEnterEventVolker Hilsheimer2020-09-051-1/+1
* Remove QMacNativeWidget and QMacCocoaViewContainerTor Arne Vestbø2020-08-285-269/+0
* CMake: Regenerate manual testsAlexandru Croitor2020-07-089-10/+10
* Remove QGuiAction again and split QAction implementation up insteadVolker Hilsheimer2020-03-291-1/+1
* Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-3/+2
* Post merge fixesLeander Beernaert2019-11-252-2/+0
* Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-191-3/+1
|\
| * Update version checks in tests/manualLeander Beernaert2019-11-131-3/+1
* | Convert all of tests/manualLeander Beernaert2019-11-149-0/+188
|/
* QtCore: mark obsolete enumerations as deprecatedChristian Ehrlicher2019-05-172-52/+0
* Implement support for WA_MacNoClickThroughAndy Shaw2019-04-012-0/+52
* Cocoa Menus: Add support for menu items in window-less appsGabriel de Dietrich2018-05-232-3/+50
* Clean up our Objective-C usageJake Petroules2018-02-204-35/+31
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-302-2/+2
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-232-2/+2
| |\
| | * Menurama: Fix custom application class constructor signatureGabriel de Dietrich2017-11-172-2/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-233-1/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-092-0/+6
| |\|
| | * QCocoaMenu: Attach menu items when updating the menubarGabriel de Dietrich2017-11-052-0/+6
| * | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-1/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-172-5/+13
|\| |
| * | macOS: Deliver NSWindow notifications to all windows, not just top levelTor Arne Vestbø2017-09-262-5/+13
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-263-24/+49
|\| |
| * | macOS: Respect responder chain when setting cursorTor Arne Vestbø2017-09-012-1/+18
| * | macOS: Update qt_on_cocoa manual testTor Arne Vestbø2017-08-313-24/+32
| |/
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
|/
* QCocoaMenu: De-pessimize the number of calls to validateMenuItem:Gabriel de Dietrich2017-08-152-36/+69
* tests: Unify license to GPL-EXCEPTKai Koehne2017-04-035-159/+99
* QCocoaMenu: Force NSMenuValidation when syncing itemsGabriel de Dietrich2016-11-164-51/+72
* Implement QMacCocoaViewContainer in terms of foreign windowTor Arne Vestbø2016-10-051-0/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-227-0/+658
|\
| * Cocoa Menus: Introducing Menurama manual testGabriel de Dietrich2016-08-197-0/+658
* | Updated license headersJani Heikkinen2016-01-2114-237/+167
* | Link to AppKit instead of Cocoa.Jake Petroules2015-09-054-4/+4
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-013-3/+0
|/
* Clean up qt_on_cocoa manual test.Morten Johan Sørvig2015-04-304-169/+53
* Add a means to set the application icon where supportedAndy Shaw2015-04-103-0/+75