summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Only create the cmake files if DESTDIR is non-empty.Stephen Kelly2012-03-281-1/+1
* Remove Qt5 TODO to change QListView semantics.Stephen Kelly2012-03-281-2/+0
* Protect QAbstractTextDocumentLayout::anchorAt() from preeditPekka Vuorela2012-03-272-0/+47
* Stop erasing mkspecs/modules at every reconfigure.Thiago Macieira2012-03-271-1/+10
* Disable EGL (and thus EGLFS) if we're not using OpenGL ESThiago Macieira2012-03-271-1/+8
* Fix scopes on iconv related pro/pri filesRafael Roquetto2012-03-272-2/+2
* Remove xlib plugin.Robin Burchell2012-03-2727-6172/+0
* XCB: Simplify xcb error handlingUli Schlachter2012-03-274-132/+41
* Add manual test for window modalityBradley T. Hughes2012-03-274-0/+468
* Update documentation for QAbstractEventDispatcher::TimerInfoBradley T. Hughes2012-03-271-4/+27
* Fix compilation when QT_NO_PRINTDIALOG is defined.Qt4iOS2012-03-272-4/+4
* QUuid: mark constructors constexprMarc Mutz2012-03-271-0/+16
* Add QPA notes to QCursor pos() and setPos()Laszlo Agocs2012-03-272-1/+19
* QHttpNetworkConnection test: avoid integer divide by zero exception.Martin Petersson2012-03-271-1/+1
* Fix keyboard navigation order for buttons with RTL layoutOrgad Shaneh2012-03-271-4/+12
* Implement application font loading for WindowsMiikka Heikkinen2012-03-274-28/+177
* Remove obsolete references to QWS from configure script.Jason McDonald2012-03-271-3/+3
* Add a Q_NORETURN macro to mark a function that never returnsThiago Macieira2012-03-271-0/+6
* Fix some compiler warnings in tests.Friedemann Kleint2012-03-278-14/+20
* Reverted use of tentative commit use in QWidget editorsPekka Vuorela2012-03-2714-112/+108
* Introduce FontSmoothingGamma as a platform style hint.Friedemann Kleint2012-03-2714-66/+138
* Fix IAccessible2 for Windows, enable MSAA/IAccessible for MinGW.Jan-Arve Saether2012-03-274-5/+116
* Cocoa: silence warning about QCocoaWindow member initialization orderBradley T. Hughes2012-03-271-1/+1
* QJsonParseError improvementsAlexei Rousskikh2012-03-273-18/+97
* Configure QPA cleanupDonald Carr2012-03-271-1046/+373
* Remove 'tests' as default build part.Marius Storm-Olsen2012-03-272-3/+12
* Uncomment disabled code in QSettings autotest.Jason McDonald2012-03-271-6/+3
* Disable ICC diagnostic 2261 about __assume with side-effectsThiago Macieira2012-03-271-1/+1
* device: Add -device and -device-option to configureGirish Ramakrishnan2012-03-275-5/+76
* Mark tst_qdialog as insignificant on mac.Rohan McGovern2012-03-271-0/+1
* Sync configure with Unix version (-make/-nomake)Marius Storm-Olsen2012-03-272-9/+25
* Cocoa: initialize QCocoaEventDispacherPrivate::lastSerialBradley T. Hughes2012-03-261-0/+1
* Remove old code that was for the MIPSpro compilerThiago Macieira2012-03-261-14/+1
* Fix annoying deprecation warning about QImageTextKeyLangThiago Macieira2012-03-261-3/+18
* let qtPrepareTool give right path for app_bundleBai Jing2012-03-261-0/+6
* Blackberry mkspecsRafael Roquetto2012-03-264-0/+102
* Cocoa: Remove unused qt_mac_is_sheet() functionBradley T. Hughes2012-03-261-11/+0
* Cocoa: silence warnings about unused variablesBradley T. Hughes2012-03-266-3/+6
* Cocoa: silence warnings from QCocoaBackingStoreBradley T. Hughes2012-03-261-16/+1
* Cocoa: QCocoaWindow::clearNSWindow() needs to cleanup properlyBradley T. Hughes2012-03-261-1/+3
* Reunite NAS support in configure with QSoundDonald Carr2012-03-261-10/+0
* Cocoa: don't show window when calling raise()Bradley T. Hughes2012-03-262-5/+6
* Fix measurement system for the UKLars Knoll2012-03-265-9/+35
* Password editor mask delay stylable by platform pluginPekka Vuorela2012-03-267-37/+19
* Test mouse events more thoroughly in QWindow autotestLaszlo Agocs2012-03-261-5/+118
* Cocoa: reimplement QPlatformWindow::setOpacity()Bradley T. Hughes2012-03-262-0/+7
* Fix for fontconfig 2.9 behavior changeJiang Jiang2012-03-261-11/+9
* Remove dummy impl. of shared graphics cache in XCB pluginEskil Abrahamsen Blomfeldt2012-03-267-1279/+2
* Cocoa: reimplement QPlatformBackingStore::scroll()Bradley T. Hughes2012-03-262-0/+13
* Fix QGuiApplication::keyboardModifiers()Bradley T. Hughes2012-03-264-21/+84