Re: [Qt-creator] Which plugins are you working on?

2015-06-01 Thread Ziller Eike
On May 30, 2015, at 3:07 PM, Hermann Fieger hermann.fie...@t-online.de wrote: Hi Tobias, hi everybody, at the moment i'm working on about six plugins for QtCreator. 1. a HTML Editor with a previewer ( with Syntax highlighting, also for php and javascript) 2. a Python3 Editor

Re: [Qt-creator] Submitting a plugin that does not follow the coding style

2015-06-01 Thread Carel Combrink
Dear Oswald, Regarding this issue, is there a quick way to do a dry run on a plugin to see how much a plugin conforms (or does not conform) to the coding style? Regards, -- Check out my SpellChecker Plugin for Qt Creator @ https://github.com/CJCombrink/SpellChecker-Plugin On Mon, Jun 1, 2015

Re: [Qt-creator] Submitting a plugin that does not follow the coding style

2015-06-01 Thread Oswald Buddenhagen
On Sat, May 30, 2015 at 05:40:36PM +0200, Jochen Becher wrote: (1) A static library that implements the modelling backend (entities, persistence, diagrams, UI components) (2) A plugin that links the modelling backend with QtCreator (mostly a new editor for diagrams) (3) A tool to export

Re: [Qt-creator] Question about QtCreator licensing

2015-06-01 Thread Hunger Tobias
Hi Jochen, I am not a lawyer, but as I understand it the CLA grants us the privilege to relicense the code in Qt and Qt Creator (you keep the copyright of course as I read the text). So the Qt Company can actually do that, which in turn would mean the text is ok as I understand it. But again,

Re: [Qt-creator] Push to Gerrit from QtCreator

2015-06-01 Thread Jochen Becher
Of course I did this from console. But I wanted to know how to do it from QtCreator. There is a menu item Push To Gerrit but this seems to use a hardcoded repository origin. At least I couldn't find a way to change that. Regards, Jochen Am Montag, den 01.06.2015, 05:35 + schrieb Blasche

Re: [Qt-creator] Push to Gerrit from QtCreator

2015-06-01 Thread Orgad Shaneh
On Mon, Jun 1, 2015 at 8:03 PM, Jochen Becher jochen_bec...@gmx.de wrote: Of course I did this from console. But I wanted to know how to do it from QtCreator. There is a menu item Push To Gerrit but this seems to use a hardcoded repository origin. At least I couldn't find a way to change