summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* | | | S60Style: Add support for other than avkon.mbm fallback graphics. The fallbac...Sami Merilä2009-05-082-226/+291
* | | | S60Style: Support for flat and checkable pushbuttonsSami Merilä2009-05-082-6/+52
* | | | S60Style: Slightly bigger node icons for QTreeViewSami Merilä2009-05-081-2/+5
* | | | Moving the handling code for HandleCommandL fromAlessandro Portale2009-05-072-0/+17
* | | | S60Style: Style QTreeView nodes and lines.Sami Merilä2009-05-073-1/+60
* | | | S60Style: Improved polish. Now fonts are polished instead of set in drawing c...Sami Merilä2009-05-073-36/+55
* | | | Fix docs.axis2009-05-061-1/+1
| | | |
| \ \ \
*-. \ \ \ Merge branches 'virtualKeyboardAPI' and 'imHintsForS60'axis2009-05-0611-41/+321
|\ \ \ \ \
| | * | | | Improved the handling of input method hints in S60.axis2009-05-062-21/+71
| | * | | | Merge branch 'virtualKeyboardAPI' into imHintsForS60axis2009-05-061-3/+12
| | |\ \ \ \
| | * | | | | Implemented support for input method hints in S60 FEP.axis2009-05-052-6/+111
| * | | | | | Improved the docs a bit.axis2009-05-061-0/+2
| | |/ / / / | |/| | | |
| * | | | | Clarified the docs a bit.axis2009-05-061-1/+1
| * | | | | Split ImhNumbersOnly into DigitsOnly and FormattedNumbersOnly.axis2009-05-061-2/+2
| * | | | | Small optimization to input context update.axis2009-05-051-3/+5
| * | | | | Updated to slightly better docs.axis2009-05-041-1/+4
| * | | | | Make sure to update input context after switching input method hints.axis2009-05-041-0/+4
| |/ / / /
| * | | | Made QLineEdit set input method hints when changing echo mode.axis2009-05-041-3/+8
| * | | | Added inputMethodHints API.axis2009-05-043-1/+38
| * | | | Close the input panel when focusing a non-inputmethods aware widget.axis2009-05-041-0/+10
| * | | | Made the S60 FEP use the new RequestSoftwareInputPanel events.axis2009-05-042-32/+18
| * | | | Implemented RequestSoftwareInputPanel events in QLineEdit.axis2009-05-042-1/+12
| * | | | Added QApplication::autoSipOnMouseFocus.axis2009-05-043-0/+39
| * | | | Added an event to request and close software input panel.axis2009-05-042-1/+27
* | | | | S60Style: Add support for busy indicator for progres bar.Sami Merilä2009-05-063-13/+21
* | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-0639-361/+575
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Fix infinite recursion with QT3_SUPPORTJoão Abecasis2009-05-051-1/+1
| * | | | Extend change 759338df758ad16cdfd9521b270f7e379bbfa57c to cover extramae2009-05-051-14/+25
| * | | | QTextEdit::ExtraSelection failure with style sheetsmae2009-05-052-6/+39
| * | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Morten Sørvig2009-05-057-29/+106
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Ensured correct rounding of scaled image drawing at non-integer coords.Samuel Rødal2009-05-052-25/+52
| | * | | Fixed bug where 0-opacity would cause images to be drawn fully opaque.Samuel Rødal2009-05-051-1/+1
| | * | | Fix regression in drawing parts of pixmaps on Panther.Norwegian Rock Cat2009-05-051-3/+2
| | * | | Support rotated displays with 15 and 16 bit BGR pixel formats.Paul Olav Tvete2009-05-054-0/+51
| * | | | Make command-quit not terminate the program on Qt/Cocoa.Morten Sørvig2009-05-051-3/+6
| |/ / /
| * | | Revert "Fix tabbar issues with Oxygen style"Jens Bache-Wiig2009-05-051-41/+32
| * | | QListView in icon mode could crash when removing the last elementThierry Bastian2009-05-051-3/+4
| * | | On Windows loosing focus should result in clearing focus if widget is embedde...Denis Dzyubenko2009-05-051-1/+3
| * | | Added a check that X11 timestamp goes forward only.Denis Dzyubenko2009-05-041-15/+20
| * | | Added an assert so that QColormap usage without a QApplication asserts.Trond Kjernaasen2009-05-041-1/+5
| * | | Ensure that we send the Apple Events even when Cocoa isn't ready.Norwegian Rock Cat2009-05-042-11/+23
| * | | Do not crash when passing wrong indexes to QSortFilterProxyModel::indexFomSou...Olivier Goffart2009-05-041-0/+9
| * | | Fixed busy indicator for a QProgressBar with a style sheet applied to it.jasplin2009-04-301-1/+1
| * | | Fixes a possible issue in itemviws where we would not scroll to theThierry Bastian2009-04-302-10/+17
| * | | QApplication::setStyle() can cause a crashRichard Moe Gustavsen2009-04-301-1/+4
| * | | QTransform::map(const QRegion&) cut-off for single rect regions.Bjoern Erik Nilsen2009-04-291-0/+4
| * | | Speed-up QPainter::clipRegion().Bjoern Erik Nilsen2009-04-291-11/+20
| * | | Wrong clip in QWidget::render(QPainter *, ...) when using Qt::(Replace|No)Clip.Bjoern Erik Nilsen2009-04-291-2/+7
| * | | Corrected description of the QLayout::takeAt() functionMorten Engvoldsen2009-04-291-1/+1
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Jarek Kobus2009-04-299-30/+57
| |\ \ \