Re: KWin GLES, cleanup and coding style change

2011-01-31 Thread Dario Freddi
2011/1/30 Martin Gräßlin > There is of course the option to change it manually. I would not like to do > it, but if there is no automatic way I will waste tomorrow evening ;-) > Don't know about astyle, but I'd do something like: - find . -exec sed -i "s/if(/if (/g" {} \; # Change all occurren

Re: KWin GLES, cleanup and coding style change

2011-01-31 Thread Sebastian Kügler
On Sunday, January 30, 2011 20:15:02 Martin Gräßlin wrote: > > I am just going through the coding style changes and it looks fine so > > far. Except that the astyle script generated > > if(foo) { > > } > > instead of > > if (foo) { > > } > > > > I used the astyle-kdelibs script in kdesdk. If anyone

Re: KWin GLES, cleanup and coding style change

2011-01-30 Thread Martin Gräßlin
On Sunday 30 January 2011 20:00:09 Martin Gräßlin wrote: > On Sunday 30 January 2011 15:42:33 Martin Gräßlin wrote: > > Hi devs, > > > > I pushed my big changes to my personal clone of kde-workspace. Please > > give it a try, that is try to build and try to run it. I created three > > branches: >

Re: KWin GLES, cleanup and coding style change

2011-01-30 Thread Martin Gräßlin
On Sunday 30 January 2011 15:42:33 Martin Gräßlin wrote: > Hi devs, > > I pushed my big changes to my personal clone of kde-workspace. Please give > it a try, that is try to build and try to run it. I created three > branches: > > * kwin-gles: Import of GLES system [1] > * kwin-cleanup: kwin-gles

KWin GLES, cleanup and coding style change

2011-01-30 Thread Martin Gräßlin
Hi devs, I pushed my big changes to my personal clone of kde-workspace. Please give it a try, that is try to build and try to run it. I created three branches: * kwin-gles: Import of GLES system [1] * kwin-cleanup: kwin-gles + some code removings (e.g. no more Xgl) as discussed on kwin ml [2] *