Timeline
Jan 29, 2010:
- 7:15 PM Ticket #117 (Add Sqlite3 backend to Qt) closed by
 - fixed: Enabled it b by default as a plugin (Slivan, I looked at the release …
 - 7:11 PM Changeset [495] by
 - configure: Enabled the sqlite3 plugin (that uses the sqlite3 source …
 - 7:09 PM Changeset [494] by
 - plugins/sqldrivers/sqlite: Shorten DLL name on OS/2.
 - 3:46 PM Ticket #20 (Port sql module) closed by
 - fixed: Actually I already enabled the sql module back and it seems to compile …
 - 3:46 PM Changeset [493] by
 - demos/sqlbrowser: Add CWD to DEPENDPATH and INCLUDEPATH which is …
 - 2:53 PM Ticket #121 (Not all numbers on Numberpad work) closed by
 - fixed: ok tested both previous not working apps and both seem to work now.
 - 2:35 PM Changeset [492] by
 - gui: Fixed: Numpad keys with numbers reported wrong key codes when …
 - 2:02 PM Ticket #121 (Not all numbers on Numberpad work) reopened by
 - i tested it with 2 different apps and can confrim it still doesn't …
 - 12:53 PM Changeset [491] by
 - demos: Reverted r403 since arthurplugin can now be built on OS/2 (#114).
 - 12:52 PM Changeset [490] by
 - demos/arthurplugin: Shorten DLL name on OS/2.
 - 12:46 PM Changeset [489] by
 - corelib: Fixed: QLibrary::isLibrary() returned false for .DLL files on …
 - 10:44 AM Ticket #122 (Floating dock windows cannot be docked back) created by
 - This may be seen in any application using them such as qdesigner. …
 - 10:35 AM Changeset [488] by
 - tests/widget: Added QDesktopServices test.
 - 12:36 AM Changeset [487] by
 - qmake: gnumake/OS2: Fixed r482 regression (clean build failure): The …
 - 12:03 AM Ticket #45 (Port QDesktopServices) closed by
 - fixed: Implemented in r486. Below are some remarks about the implementation. …
 - 12:02 AM Changeset [486] by
 - gui: Fully implemented QDesktopServices on OS/2 (closes #45).
 - 12:01 AM Changeset [485] by
 - corelib: Fixed r484: Argument list wasn't delimited by spaces.
 
Jan 28, 2010:
- 10:53 PM Changeset [484] by
 - corelib: Fixed: QProcess::startDetached() would either crash or fail …
 - 7:19 PM Changeset [483] by
 - gui/kernel: Fixed: Wrong widget-relative mouse position in mouse …
 - 5:44 PM Changeset [482] by
 - qmake: gnumake/OS2: Fixed split DLL builds: Second and further parts …
 - 3:15 PM Ticket #121 (Not all numbers on Numberpad work) closed by
 - feedback pending: this is probably already fixed in r433 please test again with GA in …
 - 3:03 PM Ticket #121 (Not all numbers on Numberpad work) created by
 - Some but not all numbers work on the numberpad. 23589 all work. The …
 - 1:09 PM Ticket #120 (Nokia) created by
 - send patches to nokia, as the seemed to be interested on our port
 
Jan 27, 2010:
- 10:09 PM Changeset [481] by
 - tests/widget: Added simple QCursor test.
 - 10:04 PM Ticket #73 (Implement custom cursor shapes) closed by
 - fixed: Done in r479 and r480. This also includes standard Qt cursor shapes …
 - 10:03 PM Changeset [480] by
 - gui: QCursor: Use a combination of the standard arrow and wait OS/2 …
 - 8:49 PM Changeset [479] by
 - gui: QCursor: Added missing cursor shapes and implemented support for …
 - 8:42 PM Changeset [478] by
 - gui: Fixed QPixmap::toPmHPOINTER(): 1) Correct the hot spot when …
 
Jan 26, 2010:
- 10:32 PM Ticket #114 (Port QDesigner) closed by
 - fixed: In r477, I fixed a bug that caused constant failures during backup …
 - 10:23 PM Changeset [477] by
 - corelib: QFile::copy(): Use DosCopy() instead of read/write. This also …
 - 1:37 PM Ticket #118 (showFullScreen() of a frame window) closed by
 - fixed: Ko, thank you for your nice contribution! Although it turned out that …
 - 1:37 PM Changeset [476] by
 - gui: Fixed: Visible title bar and frame of the top-level window after …
 
Jan 25, 2010:
- 10:19 PM Changeset [475] by
 - tools: Enabled everything except assistant (that is, designer, …
 - 10:17 PM Ticket #32 (Port DND classes) closed by
 - fixed: I fixed all the cosmetics and some more small bugs. This task is now done.
 - 10:16 PM Changeset [474] by
 - gui: DnD: Added some documentation for important QPMMime classes and …
 - 9:24 PM Ticket #119 (Port QAssistant) created by
 - QAssistant (an online help tool) cannot be built right now because it …
 - 8:52 PM Changeset [473] by
 - gui: DnD: Fixed: Dropping from Qt apps to some bogus apps (e.g. EPM) …
 - 5:56 PM Changeset [472] by
 - gui: DnD: Fixed: Don't accept QDragMoveEvent by default if the …
 - 5:03 PM Changeset [471] by
 - gui: DnD: Replaced r470 with a better solution (simpler and doesn't …
 
Jan 23, 2010:
- 3:44 PM Changeset [470] by
 - gui: DnD: Added support for dragging empty QMimeData with no formats …
 
Jan 22, 2010:
- 8:50 PM Changeset [469] by
 - gui: DnD: Implemented support for setting the drag pixmap.
 - 6:43 PM Changeset [468] by
 - examples/draganddrop: Be consistent and use children as drag sources …
 - 6:21 PM Changeset [467] by
 - gui: QWidget: When setting the parent, take the parent's resolve masks …
 - 3:38 PM Changeset [466] by
 - gui: DnD: Fixed: Drag events over children that don't accept drops are …
 - 12:24 PM Changeset [465] by
 - gui: DnD: QPMAnyMime: Added fallback support for any mime type not …
 - 12:20 PM Changeset [464] by
 - gui: DnD: Revalidate the default acceptance of the next drag move …
 
Jan 21, 2010:
- 9:52 PM Changeset [463] by
 - gui: DnD: Respect the change to the drop action applications may make …
 - 7:45 PM Changeset [462] by
 - gui: DnD: Fixed: Don't accept drag objects that were rejected by …
 - 6:36 PM Changeset [461] by
 - gui: DnD: Fixed representing local files as text/uri-list.
 - 4:21 PM Changeset [460] by
 - gui: DnD: Fixed: The "container" part of the drag item representing …
 - 3:58 PM Changeset [459] by
 - gui: DnD: Fixed: Don't delete the source file carrying the drag data …
 - 12:46 PM Changeset [458] by
 - gui: DnD: Added support for drag sources that don't support …
 
Jan 20, 2010:
- 9:12 PM Changeset [457] by
 - gui: Fixed converting text from/to local code page during DnD.
 - 8:24 PM Changeset [456] by
 - configure.cmd: Enabled Drag and Drop by default.
 - 7:50 PM Changeset [455] by
 - gui: Fixed warnings.
 - 5:12 PM Changeset [454] by
 - gui: DnD: Fixed: Supported DnD operations (actions) were not correctly …
 - 3:33 PM Changeset [453] by
 - gui: DnD: Fixed: Coordinates of the DnD events were vertically shifted.
 - 1:21 PM Changeset [452] by
 - gui: Fixed parenthesis.
 - 12:56 PM Changeset [451] by
 - gui: DnD: Support changing the DnD operation (Copy, Move, Link) on the …
 
Jan 19, 2010:
- 11:30 PM Changeset [450] by
 - kernel: DnD: Made Copy operation work. Fixed several small bugs.
 
Jan 15, 2010:
- 7:44 PM Ticket #118 (showFullScreen() of a frame window) created by
 - Hi/2. when using showFullScreen() with a frame window, a title bar …
 
Jan 14, 2010:
- 10:03 AM Changeset [449] by
 - kernel: DnD: Fixed QDND_DEBUG build.
 
Jan 13, 2010:
- 9:14 PM Changeset [448] by
 - gui: DnD: Drag party code in progress.
 
Jan 12, 2010:
- 12:00 PM Changeset [447] by
 - gui: DnD: Implemented support for painting in widgets during drag and draw.
 
Jan 9, 2010:
- 11:19 PM Ticket #117 (Add Sqlite3 backend to Qt) created by
 - Quassel (an IRC client) builds pretty easily with cmake & Qt4 beta5, …
 
Jan 8, 2010:
- 5:03 PM WikiStart edited by
 - removed "smaller" from "smaller applications" since LyX and Scribus … (diff)
 
Dec 30, 2009:
- 2:45 AM Changeset [446] by
 - qmake: Ignore tmp dir.
 - 2:41 AM Changeset [445] by
 - qmake: Don't create extra temporary directories in non-bootstrapped …
 - 2:32 AM Changeset [444] by
 - gui: DND: Implemented dropping text to Qt applications.
 
Dec 28, 2009:
- 7:21 PM Changeset [443] by
 - Fixed the build.
 - 2:50 AM Changeset [442] by
 - gui: A bunch of updates to the DND code (the drop site party).
 
Dec 26, 2009:
- 2:14 AM Changeset [441] by
 - gui: QPMMime: Adding more DND support code, fixing the build.
 
Dec 25, 2009:
- 12:25 AM Changeset [440] by
 - corelib: FIxed more pedantic warnings.
 - 12:21 AM Changeset [439] by
 - gui: More DnD code typed in.
 
Dec 24, 2009:
- 3:29 AM Changeset [438] by
 - gui: First DnD bits.
 
Dec 23, 2009:
- 1:02 AM Changeset [437] by
 - gui: Implemented new blit mirroring method using undocumented …
 
Dec 22, 2009:
- 10:11 PM Changeset [436] by
 - tests: Added blit example to calculate the roundtrip speed of copying …
 - 12:42 PM Changeset [435] by
 - tests/widget: Added buttons with shortcuts testcase.
 - 2:35 AM Ticket #50 (Finish QKeyMapper) closed by
 - fixed: Implemented the described approach including the note (so that …
 - 2:34 AM Changeset [434] by
 - gui: Implemented proper generation of possible key and modifier …
 
Dec 20, 2009:
- 1:25 AM Changeset [433] by
 - gui: Added support for numpad keys and for some common multimedia keys …
 
Dec 18, 2009:
- 2:40 AM Ticket #105 (Division by zero in svghandler.cpp) closed by
 - fixed: Elbert reported that mp3diags works now w/o any patch. This task may …
 - 2:37 AM Ticket #113 (Popup window doesn't close when clicking outside if it's the only Qt ...) closed by
 - fixed: The issue turned out to be really complex as we don't use WinPopupMenu …
 - 2:36 AM Changeset [432] by
 - gui: Fixed: Popups shown when another application is active were not …
 - 2:23 AM Changeset [431] by
 - gui: Fixed more QString deprecates.
 
Dec 17, 2009:
- 1:22 AM Changeset [430] by
 - corelib: Created wrappers for all Win* and Gpi* calls that restore the …
 
Dec 16, 2009:
- 2:39 PM Changeset [429] by
 - README.OS2: Added ENVIRONMENT variables section.
 - 1:53 AM Ticket #100 (Implement session management) closed by
 - fixed
 - 1:52 AM Changeset [428] by
 - gui: Implemented QSessionManager and removed the QT_NO_SESSIONMANAGER …
 
Dec 15, 2009:
- 9:23 PM Ticket #111 (Stop using Open32 registry in QSettings) closed by
 - fixed: Okay, closing the defect then.
 - 12:26 PM Changeset [427] by
 - corelib/io: Fixed another QString deprecate.
 - 12:18 PM Changeset [426] by
 - tests/widget: Added QSettings testcase.
 
Dec 14, 2009:
- 9:16 PM Changeset [425] by
 - corelib/io: QSettings: Use IniFormat (plain INI files) when …
 - 8:22 PM Changeset [424] by
 - corelib: QLibraryInfo: Changed default "Settings" path to %ETC%/xdg. …
 - 8:18 PM Changeset [423] by
 - general: Fixed a bunch of deprecated QString/QChar initializers.
 - 8:14 PM Changeset [422] by
 - corelib/io: QFSFileEngine: Added workaround: On OS/2, trailing spaces …
 - 4:50 PM Ticket #110 (Upgrade to GCC 4) closed by
 - fixed: I think that this task is mostly done as we can successfully build …
 - 4:49 PM Ticket #116 (Enable precompiled headers) created by
 - As we now support GCC4, it would be nice to make use of the …
 
Dec 11, 2009:
- 7:15 PM Changeset [421] by
 - Fixed bootstrab.lib build (another r419 QString regression).
 - 7:04 PM Changeset [420] by
 - Fixed bootstrapped qmake build (r419 QString regression).
 - 6:52 PM Ticket #115 (Use UniStrcoll for QString::localeAwareCompare()) closed by
 - fixed: Done in r419.
 - 6:51 PM Changeset [419] by
 - Use UniStrcoll for QString::localeAwareCompare() (closes #115).
 - 5:38 PM Changeset [418] by
 - configure.cmd: Fixed REX0007: WHEN or OTHERWISE expected at line #1837.
 - 1:28 AM Changeset [417] by
 - qmake/os2-g++: Added support for precompiled headers on GCC >= 3.4.x …
 - 12:00 AM Ticket #112 (Do not use EXEPACK tool on static libraries) closed by
 - fixed: Fixed in r416.
 
Dec 10, 2009:
- 11:59 PM Changeset [416] by
 - qmake/os2-g++: Do not use EXEPACK tool on static libraries (closes #112).
 - 11:51 PM Changeset [415] by
 - qmake/os2-g++: Added the "map" CONFIG option (set by default) that …
 - 11:47 PM Changeset [414] by
 - qmake: Place a new line symbol in the clean target of the master …
 - 10:34 PM Changeset [413] by
 - projects.pro: Better order for qmake.
 - 10:30 PM Changeset [412] by
 - general: Made it build using GCC4 and fixed a couple warnings.
 - 10:27 PM Changeset [411] by
 - configure.cmd: Wrong order.
 - 9:45 PM Changeset [410] by
 - configure.cmd: Don't generate Makefile from qmake.pro too early: it …
 - 1:02 AM Changeset [409] by
 - qmake: Ignore new output dirs.
 - 12:58 AM Changeset [408] by
 - README.OS2: Added info on how to build demos and examples from WPI.
 - 12:57 AM Changeset [407] by
 - qmake: Create application instance so that QLibraryInfo will pick up …
 - 12:56 AM Changeset [406] by
 - qmake: Build qmake second time after building all DLLs using its .pro …
 - 12:44 AM Changeset [405] by
 - qmake: Fixed: Don't enclose required code within Q_ASSERT() because it …
 
Dec 9, 2009:
- 9:48 PM Changeset [404] by
 - corelib: QLibraryInfo: Fixed: qt.conf would not have been loaded if a …
 
Dec 8, 2009:
- 4:15 PM Ticket #115 (Use UniStrcoll for QString::localeAwareCompare()) created by
 - This will make sure that the string will be collated according to the …
 - 4:05 PM WikiStart edited by
 - Added link to the "examples" package. (diff)
 - 3:45 PM Changeset [403] by
 - demos: Disable arthurplugin that depends on QDesigner which we don't …
 - 3:41 PM Ticket #114 (Port QDesigner) created by
 - Actually, QDesigner may actually be built after Silvan's patch (see …
 - 1:05 PM Changeset [402] by
 - README.OS2: Small corrections.
 - 2:17 AM WikiStart edited by
 - Added link to the "dev" package. (diff)
 - 2:06 AM Changeset [401] by
 - headers: Add new OS/2 headers to the sync process of 'make install'.
 - 2:02 AM Changeset [400] by
 - mkspecs/features/os2: In single build mode, build_pass is always …
 
Dec 7, 2009:
- 6:24 PM Ticket #113 (Popup window doesn't close when clicking outside if it's the only Qt ...) created by
 - The problem can be best seen with the examples/desktop/systray …
 - 6:21 PM Ticket #112 (Do not use EXEPACK tool on static libraries) created by
 - Currently, a static library target is fed to EXEPACK as well as the …
 - 5:27 PM Ticket #111 (Stop using Open32 registry in QSettings) created by
 - It has shown that the Windows registry implementation in the Open32 …
 - 4:29 PM Changeset [399] by
 - corelib: Fixed qWarning messages in QSettings.
 - 4:11 AM WikiStart edited by
 - Better maillist links (diff)
 - 3:49 AM WikiStart edited by
 - Added download link for Beta 5 (diff)
 
Dec 6, 2009:
- 11:59 PM Changeset [398] by
 - Tagget Beta 5.
 - 8:44 PM Changeset [397] by
 - README for beta 5.
 
Dec 5, 2009:
- 10:30 PM Milestone Qt Beta 5 completed
 - 6:38 PM Changeset [396] by
 - gui/text: Reverted r170 because of a better workaround in r395.
 - 6:37 PM Changeset [395] by
 - 3rdparty/freetype: Added a better temporary workaround for the GCC …
 - 6:31 PM Ticket #110 (Upgrade to GCC 4) created by
 - We should move to GCC 4 ASAP (thanks to Paul for providing the builds) …
 - 6:01 PM Ticket #102 (DBCS fonts and font association) closed by
 - fixed
 - 4:28 PM Changeset [394] by
 - qmake: Makefile.os2-g++: Forgot CXX in the rules.
 - 4:27 PM Changeset [393] by
 - configure.cmd: Exit if rebuilding qmake fails.
 - 3:36 PM Changeset [392] by
 - qmake: Ignores.
 - 3:35 PM Changeset [391] by
 - configure.cmd: Re-build qmake using the .pro file to include all the …
 - 3:34 PM Changeset [390] by
 - qmake: Greatly simplified Makefile.os2-g++ used for bootstrapping.
 - 3:31 PM Changeset [389] by
 - qmake: Adopted qmake.pro for OS/2. Also include src/qt_targerts.pri to …
 - 3:30 PM Changeset [388] by
 - qmake: Warnings.
 - 3:06 PM Changeset [387] by
 - gui/kernel: A better temporary solution for the IME input box (lower …
 - 3:02 AM Changeset [386] by
 - configure.cmd: Fixed: Didn't show the revision number in the WARNING …
 - 2:33 AM Changeset [385] by
 - general: Moved VERSION definition to src/qt_targets.pri to have it in …
 - 2:23 AM Changeset [384] by
 - general: Embed information provided by DEF_FILE_VERSION, …
 - 12:31 AM Changeset [383] by
 - general: Set QMAKE_TARGET_COMPANY for Qt DLLs to netlabs.org as it is …
 - 12:28 AM Changeset [382] by
 - general: Added recognition of DEF_FILE_VERSION, DEF_FILE_DESCRIPTION …
 - 12:23 AM Changeset [381] by
 - emxexpw.cmd: Added -desc and -vendor options to make it possible to …
 
Dec 4, 2009:
- 2:49 PM Changeset [380] by
 - tests/widget: Added QFileDialog test.
 - 1:50 PM Ticket #86 (File open dialog tries to access drive A:) closed by
 - fixed: Okay, very good.
 - 10:52 AM Ticket #106 (Crash in PMMERGE) closed by
 - invalid: i installed snap in vesa mode and in this mode there is no crash. so …
 - 2:37 AM Changeset [379] by
 - gui/kernel: Added support for the IME input box used on DBCS systems …
 
Dec 3, 2009:
- 10:42 PM Ticket #109 (QFSfileEngine doesn't set RootFlag for drives) closed by
 - fixed: According to my tests everything works OK now. Pol Elbert confirms …
 - 9:57 PM Changeset [378] by
 - corelib/io: Removed unnecessary assertion in QFSFileEngine.
 - 9:46 PM Changeset [377] by
 - configure.cmd: Set SettingsPath to "$(ETC)/qt" for the in-tree build …
 - 9:43 PM Changeset [376] by
 - gui: Ported QDirModel to OS/2.
 - 9:41 PM Changeset [375] by
 - corelib/io: Fixed several QFSFileEngine bugs (#109): - RootFlag was …
 - 12:33 PM Ticket #109 (QFSfileEngine doesn't set RootFlag for drives) created by
 - As a result, QFileInfo::isRoot("X:/") returns false. This confuses …
 - 3:33 AM Ticket #78 (Make binary builds portable) closed by
 - fixed
 - 3:32 AM Ticket #93 (ASSERT) closed by
 - wontfix: I can confirm the assertion. However, I checked this application on …
 - 2:17 AM Ticket #108 (File dialog is very slow if there is a lot of files to display) closed by
 - fixed
 - 2:17 AM Changeset [374] by
 - corelib/io: Improved the polling QFileSystemWatcher implementation so …
 
Dec 2, 2009:
- 11:00 PM Ticket #108 (File dialog is very slow if there is a lot of files to display) created by
 - I found that QFileDialog behaves really slow (gives 100% CPU load) if …
 - 5:16 PM Changeset [373] by
 - gui: Correction for r372: Don't query PM_AssociateFont too often …
 - 4:30 AM Changeset [372] by
 - tools: Patched qdesigner to make it compile without Drag&Drop.
 - 2:27 AM Changeset [371] by
 - gui: Improved font handling (patch by komh): - Read national face …
 - 1:52 AM Ticket #107 (Provide WPI archives for runtime and development bundles) created by
 - Now, after we implemented the portability feature for the binary …
 - 1:41 AM Changeset [370] by
 - qmake: os2/GNUMAKE: Improved processing of the project library list …
 
Dec 1, 2009:
- 3:28 PM Ticket #104 (Systray widget display problem) closed by
 - wontfix: No feedback from the reporter, I'm considering that you agree to my …
 - 2:55 PM Changeset [369] by
 - Make sure components in tools/ obey TARGET_SHORT if it's defined.
 - 2:27 AM Changeset [368] by
 - tests/widget: Added a few QDir tests.
 - 2:24 AM Changeset [367] by
 - corelib/io: Fixed: QDir::midir()/mkpath()/rmdir()/rmpath() didn't …
 
Nov 30, 2009:
- 11:56 PM Changeset [366] by
 - corelib/global: Correct QLibraryPath after rolling back r355 and …
 - 11:51 PM Changeset [365] by
 - corelib/io: Make sure QDir::absoluteFilePath() works correctly on OS/2 …
 - 10:40 PM Changeset [364] by
 - gui/kernel: Don't assert if qt_display_ps() is called from a non GUI …
 - 6:52 PM Changeset [363] by
 - global: Reverted r355, r356, r361, r362 (see #78).
 - 3:51 PM WikiStart edited by
 - (diff)
 - 1:35 PM Ticket #106 (Crash in PMMERGE) created by
 - when doing the following smplayer crashes in PMMERGE -executing …
 - 12:56 AM Changeset [362] by
 - qmake: Don't assume that relative paths in all OSes look like in *nix …
 - 12:41 AM Changeset [361] by
 - corelib/io: QLatin1String.
 - 12:34 AM Changeset [360] by
 - configure.cmd: Delete the old qt.conf before creating a new one.
 
Nov 29, 2009:
- 1:02 AM Changeset [359] by
 - corelib/codecs: FIxed a nasty typo that caused LIBC panic (Tried to …
 
Nov 28, 2009:
- 11:42 PM Changeset [358] by
 - bin: Ignore generated qt.conf.
 - 8:49 PM Changeset [357] by
 - corelib: Make the Qt library portable on OS/2 by replacing hard-coded …
 - 8:45 PM Changeset [356] by
 - qmake: Use case-insensitive path comparison on Win32 and OS/2 when …
 - 5:20 PM Changeset [355] by
 - corelib/io: On OS/2, treat "A:bbb.txt" and "/ccc.dat" as relative …
 
Nov 27, 2009:
- 1:25 PM Changeset [354] by
 - corelib/codec: Fixed the 'QChar::QChar(char ch) is private' compier error.
 - 1:25 AM Ticket #79 (Make sure single Alt key press is first handled by Qt) closed by
 - fixed
 - 1:20 AM Changeset [353] by
 - gui/kernel: Completely steal the Alt key and other default shortcuts …
 - 1:15 AM Changeset [352] by
 - gui/kernel: Added QWidget::internalFrameWinId() and …
 - 12:12 AM Ticket #105 (Division by zero in svghandler.cpp) created by
 - The SVG module has a function, pathArc() defined in …
 
Nov 26, 2009:
- 10:39 PM Ticket #49 (Detect locale properly) closed by
 - fixed: As komh reports that it works for Korean, and it also works for …
 - 1:02 AM Changeset [351] by
 - tests/widget: Added a testcase for the text codec.
 - 12:56 AM Changeset [350] by
 - corelib/codec: Make sure '?' is used to replace non-convertible …
 - 12:34 AM Changeset [349] by
 - corelib/codec: Implemented the "System" text codec which is always …
 
Nov 24, 2009:
- 3:29 PM Ticket #53 (Finish QPixmap) closed by
 - fixed: QPixmap::grabWindow() is done in #348. That's all for QPixmap for now.
 - 3:28 PM Changeset [348] by
 - gui/image: Implemented QPixmap::grabWindow().
 - 3:02 PM Changeset [347] by
 - gui/kernel: mime: Unregister clipboard format atoms registered on …
 - 1:07 AM Changeset [346] by
 - tests/widget: Added simple QClipboard image test.
 - 1:02 AM Changeset [345] by
 - gui/kernel: QClipboard: Minor order fix,
 - 1:01 AM Ticket #31 (Port MIME classes) closed by
 - fixed: The clipboard-related functioality is implemented within #28. The …
 - 12:59 AM Ticket #28 (Port QClipboard) closed by
 - fixed: Support for "iamge/*" which is mapped to OS/2 bitmaps is also there -- …
 - 12:55 AM Changeset [344] by
 - gui/kernel: mime: Fixed putting of "text/html" data to the clipboard …
 
Nov 23, 2009:
- 11:37 PM Changeset [343] by
 - gui/kernel: mime: Implemented MIME<->clipboard interface for OS/2 bitmaps.
 - 11:35 PM Changeset [342] by
 - gui/image: Added QPixmap fromPmHBITMAP() to convert an OS/2 BITMAP to …
 - 7:52 PM Changeset [341] by
 - tests/widget: Added codecs test.
 - 1:22 AM Changeset [340] by
 - corelib: Fixed two text codec plugin related issues [vendor bug]: - …
 
Nov 22, 2009:
- 11:25 PM Changeset [339] by
 - gui/kernel: mime: Added support for the "text/html" clipboard format …
 - 10:43 PM Changeset [338] by
 - gui/kernel: mime: Make sure the fallback converter doesn't participate …
 - 9:48 PM Changeset [337] by
 - gui/kernel: mime: Implemented the fallback mime <-> clipboard …
 - 9:40 PM Changeset [336] by
 - gui/kernel: QClipboard: More verbose debugging.
 
Nov 20, 2009:
- 10:55 PM Changeset [335] by
 - gui/kernel: mime: Don't store the shared block size at its end …
 - 7:39 PM Changeset [334] by
 - gui/kernel: mime: Implemented mime<-clipboard interface for …
 - 6:01 PM Ticket #104 (Systray widget display problem) created by
 - Once added to the XCenter, the extended systray widget is not visible …
 - 5:16 PM Changeset [333] by
 - 3rdparty/os2/xsystray: Mention the GNU license in README as well.
 - 2:53 AM Changeset [332] by
 - gui/kernel: mime: Implemented mime->clipboard interface for …
 - 2:50 AM Changeset [331] by
 - gui/kernel: QClipboard: Don't open clipboard in response to …
 
Nov 19, 2009:
- 1:37 PM Changeset [330] by
 - README.OS2: Fixed: Input/output redirection operators are supported …
 - 1:24 PM Changeset [329] by
 - README.OS2: Why did I replace CODEPAGE with COUNTRY? Mystery.
 - 1:05 PM Changeset [328] by
 - tests: Support RUN_SHELL qmake variable for overriding the shell for …
 - 3:00 AM Changeset [327] by
 - gui/kernel: QClipboard: Better detection of whether the application …
 - 2:44 AM Changeset [326] by
 - gui/kernel: QClipboard: Added watching for the clipboard data changes …
 - 12:30 AM Changeset [325] by
 - gui/kernel: Fixed possible memory leak [vendor bug].
 
Nov 18, 2009:
- 5:51 PM Ticket #103 (File open dialog accesses all drives upon opening) closed by
 - duplicate: Thank you for the report but it's a duplicate of #86.
 - 4:02 PM Ticket #103 (File open dialog accesses all drives upon opening) created by
 - When the file open dialog is opened in an application, it accesses all …
 - 1:49 AM Changeset [324] by
 - gui/kernel: Improved mime <-> PM clipboard format conversion interfaces.
 
Nov 17, 2009:
- 2:44 PM Ticket #102 (DBCS fonts and font association) created by
 - Hi/2. On DBCS OS/2, 2 special fonts are supported. They are 'WarpSans …
 
Nov 16, 2009:
- 1:06 AM Changeset [323] by
 - gui/kernel: More QPMMime work.
 
Nov 15, 2009:
- 7:37 PM Changeset [322] by
 - Temporary build fix.
 
Nov 14, 2009:
- 3:06 PM Changeset [321] by
 - gui/kernel: Prototyped QPMMime and QClipboard helpers.
 - 12:53 AM Changeset [320] by
 - README.OS2: Mention new Workplace Sans fonts which fix many issues and …
 - 12:49 AM Changeset [319] by
 - gui/text: Leftovers after r318 (note that this revision also removed …
 
Nov 13, 2009:
- 11:57 PM Changeset [318] by
 - gui/text: Keep track of scripts supported by individual styles within …
 - 6:12 PM Changeset [317] by
 - gui: Initialize the default color palette using …
 
Nov 11, 2009:
- 3:21 PM WikiStart edited by
 - Added download link for Beta 4 (diff)
 - 3:17 PM Changeset [316] by
 - Tagged Beta 4.
 - 12:33 PM Changeset [315] by
 - qmake: Compress it with LxLite too.
 - 1:16 AM Changeset [314] by
 - Readme for Beta 4.
 
Nov 10, 2009:
- 11:02 PM Ticket #75 (Add support for lxlite) closed by
 - fixed: Done in r313. Please re-run configure.cmd to let the changes take …
 - 10:54 PM Changeset [313] by
 - qmake: Added 'exepack' CONFIG option that adds an additional link step …
 - 10:30 PM Milestone Qt Beta 4 completed
 - out 4th beta. if nothing bad happens this will be the last beta bevore …
 - 10:16 PM Changeset [312] by
 - configure.cmd: Cleanup.
 - 3:35 PM Ticket #55 (Implement window icons) closed by
 - fixed: Done in r309. Please note the following things: 1. It is not …
 - 3:26 PM Changeset [311] by
 - tests: widget: Added the QMenuBar test case.
 - 3:25 PM Changeset [310] by
 - tests: Added support for RUN_ARGS qmake variable in run make targets …
 - 3:22 PM Changeset [309] by
 - gui: Implemented setting window icons for top-level windows with …
 - 1:49 AM Changeset [308] by
 - gui: Use manual image flipping (from Qt to PM) instead of setting the …
 - 1:29 AM Ticket #101 (Use DIVE to speed up blitting in QRasterWindowSurface) created by
 - We may want to try to use DIVE to speed up flushing the widget's …
 - 12:02 AM Ticket #91 (Main menu bar is not always redrawn) closed by
 - fixed: The cause of the problem was the same as for #80. So, fixed within #80 too.
 - 12:01 AM Ticket #80 (Child widgets are sometimes not redrawn) closed by
 - fixed: Okay, it was a tiny bug too. Fixed in r307. This seems to fix a lot of …
 - 12:00 AM Changeset [307] by
 - gui: Fixed incorrect Qt dirty widget region calculation when …
 
Nov 9, 2009:
- 5:24 PM Changeset [306] by
 - gui: QPushButton: Fixed: Deactivating the window with a push button …
 - 5:22 PM Changeset [305] by
 - gui: QMenu: Don't replay mouse events for a widget that is an origin …
 
Nov 8, 2009:
- 10:57 PM Changeset [304] by
 - tests: widget: Improved focus traversal test.
 - 10:56 PM Changeset [303] by
 - tests: Added debug-run and release-run targets to conveniently start …
 - 10:52 PM Changeset [302] by
 - corelib: Fixed: QEventDispatcher::wakeUp() never did its function.
 
Nov 6, 2009:
- 8:08 PM Ticket #90 (Resizing top level window using top border breaks mouse coordinates) closed by
 - fixed: Okay, as I suspected that was due to the fact that the PM coordinate …
 - 8:08 PM Changeset [301] by
 - gui: Fixed: Due to the vertical PM coordinate space flip comparing to …
 - 6:40 PM Changeset [300] by
 - tests/widget: Added simple QSound tests.
 - 6:27 PM Changeset [299] by
 - tests/widget: No need in 'console' in CONFIG any more.
 - 5:57 PM Ticket #77 (Fix support for 'console' and 'windows' CONFIG flags) closed by
 - fixed: In r298, if no 'windows', no 'console' is found in CONFIG, I set the …
 - 5:56 PM Changeset [298] by
 - mkspecs/features: If no 'windows', no 'console' is found when building …
 - 3:03 PM Changeset [297] by
 - mkspecs/features: Fixed regression after r294: qmake interprets static …
 - 2:09 PM Changeset [296] by
 - moc: No need to override OBJECTS_DIR.
 - 1:59 PM Changeset [295] by
 - mkspecs/features/os2/default_post.prf: Refer to various components of …
 - 1:43 PM Changeset [294] by
 - mkspecs/features: Process static/shared CONFIG options in the global …
 - 11:14 AM Ticket #98 (Fonts: codepage handling) closed by
 - fixed: ok i can confirm if one adds the right lang setting it works. with set …
 - 3:04 AM Changeset [293] by
 - mkspecs/os2-g++: Added proper support for 'console' and 'windows' …
 - 3:03 AM Changeset [292] by
 - qmake/GNUMAKE/os/2: Add the MAKEFILE variable to the generated make …
 
Nov 5, 2009:
- 11:32 PM Changeset [291] by
 - README.OS2: More words about how to properly set the LANG variable.
 - 11:28 PM Changeset [290] by
 - gui: Suppressed warning.
 - 8:50 PM Ticket #94 (Implement proper modal window handling) closed by
 - fixed: Found and fixed the bug that caused a crash. The bug with fixed size …
 - 8:49 PM Changeset [289] by
 - gui: Fixed two sizing-related bugs: - Fixed size top-level widgets …
 - 3:26 AM Changeset [288] by
 - gui: Improved widget modality (widgets blocked by modality cannot be …
 
Nov 4, 2009:
- 3:56 PM Ticket #100 (Implement session management) created by
 - Session management in OS/2 is basically detecting when the PM is about …
 
Nov 3, 2009:
- 4:06 AM Ticket #44 (Port QSystemTrayIcon) closed by
 - fixed: Done with 1, 3 and 4. The rest is moved to #99; enough for Beta4. …
 - 4:01 AM Ticket #99 (Finalize xsystray and QSystemTrayIcon) created by
 - This includes the following: 1. Optimize server-side memory pool …
 - 4:00 AM Changeset [287] by
 - README.OS2: Updated according to user feedback.
 - 3:59 AM Changeset [286] by
 - gui: QSystemTrayIcon: Implemented showMessage() using the fallback …
 - 3:58 AM Changeset [285] by
 - 3rdparty: os2/xsystray: Implemented xstQuerySysTrayIconRect() API …
 - 3:55 AM Changeset [284] by
 - gui: QSystemTrayIcon: Make sure that in "we don't have window masks" …
 - 2:41 AM Changeset [283] by
 - gui: QSystemTrayIcon: Pass icon tooltips to the system tray.
 - 2:39 AM Changeset [282] by
 - 3rdparty: os2/xsystray: Added new xstReplaceSysTrayIcon() API call, …
 
Nov 2, 2009:
- 11:32 PM Changeset [281] by
 - 3rdparty: os2/xsystray: Implemented array of HMQ to track HK_INPUT …
 - 4:17 PM WikiStart edited by
 - one should use preview before submit :) (diff)
 - 4:14 PM WikiStart edited by
 - (diff)
 - 4:12 PM WikiStart edited by
 - (diff)
 - 4:07 PM Changeset [280] by
 - 3rdparty: os2/xsystray: Relicensed under GPL v2 to ease future …
 - 4:01 PM Changeset [279] by
 - 3rdparty: os2/xsystray: Updated plugin upgrade instructions.
 - 3:24 PM Changeset [278] by
 - 3rdparty: os2/xsystray: Warnings.
 - 3:00 PM Changeset [277] by
 - gui: QSystemTrayIcon: Implemented reaction to notification messages …
 - 2:56 PM Changeset [276] by
 - 3rdparty: os2/xsystray: Implemented the client-side notification …
 - 12:58 PM Changeset [275] by
 - 3rdparty: os2/xsystray: Few more typos.
 - 3:12 AM Changeset [274] by
 - 3rdparty: os2/xsystray: Typo.
 - 3:10 AM Changeset [273] by
 - 3rdparty: os2/xsystray: Use custom shared memory pool for structures …
 - 12:35 AM Ticket #98 (Fonts: codepage handling) reopened by
 - The setting does help with static text in menus and dialogs but the …
 
Oct 31, 2009:
- 2:00 AM Changeset [272] by
 - 3rdparty: os2/xsystray: Use shared memory pool instead of TLS for …
 - 12:42 AM Changeset [271] by
 - examples: desktop/systray: Added 20/40 px icons to further test scaling.
 
  Note:
 See   TracTimeline
 for information about the timeline view.
    