- 15 Jan, 2015 1 commit
-
-
David Schulz authored
... for MSVC 2013 toolchains. Change-Id: Idcf1aa523d819989091ddadeecdd26d07cfd2e8b Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@theqtcompany.com>
-
- 07 Jan, 2015 1 commit
-
-
Raphael Kubo da Costa authored
Add another #ifdef block for BSD operating systems so that qtcreator stops complaining that it does not have enough information about the host's ABI. Change-Id: I5841e162eda7f34fa4a962ab1c035d1727613f6f Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 05 Jan, 2015 1 commit
-
-
Orgad Shaneh authored
Change-Id: I62f830104fa9f3599a9e5ea85f404dd17c6ea38f Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 10 Dec, 2014 1 commit
-
-
Eike Ziller authored
The project's editor configuration is only used if it doesn't fall back to global. In that case we need to use the global setting manually. Change-Id: If31c06f07e80b37fc148ed118a33ed653214ef6e Task-number: QTCREATORBUG-12693 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 04 Dec, 2014 1 commit
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-13583 Change-Id: I8587abdd7aa6f07c511384a512c8f6d1ce7be69d Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 02 Dec, 2014 1 commit
-
-
Daniel Teske authored
This code path is taken if there's only one project open. Task-number: QTCREATORBUG-13569 Change-Id: If39c451b8d471df4a178610e986c9f35703746a7 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 01 Dec, 2014 1 commit
-
-
hjk authored
It was often enough below the visible area of the view and people did not notice it exists. Change-Id: Ie1427c3cb90b6d4a200a17cf51402aabc51de7e7 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 27 Nov, 2014 2 commits
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-13499 Change-Id: Ibcd591620469abf56270cc512de1583900ce78e3 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Thomas Hartmann authored
If using the flat style also the TargetSettingsWidget should be flat. Change-Id: I16147c9868e3e949a4d9aa0fedf85358504bde9e Reviewed-by:
Thorben Kroeger <thorbenkroeger@gmail.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 26 Nov, 2014 1 commit
-
-
Tobias Hunger authored
We used to validate the displayname set before the last change, which is not really useful:-) Task-number: QTCREATORBUG-13424 Change-Id: Ia71f82d0ab0c8d6392be8dbd8fccad7fb9230b2d Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
- 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 2 commits
-
-
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>
-
Daniel Teske authored
The close project action is special. If there are multiple projects open we show a menu with individual actions per project. If only one project is open, we show one the "m_unloadAction". Even with only one project open, the current project might be null. So explicitly manage enabled the same way as visible. And also us the displayName of the startup project, since that is guranteed to be non-null if there's a project open. Task-number: QTCREATORBUG-13497 Change-Id: I9150568da162c58ee524c2b954e0b9a816f79d7c Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 21 Nov, 2014 3 commits
-
-
hjk authored
Change-Id: I6e106d4ae20b0c26acbb1f2257c59dea0498f623 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Have value(...) return a QVariant that is never mangeled and add a stringValue(...) method to retrieve stringified values. It is way easier to see who needs what now. Use this consistently in the JsonWizard and fix one place where a QVariant was expected but a stringified version was returned. Task-number: QTCREATORBUG-13486 Change-Id: I2c4e9188280940e529f0f60bcc18b9b7330865d1 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I62a04582d29b122f6210b3bcef0d3e5e26d5286e Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
- 20 Nov, 2014 4 commits
-
-
Tobias Hunger authored
Export the form contents as a list of lines and join them when needed instead of hoping to unescape '\\n' in all places where it is necessary. This approach should be a bit saver since it will cause parse errors in the wizard, which are more visible than broken output in the generated files. Task-number: QTCREATORBUG-13456 Change-Id: I434a9227082f92be3c2ce75006f61ac79a2b6fd6 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Kai Koehne authored
Change-Id: I810aa2d98c96040fd536ae0711041f301e5c22d7 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
Make sure project is 0, clang reports a free after use otherwise. Clean up the code a bit. Change-Id: Ie21cc83c589fdc5eed197bd3f005b309c000cc0d Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Daniel Teske authored
Broke in 7db9c37b, which accidently resulted in passing in a empty list to initializeProjectTree Task-number: QTCREATORBUG-13406 Change-Id: I24aa52fef0eaebb335624f8e31cd05778a2da6a2 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 19 Nov, 2014 1 commit
-
-
Tobias Hunger authored
The fixup expando will be applied before validating a string in a lineedit. It uses the special "%{INPUT}" variable for its input and any change will be applied to the LineEdit. Change-Id: Ia496eacdbe541d418acb4a977c274527387896ca Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 18 Nov, 2014 2 commits
-
-
Daniel Teske authored
Nested event loops rearing its ugly head. Avoid all the trouble by opening the message box on the next iteration of the event loop. Task-number: QTCREATORBUG-13428 Change-Id: I3c06d649464c34875da9601fb2e13227a0397836 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
Change-Id: Iee98442317fb1d057ddd7ce7b993124c584660b0 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 17 Nov, 2014 1 commit
-
-
hjk authored
Provide Project:Name there by default, and make it accessible from the target. Change-Id: I2faa52dc8c0703f3245cac2ca15b942e3006993a Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 14 Nov, 2014 1 commit
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-13323 Change-Id: I48ddc83c40396a336a4c8e83ef4f5148e131c930 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 12 Nov, 2014 1 commit
-
-
Daniel Teske authored
QWidget::hasFocus() returns false if the window isn't active. Task-number: QTCREATORBUG-13361 Change-Id: I7152ec2139bbb255c2a722e378a111dc4bc2ed62 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 10 Nov, 2014 4 commits
-
-
Tobias Hunger authored
Change the JsonWizard interface: * generateFileList now does no longer change the state of the JsonWizard * commitToFileList added which is used to commit the wizard to a final list of files. * Trigger generateFileList when version control is changed in the SummaryPage * Commit to the file list once the SummaryPage is done Change-Id: Ieb7b7abbf428d96596526c01946ecf0852f65744 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Ice0fe952d03bea6dd95dbd48d2228a64d524400e Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Tobias Hunger authored
This stopps us from qobject_casting all over the place. Change-Id: I703ebb48aea7d00546e48ffb7a7fda21dc28d2cf Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Christian Kandeler authored
The respective items are available without it. Change-Id: Idc840cf08e7bec84f561c096afe8de25b1fb8468 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- 07 Nov, 2014 1 commit
-
-
hjk authored
It's just 'Session' now. The old values will continue to work but not offered in the variable choosers. Change-Id: I7e7a62f04abfd895d21cc3c07c4f89056d90b596 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 06 Nov, 2014 2 commits
-
-
hjk authored
ProjectExplorerPrivate::m_editorConfiguration has the same lifespan as the Private itself. Change-Id: I8037528bec44109b9cf076fa5daafcfab280b459 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
Change-Id: I6f0d9656efcea7bcaf6552ae20bd9cd0acbe46f6 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 05 Nov, 2014 4 commits
-
-
hjk authored
BuildConfiguration asks Target, Deploy and Run ask either activeBuild, or Target. Change-Id: I3845cfbd16de7b85268d83b5324865ff24482152 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
This was a regression introduced during the macro expander rework. Task-number: QTCREATORBUG-13260 Change-Id: I9fd28c6a522faa11992931f937dd0b0eb779f419 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Daniel Teske authored
So far editors were only configured on opening, which meant that if a project was opened after the file was already open, the editor settings were wrong. This commit fixes that by connecting to project opening. Also due to changes in how qmake projects are parsed on initial opening the project has a empty filelist. Connecting to fileListChanged() fixes that too. Task-number: QTCREATORBUG-13299 Change-Id: Ia648818c8c0adb9c6e5047b8c855b1f6790a7ae2 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
hjk authored
... and use it for the Current* fallbacks in the Kit expander. Change-Id: I1d346aa56647f6d3030bd4384eb89e2a27db6418 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 04 Nov, 2014 1 commit
-
-
Fawzi Mohamed authored
The “replacing signature” warning of codesign is interpreted by the LdParser as an error. Handle it in the xcodeparser. Change-Id: Ic7e654d7d60a5030be309509d27080ab7cb3bd4f Task-number: QTCREATORBUG-13256 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 03 Nov, 2014 2 commits
-
-
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>
-
Tobias Hunger authored
This avoids a new project being opened if you are trying to add a new subproject to some existing project. Change-Id: Ic5a2f4b0dedbfd6994c59e4944fc32b11d648871 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-