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
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
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:
>
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
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]
*