New to KDE OS Organisation

2020-11-03 Thread Prateek Pardeshi
Hello everyone, I am Prateek Pardeshi, a Junior(3rd yr) Student from SRM IST, Chennai, India. My Prev Open Source Experience: 1. GirlScript Summer of Code 2020- contributed to Ovuli Project. 2. Mentor @ StudentCodein (3-month open source program) 3. Completed RISE Summer Program 2020 wit

Re: New to KDE OS Organisation

2020-11-03 Thread Jonathan Riddell
Welcome along! There's no shortage of bugs that need filed and fixed and lesser known projects that need extra help. junior jobs will list plenty. There's a #kde-welcome channel on matrix to say hi on too as well as the relevant dev channels when you're working on something. Once you get into it

CMake question: ki18n_wrap_ui adds .h files as source files to a CMake target, what will happen?

2020-11-03 Thread David Hurka
Hi CMake fans: (Skip to the last paragraph for my question.) KI18N provides the CMake macro “ki18n_wrap_ui()”, which is used like this: > ki18n_wrap_ui( myApp_SRCS myApp_dialog.ui ) or like this (since KF 5.62): > ki18n_wrap_ui( myApp myApp_dialog.ui ) In both cases it creates “ui_myApp_dial

Re: Help using KArchive with GZIP files

2020-11-03 Thread Gabriel Domínguez Camarero
Hi, The first question " I have tried to do this but there some error that block me to open a file. I dont know if i am using correctly the class KCompressionDevice." is related with the code down bellow. auto kgzip = KCompressionDevice(QUr

Re: Help using KArchive with GZIP files

2020-11-03 Thread David Hurka
> The first question " I have tried to do this but there some error that block > me to open a file. I dont know if i am using correctly the class > KCompressionDevice." is related with the code down bellow. > > auto kgzip = KCompressionDevice( > QUrl(where.toString() + “/” + fileName + “.gz”).toLo