Re: Fuzzing KDE software

2019-03-06 Thread alcinos
Le mer. 6 mars 2019 à 20:36, Albert Astals Cid a écrit : > El dimecres, 6 de març de 2019, a les 20:20:03 CET, alcinos va escriure: > > Hello, > > > > As some of you might have heard, we have been rewriting significantly > some > > key components of Kdenlive over the past couple years, in an effo

Re: Aw: Re: setWindowIcon for QDialog

2019-03-06 Thread Friedrich W. H. Kossebau
Hi, allow me to chime in with my AFAIK, which though is confirmed by my quick look at the code: Am Dienstag, 5. März 2019, 18:21:00 CET schrieb Martin Flöser: > Hi Alexander, > > according to the xprop output the _NET_WM_ICON property is not set. The > method inside Qt responsible for this is:

Re: Aw: Re: setWindowIcon for QDialog

2019-03-06 Thread Alexander Semke
HI Martin, >[...] > My suggestion is to try whether any other icon works. And if it does so, > ensure that all relevant icon sizes are available for the > labplot-worksheet. "labplot-worksheet" was just an example, not a good one maybe. I used this icon name just to show how we set the dialog ic

Re: Fuzzing KDE software

2019-03-06 Thread Albert Astals Cid
El dimecres, 6 de març de 2019, a les 20:20:03 CET, alcinos va escriure: > Hello, > > As some of you might have heard, we have been rewriting significantly some > key components of Kdenlive over the past couple years, in an effort to > improve stability, testability, and separation of concerns bet

Re: Fuzzing KDE software

2019-03-06 Thread Boudewijn Rempt
On woensdag 6 maart 2019 20:20:03 CET alcinos wrote: > Are any other projects in KDE using that technique? We don't do that for Krita. I've often wanted to do that, but have never been able to figure out how to make it work properly. -- https://www.valdyas.org | https://www.krita.org

Fuzzing KDE software

2019-03-06 Thread alcinos
Hello, As some of you might have heard, we have been rewriting significantly some key components of Kdenlive over the past couple years, in an effort to improve stability, testability, and separation of concerns between the view and the model. As part of this effort, on top of traditional unit-te