summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Avoid a potential crash in unignoredChildrenJan Arve Saether2013-08-091-2/+1
* Don't release the printer after using it to change a propertyAndy Shaw2013-08-081-4/+1
* OSX: Disable window restoration for the Mac font panelLiang Qi2013-07-171-0/+5
* Remove qWarning() in qt_mac_image_to_cgimage()Ivan Komissarov2013-07-031-4/+1
* Cocoa: fix shared color panel usageJ-P Nurmi2013-07-032-122/+144
* Avoid warnings when fetching file icons without a CGContextRefGabriel de Dietrich2013-07-021-1/+2
* Cocoa: Re-establish platform menu QObject hierarchyGabriel de Dietrich2013-07-021-0/+2
* Cocoa: Let Cocoa pick the right pixmap for menu item iconsGabriel de Dietrich2013-07-013-1/+21
* Cocoa: Simplify qt_mac_cgimage_to_nsimage codeGabriel de Dietrich2013-07-011-10/+1
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-281-1/+5
|\
| * Mac OSX: get the correct key code when the control key is pressedShawn Rutledge2013-06-261-1/+5
* | Cocoa: Don't update the menubar when popups are shownGabriel de Dietrich2013-06-271-0/+5
* | Mac/XCB/Windows: Fix initial setting of window icons.Friedemann Kleint2013-06-261-0/+2
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-251-6/+10
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-201-6/+10
| |\|
| | * OSX: Disable window restoration for the Mac color panelShawn Rutledge2013-06-151-0/+5
| | * Cocoa color dialog cannot be modal, but should show anywayShawn Rutledge2013-06-151-6/+4
| | * OSX color dialog can be accepted repeatedlyShawn Rutledge2013-06-151-0/+1
* | | Mac Accessibility: unify child functionsFrederik Gladhorn2013-06-244-37/+23
* | | Fix typo QCocoaAccessibilityFrederik Gladhorn2013-06-233-10/+10
* | | Remove NSPICTPboardType from pasteboard types.Morten Johan Sørvig2013-06-231-1/+1
* | | Mac Accessibility: skip invisible childrenFrederik Gladhorn2013-06-212-0/+6
|/ /
* | 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
* | 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 "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
* 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