summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix bug with posting events from HandleCommandL on Symbian.Jason Barron2009-09-291-0/+1
* Merge branch '4.5' into 4.6Thiago Macieira2009-09-291-7/+4
|\
| * QGraphicsItem: cached embedded widget item is not repainted when widget is up...Andreas Aardal Hanssen2009-09-291-16/+10
* | Fix typo.Alexis Menard2009-09-291-2/+2
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Jeremy Katz2009-09-296-14/+56
|\ \
| * | After some discussion we decided to remove hasConflicts() from the API.Jan-Arve Sæther2009-09-294-14/+13
| * | Add missing docs for QGraphicsAnchorJan-Arve Sæther2009-09-291-0/+18
| * | Add the -testability option to Qt applications.Petri Kiiskinen2009-09-292-0/+25
* | | fix warnings about declarations shadowing class members (autotest reported)Jeremy Katz2009-09-296-47/+47
|/ /
* | Mac: Fix build failure on tigerRichard Moe Gustavsen2009-09-291-0/+11
* | Update docs for softkeys to match new API and implementation.Jason Barron2009-09-291-16/+18
* | Fix a bug in QPixmapCache when the cache is trimmed by QCache.Alexis Menard2009-09-295-36/+42
* | Add a more proper shutdown sequence for Symbian applications.Jason Barron2009-09-291-3/+9
* | Fix some docs to follow the Qt style. (remove asterisks, proper indenting)Jan-Arve Sæther2009-09-291-44/+44
* | Dont generate public docs for QSimplex.Jan-Arve Sæther2009-09-291-0/+4
* | doc: add some more \since 4.6 tagsVolker Hilsheimer2009-09-287-8/+51
* | QWheelEvent not working on Cocoa 64BitPrasanth Ullattil2009-09-281-3/+3
* | fixed a typo in the doc.Denis Dzyubenko2009-09-281-1/+1
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Sami Merilä2009-09-281-5/+15
|\ \
| * | Impossible to interact with the year on QCalendarWidget on GraphicsViewThierry Bastian2009-09-281-5/+15
* | | Triggering softkey action for disbled widget causes a crash.Sami Merilä2009-09-282-2/+6
|/ /
* | Merge branch '4.6' of git@scm.dev-nokia.troll.no:qt/qt into 4.6Andreas Aardal Hanssen2009-09-281-0/+2
|\ \
| * | Fix qdoc errorsJason McDonald2009-09-281-0/+2
* | | Merge commit 'origin/4.5' into 4.6Andreas Aardal Hanssen2009-09-284-213/+8
|\ \ \ | |/ / |/| / | |/
| * QGraphicsItem with parent flag ItemClipsChildrenToShape not visibleAndreas Aardal Hanssen2009-09-281-1/+1
| * Cocoa: Fix build cocoa port with namespaceRichard Moe Gustavsen2009-09-282-2/+3
| * Doc: fixed typo in QTabBar::tabRect() docsStian Sandvik Thomassen2009-09-281-1/+1
| * Fixes a crash in QDoubleSpinBoxJoão Abecasis2009-09-251-210/+4
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jason McDonald2009-09-289-13/+38
|\ \
| * | Deep copy QImage based on non-owned data so we can safely store themGunnar Sletta2009-09-281-2/+11
| * | Make QSignalEvent and QWrappedEvent inner classes of QStateMachineKent Hansen2009-09-282-4/+4
| * | Fixed unwanted recursion when calling openGLVersionFlags().Kim Motoyoshi Kalland2009-09-281-1/+2
| * | QEventLoop::ExcludeUserInputEvents should not allow the user to close the windowBradley T. Hughes2009-09-282-2/+2
| * | compile fix with namespacehjk2009-09-282-0/+9
| * | Make sure the correct soft key is triggered.Jason Barron2009-09-281-3/+9
| * | doc: Fixed three /sa that should be \saThorbjørn Lindeijer2009-09-281-1/+1
* | | Fix qdoc error.Jason McDonald2009-09-281-1/+1
|/ /
* | Fix qdoc errors.Jason McDonald2009-09-281-5/+6
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Jeremy Katz2009-09-257-36/+178
|\ \
| * | Doc: Added a note about Phonon.David Boddie2009-09-251-0/+4
| * | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-253-27/+167
| |\ \
| | * | Use qDebug() instead of printf() when dumping the simplex matrix.Jan-Arve Sæther2009-09-251-12/+10
| | * | Fix app showing a blank screen after switching to it using task switcherShane Kearns2009-09-251-9/+10
| | * | QGraphicsAnchorLayout: Fix bug where simplex would return wrong resultsEduardo M. Fleury2009-09-251-0/+38
| | * | QSimplex: Add class and methods documentationEduardo M. Fleury2009-09-251-5/+108
| | * | QGraphicsAnchorLayoutPrivate: Avoiding graph simplification on empty layoutsJesus Sanchez-Palencia2009-09-251-1/+1
| * | | Made QDir::tempPath and QDesktopServices::TempLocation consistent in S60Janne Anttila2009-09-251-4/+1
| |/ /
| * | Removed unused parameter from graphics scene index internal functionLeonardo Sobral Cunha2009-09-252-5/+6
* | | ifdefs to allow compilation with QT_NO_MAINWINDOW and QT_NO_TOOLBARJeremy Katz2009-09-251-0/+2
|/ /
* | Add QGraphicsItem::stackBefore(), and fix Z ordering bugs.Andreas Aardal Hanssen2009-09-255-5/+165