[Qt-creator] Setting Creator up for X-compiling to freescale

2012-05-07 Thread Jason H
I have a legacy project that I hope to get running and use QtCreator for. This is all C code at the moment but I hope to still be able to use qmake and creator. I also have a USB tap for debugging, that I was hoping I could get using with Creator. Is there some kind of step-by-step manual to

Re: [Qt-creator] lib search path

2012-07-19 Thread Jason H
Ugh, I hate that seems to work it indicates a lack of knowledge on how libraries are handled, which can come back to burn you.  ls.so.conf file is key to seems to work same as the ldconfig command, and LD_LIBRARY_PATH environment variable.  You'll also find problems with plugins (especially

Re: [Qt-creator] ClearCase users needed

2012-08-22 Thread Jason H
How does CC relate to IBM's Rational Team Concert (v3)? From: Orgad Shaneh orgad.sha...@audiocodes.com To: qt-creator@qt-project.org qt-creator@qt-project.org Sent: Sunday, August 19, 2012 6:07 AM Subject: [Qt-creator] ClearCase users needed Hi, I

Re: [Qt-creator] [Interest] Necessitas alpha4 has been released

2012-08-27 Thread Jason H
Does this mean that QtMultimediaKit is supported (via QtMobility)? From: BogDan bog_dan...@yahoo.com To: inter...@qt-project.org inter...@qt-project.org; qt-creator@qt-project.org qt-creator@qt-project.org; developm...@qt-project.org

Re: [Qt-creator] Quick3D rectangle object

2012-09-10 Thread Jason H
Qt3d uses AssImp, so anything you can open with AssImpView will work.If you want to animate a rectangle, then you should be able to set the texture apart from the mesh. However that is not my area of expertese as all my expereince has been around using a texture specified in the mesh.From:

Re: [Qt-creator] Confused on how to do android.

2013-12-13 Thread Jason H
New issue: For Select android device I selected the simulator AND the checkbox for always use this. However now I want to get the menu again so I can use my phoe because the simlulator is slw. How can I get the list back? From: Jason H scorp...@yahoo.com

[Qt-creator] Is Qt on Android this slow?

2013-12-13 Thread Jason H
First, let me say that Qt on android is very cool. But then let me say it's not quite as good as I would have believed. First and foremost, I have no idea if this is Qt's fault or Android's, but in comparing it to the PC experience, it is lagging. There is a definite IO delay in mouse events.

Re: [Qt-creator] Is Qt on Android this slow?

2013-12-13 Thread Jason H
Whoops wrong list. Sent from Yahoo Mail on Android ___ Qt-creator mailing list Qt-creator@qt-project.org http://lists.qt-project.org/mailman/listinfo/qt-creator

[Qt-creator] Android code signing not working in Creator 3.0

2013-12-16 Thread Jason H
I am trying to sign code. I generate the keystore and certificate  Then when I build it prompts me for the certificate password, and it never stops. No matter what I enter, (correct password or not) it just keeps asking me for the password. Help?

[Qt-creator] How long until 3.0.1?

2013-12-18 Thread Jason H
I'm waiting for a fix that's in 3.0.1... Will I have to wait days weeks or months? If it's over a week I'll look for a work around. Thanks. ___ Qt-creator mailing list Qt-creator@qt-project.org http://lists.qt-project.org/mailman/listinfo/qt-creator

Re: [Qt-creator] How long until 3.0.1?

2013-12-19 Thread Jason H
Great! I got my free app published within minutes of downloading the snapshot! Thanks! From: Ziller Eike eike.zil...@digia.com To: Jason H scorp...@yahoo.com Cc: qt-creator@qt-project.org qt-creator@qt-project.org Sent: Thursday, December 19, 2013 2:09 AM

[Qt-creator] build directory prefix

2013-12-26 Thread Jason H
Would it be possible to add .qtcreator/ to the build system prefix? Or better yet, use a build directory in the project directory? I'm sure you have a reason for what you're doing so far, but I think it is inelegant to put these build directories in the same directory as the project directory.

[Qt-creator] QtCreator better than Emacs?

2014-01-16 Thread Jason H
http://www.phoronix.com/scan.php?page=news_itempx=MTU2ODM Congrats to the Creator team :-) ___ Qt-creator mailing list Qt-creator@qt-project.org http://lists.qt-project.org/mailman/listinfo/qt-creator

[Qt-creator] Create android manifest wizard dialog

2014-02-07 Thread Jason H
Select the Android package source directory. The files in the Android package Source directory are copied to build directory's Android directory and the default files are [___][Browse] Are what? Mint Linux 16 (Cinnamon) defautl

Re: [Qt-creator] Q_PROPERY magic goodness

2014-02-12 Thread Jason H
Would it be possible to have in addition to the Q_PROPERTY completion template, to add the member, and getter, and setter in the class? Q_PROPERTY(int emitRate READ emitRate WRITE setEmitRate) (in private section) \t#t m_#s; (in public section) \t#t #s(); //getter \t#t set#S(#t #s); //setter

Re: [Qt-creator] Q_PROPERY magic goodness

2014-02-12 Thread Jason H
You replace the one it gave you. It's pretty trivial. Odds are you'll only add to what it gives you, IMHO. From: Jonathan S. Shapiro s...@eros-os.org To: Jason H scorp...@yahoo.com Cc: Qt Creator mailing list qt-creator@qt-project.org Sent: Wednesday

Re: [Qt-creator] Q_PROPERY magic goodness

2014-02-13 Thread Jason H
Oooh never knew that one! Thanks! - Original Message - From: Kevin Krammer kevin.kram...@kdab.com To: qt-creator@qt-project.org Cc: Sent: Thursday, February 13, 2014 8:46 AM Subject: Re: [Qt-creator] Q_PROPERY magic goodness On Wednesday, 2014-02-12, 07:26:24, Jason H wrote: Would

Re: [Qt-creator] Problem in Qt Creator 3.0.1

2014-02-13 Thread Jason H
When I see this, its because I did not add the module to QT as in: QT += quick  The hint is QQuickItem is not colored.  I've gotten inconsistent behavior over the years on if you can get away with certain packages or not, but its always this when it happens. 

[Qt-creator] Thank your for overwrite!

2014-02-14 Thread Jason H
I've been requesting overwrite mode for several versions now and I just found out it works! THANK YOU SO MUCH!  ___ Qt-creator mailing list Qt-creator@qt-project.org http://lists.qt-project.org/mailman/listinfo/qt-creator

Re: [Qt-creator] Clang based code model

2014-02-14 Thread Jason H
We could educate those still using it about the DRY principal. :-) - Original Message - From: Pawel pawelfaro...@wp.pl To: qt-creator@qt-project.org qt-creator@qt-project.org Cc: Sent: Friday, February 14, 2014 2:57 PM Subject: Re: [Qt-creator] Clang based code model Hello, I've

Re: [Qt-creator] .pro file auto indenting

2014-02-18 Thread Jason H
Excellent question. I don't think you can, but i want to be proven wrong. From: Harri Pasanen ha...@mpaja.com A tangential question, how do I tell android x86 and armv7a a part in .pro file? Thanks, Harri

Re: [Qt-creator] Android this does not seem to be a debug build

2014-02-19 Thread Jason H
But this isn't a release build. Under the little android guy it says debug and two buttons below, with the blue bug over the play icon is what I am clicking on. Hence my issue. Why would it not be a debug build? From: BogDan bog_dan...@yahoo.com To: Jason H

Re: [Qt-creator] Android this does not seem to be a debug build

2014-02-19 Thread Jason H
Well the truly weird thing is it worked - about 3 times. How can I activate -g ? From: Poenitz Andre andre.poen...@digia.com To: Jason H scorp...@yahoo.com; BogDan bog_dan...@yahoo.com; qt-creator@qt-project.org qt-creator@qt-project.org Sent: Wednesday

[Qt-creator] Android uses-feature in manifest?

2014-02-19 Thread Jason H
In addition to the CAMERA permission, the docs say the following features should be put into the manifest.  uses-featureandroid:name=android.hardware.camera/  uses-featureandroid:name=android.hardware.camera.autofocus/ http://developer.android.com/guide/topics/manifest/uses-feature-element.html

[Qt-creator] Android libraries

2014-02-19 Thread Jason H
So my app requires some additional native libraries. let's call them lib1.so and lib2.so, lib1 depends on lib2. Under the project: run: details 1. When adding these, once I got the full-path somehow, and another time I didn't. When it didn't the build tool didn't find the library. Hacked the

Re: [Qt-creator] Raise awareness: Qt Quick Designer's need for love

2014-02-19 Thread Jason H
I gave designer a shot last night and I agree, its unusable. I could not figure out how to do anything other than drag controls around. No anchors, etc. The Widget designer is heaven. Couldn't we steal code from that and do Quick layouts that way? From: Ariel

Re: [Qt-creator] Raise awareness: Qt Quick Designer's need for love

2014-02-20 Thread Jason H
. From: Miettinen Riitta-Leena riitta-leena.mietti...@digia.com To: Jason H scorp...@yahoo.com Cc: Ariel Molina R. ar...@edis.mx; qt-creator@qt-project.org qt-creator@qt-project.org Sent: Subject: Re: [Qt-creator] Raise awareness: Qt Quick Designer's need for love Hello, Did you

Re: [Qt-creator] Resize of help

2014-03-02 Thread Jason H
. Can you please fill a bug report. Cheers Lorenz Am 02.03.2014 02:12, schrieb Jason H: When I bring up the help mini-window, and it seeks to some anchor in the documentation, if I resize the window to fit a table or more text, the anchor gets lost as the document gets re-laidout. Can we keep

Re: [Qt-creator] Whacky thought of the day

2014-03-03 Thread Jason H
Subject: Re: [Qt-creator] Whacky thought of the day Hi, I don't really see why you would want to do something like that. Headers are a feature, not a bug. I don't think many people would regard that as an elevation. Regards, VK   On 2014-03-04 01:17, Jason H wrote: So Qt comes along and helps kick

Re: [Qt-creator] Whacky thought of the day

2014-03-03 Thread Jason H
, but that's just doubling down on a mistake.  From: Jason H scorp...@yahoo.com To: qt-creator@qt-project.org qt-creator@qt-project.org Sent: Monday, March 3, 2014 11:49 PM Subject: Re: [Qt-creator] Whacky thought of the day Headers are not a feature. They violate

Re: [Qt-creator] Whacky thought of the day

2014-03-04 Thread Jason H
, March 4, 2014 6:03 AM Subject: Re: [Qt-creator] Whacky thought of the day On Mar 4, 2014, at 10:20 AM, Vojtěch Král vojt...@kral.hk wrote: Hi On 2014-03-04 05:56, Jason H wrote: I just got done going over the module slides. I hadn't heard of them, but they seem like a really good idea

Re: [Qt-creator] remote debugging when xserver is not on console 0

2014-04-22 Thread Jason H
Yes, that would be assumed too. You should read up on the DISPLAY variable and what it does, so you know what DISPLAY=:1.1 means. - Original Message - From: Duane duane.heb...@group-upc.com To: qt-creator@qt-project.org Cc: Sent: Thursday, April 10, 2014 3:26 PM Subject: Re:

Re: [Qt-creator] Any WYSIWYG improvements for QML?

2014-05-13 Thread Jason H
I've never had a stable Qt Quick Designer. After a few minutes it goes belly up - just stops responding. From: Hartmann Thomas thomas.hartm...@digia.com To: scorp...@yahoo.com scorp...@yahoo.com; qt-creator@qt-project.org qt-creator@qt-project.org Sent:

[Qt-creator] Annoying File has changed... reload message

2014-12-19 Thread Jason H
Sometimes (~50%) when I save a file in QtCreator (Qt5.4/Creator 3.3)I get a message prompting me to reload the file I just saved. I'm on a SSD. Maybe the save happens too fast? Either way, how can I fix this? ___ Qt-creator mailing list

Re: [Qt-creator] Annoying File has changed... reload message

2014-12-22 Thread Jason H
Linux/Mint 16/64. Sent:Sunday, December 21, 2014 at 4:40 AM From:Tobias Hunger tobias.hun...@gmail.com To:Jason H jh...@gmx.com Cc:qt-creator qt-creator@qt-project.org Subject:Re: [Qt-creator] Annoying File has changed... reload message Hi Jason, I never noticed that behavior, and I got a

Re: [Qt-creator] Annoying File has changed... reload message

2014-12-22 Thread Jason H
-project.org Subject:Re: [Qt-creator] Annoying File has changed... reload message On Sat, Dec 20, 2014 at 4:36 AM, Jason H jh...@gmx.com wrote: Sometimes (~50%) when I save a file in QtCreator (Qt5.4/Creator 3.3)I get a message prompting me to reload the file I just saved. Im on a SSD. Maybe the save

[Qt-creator] Lack of scroll bar in android manifest

2015-02-05 Thread Jason H
When I view the XML source, the XML scrolls off the screen. It does not provide a scroll bar. Isn't this a bug? ___ Qt-creator mailing list Qt-creator@qt-project.org http://lists.qt-project.org/mailman/listinfo/qt-creator

Re: [Qt-creator] The most most thing about creator

2015-03-13 Thread Jason H
On 16/02/15 09:42, Ariel Molina wrote: I agree with Jason, ever since the introduction of smart quotes i find ha myself more correcting that mess than cheering about the magic, they are minimally helpful and very annoying. I agree it's a bit frustrating at first, but once you

Re: [Qt-creator] Speeding up deploy / test cycle on mobile

2015-05-01 Thread Jason H
I've used both a KitKat (note 2) and currently use a Nexus 6 (5.1) I don't have any issues. But the build/deploy time is quite excessive. I would wonder if it can;t be multi-threaded some how. Given that the bundle in APK option works fine, and APKs are just ZIP files, it would seem that a

[Qt-creator] Creator iOS woes/feedback

2015-04-02 Thread Jason H
I made a similar post in interest, but this is not that post (though there is some overlap). I want to report the QtCreator specifics. Backstory: We've been deploying to android, yesterday I did my first iOS build. 1. Instructions for Xcode are wrong. No longer are devices found under Window

[Qt-creator] It would be really cool if...

2015-06-25 Thread Jason H
___ Qt-creator mailing list Qt-creator@qt-project.org http://lists.qt-project.org/mailman/listinfo/qt-creator

[Qt-creator] It would be really cool (for real now)

2015-06-25 Thread Jason H
Apologies, somehow it prematurely sent. Anyway, I was going to suggest adding an option in QtC to invoke the maintenance tool, unless there already is one? Thanks. ___ Qt-creator mailing list Qt-creator@qt-project.org

[Qt-creator] Creator STILL underlines VideoOutput autoOrientation

2015-07-03 Thread Jason H
QtCreator with Qt 5.5 __STILL__ underlines autoOrientation. VideoOutput { autoOrientation: true } AFAIK, it's the only time Creator falsely reports the inexistence of a property. ___ Qt-creator mailing list Qt-creator@qt-project.org

Re: [Qt-creator] Qt Creator goes unresponsive on Win8 with app running

2015-07-03 Thread Jason H
One of your issues _might_ be related to the fact that Windows can't update and EXE while it is running. Unlike OSX/Linux. This goes back to the earliest versions of windows. The process must be killed before compile anyway. Being that you're on windows, I would expect to implicate a virus

Re: [Qt-creator] Qt Creator goes unresponsive on Win8 with app running

2015-07-03 Thread Jason H
It'll fail eventually when it copies to the final location the exe though. Unless Linux or OSX. Sent: Friday, July 03, 2015 at 12:32 PM From: s...@xris.eu To: Jason H jh...@gmx.com Cc: qt-creator@qt-project.org Subject: Re: [Qt-creator] Qt Creator goes unresponsive on Win8 with app

Re: [Qt-creator] Qt Creator goes unresponsive on Win8 with app running

2015-07-03 Thread Jason H
Stéphane, have you tried the 3.4.2 Creator yet from 5.5? Sent: Friday, July 03, 2015 at 6:30 AM From: Stéphane Fabry s...@xris.eu To: qt-creator@qt-project.org Subject: Re: [Qt-creator] Qt Creator goes unresponsive on Win8 with app running Same here, It goes unresponsive simply when

[Qt-creator] Qt Creator goes unresponsive on Win8 with app running

2015-07-02 Thread Jason H
I've got a cohort that uses QtCreator on Win8 (I'm on Linux/OSX) anytime they have an app running via the play (not debug) button QtCreator has periods of unresponsiveness, where Windows does that unresponsive-white-out thing. Then it recovers. It's really annoying. Is where a way to fix it or

[Qt-creator] QtCreator 3.4.2 stuck thinking (ios) Phone2 is connected when Phone1 is connected

2015-07-07 Thread Jason H
So iTunes, Image Capture all see my phone connected ('Phone1'). But the tooltip in QtCreator shows another phone's name ('Phone2') is connected. And I'm stuck at a red dot. No idea why this isn happening. I've not used Phone2 in a long time. ___

Re: [Qt-creator] very bad performance for Qt Creator with Qt 5.5.0

2015-08-21 Thread Jason H
September Blockers are here:https://bugreports.qt.io/browse/QTBUG-46863 Sent:Friday, August 21, 2015 at 9:04 AM From:Freddy Martinez Garcia freddy311...@gmail.com To:Ziller Eike eike.zil...@theqtcompany.com Cc:qt-creator@qt-project.org qt-creator@qt-project.org Subject:Re: [Qt-creator]

Re: [Qt-creator] Creator very laggy

2015-08-18 Thread Jason H
, 2015 at 10:01 AM, Ziller Eike eike.zil...@theqtcompany.com wrote: On Aug 14, 2015, at 4:25 PM, Jason H jh...@gmx.com wrote: So I have a coworker who was on Win8, and creator was very laggy when degugging. A patch was issued which fixed that problem. Then said coworker moved to OSX (Current

Re: [Qt-creator] Is 3.5 Officially released?

2015-08-20 Thread Jason H
Is there any way for me to not have to wait for moderation on the blog? I promise I'm real. Anyway, I posted that I don't see it on my commerical downloads. I only see Qt Creator pre-preleases which is empty. Sent: Thursday, August 20, 2015 at 9:45 AM From: Robert Löhning

Re: [Qt-creator] Creator gets confused on filenames

2015-08-06 Thread Jason H
unixy, which as I recall (Solaris/IRIX) was case sensitive. Anyway, thanks. I was on thin ice anyway, it would have not been good if Windows was ever to come into play. Sent: Thursday, August 06, 2015 at 11:03 AM From: Typz thet...@gmail.com To: Jason H jh...@gmx.com Cc: qt-creator@qt

[Qt-creator] Creator very laggy

2015-08-14 Thread Jason H
So I have a coworker who was on Win8, and creator was very laggy when degugging. A patch was issued which fixed that problem. Then said coworker moved to OSX (Current mid-level Mac Mini, Core-i5) And again Creator is laggy and crashy. By all the time, not just debugging. I also have the same

Re: [Qt-creator] very bad performance for Qt Creator with Qt 5.5.0

2015-08-25 Thread Jason H
I was only reacting to your statement: There should be no warnings about inconsistent-missing-override or unknown-pragmas with Qt 5.5.0 and Xcode 6.4 Sent: Tuesday, August 25, 2015 at 10:32 AM From: Ziller Eike eike.zil...@theqtcompany.com To: Jason H jh...@gmx.com Cc: Ziller Eike

Re: [Qt-creator] I want to kill Barbara

2015-10-23 Thread Jason H
the selection panels and a combo. > Sent: Friday, October 23, 2015 at 4:14 AM > From: "Ziller Eike" <eike.zil...@theqtcompany.com> > To: "Jason H" <jh...@gmx.com> > Cc: qt-creator <qt-creator@qt-project.org> > Subject: Re: [Qt-creator] I want to kill B

Re: [Qt-creator] Creator killed itself

2015-10-23 Thread Jason H
are the same model mac mini. I asked them to upgrade to El Cap, will report back. > Sent: Friday, October 23, 2015 at 4:21 AM > From: "Ziller Eike" <eike.zil...@theqtcompany.com> > To: "Jason H" <jh...@gmx.com> > Cc: qt-creator <qt-creator@qt-project.org>

Re: [Qt-creator] Sensible make -j X?

2015-10-22 Thread Jason H
...@gmail.com> To: "Cristian Adam" <cristian.a...@gmail.com> Cc: "Jason H" <jh...@gmx.com>, qt-creator <qt-creator@qt-project.org> Subject: Re: [Qt-creator] Sensible make -j X? I'm not sure if there's an option to do it in the .pro but if you open the projec

[Qt-creator] Sensible make -j X?

2015-10-22 Thread Jason H
In this world, where both phones and computers are averaging 4 cores (or more) does it make sense to ever not default make to 1 thread? I can understand that some situations can't have multi-threaded builds, but I believe they are in the minority now. I find that a good value for -j is N*2

[Qt-creator] Creator killed itself

2015-10-22 Thread Jason H
Process: Qt Creator [244] Path: /Users/USER/*/Qt Creator.app/Contents/MacOS/Qt Creator Identifier:org.qt-project.qtcreator Version: 3.5.1 (3.5.1) Code Type: X86-64 (Native) Parent Process:??? [1] Responsible: Qt

Re: [Qt-creator] Sensible make -j X?

2015-10-22 Thread Jason H
day, October 22, 2015 at 3:50 PM > From: "Miller Henry" <millerhe...@johndeere.com> > To: "Jason H" <jh...@gmx.com>, qt-creator <qt-creator@qt-project.org> > Subject: RE: [Qt-creator] Sensible make -j X? > > That is right for you - I have a massive

[Qt-creator] I want to kill Barbara

2015-10-22 Thread Jason H
Here's the view in Creator. (attached) I want to kill Barbara How do I select another device for iOS? It sure would be nice to have a drop down here where I could just select another device. Barbara is red dotted, the device I want to deploy to is green dotted. I can't find where I change the

Re: [Qt-creator] maintenance tool

2015-10-28 Thread Jason H
> Sent: Wednesday, October 28, 2015 at 9:21 AM > From: Duane > To: qt-creator@qt-project.org > Subject: Re: [Qt-creator] maintenance tool > ... > > Ok. BTW, how do I install the maintenance tool for a fresh install? Or > do I need to go online and

Re: [Qt-creator] maintenance tool

2015-10-27 Thread Jason H
I want to gripe about the maintenance tool too, but there is no mailing list for that. > Sent: Tuesday, October 27, 2015 at 4:26 PM > From: Duane > To: qt-creator@qt-project.org > Subject: [Qt-creator] maintenance tool > > I hope this isn't off topic here as I thnk

Re: [Qt-creator] maintenance tool

2015-10-28 Thread Jason H
ully slow.   Updater (when works) downloads at 3kbs. Sometimes - after install, I don't see any online repositories and finding an online repository is not documented nor ... working/usable.       On Wed, Oct 28, 2015 at 7:34 PM, Jason H <jh...@gmx.com> wrote: > Sent: Wednesday, October

Re: [Qt-creator] What happened to F3?

2015-10-22 Thread Jason H
Awesome! Thanks!   Sent: Saturday, October 17, 2015 at 4:04 PM From: "Orgad Shaneh" <org...@gmail.com> To: "Jason H" <jh...@gmx.com> Cc: qt-creator <qt-creator@qt-project.org> Subject: Re: [Qt-creator] What happened to F3? On Fri, Oct 16, 2015 at 11:40 PM

[Qt-creator] New project took a long time to be expandable

2015-11-03 Thread Jason H
So I went in to Creator (latest but not the beta) and created a new project. It seemed to sit there as : Projects: > Project 1 New project > Project 2 In the projects pane until I manually ran qmake. It's be nice if it showed up as expandable, and even better, auto expanded so I can dive

[Qt-creator] Help, creator no longer see iOS as a kit!

2015-10-15 Thread Jason H
I recently upgraded to XCode 7.0.1, and I no longer have the option to do iOS. Under Prefs: Kits: I only see desktop and Android. Under Qt versions I see Qt 5.5.0 for iOS but there is a ! next to it, and it says "Not all possible target environments can be supported due to missing compilers"

[Qt-creator] El Capitan + Creator + Android SDK

2015-10-12 Thread Jason H
I'm cross-posting this two both lists because I think it's worth it. We just had an engineer upgrade to Captain and we hare having some problems. The JDK was no longer found, so latest JDK was downloaded and installed, but Creator does not recognize the folder.

Re: [Qt-creator] QtCreator 3.4.2 stuck thinking (ios) Phone2 is connected when Phone1 is connected

2015-07-08 Thread Jason H
Awesome! That was it! Any chance we can make it automatically switch on device connect? Sent: Wednesday, July 08, 2015 at 3:37 AM From: Hunger Tobias tobias.hun...@theqtcompany.com To: Jason H jh...@gmx.com Subject: Re: [Qt-creator] QtCreator 3.4.2 stuck thinking (ios) Phone2

Re: [Qt-creator] Add -j N option to make

2015-07-11 Thread Jason H
Is there a reason why its not automatically using -j with at least NUM_PROC by default? Ive also heard that there is also small additional benefit to using -j 2*NUM_PROC coming from a lot of i/o delay in the compile. Sent:Saturday, July 11, 2015 at 8:22 AM From:Alexandre LAURENT

[Qt-creator] Still confusing wording on modal

2015-09-17 Thread Jason H
''' No .user setttings file created by this instance of Qt Creator was found. Did you work with this project... ? Do you still want to load the settings file pro.user? [*No*] [Yes] ''' My answers are: yes, no, respectively. I suggest rewording: ''' A QtCreator setting file was found but does

[Qt-creator] Better autodetection on non-bundled creators?

2015-09-22 Thread Jason H
Whenever I get a new QtCreator, it never has the kits configured, but the Qt installer with bundled Creator does. Is there a way the autodetection could be better? Or the configuration exported? It's rather a drag having to go through and configure all the kits.

[Qt-creator] Android: (Create Templates) button?

2016-01-06 Thread Jason H
I was poking around and found it. What's it for? I'm doing android already without having hit this button before. I read: http://doc.qt.io/qtcreator/creator-deploying-android.html I *think* it has something to dow with gradle, but I'm using ant. Why would I want to use gradle? Many thanks in

Re: [Qt-creator] Android: (Create Templates) button?

2016-01-06 Thread Jason H
Found this article: http://www.kdab.com/qt-android-episode-6/ > > I was poking around and found it. What's it for? I'm doing android already > without having hit this button before. > > I read: > http://doc.qt.io/qtcreator/creator-deploying-android.html > > I *think* it has something to dow

[Qt-creator] Class boilerplate builder?

2015-12-18 Thread Jason H
I'd be really cool if(tm): There was a builder for QObject subclasses. Given the class name, the base class, (already there) the next step would be a screen that would ask for property names and types and automatically build up the boilerplate code. I spend a lot of time now since QML is King

Re: [Qt-creator] Class boilerplate builder?

2015-12-22 Thread Jason H
> > > > and have it all populated I'm thinking a grid or rows of: > > Combo Text Combo(Syntax) Check Check... // UI type > > Class Name MEMBER/READ Write Notify ... // What for > > > > > > And that screen to the new Class wizard would save me a lot of time. > > Hi, > > not

Re: [Qt-creator] Small feature requests

2016-01-11 Thread Jason H
> So you think this should be moved? I never looked for this functionality in > the > menus since I always use the keyboard shortcut. It could be because I use various platforms. Linux at home, OSX at work, and a former Windows user, sometimes the key combos don't map 100%. I use Karabiner on

[Qt-creator] It would be cool if.. output folder

2016-06-08 Thread Jason H
When building there was an option to open the output folder. I think under Build Android Apk, a checkbox or button when it is built that opened the folder in explorer/finder ___ Qt-creator mailing list Qt-creator@qt-project.org

[Qt-creator] Persistent App store get-task-allow issue

2016-06-09 Thread Jason H
Cross-posted interest/creator It seems that when I am using Qt to make iOS builds that I sometimes get an error. 1. build an OSX debug version 2. archive/compile my project in Xcode using the Xcode project.xcodeproject from the iOS release folder 3. upload the archive to the store. 4. get the

[Qt-creator] 12GB for Creator? (OSX)

2016-06-15 Thread Jason H
Creator was running fine, but none of my OS was. I launched Activity monitor, and it was taking up 12GB. I can type fast, but I don't type that much in a week, so I don't think it's undo history. I restarted Creator and it takes 94MB. Loaded the same project as under 12GB, 154 MB. Creator

Re: [Qt-creator] It would be cool if.. output folder

2016-06-15 Thread Jason H
> > When building there was an option to open the output folder. > > I think under Build Android Apk, a checkbox or button when it is built > > that opened the folder in explorer/finder > > +1 > > You should file a suggestion in Jira so you can get votes for it. :)

Re: [Qt-creator] Persistent App store get-task-allow issue

2016-06-15 Thread Jason H
> Sent: Friday, June 10, 2016 at 2:45 AM > From: "Eike Ziller" <eike.zil...@qt.io> > To: "Jason H" <jh...@gmx.com> > Cc: "interestqt-project.org Interest" <inter...@qt-project.org>, qt-creator > <qt-creator@qt-project.org>

Re: [Qt-creator] 12GB for Creator? (OSX)

2016-06-17 Thread Jason H
Amazing stuff! Thanks for the tip! > Sent: Friday, June 17, 2016 at 1:54 PM > From: "Mike Jackson" <imikejack...@gmail.com> > To: "Jason H" <jh...@gmx.com> > Cc: qt-creator <qt-creator@qt-project.org> > Subject: Re: [Qt-creator] 12GB f

Re: [Qt-creator] 12GB for Creator? (OSX)

2016-06-17 Thread Jason H
; From: "Mike Jackson" <imikejack...@gmail.com> > To: qt-creator <qt-creator@qt-project.org> > Subject: Re: [Qt-creator] 12GB for Creator? (OSX) > > Your code might be 6.5K lines, but how many other 3rd party libraries > were included? > -- > Mike Jacks

Re: [Qt-creator] Why is this happening?

2016-06-27 Thread Jason H
, just the editor. > Sent: Monday, June 27, 2016 at 3:14 PM > From: "Jason H" <jh...@gmx.com> > To: "Jason H" <jh...@gmx.com> > Cc: qt-creator <qt-creator@qt-project.org> > Subject: Re: [Qt-creator] Why is this happening? > > > I go

[Qt-creator] Creator gets confused when switching kits

2016-02-04 Thread Jason H
When I switch, the run/build/debug buttons go grey. Then I get the build icon back. It hit it and it says: 16:29:41: Configuration unchanged, skipping qmake step. 16:29:41: Starting: "/usr/bin/make" -j 8 make: Nothing to be done for `first'. 16:29:42: The process "/usr/bin/make" exited normally.

Re: [Qt-creator] Objective-C parser?

2016-02-04 Thread Jason H
> Sent: Thursday, February 04, 2016 at 4:13 AM > From: "Ziller Eike" <eike.zil...@theqtcompany.com> > To: "Jason H" <jh...@gmx.com> > Cc: qt-creator <qt-creator@qt-project.org> > Subject: Re: [Qt-creator] Objective-C parser? > > >

[Qt-creator] Objective-C parser?

2016-02-03 Thread Jason H
I really enjoy the QML and C++ parsing. But is there a way I can get the *.mm file parsing just as good? ___ Qt-creator mailing list Qt-creator@qt-project.org http://lists.qt-project.org/mailman/listinfo/qt-creator

[Qt-creator] iOS provisioning Profiles

2016-02-23 Thread Jason H
I'm not sure if it is me or and XCode update, but lately, I've been getting: Code Sign error: Automatic provisioning profile selection unavailable: A bundle identifier is required for automatic provisioning profile selection. Either enter a bundle identifier in the Info.plist, or select a

Re: [Qt-creator] iOS provisioning Profiles

2016-02-23 Thread Jason H
> Sent: Tuesday, February 23, 2016 at 11:03 AM > From: "Jason H" <jh...@gmx.com> > To: qt-creator <qt-creator@qt-project.org> > Subject: [Qt-creator] iOS provisioning Profiles > > I'm not sure if it is me or and XCode update, but lately, I've be

[Qt-creator] Close Project "xxxxx" behavior

2016-02-22 Thread Jason H
It would be cool if when closing a project, the files belonging to that project are closed in the editor as well. Currently, creator keeps them open. ___ Qt-creator mailing list Qt-creator@qt-project.org

Re: [Qt-creator] It's time to fix double redundant quotes

2016-03-09 Thread Jason H
It seems we are unanimous on the don't-remove-both-quotes-on-backspace. I am open to sme auto-quoting behavior, so let's explore this. As Eike starts to do: > > Would break case a) from above for e.g. function arguments: > > > > foo(|) > > foo(|,1) someFunc(" - ok to insert " and move

Re: [Qt-creator] Linguist

2016-03-09 Thread Jason H
> > Hi, > > > > is there any good reason why linguist is not configured as a standard > > external tool? I'd like to add it. > > You can open a .ts file in Qt Linguist with “Open with... > Qt Linguist” > (e.g. from the project tree, file system view, or from the document menu next > to the

Re: [Qt-creator] Linguist

2016-03-11 Thread Jason H
> > The question is why it's not there by default. > > My question is more why the lrelease and lupdate items are in Tools > > External, and not in the context menu for .pro files ;) > But since I added them there. I know that it was mostly as an example for > the external tools, and how

Re: [Qt-creator] Sug: Refactor text

2016-03-08 Thread Jason H
> On Mo, 2016-03-07 at 20:44 +0100, Jason H wrote: > > It would be cool if we could right click on a string "this" and refactor: > > translate or refactor:translate plural, where in it gets changed from "this" > > to: > > qsTr("

[Qt-creator] Sug: Refactor text

2016-03-07 Thread Jason H
It would be cool if we could right click on a string "this" and refactor: translate or refactor:translate plural, where in it gets changed from "this" to: qsTr("this") or qsTr("this", "", n) Respectively. Alternative "refactorings" could be: All uppercase, Title Case, or all lower case.

[Qt-creator] It's time to fix double redundant quotes

2016-03-08 Thread Jason H
A while back, I started a discussion about Creator's quoting policy. There was a lot of support, and a few people were concerned about changing the behavior that has been there since the beginning. However, I'm again tired of fighting with creator inserting "" when I type " and deleting both

[Qt-creator] Add new C++ class wizard

2016-05-04 Thread Jason H
If I tell it to "Include QObject" and I'm deriving from a "Q" object, then shouldn't the wizard: 1. #include in the .h? 2. provide me with a constructor in the form of class(QObject *parent=0) in the .h 3. provide me with a constructor in the form of derivedclass::derivedclass(QObject

Re: [Qt-creator] Add new C++ class wizard

2016-05-04 Thread Jason H
> If I tell it to "Include QObject" and I'm deriving from a "Q" object, then > shouldn't the wizard: > 1. #include in the .h? > 2. provide me with a constructor in the form of class(QObject *parent=0) in > the .h > 3. provide me with a constructor in the form of >

Re: [Qt-creator] Add new C++ class wizard

2016-05-04 Thread Jason H
> 2016-05-04 21:02 GMT+02:00 Jason H <jh...@gmx.com>: > >> If I tell it to "Include QObject" and I'm deriving from a "Q" object, then > >> shouldn't the wizard: > >> 1. #include in the .h? > >> 2. provide me with a construct

  1   2   3   4   >