source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @97   19 years dmik kernel: Created the initial implementation of the Drag'n'Drop support …
(edit) @96   19 years dmik QTextDrag: decode() gives mime types in Unicode encodings a higher …
(edit) @95   19 years dmik configure.cmd: Fixed compiler configuration routines ('could not open …
(edit) @94   19 years dmik Improved the configure script: - Offer to (re)compile Qt after …
(edit) @93   19 years dmik GNUMAKE backend: - Added the internal qmake variable QMAKE_DEFINES_QT …
(edit) @92   19 years dmik Corrected todo's.
(edit) @91   19 years dmik - Cycle the main menu if 'Configure Compiler' or 'Configure Qt' is …
(edit) @90   19 years dmik GCC compiler spec: the value of the VERSION project variable is passed …
(edit) @89   19 years dmik The VERSION project variable is now copied by qmake (as is) to the …
(edit) @88   19 years dmik - Added querying a custom name for the Qt DLL when a dynamic library …
(edit) @87   19 years dmik - Fixed EXPRESSION HAS NO VALUE when too few oject files were supplied …
(edit) @86   19 years dmik - Added the internal CONFIG keyword 'qt_official_build' recognition. …
(edit) @85   19 years dmik - Added QMAKE_LIBDIR_QT_DEBUG internal QMAKE variable that is used to …
(edit) @84   19 years dmik Preparations to change the build process of Qt on OS/2: - OS2/GNUMAKE …
(edit) @83   19 years dmik Don't try to substitute 'qt-mt' with 'qt' and vice versa when …
(edit) @82   19 years dmik TARGET is no more necessary to be 'qt' or 'qt-mt' when building the Qt …
(edit) @81   19 years dmik Fixed: when generating a makefile for a subdirs template, this …
(edit) @80   19 years dmik Fixed a trap after issuing exit() if a QAplication instance has been …
(edit) @79   19 years dmik Fixed QCriticalSection implementation on OS/2: it was really stupid to …
(edit) @78   19 years dmik Moved the QApplication::commitData() call to WM_SAVEAPPLICATION, to …
(edit) @77   19 years dmik Implemented the OS/2 version of the QSessionManager class (see …
(edit) @76   19 years dmik Removed outdated todo's.
(edit) @75   19 years dmik Added the PWO_TopLevel flag for qt_WinProcessWindowObstacles(): it …
(edit) @74   19 years dmik More QCanvas fixes: forced the transformation mode to be Areas in some …
(edit) @73   19 years dmik Fixed all the drawing artefacts and distortions seen when applying …
(edit) @72   19 years dmik The canvas module is added to the configure script and to the build.
(edit) @71   19 years dmik On OS/2, use regions to scan polygons in order to determine which …
(edit) @70   19 years dmik Added #ifndef QT_NO_PRINTER to let the example be compiled without the …
(edit) @69   19 years dmik Imported canvas and session manager sources from /vendor/trolltech/3.3.1
(edit) @66   19 years dmik Added correct support for RC_FILE and RES_FILE qmake project variables …
(edit) @65   19 years dmik Fixed drawing of alpha pixmaps (drawing a part of the pixmap with the …
(edit) @64   19 years dmik Implemented QWidget::setMask() functionality.
(edit) @63   19 years dmik Fixed QWidget::erase() broken by changeset:61.
(edit) @62   19 years dmik Fixed QPainter::drawRoundRect(): the background of rectangles with …
(edit) @61   20 years dmik Implemented QRegion(..., QRegion::Eclipse) and QRegion(QPointArray …
(edit) @60   20 years dmik Fixed: All text drawing functions were not able to draw strings longer …
(edit) @59   20 years dmik Implemented alpha blending for pixmaps. Improved blitting of masked …
(edit) @58   20 years dmik Fixed [Qt bug]: bitBlt(QImage,QImage) could produce a fully …
(edit) @57   20 years dmik Implemented QWidget::setIcon().
(edit) @56   20 years dmik Added the OS/2 specific (i.e. not portable) internal public method to …
(edit) @55   20 years dmik Fixed [Qt misbehavior]: QWorkspaceChild is now created with the …
(edit) @54   20 years dmik Fixed [Qt bug]: QWindows::drawPrimitive(PE_WindowFrame) ignored …
(edit) @53   20 years dmik Fixed: QWidget::create() didn't set default WStyle_NormalBorder | …
(edit) @52   20 years dmik Fixed [PM misbehavior]: MouseButtonDblClick messages were delivered to …
(edit) @51   20 years dmik Fixed QProcess: - workingDirectory() was ignored; - environment …
(edit) @50   20 years dmik Imported examples/process and examples/sound from /vendor/trolltech/3.3.1
(edit) @47   20 years dmik Fixed: forgot to set the svn:keywords property value to 'Id'.
(edit) @46   20 years dmik Implemented the OS/2 version of the QSound class.
(edit) @45   20 years dmik Added bool QAuServer::isRelevant(QSound*) as a protected non-virtual …
(edit) @44   20 years dmik Corrected the copyright statement.
(edit) @43   20 years dmik Added OS/2-related corrections to the QProcess docs.
(edit) @42   20 years dmik Fixed: forgot to set the svn:keywords property value to 'Id'.
(edit) @41   20 years dmik Implemented the OS/2 version of the QProcess class.
(edit) @40   20 years dmik os2-g++ mkspecs: QT_DEV_NO_DEF_GENERATION env. var, when not empty, …
(edit) @39   20 years dmik Reimported qprocess.cpp from /vendor/trolltech/3.3.1
(edit) @38   20 years dmik Deleted /trunk/src/kernel/qprocess.cpp (was wrongly copied from qsound.cpp)
(edit) @35   20 years dmik Fixed: forgot to set the svn:keywords property value to 'Id'.
(edit) @33   20 years dmik Imported xplatform parts of QProcess/QSound from /vendor/trolltech/3.3.1
(edit) @30   20 years dmik A separate .DEF map file (with the .debug extension) is used when the …
(edit) @29   20 years dmik Removed OBJECTS_DIR variable from moc.pro to avoid creating .obj files …
(edit) @28   20 years dmik Added the svn:ignore property to some directories to ignore generated …
(edit) @27   20 years dmik CSS files in /os2-doc are marked as text/css
(edit) @26   20 years dmik - Documentation files are marked as text/html. - Corrected dmik's …
(edit) @25   20 years dmik Added a protection against the 4OS2 & forward slash problem
(edit) @23   20 years dmik Release Candidate 6 is ready
(edit) @22   20 years dmik IBM ILINK 5.0 is explicitly mentioned as not supported liner
(edit) @21   20 years dmik Fixed one more compiler warning
(edit) @20   20 years dmik Fixed a bunch of compiler warnings
(edit) @19   20 years dmik Removed -frtti/-fno-rtti flags from the C compiler configuration
(edit) @18   20 years dmik Setup GCC before everything else, to prevent it from possible …
(edit) @17   20 years dmik Paths containing $(QMAKESPECDIR) are enclosed in quotes when passed to …
(edit) @16   20 years dmik We don't want to add a separator for DLLDESTDIR on OS/2
(edit) @15   20 years dmik Solved some 4OS2 incompatibility issues
(edit) @13   20 years dmik Result code from make is now preserved when running it through a pipe
(edit) @12   20 years dmik Fixed a typo
(edit) @11   20 years dmik Removed @ from some if lines, for verbosity
(edit) @10   20 years dmik The file src/tools/qconfig.cmd (containing default installation paths) …
(edit) @9   20 years dmik Removed; absolutely unnecessary
(edit) @8   20 years dmik Transferred Qt for OS/2 version 3.3.1-rc5 sources from the CVS
(copy) @7   20 years dmik Created the main branch from Trolltech release 3.3.1 (try #2)
copied from vendor/trolltech/3.3.1
(copy) @4   20 years dmik Tagged original Trolltech release 3.3.1
Note: See TracRevisionLog for help on using the revision log.