summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* replace qmake_version() with a simple string literalOswald Buddenhagen2012-09-136-24/+6
* don't pretend that break()/next()/return() are functionsOswald Buddenhagen2012-09-136-37/+77
* improve parse error recovery pathsOswald Buddenhagen2012-09-131-4/+7
* Remove documentation for non-existent QLineEdit functions.Mitch Curtis2012-09-121-156/+0
* Fix regression in QTextDocument::toHtml() with font pixel sizeEskil Abrahamsen Blomfeldt2012-09-122-0/+15
* Fix build with QT_NO_EXCEPTIONSHarald Fernengel2012-09-121-0/+2
* Add configure -help output for the ICU option.Thiago Macieira2012-09-121-0/+3
* Test: Update QSKIP for tst_QGLThread on MacCaroline Chao2012-09-121-6/+16
* Partial revert "cross compile with mingw": unbreak pkg-configMark Brand2012-09-121-1/+0
* qpa: extend drawPixmap capabilitiesJulien Brianceau2012-09-124-42/+104
* CocoaPlugin: add missing auto release poolsRichard Moe Gustavsen2012-09-122-0/+5
* Doc: Fix misc. doc errors and document undocumented functionsaavit2012-09-125-72/+199
* Test: remove QSKIP from printsupport testsCaroline Chao2012-09-123-46/+18
* Stabilize qprinter testEskil Abrahamsen Blomfeldt2012-09-121-1/+10
* Don't manipulate immutable dataJoão Abecasis2012-09-112-18/+73
* QFileSystemEngine: fix realpath() buffer sizeRafael Roquetto2012-09-111-1/+1
* QNX: fix call to realpath() on QFileSystemEngineRafael Roquetto2012-09-111-1/+1
* don't require (dummy) qconfig.h for qmake buildOswald Buddenhagen2012-09-113-26/+2
* call syncqt before building qmakeOswald Buddenhagen2012-09-112-2/+7
* remove setcepaths.batOswald Buddenhagen2012-09-112-166/+0
* qtmodule-configtests is no more, so don't shadow itOswald Buddenhagen2012-09-111-7/+0
* introduce -minimal mode to syncqt and use it for bootstrappingOswald Buddenhagen2012-09-114-7/+17
* compile without CamelCase headersOswald Buddenhagen2012-09-119-23/+23
* Several modifications in phrasing.Nico Vertriest2012-09-111-13/+12
* Doc: Remove references to the deprecated QGraphicsItemAnimationGeir Vattekar2012-09-113-12/+9
* Close popups when switching applications on Windows.Friedemann Kleint2012-09-112-2/+28
* qpa: add non-opaque fill supportJulien Brianceau2012-09-115-25/+120
* Update iOS 'clang' mkspec for Xcode 4.5Ian Dean2012-09-111-2/+2
* QtPrintSupport: set QPrinter margins also to QPagedPaintDeviceTeemu Katajisto2012-09-111-0/+3
* Added link to the OpenGL window example from the QOpenGLContext docs.Samuel Rødal2012-09-111-0/+3
* Add links to raster and opengl window examples in the QWindow docs.Samuel Rødal2012-09-111-0/+8
* Improved the QBackingStore documentation.Samuel Rødal2012-09-111-1/+14
* Removed some unused #defines from iOS qplatformdefs.hIan Dean2012-09-111-3/+0
* Fix example includes for qdoc.Frederik Gladhorn2012-09-1179-946/+946
* Remove unused file.Frederik Gladhorn2012-09-111-94/+0
* Output absolute paths in qdoc messages.Frederik Gladhorn2012-09-111-2/+5
* Fix qdoc tag.Frederik Gladhorn2012-09-111-1/+1
* Move gui example doc example images.Frederik Gladhorn2012-09-112-0/+0
* Do not include /examples in qdocconfs.Frederik Gladhorn2012-09-119-9/+9
* Add TableModelChange event for accessibility.Frederik Gladhorn2012-09-111-0/+40
* Remove deprecated inputItem and inputWindow from QInputMethodPekka Vuorela2012-09-115-126/+11
* Doc: Centralize more common settings in 1 global qdocconf.Casper van Donderen2012-09-1113-397/+47
* Avoid duplicate setPen() in PDF when reusing QPrinterEskil Abrahamsen Blomfeldt2012-09-112-3/+1
* Fix QT_NO_SYSTEMTRAYICON build.Sérgio Martins2012-09-111-0/+4
* call syncqt unconditionally in configureOswald Buddenhagen2012-09-111-6/+1
* clean up syncqt invocationOswald Buddenhagen2012-09-112-5/+2
* move syncqt -check-includes handling to default_pre.prfOswald Buddenhagen2012-09-112-1/+2
* give location information for QMAKE_SUBSTITUTES conditionalsOswald Buddenhagen2012-09-112-4/+4
* Streamline forwarding of blocked events.Friedemann Kleint2012-09-111-12/+10
* port qmake to qt creator's qmake language evaluatorOswald Buddenhagen2012-09-1128-4103/+7253