- 12 Nov, 2014 3 commits
-
-
Orgad Shaneh authored
Change-Id: I91674de50a18883baa4fe2014e5589a7f4dd08fb Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Orgad Shaneh authored
&& is used to prevent the following space from becoming a shortcut. Change-Id: I8143b8ee193a2f2ffc391375e75d8a0fb26e8e09 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Alessandro Portale authored
This change adds an additional color role for the border color of a pressed button. Task-number: QTCREATORBUG-13356 Change-Id: Ibdbd330f60063961dbf27dbe2fb90f32089d7b34 Reviewed-by:
Thorben Kroeger <thorbenkroeger@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 11 Nov, 2014 6 commits
-
-
Orgad Shaneh authored
Second argument is fileName, not message. This was wrongfully left there in 88a4421a Change-Id: I140fc9921d07df0d4214b54abcc0733aa0a60f4b Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Christian Kandeler authored
Setting up a qbs profile, particularly for Qt, can take a measurable amount of time, so we should not do bulk changes via the kitsChanged() signal. Instead: - For the initial kit loading, delay the profile setup until the kit is needed for the first time, i.e. the user attaches it to a project. - Handle adding, removing and updating a kit separately; in particular, do not do anything to other kits. Change-Id: If09d3c40b21e9a1356dc96089b92a60186a9bcdb Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Nikolai Kosjar authored
The code that constructed the fully qualified name used enclosingNamespace() which skips classes. Use LookupContext::fullyQualifiedName() instead. Change-Id: Ic03a91c0fe120c52dc69f3e78e82a574458d8314 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Leena Miettinen authored
Move the description from the docs for external tools to those for build settings, because the latter topic describes variables. Change-Id: I9586e38484b391752ca4c3f1ed14dba286890f45 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Nikolai Kosjar authored
Change-Id: I8e811b21c584e7b6a2b8eb61830cb680f6fefa95 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Task-number: QTCREATORBUG-13323 Change-Id: Ic560cc563187740927ea475b0f1f6d5432384324 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 10 Nov, 2014 15 commits
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-3125 Change-Id: I8c6777734224d4f7fff27ce441f75f380460723a Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
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>
-
hjk authored
Previously, the actual text, not the free space, was usable. Change-Id: Ib33990def16e48826505c45b6b764dc4c9fbb314 Reviewed-by:
Christian Stenger <christian.stenger@digia.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>
-
Daniel Teske authored
We need to pass -force32bit on that platform. Change-Id: Ib2e205c7147fc573ad20467429a08f47b774b94f Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I0da22e5ddc18f0cb11f44bdaf6aafbe83907bee3 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Orgad Shaneh authored
Except "Create Repository" Change-Id: Ie012c3af349e0706e95b1cf09466a4f23c82c4d0 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Orgad Shaneh authored
To avoid shortcut ambiguity Task-number: QTCREATORBUG-13364 Change-Id: Ibce1701be72376845624856b5de097332aaaccae Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Alessandro Portale authored
...instead of duplicating it. This way we can apply a unified outline to the Qt logo to work around scaling aritefacts on OSX. Task-number: QTCREATORBUG-13359 Change-Id: I23ababf0a6598d92682e65856676b113937c86af Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Christian Kandeler authored
Change-Id: I74e9322e482ebcd16036afc3e7de23f38afbedfe Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Remove color.status option. Creator can handle ANSI now, so there is no need to suppress that for user-visible output anymore (Git is intelligent enough to not print colors, even if we do not explicitly ask it not to:-) For the internal uses of git status: Prefer using --porcelain instead of the -s format. That is meant to be stable and does not use colors ever. All supported git versions (>= 1.7.2) support --porcelain. Task-number: QTCREATORBUG-13277 Change-Id: Idd88bcba0c4e4ed68bb27fbf475fe88fae497f1c Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Use same role for info bar and search result widget Change-Id: Ibe1f226d4ea8edaafb3daa1cc629e23a48322cf2 Reviewed-by:
Thorben Kroeger <thorbenkroeger@gmail.com> Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Orgad Shaneh authored
Functor override for QTimer::singleShow was introduced in 5.4 Change-Id: I8970c73a1d4b97c6cc588cddca8d617fdaa8bfa2 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 09 Nov, 2014 2 commits
-
-
Thorben Kroeger authored
Task-number: QTCREATORBUG-13309 Change-Id: I320f031a49f8ad2ef4eabd80597d8183f172aa78 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Dieter Piringer authored
Change-Id: I5db01695fd6af338348994bed7498a3d4c7676ea Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 08 Nov, 2014 1 commit
-
-
Orgad Shaneh authored
Change-Id: I2ce389abdffe99e27992c71ca64a4888c2e7fac5 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 07 Nov, 2014 13 commits
-
-
hjk authored
Easier to guess what gets hidden. Change-Id: Ie7731dc6bb601bfa1ea6eb8cb69822e72bdfbd66 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Iaa4204d374913c65e322b2a00831caeb1b3b1ccc Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
This opens it up to be used with Qt5 connects in the TooltipManager and simpler user code. Change-Id: Ifc6fcc3a04d325437f5a2bdf1da463d28d650ee3 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Daniel Teske authored
The affected cmake projects have the CMakeLists.txt in a subdirectory of the project's root. We can't figure out the right project part in that case. Falling back to the "all" target is wrong though, since that has not every include path. Instead search for a good target that has more include paths. Change-Id: I1a874042fcb9533888a41c001fbf8adc2aa90a39 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Daniel Teske authored
Change-Id: I2767a901220711dbba6b34c36e256d282f468778 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
jkobus authored
The description itself isn't saved so no need to keep it anymore. Change-Id: I8e521ce261261eb91a1f218f4e65092fc3fb44e8 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
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>
-
Orgad Shaneh authored
Alt+H triggers the Help menu. Task-number: QTCREATORBUG-12531 Change-Id: I357db8f01fa28209a818e8c9a9587f213e0d0ca5 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
The layout has changed in ee324e4ed527. Change-Id: I4b5f47f6526bf1218fdb79dc625f7482af21012b Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Eike Ziller authored
Change-Id: I4b908fd76602170a186b9e1430c7d0e65046d17d Task-number: QTCREATORBUG-13355 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Nikita Baryshnikov authored
Use a helper class so that the actual implementation is shared and introduce a helper class for treating QStringList and other qt containers in the same way. There are now 2² overloads, because: - member function pointer vs everything else - same container type, different container types Change-Id: I343ca7d4e0007f7146b2e646c436c22174e27779 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Thomas Hartmann authored
Change-Id: I07b1d83071407c19874af936617a395a37a79dd5 Task-number: QTCREATORBUG-13080 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Nikolai Kosjar authored
Analyzers can use this to rule out irrelevant (sub) projects. Change-Id: I5a9eb66f06156f0619dc639f6f4080a8fc761ee6 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-