Re: kf5 alpha 1 : attica?

2014-02-06 Thread Laszlo Papp
On Thu, Feb 6, 2014 at 12:21 AM, David Faure wrote: > [resent with Frederik's correct email address] > > On Thursday 06 February 2014 00:53:53 Frederik Gladhorn wrote: >> Thanks a lot, I really appreciate it. > > Some issues left: > - who do we write down as maintainer for attica? > - can I run "a

Re: kdelibs frameworks buildsystem under Windows

2013-03-06 Thread Laszlo Papp
On Tue, Mar 5, 2013 at 5:14 PM, Alexander Neundorf wrote: > It would be nice (I mean *really* nice) if somebody from the Windows team > could have a look at the cmake code and give integrating thwe manifest > support > stuff for mingw a try. > Otherwise I think we'll have a serious problem with K

Re: kdelibs frameworks buildsystem under Windows

2013-02-19 Thread Laszlo Papp
On Mon, Feb 18, 2013 at 7:29 AM, Ralf Habacker wrote: > Yes, I'm porting code away from kde_file.h (which is the API interface to > >> kdewin), when moving it into frameworks. >> >> What about stuff like mode_t, though? People reported that karchive-qt4 >> doesn't >> build on Windows because of th

Re: kdelibs frameworks buildsystem under Windows

2013-02-17 Thread Laszlo Papp
On Sun, Feb 17, 2013 at 2:39 PM, Ralf Habacker wrote: > Based on > http://www.winkde.org/pub/kde/ports/win32/releases/stable/4.8.0/kdelibs-x86-mingw4-4.8.0-2-bin.tar.bz2kdewin > is used by the following shared librares: > > ./lib/kde4/kio_file.dll DLL Name: libkdewin.dll > ./lib/kde4/kio_ghelp.dl

Re: kdelibs frameworks buildsystem under Windows

2013-02-16 Thread Laszlo Papp
On Sat, Feb 16, 2013 at 5:48 PM, Alexander Neundorf wrote: > Hi, > > we are doing quite some rework of the build system in the frameworks > branch of > kdelibs. > > Short version: please try to build one of the tier1/ libraries, e.g. > itemmodels/ standalone, and let me know if everything works. >

Re: Review Request 108560: Fix kconfigcompiler_test by porting to QFINDTESTDATA

2013-01-23 Thread Laszlo Papp
kconfigcompiler_test.cpp <http://git.reviewboard.kde.org/r/108560/#comment19857> Unrelated change. - Laszlo Papp On Jan. 22, 2013, 10:13 p.m., Alexander Richardson wrote: > > --- > This is an automatically ge

Re: Reduce relocations issues on ARM

2012-09-13 Thread Laszlo Papp
FTR: I have mention this issue to Stephen on #kde-devel, and he fixed instantly. Forgot to mention here due to my filters... Laszlo On Tue, Sep 11, 2012 at 8:12 AM, Laszlo Papp wrote: > Hi, > > Trying to build the kde-frameworks branch on ARM, but I am facing the > issue belo

Reduce relocations issues on ARM

2012-09-11 Thread Laszlo Papp
Hi, Trying to build the kde-frameworks branch on ARM, but I am facing the issue below. I had the impression the reduce_relocations changes in Qt5 is managed by cmake from the version 2.8.9 which I have been using in this environment. I have been using the Qt Beta 1 packages. Any help welcome. Tha

Re: Please avoid noisy merge commits in frameworks

2012-02-21 Thread Laszlo Papp
like that ? Best Regards, Laszlo Papp ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Please avoid noisy merge commits in frameworks

2012-02-21 Thread Laszlo Papp
> Is there already something like that ? There is already something here: http://community.kde.org/Frameworks/Git_Workflow#Local_branches_are_always_rebased.2C_remote_branches_never Might be a good idea to extend it with "git config branch.autosetuprebase always" and the gitk advice. -- Laszlo _