- Nov 21, 2012
-
-
Tobias Hunger authored
In qmake based projects we override LC_ALL to make sure the parsers do not fail to extract build issues from the compiler output. Do the same for the other build systems. Task-number: QTCREATORBUG-5097 Change-Id: I75830c362a736df42a0500c889c3c42e42b82047 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Nov 08, 2012
-
-
Mathias Hasselmann authored
Change-Id: I04762208ad5cc96585a8ffdd48fe2c49670f00a0 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Oct 05, 2012
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Sep 27, 2012
-
-
Tobias Hunger authored
Change-Id: Ibe8db500e1b8ed7b473cc07cb00e303fa6bea9d1 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Sep 12, 2012
-
-
Daniel Teske authored
Requires passing in the environment to use. Also now the mingw toolchain has a fall back to make.exe on windows. And the msvc toolchain falls back to nmake even if the "use Jom" option is used. Task-number: QTCREATORBUG-7831 Change-Id: I850a96da41a380eef8c6992e27a72fb63958c456 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Peter Kümmel <syntheticpp@gmx.net>
-
- Sep 06, 2012
-
-
Tobias Hunger authored
Change-Id: I551402c1e3023feeeb127f001a0e908938a07fc2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Sep 05, 2012
-
-
Orgad Shaneh authored
Function signature was prepared for that on 4c6b7947 but it wasn't really used Change-Id: I1ee7059a00f0441d42a117b8f8d2c8c776d93815 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Sep 04, 2012
-
-
Tobias Hunger authored
* Rename profiles to kits. * Update some strings: * projects mode has a Kits tab, not a Targets tab. * " Settings" was dropped from the sub-tabs of the Kits tab * menu entry "Build/Open Build/Run Target Selector" was renamed to "Build/Open Build and Run Kits Selector". * Use "Kit" instead of "Target" in miniprojecttargetselector. (The class was not renamed as it does indeed select targets, not kits) Change-Id: I0727e086e2dfa0e8aaaf89fdc6f2e3596c7a4314 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Aug 24, 2012
-
-
Daniel Teske authored
It adds almost nothing and introduced some bugs. This fixes: Double evaluation in cmakeproject on build directory changes. Wrong runconfiguration update in cmake for set_target_properties(target PROPERTIES OUTPUT_NAME [..]) changes. Unecessary runconfiguration removal in AutoTools and Generic projectmanager. Reevaluation of .pro files on changing the active runconfiguration or deploy configuration. Task-number: QTCREATORBUG-7723 Task-number: QTCREATORBUG-7761 Change-Id: I50249b186917cd3a4f399f187f09ac8428ab6f9e Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
And fix it to the old behaviour while at it. Change-Id: Ifd786e085c621fb3cd59b98cc665d9e3c7fcce51 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Aug 22, 2012
-
-
Mathias Hasselmann authored
Change-Id: I2fc230868218313b9a3c5a005e0f72dac1d9f4d0 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Aug 20, 2012
-
-
Mathias Hasselmann authored
AFAIR this was about automake variables declared like this: bin_PROGRAMS = \ foo \ bar Change-Id: Ic48b782cc65ca3489f4b9f7ea439ff3e3531e36a Reviewed-by:
hjk <qthjk@ovi.com>
-
- Aug 13, 2012
-
-
Tobias Hunger authored
* Handle 0 when calling createTarget to avoid the crashes in the first place * Do not try to create/add targets for 0 profiles to avoid creator writing a warning to the console * Fix possible crashes in debugger when no default profile is set. Task-number: QTCREATORBUG-7695 Change-Id: I9afc8e29c8b859ad078dad794ef5017168daac78 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Aug 06, 2012
-
-
hjk authored
Change-Id: I2e7d81a4efb75877901d29964df4f71314e951b4 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jul 30, 2012
-
-
Konstantin Tokarev authored
Also, it's 2012 now. Change-Id: I69a8d1d77658b2bb2cb547362d5e3163385cab3b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jul 27, 2012
-
-
Friedemann Kleint authored
- ProjectExplorer::Profile should appear as 'Target' in the UI. - Fix messagebox title capitalization - Fix Q_DECLARE_TR_FUNCTIONS to contain fully qualified class names, add where applicable to replace QCoreApplication::translate(). - Introduce message utility function for the commonly used 'No tool chain set up for this profile' message to ToolChainProfileInformation. - Introduce message utility functions related to adding files to version control to VcsManager to be shared by QmlJsEditor. - Fix typos. - Remove QObject::tr(), QCoreApplication::tr(). - Do not translate diagnostic console warnings of QmlProfiler. Change-Id: I6cee717a504796ef39f6eae58f552c5c8630adf3 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Jul 25, 2012
-
-
Friedemann Kleint authored
Fixing an lupdate warning about cyclic dependencies of autotoolsbuildsettingswidget.h. Change-Id: I0e1c721df2c5f70ae9de38dd9bc5a34b63622ba7 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jun 21, 2012
-
-
Tobias Hunger authored
Introduce Profiles to store sets of values that describe a system/device. These profiles are held by a target, getting rid of much of the information stored in the Build-/Run-/DeployConfigurations, greatly simplifying those. This is a squash of the wip/profile branch which has been on gerrit for a while, rebased to current master. Change-Id: I25956c8dd4d1962b2134bfaa8a8076ae3909460f Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jun 19, 2012
-
-
Eike Ziller authored
Change-Id: Ib938aa4999c7c418a82304c5cca2e8748ef9d228 Reviewed-by:
hjk <qthjk@ovi.com>
-
Yuchen Deng authored
Change-Id: Ia3e4df528d391580064efbeeab75016335a4299d Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
- Jun 11, 2012
-
-
Orgad Shaneh authored
Change-Id: I9976f8328c04f95d08e0603f40915058f62fa63f Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
- May 18, 2012
-
-
Tobias Hunger authored
* Move debugginghelper to QtSupport. ProjectExplorer should not start looking for Qt versions! * Make autotools and generic project plugins depend on QtSupport Change-Id: If28418a85e3696cba713e66148c893a5a9b6adc7 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Apr 25, 2012
-
-
Tobias Hunger authored
Use Core::Id for all the project related objects in favor of plain QStrings. Change-Id: I790ab40cb29899efdb49c413a77609486f52e683 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Apr 15, 2012
-
-
Victor Ostashevsky authored
Don't create QFile's on heap when not needed. Don't forget to delete those which have to created on heap. Change-Id: I0e23e0d926febbfd464b3ff5d3e29fd46c16cb44 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Peter Penz <peter.penz19@gmail.com>
-
- Apr 03, 2012
-
-
Friedemann Kleint authored
Change-Id: If8928c5d2d878339aa3a7808655f8125e0a012cf Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- Mar 16, 2012
-
-
Daniel Teske authored
I don't remember why I did leave it alone in the reafctoring some years ago, but surely it serves no purpose. Change-Id: Idf920faf3f8f7128cd410501f2c3748e100dfbfb Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Mar 14, 2012
-
-
Erik Verbruggen authored
Change-Id: Iffaa18f848a22f6961b49dff048672b194570df6 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- Mar 02, 2012
-
-
Friedemann Kleint authored
- Add Q_PLUGIN_METADATA for Qt 5, use Q_EXPORT_PLUGIN for Qt 4. - Generate the Json files for Qt 5 from the pluginspec files by using a XSLT sheet. Change-Id: I8653f182ae7d61615971c093df10b84fb06c2172 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Feb 21, 2012
-
-
Daniel Teske authored
ITargetFactory::supportedTargetIds should return all targets that this factory can support, regardless of e.g. installed qt versions. Whereas canCreate() should check the availability of e.g. a qt version. This makes supportedTargetIds() have the same meaning as ITargetFactory::supportsTargetId(). Change-Id: I744abb89e441026d6f3f8de21944d780e9b9fa32 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: I8df8ca7d4440436acb595d69d64f460125d4dbd0 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Change-Id: Id61e744dd1bd837a6b8dfa2120cd8cdcf81851e0 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Feb 20, 2012
-
-
Eike Ziller authored
And adapt the other API respectively. Change-Id: I1e04e555409be09242db6890f9e013396f83aeed Reviewed-by:
Bill King <bill.king@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Feb 16, 2012
-
-
Erik Verbruggen authored
A manual squash/merge of the changes below, plus a couple of subsequent code fixes. 59085aa5fbb99e2d786cd2c1a06c24a111ccb49f: Modify CppModel::ProjectInfo Adding per project node information, to pass on the correct defines/includes for each file, instead of aggregating them incorrectly. Also split up SOURCES and OBJECTIVE_SOURCES. Also ask the toolchain to convert the compilerflags to flags the codemodel understands, for now only gcc and only c++11. Also make the toolchain aware of the flags used to compile, so that it can emit the correct defines. Note: No header files are passed on. 74028802314cd4e75b41b46407433e07090a304d: GCC: Evaluate cxxflags when checking for predefined macros ebaaa4957e4c02cc9637a998eddae1d0acd74f83: MSVC: Take cxxflags into account when checking for predefined macros 9bfce7e889bcf7bcc47bf880e3ea25945ca7d0d7: Compile fixes Change-Id: I9de94ad038dfc5dc1987732e84b13fb4419c96f5 Reviewed-by:
Erik Verbruggen <erik.verbruggen@nokia.com>
-
- Feb 15, 2012
-
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Feb 14, 2012
-
-
Eike Ziller authored
It is supposed to refer to the property of the file on disk (if there is any). Task-number: QTCREATORBUG-4998 Change-Id: Iaed62c17d124b364aecec4d1f910046bade42d40 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jan 31, 2012
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-6713 Change-Id: Ief7f8509572cfa2008209083e5ae9c7763eba42a Reviewed-by:
hjk <qthjk@ovi.com>
-
- Jan 24, 2012
-
-
hjk authored
Change-Id: I9b690d9b150c8d162b15370f9f8986267c9128f1 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jan 16, 2012
-
-
hjk authored
Change-Id: I27e8843d5278d1b1a33bd7bdce2f0e721adbd725 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Nov 30, 2011
-
-
Friedemann Kleint authored
Change-Id: I1d955f2b2d6f6f2668156e0f211df37616cfc3e7 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I40d525532a784fc9180622910d7c18fcae72ddbb Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-