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
*
Doc: Fixed the screenshots and example description to match the code.
David Boddie
2009-03-31
3
-6
/
+5
*
Compile
Anders Bakken
2009-03-31
1
-1
/
+0
*
Remove these convenience functions.
Anders Bakken
2009-03-31
1
-22
/
+12
*
No sense in detecting the format twice
Anders Bakken
2009-03-31
1
-6
/
+2
*
Prevent crash on resizing
Anders Bakken
2009-03-31
1
-4
/
+16
*
Doc: Made it clearer that QProcess::start() only starts a new process if one ...
David Boddie
2009-03-31
1
-9
/
+16
*
Doc: Noted the difference between the qLowerBound() functions.
David Boddie
2009-03-31
1
-1
/
+4
*
Doc: Clarified that the main use case for QRegion is as a clipping primitive ...
David Boddie
2009-03-31
1
-9
/
+13
*
Doc: Removed a reference to a deprecated function.
David Boddie
2009-03-31
1
-4
/
+4
*
Get the qt7 phonon plugin to minimally compile on 10.6
Norwegian Rock Cat
2009-03-31
3
-7
/
+11
*
QProcess::start() segfaults on empty program
Bradley T. Hughes
2009-03-31
2
-0
/
+35
*
Fix bug in QDirIterator that clear the cache of the fileinfo
Alexis Menard
2009-03-31
1
-17
/
+17
*
Detailed description of QMetaType contradicts documentation of QMetaType::type()
Bradley T. Hughes
2009-03-31
1
-1
/
+1
*
Add Windows7 and Snow Leopard as values QSysInfo.
Norwegian Rock Cat
2009-03-31
2
-7
/
+20
*
Doc - marking QPrintDialog::printer(), setPrinter() and addButton() as
Kavindra Devi Palaraja
2009-03-31
1
-12
/
+20
*
fixes search for non latin1 characters
kh
2009-03-31
3
-55
/
+482
*
Fix text drawing and perspective transforms for the Windows, PDF and
Trond Kjernåsen
2009-03-31
4
-3
/
+17
*
compile on Linux.
jasplin
2009-03-31
1
-1
/
+1
*
Add missing copyright headers and the "we mean it" section.
Thiago Macieira
2009-03-31
3
-0
/
+93
*
Fixes: QPSQL: datetime or time fields with negative time zone
Bill King
2009-03-31
2
-5
/
+41
*
Take out todos that have been done
Anders Bakken
2009-03-30
1
-5
/
+0
*
Fix the parsing of October dates.
Benjamin C Meyer
2009-03-30
1
-3
/
+4
*
Doc: Added a code snippet to illustrate the opening of local files.
David Boddie
2009-03-30
2
-1
/
+9
*
Doc: Swapping \a with \c to fix a qdoc warning
Kavindra Devi Palaraja
2009-03-30
1
-1
/
+1
*
Compile with QT_NO_DIRECTFB_PREALLOCATED
Anders Bakken
2009-03-30
1
-2
/
+2
*
Compile with QT_NO_DIRECTFB_WM
Anders Bakken
2009-03-30
1
-1
/
+1
*
Fix parsing of multiple cookies that are separated by a newline
Thiago Macieira
2009-03-30
2
-1
/
+21
*
Autotest: more date-time parsing tests for QNetworkCookie
Benjamin C Meyer
2009-03-30
1
-0
/
+264
*
Fix accesses past-the-end of the byte array
Thiago Macieira
2009-03-30
1
-2
/
+3
*
Fix parsing of dates: if the month is followed by a dash, it's not the negati...
Thiago Macieira
2009-03-30
1
-0
/
+2
*
When doing date comparisons, force to the same timezone.
Thiago Macieira
2009-03-30
1
-1
/
+1
*
Fix a few issues introduced by Ben's last patch.
Thiago Macieira
2009-03-30
2
-21
/
+29
*
Change cookie expiration reading to match the behavior of Firefox. Rather the...
Benjamin C Meyer
2009-03-30
1
-53
/
+384
*
Fix bug introduced by last patch.
Thiago Macieira
2009-03-30
1
-1
/
+1
*
When parsing a cookie string the ',' character is special because it is used ...
Benjamin C Meyer
2009-03-30
2
-3
/
+15
*
Check for a redirection after setting the headers. If there is a redirection ...
Benjamin C Meyer
2009-03-30
1
-2
/
+2
*
When loading a url straight from cache call finished so the QNetworkReply::fi...
Benjamin C Meyer
2009-03-30
1
-1
/
+3
*
Improvements to follow the behavior of web servers and other browsers, specif...
Benjamin C Meyer
2009-03-30
1
-3
/
+17
*
Doc: Exclude the internal Phonon classes from the Assistant documentation.
David Boddie
2009-03-30
2
-2
/
+6
*
Rename function
Anders Bakken
2009-03-30
5
-8
/
+8
*
Explicitely mentioned in the doc that the format string for qDebug,
Denis Dzyubenko
2009-03-30
2
-5
/
+9
*
Doc: Fixed typo.
David Boddie
2009-03-30
1
-1
/
+1
*
Doc: Synchronized the QTransform constructor arguments with the class documen...
David Boddie
2009-03-30
1
-0
/
+0
*
Doc: Synchronized the QTransform constructor arguments with the class documen...
David Boddie
2009-03-30
2
-8
/
+114
*
Fix backslashes in string propeerty in property browser
Jarek Kobus
2009-03-30
1
-0
/
+1
*
Work around raster engine not ignoring the pad byte in RGB32
Anders Bakken
2009-03-30
3
-55
/
+78
*
Fix threaded QImage text drawing under Windows.
Trond Kjernaasen
2009-03-30
1
-1
/
+3
*
Make Qt/Embedded compile with the -no-feature-PICTURE switch.
Trond Kjernaasen
2009-03-30
1
-61
/
+61
*
Don't send QFileOpenEvents for items on the command-line
Norwegian Rock Cat
2009-03-30
2
-4
/
+21
*
Adjust the opacity value for popups
Norwegian Rock Cat
2009-03-30
1
-1
/
+1
[next]