- 12 Nov, 2014 20 commits
-
-
Lukas Holecek authored
Change-Id: I5d3465a8b4e58fb2e56429cdd0b33a940211485f Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Lukas Holecek authored
Change-Id: I90fb87c06d623736d506c570b77c92666fab4170 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Lukas Holecek authored
Change-Id: Iac3a3153783530ac8a0d40cc9a37a50982afe9ae Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Lukas Holecek authored
Change-Id: I737a532e981db5659478836810a2dfb76c0627ef Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
Change-Id: I0ab4982e229d475b8e3575414b4bebbfea07498d
-
Nikolai Kosjar authored
isScope() calls asScope(). Change-Id: I9ffe3bf2b9cff567b32a59cf27727097642b560b Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Nikolai Kosjar authored
Needed for the debugger. Change-Id: I6465f6dc53017df212e403ea8a9a1c7977ac1671 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Ulf Hermann authored
We must not keep intermediate values in 32bit integers as they can easily get too large for that. This change restores the behavior from before change 10a14ced , which coaxed the compiler into using floats by stating the minimum constants as "1.0". Task-number: QTCREATORBUG-13391 Change-Id: Ie83337b7e2b09b37d94a31a07813de14b85152ee Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: I32f1c6640bdde278e8342886f30e50a78c61b120 Task-number: QTCREATORBUG-13321 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Ulf Hermann authored
If a change was triggered from the profiled application we still need to update the client recording state for the UI to stay consistent. Change-Id: I2955bd9f2da27a2c32ac93e33742ee5fefbd2751 Task-number: QTCREATORBUG-13322 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: I5152f0eefd1f0beec2b0f4fc9e27fedeb3bf7a14 Task-number: QTCREATORBUG-13318 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Nikolai Kosjar authored
We assumed there is always a BuiltinEditorDocumentParser::get() object, but that's not the case if clang is used. Task-number: QTCREATORBUG-13306 Change-Id: Ia48f95a32bf8fd1d208c2a5e70a1af41193d1fd1 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Daniel Teske authored
The size of the project list should only depend on the size of the items, not on the size of the parent. Task-number: QTCREATORBUG-13387 Change-Id: Iad8a32999a277532c2b64a7a889ddaafa40f693b Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com> Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Daniel Teske authored
The project dir defaults to the home directory. Task-number: QTCREATORBUG-13366 Change-Id: I5a34ae458cacde9e12df50e0796ca7d236bb123e Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-
Ulf Hermann authored
If this is not done multiple event types with empty locations are regarded as equal which leads to confusion later. Also, it's not a good idea to change the "location" member for already inserted event types as that prevents us from looking them up in the eventTypeIds map. Finally, preprocessing the filename and stripping certain parts from the URL prevents a proper lookup later on, so this is removed. Change-Id: Idbe87e0b16444291bb13ff604ae65e1d7e74c3a5 Task-number: QTCREATORBUG-13382 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Eike Ziller authored
Never use TextHeuristicRole because it doesn't work as expected with translations. Also remove some unneeded OS X scopes. Task-number: QTCREATORBUG-13101 Change-Id: If53ac36d9bee1782343e65d01a875b7e5434ff39 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Thomas Hartmann authored
Change-Id: Id10c4e4773340f4d9650561d4335f98485687483 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
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 14 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>
-
Lukas Holecek authored
Change-Id: Id7eb81ccb87b89c4c164119147b2d854d2fca9d4 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Lukas Holecek authored
Change-Id: Ia5434b0e3dc56ad1657b5113279f8656c27ccfa7 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Lukas Holecek authored
Change-Id: I01ac58625370b7f01b9b87a15afbf6c32549e6f8 Reviewed-by:
hjk <hjk121@nokiamail.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>
-