summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Made xcb plugin work when the GLX extension is not present.Samuel Rødal2012-10-196-7/+53
* Modularize drag and drop documentationGatis Paeglis2012-10-191-19/+6
* Accessibility: itemviews check for valid model.Frederik Gladhorn2012-10-191-4/+49
* Cocoa: fix memory leakTeemu Katajisto2012-10-191-1/+4
* QNX: Change base font sizes from pixels to pointsKevin Krammer2012-10-181-5/+7
* Cocoa: fix frameStrutMouseEventsRichard Moe Gustavsen2012-10-181-3/+7
* Windows QPA plugin: Parse arguments from list passed to factory.Friedemann Kleint2012-10-184-42/+46
* Fix compilation with MinGW-w64Jonathan Liu2012-10-173-4/+4
* Windows: Multisampling is disabled by default.Friedemann Kleint2012-10-171-1/+1
* Windows: QT_LIGHTHOUSE_WINDOWS_VERBOSE -> QT_QPA_VERBOSE.Friedemann Kleint2012-10-172-2/+2
* Cocoa: remove current contentView when clearing windowTeemu Katajisto2012-10-172-0/+9
* QPlatformWindow: change API for QPlatformWindow::setWindowStateRichard Moe Gustavsen2012-10-1710-19/+13
* QWindowsKeyMapper: use a more efficient data structure for 'keyLayout'Marc Mutz2012-10-162-61/+56
* QWindowsKeyMapper: remove dead codeMarc Mutz2012-10-161-1/+1
* QWindowsKeyMapper: replace one magic constant with a symbolic oneMarc Mutz2012-10-161-5/+6
* implement QCocoaWindow::setWindowIconJoerg Bornemann2012-10-162-0/+21
* Document needed packages for XCB on Fedora.Niels Weber2012-10-161-0/+4
* Implement setWindowIcon() for Windows.Miikka Heikkinen2012-10-162-3/+52
* Check if there is an old item before removing itAndy Shaw2012-10-161-3/+2
* Cocoa: Set platform window geometry correctly.Morten Johan Sorvig2012-10-163-6/+26
* Cocoa: use defaultPixmap() if pixmap is not set for dragTeemu Katajisto2012-10-161-1/+5
* QPA: Introducing QPlatformTheme standardPixmap(), fileIconPixmap()Gabriel de Dietrich2012-10-167-1/+401
* Windows: Document WinAPI usage for the various compilers.Friedemann Kleint2012-10-161-0/+34
* Windows QScreen: handle change in working area when the taskbar movesShawn Rutledge2012-10-164-2/+11
* Add cglContextForContext to QCocoaNativeInterface.Zeno Albisser2012-10-152-0/+27
* QPlatformWindow: change API for QPlatformWindow::setWindowFlagsRichard Moe Gustavsen2012-10-158-13/+8
* QNX: code cleanup, use '0' instead of 'NULL'Rafael Roquetto2012-10-136-12/+12
* Added possibleKeys(QKeyEvent *) to QWindowsIntegrationOliver Wolff2012-10-136-0/+41
* Simplify transaction expiry mechanismGatis Paeglis2012-10-132-29/+41
* Make sure timestamp is initialized before using it for seting selection owner.Gatis Paeglis2012-10-133-1/+58
* Check that row and column are not less than 0 in indexFromLogicalJosé Millán Soto2012-10-131-1/+1
* QtPrintSupport: Fix build with QT_NO_PICTURE.Sérgio Martins2012-10-131-0/+1
* Fix QTextBoundaryFinder usage cases in QAccessible2Konstantin Ritt2012-10-131-10/+3
* Update/fix QTextBoundaryFinder simple usage cases in qtbaseKonstantin Ritt2012-10-132-6/+2
* Modularize documenation buildTor Arne Vestbø2012-10-101-2/+0
* Remove handleSynchronous* functions.Morten Johan Sorvig2012-10-105-16/+26
* Mac: Bring back "Text boxes and list only" tab navigationGabriel de Dietrich2012-10-101-0/+4
* Cocoa: Send keyboard modifiers with mouse events.Morten Johan Sorvig2012-10-101-1/+2
* Added missing keysym to handleExtendedKeyEvent in xcb plugin.Samuel Rødal2012-10-101-2/+2
* Windows: Filter out events sent during DestroyWindow().Friedemann Kleint2012-10-103-2/+7
* Compile fix for when XCB_USE_GLX is not defined.Samuel Rødal2012-10-102-3/+7
* Fix wheel events in WindowsMiikka Heikkinen2012-10-102-11/+46
* QNX: Add and remove screens dynamically.James Turner2012-10-094-18/+94
* QtPrinterSupport: Fix compilation with QT_NO_PRINTERSergio Ahumada2012-10-093-0/+11
* Cocoa: add qWarnining when trying to create 0 width/height CGImagesTeemu Katajisto2012-10-083-3/+18
* Cocoa: don't animate window transitions for 0 width/height windowsTeemu Katajisto2012-10-081-0/+9
* osx: support for QScreen changes at runtime, and physical dimensionsShawn Rutledge2012-10-083-21/+101
* Expose enabled state in mac accessibility.Frederik Gladhorn2012-10-051-0/+3
* Fix Windows mouse enter/leave event generationMiikka Heikkinen2012-10-042-24/+59
* Run per-QWindow native event filter for all events.Friedemann Kleint2012-10-041-8/+11