summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Suppress warning in valgrind headers: variable set but not usedThiago Macieira2012-12-281-0/+1
* Polish code of some opengl exampleshjk2012-12-2829-255/+182
* Add test for QByteArray::setNumhjk2012-12-281-0/+27
* Removed an unnecessary forward declarationThorbjørn Lindeijer2012-12-281-2/+0
* Fixed typo 'collasping' in QTreeView documentationThorbjørn Lindeijer2012-12-281-1/+1
* Cocoa: Re-enable per class palette on QPA pluginGabriel de Dietrich2012-12-241-16/+16
* Mac: Bring back proper layout in QMessageBoxGabriel de Dietrich2012-12-242-16/+16
* Fix QMutex::tryLock with negative valuesThiago Macieira2012-12-232-3/+53
* Fix standalone header compilationThiago Macieira2012-12-231-0/+1
* Fix Clang warning about memcpy a class with vtablesThiago Macieira2012-12-231-1/+1
* Fix warning about unused variable in qdocThiago Macieira2012-12-231-1/+1
* QUrl::fromUserInput: fix for urls without a host.David Faure2012-12-232-2/+5
* Fix QSqlQuery test in relation to PSQL supportAndy Shaw2012-12-222-14/+28
* Fix warning about unused variable in QtPlatformSupportThiago Macieira2012-12-221-1/+1
* Bump Qt version to 5.0.1Sergio Ahumada2012-12-2113-49/+164
* Use the new QUrlPrivate::validateComponent validator in the main parserThiago Macieira2012-12-211-54/+11
* Make sure that the strict parser is also operating on setXxxThiago Macieira2012-12-212-43/+214
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-2178-91/+98
* Fix some typosSergio Ahumada2012-12-2110-12/+12
* fix linker command lineOswald Buddenhagen2012-12-211-1/+1
* qmake:Add a case sensitivity flag to ProString::{starts,ends}With()Debao Zhang2012-12-211-8/+8
* Add a manual test for QFile.Friedemann Kleint2012-12-213-0/+149
* Fix main() signature of headersclean stub fileKai Koehne2012-12-211-1/+1
* Merge "Merge 'release' into stable" into refs/staging/stableOswald Buddenhagen2012-12-2110-217/+169
|\
| * Merge 'release' into stableOswald Buddenhagen2012-12-1910-217/+169
| |\
| | * slash the -fast configure optionOswald Buddenhagen2012-12-184-156/+3
| | * finish changelog for qmake, configure & co.Oswald Buddenhagen2012-12-181-31/+108
| | * mention that qt3support is goneOswald Buddenhagen2012-12-181-3/+2
| | * added changelog for linguistOswald Buddenhagen2012-12-181-0/+5
| | * Fix font sizes when X11 has a forced dpi settingv5.0.0Lars Knoll2012-12-182-0/+46
| | * Fix direct compilation of qtypeinfo.h and othersThiago Macieira2012-12-183-5/+6
| | * tst_QDBusXmlParser: make XML attribute order deterministicDavid Faure2012-12-181-0/+7
| | * Initalize the printinfo on Mac if it requests and it needs initalizingAndy Shaw2012-12-181-2/+4
| | * Doc: Correcting qhp link to Qt SQL's C++ Classes.Jerome Pasion2012-12-181-1/+1
| | * Doc: Correcting qhp link to Qt GUI C++ API.Jerome Pasion2012-12-181-1/+1
| | * OpenGL examples: Add error message about ANGLE on WindowsThomas Hartmann2012-12-187-0/+42
| | * Fix mandlebrot and imagescaling example qdoc markup.hjk2012-12-182-7/+6
| | * Doc: Moved content from qtdocVenugopal Shivashankar2012-12-184-2/+293
| | * QtBase: Removed moved linguist examples.David Schulz2012-12-1726-1624/+0
| | * Doc: remove example docs that were moved to qttoolsLeena Miettinen2012-12-174-259/+0
| | * stop defining QT.<module>.sourcesOswald Buddenhagen2012-12-142-2/+0
| | * Remove win32/thread.prf and thread_off.prfStephen Kelly2012-12-142-24/+0
| | * add .rpath only for dynamic unix buildsOswald Buddenhagen2012-12-141-1/+5
| | * Mark QAbstractTextDocumentLayout test as insignificantEskil Abrahamsen Blomfeldt2012-12-141-1/+1
| | * Mark QGlyphRun and QStaticText tests as insignificant on LinuxEskil Abrahamsen Blomfeldt2012-12-142-0/+3
| | * Fix styleName support in QPA font databaseJiang Jiang2012-12-149-41/+37
| | * Mac: fix bugs for font selection in QFontDialogLiang Qi2012-12-142-11/+7
| | * Fix QGtkPainter::reset() to reset the clip rectJ-P Nurmi2012-12-141-0/+1
* | | Fix typo in docs.Richard Moore2012-12-211-1/+1
* | | Fix typo in docs.Richard Moore2012-12-211-1/+1