summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Remove all non-const operator==Harald Fernengel2011-08-098-49/+5
* Change mouse and wheel QPA events to use QPointF.Laszlo Agocs2011-08-085-32/+32
* Use more numerically robust algorithm to compute QBezier::pointAt().Alan Alpert2011-08-051-18/+18
* Switch to use floating point pixelSize in QRawFont completelyJiang Jiang2011-07-297-13/+13
* Fix off-by-one error in binary searchJiang Jiang2011-07-291-1/+1
* Add notify signals for QIntvalidator, QDoubleValidator, QRegExpValidatorCharles Yin2011-07-292-16/+112
* Emit selectionChanged signals when input method alters selection.Andrew den Exter2011-07-281-5/+12
* Fix obsolete contact emailJason McDonald2011-07-281-1/+1
* Make QTabWidget::tabBar() public.David Faure2011-07-261-1/+2
* Improve doc to avoid row vs col major confusion.Sarah Smith2011-07-261-0/+16
* Emit selectionChanged signals when input method alters the selection.Andrew den Exter2011-07-261-0/+3
* Update cursor position when selection is reversed.Andrew den Exter2011-07-261-7/+7
* Add initial support for bitmap version 4/5 headers.Ilya Konkov2011-07-251-9/+55
* Changed QLibrary::resolve() to return a function pointer.Kim Motoyoshi Kalland2011-07-252-5/+7
* Making cached glyphs drawing check clearerJiang Jiang2011-07-253-5/+13
* Delay masking the last character in Password echo mode.Andrew den Exter2011-07-252-3/+77
* Use QUuid::toByteArray() instead of QUuid::toString().toAscii()liangqi2011-07-221-1/+1
* Add support for rawFonts loaded from data in FaceIdPierre Rossi2011-07-212-1/+4
* Fixed memory leak in the TIF handler.Kim Motoyoshi Kalland2011-07-211-5/+8
* Fixed clipping errors for non-extended paint engines.Samuel Rødal2011-07-211-0/+9
* Doc: Removed documentation for deleted code.David Boddie2011-07-2110-333/+0
* Get rid of the evilness of Q_GLOBAL_STATIC_WITH_INITIALIZERThiago Macieira2011-07-214-52/+58
* Add a way to check if we have a matching family in the database.Pierre Rossi2011-07-202-0/+12
* Do not use qRound with integersOlivier Goffart2011-07-201-1/+1
* Use truncate only for subpixel boundingBox x positionJiang Jiang2011-07-202-3/+3
* Deprecate some QPixmap functions (marked as obsolete already).Samuel Rødal2011-07-141-3/+7
* Deprecate some functions in QImage (that have been obsolete since 4.1).Samuel Rødal2011-07-141-7/+10
* Fix warning for uninitialized variableJiang Jiang2011-07-141-1/+1
* Fix editable combobox style on MacJiang Jiang2011-07-141-5/+5
* Skip boundry neutral characters in bidi itemizationJiang Jiang2011-07-141-4/+22
* Fix crash when app font is addedJiang Jiang2011-07-143-19/+28
* Apply 57993ba7 properly to 4.8Jiang Jiang2011-07-141-1/+1
* Avoid buffer overrun in QMacPixmapData resizingJiang Jiang2011-07-141-1/+1
* Fix potential crash when clicking in a text editEskil Abrahamsen Blomfeldt2011-07-131-0/+1
* Fix a crash with QGraphicsScene.Pierre Rossi2011-07-121-1/+2
* Fix uses of qRound on non-floating-point types.Thiago Macieira2011-07-121-2/+2
* Cleanup reference counting in QIcon classJedrzej Nowacki2011-07-113-19/+6
* Remove some metrics parsing code from Core TextJiang Jiang2011-07-112-20/+3
* Remove more references to demos.Casper van Donderen2011-07-081-1/+1
* Don't cast a string from asciiLars Knoll2011-07-071-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-07-072-34/+34
* Fix regressions in previous QFontDatabase patchJiang Jiang2011-07-076-57/+64
* Fix bidi reordering when part of text is rendered by fallback fontEskil Abrahamsen Blomfeldt2011-07-061-1/+13
* Update the documentation after moving examples.Casper van Donderen2011-07-053-6/+6
* Move some other examples around in the docs.Casper van Donderen2011-07-053-16/+16
* Doc: Fixing typoSergio Ahumada2011-07-051-1/+1
* Add QScreenOrientationChangeEvent and rotation support to wayland clientLasse Holmstedt2011-07-043-0/+133
* Move the composition example in the docs.Casper van Donderen2011-07-011-2/+2
* Doc: Fixed qdoc warnings.David Boddie2011-07-013-7/+35
* Fix resource leak in QFontEngineDirectWriteEskil Abrahamsen Blomfeldt2011-07-011-2/+3