summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Decouple QPlatformTheme from QDialog.Friedemann Kleint2012-01-274-29/+13
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Use QObject pointer as QCocoaAccessibleElement id.Morten Johan Sorvig2012-01-233-23/+14
* Update contact information in license headers.Jason McDonald2012-01-2346-46/+46
* Add "nswindow" resource to the Cocoa native interface implementationBradley T. Hughes2012-01-191-0/+2
* Prevent menubar related crashesBradley T. Hughes2012-01-191-8/+8
* Improve accessibility actions descriptions on MacMorten Johan Sorvig2012-01-171-4/+5
* Delete src/widgets/platforms/macMorten Johan Sorvig2012-01-175-5/+446
* Cleanup properly when destroying QCocoaWindowBradley T. Hughes2012-01-161-0/+2
* Clean up QCocoaIntegration destruction.Morten Johan Sorvig2012-01-142-9/+12
* Added application flags to translate between touch and mouse events.Samuel Rødal2012-01-131-2/+0
* Cocoa: Send window activation events.Morten Johan Sorvig2012-01-133-0/+22
* Don't crash during QApplication constructionBradley T. Hughes2012-01-121-1/+2
* Ignore uninteresting accessibile interfaces.Morten Johan Sorvig2012-01-124-2/+54
* Make QAccessibleInterface::indexOfChild() 0-based.Frederik Gladhorn2012-01-111-1/+1
* Add support for accessibility actions.Morten Johan Sorvig2012-01-114-6/+95
* Fix key codes on mac.Zeno Albisser2012-01-101-1/+1
* Change QCocoaEventDispatcher timer handling to use QTimerInfoListBradley T. Hughes2012-01-092-106/+100
* QCocoaEventDispatcherPrivate members should not be staticBradley T. Hughes2012-01-052-70/+60
* Update copyright year in license headers.Jason McDonald2012-01-0544-44/+44
* Don't release timer ids in event dispatcher codeBradley T. Hughes2012-01-041-4/+0
* Make QCocoaEventDispatcher inherit from QAbstractEventDispatcherBradley T. Hughes2012-01-032-4/+9
* Add Qt::TimerType argument to QAbstractEventDispatcher::registerTimer()Bradley T. Hughes2012-01-022-3/+5
* Accessibility: childAt returns interfaceFrederik Gladhorn2011-12-192-32/+15
* Enable option to see filename extension in Mac save dialogChris Meyer2011-12-191-0/+1
* Add check to make sure qApp exists before usingChris Meyer2011-12-191-1/+1
* Cocoa: Accept mouse clicks that activates windows.Morten Johan Sorvig2011-12-161-0/+5
* Cocoa: Update geometry on window move.Morten Johan Sorvig2011-12-153-7/+9
* Cocoa: Don't set window size in propagateSizeHintsMorten Johan Sorvig2011-12-151-7/+1
* Cocoa: Add version check for convertRectToScreen.Morten Johan Sorvig2011-12-151-7/+12
* Make QCocoaWindow independent of NSWindow.Morten Sorvig2011-12-145-16/+68
* Cocoa: Add window debug outputMorten Johan Sorvig2011-12-142-0/+16
* QPlatformDialogHelpers: Reduce dependency on QDialog.Friedemann Kleint2011-12-142-90/+71
* Cocoa: Use new 10.7 mouse wheel API.Morten Johan Sorvig2011-12-141-3/+14
* Cocoa: Add autorelease pools.Morten Johan Sørvig2011-12-123-0/+9
* Store the primary status in the touch point flags.Laszlo Agocs2011-12-121-1/+2
* Remove event type parameter from handleTouchEvent.Laszlo Agocs2011-12-091-4/+4
* Correctly reimplement QPlatformCursor::pos() in QCocoaCursorBradley T. Hughes2011-12-092-2/+2
* Extend touch events.Laszlo Agocs2011-12-091-4/+12
* Cocoa: remove autoreleasepool in QCocoaIntegrationMorten Johan Sorvig2011-12-082-4/+0
* Cocoa: Handle accessible interface children.Morten Johan Sorvig2011-12-021-2/+27
* Fix image format use in cocoa pluginGunnar Sletta2011-12-012-2/+2
* Mac Core Text font database for QPAJiang Jiang2011-11-302-5/+3
* Include qglobal.h first in qnsview.mm compilation unit.Zeno Albisser2011-11-302-0/+4
* Fixed Qtbase OSX specific namespace compilation.Toby Tomkins2011-11-295-2/+18
* Introduce QWindowSystemInterface::handleSynchronousCloseEventGunnar Sletta2011-11-251-1/+1
* Make cocoa opengl backend threadsafe.Gunnar Sletta2011-11-252-9/+1
* Factor out QPlatformTheme from QPlatformPlugin.Friedemann Kleint2011-11-116-35/+171
* QPlatformDialogHelper: Split class hierarchy, decouple from DialogFriedemann Kleint2011-11-112-54/+48
* Compile.Morten Sorvig2011-11-102-2/+7