Re: Eloquens now on KDEREVIEW

2022-06-21 Thread Felipe Kinoshita
Everything should be fixed now! Thanks, Felipe

Re: Eloquens now on KDEREVIEW)

2022-06-21 Thread Felipe Kinoshita
> Could you elaborate why your config.kcfg uses Ints for everything when > you clearly want booleans (e.g. `Config.code == 1 ? true : false`) The API expects ones and zeros for its params, I chose to convert them to booleans to make the API call easier to write and change. I've fixed all the

Re: Eloquens now on KDEREVIEW

2022-06-21 Thread Felipe Kinoshita
> Could you elaborate why your config.kcfg uses Ints for everything when > you clearly want booleans (e.g. `Config.code == 1 ? true : false`) The API expects ones and zeros for its params, I chose to convert them to booleans to make the API call easier to write and change. I've fixed all the

Move Licentia to KDEREVIEW

2022-07-07 Thread Felipe Kinoshita
Hey, I'd like to move Licentia to KDEREVIEW. Licentia is a simple app targeted at developers/creators who need to decide which license is suited to their projects, Licentia helps with that by listing a bunch of licenses, which with it's permissions,

Re: Move Licentia to KDEREVIEW

2022-07-10 Thread Felipe Kinoshita
I'm getting most of the data from the choosealicence project. On Sun, Jul 10, 2022, 08:45 Adriaan de Groot wrote: > On Friday, 8 July 2022 07:36:57 CEST Felipe Kinoshita wrote: > > Hey, I'd like to move Licentia <https://invent.kde.org/sdk/licentia> to > > KDEREV

Re: Move Licentia to KDEREVIEW

2022-07-11 Thread Felipe Kinoshita
I will work on adding REUSE instructions as well! Thanks, Felipe. On Mon, Jul 11, 2022, 10:11 David Hurka wrote: > On Monday, July 11, 2022 7:47:36 AM CEST David Redondo wrote: > > I am not entirely happy about the Instruction to use a license being > 'put a > > LICENSE file in the root

Re: Move Licentia to KDEREVIEW

2022-07-12 Thread Felipe Kinoshita
Just added SPDX instructions. Could you take a look? Thanks, Felipe. On Mon, Jul 11, 2022 at 2:47 AM David Redondo wrote: > Am Freitag, 8. Juli 2022, 07:36:57 CEST schrieb Felipe Kinoshita: > > Hey, I'd like to move Licentia <https://invent.kde.org/sdk/licentia> t

Re: Eloquens now on KDEREVIEW)

2022-06-22 Thread Felipe Kinoshita
gt; the two-way conversion, in the Controller you only need to convert > bool=>int and the rest of the app can treat them as proper bools. Indeed, this makes much more sense. Fixed it now! Thanks, Felipe On Wed, Jun 22, 2022 at 10:10 AM Harald Sitter wrote: > > On Wed, Jun 22, 2022 a

Eloquens now on KDEREVIEW

2022-06-20 Thread Felipe Kinoshita
For those who don't know, Eloquens is a simple application targeted at developers/designers, it generates the lorem ipsum text and allows you to customize it a little bit like adding heading, bullet lists, etc... I would also like to ask if it would be possible for it to be released along with

Re: Move Licentia to KDEREVIEW

2022-07-15 Thread Felipe Kinoshita
ping! On Tue, Jul 12, 2022, 13:40 Felipe Kinoshita wrote: > Just added SPDX instructions. Could you take a look? > > Thanks, > Felipe. > > On Mon, Jul 11, 2022 at 2:47 AM David Redondo > wrote: > >> Am Freitag, 8. Juli 2022, 07:36:57 CEST schrieb Felipe Kinoshi

Re: Eloquens now on KDEREVIEW)

2022-06-28 Thread Felipe Kinoshita
friendly ping! :) On Wed, Jun 22, 2022 at 5:44 PM Felipe Kinoshita wrote: > > > Ah! I would suggest moving the conversion into the Controller then. As > > far as kcfg, your Config object and your Settings.qml are concerned > > they can be proper bools, it's only in the Con

Re: Move Licentia to KDEREVIEW

2022-11-07 Thread Felipe Kinoshita
review with no recent development. > > Jonathan > > > On Fri, 8 Jul 2022 at 06:37, Felipe Kinoshita wrote: > >> Hey, I'd like to move Licentia <https://invent.kde.org/sdk/licentia> to >> KDEREVIEW. >> >> Licentia is a simple app targeted at developers/