Timeline



Feb 25, 2006:

8:58 PM Changeset [63] by dmik
Fixed QWidget::erase() broken by changeset:61.

Feb 22, 2006:

9:21 AM Ticket #16 (Background is out of bounds in QPainter::drawRoundRect) closed by dmik
fixed: Fixed by changeset:62.
9:17 AM Changeset [62] by dmik
Fixed QPainter::drawRoundRect(): the background of rectangles with …
8:44 AM Ticket #16 (Background is out of bounds in QPainter::drawRoundRect) created by dmik
When non-zero roundness coefficients are passed to …

Feb 6, 2006:

9:43 PM Changeset [61] by dmik
Implemented QRegion(..., QRegion::Eclipse) and QRegion(QPointArray …

Jan 30, 2006:

10:04 PM Ticket #15 (Implement the QSessionManager class) created by dmik
We need to implement the QSessionManager class, because it is …
9:07 PM Changeset [60] by dmik
Fixed: All text drawing functions were not able to draw strings longer …

Jan 29, 2006:

10:37 PM Ticket #14 (Implement QWidget::setMask() for non-toplevel widgets) created by dmik
We need to implement the QWidget::setMask() functionality for …
9:16 PM WikiStart edited by dmik
Added info about mailing lists (diff)
8:00 PM Ticket #11 (Implement alpha channel support for pixmaps (QPixmap)) closed by dmik
fixed: Alpha blending is fully implemented now. P.S. copyBlt() on Qt/Win32 …
7:56 PM Changeset [59] by dmik
Implemented alpha blending for pixmaps. Improved blitting of masked …
4:47 PM Changeset [58] by dmik
Fixed [Qt bug]: bitBlt(QImage,QImage) could produce a fully …

Jan 19, 2006:

9:47 PM Ticket #13 (Add the proper handling of the RC_FILE variable in qmake project files.) created by dmik
It will be useful to teach the qmake utility to automatically compile …
9:37 PM Ticket #7 (Implement QWidget::setIcon()) closed by dmik
fixed: QWidget::setIcon() has been implemented. Since this method accepts …
9:22 PM Changeset [57] by dmik
Implemented QWidget::setIcon().
9:09 PM Changeset [56] by dmik
Added the OS/2 specific (i.e. not portable) internal public method to …

Jan 15, 2006:

10:30 PM Ticket #4 (MDI windows lack standard titlebar buttons) closed by dmik
fixed: Fixing by changeset:53. Note that missing MDI window sysmenu icons …
10:24 PM Changeset [55] by dmik
Fixed [Qt misbehavior]: QWorkspaceChild is now created with the …
10:16 PM Changeset [54] by dmik
Fixed [Qt bug]: QWindows::drawPrimitive(PE_WindowFrame) ignored …
10:06 PM Changeset [53] by dmik
Fixed: QWidget::create() didn't set default WStyle_NormalBorder | …
9:51 PM Changeset [52] by dmik
Fixed [PM misbehavior]: MouseButtonDblClick? messages were delivered to …

Jan 8, 2006:

7:51 PM Changeset [51] by dmik
Fixed QProcess: - workingDirectory() was ignored; - environment …
4:27 PM Ticket #8 (Implement the QSound class) closed by dmik
fixed: The OS/2 implementation of QSound is done. The current implementation …
3:49 PM Changeset [50] by dmik
Imported examples/process and examples/sound from /vendor/trolltech/3.3.1
3:44 PM Changeset [49] by dmik
Copied examples/process and examples/sound to the original Trolltech …
3:39 PM Changeset [48] by dmik
Imported examples/process and examples/sound from the official release …
3:32 PM Changeset [47] by dmik
Fixed: forgot to set the svn:keywords property value to 'Id'.
3:30 PM Changeset [46] by dmik
Implemented the OS/2 version of the QSound class.
3:25 PM Changeset [45] by dmik
Added bool QAuServer::isRelevant(QSound*) as a protected non-virtual …
3:10 PM Changeset [44] by dmik
Corrected the copyright statement.

Dec 21, 2005:

9:24 PM WikiStart edited by dmik
Added an announcement about porting Qt apps (diff)

Dec 19, 2005:

12:54 PM Ticket #5 (Implement the QProcess class) closed by anonymous
fixed: The OS/2 implementation of QProcess is done. For now, I use a 100ms …
12:39 PM Changeset [43] by dmik
Added OS/2-related corrections to the QProcess docs.
12:29 PM Changeset [42] by dmik
Fixed: forgot to set the svn:keywords property value to 'Id'.
12:25 PM Changeset [41] by dmik
Implemented the OS/2 version of the QProcess class.
12:19 PM Changeset [40] by dmik
os2-g++ mkspecs: QT_DEV_NO_DEF_GENERATION env. var, when not empty, …

Dec 17, 2005:

2:05 PM WikiStart edited by dmik
Added a separator between the main menu and the page contents (diff)
1:59 PM WikiStart edited by dmik
Added the side-bar (diff)
1:49 PM Ticket #12 (Looking for the best programmer's editor based on Qt 3) created by dmik
We are looking for a good programmer's text editor based on the Qt …
12:15 PM Ticket #11 (Implement alpha channel support for pixmaps (QPixmap)) created by dmik
We need to support the alpha channel in the QPixmap implementation, …
12:08 PM Ticket #10 (Trap issuing stdlib's exit() when QApplication instance is created on ...) created by dmik
If we have a QApplication instance created on the stack in main() (a …

Dec 13, 2005:

9:27 AM Ticket #9 (Implement the native OS/2 style for widgets) created by dmik
To give Qt applications a true look and feel of native OS/2 …

Dec 11, 2005:

3:16 PM Changeset [39] by dmik
Reimported qprocess.cpp from /vendor/trolltech/3.3.1
3:15 PM Changeset [38] by dmik
Deleted /trunk/src/kernel/qprocess.cpp (was wrongly copied from qsound.cpp)
3:12 PM Changeset [37] by dmik
Recopied /vendor/trolltech/current/src/kernel/qprocess.cpp to …
3:11 PM Changeset [36] by dmik
Deleted /vendor/trolltech/3.3.1/src/kernel/qprocess.cpp (was wrongly …
3:03 PM Changeset [35] by dmik
Fixed: forgot to set the svn:keywords property value to 'Id'.
3:02 PM Changeset [34] by dmik
Fixed: forgot to set the svn:keywords property value to 'Id'.
2:40 PM Changeset [33] by dmik
Imported xplatform parts of QProcess/QSound from /vendor/trolltech/3.3.1
2:27 PM Changeset [32] by dmik
Copied xplatform parts of QProcess/QSound to the original Trolltech …
2:20 PM Changeset [31] by dmik
Imported xplatform parts of QProcess/QSound from the official release …

Dec 10, 2005:

11:04 PM Ticket #8 (Implement the QSound class) created by dmik
Simple sound facilities (playing a WAV file) are (also) used very …
10:33 PM Ticket #7 (Implement QWidget::setIcon()) created by dmik
We need to implement setting the widget's icon and ensure it works …
10:24 PM Ticket #6 (Rolex Replica) created by dmik
Using the native FILESTATUS3 struct and native Dos* API calls to query …
9:52 PM Changeset [30] by dmik
A separate .DEF map file (with the .debug extension) is used when the …

Dec 9, 2005:

10:37 PM Changeset [29] by dmik
Removed OBJECTS_DIR variable from moc.pro to avoid creating .obj files …
10:30 PM Changeset [28] by dmik
Added the svn:ignore property to some directories to ignore generated …

Dec 8, 2005:

11:06 PM Ticket #5 (Implement the QProcess class) created by dmik
Many "real-world" Qt applications want to launch child processes. In …
10:55 PM Changeset [27] by dmik
CSS files in /os2-doc are marked as text/css
10:47 PM WikiStart edited by dmik
Created the correct title page (diff)
10:19 PM Changeset [26] by dmik
- Documentation files are marked as text/html. - Corrected dmik's …
8:19 PM Ticket #4 (MDI windows lack standard titlebar buttons) created by dmik
If you create an MDI window (i.e. a child of QWorkspace), you will not …
12:42 AM Ticket #1 (QT/2 vs Freetype) closed by dmik
wontfix

Dec 7, 2005:

3:25 PM Ticket #3 (How to report success usage of QT3 for building applications?) created by froloff
I just made DCGUI QT-based build. Binaries can be downloaded from …

Dec 2, 2005:

2:28 PM Ticket #2 (Missed API) created by froloff
Some sort of API missed in QT/2. For example, DC P2P client need …
2:23 PM Ticket #1 (QT/2 vs Freetype) created by froloff
Freetype is a part of official QT distro. Is it possible to include it …
Note: See TracTimeline for information about the timeline view.