summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove unneeded distinction between Windows and Windows CERitt Konstantin2009-08-131-5/+1
* create world TRUSTEE only once in QFSFileEngine (Win)Ritt Konstantin2009-08-131-22/+23
* use BuildTrusteeWithSid instead of BuildTrusteeWithNameRitt Konstantin2009-08-131-52/+13
* remove needless resolvings in qfsfileengine_win.cppRitt Konstantin2009-08-131-53/+31
* Fix build, by adjusting according to how test QProcess is.Frans Englich2009-08-131-1/+16
* Fix coverity warningsThierry Bastian2009-08-134-7/+8
* fixing return values _wchmod on Windows CEJoerg Bornemann2009-08-132-4/+5
* Add QIntegerForSize<1> and QIntegerForSize<2>.Thiago Macieira2009-08-131-0/+2
* Internal doc: explain how QSharedPointer worksThiago Macieira2009-08-132-18/+305
* Fix coverity warningsThierry Bastian2009-08-134-7/+3
* Use the correct font for QLineEditPaul Olav Tvete2009-08-131-0/+1
* fixing autotests for Windows CE (deployment - QHelp)Thomas Hartmann2009-08-133-2/+33
* Assistant compiles on Windows CEThomas Hartmann2009-08-132-0/+8
* clucene compiles on Windows CE nowThomas Hartmann2009-08-136-0/+50
* Fix focus proxy deletion bugs/crashes in QGraphicsItem.Andreas Aardal Hanssen2009-08-135-14/+66
* Fix qmake warningsPrasanth Ullattil2009-08-132-4/+0
* Fix auto test xmlpatternsschemats by adjusting build dependencies.Frans Englich2009-08-131-0/+1
* qdoc: Disabled reporting the NOTIFY signal until I know what it broke.Martin Smith2009-08-131-3/+2
* Doc - Some cleanup on the documentation of QWebElementKavindra Devi Palaraja2009-08-131-158/+220
* Remove yet another forgotten debug message.Morten Sorvig2009-08-131-1/+0
* Fix to autotest of QDockWidgetThierry Bastian2009-08-131-1/+1
* Pick a suitable default architecture for qmake-based applications.Morten Sorvig2009-08-131-0/+16
* Fix compiler warningPrasanth Ullattil2009-08-131-2/+4
* Fix compile issue for animation frameworkThierry Bastian2009-08-131-1/+1
* QPropertyAnimation: refactor of the default-value codeThierry Bastian2009-08-133-41/+33
* fix tab and hold for Windows CE and scrollbarsThomas Hartmann2009-08-131-0/+6
* Compile with QT_KEYPAD_NAVIGATION definedAlan Alpert2009-08-131-3/+2
* Get the pinchzoom working againBradley T. Hughes2009-08-132-4/+4
* Fixes proper quoting under odbc.Bill King2009-08-131-11/+5
* Test naming convention cleanup.Rohan McGovern2009-08-131-118/+118
* Test cleaned-up.Gabriel de Dietrich2009-08-121-14/+39
* Ugly round corners when no border is drawnGabriel de Dietrich2009-08-123-7/+447
* Add QGraphicsView to the QTouchEvent testBradley T. Hughes2009-08-121-121/+387
* add some benchmarks for QScriptEngine and QScriptValueKent Hansen2009-08-124-0/+436
* oops: fix an issue when going backward and there is only 1 key value setThierry Bastian2009-08-121-4/+11
* extern the Qt helper functions with Q_CORE_EXPORTHarald Fernengel2009-08-121-2/+2
* don't test mouse over on Windows mobile in tst_QWidget::setToolTipJoerg Bornemann2009-08-121-1/+3
* qdoc: Changed the scripts for the google search boxMartin Smith2009-08-121-1/+6
* Fix WebKit import from the trunk (part 2)Simon Hausmann2009-08-121-1/+27
* Make QPropertyAnimation symetric wrt directionThierry Bastian2009-08-123-39/+81
* qdoc: Added google CSE to each page.Martin Smith2009-08-121-11/+18
* Fix import of WebKit.Simon Hausmann2009-08-121-1/+0
* fixing warnings for qreal=floatThomas Hartmann2009-08-121-1/+1
* QGraphicsRotation and QGraphicsRotation3D are now merged into 1 classThierry Bastian2009-08-126-145/+138
* Mouse move events delivered toa blocked widget.Prasanth Ullattil2009-08-121-1/+1
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtJason McDonald2009-08-1211-31/+170
|\
| * fix decoration of DontShowOnScreen widgets on Windows CEJoerg Bornemann2009-08-121-1/+1
| * Add the typedefs to QSharedPointer and QWeakPointer to make templateThiago Macieira2009-08-121-0/+21
| * Autotest: make sure we can't create QWeakPointer from a QObject in destruction.Thiago Macieira2009-08-122-0/+17
| * Doc: explain the use of QWeakPointer for tracking QObjectsThiago Macieira2009-08-122-14/+98