summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QNAM HTTP Code: Also send our locale name as accept-languageMarkus Goetz2009-11-091-4/+13
* Fix annotations added for complex types in signals.Thiago Macieira2009-11-081-1/+1
* Fix enabling of level 2 debugging in QtDBusThiago Macieira2009-11-081-1/+2
* Autotest: prevent race-condition from causing a test failure.Thiago Macieira2009-11-081-1/+2
* QNAM: Do not emit uploadProgress() when reply was abortedMarkus Goetz2009-11-061-0/+2
* tst_networkselftest: Also check for SSL supportMarkus Goetz2009-11-061-0/+12
* Removing semi-colon at the end of namespaceJoão Abecasis2009-11-051-1/+1
* Ensure IDC and UIC3 dependencies are correctMarius Storm-Olsen2009-11-052-6/+7
* Remove 4k-chunking in QFSFileEngine::read/writeFdFhJoão Abecasis2009-11-041-85/+78
* Extending tst_QFile::writeLargeDataBlock testJoão Abecasis2009-11-041-30/+134
* Add src/tools/tools.pro, and use when building host tools for xcompilingMarius Storm-Olsen2009-11-044-32/+75
* QHostInfo: do not wait forever on cleanupPeter Hartmann2009-11-041-2/+4
* QLocalSocket test: stabilize test by calling waitFor... functionPeter Hartmann2009-11-031-4/+6
* QNetworkReply autotests: move performance tests to benchmarksPeter Hartmann2009-11-022-479/+530
* Merge remote branch 'origin/4.6' into core-4.6Thiago Macieira2009-10-2921-131/+991
|\
| * Fix wrong version number in Assistant internal help.kh12009-10-291-0/+0
| * do not crashOswald Buddenhagen2009-10-293-5/+34
| * Compile fix until configure.exe is rebuilt for WindowsThiago Macieira2009-10-291-1/+2
| * Merge branch '4.5' into 4.6Thiago Macieira2009-10-291-0/+2
| |\
| | * Plug some autorelease pool leaks.Norwegian Rock Cat2009-10-291-0/+2
| | * Memory of fixedKernel is never returned, found by cppcheck.Daniël2009-10-271-0/+1
| * | Autotest: add a few more tests for Unicode (IDN) supportThiago Macieira2009-10-291-2/+5
| * | Autotest: add one test that was in the previous implementation but missing hereThiago Macieira2009-10-291-0/+1
| * | Autotest: use example.org and example.netThiago Macieira2009-10-291-12/+12
| * | Import a new implementation of fromUserInput.Thiago Macieira2009-10-292-0/+117
| * | Remove the fromUserInput implementation and tests.Thiago Macieira2009-10-292-128/+46
| * | Also change the configure.exe to ensure that the necessary new configsThiago Macieira2009-10-291-1/+23
| * | Add the Qt Evaluation message to the hidden libQtCore.so boilerplate.Thiago Macieira2009-10-291-0/+8
| * | Part 2 of the Evaluation notice feature, now for QtGui.Thiago Macieira2009-10-293-8/+32
| * | Readd the Qt Evaluation timebomb, step 1.Thiago Macieira2009-10-295-1/+585
| * | Cache a state's parent stateKent Hansen2009-10-293-2/+17
| * | doc: Remove \internal tag from QStateMachine::configuration()Kent Hansen2009-10-291-2/+0
| * | Make QStateMachine event posting functions thread-safeKent Hansen2009-10-293-17/+131
| * | Test that we gracefully handle event posting after the state machine is stoppedKent Hansen2009-10-291-0/+17
| * | Cache QState's child statesKent Hansen2009-10-292-10/+17
| * | QStateMachine::event() should call QState::event()Kent Hansen2009-10-291-1/+1
* | | Autotest: this test is failing, enable debugging to find out why.Thiago Macieira2009-10-291-1/+4
* | | Remove the posix_memalign and Win32 _aligned_mallocThiago Macieira2009-10-291-38/+0
* | | Merge branch '4.6' into core-4.6Thiago Macieira2009-10-2931-467/+861
|\ \ \ | |/ /
| * | doc typoWarwick Allison2009-10-291-1/+1
| * | Change all valid Task-Tracker references to bugreports.qt.nokia.com reference.Warwick Allison2009-10-294-4/+4
| * | Remove shader/program binary support for nowRhys Weatherley2009-10-282-222/+0
| * | Remove QVGEGLWindowSurfaceQImage from QtOpenVGRhys Weatherley2009-10-283-80/+2
| * | make magic comment parsing stricterOswald Buddenhagen2009-10-281-9/+9
| * | QSslError: Actually make strings show up in the ts fileMarkus Goetz2009-10-281-29/+28
| * | QNativeSocketEngine: Actually use translationsMarkus Goetz2009-10-281-26/+26
| * | Delete the tst_QWebFrame::setHtmlWithBaseURL test until its fixedJocelyn Turcotte2009-10-281-23/+0
| * | Greatly improve the performance of obtaining a state's transitionsKent Hansen2009-10-282-8/+17
| * | Make Qt on QNX compile againHarald Fernengel2009-10-282-3/+3
| * | Say hello to QScriptProgram :-)Kent Hansen2009-10-2810-59/+763