summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Refactor theme plugin loading.Friedemann Kleint2012-03-154-4/+17
* Cocoa: Improve basic window handling.Morten Johan Sorvig2012-03-145-186/+183
* Cocoa platform plugin: Add support for up to 16 mouse buttonsRick Stockton2012-03-131-2/+94
* Input method on MacTasuku Suzuki2012-03-1210-5/+457
* Cocoa: Fix accessiiblityPerformActionMorten Johan Sorvig2012-03-121-2/+1
* QCursor: Associate cursor with screen.Friedemann Kleint2012-03-074-4/+4
* Cocoa: Implement Drag-and-Drop.Friedemann Kleint2012-03-0714-39/+2094
* Add fonts to QPlatformTheme.Friedemann Kleint2012-03-074-0/+51
* Compile with -qtnamespaceSarah Smith2012-03-071-1/+4
* Cocoa: Implement widget palettes.Morten Johan Sorvig2012-03-064-5/+94
* QWindow: fix crash on MacTasuku Suzuki2012-03-061-1/+1
* Fix QApplication autotest crash when running on multiple screensMiikka Heikkinen2012-03-022-0/+7
* Cocoa: Implement QPlatformTheme:palette()Morten Johan Sorvig2012-03-015-1/+220
* Remove Mac qDebug ifdefs.Morten Johan Sorvig2012-02-291-11/+0
* Fix a double-release when loading NIB filesJamie Kirkpatrick2012-02-291-1/+0
* Implement isSharing() and isValid() methods for QCocoaGLContextTeemu Katajisto2012-02-252-3/+22
* QWheelEvent high-resolution delta support.Morten Johan Sorvig2012-02-241-23/+25
* Add further theme hints to QPlatformTheme.Friedemann Kleint2012-02-221-5/+8
* Remove QPlatformIntegration/QPlatformTheme from QGuiAppPrivate.Friedemann Kleint2012-02-201-0/+1
* Remove unused config.tests from config.tests/mac/*Bradley T. Hughes2012-02-171-10/+0
* Add palette() and further hints to QtGui/QPlatformTheme.Friedemann Kleint2012-02-172-0/+14
* Fix naming of plugins for QPA plugins and use new plugin system.Friedemann Kleint2012-02-173-2/+8
* CompileBradley T. Hughes2012-02-142-2/+0
* Add QCocoaColor- and FontDialogHelperChristoph Schleifenbaum2012-02-146-3/+1139
* Ensure that posted events are sent by Q*Application::processEvents()Bradley T. Hughes2012-02-071-0/+9
* processEvents(WaitForMoreEvents) should return after delivering eventsBradley T. Hughes2012-02-032-11/+28
* Move QString <-> NSString conversion to QtCoreMorten Johan Sorvig2012-02-027-47/+41
* Remove duplicated function from QCocoaEventDispatcherBradley T. Hughes2012-02-021-23/+7
* Introduced BufferQueueingOpenGL capability in platofrm integrationGunnar Sletta2012-02-011-0/+1
* Mac: Fix compilation with -qtnamespace setKai Koehne2012-01-311-0/+3
* Avoid non-standard indentation of license headers.Jason McDonald2012-01-304-156/+156
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3046-46/+46
* 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