Re: Review Request: fix infinite recurssion in kcategorizedview

2011-12-04 Thread Ruurd Pels
suffers... yet another reason for refactoring. - Ruurd Pels On Dec. 4, 2011, 8:42 a.m., Jaime Torres Amate wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103313

Re: Review Request: fix infinite recurssion in kcategorizedview

2011-12-03 Thread Ruurd Pels
as moving the rest of the function in the else clause AFAICS on short notice. - Ruurd Pels On Dec. 3, 2011, 10:55 a.m., Jaime Torres Amate wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r

Re: Review Request: Fix crash in KonqView

2011-11-17 Thread Ruurd Pels
it looks like m_service should always be initialized beforehand, so why is it that that did not happen for that particular website. Maybe an errormessage is in order? - Ruurd Pels On Nov. 17, 2011, 8:33 p.m., Dawit Alemayehu wrote

Re: Review Request: Avoid possible null pointer dereferences in khtml

2011-10-07 Thread Ruurd Pels
conditions always yielding true, for example if ( xxx-isEmpty() == false) ) instead. - Ruurd Pels On Oct. 7, 2011, 2:13 p.m., Jaime Torres Amate wrote: --- This is an automatically generated e-mail. To reply, visit: http

Re: Review Request: Avoid possible null pointer dereferences in khtml

2011-10-07 Thread Ruurd Pels
On Oct. 7, 2011, 2:35 p.m., Ruurd Pels wrote: Revert the whitespace changes with git. Other than that I dislike multiple exit points even in trivially short functions. It really does not hurt to create a local variable holding the result of the function and then return

Re: Review Request: Avoid possible null pointer dereferences in khtml

2011-10-07 Thread Ruurd Pels
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102794/#review7169 --- Ship it! Ship It! - Ruurd Pels On Oct. 7, 2011, 4:25 p.m

Re: X11 expert help needed

2011-07-26 Thread Ruurd Pels
On Tuesday 26 July 2011 22.43.33 Alexander Neundorf wrote: Should the stuff we do just be merged into the cmake version ? Can somebody who knows more about X11 please have a look at these two files, one in kdelibs, the other one in cmake 2.8.5 or git HEAD ?