[Qt-creator] F2 bug

2012-02-09 Thread Harri Pasanen
If I have two projects open with same C++ file names and functions, F2 often jumps across projects to a wrong file. Is this a known bug, or should I report it somewhere? Thanks, Harri ___ Qt-creator mailing list Qt-creator@qt-project.org http://lists.q

[Qt-creator] Can indentation be project specific?

2012-02-10 Thread Harri Pasanen
It seems to me that indentation setting and code style is global in Qt Creator 2.4.1 This is a bit annoying as I jump between projects with different settings for code style. Am I missing a setting somewhere? Harri ___ Qt-creator mailing list Qt-creat

Re: [Qt-creator] Can indentation be project specific?

2012-02-10 Thread Harri Pasanen
Thanks, I had found Tools->Options->C++->Code Style and thought that's it. On 02/10/2012 10:11 AM, Gena Bug wrote: > Projects (on sidebar) -> Code Style Settings > > > -|- > Gena. > > On Fri February 10 2012 12:51:04 Harri Pasanen wrote: >> It s

[Qt-creator] Deployment to Harmattan device

2012-02-14 Thread Harri Pasanen
Hi, It looks like deployment to N9 happens through SFTP to /tmp. This is a problem since /tmp is a tmpfs, thus in RAM and only 4Mb in size. As soon as the application size goes over, the deployment fails: 13:00:15: Failed to upload package: Failure 13:00:15: Deploy step failed. My question is

Re: [Qt-creator] Deployment to Harmattan device

2012-02-14 Thread Harri Pasanen
On 02/14/2012 01:43 PM, Christian Kandeler wrote: > On 14/02/12 13:11, ext Harri Pasanen wrote: >> It looks like deployment to N9 happens through SFTP to /tmp. > Yeah, sorry about that. > >> This is a problem since /tmp is a tmpfs, thus in RAM and only 4Mb in size. >>

[Qt-creator] Documentation suggestions

2012-03-28 Thread Harri Pasanen
Hi, Whenever I search for something in documentation I get typically 2-3 hits, one for each version, like mobility 120, 121, harmattan. From Tools->Options->Help documentation I found I can manually remove old versions, but I cannot disable them. I'd prefer if the update would disable or even

Re: [Qt-creator] Documentation suggestions

2012-03-28 Thread Harri Pasanen
> From: qt-creator-bounces+riitta-leena.miettinen=nokia@qt-project.org > [mailto:qt-creator-bounces+riitta-leena.miettinen=nokia@qt-project.org] > On Behalf Of ext Alex Strickland > Sent: Wednesday, March 28, 2012 4:38 PM > To: qt-creator@qt-project.org > Subjec

Re: [Qt-creator] Documentation suggestions

2012-03-28 Thread Harri Pasanen
On 03/28/2012 08:19 PM, Konstantin Tokarev wrote: > > 28.03.2012, 22:14, "Andr Pnitz": >> On Wed, Mar 28, 2012 at 05:23:58PM +0200, Harri Pasanen wrote: >> >>> [...] That said, if I want to go back to the "Welcome mode" from >>> running s

Re: [Qt-creator] Troubles with Czech translation of QtC

2012-05-13 Thread Harri Pasanen
On 05/13/2012 04:25 PM, Diego Iastrubni wrote: > > > The question is: Is a bad translation really better than no > translation at all? > > NO. BAD TRANSLATIONS WILL GIVE BAD IMPRESSIONS. Fix them. > Off on a tangent... It is possible to start Qt Creator with a particular locale by setting

[Qt-creator] Qt Creator N9/Harmattan support

2012-05-15 Thread Harri Pasanen
I have a strange issue with N9, where my application runs fine when launched from Qt Creator (running on kubuntu 12.04 amd64). But if I ssh to phone and start the application from command line from /opt/... where it is installed, then it does not run correctly. So how does qtcreator applicat

Re: [Qt-creator] Qt Creator N9/Harmattan support

2012-05-15 Thread Harri Pasanen
On 05/15/2012 09:50 AM, Lincoln Ramsay wrote: > On 05/15/2012 05:44 PM, ext Harri Pasanen wrote: >> So how does qtcreator application launch differ from command line >> application launch? > I don't know in this specific case, but in a similar case I looked at > the

[Qt-creator] Cross language navigation?

2012-05-16 Thread Harri Pasanen
I wonder if there are any plans about adding Javascript/QML <--> C++ navigation? So for instance if I have C++ object public slot call from QML : myobject.myslot() Then F2 on myslot() would open the corresponding C++ file. Also find usage should imho find both C++ and QML usages of a sl

Re: [Qt-creator] Some thoughts about 2.5

2012-05-30 Thread Harri Pasanen
On 05/30/2012 07:09 PM, Geronimo Ma. Hernandez wrote: > On Mittwoch 30 Mai 2012, Jonathan S. Shapiro wrote: >> Those people are learning things about you, and they >> will remember what they learn for a long time. When they are asked "What do >> you know about Geronimo?", they will say "Oh, yeah, h

Re: [Qt-creator] Some thoughts about 2.5

2012-05-30 Thread Harri Pasanen
On 05/30/2012 09:27 PM, André Pönitz wrote: > How do you find out whether a version of gdb is usable, or not? How do > you find out which exact version any given build of gdb has? Which > features this build theoretically supports? Which features work in > practice? One possibility would be to cro

Re: [Qt-creator] Some thoughts about 2.5

2012-05-31 Thread Harri Pasanen
On 05/31/2012 06:48 PM, Jonathan S. Shapiro wrote: > > From other postings, I understand that there is active discussion > about a future XML-based build system for QtCreator. What list should > I join to be involved in that discussion? > Are you referring to this: http://labs.qt.nokia.com/2012

[Qt-creator] Occasional missing doc message with Qt Creator 2.5

2012-06-01 Thread Harri Pasanen
From time to time I get Error 404 from Qt Creator Offline Help The page could not be found 'qthelp://com.trolltech.qt.481/doc//qdoc/qml-pathview-members.html' This time it was when clicking on "List of all members, including inherited members" link at the top of QML PathView Element. The doc

Re: [Qt-creator] Occasional missing doc message with Qt Creator 2.5

2012-06-01 Thread Harri Pasanen
On 06/01/2012 11:39 AM, eike.zil...@nokia.com wrote: > On 1 Jun 2012, at 11:07, ext Harri Pasanen wrote: > >> From time to time I get Error 404 from Qt Creator Offline Help >> >> The page could not be found >> >> 'qthelp://com.trolltech.qt.481/doc//qdoc/q

[Qt-creator] Strange difference when running with debug, as opposed to just running

2012-06-28 Thread Harri Pasanen
I have some code that runs ok in Qt Simulator when launched from Qt Creator by clicking on the green arrow head. But if I run it clicking the arrow head with a bug on it, I see messages like file:///home/harri/QtSDK/Simulator/Qt/gcc/imports/com/nokia/symbian.1.1/ContextMenu.qml:89: Unable t

Re: [Qt-creator] Strange difference when running with debug, as opposed to just running

2012-07-02 Thread Harri Pasanen
makes a difference whether you let your > application run in the Simulator or on the device. > > > From: qt-creator-bounces+kai.koehne=nokia....@qt-project.org > [qt-creator-bounces+kai.koehne=nokia@qt-project.org] on behalf of ext > Harri Pasanen [ha...@mpaja.com] > Sen

Re: [Qt-creator] Is MSVC on Windows supported?

2012-09-06 Thread Harri Pasanen
On 09/06/2012 12:25 PM, Peter Pearson wrote: > On 06/09/12 03:24, Coda Highland wrote: > >> I found it, and it was actually two PDFs: >> >> http://www.agner.org/optimize/optimizing_cpp.pdf >> http://dl.fefe.de/optimizer-isec.pdf >> >> Of note, as of the time these articles were written, only gcc >>

Re: [Qt-creator] Configuration changes

2012-10-09 Thread Harri Pasanen
Does this affect Qt Simulator as well? Btw. is there a roadmap for the simulator somewhere? /Harri On 10/09/2012 10:16 AM, Tobias Hunger wrote: > Hello everybody! > > Since we are no longer Nokia we decided that we need to move > the settings of Qt Creator. So we made a patch yesterday that > mo

Re: [Qt-creator] Configuration changes

2012-10-09 Thread Harri Pasanen
Original Message- >> From: qt-creator-bounces+maurice.kalinowski=digia@qt-project.org >> [mailto:qt-creator-bounces+maurice.kalinowski=digia@qt-project.org] >> On Behalf Of Harri Pasanen >> Sent: Tuesday, October 09, 2012 10:33 AM >> To: qt-creator@qt-proje

Re: [Qt-creator] Configuration changes

2012-10-09 Thread Harri Pasanen
On 10/09/2012 03:25 PM, Konstantin Tokarev wrote: > > 09.10.2012, 16:54, "Harri Pasanen" : >> Well, the N9 skin is quite close to many Android devices. I faintly >> recall seeing some docs on creating your own skins as well. >> >> Are you saying that Sim

Re: [Qt-creator] Configuration changes

2012-10-09 Thread Harri Pasanen
On 10/09/2012 03:42 PM, Kalinowski Maurice wrote: >> >Well, the N9 skin is quite close to many Android devices. I faintly >> >recall seeing some docs on creating your own skins as well. > True, you can create your own models, specifying pixel size/dpi etc. of a > certain device. > > That will he

[Qt-creator] Creating new project templates

2012-11-27 Thread Harri Pasanen
I'm wondering if there is a public api/entry point to create new or modify existing new project templates? For instance, I'd like to tweak the existing "Non-Qt Project" -> "Plain C++ Project (CMake Build)" so that I could do a Cocos2d-x project. Kind of cool would be able to do also Android Coc

Re: [Qt-creator] Creating new project templates

2012-11-28 Thread Harri Pasanen
On 11/28/2012 09:31 AM, Ziller Eike wrote: > On 27.11.2012, at 23:28, Harri Pasanen wrote: > >> I'm wondering if there is a public api/entry point to create new or >> modify existing new project templates? > http://doc.qt.digia.com/qtcreator-extending/index.html > &qu

Re: [Qt-creator] Debug mode window settings

2012-11-28 Thread Harri Pasanen
On 11/28/2012 11:02 AM, Orgad Shaneh wrote: > On Wed, Nov 28, 2012 at 11:16 AM, Poenitz Andre > mailto:andre.poen...@digia.com>> wrote: > > > Alex Strickland wrote: > > For me, the "Name", "Value" and "Type" column widths in the > "Local and > > Expressions" window are not saved. A

[Qt-creator] Search and replace behavior with respect to case in editor

2012-11-30 Thread Harri Pasanen
It would be cool if search and replace would preserve case, in the same way as Emacs does. So Search: testpad Replace: numpad would produce these replacements: testpad -> numpad TESTPAD -> NUMPAD Testpad -> Numpad Bonus points for exceeding Emacs AI in the following cases: TestPad -> NumP

Re: [Qt-creator] Search and replace behavior with respect to case in editor

2012-11-30 Thread Harri Pasanen
On 11/30/2012 03:44 PM, Andre Haupt wrote: > On Fri, Nov 30, 2012 at 03:31:58PM +0100, Andre Haupt wrote: >> On Fri, Nov 30, 2012 at 12:23:53PM +0100, Harri Pasanen wrote: >>> It would be cool if search and replace would preserve case, in the same >>> way as Emacs does

Re: [Qt-creator] Search and replace behavior with respect to case in editor

2012-11-30 Thread Harri Pasanen
rancois > > > On Fri, Nov 30, 2012 at 2:01 PM, Cristian Tibirna <mailto:tibi...@kde.org>> wrote: > > On Friday 30 November 2012 12:23:53 Harri Pasanen wrote: > > It would be cool if search and replace would preserve case, in > the same > > way as Emac

Re: [Qt-creator] Search and replace behavior with respect to case in editor

2012-11-30 Thread Harri Pasanen
On 11/30/2012 04:20 PM, Ziller Eike wrote: > On 30.11.2012, at 16:04, Harri Pasanen > wrote: > >> On 11/30/2012 03:43 PM, Typz wrote: >> >> - I struggled with the UI to enable this feature: it is easy to >> add an extra icon/menu in the search box, but t

[Qt-creator] fatal: Not a git repository when creating a new project

2012-12-14 Thread Harri Pasanen
A fairly minor issue I ran into, but could be confusing for newbies: Creating a new Qt Console project from scratch, the wizard default to "Add to version control (git)" for me. I figured that it will create the .git repository for me, but no, I got: 08:58 Executing in /home/harri/test/untar: /

Re: [Qt-creator] fatal: Not a git repository when creating a new project

2012-12-14 Thread Harri Pasanen
t; From: qt-creator-bounces+eike.ziller=digia@qt-project.org >> [qt-creator-bounces+eike.ziller=digia@qt-project.org] on behalf of Harri >> Pasanen [ha...@mpaja.com] >> Sent: 14 December 2012 09:14 >> To: qt-creator@qt-project.org >> Subject: [Qt-creator] fatal: Not

[Qt-creator] fatal: Not a git repository when creating a new project

2012-12-18 Thread Harri Pasanen
A fairly minor issue I ran into, but could be confusing for newbies: Creating a new Qt Console project from scratch, the wizard default to "Add to version control (git)" for me. I figured that it will create the .git repository for me, but no, I got: 08:58 Executing in /home/harri/test/untar: /

[Qt-creator] Qt Creator 2.8.1 debugging stopped working with Kubuntu 13.10 amd64

2013-11-18 Thread Harri Pasanen
Hi, I haven't been using Qt Creator much for a few weeks, but now needing it, I find out to my dismay that there is some debugger issue. I would hazard a guess that some Kubuntu update brought a new gdb which breaks Qt Creator integration. Debugger log says: Stopped at breakpoint 2 (2) in

Re: [Qt-creator] Qt Creator 2.8.1 debugging stopped working with Kubuntu 13.10 amd64

2013-11-18 Thread Harri Pasanen
On 18/11/2013 22:53, André Pönitz wrote: > On Mon, Nov 18, 2013 at 10:26:40PM +0100, Harri Pasanen wrote: >> Hi, >> >> I haven't been using Qt Creator much for a few weeks, but now needing it, I >> find out to my dismay that there is some debugger issue. >>

[Qt-creator] Android Qt apps in play store, Best of Breed?

2013-12-20 Thread Harri Pasanen
Hi, I wonder if there is somewhere a list of free Qt Android apps available in Play Store? Ideally non-trivial apps only, showing Qt in good light. Harri ___ Qt-creator mailing list Qt-creator@qt-project.org http://lists.qt-project.org/mailman/listinf

Re: [Qt-creator] examples on welcome screen

2014-01-19 Thread Harri Pasanen
Hi, You Qt Creator seems old, see http://qt-project.org/downloads#qt-creator I'm using a 3.0.1pre snapshot build from http://download.qt-project.org/snapshots/qtcreator/3.0.1-pre/ with Kubuntu 13.10 and it works fine. Hope this helps, Harri On 19/01/2014 12:15, Craig Bakalian wrote: Oka

Re: [Qt-creator] Installing from a qtcreator .run file

2014-01-20 Thread Harri Pasanen
You don't need to install it to /opt, I don't. Just run the installer as yourself, not as root, and it will install to your home directory. Hope this helps, Harri On Mon, Jan 20, 2014 at 12:27 PM, Craig Bakalian wrote: > Hi, > > Hmm. Okay, I get this. I know how to install the .run file n

[Qt-creator] Qt Creator and Android

2014-01-21 Thread Harri Pasanen
Hi, I'm toying with Qt Creater 3.0.1pre + Qt 5.2.0 Android on Kubuntu 13.10 amd64, testing with Android x86 emulator. My development PC is a rather good desktop PC with 4 core i7 cpu and 16Gb of memory. Some observations: At first I thought that qDebug() was not working, but then I noticed t

Re: [Qt-creator] Qt Creator and Android

2014-01-26 Thread Harri Pasanen
Ok, I created two items in JIRA for the below. Harri On 23/01/2014 09:18, BogDan wrote: > Hi, > >> Hi, >> >> I'm toying with Qt Creater 3.0.1pre + Qt 5.2.0 Android on Kubuntu 13.10 >> amd64, >> testing with Android x86 emulator. My development PC is a rather good >> desktop PC with 4 core i7 cpu

[Qt-creator] Android jni - error, package R does not exist

2014-01-27 Thread Harri Pasanen
Hi, Looking at the NotificationClient.java in Qt examples, and trying to copy it to my own test project, the line: m_builder.setSmallIcon(R.drawable.icon); provokes the error "package R does not exist" at deploy time, even if the unmodified "notification" sample builds and runs fine. I'm gues

[Qt-creator] QML indenting not working

2014-02-02 Thread Harri Pasanen
Hi, I'm spending part of a rainy Sunday playing with QML in Qt creator. Qt Creator 3.0.81 (master) Based on Qt 5.2.0 (GCC 4.6.1, 64 bit) Built on Jan 27 2014 at 12:25:09 From revision 946a11502a Now for some reason QML indentation is not working, tab key does nothing, as if it was broken.

[Qt-creator] .pro file auto indenting

2014-02-15 Thread Harri Pasanen
I think in the past .pro files were indented with tab key but I'm not 100% sure. Anyway, now that I try tab key seems dead, doing nothing. This is with master snapshot from today (2014-02-15.) A tangential question, how do I tell android x86 and armv7a a part in .pro file? Thanks, Harri

[Qt-creator] Qt versions

2014-03-04 Thread Harri Pasanen
Hi, A bit off topic from qt-creator, but I hope you indulge me. I spent a fair amount of time trying to find out about Qt versions, specifically if Qt 5.3 alpha is the same thing as "dev" or "stable" branch in git? Or is it something else? Qt-project.org has so many old pages that searches a

Re: [Qt-creator] Add a Build for Distribution menu choice to QtCreator

2014-04-06 Thread Harri Pasanen
On 06/04/2014 20:23, Steve Atkins wrote: > There are lots of different Windows installers and lots of ways to configure > them, and they have different tradeoffs. They also have their own > UIs and configuration. Wix is very different to installshield is very > different to inno setup. For Windows

[Qt-creator] Mouse cursor disappearing

2014-04-27 Thread Harri Pasanen
Hi, I'm using Qt Creator 3.1 on Kubuntu 14.04 amd64, NVidia graphics. Occasionally when moving the mouse cursor in from outside the qtcreator window, it disappears as soon as it arrives over the edit window. This is somewhat annoying, as one typically needs it to position the text cursor. It

[Qt-creator] Mouse cursor disappearing

2014-04-27 Thread Harri Pasanen
Hi, I'm using Qt Creator 3.1 on Kubuntu 14.04 amd64, NVidia graphics. Occasionally when moving the mouse cursor in from outside the qtcreator window, it disappears as soon as it arrives over the edit window. This is somewhat annoying, as one typically needs it to position the text cursor. It

Re: [Qt-creator] Mouse cursor disappearing

2014-04-27 Thread Harri Pasanen
On 27/04/2014 09:56, André Pönitz wrote: > On Sun, Apr 27, 2014 at 09:31:59AM +0200, Harri Pasanen wrote: >> Hi, >> >> I'm using Qt Creator 3.1 on Kubuntu 14.04 amd64, NVidia graphics. >> >> Occasionally when moving the mouse cursor in from outside the qtcreat

Re: [Qt-creator] Mouse cursor disappearing

2014-04-27 Thread Harri Pasanen
On 27/04/2014 19:41, Harri Pasanen wrote: > On 27/04/2014 09:56, André Pönitz wrote: >> On Sun, Apr 27, 2014 at 09:31:59AM +0200, Harri Pasanen wrote: >>> Hi, >>> >>> I'm using Qt Creator 3.1 on Kubuntu 14.04 amd64, NVidia graphics. >>> >>>

Re: [Qt-creator] SoundEffect not working

2014-05-12 Thread Harri Pasanen
Might be a deployment issue, are you sure .wav is in your package? Putting it into a resource file is probably the easiest option. Harri On Thu, May 8, 2014 at 6:30 PM, Andres Piccininno wrote: > Hello, I am currently developing an application for Android devices > with Qt. The problem I am d

[Qt-creator] Where to set Android app name?

2014-05-30 Thread Harri Pasanen
Hi, I feel kind of silly asking this, but I can't find a place where I can define the user visible name for an Android app. It seems that by default it comes from the .pro file. So if my pro file is named "awesomeqt.pro", the app name will be awesomeqt. Just a guess. But how do I set my app

Re: [Qt-creator] Where to set Android app name?

2014-05-30 Thread Harri Pasanen
immediately and delete the message and any attachments accompanying it. Digia Germany GmbH and Digia Plc do not accept liability for any corruption, interception, amendment, tampering or viruses occurring to this message. ------ On

Re: [Qt-creator] Qt versions

2014-05-30 Thread Harri Pasanen
be Qt 5.4. > > So if you with to follow the release that matures the next, use the > snapshots from stable (when available) or check out stable and build > yourself. > > Yours, > > Tuukka > > On 04/03/14 22:38, "Harri Pasanen" wrote: > >&g

Re: [Qt-creator] Qt versions

2014-05-30 Thread Harri Pasanen
; El 30/05/14 18:29, Harri Pasanen escribió: >> Qt versioning is still haunting me. >> >> I just pulled the recent stable, building for Android, and the build >> goes ok. However, after install it insists on claiming it is still Qt >> 5.2.2, and all the libs have 5.2

Re: [Qt-creator] Dropping Qt Creator compilation with Qt 4

2014-07-15 Thread Harri Pasanen
I'm also exclusively on Linux, so good Linux support is appreciated. Harri On 07/15/2014 07:25 PM, ??? ? wrote: 09.07.2014 21:03, Robert Löhning ?: Am 09.07.2014 15:47, schrieb Nikos Chantziaras: On 09/07/14 14:51, Ziller Eike wrote: After a long transitioning period of 3 minor

[Qt-creator] No debugger on Qt 5.3.2 gcc_64 linux

2014-09-17 Thread Harri Pasanen
Hi, I updated my Qt to 5.3.2, running on Kubuntu 14.04 amd64. For some reason the Auto detected Desktop Qt 5.3 GCC 64bit Kit has debugger None, and the Manage button is disabled. Under Debuggers tab there is System GDB at /usr/bin/gdb. How can I enable the debugger? I might have seen someone e

Re: [Qt-creator] No debugger on Qt 5.3.2 gcc_64 linux

2014-09-17 Thread Harri Pasanen
On 17/09/2014 15:42, Poenitz Andre wrote: > Harri Pasanen wrote: >> I updated my Qt to 5.3.2, running on Kubuntu 14.04 amd64. >> >> For some reason the Auto detected Desktop Qt 5.3 GCC 64bit Kit has >> debugger None, and the Manage button is disabled. >> Under Deb

[Qt-creator] Changing the Kit for Android

2014-09-23 Thread Harri Pasanen
I had some debugging issues with Qt Creator on Android, Kubuntu 14.04 amd64 host. Basically the debugger and process would crash when hitting a breakpoint, running on Nexus 7. So I figured I'll update the Android NDK to see if android-ndk-r9c was the culprit. I downloaded android-ndk32-r10b

[Qt-creator] Testing master snapshot

2014-10-07 Thread Harri Pasanen
Hi, I'm testing a snapshot on Kubuntu 14.04 amd64, Built on Oct 7 2014 at 00:09:10, From revision 1f65111e55 Bogdan mentioned that the Android deployment has evolved new features, so I gave it whirl. The feature I'm looking for is there, a check-box to disable "Uninstall previous package"

[Qt-creator] Bookmarks

2014-10-14 Thread Harri Pasanen
Hi, I noticed that one cannot set a bookmark in a java source file. I did not check if other text files were similarly excluded. This is with Qt Creator 3.2.1 on Kubuntu 14.04 amd64 host. Is this a know issue? Harri ___ Qt-creator mailing list Q

[Qt-creator] Testing master snapshot

2014-10-14 Thread Harri Pasanen
Hi, I'm testing a snapshot on Kubuntu 14.04 amd64, Built on Oct 7 2014 at 00:09:10, From revision 1f65111e55 Bogdan mentioned that the Android deployment has evolved new features, so I gave it whirl. The feature I'm looking for is there, a check-box to disable "Uninstall previous package"

Re: [Qt-creator] Bookmarks

2014-10-15 Thread Harri Pasanen
On 15/10/2014 22:49, André Pönitz wrote: > On Tue, Oct 14, 2014 at 02:19:47PM +0200, Harri Pasanen wrote: >> Hi, >> >> I noticed that one cannot set a bookmark in a java source file. I did >> not check if other text files were similarly excluded. >> >> T

[Qt-creator] Project updating while switching branches

2014-10-16 Thread Harri Pasanen
Hi, I have a small issue with Qt Creator 3.2.1, not sure if it is known, or perhaps it is a configuration issue and my lack of knowledge combined. I have my project in git. I do the release builds from the master branch and then I have one or more test/development branches I merge to master when

Re: [Qt-creator] Project updating while switching branches

2014-10-16 Thread Harri Pasanen
Thanks for the tip on .pro.shared, I'll take a look. Harri On 16/10/2014 10:47, EXTERNAL Konold Martin (erfrakon, RtP2/TEF72) wrote: > Hi Harri, > >> Another question I have is with respect to .pro.user files. > One question per thread helps in order to keep the mailing list working. > >> in gene

[Qt-creator] Qt 5.4 beta, no debugger for desktop

2014-10-23 Thread Harri Pasanen
Hi, I just installed qt-opensource-linux-x64-android-5.4.0-beta.run to try. I noticed the same thing that I saw with 5.3.2, in that the package seems to contain 5.4 Kits for desktop and Android. However, the auto detected desktop kit has a warning triangle, "Warning: No debugger set up." Debu

[Qt-creator] A small issue

2014-10-27 Thread Harri Pasanen
FYI: I've noticed that occasionally the project's file list fails to update after I perform "Add existing file" It is only a visual glitch, as I cannot add it again. Also eventually it will appear on the list, but I've yet to pinpoint exactly what triggers it. This is with 3.2.2 on Kubuntu 1

[Qt-creator] F2 follow symbol

2014-10-28 Thread Harri Pasanen
I wonder if there are plans to extend F2 support to allow cross language jumping, so going from QML to C++ implementation would be possible? So if I have a rootContext property that is a C++ object with slots, I can call the slot from QML with usual dot notation, robj.slotname(). Unfortunately

[Qt-creator] 3.3.0-rc1 Android Manifest target SDK

2014-11-25 Thread Harri Pasanen
When looking at the Target SDK in AndroidManifest.xml it displays for me: API 20: Android 5.0 But reading http://developer.android.com/reference/android/os/Build.VERSION_CODES.html it would seem to me that API 20 is Android 4.4W, KITKAT_WATCH and API 21 would be LOLLIPOP, or Android 5.0 I'm not

[Qt-creator] Testing 3.3.0-rc1 for iOS, random feedback

2014-11-25 Thread Harri Pasanen
I've quickly tried how iOS support is working. Subjectively, without yet having done any timings, deployment feels faster than for Android. Also the few test apps I tried seemed to run more or less ok. In the future it would be handy to have app icon settable from Qt Creator, and some other

[Qt-creator] Problems debugging on Android

2014-11-27 Thread Harri Pasanen
Sorry for cross posting, I'm not sure if my issues are Qt Creator or Android kit related. I've been testing various snapshots of Qt Creator and Qt 5.4.0 hoping to contribute in a small way to release quality. Developing on Kubuntu 14.04 amd64. Current Qt Creator is Qt Creator 3.2.82 (3.3.0-rc1

Re: [Qt-creator] Problems debugging on Android

2014-11-27 Thread Harri Pasanen
Nexus 7, KitKat 4.4.4. I submitted: https://bugreports.qt-project.org/browse/QTBUG-42945 On 27/11/2014 12:23, Harri Pasanen wrote: Sorry for cross posting, I'm not sure if my issues are Qt Creator or Android kit related. I've been testing various snapshots of Qt Creator and Qt 5.4.0

[Qt-creator] Using Qt Quick 1 code model instead of Qt Quick 2. (M324)

2014-11-27 Thread Harri Pasanen
With Qt Creator from 5.4.0 RC I get squiggly underlines under QML elements and the tooltip in subject when I hover with a mouse. I presume because of that the F1 help does not work. Everything seems to run though. What might be the cause this? https://bugreports.qt-project.org/browse/QTCREATO

Re: [Qt-creator] Using Qt Quick 1 code model instead of Qt Quick 2. (M324)

2014-11-27 Thread Harri Pasanen
On 28/11/2014 08:34, Harri Pasanen wrote: > With Qt Creator from 5.4.0 RC I get squiggly underlines under QML > elements and the tooltip in subject when I hover with a mouse. > > I presume because of that the F1 help does not work. > > Everything seems to run though. > >

[Qt-creator] Qt code models

2014-11-28 Thread Harri Pasanen
In my current testing project I have a self compiled Qt 5.4 Android kit and Qt 5.4 Desktop from 5.4.0-RC. My self compiled Qt seems to have an issue with the code model it offers Qt Creator. At what point the code model is built/installed? So can I fix it without a full build? My configure

Re: [Qt-creator] Qt code models

2014-12-01 Thread Harri Pasanen
issue in > Jira, but it's definitely listed there. > > Hope this helps, > Christian > > ____ > From: qt-creator-bounces+christian.stenger=theqtcompany@qt-project.org > on > behalf of Harri Pasanen > Sent: Friday, November 28, 2014 2:49 PM > To: q

Re: [Qt-creator] Qt code models

2014-12-01 Thread Harri Pasanen
; Options -> Qt Quick -> Qt > Quick Designer and uncheck the 'Always use the QML emulation layer provided > by Qt Creator' (might make a restart of QC necessary) > > Kind regards, > Christian > > > From: Harri Pa

Re: [Qt-creator] Qt code models

2014-12-01 Thread Harri Pasanen
t; > Kind regards, > Christian > > > ________ > From: Harri Pasanen > Sent: Monday, December 1, 2014 2:08 PM > To: Stenger Christian; qt-creator@qt-project.org > Subject: Re: [Qt-creator] Qt code models > > I'm not using the Quick Designer

[Qt-creator] Qt Creator memory consumption on iOS

2014-12-01 Thread Harri Pasanen
The particular snapshot of Qt Creator I'm using on iOS seems to leak memory in an important fashion, rather quickly running through the 8Gb of memory available. When I open it, top shows around MEM: 110M in top. But when I open my main project, (the same that causes Qt Quick 1 code model warni

Re: [Qt-creator] Testing 3.3.0-rc1 for iOS, random feedback

2014-12-01 Thread Harri Pasanen
After some searching I did find the device switch from the target selector down left at the UI. Thanks for the tip. For some reason I hardly ever used that, typically went through the Project / Build & Run panel if I needed to change the run settings and from there the device selection is not

Re: [Qt-creator] Qt Creator memory consumption on iOS

2014-12-01 Thread Harri Pasanen
I just downloaded today's snapshot. Seems indeed that the leak is gone. Thanks, Harri On 01/12/2014 16:56, Ziller Eike wrote: >> On Dec 1, 2014, at 4:18 PM, Harri Pasanen wrote: >> >> The particular snapshot of Qt Creator I'm using on iOS seems to leak >&

Re: [Qt-creator] Qt code models

2014-12-01 Thread Harri Pasanen
an still reproduce the issue with the latest creator from > http://download.qt-project.org/snapshots/qtcreator/3.3.0-rc1/ > then it would be good if you can try to find out how I can reproduce > it, and open a bug. > > Fawzi >> On 01 Dec 2014, at 15:23, Harri Pasanen > <

Re: [Qt-creator] Qt code models

2014-12-02 Thread Harri Pasanen
On 02/12/2014 08:26, Fawzi Mohamed wrote: On 01 Dec 2014, at 19:49, Harri Pasanen <mailto:ha...@mpaja.com>> wrote: Well, I installed todays version Qt Creator 3.2.82 (3.3.0-rc1-opensource) Based on Qt 5.4.0 (GCC 4.6.1, 64 bit) Built on Dec 1 2014 at 04:12:38 From revision b1dab653

Re: [Qt-creator] Qt code models

2014-12-02 Thread Harri Pasanen
On 02/12/2014 09:16, Harri Pasanen wrote: On 02/12/2014 08:26, Fawzi Mohamed wrote: On 01 Dec 2014, at 19:49, Harri Pasanen <mailto:ha...@mpaja.com>> wrote: Well, I installed todays version Qt Creator 3.2.82 (3.3.0-rc1-opensource) Based on Qt 5.4.0 (GCC 4.6.1, 64 bit) Built on D

[Qt-creator] Add Existing Files suggestion

2014-12-05 Thread Harri Pasanen
It would be cool if the Add Existing Files would filter out files that are already in the project. Use case: I have around 100 files in qrc resources and it is easy to forget adding a file. Often times I only see at runtime that a resource file is missing... What do you think? Harri ___

[Qt-creator] Qt Creator 3.3.0 dumps core

2014-12-11 Thread Harri Pasanen
On Kubuntu 14.04, amd64 (gdb) bt #0 __memmove_ssse3_back () at ../sysdeps/x86_64/multiarch/memcpy-ssse3-back.S:2267 #1 0x7f17d0282a36 in ?? () from /usr/lib/nvidia-331-updates/libGL.so.1 #2 0x7f17d028597f in ?? () from /usr/lib/nvidia-331-updates/libGL.so.1 #3 0x7f17d29108b6 in Q

Re: [Qt-creator] Qt Creator 3.3.0 dumps core: False Alarm

2014-12-11 Thread Harri Pasanen
Sorry for the noise, looks like a linux update that just arrived required a reboot and that was the culprit. Now everything seems to be working..., touch wood. On 11/12/2014 11:36, Harri Pasanen wrote: > On Kubuntu 14.04, amd64 > > (gdb) bt > #0 __memmove_ssse3_back () at

[Qt-creator] Android Target SDK with QC 3.3.0

2014-12-11 Thread Harri Pasanen
I think I saw the Target SDK to go all the way to 21 in some snapshot, but in 3.3.0 final it stops at API 20: Android 4.4W Am I mistaken? Harri ___ Qt-creator mailing list Qt-creator@qt-project.org http://lists.qt-project.org/mailman/listinfo/qt-creator

[Qt-creator] iOS and OSX .mm support

2014-12-18 Thread Harri Pasanen
Objective-C++ syntax highlighter seems to thing @import UIKit; would be in error, but #import is recognized, like #import Is the parse a QC internal thing, or some Kate module, or similar? This is just an observation, I realize there are probably higher priorities. Harri ___

[Qt-creator] Roadmap for iOS support features?

2014-12-19 Thread Harri Pasanen
Is there some public ToDo of qt-creator somewhere? I've been looking at iOS support, and things I'd like to see: Support for arm64 in the generated .xcodeproj arm64/armv7 should be selectable at Qt Creator side, as during development I don't want to build for both architectures. If I recall,

Re: [Qt-creator] iOS and OSX .mm support

2014-12-19 Thread Harri Pasanen
On 19/12/2014 10:16, Ziller Eike wrote: >> On Dec 18, 2014, at 6:44 PM, Harri Pasanen wrote: >> >> Objective-C++ syntax highlighter seems to thing >> >> @import UIKit; >> >> would be in error, but #import is recognized, like >> >> #import

[Qt-creator] Running lupdate from Qt Creator

2015-01-03 Thread Harri Pasanen
I suppose this is only tangentially related to Qt Creator, but since there is Tools/Options/Environment/External Tools/Linguist dialog, perhaps someone knows. My project has bunch of c++ and *.h files and many qml files in a qml subdirectory. All the QML is pulled into the project via a resour

Re: [Qt-creator] Running lupdate from Qt Creator

2015-01-03 Thread Harri Pasanen
On 03/01/2015 19:31, Harri Pasanen wrote: > lupdate -ts stoppola_fi.ts *.cpp qml/*.qml > lupdate error: File 'audiolist.cpp' has no recognized extension. Playing with the command line I realized that -ts must be the last argument. So lupdate *.cpp qml/*.qml -ts stoppola_fi.ts

Re: [Qt-creator] "Editing not possible" solution

2015-01-21 Thread Harri Pasanen
Hi, utf-8 is fine for Asian languages. It is much easier to mandate a source encoding than try to deal with many. iconv is your friend there, use that to convert your files to utf-8 in the command line. Once you have many, things like source repository browsers, web viewers etc. all run into

[Qt-creator] running on iOS simulator

2015-01-27 Thread Harri Pasanen
QC seems to reset the simulator at each run and always picks iPhone 6. This happens even if I just do re-run this configuration. If I Run it from scratch, it will also clean the app data. This is with: Qt Creator 3.3.1 (opensource) Based on Qt 5.4.1 (Clang 6.0 (Apple), 64 bit) Built on Jan 22

Re: [Qt-creator] running on iOS simulator

2015-01-27 Thread Harri Pasanen
On 27/01/2015 20:09, Ziller Eike wrote: >> On Jan 27, 2015, at 17:02, Harri Pasanen wrote: >> >> >> QC seems to reset the simulator at each run and always picks iPhone 6. >> This happens even if I just do re-run this configuration. >> >> If I Run it fro

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

2015-02-05 Thread Harri Pasanen
On 05/02/2015 16:49, Jason H wrote: > When I view the XML source, the XML scrolls off the screen. It does not > provide a scroll bar. > > Isn't this a bug? Sounds like a bug, as with QC 3.3.0 on linux I do have the scroll bar. So platform/version specific bug likely. Harri _

[Qt-creator] Android, Uninstall previous package

2015-03-22 Thread Harri Pasanen
Using QC 3.3.2 there is an option in Run Settings/Deploy configurations to Uninstall previous package. It doesn't work for me, and looking at compile output I see: Uninstalling old Android package org.qtproject.example.MBraille if present. Running command "/home/harri/android-sdk-linux/platfo

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

2015-04-20 Thread Harri Pasanen
Hi, For javascript and QML I imagine QC could provide a live update for debug builds across all mobile platforms and embedded, ideally supporting some transparent shim to make it look as if the source would come from a resource. This should make development and testing changes nearly instantaneo

Re: [Qt-creator] Cannot display QML inside creator, works just fine outside it

2016-02-12 Thread Harri Pasanen
It would be nice to know what graphics drivers were are talking about. Intel, Nvidia and AMD being the likely culprits. On a related side-track, I’ve recently tried to hunt down why the Android emulator does not work on my laptop with Linux. There it appears that the Intel OpenGL is at fault

  1   2   >