|  |  | @1165 | 9 years | Silvan Scherrer | Qt4: flush the ssl fix finaly to the repo | 
            
              |  |  | @1155 | 12 years | Dmitry A. Kuminov | core: Cache error string on plugin load failure.
This makes sure that … | 
            
              |  |  | @1154 | 12 years | Dmitry A. Kuminov | core: Cache Qt plugin size in the registry together with other info.
 … | 
            
              |  |  | @1153 | 12 years | Dmitry A. Kuminov | core: Fix regression of r1152 peventing Qt Creator from loading.
The … | 
            
              |  |  | @1152 | 12 years | Dmitry A. Kuminov | core: OS/2: Don't cache plugin load attempts failed due to missing … | 
            
              |  |  | @1151 | 12 years | Dmitry A. Kuminov | core: Don't hide plugin load error message by the resolve entry … | 
            
              |  |  | @1146 | 13 years | Dmitry A. Kuminov | corelib: Fix another regression of r1114 preventing Qt Creator from … | 
            
              |  |  | @1134 | 13 years | Dmitry A. Kuminov | corelib: Make QDir::absoluteFilePath() kLIBC path rewrite aware. … | 
            
              |  |  | @1126 | 13 years | Dmitry A. Kuminov | xsystray: Fix build break in GCC 4.4.6. | 
            
              |  |  | @1125 | 13 years | Dmitry A. Kuminov | xsystray: Fix warnings. | 
            
              |  |  | @1119 | 13 years | Dmitry A. Kuminov | gui: Make sure we don't skip symlinks in file dialogs by accident … | 
            
              |  |  | @1118 | 13 years | Dmitry A. Kuminov | gui: Use canonical path in default file icon provider to pick up … | 
            
              |  |  | @1117 | 13 years | Dmitry A. Kuminov | corelib: Make QFileInfo returned by QDirIterator report symlinks … | 
            
              |  |  | @1116 | 13 years | Dmitry A. Kuminov | corelib: Fix enumerating root drives with QDirIterator (r1114 regression). | 
            
              |  |  | @1115 | 13 years | Dmitry A. Kuminov | network: Use system locations for loading cert files in SSL mode.
 … | 
            
              |  |  | @1114 | 13 years | Dmitry A. Kuminov | corelib: Make QDirIterator() accept symlinked directories.
This is … | 
            
              |  |  | @1113 | 13 years | Dmitry A. Kuminov | corelib: Make QDir::canonicalPath() and QFileInfo::canonicalFilePath() … | 
            
              |  |  | @1112 | 13 years | Dmitry A. Kuminov | corelib: Make sure OS/2 file engine takes kLIB path rewrite into … | 
            
              |  |  | @1111 | 13 years | Dmitry A. Kuminov | corelib: Make sure QLibrary::load() doesn't change FPU control word.
 … | 
            
              |  |  | @1110 | 13 years | Dmitry A. Kuminov | corelib: Remove strange assert.
Fixes aborting of the debug builds … | 
            
              |  |  | @1109 | 13 years | Silvan Scherrer | enhance QSysInfo with ecs 2.1 and 2.2 | 
            
              |  |  | @1108 | 13 years | Silvan Scherrer | fix seWindowsIcon problem, reverted 1107 and did different | 
            
              |  |  | @1107 | 13 years | Silvan Scherrer | fix seWindowsIcon problem, fixes ticket:278 | 
            
              |  |  | @1106 | 14 years | Dmitry A. Kuminov | Set EOL to CRLF for all .cmd which don't have it.
This is needed for … | 
            
              |  |  | @1099 | 14 years | Dmitry A. Kuminov | OS/2: Make qFatal() call LIBC abort() instead of exit(1).
In kLIBC, … | 
            
              |  |  | @1084 | 14 years | Dmitry A. Kuminov | QDir::cleanPath(): fix a r1042 regression.
It would treat paths like … | 
            
              |  |  | @1077 | 14 years | Dmitry A. Kuminov | Use a common file for VERSION definition.
This is much better than … | 
            
              |  |  | @1076 | 14 years | Dmitry A. Kuminov | OS/2: Fix initial top-level window paint in DIVE mode.
Due to a tiny … | 
            
              |  |  | @1070 | 14 years | Dmitry A. Kuminov | Do not copy Qt DLLs to $$[QT_INSTALL_PREFIX]/bin at build time.
The … | 
            
              |  |  | @1058 | 14 years | Dmitry A. Kuminov | OS/2: Enable linking to cups.dll at runtime.
This requires CUPS 1.4.8 … | 
            
              |  |  | @1057 | 14 years | Dmitry A. Kuminov | Rename qmldir to qmldir.in and use qmake substitution for plugin name. … | 
            
              |  |  | @1056 | 14 years | Dmitry A. Kuminov | OS/2: Use correct path separator when resolving QML plugin DLLs. | 
            
              |  |  | @1054 | 14 years | Dmitry A. Kuminov | OS/2: No need to force debug_and_release for plugins. | 
            
              |  |  | @1053 | 14 years | Dmitry A. Kuminov | OS/2: Add support for short DLL names of QML plugins. | 
            
              |  |  | @1052 | 14 years | Dmitry A. Kuminov | OS/2: Use correct file extension when resolving QML plugin DLLs. | 
            
              |  |  | @1051 | 14 years | Dmitry A. Kuminov | OS/2: Add QMAKE_TARGET_VERSION to qt_targets.pri.
This will cause all … | 
            
              |  |  | @1050 | 14 years | Dmitry A. Kuminov | Restore place of original VERSION definition (revert r385).
The … | 
            
              |  |  | @1049 | 14 years | Dmitry A. Kuminov | OS/2: Make sure QMAKE_TARGET_COMPANY is always Nokia.
Doesn't make … | 
            
              |  |  | @1047 | 14 years | Dmitry A. Kuminov | OS/2: QDir: Filter out "." and ".." from root directories.
This is … | 
            
              |  |  | @1042 | 14 years | Dmitry A. Kuminov | Don't eat drive letters in QDir::cleanPath().
For paths like … | 
            
              |  |  | @1035 | 14 years | Dmitry A. Kuminov | OS/2: Add proper processing of WM_VRNENABLED for child widgets.
This … | 
            
              |  |  | @1034 | 14 years | Dmitry A. Kuminov | OS/2: Disable native window masking code as it is not complete.
This … | 
            
              |  |  | @1033 | 14 years | Dmitry A. Kuminov | OS/2: Fix native child widget painting in DIVE mode.
The dirty … | 
            
              |  |  | @1030 | 14 years | Dmitry A. Kuminov | OS/2: Remove suport for system-wide qt.conf files.
This turns not to … | 
            
              |  |  | @1028 | 14 years | Dmitry A. Kuminov | OS/2: Take style icons for SP_FileIcon & SP_DirIcon from … | 
            
              |  |  | @1027 | 14 years | Dmitry A. Kuminov | Make QFileSystemModel put "." and ".." entries first.
There are … | 
            
              |  |  | @1023 | 14 years | Dmitry A. Kuminov | OS/2: Don't use mkdir(dir, 0).
This is plain wrong as it causes kLIBC … | 
            
              |  |  | @1022 | 14 years | Dmitry A. Kuminov | OS/2: Convert path separators in QFileSystemModel::setRootPath(). | 
            
              |  |  | @1021 | 14 years | Dmitry A. Kuminov | Include higher res pixmaps in icons returned by … | 
            
              |  |  | @1019 | 14 years | Dmitry A. Kuminov | OS/2: Fix position errors on resize of child widgets.
During complex … | 
            
              |  |  | @1016 | 14 years | Dmitry A. Kuminov | OS/2: Don't destroy widget's HWND on reparent until children are … | 
            
              |  |  | @1014 | 14 years | Dmitry A. Kuminov | OS/2: Doc fixes. | 
            
              |  |  | @1013 | 14 years | Dmitry A. Kuminov | OS/2: Export qt_WinProcessWindowObstacles() as APIENTRY and document … | 
            
              |  |  | @1012 | 14 years | Dmitry A. Kuminov | OS/2: Create native widget siblings and children when native ID is … | 
            
              |  |  | @1009 | 14 years | Dmitry A. Kuminov | OS/2: r1006: Add lost debug.space(). | 
            
              |  |  | @1008 | 14 years | Dmitry A. Kuminov | OS/2: Could not hide reparented child widgets with native handles.
 … | 
            
              |  |  | @1007 | 14 years | Dmitry A. Kuminov | OS/2: Do not attempt to natively hide widgets with no handle.
This … | 
            
              |  |  | @1006 | 14 years | Dmitry A. Kuminov | OS/2: Export platform-specific qDebug() helpers.
This lets them be … | 
            
              |  |  | @991 | 14 years | Dmitry A. Kuminov | OS/2: Make sure Qt will build with QT_BUILD_INTERNAL. | 
            
              |  |  | @986 | 14 years | Dmitry A. Kuminov | OS/2: Add missing documentation to methods. | 
            
              |  |  | @969 | 14 years | Dmitry A. Kuminov | OS/2: QProcess: Fix hangs when using sync funcs in a GUI program.
An … | 
            
              |  |  | @965 | 14 years | Dmitry A. Kuminov | OS/2: Add missing qtLibraryTarget() calls on TARGET_SHORT. | 
            
              |  |  | @964 | 14 years | Dmitry A. Kuminov | OS/2: QProcess: Mixed lines.
That could lead to a case when the … | 
            
              |  |  | @952 | 14 years | Dmitry A. Kuminov | OS/2: xsystray: Fixed duplicate mouse click notifications.
This was … | 
            
              |  |  | @951 | 14 years | Dmitry A. Kuminov | OS/2: xsystray: Paint empty box for NULL icon.
This is what tray … | 
            
              |  |  | @949 | 14 years | Dmitry A. Kuminov | OS/2: QSound: Use shared mode by default.
This makes sense since the … | 
            
              |  |  | @948 | 14 years | Dmitry A. Kuminov | OS/2: Increase polling interval to 2s in QFileSystemWatcher. | 
            
              |  |  | @947 | 14 years | Dmitry A. Kuminov | OS/2: Added debugging to QFilleSystemWatcher impl. | 
            
              |  |  | @946 | 14 years | Dmitry A. Kuminov | OS/2: Oops, a typo. | 
            
              |  |  | @945 | 14 years | Dmitry A. Kuminov | OS/2: Make native QFileSystemWatcher recognize file changes.
The … | 
            
              |  |  | @944 | 14 years | Dmitry A. Kuminov | OS/2: Make native QFileSystemWatcher engine a singleton.
This reduces … | 
            
              |  |  | @943 | 14 years | Dmitry A. Kuminov | OS/2: QFileSystemWatcher engine could watch duplicate paths. | 
            
              |  |  | @942 | 14 years | Dmitry A. Kuminov | OS/2: Fixed native QFileSystemWatcher failure die to bad timings.
It … | 
            
              |  |  | @941 | 14 years | Dmitry A. Kuminov | OS/2: Fixed creating HPOINTERs from QPixmaps with no mask.
HPOINTERs … | 
            
              |  |  | @940 | 14 years | Dmitry A. Kuminov | OS/2: Fixed assertion in QPixmap::setMask().
The mask size could be … | 
            
              |  |  | @938 | 14 years | Dmitry A. Kuminov | OS/2: gui: Make blocked widgets follow modal on Z-order change.
This … | 
            
              |  |  | @936 | 14 years | Dmitry A. Kuminov | OS/2: Fixed: Modal widgets could go to behind blocked ones.
This in … | 
            
              |  |  | @933 | 14 years | Dmitry A. Kuminov | uic: Put stdin/stdout to binary mode on Windows and OS/2.
This is … | 
            
              |  |  | @932 | 14 years | Dmitry A. Kuminov | QFile: Fixed open() docs.
The comment "Sequential devices, such as … | 
            
              |  |  | @931 | 14 years | Dmitry A. Kuminov | OS/2: QProcess: Typo. | 
            
              |  |  | @930 | 14 years | Dmitry A. Kuminov | OS/2: QProcess: Fixed warnings in release build. | 
            
              |  |  | @929 | 14 years | Dmitry A. Kuminov | OS/2: QProcess: Reverted r923 (superseded by r928). | 
            
              |  |  | @928 | 14 years | Dmitry A. Kuminov | OS/2: QProcess: Fixed the way how pipes are closed.
This makes sure … | 
            
              |  |  | @923 | 14 years | Dmitry A. Kuminov | OS/2: Fix QFile::atEnd() returning 0 on a pipe after it is closed.
 … | 
            
              |  |  | @918 | 14 years | Dmitry A. Kuminov | OS/2: QProcess: Use dup()/dup2() instead of DosDupHandle().
This … | 
            
              |  |  | @917 | 14 years | Dmitry A. Kuminov | uic: Fixed doubling EOLs (CRs) in pipe mode. | 
            
              |  |  | @913 | 14 years | Dmitry A. Kuminov | OS/2: QProcess: New I/O pipe notification mechanism.
This remake is … | 
            
              |  |  | @911 | 14 years | Dmitry A. Kuminov | OS/2: QProcess: Don't close the stdin pipe until the child reads it … | 
            
              |  |  | @902 | 14 years | Dmitry A. Kuminov | QProcess: Make qt_prettyDebug() global instead of cloning it.
This … | 
            
              |  |  | @901 | 14 years | Dmitry A. Kuminov | corelib: QLibraryInfo: Return paths with native separators as on Windows. | 
            
              |  |  | @900 | 14 years | Dmitry A. Kuminov | corelib: Use expandEnvVars() in qlibraryinfo.cpp on all platforms. | 
            
              |  |  | @890 | 14 years | Dmitry A. Kuminov | general: Shortened a bunch of plugin DLL names with TARGET_SHORT. | 
            
              |  |  | @883 | 14 years | Dmitry A. Kuminov | corelib: QDir::cleanPath() would strip the trailing slash from drive … | 
            
              |  |  | @881 | 14 years | Dmitry A. Kuminov | gui: Added missing QFont::handle() body. Closes #218. | 
            
              |  |  | @878 | 14 years | Dmitry A. Kuminov | gui: QWidgetPrivate: Declare inline methods as such upfront so that … | 
            
              |  |  | @877 | 14 years | Dmitry A. Kuminov | corelib: Fixed QLibrary::load() error message when the DLL to load is … | 
            
              |  |  | @875 | 14 years | Dmitry A. Kuminov | More ignore patterns for output files/directories. | 
            
              |  |  | @874 | 14 years | Dmitry A. Kuminov | general: Enabled building of QtDeclarative by default. Closes #221. | 
            
              |  |  | @873 | 14 years | Dmitry A. Kuminov | general: Restore the FPU Control Word completely after making Win and … | 
            
              |  |  | @871 | 14 years | Dmitry A. Kuminov | gui: Fixed application crashes if the xsystray API DLL could not be loaded. | 
            
              |  |  |