Timeline
Apr 6, 2006:
- 11:03 PM Ticket #19 (Reduce the number of exports in the Qt DLL) created by
- Currently, the Qt DLL exports about 16500 symbols. This amount is …
- 10:21 PM Ticket #18 (Implement new naming scheme for official builds of the Qt DLL) created by
- Currently, the Qt library, when built as a DLL, is named as follows: …
- 9:39 PM Ticket #10 (Trap issuing stdlib's exit() when QApplication instance is created on ...) closed by
-
fixed: QFontCache is now cleaned up from a static
atexit()
exit handler … - 9:32 PM Changeset [80] by
- Fixed a trap after issuing exit() if a QAplication instance has been …
Apr 5, 2006:
- 9:18 PM Changeset [79] by
- Fixed QCriticalSection implementation on OS/2: it was really stupid to …
Apr 3, 2006:
- 12:35 PM WikiStart edited by
- Added gmane links to mailing list archives (diff)
Apr 2, 2006:
- 4:11 PM Changeset [78] by
- Moved the QApplication::commitData() call to WM_SAVEAPPLICATION, to …
- 1:28 AM Ticket #15 (Implement the QSessionManager class) closed by
-
fixed: The OS/2 version of the
QSessionManager
class has been … - 12:41 AM Changeset [77] by
- Implemented the OS/2 version of the QSessionManager class (see …
- 12:40 AM Changeset [76] by
- Removed outdated todo's.
Mar 25, 2006:
- 8:14 PM Changeset [75] by
- Added the PWO_TopLevel flag for qt_WinProcessWindowObstacles(): it …
- 4:17 PM Ticket #17 (Add the canvas module (QCanvas class)) closed by
- fixed: All my fixes to QCanvas are enclosed with the {{{#if …
- 4:09 PM Changeset [74] by
- More QCanvas fixes: forced the transformation mode to be Areas in some …
Mar 24, 2006:
- 12:46 AM Changeset [73] by
- Fixed all the drawing artefacts and distortions seen when applying …
Mar 22, 2006:
- 4:31 PM Changeset [72] by
- The canvas module is added to the configure script and to the build.
- 4:15 PM Changeset [71] by
- On OS/2, use regions to scan polygons in order to determine which …
- 4:03 PM Changeset [70] by
- Added #ifndef QT_NO_PRINTER to let the example be compiled without the …
Mar 18, 2006:
- 7:13 PM Changeset [69] by
- Imported canvas and session manager sources from /vendor/trolltech/3.3.1
- 6:49 PM Changeset [68] by
- Copied canvas and session manager sources to the original Trolltech …
- 6:30 PM Changeset [67] by
- Imported canvas and session manager sources from the official release …
Mar 16, 2006:
- 12:11 PM Ticket #17 (Add the canvas module (QCanvas class)) created by
- Everyting is ready to add the canvas module to the OS/2 version of Qt.
- 10:33 AM Ticket #13 (Add the proper handling of the RC_FILE variable in qmake project files.) closed by
-
fixed:
RC_FILE
andRES_FILE
qmake project variables are now … - 9:57 AM Changeset [66] by
- Added correct support for RC_FILE and RES_FILE qmake project variables …
Mar 12, 2006:
- 8:33 PM Changeset [65] by
- Fixed drawing of alpha pixmaps (drawing a part of the pixmap with the …
- 2:58 PM Ticket #14 (Implement QWidget::setMask() for non-toplevel widgets) closed by
- fixed: Implemented in changeset:64. Hugh, it was really not easy at all. I …
- 2:26 PM Changeset [64] by
- Implemented QWidget::setMask() functionality.
Feb 25, 2006:
- 9:58 PM Changeset [63] by
- Fixed QWidget::erase() broken by changeset:61.
Feb 22, 2006:
- 10:21 AM Ticket #16 (Background is out of bounds in QPainter::drawRoundRect) closed by
- fixed: Fixed by changeset:62.
- 10:17 AM Changeset [62] by
- Fixed QPainter::drawRoundRect(): the background of rectangles with …
- 9:44 AM Ticket #16 (Background is out of bounds in QPainter::drawRoundRect) created by
- When non-zero roundness coefficients are passed to …
Feb 6, 2006:
- 10:43 PM Changeset [61] by
- Implemented QRegion(..., QRegion::Eclipse) and QRegion(QPointArray …
Jan 30, 2006:
- 11:04 PM Ticket #15 (Implement the QSessionManager class) created by
-
We need to implement the
QSessionManager
class, because it is … - 10:07 PM Changeset [60] by
- Fixed: All text drawing functions were not able to draw strings longer …
Jan 29, 2006:
- 11:37 PM Ticket #14 (Implement QWidget::setMask() for non-toplevel widgets) created by
-
We need to implement the
QWidget::setMask()
functionality for … - 10:16 PM WikiStart edited by
- Added info about mailing lists (diff)
- 9:00 PM Ticket #11 (Implement alpha channel support for pixmaps (QPixmap)) closed by
- fixed: Alpha blending is fully implemented now. P.S. copyBlt() on Qt/Win32 …
- 8:56 PM Changeset [59] by
- Implemented alpha blending for pixmaps. Improved blitting of masked …
- 5:47 PM Changeset [58] by
- Fixed [Qt bug]: bitBlt(QImage,QImage) could produce a fully …
Jan 19, 2006:
- 10:47 PM Ticket #13 (Add the proper handling of the RC_FILE variable in qmake project files.) created by
- It will be useful to teach the qmake utility to automatically compile …
- 10:37 PM Ticket #7 (Implement QWidget::setIcon()) closed by
- fixed: QWidget::setIcon() has been implemented. Since this method accepts …
- 10:22 PM Changeset [57] by
- Implemented QWidget::setIcon().
- 10:09 PM Changeset [56] by
- Added the OS/2 specific (i.e. not portable) internal public method to …
Jan 15, 2006:
- 11:30 PM Ticket #4 (MDI windows lack standard titlebar buttons) closed by
- fixed: Fixing by changeset:53. Note that missing MDI window sysmenu icons …
- 11:24 PM Changeset [55] by
- Fixed [Qt misbehavior]: QWorkspaceChild is now created with the …
- 11:16 PM Changeset [54] by
- Fixed [Qt bug]: QWindows::drawPrimitive(PE_WindowFrame) ignored …
- 11:06 PM Changeset [53] by
- Fixed: QWidget::create() didn't set default WStyle_NormalBorder | …
- 10:51 PM Changeset [52] by
- Fixed [PM misbehavior]: MouseButtonDblClick messages were delivered to …
Jan 8, 2006:
- 8:51 PM Changeset [51] by
- Fixed QProcess: - workingDirectory() was ignored; - environment …
- 5:27 PM Ticket #8 (Implement the QSound class) closed by
- fixed: The OS/2 implementation of QSound is done. The current implementation …
- 4:49 PM Changeset [50] by
- Imported examples/process and examples/sound from /vendor/trolltech/3.3.1
- 4:44 PM Changeset [49] by
- Copied examples/process and examples/sound to the original Trolltech …
- 4:39 PM Changeset [48] by
- Imported examples/process and examples/sound from the official release …
- 4:32 PM Changeset [47] by
- Fixed: forgot to set the svn:keywords property value to 'Id'.
- 4:30 PM Changeset [46] by
- Implemented the OS/2 version of the QSound class.
- 4:25 PM Changeset [45] by
- Added bool QAuServer::isRelevant(QSound*) as a protected non-virtual …
- 4:10 PM Changeset [44] by
- Corrected the copyright statement.
Note:
See TracTimeline
for information about the timeline view.