From robert.griebl at pelagicore.com Mon Jan 9 16:15:36 2017 From: robert.griebl at pelagicore.com (Robert Griebl) Date: Mon, 9 Jan 2017 16:15:36 +0100 Subject: [Automotive] QtAS documentation out of date Message-ID: <6a992b0f-e922-185e-d64d-8044f8b527df@pelagicore.com> Could someone please update the doc-snapshots to not only build the out-dated docs for the 5.7 branches? (especially qtapplicationmanager and qtivi). https://doc-snapshots.qt.io/ Preferably 5.8 + dev, but if only one build can be done, then please switch from 5.7 to 5.8 cu Robert -- Robert Griebl SENIOR SOFTWARE ENGINEER Pelagicore AG Balanstr. 55, 81541 Munich, Germany robert.griebl at pelagicore.com www.pelagicore.com From alistair.adams at qt.io Mon Jan 9 17:27:39 2017 From: alistair.adams at qt.io (Alistair Adams) Date: Mon, 9 Jan 2017 16:27:39 +0000 Subject: [Automotive] QtAS documentation out of date In-Reply-To: <6a992b0f-e922-185e-d64d-8044f8b527df@pelagicore.com> References: <6a992b0f-e922-185e-d64d-8044f8b527df@pelagicore.com> Message-ID: Topi, Venu Can one of you handle this and also confirm that all the doc changes are in the 5.8 branch. Thanks Alistair > -----Original Message----- > From: Automotive [mailto:automotive-bounces+alistair.adams=qt.io at qt- > project.org] On Behalf Of Robert Griebl > Sent: Monday, January 09, 2017 7:16 AM > To: automotive at qt-project.org > Cc: Topi Reini? > Subject: [Automotive] QtAS documentation out of date > > Could someone please update the doc-snapshots to not only build the out- > dated docs for the 5.7 branches? (especially qtapplicationmanager and qtivi). > > https://doc-snapshots.qt.io/ > > Preferably 5.8 + dev, but if only one build can be done, then please switch > from 5.7 to 5.8 > > cu > Robert > > -- > Robert Griebl > SENIOR SOFTWARE ENGINEER > > Pelagicore AG > Balanstr. 55, 81541 Munich, Germany > robert.griebl at pelagicore.com > www.pelagicore.com > _______________________________________________ > Automotive mailing list > Automotive at qt-project.org > http://lists.qt-project.org/mailman/listinfo/automotive From Topi.Reinio at qt.io Tue Jan 10 14:32:11 2017 From: Topi.Reinio at qt.io (=?iso-8859-1?Q?Topi_Reini=F6?=) Date: Tue, 10 Jan 2017 13:32:11 +0000 Subject: [Automotive] QtAS documentation out of date In-Reply-To: <6a992b0f-e922-185e-d64d-8044f8b527df@pelagicore.com> References: <6a992b0f-e922-185e-d64d-8044f8b527df@pelagicore.com> Message-ID: Hi, Switched it now to 5.8 branch. I'll look into generating also from dev branches. \topi -----Original Message----- From: Robert Griebl [mailto:robert.griebl at pelagicore.com] Sent: 9. tammikuuta 2017 16:16 To: automotive at qt-project.org Cc: Topi Reini? Subject: QtAS documentation out of date Could someone please update the doc-snapshots to not only build the out-dated docs for the 5.7 branches? (especially qtapplicationmanager and qtivi). https://doc-snapshots.qt.io/ Preferably 5.8 + dev, but if only one build can be done, then please switch from 5.7 to 5.8 cu Robert -- Robert Griebl SENIOR SOFTWARE ENGINEER Pelagicore AG Balanstr. 55, 81541 Munich, Germany robert.griebl at pelagicore.com www.pelagicore.com From jlamothe at docboxinc.com Tue Jan 10 22:31:06 2017 From: jlamothe at docboxinc.com (Jereme Lamothe) Date: Tue, 10 Jan 2017 21:31:06 +0000 Subject: [Automotive] Qt Virtual Keyboard In-Reply-To: References: Message-ID: Hi Matt. We ran into this same problem at DocBox, there does not appear to be a public API for custom keyboard layouts / styles. When we contacted commercial support about wanting this feature, we were told the development team "didn't see the value in it". This was over a year ago, and I haven't checked in since. It's probably time to do that, I'll send a feature request later today. In the meantime, we made changes to Qt 5.7 Virtual Keyboard's source to enable custom styling / layouts. The changes required to do so are very small (a mere 4 lines!), but would need additional thought and work to warrant submitting to the Qt project. Our custom virtual keyboard layouts / styles (*.qml) are included as resources in a common library used by our apps. We modify VirtualKeyboardStyles::styleImportPath() to search for styles at a known qrc:// URL. To load custom layouts, we point FolderListModel's "folder" property in Keyboard.qml to also point to a known qrc:// URL. I hope this helps! On Tue, Dec 20, 2016 at 6:30 PM Bontrager, Matt < pbontrag at jaguarlandrover.com> wrote: > Hello automotive group. I have a question related to customizing the Qt > Virtual Keyboard. > > Is there a way to customize the layout and style of the Qt Virtual > Keyboard directly in the QML of a project (with the import > QtQuick.VirtualKeyboard 2.1 , etc, in the document head)? > > After researching all of the documentation I could find, the only way I > see to: > > - customize the layout is to make changes directly in the source code > of the plugin (layouts/en_GB/main.qml, etc) > - customize the style is to create a custom directory in the > VirtualKeyboard/Styles directory and point the project to the custom style > > > Thanks in advance for any direction/guidance. > > Best, > *Matt Bontrager* > Senior Software Developer > Future Technology > Infotainment, Electronic and Software Systems > > *T:* +1.971.256.9743 <(971)%20256-9743> *| M: *+1.503.550.0727 > <(503)%20550-0727> > > > Jaguar Land Rover North America, LLC > 1419 NW 14th Avenue, Portland, OR 97209 > JaguarUSA.com | LandRoverUSA.com > > _______________________________________________ > Automotive mailing list > Automotive at qt-project.org > http://lists.qt-project.org/mailman/listinfo/automotive > -------------- next part -------------- An HTML attachment was scrubbed... URL: From alistair.adams at qt.io Tue Jan 10 22:56:02 2017 From: alistair.adams at qt.io (Alistair Adams) Date: Tue, 10 Jan 2017 21:56:02 +0000 Subject: [Automotive] Qt Virtual Keyboard In-Reply-To: References: Message-ID: If I understand the problem correctly, and there?s always a possibility I haven?t, I can say that our friends at Pelagicore have submitted a patch for this https://codereview.qt-project.org/#/c/174616/ and it will be part of Qt 5.9. -Alistair From: Automotive [mailto:automotive-bounces+alistair.adams=qt.io at qt-project.org] On Behalf Of Jereme Lamothe Sent: Tuesday, January 10, 2017 1:31 PM To: Bontrager, Matt ; automotive at qt-project.org Subject: Re: [Automotive] Qt Virtual Keyboard Hi Matt. We ran into this same problem at DocBox, there does not appear to be a public API for custom keyboard layouts / styles. When we contacted commercial support about wanting this feature, we were told the development team "didn't see the value in it". This was over a year ago, and I haven't checked in since. It's probably time to do that, I'll send a feature request later today. In the meantime, we made changes to Qt 5.7 Virtual Keyboard's source to enable custom styling / layouts. The changes required to do so are very small (a mere 4 lines!), but would need additional thought and work to warrant submitting to the Qt project. Our custom virtual keyboard layouts / styles (*.qml) are included as resources in a common library used by our apps. We modify VirtualKeyboardStyles::styleImportPath() to search for styles at a known qrc:// URL. To load custom layouts, we point FolderListModel's "folder" property in Keyboard.qml to also point to a known qrc:// URL. I hope this helps! On Tue, Dec 20, 2016 at 6:30 PM Bontrager, Matt > wrote: Hello automotive group. I have a question related to customizing the Qt Virtual Keyboard. Is there a way to customize the layout and style of the Qt Virtual Keyboard directly in the QML of a project (with the import QtQuick.VirtualKeyboard 2.1 , etc, in the document head)? After researching all of the documentation I could find, the only way I see to: * customize the layout is to make changes directly in the source code of the plugin (layouts/en_GB/main.qml, etc) * customize the style is to create a custom directory in the VirtualKeyboard/Styles directory and point the project to the custom style Thanks in advance for any direction/guidance. Best, Matt Bontrager Senior Software Developer Future Technology Infotainment, Electronic and Software Systems T: +1.971.256.9743 | M: +1.503.550.0727 [http://www.jaguarlandrover.com/email/jlr.jpg] Jaguar Land Rover North America, LLC 1419 NW 14th Avenue, Portland, OR 97209 JaguarUSA.com | LandRoverUSA.com _______________________________________________ Automotive mailing list Automotive at qt-project.org http://lists.qt-project.org/mailman/listinfo/automotive -------------- next part -------------- An HTML attachment was scrubbed... URL: From jlamothe at docboxinc.com Tue Jan 10 23:12:17 2017 From: jlamothe at docboxinc.com (Jereme Lamothe) Date: Tue, 10 Jan 2017 22:12:17 +0000 Subject: [Automotive] Qt Virtual Keyboard In-Reply-To: References: Message-ID: Very cool, thank you for sending that along. It looks like Qt 5.9 will resolve the custom keyboard layout problem for us. On Tue, Jan 10, 2017 at 4:56 PM Alistair Adams wrote: > If I understand the problem correctly, and there?s always a possibility I > haven?t, I can say that our friends at Pelagicore have submitted a patch > for this https://codereview.qt-project.org/#/c/174616/ and it will be > part of Qt 5.9. > > > > -Alistair > > > > *From:* Automotive [mailto:automotive-bounces+alistair.adams= > qt.io at qt-project.org] *On Behalf Of *Jereme Lamothe > *Sent:* Tuesday, January 10, 2017 1:31 PM > *To:* Bontrager, Matt ; > automotive at qt-project.org > *Subject:* Re: [Automotive] Qt Virtual Keyboard > > > > Hi Matt. We ran into this same problem at DocBox, there does not appear to > be a public API for custom keyboard layouts / styles. When we contacted > commercial support about wanting this feature, we were told the development > team "didn't see the value in it". This was over a year ago, and I haven't > checked in since. It's probably time to do that, I'll send a feature > request later today. > > > > In the meantime, we made changes to Qt 5.7 Virtual Keyboard's source to > enable custom styling / layouts. The changes required to do so are very > small (a mere 4 lines!), but would need additional thought and work to > warrant submitting to the Qt project. Our custom virtual keyboard layouts / > styles (*.qml) are included as resources in a common library used by our > apps. We modify VirtualKeyboardStyles::styleImportPath() to search for > styles at a known qrc:// URL. To load custom layouts, we point > FolderListModel's "folder" property in Keyboard.qml to also point to a > known qrc:// URL. I hope this helps! > > > > On Tue, Dec 20, 2016 at 6:30 PM Bontrager, Matt < > pbontrag at jaguarlandrover.com> wrote: > > Hello automotive group. I have a question related to customizing the Qt > Virtual Keyboard. > > > > Is there a way to customize the layout and style of the Qt Virtual > Keyboard directly in the QML of a project (with the import > QtQuick.VirtualKeyboard 2.1 , etc, in the document head)? > > > > After researching all of the documentation I could find, the only way I > see to: > > - customize the layout is to make changes directly in the source code > of the plugin (layouts/en_GB/main.qml, etc) > - customize the style is to create a custom directory in the > VirtualKeyboard/Styles directory and point the project to the custom style > > > > Thanks in advance for any direction/guidance. > > > Best, > > *Matt Bontrager* > > Senior Software Developer > > Future Technology > > Infotainment, Electronic and Software Systems > > > > *T:* +1.971.256.9743 <(971)%20256-9743> *| M: *+1.503.550.0727 > <(503)%20550-0727> > > > > > > Jaguar Land Rover North America, LLC > > 1419 NW 14th Avenue, Portland, OR 97209 > > JaguarUSA.com | LandRoverUSA.com > > > _______________________________________________ > Automotive mailing list > Automotive at qt-project.org > http://lists.qt-project.org/mailman/listinfo/automotive > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From 754833745 at qq.com Tue Jan 17 09:38:20 2017 From: 754833745 at qq.com (=?ISO-8859-1?B?TGFycnk=?=) Date: Tue, 17 Jan 2017 16:38:20 +0800 Subject: [Automotive] how to build qt3d editor? Message-ID: Is there anyone knows, please! os: ubuntu 16.04 Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: From arasbm at gmail.com Wed Jan 25 17:18:59 2017 From: arasbm at gmail.com (Aras Balali Moghaddam) Date: Wed, 25 Jan 2017 08:18:59 -0800 Subject: [Automotive] does the project accept volunteer contributions? Message-ID: Hello, I have been playing around with the neptune ui on and off, mostly to learn about good practices in developing large qml applications. I have some ideas for new controls but before I make an anything I thought I should do some small bug fixes or other issues to get familiar with your development process. Do you have an issue list somewhere and would you be interested in assigning a small issue to me for a few days? Thanks! Aras -------------- next part -------------- An HTML attachment was scrubbed... URL: