Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 301)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Resolution Summary Owner Reporter
#300 wontfix YUM QT4 package does not include updated QTNet4.dll David McKenna
Description

There was an updated QTNet4.dll created to allow use of https: connections that is not included in the YUM install. I don't see a link to it on this page either, but there is a link on the QT4 apps page. Would be nice to add it to the YUM install.

#191 fixed Wrong icon shown in file dialog for "not ready" shared CD rom rudi
Description

Accessing a Windows 7 system using NetDrive?, the remote CD ROM drive gets assigned a Qt-default folder icon instead of a "native" one. This happens due to the fact, that WinLoadFileIcon? fails when there is no disk in the drive. Find patch attached. Please review.

#233 fixed Wrong executable location for debug_and_release rudi
Description

When rebuilding a project the uses debug_and_release (non-shadow), I noticed that the executable and *.SYM file ended up in the current (i.e. the source) directory. With previous versions (as well as on Windows), the executables are created in the debug and release subdirectories. The current makefile.xxxx section looks like this:

QMAKE_TARGET  = DoseControl
DESTDIR        =
TARGET         = DoseControl.exe
DESTDIR_TARGET = DoseControl.exe

while previous versions of QMake created:

QMAKE_TARGET  = DoseControl
DESTDIR        = release #avoid trailing-slash linebreak
TARGET         = DoseControl.exe
DESTDIR_TARGET = release\DoseControl.exe
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Note: See TracQuery for help on using queries.