Re: Review Request 119717: Baloo: Clear the BalooDataModel before we add new data

2014-08-12 Thread Antonis Tsiapaliokas
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119717/ --- (Updated Aug. 12, 2014, 7:17 a.m.) Review request for Baloo and Vishesh H

Re: Review Request 119717: Baloo: Clear the BalooDataModel before we add new data

2014-08-12 Thread Vishesh Handa
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119717/#review64355 --- src/qml/CMakeLists.txt

Re: Review Request 114933: KF5 Port of kdeui/kmessagewidgetdemo

2014-08-12 Thread Laurent Navet
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/114933/ --- (Updated Aug. 12, 2014, 9:33 a.m.) Review request for KDE Examples, KDE F

Re: Review Request 114933: KF5 Port of kdeui/kmessagewidgetdemo

2014-08-12 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/114933/#review64357 --- After some discussion with the SDK and Book groups in the spri

Re: code convention

2014-08-12 Thread Rodrigo Bonifacio
Dear kevin, I am conducting a survey about the use of exception handling constructs in C++. I would really appreciate if you could contribute to this research by answering a few questions on the subject. The survey is available on-line: https://pt.surveymonkey.com/s/exceptionHandling All the bes

Re: code convention

2014-08-12 Thread Sune Vuorela
On 2014-08-12, Rodrigo Bonifacio wrote: > Dear kevin, I am conducting a survey about the use of exception > handling constructs in C++. I would really appreciate if you could > contribute to this research by answering a few questions on the > subject. > > The survey is available on-line: > > https

Re: code convention

2014-08-12 Thread Rodrigo Bonifacio
Thanks for your feedback Sune. I will try to improve our survey as soon as possible. Regards, Rodrigo. 2014-08-12 11:29 GMT-03:00 Sune Vuorela : > On 2014-08-12, Rodrigo Bonifacio wrote: >> Dear kevin, I am conducting a survey about the use of exception >> handling constructs in C++. I would r

Re: Review Request 114933: KF5 Port of kdeui/kmessagewidgetdemo

2014-08-12 Thread Laurent Navet
> On août 12, 2014, 11:33 matin, Aleix Pol Gonzalez wrote: > > After some discussion with the SDK and Book groups in the sprint, I think > > we should move this into the kde:kwidgetsaddons repository, in an examples > > subdirectory. do you want me to move this from kdeexamples to kwidgetsaddo

Re: Review Request 114933: KF5 Port of kdeui/kmessagewidgetdemo

2014-08-12 Thread Christoph Feck
> On Aug. 12, 2014, 9:33 a.m., Aleix Pol Gonzalez wrote: > > After some discussion with the SDK and Book groups in the sprint, I think > > we should move this into the kde:kwidgetsaddons repository, in an examples > > subdirectory. > > Laurent Navet wrote: > do you want me to move this fro

Re: [kdepim/frameworks] /: Port khbox

2014-08-12 Thread Christoph Feck
On Wednesday 30 July 2014 08:26:23 Montel Laurent wrote: > -KHBox *hb = new KHBox( this ); > +QWidget *hb = new QWidget( this ); > +QHBoxLayout *hbHBoxLayout = new QHBoxLayout(hb); > +hbHBoxLayout->setMargin(0); Note that when porting from K*Box to Q*BoxLayout, that the old KDE cl