- 25 Nov, 2014 1 commit
-
-
Eike Ziller authored
Obviously the patch removes too much. This reverts commit 9a5f81d9 . Change-Id: Id6f128a8d72b51d0d1701a0a82377b56e2a314b2 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 24 Nov, 2014 1 commit
-
-
Tobias Hunger authored
Remove ToolChains removed by the sdktool from user settings. This prevents them from being created again. Task-number: QTCREATORBUG-12751 Change-Id: I61b77acb6ab12815d3b09bd766ba44301c517aed Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 03 Nov, 2014 1 commit
-
-
hjk authored
This can use the faster route through QFileInfo::exist now. Change-Id: Idb41b5d5185d7f02eacba498fb01f483d95e8d57 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 09 Oct, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 04 Sep, 2014 1 commit
-
-
Orgad Shaneh authored
Change-Id: I8eeaaebc22e46006dd67169d1f2d1e8e78108ccb Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 16 Jul, 2014 2 commits
-
-
Daniel Teske authored
Takes a member (function) pointer and a value and returns a functor, that takes a instance of the mfp's class and returns whether it's equal to value. Sounds complicated, but is a common pattern that is easy to understand. Change-Id: Iaaeb90488d34ddfd6940dadd4c66705381198fee Reviewed-by:
Nikita Baryshnikov <nib952051@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Add Utils::transform and anyOf that take a member function pointer. Remove bestElementOr it's unused. Use declval<T> in transform's return type, because msvc does evaluate T() and for types that don't have simple constructor this fails. Add std::remove_reference since decltype returns a reference for lvalues. Change-Id: I22248b226748eeb27af0d300182d574438d7f756 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 10 Apr, 2014 1 commit
-
-
David Schulz authored
The host system will not be taken into account, so the cross build toolchains are also detected. Task-number: QTCREATORBUG-10998 Change-Id: I04a410bbf368898b70d9560d2c2a4a6c60ed0b61 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 08 Jan, 2014 1 commit
-
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 03 Sep, 2013 1 commit
-
-
Friedemann Kleint authored
Replace boolean "autodetect" by an enumeration with a value AutoDetectionFromSettings indicating whether the Autodetection originates from a settings file. Enable the "Remove" button for those cases. Currently, there is no way to remove toolchains that were once autodetected and are no longer present. This happens for example when working in different MinGW environments, which then clutter up the toolchain options page and dramatically slow down the options page opening since gcc is launched to query the flags, etc. Change-Id: I731168d8694fe56f60d909f9779f83cffa55fd44 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 29 Aug, 2013 1 commit
-
-
hjk authored
Apply static 'pattern' for ToolChainManager, de-noise using code. Change-Id: I196dc6f39dc2c61b1783aecad3faa0b23849e00a Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 07 May, 2013 1 commit
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-9124 Change-Id: I93b43183e217b63179a9813e39c242a459eca842 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 10 Apr, 2013 1 commit
-
-
Eike Ziller authored
The settings in the plugin manager (local/global) are where the plugin manager is supposed to look for its settings, which has per se nothing to do where Qt Creator wants other settings to be written to. All Qt Creator code should use ICore::settings() for that instead. Change-Id: I28bd855ae6cbcdf8d19017eb44f178e4624a1a61 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 26 Mar, 2013 1 commit
-
-
Friedemann Kleint authored
Change-Id: If61a8a91d2a39c5c97974a5bfcef91892b68d3f1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 28 Feb, 2013 1 commit
-
-
Tobias Hunger authored
Change-Id: Iecbdad090c43fdabfb2d3ceac65fbbb2a72b33c2 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 27 Feb, 2013 2 commits
-
-
Daniel Teske authored
This is after plugins have been shutdown. The toolchains are saved on shutdown anyway. Change-Id: I7d84c3c4538f27aa3f4c7c2677307de49621d641 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I9aaa292d4c1b6e7bbccce5ffe4ae780621074c98 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 26 Feb, 2013 1 commit
-
-
Tobias Hunger authored
This helps getting the plugin initialization right. Change-Id: Id67508fe2d188132ca16ab8cca808a8c11080fa3 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 01 Feb, 2013 1 commit
-
-
Daniel Teske authored
Improve isValid for GccToolChain and MsvcToolChain to make that sane. Change-Id: If45cdb4e2666dd1a2ee16c01cb65427362ec29da Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 29 Jan, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 10 Jan, 2013 1 commit
-
-
Tobias Hunger authored
Do not delete auto-detected tool chains that are still found on the system if they are not auto-detected again. This avoids kits loosing toolchain information when the PATH variable changes. Change-Id: Ibb91a0a3636828c3db40827bfe8b303502ce2a11 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 05 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 04 Oct, 2012 2 commits
-
-
Tobias Hunger authored
This is needed to catch any updates that were triggered during tear down of the UI (which happens after the saveSettings signal was emitted). Change-Id: I9f14e8807070f3192551a3653bad31072db539f5 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: If9582c35a35322efcd0d1666a6e52a62df98af21 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 27 Sep, 2012 3 commits
-
-
Tobias Hunger authored
We should be save already, but let's be paranoid... Change-Id: I925fb94f4cebe4c54e3419e18d307a999055ebbf Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
This patch causes core dumps in my work-creator while it works fine in my test creator. Revert till I find the reason for this. This reverts commit 5d253b37 . Change-Id: Ib9912cda15294c28b9136f79675e0e5694788d5b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
We should be save already, but let's be paranoid... Change-Id: I925fb94f4cebe4c54e3419e18d307a999055ebbe Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 19 Sep, 2012 2 commits
-
-
Tobias Hunger authored
This is to prevent throwing out tool chains the SDK wants to register. Change-Id: Ia49552bcffd98cf4579784047f9a425b2279b83f Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
and not from Nokia/toolchains.xml. This makes sure the SDK settings and the personal settings pathes differ in prefix only. Change-Id: Ib3a742d28258e86912cb820ff6c9d0c1b44c1763 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 04 Sep, 2012 2 commits
-
-
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>
-
Tobias Hunger authored
... when removing settings Change-Id: If85061321082a8cd0e35752f71d2498fd4693dfd Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 24 Aug, 2012 3 commits
-
-
Tobias Hunger authored
Do not save XML config files (profiles.xml, toolchains.xml, etc.) if the file has not changed. Change-Id: I5f0dea374b33a05e7c428f4031d53c83d92de595 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Change-Id: Ia96963b90788250b4bc6bc89c2bb697de103535f Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Eike Ziller authored
Currently it contains compiler settings only, so there's no need to let people search for e.g. debugger settings there, that might be considered part of the toolchain, too. Change-Id: I458f3d1cf1784b85820f8af7604a2a004372a909 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 07 Aug, 2012 1 commit
-
-
Orgad Shaneh authored
MSVC warns about pm being unused (because settings() is static) Change-Id: I750804cc52edc71649545bc03f798a6802c87c7d Reviewed-by:
Laszlo Papp <lpapp@kde.org> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 19 Jul, 2012 2 commits
-
-
Konstantin Tokarev authored
Also removed all <QMainWindow> includes which are not needed anymore. Change-Id: I393c9a62a5c6df95d9f35d872e1473a4f13bcdc4 Reviewed-by:
hjk <qthjk@ovi.com>
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 21 Jun, 2012 1 commit
-
-
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>
-
- 19 Jun, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: Ib938aa4999c7c418a82304c5cca2e8748ef9d228 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 15 Feb, 2012 1 commit
-
-
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>
-