Timeline
2009-12-02:
- 23:00 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 you …
- 17:16 Changeset [373] by
- gui: Correction for r372: Don't query PM_AssociateFont too often (patch by …
- 04:30 Changeset [372] by
- tools: Patched qdesigner to make it compile without Drag&Drop.
- 02:27 Changeset [371] by
- gui: Improved font handling (patch by komh): - Read national face names …
- 01:52 Ticket #107 (Provide WPI archives for runtime and development bundles) created by
- Now, after we implemented the portability feature for the binary builds …
- 01:41 Changeset [370] by
- qmake: os2/GNUMAKE: Improved processing of the project library list (LIBS …
2009-12-01:
- 15:28 Ticket #104 (Systray widget display problem) closed by
- wontfix: No feedback from the reporter, I'm considering that you agree to my …
- 14:55 Changeset [369] by
- Make sure components in tools/ obey TARGET_SHORT if it's defined.
- 02:27 Changeset [368] by
- tests/widget: Added a few QDir tests.
- 02:24 Changeset [367] by
- corelib/io: Fixed: QDir::midir()/mkpath()/rmdir()/rmpath() didn't properly …
2009-11-30:
- 23:56 Changeset [366] by
- corelib/global: Correct QLibraryPath after rolling back r355 and friends …
- 23:51 Changeset [365] by
- corelib/io: Make sure QDir::absoluteFilePath() works correctly on OS/2 …
- 22:40 Changeset [364] by
- gui/kernel: Don't assert if qt_display_ps() is called from a non GUI …
- 18:52 Changeset [363] by
- global: Reverted r355, r356, r361, r362 (see #78).
- 15:51 WikiStart edited by
- (diff)
- 13:35 Ticket #106 (Crash in PMMERGE) created by
- when doing the following smplayer crashes in PMMERGE -executing smplayer …
- 00:56 Changeset [362] by
- qmake: Don't assume that relative paths in all OSes look like in *nix …
- 00:41 Changeset [361] by
- corelib/io: QLatin1String.
- 00:34 Changeset [360] by
- configure.cmd: Delete the old qt.conf before creating a new one.
2009-11-29:
- 01:02 Changeset [359] by
- corelib/codecs: FIxed a nasty typo that caused LIBC panic (Tried to free …
2009-11-28:
- 23:42 Changeset [358] by
- bin: Ignore generated qt.conf.
- 20:49 Changeset [357] by
- corelib: Make the Qt library portable on OS/2 by replacing hard-coded …
- 20:45 Changeset [356] by
- qmake: Use case-insensitive path comparison on Win32 and OS/2 when …
- 17:20 Changeset [355] by
- corelib/io: On OS/2, treat "A:bbb.txt" and "/ccc.dat" as relative paths …
2009-11-27:
- 13:25 Changeset [354] by
- corelib/codec: Fixed the 'QChar::QChar(char ch) is private' compier error.
- 01:25 Ticket #79 (Make sure single Alt key press is first handled by Qt) closed by
- fixed
- 01:20 Changeset [353] by
- gui/kernel: Completely steal the Alt key and other default shortcuts …
- 01:15 Changeset [352] by
- gui/kernel: Added QWidget::internalFrameWinId() and effectiveFrameWinId() …
- 00:12 Ticket #105 (Division by zero in svghandler.cpp) created by
- The SVG module has a function, pathArc() defined in …
2009-11-26:
- 22:39 Ticket #49 (Detect locale properly) closed by
- fixed: As komh reports that it works for Korean, and it also works for Russian, I …
- 01:02 Changeset [351] by
- tests/widget: Added a testcase for the text codec.
- 00:56 Changeset [350] by
- corelib/codec: Make sure '?' is used to replace non-convertible characters …
- 00:34 Changeset [349] by
- corelib/codec: Implemented the "System" text codec which is always used as …
2009-11-24:
- 15:29 Ticket #53 (Finish QPixmap) closed by
- fixed: QPixmap::grabWindow() is done in #348. That's all for QPixmap for now.
- 15:28 Changeset [348] by
- gui/image: Implemented QPixmap::grabWindow().
- 15:02 Changeset [347] by
- gui/kernel: mime: Unregister clipboard format atoms registered on behalf …
- 01:07 Changeset [346] by
- tests/widget: Added simple QClipboard image test.
- 01:02 Changeset [345] by
- gui/kernel: QClipboard: Minor order fix,
- 01:01 Ticket #31 (Port MIME classes) closed by
- fixed: The clipboard-related functioality is implemented within #28. The …
- 00:59 Ticket #28 (Port QClipboard) closed by
- fixed: Support for "iamge/*" which is mapped to OS/2 bitmaps is also there -- I …
- 00:55 Changeset [344] by
- gui/kernel: mime: Fixed putting of "text/html" data to the clipboard …
2009-11-23:
- 23:37 Changeset [343] by
- gui/kernel: mime: Implemented MIME<->clipboard interface for OS/2 bitmaps.
- 23:35 Changeset [342] by
- gui/image: Added QPixmap fromPmHBITMAP() to convert an OS/2 BITMAP to a …
- 19:52 Changeset [341] by
- tests/widget: Added codecs test.
- 01:22 Changeset [340] by
- corelib: Fixed two text codec plugin related issues [vendor bug]: - codec …
2009-11-22:
- 23:25 Changeset [339] by
- gui/kernel: mime: Added support for the "text/html" clipboard format used …
- 22:43 Changeset [338] by
- gui/kernel: mime: Make sure the fallback converter doesn't participate in …
- 21:48 Changeset [337] by
- gui/kernel: mime: Implemented the fallback mime <-> clipboard converter …
- 21:40 Changeset [336] by
- gui/kernel: QClipboard: More verbose debugging.
2009-11-20:
- 22:55 Changeset [335] by
- gui/kernel: mime: Don't store the shared block size at its end (doesn't …
- 19:39 Changeset [334] by
- gui/kernel: mime: Implemented mime<-clipboard interface for "text/plain" …
- 18:01 Ticket #104 (Systray widget display problem) created by
- Once added to the XCenter, the extended systray widget is not visible at …
- 17:16 Changeset [333] by
- 3rdparty/os2/xsystray: Mention the GNU license in README as well.
- 02:53 Changeset [332] by
- gui/kernel: mime: Implemented mime->clipboard interface for "text/plain" …
- 02:50 Changeset [331] by
- gui/kernel: QClipboard: Don't open clipboard in response to …
2009-11-19:
- 13:37 Changeset [330] by
- README.OS2: Fixed: Input/output redirection operators are supported well …
- 13:24 Changeset [329] by
- README.OS2: Why did I replace CODEPAGE with COUNTRY? Mystery.
- 13:05 Changeset [328] by
- tests: Support RUN_SHELL qmake variable for overriding the shell for …
- 03:00 Changeset [327] by
- gui/kernel: QClipboard: Better detection of whether the application uses …
- 02:44 Changeset [326] by
- gui/kernel: QClipboard: Added watching for the clipboard data changes and …
- 00:30 Changeset [325] by
- gui/kernel: Fixed possible memory leak [vendor bug].
2009-11-18:
- 17:51 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.
- 16:02 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 …
- 01:49 Changeset [324] by
- gui/kernel: Improved mime <-> PM clipboard format conversion interfaces.
2009-11-17:
- 14:44 Ticket #102 (DBCS fonts and font association) created by
- Hi/2. On DBCS OS/2, 2 special fonts are supported. They are 'WarpSans? …
2009-11-16:
- 01:06 Changeset [323] by
- gui/kernel: More QPMMime work.
2009-11-15:
- 19:37 Changeset [322] by
- Temporary build fix.
2009-11-14:
- 15:06 Changeset [321] by
- gui/kernel: Prototyped QPMMime and QClipboard helpers.
- 00:53 Changeset [320] by
- README.OS2: Mention new Workplace Sans fonts which fix many issues and …
- 00:49 Changeset [319] by
- gui/text: Leftovers after r318 (note that this revision also removed most …
2009-11-13:
- 23:57 Changeset [318] by
- gui/text: Keep track of scripts supported by individual styles within a …
- 18:12 Changeset [317] by
- gui: Initialize the default color palette using SYSCLR_DIALOGBACKGROUND to …
2009-11-11:
- 15:21 WikiStart edited by
- Added download link for Beta 4 (diff)
- 15:17 Changeset [316] by
- Tagged Beta 4.
- 12:33 Changeset [315] by
- qmake: Compress it with LxLite? too.
- 01:16 Changeset [314] by
- Readme for Beta 4.
2009-11-10:
- 23:02 Ticket #75 (Add support for lxlite) closed by
- fixed: Done in r313. Please re-run configure.cmd to let the changes take effect.\ …
- 22:54 Changeset [313] by
- qmake: Added 'exepack' CONFIG option that adds an additional link step to …
- 22:30 Milestone Qt Beta 4 completed
- out 4th beta. if nothing bad happens this will be the last beta bevore GA. …
- 22:16 Changeset [312] by
- configure.cmd: Cleanup.
- 15:35 Ticket #55 (Implement window icons) closed by
- fixed: Done in r309. Please note the following things: 1. It is not possible to …
- 15:26 Changeset [311] by
- tests: widget: Added the QMenuBar test case.
- 15:25 Changeset [310] by
- tests: Added support for RUN_ARGS qmake variable in run make targets that …
- 15:22 Changeset [309] by
- gui: Implemented setting window icons for top-level windows with …
- 01:49 Changeset [308] by
- gui: Use manual image flipping (from Qt to PM) instead of setting the …
- 01:29 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 raster …
- 00:02 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 …
- 00:01 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 …
- 00:00 Changeset [307] by
- gui: Fixed incorrect Qt dirty widget region calculation when processing …
2009-11-09:
- 17:24 Changeset [306] by
- gui: QPushButton: Fixed: Deactivating the window with a push button …
- 17:22 Changeset [305] by
- gui: QMenu: Don't replay mouse events for a widget that is an origin of …
2009-11-08:
- 22:57 Changeset [304] by
- tests: widget: Improved focus traversal test.
- 22:56 Changeset [303] by
- tests: Added debug-run and release-run targets to conveniently start …
- 22:52 Changeset [302] by
- corelib: Fixed: QEventDispatcher::wakeUp() never did its function.
2009-11-06:
- 20:08 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 space …
- 20:08 Changeset [301] by
- gui: Fixed: Due to the vertical PM coordinate space flip comparing to the …
- 18:40 Changeset [300] by
- tests/widget: Added simple QSound tests.
- 18:27 Changeset [299] by
- tests/widget: No need in 'console' in CONFIG any more.
- 17:57 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 …
- 17:56 Changeset [298] by
- mkspecs/features: If no 'windows', no 'console' is found when building on …
- 15:03 Changeset [297] by
- mkspecs/features: Fixed regression after r294: qmake interprets static and …
- 14:09 Changeset [296] by
- moc: No need to override OBJECTS_DIR.
- 13:59 Changeset [295] by
- mkspecs/features/os2/default_post.prf: Refer to various components of the …
- 13:43 Changeset [294] by
- mkspecs/features: Process static/shared CONFIG options in the global …
- 11:14 Ticket #98 (Fonts: codepage handling) closed by
- fixed: ok i can confirm if one adds the right lang setting it works. with set …
- 03:04 Changeset [293] by
- mkspecs/os2-g++: Added proper support for 'console' and 'windows' CONFIG …
- 03:03 Changeset [292] by
- qmake/GNUMAKE/os/2: Add the MAKEFILE variable to the generated make file …
2009-11-05:
- 23:32 Changeset [291] by
- README.OS2: More words about how to properly set the LANG variable.
- 23:28 Changeset [290] by
- gui: Suppressed warning.
- 20:50 Ticket #94 (Implement proper modal window handling) closed by
- fixed: Found and fixed the bug that caused a crash. The bug with fixed size …
- 20:49 Changeset [289] by
- gui: Fixed two sizing-related bugs: - Fixed size top-level widgets could …
- 03:26 Changeset [288] by
- gui: Improved widget modality (widgets blocked by modality cannot be …
2009-11-04:
- 15:56 Ticket #100 (Implement session management) created by
- Session management in OS/2 is basically detecting when the PM is about to …
2009-11-03:
- 04:06 Ticket #44 (Port QSystemTrayIcon) closed by
- fixed: Done with 1, 3 and 4. The rest is moved to #99; enough for Beta4. We've …
- 04:01 Ticket #99 (Finalize xsystray and QSystemTrayIcon) created by
- This includes the following: 1. Optimize server-side memory pool …
- 04:00 Changeset [287] by
- README.OS2: Updated according to user feedback.
- 03:59 Changeset [286] by
- gui: QSystemTrayIcon: Implemented showMessage() using the fallback code …
- 03:58 Changeset [285] by
- 3rdparty: os2/xsystray: Implemented xstQuerySysTrayIconRect() API call. …
- 03:55 Changeset [284] by
- gui: QSystemTrayIcon: Make sure that in "we don't have window masks" mode …
- 02:41 Changeset [283] by
- gui: QSystemTrayIcon: Pass icon tooltips to the system tray.
- 02:39 Changeset [282] by
- 3rdparty: os2/xsystray: Added new xstReplaceSysTrayIcon() API call, …
2009-11-02:
- 23:32 Changeset [281] by
- 3rdparty: os2/xsystray: Implemented array of HMQ to track HK_INPUT hook …
- 16:17 WikiStart edited by
- one should use preview before submit :) (diff)
- 16:14 WikiStart edited by
- (diff)
- 16:12 WikiStart edited by
- (diff)
- 16:07 Changeset [280] by
- 3rdparty: os2/xsystray: Relicensed under GPL v2 to ease future integration …
- 16:01 Changeset [279] by
- 3rdparty: os2/xsystray: Updated plugin upgrade instructions.
- 15:24 Changeset [278] by
- 3rdparty: os2/xsystray: Warnings.
- 15:00 Changeset [277] by
- gui: QSystemTrayIcon: Implemented reaction to notification messages from …
- 14:56 Changeset [276] by
- 3rdparty: os2/xsystray: Implemented the client-side notification message …
- 12:58 Changeset [275] by
- 3rdparty: os2/xsystray: Few more typos.
- 03:12 Changeset [274] by
- 3rdparty: os2/xsystray: Typo.
- 03:10 Changeset [273] by
- 3rdparty: os2/xsystray: Use custom shared memory pool for structures …
- 00:35 Ticket #98 (Fonts: codepage handling) reopened by
- The setting does help with static text in menus and dialogs but the …
2009-10-31:
- 02:00 Changeset [272] by
- 3rdparty: os2/xsystray: Use shared memory pool instead of TLS for …
- 00:42 Changeset [271] by
- examples: desktop/systray: Added 20/40 px icons to further test scaling.
2009-10-30:
- 20:21 Ticket #97 (Fonts: too small size and character spacing) closed by
- wontfix: It looks like you use Workplace Sans v0.5. This version is deep beta, it …
- 20:16 Ticket #98 (Fonts: codepage handling) closed by
- worksforme: Are you sure you have read README.OS2 carefully? Probably not: […] So, …
- 14:16 Ticket #98 (Fonts: codepage handling) created by
- Special characters in the text of, e.g., menus and dialogs is currently …
- 14:12 Changeset [270] by
- 3rdparty: os2/xsystray: Broadcast a special message to let interested …
- 14:01 Ticket #97 (Fonts: too small size and character spacing) created by
- If the recommended font Workplace Sans is installed, many dialogs are …
- 02:27 Changeset [269] by
- 3rdparty: os2/xsystray: Implemented adding and removing icons.
- 01:06 Changeset [268] by
- 3rdparty: os2/xsystray: Fixed vertical centering and added support for the …
2009-10-29:
- 22:11 Changeset [267] by
- gui: Only supply one icon when creating a HPOINTER …
- 19:27 Changeset [266] by
- examples: desktop/systray: Missed new icons.
- 02:13 Changeset [265] by
- 3rdparty: os2/xsystray: Implemented adding an icon to the system tray (one …
2009-10-28:
- 22:10 Changeset [264] by
- gui: QPixmap: Don't scale small pixmaps to fit the system icon size when …
- 22:05 Changeset [263] by
- examples: desktop/systray: Add a test icon containing 16 and 32 px pixmaps …
- 21:48 Changeset [262] by
- gui: QPixmap: A number of fixes to the HBITMAP/HPOINTER conversion code.
- 20:20 Changeset [261] by
- gui: QIcon: Be in line with the documentation and prefer the largest …
- 02:20 Changeset [260] by
- gui: QPixmap: Created OS/2 specific methods for converting pixmaps to …
2009-10-27:
- 23:13 Changeset [259] by
- README.OS2: Wording.
- 23:05 Changeset [258] by
- README.OS2: Mention MAKESHELL and ask to remove references to any other …
- 17:16 Ticket #96 (Qopengl) created by
- Hi Dmik, Is it possible to make also the Qopengl ported to os/2? I have a …
- 03:24 Changeset [257] by
- corelib: Make sure QPlugin is properly supported on OS/2. This eventually …
- 02:36 Changeset [256] by
- gui: xsystray: Further coding (established communication channel between …
2009-10-26:
- 11:03 Ticket #95 (Implement drag and drop) closed by
- duplicate: see 32
2009-10-25:
- 23:25 Ticket #95 (Implement drag and drop) created by
- While trying to compile kdiff3 0.9.95 against Qt4-4.5.1-os2-beta3 I found …
2009-10-24:
- 00:10 Changeset [255] by
- gui: Removed QT_NO_SYSTEMTRAYICON. Prototyped QSystemTrayIcon for OS/2. …
2009-10-23:
- 22:58 Ticket #94 (Implement proper modal window handling) created by
- This in particular includes implementing QWidgetPrivate::setModal_sys(). …
- 00:26 Changeset [254] by
- corelib: QProcess could sometimes not prepend the executable's path to …
2009-10-22:
- 00:09 Changeset [253] by
- Ignore patterns.
- 00:06 Changeset [252] by
- 3rdparty: Added sketch of the Extended system tray XCenter plug-in.
2009-10-21:
- 17:39 Changeset [251] by
- gui: QSound: Disabled (accidental) debug messages.
2009-10-20:
- 22:46 Ticket #34 (Port QSound) closed by
- fixed: Ok, good.
- 15:33 Ticket #93 (ASSERT) created by
- openpref card game …
2009-10-19:
- 21:17 Ticket #92 (QSound: make a backend that uses uniaud API directly) created by
- The MMPM backend in QSound has known problems when used on systems that …
- 21:12 Changeset [250] by
- gui: Ported QSound to OS/2 using the MMPM backend.
- 16:03 Ticket #91 (Main menu bar is not always redrawn) created by
- If you move the mouse pointer over the main menu bar, the menu item below …
- 16:00 Ticket #90 (Resizing top level window using top border breaks mouse coordinates) created by
- If you resize the top level window by grabbing its top border and moving …
2009-10-18:
- 09:28 Ticket #17 (Port qt3support module) closed by
- duplicate: see #64
2009-10-17:
- 16:58 WikiStart edited by
- Added download link for Beta 3 (diff)
- 16:58 Changeset [249] by
- Tagged Beta 3
- 16:28 Changeset [248] by
- configure.cmd: Regenerate Makefiles unconditionally to be on the safe …
- 16:24 Changeset [247] by
- qmake: Make sure that QMAKE_PRL_VERSION is ignored and not appended to the …
- 15:30 Milestone Qt Beta 3 completed
- our third beta
- 12:34 Changeset [246] by
- configure.cmd: Generate immediate child Makefiles of the main Makefile …
- 02:49 Changeset [245] by
- Readme for Beta 3.
- 02:47 Changeset [244] by
- Readme for Beta 3.
- 02:46 Changeset [243] by
- Readme for Beta 3.
- 02:12 Ticket #76 (Generate root makefile) closed by
- fixed: Done in r242.
- 02:02 Changeset [242] by
- configure.cmd: Generate the main Makefile.
- 01:41 Changeset [241] by
- Ignore patterns.
- 01:30 Changeset [240] by
- 3rdparty: Removed fontconfig as we decided to not use it so far (#51).
- 01:26 Changeset [239] by
- gui: Use fonts and colors from the system palette for Qt widgets by …
- 01:00 Milestone Qt Tools Beta completed
- Port Qt Linguist and the like (excluding Qt Designer). Moved along with …
2009-10-16:
- 22:46 Changeset [238] by
- gui: Temporarily substitute the "WarpSans?" font with "Workplace Sans" …
- 20:17 Ticket #18 (Port Qt Linguist and the like) closed by
- fixed: Actually this task has been closed by #62.
- 20:16 Changeset [237] by
- configure.cmd: Removed examples, demos, docs and translations from the …
- 20:15 Ticket #62 (lrelease & lupdate support) closed by
- fixed: Done. Also, linguist and lconvert are now built.
- 20:14 Changeset [236] by
- Adopted the main .pro file for OS/2.
- 19:26 Changeset [235] by
- tools: Ignore patterns.
- 18:55 Changeset [234] by
- gui: Fixed: Hack to enable all scripts for the Workplace Sans font didn't …
- 18:12 Changeset [233] by
- tools: Enabled building of linguist, lrelease, lupdate and lconvert on …
- 18:11 Changeset [232] by
- tools: linguist: Added #ifndef QT_NO_PRINTER / QT_NO_DRAGANDDROP to make …
- 15:51 Changeset [231] by
- tests: Added generic widget test for quick testing and hacking.
- 15:23 Ticket #51 (Use OS/2 font database to match fonts) closed by
- fixed: Slightly improved font caching so that now it doesn't even look at the …
- 15:22 Changeset [230] by
- gui: Implemented simple font caching through the QSettings registry. This …
- 15:19 Ticket #89 (Implement QFontDatabase::addApplicationFont() and friends) created by
- There is a possibility to add private application-specific fonts which may …
- 01:19 Changeset [229] by
- corelib: QSettings [Win, OS/2]: When setting and then getting string or …
2009-10-15:
- 18:19 Ticket #88 (Qt 4.6) created by
- move to 4.6 code base
- 02:04 Changeset [228] by
- gui: Enabled full font hinting and using bitmap stripes by default.
- 00:39 Changeset [227] by
- gui: Added a hack for "Workplace Sans" to make Qt think it supports all …
2009-10-14:
- 23:07 Changeset [226] by
- gui: Use single source for mapping font style hints to default family …
- 22:22 Changeset [225] by
- gui: Change the default font from "System Proportional" to "Helvetica" …
- 22:20 Changeset [224] by
- demos: textedit: Request "Times New Roman" if we refer to it in text.
- 22:16 Changeset [223] by
- gui: Fixed broken non-Latin1 text drawing.
- 22:15 Ticket #87 (Detect supported character sets of PFB fonts) created by
- Currently, we report that standard OS/2 PFB fonts support all writing …
- 02:32 Changeset [222] by
- gui: Changed to using the Freetype2 library for populating the fonts. …
2009-10-12:
- 23:38 Changeset [221] by
- configure.cmd: fontconfig related cleanup.
- 23:37 Changeset [220] by
- gui: Added enumeration of installed PM fonts.
- 19:09 WikiStart edited by
- (diff)
- 19:08 WikiStart edited by
- adjusted floating of screenshots (diff)
- 15:36 Ticket #86 (File open dialog tries to access drive A:) created by
- A user reports that Qt tries to access his drive A: every time he opens a …
2009-10-10:
- 13:25 Changeset [219] by
- gui: Quick fix: Make QFontEngine use the boot drive to locate …
2009-10-09:
- 23:34 Changeset [218] by
- tests/process: Added support for QProcess::startDetached() ("d" and "dcd" …
- 23:26 Ticket #71 (QProcess::startDetached() doesn't work) closed by
- fixed: Fixed in #72.
- 23:25 Ticket #72 (QProcess cannot start applications of other types directly) closed by
- fixed
- 23:24 Changeset [217] by
- corelib: QProcess: Implemented workarounds for starting applications of …
- 23:20 Ticket #85 (QProcess: Support P_SESSION) created by
- Currently, the necessary P_SESSION and P_DETACH functionality in QProcess …
2009-10-08:
- 16:55 WikiStart edited by
- Add tubularix screenshot (diff)
2009-10-07:
- 23:30 Changeset [216] by
- corelib: QProcess: spawnpve() is not necessary, spawnve() is enough since …
- 21:23 Ticket #84 (Add DosSetExtLIBPATH to QProcess()) closed by
- fixed: Done in r215.
- 21:22 Changeset [215] by
- corelib: QProcess: Implicitly prepend the path to the executable to …
- 20:33 Changeset [214] by
- corelib: QProcess: DosSearchPath?() doesn't like file names with path in …
- 19:12 Changeset [213] by
- corelib: QProcess: Search for executable ourselves before passing it to …
- 01:36 Ticket #70 (Standard I/O streams of non-kLIBC based processes are not properly ...) closed by
- fixed: Implemented QProcess->QProcess redirection (took a while to test, debug …
- 01:29 Changeset [212] by
- corelib: QProcess: Fixed: Don't lose the remaining stdout/stderr bytes …
- 00:27 Changeset [211] by
- corelib: QProcess: No need to create out/err pipes in ForwardedChannels? …
- 00:09 Changeset [210] by
- corelib: QProcess: Implemented QProcess->QProcess redirection.
2009-10-06:
- 18:13 Changeset [209] by
- tests: Play Qt rules in order to get separate output directories for …
- 17:45 Changeset [208] by
- mkspecs: Discarded invalid r200 (only indentation was wrong, not the else …
- 16:37 WikiStart edited by
- (diff)
- 00:56 Changeset [207] by
- Tagget Beta 2.
- 00:34 Changeset [206] by
- tests: process: Ignores.
- 00:29 Changeset [205] by
- Added process testcase.
- 00:24 Changeset [204] by
- Created tests directory at root.
- 00:22 Changeset [203] by
- corelib: Fixed sending data to standard input with QProcess::write().
2009-10-05:
- 22:22 Changeset [202] by
- mkspecs/os2+g++: Added mkdir-p.cmd to make the install targets work.
- 21:57 WikiStart edited by
- fixed missing clear after screenshots (diff)
- 21:55 WikiStart edited by
- changed screenshot section to floating divs (diff)
- 21:21 WikiStart edited by
- added link to qt-apps.org, rephrased history to emphasize importance of … (diff)
- 20:51 Changeset [201] by
- mkspecs: Generate explicit all, clean, distclean and install/uninstall …
- 20:33 Changeset [200] by
- mkspecs: Misplaced else which led to indistinguishable OBJECTS_DIR and …
- 20:27 Changeset [199] by
- qmake: Always pass $(MAKEFILE) as argument in custom defined tragets as …
- 16:27 Ticket #84 (Add DosSetExtLIBPATH to QProcess()) created by
- There is a common problem of searching for the right DLLs for the …
- 02:15 Ticket #58 (make will not create certain modules because of a trailing backslash) closed by
- wontfix: It clearly says: […] My guess is that the gui.pro file refers to the …
2009-10-04:
- 21:16 Ticket #58 (make will not create certain modules because of a trailing backslash) reopened by
- Hi, I build today a certain apps, but it stops here with: emxomfar r …
- 01:23 Changeset [198] by
- corelib: QProcess: Replace the lock for byte counters with QAtomicInt.
2009-10-03:
- 02:34 Changeset [197] by
- corelib: Reimplemented QProcess to use native pipes for redirection.
2009-10-01:
- 08:24 WikiStart edited by
- Add Abby screenshot (diff)
- 07:54 WikiStart edited by
- Add Gomoku screenshot, change wording (diff)
2009-09-30:
- 06:08 Changeset [196] by
- corelib: Improved socket notifiers: don't block other threads by …
2009-09-29:
2009-09-26:
- 02:34 Changeset [195] by
- corelib: Don't break waiting on sync primitives because of ERROR_INTERRUPT …
- 01:36 Ticket #83 (QWidget::create()) closed by
- invalid: 0x00081034 is PMERR_INVALID_RESOURCE_FORMAT... ok, everything is clear to …
- 01:28 Changeset [194] by
- qmake: gnumake/os2: Spaces in dependencies that are actually make variable …
- 01:23 Changeset [193] by
- qmake: Put RC definition (if QMAKE_RC is non-empty) to the generated …
2009-09-25:
- 17:31 WikiStart edited by
- (diff)
- 17:02 Ticket #83 (QWidget::create()) created by
- while testing blubbels i saw the following: QWidget::create(): …
- 15:42 Ticket #82 (add support for wrc) created by
- adding support for wrc in qmake. if emxomfld_rc_type=WRC then take wrc …
2009-09-24:
- 06:09 Changeset [192] by
- corelib: QProcess: Implemented child termination/death detection for …
2009-09-23:
- 10:48 Ticket #81 (Error) closed by
- fixed: You should use either wrc from watcom or rc v5. i use rc v5.00.007 Jan. …
- 00:39 Changeset [191] by
- corelib: Oops, fixed regression of r190 (hang at application termination). …
2009-09-22:
- 23:36 Ticket #81 (Error) created by
- Some programs give me this output. g++ -Zomf -Zstack 0x2000 -Zmap -Zlinker …
- 22:44 Changeset [190] by
- corelib: QProcess: Implemented child termination/death detection using …
- 02:12 Ticket #59 ("make clean" will crash CMD.EXE) closed by
- fixed
- 02:10 Changeset [189] by
- qmake: Obey OS/2 CMD.EXE cmd.line length restriction in $(DEL_FILE) …
2009-09-21:
2009-09-18:
- 13:09 Milestone Qt Beta 2 completed
- our second beta
2009-09-17:
- 20:20 Ticket #80 (Child widgets are sometimes not redrawn) created by
- There is one more redraw problem I found. This problem may be seen if a …
- 20:12 WikiStart edited by
- Added download link for Beta 2 (diff)
- 20:06 Ticket #79 (Make sure single Alt key press is first handled by Qt) created by
- The Alt key is intercepted by PM and used to activate the native PM window …
- 19:55 Ticket #78 (Make binary builds portable) created by
- Currently, Qt binaries (in particular, qmake.exe and QtCore4*.dll) have …
- 19:36 Ticket #77 (Fix support for 'console' and 'windows' CONFIG flags) created by
- The 'console' flag should generate a console application (that requires …
- 19:20 Ticket #76 (Generate root makefile) created by
- Improve configure.cmd so that it generates the root Makefile and Makefiles …
- 19:15 Ticket #75 (Add support for lxlite) created by
- For linking Qt and Qt apps, we are stuck to WLINK (ILINK is bogus and …
- 16:10 Changeset [188] by
- Readme for Beta 2.
- 15:25 Ticket #74 (Popup windows cause widget duplication) closed by
- fixed
- 15:09 Changeset [187] by
- gui: Fixed child widget duplication (#74).
2009-09-16:
- 23:50 Ticket #74 (Popup windows cause widget duplication) created by
- If a popup window is shown at least once in a top-level window which …
- 23:12 Changeset [186] by
- gui: Enabled actual enforcing min/max Qt widget constraints for top-level …
- 22:34 Changeset [185] by
- gui: Fixed: Close popups when resizing/moving the top level window.
- 19:37 Ticket #67 (Popup windows are too large) closed by
- fixed: Should be fixed in r184.
- 19:37 Changeset [184] by
- gui: Fixed: Initial size of popup windows could be too big, ignoring its …
- 17:48 Ticket #56 (Implement widget scroll operations) closed by
- fixed: Done in r183. There's a @todo about should we obey the WA_OpaquePaintEvent …
- 17:47 Changeset [183] by
- gui: Implemented widget scrolling (QWidget::scroll() and friends).
2009-09-15:
- 15:24 Ticket #54 (Finish QCursor) closed by
- fixed: The basic functionality (standard cursors) is implemented in r182. The …
- 15:24 Ticket #73 (Implement custom cursor shapes) created by
- This task includes creating QCursor objects from QPixmap and QBitmap. …
- 15:21 Changeset [182] by
- gui: Implemented standard cursor shapes (#54).
- 11:19 Ticket #69 (QProcess cannot start process) closed by
- fixed: I've committed a fix that makes redirection work for kLIBC-based …
- 11:19 Ticket #72 (QProcess cannot start applications of other types directly) created by
- An attempt to start a PM application from a console Qt application will …
- 11:16 Ticket #71 (QProcess::startDetached() doesn't work) created by
- Since P_DETACH isn't supported by kLIBC's spawnvpe(), …
- 11:12 Ticket #70 (Standard I/O streams of non-kLIBC based processes are not properly ...) created by
- If QProcess starts an application that isn't based on the same (kLIBC) …
- 11:09 Changeset [181] by
- corelib: Fixed stdio redirection in QProcess but it will only work for …
2009-09-14:
- 16:40 WikiStart edited by
- kdiff screenshot added (diff)
- 13:24 Ticket #68 (Dead keys are not processed correctly) closed by
- fixed: That's expected. When the code page is not explicitly specified, Qt …
2009-09-13:
- 21:37 Ticket #69 (QProcess cannot start process) created by
- The following simple program: […] terminates immediately with the …
2009-09-12:
- 03:30 Changeset [180] by
- gui: Fixed: Ctrl+A..Z should generate characters with codes 0x01-0x1F.
- 02:10 Changeset [179] by
- gui: Implemented support for entering dead keys from the keyboard (#68).
2009-09-11:
- 15:01 Ticket #68 (Dead keys are not processed correctly) created by
- Dead keys (ones intended to produce composite characters) are not …
- 11:55 Ticket #60 (Include SVG Library) closed by
- fixed
- 09:33 WikiStart edited by
- added some screenshots (diff)
- 09:32 WikiStart edited by
- (diff)
- 02:46 Ticket #65 (Odd QFileDialog behavior) closed by
- fixed: Problem 1 has been fixed in r178. The file dialog looks quite operational …
- 02:34 Ticket #67 (Popup windows are too large) created by
- Popup windows (like drop-down menus or combobox lists) sometimes appear …
- 02:30 Changeset [178] by
- corelib: Fixed: QDirIterator("X:") would iterate over the current …
- 02:27 Changeset [177] by
- corelib: Fixed: QDir::currentPath() would return the file path without the …
2009-09-10:
- 18:38 Ticket #66 (QSysInfo::OS2Ver) created by
- if we are bored we may add the above function to detect the right OS2 …
- 02:36 Changeset [176] by
- corelib: Found that DCE_POSTONE is required in DosCreateEventSem?() in …
2009-09-09:
- 22:02 Changeset [175] by
- corelib: Improved timers: don't block other threads by constantly posting …
- 21:04 Changeset [174] by
- More ignore patterns.
- 02:38 Changeset [173] by
- gui/dialogs: Fixed: Duplicate file names were added to the file list in …
- 01:54 Changeset [172] by
- corelib/io, gui/dialogs: Handle DOS-like filesystem details (drives, …
- 01:46 Changeset [171] by
- corelib/io: QFSFileEngine::caseSensitive() must return false on OS/2.
- 01:25 Changeset [170] by
- gui: Provided a temporary workaround for the mystic failure to build …
2009-09-08:
- 17:29 Changeset [169] by
- gui: Fixed the build after disabling the qt3support module: some …
- 12:05 Ticket #65 (Odd QFileDialog behavior) created by
- QFileDialog behaves wrongly on OS/2. Things that I noticed: 1. The root …
- 00:23 Changeset [168] by
- More ignore patterns.
2009-09-07:
- 23:04 Changeset [167] by
- src: Enabled all configured modules by default on OS/2 (this effectively …
- 22:56 Changeset [166] by
- Added short DLL names for many modules and plugins.
- 22:54 Changeset [165] by
- 3rdparty/libtiff: Use tif_unix.c on OS/2 for basic functions.
- 22:11 Changeset [164] by
- configure.cmd: Disabled qt3support module by default (see #64).
- 22:08 Changeset [163] by
- qt3support: Added QT_NO_DRAGANDDROP to Q3IconView [vendor bug].
- 22:06 Changeset [162] by
- qmake: On OS/2, obey create_prl even for plugins (this is necessary for …
- 19:51 Ticket #46 (Test socket notifiers) closed by
- fixed: This task was actually done within #19. I tried various ftp sites with the …
- 19:49 Ticket #19 (Port network module) closed by
- fixed
- 19:45 Ticket #64 (Port qt3support module) created by
- There are some platform-dependent parts such as in the Q3Process class …
- 03:25 Changeset [161] by
- corelib: Fixed a number of socket notifier bugs in the event dispatcher …
2009-09-05:
- 03:04 Ticket #63 (Query hardware address of the network interface) created by
- Currently, QNetworkInterface::hardwareAddress() returns an empty string …
- 02:57 Changeset [160] by
- network: Ported QHostInfo and QNetworkInterface to OS/2.
- 02:52 Changeset [159] by
- Ignore patterns.
- 02:46 Changeset [158] by
- qmake: Added support for TARGET_SHORT variable that allows to specify a …
2009-09-04:
- 13:58 WikiStart edited by
- Stupidity (diff)
- 13:58 WikiStart edited by
- Typos (diff)
- 13:47 WikiStart edited by
- Added note about the bug in Beta1. (diff)
- 13:41 Ticket #62 (lrelease & lupdate support) created by
- see above
- 13:30 Ticket #61 (Release version of QtGui4.dll is built 3 times) closed by
- wontfix: You are not fully correct here. The split DLL feature is effectively …
- 13:18 Ticket #58 (make will not create certain modules because of a trailing backslash) closed by
- fixed: I suppose you tried the .zip file. The problem you described was fixed in …
- 02:06 Changeset [157] by
- network: Implemented QLocalServer/QLocalSocket/QNativeSocketEngine OS/2 …
2009-09-03:
- 13:21 Ticket #61 (Release version of QtGui4.dll is built 3 times) created by
- From my understanding, the split DLL feature should only be applied to …
- 12:39 Ticket #60 (Include SVG Library) created by
- QtSvg4.dll works O.K. It can be included in the regular build.
- 10:53 Ticket #59 ("make clean" will crash CMD.EXE) created by
- During the processing of "make clean" CMD.EXE will crash leaving behind a …
- 10:37 Ticket #58 (make will not create certain modules because of a trailing backslash) created by
- Using GNU Make 3.81 r2 certain libraries cannot be built using the …
Note: See TracTimeline
for information about the timeline view.
