Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (256 - 258 of 301)

Ticket Owner Reporter Resolution Summary
#174 rudi fixed DIVE mode not always disabled on Panorama
Description

Our quick Panorama detection hack in gui/painting/qwindowsurface_pm.cpp fails in case the user has multiple GRADDs or GREEXTs installed. In this case the envoronment variables "C1" and "GREEXT" may contain several comma-separated words.

We should either check each word individually or choose a contains(...). Also it might be good to ignore the case.

#175 rudi fixed Fix WebKit useragent string
Description

Currently our WebKit identifies itself as:

Mozilla/5.0 (Unknown; U; OS/2; en-US)  ....

We should use the same semantics for platform and subplatform as Firefox does:

Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.8.1.21) ....

It's located file src/3rdparty/webkit/WebKit/qt/Api/qwebpage.cpp. We might need some way to determine the OS version.

#189 rudi wontfix Inconsitent behavior of QWebSettings::(set)iconDatabasePath()
Description

This is a multiplatform issue. Not sure if it is kown at Nokia and/or fixed in 4.7:

QWebSettings::iconDatabasePath() returns the fully qualified file path of the icon database file instead of only the directory where the database file is located. This contradicts to the docs and to the corresponding "set" function. Furthermore, the returned path name contains native separators where it should use forward slashes.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.