summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | QScriptDebuggerBackend crash fix.Jedrzej Nowacki2009-09-081-7/+1
| * | fix major memory leak in JavaScriptCore RegisterFile on Windows CEJoerg Bornemann2009-09-081-0/+3
| * | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-09-081-7/+10
| |\ \
| | * | Make tst_qmdiarea more robustOlivier Goffart2009-09-081-7/+10
| * | | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-09-0864-1079/+514
| |\ \ \ | | |/ /
| | * | Add license header.Jason McDonald2009-09-081-0/+41
| | * | Fixed QLineEdit to correctly adjust the horizontal scrollingAdriano Rezende2009-09-082-1/+7
| | * | Fixes a regression in QListView in 4.6 regarding the selectionThierry Bastian2009-09-082-0/+34
| | * | Animations of redocking widgets are brokenThierry Bastian2009-09-081-2/+15
| | * | doc: Fixed several qdoc errors.Martin Smith2009-09-083-4/+11
| | * | Try to make test more robust.Olivier Goffart2009-09-0816-84/+130
| | * | Fix autotestmae2009-09-081-0/+8
| | * | Tests: Do not execute network tests at all if DNS setup is broken.Markus Goetz2009-09-081-0/+15
| | * | mkspec wince60standard-x86-msvc2005 addedJoerg Bornemann2009-09-083-73/+76
| | * | use a single qplatformdefs.h for all Windows CE mkspecsJoerg Bornemann2009-09-0830-908/+160
| | * | make JavaScriptCore compile on platforms with case-insensitive file systemKent Hansen2009-09-083-5/+5
| * | | Fixed resolving absolute paths in Symbian.Miikka Heikkinen2009-09-082-8/+29
* | | | Fixed 'use of function XXX is deprecated' warning reported by RVCT.Janne Anttila2009-09-091-2/+2
* | | | Took armcc_warnings.prf in use also for uitools build.Janne Anttila2009-09-091-2/+5
* | | | Fixes for compiler warnings reported by RVCTJanne Anttila2009-09-095-28/+11
* | | | Fixed 'use of function is deprecated' warnings reported by RVCTJanne Anttila2009-09-097-23/+24
* | | | Fixed compiler warnings for RVCT compiler.Janne Anttila2009-09-092-7/+7
* | | | Fixed 'illegal empty declaration' warning reported by Nokia X86 compilerJanne Anttila2009-09-082-2/+2
* | | | Fixed 'argument 'type' is not used in function' warning for Nokia X86Janne Anttila2009-09-081-0/+1
* | | | Fixed 'illegal empty declaration' warning for Nokia X86 compiler.Janne Anttila2009-09-081-1/+1
| |/ / |/| |
* | | Merge commit 'origin/4.5' into 4.6Joerg Bornemann2009-09-081-2/+12
|\ \ \ | |/ / |/| / | |/
| * Doc: keypad navigation is supported on Windows CEJoerg Bornemann2009-09-081-2/+10
* | Fixed some focus-related tst_qlineedit failures.Rohan McGovern2009-09-081-4/+5
* | QAudioDeviceInfo::deviceList() wasn't working correctly if no audioKurt Korbatits2009-09-081-2/+3
* | Add operator== and != to QGLFramebufferObjectFormatRhys Weatherley2009-09-084-6/+81
* | Port examples/opengl/textures to OpenGL/ES 1.1Rhys Weatherley2009-09-084-38/+51
* | Texture format must be GL_RGB when pixel type is GL_UNSIGNED_SHORT_5_6_5Rhys Weatherley2009-09-081-0/+1
* | Make the matrix and viewport logic in renderText() a bit betterRhys Weatherley2009-09-081-50/+137
* | Convert QGLFramebufferObjectFormat to use implicit sharingRhys Weatherley2009-09-082-16/+59
* | Fixed the spelling of canceled in the QGesture api brought up by David Boddie.Denis Dzyubenko2009-09-072-6/+6
* | Only depend on phonon when building webkit if phonon was configured forAndy Shaw2009-09-071-1/+2
* | Remove extra invalid semi-colonThiago Macieira2009-09-071-1/+1
* | Fixed compile failure on Mac OS X.Samuel Rødal2009-09-071-2/+1
* | Network tests: Fix typo in network-settings.h to make it compileMarkus Goetz2009-09-071-1/+1
* | tst_qnetworkreply: Check for NoError before event loop timeout.Markus Goetz2009-09-071-0/+7
* | Use icons on QDialogButtonBox in KDEJens Bache-Wiig2009-09-074-15/+52
* | Fix warning when compiling with QT_NO_EXCEPTIONSOlivier Goffart2009-09-071-1/+1
* | Fix a crash in the Win32 event dispatcherBradley T. Hughes2009-09-071-0/+2
* | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-0719-80/+283
|\ \
| * | Fix crash on QGraphicsItem destruction related to focus handlingKai Koehne2009-09-071-1/+1
| * | Doc: Minor adjustments to the rogue example docs.Geir Vattekar2009-09-071-8/+8
| * | Fix QScriptEngineAgent::functionExit (JIT enabled)Jedrzej Nowacki2009-09-073-17/+4
| * | Fix QScriptEngineAgent::exceptionCatch (JIT enabled)Jedrzej Nowacki2009-09-073-5/+4
| * | Doc: Added a note that a state machine requires a running event loop.David Boddie2009-09-072-31/+26
| * | Fixed crash in print preview dialog with graphicssystem OpenGL.Kim Motoyoshi Kalland2009-09-071-17/+18