Timeline


and

2011-09-11:

20:11 Ticket #250 (Update to 5.x) created by rudi
It looks like 4.7.4 is out…
19:57 Changeset [1075] by dmik
packaging: Fixed install script.
19:29 Ticket #249 (Qt Creator not painting it's main window interior) created by rudi
When starting Qt Creator (DIVE mode, SNAP) the main window interior is not …

2011-09-10:

14:57 Changeset [1074] by dmik
qmake: Makefile.os2-g++: Handle dependencies properly. This supersedes …
00:57 Changeset [1073] by dmik
OS/2: qmake: Let INSTALL_ROOT override the dirve letter too. This allows …
00:55 Changeset [1072] by dmik
syncqt: Paths in headers.pri must be relative to QTDIR. These paths are …

2011-09-09:

20:35 Changeset [1071] by dmik
packaging: Fixed documentation build.
17:30 Changeset [1070] by dmik
Do not copy Qt DLLs to $$[QT_INSTALL_PREFIX]/bin at build time. The right …
02:56 Changeset [1069] by dmik
OS/2: configure.cmd: Only generate root Makefile in non-debug_and_release …
02:52 Changeset [1068] by dmik
packaging: Further work on .spec.
02:22 Changeset [1067] by dmik
OS/2: configure.cmd: Support openssl-devel from RPM repos.
02:22 Changeset [1066] by dmik
qmake: Makefile.os2-g++: Make qlibraryinfo.cpp depend on qconfig.cpp.

2011-09-08:

23:28 Changeset [1065] by dmik
Reverted r1038. READMEs are now installed by the .spec script as needed.

2011-09-07:

23:57 Changeset [1064] by dmik
packaging: Added .spec examples from other platforms. Just to use them …
23:54 Changeset [1063] by dmik
packaging: Mention CUPS 1.4.8 in requirements. Also added the BEFORE YOU …
23:53 Changeset [1062] by dmik
packaging: Run configure and make from qt.spec. Further work on make it …
23:52 Changeset [1061] by dmik
packaging: Added CreateRPMs script.
23:51 Changeset [1060] by dmik
packaging: CreateZIPs: Single directory in format qt-X.Y.Z-N in all ZIPs. …
04:35 Changeset [1059] by dmik
OS/2: configure.cmd: Build image format plugins for shared Qt. This is a …
01:09 Changeset [1058] by dmik
OS/2: Enable linking to cups.dll at runtime. This requires CUPS 1.4.8 and …

2011-09-06:

13:03 Changeset [1057] by dmik
Rename qmldir to qmldir.in and use qmake substitution for plugin name. …
12:57 Changeset [1056] by dmik
OS/2: Use correct path separator when resolving QML plugin DLLs.

2011-09-05:

19:39 Ticket #248 (Avoid Lxlite warning when building QMake) closed by dmik
fixed: Thank you, Rudi. Applied in r1055.
19:39 Changeset [1055] by dmik
OS/2: configure.cmd: Don't quote LXLITE options.
19:29 Changeset [1054] by dmik
OS/2: No need to force debug_and_release for plugins.
19:14 Ticket #246 (QML plugins cannot be loaded) closed by dmik
fixed: I checked the code parsing 'qmldir' and found that the plugin line does …
19:06 Changeset [1053] by dmik
OS/2: Add support for short DLL names of QML plugins.
19:05 Changeset [1052] by dmik
OS/2: Use correct file extension when resolving QML plugin DLLs.
17:11 Changeset [1051] by dmik
OS/2: Add QMAKE_TARGET_VERSION to qt_targets.pri. This will cause all DLL …
17:03 Changeset [1050] by dmik
Restore place of original VERSION definition (revert r385). The reason is …
15:13 Ticket #248 (Avoid Lxlite warning when building QMake) created by rudi
When build Qmake we get a warning from Lxlite due to file not found or so. …

2011-09-04:

20:14 Ticket #247 (Minor readme corrections) created by rudi
Since QtDeclarative is supported now, we can remove it from section 8 of …
00:31 Ticket #246 (QML plugins cannot be loaded) created by dmik
While playing with the QtDemo? application and QML demos/examples, I found …

2011-09-03:

22:08 Changeset [1049] by dmik
OS/2: Make sure QMAKE_TARGET_COMPANY is always Nokia. Doesn't make much …
21:35 Changeset [1048] by dmik
OS/2: qmake: Recognize QMAKE_TARGET_VERSION in .pro. This will be used …
20:10 Ticket #242 (Filter out ".." for root directories) closed by dmik
fixed: We indeed want consistency on OS/2 across different IFSes so I filter dots …
20:07 Changeset [1047] by dmik
OS/2: QDir: Filter out "." and ".." from root directories. This is …
00:00 Ticket #245 (qtdemo does not show example docs in assistant) closed by dmik
fixed: Fixed in r1046. The Assistant code is quite complex so it was really hard …

2011-09-02:

23:59 Changeset [1046] by dmik
Assistant: Fix signal recursion at startup in remote control mode. The …
02:18 Changeset [1045] by dmik
OS/2: Fix Qt Assistant remote control. The commands were only processed …

2011-09-01:

22:58 Ticket #244 (qmake generates incorrect QMAKESPECDIR) closed by dmik
fixed
18:48 Changeset [1044] by dmik
qmake: Make MakefileGenerator::fileFixify() honor file name case …
18:44 Changeset [1043] by dmik
OS/2: Fix QMAKESPECDIR value set by qmake in Makefiles. When resolving …
18:40 Changeset [1042] by dmik
Don't eat drive letters in QDir::cleanPath(). For paths like …

2011-08-31:

17:34 Changeset [1041] by dmik
packaging: Added script to create ZIP distribution archives. The old WPI …
17:08 Ticket #245 (qtdemo does not show example docs in assistant) created by dmik
If you start qtdemo, select an example and press the Documentation button …
17:05 Ticket #244 (qmake generates incorrect QMAKESPECDIR) created by dmik
Given that the binary Qt build is in "D:\Coding\qt4\qt4-build-rel" and the …
14:40 Changeset [1040] by dmik
OS/2: Updated xsystray install steps in README.OS2.
14:33 Changeset [1039] by dmik
OS/2: Generate and install qmake.sym.
00:51 Changeset [1038] by dmik
OS/2: Install README files.

2011-08-30:

01:56 Changeset [1037] by dmik
OS/2: Install mkspecs/default.

2011-08-29:

17:04 Ticket #203 (Corruption of VLC window) closed by dmik
fixed: Thanks for the hint. Thought about that but it needs experimenting. Not …
16:49 Ticket #243 (Restore native widget mask support) created by dmik
Support for native widget masks was disabled with the …
02:17 Changeset [1036] by dmik
tests/embedded: Updated with QT_PM_NATIVEWIDGETMASK.
02:08 Changeset [1035] by dmik
OS/2: Add proper processing of WM_VRNENABLED for child widgets. This …
01:43 Changeset [1034] by dmik
OS/2: Disable native window masking code as it is not complete. This code …

2011-08-28:

02:00 Changeset [1033] by dmik
OS/2: Fix native child widget painting in DIVE mode. The dirty regions of …

2011-08-26:

20:12 Changeset [1032] by dmik
OS/2: Build fix (r1030 regression).
19:56 Changeset [1031] by dmik
OS/2: Don't touch qconfig.h with no need. This was a regression of r995
19:48 Changeset [1030] by dmik
OS/2: Remove suport for system-wide qt.conf files. This turns not to be …
18:28 Ticket #203 (Corruption of VLC window) reopened by dmik
Okay, here is what I found after the chat with Myung-Hun. "GA" below is …
13:51 Changeset [1029] by dmik
mkspecs/os2: Better replacement for r1025. The original change breaks the …
02:11 Changeset [1028] by dmik
OS/2: Take style icons for SP_FileIcon & SP_DirIcon from …

2011-08-25:

21:36 Ticket #238 (QFileSystemModel incorrectly sorts directories) closed by dmik
fixed
21:35 Changeset [1027] by dmik
Make QFileSystemModel put "." and ".." entries first. There are consumers …
21:22 Changeset [1026] by dmik
mkspecs/os2: Use FAST_BUILD make macro to disable slow noncritical steps. …
14:55 Changeset [1025] by dmik
mkspecs/os2: Don't deal with .sym files in subdirs targets. This could …
14:51 Changeset [1024] by dmik
mkspecs/os2: Also copy .sym files to dlltarget.path on install. The .sym …

2011-08-23:

13:18 Ticket #240 (File system view in QtCreator doesn't enter certain directories) closed by dmik
fixed: The QT_MKDIR problem was fixed in r1023.
13:18 Changeset [1023] by dmik
OS/2: Don't use mkdir(dir, 0). This is plain wrong as it causes kLIBC to …

2011-08-22:

23:08 Ticket #205 (Porting of Qt Creator) closed by dmik
fixed: I created issues at https://github.com/dmik/qt-creator-os2/issues/ for all …
22:42 Ticket #242 (Filter out ".." for root directories) created by dmik
http://svn.netlabs.org/qt4/ticket/205#comment:27: Not sure, if I should …
22:11 Ticket #239 (QFileSystemModel::setRootPath doesn't convert separators) closed by dmik
fixed: Applied in r1022. Thx. Out of curiosity, did you see the effect of this …
22:10 Changeset [1022] by dmik
OS/2: Convert path separators in QFileSystemModel::setRootPath().
21:43 Ticket #234 (QtCreator's qmlpuppet doesn't get installed) closed by dmik
fixed: Applied your patch. Rudi, please report any further issues regarding Qt …
18:34 Ticket #237 (Provide standard icons in higher resolutions) closed by dmik
fixed
18:33 Changeset [1021] by dmik
Include higher res pixmaps in icons returned by …
16:38 Changeset [1020] by dmik
OS/2: configure.cmd: More verbose.
16:37 Ticket #204 (Misplacing an embedded window of VLC) closed by dmik
fixed: After reading what I wrote above for the second time, I found a simple and …
16:35 Changeset [1019] by dmik
OS/2: Fix position errors on resize of child widgets. During complex …
15:25 Ticket #241 (Move PM extensions to a separate DLL) created by dmik
There is a number of extensions to PM APIs (search for qt_Win*) that don't …
15:07 Ticket #203 (Corruption of VLC window) closed by dmik
fixed: KO, you seem to not get it right. When you do WinGetPS() on an arbitrary …
14:56 Ticket #240 (File system view in QtCreator doesn't enter certain directories) created by rudi
This is most likely a LIBC issue, but I'd like your comment on this. …
14:39 Ticket #203 (Corruption of VLC window) reopened by komh
08:27 Ticket #239 (QFileSystemModel::setRootPath doesn't convert separators) created by rudi
We are missing a check for Q_OS_OS here.

2011-08-21:

19:44 Ticket #238 (QFileSystemModel incorrectly sorts directories) created by rudi
QFileSystemModel doesn't make sure, that the "." and ".." entries are …
10:35 Ticket #237 (Provide standard icons in higher resolutions) created by rudi
Some of the standard icons are only available in 16x16, even though the …
00:36 Changeset [1018] by dmik
tests: embedded: Reproduced the #204 problem.

2011-08-20:

22:13 Changeset [1017] by dmik
tests: Add script to create many files.
22:07 Changeset [1016] by dmik
OS/2: Don't destroy widget's HWND on reparent until children are …
21:59 Changeset [1015] by dmik
tests: embedded: Use case qt_WinProcessWindowObstacles(). And also added …
20:28 Ticket #203 (Corruption of VLC window) closed by dmik
fixed: In r1013, I made this function an APIENTRY export, so that it's very easy …
20:27 Changeset [1014] by dmik
OS/2: Doc fixes.
20:26 Changeset [1013] by dmik
OS/2: Export qt_WinProcessWindowObstacles() as APIENTRY and document it. …
13:59 Changeset [1012] by dmik
OS/2: Create native widget siblings and children when native ID is …

2011-08-19:

19:14 Changeset [1011] by dmik
OS/2: configure.cmd: Create .log in output directory instead of the script …
17:06 Ticket #203 (Corruption of VLC window) reopened by dmik
17:03 Changeset [1010] by dmik
tests: embedded: Don't hide widgets in stack.
00:56 Changeset [1009] by dmik
OS/2: r1006: Add lost debug.space().
00:47 Ticket #233 (Wrong executable location for debug_and_release) closed by dmik
fixed
00:44 Ticket #236 (configure option -nomake doesn't work) closed by dmik
fixed
00:43 Ticket #203 (Corruption of VLC window) closed by dmik
fixed: This is fixed in r1008. We were accidentally using wrong HWNDs when …
00:41 Changeset [1008] by dmik
OS/2: Could not hide reparented child widgets with native handles. …
00:33 Changeset [1007] by dmik
OS/2: Do not attempt to natively hide widgets with no handle. This would …
00:27 Changeset [1006] by dmik
OS/2: Export platform-specific qDebug() helpers. This lets them be used …

2011-08-18:

17:02 Changeset [1005] by dmik
OS/2: configure.cmd: Fix: -nomake option was ignored.
15:24 Ticket #236 (configure option -nomake doesn't work) created by rudi
REXX is a strange language…
14:39 Changeset [1004] by dmik
tests: embedded: Reproduce #203 behavior.
13:23 Changeset [1003] by dmik
tests: Added embedded test case.
10:20 Ticket #210 (Re-release 4.6.3 with SSL patch included) closed by diver
invalid: as we work on 4.7 right now i see no reason to leave this ticket open. if …

2011-08-17:

20:44 Changeset [1002] by dmik
qmake: gnumake/os2: Make mkdir-p.cmd understand quotes in arguments.
19:47 Changeset [1001] by dmik
OS/2: configure.cmd: Support single -debug-and-release option. …
19:21 Ticket #235 (Build process broken) closed by dmik
fixed: Fixed in r1000. It's not quoted names, it's the backslash. CMD.EXE's "cd" …
19:17 Changeset [1000] by dmik
qmake: gnumake/os2: Partly revert r996 and r997. Some ancient OS/2 tools …
18:26 Ticket #235 (Build process broken) created by rudi
The changes r996 and r997 break the build process completely. …
17:28 Changeset [999] by dmik
qmake: gnumake/os2: QMAKESPECDIR was not passed to the compiler. The …
17:24 Changeset [998] by dmik
qmake: Revert r530. This change introduced behavior unexpected by qmake …
16:45 Changeset [997] by dmik
qmake: gnumake/os2: Quote paths with trailing separators. This is to …
16:21 Changeset [996] by dmik
qmake: gnumake/os2: Don't trim trailing separators when escaping paths. …
16:20 Ticket #234 (QtCreator's qmlpuppet doesn't get installed) created by rudi
The utility qmlpuppet doesn't have an install target (multi-platform bug). …
14:22 Changeset [995] by dmik
OS/2: configure.cmd: Create dummy qconfig.h file for syncqt. This fixes …
10:08 Ticket #233 (Wrong executable location for debug_and_release) created by rudi
When rebuilding a project the uses debug_and_release (non-shadow), I …
01:24 Ticket #227 (Debug verison of QMake used after bootstrap) closed by dmik
fixed: Okay, demos and examples build now. I've also enabled them inn configure …
01:23 Changeset [994] by dmik
OS/2: configure.cmd: Build examples and docs by default. Also added …
01:02 Changeset [993] by dmik
examples: Move os2:TARGET_SHORT outside the snippet block. It doesn't …

2011-08-16:

18:51 Changeset [992] by dmik
qmake: Reverted r976 and reapplied r804. Adding dependencies to Makefiles …
15:37 Changeset [991] by dmik
OS/2: Make sure Qt will build with QT_BUILD_INTERNAL.
15:34 Changeset [990] by dmik
README.OS2: Mention the configure.cmd options.
15:28 Changeset [989] by dmik
OS/2: configure.cmd: Support build type options. This includes -release, …
14:35 Changeset [988] by dmik
OS/2: Unhide the exit code from Perl. To let configure.cmd (or whatever) …
14:14 Ticket #232 (Missing QtCore exports) closed by dmik
fixed: So, you changed the compiler. Welcome to the club -) It is known, there …
11:37 Ticket #232 (Missing QtCore exports) created by rudi
Attempting a full rebuild (no shadow) fails when linking QtXml? due to …
01:19 Changeset [987] by dmik
Reverted "INCLUDEPATH += ." changes unnecessary after r981. Reverts r493, …
00:57 Changeset [986] by dmik
OS/2: Add missing documentation to methods.
00:56 Ticket #219 (Fix path separator when building qdoc3) closed by dmik
fixed: Applied in r985.
00:55 Changeset [985] by dmik
doc: Fixed doc3 invocation on non-Unix platforms.

2011-08-15:

21:15 Changeset [984] by dmik
OS/2: configure.cmd: Remove qmake from default build parts. In fact, when …
14:57 Changeset [983] by dmik
OS/2: Add support for shadow builds of Qt itself.
14:20 Ticket #199 (Piping lage amounts of data from/to a child process fails) closed by dmik
fixed: Great. I get your point and anyway this is what helped us to find the bugs …

2011-08-14:

22:05 Changeset [982] by dmik
qmake: Remove duplicates from INCPATH and QMAKE_LIBDIR. This is to keep …
22:02 Changeset [981] by dmik
mkspecs/os2-g++: Always add project directory to INCLUDEPATH. This is …
21:58 Changeset [980] by dmik
mkspecs/os2-g++: Replace DIR_SEPARATOR with the literal. DIR_SEPARATOR …
13:46 Changeset [979] by dmik
qmake: Missed include change for r977.

2011-08-13:

23:51 Changeset [978] by dmik
qmake: Reverted r897. QFileInfo() comparison is not well defined for …
22:49 Changeset [977] by dmik
qmake: gnumake/os2: Fixed r953 regression. Would not detect all matched …
22:06 Changeset [976] by dmik
qmake: Ensure Makefile generation order in ordered builds. When one …

2011-08-12:

16:57 Changeset [975] by dmik
OS/2: configure.cmd: Simplify mkspecs/default creation. After r974, it's …
16:43 Changeset [974] by dmik
qmake: gnumake/os2: Make QMAKESPECDIR always point to original mkspec. …
15:55 Changeset [973] by dmik
qmake: Make MakefileGenerator::writeHeader() virtual. This lets …
15:53 Changeset [972] by dmik
qmake: gnumake/os2: Make .sym generation part of main target rule. …

2011-08-11:

23:11 Changeset [971] by dmik
examples: desktop/systray: Revert r263, r266, r271. This is something …
23:00 Changeset [970] by dmik
tests: Add testing sync process access on a GUI thread.
22:57 Changeset [969] by dmik
OS/2: QProcess: Fix hangs when using sync funcs in a GUI program. An …
21:08 Changeset [968] by dmik
qmake: gnumake/os2: Copy .sym files to DLLDESTDIR. The DLLDESTDIR, when …
21:05 Changeset [967] by dmik
qmake: Added replace functions fixpath_target and fixpath_local. They …
17:52 Changeset [966] by dmik
Ignore patterns.
17:50 Changeset [965] by dmik
OS/2: Add missing qtLibraryTarget() calls on TARGET_SHORT.
12:04 Changeset [964] by dmik
OS/2: QProcess: Mixed lines. That could lead to a case when the semaphore …
02:15 Ticket #228 (qmake: Add .sym file generation) closed by dmik
fixed: Implemented installing .sym files along with the target EXEs/DLLs in r963. …
02:13 Changeset [963] by dmik
qmake: gnumake/os2: Install .sym file along with target by default. This …
02:11 Changeset [962] by dmik
qmake: Recognize 'no_vpath' and 'no_fixify' in install target's .CONFIG. …
00:42 Ticket #228 (qmake: Add .sym file generation) reopened by dmik
00:12 Ticket #197 (Allow developers to build documentation) closed by dmik
fixed: Done in r961. Given that they are only built on explicit request (make …
00:01 Ticket #228 (qmake: Add .sym file generation) closed by dmik
fixed

2011-08-10:

23:57 Changeset [961] by dmik
OS/2: configure.cmd: Make docs built by default.
23:56 Changeset [960] by dmik
OS/2: Translations: Don't attempt to create .sym files.
23:28 Changeset [959] by dmik
OS/2: configure.cmd: Proper debug|release order in QT_CONFIG. This is to …
23:26 Changeset [958] by dmik
qmake: gnumake/os2: Disable .sym generation in debug builds by default. …
19:04 Changeset [957] by dmik
qmake: gnumake/os2: Add 'sym' CONFIG option by default. This is only done …
19:00 Changeset [956] by dmik
qmake: gnumake/os2: Fix using relative cmd paths in mapsym wrapper. It is …
17:24 Changeset [955] by dmik
qmake: gnumake/os2: No need to quote $(QMAKESPECDIR).
17:22 Changeset [954] by dmik
qmake: Added support for .SYM file generation on OS/2. This is done …
17:20 Changeset [953] by dmik
qmake: gnumake/os2: More precise escaping of illegal characters. Escaping …
13:32 Ticket #199 (Piping lage amounts of data from/to a child process fails) reopened by rudi

2011-08-09:

23:13 Ticket #201 (QSystemTrayIcon::setIcon(QIcon) ignored if QIcon is an empty icon) closed by dmik
fixed: Fixed that nonsense in r952. Was a tiny yet tricky bug, see the commit …
23:11 Changeset [952] by dmik
OS/2: xsystray: Fixed duplicate mouse click notifications. This was due …
10:34 Changeset [951] by dmik
OS/2: xsystray: Paint empty box for NULL icon. This is what tray widgets …
09:11 Changeset [950] by dmik
OS/2: README.OS2: Updated sound information.

2011-08-08:

23:33 Ticket #224 (Sound support) closed by dmik
fixed: Okay, let's try it for the 4.7 release and see how it behaves. Done in …
23:33 Changeset [949] by dmik
OS/2: QSound: Use shared mode by default. This makes sense since the …
21:42 Ticket #231 (Problem creating multiple QFilesystemWatchers) closed by dmik
fixed: Turned out to be a Qt Creator bug indeed. Fixed in …
21:36 Changeset [948] by dmik
OS/2: Increase polling interval to 2s in QFileSystemWatcher.
21:35 Changeset [947] by dmik
OS/2: Added debugging to QFilleSystemWatcher impl.

2011-08-06:

01:28 Changeset [946] by dmik
OS/2: Oops, a typo.

2011-08-05:

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

2011-08-04:

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

2011-08-03:

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

2011-08-02:

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

2011-08-01:

23:30 Ticket #199 (Piping lage amounts of data from/to a child process fails) closed by dmik
fixed: Regarding comment:12. Tried it. Stupid typo, fixed in r931. The problem …
23:18 Changeset [931] by dmik
OS/2: QProcess: Typo.
22:01 Changeset [930] by dmik
OS/2: QProcess: Fixed warnings in release build.
21:57 Changeset [929] by dmik
OS/2: QProcess: Reverted r923 (superseded by r928).
21:56 Changeset [928] by dmik
OS/2: QProcess: Fixed the way how pipes are closed. This makes sure that …
15:22 Changeset [927] by dmik
tests: Ignore *.pro.user files.
15:21 Changeset [926] by dmik
tests/process: Use OTHER_FILES for extra project files. Qt Creator uses …
15:20 Changeset [925] by dmik
tests/process: Added stderr load test.
10:11 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, Qt …
01:07 Ticket #199 (Piping lage amounts of data from/to a child process fails) closed by dmik
fixed: I've played with Qt Creator a bit by making it build and run applications …

2011-07-31:

23:29 Changeset [924] by dmik
tests/process/child: Comment out debug stuff. As this breaks …
23:07 Changeset [923] by dmik
OS/2: Fix QFile::atEnd() returning 0 on a pipe after it is closed. This …
22:18 Changeset [922] by dmik
tests: Added process-sync2 and child2 test cases.
22:18 Changeset [921] by dmik
tests/process/child: Added checking the stdin/out/err handle type.
22:16 Changeset [920] by dmik
tests: Made it build on Linux.
20:50 Changeset [919] by dmik
tests/process/child: Added two new modes: 3 and 4. Mode 3 prints …
20:41 Changeset [918] by dmik
OS/2: QProcess: Use dup()/dup2() instead of DosDupHandle?(). This fixes …

2011-07-29:

15:10 Ticket #212 (UIC produces double carriage returns when using a pipe) closed by dmik
fixed: Fixed in r917.
15:09 Changeset [917] by dmik
uic: Fixed doubling EOLs (CRs) in pipe mode.

2011-07-28:

00:48 Changeset [916] by dmik
test: process-async.cmd: Added mch and sch commands.
00:47 Changeset [915] by dmik
tests: process-sync-test.cmd: Be more verbose and do cleanup.
00:47 Changeset [914] by dmik
tests: Added a bunch of new tests to process-sync.
00:43 Changeset [913] by dmik
OS/2: QProcess: New I/O pipe notification mechanism. This remake is to …

2011-07-25:

21:45 Ticket #229 (Double quoting for RES file dependency) closed by dmik
fixed: An r905 regression. Fixed in r912. Thanks!
21:45 Changeset [912] by dmik
qmake: A better fix for r905. This fixes a r905 regression (closes #229) …
16:33 Ticket #229 (Double quoting for RES file dependency) created by rudi
For some reason we now have quotes around the $(RES_FILE) dependency. …
14:36 Changeset [911] by dmik
OS/2: QProcess: Don't close the stdin pipe until the child reads it all. …
00:47 Changeset [910] by dmik
tests: Added process-sync-test.cmd.
00:46 Changeset [909] by dmik
qmake: Escape file path in clean rules of extra targets. This makes sure …

2011-07-24:

23:13 Changeset [908] by dmik
tests: process: Be consistent and use binary file mode everywhere.
22:53 Changeset [907] by dmik
tests: Added process/process-sync test case.
22:52 Changeset [906] by dmik
tests: Root tests.pro needed for r903 to make sense.
22:46 Changeset [905] by dmik
qmake: os2/gnumake: Change forward to back slashes in extra targets and …
20:49 Changeset [904] by dmik
tests: Optimize/simplify the build process for shadow building.
19:52 Changeset [903] by dmik
tests/process: Renamed the process part to process-async.

2011-07-20:

23:48 Changeset [902] by dmik
QProcess: Make qt_prettyDebug() global instead of cloning it. This also …

2011-07-19:

23:46 Ticket #217 (QMake delivers mixed separators) closed by dmik
fixed: I checked qmake/Windows; it uses native separators in these paths. I did …
23:45 Changeset [901] by dmik
corelib: QLibraryInfo: Return paths with native separators as on Windows.
23:32 Changeset [900] by dmik
corelib: Use expandEnvVars() in qlibraryinfo.cpp on all platforms.
22:07 Ticket #211 (Adjust QMAKESPEC_ORIGINAL) closed by dmik
fixed: In …
21:56 Changeset [899] by dmik
configure.cmd: Put the relative path in QMAKESPEC_ORIGINAL.
19:07 Changeset [898] by dmik
qmake: No need to put QMAKE_PRL_BUILD_DIR to .prl when targeting OS/2. …
13:19 Ticket #228 (qmake: Add .sym file generation) created by dmik
It is useful to have .sym files for all .DLLs and .EXEs since they allow …
01:21 Changeset [897] by dmik
qmake: Proper fix to create install rules in Makefiles at first run. The …

2011-07-18:

21:37 Changeset [896] by dmik
qmake: os2/gnumake: Don't try to install .pdb files.

2011-07-17:

17:49 Ticket #214 (make process hangs when compiling .rc file) closed by dmik
fixed
17:49 Changeset [895] by dmik
qmake: os2/gnumake: Fixed: INCLUDE variable was not passed to RC.EXE if it …
17:39 Changeset [894] by dmik
README.OS2: Mention the required version of RC.EXE (see #220).

2011-07-16:

14:55 Ticket #214 (make process hangs when compiling .rc file) reopened by rudi

2011-07-15:

19:05 Ticket #227 (Debug verison of QMake used after bootstrap) created by rudi
When the bootstrap version of QMake (generated by configure.cmd) gets …
14:23 Ticket #226 (Make QMLViewer help output a window) closed by dmik
fixed: Done in r893.
14:23 Changeset [893] by dmik
qmlviewer: Show --help output in a window as on Win32.
10:43 Ticket #226 (Make QMLViewer help output a window) created by rudi
On OS/2 QMLViewer should output it's help message in a window instead of …
01:03 Ticket #225 (qmake: Keep long names in import libraries) closed by dmik
fixed: Long DLL names are fixed in r890. The new qmake seems to work well.

2011-07-14:

23:02 Changeset [892] by dmik
configure.cmd: Added support for setting QLibraryInfo::ImportsPath? through …
22:51 Changeset [891] by dmik
Ignore patterns.
22:47 Changeset [890] by dmik
general: Shortened a bunch of plugin DLL names with TARGET_SHORT.

2011-07-13:

17:00 Changeset [889] by dmik
qmake: os2/gnumake: Fixed: Target name extension was not applied to import …
12:54 Changeset [888] by dmik
qmake: Reverted r804 since TARGET_SHORT does not affect .lib names any …
12:40 Changeset [887] by dmik
qmake: Reverted r162 since TARGET_SHORT does not affect .lib names any …
01:59 Changeset [886] by dmik
qmake: os2/gnumake: Removed unnecessary shortening the import library name …
01:49 Changeset [885] by dmik
qmake: win32/os2: Fixed: DESTDIR make variable would end with an …

2011-07-12:

14:28 Ticket #225 (qmake: Keep long names in import libraries) created by dmik
In order to overcome the 8.3 DLL file name format limitation imposed by …
12:11 Changeset [884] by dmik
qmake: os2/gnumake: Replace "\<char>" escaping in DEFINE variables with …

2011-07-07:

14:53 Ticket #223 (QDir::cleanPath() broken) closed by dmik
fixed: Thanks. Committed in r883. Just for my info, could you please tell how …
14:53 Changeset [883] by dmik
corelib: QDir::cleanPath() would strip the trailing slash from drive root …
01:59 Ticket #220 (QMake doesn't support shadow builds) closed by dmik
fixed: Rudi, thanks for raising this problem, it was in my internal todo list …
01:55 Changeset [882] by dmik
qmake: os2/gnumake: Fixed shadow build support. Closes #220 [based on a …

2011-07-01:

00:50 Ticket #218 (Missing QFont::handle() body) closed by dmik
fixed: Fixed in r881. Yuri, I doubt that there is the same problem with …
00:47 Changeset [881] by dmik
gui: Added missing QFont::handle() body. Closes #218.

2011-06-30:

21:51 Ticket #214 (make process hangs when compiling .rc file) closed by dmik
fixed: Although removing %INCLUDE% is not a solution since $(INCLUDEPATH) itself …
21:43 Changeset [880] by dmik
qmake: os2/gnumake: Added support for the internal QMAKE_RUN_RC2RES_ENV …
21:39 Changeset [879] by dmik
configure.cmd: Removed the interactive question about building WebKit?; it …
20:18 Changeset [878] by dmik
gui: QWidgetPrivate: Declare inline methods as such upfront so that GCC …
18:47 Ticket #206 (QLibrary::load() may give invalid error string) closed by dmik
fixed: Done in r877. Thanks.
18:46 Changeset [877] by dmik
corelib: Fixed QLibrary::load() error message when the DLL to load is not …
15:49 Changeset [876] by dmik
configure.cmd: More dependencies on the CFG_GUI setting.
12:28 Changeset [875] by dmik
More ignore patterns for output files/directories.
12:06 Ticket #221 (Add QtDeclarative) closed by dmik
fixed: Building of QtDecl?.dll is enabled in r874.
12:01 Changeset [874] by dmik
general: Enabled building of QtDeclarative by default. Closes #221.
00:38 Ticket #222 (Instantiating QApplication modifies floating point control word.) closed by dmik
fixed: Fixed in r873. Thanks for finding that out.
00:36 Changeset [873] by dmik
general: Restore the FPU Control Word completely after making Win and Gpi …

2011-06-29:

18:45 Ticket #196 (Qmake creates invalid "LIBS" entry in Makefile,xxxxx) closed by dmik
fixed: Rudi, thanks for the report. In r872, I applied a more generic fix (no …
18:36 Changeset [872] by dmik
qmake: os2/gnumake: Fixed incorrect double-quoting of library names and …

2011-06-28:

15:49 Ticket #224 (Sound support) created by diver
imho it would make sense to enable sound as shared by default. and use the …

2011-06-13:

16:21 Ticket #223 (QDir::cleanPath() broken) created by rudi
Currently QDir::cleanPath() strips trailing separators from root …
Note: See TracTimeline for information about the timeline view.