summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix compile error on Windows7(64Bit) with latest SDK.Prasanth Ullattil2009-08-241-0/+1
* compile fix with namespaced Qthjk2009-08-2416-24/+40
* add a QByteArray based example to the QString::split() benchmarkhjk2009-08-241-0/+14
* Fix Qt::ClickFocus for QGraphicsProxyWidget.Andreas Aardal Hanssen2009-08-243-1/+93
* Doc: Said that an item set as the current item in an item view is alsoGeir Vattekar2009-08-244-5/+9
* Fixed SVG stroke attributes to work with 'use' tags.Kim Motoyoshi Kalland2009-08-248-313/+434
* Added autotest for SVG 'use' elements.Suneel BS2009-08-241-0/+102
* Minor documentation and code fixes.Frans Englich2009-08-241-2/+4
* Fix QPlainTextEdit painting errorsmae2009-08-241-2/+3
* Remove dead code.Frans Englich2009-08-241-3/+1
* Warning --Alexis Menard2009-08-241-1/+1
* HSL support for QColorThomas Hartmann2009-08-243-26/+689
* Doc - Organizing diagrams for designer's manualKavindra Devi Palaraja2009-08-2443-0/+240
* add a benchmark for QString::split() and compare to a 'plain Standard C++' ve...hjk2009-08-241-10/+88
* Gestures, Mac: remove pan gesture from qabstractscrollareaRichard Moe Gustavsen2009-08-242-4/+9
* Fix compilation with WINSCW: no varargs macrosThiago Macieira2009-08-221-9/+9
* Export QClipData and QRasterBufferAnders Bakken2009-08-211-2/+2
* Clean up surface creation code in dfbAnders Bakken2009-08-215-145/+66
* Fix warning about unreferenced element.Alessandro Portale2009-08-211-3/+1
* Fix warning about unreferenced element.Alessandro Portale2009-08-211-2/+1
* Fix double to float truncation warning.Alessandro Portale2009-08-211-1/+1
* Merge branch 'master' of git@scm.dev.troll.no:qt/qtAlessandro Portale2009-08-212-1/+2
|\
| * Export QRasterizerAnders Bakken2009-08-211-1/+1
| * CompileAnders Bakken2009-08-211-0/+1
* | Warning fix: mask_format = unreferenced parameterAlessandro Portale2009-08-211-0/+1
* | "d->" is not used. Fix MSVC warning.Alessandro Portale2009-08-211-2/+0
* | Fixed unreferenced variable warning in Release mode.Alessandro Portale2009-08-211-2/+1
* | Fixed an MSVC 9.0 /2008 warningAlessandro Portale2009-08-211-5/+5
|/
* Fix obsolete license headers.Jason McDonald2009-08-2119-210/+551
* Add missing license headers and header guards.Jason McDonald2009-08-215-5/+199
* Fix obsolete license headers.Jason McDonald2009-08-2125-52/+52
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtJason McDonald2009-08-2115-17/+23
|\
| * Using pnginfo and optipng to reduce file size (thus resources size).Alessandro Portale2009-08-2111-0/+0
| * Remove the unnecessary double memcpy now too.Thiago Macieira2009-08-211-3/+0
| * Don't access usedHashFunc() if it's already been deleted.Thiago Macieira2009-08-211-1/+2
| * Fix trivial QList detaching: QListData::detach2() *must* memcpy.Thiago Macieira2009-08-211-1/+1
| * QMetaObject: Crashes with dbus that tries to connect to all signalsOlivier Goffart2009-08-211-12/+20
* | Fix obsolete license headers.Jason McDonald2009-08-2123-28/+28
|/
* Use relative paths in DESTDIR in qdoc3.pro.Thiago Macieira2009-08-211-1/+1
* Fix crash at program exit: Q_GLOBAL_STATIC is zeroed.Thiago Macieira2009-08-211-1/+2
* Don't try to use -rpath to support link-time library searching.Thiago Macieira2009-08-211-2/+0
* Doc: Added the What's New page for 4.6Geir Vattekar2009-08-215-5/+178
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtmasterEspen Riskedal2009-08-213-0/+92
|\
| * Add QGraphicsOpacityEffect.Bjørn Erik Nilsen2009-08-213-0/+92
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtmasterEspen Riskedal2009-08-218-8/+25
|\ \ | |/
| * Revert "Remove a global destructor from QtDBus."Thiago Macieira2009-08-211-6/+4
| * compile fix with namespaces in QGLCustomShaderStagePrivatehjk2009-08-211-0/+4
| * make moc, qregion and qsharedpointer autotest compile with namespaceshjk2009-08-215-1/+15
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtFriedemann Kleint2009-08-212-0/+5
| |\
| * | Added missing Q_ENUM/Q_FLAGS declarations for input methods.Friedemann Kleint2009-08-211-1/+2