summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed CONFIG+=parallel_test from suspected parallel-unsafe tests [2]Rohan McGovern2012-05-233-3/+3
* 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-232-1/+22
* QtNetwork: Fix mingw-warnings.Friedemann Kleint2012-05-232-4/+4
* Allow a space between "-l" and library name when configuringkb2012-05-231-2/+7
* Fix QtWidgets compilation for -qconfig largeTasuku Suzuki2012-05-233-0/+14
* Fix auto tests build with gcc 4.7Anselmo L. S. Melo2012-05-231-0/+1
* device: Check CROSS_COMPILE in deviceSanityCheckCompilerGirish Ramakrishnan2012-05-231-4/+6
* 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
* Replace (un)checkAction with toggleAction (3/3)Jan-Arve Saether2012-05-224-57/+20
* replace remaining "const QChar &" with "QChar"Konstantin Ritt2012-05-223-3/+3
* Remove STL from qfeatures.txtTasuku Suzuki2012-05-221-7/+0
* Deprecate {QString,QStringRef,QChar}::{to,from}AsciiThiago Macieira2012-05-224-27/+37
* Add the QUrl::FullyDecoded flag to the component formattingThiago Macieira2012-05-225-43/+221
* Add QUrl::ParsingMode to the component setters in QUrlThiago Macieira2012-05-223-35/+384
* Add the QUrl::DecodedMode parsing modeThiago Macieira2012-05-222-6/+20
* Port away from QUrl::MostDecodedThiago Macieira2012-05-225-27/+31
* Fix the idempotent recoding tests in tst_QUrlInternalThiago Macieira2012-05-221-3/+28
* Fix compilation on Linux: link to zlib in the bootstrapped tools.Thiago Macieira2012-05-221-2/+1
* Add mouse event internal members needed by declarativeLaszlo Agocs2012-05-224-3/+35
* Fixed unused paramater warning in download example.Mitch Curtis2012-05-221-0/+2
* Fixed "No such signal" error in download example output.Mitch Curtis2012-05-221-0/+3
* Fixed unused function warning in qsslcertificate test.Mitch Curtis2012-05-221-2/+2
* Replace (un)checkAction with toggleAction (1/3)Jan-Arve Saether2012-05-222-0/+14
* QTextEngine: minor clean-upKonstantin Ritt2012-05-221-9/+14
* QWidgetWindow: handle ShortcutOverride eventsBradley T. Hughes2012-05-221-0/+1
* eglfs/pi: update handles are 'local' variablesGirish Ramakrishnan2012-05-221-2/+3
* directfb: Handle focus, close and geometry change eventsHolger Hans Peter Freyther2012-05-222-0/+32
* directfb: Expose the window when it becomes visibleHolger Hans Peter Freyther2012-05-221-2/+4
* Clean up Raspberry Pi specDonald Carr2012-05-222-9/+19
* Removed CONFIG+=parallel_test from suspected parallel-unsafe testsRohan McGovern2012-05-229-10/+8
* Prevent infinite loops by handling all ZLIB errorsShane Kearns2012-05-211-5/+4
* Windows-configure.exe: Do not print licensing info in log.Friedemann Kleint2012-05-211-6/+1
* Fixed unused function warning in qsslkey test.Mitch Curtis2012-05-211-2/+2
* Windows/MinGW: Fix warnings about missing enumeration values.Friedemann Kleint2012-05-212-0/+2
* QNX: Take orientation into account when reporting physical sizeSean Harmer2012-05-211-3/+8
* QNX: Implement the QPlatformScreen::orientation() functionSean Harmer2012-05-212-2/+19
* input: Synchronize multiple mice handled through evdevmouse pluginJohannes Zellner2012-05-214-32/+54
* QCssParser: Remove temporary structure storing QIcon data.Friedemann Kleint2012-05-213-51/+28
* QWindowsBackingStore: Implement scroll.Friedemann Kleint2012-05-214-7/+15