Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc: Fixed the syntax of QML code snippets. | David Boddie | 2011-01-24 | 1 | -1/+4 |
| | |||||
* | Merge branch '4.7' of ../qt into 4.7 | David Boddie | 2011-01-13 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/declarative/qdeclarativeintro.qdoc doc/src/declarative/qdeclarativereference.qdoc doc/src/snippets/declarative/focus/focusColumn.qml tools/qdoc3/apigenerator.cpp tools/qdoc3/apigenerator.h tools/qdoc3/archiveextractor.cpp tools/qdoc3/bookgenerator.cpp tools/qdoc3/bookgenerator.h tools/qdoc3/ccodeparser.cpp tools/qdoc3/command.cpp tools/qdoc3/command.h tools/qdoc3/cpptoqsconverter.cpp tools/qdoc3/dcfsection.cpp tools/qdoc3/dcfsection.h tools/qdoc3/jambiapiparser.cpp tools/qdoc3/jambiapiparser.h tools/qdoc3/javacodemarker.cpp tools/qdoc3/javacodemarker.h tools/qdoc3/javadocgenerator.cpp tools/qdoc3/javadocgenerator.h tools/qdoc3/linguistgenerator.cpp tools/qdoc3/linguistgenerator.h tools/qdoc3/loutgenerator.h tools/qdoc3/mangenerator.cpp tools/qdoc3/mangenerator.h tools/qdoc3/polyarchiveextractor.cpp tools/qdoc3/polyarchiveextractor.h tools/qdoc3/polyuncompressor.cpp tools/qdoc3/polyuncompressor.h tools/qdoc3/qsakernelparser.cpp tools/qdoc3/qscodemarker.cpp tools/qdoc3/qscodemarker.h tools/qdoc3/qscodeparser.cpp tools/qdoc3/qscodeparser.h tools/qdoc3/sgmlgenerator.cpp tools/qdoc3/sgmlgenerator.h tools/qdoc3/test/qt-html-templates.qdocconf tools/qdoc3/uncompressor.cpp tools/qdoc3/webxmlgenerator.cpp tools/qdoc3/webxmlgenerator.h | ||||
| * | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Doc: Used div elements for floats, updated the style sheet. | David Boddie | 2010-12-14 | 1 | -5/+15 |
| | | |||||
* | | Doc: Changed floating images to use the new float qdoc macros. | David Boddie | 2010-12-13 | 1 | -15/+5 |
|/ | |||||
* | Ensure semi-transparent rects paint correctly with radius == size/2. | Martin Jones | 2010-12-02 | 1 | -0/+6 |
| | | | | | | | | The margins could overlap, which caused overpainting. Ensure the margins are always <= width or height /2. Task-number: QTBUG-14657 Reviewed-by: Yann Bodson | ||||
* | Rectangle should not paint with negative width or height | Christopher Ham | 2010-12-02 | 1 | -0/+2 |
| | | | | | Task-number: QTBUG-15250 Reviewed-by: Martin Jones | ||||
* | End painting of Rectangle pixmap before inserting it to pixmap cache to ↵ | Joona Petrell | 2010-11-25 | 1 | -0/+8 |
| | | | | | | | avoid an unnecessary copy Task-number: QTBUG-15534 Reviewed-by: Martin Jones | ||||
* | Doc: Documented that border width does not affect rectangle geometry. | David Boddie | 2010-11-19 | 1 | -0/+3 |
| | | | | Task-number: QTBUG-15458 | ||||
* | Fix Rectangle painting at small sizes. | Martin Jones | 2010-11-09 | 1 | -1/+2 |
| | | | | | | | We require a minimum size of 5x5 for the border image caching to work. Task-number: QTBUG-15135 Reviewed-by: Michael Brasser | ||||
* | Corrected spelling mistake and whitespace fixes. | Jerome Pasion | 2010-10-18 | 1 | -2/+2 |
| | | | | Task-number: QTBUG-14501 | ||||
* | Doc: Minor improvements to QML-related documentation. | David Boddie | 2010-09-15 | 1 | -2/+2 |
| | |||||
* | Doc: Continued work on the QML documentation. | David Boddie | 2010-09-14 | 1 | -10/+49 |
| | |||||
* | Doc: More work on the QML documentation. | David Boddie | 2010-09-14 | 1 | -57/+59 |
| | |||||
* | Remove pointless \internal docs (that contain no information) | Aaron Kennedy | 2010-08-27 | 1 | -5/+0 |
| | |||||
* | qdoc: Reorganized the QML elements table to be a dictionary... | Martin Smith | 2010-08-16 | 1 | -0/+3 |
| | | | | ...and a set of functional group pages. | ||||
* | Use Pen with Qt::MiterJoin when drawing Rectangles with gradients | Bea Lam | 2010-06-23 | 1 | -0/+1 |
| | | | | Task-number: QTBUG-11624 | ||||
* | Doc fixes and improvements - fix some example code, link to | Bea Lam | 2010-06-02 | 1 | -1/+3 |
| | | | | examples from class docs and improve assorted docs | ||||
* | Document issues with rectangle border width of 1 where clipping is used | Bea Lam | 2010-05-31 | 1 | -2/+14 |
| | |||||
* | Improve gradient docs | Alan Alpert | 2010-05-26 | 1 | -0/+4 |
| | |||||
* | Fix Gradient doc snippet. | Yann Bodson | 2010-05-26 | 1 | -5/+1 |
| | |||||
* | Work around rendering bug in Rectangle. | Michael Brasser | 2010-05-20 | 1 | -1/+3 |
| | | | | Task-number: QTBUG-10765 | ||||
* | Compile on OSX, hopefully. | Martin Jones | 2010-04-28 | 1 | -0/+1 |
| | |||||
* | Alpha needs to be part of rectangle cache key. | Martin Jones | 2010-04-28 | 1 | -4/+6 |
| | |||||
* | Share Rectangle pixmap caches between items. | Martin Jones | 2010-04-28 | 1 | -29/+43 |
| | |||||
* | Doc fixes | Bea Lam | 2010-04-28 | 1 | -5/+13 |
| | |||||
* | Workaround no longer needed. | Michael Brasser | 2010-04-22 | 1 | -3/+1 |
| | |||||
* | Add some padding to Rectangles with border to avoid qDrawBorderPixmap() bug. | Martin Jones | 2010-04-19 | 1 | -1/+3 |
| | | | | Task-number: QTBUG-5689 | ||||
* | Speed up Rectangle creation with pen or gradient slightly | Martin Jones | 2010-04-19 | 1 | -2/+9 |
| | |||||
* | Doc: update Rectangle smooth painting screenshot. | Yann Bodson | 2010-04-12 | 1 | -0/+1 |
| | |||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -2/+2 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Fix Rectangle::gradient rotation doc. | Martin Jones | 2010-04-01 | 1 | -2/+1 |
| | | | | Task-number: QTBUG-9553 | ||||
* | Build Fix and port to new width and height properties | Alexis Menard | 2010-03-25 | 1 | -1/+1 |
| | | | | Reviewed-by:Martin Jones | ||||
* | Optimize Rectangle, Image, and Text creation. | Michael Brasser | 2010-03-08 | 1 | -3/+0 |
| | |||||
* | Fix painting Rectangle with radius < side/2. | Martin Jones | 2010-03-03 | 1 | -6/+19 |
| | | | | | | | | Falls back to using standard QPainter. Also avoid painting odd width borders between pixels, i.e. pixel align painting. Task-number: QTBUG-6675, QTBUG-8317, QTBUG-6786 | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+466 |
QDeclarativeXXX. |