Re: QPixmap::handle(): Pixmap is not an X11 class pixmap

2011-05-02 Thread Wolfgang Rohdewald
On Montag 02 Mai 2011, Hugo Pereira Da Costa wrote: > Le 05/02/2011 04:33 PM, Christoph Feck a écrit : > > On Monday 02 May 2011 16:15:42 Wolfgang Rohdewald wrote: > >> since updating to kubuntu 11.04 I am getting this message > >> while KApplication is created,

Re: QPixmap::handle(): Pixmap is not an X11 class pixmap

2011-05-02 Thread Wolfgang Rohdewald
On Montag 02 Mai 2011, Christoph Feck wrote: > On the other hand, I am highly interested why kpat tries to > use X11 pixmaps at all. Adding kde-games-devel. well - it already happens when constructing KApplication and you can get it with about all apps, I also tried okular and konqueror. -- Wol

QPixmap::handle(): Pixmap is not an X11 class pixmap

2011-05-02 Thread Wolfgang Rohdewald
since updating to kubuntu 11.04 I am getting this message while KApplication is created, but only if I use raster or opengl as graphics system: kpat --graphicssystem raster QPixmap::handle(): Pixmap is not an X11 class pixmap this seems to happen with all KDE programs. Any idea? kdelibs 4.6.2 q

Re: Git Workflow - Outstanding Issues

2011-03-18 Thread Wolfgang Rohdewald
On Samstag 19 März 2011, Parker Coates wrote: > On Fri, Mar 18, 2011 at 23:25, Wolfgang Rohdewald wrote: > > On Freitag 18 März 2011, John Layt wrote: > >> * Commit Template > >> I've finally committed the Commit Template into kdelibs, > >> any Git proje

Re: Git Workflow - Outstanding Issues

2011-03-18 Thread Wolfgang Rohdewald
On Freitag 18 März 2011, John Layt wrote: > * Commit Template > I've finally committed the Commit Template into kdelibs, any > Git project that wants to use a different version can commit > that to their own repo provided they follow the basic rules. would it be feasible to add a section like #

need to backport patch in kinit/kinit_win.cpp to 4.6

2011-03-09 Thread Wolfgang Rohdewald
Hi, when compiling kdelibs 4.6 on Windows, I get an error in kinit_win.cpp at line 110 (I am afraid I deleted it) but the commit in kdelibs below obviously fixes it. So I want to backport it to kdelibs. Would that be OK, and how would I do it? Like this: git checkout --track origin/KDE/4.6 git

Re: git workflow draft

2011-02-18 Thread Wolfgang Rohdewald
On Freitag 18 Februar 2011, Parker Coates wrote: > This is off topic, but is there a git tool to run a particular > command (for example, cmake && make && ./test) for every > commit in a range? Something like git-bisect without the > bisecting. for commit in `git log 64d2c1e...ba634b6 --pretty='fo

Re: Usage of pull rebasing and merges

2011-02-08 Thread Wolfgang Rohdewald
On Dienstag 08 Februar 2011, Christoph Feck wrote: > I don't want to. Not yet. But the more I read here, the more > confused I get. the book "Pro Git" was/is very helpful for me and easy to read. However my copy from 2009 does not mention rerere yet http://progit.org/2010/03/08/rerere.html -- W

Re: Merge or Cherry-Pick?

2011-02-03 Thread Wolfgang Rohdewald
please ignore this - I should have first read the rest of the thread - others already had the same arguments On Donnerstag 03 Februar 2011, Wolfgang Rohdewald wrote: > On Mittwoch 02 Februar 2011, Thiago Macieira wrote: > > > if I continue developing the app in master and fix some &

Re: Merge or Cherry-Pick?

2011-02-03 Thread Wolfgang Rohdewald
On Mittwoch 02 Februar 2011, Thiago Macieira wrote: > > if I continue developing the app in master and fix some bugs > > on the way, the fixes will be in master first. I would not > > always want to put them into 4.6 at once because testing in > > master is much easier and comes at much less cost w

Re: Merge or Cherry-Pick?

2011-02-02 Thread Wolfgang Rohdewald
On Dienstag 01 Februar 2011, Thiago Macieira wrote: > > That's not always true. Some changes will be specific to > > 4.6, because sections of code in master can get rewritten, > > features added or removed, so the changes won't be > > applicable there. > > That's not a problem or an excuse. > > M

wrong diffs for python on the kde-commits list

2010-11-21 Thread Wolfgang Rohdewald
not sure if this is the correct mailing list for please look at svn diff -r1199190:1199191 kdegames/kajongg/src/board.py in trunk. This is rather much output. The kde-commits list shows a very short diff which I can reproduce by svn diff -b but in Python, leading whitespace has a meaning, and