source: trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @943   14 years Dmitry A. Kuminov OS/2: QFileSystemWatcher engine could watch duplicate paths.
(edit) @942   14 years Dmitry A. Kuminov OS/2: Fixed native QFileSystemWatcher failure die to bad timings. It …
(edit) @941   14 years Dmitry A. Kuminov OS/2: Fixed creating HPOINTERs from QPixmaps with no mask. HPOINTERs …
(edit) @940   14 years Dmitry A. Kuminov OS/2: Fixed assertion in QPixmap::setMask(). The mask size could be …
(edit) @938   14 years Dmitry A. Kuminov OS/2: gui: Make blocked widgets follow modal on Z-order change. This …
(edit) @936   14 years Dmitry A. Kuminov OS/2: Fixed: Modal widgets could go to behind blocked ones. This in …
(edit) @933   14 years Dmitry A. Kuminov uic: Put stdin/stdout to binary mode on Windows and OS/2. This is …
(edit) @932   14 years Dmitry A. Kuminov QFile: Fixed open() docs. The comment "Sequential devices, such as …
(edit) @931   14 years Dmitry A. Kuminov OS/2: QProcess: Typo.
(edit) @930   14 years Dmitry A. Kuminov OS/2: QProcess: Fixed warnings in release build.
(edit) @929   14 years Dmitry A. Kuminov OS/2: QProcess: Reverted r923 (superseded by r928).
(edit) @928   14 years Dmitry A. Kuminov OS/2: QProcess: Fixed the way how pipes are closed. This makes sure …
(edit) @923   14 years Dmitry A. Kuminov OS/2: Fix QFile::atEnd() returning 0 on a pipe after it is closed. …
(edit) @918   14 years Dmitry A. Kuminov OS/2: QProcess: Use dup()/dup2() instead of DosDupHandle(). This …
(edit) @917   14 years Dmitry A. Kuminov uic: Fixed doubling EOLs (CRs) in pipe mode.
(edit) @913   14 years Dmitry A. Kuminov OS/2: QProcess: New I/O pipe notification mechanism. This remake is …
(edit) @911   14 years Dmitry A. Kuminov OS/2: QProcess: Don't close the stdin pipe until the child reads it …
(edit) @902   14 years Dmitry A. Kuminov QProcess: Make qt_prettyDebug() global instead of cloning it. This …
(edit) @901   14 years Dmitry A. Kuminov corelib: QLibraryInfo: Return paths with native separators as on Windows.
(edit) @900   14 years Dmitry A. Kuminov corelib: Use expandEnvVars() in qlibraryinfo.cpp on all platforms.
(edit) @890   14 years Dmitry A. Kuminov general: Shortened a bunch of plugin DLL names with TARGET_SHORT.
(edit) @883   14 years Dmitry A. Kuminov corelib: QDir::cleanPath() would strip the trailing slash from drive …
(edit) @881   14 years Dmitry A. Kuminov gui: Added missing QFont::handle() body. Closes #218.
(edit) @878   14 years Dmitry A. Kuminov gui: QWidgetPrivate: Declare inline methods as such upfront so that …
(edit) @877   14 years Dmitry A. Kuminov corelib: Fixed QLibrary::load() error message when the DLL to load is …
(edit) @875   14 years Dmitry A. Kuminov More ignore patterns for output files/directories.
(edit) @874   14 years Dmitry A. Kuminov general: Enabled building of QtDeclarative by default. Closes #221.
(edit) @873   14 years Dmitry A. Kuminov general: Restore the FPU Control Word completely after making Win and …
(edit) @871   14 years Dmitry A. Kuminov gui: Fixed application crashes if the xsystray API DLL could not be loaded.
(edit) @869   14 years Dmitry A. Kuminov core: Fixed QFileSystemWatcher regression after merging Qt 4.7 that …
(edit) @868   14 years Dmitry A. Kuminov gui: Fixed 4.7.3 regression: Forced stack alignment for SSE code on …
(edit) @866