Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (109 - 111 of 301)

Ticket Resolution Summary Owner Reporter
#222 fixed Instantiating QApplication modifies floating point control word. rudi
Description

The following code:

int main(int argc, char *arg[])
{
  qDebug("FCW: %04x", _control87(0, 0) );

  QApplication  a(argc, argv);

  qDebug("FCW: %04x", _control87(0, 0) );

  ...
}

produces:

FCW: 037f
FCW: 0367

I.O.W., it enables floating point overflow and underflow exceptions. I don't think that this should happen.

#252 worksforme Invokinga Qt App switches keyboard from german to US herwigb
Description

Invoking any Qt App switches the keyboard from german to US. Have to open the WPS keyboard object to switch it back.

I had this problem with every Qt 4.x version I ever tried but only on this machine...

#143 fixed Linguist build fails. rudi
Description

tools\linguist\linguist\mainwindow.cpp

doesn't honour QT_NO_PRINTER. There are several locations in the source where m_printer gets accessed.

Note: See TracQuery for help on using queries.