summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Force Qt libs to install on phone memory in Symbian.Miikka Heikkinen2009-11-031-12/+12
* Build break fix for S60Simulated styleSami Merilä2009-11-031-1/+1
* Re-added checking for existence of sqlite3 binaries to Symbian buildsMiikka Heikkinen2009-11-021-2/+4
* QS60Style - TabWidget text changes color when widget becomes dimmedSami Merilä2009-11-021-8/+8
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Sami Merilä2009-11-022-45/+75
|\
| * Fix for static QSound::play in Symbian and code style fixes.Janne Anttila2009-11-022-45/+75
* | Style's theme palette hash is lost after orientation switchSami Merilä2009-11-021-1/+1
|/
* Fixed statuspane visibility after dialog closed from fullsreen widget.Janne Anttila2009-10-301-6/+12
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Sami Merilä2009-10-304-22/+21
|\
| * Moved a resource file from the static wrapper app to QtGui.axis2009-10-303-20/+11
| * Fixed namespacing in qatomic_symbian.haxis2009-10-301-2/+10
* | S60Style: User set header view palettes are ignoredSami Merilä2009-10-301-8/+36
|/
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-10-3067-1127/+1810
|\
| * Merge branch '4.6-s60' into 4.6axis2009-10-3029-341/+484
| |\
| * | Remove a paintBox call that should have been moved a few lines down, but was ...Robert Griebl2009-10-301-3/+0
| * | Introduce internal StateType to avoid excessive qobject_castsKent Hansen2009-10-307-25/+80
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-3053-634/+1891
| |\ \
| | * \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Morten Johan Sørvig2009-10-3094-846/+22694
| | |\ \
| | | * | OpenVG pixmap filter classes don't need to be exported.Rhys Weatherley2009-10-301-4/+4
| | | * | Remove drawCursorImage() from the OpenVG composition helperRhys Weatherley2009-10-302-37/+33
| | | * | Make it possible to set the OpenVG swap intervalRhys Weatherley2009-10-301-0/+7
| | | * | 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
| | * | | | Fix the combobox popup 1-second fadeout regression on Carbon.Morten Johan Sørvig2009-10-271-1/+1
| * | | | | Made internal FBOs snap to power-of-two when not wasting too much space.Samuel Rødal2009-10-291-2/+15
| * | | | | Got rid of redundant texture parameter settings in GL pixmap filters.Samuel Rødal2009-10-291-16/+0
| * | | | | Added some optimizations to the blur and drop shadow GL filters.Samuel Rødal2009-10-298-195/+307
| * | | | | Fixed highlighting of string components when inputting Japanese text.Kim Motoyoshi Kalland2009-10-291-20/+5
| * | | | | Fix bug for message error "Texture updload failed, error code 0x500"Stefano Pironato2009-10-281-1/+0
| * | | | | Fix raster paintengine handling with invalid imagesChristoph Feck2009-10-281-0/+3
| * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-10-285-11/+22
| |\ \ \ \ \