summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Determine font smoothing gamma in initialization.Friedemann Kleint2012-03-291-2/+5
* The scaling should not effect the width of a cosmetic penAndy Shaw2012-03-291-1/+1
* qdoc: Add simple return types such as void to output.Casper van Donderen2012-03-281-0/+5
* qdoc: Use otherprops attribute for DITA signals/slots.Casper van Donderen2012-03-281-4/+4
* Compile fix for Linux Standard BaseHarald Fernengel2012-03-281-3/+4
* Fix warning introduced in Intel CC 12.1Thiago Macieira2012-03-281-1/+8
* Ensure that qdrawhelper.cpp is compiled with vectorisation activeThiago Macieira2012-03-281-0/+9
* Remove the virtual keyword from reimpl. methodsRafael Roquetto2012-03-2810-66/+66
* Refactoring virtual keyboard class into non-singletonKevin Krammer2012-03-2810-84/+98
* Move screen event processing into its own classKevin Krammer2012-03-286-466/+592
* rcc: Add a note about the usage of the source code for Qt Designer.Friedemann Kleint2012-03-282-0/+4
* irrelevant qDebugs from QGuiApplication removed.Simjees Abraham2012-03-281-2/+0
* QNam: try to read the last CRLF when chunked encoding is used.Martin Petersson2012-03-282-3/+21
* Add missing accessible child id.Frederik Gladhorn2012-03-281-0/+1
* Use "qt-project.org" instead of "trolltech" in the resource systemhjk2012-03-2814-175/+175
* qdoc: also allow \page index as head of ditamap.Casper van Donderen2012-03-281-1/+1
* qdoc: Add CLI option to not generate example docs.Casper van Donderen2012-03-284-10/+19
* qdoc: Rename QML classes to QML types in ditamap.Casper van Donderen2012-03-281-1/+1
* qdoc: Do not write index.dita multiple times in ditamap.Casper van Donderen2012-03-281-0/+9
* qdoc: Implement \uicontrol command.Casper van Donderen2012-03-287-1/+25
* Make QCoreApplication::applicationName() default to argv[0]David Faure2012-03-282-10/+30
* Prefix the variables for debug and release types properly.Stephen Kelly2012-03-281-2/+2
* 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