Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (73 - 75 of 301)

Ticket Owner Reporter Resolution Summary
#18 Dmitry A. Kuminov fixed Port Qt Linguist and the like
Description

Tracker for general discussion about the milestone.

The task assumes porting the Qt Linguist and similar tools. Note that Qt Designer is not part of this milestone as it's a complex application which isn't "mission critical" and therefore will be done at a later stage.

#20 Dmitry A. Kuminov fixed Port sql module
Description

Provide an OS/2 version of the sql module.

There seems to be no to little platform-specific stuff in there, so this task is mainly about checking what works on OS/2 and what does not and enabling the relevant pieces of code.

#21 Dmitry A. Kuminov Dmitry A. Kuminov fixed Adopt other core classes to OS/2
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).

Note: See TracQuery for help on using queries.