summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Minor performance improvements in nameprepping.Thiago Macieira2009-07-212-25/+28
* Fix bug in locating non-lowercase TLDs: must lowercase.Thiago Macieira2009-07-211-2/+6
* One more improvement in QUrl: avoid an extra lowercasing step.Thiago Macieira2009-07-211-17/+13
* Improve performance in QUrl parsing by doing in-line operations.Thiago Macieira2009-07-211-31/+32
* Change qt_nameprep to do in-line namepreppingThiago Macieira2009-07-211-26/+24
* Add qt_string_normalize to do in-place Unicode normalization.Thiago Macieira2009-07-212-37/+37
* Implement strict STD3 checking of hostnames in URLs.Thiago Macieira2009-07-211-69/+172
* Fix memory leak with wrapped eventsKent Hansen2009-07-211-0/+3
* Doc: More docu for the QPixmapCache::KeyVolker Hilsheimer2009-07-211-1/+13
* Use the configure script to enable/disable QtConcurrent and QtXmlPatternsThiago Macieira2009-07-211-18/+5
* Fix compilation with xlC 7: the compiler tries to expand qIsForwardIteratorEn...Thiago Macieira2009-07-212-14/+14
* Fix compilation with xlC 7: the compiler doesn't find statics in template exp...Thiago Macieira2009-07-211-1/+2
* Fix compilation of QHash<QUrl, ...> with xlC 7.Thiago Macieira2009-07-211-11/+13
* xlC 7 cannot compile QtConcurrent with these templates hereThiago Macieira2009-07-211-1/+1
* Fix compilation with xlC 7: the cast is necessary to get delete[] to understa...Thiago Macieira2009-07-211-1/+1
* Doc: Updated link and a bit more documentation forVolker Hilsheimer2009-07-212-10/+26
* Fix warning with Sun CC 5.9 and xlC 7: no new types inside anonymous unions.Thiago Macieira2009-07-211-5/+6
* There's no need to include qstringmatcher.h in qstringlist.hThiago Macieira2009-07-212-1/+1
* Disable visibility on CC 5.9 since the compiler doesn't like itThiago Macieira2009-07-211-1/+2
* Remove unused gesture related defines and structuresBradley T. Hughes2009-07-212-101/+56
* Compile with QT_NO_PROCESS or QT_NO_SETTINGSHarald Fernengel2009-07-211-3/+3
* Try to express ourselves better in the explanation for the curve types.Jan-Arve Sæther2009-07-211-81/+84
* Doc fixes to QEasingCurve.Jan-Arve Sæther2009-07-211-7/+8
* Fix compiler warning about initialization orderhjk2009-07-211-2/+2
* Compile fix with namespaced Qthjk2009-07-213-0/+12
* Fixes memory leak of global data.Denis Dzyubenko2009-07-211-1/+5
* LayeredPane should not be reported as an IP address edit control to MSAAJan-Arve Sæther2009-07-212-0/+3
* Doc: mark QImage/QPixmap alphaChannel and setAlphaChannel as obsolete.Volker Hilsheimer2009-07-212-41/+38
* Workaround for transacted, locked and inaccesible filesRitt Konstantin2009-07-201-0/+88
* Doc: fix links between QGraphicsItem and QTouchEventVolker Hilsheimer2009-07-202-7/+7
* Doc: fix formatting of lists.Volker Hilsheimer2009-07-201-12/+17
* Doc: not an overloadVolker Hilsheimer2009-07-201-2/+0
* Partial fix for Qt issue #244648 - QtIcoHandler does not support large & Vist...miniak2009-07-201-0/+12
* Return selectedFilter in QGtkStyle file dialogsLukáš Lalinský2009-07-202-5/+27
* Doc: clarify relevance for QGraphicsItem and add a few \saVolker Hilsheimer2009-07-201-26/+84
* Doc: small improvementsVolker Hilsheimer2009-07-202-6/+21
* Doc: Make QAction::priority/Priority documentation clearerVolker Hilsheimer2009-07-201-9/+9
* Fixed includes in the gestures public headers.Denis Dzyubenko2009-07-202-10/+9
* Fixes build for Windows MobileThomas Hartmann2009-07-201-1/+0
* doc: Changed several \reimp to \internalMartin Smith2009-07-208-22/+8
* compile against the Windows 7 SDK RCBradley T. Hughes2009-07-201-15/+16
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtOswald Buddenhagen2009-07-203-23/+227
|\
| * doc: Changed several \reimp to \internalMartin Smith2009-07-202-19/+19
| * On Vista the native file dialog search feature return wrong paths.Prasanth Ullattil2009-07-201-4/+208
* | Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-2026-575/+508
|\ \ | |/ |/|
| * Fix QTextCodec case-insensitive comparison while in a Turkish locale.Thiago Macieira2009-07-201-4/+8
| * Fix assert in message handling.Frans Englich2009-07-201-1/+1
| * Fix the hand scrolling in QGraphicsView that will stop unexpectedly.Alexis Menard2009-07-201-1/+1
| * Fix crash when native socket notifiers would send a notification after being ...Norwegian Rock Cat2009-07-201-4/+8
| * fix crash due to null pointer referencingAlex2009-07-201-1/+1