summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed cosmetic line drawing where begin and end points are equal.Samuel Rødal2012-10-171-0/+5
* QComboBox: mention insert policy in context of editable propertyMark Brand2012-10-171-1/+4
* QtSql: Correct documented default precision policy.Mark Brand2012-10-171-8/+4
* correct spelling in QtSql documentationMark Brand2012-10-171-1/+1
* QComboBox::currentText: correct documentationMark Brand2012-10-171-3/+6
* Mangle QNSApplication and methods into a namespaceYan Shapochnik2012-10-152-13/+16
* Mangle QNSApplication into a namespace when Qt is configured as suchYan Shapochnik2012-10-153-3/+3
* Prevent an overflow warning in assertions.Christian Kandeler2012-10-143-7/+7
* Blackberry platform plugin: Open locale object read-onlyPeter Hartmann2012-10-141-1/+1
* Implementation of the BlackBerry Qt Proxy support.Andrey Leonov2012-10-143-0/+138
* Fix number of available printers in CUPS supportNick Ratelle2012-10-141-1/+2
* Fix access to uninitialised memory that might lead to crashesThiago Macieira2012-10-131-0/+5
* Enable NEON compilation on qcc compilers.Rafael Roquetto2012-10-131-1/+1
* Pass NEON_ASM directly to SOURCES.Rafael Roquetto2012-10-131-3/+2
* QDeclarativeTrace patch for a custom trace instanceFrantisek Vacek2012-10-125-4/+120
* Introducing the PlatformPanel event type.Sergio Martins2012-10-128-5/+41
* QNX: Fix crash in QBBNativeInterface::nativeResourceForWidget()Thomas McGuire2012-10-121-1/+2
* Add Proxy Auto Config support (PAC) on MacDaniel Molkentin2012-10-122-5/+113
* Fixed potential crash in wglCreatePbufferARB() on Windows.Samuel Rødal2012-10-121-2/+3
* Fix QObject::receivers() within connectNotify()Thomas McGuire2012-10-122-1/+7
* Use QVarLengthArray when creating the connectNotify() argumentThomas McGuire2012-10-125-14/+27
* QNX: Fix input lagThomas McGuire2012-10-121-0/+8
* QNX: Remove workaround for BPS bugThomas McGuire2012-10-121-25/+6
* QNX: Remove the busy loop work around for bps ignoring timeout bugSean Harmer2012-10-121-21/+41
* Clean up whitespaceJan-Arve Saether2012-10-121-34/+34
* qpa: Fix rendering issue in blitter paint engineJulien Brianceau2012-10-121-3/+4
* Changed Qt release version to 4.8.4jutaipal2012-10-083-4/+4
* Fix error when inserting to tables with datetime fields with QODBCThiago A. Correa2012-10-081-4/+42
* Register Qt 4.7 import on-demand, instead of at startup.Robin Burchell2012-10-049-19/+58
* Fixed text drawing in OpenGL 2 paint engine.Samuel Rødal2012-10-031-2/+1
* Update the state of native menus correctly on MacPasi Matilainen2012-10-023-12/+7
* QNX: Only set parent window if it is not NULLRafael Roquetto2012-10-021-1/+1
* QNX: Fix bug on window hierarchy listThomas McGuire2012-10-021-8/+6
* Blackberry: Support input method hintsThomas McGuire2012-10-023-4/+23
* Blackberry: Fix hardware button detection on the BB Dev AlphaThomas McGuire2012-10-021-1/+1
* EngineDebug: Updated and renamed serviceAurindam Jana2012-10-024-72/+96
* Fix issue with mispositioned family name i QFontComboBoxEskil Abrahamsen Blomfeldt2012-10-011-1/+12
* QNX: use assert on QBBWindow destructorRafael Roquetto2012-09-301-5/+3
* Fix g++/MinGW compiler warnings.Friedemann Kleint2012-09-2933-72/+36
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-294437-104131/+104322
* clear XSizeHints before useDavid Fries2012-09-282-1/+3
* [QTBUG-27308][QTBUG-21534] Don't mouse-wheel-scroll QScrollBar when disabledMarc Mutz2012-09-281-0/+2
* Fixed outline / fill inconsistencies in raster paint engine.Samuel Rødal2012-09-273-20/+2
* Load Mac specific resources in a static buildAndy Shaw2012-09-271-1/+4
* Avoid crash caused by drag and drop and winId()Jian Liang2012-09-271-9/+19
* cleanup CUPS tmp filesTeemu Katajisto2012-09-271-0/+1
* Include the signal code in the argument of (dis)connectNotify().Thomas McGuire2012-09-265-14/+18
* QElapsedTimer: Fix typo in restart() documentationJonathan Liu2012-09-261-1/+1
* Revert "Delete JS-owned QML objects right away in the engine dtor."Peter Kümmel2012-09-258-57/+23
* HTTP header may be damaged - fix, unit testTomasz Duda2012-09-251-1/+1