summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-083-9/+12
|\
| * Fix mac build with -no-widgetsStephen Kelly2016-01-072-0/+2
| * tst_qwindow::isExposed - fix failing test on OS XTimur Pocheptsov2016-01-041-9/+10
* | Fix OSX namespace build.Erik Verbruggen2015-12-221-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-1/+5
|\|
| * QCocoaWindow - resize embedded viewsTim Blechmann2015-12-151-1/+5
* | iOS: Implement support for QApplication::beep()Tor Arne Vestbø2015-12-174-7/+8
* | React to changes in the system color palette.Jake Petroules2015-12-112-2/+45
* | Use modern APIs for accessing system palette.Jake Petroules2015-12-111-13/+16
* | Add some functions to convert an NSColor to a QBrush.Jake Petroules2015-12-112-0/+122
* | Move a reusable image conversion function into QCocoaHelpers.Jake Petroules2015-12-104-14/+43
* | QtBase: use preincrement for iterator typesAnton Kudryavtsev2015-12-091-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-081-0/+2
|\|
| * Respond with a sound for certain message boxes on windowsJan Arve Saether2015-12-041-0/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-024-12/+12
|\|
| * QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-284-12/+12
* | Remove Carbon API usage.Jake Petroules2015-12-011-31/+28
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devSimon Hausmann2015-11-272-0/+7
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-272-0/+7
| |\|
| | * QPI/Cocoa: QNSView - guard removeFromSuperview by autorelease poolTim Blechmann2015-11-232-0/+7
* | | Remove dead code.Jake Petroules2015-11-276-28/+4
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-182-3/+14
|\|
| * OS X: Don't forward key events to popup window if it's a tooltipTor Arne Vestbø2015-11-161-2/+4
| * Cocoa integration - do not send move events while in -draggingUpdated:Timur Pocheptsov2015-11-042-1/+10
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-046-7/+62
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-041-0/+8
| |\
| | * Return early if there is no text at the offsetAndy Shaw2015-10-271-0/+8
| * | Cocoa: Implement QPlatformInputContext::locale().Liang Qi2015-10-244-0/+40
| * | QWidgetAction: Don't deactivate the current window on MacGabriel de Dietrich2015-10-233-7/+14
* | | iOS: refactor removeMnemonics(const QString &) to QPlatformThemeRichard Moe Gustavsen2015-11-047-48/+15
* | | Make use of Objective-C conversion functions.Jake Petroules2015-10-261-4/+2
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-234-14/+22
|\| |
| * | OSX: replace use of deprecated API.Erik Verbruggen2015-10-231-7/+8
| * | Fix cocoa plugin build with OS X 10.8 SDKSamuel Gaist2015-10-181-4/+8
| * | Move QEventDispatcherCoreFoundation to QtCoreMorten Johan Sørvig2015-10-161-1/+1
| * | Cocoa integration - fix Qt::WindowFullscreenButtonHintTimur Pocheptsov2015-10-161-2/+5
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-147-50/+76
|\| |
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-131-10/+2
| |\|
| | * Merge remote-tracking branch 'origin/5.5.1' into 5.5Liang Qi2015-10-131-10/+2
| | |\
| | | * Revert "Fix the spurious socket notifications on OS X"Alex Trotsenko2015-10-061-7/+4
| | | * Fix the spurious socket notifications on OS XAlex Trotsenko2015-10-021-4/+7
| | | * Revert "Cocoa: correct QDesktopWidget::availableGeometry()"Liang Qi2015-09-151-10/+2
| * | | Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
| * | | OS X: Forward key events to popup window if presentTor Arne Vestbø2015-10-121-3/+8
| * | | Move shortcut handling back into QPA and simplify deliveryTor Arne Vestbø2015-10-071-4/+2
| * | | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-025-20/+53
| |\| |
| | * | Cocoa: Support Qt::WindowTransparentForInputMorten Johan Sørvig2015-09-241-0/+3
| | * | Cocoa integration - make tool window resizable againTimur Pocheptsov2015-09-211-5/+2
| | |/
| | * QCocoaMenu: Manually reposition popupsGabriel de Dietrich2015-09-111-10/+31
| | * Cocoa: correct QDesktopWidget::availableGeometry()Liang Qi2015-09-071-2/+10