summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of QmlFont and use the QFont value type instead.Michael Brasser2009-08-1435-377/+96
|
* Improve error message.Michael Brasser2009-08-141-1/+1
|
* Remove unused function.Michael Brasser2009-08-141-2/+0
|
* Make calling base class focusChanged a protocol.Warwick Allison2009-08-144-15/+10
|
* Fix to QFxWebView to show cursor in focused text input. Correction textedit ↵Tapani Mikola2009-08-146-23/+26
| | | | and lineedit so that they emit focuschanged signals. Clean ups to webbrowser.qml.
* react on mouse press rather than click (feels faster)mae2009-08-131-2/+2
|
* Fix crash on exit when using the qml debugging interfaceKai Koehne2009-08-131-10/+10
| | | | | QmlEngineDebugClient is defined as a member variable AND the object parent is set -> double deletion.
* compile on 64bit machines (quintptr can hold void* onmae2009-08-131-1/+1
| | | | systems where int can't)
* Wait for connections to remote debugging interfaceKai Koehne2009-08-133-7/+21
| | | | | | | | | The tcp server was waiting for connections right when instantiated ... even before the different debugging services could register themselves. This is fixed by first letting the different services register, and only block for incoming connections when explicitly registered (QmlDebugService::waitForConnectons).
* Fix flowview example VisualModel -> VisualDataModelMartin Jones2009-08-131-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-138214-22197/+51856
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Settings menu tidy-up.Warwick Allison2009-08-131-1/+7
| |
| * layoutWarwick Allison2009-08-131-126/+65
| |
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-08-138202-22136/+51227
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Fix angle.Michael Brasser2009-08-131-1/+1
| | |
| | * Cleanup.Michael Brasser2009-08-131-1/+0
| | |
| | * Missed a Rotation3D -> Rotation.Michael Brasser2009-08-131-1/+1
| | |
| | * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-08-1337-206/+273
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | QGraphicsRotation3D has been merged into QGraphicsRotation.Michael Brasser2009-08-137-10/+9
| | | |
| | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-08-138191-22116/+51209
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kinetic-declarativeui Conflicts: configure configure.exe mkspecs/features/qt.prf src/corelib/global/qglobal.h src/corelib/kernel/qobject_p.h
| | | * | 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
| | | |\ \
| | | | * | fix decoration of DontShowOnScreen widgets on Windows CEJoerg Bornemann2009-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Widgets with the WA_DontShowOnScreen attribute must not have a window decoration. Autotest: tst_QWidget::initialPosForDontShowOnScreenWidgets Reviewed-by: thartman
| | | | * | Add the typedefs to QSharedPointer and QWeakPointer to make templateThiago Macieira2009-08-121-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | usage simpler. For example, this allows writing code like: template <class Pointer> typename Pointer::pointer getPointer(constPointer &p) { return p.data(); } and that code will work for both QSharedPointer and QWeakPointer. Reviewed-by: Harald Fernengel Also add an operator- to make pointer operations possible.
| | | | * | Autotest: make sure we can't create QWeakPointer from a QObject in destruction.Thiago Macieira2009-08-122-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | This test only works in debug mode
| | | | * | Doc: explain the use of QWeakPointer for tracking QObjectsThiago Macieira2009-08-122-14/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explain the difference to QPointer and why QWeakPointer should be used instead. Reviewed-by: Trust Me
| | | | * | Possible Dead lock in the destructor of QObjectThierry Bastian2009-08-124-13/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem was that we were locking a mutex that was global to thread to remove posted events associated with a QObject from the posted event list. We were also immediately deleting those events. If that triggers the deletion of another QObject, you would then trigger a dead-lock. Task-number: 259514 Reviewed-by: brad Reviewed-by: ogoffart
| | | | * | Phonon: On windows, cross fading was brokenThierry Bastian2009-08-121-1/+2
| | | | | |
| | | | * | usage of Q_OS_WINCE fixedJoerg Bornemann2009-08-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's no QT_OS_WINCE define. Reviewed-by: mauricek
| | | * | | Update obsolete license headers.Jason McDonald2009-08-12132-2977/+3977
| | | |/ / | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | | * | Replace "Trolltech" with more appropriate terms.Jason McDonald2009-08-12103-108/+107
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtJason McDonald2009-08-124-7/+10
| | | |\ \
| | | | * | Compile fix for Windows CE standard SDKThomas Hartmann2009-08-122-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Q_WS_SINCE_WM ifdefs were broken Reviewed-by: Joerg
| | | | * | Surrounded a string const with QString() to get snippet to work.Martin Smith2009-08-122-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Task-number: 258967
| | | * | | Replace obsolete license headers.Jason McDonald2009-08-1255-1706/+1705
| | | |/ / | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | | * | Update obsolete email addresses.Jason McDonald2009-08-12368-615/+615
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me