Timeline



Aug 5, 2011:

11:26 PM Changeset [945] by Dmitry A. Kuminov
OS/2: Make native QFileSystemWatcher recognize file changes. The …
5:02 PM Changeset [944] by Dmitry A. Kuminov
OS/2: Make native QFileSystemWatcher engine a singleton. This reduces …
4:57 PM Changeset [943] by Dmitry A. Kuminov
OS/2: QFileSystemWatcher engine could watch duplicate paths.
2:08 PM Changeset [942] by Dmitry A. Kuminov
OS/2: Fixed native QFileSystemWatcher failure die to bad timings. It …
2:27 AM Ticket #216 (Sytem menu icon missing) closed by Dmitry A. Kuminov
fixed: Applied your patch in r941 (while I was there). Thanks for noticing!
2:26 AM Changeset [941] by Dmitry A. Kuminov
OS/2: Fixed creating HPOINTERs from QPixmaps with no mask. HPOINTERs …
1:51 AM Changeset [940] by Dmitry A. Kuminov
OS/2: Fixed assertion in QPixmap::setMask(). The mask size could be …

Aug 4, 2011:

8:56 PM Ticket #198 (modal child widgets go to background) closed by Dmitry A. Kuminov
fixed: I implemented proper Z-order changes in r938. It was a bit tricky …
8:44 PM Changeset [939] by Dmitry A. Kuminov
tests: modal: Redesigned to be more useful.
8:42 PM Changeset [938] by Dmitry A. Kuminov
OS/2: gui: Make blocked widgets follow modal on Z-order change. This …
1:14 AM Changeset [937] by Dmitry A. Kuminov
tests: More cases to modal.
12:42 AM Changeset [936] by Dmitry A. Kuminov
OS/2: Fixed: Modal widgets could go to behind blocked ones. This in …

Aug 3, 2011:

4:52 PM Ticket #231 (Problem creating multiple QFilesystemWatchers) created by rudi
When QT Creator starts up, the following message appears: …

Aug 2, 2011:

6:33 PM Changeset [935] by Dmitry A. Kuminov
tests: Added modal testcase.
4:28 PM Ticket #230 (Avoid quoting of make variables/macros) closed by Dmitry A. Kuminov
fixed: Thanks. Fixed in r934.
4:28 PM Changeset [934] by Dmitry A. Kuminov
qmake: gnumake/os2: Don't escape paths with make vars. This is a …
2:27 PM Ticket #230 (Avoid quoting of make variables/macros) created by rudi
In r909 quoting for "clean" targets was introduced. This creates a …
11:52 AM Ticket #213 (UIC hogs CPU) closed by Dmitry A. Kuminov
fixed
3:07 AM Changeset [933] by Dmitry A. Kuminov
uic: Put stdin/stdout to binary mode on Windows and OS/2. This is …
3:03 AM Changeset [932] by Dmitry A. Kuminov
QFile: Fixed open() docs. The comment "Sequential devices, such as …

Aug 1, 2011:

11:30 PM Ticket #199 (Piping lage amounts of data from/to a child process fails) closed by Dmitry A. Kuminov
fixed: Regarding comment:12. Tried it. Stupid typo, fixed in r931. The …
11:18 PM Changeset [931] by Dmitry A. Kuminov
OS/2: QProcess: Typo.
10:01 PM Changeset [930] by Dmitry A. Kuminov
OS/2: QProcess: Fixed warnings in release build.
9:57 PM Changeset [929] by Dmitry A. Kuminov
OS/2: QProcess: Reverted r923 (superseded by r928).
9:56 PM Changeset [928] by Dmitry A. Kuminov
OS/2: QProcess: Fixed the way how pipes are closed. This makes sure …
3:22 PM Changeset [927] by Dmitry A. Kuminov
tests: Ignore *.pro.user files.
3:21 PM Changeset [926] by Dmitry A. Kuminov
tests/process: Use OTHER_FILES for extra project files. Qt Creator …
3:20 PM Changeset [925] by Dmitry A. Kuminov
tests/process: Added stderr load test.
10:11 AM Ticket #199 (Piping lage amounts of data from/to a child process fails) reopened by rudi
I still have trouble with the new version. When building Converseen, …
1:07 AM Ticket #199 (Piping lage amounts of data from/to a child process fails) closed by Dmitry A. Kuminov
fixed: I've played with Qt Creator a bit by making it build and run …

Jul 31, 2011:

11:29 PM Changeset [924] by Dmitry A. Kuminov
tests/process/child: Comment out debug stuff. As this breaks …
11:07 PM Changeset [923] by Dmitry A. Kuminov
OS/2: Fix QFile::atEnd() returning 0 on a pipe after it is closed. …
10:18 PM Changeset [922] by Dmitry A. Kuminov
tests: Added process-sync2 and child2 test cases.
10:18 PM Changeset [921] by Dmitry A. Kuminov
tests/process/child: Added checking the stdin/out/err handle type.
10:16 PM Changeset [920] by Dmitry A. Kuminov
tests: Made it build on Linux.
8:50 PM Changeset [919] by Dmitry A. Kuminov
tests/process/child: Added two new modes: 3 and 4. Mode 3 prints …