index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
dev
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
manual
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix selections in tables that span over several cells
Eskil Abrahamsen Blomfeldt
2015-08-04
1
-0
/
+40
*
Fix selecting single character in middle of string
Eskil Abrahamsen Blomfeldt
2015-08-03
1
-0
/
+13
*
Fix disappearing selection spanning different scripts
Eskil Abrahamsen Blomfeldt
2015-08-03
1
-0
/
+13
*
Fix trivial bug where ArrayBuffer.isView never returned false
Nobuaki Sukegawa
2015-07-15
1
-0
/
+9
*
Add lancelot test for Emoji text rendering / color glyphs
Tor Arne Vestbø
2015-06-29
1
-0
/
+45
*
BorderImage support for @2x assets
Andy Nichols
2015-05-06
5
-0
/
+99
*
Make the scenegraph_lancelot test work on Mac
Eirik Aavitsland
2015-04-23
2
-21
/
+33
*
add manual tests for touch interaction
Shawn Rutledge
2015-04-21
6
-0
/
+608
*
rename manual test dir shorcuts -> shortcuts
Shawn Rutledge
2015-04-17
1
-0
/
+0
*
Fix TextEdit when vertical alignment != AlignTop
Eskil Abrahamsen Blomfeldt
2015-04-09
1
-0
/
+21
*
Fixed license headers
Jani Heikkinen
2015-02-17
7
-30
/
+30
*
High-dpi SVG and QQuickImageProvider Images
Morten Johan Sørvig
2015-02-13
7
-0
/
+316
*
Update copyright headers
Jani Heikkinen
2015-02-12
28
-178
/
+178
*
Respect the text's background-color when it is set in the style in HTML
Andy Shaw
2015-02-05
1
-0
/
+14
*
Introduce Shortcut
J-P Nurmi
2015-01-23
1
-0
/
+147
*
Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/dev
Lars Knoll
2014-10-30
1
-3
/
+2
|
\
|
*
Move action handlers to the Accessible attached object
Jan Arve Saether
2014-10-27
1
-3
/
+2
*
|
Basic support for typed arrays
Lars Knoll
2014-10-29
2
-0
/
+751
|
/
*
Fix missing glyphs in selection
Eskil Abrahamsen Blomfeldt
2014-10-09
1
-0
/
+17
*
Fix crash when borders exceed item width/height in border image
Eskil Abrahamsen Blomfeldt
2014-09-16
2
-0
/
+64
*
Fix pixel bleed in BorderImage
Eskil Abrahamsen Blomfeldt
2014-09-10
13
-0
/
+405
*
Fix selection of text with negative right bearing
Eskil Abrahamsen Blomfeldt
2014-09-02
6
-0
/
+120
*
Update license headers and add new licenses
Jani Heikkinen
2014-08-25
23
-425
/
+241
*
Add Sha1.js
Albert Astals Cid
2014-07-25
1
-0
/
+146
*
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2014-05-10
10
-0
/
+397
|
\
|
*
Implement high-dpi "@2x" image handling.
Morten Johan Sørvig
2014-03-20
10
-0
/
+397
*
|
TestHTTPServer: Make listening an explicit operation that reports failure.
Robin Burchell
2014-03-21
1
-1
/
+5
|
/
*
Add a test HTTP server as manual test.
Friedemann Kleint
2014-02-07
2
-0
/
+132
*
Add test for shaping and rendering Sinhala text
Eskil Abrahamsen Blomfeldt
2014-01-29
1
-0
/
+16
*
Update TestExpectations
Lars Knoll
2014-01-28
1
-1
/
+13
*
fix whitespace
Oswald Buddenhagen
2014-01-22
2
-14
/
+14
*
Save memory on array data
Lars Knoll
2014-01-20
1
-2
/
+36
*
Fixes to sparse array handling
Lars Knoll
2014-01-20
1
-0
/
+21
*
Rename v4 to qmljs
Simon Hausmann
2013-10-22
2
-2
/
+2
*
Introduce a Referenced<T> class to pass Objects into methods
Lars Knoll
2013-09-22
1
-1
/
+0
*
Merge branch 'stable' into dev
Sergio Ahumada
2013-09-19
1
-0
/
+1
|
\
|
*
Fix qmlClearTypeRegistrations tests
Alan Alpert
2013-09-17
1
-0
/
+1
*
|
Remove qSort usages from declarative
Giuseppe D'Angelo
2013-09-13
1
-1
/
+2
*
|
Optimise property lookups on primitive types
Lars Knoll
2013-09-02
1
-2
/
+1
*
|
Move prototype pointer into QV4::InternalClass
Lars Knoll
2013-09-02
1
-2
/
+0
*
|
Allow for function declarations inside conditionals
Simon Hausmann
2013-08-23
1
-0
/
+8
*
|
Fix Array.prototype.concat
Peter Varga
2013-08-14
1
-5
/
+1
*
|
Added an iterative version of factorial as a (performance) test.
Erik Verbruggen
2013-08-14
2
-3
/
+23
*
|
Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into m...
Simon Hausmann
2013-07-26
1
-1
/
+0
|
\
|
|
*
Remove unnecessary CONFIG += ordered.
Robin Burchell
2013-07-22
1
-1
/
+0
*
|
Fix missing license headers for test262.py
Sergio Ahumada
2013-06-24
1
-0
/
+40
*
|
Fix some missing license headers
Sergio Ahumada
2013-06-24
1
-0
/
+40
*
|
Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...
Simon Hausmann
2013-06-24
11
-0
/
+408
|
\
|
|
*
Add qmlClearRegisteredTypes Function
Alan Alpert
2013-05-07
11
-0
/
+408
*
|
Fix scope chain for eval in strict mode
Lars Knoll
2013-06-21
1
-2
/
+0
[next]