Timeline



Aug 29, 2009:

5:01 PM WikiStart edited by Dmitry A. Kuminov
Added download link for Beta 1 (diff)
4:06 PM Changeset [150] by Dmitry A. Kuminov
Renamed trolltech to nokia in branches.
3:59 PM Changeset [149] by Dmitry A. Kuminov
Tagged Beta 1.
8:42 AM WikiStart edited by Dmitry A. Kuminov
Added screenshot (diff)
8:33 AM qt4-os2-beta1.jpg attached to WikiStart by Dmitry A. Kuminov
Beta 1 screenshot
8:03 AM Ticket #3 (Port all key GUI classes) closed by Dmitry A. Kuminov
fixed: Done with zipping, checking and so on. Announced on the first wiki …
7:59 AM WikiStart edited by Dmitry A. Kuminov
Credits updated (diff)
7:53 AM WikiStart edited by Dmitry A. Kuminov
(diff)
7:30 AM Milestone QtGui Beta completed
Port all key GUI classes. Hunting season for bugs is open :) As …
7:10 AM Changeset [148] by Dmitry A. Kuminov
README.OS2: make release and make debug won't work from src (qmake bug).
6:43 AM Changeset [147] by Dmitry A. Kuminov
gui: project file: Make sure splitDLL stuff is only used for the dll build.
6:16 AM Changeset [146] by Dmitry A. Kuminov
configure.cmd: Typo (tried to remove a non-existent directory and failed).
5:57 AM Changeset [145] by Dmitry A. Kuminov
More limitations.
5:45 AM Changeset [144] by Dmitry A. Kuminov
Added README.OS2.
5:04 AM Ticket #27 (Port QWidget) closed by Dmitry A. Kuminov
fixed: This task is basically done. There is a number of @todo still in the …
5:03 AM Ticket #26 (Port QApplication) closed by Dmitry A. Kuminov
fixed: This task is basically done. There is a number of @todo still in the …
4:42 AM Ticket #54 (Finish QCursor) created by Dmitry A. Kuminov
QCursor is not able to actually change the mouse pointer shape at the …
4:40 AM Ticket #29 (Port QCursor) closed by Dmitry A. Kuminov
fixed: The new dependency is #53. Closing this one.
4:40 AM Ticket #38 (Port QPixmap) closed by Dmitry A. Kuminov
fixed: The dummy implementation is in there; created #53 for the rest. Not …
4:39 AM Ticket #53 (Finish QPixmap) created by Dmitry A. Kuminov
There are a few unimplemented platform-dependent methods in QPixmap …
4:36 AM Ticket #41 (Port QFont, QFontEngine and QFontDatabase) closed by Dmitry A. Kuminov
fixed: No time for this in the Beta; a single font is enough for …
4:33 AM Ticket #52 (Create FreeType driver for OS/2 bitmap fonts) created by Dmitry A. Kuminov
In order to support OS/2 bitmap fonts, we need a driver that will read …
4:30 AM Ticket #51 (Use OS/2 font database to match fonts) created by Dmitry A. Kuminov
We will use the Freetype2 library to cache installed fonts and perform …
4:25 AM Changeset [143] by Dmitry A. Kuminov
gui: Disabled debug output.
3:46 AM Changeset [142] by Dmitry A. Kuminov
gui: Implemented QWidgetPrivate::createDefaultWindowSurface_sys().
3:44 AM Changeset [141] by Dmitry A. Kuminov
core: A bunch of fixes to QEventDispatcherPM which actually made Qt …

Aug 28, 2009:

11:11 PM Changeset [140] by Dmitry A. Kuminov
gui: Fixed: mouse auto capture on button press didn't work because of …
10:37 PM Changeset [139] by Dmitry A. Kuminov
gui: Fixed: Pressing a mouse button over a child widget would deliver …
10:06 PM Changeset [138] by Dmitry A. Kuminov
gui: Implemented focus notifications.
6:23 PM Changeset [137] by Dmitry A. Kuminov
gui: Dummy QKeyMapperPrivate::possibleKeys() implementation.
6:22 PM Ticket #33 (Port QKeyMapper) closed by Dmitry A. Kuminov
fixed: Created the initial QKeyMapper implementation in r136 suitable for the …
6:21 PM Ticket #50 (Finish QKeyMapper) created by Dmitry A. Kuminov
There are few things in QKeyMapper that remain to be done: - …
5:46 PM Changeset [136] by Dmitry A. Kuminov
gui: Implemented QKeyMapper (#33).
2:59 PM Changeset [135] by Dmitry A. Kuminov
core: Added a hack to use cp866 on OS/2 if LANG is ru_RU.
1:51 PM Ticket #49 (Detect locale properly) created by Dmitry A. Kuminov
String conversion functions depend on the locale. Currently, the …

Aug 27, 2009:

12:03 AM Ticket #30 (Port QDesktopWidget) closed by Dmitry A. Kuminov
fixed: Implemented in r134.
12:02 AM Changeset [134] by Dmitry A. Kuminov
gui: Implemented QDesktopWidget.

Aug 26, 2009:

11:32 PM Changeset [133] by Dmitry A. Kuminov
gui: Implemented popup window open/close.
9:45 PM Changeset [132] by Dmitry A. Kuminov
gui: Enabled dummy QDesktopServices and FreeType? by default.
7:48 PM Changeset [131] by Dmitry A. Kuminov
gui: Implemented QWidgetPrivate::setFocus_sys(), raise_sys(), …
7:37 PM Changeset [130] by Dmitry A. Kuminov
gui: Implemented QWidget::grabMouse/Keyboard(), …
7:15 PM Changeset [129] by Dmitry A. Kuminov
gui: Implemented QWidgetPrivate::setWindowTitle_sys().
7:00 PM Changeset [128] by Dmitry A. Kuminov
gui: Implemented QWidget::setParent_sys(). Many examples started to …
5:45 PM Changeset [127] by Dmitry A. Kuminov
gui: Fixed: On OS/2, raster paint engine didn't obey the antialias …
5:03 PM Changeset [126] by Dmitry A. Kuminov
3dparty: Imported original fontconfig 2.7.1 sources.

Aug 25, 2009:

2:54 PM Changeset [125] by Dmitry A. Kuminov
gui: Added QFontEnginePMFT that makes use of FreeType? to render fonts …

Aug 21, 2009:

1:34 AM Changeset [124] by Dmitry A. Kuminov
gui: Implemented QWidge::metric(). Added using of test (box) font …

Aug 19, 2009:

10:31 PM Changeset [123] by Dmitry A. Kuminov
gui: Typos.
10:19 PM Changeset [122] by Dmitry A. Kuminov
gui: Don't change top level window size/position in Qt when it gets …
9:26 PM Changeset [121] by Dmitry A. Kuminov
gui: 1) Fixed window state change handling so that the window is …

Aug 18, 2009:

2:30 PM Changeset [120] by Dmitry A. Kuminov
gui: QWidget::setWindowState/setGeometry_sys/setWSGeometry in progress.

Aug 17, 2009:

6:58 PM Changeset [119] by Dmitry A. Kuminov
qmake/GNUMAKE: Improved PRL file processing (could sometimes lose …
6:54 PM Changeset [118] by Dmitry A. Kuminov
configure.cmd: Put OS/2 version limitation defines to qconfig.h so …
3:23 PM Changeset [117] by Dmitry A. Kuminov
gui: Typo.
5:09 AM Changeset [116] by Dmitry A. Kuminov
gui: Implemented size/move event translation.
5:06 AM Changeset [115] by Dmitry A. Kuminov
gui: Added OS/2 support to QRasterWindowSurface and to QNativeImage …

Aug 14, 2009:

9:20 PM Changeset [114] by Dmitry A. Kuminov
gui: Implemented QWidget::map[To|From]Global.
9:19 PM Ticket #37 (Port QRegion) closed by Dmitry A. Kuminov
fixed: Done in r113.
9:18 PM Changeset [113] by Dmitry A. Kuminov
gui: Implemented the OS/2 bits of QRegion (#37).
3:13 PM Changeset [112] by Dmitry A. Kuminov
gui: Paint event translation.

Aug 13, 2009:

7:16 PM Changeset [111] by Dmitry A. Kuminov
gui: More QCursor bits.
6:22 PM Changeset [110] by Dmitry A. Kuminov
Addon to r109.
6:20 PM Changeset [109] by Dmitry A. Kuminov
gui: Added modality implementation.

Aug 12, 2009:

8:18 PM Changeset [108] by Dmitry A. Kuminov
gui: Added mouse event translation, various message handling.
8:13 PM Changeset [107] by Dmitry A. Kuminov
configure.cmd: Added QT_NO_DRAGANDDROP (no DnD yet).
1:28 AM Changeset [106] by Dmitry A. Kuminov
gui: Improved wdget create/destroy debug messages.
1:27 AM Changeset [105] by Dmitry A. Kuminov
gui: Split the debug version of the QtGui? DLL into 3 pieces on OS/2 to …
1:23 AM Changeset [104] by Dmitry A. Kuminov
mkspecs/features/os2: Added splitDllBegin/splitDllPart/splitDllEnd …
1:19 AM Changeset [103] by Dmitry A. Kuminov
mkspecs/os2-g++: 1) Generate a separate rule for the import library …
1:13 AM Changeset [102] by Dmitry A. Kuminov
emxexpw.cmd: Surround E_BlaBla literals with quotes to avoid …

Aug 6, 2009:

2:01 PM Changeset [101] by Dmitry A. Kuminov
mkspecs/os2-g++: Detect the linker (ILINK or WLINK) dynamically based …
12:24 AM Changeset [100] by Dmitry A. Kuminov
gui: Implemented widget show/hide functions. Added widget mask (clip …

Aug 5, 2009:

1:19 AM Changeset [99] by Dmitry A. Kuminov
gui: Implemented widget creation/destruction functions.

Aug 3, 2009:

9:30 PM Changeset [98] by Dmitry A. Kuminov
gui: Added deferred window size/move request processing.
9:28 PM Changeset [97] by Dmitry A. Kuminov
Enabled the QtGui? module on OS/2.
11:23 AM Changeset [96] by Dmitry A. Kuminov
qmake: When using debug-and-release mode on OS/2, debug versions of Qt …

Jul 30, 2009:

11:13 PM Changeset [95] by Dmitry A. Kuminov
gui: Added OS/2 stubs for platform-specific parts of all key GUI …

Jul 29, 2009:

6:58 PM Ticket #23 (qmake: call moc with generated response files) closed by Dmitry A. Kuminov
fixed: Done in r94. Had also to fix the tiny moc bug (r93).
6:57 PM Changeset [94] by Dmitry A. Kuminov
qmake/OS/2: Added DEFINES_RSP file generation to overcome command line …
6:50 PM Changeset [93] by Dmitry A. Kuminov
moc: Fixed: If a @<file> command line option immediately followed …
4:17 PM Ticket #48 (Enable MMX/SSE) created by Dmitry A. Kuminov
The Qt4 painting engine makes usage of various MMX/3DNow and SSE/SSE2 …

Jul 28, 2009:

9:08 PM Changeset [92] by Dmitry A. Kuminov
gui: Started OS/2 versions of QApplication and QWidget.
1:52 PM Changeset [91] by Dmitry A. Kuminov
configure.cmd: Added QT_NO_TABLET, QT_NO_SESSIONMANAGER. Maintain two …
12:14 PM Changeset [90] by Dmitry A. Kuminov
mkspecs/os2-g++: Added QMAKE_COMPILER_DEFINES to simulate the OS/2 …
9:24 AM WikiStart edited by Dmitry A. Kuminov
(diff)

Jul 27, 2009:

8:25 PM Changeset [89] by Dmitry A. Kuminov
OS/2: Move QPMObjectWindow declaration to …
7:36 PM Changeset [88] by Dmitry A. Kuminov
build: Enabled uic; disabled scripttools plugins modules (dependencies …
7:32 PM Changeset [87] by Dmitry A. Kuminov
More ignored output.
7:22 PM Changeset [86] by Dmitry A. Kuminov
examples: waitconditions only needs QtCore?.
5:41 PM Ticket #24 (Complete QEventDispatcher) closed by Dmitry A. Kuminov
fixed: The processing of the message loop is done in r85. The only thing left …
5:39 PM Changeset [85] by Dmitry A. Kuminov
corelib: Implemented message queue, finished QEventDispatcherPM (#24).

Jul 25, 2009:

11:25 PM Ticket #47 (Test timers) created by Dmitry A. Kuminov
Timers must be tested under heavy conditions (primarily, many active …
11:24 PM Ticket #46 (Test socket notifiers) created by Dmitry A. Kuminov
Socket notifiers must be tested under heavy conditions (primarily …
11:19 PM Changeset [84] by Dmitry A. Kuminov
corelib: Implemented timers (#24).

Jul 24, 2009:

12:31 AM Changeset [83] by Dmitry A. Kuminov
corelib: Implemented socket notifiers (#24).

Jul 21, 2009:

1:38 PM Ticket #45 (Port QDesktopServices) created by Dmitry A. Kuminov
Provide the OS/2 version of the QDesktopServices class.
1:37 PM Ticket #44 (Port QSystemTrayIcon) created by Dmitry A. Kuminov
Provide the OS/2 version of the QSystemTrayIcon class.
1:31 PM Ticket #43 (Port QPrintDialog and QPageSetupDialog) created by Dmitry A. Kuminov
Provide the OS/2 version of the QPrintDialog and QPageSetupDialog classes.
1:31 PM Ticket #42 (Port QFileDialog) created by Dmitry A. Kuminov
Provide the OS/2 version of the QFileDialog class.
1:26 PM Ticket #41 (Port QFont, QFontEngine and QFontDatabase) created by Dmitry A. Kuminov
Provide the OS/2 version of the QFont, QFontEngine and QFontDatabase …
1:25 PM Ticket #40 (Port QInputContext) created by Dmitry A. Kuminov
Provide the OS/2 version of the QInputContext class.
1:24 PM Ticket #39 (Port QAccessible) created by Dmitry A. Kuminov
Provide the OS/2 version of the QAccessible class.
1:22 PM Ticket #38 (Port QPixmap) created by Dmitry A. Kuminov
Provide the OS/2 version of the QPixmap class.
1:21 PM Ticket #37 (Port QRegion) created by Dmitry A. Kuminov
Provide the OS/2 version of the QRegion class.
1:20 PM Ticket #36 (Port QPrintEngine and QPrinterInfo) created by Dmitry A. Kuminov
Provide the OS/2 version of the QPrintEngine and QPrinterInfo classes.
1:18 PM Ticket #35 (Finish QColormap) created by Dmitry A. Kuminov
Provide the OS/2 version of the QPaintDevice and QColormap classes.
1:17 PM Ticket #34 (Port QSound) created by Dmitry A. Kuminov
Provide the OS/2 version of the QSound class.
1:14 PM Ticket #33 (Port QKeyMapper) created by Dmitry A. Kuminov
Provide the OS/2 version of the QKeyMapper class.
1:13 PM Ticket #32 (Port DND classes) created by Dmitry A. Kuminov
Provide the OS/2 version of the Drag And Drop supporting classes. This …
1:12 PM Ticket #31 (Port MIME classes) created by Dmitry A. Kuminov
Provide the OS/2 version of the classes for MIME support. This …
1:05 PM Ticket #30 (Port QDesktopWidget) created by Dmitry A. Kuminov
Provide the OS/2 version of the QDesktopWidget class.
1:04 PM Ticket #29 (Port QCursor) created by Dmitry A. Kuminov
Provide the OS/2 version of the QCursor class.
1:03 PM Ticket #28 (Port QClipboard) created by Dmitry A. Kuminov
Provide the OS/2 version of the QClipboard class.
1:02 PM Ticket #27 (Port QWidget) created by Dmitry A. Kuminov
Provide the initial OS/2 version of the QWidget class.
1:00 PM Ticket #26 (Port QApplication) created by Dmitry A. Kuminov
Provide the OS/2 version of the QApplication class.
9:40 AM Ticket #25 (QFSFileEngine: Implement memory mapped files) created by Dmitry A. Kuminov
Adding support for memory mapped files (QAbstractFileEngine::map() and …

Jul 11, 2009:

7:37 AM WikiStart edited by Dmitry A. Kuminov
(diff)
12:08 AM WikiStart edited by Dmitry A. Kuminov
(diff)
12:04 AM Ticket #2 (Port all important basic classes from src/corelib) closed by Dmitry A. Kuminov
fixed: I think that this milestone can be considered as done.
12:03 AM Ticket #21 (Adopt other core classes to OS/2) closed by Dmitry A. Kuminov
fixed

Jul 10, 2009:

11:51 PM Changeset [82] by Dmitry A. Kuminov
QMutex: OS/2: Use an event semaphore since the rest is done through …
11:00 PM Milestone QtCore Beta completed
Port all important basic classes from src/corelib. We …
11:14 AM Changeset [81] by Dmitry A. Kuminov
QThread: OS/2: move set priority stuff to a separate private function …
11:10 AM Changeset [80] by Dmitry A. Kuminov
mkspecs: added os2 features for recognizing 'console' and 'windows' …
11:06 AM Ticket #24 (Complete QEventDispatcher) created by Dmitry A. Kuminov
The basics of QEventDispatcher are done within #9. This task is about …
11:05 AM Ticket #9 (Port QEventDispatcher) closed by Dmitry A. Kuminov
fixed
9:19 AM Changeset [79] by Dmitry A. Kuminov
Adopted QDateTime to OS/2 (posix).

Jul 9, 2009:

7:11 PM Changeset [78] by Dmitry A. Kuminov
mkspecs/os2-g++: Apparently, the copy command doesn't accept the /Y …
6:58 PM Changeset [77] by Dmitry A. Kuminov
mkspecs: Make the 'shared' CONFIG option obey QMAKE_LFLAGS_DLL flags …
6:46 PM Ticket #8 (Port QCoreApplication) closed by Dmitry A. Kuminov
fixed: Removed the debug stuff from qcoreapplication_pm.cpp in r76.One minor …
6:45 PM Changeset [76] by Dmitry A. Kuminov
corelib: Removed obsolete code from QCoreApplication/OS2.
6:37 PM Ticket #12 (Port QLibrary) closed by Dmitry A. Kuminov
fixed: Done in r75.
6:37 PM Changeset [75] by Dmitry A. Kuminov
corelib: OS/2: Implemented QLibrary.
6:33 PM Changeset [74] by Dmitry A. Kuminov
corelib: OS/2: Export qt_create_tls() as it's neede by qthread.cpp.
12:17 PM Ticket #7 (Port QProcess) closed by Dmitry A. Kuminov
fixed
12:16 PM Changeset [73] by Dmitry A. Kuminov
corelib: OS/2: Implemented QProcess::startDetached().
11:43 AM Changeset [72] by Dmitry A. Kuminov
corelib: OS/2: Reimplemented QProcess using libc pipes (#7).

Jul 7, 2009:

12:09 PM Ticket #22 (test) closed by Silvan Scherrer
fixed

Jul 6, 2009:

11:49 PM Changeset [71] by Dmitry A. Kuminov
corelib: OS/2: Partly implemented QProcess using native pipes (#7).

Jul 5, 2009:

9:00 PM Changeset [70] by Dmitry A. Kuminov
configure.cmd: Temporarily disabled QSystemSemaphore and QSharedMemory …
8:45 PM Ticket #23 (qmake: call moc with generated response files) created by Dmitry A. Kuminov
In order to overcome the CMD.EXE 1024 character command line length …

Jul 4, 2009:

11:24 PM Ticket #13 (Port QThread, QMutex, QWaitCondition) closed by Dmitry A. Kuminov
fixed
12:31 PM Changeset [69] by Dmitry A. Kuminov
corelib: OS/2: Ported QThread (#13).
12:21 PM Changeset [68] by Dmitry A. Kuminov
corelib: OS/2: Initial port of QCoreApplication (#8).
12:13 PM Changeset [67] by Dmitry A. Kuminov
corelib: OS/2: Initial port of QEventDispatcher.

Jul 3, 2009:

12:25 PM WikiStart edited by Silvan Scherrer
(diff)
12:22 PM WikiStart edited by Silvan Scherrer
added mailinglist (diff)
12:12 PM Ticket #22 (test) created by Silvan Scherrer
this is a test to see it the mailing list works

Jun 29, 2009:

9:49 PM Changeset [66] by Dmitry A. Kuminov
corelib: OS/2: Ported QWaitCondition.

Jun 28, 2009:

11:56 PM Changeset [65] by Dmitry A. Kuminov
corelib: OS/2: Ported QMutex.

Jun 27, 2009:

11:34 PM Changeset [64] by Dmitry A. Kuminov
More ignored output files/directories.
9:40 PM Changeset [63] by Dmitry A. Kuminov
corelib: OS/2: QSettings: Use QLatin1String().
8:17 PM Changeset [62] by Dmitry A. Kuminov
Rexx scripts need CRLF style to be forced.
7:54 PM Changeset [61] by Dmitry A. Kuminov
QtCore?: Adopted QtConcurrent? namespace to OS/2.

Jun 25, 2009:

10:55 PM Changeset [60] by Dmitry A. Kuminov
corelib: Alter .pro files to take OS/2 into account (many modules are …
10:53 PM Changeset [59] by Dmitry A. Kuminov
corelib: QFSFileEngine/os2: Use QLatin1Char/*String since cast from …
10:49 PM Changeset [58] by Dmitry A. Kuminov
OS/2: Qt::HANDLE is unsigned long.
10:46 PM Changeset [57] by Dmitry A. Kuminov
qmake: os2/GNUMAKE: There may be things like -L<some_path> in LIBS …
10:42 PM Changeset [56] by Dmitry A. Kuminov
A reference to qt_os2.h needs to be present in lnclude/QtCore too.
9:48 PM Changeset [55] by Dmitry A. Kuminov
qmake: os2/GNUMAKE: Add missing $(DEFINES) stuff the compiler response …
9:45 PM Ticket #21 (Adopt other core classes to OS/2) created by Dmitry A. Kuminov
There are many classes in corelib that are mainly cross-platform but …
9:18 PM Changeset [54] by Dmitry A. Kuminov
qmake: os2/GNUMAKE: Add missing QMAKESPECDIR to the compiler response file.
8:30 PM Changeset [53] by Dmitry A. Kuminov
configure.cmd: Build debug and release Qt by default (as on win32 and mac).
7:42 PM Changeset [52] by Dmitry A. Kuminov
qmake: Fixed copy-paste typo in subdirs rule generation that blocked …
7:28 PM Changeset [51] by Dmitry A. Kuminov
qmake: Build os2/GNUMAKE generator on other platforms.
5:29 PM Changeset [50] by Dmitry A. Kuminov
qmake: os2/GNUMAKE: Don't write definitions before the header.
4:01 PM Ticket #20 (Port sql module) created by Dmitry A. Kuminov
Provide an OS/2 version of the sql module. There seems to be no to …
3:56 PM Ticket #19 (Port network module) created by Dmitry A. Kuminov
Provide an OS/2 version of the platform-specific classes from the …
3:48 PM Ticket #18 (Port Qt Linguist and the like) created by Dmitry A. Kuminov
Tracker for general discussion about the milestone. The task assumes …
3:42 PM Ticket #17 (Port qt3support module) created by Dmitry A. Kuminov
Make the qt3support module work on OS/2. Qt3 for OS/2 sources should …
3:40 PM Ticket #16 (Port all remaining classes) created by Dmitry A. Kuminov
Tracker for general discussion about the milestone.
1:53 PM WikiStart edited by Dmitry A. Kuminov
(diff)

Jun 24, 2009:

10:37 PM Ticket #5 (Port atomic functions) closed by Dmitry A. Kuminov
fixed: It seems to be quite easy: the implementation of atomic primitives for …
10:37 PM Changeset [49] by Dmitry A. Kuminov
corelib: Picked up i386 atomic primitives for OS/2 (#5).
9:04 PM Changeset [48] by Dmitry A. Kuminov
configure.cmd: Undo temporary file rename operations we perform when …
8:08 PM Changeset [47] by Dmitry A. Kuminov
configure.cmd: Enable GIF image format by default.
6:56 PM Ticket #14 (Generate proper qconfig.h) closed by Dmitry A. Kuminov
fixed
6:50 PM Ticket #15 (Finish configure.cmd) created by Dmitry A. Kuminov
Fully implement configure.cmd functionality which includes: - Process …
6:47 PM Changeset [46] by Dmitry A. Kuminov
configure.cmd: Generate qconfig.h, qconfig.pri and .qmake.cache (#14).

Jun 22, 2009:

11:21 PM Changeset [45] by Dmitry A. Kuminov
configure.cmd: qconfig.h generation in progress.
6:19 PM Ticket #1 (Port qmake) closed by Dmitry A. Kuminov
fixed: Silvan, I was expecting that you will close the task since you're the …
2:59 PM Milestone qmake completed
Port qmake including some basic classes.

Jun 21, 2009:

10:20 PM Changeset [44] by Dmitry A. Kuminov
qmake: os2/GNUMAKE: Escape make variables that refer to file names …
7:49 PM Changeset [43] by Dmitry A. Kuminov
mkspecs.os2-g++: Simplify OBJECTS/OBJECTS_REF case.
7:27 PM Ticket #4 (os2-g++: DEF file generation) closed by Dmitry A. Kuminov
fixed
7:24 PM Changeset [42] by Dmitry A. Kuminov
qmake: os2/GNUMAKE: Added DEF file recognition/generation (#4).
6:43 PM Ticket #14 (Generate proper qconfig.h) created by Dmitry A. Kuminov
configure.cmd needs to generate a proper qconfig.h file …
4:08 PM Changeset [41] by Dmitry A. Kuminov
mkspecs.os2-g++: Use proper xcopy flags.

Jun 19, 2009:

11:42 PM Changeset [40] by Dmitry A. Kuminov
qmake: Makefile.os2: Delete objects file by file to overcome 1024 char …
11:36 PM Changeset [39] by Dmitry A. Kuminov
qmake: os2/GNUMAKE: Added recognition of QMAKE_RUN_LINK, …
10:16 PM Changeset [38] by Dmitry A. Kuminov
qmake: Win32MakeFile: More virtual functions for generating RC and DEF …

Jun 18, 2009:

7:04 PM Ticket #13 (Port QThread, QMutex, QWaitCondition) created by Dmitry A. Kuminov
Provide OS/2 versions of the QThread, QMutex and QWaitCondition classes.
7:02 PM Ticket #12 (Port QLibrary) created by Dmitry A. Kuminov
Provide an OS/2 version of the QLibrary class.
7:01 PM Ticket #11 (Port QSystemSemaphore) created by Dmitry A. Kuminov
Provide an OS/2 version of the QSystemSemaphore class.
7:00 PM Ticket #10 (Port QSharedMemory) created by Dmitry A. Kuminov
Provide an OS/2 version of the QSharedMemory class.
6:59 PM Ticket #9 (Port QEventDispatcher) created by Dmitry A. Kuminov
Provide an OS/2 version of the QEventDispatcher class.
6:58 PM Ticket #8 (Port QCoreApplication) created by Dmitry A. Kuminov
Provide an OS/2 version of the QCoreApplication class.
6:53 PM Ticket #7 (Port QProcess) created by Dmitry A. Kuminov
Provide an OS/2 version of the QProcess class.
6:52 PM Ticket #6 (Port QFileSystemWatcher) created by Dmitry A. Kuminov
Provide an OS/2 version of the QFileSystemWatcherEngine class.
1:39 PM Ticket #5 (Port atomic functions) created by Dmitry A. Kuminov
We need to pick up the correct version of atomic functions from …
1:22 PM WikiStart edited by Dmitry A. Kuminov
No need for a date any more. (diff)
1:21 PM WikiStart edited by Dmitry A. Kuminov
Added roadmap link. (diff)
1:13 PM Ticket #4 (os2-g++: DEF file generation) created by Dmitry A. Kuminov
Add DEF file management for the Qt libraries the same way it is done …

Jun 17, 2009:

10:25 PM Changeset [37] by Dmitry A. Kuminov
qmake: Obey OS/2 CMD.EXE cmd.line length restriction in $(DEL_FILE) …
9:36 PM Changeset [36] by Dmitry A. Kuminov
More ignored output.
9:30 PM Changeset [35] by Dmitry A. Kuminov
qmake: os2/GNUMAKE: Overcome 1024 char CMD.EXE limitation with …
7:33 PM Changeset [34] by Dmitry A. Kuminov
qmake: os2/GNUMAKE: Remove commonly used -l and -L from the beginning …
10:54 AM Ticket #3 (Port all key GUI classes) created by Silvan Scherrer
Tracker for general discussion about the milestone.
10:51 AM Ticket #2 (Port all important basic classes from src/corelib) created by Silvan Scherrer
Tracker for general discussion about the milestone.
10:47 AM Ticket #1 (Port qmake) created by Silvan Scherrer
Tracker for general discussion about the milestone.
12:10 AM Changeset [33] by Dmitry A. Kuminov
corelib/io: QFileInfo::absoluteFilePath() and canonicalFilePath() …

Jun 16, 2009:

11:46 AM Changeset [32] by Dmitry A. Kuminov
qmake: Missing qmake.conf changes for r31.

Jun 15, 2009:

11:59 PM Changeset [31] by Dmitry A. Kuminov
qmake: os2/GNUMAKE: Common qmake fixes (proper include directory …
8:46 PM WikiStart edited by Dmitry A. Kuminov
Show date of the last status update (diff)
8:45 PM WikiStart edited by Dmitry A. Kuminov
status update (diff)
12:52 PM WikiStart edited by Silvan Scherrer
page outline (diff)
11:24 AM Changeset [30] by Dmitry A. Kuminov
configure.cmd: Fixed QT_INSTALL_DATA path.
10:20 AM WikiStart edited by Silvan Scherrer
(diff)

Jun 12, 2009:

11:32 AM Changeset [29] by Dmitry A. Kuminov
qmake: More OS/2-specific fixes. Enabled GNUMakefileGenerator (turned …

Jun 11, 2009:

8:11 PM Changeset [28] by Dmitry A. Kuminov
qmake: Create mkspecs/default.
4:33 PM Changeset [27] by Dmitry A. Kuminov
qmake: Added os2 mode (default on OS/2).
12:59 PM Changeset [26] by Dmitry A. Kuminov
configure.cmd: Resurrect QT_CONFIGURE_SETTINGS_PATH which is used by …
12:40 PM Changeset [25] by Dmitry A. Kuminov
corelib: More OS/2 bits for QSettings.

Jun 8, 2009:

9:33 PM Changeset [24] by Dmitry A. Kuminov
corelib: QDateTime: Fixed #ifdefs to use Posix time resolution on OS/2.
9:33 PM Changeset [23] by Dmitry A. Kuminov
corelib: Implemented OS/2 version of QSettings.

Jun 7, 2009:

4:53 PM Changeset [22] by Dmitry A. Kuminov
Ignore generated files.
4:48 PM Changeset [21] by Dmitry A. Kuminov
Added netlabs.org copyright to all newly created OS/2-specific files.
4:38 PM Changeset [20] by Dmitry A. Kuminov
corelib: QFSFileEngine: Iimplemented OS/2 versions of homePath(), …
4:33 PM Changeset [19] by Dmitry A. Kuminov
corelib: Added qt_os2.h.

Jun 6, 2009:

9:27 PM Changeset [18] by Dmitry A. Kuminov
corelib/io: Adopted QFSFileEngine for OS/2 (posix-style).

Jun 3, 2009:

5:50 PM Changeset [17] by Dmitry A. Kuminov
corelib/global: OS/2 bits.
Note: See TracTimeline for information about the timeline view.