summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Make porterduff operations work in DirectFBAnders Bakken2009-07-281-33/+97
| | * Disable the pointer tracking feature in Qt 4.5.Thiago Macieira2009-07-272-29/+5
| | * Roll back the fancy updating of translucent windows.Gunnar Sletta2009-07-271-4/+1
| | * Fix missing title quoting.kh2009-07-271-2/+4
| | * Add docs for Windows Server 2008 R2 to QSysInfo::WinVersionBradley T. Hughes2009-07-271-2/+2
| | * Fix crash when printing to PDF on Qt/MacMorten Sørvig2009-07-271-2/+5
| | * Fixed failure of tst_qlocale if run when LC_ALL is set.Rohan McGovern2009-07-271-6/+10
| | * Doc - Mention Google trademarks with the two examples using Google services.Kavindra Palaraja2009-07-262-0/+2
| | * Fix a running external tests: user program headers must come first.Thiago Macieira2009-07-261-2/+2
| | * Musicplayer example crashes when trying to open unvalid fileRichard Moe Gustavsen2009-07-241-1/+4
| | * Prematurely creating a dialog as a sheet causes problemsRichard Moe Gustavsen2009-07-243-22/+38
| | * QNAM: Clarify docs about when a QNetworkReply can be deletedMarkus Goetz2009-07-242-2/+16
| * | 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
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtWarwick Allison2009-08-031-3/+3
|\ \ \ | |/ /
| * | Doc: Replaced QSet<double> with QSet<int> in QList::fromSet() exampleStian Sandvik Thomassen2009-08-021-3/+3
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtWarwick Allison2009-08-0256-198/+1328
|\ \ \ | |/ /
| * | 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
| |\ \
| * | | Update QAbstractItemModel following reviewAaron Kennedy2009-07-311-2/+2
| * | | Remove isDynamic property flagAaron Kennedy2009-07-313-16/+2
| * | | Reorder flag values in ascending orderAaron Kennedy2009-07-312-7/+8
| * | | Don't process input events while waiting for network response.Martin Jones2009-07-311-1/+1