Timeline


and

2010-05-31:

21:06 Ticket #160 (Assistant not drawing correctly on startup (direct frame bufffer mode ...) closed by dmik
fixed: Corrected the DevClose? thing (however I doubt that this code will be ever …
21:06 Changeset [744] by dmik
gui: Minor cleanup.
16:52 Changeset [743] by dmik
gui: Fixed: Qt Assistant would corrupt screen at startup in DIVE FB mode …
12:48 Ticket #159 (DIVE modes crash on 24bit (BGR3) screen surface) closed by dmik
fixed
02:32 Changeset [742] by dmik
gui: Fixed a typo that caused DIVE direct FB mode to be disabled for DIVE …

2010-05-27:

08:31 Ticket #160 (Assistant not drawing correctly on startup (direct frame bufffer mode ...) created by rudi
When using direct frame buffer access, QtAssistant? doesn't paint it's …
07:55 Ticket #159 (DIVE modes crash on 24bit (BGR3) screen surface) created by rudi
Testing the new QWindowSurfaces on an ATI Rage128 (SNAP forced to 24bit …

2010-05-20:

21:17 Ticket #149 (VLC blocked when opening a non-existent file and quitting) closed by dmik
wontfix: Ah yes, that was the problem I think. At least in Qt3 (and I suppose in …

2010-05-16:

16:44 Ticket #156 (QAssistant won't start) closed by diver
fixed
12:10 Ticket #158 (No Help in QT Designer or Linguist) closed by dmik
fixed: The cause of the problem is the same as in #156.
12:10 Ticket #157 (Examples and Demos will not launch.) closed by dmik
fixed: The cause of the problem is the same as in #156.
02:56 Ticket #158 (No Help in QT Designer or Linguist) created by David McKenna
When trying to get help documentation in the new 4.6.2 version of QT …
02:37 Ticket #157 (Examples and Demos will not launch.) created by David McKenna
Any attempt to launch a demo in the new QT 4.6.2 (everything installed: …
02:30 Ticket #156 (QAssistant won't start) created by David McKenna
After installing the new QT 4.6.2 (all components -dev, doc, examples, …

2010-05-15:

11:16 Ticket #142 (QT4-GA setup documentation-- at best, a disaster!) closed by dmik
worksforme: Please check the new 4.6.2 release. I now provide a complete GCC422 …

2010-05-14:

13:38 Milestone Qt 4.6.2 completed
Key goals: * Upgrade the source tree to version 4.6.1 from the vendor. * …
13:15 WikiStart edited by dmik
Updated for 4.6.2. (diff)
12:38 Changeset [741] by dmik
Tagged 4.6.2 release.
11:35 qt4-os2-4.6.2.jpg attached to WikiStart by dmik
4.6.2 screenshot
00:40 Changeset [740] by dmik
Updated README and CHANGES for 4.6.2.
00:30 Changeset [739] by dmik
packaging: Don't show the "select additional configuration" page to make …

2010-05-13:

22:41 Ticket #146 (WPI "lib" package still refuses to load w/o XWorkplace) closed by dmik
fixed: In r737, I added creation of the separate "noxwpdep" WPI. Note htat when …
22:40 Ticket #155 (Depend on WarpIn 1.0.20) created by dmik
This is a continuation of #146. When WarpIn? 1.0.20 is out, we should …
20:55 Changeset [738] by dmik
packaging: Typos.
20:52 Changeset [737] by dmik
packaging: Create a noxwpdep version of the "lib" archive for those who …
19:33 Changeset [736] by dmik
packaging: Added a big warning to the "lib" archive about uninstalling the …
19:10 Ticket #101 (Use DIVE to speed up blitting in QRasterWindowSurface) closed by dmik
fixed: Enough for this defect.
18:57 Changeset [735] by dmik
gui: If neither QT_PM_DIVE nor QT_PM_NO_DIVE is set, the default is …
16:59 Changeset [734] by dmik
packaging: Updated WPI rules to include all new modules, demos and …
13:30 Changeset [733] by dmik
packaging: Needed for r732.
13:30 Changeset [732] by dmik
packaging: Make sure target WPI package directories are created before …
11:42 Changeset [731] by dmik
mkdir-p.cmd: Accept paths with trailing and duplicate slashes.

2010-05-12:

22:21 Changeset [730] by dmik
javascriptcore: Ported r726, r728:729 from webkit.
22:17 Changeset [729] by dmik
webkit: Oops, restore accidentally deleted lines in r728.
20:52 Changeset [728] by dmik
webkit: Use posix_memalign() and cell blocks of 256K as on other desktop …
10:22 Changeset [727] by dmik
More ignore patterns.

2010-05-11:

21:24 Ticket #135 (Check if WebKit can be built) closed by dmik
fixed: The bug is fixed in r726. That was a tough one (to find). The browser demo …
21:23 Changeset [726] by dmik
webkit: Fixed: garbage collector would not mark live objects on stack and …

2010-05-10:

14:34 Ticket #153 (Remove the need of GCC422.DLL) closed by diver
wontfix: as this compiler GCC 4.4.2 and better ist used on a lot more projects w/o …
14:21 Ticket #150 (MOC output on "No relevant classes found") closed by diver
wontfix: as this is not a specific problem of our port i close it. Eventually open …
14:19 Ticket #129 (Build break using GCC 3.3.5) closed by diver
wontfix: as GCC 4.4.2 is the recomended and only tested one, we are not going to …

2010-05-01:

00:51 Changeset [725] by dmik
packaging: Delete temporary package directories at start to make sure …
00:43 Changeset [724] by dmik
packaging: Ignore out directories.

2010-04-30:

22:21 Changeset [723] by dmik
packaging: Fixed GetPkgVersion?(): make sure the package is not searched in …
22:19 Changeset [722] by dmik
packaging: Improved QtEnv?.cmd: - Avoid double slashes. - Add X:\OS2\DLL to …
22:12 Changeset [721] by dmik
packaging: Added -B -D and -W command line options to make_packages.cmd.
17:59 Ticket #152 (Apply performance options) closed by dmik
fixed
17:58 Changeset [720] by dmik
gnumake/os2-g++: Switch the compiler to using the i486 instruciton set for …
17:49 Changeset [719] by dmik
gui: Use the const version of QImage::bits() to avoid making the deep …
17:45 Changeset [718] by dmik
gui: Fixed painting under the mouse pointer in Dive mode while performing …
12:58 Ticket #154 (Floating point exception in various scenarios) closed by dmik
fixed: Done in r717. Thank you for noticing!
12:55 Changeset [717] by dmik
corelib: Clear FPU CW in qdtoa() (fixes ticket:154).
00:22 Ticket #88 (Qt 4.6) closed by dmik
fixed: I think this ticket is outdated. We have more specific tickets for the 4.6 …
00:21 Ticket #131 (Suppress hardware errors if AUTOFAIL is missing from CONFIG.SYS) closed by dmik
fixed: In r715, I reverted r615 (the DosSetError?() call at startup). Instead, in …
00:17 Changeset [716] by dmik
corelib: Do DosOpen?() with OPEN_FLAGS_FAIL_ON_ERROR on drive letters …
00:13 Changeset [715] by dmik
corelib: Reverted r615 (see #131).

2010-04-28:

20:41 Changeset [714] by dmik
gui: Added a special direct Dive framebuffer access mode that hides the …
18:02 Changeset [713] by dmik
gui: Implemented the direct framebuffer access method in Dive mode (based …

2010-04-27:

16:15 Changeset [712] by dmik
gui: Fixed widget painting in Dive mode when the screen color format is …

2010-04-26:

17:36 Changeset [711] by dmik
gui: Fixed: Never add tooltip windows to the top-level window list and …
16:59 Changeset [710] by dmik
gui: Fixed distortions in Dive mode when moving windows of other processes …
13:05 Changeset [709] by dmik
gui: Added qwindowsurface_pm_p.h to includes.
02:41 Changeset [708] by dmik
gui: Use the fastest GPI matrix transformation for mirroring the image …
02:40 Changeset [707] by dmik
gui: Process deferred window flush events in Dive mode to make sure the …
01:05 Changeset [706] by dmik
gui: Implemented drawing widgets through Dive (see #101) and enabled it by …
01:02 Changeset [705] by dmik
gui: Added QWidget::addPmEventFilter()/removPmEventFilter() (OS/2 …
01:01 Changeset [704] by dmik
gui: Removed outdated QWL_ data item reservation.

2010-04-21:

11:35 Ticket #154 (Floating point exception in various scenarios) created by rudi
The exception happens in qdtoa(). In src\corelib\qlocale.cpp, lines 6776 …
10:48 Ticket #153 (Remove the need of GCC422.DLL) created by rudi
The option "-static-libgcc" applied to the link step seems to do the trick …
10:30 Ticket #152 (Apply performance options) created by rudi
Since we need to use any piece of performance we can get and we don't have …

2010-04-13:

11:25 WikiStart edited by diver
made gcc req more verbose (diff)

2010-03-23:

12:33 Ticket #151 (QFile::copy fails) closed by dmik
fixed: No, that doesn't make sense to create tickets for fixed problems (fixed in …
10:05 Ticket #151 (QFile::copy fails) created by rudi
Not sure if it makes sense to add a ticket for a problem that is only …

2010-03-21:

20:26 Changeset [703] by dmik
3rdparty/CLucene: Fixed: Provide replacements for kLIBC's broken wcscmp() …

2010-03-19:

15:07 Ticket #150 (MOC output on "No relevant classes found") created by rudi
This is a rather weird one, but I'm asking for your opinion on that... …
14:40 Ticket #48 (Enable MMX/SSE) closed by dmik
fixed: Silvan did some tests in #101. Closing this one.
14:24 Ticket #138 (QMake ignores LIBS_PRIVATE) closed by dmik
fixed: Thank you for noticing :)
12:57 Changeset [702] by dmik
corelib/io: QOS2FileSystemWatcherEngine: Suppress a false warning.

2010-03-18:

15:54 Changeset [701] by dmik
tools/assistant: Fixed: Would only recognize the first of two or more …
15:47 Changeset [700] by dmik
corelib: QProcess: Fixed: Having stderr of a started child process …
15:42 Changeset [699] by dmik
corelib: QProcess: Simplified debug output.
14:19 Ticket #149 (VLC blocked when opening a non-existent file and quitting) created by komh
Hi/2. As subject, VLC is blocked if failing to open a file. The blocked …
14:02 Ticket #145 (Can't checkout SVN anymore) closed by dmik
invalid

2010-03-17:

23:22 Changeset [698] by dmik
gui: Fixed crash in PMMERGE during resize & move of the top level window …
13:09 Ticket #148 (Assistant doesn't work anymore) closed by dmik
invalid: You need to make sure it can find and load the qsqlit4.dll plugin. If it …
13:06 Changeset [697] by dmik
tools/assistant: Use the GUI message box to show error messages instead of …
12:27 Ticket #143 (Linguist build fails.) closed by dmik
fixed: Ok.
12:00 Ticket #148 (Assistant doesn't work anymore) created by rudi
With the latest trunk, Assistant quit. The program just exists without …

2010-03-16:

23:07 Changeset [696] by dmik
qtdemo: Make it find demo and example executables on OS/2.
22:57 Changeset [695] by dmik
qtdemo: Added OS/2 icon.
15:16 Changeset [694] by dmik
Typo.
15:08 Changeset [693] by dmik
corelib: Fixed too fat frame around tooltips.
00:38 Changeset [692] by dmik
configure.cmd: Use QT_NO_DEBUG instead of NDEBUG to detect the release …
00:37 Changeset [691] by dmik
docs: ignore output.
00:21 Changeset [690] by dmik
docs: Fixed warnings and added some missing documentation for OS/2 …

2010-03-15:

21:42 Changeset [689] by dmik
examples: Ignore patterns.
21:36 Changeset [688] by dmik
doc: Fixed the OS/2 build.
21:33 Changeset [687] by dmik
configure.cmd: Build translations by default and build docs by default in …
18:50 Changeset [686] by dmik
demos/browser: Updated OS/2 icon.
18:36 Changeset [685] by dmik
translations: Ignore output.
18:31 Changeset [684] by dmik
translations: Fixed the OS/2 build.
18:30 Changeset [683] by dmik
corelib: Fixed r614 regression (QDir(<relative_path>) would contain no …
17:10 Changeset [682] by dmik
qmake: Don't output TRANSLATIONS twice to the zip target dependencies.
10:28 Ticket #147 (runtime wpi still halts on no Xcenter) closed by diver
fixed: same as ticket:146
08:34 Ticket #147 (runtime wpi still halts on no Xcenter) created by phil
ftp://ftp.netlabs.org/pub/qt4/4.5.1-ga/qt-lib-4_5_1-ga-noxwpdep.wpi I got …

2010-03-13:

23:17 Changeset [681] by dmik
3rdparty: CLucene: Be on the safe side and don't undefine O_BINARY (though …
22:22 Changeset [680] by dmik
demos/browser: Disable qDebug() only in real release builds.
22:16 Changeset [679] by dmik
corelib: QTemporaryFile: FIxed: Files were opened in O_TEXT mode which …

2010-03-12:

14:10 Ticket #146 (WPI "lib" package still refuses to load w/o XWorkplace) created by jh.stil
Today downloaded Qt packages and GCC. Gcc installs w/o problem. Despite …
01:15 Changeset [678] by dmik
demos/browser: Added OS/2 icon.

2010-03-11:

23:11 Changeset [677] by dmik
gui: QWidget: Fixed 4.6.2 merge typo (broke non-QT_NO_IM builds).
19:57 Changeset [676] by dmik
3rdparty/JavaScriptCore: Fixed: Stack blocks were free()d twice.
18:28 Changeset [675] by dmik
qmake: os2/gnumake: WLINK actually understands /PM:PM /PM:VIO too, thanks …
15:36 Changeset [674] by dmik
examples: Disabled inputpanel example due to QT_NO_IM on OS/2.
09:21 Ticket #145 (Can't checkout SVN anymore) created by rudi
I don't know where to report this, but I cannot checkout / update the …
03:04 Changeset [673] by dmik
qmake: os2/gnumake: Replaced hard-coded DEF_FILE generation target with …
02:57 Changeset [672] by dmik
emxexpw.cmd: Added -exe option to generate a .DEF for an executable.
02:53 Changeset [671] by dmik
qmake: os2/gnumake: Fixed r670 regression.

2010-03-10:

23:06 Changeset [670] by dmik
qmake: os2/gnumake: Be consistent and use q function for space escaping …
22:00 Changeset [669] by dmik
global: Make sure Q_*_EXPORT_INLINE functions are actually inlined in …
16:05 Changeset [668] by dmik
Fixed some release warnings.
13:40 Ticket #144 (Don't show floppy drives) created by rudi
Inspired by #137 I'm asking myself if it would be complicated to remove A: …
13:30 Ticket #131 (Suppress hardware errors if AUTOFAIL is missing from CONFIG.SYS) reopened by rudi
The current implementation still gives me one error popup for each …
13:23 Changeset [667] by dmik
configure.cmd: Fixed compiler version detection.
01:36 Changeset [666] by dmik
Oops (typo in r665).
01:33 Changeset [665] by dmik
corelib: Sockets: Fixed: "has data to read" socket notifications would be …
01:27 Changeset [664] by dmik
corelib: Sockets: Don't call select() on a temporarily disabled socket.

2010-03-09:

12:27 Changeset [663] by dmik
tools: linguist: Even more QT_NO_PRINTER.

2010-03-08:

21:45 Changeset [662] by dmik
tools: linguist: Added more QT_NO_PRINTER.
21:29 Changeset [661] by dmik
gui: Removed DLL split in debug mode since it seems to work fine as a …
19:36 Changeset [660] by dmik
corelib: Fixed QFile: QIODevice::Unbuffered would cause open() files in …
17:09 Changeset [659] by dmik
global: Updated year to 2010 in OS/2-specific headers.
16:45 Changeset [658] by dmik
configure.cmd: Ask if the webkit module should be built (defaults to "no" …
16:14 Changeset [657] by dmik
Ignore patterns.
16:00 Changeset [656] by dmik
qmake:qmake: os2/gnumake: Add support for the declspec(dllexport)-based …
15:50 Changeset [655] by dmik
emxexpw.cmd: Allow to run w/o the object list which generates a DEF file …
15:45 Changeset [654] by dmik
qmake: os2/gnumake: Use -Wl, to pass the object list response file to the …
15:41 Changeset [653] by dmik
demos/browser: Fixed the build (CWD in INCLUDEPATH).
15:39 Changeset [652] by dmik
global: Avoid warning about the dllimport attribute is ignored.
12:52 Changeset [651] by dmik
trunk: Merged in qt 4.6.2 sources.
09:53 Ticket #143 (Linguist build fails.) created by rudi
tools\linguist\linguist\mainwindow.cpp doesn't honour QT_NO_PRINTER. …
00:06 Changeset [650] by dmik
vendor: Tagged qt-everywhere-opensource-src-4.6.2 for further reference.

2010-03-07:

23:52 Changeset [649] by dmik
vendor: Merged in qt-everywhere-opensource-src-4.6.2 from Nokia.
21:50 Changeset [648] by dmik
global: Use declspec(dllexport) on OS/2 (first step to reduce the number …
21:20 Ticket #119 (Port QAssistant) closed by dmik
fixed: The problem in assistant is fixed in r647. This defect may be closed now.
21:20 Changeset [647] by dmik
tools: assistant: Fixed 100% CPU load/system freeze when controlling the …
21:17 Changeset [646] by dmik
corelib: QProcess: Fixed a problem that, depending on the order of events, …
20:39 Changeset [645] by dmik
corelib: QProcess: Fixed a typo that could make it impossible to read from …
19:09 Changeset [644] by dmik
corelib: Increase the sleep time in r643.
18:25 Ticket #124 (QSynth makes CPU load 99.9%) closed by dmik
wontfix: I found the exact reason for the freeze. Please see …
18:22 Changeset [643] by dmik
corelib: Protect against the frozen system when QSocketNotifier is given …
05:14 Ticket #142 (QT4-GA setup documentation-- at best, a disaster!) created by klipp
Is there any chance you could publish documentation that normal human …

2010-03-06:

00:32 Changeset [642] by dmik
gui: Use native file icons in standard Qt file dialogs.

2010-03-05:

21:35 Changeset [641] by dmik
examples/help: contextsensitivehelp: Fixed the build.
21:33 Changeset [640] by dmik
demos/examples: Reverted r515 and r540 (enabled help- and …
20:32 Changeset [639] by dmik
3rdparty: JavaScriptCore?: Removed annoying warnings.
20:27 Changeset [638] by dmik
Ignore patterns.
20:06 Changeset [637] by dmik
webcore: Made it build on OS/2.
19:50 Changeset [636] by dmik
webkit: Appliied r592 to a local javaScriptCore.
12:54 Ticket #88 (Qt 4.6) reopened by dmik
I will update to 4.6.2; there doesn't seem to be any changes that would …
12:31 Changeset [635] by dmik
general: QLocale: Fixed broken tools builds.
01:47 Changeset [634] by dmik
tools: Enabled building of assistant and tools.
01:44 Changeset [633] by dmik
3rdparty/clucene: Use _ASCII mode on OS/2 since wcscmp()/wcsncmp() are …
01:38 Changeset [632] by dmik
3rdparty/clucene: Made it build in _ASCII mode.

2010-03-04:

21:03 Changeset [631] by dmik
tools/assistant: Make it build on OS/2.
19:39 Changeset [630] by dmik
3rdparty/clucene: Added OS/2 support [patch by rudi].
19:33 Changeset [629] by dmik
qmake: os2/gnumake: Added support for LIBS_PRIVATE introduced in Qt 4.6.
01:22 Ticket #137 (QDirModel shows phantom drive B:) closed by dmik
fixed
01:21 Ticket #6 (Port QFileSystemWatcher) closed by dmik
fixed: It turned out that checking for drive changes every 3 seconds is very …
01:19 Changeset [628] by dmik
corelib: Enabled native XWP-based file watcher on OS/2.
01:07 Changeset [627] by dmik
gui: Don't hide valid drive letters with no media inserted from …

2010-03-03:

23:18 Changeset [626] by dmik
Reverted r613 (see #137).
23:06 Changeset [625] by dmik
tests/widget: Extended locale test.
21:25 Ticket #123 (Derive language settings from the system) closed by dmik
fixed: Done in r622. Now, the language is derived from the country code of the …
21:24 Changeset [624] by dmik
Readme for r623.
21:22 Changeset [623] by dmik
corelib: Ignore the system locale object by default as it is known to have …
20:54 Changeset [622] by dmik
corelib: Implemented deriving the defaut locale from the process country …
03:04 Changeset [621] by dmik
gui: QPixmap: Enhanced fromPmHBITMAO, added fromPmHPOINTER().

2010-03-02:

14:45 Changeset [620] by dmik
Ups.
14:20 Changeset [619] by dmik
Be on the safe side.
14:03 Ticket #39 (Port QAccessible) closed by dmik
fixed: It turned out that we only need to enable the compilation of the …
13:46 Changeset [618] by dmik
gui: Enabled accessibility support on OS/2. Closes #39.
Note: See TracTimeline for information about the timeline view.