index
:
delta/qt4-tools.git
4.5
4.6
4.6-digia
4.7
4.7-digia
4.8
4.8-bb10
4.8.0-symbian
4.8.1-symbian
baserock/morph
history/qtquick2
history/qtquick2-v8
code.qt.io: qt/qt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement QDirectFBScreen::surfaceForWidget
Anders Bakken
2009-08-26
4
-0
/
+56
*
ignore warning in autotest
Kent Hansen
2009-08-26
1
-0
/
+1
*
make JIT construct objects of type QScriptObject, not JSC::JSObject
Kent Hansen
2009-08-26
1
-0
/
+8
*
warn if QScriptValue::setScriptClass() is called on incompatible object
Kent Hansen
2009-08-26
2
-7
/
+29
*
doc: Add Graphics Effect images.
Bjørn Erik Nilsen
2009-08-26
9
-3
/
+17
*
Use QScopedPointer instead of homegrown smartptr
Anders Bakken
2009-08-26
1
-30
/
+29
*
Missing ducumentation in QAbstractItemModel
Olivier Goffart
2009-08-26
1
-0
/
+34
*
reverting the definition of WINVER and _WIN32_WINNT in qglobal.h
Joerg Bornemann
2009-08-26
4
-13
/
+12
*
Fixed the bubbles.svg file after fixing some bugs in the SVG renderer.
Trond Kjernåsen
2009-08-26
3
-29
/
+29
*
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6
David Boddie
2009-08-26
23
-84
/
+1731
|
\
|
*
Made the opengl/overpainting example work with the GL 2 engine.
Trond Kjernåsen
2009-08-26
2
-3
/
+9
|
*
Made GL 2 engine reset various GL state to their defaults in end().
Samuel Rødal
2009-08-26
2
-3
/
+10
|
*
Made brush textures in GL2 engine use correct filtering.
Samuel Rødal
2009-08-26
1
-8
/
+10
|
*
Improved GLSL precision specifiers in GL 2 engine.
Samuel Rødal
2009-08-26
1
-24
/
+24
|
*
Improved QPainter API for allowing native painting in GL / VG.
Samuel Rødal
2009-08-26
11
-43
/
+100
|
*
doc: Misspelled class names.
Bjørn Erik Nilsen
2009-08-26
1
-2
/
+2
|
*
Fix build of autotest on MSVC
Thierry Bastian
2009-08-26
1
-1
/
+1
|
*
Add move API to QAbstractItemModel.
Stephen Kelly
2009-08-26
7
-2
/
+1577
*
|
Doc: Corrected incorrect snippets and info in inherits() documentation.
David Boddie
2009-08-26
2
-7
/
+6
|
/
*
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6
David Boddie
2009-08-26
16
-114
/
+387
|
\
|
*
don't crash when attempting to access properties of a JS Object that belonged...
Kent Hansen
2009-08-26
3
-24
/
+31
|
*
QMainWindow: adding autotest for the size of the central widget
Thierry Bastian
2009-08-26
1
-0
/
+26
|
*
QAbstractItemView sometimes doesn't allow changing the selection
Thierry Bastian
2009-08-26
2
-3
/
+29
|
*
Remove Graphics View dependency from QGraphicsShaderEffect.
Bjørn Erik Nilsen
2009-08-26
2
-8
/
+0
|
*
tst_QObject: test that we connect to the right signals when there is overloards
Olivier Goffart
2009-08-26
1
-3
/
+91
|
*
More test for QByteArray::fromBase64 that tests invalid input
Olivier Goffart
2009-08-26
1
-0
/
+54
|
*
doc: fixes qdoc warnings/errors related to the Graphics Effect framework.
Bjørn Erik Nilsen
2009-08-26
3
-72
/
+145
|
*
Avoid undefined text metrics when GetTextMetrics() in QFontEngineWin
Eskil Abrahamsen Blomfeldt
2009-08-26
1
-1
/
+3
|
*
Revert "qglobal.h now has the definition for WINVER"
Thierry Bastian
2009-08-26
1
-0
/
+7
|
*
Compile fix for mingw
Thierry Bastian
2009-08-26
2
-3
/
+1
*
|
Doc: Added a performance section to the Graphics View overview.
David Boddie
2009-08-26
1
-0
/
+20
|
/
*
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6
David Boddie
2009-08-26
1
-1
/
+1
|
\
|
*
Remove superfluous '.data()' call from dashStroker.
Jason Barron
2009-08-26
1
-1
/
+1
*
|
Doc: Noted a limitation in using slashes in settings section names.
David Boddie
2009-08-26
1
-3
/
+3
|
/
*
Fix column number in QScriptEngineAgent with JIT enabled
Jedrzej Nowacki
2009-08-26
1
-0
/
+1
*
Fixes typo in doc and missing return in anchor layout
Leonardo Sobral Cunha
2009-08-26
1
-2
/
+4
*
QToolbar now collapses when dragged
Thierry Bastian
2009-08-26
3
-5
/
+5
*
fix performance issue with QScriptValue::propertyFlags()
Kent Hansen
2009-08-26
4
-28
/
+52
*
Added missing precision specifiers to custom shader effect.
Samuel Rødal
2009-08-26
5
-9
/
+9
*
implement proxying of JSObject::putWithAttributes() on Global Object
Kent Hansen
2009-08-26
3
-0
/
+38
*
Removing FONT_OUTLINE_TWEAK from the deform demo
Alessandro Portale
2009-08-26
1
-12
/
+0
*
Update auto-test after 97cec103793a4b9aae8337ffc2ce9a2bd98fb5fc
Bjørn Erik Nilsen
2009-08-26
1
-19
/
+24
*
Doc - Completed review of documentation for the QGraphicsEffect group of
Kavindra Devi Palaraja
2009-08-26
1
-77
/
+95
*
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6
Jason McDonald
2009-08-26
1
-1
/
+3
|
\
|
*
Fix warning.
Olivier Goffart
2009-08-26
1
-1
/
+3
*
|
Fix duplicated license headers.
Jason McDonald
2009-08-26
12
-492
/
+0
|
/
*
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6
Jason McDonald
2009-08-26
61
-130
/
+255
|
\
|
*
Fixed compilation on gcc 3.3 and mutex locker lifetime
Thorbjørn Lindeijer
2009-08-26
1
-1
/
+1
|
*
Fix "We mean it." comments in graphicsview
Olivier Goffart
2009-08-26
10
-20
/
+20
|
*
fix warnings on Windows CE
Joerg Bornemann
2009-08-26
6
-4
/
+11
[next]