summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed warnings on phonon/ds9 with mingw (gcc 4)Thierry Bastian2009-08-039-23/+28
* Remove currentChildBeingDeleted from QObjectPrivate.Thiago Macieira2009-08-032-21/+13
* Add EGL_BIND_TO_TEXTURE_RGBA to QEglProperties::reduceConfiguration()Tom Cooksey2009-08-031-1/+10
* Add a constructor to QEglProperties which takes an EGLConfigTom Cooksey2009-08-032-0/+15
* Make QEglProperties::setVisualFormat() read alpha for visualTom Cooksey2009-08-031-1/+11
* Fix build on X11/EGL without XRenderTom Cooksey2009-08-031-2/+4
* Add qglpixelbuffer_p.h to opengl.pro so Creator finds itTom Cooksey2009-08-031-0/+1
* export QStateMachinePrivate symbolsKent Hansen2009-08-031-6/+2
* remove constructors that are not usefulKent Hansen2009-08-0315-138/+28
* Ensure that the dash offset is reset when using drawLines()Andy Shaw2009-08-031-2/+4
* Fixes casing fails for databases that have variable casing support.Bill King2009-08-031-3/+5
* 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