summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s/QT_PRIVATE/QT_FOR_PRIVATE/Oswald Buddenhagen2012-08-041-5/+5
* findLibraries(): don't remove -L options for system pathsOswald Buddenhagen2012-08-041-1/+2
* XCB: Correction to OpenGL version check for profile supportSean Harmer2012-08-041-1/+1
* introduce ability to selectively pass options to qdbusxml2cppOswald Buddenhagen2012-08-041-9/+31
* add ability to pass command line options to qdbusxml2cppOswald Buddenhagen2012-08-041-2/+5
* de-duplicate dbusadaptors.prf vs. dbusinterfaces.prfOswald Buddenhagen2012-08-043-81/+63
* ICU: lock the mutex before calling an Unlocked functionThiago Macieira2012-08-041-0/+2
* ICU: Mark which functions are threadsafe and which ones aren'tThiago Macieira2012-08-043-14/+20
* QNX: Ensure that m_requestedBufferSize is properly initialisedSean Harmer2012-08-031-1/+2
* Fix order of QT_END_NAMESPACE and QT_END_HEADER macrosSergio Ahumada2012-08-031-1/+1
* Remove some dead code wrapped in Q_WS_QWS.Stephen Kelly2012-08-0314-69/+4
* Remove unused Q_WS_QPA define.Stephen Kelly2012-08-032-4/+1
* Remove some dead QWS code from configure.Stephen Kelly2012-08-032-36/+1
* Fix FullScreen for Windows CEAndreas Holzammer2012-08-032-0/+26
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-0355-59/+62
* Remove the obsolete scene argument for constructors of graphics itemsLars Knoll2012-08-0318-348/+110
* Use glFlush() if swapBehavior is single-bufferedJan-Arve Saether2012-08-021-1/+2
* Fix default font for X11.Friedemann Kleint2012-08-022-3/+43
* Fix mimedata updating and signal emision issues in xcb clipboard.Gatis Paeglis2012-08-021-26/+38
* Fix badAtom issues introduced by behavior changes between Xlib and xcb.Gatis Paeglis2012-08-021-22/+7
* uic-Autotest: Remove SRCDIR-define, add stdout-test.Friedemann Kleint2012-08-023-74/+86
* qdoc: Ignore property functions of obsolete propertiesMartin Smith2012-08-022-1/+7
* Fix a typo in the qdoc manual (QChra -> QChar)Laszlo Papp2012-08-021-1/+1
* QDoc: Set HTML Doctype to XHTML 1.0 Transitional.Casper van Donderen2012-08-021-1/+1
* QDoc: Set the default output encoding for HTML to UTF-8.Casper van Donderen2012-08-021-1/+1
* QDoc: Add extra tags when no HTML.endheader is specified.Casper van Donderen2012-08-021-1/+4
* 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