summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove Qt5 TODO to change QListView semantics.Stephen Kelly2012-03-281-2/+0
* Protect QAbstractTextDocumentLayout::anchorAt() from preeditPekka Vuorela2012-03-271-0/+15
* Fix scopes on iconv related pro/pri filesRafael Roquetto2012-03-271-1/+1
* Remove xlib plugin.Robin Burchell2012-03-2727-6172/+0
* XCB: Simplify xcb error handlingUli Schlachter2012-03-274-132/+41
* 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
* 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
* Add a Q_NORETURN macro to mark a function that never returnsThiago Macieira2012-03-271-0/+6
* Reverted use of tentative commit use in QWidget editorsPekka Vuorela2012-03-278-62/+19
* 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-272-5/+3
* Cocoa: silence warning about QCocoaWindow member initialization orderBradley T. Hughes2012-03-271-1/+1
* QJsonParseError improvementsAlexei Rousskikh2012-03-272-11/+90
* 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
* 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
* Cocoa: don't show window when calling raise()Bradley T. Hughes2012-03-261-2/+6
* Fix measurement system for the UKLars Knoll2012-03-264-9/+18
* Password editor mask delay stylable by platform pluginPekka Vuorela2012-03-266-31/+15
* 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-263-21/+9
* Cocoa: send key events for modifier keysBradley T. Hughes2012-03-261-0/+37
* Cocoa: keep a NSWindow pointer in QCocoaWindowBradley T. Hughes2012-03-261-1/+1
* Fix qtnamespace compile break on Mac.Sarah Smith2012-03-267-12/+18
* Remove the Q_STATIC_TEMPLATE_SPECIALIZATION macroThiago Macieira2012-03-263-9/+0
* Remove the use of a template qUnused function for ICCThiago Macieira2012-03-251-1/+1
* Use private futexes for QMutex on Linux if they're availableThiago Macieira2012-03-251-2/+35
* Use XCB_TIME_CURRENT_TIME instead of CurrentTime from X.h in xcb plugin.Samuel Rødal2012-03-241-1/+1
* Restore Qt4 compat in QDesktopServices::DataLocationDavid Faure2012-03-242-1/+21
* Add macros for assuming and unreachable codeThiago Macieira2012-03-243-0/+71
* Update the C++11 support macrosThiago Macieira2012-03-242-45/+115
* Use QVector<int> instead of QList<int> for storing metatypes in QtDBusThiago Macieira2012-03-248-23/+18
* Make sure windows send accessibility activated updates.Frederik Gladhorn2012-03-243-6/+27
* Added QAccessibleGroupBoxFrederik Gladhorn2012-03-244-14/+113
* Silence a warning about a change of sign.Thiago Macieira2012-03-241-1/+1
* Update the header list for the QtDBus moduleThiago Macieira2012-03-241-3/+4
* Remove support for Mac OS X compilers without the -Xarch flagThiago Macieira2012-03-241-16/+0
* Add the missing 'itt eq' instructions to the ARM atomics.Thiago Macieira2012-03-241-0/+2
* Silence warnings about GCC #pragma in ICCThiago Macieira2012-03-241-2/+2