summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-06-0210-85/+65
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/util/qfxperf.cpp
| * Access variables directly for small, but measurable, perf gainAaron Kennedy2009-06-021-24/+32
| |
| * Don't calculate map rect for items with no contentAaron Kennedy2009-06-021-4/+14
| |
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-0134-326/+338
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Flush messages after sendingAaron Kennedy2009-06-011-0/+1
| | |
| * | Remove some pointless perf metricsAaron Kennedy2009-06-018-59/+20
| | |
* | | Remove more unneeded semicolons.Martin Jones2009-06-022-29/+29
| | |
* | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-06-023-4/+38
|\ \ \ | | |/ | |/| | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Add textMargin property and more flexible key handling to TextEditMichael Brasser2009-06-013-4/+38
| | |
* | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-06-0128-290/+238
|\ \ \ | |/ / | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Check if the text has really changed before emitting theMichael Brasser2009-05-311-0/+2
| | | | | | | | | | | | textChanged signal.
| * | Added range information for lists which contains the position and lengthErik Verbruggen2009-05-294-0/+33
| | | | | | | | | | | | from the open bracket upto the close bracket.
| * | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-05-296-32/+62
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Make compile under Open GL ES 2.Michael Brasser2009-05-297-22/+23
| | | | | | | | | | | | | | | | We will need to optimize the pixmap.toImage calls.
| * | | Merge branch 'kinetic-declarativeui-pixmapopt' of ↵Michael Brasser2009-05-2922-268/+180
| |\ \ \ | | |_|/ | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Switch from QImage to QPixmap, to allow OpenVG optimization.Warwick Allison2009-05-2522-268/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch QFxPixmap to use QPixmapCache, not own partial QImage cache. OpenGL prefers QImage for optimization, but that optimization is only partially preserved (QFxPixmap deals ONLY with QPixmap now). Opaque QFxPixmap no longer available.
* | | | Reserved a UID for QtDeclarative library on S60Martin Jones2009-06-011-0/+2
| |_|/ |/| |
* | | Update in reaction to GradientStops changing.Martin Jones2009-05-292-2/+29
| | |
* | | Update on gradient change.Martin Jones2009-05-291-0/+3
| | |
* | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-295-103/+107
|\ \ \ | |/ / | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Delay the compilation of bindings until the endAaron Kennedy2009-05-285-103/+107
| | | | | | | | | | | | This way we have a better understanding of the complete context in which the binding will be executed.
* | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-2827-1000/+409
|\ \ \ | |/ / | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-284-62/+154
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Fixed a bug where the DOM reported the value of an ID to be Invalid.Erik Verbruggen2009-05-271-1/+1
| | | |
| * | | QmlBasicScript should work on the actual JS AST treeAaron Kennedy2009-05-2822-879/+248
| | | |
| * | | Small cleanupsAaron Kennedy2009-05-274-105/+132
| | | |
| * | | Save the JavaScript AST in the QmlParser::Variant for use by othersAaron Kennedy2009-05-273-8/+25
| | | |
| * | | Small cleanupsAaron Kennedy2009-05-272-12/+8
| | | |
* | | | Remove extra semicolons.Martin Jones2009-05-284-28/+28
| | | |
* | | | Fix memory leak.Martin Jones2009-05-271-2/+2
| |/ / |/| |
* | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-276-264/+306
|\ \ \ | |/ / | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-272-8/+6
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Simplify and comment compilerAaron Kennedy2009-05-276-166/+229
| | | |
| * | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-27144-596/+848
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Improve error messagesAaron Kennedy2009-05-262-108/+87
| | | | |
* | | | | Better gradient support for Rect.Martin Jones2009-05-273-61/+153
| |_|/ / |/| | |
* | | | Don't really need QPainter::save/restore for render hint mods.Martin Jones2009-05-272-8/+6
| |/ / |/| |
* | | Remove more unneeded semicolons.Martin Jones2009-05-2720-40/+40
| | |
* | | Remove more unneeded semicolons.Martin Jones2009-05-2626-194/+194
| | |
* | | Remove more unneeded semicolons.Martin Jones2009-05-2612-23/+23
| | |
* | | Added no_ast_rewriter to rewriter.pri.Roberto Raggi2009-05-261-2/+7
| | |
* | | Don't check the QT_MODULE in the text rewriter, there's no need since it's ↵Roberto Raggi2009-05-262-79/+75
| | | | | | | | | | | | private code.
* | | Made the suffix for CSS literals case insensitve.Roberto Raggi2009-05-261-16/+21
| | |
* | | Added missing copyright headers.Roberto Raggi2009-05-266-0/+245
| | |
* | | Create a new TextWriter when rewriting the CSS literals.Roberto Raggi2009-05-261-7/+8
| | |
* | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-2640-1369/+2321
|\ \ \ | |/ / | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Remove AssignStackObject instructionAaron Kennedy2009-05-265-39/+27
| | |
| * | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-261-2/+2
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Do not expect QListModelInterface::data to return ONLY the roles requestedKai Koehne2009-05-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It is often convenient to always return the full set of data, even if only some roles are requested. Reviewed-by: Martin Jones
| * | | Remove the NoOp instructionAaron Kennedy2009-05-263-22/+2
| | | |