Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 301)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#14 fixed Generate proper qconfig.h Dmitry A. Kuminov Dmitry A. Kuminov
Description

configure.cmd needs to generate a proper qconfig.h file containing required platform definitions (like endianness) plus Qt options (like the set of modules) based on the user input.

Currently, configure.cmd generates an empty qconfig.h that is fine for qmake but not enough for anything else.

#19 fixed Port network module Dmitry A. Kuminov Dmitry A. Kuminov
Description

Provide an OS/2 version of the platform-specific classes from the network module and enable it.

This includes porting the following classes:

  • QHostInfo
  • QNetworkInterface
  • QNetworkProxy
  • QLocalServer
  • QLocalSocket
  • QNativeSocketEngine
#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 15
Note: See TracQuery for help on using queries.