summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Expose the row and column of an item as an attached propertyAaron Kennedy2009-06-183-2/+73
|
* Allow a small grab area around the outside of the webletAaron Kennedy2009-06-181-2/+4
|
* Don't move item if it hasn't been draggedAaron Kennedy2009-06-181-2/+5
|
* Add live content to flowview exampleAaron Kennedy2009-06-183-17/+87
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-181-0/+10
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Rhys Weatherley2009-06-1816-37/+186
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Use custom string converter in writeValueProperty()Rhys Weatherley2009-06-181-0/+10
| | | | | | | | | | | | Reviewed-by: Aaron Kennedy
* | | (Very) Basic FlowView prototypeAaron Kennedy2009-06-185-1/+534
| |/ |/|
* | Allow synthesized and extension meta objects to work togetherAaron Kennedy2009-06-182-3/+14
| |
* | more keword change fixes.Ian Walters2009-06-188-8/+8
| | | | | | | | Behaviour -> Behavior
* | Keyword name changeIan Walters2009-06-184-4/+4
| | | | | | | | | | Behaviour was renamed Behavior. Was Australian spelling, now US spelling.
* | Use QContiguousCache for cached queriesIan Walters2009-06-182-21/+124
| | | | | | | | | | | | By using QContiguousCache, and upper limit on cache size is assured. Also caching is set to occur in the background when possible. This should reduce any impact on animation performance.
* | Merge branch 'kinetic-declarativeui' of ↵Ian Walters2009-06-171313-27094/+43258
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Don't defer properties if an id has been setAaron Kennedy2009-06-172-11/+17
| |
| * VC2008 CompileAaron Kennedy2009-06-171-0/+14
| |
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-173-1/+19
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Fixing QWidget supportThomas Hartmann2009-06-161-1/+11
| | | | | | | | | | | | Reviewed-by: Kai Koehne
| | * Fixing qml for QWidget support (crash)Thomas Hartmann2009-06-161-0/+6
| | | | | | | | | | | | | | | | | | | | | QWidget deletes its children in its own constructor so we have to cleanup before explicitly Reviewed-by: Aaron Kennedy
| | * Fixed range calculation for UiQualifiedId in the visitor forErik Verbruggen2009-06-161-0/+2
| | | | | | | | | | | | UiScriptBinding.
| * | Respect string converters in binding assignmentsAaron Kennedy2009-06-171-0/+7
| |/
| * Make the default rect color whiteAaron Kennedy2009-06-162-1/+3
| |
| * Use system configuration for proxy settingsAaron Kennedy2009-06-162-0/+20
| |
| * Autotest for extension objectsAaron Kennedy2009-06-164-0/+90
| |
| * Forward signals from extended objectsAaron Kennedy2009-06-163-3/+31
| | | | | | | | This is necessary so that notify signals on properties defined in an extension object operate correctly.
| * Deferred properties mostly work.Aaron Kennedy2009-06-167-12/+88
| | | | | | | | However, they still don't honour the presence of an id property.
| * Invalidate the cache if the script resetsAaron Kennedy2009-06-161-2/+2
| |
| * Fix autotest crashAaron Kennedy2009-06-161-2/+2
| |
| * Revert "Compilation fix on MSVC"Aaron Kennedy2009-06-162-12/+54
| | | | | | | | This reverts commit 6d28410756ab29277807d2026b4cbd8e1c707714.
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-16204-1776/+2879
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Export QmlStateGroup so that it can be used by non-QFxItem DUI'sRhys Weatherley2009-06-161-1/+1
| | |
| | * Fix a assert failure on windowsThierry Bastian2009-06-151-1/+1
| | | | | | | | | | | | | | | When creating a file dialog, you need to show its parent prior to invoking that dialog.
| | * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-06-14332-4739/+7330
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * Merge commit 'qt/master' into kinetic-declarativeuiBjørn Erik Nilsen2009-06-1226-181/+327
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/qnamespace.qdoc src/gui/painting/qdrawutil.cpp
| | | | * QMenu, QMenuBar: small cleanupThierry Bastian2009-06-127-20/+13
| | | | | | | | | | | | | | | | | | | | | | | | | Removed calls to the widget getters because we have the members directly in the private class.
| | | | * QGraphicsItems are repainted when outside the view's exposed region.Bjørn Erik Nilsen2009-06-122-5/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem was that we used QRect::isEmpty() on the item's bounding rect intersected with the exposed region's bounding rect as a criteria for whether the item should be drawn or not. This does not work as expected with partial updates, where the boundingRect() of the exposed region easily can cover the entire viewport area. The item should *only* be drawn if its bounding rect intersects with the exposed region (and not the exposed region's bounding rect). Auto-test included.
| | | | * doc: Fixed several qdoc warnings.Martin Smith2009-06-121-5/+32
| | | | |
| | | | * add streaming ops for scriptdebugger object deltasKent Hansen2009-06-122-0/+22
| | | | | | | | | | | | | | | | | | | | Needed for remote debugging.
| | | | * Fixed bug where QTransform::type() failed to compute the correct type.Samuel Rødal2009-06-122-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since QTransform::type() now uses a switch based on m_dirty, we can't treat m_dirty as a bit mask anymore. Reviewed-by: Ariya
| | | | * Make repeated calls to QToolTip::hideText() still hide the textmae2009-06-121-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the 300 msec hide timer was restarted every time hideText() was called. Reviewed-by: Thorbjorn Lindeijer
| | | | * Fixed clipping bugs in GL 2 paint engine.Samuel Rødal2009-06-121-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Similar to what was done in f86dcade8716a0aee841ba05740887598633de17, we shouldn't multiply by the redirectionMatrix in replayClipOperations() as the clip info matrices already contain the redirectionMatrix. Reviewed-by: bnilsen
| | | | * doc: Fixed several qdoc warnings.Martin Smith2009-06-125-58/+116
| | | | |
| | | | * Allow a maximum of 6 simultaneous HTTP connections to a server.Prasanth Ullattil2009-06-123-18/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even though the standard mandates a maximum of 2 connections, most new browsers support atleast 6 connections. So we are also bumping the limit. Task-number: 251144 Reviewed-by: Markus Goetz Reviewed-by: Peter Hartmann
| | | | * refactor some codeThierry Bastian2009-06-121-31/+26
| | | | | | | | | | | | | | | | | | | | removed qstrdup and used QByteArray to its full extent
| | | | * Fixed clipping bug due to applying redirection offset twice.Samuel Rødal2009-06-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After change f0a4a37a5182660580fd361110d3fd51463221d8 the clip info stack already contains the redirection offset, so we don't need to apply it again. Reviewed-by: bnilsen
| | | | * Set qreal to float for Symbian.Martin Jones2009-06-121-1/+1
| | | | | | | | | | | | | | | | | | | | Make sure we match the logic in qglobal.h.
| | | * | Use standard cursor control for TextEdit.Michael Brasser2009-06-121-2/+4
| | | | |
| | | * | Some XmlListModel cleanup.Michael Brasser2009-06-126-17/+5
| | | | |
| | | * | Speed up XmlListModel.Michael Brasser2009-06-121-7/+22
| | | | |
| | | * | Fixup headers.Michael Brasser2009-06-129-23/+21
| | | | |
| | | * | Behavior fixes.Michael Brasser2009-06-125-33/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | You can now write x: Behavior { NumericAnimation { duration: 500 } }, rather than having to specify the target and property for the animation explicitly. Also other minor fixes.