[Development] Qt6 and QCA

2017-10-12 Thread Tomaz Canabrava
Hello, After reading thiago's tougths about the QRandomGenerator I wonder about the status of the Qt Cryptographic Architecture. From what I know it's not a Qt project but it's whidely used for applications that depend on cryptography and ssl, but not activelly maintained. There are plans to

Re: [Development] Repository request: HTTP server

2017-10-06 Thread Tomaz Canabrava
On Fri, Oct 6, 2017 at 2:48 PM, Lars Knoll wrote: > Hi Fredrik, > > +1 for this one as well. Are you going to be the maintainer for the > module, or is it going to be someone else? > > Cheers, > Lars > > > On 6 Oct 2017, at 13:10, Fredrik de Vibe wrote: >

Re: [Development] Using private API for qt-based library

2017-09-27 Thread Tomaz Canabrava
On Tue, Sep 26, 2017 at 6:51 PM, Thiago Macieira wrote: > On terça-feira, 26 de setembro de 2017 09:28:25 PDT Fabrice Salvaire wrote: > > Le 25/09/2017 à 10:56, Viktor Engelmann a écrit : > > > On 25.09.2017 10:29, iman ahmadvand wrote: > > >> Hi every one. > > >> I'm

[Development] Qt Configuration Generation from Schema

2017-01-01 Thread Tomaz Canabrava
.com/tcanabrava/configuration-parser If this is something that qt has interest on integrating I'll gladly change everything on the project necessarely for that. Regards, Tomaz Canabrava ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Why can't QString use UTF-8 internally?

2015-02-11 Thread Tomaz Canabrava
On Wed, Feb 11, 2015 at 2:20 PM, Guido Seifert warg...@gmx.de wrote: Minor OT, but I am too curious... do you have an example? Are there really cases were turning lower case into upper case or vice versa changes the length of a string? Yes, and he already said such example, ß becomes SS

[Development] QConfig update.

2014-10-14 Thread Tomaz Canabrava
People, I'v read everything on the other two e-mails and I'v changed quite a few things here and again I ask for some advice. What I'v done: QConfig / QConfigGroup / QConfigWatcher combo classes, to be used from the user QConfigIniBackend, to be used internally. QConfig: uses a 'global'

Re: [Development] QConfig update.

2014-10-14 Thread Tomaz Canabrava
On Tue, Oct 14, 2014 at 1:35 PM, Milian Wolff milian.wo...@kdab.com wrote: On Tuesday 14 October 2014 13:22:51 Tomaz Canabrava wrote: People, I'v read everything on the other two e-mails and I'v changed quite a few things here and again I ask for some advice. What I'v done: QConfig

Re: [Development] QSettings refactor updates

2014-10-11 Thread Tomaz Canabrava
Em 11/10/2014 05:24, Thiago Macieira thiago.macie...@intel.com escreveu: On Friday 10 October 2014 21:22:34 Tomaz Canabrava wrote: Yes - the QConfig is actually a QAbstractTableModel already. Sorry, can you explain this a little more? A Model is a standardised way for the Views classes

Re: [Development] QSettings refactor updates

2014-10-11 Thread Tomaz Canabrava
Em 11/10/2014 09:20, Rafael Roquetto rafael.roque...@kdab.com escreveu: On Fri, Oct 10, 2014 at 09:26:11PM -0300, Tomaz Canabrava wrote: On Fri, Oct 10, 2014 at 6:35 AM, Milian Wolff milian.wo...@kdab.com wrote: snip It's too error prone regarding typos. This is easily solved by using

Re: [Development] QSettings refactor updates

2014-10-11 Thread Tomaz Canabrava
Em 11/10/2014 11:35, Thiago Macieira thiago.macie...@intel.com escreveu: On Saturday 11 October 2014 09:01:52 Tomaz Canabrava wrote: True, I dont need it to make things work, but I need it in case I wanna show them inside a qtreeview. I can split it into a QConfigTrreModel if you think

Re: [Development] QSettings refactor updates

2014-10-10 Thread Tomaz Canabrava
Em 10/10/2014 06:18, Oswald Buddenhagen oswald.buddenha...@theqtcompany.com escreveu: On Fri, Oct 10, 2014 at 11:07:52AM +0200, Milian Wolff wrote: may I ask why you don't simply copy KConfig? It's API design has proven to be extremely versatile and efficient over the years. actually, it

Re: [Development] QSettings refactor updates

2014-10-10 Thread Tomaz Canabrava
Hey, On Fri, Oct 10, 2014 at 3:37 AM, Bo Thorsen b...@vikingsoft.eu wrote: Hi Tomaz, Den 10-10-2014 kl. 00:43 skrev Tomaz Canabrava: QConfig config; QConfigGroup root = config.root(); QConfigGroup window = root.group(window); This looks a bit more complicated from

Re: [Development] QSettings refactor updates

2014-10-10 Thread Tomaz Canabrava
On Fri, Oct 10, 2014 at 3:50 AM, priv...@bernhard-lindner.de wrote: I once programmed a class hierarchy targeting the same features (and much more). It consited of settings group objects and settings object ordered in a tree hierarchy. That hierarchy was much more complex (having templated

Re: [Development] QSettings refactor updates

2014-10-10 Thread Tomaz Canabrava
On Fri, Oct 10, 2014 at 6:24 AM, Thiago Macieira thiago.macie...@intel.com wrote: On Friday 10 October 2014 11:07:52 Milian Wolff wrote: may I ask why you don't simply copy KConfig? It's API design has proven to be extremely versatile and efficient over the years. He is copying KConfig's

Re: [Development] QSettings refactor updates

2014-10-10 Thread Tomaz Canabrava
On Fri, Oct 10, 2014 at 6:35 AM, Milian Wolff milian.wo...@kdab.com wrote: On Friday 10 October 2014 06:22:12 Tomaz Canabrava wrote: Em 10/10/2014 06:18, Oswald Buddenhagen oswald.buddenha...@theqtcompany.com escreveu: On Fri, Oct 10, 2014 at 11:07:52AM +0200, Milian Wolff wrote

Re: [Development] QSettings refactor updates

2014-10-10 Thread Tomaz Canabrava
On Fri, Oct 10, 2014 at 8:31 AM, Milian Wolff milian.wo...@kdab.com wrote: On Friday 10 October 2014 13:21:22 Oswald Buddenhagen wrote: On Fri, Oct 10, 2014 at 11:26:52AM +0200, Milian Wolff wrote: On Friday 10 October 2014 11:18:38 Oswald Buddenhagen wrote: On Fri, Oct 10, 2014 at

[Development] QSettings refactor updates

2014-10-09 Thread Tomaz Canabrava
Please be kind, this is the first step to contributing to qt that I'm trying. :) First, I'v implemented the rationale that thiago asked me to do on the other thread: Settings format: .ini ( current settings uses native format, should I implement that too or the reasoning here is 'be simple'? )

Re: [Development] QSettings refactor updates

2014-10-09 Thread Tomaz Canabrava
On Thu, Oct 9, 2014 at 7:48 PM, Thiago Macieira thiago.macie...@intel.com wrote: On Thursday 09 October 2014 19:43:08 Tomaz Canabrava wrote: Please be kind, this is the first step to contributing to qt that I'm trying. :) First, I'v implemented the rationale that thiago asked me to do

Re: [Development] Start of a refactor of the QSettings class based on QJson

2014-10-02 Thread Tomaz Canabrava
On Fri, Sep 26, 2014 at 8:53 AM, Tor Arne Vestbø tor.arne.ves...@digia.com wrote: On 26/09/14 00:31, Thiago Macieira wrote: since I need to take the value, modify it, insert it back nested groups are a pain to use, because I would have to chain the removal / addtion of the parent group

Re: [Development] Start of a refactor of the QSettings class based on QJson

2014-10-02 Thread Tomaz Canabrava
On Thu, Sep 25, 2014 at 6:51 PM, Jeremy jeremy.k.l...@gmail.com wrote: On 5September2014, at 12:33, Tomaz Canabrava tcanabr...@kde.org wrote: Long that that I have send this e-mail already, but better late than never. In the Qt Develompent Summit I raised my hand to get one dirty thing

Re: [Development] Start of a refactor of the QSettings class based on QJson

2014-10-02 Thread Tomaz Canabrava
On Thu, Sep 25, 2014 at 7:31 PM, Thiago Macieira thiago.macie...@intel.com wrote: On Thursday 25 September 2014 16:33:12 Tomaz Canabrava wrote: Long that that I have send this e-mail already, but better late than never. In the Qt Develompent Summit I raised my hand to get one dirty thing

[Development] Start of a refactor of the QSettings class based on QJson

2014-09-25 Thread Tomaz Canabrava
Long that that I have send this e-mail already, but better late than never. In the Qt Develompent Summit I raised my hand to get one dirty thing done: The Settings. After a good while with negative time ( Real Work, KDE, Subsurface, and other personal stuff ) I have finally had the time to