Flatpak KDE Nightlies

2017-08-04 Thread Aleix Pol
Hey, Just configured to have the server issue a new daily build (at 3am UTC, if I cron'ed correctly). Shouldn't be a big strain on the server and will be more useful to developers who are trying to make sure that their application works. Logs can be found here: https://distribute.kde.org/flatpak-a

Review request of patch for bug ID- 357675 in KDE Edu application named Kbruch, at the Review Board.

2017-08-04 Thread Aman Gupta
Patch for Bug ID-357657 review request at https://git.reviewboard.kde.org/r/130217/. Replaced QCheckbox objects named "m_AnswerMixedCheck" and "m_ReducedCheck" to QRadioButton to select only one option in displaying the type of Answer(either Mixed Fraction or Reduced form). It works successfully wi

Re: C++ multiple classes doing similar stuff

2017-08-04 Thread Daniel Nicoletti
2017-08-04 13:51 GMT-03:00 Jonathan Riddell : > In isoimagewriter I've multiple classes doing ISO verification. How > this is done differs per distro so I've different classes for Neon, > Kubuntu, Arch etc. They share a common parent class to not duplicate > too much code. But I still need to crea

C++ multiple classes doing similar stuff

2017-08-04 Thread Jonathan Riddell
In isoimagewriter I've multiple classes doing ISO verification. How this is done differs per distro so I've different classes for Neon, Kubuntu, Arch etc. They share a common parent class to not duplicate too much code. But I still need to create each class and call it individually. In a more dyna

Re: Error while building KDE LabPlot on Ubuntu 16.04

2017-08-04 Thread Aman Gupta
Yes it worked. Thank You! On Fri, Aug 4, 2017 at 4:44 PM, chinmoy ranjan wrote: > I think it requires bison development files. Maybe search on synaptic for > bison-dev. This should fix your problem. > On Aug 4, 2017 16:39, "Aman Gupta" wrote: > >> I am trying to build KDE LabPlot but it shows a

Re: Error while building KDE LabPlot on Ubuntu 16.04

2017-08-04 Thread chinmoy ranjan
I think it requires bison development files. Maybe search on synaptic for bison-dev. This should fix your problem. On Aug 4, 2017 16:39, "Aman Gupta" wrote: > I am trying to build KDE LabPlot but it shows an error: > > > > > > *CMake Error at > /usr/share/cmake-3.5/Modules/FindPackageHandleStanda

Error while building KDE LabPlot on Ubuntu 16.04

2017-08-04 Thread Aman Gupta
I am trying to build KDE LabPlot but it shows an error: *CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message): Could NOT find BISON (missing: BISON_EXECUTABLE) Call Stack (most recent call first): /usr/share/cmake-3.5/Modules/FindPackageHandleStandardAr

Re: kio-upnp-ms - kf5 port

2017-08-04 Thread Jonathan Riddell
What does it do? Jonathan On 4 August 2017 at 10:15, Julian Wolff wrote: > Hey all, > > > > from what I know there is no kf5 port of the upnp kio slave yet. > Is there any interest in porting it or is there an alternative for kf5? > > If there is some interest, I will start working on this in t

kio-upnp-ms - kf5 port

2017-08-04 Thread Julian Wolff
Hey all, from what I know there is no kf5 port of the upnp kio slave yet.Is there any interest in porting it or is there an alternative for kf5? If there is some interest, I will start working on this in the next few days. Cheers, Julian