summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Minor optimization for QS60StyleSami Merila2009-12-231-3/+3
* Correcting white space in QS60StyleSami Merila2009-12-231-76/+76
* QComboboxes are squeezed in QVGA screensSami Merila2009-12-231-29/+31
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2009-12-232-6/+19
|\
| * Setting background color to a QDialog doesn't workSami Merila2009-12-231-1/+4
| * QWidget with the window flag Qt::Dialog is not decorated as a dialogSami Merila2009-12-231-1/+1
| * Device flickers badly when orientation change occursSami Merila2009-12-232-4/+14
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2009-12-221-1/+1
|\ \ | |/ |/|
| * Fix build with neon instructions enabled but not set in mkspecTom Cooksey2009-12-221-1/+1
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2009-12-221-1/+5
|\ \
| * | Memory leak when using QWidget::setWindowIcon() in Carbon.Prasanth Ullattil2009-12-221-1/+5
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2009-12-221-18/+18
|\ \ \
| * \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Aleksandar Sasha Babic2009-12-213-3/+15
| |\ \ \ | | | |/ | | |/|
| * | | Fixing compile error on armccAleksandar Sasha Babic2009-12-211-18/+18
* | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2009-12-222-4/+7
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Drag and drop icon not updated correctly in Cocoa.Prasanth Ullattil2009-12-211-3/+6
| * | Fix for WinCE compilation of QAbstractSpinBox.David Laing2009-12-211-1/+1
| |/
* | Edit focus should not be lost unless by explicit actionSami Merila2009-12-213-3/+15
* | RVCT 2.2 compiler can't handle static inline functions with templates.Miikka Heikkinen2009-12-211-4/+4
|/
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2009-12-193-5/+3
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2009-12-183-5/+3
| |\
| | * Fixing compile issue on Windows CEAleksandar Sasha Babic2009-12-181-3/+1
| | * Fixed two incorrect signal connections.axis2009-12-182-2/+2
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2009-12-189-13/+410
|\ \ \ | |/ / |/| |
| * | Fixed QPixmap::load() to not modify referenced copies.Trond Kjernåsen2009-12-181-5/+4
| * | Fixes bug when using AnchorUnderMouse for GraphicsView transformation.Yoann Lopes2009-12-181-3/+16
| * | Make the layout{,AboutToBe}Changed signals in the QSortFilterProxyModel match...Stephen Kelly2009-12-181-2/+4
| * | Make sure mappings are created for columns when indexes newly become parents.Stephen Kelly2009-12-181-0/+27
| * | NEON configure detection and initial blend function implementations.Samuel Rødal2009-12-185-3/+358
| * | Add Q_OBJECT to QBalloonTip so it can be intreospected by styles.Olivier Goffart2009-12-181-0/+1
| |/
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-team into 4.6-i...Qt Continuous Integration System2009-12-181-1/+1
|\ \ | |/ |/|
| * Check if the scene exists before attempting to set its focus item.Michael Brasser2009-12-181-1/+1
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2009-12-171-2/+1
|\ \
| * | Fixed QCoeFepInputContext::widgetDestroyedMiikka Heikkinen2009-12-171-2/+1
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2009-12-171-12/+23
|\ \ \
| * | | Stack overflow when closing a Color panel in Cocoa.Prasanth Ullattil2009-12-171-12/+23
* | | | Merge remote branch 'staging/4.6' into 4.6Simon Hausmann2009-12-1713-44/+122
|\ \ \ \ | |/ / /
| * | | Avoid timer starvation when handling many X11 eventsBradley T. Hughes2009-12-171-0/+2
| * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6David Boddie2009-12-165-4/+22
| |\ \ \
| | * | | Fixed wheel event delivery in graphicsview.Denis Dzyubenko2009-12-161-1/+1
| | * | | Doc fix: mark QFileOpenEvent::url to be available since 4.6Denis Dzyubenko2009-12-161-1/+3
| | * | | Text cursor is not shown properly in line edits on Mac OS X.Prasanth Ullattil2009-12-163-2/+18
| * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6David Boddie2009-12-156-31/+89
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '4.5' into 4.6-stagingThiago Macieira2009-12-151-0/+4
| | |\ \ \
| | | * | | Fix crash in QFontDialog::getFont() on Mac 10.4Morten Johan Sørvig2009-12-101-0/+4
| | | * | | Fixed uninitialized background artifacts in QWidget::render.Donald Carr2009-12-081-1/+1
| | | * | | Fixed searching and copy/paste from PDF documents.axis2009-12-081-1/+1
| | | * | | Fixed a potential crash in QDockWidgetThierry Bastian2009-12-011-2/+5
| | | * | | Fixed a crash in the GL engine when trying to draw invalid pixmaps.Trond Kjernåsen2009-11-261-1/+1
| | * | | | Calling removeToolBar() on native Mac toolbars (Cocoa) causes crash.Prasanth Ullattil2009-12-151-3/+0