summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-208-24/+60
|\
| * Cocoa save file dialog behavior fixSamuel Gaist2013-06-161-9/+8
| * Fix for OS X QFileDialog showing bundle as directorySamuel Gaist2013-06-161-1/+1
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-127-14/+51
| |\
| | * Cocoa: Make QWidget::showNormal() work on minimized windowsGabriel de Dietrich2013-06-121-1/+1
| | * Cocoa: Make sure internal minimized state is up to dateGabriel de Dietrich2013-06-122-14/+17
| | * Cocoa: Update window state when maximizing from the title barGabriel de Dietrich2013-06-124-0/+20
| | * Cocoa: Make sure we update internal window fullscreen stateGabriel de Dietrich2013-06-123-4/+17
| | * Cocoa: Remove compilation warningGabriel de Dietrich2013-06-121-0/+1
| | * Fix issue when QKeyEvent::text() was returning empty stringGatis Paeglis2013-06-101-5/+5
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-128-29/+73
|\| |
| * | Fix leak in QCocoaDrag.Ivan Komissarov2013-06-111-1/+3
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-104-22/+66
| |\|
| | * Cocoa:Fixed crash when sharing QMenu between two QMenuBar instancesRomain Perier2013-06-074-22/+66
| * | Cocoa Accessibility: fix ignoring of objectsFrederik Gladhorn2013-06-072-5/+3
| * | Fix themeHint typo in qcocoatheme: PasswordMaskDelay should be PasswordMaskCh...Daiwei Li2013-06-061-1/+1
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-049-35/+62
|\| |
| * | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-037-33/+24
| |\|
| | * Use [NSEvent characters] to retrieve the input character.Gatis Paeglis2013-05-301-14/+5
| | * Move QBasicDrag and QSimpleDrag to QtGui.Samuel Rødal2013-05-301-1/+1
| | * QMenu: Remove last references to QMacWindowFaderGabriel de Dietrich2013-05-302-15/+3
| | * Cocoa: Allow delayed title setting in menu itemsGabriel de Dietrich2013-05-301-2/+3
| | * Cocoa: Hide empty menus from the menubarGabriel de Dietrich2013-05-301-0/+11
| | * Cocoa: Use actual modifiers when sending ShortcutOverride eventGabriel de Dietrich2013-05-281-1/+1
| * | Fix leak in QNSView.Ivan Komissarov2013-05-311-0/+2
| * | Support Mac key equivalent Cmd+PeriodGatis Paeglis2013-05-312-0/+18
| |/
| * Fix transparent toplevels on Mac OS X again..Gunnar Sletta2013-05-283-7/+18
| * Fix crash in QCococaWindow::childWindowAt().Friedemann Kleint2013-05-231-9/+5
* | Reduce the usage of QT_PREPEND_NAMESPACE in the Cocoa platform pluginRomain Perier2013-05-265-43/+43
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-239-28/+101
|\|
| * Cocoa: Amend 5d07a4d9448f60 to avoid an assert in QWidget::mapTo()Gabriel de Dietrich2013-05-231-1/+2
| * Process initial expose events immediately.Morten Johan Sørvig2013-05-231-0/+1
| * Make QWindow update its screen when moved to a different oneGabriel de Dietrich2013-05-233-1/+26
| * Cocoa: Make sure main window gets focus after closing modal dialogGabriel de Dietrich2013-05-231-3/+15
| * Cocoa: Remove "Incomplete implementation" compilation warningGabriel de Dietrich2013-05-231-1/+1
| * A Dialog should not hide when the application is deactivatedShawn Rutledge2013-05-231-1/+3
| * Ignore mouse enter/leave on non-exposed windowsShawn Rutledge2013-05-221-1/+2
| * Prevent windows from jumping when changing geometry on OS XTor Arne Vestbø2013-05-151-2/+1
| * Cocoa: Fix Open GL resolution in high-dpiGabriel de Dietrich2013-05-152-12/+10
| * Fix breakage of tst_qquickwindow::grab(invisible)Andy Nichols2013-05-142-12/+9
| * Cocoa DND: respect QDropEvent::setDropAction()J-P Nurmi2013-05-131-2/+5
| * Ensure the hovered signal is emitted for the action and menu for CocoaAndy Shaw2013-05-131-0/+10
| * Fix Invalid Drawable error for QGLWidget on MacAndy Nichols2013-05-102-1/+19
| * Revert "OSX: obey the Qt::WindowTransparentForInput flag"Gabriel de Dietrich2013-05-081-2/+0
| * Cocoa: Add support for ForeignWindow window typeGabriel de Dietrich2013-05-082-2/+10
* | Use [NSEvent characters] to retrieve the input character.Gatis Paeglis2013-05-201-14/+5
* | Improve Qt-in-namespace implementation in the Cocoa platform pluginRomain Perier2013-05-1614-65/+86
* | Use [NSEvent keyCode] to retrieve a virtual key code.Gatis Paeglis2013-05-101-5/+2
* | Windows: Introduce QFileDialog::DontUseCustomDirectoryIconsSérgio Martins2013-05-092-2/+6
* | Merge branch 'stable' into devSergio Ahumada2013-05-071-19/+10
|\|