Re: add test for QFileDialog::getExistingDirectory / bug?

2014-02-04 Thread Dominik Haumann
On Sunday 26 January 2014 18:53:42 Gregor Mi wrote: > With another addition to qfiledialogtest in > frameworks/frameworkintegration another potential bug can be exposed: > > Calling > > $ ./qfiledialogtest --nameFilter "c (*.cpp)" --nameFilter "h (*.h)" > --selectNameFilter "h (*.h)" > > does no

Re: add test for QFileDialog::getExistingDirectory / bug?

2014-02-04 Thread Dominik Haumann
On Tuesday 28 January 2014 15:05:30 Kevin Funk wrote: > Am Sonntag, 26. Januar 2014, 18:53:42 schrieb Gregor Mi: > > With another addition to qfiledialogtest in > > frameworks/frameworkintegration another potential bug can be exposed: > > > > Calling > > > > $ ./qfiledialogtest --nameFilter "c (*

Re: add test for QFileDialog::getExistingDirectory / bug?

2014-01-30 Thread Dominik Haumann
On Tuesday 28 January 2014 15:05:30 Kevin Funk wrote: > Am Sonntag, 26. Januar 2014, 18:53:42 schrieb Gregor Mi: > > With another addition to qfiledialogtest in > > frameworks/frameworkintegration another potential bug can be exposed: > > > > Calling > > > > $ ./qfiledialogtest --nameFilter "c (*

Re: add test for QFileDialog::getExistingDirectory / bug?

2014-01-28 Thread Gregor Mi
On 28/01/14 15:05, Kevin Funk wrote: > Am Sonntag, 26. Januar 2014, 18:53:42 schrieb Gregor Mi: >> With another addition to qfiledialogtest in >> frameworks/frameworkintegration another potential bug can be exposed: >> >> Calling >> >> $ ./qfiledialogtest --nameFilter "c (*.cpp)" --nameFilter "h

Re: add test for QFileDialog::getExistingDirectory / bug?

2014-01-28 Thread Kevin Funk
Am Sonntag, 26. Januar 2014, 18:53:42 schrieb Gregor Mi: > With another addition to qfiledialogtest in > frameworks/frameworkintegration another potential bug can be exposed: > > Calling > > $ ./qfiledialogtest --nameFilter "c (*.cpp)" --nameFilter "h (*.h)" > --selectNameFilter "h (*.h)" Works

Re: add test for QFileDialog::getExistingDirectory / bug?

2014-01-26 Thread Gregor Mi
With another addition to qfiledialogtest in frameworks/frameworkintegration another potential bug can be exposed: Calling $ ./qfiledialogtest --nameFilter "c (*.cpp)" --nameFilter "h (*.h)" --selectNameFilter "h (*.h)" does not select the second filter. Can this be confirmed or maybe I am using