[Bug 1215918] Re: import failure when using a project name with dashes with QML Extension Library + Tabbed Touch UI

2014-12-04 Thread Rolf Leggewie
saucy has seen the end of its life and is no longer receiving any updates. Marking the saucy task for this ticket as Won't Fix. ** Changed in: qtcreator (Ubuntu Saucy) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1215918] Re: import failure when using a project name with dashes with QML Extension Library + Tabbed Touch UI

2014-10-05 Thread Kurt
This affects me without the dashes ever being in the project name but I do have this in my file path of the build Starting /usr/lib/x86_64-linux-gnu/qt5/bin/qmlscene... QProcessPrivate::execChild() failed to chdir to /home/kurt/SDK Files/build-audiorecorder-Desktop-Default/.ubuntu-sdk-deploy

[Bug 1215918] Re: import failure when using a project name with dashes with QML Extension Library + Tabbed Touch UI

2013-08-26 Thread Zsombor Egri
I filed a bug [1] against QML Documentation [2], but the feedback from upstream was that dash does not qualify as valid in module names. However QtC allows the dash to be in a module name... [1] https://bugreports.qt-project.org/browse/QTBUG-33170 [2]

[Bug 1215918] Re: import failure when using a project name with dashes with QML Extension Library + Tabbed Touch UI

2013-08-26 Thread Zoltan Balogh
I have checked how QtC validates the QML Extension project and module names. The validator regular expression '^[A-Za-z0-9]+([A-Za-z0-9-]*[A-Za-z0-9]+)?(\.[A-Za-z0-9]+([-A-Za-z0-9]*[A-Za-z0-9]+)?)*$' specifically allows the - character in the module names. -- You received this bug notification

[Bug 1215918] Re: import failure when using a project name with dashes with QML Extension Library + Tabbed Touch UI

2013-08-25 Thread Zoltan Balogh
** Changed in: qtcreator (Ubuntu Saucy) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1215918 Title: import failure when using a project name with dashes with QML

[Bug 1215918] Re: import failure when using a project name with dashes with QML Extension Library + Tabbed Touch UI

2013-08-25 Thread Zoltan Balogh
** Changed in: qtcreator (Ubuntu Saucy) Assignee: (unassigned) = Zoltan Balogh (bzoltan) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1215918 Title: import failure when using a project name

[Bug 1215918] Re: import failure when using a project name with dashes with QML Extension Library + Tabbed Touch UI

2013-08-25 Thread Zsombor Egri
If you open HelloTab.qml in Qt Creator you will see that it gives the expected token ';' error for the first dash. Though this link [1] does not give any other definition on what is a qualified module name other than is an identifier specified in dotted URI notation, which uniquely identifies the

[Bug 1215918] Re: import failure when using a project name with dashes with QML Extension Library + Tabbed Touch UI

2013-08-23 Thread Jamie Strandboge
** Also affects: qtcreator (Ubuntu Saucy) Importance: Undecided Status: New -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to qtcreator in Ubuntu. https://bugs.launchpad.net/bugs/1215918 Title: import failure when using a project