Timeline



Nov 12, 2006:

11:39 PM Changeset [155] by dmik
kernel: Fixed the compiler warning.
11:28 PM Changeset [154] by dmik
Kernel: Fixed recursion (that ate the entire stack) if the WShowModal …
11:05 PM Changeset [153] by dmik
kernel: Attempted to fix some spontaneous Qt application traps during …
8:52 PM Ticket #34 (Spontaneous traps of Qt applications during window management) created by dmik
Sometimes, a Qt application just traps in the middle of some window …

Nov 10, 2006:

12:30 AM Changeset [152] by dmik
qmake: GNUMAKE: Fixed: The -l prefix at the beginning of libraries …

Nov 9, 2006:

10:50 PM Ticket #33 (Add the OS/2 system exception handler to the Qt library) closed by dmik
fixed: I think it's enough with the exception handler features for now, it's …
10:42 PM Changeset [151] by dmik
Common: System Exceptions: - The trap report file subdirectory is …

Nov 1, 2006:

9:55 PM Changeset [150] by dmik
Common: System Exceptions: - Added exploring and writing the context …
6:18 PM Changeset [149] by dmik
Common: System Exceptions: - Updated all comment and open/close …
12:12 AM Changeset [148] by dmik
Common: System Exceptions: - Added reading out and writing the module …

Oct 29, 2006:

8:22 PM Changeset [147] by dmik
Common: System Exceptions: - Fixed the stack walking procedure so that …
5:21 PM Changeset [146] by dmik
Common: System Exceptions: - Added usage of DosQuerySysState?() to …

Oct 25, 2006:

11:30 PM Changeset [145] by dmik
Common: System Exceptions: - Added recording the word the register …
9:44 PM Changeset [144] by dmik
Kernel: QSound: Due to problems with the most commonly used uniaud …

Oct 23, 2006:

10:47 PM Changeset [143] by dmik
Common: System Exceptions: - Fixed: Using HOMEDRIVE/HOMEPATH to point …
10:44 PM Changeset [142] by dmik
qregion_pm.cpp: Reverted back to revision 139 because of changeset:141.
10:40 PM Changeset [141] by dmik
Compiling: Fixed broken release builds by appliying a better …

Oct 20, 2006:

9:46 PM Changeset [140] by dmik
Compiling: Applied a workaround for the Innotek GCC compiler bug …
9:44 PM Changeset [139] by dmik
Kernel/Tools?: Improved OS/2 exception handling: - Moved the excpetion …

Oct 18, 2006:

10:45 PM Changeset [138] by dmik
Fixed: Forgot to set the Id keyword substitution.
10:00 PM Changeset [137] by dmik
General: mkspecs/os2-g++: Added an option to generate .map files when …
9:58 PM Changeset [136] by dmik
Kernel: Added the Qt-wide OS/2 system exception handler (see ticket:33
9:54 PM Ticket #33 (Add the OS/2 system exception handler to the Qt library) created by dmik
We want more information about system exceptions happening in the Qt …

Oct 11, 2006:

10:35 PM Changeset [135] by dmik
Kernel: Fixed: in !QT_PM_NO_WIDGETMASK mode, performing a very quick …

Oct 8, 2006:

10:14 PM Changeset [134] by dmik
Kernel: QProcess: Significantly improved the speed of reading data …
9:06 PM Changeset [133] by dmik
Global: Fixed qSystemWarning(): Do not try to get the error text for …
9:04 PM Changeset [132] by dmik
Kernel: QEventLoop: Fixed: Recognize WM_U_SEM_SELECT only for the …

Sep 26, 2006:

1:36 PM WikiStart edited by dmik
Added Psi/2 0.10.1 news. (diff)

Sep 21, 2006:

8:55 PM Changeset [131] by dmik
Imported QAccessible cross-platform sources from …
8:45 PM Changeset [130] by dmik
Copied QAccessible cross-platform sources to the original Trolltech …
8:42 PM Changeset [129] by dmik
Imported QAccessible cross-platform sources from the official release …

Sep 17, 2006:

8:10 PM Changeset [128] by dmik
General: configure.cmd: - Various improvements to the tools …

Sep 14, 2006:

8:26 PM Ticket #32 (QDir::rootDirPath() causes an access violation) closed by dmik
fixed: This bug has already been fixed in r123. You should update from SVN …
8:20 PM Ticket #31 (qfile_pm.cpp: isValidFile() doesn't work correctly for filenames with ...) closed by dmik
fixed: Fixed by r127. Thanks for reporting.
8:19 PM Changeset [127] by dmik
Tools: Fixed file name validation: QFile::open() didn't work for file …
7:31 PM Ticket #32 (QDir::rootDirPath() causes an access violation) created by froloff
Finally I found the bug, which cause QT application trap on my …
4:23 PM WikiStart edited by dmik
Minor changes (diff)

Sep 13, 2006:

9:12 PM Changeset [126] by dmik
Kernel: Fixed keyboard pocessing: Let the standard OS/2 Alt+ddd …
11:08 AM Ticket #29 (QThread stack size) closed by dmik
fixed: Fixed by r125. Thanks for reporting.
11:06 AM Changeset [125] by dmik
Kernel: Increased the default stack size for a newly created QThread …
7:09 AM Ticket #31 (qfile_pm.cpp: isValidFile() doesn't work correctly for filenames with ...) created by froloff
Мелочь, поэтому напишу по русски :) . bool isValidFile( const QString& …

Sep 12, 2006:

9:25 PM Changeset [124] by dmik
Kernel: Removed the annoying "QPixmap::xForm(): video driver doesn't …

Sep 11, 2006:

8:35 PM Ticket #25 (Port Psi to OS/2) closed by dmik
fixed: Adrian has created a separate repository for for OS/2 ports of …
12:39 PM Ticket #30 (QProcess's readStdout()/readStderr() is slow) created by froloff
QT-based photoproc …
9:32 AM Ticket #29 (QThread stack size) created by froloff
It seems that value of 32768 bytes for default thread stack size is …

Sep 10, 2006:

10:26 PM Changeset [123] by dmik
Tools: Fixed a typo in QDir::rootDirPath() that caused an access …

Sep 4, 2006:

9:42 PM Contacts created by dmik
Added the Contacts page
9:38 PM WikiStart edited by dmik
Added the Contacts page (diff)

Sep 3, 2006:

8:51 PM Changeset [122] by dmik
Kernel: QSound: Commented out the debug macro mistakenly left after r120.
8:42 PM Changeset [121] by dmik
Kernel: Improved Qt timers: - Fixed a regression caused by r113: the …

Sep 2, 2006:

9:30 PM Ticket #28 (DBCS don't work properly) created by dmik
DBCS characters can neither be entered nor displayed correctly. For …
6:01 PM Changeset [120] by dmik
Kernel: QSound: Added a workaround to solve 100% CPU load followed by …

Aug 28, 2006:

6:51 PM Ticket #27 (Psi influencing behaviour of other apps) closed by dmik
invalid: Moved to ticket:25.
12:05 PM Ticket #27 (Psi influencing behaviour of other apps) created by axel.hagedorn@…
Cannot say if this is a defect of the port or problems with other apps …

Aug 25, 2006:

10:51 PM Changeset [119] by dmik
Tools: Fixed SYS3184 (divide-by-zero) in qt_os2QString2MB() (used by …

Aug 20, 2006:

11:30 AM Ticket #26 (firefox icons don't show) closed by dmik
worksforme: Al, please try the new Beta 1 to check whether the problem is still …

Aug 19, 2006:

11:45 AM WikiStart edited by dmik
Fixed Psi link. (diff)
11:38 AM WikiStart edited by dmik
Added news about Psi Beta 1 (diff)

Aug 15, 2006:

11:36 AM Changeset [118] by dmik
configure.cmd: Fixed: adding paths to envirionment variables could …
9:22 AM Changeset [117] by dmik
Tools: Fixed double number handling routines: applying word0 and word1 …
Note: See TracTimeline for information about the timeline view.