Re: [Qt-creator] MSVC: Fix Microsoft Visual Cpp Build Tools - not working for MSVC2015

2016-06-06 Thread Eike Ziller
xt snapshots (https://codereview.qt-project.org/161554) Thanks and best regards, Eike -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@qt.io +123 45 6789012 http://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja Sitz

Re: [Qt-creator] Persistent App store get-task-allow issue

2016-06-10 Thread Eike Ziller
Has anyone noticed this and/or can anyone explain this? It takes several > minutes to complete the transfer with Xcode, so it is a pain when the result > is an error. > > ___ > Qt-creator mailing list > Qt-creator@qt-project.org &g

Re: [Qt-creator] Creator hangs on start trying to load help.dll

2016-05-31 Thread Eike Ziller
0x771559bd > 48RtlUserThreadStart ntdll 0x7728a2e1 > > Is this a (known) issue/bug or am I doing something wrong? > > Cheers > Immanuel > > > > ___ > Qt-creator mailing list > Q

Re: [Qt-creator] [OS X] Dock icon progress widget

2016-06-21 Thread Eike Ziller
Qt/macOS developers, to be asked on the development@ mailing list ;) -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@qt.io +123 45 6789012 http://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja Sitz der Gesellschaft: Ber

[Qt-creator] Dev: Reminder: Qt Creator 4.1 feature freeze scheduled for next week

2016-06-17 Thread Eike Ziller
. https://wiki.qt.io/Qt_Creator_Releases -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@qt.io +123 45 6789012 http://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja Sitz der Gesellschaft: Berlin, Registergericht

Re: [Qt-creator] 12GB for Creator? (OSX)

2016-06-16 Thread Eike Ziller
documents. Dor Qt Creator 4.1 we added automatic releasing of resources of “old” documents (in general for the “text” editors, not just the code model), so this should not happen to that extend any more. Br, Eike -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D

[Qt-creator] Proposing David Schulz as maintainer for QtC text editors and CDB integration

2016-06-17 Thread Eike Ziller
,n,z Br, Eike -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@qt.io +123 45 6789012 http://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB

Re: [Qt-creator] QtCreator plugin — name is missing

2016-05-19 Thread Eike Ziller
n something like Qt Creator 3.3. Nowadays plugins need to specify all their meta data in .json(.in) files directly (which were auto generated, but only barely sufficient for Qt 5’s plugin system before Qt Creator 3.3) Br, Eike -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudo

Re: [Qt-creator] QtCreator plugin — name is missing

2016-05-19 Thread Eike Ziller
> On May 19, 2016, at 8:56 AM, Eike Ziller <eike.zil...@qt.io> wrote: > > >> On May 7, 2016, at 3:37 AM, Jieyun Fu <jieyu...@gmail.com> wrote: >> >> Apologies ahead for the basic question .. >> >> I am trying to install a QtCreator plugin

Re: [Qt-creator] Ok to skip compiling Qt Creator first when building my plugin in Linux?

2016-05-17 Thread Eike Ziller
n names and adding the title "EXPORTS" > lib /def:core.def /out:core.lib I’ve got a WIP patch that collects the necessary output of a Qt Creator build, and fixes finding the location of Qt Creator.app on OS X here: https://codereview.qt-project.org/157413 Br, Eike > &

Re: [Qt-creator] Ok to skip compiling Qt Creator first when building my plugin in Linux?

2016-05-17 Thread Eike Ziller
> On May 15, 2016, at 07:14, Henry Skoglund wrote: > > Hi, > > when working in Qt Creator I use my homegrown plugin, built for Qt Creator in > Ubuntu, OSX and Windows. It works nicely except when there's a new release of > Qt Creator, then you need to download and

Re: [Qt-creator] Autocomplete oddities

2016-05-18 Thread Eike Ziller
https://bugreports.qt.io/browse/QTBUG-52230 > > though. You can check with a recent 4.0.1 snapshot, which is based on a Qt 5.6.1 prebuild, which should have the fix for QTBUG-52230 http://download.qt.io/snapshots/qtcreator/4.0.1/ Br, Eike > > __

Re: [Qt-creator] Autocomplete oddities

2016-05-18 Thread Eike Ziller
; Sean > _______ > Qt-creator mailing list > Qt-creator@qt-project.org > http://lists.qt-project.org/mailman/listinfo/qt-creator -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@

Re: [Qt-creator] Building a plugin on windows.

2016-04-20 Thread Eike Ziller
> On Apr 20, 2016, at 10:25 AM, Eike Ziller <eike.zil...@qt.io> wrote: > >> >> On Apr 20, 2016, at 7:44 AM, Hugo Parente Lima <hugo...@gmail.com> wrote: >> >> Hi, >> >> I'm a newbie about Windows but started to try to compile my QtC plu

Re: [Qt-creator] Building a plugin on windows.

2016-04-20 Thread Eike Ziller
s QtC > install, however these plugins exists when I compile QtC on Linux. should I > add some Windows specific flag in the .pro? > > Thanks in advance. > > [1] https://github.com/hugopl/RubyCreator/ > > ___ > Qt-creator mai

Re: [Qt-creator] Building a plugin on windows.

2016-04-20 Thread Eike Ziller
> On Apr 20, 2016, at 10:27 AM, Eike Ziller <eike.zil...@qt.io> wrote: > >> >> On Apr 20, 2016, at 10:25 AM, Eike Ziller <eike.zil...@qt.io> wrote: >> >>> >>> On Apr 20, 2016, at 7:44 AM, Hugo Parente Lima <hugo...@gmail.com> wrote:

Re: [Qt-creator] I thought creator 4 was supposed to handle lupdate_only

2016-08-10 Thread Eike Ziller
is was supposed to be fixed in QtC 4? As far as I can read from https://bugreports.qt.io/browse/QTCREATORBUG-15838 the goal seems to be to get rid of the need for lupdate_only in Qt. -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil..

Re: [Qt-creator] "promote to" for a custum (designer) widget

2016-07-18 Thread Eike Ziller
ut from the previous mentions of "compare the API of the missing widget with those of standard Qt widgets” and "For specialized widgets that do not share a common API with standard Qt widgets,...” I’d conclude that “suitable base class” == “standard Qt widget”. Br, Eike -- Eike Ziller P

Re: [Qt-creator] QtCreator 4.0.2. does not use my Ubuntu theme.

2016-06-27 Thread Eike Ziller
rent icon set). I have seen that in the past > already. > > Why does this happen and how can I fix it? I know that building > QtCreator myself fixes it because that's what I did in the past but > currently I'd prefer to use the official version. https://bugreports.qt.io/browse/QTCREATORBUG

Re: [Qt-creator] QtCreator 4.1 "Installer"?

2016-07-07 Thread Eike Ziller
qt-project.org >> http://lists.qt-project.org/mailman/listinfo/qt-creator > > -- > Jake Petroules - jake.petrou...@qt.io > Consulting Services Engineer - The Qt Company > Qbs build tool evangelist - qbs.io > > ___ > Qt-creator m

Re: [Qt-creator] QtCreator 4.1 "Installer"?

2016-07-07 Thread Eike Ziller
> On Jul 7, 2016, at 08:10, Eike Ziller <eike.zil...@qt.io> wrote: > >> >> On Jul 6, 2016, at 19:47, Jake Petroules <jake.petrou...@qt.io> wrote: >> >> I agree this is a -1. Is this something we're just doing for the beta and >> the final

Re: [Qt-creator] QtCreator 4.1 "Installer"?

2016-07-08 Thread Eike Ziller
> On Jul 7, 2016, at 5:36 PM, Jake Petroules <jake.petrou...@qt.io> wrote: > >> >> On Jul 6, 2016, at 11:10 PM, Eike Ziller <eike.zil...@qt.io> wrote: >> >> >>> On Jul 6, 2016, at 19:47, Jake Petroules <jake.petrou...@qt.io> wrote: &g

Re: [Qt-creator] Help rendering

2016-06-30 Thread Eike Ziller
___ > Qt-creator mailing list > Qt-creator@qt-project.org > http://lists.qt-project.org/mailman/listinfo/qt-creator -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@qt.io +123 45 6789012 h

[Qt-creator] Dev: Increasing requirements for building Qt Creator 4.2(master)

2016-06-30 Thread Eike Ziller
platform version. Regarding Qt, Qt 5.7 is out, and when Qt Creator 4.2 releases there will probably Qt 5.8, so it should be fine to up the requirements to Qt 5.6. Comments welcome, you can also cast your vote on https://codereview.qt-project.org/163933 Br, Eike -- Eike Ziller Principal Software

Re: [Qt-creator] Dev: Increasing requirements for building Qt Creator 4.2(master)

2016-06-30 Thread Eike Ziller
the Clang version that the C++ code model uses to parse user code. This is completely independent from what Clang version can be used to compile Qt Creator. Our Qt Creator 4.1 binaries ship libclang 3.8 for the Clang code model. Br, Eike > >> On Jun 30, 2016, at 3:22 AM, Eike Zille

Re: [Qt-creator] Dev: Increasing requirements for building Qt Creator 4.2(master)

2016-06-30 Thread Eike Ziller
> On Jul 1, 2016, at 06:58, Eike Ziller <eike.zil...@qt.io> wrote: > > >> On Jun 30, 2016, at 17:27, Jake Petroules <jake.petrou...@qt.io> wrote: >> >> I'd also like to propose requiring the latest LLVM 3.8, and to start keeping >> it up to date

Re: [Qt-creator] clangrefactoring tool does not build with Xcode 8.2 and Qt5.6

2017-02-07 Thread Eike Ziller
lude/c++/v1/future:1175:17: > note: > in instantiation of member function > > 'std::__1::__assoc_state::move' > requested here >return __s->move(); >^ > /Users/andreas/src/qt-creator/src/tools/clangrefactoringbackend/source/refactoringse

Re: [Qt-creator] clangrefactoring tool does not build with Xcode 8.2 and Qt5.6

2017-02-08 Thread Eike Ziller
> On Feb 7, 2017, at 4:32 PM, Andreas Pakulat <ap...@gmx.de> wrote: > > Hi, > > On Tue, Feb 7, 2017 at 3:28 PM, Eike Ziller <eike.zil...@qt.io> wrote: >> Looks like std::future is not available with 10.7 compatibility. >> I don’t have Qt 5.6 here, ca

Re: [Qt-creator] Suggestions for "New File or Project" dialog

2017-02-14 Thread Eike Ziller
• Other Projects > • Non-Qt Projects > • Application > • Library > • Import Project > • Files and Class > • > > Kind regards, > Aleksei Skorodumov > _

Re: [Qt-creator] Generic highlighter für Bitbake *.inc files

2017-01-16 Thread Eike Ziller
ist > Qt-creator@qt-project.org > http://lists.qt-project.org/mailman/listinfo/qt-creator -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@qt.io http://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Ha

[Qt-creator] Proposal: Increase requirements for compiling Qt Creator to GCC>=4.9

2017-01-16 Thread Eike Ziller
d be pretty clear from context. In other situations, it is not so clear. Also the gain, for single-use lambdas and when the type names are not too long, is very small. Br, Eike -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@qt.io h

Re: [Qt-creator] Qt 5.8 - Creator 4.2.1: Issue configuring a project for iOS

2017-03-01 Thread Eike Ziller
ning is sort of wrong and harmless. Br, Eike > > thx > > ekke > ___ > Qt-creator mailing list > Qt-creator@qt-project.org > http://lists.qt-project.org/mailman/listinfo/qt-creator -- Eike Ziller Principal Software Engine

[Qt-creator] Dev: Qt Creator master doesn't open projects/files

2017-02-27 Thread Eike Ziller
If you pull Qt Creator master branch, and afterwards Qt Creator does not open projects anymore etc: You need to force a rebuild of the embedded plugin descriptions, eg. by touch all plugin header files: find -iname “*plugin*” -exec touch {} \; make (Reason being that the mimetype

[Qt-creator] Proposal: Adding std::(experimental::)optional

2016-08-24 Thread Eike Ziller
urrentEditor() though ;) ) https://codereview.qt-project.org/165120 -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@qt.io http://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja Sitz der Gesellschaft: Berlin, Registe

Re: [Qt-creator] Bundling clang (for code model) with qt-creator package

2016-08-31 Thread Eike Ziller
.qt.io/cgit/qtsdk/qtsdk.git/tree/packaging-tools/build_clang.py Deployment into Qt Creator binary packages: http://code.qt.io/cgit/qt-creator/qt-creator.git/tree/scripts/deployqt.py?h=4.1#n200 Br, Eike > I would like to see the exact configuration flags and which source code > tarballs of

[Qt-creator] Dev: Qt Creator 4.2 branch created

2016-10-05 Thread Eike Ziller
in 4.2. Br, Eike (*) https://wiki.qt.io/Qt_Creator_Releases -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@qt.io http://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja Sitz der Gesellschaft: Berlin, Registergericht

Re: [Qt-creator] Proposal: Adding std::(experimental::)optional

2016-08-26 Thread Eike Ziller
> On Aug 25, 2016, at 8:25 PM, Giuseppe D'Angelo <dange...@gmail.com> wrote: > > On Wed, Aug 24, 2016 at 1:57 PM, Eike Ziller <eike.zil...@qt.io> wrote: >> - "optional<IEditor*> EditorManager::currentEditor() const” makes it >> explicit that

Re: [Qt-creator] Beautifier Plugin Addition

2016-08-29 Thread Eike Ziller
Any disclosure, copying, distribution or use of this communication >> (including attachments) by someone other than the intended recipient is >> prohibited. Thank you. >> ___ >> Qt-creator mailing list >> Qt-creator@qt-proj

Re: [Qt-creator] Beautifier Plugin Addition

2016-08-29 Thread Eike Ziller
It could be added as an option to the external tools, as Lorenz Haas suggested. > Corey > > -Original Message- > From: Riitta-Leena Miettinen [mailto:riitta-leena.mietti...@qt.io] > Sent: Monday, August 29, 2016 3:05 AM > To: Eike Ziller <eike.zil...@qt.io>; Typz <thet

Re: [Qt-creator] help with custom qch

2016-09-28 Thread Eike Ziller
out leading # ;) Br, Eike > Thanks, > Mohammad > > > ___ > Qt-creator mailing list > Qt-creator@qt-project.org > http://lists.qt-project.org/mailman/listinfo/qt-creator -- Eike Ziller Principal Software Engineer The Qt Compan

Re: [Qt-creator] Qt Creator Sharing Project Configurations

2016-09-28 Thread Eike Ziller
kits with pre-set Qt versions. > > Any help is appreciated! > > -- > Jack Sanchez > ___ > Qt-creator mailing list > Qt-creator@qt-project.org > http://lists.qt-project.org/mailman/listinfo/qt-creator -- Eike Ziller Principal Software

Re: [Qt-creator] Running linguist from external tools with arguments (Ts-Files)?

2016-11-10 Thread Eike Ziller
${TARGET}_fr_FR.ts > > But I think this solution only works if the translations are generated where > your .pro file is and you manage translations the same in all your projects. > > Julien. > > _______ > Qt-creator mailing list >

[Qt-creator] Qt Creator 4.2 string freeze and soft API freeze

2016-11-10 Thread Eike Ziller
It is two weeks after the Qt Creator 4.2 beta release, so we are entering string freeze and soft API freeze. https://wiki.qt.io/Qt_Creator_Releases https://wiki.qt.io/Submit-Policies Br, Eike -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin

Re: [Qt-creator] Qt Creator for Linux Kernel Development

2016-11-23 Thread Eike Ziller
code bases for > vulnerabilities and improving the security of systems. > > Let me know if you are interested in assisting with this. > > Thanks, > Jason > > > > [1] https://www.wireguard.io/ > [2] https://data.zx2c4.com/qt-creator-wireguard-development.png > ___

Re: [Qt-creator] About building plugins without whole source tree

2016-11-23 Thread Eike Ziller
hould also work on all platforms (Lin/Win/mac). Br, Eike -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@qt.io http://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja Sitz der Gesellschaft: Berlin, Registe

Re: [Qt-creator] Recommendations for 3rd-party QCH file installation folder for easy discovery?

2016-11-22 Thread Eike Ziller
ones. > > So once that support works, there will be dozens of QCH files which currently > would each need manual work by the user to have them added to Qt Assistant & > Co. Not perfect! > > Cheers > Friedrich > ___ &g

Re: [Qt-creator] Feature branch request: Fossil SCM integration plugin

2016-11-16 Thread Eike Ziller
has the main Qt Creator repository and add-on plugin repositories as submodules. This way making it much easier to find and build add-on plugins. As a second step we also want to build and provide binaries of the add-on plugins for download. Br, Eike -- Eike Ziller Principal Software Engin

Re: [Qt-creator] Licence file per session or project

2016-11-04 Thread Eike Ziller
> On Nov 4, 2016, at 6:01 AM, Wilhelm <wilhelm.me...@fh-kl.de> wrote: > > Is it possible to define different license files per project (or session)? Unfortunately currently not. Br, Eike -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13

Re: [Qt-creator] Dev: Qt Creator 4.2 branch created

2016-10-12 Thread Eike Ziller
> On Oct 5, 2016, at 4:06 PM, Eike Ziller <eike.zil...@qt.io> wrote: > > In anticipation of the feature freeze for 4.2 (*), I’ve created the 4.2 > branch. > > Please start targeting the 4.2 branch instead of master. A final merge from > master to 4.2 will be don

Re: [Qt-creator] Switching kits

2016-10-12 Thread Eike Ziller
e is currently a delay (feels like about 3 seconds?) before the project is reparsed after the last change, so that should already work that way? (When using the target selector above the run button, the involved mouse moving work is also smaller than doing it in projects mode.) Br, Eike -- Eike

Re: [Qt-creator] same project multi installations in Qt Creator

2016-10-11 Thread Eike Ziller
> On Oct 11, 2016, at 08:20, ekke <e...@ekkes-corner.org> wrote: > > Am 11.10.16 um 08:16 schrieb Eike Ziller: >>> On Oct 10, 2016, at 19:22, ekke <e...@ekkes-corner.org> >>> wrote: >>> >>> Hi, >>> >>> I'm having some

Re: [Qt-creator] Bundling clang (for code model) with qt-creator package

2016-12-12 Thread Eike Ziller
> On Dec 12, 2016, at 3:13 AM, Andrzej Telszewski <atelszew...@gmail.com> wrote: > > On 31/08/16 09:12, Eike Ziller wrote: >> The default path that the clang static analyzer checks is >> libexec/qtcreator/clang/ (+bin/clang etc) >> http://code.qt.io/cgit/q

Re: [Qt-creator] Build AND deploy shared library

2016-12-12 Thread Eike Ziller
> Qt-creator mailing list > Qt-creator@qt-project.org > http://lists.qt-project.org/mailman/listinfo/qt-creator -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@qt.io http://qt.io Geschäftsführer: Mika Pälsi, J

Re: [Qt-creator] iOS: template plist not expanded

2017-03-27 Thread Eike Ziller
o.plist.app > > However, when building, the @@ macros do not get expanded, so the > resulting plist file in the app looks like: > > ... > CFBundleExecutable > @EXECUTABLE@ > a.s.o... > > What am I doing wrong ? This seems to work “as intended”: https://bu

Re: [Qt-creator] iOS: template plist not expanded

2017-03-27 Thread Eike Ziller
l Message- >> From: mike.k...@kdab.com [mailto:mike.k...@kdab.com] >> Sent: den 27 mars 2017 09:41 >> To: Robert Bielik <robert.bie...@dirac.com> >> Cc: Eike Ziller <eike.zil...@qt.io>; qt-creator@qt-project.org >> Subject: Re: [Qt-creator] iOS: template p

Re: [Qt-creator] Remind me again... QML are in Sources?

2017-03-10 Thread Eike Ziller
ctually > structured. > > Am I wrong, did anyone prefer the old way, or is this somehow better in a way > I don't understand? See https://bugreports.qt.io/browse/QTCREATORBUG-15619 Br, Eike -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Be

[Qt-creator] Dev: Qt Creator 4.3 branch created

2017-03-08 Thread Eike Ziller
automatically end up in 4.3. Br, Eike (*) https://wiki.qt.io/Qt_Creator_Releases -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@qt.io http://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius, Mika Harjuaho Sitz der Gesellschaft: Berlin

Re: [Qt-creator] Qt Creator 4.4 Windows Compiler

2017-08-15 Thread Eike Ziller
er Plugin. Same as before: MSVC2015 (Update 3) Br, Eike -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@qt.io http://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius, Mika Harjuaho Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht

Re: [Qt-creator] Clang code model still borked?

2017-07-11 Thread Eike Ziller
> On Jul 11, 2017, at 13:10, Nikos Chantziaras <rea...@gmail.com> wrote: > > On 11/07/17 09:29, Eike Ziller wrote: >>> On Jul 10, 2017, at 18:39, Nikos Chantziaras <rea...@gmail.com> wrote: >>> >>> I wanted to give the Clang code model a try ag

Re: [Qt-creator] Clang code model still borked?

2017-07-11 Thread Eike Ziller
arguments: > > http://i.imgur.com/SERKkdW.png > > Which is obviously not useful at all. > > Is the Clang model still considered experimental? That is https://bugreports.qt.io/browse/QTCREATORBUG-14882 which will be fixed in 4.4 Br, Eike -- Eike Ziller Principal Software Engineer Th

[Qt-creator] [Dev] Qt Creator 4.4 string freeze next week

2017-07-28 Thread Eike Ziller
This is a friendly reminder to all Qt Creator developers that string/UI freeze and soft ABI freeze of Qt Creator 4.4 is scheduled for next week, so please make sure everything is as ready as it should be in this regard. https://wiki.qt.io/Qt_Creator_Releases Br, Eike -- Eike Ziller Principal

Re: [Qt-creator] Dev: Qt Creator 4.4 branch created

2017-07-05 Thread Eike Ziller
> On 28. Jun 2017, at 11:24, Eike Ziller <eike.zil...@qt.io> wrote: > > In preparation for the feature freeze of Qt Creator 4.4 (*), I’ve created the > 4.4 branch from master. > > Please start targeting the 4.4 branch instead of master. A final merge from > mast

Re: [Qt-creator] Qt Creator 4.3.0 and Qt-5.9.0: problems with integrated cmake support

2017-06-28 Thread Eike Ziller
Reg. Court: District Court for Civil Law Cases, Graz > Com. Reg. No.: FN 288779a, VAT No.: ATU63254329 > > ___ > Qt-creator mailing list > Qt-creator@qt-project.org > http://lists.qt-project.org/mailman/listinfo/qt-creator --

[Qt-creator] Dev: Qt Creator 4.4 branch created

2017-06-28 Thread Eike Ziller
then will also automatically end up in 4.4. Br, Eike (*) https://wiki.qt.io/Qt_Creator_Releases -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@qt.io http://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius, Mika Harjuaho Sitz der

[Qt-creator] Nominating Vikas Pachdha for Approver status

2017-05-15 Thread Eike Ziller
Hereby I nominate Vikas Pachdha for Approver status. He has been defacto maintaining iOS support in Qt Creator since a year. https://codereview.qt-project.org/#/q/owner:%22Vikas+Pachdha%22+status:merged,n,z Br, -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee

Re: [Qt-creator] disable CMake Server mode?

2017-05-09 Thread Eike Ziller
which is very annoying since I use a rather large project. > Is there a way to not use CMake Server mode in Qt 4.3rc1? I think not using servermode currently is only possibly by using CMake < 3.7 Br, Eike -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D

Re: [Qt-creator] Editor bug – cursor keeps jumping to the end

2017-06-20 Thread Eike Ziller
ected behavior, please add a report at >> bugreports.qt.io . >> >> Thanks >> >> David > ___ > Qt-creator mailing list > Qt-creator@qt-project.org > http://lists.qt-project.org/mailman/listinfo/qt-creator -- Eike Ziller Principal Software Engineer The

Re: [Qt-creator] Editor bug – cursor keeps jumping to the end

2017-06-22 Thread Eike Ziller
> On Jun 22, 2017, at 10:20, Joerg Bornemann <joerg.bornem...@qt.io> wrote: > > On 20/06/2017 09:13, Eike Ziller wrote: > >>> On 19. Jun 2017, at 18:26, Jason H <jh...@gmx.com> wrote: >>> >>> I thought it was just me, but I'm seeing this t

Re: [Qt-creator] Editor bug – cursor keeps jumping to the end

2017-06-26 Thread Eike Ziller
up, TextEdit, Safari is doing the BOD, EOD. It > seems that only Apple apps use the document navigation? Native macOS application do it, not only from Apple. Br, Eike > Sent: Thursday, June 22, 2017 at 4:33 AM >> From: "Eike Ziller" <eike.zil...@qt.io> >> To: "J

Re: [Qt-creator] How to depend on Qt-Creator target

2017-05-31 Thread Eike Ziller
Any help is really appreciated :) > > Best, > Marcel > ___ > Qt-creator mailing list > Qt-creator@qt-project.org > http://lists.qt-project.org/mailman/listinfo/qt-creator -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudowe

Re: [Qt-creator] Qt Creator 4.3.0, Qt 5.9.0: problems with cmake support

2017-06-02 Thread Eike Ziller
yright (C) Microsoft Corporation. All rights reserved. > > CMakeCXXCompilerId.cpp > > My conclusion: QtCreator/cmake did not find the compiler. > > The BOOST mailing list had some discussion about problems with VS2017 some > weeks ago. > Some links: > https://lists.b

Re: [Qt-creator] RubyCreator upstream or not upstream

2017-05-04 Thread Eike Ziller
ub.com/hugopl/RubyCreator >> >> Thanks >> -- >> Hugo >> >> ___ >> Qt-creator mailing list >> Qt-creator@qt-project.org >> http://lists.qt-project.org/mailman/listinfo/qt-creator > ___

Re: [Qt-creator] Bug

2017-05-04 Thread Eike Ziller
> On May 4, 2017, at 10:46 AM, Igor Mironchik <igor.mironc...@gmail.com> wrote: > > > > 2017-05-04 11:43, Eike Ziller пишет: >>> On May 4, 2017, at 10:31 AM, Igor Mironchik <igor.mironc...@gmail.com> >>> wrote: >>> >>> Hello, >

[Qt-creator] Dev: Qt Creator 4.5 branch created

2017-09-19 Thread Eike Ziller
In preparation for the feature freeze of Qt Creator 4.5 (*), I’ve created the 4.5 branch from master. Please start targeting the 4.5 branch instead of master. A final merge from master to 4.5 will be done next week after the feature freeze, so your open changes for master that you submit until

Re: [Qt-creator] Couple of questions about the design of Qt Creator

2017-10-04 Thread Eike Ziller
> On 2. Oct 2017, at 09:29, Elvis Stansvik <elvst...@gmail.com> wrote: > > 2017-09-11 10:00 GMT+02:00 Elvis Stansvik <elvst...@gmail.com>: >> 2017-09-11 9:50 GMT+02:00 Eike Ziller <eike.zil...@qt.io>: >>> >>>> On Sep 11, 2017, at 09:24, Elvi

Re: [Qt-creator] New file manager panel.

2017-10-13 Thread Eike Ziller
> Qt-creator mailing list > Qt-creator@qt-project.org > http://lists.qt-project.org/mailman/listinfo/qt-creator -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@qt.io http://qt.io

Re: [Qt-creator] New file manager panel.

2017-10-16 Thread Eike Ziller
__ > Qt-creator mailing list > Qt-creator@qt-project.org > http://lists.qt-project.org/mailman/listinfo/qt-creator -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@qt.io http://qt.io Geschäftsführer:

Re: [Qt-creator] Couple of questions about the design of Qt Creator

2017-09-11 Thread Eike Ziller
class should get >> the interface 'I' in its name? The same with e.g. IContext, though >> that one at least has a few virtuals and is used as a base class (but >> no pure ones AFAICS, so still concrete). >> >> 2. The relatively liberal use of singleton classes. We all know that >

Re: [Qt-creator] Couple of questions about the design of Qt Creator

2017-09-11 Thread Eike Ziller
y. I'm just > interested in if you have some (spoken or unspoken) policy regarding > singletons in the project. Do you want to minimize the use of them, or > is it OK for newer code, or is it judged on a case-by-case basis? Have > you had any moments where you really wish you hadn't use

Re: [Qt-creator] 4.4 Freezes/crashes

2017-09-11 Thread Eike Ziller
libdyld.dylib 0x7fffd797a235 start + 1 > > --- > Andy Maloney // https://asmaloney.com > twitter ~ @asmaloney > > > ___ > Qt-creator mailing list > Qt-creator@qt-project.org > http://lists.qt-p

Re: [Qt-creator] Couple of questions about the design of Qt Creator

2017-09-11 Thread Eike Ziller
> On Sep 10, 2017, at 13:09, Elvis Stansvik wrote: > > Right, the two-phase plugin initialization and object pool is quite > well described in the docs: > >https://doc-snapshots.qt.io/qtcreator-extending/plugin-lifecycle.html > > I think my question was a little vague,

Re: [Qt-creator] Which engine is used to display HTML?

2017-09-11 Thread Eike Ziller
TextBrowser good enough to present a usable rendering of the > generated Qt docs at all? The Qt documentation was adapted, so that Qt 5.6 and later documentation looks ok(-ish), and some things in QTextBrowser were fixed such that previous documentation should at least be bearable/readable. Br, Ei

Re: [Qt-creator] Couple of questions about the design of Qt Creator

2017-09-12 Thread Eike Ziller
> On 12. Sep 2017, at 11:42, Elvis Stansvik <elvst...@gmail.com> wrote: > > 2017-09-11 9:50 GMT+02:00 Eike Ziller <eike.zil...@qt.io>: >> >>> On Sep 11, 2017, at 09:24, Elvis Stansvik <elvst...@gmail.com> wrote: >>> >>> 2017-09-10 11

Re: [Qt-creator] Time to update sdktool's README.

2017-09-29 Thread Eike Ziller
> On 29. Sep 2017, at 09:33, Christian Gagneraud wrote: > > Answering myself, that was an interesting dive. > > On 28 September 2017 at 19:47, Christian Gagneraud wrote: >> Hi folks, >> >> The sdktool home page [1] seems like it needs a serious brush up:

Re: [Qt-creator] Deploying to Android device fails

2017-09-28 Thread Eike Ziller
Possibly https://bugreports.qt.io/browse/QTCREATORBUG-18962 ? Br, Eike > On 27. Sep 2017, at 21:10, Jochen Becher wrote: > > I forgot to mention that my development system is Ubuntu 17.04. > > Regards, Jochen > > > > Am Mittwoch, den 27.09.2017, 21:06 +0200 schrieb

Re: [Qt-creator] Qt Creator beautifier plugin vs. built-in code style

2017-08-22 Thread Eike Ziller
ndendation. > > Nikolai > > _______ > Qt-creator mailing list > Qt-creator@qt-project.org > http://lists.qt-project.org/mailman/listinfo/qt-creator > > ___ > Qt-creator mail

Re: [Qt-creator] Not possible to choose Build System if QmakeProjectManager enabled

2017-09-01 Thread Eike Ziller
is enabled, this probably made you think that enabling QmakeProjectManager removes the option? Br, Eike -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@qt.io http://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius, Mika Harjuaho Sitz der Gesellscha

[Qt-creator] Dev: Qt Creator 4.5 feature freeze

2017-09-27 Thread Eike Ziller
eze with the beta release being planned for in 2 weeks. https://wiki.qt.io/Qt_Creator_Releases Br, Eike > On Sep 19, 2017, at 14:03, Eike Ziller <eike.zil...@qt.io> wrote: > > In preparation for the feature freeze of Qt Creator 4.5 (*), I’ve created the > 4.5 branch from mast

Re: [Qt-creator] Requesting repository for Haskell support in Qt Creator

2017-10-09 Thread Eike Ziller
roject.org> >> >> Description: >> >> Support for the Haskell programming language >> Currently includes >> 1) code highlighting >> 2) informative tool tips in the editor and follow symbol >> 3) simplistic .cabal project support and build and run

Re: [Qt-creator] Get active step during build

2017-10-23 Thread Eike Ziller
o create a bug report/feature request in > https://bugreports.qt.io too? Not if you upload a patch :) Br, Eike > > Thank you > ‌ > > On 23 October 2017 at 09:03, Eike Ziller <eike.zil...@qt.io> wrote: > > > On 22. Oct 2017, at 21:26, Davide Coppola <vivala

Re: [Qt-creator] Expand Macro on mouse over (Feature Request?)

2017-10-24 Thread Eike Ziller
> useful for deeply nested macros. > > Are there thoughts one way or another? Has anyone tried to implement this > feature? Qt Creator does that (for me). Though the code is not nicely formatted, so there is room for improvement. Br, Eike -- Eike Ziller Principal Software Engineer The Qt Co

Re: [Qt-creator] Multiple overwriting of settings on disk

2017-11-23 Thread Eike Ziller
>>> , >>> >>> ___ >>> Qt-creator mailing list >>> Qt-creator@qt-project.org >>> http://lists.qt-project.org/mailman/listinfo/qt-creator > > ___

Re: [Qt-creator] SyntaxHighlighting + Bison/FLex

2017-11-23 Thread Eike Ziller
> Thanks in advance. > > Jeremy > ___ > Qt-creator mailing list > Qt-creator@qt-project.org > http://lists.qt-project.org/mailman/listinfo/qt-creator -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee

Re: [Qt-creator] Build Error: unrecognized relocation (0x2a) in section `.text._ZN5clang7tooling19CompilationDatabaseD2Ev'

2017-11-29 Thread Eike Ziller
tion > `.text._ZN5clang7tooling19CompilationDatabaseD2Ev' > /usr/bin/ld: final link failed: Bad value > collect2: error: ld returned 1 exit status Information “out there” seems to hint that this can happen if you try to link with an earlier binutils than the one that was used to build

Re: [Qt-creator] [Qbs] Qtc+Qbs+git wroktree = cannot lock build graph

2017-12-12 Thread Eike Ziller
will expand to the last path component of the project file, e.g. if the project file is "/foo/bar/1.0/foo.pro" it will expand to “1.0” (The JS variable will evaluate the javascript following “JS:”; you find the methods that are available in “Util” here: http://code.qt.io/cgit/qt-creator/qt-c

Re: [Qt-creator] Configure script file path in QtCreator options and read it in plugin code

2017-12-15 Thread Eike Ziller
in with m_mySetting = Core::ICore::settings()->value(“MyPlugin/MySetting”) Br, Eike > On Tue, 12 Dec 2017 at 6:19 PM, Vidhya Arun <svidhyap...@gmail.com> wrote: > Thanks, I'll check it out. > > On Tue, 12 Dec 2017 at 1:38 PM, Eike Ziller <eike.zil...@qt.io> wrote:

Re: [Qt-creator] Formatting files without suffix as C++-Code

2017-11-16 Thread Eike Ziller
++ style editor. Though note that we do not necessarily respect the magic headers in all other things that we do, for performance reasons (since it requires opening a file and reading part of it, which is slow if it needs to be done for _many_ files). Br, Eike -- Eike Ziller Principal Software E

Re: [Qt-creator] [Development] Nominating Lorenz Haas for approver

2017-11-06 Thread Eike Ziller
;> ___ >> Development mailing list >> developm...@qt-project.org >> http://lists.qt-project.org/mailman/listinfo/development > > +1! > > Nikolai > ___ > Development m

[Qt-creator] Dev: String & soft API freeze approaching

2017-11-01 Thread Eike Ziller
://wiki.qt.io/Qt_Creator_Releases Qt Creator 4.5 * String freeze wk44 (~ Nov 2 2017) * Release candidate wk46 (~ Nov 14 2017) * Final release wk48 (~ Nov 28 2017) -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@qt.io http://qt.io

Re: [Qt-creator] Uninstall Qt Creator 4.5 RC using the Maintenance Tool

2017-12-07 Thread Eike Ziller
I’ll try to find out. As a workaround you can run MaintenanceTool with the option --show-virtual-components to make it show up anyhow. Br, Eike > Regards, > > Benjamin > ___ > Qt-creator mailing list > Qt-creator@qt-project.org > ht

  1   2   3   4   5   >