source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @847   14 years Dmitry A. Kuminov qmake: Fixed the OS/2 build and the GNUMAKE generator.
(edit) @846   14 years Dmitry A. Kuminov trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
(edit) @843   14 years Dmitry A. Kuminov xsystraty: Added stuff for WPI generation and updated README for …
(edit) @842   14 years Dmitry A. Kuminov xsystray: Added 2px padding when no icons are shown (to move the …
(edit) @841   14 years Dmitry A. Kuminov xsystray: Some more logging.
(edit) @840   14 years Dmitry A. Kuminov xsystray: Finished r837.
(edit) @839   14 years Dmitry A. Kuminov xsystray: Put primitive logging macros to the header to make them …
(edit) @838   14 years Dmitry A. Kuminov xsystray: Provide function pointer declarations to simplify importing …
(edit) @837   14 years Dmitry A. Kuminov xsystray: Moved instant API documentation from .c to xsystray.h and …
(edit) @836   14 years Dmitry A. Kuminov xsystray: Fixed a typo that caused the major version number to be …
(edit) @835   14 years Dmitry A. Kuminov gui: Extracted xsystray API from Qt and put it to a separate DLL …
(edit) @830   15 years Dmitry A. Kuminov Updated README and CHANGES for 4.6.3.
(edit) @829   15 years Dmitry A. Kuminov gui: Return a correct system icon (folder or file) for a non-existent …
(edit) @824   15 years Dmitry A. Kuminov README.OS2: Add a note about OpenSSL DLLs neccessary for MySQL and …
(edit) @817   15 years Dmitry A. Kuminov README.OS2: Added proper PostgresSQL link.
(edit) @816   15 years Dmitry A. Kuminov configure.cmd: Added support for MAKE_JOBS environment variable that …
(edit) @815   15 years Dmitry A. Kuminov configure.cmd: Added recognition of -prefix and other options that …
(edit) @814   15 years Dmitry A. Kuminov doc: Updated according to r813.
(edit) @813   15 years Dmitry A. Kuminov corelib: QLibraryInfo uses the QT_CONFIGURE_QT_SYSCONF_FILE value on …
(edit) @811   15 years Dmitry A. Kuminov gui: Propagate r810 fix to the 3DNOW/SSE code.
(edit) @810   15 years Dmitry A. Kuminov gui: Fixed SIGSEGV on SSE/SSE2 processors due to misaligned m128i …
(edit) @809   15 years Dmitry A. Kuminov gui: Compiler warning.
(edit) @808   15 years Dmitry A. Kuminov gui: Fixed a crash that could happen at program termination in Dive …
(edit) @807   15 years Dmitry A. Kuminov
(edit) @806   15 years Dmitry A. Kuminov corelib: Addition to r805 (remove extra wait() calls).
(edit) @805   15 years Dmitry A. Kuminov corelib: Fixed a hang when attempting to stop the file watcher thread …
(edit) @804   15 years Dmitry A. Kuminov qmake/os2/gnumake: Add .NOTPARALLEL to subdirs makefiles to ensure …
(edit) @803   15 years Dmitry A. Kuminov
(edit) @802   15 years Dmitry A. Kuminov gui: Fixed: Make sure that pressing Shift[+Ctrl]]+<numpad_digit> will …
(edit) @801   15 years Dmitry A. Kuminov network: QNetworkInterface: Fixed: hardwareAddress() returned null …
(edit) @800   15 years Dmitry A. Kuminov corelib: Include qt_os2.h in qglobal.cpp explicitly as we use its …
(edit) @799   15 years Dmitry A. Kuminov webkit: Added proper OS/2 version reporting to the UserAgent string …
(edit) @798   15 years Dmitry A. Kuminov corelib: Typo in r797.
(edit) @797   15 years Dmitry A. Kuminov corelib: Implemented QSysInfo::os2Version() (closes #66).
(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) @791   15 years Dmitry A. Kuminov examples: More ignore patterns.
(edit) @790   15 years Dmitry A. Kuminov examples: More ignore patterns.
(edit) @789   15 years Dmitry A. Kuminov configure.cmd: Do not require to install the CUPS WPI, suggest ZIP instead.
(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) @773   15 years Dmitry A. Kuminov qmake: Fixed r769 typos.
(edit) @772   15 years Dmitry A. Kuminov configure.cmd: Close header file to unlock it for the compiler …
(edit) @771   15 years Dmitry A. Kuminov configure.cmd: Use \= to strip spaces when comparing aArgs to "" …
(edit) @770   15 years Dmitry A. Kuminov configure.cmd: Fixed typos in unused code paths to make it work in …
(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) @760   15 years Dmitry A. Kuminov Better phrasing in README.OS2.
(edit) @759   15 years Dmitry A. Kuminov Corrected WPI use instructions in README.OS2.
(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) @740   15 years Dmitry A. Kuminov Updated README and CHANGES for 4.6.2.
(edit) @735   15 years Dmitry A. Kuminov gui: If neither QT_PM_DIVE nor QT_PM_NO_DIVE is set, the default is …
(edit) @731   15 years Dmitry A. Kuminov mkdir-p.cmd: Accept paths with trailing and duplicate slashes.
(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) @727   15 years Dmitry A. Kuminov More ignore patterns.
(edit) @726   15 years Dmitry A. Kuminov webkit: Fixed: garbage collector would not mark live objects on stack …
(edit) @720   15 years Dmitry A. Kuminov gnumake/os2-g++: Switch the compiler to using the i486 instruciton set …
(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).
Note: See TracRevisionLog for help on using the revision log.