summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* replace \key and \gui qdoc commands with \uicontrolJeremy Katz2012-08-0118-86/+86
* qdoc: Removed useless qdoc warningsMartin Smith2012-08-011-4/+0
* OpenGL: Fix typo in extension nameSean Harmer2012-08-011-1/+1
* Fix crash in uicAndreas Holzammer2012-08-011-2/+6
* Added default argument for color profile to QImage constructors.Alexandros Dermenakis2012-08-012-12/+20
* QNX: Do not send geometry change events to Qt too earlySean Harmer2012-08-012-22/+31
* QNX: Ensure that the QQnxWindow has a valid size for EGL surfacesSean Harmer2012-08-011-0/+4
* QNX: Remove dependency on QtWidgets from QNX QPA pluginSean Harmer2012-08-015-304/+4
* statemachine: Make states exit order spec-compliantKent Hansen2012-08-011-3/+3
* Make sure that the parsing mode reaches QUrlPrivate::setHostThiago Macieira2012-08-012-11/+11
* Make QUrl::setScheme only parse in strict mode (no decoding)Thiago Macieira2012-08-012-16/+3
* Fix QUrl support for empty usernames and passwordsThiago Macieira2012-08-011-1/+1
* Fix handling of encoded NULs (%00) in QUrl::fromPercentEncodingThiago Macieira2012-08-011-1/+2
* don't change a widget's active state in QWindowsWindow::setWindowStateJoerg Bornemann2012-08-011-31/+18
* Doc: QVarLengthArray::length is new in 5.0Christian Kamm2012-08-011-0/+1
* Add a .prf file for SIMD qmake variables.Michael Goddard2012-08-011-140/+2
* Use QtCore instead of QtGui for the standardpaths comments to be correctLaszlo Papp2012-08-017-7/+7
* Lazy initialize library pathsHarald Fernengel2012-08-011-7/+4
* Avoid qobject_castKent Hansen2012-08-011-1/+2
* Fix compilation: Move qHash(const T &t, uint seed) up.Friedemann Kleint2012-08-011-2/+2
* Fix reloading of pluginsLars Knoll2012-08-011-0/+1
* Fix some syncqt warnings.Lars Knoll2012-08-015-1/+23
* Fix showFullScreen for QWindowAndreas Holzammer2012-07-311-1/+2
* fix QWidget::activateWindow for child widgetsJoerg Bornemann2012-07-311-2/+4
* Implement synchronous WS events by flushing.Friedemann Kleint2012-07-313-13/+24
* Adding missing QT_BEGIN_HEADER/QT_END_HEADERSergio Ahumada2012-07-311-1/+5
* Mac: Don't crash if language preferences can't be retrieved.Eike Ziller2012-07-311-1/+1
* Accessibility: fix updates for models with rootIndex set.Frederik Gladhorn2012-07-311-6/+12
* build host tools in release mode againJoerg Bornemann2012-07-312-8/+2
* add configure options for debug/release OpenSSLPeter Kümmel2012-07-311-1/+12
* Search the include paths for json files containing plugin infoLars Knoll2012-07-314-8/+22
* qclass_lib_map.h: Fix include of the QDeclarativeView widget.Friedemann Kleint2012-07-311-1/+1
* Align the CP949 codec name with ICULars Knoll2012-07-312-6/+9
* Small doc fixes about the list of supported codecs.Lars Knoll2012-07-311-3/+3
* Do not preload any codecs anymore when using ICULars Knoll2012-07-314-30/+81
* Add a factory method to QIsciiCodec and fix the namesLars Knoll2012-07-312-9/+21
* Use ICU instead of iconv/windows codecs for the localeLars Knoll2012-07-314-35/+50
* Make codecForLocale atomicLars Knoll2012-07-312-37/+36
* ICU code page conversion supportLars Knoll2012-07-315-24/+791
* Rename some codecs to be in line with ICULars Knoll2012-07-311-2/+2
* Disable iconv on utf-8 based platformsLars Knoll2012-07-312-4/+5
* Lazily initialize iconv in the iconv codecLars Knoll2012-07-312-4/+12
* Use utf-8 as the locale codec where it makes senseLars Knoll2012-07-311-6/+8
* Remove encoding detection according to LANGLars Knoll2012-07-311-142/+0
* Move the text codec list to qcoreglobaldata.Lars Knoll2012-07-315-196/+116
* QtNetwork: Better detection of connection failures on WindowsMartin Petersson2012-07-301-21/+41
* QUrl: document that setIdnWhitelist isn't thread-safeMarc Mutz2012-07-301-0/+3
* qdoc: Added safety checks to findUnambiguousTarget()Martin Smith2012-07-301-1/+4
* fix QEventLoop qdoc errorsJeremy Katz2012-07-301-3/+6
* QNX: Reduce dependency on QtWidgetsKevin Krammer2012-07-292-6/+2