source: trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @496   15 years Dmitry A. Kuminov gui/kernel: Fixed: QEvent::Enter/Leave events were delivered …
(edit) @494   15 years Dmitry A. Kuminov plugins/sqldrivers/sqlite: Shorten DLL name on OS/2.
(edit) @492   15 years Dmitry A. Kuminov gui: Fixed: Numpad keys with numbers reported wrong key codes when …
(edit) @489   15 years Dmitry A. Kuminov corelib: Fixed: QLibrary::isLibrary() returned false for .DLL files on …
(edit) @486   15 years Dmitry A. Kuminov gui: Fully implemented QDesktopServices on OS/2 (closes #45).
(edit) @485   15 years Dmitry A. Kuminov corelib: Fixed r484: Argument list wasn't delimited by spaces.
(edit) @484   15 years Dmitry A. Kuminov corelib: Fixed: QProcess::startDetached() would either crash or fail …
(edit) @483   15 years Dmitry A. Kuminov gui/kernel: Fixed: Wrong widget-relative mouse position in mouse …
(edit) @480   15 years Dmitry A. Kuminov gui: QCursor: Use a combination of the standard arrow and wait OS/2 …
(edit) @479   15 years Dmitry A. Kuminov gui: QCursor: Added missing cursor shapes and implemented support for …
(edit) @478   15 years Dmitry A. Kuminov gui: Fixed QPixmap::toPmHPOINTER(): 1) Correct the hot spot when …
(edit) @477   15 years Dmitry A. Kuminov corelib: QFile::copy(): Use DosCopy() instead of read/write. This also …
(edit) @476   15 years Dmitry A. Kuminov gui: Fixed: Visible title bar and frame of the top-level window after …
(edit) @474   15 years Dmitry A. Kuminov gui: DnD: Added some documentation for important QPMMime classes and …
(edit) @473   15 years Dmitry A. Kuminov gui: DnD: Fixed: Dropping from Qt apps to some bogus apps (e.g. EPM) …
(edit) @472   15 years Dmitry A. Kuminov gui: DnD: Fixed: Don't accept QDragMoveEvent by default if the …
(edit) @471   15 years Dmitry A. Kuminov gui: DnD: Replaced r470 with a better solution (simpler and doesn't …
(edit) @470   15 years Dmitry A. Kuminov gui: DnD: Added support for dragging empty QMimeData with no formats …
(edit) @469   15 years Dmitry A. Kuminov gui: DnD: Implemented support for setting the drag pixmap.
(edit) @467   15 years Dmitry A. Kuminov gui: QWidget: When setting the parent, take the parent's resolve masks …
(edit) @466   15 years Dmitry A. Kuminov gui: DnD: Fixed: Drag events over children that don't accept drops are …
(edit) @465   15 years Dmitry A. Kuminov gui: DnD: QPMAnyMime: Added fallback support for any mime type not …
(edit) @464   15 years Dmitry A. Kuminov gui: DnD: Revalidate the default acceptance of the next drag move …
(edit) @463   15 years Dmitry A. Kuminov gui: DnD: Respect the change to the drop action applications may make …
(edit) @462   15 years Dmitry A. Kuminov gui: DnD: Fixed: Don't accept drag objects that were rejected by …
(edit) @461   15 years Dmitry A. Kuminov gui: DnD: Fixed representing local files as text/uri-list.
(edit) @460   15 years Dmitry A. Kuminov gui: DnD: Fixed: The "container" part of the drag item representing …
(edit) @459   15 years Dmitry A. Kuminov gui: DnD: Fixed: Don't delete the source file carrying the drag data …
(edit) @458   15 years Dmitry A. Kuminov gui: DnD: Added support for drag sources that don't support …
(edit) @457   15 years Dmitry A. Kuminov gui: Fixed converting text from/to local code page during DnD.
(edit) @455   15 years Dmitry A. Kuminov gui: Fixed warnings.
(edit) @454   15 years Dmitry A. Kuminov gui: DnD: Fixed: Supported DnD operations (actions) were not correctly …
(edit) @453   15 years Dmitry A. Kuminov gui: DnD: Fixed: Coordinates of the DnD events were vertically shifted.
(edit) @452   15 years Dmitry A. Kuminov gui: Fixed parenthesis.
(edit) @451   15 years Dmitry A. Kuminov gui: DnD: Support changing the DnD operation (Copy, Move, Link) on the …
(edit) @450   15 years Dmitry A. Kuminov kernel: DnD: Made Copy operation work. Fixed several small bugs.
(edit) @449   15 years Dmitry A. Kuminov kernel: DnD: Fixed QDND_DEBUG build.
(edit) @448   15 years Dmitry A. Kuminov gui: DnD: Drag party code in progress.
(edit) @447   15 years Dmitry A. Kuminov gui: DnD: Implemented support for painting in widgets during drag and draw.
(edit) @444   15 years Dmitry A. Kuminov gui: DND: Implemented dropping text to Qt applications.
(edit) @443   15 years Dmitry A. Kuminov Fixed the build.
(edit) @442   15 years Dmitry A. Kuminov gui: A bunch of updates to the DND code (the drop site party).
(edit) @441   15 years Dmitry A. Kuminov gui: QPMMime: Adding more DND support code, fixing the build.
(edit) @440   15 years Dmitry A. Kuminov corelib: FIxed more pedantic warnings.
(edit) @439   15 years Dmitry A. Kuminov gui: More DnD code typed in.
(edit) @438   15 years Dmitry A. Kuminov gui: First DnD bits.
(edit) @437   15 years Dmitry A. Kuminov gui: Implemented new blit mirroring method using undocumented …
(edit) @434   15 years Dmitry A. Kuminov gui: Implemented proper generation of possible key and modifier …
(edit) @433   15 years Dmitry A. Kuminov gui: Added support for numpad keys and for some common multimedia keys …
(edit) @432   15 years Dmitry A. Kuminov gui: Fixed: Popups shown when another application is active were not …
(edit) @431   15 years Dmitry A. Kuminov gui: Fixed more QString deprecates.
(edit) @430   15 years Dmitry A. Kuminov corelib: Created wrappers for all Win* and Gpi* calls that restore the …
(edit) @428   15 years Dmitry A. Kuminov gui: Implemented QSessionManager and removed the QT_NO_SESSIONMANAGER …
(edit) @427   15 years Dmitry A. Kuminov corelib/io: Fixed another QString deprecate.
(edit) @425   15 years Dmitry A. Kuminov corelib/io: QSettings: Use IniFormat (plain INI files) when …
(edit) @424   15 years Dmitry A. Kuminov corelib: QLibraryInfo: Changed default "Settings" path to %ETC%/xdg. …
(edit) @423   15 years Dmitry A. Kuminov general: Fixed a bunch of deprecated QString/QChar initializers.
(edit) @422   15 years Dmitry A. Kuminov corelib/io: QFSFileEngine: Added workaround: On OS/2, trailing spaces …
(edit) @421   15 years Dmitry A. Kuminov Fixed bootstrab.lib build (another r419 QString regression).
(edit) @420   15 years Dmitry A. Kuminov Fixed bootstrapped qmake build (r419 QString regression).
(edit) @419   15 years Dmitry A. Kuminov Use UniStrcoll for QString::localeAwareCompare() (closes #115).
(edit) @412   15 years Dmitry A. Kuminov general: Made it build using GCC4 and fixed a couple warnings.
(edit) @404   15 years Dmitry A. Kuminov corelib: QLibraryInfo: Fixed: qt.conf would not have been loaded if a …
(edit) @399   15 years Dmitry A. Kuminov corelib: Fixed qWarning messages in QSettings.
(edit) @396   16 years Dmitry A. Kuminov gui/text: Reverted r170 because of a better workaround in r395.
(edit) @395   16 years Dmitry A. Kuminov 3rdparty/freetype: Added a better temporary workaround for the GCC …
(edit) @387   16 years Dmitry A. Kuminov gui/kernel: A better temporary solution for the IME input box (lower …
(edit) @385   16 years Dmitry A. Kuminov general: Moved VERSION definition to src/qt_targets.pri to have it in …
(edit) @383   16 years Dmitry A. Kuminov general: Set QMAKE_TARGET_COMPANY for Qt DLLs to netlabs.org as it is …
(edit) @379   16 years Dmitry A. Kuminov gui/kernel: Added support for the IME input box used on DBCS systems …
(edit) @378   16 years Dmitry A. Kuminov corelib/io: Removed unnecessary assertion in QFSFileEngine.
(edit) @376   16 years Dmitry A. Kuminov gui: Ported QDirModel to OS/2.
(edit) @375   16 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 …
Note: See TracRevisionLog for help on using the revision log.