source: trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @796   15 years Dmitry A. Kuminov corelib/io: Don't report non-existent floppy drives in QDir::drives(). …
(edit) @795   15 years Dmitry A. Kuminov network: Fixed: QLocalServer could hang forever in the destructor …
(edit) @794   15 years Dmitry A. Kuminov Significantly improve the performance of directory iterators walking …
(edit) @793   15 years Dmitry A. Kuminov corelib: QFSFileEngine::fileFlags(): If nothing is requested but …
(edit) @792   15 years Dmitry A. Kuminov plugins: Enabled the MySQL Qt plugin.
(edit) @788   15 years Dmitry A. Kuminov network: Added OpenSSL support (closes #167).
(edit) @787   15 years Dmitry A. Kuminov gui: DIVE: Better detection of the Panorama video driver that detects …
(edit) @786   15 years Dmitry A. Kuminov gui: DnD: Fixed: Repainting the widget during DnD outside the …
(edit) @785   15 years Dmitry A. Kuminov gui: DnD: Fixed: Starting the drag operation would take the Qt focus …
(edit) @784   15 years Dmitry A. Kuminov gui: Log more WM_* messages in debug mode.
(edit) @783   15 years Dmitry A. Kuminov network: Filter out garbage entries returned by ioctl(SIOCGIFCONF) on …
(edit) @782   15 years Dmitry A. Kuminov gui: Send PDF data to a CUPS printer on OS/2 by default if CUPS is …
(edit) @781   15 years Dmitry A. Kuminov gui: Force mode to O_BINARY for temporary file descriptors we get from …
(edit) @780   15 years Dmitry A. Kuminov 3rdparty: jsc/webkit: Try to allocate memory blocks in high memory on …
(edit) @779   15 years Dmitry A. Kuminov 3rdparty: jsc/webkit: Don't set HAVE_POSIX_MEMALIGN on OS/2 as …
(edit) @778   15 years Dmitry A. Kuminov gui: QCups: Don't try to unlink() a NULL path as it may crash some …
(edit) @777   15 years Dmitry A. Kuminov corelib: Added QDebugFmt<const T*> qDebugFmt(const T *val) to put …
(edit) @776   15 years Dmitry A. Kuminov gui: Fixed assertion shown when dragging the "Computer" item in the …
(edit) @775   15 years Dmitry A. Kuminov gui: Fixed a possible crash and an endless PM event loop recursion …
(edit) @774   15 years Dmitry A. Kuminov network: Improve network disk cache performance by reducing the number …
(edit) @769   15 years Dmitry A. Kuminov trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.
(edit) @766   15 years Dmitry A. Kuminov gui: Remove garbage (accompanies r765).
(edit) @765   15 years Dmitry A. Kuminov gui: Fixed QFileDialog: Don't increase the item height in the side bar …
(edit) @764   15 years Dmitry A. Kuminov gui: QCommonStyle::standardIconImplementation(): Generate the stanrad …
(edit) @763   15 years Dmitry A. Kuminov gui: Reverter r261 as it breaks cross-platform compatibility with …
(edit) @762   15 years Dmitry A. Kuminov gui: Fixed a typo that caused a path separator to be missing in the …
(edit) @761   15 years Dmitry A. Kuminov kernel: OS/2: Fixed a typo that caused QProcess::startDetached() to …
(edit) @758   15 years Dmitry A. Kuminov gui: OS/2: Applied the solution from r751 to the non-DIVE code path …
(edit) @757   15 years Dmitry A. Kuminov webkit: Attempted to fix broken input on keyboards using AltGr as a …
(edit) @755   15 years Dmitry A. Kuminov network/os2: QLocalServer/QLocalSocket: Make sure the socket path name …
(edit) @754   15 years Dmitry A. Kuminov network/os2: QLocalServer/QLocalSocket: Be more verbose by appending …
(edit) @753   15 years Dmitry A. Kuminov gui: OS/2: Attempted to fix a small repaint problem that appeared …
(edit) @752   15 years Dmitry A. Kuminov gui: OS/2: Fixed a typo that caused DnD over a Qt target in DIVE mode …
(edit) @751   15 years Dmitry A. Kuminov gui: OS/2: Exclude children with real HWNDs (a.k.a native widgets) …
(edit) @750   15 years Dmitry A. Kuminov Build fix.
(edit) @749   15 years Dmitry A. Kuminov gui: OS/2: Exported qt_WinProcessWindowObstacles().
(edit) @748   15 years Dmitry A. Kuminov gui: OS/2: Added operator<<(QDebug debug,...) to debug HRGN hangles …
(edit) @747   15 years Dmitry A. Kuminov corelib: OS/2: Fixed a deadlock during alien thread termination …
(edit) @746   15 years Dmitry A. Kuminov gui: OS/2: No need to call DiveSetupBuffer() in FB mode [suggested by …
(edit) @745   15 years Dmitry A. Kuminov gui: OS/2: In Dive mode, the screen would get corrupted if the …
(edit) @744   15 years Dmitry A. Kuminov gui: Minor cleanup.
(edit) @743   15 years Dmitry A. Kuminov gui: Fixed: Qt Assistant would corrupt screen at startup in DIVE FB …
(edit) @742   15 years Dmitry A. Kuminov gui: Fixed a typo that caused DIVE direct FB mode to be disabled for …
(edit) @735   15 years Dmitry A. Kuminov gui: If neither QT_PM_DIVE nor QT_PM_NO_DIVE is set, the default is …
(edit) @730   15 years Dmitry A. Kuminov javascriptcore: Ported r726, r728:729 from webkit.
(edit) @729   15 years Dmitry A. Kuminov webkit: Oops, restore accidentally deleted lines in r728.
(edit) @728   15 years Dmitry A. Kuminov webkit: Use posix_memalign() and cell blocks of 256K as on other …
(edit) @726   15 years Dmitry A. Kuminov webkit: Fixed: garbage collector would not mark live objects on stack …
(edit) @719   15 years Dmitry A. Kuminov gui: Use the const version of QImage::bits() to avoid making the deep copy.
(edit) @718   15 years Dmitry A. Kuminov gui: Fixed painting under the mouse pointer in Dive mode while …
(edit) @717   15 years Dmitry A. Kuminov corelib: Clear FPU CW in qdtoa() (fixes ticket:154).
(edit) @716   15 years Dmitry A. Kuminov corelib: Do DosOpen() with OPEN_FLAGS_FAIL_ON_ERROR on drive letters …
(edit) @715   15 years Dmitry A. Kuminov corelib: Reverted r615 (see #131).
(edit) @714   15 years Dmitry A. Kuminov gui: Added a special direct Dive framebuffer access mode that hides …
(edit) @713   15 years Dmitry A. Kuminov gui: Implemented the direct framebuffer access method in Dive mode …
(edit) @712   15 years Dmitry A. Kuminov gui: Fixed widget painting in Dive mode when the screen color format …
(edit) @711   15 years Dmitry A. Kuminov gui: Fixed: Never add tooltip windows to the top-level window list and …
(edit) @710   15 years Dmitry A. Kuminov gui: Fixed distortions in Dive mode when moving windows of other …
(edit) @708   15 years Dmitry A. Kuminov gui: Use the fastest GPI matrix transformation for mirroring the image …
(edit) @707   15 years Dmitry A. Kuminov gui: Process deferred window flush events in Dive mode to make sure …
(edit) @706   15 years Dmitry A. Kuminov gui: Implemented drawing widgets through Dive (see #101) and enabled …
(edit) @705   15 years Dmitry A. Kuminov gui: Added QWidget::addPmEventFilter()/removPmEventFilter() (OS/2 …
(edit) @704   15 years Dmitry A. Kuminov gui: Removed outdated QWL_ data item reservation.
(edit) @703   15 years Dmitry A. Kuminov 3rdparty/CLucene: Fixed: Provide replacements for kLIBC's broken …
(edit) @702   15 years Dmitry A. Kuminov corelib/io: QOS2FileSystemWatcherEngine: Suppress a false warning.
(edit) @700   15 years Dmitry A. Kuminov corelib: QProcess: Fixed: Having stderr of a started child process …
(edit) @699   15 years Dmitry A. Kuminov corelib: QProcess: Simplified debug output.
(edit) @698   15 years Dmitry A. Kuminov gui: Fixed crash in PMMERGE during resize & move of the top level …
(edit) @694   15 years Dmitry A. Kuminov Typo.
(edit) @693   15 years Dmitry A. Kuminov corelib: Fixed too fat frame around tooltips.
(edit) @690   15 years Dmitry A. Kuminov docs: Fixed warnings and added some missing documentation for OS/2 …
(edit) @683   15 years Dmitry A. Kuminov corelib: Fixed r614 regression (QDir(<relative_path>) would contain no …
(edit) @681   15 years Dmitry A. Kuminov 3rdparty: CLucene: Be on the safe side and don't undefine O_BINARY …
(edit) @679   15 years Dmitry A. Kuminov corelib: QTemporaryFile: FIxed: Files were opened in O_TEXT mode which …
(edit) @677   15 years Dmitry A. Kuminov gui: QWidget: Fixed 4.6.2 merge typo (broke non-QT_NO_IM builds).
(edit) @676   15 years Dmitry A. Kuminov 3rdparty/JavaScriptCore: Fixed: Stack blocks were free()d twice.
(edit) @669   15 years Dmitry A. Kuminov global: Make sure Q_*_EXPORT_INLINE functions are actually inlined in …
(edit) @668   15 years Dmitry A. Kuminov Fixed some release warnings.
(edit) @666   15 years Dmitry A. Kuminov Oops (typo in r665).
(edit) @665   15 years Dmitry A. Kuminov corelib: Sockets: Fixed: "has data to read" socket notifications would …
(edit) @664   15 years Dmitry A. Kuminov corelib: Sockets: Don't call select() on a temporarily disabled socket.
(edit) @661   15 years Dmitry A. Kuminov gui: Removed DLL split in debug mode since it seems to work fine as a …
(edit) @660   15 years Dmitry A. Kuminov corelib: Fixed QFile: QIODevice::Unbuffered would cause open() files …
(edit) @659   15 years Dmitry A. Kuminov global: Updated year to 2010 in OS/2-specific headers.
(edit) @652   15 years Dmitry A. Kuminov global: Avoid warning about the dllimport attribute is ignored.
(edit) @651   15 years Dmitry A. Kuminov trunk: Merged in qt 4.6.2 sources.
(edit) @648   15 years Dmitry A. Kuminov global: Use declspec(dllexport) on OS/2 (first step to reduce the …
(edit) @646   15 years Dmitry A. Kuminov corelib: QProcess: Fixed a problem that, depending on the order of …
(edit) @645   15 years Dmitry A. Kuminov corelib: QProcess: Fixed a typo that could make it impossible to read …
(edit) @644   15 years Dmitry A. Kuminov corelib: Increase the sleep time in r643.
(edit) @643   15 years Dmitry A. Kuminov corelib: Protect against the frozen system when QSocketNotifier is …
(edit) @642   15 years Dmitry A. Kuminov gui: Use native file icons in standard Qt file dialogs.
(edit) @639   15 years Dmitry A. Kuminov 3rdparty: JavaScriptCore: Removed annoying warnings.
(edit) @638   15 years Dmitry A. Kuminov Ignore patterns.
(edit) @637   15 years Dmitry A. Kuminov webcore: Made it build on OS/2.
(edit) @636   15 years Dmitry A. Kuminov webkit: Appliied r592 to a local javaScriptCore.
(edit) @635   15 years Dmitry A. Kuminov general: QLocale: Fixed broken tools builds.
(edit) @632   15 years Dmitry A. Kuminov 3rdparty/clucene: Made it build in _ASCII mode.
(edit) @630   15 years Dmitry A. Kuminov 3rdparty/clucene: Added OS/2 support [patch by rudi].
(edit) @628   15 years Dmitry A. Kuminov corelib: Enabled native XWP-based file watcher on OS/2.
Note: See TracRevisionLog for help on using the revision log.