Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 301)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#284 fixed Add support for symlinks in QFileDialog Dmitry A. Kuminov
Description

A bunch of recent checkins (e.g. r1113 and r1114) added support for kLIBC-provided symlinks. However QFileDialog doesn't actually seem to support them on OS/2.

In particluar, you can enter a directory which is a symlink but it will not show you its contents. And the icon for this directory will be wrong (shown like a file, no symlink arrow). Files which are symlinks also don't have proper icons.

#211 fixed Adjust QMAKESPEC_ORIGINAL rudi
Description

When installing the current "Qt Development Libraries and Tools" package, the value of QMAKESPEC_ORIGINAL in %QT_DIR%\mkspecs\default\qmake.conf is hardcoded to "d:\Coding\qt\qt-all-opensource-src-4.6.3-os2\mkspecs\os2-g++\qmake.conf". However, the path should be adapted to caseexactly match the installation path. Otherwise, QtCreator? will not work correctly.

#21 fixed Adopt other core classes to OS/2 Dmitry A. Kuminov Dmitry A. Kuminov
Description

There are many classes in corelib that are mainly cross-platform but still have some platform-dependent bits guarded with #ifdef Q_OS_BLABLA in the common source files (as opposed to classes such as QThread where platform-specific functionality is moved to a separate source file). QString is an example of such classes.

We need to check these classes and adopt them to OS/2. A method to find the relevant places is to grep for _WIN (which is part of Q_OS_WIN32, Q_WS_WIN and other similar defines).

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.