summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Merge master into api_changesKent Hansen2012-03-2329-243/+439
|\
| * Check if Qt::ImEnabled is true before handling im events on MacTasuku Suzuki2012-03-233-17/+60
| * Cocoa: Add window fullscreen button on OS X Lion.Morten Johan Sorvig2012-03-231-0/+9
| * Add QPA readme.Morten Johan Sorvig2012-03-231-0/+49
| * Fix QPrinter test in WindowsMiikka Heikkinen2012-03-231-2/+3
| * Fix compilation: std::min is in <algorithm>Thiago Macieira2012-03-221-0/+1
| * Fixed QScreen::name() return value on xcb.Samuel Rødal2012-03-221-1/+5
| * Make QNX virtual keyboard handling main event loop drivenKevin Krammer2012-03-222-90/+92
| * Fix QSysInfo::WindowsVersion checking (QSysInfo::WV_NT_based is a mask)Joerg Bornemann2012-03-221-2/+2
| * Cocoa: fix setting color with alpha channel value for color dialogTeemu Katajisto2012-03-221-0/+5
| * Need to check new rotation against initial rotation instead of currentKevin Krammer2012-03-221-1/+1
| * Use delete[] instead of delete.Sergio Martins2012-03-221-1/+1
| * Use main thread event loop for navigator event processingKevin Krammer2012-03-215-72/+55
| * Cocoa: improve mouse button tracking warningsBradley T. Hughes2012-03-211-5/+5
| * Cocoa: Improve window activation handling.Morten Johan Sorvig2012-03-213-5/+15
| * Cocoa: Implement screen availableGeometry.Morten Johan Sorvig2012-03-212-2/+8
| * Cocoa: fix inactive palette text colorBradley T. Hughes2012-03-211-9/+10
| * EGLFS: Integrate building into configure.Donald Carr2012-03-211-0/+4
| * Avoid Qt/X11 header contamination via egl.hDonald Carr2012-03-201-0/+3
| * Add egl include paths and link lines to eglfs.Girish Ramakrishnan2012-03-201-1/+1
| * Cocoa: Panels can become key windows too.Morten Johan Sorvig2012-03-201-1/+7
| * Cocoa: set font engine glyph format based on display typeBradley T. Hughes2012-03-202-4/+4
| * Cocoa: Implement support for child windows.Morten Johan Sorvig2012-03-202-21/+69
| * Improves configure checks for XCB.Bradley Smith2012-03-191-0/+2
| * Fix infinite recursion crash in QPrinterInfo::supportedPaperSizes()Miikka Heikkinen2012-03-191-8/+2
| * Cocoa: Send keyboard modifiers with wheel events.Morten Johan Sorvig2012-03-192-1/+26
* | Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-223-6/+26
* | Merge master into api_changesKent Hansen2012-03-193-27/+36
|\|
| * Cocoa: Fix function key handlingBradley T. Hughes2012-03-181-7/+11
| * Fix shortcut handling in the Cocoa pluginBradley T. Hughes2012-03-181-25/+26
| * QCocoaClipboard: Make QClipboard::clear() clear.Morten Johan Sorvig2012-03-171-0/+4
| * Cocoa: Fix menu item activation.Morten Johan Sorvig2012-03-161-1/+1
* | Merge master into api_changesKent Hansen2012-03-1697-6229/+7514
|\|
| * Fix compiling with --no-accessibilityJerome Leclanche2012-03-152-0/+10
| * Implement cocoa clipboard support.Morten Johan Sorvig2012-03-158-113/+194
| * Fixed incorrect reporting of child window geometry in xcb plugin.Samuel Rødal2012-03-151-1/+1
| * Add Qt Widgets opt out support to build systemDonald Carr2012-03-151-1/+1
| * Remove unmaintained and broken uikit platform pluginJohannes Zellner2012-03-1522-2594/+0
| * Add method to get NSPrintInfo* from QPrintEngine in Cocoa pluginBradley T. Hughes2012-03-153-0/+16
| * Don't keep PMPrint* state separate from NSPrintInfoBradley T. Hughes2012-03-152-49/+43
| * Add a QPlatformPrinterSupportPlugin for CocoaBradley T. Hughes2012-03-159-0/+301
| * Port QMacPrintEngine and QCoreGraphicsPaintEngine from Qt 4 to Qt 5Bradley T. Hughes2012-03-158-2/+3078
| * Remove QtWidgets dependenciesHarald Fernengel2012-03-153-6/+6
| * Add new plugin metadata description and eglfs.json fileJohannes Zellner2012-03-153-4/+11
| * Remove unmaintained and broken VNC platform pluginJohannes Zellner2012-03-158-3161/+0
| * LSB requires an explicit header includeHarald Fernengel2012-03-151-0/+4
| * Refactor theme plugin loading.Friedemann Kleint2012-03-1511-21/+49
| * Cocoa: Improve basic window handling.Morten Johan Sorvig2012-03-145-186/+183
| * Fix compilation of the Windows accessibility code for MinGW.Friedemann Kleint2012-03-147-34/+57
| * Remove unused forward declaration.Sergio Martins2012-03-141-1/+0