Re: Config files for frameworks

2012-12-06 Thread Alexander Neundorf
On Tuesday 04 December 2012, Stephen Kelly wrote: > Alexander Neundorf wrote: > >> > Retraining all our users that using include_directories() is wrong > >> > doesn't sound good to me. > >> > >> I think re-training is the cost of simplicity, and it's worth it. > >> > >> You only expect to have to

Re: Config files for frameworks

2012-12-06 Thread Stephen Kelly
Alexander Neundorf wrote: >> There is no point in keeping cmake files looking exactly as they do now >> if we can instead remove noisy/redundant information. That is progress. >> If it was 2006 what would you choose? > > I would prefer if both ways would stay valid and continue to work as they > d

KMessageBox and the notifications

2012-12-06 Thread Valentin Rusu
Hello, KMessageBox (non-WId and non-queued methods) should go to kwidgets (actually in staging). According to the current state of the code, it dependes on kdeui/notifications. This would require linking kwidgets to kdeui. But kdeui already links to kwidgets, leading to a circular reference bet

Re: KMessageBox and the notifications

2012-12-06 Thread Kevin Ottens
Hello, On Thursday 6 December 2012 23:32:21 Valentin Rusu wrote: > KMessageBox (non-WId and non-queued methods) should go to kwidgets (actually > in staging). > > According to the current state of the code, it dependes on > kdeui/notifications. This would require linking kwidgets to kdeui. But > k