Re: [Qt-creator] Request advices for Qt Creator plugin developers to adopt API changes easily

2021-02-15 Thread Eike Ziller
about plugins. > > Hope that helps and many thanks for your input, > Cheers, > Jakob > > -Original Message- > From: Eike Ziller > Sent: Monday, 15 February 2021 14:38 > To: Jakob Lettenbichler > Cc: qt-creator@qt-project.org > Subject: Re: [Qt-creator] R

Re: [Qt-creator] Request advices for Qt Creator plugin developers to adopt API changes easily

2021-02-15 Thread Jakob Lettenbichler
From: Eike Ziller Sent: Monday, 15 February 2021 14:38 To: Jakob Lettenbichler Cc: qt-creator@qt-project.org Subject: Re: [Qt-creator] Request advices for Qt Creator plugin developers to adopt API changes easily > On Feb 15, 2021, at 13:02, Jakob Lettenbichler > wrote: > >

Re: [Qt-creator] Request advices for Qt Creator plugin developers to adopt API changes easily

2021-02-15 Thread Eike Ziller
-obvious” ones. That would still not > prevent e.g. behavior changes to go by unnoticed though. And information > about what parts of the API are actually used would probably be helpful in > that regard too. > > Br, Eike > >> Any answer is very welcome, so thanks in a

Re: [Qt-creator] Request advices for Qt Creator plugin developers to adopt API changes easily

2021-02-15 Thread Jakob Lettenbichler
-project.org Subject: *POSSIBLE SPAM* Re: [Qt-creator] Request advices for Qt Creator plugin developers to adopt API changes easily > On Feb 15, 2021, at 08:52, Jakob Lettenbichler > wrote: > > Hiho, > > Sorry to hijack this thread to bring it back on topic: I a

Re: [Qt-creator] Request advices for Qt Creator plugin developers to adopt API changes easily

2021-02-15 Thread Eike Ziller
welcome, so thanks in advance, > > Cheers, > Jakob > > -Original Message- > From: Qt-creator On Behalf Of André > Hartmann > Sent: Sunday, 14 February 2021 16:38 > To: André Pönitz ; Vincent Hui > Cc: qt-creator@qt-project.org > Subject: Re: [Qt-cre

Re: [Qt-creator] Request advices for Qt Creator plugin developers to adopt API changes easily

2021-02-15 Thread Christian Kandeler
On 2/15/21 8:52 AM, Jakob Lettenbichler wrote: The reason for that is, that upgrading from 4.0 to 4.4 took the whole team several weeks to finish (so about 2 man-months) I'm pretty sure the accumulated effort for keeping in sync would be much lower. Christian

Re: [Qt-creator] Request advices for Qt Creator plugin developers to adopt API changes easily

2021-02-14 Thread Jakob Lettenbichler
On Behalf Of André Hartmann Sent: Sunday, 14 February 2021 16:38 To: André Pönitz ; Vincent Hui Cc: qt-creator@qt-project.org Subject: Re: [Qt-creator] Request advices for Qt Creator plugin developers to adopt API changes easily Hi all, sorry for hijacking this thread, but having a terminal integrated

Re: [Qt-creator] Request advices for Qt Creator plugin developers to adopt API changes easily

2021-02-14 Thread André Hartmann
Hi all, sorry for hijacking this thread, but having a terminal integrated into Creator sounds like a great addition. There has been https://bugreports.qt.io/browse/QTCREATORBUG-8511 plus duplicates for years, so maybe that is the chance to get that thing in? Best regards, André On 13.02.21

Re: [Qt-creator] Request advices for Qt Creator plugin developers to adopt API changes easily

2021-02-13 Thread Vincent Hui
Hi André, Thank you very much for your advices. I am just a user of ros_qtc_plugin not a "responsible person". Therefore I cannot make a decision. I think ros_qtc_plugin contributors will make a decision. Thank a lot. br, Vincent On Sat, 13 Feb 2021 at 14:52, André Pönitz wrote: > On

Re: [Qt-creator] Request advices for Qt Creator plugin developers to adopt API changes easily

2021-02-12 Thread André Pönitz
On Wed, Feb 03, 2021 at 11:04:20PM +0800, Vincent Hui wrote: >Hi Andre', Hi. >Sorry for my late reply. >Now the contributors of ros_qtc_plugin are preparing upstreaming >ros_qtc_plugin to Qt Creator repository. > >

Re: [Qt-creator] Request advices for Qt Creator plugin developers to adopt API changes easily

2019-08-06 Thread Carel Combrink
Hi, It would start with putting the plugin code at codereview.qt-project.org, > with target branch 'master'. > I also have this issue as the developer of the SpellChecker-Plugin[1] for Qt Creator. My question is, how does one handle the case where the plugin depends on an external lib, in my

Re: [Qt-creator] Request advices for Qt Creator plugin developers to adopt API changes easily

2019-08-06 Thread André Pönitz
On Tue, Aug 06, 2019 at 10:15:56AM +0800, Vincent Hui wrote: > Hi André, > > Thank you for your reply. > > The author of ROS Qt Creator Plug-in want to submit it to the Qt Creator > source https://github.com/ros-industrial/ros_qtc_plugin/issues/325 . Would > you mind giving him some advices

Re: [Qt-creator] Request advices for Qt Creator plugin developers to adopt API changes easily

2019-08-05 Thread Vincent Hui
Hi André, Thank you for your reply. The author of ROS Qt Creator Plug-in want to submit it to the Qt Creator source https://github.com/ros-industrial/ros_qtc_plugin/issues/325 . Would you mind giving him some advices about what he should do in order to get ROS Qt Creator Plug-in accepted ? br,

Re: [Qt-creator] Request advices for Qt Creator plugin developers to adopt API changes easily

2019-05-08 Thread André Pönitz
On Wed, May 08, 2019 at 11:40:31AM +0800, Vincent Hui wrote: > Hi André, > > Thank you for your advice. > > Does that mean there is a refactoring tool that can adapt pulgins to API > changes easily? No there isn't. The point is that for in-tree plugins some of the operations cause practically

Re: [Qt-creator] Request advices for Qt Creator plugin developers to adopt API changes easily

2019-05-07 Thread Vincent Hui
Hi André, Thank you for your advice. Does that mean there is a refactoring tool that can adapt pulgins to API changes easily? I want know how plugins can get mechanical adapted to API change. br, Vincent On Wed, 8 May 2019 at 05:31, André Pönitz wrote: > On Tue, May 07, 2019 at 04:16:17PM

Re: [Qt-creator] Request advices for Qt Creator plugin developers to adopt API changes easily

2019-05-07 Thread André Pönitz
On Tue, May 07, 2019 at 04:16:17PM +0800, Vincent Hui wrote: > Hi, > > Thank for developing Qt Creator such a great IDE. > > I am a user of ROS Qt Creator Plug-in > . After a new version of > Qt Creator had been released, it took the developer of

[Qt-creator] Request advices for Qt Creator plugin developers to adopt API changes easily

2019-05-07 Thread Vincent Hui
Hi, Thank for developing Qt Creator such a great IDE. I am a user of ROS Qt Creator Plug-in . After a new version of Qt Creator had been released, it took the developer of ROS plugin a long time to adopt Qt Creator API changes to support a new