summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doc: Replaced QSet<double> with QSet<int> in QList::fromSet() exampleStian Sandvik Thomassen2009-08-021-3/+3
* Compilare necessus estVolker Hilsheimer2009-08-011-1/+1
* Revert "Fix QFormLayout which allowed fields to be smaller that their minimum...Olivier Goffart2009-07-312-35/+1
* Doc: Use new APIs in example and correct documentation regarding replacement.Volker Hilsheimer2009-07-311-1/+1
* Doc: Use new APIs in example and correct documentation regarding replacement.Volker Hilsheimer2009-07-313-8/+31
* Export symbol used in QtGui.Volker Hilsheimer2009-07-311-1/+5
* QCheckBox on an out-of-process server wont allow <SPACE> key & FocusPrasanth Ullattil2009-07-313-43/+90
* Crash DirectFb plugin when resizing verticalyJørgen Lind2009-07-311-2/+4
* Assistant: Performance fixes for help generator's pattern matching.ck2009-07-311-7/+36
* Doc: fix warnings.Volker Hilsheimer2009-07-312-1/+3
* compileKent Hansen2009-07-311-1/+1
* Revert "Small simplification of code in ItemViews (delegate)"Olivier Goffart2009-07-312-6/+12
* Fix compilation: add #include <new> if placement new is usedThiago Macieira2009-07-311-0/+7
* add private goToState() function to state machineKent Hansen2009-07-313-7/+138
* Fix internal documentation after QUrl change.kh2009-07-315-5/+5
* remove const from QSignalEvent::sender*Kent Hansen2009-07-313-6/+6
* Doc: Fixed a snippet bug in QFileInfoGeir Vattekar2009-07-311-3/+3
* Fix compilation with xlC 7: operands to ?: must match.Thiago Macieira2009-07-311-2/+2
* Compile on HP-UXiBradley T. Hughes2009-07-312-3/+4
* test that activation and this-object can be inherited from parent contextKent Hansen2009-07-311-0/+30
* Show open directory dialog for new gesture exampleRichard Moe Gustavsen2009-07-311-0/+3
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtAaron Kennedy2009-07-31139-3451/+4562
|\
| * Fixed corrupt testlogs on Windows and other places where vsnprintf isRohan McGovern2009-07-311-3/+4
| * Docs: Improve QGraphicsTransform and subclassesAndreas Aardal Hanssen2009-07-315-191/+327
| * API documentation moved into the classes subdirectoryVolker Hilsheimer2009-07-301-0/+0
| * Doc: there is no group of explicitly shared classes, only one class uses this.Volker Hilsheimer2009-07-304-116/+156
| * Disabling the close button didn't work correctlyDenis Dzyubenko2009-07-301-10/+11
| * Allow maximize button on the titlebar for a fixed size windowDenis Dzyubenko2009-07-301-0/+5
| * Added the windowflags manualtest which is based on the windowflags example.Denis Dzyubenko2009-07-306-0/+662
| * Added an ability to remove size constraints from a widget.Denis Dzyubenko2009-07-301-6/+15
| * Autotest: reduce the amout of data transferred to 128 MB, otherwise theThiago Macieira2009-07-301-3/+3
| * Autotest: reorganise the HTTP performance testsThiago Macieira2009-07-301-125/+124
| * Autotest: fix crash caused by deleting a QSharedPointerThiago Macieira2009-07-301-9/+5
| * Do not emit activated and close the popup when the item is not enabled.Benjamin C Meyer2009-07-302-2/+31
| * fix infinite loop when meeting improper trId()Oswald Buddenhagen2009-07-301-1/+3
| * Fix compilation with xlC 7: operands to ?: must match.Thiago Macieira2009-07-301-1/+1
| * Gestures: fixed install event filter bugRichard Moe Gustavsen2009-07-301-2/+2
| * Fix autotests after QUrl change.kh2009-07-3015-25/+25
| * Fixed font attribute inheritence, text and textArea elements in QtSvg.Kim Motoyoshi Kalland2009-07-307-702/+474
| * Added support for 'vector-effect' in QtSvg.Kim Motoyoshi Kalland2009-07-301-82/+150
| * Doc - Fixed a broken link to the Apple Human Interface Guidelines documentKavindra Devi Palaraja2009-07-301-1/+1
| * When there is no alpha channel significantly improve the speed of blendTiled.Benjamin C Meyer2009-07-301-21/+51
| * Doc - Some more cleanups to beautify the documentationKavindra Devi Palaraja2009-07-301-39/+38
| * Doc - Beautifying documentation of autoMaximizeThresholdKavindra Devi Palaraja2009-07-301-8/+9
| * Doc: Move class and function documentation into a dedicated directory.Volker Hilsheimer2009-07-3041-1373/+1413
| * updates...Gunnar Sletta2009-07-3016-104/+234
| * Don't do two hash lookups in loadGlyphs()Eskil Abrahamsen Blomfeldt2009-07-301-2/+2
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtMorten Sørvig2009-07-3028-758/+670
| |\
| | * Doc - some cleanups to beautify the paragraphsKavindra Devi Palaraja2009-07-301-6/+6
| | * Reviewed-by: Thomas H.Gunnar Sletta2009-07-307-649/+109