source: trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @379   15 years Dmitry A. Kuminov gui/kernel: Added support for the IME input box used on DBCS systems …
(edit) @378   15 years Dmitry A. Kuminov corelib/io: Removed unnecessary assertion in QFSFileEngine.
(edit) @376   15 years Dmitry A. Kuminov gui: Ported QDirModel to OS/2.
(edit) @375   15 years Dmitry A. Kuminov corelib/io: Fixed several QFSFileEngine bugs (#109): - RootFlag was …
(edit) @374   16 years Dmitry A. Kuminov corelib/io: Improved the polling QFileSystemWatcher implementation so …
(edit) @373   16 years Dmitry A. Kuminov gui: Correction for r372: Don't query PM_AssociateFont too often …
(edit) @371   16 years Dmitry A. Kuminov gui: Improved font handling (patch by komh): - Read national face …
(edit) @367   16 years Dmitry A. Kuminov corelib/io: Fixed: QDir::midir()/mkpath()/rmdir()/rmpath() didn't …
(edit) @366   16 years Dmitry A. Kuminov corelib/global: Correct QLibraryPath after rolling back r355 and …
(edit) @365   16 years Dmitry A. Kuminov corelib/io: Make sure QDir::absoluteFilePath() works correctly on OS/2 …
(edit) @364   16 years Dmitry A. Kuminov gui/kernel: Don't assert if qt_display_ps() is called from a non GUI …
(edit) @363   16 years Dmitry A. Kuminov global: Reverted r355, r356, r361, r362 (see #78).
(edit) @361   16 years Dmitry A. Kuminov corelib/io: QLatin1String.
(edit) @359   16 years Dmitry A. Kuminov corelib/codecs: FIxed a nasty typo that caused LIBC panic (Tried to …
(edit) @357   16 years Dmitry A. Kuminov corelib: Make the Qt library portable on OS/2 by replacing hard-coded …
(edit) @355   16 years Dmitry A. Kuminov corelib/io: On OS/2, treat "A:bbb.txt" and "/ccc.dat" as relative …
(edit) @354   16 years Dmitry A. Kuminov corelib/codec: Fixed the 'QChar::QChar(char ch) is private' compier error.
(edit) @353   16 years Dmitry A. Kuminov gui/kernel: Completely steal the Alt key and other default shortcuts …
(edit) @352   16 years Dmitry A. Kuminov gui/kernel: Added QWidget::internalFrameWinId() and …
(edit) @350   16 years Dmitry A. Kuminov corelib/codec: Make sure '?' is used to replace non-convertible …
(edit) @349   16 years Dmitry A. Kuminov corelib/codec: Implemented the "System" text codec which is always …
(edit) @348   16 years Dmitry A. Kuminov gui/image: Implemented QPixmap::grabWindow().
(edit) @347   16 years Dmitry A. Kuminov gui/kernel: mime: Unregister clipboard format atoms registered on …
(edit) @345   16 years Dmitry A. Kuminov gui/kernel: QClipboard: Minor order fix,
(edit) @344   16 years Dmitry A. Kuminov gui/kernel: mime: Fixed putting of "text/html" data to the clipboard …
(edit) @343   16 years Dmitry A. Kuminov gui/kernel: mime: Implemented MIME<->clipboard interface for OS/2 bitmaps.
(edit) @342   16 years Dmitry A. Kuminov gui/image: Added QPixmap fromPmHBITMAP() to convert an OS/2 BITMAP to …
(edit) @340   16 years Dmitry A. Kuminov corelib: Fixed two text codec plugin related issues [vendor bug]: - …
(edit) @339   16 years Dmitry A. Kuminov gui/kernel: mime: Added support for the "text/html" clipboard format …
(edit) @338   16 years Dmitry A. Kuminov gui/kernel: mime: Make sure the fallback converter doesn't participate …
(edit) @337   16 years Dmitry A. Kuminov gui/kernel: mime: Implemented the fallback mime <-> clipboard …
(edit) @336   16 years Dmitry A. Kuminov gui/kernel: QClipboard: More verbose debugging.
(edit) @335   16 years Dmitry A. Kuminov gui/kernel: mime: Don't store the shared block size at its end …
(edit) @334   16 years Dmitry A. Kuminov gui/kernel: mime: Implemented mime<-clipboard interface for …
(edit) @333   16 years Dmitry A. Kuminov 3rdparty/os2/xsystray: Mention the GNU license in README as well.
(edit) @332   16 years Dmitry A. Kuminov gui/kernel: mime: Implemented mime->clipboard interface for …
(edit) @331   16 years Dmitry A. Kuminov gui/kernel: QClipboard: Don't open clipboard in response to …
(edit) @327   16 years Dmitry A. Kuminov gui/kernel: QClipboard: Better detection of whether the application …
(edit) @326   16 years Dmitry A. Kuminov gui/kernel: QClipboard: Added watching for the clipboard data changes …
(edit) @325   16 years Dmitry A. Kuminov gui/kernel: Fixed possible memory leak [vendor bug].
(edit) @324   16 years Dmitry A. Kuminov gui/kernel: Improved mime <-> PM clipboard format conversion interfaces.
(edit) @323   16 years Dmitry A. Kuminov gui/kernel: More QPMMime work.
(edit) @322   16 years Dmitry A. Kuminov Temporary build fix.
(edit) @321   16 years Dmitry A. Kuminov gui/kernel: Prototyped QPMMime and QClipboard helpers.
(edit) @319   16 years Dmitry A. Kuminov gui/text: Leftovers after r318 (note that this revision also removed …
(edit) @318   16 years Dmitry A. Kuminov gui/text: Keep track of scripts supported by individual styles within …
(edit) @317   16 years Dmitry A. Kuminov gui: Initialize the default color palette using …
(edit) @309   16 years Dmitry A. Kuminov gui: Implemented setting window icons for top-level windows with …
(edit) @308   16 years Dmitry A. Kuminov gui: Use manual image flipping (from Qt to PM) instead of setting the …
(edit) @307   16 years Dmitry A. Kuminov gui: Fixed incorrect Qt dirty widget region calculation when …
(edit) @306   16 years Dmitry A. Kuminov gui: QPushButton: Fixed: Deactivating the window with a push button …
(edit) @305   16 years Dmitry A. Kuminov gui: QMenu: Don't replay mouse events for a widget that is an origin …
(edit) @302   16 years Dmitry A. Kuminov corelib: Fixed: QEventDispatcher::wakeUp() never did its function.
(edit) @301   16 years Dmitry A. Kuminov gui: Fixed: Due to the vertical PM coordinate space flip comparing to …
(edit) @296   16 years Dmitry A. Kuminov moc: No need to override OBJECTS_DIR.
(edit) @290   16 years Dmitry A. Kuminov gui: Suppressed warning.
(edit) @289   16 years Dmitry A. Kuminov gui: Fixed two sizing-related bugs: - Fixed size top-level widgets …
(edit) @288   16 years Dmitry A. Kuminov gui: Improved widget modality (widgets blocked by modality cannot be …
(edit) @286   16 years Dmitry A. Kuminov gui: QSystemTrayIcon: Implemented showMessage() using the fallback …
(edit) @285   16 years Dmitry A. Kuminov 3rdparty: os2/xsystray: Implemented xstQuerySysTrayIconRect() API …
(edit) @284   16 years Dmitry A. Kuminov gui: QSystemTrayIcon: Make sure that in "we don't have window masks" …
(edit) @283   16 years Dmitry A. Kuminov gui: QSystemTrayIcon: Pass icon tooltips to the system tray.
(edit) @282   16 years Dmitry A. Kuminov 3rdparty: os2/xsystray: Added new xstReplaceSysTrayIcon() API call, …
(edit) @281   16 years Dmitry A. Kuminov 3rdparty: os2/xsystray: Implemented array of HMQ to track HK_INPUT …
(edit) @280   16 years Dmitry A. Kuminov 3rdparty: os2/xsystray: Relicensed under GPL v2 to ease future …
(edit) @279   16 years Dmitry A. Kuminov 3rdparty: os2/xsystray: Updated plugin upgrade instructions.
(edit) @278   16 years Dmitry A. Kuminov 3rdparty: os2/xsystray: Warnings.
(edit) @277   16 years Dmitry A. Kuminov gui: QSystemTrayIcon: Implemented reaction to notification messages …
(edit) @276   16 years Dmitry A. Kuminov 3rdparty: os2/xsystray: Implemented the client-side notification …
(edit) @275   16 years Dmitry A. Kuminov 3rdparty: os2/xsystray: Few more typos.
(edit) @274   16 years Dmitry A. Kuminov 3rdparty: os2/xsystray: Typo.
(edit) @273   16 years Dmitry A. Kuminov 3rdparty: os2/xsystray: Use custom shared memory pool for structures …
(edit) @272   16 years Dmitry A. Kuminov 3rdparty: os2/xsystray: Use shared memory pool instead of TLS for …
(edit) @270   16 years Dmitry A. Kuminov 3rdparty: os2/xsystray: Broadcast a special message to let interested …
(edit) @269   16 years Dmitry A. Kuminov 3rdparty: os2/xsystray: Implemented adding and removing icons.
(edit) @268   16 years Dmitry A. Kuminov 3rdparty: os2/xsystray: Fixed vertical centering and added support for …
(edit) @267   16 years Dmitry A. Kuminov gui: Only supply one icon when creating a HPOINTER …
(edit) @265   16 years Dmitry A. Kuminov 3rdparty: os2/xsystray: Implemented adding an icon to the system tray …
(edit) @264   16 years Dmitry A. Kuminov gui: QPixmap: Don't scale small pixmaps to fit the system icon size …
(edit) @262   16 years Dmitry A. Kuminov gui: QPixmap: A number of fixes to the HBITMAP/HPOINTER conversion code.
(edit) @261   16 years Dmitry A. Kuminov gui: QIcon: Be in line with the documentation and prefer the largest …
(edit) @260   16 years Dmitry A. Kuminov gui: QPixmap: Created OS/2 specific methods for converting pixmaps to …
(edit) @257   16 years Dmitry A. Kuminov corelib: Make sure QPlugin is properly supported on OS/2. This …
(edit) @256   16 years Dmitry A. Kuminov gui: xsystray: Further coding (established communication channel …
(edit) @255   16 years Dmitry A. Kuminov gui: Removed QT_NO_SYSTEMTRAYICON. Prototyped QSystemTrayIcon for …
(edit) @254   16 years Dmitry A. Kuminov corelib: QProcess could sometimes not prepend the executable's path to …
(edit) @253   16 years Dmitry A. Kuminov Ignore patterns.
(edit) @252   16 years Dmitry A. Kuminov 3rdparty: Added sketch of the Extended system tray XCenter plug-in.
(edit) @251   16 years Dmitry A. Kuminov gui: QSound: Disabled (accidental) debug messages.
(edit) @250   16 years Dmitry A. Kuminov gui: Ported QSound to OS/2 using the MMPM backend.
(edit) @240   16 years Dmitry A. Kuminov 3rdparty: Removed fontconfig as we decided to not use it so far (#51).
(edit) @239   16 years Dmitry A. Kuminov gui: Use fonts and colors from the system palette for Qt widgets by …
(edit) @238   16 years Dmitry A. Kuminov gui: Temporarily substitute the "WarpSans" font with "Workplace Sans" …
(edit) @234   16 years Dmitry A. Kuminov gui: Fixed: Hack to enable all scripts for the Workplace Sans font …
(edit) @230   16 years Dmitry A. Kuminov gui: Implemented simple font caching through the QSettings registry. …
(edit) @229   16 years Dmitry A. Kuminov corelib: QSettings [Win, OS/2]: When setting and then getting string …
(edit) @228   16 years Dmitry A. Kuminov gui: Enabled full font hinting and using bitmap stripes by default.
(edit) @227   16 years Dmitry A. Kuminov gui: Added a hack for "Workplace Sans" to make Qt think it supports …
(edit) @226   16 years Dmitry A. Kuminov gui: Use single source for mapping font style hints to default family …
(edit) @225   16 years Dmitry A. Kuminov gui: Change the default font from "System Proportional" to "Helvetica" …
Note: See TracRevisionLog for help on using the revision log.