Re: Review Request 121286: Adding support for lldb in DrKonqi (step 1)

2014-11-30 Thread Pino Toscano
> On Nov. 29, 2014, 10:20 p.m., Pino Toscano wrote: > > drkonqi/backtracegenerator.cpp, line 97 > > > > > > Still hardcodes the debugger name; I'm not a drkonqui developer, so I > > cannot tell you exactly what t

Re: Review Request 121286: Adding support for lldb in DrKonqi (step 1)

2014-11-30 Thread Thomas Lübking
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/121286/#review71117 --- drkonqi/backtracegenerator.cpp

Re: Dr Konqi still misbehaving - advice needed

2014-11-30 Thread Thomas Lübking
On Sonntag, 30. November 2014 06:26:19 CEST, Ian Wadham wrote: Lastly, how and when is a new KDE 4 kde-runtime patch likely to be released? Wednesday, December 10, 2014: KDE Applications 14.12 Final Tag I hope, this one's correct: https://techbase.kde.org/Schedules/Applications/14.12_Release_Sch

Re: Dr Konqi still misbehaving - advice needed

2014-11-30 Thread Andrea Iacovitti
Il giorno Sun, 30 Nov 2014 14:02:13 +0100 Thomas Lübking ha scritto: > On Sonntag, 30. November 2014 06:26:19 CEST, Ian Wadham wrote: > > Lastly, how and when is a new KDE 4 kde-runtime patch likely to be > > released? > Wednesday, December 10, 2014: KDE Applications 14.12 Final Tag > I hope, thi

Re: Review Request 121286: Adding support for lldb in DrKonqi (step 1)

2014-11-30 Thread René J . V . Bertin
> On Nov. 29, 2014, 11:20 p.m., Pino Toscano wrote: > > drkonqi/drkonqibackends.cpp, line 175 > > > > > > This macros won't be defined outside Mac, so please check for its > > existency as well. On the compiler

Re: Review Request 121286: Adding support for lldb in DrKonqi (step 1)

2014-11-30 Thread René J . V . Bertin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/121286/ --- (Updated Nov. 30, 2014, 8:53 p.m.) Review request for KDE Software on Mac

Re: Review Request 121286: Adding support for lldb in DrKonqi (step 1)

2014-11-30 Thread Thomas Lübking
> On Nov. 29, 2014, 10:20 nachm., Pino Toscano wrote: > > drkonqi/drkonqibackends.cpp, line 175 > > > > > > This macros won't be defined outside Mac, so please check for its > > existency as well. > > René J.V.

Re: Dr Konqi still misbehaving - advice needed

2014-11-30 Thread Thomas Lübking
On Sonntag, 30. November 2014 15:37:22 CEST, Andrea Iacovitti wrote: If i understand well the problem and the goal is to disable the use of cookies, may be it could be achieved by using kio METADATA (see doc file kdelibs/kio/DESIGN.metadata). E.g. job->addMetaData("cookies", "none") should disab

Re: Review Request 121286: Adding support for lldb in DrKonqi (step 1)

2014-11-30 Thread René J . V . Bertin
> On Nov. 30, 2014, 1:43 p.m., Thomas Lübking wrote: > > drkonqi/backtracegenerator.cpp, line 99 > > > > > > "->setOpenMode(QIODevice::ReadOnly|.)"? > > > > Why is this required, btw.? Does lldb wet itsel

Re: Review Request 121286: Adding support for lldb in DrKonqi (step 1)

2014-11-30 Thread René J . V . Bertin
> On Nov. 29, 2014, 11:20 p.m., Pino Toscano wrote: > > drkonqi/drkonqibackends.cpp, line 175 > > > > > > This macros won't be defined outside Mac, so please check for its > > existency as well. > > René J.V. B

Re: Dr Konqi still misbehaving - advice needed

2014-11-30 Thread Ian Wadham
On 01/12/2014, at 8:43 AM, Thomas Lübking wrote: > On Sonntag, 30. November 2014 15:37:22 CEST, Andrea Iacovitti wrote: > >> If i understand well the problem and the goal is to disable the use of >> cookies, may be it could be achieved by using kio METADATA (see doc >> file kdelibs/kio/DESIGN.me

Re: Dr Konqi still misbehaving - advice needed

2014-11-30 Thread Albert Astals Cid
El Dilluns, 1 de desembre de 2014, a les 09:56:40, Ian Wadham va escriure: > On 01/12/2014, at 8:43 AM, Thomas Lübking wrote: > > On Sonntag, 30. November 2014 15:37:22 CEST, Andrea Iacovitti wrote: > >> If i understand well the problem and the goal is to disable the use of > >> cookies, may be it

Re: Dr Konqi still misbehaving - advice needed

2014-11-30 Thread Nicolás Alvarez
2014-11-30 20:26 GMT-03:00 Albert Astals Cid : > El Dilluns, 1 de desembre de 2014, a les 09:56:40, Ian Wadham va escriure: >> On 01/12/2014, at 8:43 AM, Thomas Lübking wrote: >> > On Sonntag, 30. November 2014 15:37:22 CEST, Andrea Iacovitti wrote: >> >> If i understand well the problem and the go

Re: Dr Konqi still misbehaving - advice needed

2014-11-30 Thread Thomas Lübking
On Montag, 1. Dezember 2014 00:45:29 CEST, Nicolás Alvarez wrote: 2014-11-30 20:26 GMT-03:00 Albert Astals Cid : El Dilluns, 1 de desembre de 2014, a les 09:56:40, Ian Wadham va escriure: ... IIRC it's actually part of kdepimlibs. It is - and NetAccess is actually just used to save the repor

Re: Dr Konqi still misbehaving - advice needed

2014-11-30 Thread Ian Wadham
On 01/12/2014, at 10:26 AM, Albert Astals Cid wrote: > El Dilluns, 1 de desembre de 2014, a les 09:56:40, Ian Wadham va escriure: >> On 01/12/2014, at 8:43 AM, Thomas Lübking wrote: >>> On Sonntag, 30. November 2014 15:37:22 CEST, Andrea Iacovitti wrote: If i understand well the problem and

Re: Dr Konqi still misbehaving - advice needed

2014-11-30 Thread Ian Wadham
On 01/12/2014, at 10:56 AM, Thomas Lübking wrote: > On Montag, 1. Dezember 2014 00:45:29 CEST, Nicolás Alvarez wrote: >> 2014-11-30 20:26 GMT-03:00 Albert Astals Cid : >>> El Dilluns, 1 de desembre de 2014, a les 09:56:40, Ian Wadham va escriure: >>> ... >> >> IIRC it's actually part of kdepimlib

Re: Dr Konqi still misbehaving - advice needed

2014-11-30 Thread Ian Wadham
On 01/12/2014, at 12:02 AM, Thomas Lübking wrote: > On Sonntag, 30. November 2014 06:26:19 CEST, Ian Wadham wrote: >> Lastly, how and when is a new KDE 4 kde-runtime patch likely to be released? > Wednesday, December 10, 2014: KDE Applications 14.12 Final Tag > I hope, this one's correct: > https