summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* HarfBuzz: fix unused parameter / variable warningsMarc Mutz2012-08-251-2/+5
* Fix infinite recursion while dragging toolbar of QMainWindow.Markku Heikkila2012-08-251-2/+3
* explain specifically how to make a transparent windowShawn Rutledge2012-08-251-2/+10
* OSX: Drag and Drop QMimeData.Christoph Schleifenbaum2012-08-251-4/+17
* doc: Fix doc warnings for qtextlayout.cppEskil Abrahamsen Blomfeldt2012-08-251-3/+7
* doc: Fix several text-related qdoc warningsEskil Abrahamsen Blomfeldt2012-08-2510-39/+87
* Split the futexFlags() function in two: a hot and a cold pathThiago Macieira2012-08-251-18/+26
* Mark mutex locking and unlocking functions with noexceptThiago Macieira2012-08-257-33/+37
* Add a way for QtDBus to force a call to dbus_shutdownThiago Macieira2012-08-252-3/+17
* Print some debugging from QDBusConnection when disconnectingThiago Macieira2012-08-251-0/+1
* Do not build qpa/gui dependant plugins in no-gui modeJ-P Nurmi2012-08-251-3/+1
* src.pro: remove redundant & incorrect platformsupport dependencyJ-P Nurmi2012-08-251-1/+1
* Use nanosleep instead of pthread_cond_timedwait for thread sleepingThiago Macieira2012-08-254-40/+36
* Improve docs.Frederik Gladhorn2012-08-251-129/+5
* Don't define QT_NO_ICONV on Windows: that comes from qconfig.hThiago Macieira2012-08-251-1/+1
* Add qiterator.h to tools.priThiago Macieira2012-08-251-0/+1
* QDBusMetaType: #if -> #ifdef QT_BOOTSTRAPPEDMarc Mutz2012-08-251-1/+1
* qdbus_loadLibDBus: remove unneeded volatile qualificationMarc Mutz2012-08-251-1/+1
* Fix doc: qglcolormap is not the opengl moduleFrederik Gladhorn2012-08-241-1/+1
* fbbackingstore: Don't overload inherited virtual functionKent Hansen2012-08-242-3/+2
* Fix performence problem while shaping a lines with many scriptsOlivier Goffart2012-08-231-1/+1
* Speed up QTextEngine::setBoundaryOlivier Goffart2012-08-231-6/+14
* Speed up QTextEngine::resolveAdditionalFormatsOlivier Goffart2012-08-231-2/+65
* doc: Fix some qdoc warningsEskil Abrahamsen Blomfeldt2012-08-232-10/+12
* Compile without the deprecated filterEvent functionThiago Macieira2012-08-231-1/+1
* xcb: fix unused static warningMarc Mutz2012-08-231-0/+2
* linuxfb: remove unused functionMarc Mutz2012-08-231-10/+0
* QSystemTrayIcon: fix narrowing warningMarc Mutz2012-08-231-1/+1
* QNetworkDiskCache: avoid a 31-bit truncationMarc Mutz2012-08-231-1/+1
* doc: Remove documentation for removed functionEskil Abrahamsen Blomfeldt2012-08-231-12/+0
* QtNetwork: declare some classes as sharedMarc Mutz2012-08-2314-2/+38
* Extract the QMetaMethodPrivate::ownMethodIndex method.Stephen Kelly2012-08-231-5/+11
* Fixed missing window decorations on compiz.Samuel Rødal2012-08-231-3/+1
* Make QAbstractItemModel::sibling virtual.Stephen Kelly2012-08-232-17/+21
* Make sure we don't get duplicated doc pages.Lars Knoll2012-08-231-5/+0
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-23142-11/+235
* Doc: Add \inmodule QtDBus to all QtDBus class doc bodiesThiago Macieira2012-08-232-0/+9
* Doc: Fix snippet and example referencing widget examplesAndy Nichols2012-08-238-18/+18
* Remove remaining bits of deprecated QInputPanelPekka Vuorela2012-08-236-142/+4
* ICU: Fix crash in codecForMib(2107)Kai Koehne2012-08-231-0/+4
* Remove qWaitForWindowShown(QWindow*) overload.Stephen Kelly2012-08-232-18/+0
* A few more random documentation fixesShawn Rutledge2012-08-233-7/+18
* De-inline QVariant(float)Harald Fernengel2012-08-232-1/+4
* Move Qt::CursorMoveStyle docs to the right file.Frederik Gladhorn2012-08-232-15/+15
* Logging: make qEmergencyOut() not allocate from the heapMarc Mutz2012-08-231-11/+38
* Simple optimisation in toLocal8Bit(): call codecForLocale once onlyThiago Macieira2012-08-231-6/+9
* Fix transformation in eglfs backingstoreLaszlo Agocs2012-08-221-2/+2
* Remove deprecation from enumerations in QtGui.Friedemann Kleint2012-08-222-2/+2
* Optimize QAbstractItemModel::sibling a bit.Stephen Kelly2012-08-221-1/+1
* Make keyboard search work in the current column, not only the first.Stephen Kelly2012-08-221-0/+5