summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-1412-33/+96
|\
| * Cocoa: Export QImage <-> CGImage conversion funcs.Morten Johan Sørvig2013-02-125-23/+61
| * Fix devicePixelRatio getter for embedded QWindows.Morten Johan Sørvig2013-02-111-3/+1
| * Cocoa: Make tool window receive mouse events also when its parent is modalGabriel de Dietrich2013-02-081-2/+4
| * Cocoa QPA: Fix compilation errorGabriel de Dietrich2013-02-051-1/+2
| * Cocoa: prevent scale factor value of 0.Morten Johan Sørvig2013-01-301-1/+1
| * Mac: Ensure the native filedialog sets file name when savingLiang Qi2013-01-291-0/+2
| * Mac: make windows not restorable on 10.7 and laterLiang Qi2013-01-291-0/+5
| * Fix minor typos in docs, printed messages & commentsSze Howe Koh2013-01-283-3/+3
| * Cocoa: export setDockMenuMorten Johan Sørvig2013-01-282-0/+17
* | QPA Cocoa Menu: Make sure mouse button state is clean after popupGabriel de Dietrich2013-02-113-12/+12
* | Add support for getting the paper names available for the printerAndy Shaw2013-02-112-0/+32
* | Add enablers for Android port in QPlatformMenuEskil Abrahamsen Blomfeldt2013-02-052-0/+3
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-296-117/+32
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-286-117/+32
| |\|
| | * Cocoa: Correct mime handler prioritization.Morten Johan Sørvig2013-01-281-3/+8
| | * cocoa: Fix Mouse Event tracking of button statusRick Stockton2013-01-252-111/+21
| | * Doc: Fix module name formatSze Howe Koh2013-01-253-3/+3
* | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-293-12/+0
|/ /
* | Switch to struct timespec everywhere instead of timevalThiago Macieira2013-01-281-4/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-241-0/+33
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-01-241-0/+33
| |\
| | * Cocoa: Backport Qt 4's QCocoaView tracking areas into QNSViewGabriel de Dietrich2013-01-221-0/+33
* | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-2375-89/+147
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2275-89/+147
| |\| |
| | * | Export functions to add custom mime converters.Morten Johan Sørvig2013-01-215-9/+61
| | * | Make sure the correct name filter is selected in the Mac file dialogAndy Shaw2013-01-181-5/+9
| | * | Call endSheet when the QFileDialog was shown as a sheet on MacAndy Shaw2013-01-181-0/+2
| | * | Update copyright year in Digia's license headersSergio Ahumada2013-01-1875-75/+75
* | | | Several bug fixes in QCocoaFileDialogHelper to support declarativeShawn Rutledge2013-01-231-4/+26
* | | | Implement focus handling of child windows for cocoa.Gunnar Sletta2013-01-234-0/+27
|/ / /
* | | Regression: Fix setting of custom cursors for native widgets.Friedemann Kleint2013-01-211-3/+4
* | | Cocoa: Make QCocoaMenu::showPopup() more robustGabriel de Dietrich2013-01-211-2/+2
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-164-8/+16
|\| |
| * | More explicit QCocoaAccessibleElement memory mngmtMorten Johan Sorvig2013-01-094-8/+16
| |/
* | QPA, Cocoa: Add platform popup menusGabriel de Dietrich2013-01-112-1/+42
* | Refactor paint/font-engine shouldDrawCachedGlyphs and supportsTransformationsTor Arne Vestbø2013-01-101-2/+0
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-072-9/+14
|\|
| * Cocoa: Fix zombie NSScreen crashGabriel de Dietrich2013-01-042-9/+14
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-0416-61/+718
|\|
| * Cocoa: Re-enable per class palette on QPA pluginGabriel de Dietrich2012-12-241-16/+16
| * add and use qtHaveModule() functionOswald Buddenhagen2012-12-211-1/+1
| * Prevent a crash if the pixmap passed in is nullAndy Shaw2012-12-201-0/+2
| * Initalize the printinfo on Mac if it requests and it needs initalizingAndy Shaw2012-12-171-2/+4
| * Cocoa: make accessibility hit test not crashMorten Johan Sørvig2012-12-161-0/+4
| * Ensure the native filedialog starts up with the right directoryAndy Shaw2012-12-141-3/+3
| * Fix memory leak in cocoa accessibility.Morten Johan Sorvig2012-12-141-1/+1
| * Don't use NSAccessibilityUnignoredChildren.Morten Johan Sorvig2012-12-142-2/+2
| * Mac: fix bugs for font selection in QFontDialogLiang Qi2012-12-141-10/+6
| * Fix QWidget::setWindowOpacity() when called before show().Friedemann Kleint2012-12-121-0/+5