summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* troll.no changed its NS record configuration. Adapt.wip/qstring-utf8qstring-utf8Thiago Macieira2012-05-031-1/+1
* Allow the QPA plugin arguments to contain non-ASCII.Thiago Macieira2012-05-032-2/+2
* Use QFile::{encode,decode}Name to deal with QT_PLUGIN_PATHThiago Macieira2012-05-032-2/+2
* Use QFile::encodeName to encode a file name on UnixThiago Macieira2012-05-032-2/+2
* Port the QTextStream / QDebug functions away from fromAsciiThiago Macieira2012-05-032-3/+3
* Change to/fromAscii to to/fromUtf8 in the QString conversionsThiago Macieira2012-05-034-64/+64
* Update the cmake files and tests to its current master stateThiago Macieira2012-05-034-9/+45
* tst_qdnslookup: disabled broken testdataRohan McGovern2012-05-031-0/+4
* Add a QStringBuilder::toUtf8() functionThiago Macieira2012-04-262-0/+5
* Add some extra tests to tst_QString to ensure the encoding is correctThiago Macieira2012-04-261-3/+193
* Change QStringBuilder to use UTF-8 tooThiago Macieira2012-04-263-25/+35
* Fix the QByteArray overloads to QString::fromXXXXThiago Macieira2012-04-261-18/+35
* Re-enable casting to and from "ASCII" on tst_qstring.cppThiago Macieira2012-04-261-33/+13
* fixup later Change QString's default codec to be UTF-8Thiago Macieira2012-04-262-12/+45
* Change QString's default codec to be UTF-8Thiago Macieira2012-04-242-4/+5
* Wrap all Latin 1 strings with QString::fromLatin1 or QLatin1StringsThiago Macieira2012-04-246-47/+49
* Wrap the non-ASCII testcases with QString::fromUtf8Thiago Macieira2012-04-241-5/+5
* Convert these files to ASCII or UTF-8Thiago Macieira2012-04-242-2/+2
* Force tst_qstring to use fromLatin1 where it has Latin 1 literalsThiago Macieira2012-04-241-37/+39
* Windows: Fix for frameless widgets.Friedemann Kleint2012-04-241-2/+2
* Fix windowgeometry test for Windows.Friedemann Kleint2012-04-242-1/+4
* Remove insignification from QDateTimeEdit test on Mac OS X.Jason McDonald2012-04-242-1/+33
* Remove insignification of QSizeGrip test on Mac OS X.Jason McDonald2012-04-242-2/+1
* Skip unstable tst_QMdiArea::subWindowActivated2 test on Mac OS X.Jason McDonald2012-04-241-1/+1
* Remove Qt 5 todo in QVariant: we're not going to change the behaviourThiago Macieira2012-04-241-2/+0
* Change Windows font database to use qendian.hMiikka Heikkinen2012-04-241-111/+85
* Rename the default organisation from "Trolltech" to "Qt" on MacThiago Macieira2012-04-231-1/+1
* qdoc: Don't write '...' for empty <apiName>Martin Smith2012-04-231-2/+2
* qdoc: Update qdoc to use QML spec for DITAMartin Smith2012-04-234-190/+285
* Removed unused QUrlPrivate::clear()Simon Hausmann2012-04-232-19/+0
* Use the Q_PROCESSOR_* macros in qsimd.cppThiago Macieira2012-04-231-3/+3
* Remove insignification of QMdiArea test on Mac OS X.Jason McDonald2012-04-232-1/+16
* Set thread name on QNXSean Harmer2012-04-231-1/+3
* QTimer: fix typo in singleShot optimization for 0 msecsGiuseppe D'Angelo2012-04-231-1/+1
* Revert "Add workaround for projects using 'QT += declarative'"Friedemann Kleint2012-04-231-27/+0
* Don't use the QRegExp methods that modify the object [qmake]Thiago Macieira2012-04-231-1/+1
* Add missing private headers to testlib.proThiago Macieira2012-04-231-0/+5
* Move Q_FUNC_INFO to qcompilerdetection.hThiago Macieira2012-04-232-13/+11
* Move the QT_STRINGIFY macro to the top of qglobal.hThiago Macieira2012-04-231-10/+4
* QSqlQueryModel::setQuery() don't use deprecated reset()Mark Brand2012-04-237-125/+96
* QSqlQueryModel::fetchMore() documentation fixMark Brand2012-04-231-1/+1
* Set default Lighthouse plugin for QNXAndreas Holzammer2012-04-231-0/+3
* Build the QNX plugin with -no-opengl enabled.Stephen Kelly2012-04-235-9/+59
* Move the CMake unit tests to auto/Stephen Kelly2012-04-2335-0/+51
* Don't tell CMake we're making debug libraries if we're not.Stephen Kelly2012-04-231-2/+2
* Fix compilation of QDesktopServices without deprecatedOlivier Goffart2012-04-232-5/+6
* Fix warning in qobject.cppOlivier Goffart2012-04-231-0/+1
* Windows: Fix QRawFont loading from data.Miikka Heikkinen2012-04-235-5/+653
* Start running some disabled tests again on Mac OS.Jason McDonald2012-04-238-11/+7
* QDoc: Support -indexdir on CLI and depends in qdocconf.Casper van Donderen2012-04-234-0/+60