Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 301)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#186 fixed quassel eats cursor Silvan Scherrer
Description

when you minimize quassel via the systray icon and then restore it, the cursor is not available anymore. if you switch out and in again the cursor if available again.

#245 fixed qtdemo does not show example docs in assistant Dmitry A. Kuminov
Description

If you start qtdemo, select an example and press the Documentation button at the bottom, the assistant application starts but it will not navigate to the requested page and will show the previous page (if you visited any) or the home page (otherwise).

Running qtdemo.exe -verbose shows that the URL sent by it to assistant is correct (doing assistant.exe -showUrl <url> from the command line works perfectly).

qtdemo talks to assistant through the QProcess communication channel AFAIR. This may be a regression of our latest QProcess changes.

#307 invalid qtconcurrentfilter.h generates -Wunused-local-typedefs warning when compiling with GCC 4.9.2 Alex Taylor
Description

Compiling a Qt4 application with the current RPM/YUM GCC (4.9.2.1-3.oc00.i686) generates the following warning (often multiple times):

g++ -c @CXXFLAGS.qe.rsp @DEFINES.qe.rsp @INCPATH.qe.rsp -o mainwindow.obj mainwindow.cpp
In file included from e:\usr\include/QtCore/QtCore:124:0,
                 from e:\usr\include\QtGui/QtGui:3,
                 from mainwindow.cpp:23:
e:\usr\include/QtCore/qtconcurrentfilter.h: In function 'QtConcurrent::ThreadEngineStarter<void> QtConcurrent::filterInternal(Sequence&, KeepFunctor, T (C::*)(U))':
e:\usr\include/QtCore/qtconcurrentfilter.h:109:47: warning: typedef 'Iterator' locally defined but not used [-Wunused-local-typedefs]
     typedef typename Sequence::const_iterator Iterator;
                                               ^

This is quite inconvenient as certain IDEs or code editors (including mine) flag this as a problem and pop up a message during build.

1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.