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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed off-by-one color bug in GL 2 paint engine.
Samuel Rødal
2009-06-12
1
-5
/
+5
*
make debugger's tooltip handling asynchronous
Kent Hansen
2009-06-12
8
-56
/
+110
*
fix bugs in the completion+tooltip providers
Kent Hansen
2009-06-12
2
-3
/
+2
*
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt
Bjørn Erik Nilsen
2009-06-12
15
-37
/
+223
|
\
|
*
Fixed incorrect rendering of bitmap/pattern brushes in GL 2 engine.
Samuel Rødal
2009-06-12
6
-9
/
+57
|
*
Made QPixmap autotest pass with -graphicssystem opengl
Samuel Rødal
2009-06-12
4
-15
/
+82
|
*
QHttp: Class made obsolete, changed module QDoc.
Markus Goetz
2009-06-12
1
-3
/
+5
|
*
doc: Fixed several qdoc warnings.
Martin Smith
2009-06-12
4
-10
/
+79
*
|
Merge commit 'origin/4.5'
Bjørn Erik Nilsen
2009-06-12
25
-59
/
+200
|
\
\
|
|
/
|
/
|
|
*
QGraphicsItem::setOpacity(0.0) does not trigger an update of child items
Leonardo Sobral Cunha
2009-06-12
1
-1
/
+1
|
*
Copy-paste didn't work for application on non-first screen in multiscreen setup.
Denis Dzyubenko
2009-06-11
2
-8
/
+14
|
*
Doc fix: add a link to focus() and focusWidget() from QWidget::setFocus docum...
Denis Dzyubenko
2009-06-11
1
-2
/
+2
|
*
Fixed the pen dash patterns for Mac.
Trond Kjernåsen
2009-06-11
1
-10
/
+10
|
*
fix "make debug" under windows
Oswald Buddenhagen
2009-06-11
1
-1
/
+1
|
*
Fixed a problem with disappearing borders in a QTextFrame.
Trond Kjernåsen
2009-06-11
1
-18
/
+18
|
*
Compilefix for QT_NO_TABLETEVENT and QT_NO_COMPLETER
Thomas Hartmann
2009-06-10
2
-2
/
+7
|
*
QSslSocket: Wrong warning message in startServerEncryption
Markus Goetz
2009-06-10
1
-1
/
+1
|
*
Fix compile error on Tiger
Richard Moe Gustavsen
2009-06-10
1
-1
/
+2
|
*
Make sure QImage::mirrored() doesn't crash if it runs out of memory.
Trond Kjernåsen
2009-06-10
1
-0
/
+5
|
*
Initialize xform_scale in constructor
Anders Bakken
2009-06-09
1
-0
/
+1
|
*
Skip empty parts in KDEDIRS
João Abecasis
2009-06-09
1
-1
/
+1
|
*
Make it possible to compile Qt 4.5 SSL support with OpenSSL 1.0.0
Bernhard Rosenkraenzer
2009-06-09
5
-2
/
+59
|
*
Make DirectFB compile with 0.9.22
Anders Bakken
2009-06-08
2
-3
/
+8
|
*
Make the directfb plugin compile against 0.9
Anders Bakken
2009-06-08
5
-4
/
+40
|
*
Fixed a validation problem in QSvgIOHandler::canRead().
Trond Kjernåsen
2009-06-08
1
-5
/
+30
|
*
Change order of functions in QInputDialog::getDouble()
Markus Goetz
2009-06-08
1
-1
/
+1
*
|
QMenu, QMenuBar: small cleanup
Thierry Bastian
2009-06-12
7
-20
/
+13
*
|
QGraphicsItems are repainted when outside the view's exposed region.
Bjørn Erik Nilsen
2009-06-12
1
-5
/
+6
*
|
doc: Fixed several qdoc warnings.
Martin Smith
2009-06-12
1
-5
/
+32
*
|
add streaming ops for scriptdebugger object deltas
Kent Hansen
2009-06-12
2
-0
/
+22
*
|
Fixed bug where QTransform::type() failed to compute the correct type.
Samuel Rødal
2009-06-12
1
-5
/
+10
*
|
Make repeated calls to QToolTip::hideText() still hide the text
mae
2009-06-12
1
-8
/
+13
*
|
Fixed clipping bugs in GL 2 paint engine.
Samuel Rødal
2009-06-12
1
-6
/
+2
*
|
doc: Fixed several qdoc warnings.
Martin Smith
2009-06-12
4
-54
/
+109
*
|
Allow a maximum of 6 simultaneous HTTP connections to a server.
Prasanth Ullattil
2009-06-12
2
-18
/
+21
*
|
refactor some code
Thierry Bastian
2009-06-12
1
-31
/
+26
*
|
Fixed clipping bug due to applying redirection offset twice.
Samuel Rødal
2009-06-12
1
-1
/
+1
*
|
Set qreal to float for Symbian.
Martin Jones
2009-06-12
1
-1
/
+1
*
|
UTF-8 text codec should be able to convert data when fed one by one byte.
Denis Dzyubenko
2009-06-11
1
-1
/
+10
*
|
Skip the byte order mark when converting the utf16 and utf32 data
Denis Dzyubenko
2009-06-11
1
-2
/
+2
*
|
Use the old codec if there is one available when reading data in qtextstream.
Denis Dzyubenko
2009-06-11
1
-1
/
+1
*
|
Compile the qsettins autotest
Olivier Goffart
2009-06-11
1
-1
/
+1
*
|
Painting artifacts in QGraphicsView.
Bjørn Erik Nilsen
2009-06-11
3
-10
/
+20
*
|
QGraphicsView: Replace update() with updateAll().
Bjørn Erik Nilsen
2009-06-11
2
-22
/
+20
*
|
Use the original order if two files are equivalent for the sort of QDir
Benjamin Poulain
2009-06-11
1
-1
/
+2
*
|
Sort QDir with qSort instead of qStableSort
Benjamin Poulain
2009-06-11
1
-2
/
+1
*
|
Fixed ToolBar layout so that when a toolbar is resized to its sizeHint
Thierry Bastian
2009-06-11
1
-3
/
+4
*
|
small change in a string, using startsWith
Thierry Bastian
2009-06-11
1
-1
/
+1
*
|
Removed qApp and replaced with QApplication:: for static member calls
Thierry Bastian
2009-06-11
47
-180
/
+178
*
|
refactor of private getters for the mode i item widget classes
Thierry Bastian
2009-06-11
8
-162
/
+158
[next]