Re: File dialog filters

2016-02-16 Thread Frederik Schwarzer
Am Dienstag, 16. Februar 2016, 18:27:23 schrieb Christian Dávid: Hi, > I noticed that in KMyMoney the filter strings for file dialogs are > created "by hand", e.g. i18n("C++ sources (*.cpp *.cxx *.c++);;All > files (*)"). So each of them must be translated. Alternatively > something like > > QMi

File dialog filters

2016-02-16 Thread Christian Dávid
Hi, I noticed that in KMyMoney the filter strings for file dialogs are created "by hand", e.g. i18n("C++ sources (*.cpp *.cxx *.c++);;All files (*)"). So each of them must be translated. Alternatively something like QMimeDatabase db; db.mimeTypeForName("text/x-c++src").filterString() could be

License of the Breeze style

2016-02-16 Thread Александр Волков
Hi. I've noticed that the Breeze style is released under GPL-2+ license: https://quickgit.kde.org/?p=breeze.git&a=blob&h=35961704333df1ddd85e307f674a0728501c8946&hb=9920983f869b3e3654c97ea4b623c0f4e8c8fae7&f=kstyle%2Fbreeze.h Why not LGPL? It's a library after all. BR, Alexander.