| Commit message (Expand) | Author | Age | Files | Lines |
* | improvements to docs and examples | Bea Lam | 2010-07-26 | 13 | -82/+115 |
|
|
* | Only ignore the same target value for a Behavior when it is running. | Michael Brasser | 2010-07-26 | 3 | -1/+45 |
|
|
* | Autotest for QTBUG-5491 (Animation in a Behavior doesn't update running) | Michael Brasser | 2010-07-26 | 2 | -0/+38 |
|
|
* | Bounding rect of text was not always calculated correctly. | Martin Jones | 2010-07-26 | 3 | -53/+64 |
|
|
* | Ensure the boundingRect() of Text is correctly calculated. | Michael Brasser | 2010-07-26 | 2 | -0/+3 |
|
|
* | Fix TextEdit text attribute and text stored in the internal QTextDocument hav... | Joona Petrell | 2010-07-26 | 2 | -2/+37 |
|
|
* | Make rootContext and engine pointers in QDeclarativeView API const | Joona Petrell | 2010-07-26 | 4 | -14/+15 |
|
|
* | Fix clock example: make sure hands always moves forward. | Michael Brasser | 2010-07-26 | 1 | -3/+3 |
|
|
* | font.letterSpacing used percentage rather than absolute values. | Martin Jones | 2010-07-26 | 8 | -16/+16 |
|
|
* | Rewinding AnchorChanges should not make target item's implicit width and heig... | Joona Petrell | 2010-07-26 | 3 | -2/+78 |
|
|
* | fixes for dynamic object creation docs | Bea Lam | 2010-07-26 | 4 | -63/+84 |
|
|
* | Improve documentation on setting arbitray transform origin points | Martin Jones | 2010-07-26 | 1 | -0/+7 |
|
|
* | Make Item::transformOriginPoint read-only | Martin Jones | 2010-07-26 | 1 | -0/+1 |
|
|
* | Ensure released VisualItemModel items are removed from the scene. | Martin Jones | 2010-07-26 | 3 | -7/+39 |
|
|
* | doc: Fixed broken "Getting Started" link. | Martin Smith | 2010-07-26 | 1 | -2/+2 |
|
|
* | doc: Added missing \since 4.7 to effect propertyu. | Martin Smith | 2010-07-26 | 1 | -0/+1 |
|
|
* | Removed some warnings from armcc that are unneeded. | axis | 2010-07-26 | 1 | -1/+10 |
|
|
* | Revert "Added silent behavior to the most important Symbian build steps." | Toby Tomkins | 2010-07-26 | 2 | -7/+0 |
|
|
* | Revert "Fixed compiling with symbian/linux-armcc and configure -silent option" | Toby Tomkins | 2010-07-26 | 1 | -1/+1 |
|
|
* | Drag & Drop failing in itemviews on Cocoa. | Prasanth Ullattil | 2010-07-23 | 1 | -1/+4 |
|
|
* | qdoc: Fixed reporting of read-only status for QML properties. | Martin Smith | 2010-07-23 | 16 | -68/+281 |
|
|
* | qdoc: Marked some missing declarative properties and functions as \internal. | Martin Smith | 2010-07-23 | 2 | -32/+31 |
|
|
* | Added silent behavior to the most important Symbian build steps. | axis | 2010-07-23 | 2 | -0/+7 |
|
|
* | Fixed automatic sqlite extraction on Symbian makefile build system. | axis | 2010-07-23 | 4 | -1/+42 |
|
|
* | Fixed compiling with symbian/linux-armcc and configure -silent option | axis | 2010-07-23 | 1 | -1/+1 |
|
|
* | Removed some translations | Robert Loehning | 2010-07-22 | 1 | -24/+0 |
|
|
* | Qt does not build with qt_namespace on macos | Carlos Manuel Duclos Vergara | 2010-07-22 | 1 | -2/+2 |
|
|
* | moc: Slot with complex template default value does not compile | Olivier Goffart | 2010-07-22 | 2 | -1/+36 |
|
|
* | doc: Fix qdoc errors for text related files | Eskil Abrahamsen Blomfeldt | 2010-07-22 | 2 | -4/+2 |
|
|
* | Made developer builds use the build dir as prefix, also on Symbian. | axis | 2010-07-22 | 1 | -14/+10 |
|
|
* | QGraphicsItem: Animation leaves drawing artifacts when clipping is used. | Bjørn Erik Nilsen | 2010-07-22 | 2 | -1/+79 |
|
|
* | Removed the need to specify -arch symbian when compiling on Linux. | axis | 2010-07-22 | 2 | -2/+4 |
|
|
* | Fixes the Oracle nchar bug when NLS_CHARSET is different with NLS_NCHAR_CHARSET. | Charles Yin | 2010-07-22 | 1 | -1/+33 |
|
|
* | Do not crash due to a infinite recursion when using voiceover on MacOS | Jan-Arve Sæther | 2010-07-22 | 1 | -2/+2 |
|
|
* | Fixed a QSplashScreen hanging bug in S60 3.1 devices. | axis | 2010-07-21 | 1 | -6/+14 |
|
|
* | Fix a Headerview layout bug | Pierre Rossi | 2010-07-21 | 2 | -1/+22 |
|
|
* | Remove some files as instructed by Legal department. | Jason McDonald | 2010-07-20 | 7 | -96/+0 |
|
|
* | Remove some more unneeded files from libjpeg, avoiding GPL | aavit | 2010-07-20 | 2 | -775/+0 |
|
|
* | Convert examples and demos to use Bearer Management. | Aaron McCarthy | 2010-07-20 | 24 | -711/+388 |
|
|
* | Check in the correct configure.exe | Daniel Molkentin | 2010-07-20 | 1 | -0/+0 |
|
|
* | Rebuilt configure.exe | Daniel Molkentin | 2010-07-20 | 1 | -0/+0 |
|
|
* | Make configure.exe accept -no-gif again, fix comment | Daniel Molkentin | 2010-07-20 | 2 | -2/+4 |
|
|
* | Remove the -use-blur option from qtdemo | Alan Alpert | 2010-07-19 | 5 | -56/+1 |
|
|
* | Add label to explain how to exit QML demos | Alan Alpert | 2010-07-19 | 1 | -5/+33 |
|
|
* | Fix ListView sections with QList<QObject*> | Martin Jones | 2010-07-19 | 4 | -1/+12 |
|
|
* | Missed the actual change in 5572ec653fe735c4f413195c1ef34382aa8c6105 | Martin Jones | 2010-07-19 | 1 | -2/+2 |
|
|
* | Always place PathView delegates centered on the path | Martin Jones | 2010-07-19 | 2 | -0/+10 |
|
|
* | Fix Samegame | Alan Alpert | 2010-07-19 | 1 | -2/+2 |
|
|
* | Follow -> Behavior | mae | 2010-07-19 | 28 | -1116/+113 |
|
|
* | fixes, improvements for various docs and example code | Bea Lam | 2010-07-18 | 17 | -122/+805 |
|
|