summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make tests compile without gui-privatePaul Olav Tvete2012-08-0217-76/+159
* string.h is needed for memcpy()Oswald Buddenhagen2012-08-021-0/+2
* Move QPlatformWindowPrivate into its own headerLaszlo Agocs2012-08-023-6/+76
* Mention setFont() in QPainter::drawText() functionsSimon A. Eugster2012-08-011-1/+9
* Fix some typos in static assert message.Stephen Kelly2012-08-011-1/+1
* QtNetwork: Handle FD_CLOSE on WindowsMartin Petersson2012-08-0111-16/+69
* qdoc: Added support for modularized example docMartin Smith2012-08-013-2/+28
* fix a few qdoc command typosJeremy Katz2012-08-013-4/+4
* change \img to \image in docsJeremy Katz2012-08-0131-54/+54
* replace \key and \gui qdoc commands with \uicontrolJeremy Katz2012-08-0155-359/+359
* qdoc: Removed useless qdoc warningsMartin Smith2012-08-011-4/+0
* OpenGL: Fix typo in extension nameSean Harmer2012-08-011-1/+1
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-01719-3/+721
* Fix crash in uicAndreas Holzammer2012-08-011-2/+6
* Added default argument for color profile to QImage constructors.Alexandros Dermenakis2012-08-012-12/+20
* Skip doc subfolders when checking includes.Lars Knoll2012-08-011-1/+2
* 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-012-9/+18
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-08-0135-233/+219
* Make sure that the parsing mode reaches QUrlPrivate::setHostThiago Macieira2012-08-013-12/+37
* Make QUrl::setScheme only parse in strict mode (no decoding)Thiago Macieira2012-08-013-19/+14
* Fix QUrl support for empty usernames and passwordsThiago Macieira2012-08-012-4/+10
* Fix handling of encoded NULs (%00) in QUrl::fromPercentEncodingThiago Macieira2012-08-012-2/+5
* Remove references to Borland and bmakeAndy Shaw2012-08-0114-380/+49
* don't change a widget's active state in QWindowsWindow::setWindowStateJoerg Bornemann2012-08-012-35/+18
* Doc: QVarLengthArray::length is new in 5.0Christian Kamm2012-08-011-0/+1
* Adding configure option: -no-gcc-sysrootThomas Senyk2012-08-012-5/+15
* Add a .prf file for SIMD qmake variables.Michael Goddard2012-08-012-140/+275
* 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
* Add command line options to windowgeometry testAndreas Holzammer2012-08-011-2/+17
* Fix compilation: Move qHash(const T &t, uint seed) up.Friedemann Kleint2012-08-011-2/+2
* Fix reloading of pluginsLars Knoll2012-08-012-0/+25
* 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
* fix window activation in tst_qmdiArea::subWindowActivated2Joerg Bornemann2012-07-311-1/+1
* Implement synchronous WS events by flushing.Friedemann Kleint2012-07-314-17/+26
* 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
* Stabilize the QHeaderView test.Friedemann Kleint2012-07-311-1/+9
* 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
* tst_qwidget task reference fixedJoerg Bornemann2012-07-311-1/+1
* add configure options for debug/release OpenSSLPeter Kümmel2012-07-313-8/+42
* remove second argument from $$eval() (access to global scope)Oswald Buddenhagen2012-07-311-13/+2
* don't set -rpath-link in qmodule.priOswald Buddenhagen2012-07-311-4/+0