summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed lastError() for QTDS driver. Previously, no lastError was available on ...Mark Brand2009-11-041-5/+16
* Implement internal support for property interceptors (used by declarative).Michael Brasser2009-11-041-1/+4
* QGtkStyle refactoringRobert Griebl2009-11-0313-1350/+1455
* Re-apply change fa1856bcb2eff41dadf0900202dd43f44ddb2343 by Joerg BornemannJoerg Bornemann2009-11-031-0/+11
* Re-apply change 71913d435213188959441a89454de6308fd76484 by Jocelyn TurcotteJocelyn Turcotte2009-11-031-23/+0
* Re-apply change 6bc9ef388590b4bfb281d2e1510dc7c3d1837349 by Shane KearnsShane Kearns2009-11-031-0/+15
* Re-apply change 6f36d0aafaccbb9affe8ac1b82c225d985aa7491 by David BoddieDavid Boddie2009-11-031-0/+17
* Re-apply change e2ef97128c006ac2a5c99c67bb54eebaa3b45720 by Thiago MacieiraThiago Macieira2009-11-031-0/+37
* Re-apply change 3f7a99565de7ed17d7ac4c0a25b02997b094b1a9 by Thiago MacieiraThiago Macieira2009-11-031-1/+2
* Re-apply change 0e917ae9587aa0727e6b26ba3eb0157362748fb7 by Jocelyn TurcotteJocelyn Turcotte2009-11-032-107/+107
* Re-apply change 37dc859e7e2e0f135e4c40bc7f6f824fcdb21e86 by David BoddieDavid Boddie2009-11-032-7/+91
* Re-apply change 4ce556b952545494a8adb96f628c219a38406562 by Oswald BuddenhagenOswald Buddenhagen2009-11-031-1/+1
* Re-apply change cef1901dbd96be81fc4139b50b094dfae5223e6f by Martin SmithMartin Smith2009-11-031-1/+1
* Re-apply change 6125aabeccb01a07c706fe4227279eb827e8e890 by Jocelyn TurcotteJocelyn Turcotte2009-11-031-2/+6
* Updated WebKit from /home/jturcott/dev/webkit/ to qtwebkit-4.6-snapshot-20091...Jocelyn Turcotte2009-11-03492-4844/+14466
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6David Boddie2009-11-0315-155/+45
|\
| * Doc/i18n: Fixed source strings for translation.David Boddie2009-11-0311-23/+23
| * Doc: Fixed license information.David Boddie2009-11-031-1/+1
| * Doc: Fixed qdoc warnings.David Boddie2009-11-022-3/+3
| * Doc: i18n overhaul for QObject::tr() and the Qt Linguist manual.David Boddie2009-11-021-128/+18
* | Revert "Compile fix until configure.exe is rebuilt for Windows"Daniel Molkentin2009-11-031-2/+1
* | fix font height calculation on QWSJoerg Bornemann2009-11-031-1/+1
* | WebKit compile fix for Windows CEJoerg Bornemann2009-11-031-0/+11
* | Fixed compilation on windows.Dmytro Poplavskiy2009-11-031-3/+3
* | Fixed qrand global static related problem.Dmytro Poplavskiy2009-11-031-19/+40
* | Merge commit 'e4bec39a139363d1ee4cf3fb15a3fe4499215e77' into 4.6Thiago Macieira2009-11-0234-297/+1200
|\ \
| * \ Merge remote branch 'origin/4.6' into core-4.6Thiago Macieira2009-10-2913-106/+810
| |\ \
| * | | Remove the posix_memalign and Win32 _aligned_mallocThiago Macieira2009-10-291-38/+0
| * | | Merge branch '4.6' into core-4.6Thiago Macieira2009-10-2920-449/+591
| |\ \ \
| * | | | Fix compilation on Mac: there's no malloc.h thereThiago Macieira2009-10-291-5/+4
| * | | | Update confusing qWarning message.Thiago Macieira2009-10-291-2/+2
| * | | | Fix compilation in QContiguousCache.Thiago Macieira2009-10-291-3/+3
| * | | | QLocalServer: block indefinitely when timeout value is -1Peter Hartmann2009-10-281-16/+6
| * | | | Initialise the reserved bits to 0.Thiago Macieira2009-10-287-4/+11
| * | | | Fix Qt containers to properly support types with strict alignments.Thiago Macieira2009-10-289-39/+150
| * | | | Add the aligned versions of qMalloc/qRealloc/qFreeThiago Macieira2009-10-282-0/+103
| * | | | Add some STL compatibility for QContiguousCache and private inheritanceThiago Macieira2009-10-281-60/+65
| * | | | Doc: add documentation for QDBusServiceWatcher class.Thiago Macieira2009-10-281-0/+163
| * | | | Add QDBusServiceWatcher class.Thiago Macieira2009-10-283-69/+393
| * | | | Add a warning to user's connecting to serviceOwnerChanged directlyThiago Macieira2009-10-281-1/+7
| * | | | Stop using the NameOwnerChanged signal without arg0 in QtDBus itselfThiago Macieira2009-10-283-4/+37
| * | | | Move the bulk of the signal connecting/disconnecting code to QDBusConnectionP...Thiago Macieira2009-10-283-60/+82
| * | | | Fix the use of the owner when connecting the service "watcher".Thiago Macieira2009-10-282-3/+10
| * | | | Use the new argument-based rule-matching in QDBusAbstractInterface.Thiago Macieira2009-10-281-6/+22
| * | | | Add new public API to QDBusConnection for connecting with stringThiago Macieira2009-10-282-22/+78
| * | | | Add the ability for the match-rule builder to add argument matching.Thiago Macieira2009-10-283-6/+16
| * | | | Merge remote branch 'origin/4.6' into core-4.6Thiago Macieira2009-10-2845-186/+20835
| |\ \ \ \
| * | | | | Make QProcess report errors from a failed subprocess start.Thiago Macieira2009-10-271-4/+14
| * | | | | QAbstractSocket: insert timer to prevent timeoutPeter Hartmann2009-10-273-2/+30
| * | | | | QAbstractSocket: wait with closing until all bytes have been writtenPeter Hartmann2009-10-279-7/+55