Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (76 - 78 of 301)

Ticket Resolution Summary Owner Reporter
#79 fixed Make sure single Alt key press is first handled by Qt Dmitry A. Kuminov
Description

The Alt key is intercepted by PM and used to activate the native PM window menu bar or the system menu if there is no native menu bar.

This steals the Alt key press from Qt and therefore prevents it from activating the Qt menu bar in Qt applications; the system menu is always activated instead. This doesn't make sense and needs to be fixed. For the system menu, there is a de-facto standard Alt+Space key combination which should also do the same in Qt applications but single Alt press should be normally passed to Qt which will cause the Qt menu bar activation if there is one.

#80 fixed Child widgets are sometimes not redrawn Dmitry A. Kuminov
Description

There is one more redraw problem I found. This problem may be seen if a top-level window that contains a combobox is dragged by holding the title bar with the left mouse button while the drop-down list of the combobox is open. The list will disappear after the mouse button press but the appearance of the combobox will remain as if the list is still open (in particular, the list button will remain sunken and the focus will not go back to the line editor).

If, while still holding the mouse button at the title one will move a part of the window containing the combobox partly offscreen and then move it back onscreen, he will see that the part of the combobox that was offscreen will be properly redrawn but not the rest.

#81 fixed Error Tellie
Description

Some programs give me this output. g++ -Zomf -Zstack 0x2000 -Zmap -Zlinker "DISABLE 1121" -s -o release\blubbels.exe @release\OBJECTS.blubbels.Release.rsp -Lu:\qt-4.5.1\lib -lQtGui4 -lQtCore4 n -x2 release\app_icon.res release\blubbels.exe SYS1041: The name n is not recognized as an internal or external command, operable program or batch file.

I see in the makefile that it's calling this line: $(RC) -n -x2 $(RES_FILE) $(DESTDIR_TARGET) Whats (RC) for a program, the only program i see is Operating System/2 Resource Compiler Version 3.00.011 May 30 1995 But when i look for the -n and the x2 i see only for -n -n - Don't show logo

No option for -x2 So i believe i have wrong program, what program must i use..

Note: See TracQuery for help on using queries.