Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (145 - 147 of 301)

Ticket Owner Reporter Resolution Summary
#164 rudi wontfix File open dialog not sorting by name
Description

Not sure if this os OS/2 specific, but I have here a few examples where the file open dialog is not sorting the files as it should. See screenshot...

#165 Silvan Scherrer fixed Entry input fields in Webkit don't accept some characters
Description

in apps using the WebKit? it's not possible to enter some characters.

how to reproduce: open the Qt Demo Browser and to to www.google.com now in the searchfield enter the character @ this character is not visible

tested on a system with a swissgerman keyboard layout and lang set to de_CH. i also tryed lang en_US but still the same.

#166 rudi fixed Arora web browser cannot locate to existing instance
Description

The Arora web browser is using local IPC to detect if it is already running and to pass command line arguments along. This will fail on OS/2.

The reason for that is that OS/2's TCP/IP does not fully support the PF_UNIX protocol family. Thus the implementation of QLocalServer and QLocalSocket does not work.

The suggested fix is basically a combination of the mechanism used under Windows (pipes) with the name syntax required by OS/2's TCP/IP (
socket
....)

Note: See TracQuery for help on using queries.