Re: [Interest] building a light weight tree model

2017-05-02 Thread Frank Rueter | OHUfx
Hi Andre, >>Do you really? I do. The spec is to generate a report of a file system including number of files and total file size among many other per-file stats. I also need to identify file names that match certain filters, identify empty directories etc. It's for a pre-archive workflow. The

Re: [Interest] building a light weight tree model

2017-05-02 Thread André Somers
Hi, Op 03/05/2017 om 00:18 schreef Frank Rueter | OHUfx: > Thanks for the tip. > I don't know C++ so that's not an option, but I can Cythonise and > compile later. > > Actually, I started with a command line app that just printed out a > report. In my analysis I need to visit every file and direc

Re: [Interest] building a light weight tree model

2017-05-02 Thread Frank Rueter | OHUfx
Thanks for the tip. I don't know C++ so that's not an option, but I can Cythonise and compile later. Actually, I started with a command line app that just printed out a report. In my analysis I need to visit every file and directory and collect data such as size, file extensions, matches to a

Re: [Interest] Qt at the C++20 era

2017-05-02 Thread Thiago Macieira
Em terça-feira, 2 de maio de 2017, às 09:18:23 PDT, Till Oliver Knoll escreveu: > And all this in C++ by 2020! (Like 30 years later than Qt introduced > signal/slots). > > Awesome times It's extremely unlikely to happen in C++2x. First, it's too early for the functionality, considering there's

Re: [Interest] building a light weight tree model

2017-05-02 Thread André Somers
Hi Op 02/05/2017 om 09:15 schreef Frank Rueter | OHUfx: > I need a few custom views for my data, including representing > collections of files with a certain extension as virtual zip files, > i.e. items that don't actually exist on disk. So, use a proxy model or a model that wraps the original on

Re: [Interest] Qt at the C++20 era

2017-05-02 Thread Till Oliver Knoll
> Am 01.05.2017 um 17:51 schrieb Jean-Michaël Celerier > : > > https://twitter.com/anastasiak2512/status/858809432792338432 > https://twitter.com/sebrose/status/858347156427636738 > https://twitter.com/hatcat01/status/858360761424523266 > > I think that the Qt project, community, and company w

Re: [Interest] Qt at the C++20 era

2017-05-02 Thread Giuseppe D'Angelo
On 01/05/17 21:59, Thiago Macieira wrote: > If not, this is vapourware. To clarify (I was there during Herb's talk at ACCUCONF2017): Herb said clearly that all of that is currently not official, not even proposed, so the final thing (if there will be one) could also be completely different. The

Re: [Interest] Qt at the C++20 era

2017-05-02 Thread Thiago Macieira
On Tuesday, 2 May 2017 06:30:16 CDT Konstantin Tokarev wrote: > 02.05.2017, 14:28, "Thiago Macieira" : > > On Monday, 1 May 2017 17:51:30 -03 Jean-Michaël Celerier wrote: > >> https://twitter.com/anastasiak2512/status/858809432792338432 > >> https://twitter.com/sebrose/status/858347156427636738 >

Re: [Interest] Qt at the C++20 era

2017-05-02 Thread Konstantin Tokarev
02.05.2017, 14:28, "Thiago Macieira" : > On Monday, 1 May 2017 17:51:30 -03 Jean-Michaël Celerier wrote: >>  https://twitter.com/anastasiak2512/status/858809432792338432 >>  https://twitter.com/sebrose/status/858347156427636738 >>  https://twitter.com/hatcat01/status/858360761424523266 >> >>  I t

Re: [Interest] Qt at the C++20 era

2017-05-02 Thread Thiago Macieira
On Monday, 1 May 2017 17:51:30 -03 Jean-Michaël Celerier wrote: > https://twitter.com/anastasiak2512/status/858809432792338432 > https://twitter.com/sebrose/status/858347156427636738 > https://twitter.com/hatcat01/status/858360761424523266 > > I think that the Qt project, community, and company wo

Re: [Interest] QtIFW Delete additional Files when uninstalling

2017-05-02 Thread Oliver Niebuhr
On 02.05.2017 10:19, Tim Jenssen wrote: > The QtIFW does not run the script part while it is running the > uninstaller, it just does the undo part of the operations. > > > > For example the execute Operation have a sperator „UNDOEXECUTE“ before > is what it does while it is running as an Instal

Re: [Interest] QtIFW Delete additional Files when uninstalling

2017-05-02 Thread Tim Jenssen
The QtIFW does not run the script part while it is running the uninstaller, it just does the undo part of the operations. For example the execute Operation have a sperator „UNDOEXECUTE“ before is what it does while it is running as an Installation and after that Special word it is running while

Re: [Interest] Qt "Desktop App" for Microsoft Store

2017-05-02 Thread Robert Iakobashvili
On Tue, May 2, 2017 at 10:07 AM, Maurice Kalinowski wrote: >> >> > it might also remove features >> > which are not allowed for store applications (eg. regular file access). >> >> Is it correct to say that a Store app cannot be an editor opening files in >> any >> location permitted, writing text

Re: [Interest] building a light weight tree model

2017-05-02 Thread Frank Rueter | OHUfx
I need a few custom views for my data, including representing collections of files with a certain extension as virtual zip files, i.e. items that don't actually exist on disk. I assumed using QFileSystemModel would not be the most efficient way to use i this case (based on various comments I rea

Re: [Interest] Qt "Desktop App" for Microsoft Store

2017-05-02 Thread Maurice Kalinowski
> > > it might also remove features > > which are not allowed for store applications (eg. regular file access). > > Is it correct to say that a Store app cannot be an editor opening files in any > location permitted, writing texts, Save As for the files etc. - complete sand- > boxing like at iOS?

Re: [Interest] Qt "Desktop App" for Microsoft Store

2017-05-02 Thread Robert Iakobashvili
On Tue, May 2, 2017 at 9:50 AM, Maurice Kalinowski wrote: > Hi, > As mentioned below, you cannot “just” push a desktop app (in Microsoft > terminology “classic application”) to the windows store. It has to be a > Universal App (what was declared WinRT once). If you are using Qt already, > the easi