Hi all,
Currently there are a series of build breakages on build.kde.org due
to out of date build metadata.
Just a reminder: before beginning ports of projects from Qt 4 to KF5,
you need to:
a) Ensure there is a Qt 4 branch (last stable release will do)
b) Update kde-build-metadata appropriately
2016-07-14 1:11 GMT+02:00 Albert Astals Cid :
> El dijous, 7 de juliol de 2016, a les 18:43:57 CEST, Elvis Angelaccio va
> escriure:
>> Hi,
>> thanks for raising this topic!
>>
>> 2016-07-07 12:36 GMT+02:00 Thomas Pfeiffer :
>> > Hi everyone,
>> > I'm addressing both the Plasma team and kde-devel b
On Friday, July 15, 2016 10:22:32 AM CEST Elvis Angelaccio wrote:
> 2016-07-14 1:11 GMT+02:00 Albert Astals Cid :
> > El dijous, 7 de juliol de 2016, a les 18:43:57 CEST, Elvis Angelaccio va
> >
> > escriure:
> >> Hi,
> >> thanks for raising this topic!
> >>
> >> 2016-07-07 12:36 GMT+02:00 Thomas
On Wednesday, 2016-07-13, 11:41:14, Thomas Pfeiffer wrote:
> On 11.07.2016 22:29, Mark Gaiser wrote:
> > As far as i can tell, QtKeyChain isn't a keychain at all, it's a wrapper
> > around platform specific keychains that provides a unified interface for
> > keychain functionality. It itself doesn
Hi,
I spent a lot of time tonight, trying to port a config dialog out of
KButtonGroup (in Okular). I read that I should instead use QButtonGroup
+ QGroupBox. I did this, and this part works.
The problem I have is that the KConfig-thing doesn't write/read from
this QButtonGroup. And indeed, t