summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicShane Kearns2009-08-148024-19175/+28307
|\
| * Had to change ip and hostname as, at the time,Aleksandar Sasha Babic2009-08-141-1/+1
| | | | | | | | this was only accessible from Nokia network.
| * Replies are different for platforms as we targetAleksandar Sasha Babic2009-08-141-8/+4
| | | | | | | | | | | | different server machines. On Symbian we read replies from external file, for others we put data into network-settings.h
| * Fixed SRCDIR usage in QLabel autotest for Symbian.Janne Anttila2009-08-141-1/+1
| | | | | | | | This commit fixed QLabel::task226479_movieResize autotest.
| * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-08-141-12/+16
| |\
| | * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-08-143-13/+20
| | |\
| | * | Fixed qdiriterator test for SymbianMiikka Heikkinen2009-08-141-12/+16
| | | |
| * | | Fixed qgraphicsscene autotest deployment for Symbian.Janne Anttila2009-08-141-1/+1
| | | | | | | | | | | | | | | | Makes render test case to pass at least on emulator.
| * | | Fixed tst_QGraphicsView::scrollBarRanges autotest for Symbian.Janne Anttila2009-08-141-1/+1
| | |/ | |/| | | | | | | | | | | | | The scrollBarRanges test case is style specific, but we were using s60 style to run the test. Added Q_OS_SYMBIAN ifdef to enable windows style for this particular test case.
| * | Fixed and re-enabled anguagechange autotest for Symbian.Janne Anttila2009-08-142-5/+2
| | | | | | | | | | | | | | | Started to use QApplication::closeAllWindows instead of unexported QThreadData::current() and friends.
| * | Implemented minimalistic modal handling for Symbian OS.Janne Anttila2009-08-142-8/+18
| |/ | | | | | | | | | | | | | | | | | | | | The implementation is likely not complete, but makes autotests using QApplication::activeModalWidget to pass. At least the following test now pass successfully: qcolordialog qmessagebox Might have positive impact to other autotests as well.
| * Compile fix.Alessandro Portale2009-08-131-1/+1
| | | | | | | | tst_qobject deleteQObjectWhenDeletingEvent needs QtGui.
| * Changing names of Symbian leave <-> qt throw translation functionsmread2009-08-139-25/+25
| | | | | | | | due to http://qt-reviews.europe.nokia.com/r/67/
| * Removing "Project ERROR: s60main.pro is intended only for Symbian!"Alessandro Portale2009-08-131-0/+1
| | | | | | | | | | | | | | | | It happens during the configure phase on Non-Windows. When making Qt for S60 build on Linux, we may want to revert the change or have a different fix. Reviewed-By: Jason Barron
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJason Barron2009-08-131-1/+1
| |\
| | * fix compile for windows, reviewed by sashaEspen Riskedal2009-08-131-1/+1
| | |
| * | Fix compilation of unix file engine.Jason Barron2009-08-131-19/+20
| |/ | | | | | | | | | | | | | | Add a bracket to the right place and re-arrange the code a little. The indenting was wrong here in the non-Symbian case since the if (exists) did not have curly bracket. Also copy the union of the Hidden flag into the Symbian #ifdef to make this code slightly more readable.
| * Clean up platform defines a bitHarald Fernengel2009-08-131-3/+1
| | | | | | | | As per Marius' S-O's request :)
| * trivial: change commentHarald Fernengel2009-08-131-1/+1
| |
| * Use QScopedPointer wherever possibleHarald Fernengel2009-08-133-53/+44
| | | | | | | | | | Ensures that we don't leak when creating a new Pixmap while running out of memory
| * Replace QCustomScopedPointer with QScopedPointerHarald Fernengel2009-08-132-3/+5
| | | | | | | | First step to get rid of QCustomScopedPointer class
| * We feel that test case should be changed,Aleksandar Sasha Babic2009-08-131-20/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | as we cant expect that order of the event hansling will be same on all platforms. For example, on Symbian quit will happen first, on Linux not. It is better to check if we processed 2 events in total. Reviewed by: Axis
| * Fixed qaction autotest failures for Symbian.Janne Anttila2009-08-131-2/+2
| |
| * Fixed broken test case due to URL changes (commit 96b6a3c9)Janne Anttila2009-08-131-2/+2
| |
| * Removing some cases that were left in s60Aleksandar Sasha Babic2009-08-131-113/+6
| | | | | | | | branch after merginig with mainlin/master.
| * Trivial, obsolete lines.Aleksandar Sasha Babic2009-08-131-4/+0
| |
| * Fix QVarLengthArray out of bounds readHarald Fernengel2009-08-131-1/+3
| | | | | | | | Reviewed-By: Ralf Engels
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJason Barron2009-08-131-2/+2
| |\
| | * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-08-1315-68/+101
| | |\
| | * | Worked around RVCT scoping issues by making scope explicit in places thatMiikka Heikkinen2009-08-131-2/+2
| | | | | | | | | | | | | | | | the compiler couldn't figure out when building qsharedpointer test.
| * | | Merge commit 'qt/master'Jason Barron2009-08-138008-18741/+27988
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: examples/opengl/samplebuffers/glwidget.cpp src/corelib/io/qfsfileengine_unix.cpp src/corelib/kernel/qobject.cpp src/corelib/tools/qsharedpointer.cpp src/gui/gui.pro tests/auto/qhttp/tst_qhttp.cpp tests/auto/qkeyevent/tst_qkeyevent.cpp
| | * | Get the pinchzoom working againBradley T. Hughes2009-08-132-4/+4
| | | | | | | | | | | | | | | | | | | | Touch events on scrollarea based classes should enable touch on the viewport and handle the events in a viewportEvent() reimplementation.
| | * | Fixes proper quoting under odbc.Bill King2009-08-131-11/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Query the database for the quoting charachter, don't assume you know what it is. Reviewed-by: Justin McPherson
| | * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When specifying round corners with QStyleSheetStyle and no border-width specified, the round corners were not rendered with antialiasing. Furthermore, if border-width was set to 0, part of the border was rendered in discordance with CSS3. The background in now rendered directly instead of drawing a clipped rectangle. The actual border width is checked before rendering. A test has been added at tests/auto/uiloader/baseline/css_borderradius_allwidgets.ui Task-number: 230362 Reviewed-by: olivier
| | * | Add QGraphicsView to the QTouchEvent testBradley T. Hughes2009-08-121-121/+387
| | | | | | | | | | | | | | | | | | | | Since QTouchEvents can also be sent to QGraphicsItems, we want to test that it actually works.
| | * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The q* helper functions are declared as Q_CORE_EXPORT, so they have to be extern'd like that as well. This fixes a problem where adding a resource to a project would result in undefined symbols on some RVCT versions. Reviewed-by: Andy Shaw <andy.shaw@nokia.com>
| | * | don't test mouse over on Windows mobile in tst_QWidget::setToolTipJoerg Bornemann2009-08-121-1/+3
| | | | | | | | | | | | | | | | Reviewed-by: mauricek
| | * | qdoc: Changed the scripts for the google search boxMartin Smith2009-08-121-1/+6
| | | | | | | | | | | | | | | | Task-number: 258950
| | * | Fix WebKit import from the trunk (part 2)Simon Hausmann2009-08-121-1/+27
| | | | | | | | | | | | | | | | | | | | | | | | Fix generation of WebKit version file by including the xcconfig file. Reviewed-by: Trust me
| | * | Make QPropertyAnimation symetric wrt directionThierry Bastian2009-08-123-39/+81
| | | | | | | | | | | | | | | | | | | | | | | | It is now possible to set a start value and no end value and starting the animation will pick the default end value from the current value of the property that's being animated.
| | * | qdoc: Added google CSE to each page.Martin Smith2009-08-121-11/+18
| | | | | | | | | | | | | | | | Task-number: 258950
| | * | Fix import of WebKit.Simon Hausmann2009-08-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Don't try to remove WebCore/svg/graphics/wince, it doesn't exist anymore. Reviewed-by: Trust me
| | * | fixing warnings for qreal=floatThomas Hartmann2009-08-121-1/+1
| | | | | | | | | | | | | | | | Reviewed-by: Joerg
| | * | QGraphicsRotation and QGraphicsRotation3D are now merged into 1 classThierry Bastian2009-08-126-145/+138
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | You can now also set the axis following hte Qt::Axis enum Note: I'm not 100% sure about the maths in QGraphicsRotation::applyTo Feel free to fix it. Reviewed-by: ogoffart
| | * | Mouse move events delivered toa blocked widget.Prasanth Ullattil2009-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On windows we were not checking whether the widgets receiving the mouse events are blocked by another modal widget or not. Task-number: 255912 Reviewed-by: Thierry Bastian
| | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtJason McDonald2009-08-1211-31/+170
| | |\ \