summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove QDeclarativeItem::childrenChanged() signal overloadMartin Jones2010-07-263-3/+2
* QML focus API updates.Michael Brasser2010-07-2610-68/+158
* wantsFocus should be based on FocusScope chain, not parent chain.Michael Brasser2010-07-262-2/+9
* Allow MouseArea dragging to filter mouse events from descendantsMartin Jones2010-07-264-6/+106
* Compile: include <float.h> for usage of FLT_MAX.Michael Brasser2010-07-262-8/+2
* Restore the FLT_MAX define.Martin Jones2010-07-262-0/+8
* Better defaults for MouseArea's drag.Michael Brasser2010-07-262-5/+3
* improvements to docs and examplesBea Lam2010-07-266-47/+63
* Only ignore the same target value for a Behavior when it is running.Michael Brasser2010-07-261-1/+1
* Bounding rect of text was not always calculated correctly.Martin Jones2010-07-261-53/+27
* Ensure the boundingRect() of Text is correctly calculated.Michael Brasser2010-07-261-0/+2
* Fix TextEdit text attribute and text stored in the internal QTextDocument hav...Joona Petrell2010-07-261-2/+3
* Make rootContext and engine pointers in QDeclarativeView API constJoona Petrell2010-07-264-14/+15
* font.letterSpacing used percentage rather than absolute values.Martin Jones2010-07-265-8/+8
* Rewinding AnchorChanges should not make target item's implicit width and heig...Joona Petrell2010-07-261-2/+6
* Improve documentation on setting arbitray transform origin pointsMartin Jones2010-07-261-0/+7
* Make Item::transformOriginPoint read-onlyMartin Jones2010-07-261-0/+1
* Ensure released VisualItemModel items are removed from the scene.Martin Jones2010-07-261-3/+5
* doc: Added missing \since 4.7 to effect propertyu.Martin Smith2010-07-261-0/+1
* Revert "Added silent behavior to the most important Symbian build steps."Toby Tomkins2010-07-261-2/+0
* Drag & Drop failing in itemviews on Cocoa.Prasanth Ullattil2010-07-231-1/+4
* qdoc: Fixed reporting of read-only status for QML properties.Martin Smith2010-07-236-26/+18
* qdoc: Marked some missing declarative properties and functions as \internal.Martin Smith2010-07-231-31/+29
* Added silent behavior to the most important Symbian build steps.axis2010-07-231-0/+2
* Fixed automatic sqlite extraction on Symbian makefile build system.axis2010-07-233-1/+41
* Qt does not build with qt_namespace on macosCarlos Manuel Duclos Vergara2010-07-221-2/+2
* moc: Slot with complex template default value does not compileOlivier Goffart2010-07-221-1/+21
* doc: Fix qdoc errors for text related filesEskil Abrahamsen Blomfeldt2010-07-222-4/+2
* QGraphicsItem: Animation leaves drawing artifacts when clipping is used.Bjørn Erik Nilsen2010-07-221-1/+6
* Fixes the Oracle nchar bug when NLS_CHARSET is different with NLS_NCHAR_CHARSET.Charles Yin2010-07-221-1/+33
* Do not crash due to a infinite recursion when using voiceover on MacOSJan-Arve Sæther2010-07-221-2/+2
* Fixed a QSplashScreen hanging bug in S60 3.1 devices.axis2010-07-211-6/+14
* Fix a Headerview layout bugPierre Rossi2010-07-211-1/+1
* Remove some more unneeded files from libjpeg, avoiding GPLaavit2010-07-202-775/+0
* Fix ListView sections with QList<QObject*>Martin Jones2010-07-192-1/+6
* Missed the actual change in 5572ec653fe735c4f413195c1ef34382aa8c6105Martin Jones2010-07-191-2/+2
* Follow -> Behaviormae2010-07-198-1006/+2
* fixes, improvements for various docs and example codeBea Lam2010-07-186-102/+259
* Added some documentation to spring animationmae2010-07-181-0/+9
* Fix spring animationmae2010-07-181-1/+3
* Make test pass and fix docs following removal of SpringFollowBea Lam2010-07-182-3/+3
* fix doc linksBea Lam2010-07-187-8/+9
* CompileJason McDonald2010-07-181-0/+1
* Compile when bootstrapping qmakeBradley T. Hughes2010-07-181-4/+12
* QUUid::createUuid() should not generate identical sequences on UNIXJason McDonald2010-07-182-55/+16
* Windows mobile: hide [X] button in task bar on unmaximizeJoerg Bornemann2010-07-183-0/+19
* Windows mobile: the [X] button in the taskbar minimizes the widgetJoerg Bornemann2010-07-181-1/+1
* Windows mobile: show the [X] button in the taskbar when maximizingJoerg Bornemann2010-07-181-0/+2
* Fixes the Oracle invalid date bug when date is greater or equal to 2800Charles Yin2010-07-181-1/+1
* Network Proxy Query: Fix memleak on OS XMarkus Goetz2010-07-171-1/+4