Re: [Qt-creator] Updating Part II

2018-02-15 Thread Bullinger, Julius
[top-posting for consistency] Also, keep in mind that the issues concern the Qt Installer Framework, which is independent from Qt Creator. You will have more success filing them for the QTIFW project. And maybe move the discussion to [interest], [development] or [releasing]. Regards Julius Fr

Re: [Qt-creator] Updating Part II

2018-02-15 Thread Mitch Curtis
You’re better off creating a bug report, as your suggestions will likely get buried here. If you post your suggestions, and *also* a link to the bug report, then you might get other uses who are interested to watch and vote for your suggestion. From: Qt-creator [mailto:qt-creator-bounces+mitch.

Re: [Qt-creator] [4.6] Clang code model doesn't work on Android

2018-02-15 Thread Ivan Donchevskii
Ok, than it's weird. I'm using much newer NDK (16 in my case vs 10 in your) but this should not be the case. So does that mean that your toolkit shows no red icon? Anyways. Can you please create a bugreport at bugreports.qt.io? Regards, Ivan From: Qt-creator

Re: [Qt-creator] Update process

2018-02-15 Thread Mitch Curtis
While you’re speaking up, please vote as well! :D https://bugreports.qt.io/browse/QTIFW-975 From: Qt-creator [mailto:qt-creator-bounces+mitch.curtis=qt...@qt-project.org] On Behalf Of Andy Sent: Thursday, 15 February 2018 10:12 PM To: Jason H Cc: qt-creator Subject: Re: [Qt-creator] Update pro

Re: [Qt-creator] [4.6] Clang code model doesn't work on Android

2018-02-15 Thread Nikos Chantziaras
The NDK path is set up correctly: https://i.imgur.com/3fSaHnQ.png On 16/02/18 09:13, Ivan Donchevskii wrote: ClangCodeModel should work fine if you have set up your Android toolkit properly. I'm able to reproduce your issue when I have wrong NDK location set in the Android settings (setti

Re: [Qt-creator] [4.6] Clang code model doesn't work on Android

2018-02-15 Thread Ivan Donchevskii
ClangCodeModel should work fine if you have set up your Android toolkit properly. I'm able to reproduce your issue when I have wrong NDK location set in the Android settings (settings->devices->android). Point the proper folder and your errors should be gone. Kind regards, Ivan ___

Re: [Qt-creator] [4.6] Clang code model doesn't work on Android

2018-02-15 Thread Nikos Chantziaras
On 16/02/18 04:24, Nikos Chantziaras wrote: 4.6 beta1, but also the latest rc1 snapshot (15 Feb), seem to have a non-working Clang code model when using an Android kit. The error is usually something like this:   qglobal.h:45:12: fatal error: 'type_traits' file not found   QDebug:1:10: note:

Re: [Qt-creator] Update process

2018-02-15 Thread Ariel Molina
I want to say the typical "me too", so: me too. I have the same delays. El 15/02/2018 3:12 p.m., "Andy" escribió: > Unfortunately it has happened to me since I started using the maintenance > tool, so I don't think it's a server being overloaded. Just decided to > speak up this time :-) > > ---

[Qt-creator] [4.6] Clang code model doesn't work on Android

2018-02-15 Thread Nikos Chantziaras
4.6 beta1, but also the latest rc1 snapshot (15 Feb), seem to have a non-working Clang code model when using an Android kit. The error is usually something like this: qglobal.h:45:12: fatal error: 'type_traits' file not found QDebug:1:10: note: in file included from [...] This is printed b

Re: [Qt-creator] C++ Code Style and empty lines

2018-02-15 Thread Benjamin TERRIER
2018-02-15 19:35 GMT+01:00 Nikos Chantziaras : > On 15/02/18 13:59, Benjamin TERRIER wrote: >> >> 2018-02-15 12:03 GMT+01:00 Dmitry Volosnykh : >>> >>> Hi, Benjamin >>> >>> Tools menu / Options menu item / Text Editor entry in the list on the >>> left / >>> Behaviour tab / Cleanups Upon Saving cont

Re: [Qt-creator] Update process

2018-02-15 Thread Andy
Unfortunately it has happened to me since I started using the maintenance tool, so I don't think it's a server being overloaded. Just decided to speak up this time :-) --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney On Thu, Feb 15, 2018 at 3:45 PM

Re: [Qt-creator] Update process

2018-02-15 Thread Jason H
I saw that as well, I think everyone is overloading the server(s) for 5.10.1 Once the inial download was done it was fine after that. Maybe that's not on a CDN?   Sent: Thursday, February 15, 2018 at 2:47 PM From: Andy To: qt-creator Subject: [Qt-creator] Update process I selected "Check

[Qt-creator] Updating Part II

2018-02-15 Thread Andy
Usability suggestions: When the maintenance tool is done it says "Click Done to exit the Qt Wizard" - however there's a button labelled "Restart" which is the default. - "Restart" is a very bad name for this button. I understand now that it means to restart the maintenance tool (which will proce

[Qt-creator] Update process

2018-02-15 Thread Andy
I selected "Check for Updates" from the menu. It took about 2 minutes to tell me "yes there are updates do you want to install them". I clicked yes and it launched the maintenance tool which then ran through the whole 2 minute process again (downloading manifests I presume). So it takes me roughly

Re: [Qt-creator] C++ Code Style and empty lines

2018-02-15 Thread Nikos Chantziaras
On 15/02/18 13:59, Benjamin TERRIER wrote: 2018-02-15 12:03 GMT+01:00 Dmitry Volosnykh : Hi, Benjamin Tools menu / Options menu item / Text Editor entry in the list on the left / Behaviour tab / Cleanups Upon Saving control group I know about this, I even talk about this in my email. My con

Re: [Qt-creator] Begging for some micro-features for 4.6/4.7

2018-02-15 Thread Jason H
> Sent: Thursday, February 15, 2018 at 2:27 AM > From: "André Hartmann" > To: "Jason H" , qt-creator > Subject: Re: [Qt-creator] Begging for some micro-features for 4.6/4.7 > > Hi Jason, > > > I know the beta is out for 4.6, but I would like to request a few tiny "how > > hard could it be?" f

Re: [Qt-creator] C++ Code Style and empty lines

2018-02-15 Thread Benjamin TERRIER
2018-02-15 12:03 GMT+01:00 Dmitry Volosnykh : > Hi, Benjamin > > Tools menu / Options menu item / Text Editor entry in the list on the left / > Behaviour tab / Cleanups Upon Saving control group > I know about this, I even talk about this in my email. My concern is about the auto indent function

Re: [Qt-creator] Collapse all methods/classes in opened file

2018-02-15 Thread Dmitry Volosnykh
Found solution on the forum: https://forum.qt.io/topic/79391/collapse-all-methods On Thu, Feb 15, 2018 at 2:26 PM Dmitry Volosnykh wrote: > I tried what you have suggested, but it does not work for me. Actually, > this item is listed under ProjectExplorer category. What is that? > > Is there som

Re: [Qt-creator] Collapse all methods/classes in opened file

2018-02-15 Thread Dmitry Volosnykh
I tried what you have suggested, but it does not work for me. Actually, this item is listed under ProjectExplorer category. What is that? Is there some menu option tied to CollapseAll action to verify its working from there? On Thu, Feb 15, 2018 at 2:17 PM Tobias Hunger wrote: > Hi Dimitry, > >

Re: [Qt-creator] Collapse all methods/classes in opened file

2018-02-15 Thread Tobias Hunger
Hi Dimitry, > Hi, is there any hot-key that allows to collapse all methods and classes in > current document? No, but there is a "CollapseAll" action available, so you can assign one in Tools>Options>Environment>Keyboard, so you can assign one yourself. Best Regards, Tobias -- Tobias Hunger,

Re: [Qt-creator] QtCreator support for Unreal Engine 4

2018-02-15 Thread Tobias Hunger
Hi Sander, > I was wondering if QtCreator could see some improvements in supporting > third-party builds systems and/or integration with bigger projects. Unreal > Engine 4 is one of the biggest game engines and, when you agree with > their terms, you get access to the full source code. This helped

[Qt-creator] Collapse all methods/classes in opened file

2018-02-15 Thread Dmitry Volosnykh
Hi, is there any hot-key that allows to collapse all methods and classes in current document? Regards, Dmitry ___ Qt-creator mailing list Qt-creator@qt-project.org http://lists.qt-project.org/mailman/listinfo/qt-creator

Re: [Qt-creator] C++ Code Style and empty lines

2018-02-15 Thread Dmitry Volosnykh
Hi, Benjamin Tools menu / Options menu item / Text Editor entry in the list on the left / Behaviour tab / Cleanups Upon Saving control group On Thu, Feb 15, 2018 at 1:59 PM Benjamin TERRIER wrote: > Hello, > > Is there a way in Qt Creator to set the C++ code style so that there > are no indenta

[Qt-creator] C++ Code Style and empty lines

2018-02-15 Thread Benjamin TERRIER
Hello, Is there a way in Qt Creator to set the C++ code style so that there are no indentation spaces in empty lines? I'm looking for this, because last time I made a contribution to Qt I tried to auto indent some code and it added spaces in empty lines. This is undesirable because it goes agains