Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 301)

Ticket Resolution Summary Owner Reporter
#82 fixed add support for wrc Silvan Scherrer
Description

adding support for wrc in qmake.

if emxomfld_rc_type=WRC then take wrc otherwise rc

#83 invalid QWidget::create() Silvan Scherrer
Description

while testing blubbels i saw the following: QWidget::create(): WinCreateWindow?(WC_FRAME) failed with 0x00081034 QWidget::create(): WinCreateWindow? failed with 0x00081001

when building the app as debug app all works

game.cpp needs a #ifndef Q_OS_OS2 search for use_sound = on; and change this to

#ifndef Q_OS_OS2 use_sound = on; #else use_sound = false; #endif

download: http://sourceforge.net/settings/mirror_choices?projectname=blubbels&filename=Blubbels/Blubbels%200.9/blubbels-0.9.tar.gz

#88 fixed Qt 4.6 Dmitry A. Kuminov Silvan Scherrer
Description

move to 4.6 code base

Note: See TracQuery for help on using queries.