summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implementation of the Blackberry bearer engine.Rafael Roquetto2012-05-246-0/+638
* Windows: Fix verbose debug outputMiikka Heikkinen2012-05-241-1/+1
* QtWidgets: Fix QT_FLUSH_UPDATE for Windows.Friedemann Kleint2012-05-241-10/+22
* QPA: Refactor QFileDialogPrivate::qt_clean_filter_list for QPASean Harmer2012-05-245-21/+21
* QNX: Recreate EGL surface when the window geometry changesKevin Ottens2012-05-241-0/+16
* QNX: Make sure calls to (create/destroy)Surface are symmetricKevin Ottens2012-05-242-3/+3
* QNX: Advertise geometry changes to Qt event systemKevin Ottens2012-05-241-0/+2
* QNX: Force windows resizing when the screen orientation changesKevin Ottens2012-05-241-0/+1
* Provide convenience method to resize maximized windowsKevin Ottens2012-05-242-0/+30
* Add QMacPasteboardMime::count(QMimeData*).Morten Johan Sorvig2012-05-243-8/+17
* Compile fix for kms platform plugin.Samuel Rødal2012-05-242-1/+2
* Use the QT_STRINGIFY macroThiago Macieira2012-05-241-7/+5
* Populate MetaData:Keys for compat pluginsKent Hansen2012-05-241-1/+5
* QtPrintSupport - Modify Platform Plugin QPrinterInfo apiJohn Layt2012-05-246-13/+62
* udev: UDevHelper becomes DeviceDiscoveryJohannes Zellner2012-05-2411-134/+239
* Initialize member variable in QXcbWindowPekka Vuorela2012-05-241-0/+1
* QNetworkReplyHttpImpl: code cleanupMartin Petersson2012-05-242-26/+1
* Fix compiler warnings in QtGui, QtWidgets.Friedemann Kleint2012-05-233-5/+4
* QEGLPlatformContext: Add accessors for display and config.Friedemann Kleint2012-05-232-8/+18
* QtPrintSupport - Fix Mac printerName() useJohn Layt2012-05-232-3/+3
* QNX: Post orientation change eventsKevin Ottens2012-05-231-1/+3
* remove exec-bit from qplatformmenu.h fileGirish Ramakrishnan2012-05-231-0/+0
* Fix wrong local positions in mouse events when no tlw was givenLaszlo Agocs2012-05-232-8/+13
* Allow QHash randomization to be disabled by environment variableaavit2012-05-231-0/+11
* Fix deprecated API warningShane Kearns2012-05-231-1/+1
* Clarified code documentation for QFileInfo::operator==.Mitch Curtis2012-05-231-1/+2
* Removed size comparison in QFileInfo::operator==.Mitch Curtis2012-05-231-3/+0
* Fix font rendering gamma correction on MacJiang Jiang2012-05-232-0/+8
* Fix handling of invalid urls in QDataStream << QUrlDavid Faure2012-05-231-1/+3
* Add a missing pointer initializer.Jocelyn Turcotte2012-05-231-0/+1
* Cocoa: Handle keyboard dead keys correctlyBradley T. Hughes2012-05-231-2/+12
* Cocoa: Avoid UTF-16 to UTF-8 to UTF-16 conversion in key handlingBradley T. Hughes2012-05-231-1/+1
* Cocoa: don't send input method events for basic text inputBradley T. Hughes2012-05-232-11/+27
* Fix surrogate pair handling in QCoreTextFontEngineJiang Jiang2012-05-231-5/+31
* Fix compile warnings with MSVCShane Kearns2012-05-232-2/+8
* QNX: Implementing QPlatformScreen::refreshRate() for QNX QPASean Harmer2012-05-232-0/+20
* Fix crash when using QCoreApplication::applicationName in a global staticDavid Faure2012-05-231-1/+1
* Minor QPlatformMenu API cleanup.Morten Johan Sorvig2012-05-237-193/+38
* Don't use deprecated QPixmap::grabWindow(),grabWidget().Debao Zhang2012-05-231-3/+4
* QNX: Register for navigator events before any window creationSean Harmer2012-05-231-6/+14
* Fix QtGui compilation for -qconfig largeTasuku Suzuki2012-05-239-0/+32
* move inputMethodQuery() to public in subclasses of QWidgetTasuku Suzuki2012-05-233-3/+4
* Fixed QLineEdit::inputMethodQuery() for Qt::ImHintsTasuku Suzuki2012-05-231-1/+1
* QtNetwork: Fix mingw-warnings.Friedemann Kleint2012-05-232-4/+4
* Fix QtWidgets compilation for -qconfig largeTasuku Suzuki2012-05-233-0/+14
* bcm97425: Enable the egl mode directfb QPA platform pluginHolger Hans Peter Freyther2012-05-221-1/+1
* qpa api: replace QPA headers with something more benignGirish Ramakrishnan2012-05-2225-110/+90
* Remove -Winline from the build of SSE2/AVX/etc. sourcesThiago Macieira2012-05-221-4/+4
* Make sure we are using the proper -mXXX optionsThiago Macieira2012-05-221-8/+8
* Add AVX support for the painting and image code.Thiago Macieira2012-05-229-11/+246