- 13 Oct, 2014 10 commits
-
-
hjk authored
Change-Id: I777accd58dafca39a0d3e50541af325277c49c6b Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Eike Ziller authored
It selected all text in the search result widget, instead of opening the link. Change-Id: I264a8cc7ab29e71519d6d10b75a21fcd940d459d Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
Change-Id: Id690c71471ed9a61bd7a926db70e1b1fb9fac8ab Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I77ccbd1b48e9611f263716a248a6193dcbad8823 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
Remove unused buttons, and unify style with other views (e.g. no focus rect on OS X) by using the common navigation tree view class. Change-Id: I51ce1806507e45077bcbf6b8589585bb15eae712 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I8b4db5b3208c4133466fe4e61f1dd1f18b432fea Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
1. Get rid of the need to remember the side bar items, instead use the IDs for activation. 2. Fix issue with empty side bar that cannot be shown, if settings exist but contain invalid item IDs. 3. Use actual IDs instead of translated window titles for item IDs. This requires using a different settings group to avoid issues with 2. when going back to earlier versions of Qt Creator. Change-Id: I1a760aa5a019db3231803af1bb72f83db49ba6b0 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
Change-Id: Icc815379220c55d9d7dc5d154278ba21ce2e9984 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
Change-Id: Ic6a2f953089a58a8aaa432b9edeb7f6357d527f6 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
hjk authored
In preparation for the final s/BaseTextEditor/TextEditor. Change-Id: Ie18db9817ec9eec53d805443605ca55423c64c93 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 12 Oct, 2014 1 commit
-
-
Orgad Shaneh authored
Change-Id: Id9dcb4706934ee36972a55c73c23f046357c9512 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 10 Oct, 2014 11 commits
-
-
hjk authored
Change-Id: Ib16f3b410ea83f6a4687b03677c51fbec26165d7 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Mostly namespaces. Change-Id: Ib11a75207d20e4db1233542e7e021dab647d70a6 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-12123 Change-Id: I79dcd684fe826108189db521c392c0f1d7632f88 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Daniel Teske authored
Change-Id: I6d56b8637b4194b57c4c0df033d0bc7919e24aeb Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Daniel Teske authored
Change-Id: I05c1ec01a2c1ae4017ad2d09b07aa87854e3f118 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
Change-Id: I8a3f3d461179ab1abf1704166ad3861645d49f99 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
The current use of AbstractMacroExpander requires some boiler plate code that can be avoided. Change-Id: I753d872d824274d94d5105232a8fc05ac7bf0711 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
... and resulting logic error. Change-Id: Id1d437c6ad3e9531387859b7d449d4b47f86f0e3 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Daniel Teske authored
And reuse that for all .pri files. This is a lot faster. Change-Id: Iff81a50b892ad666ed6c899aa242b6e9b394f339 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Thomas Hartmann authored
Change-Id: I2b23d08c9d9602b1001c96901a57cf8abfb2e9dd Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Eike Ziller authored
This unfortunately means doing the filtering by hand, because filtering on the QHelpIndexModel would be shared between multiple views. Change-Id: Iae38952a92dbb1b4a9685aea6f057d96f0d0784f Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 09 Oct, 2014 15 commits
-
-
hjk authored
The QSignalSpy parts are 5.4 only, but we need to run with 5.3 Change-Id: I77f778cd66af2f2182d067ca16d2aceeacb9ab3f Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
This reverts commit 1541fbd2 in parts. The title bars can now always be shown (the same state as the old "Unlocked" state) or not always be shown (the previously "new" behavior). The default is now "Always shown". Hopefully that makes hiding the titlebars a conscious (usually one-time) activity that's not forgotten. Change-Id: Id31fb193b2eb6376000c845d4a61194e2ed33129 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
hjk authored
That's easier to use with Qt5-style connects. Change-Id: If6afac0718502edc1df6bf0cec1db1466116bbb8 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
I'm not 100% sure that this fixes the crash from QTCREATORBUG-12876. But it's clearly wrong to only check for removed nodes in the project tree widget and thus only if a tree widget is shown. Task-number: QTCREATORBUG-12876 Change-Id: Iaaafcef0fe408e8bc2f4d2b61133f4419a612d57 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-11788 Change-Id: If6a908ced927051b8ae131f4876c24a04b0ccaf7 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Daniel Teske authored
Fixes 7 of 9 variables which didn't work due to kit always being null. Change-Id: I47fbb9ba8aea4736c137939b7ec1d685f94d3fca Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Daniel Teske authored
So that in the context of the buildconfiguration and its buildsteps current project and others refers to the project of the bc. Task-number: QTCREATORBUG-12869 Change-Id: Idad7741301432a5fddffdff4225762f4100a3dee Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I95982455a996cdec3a68f3db5cf714a609207814 Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com>
-
hjk authored
Change-Id: I990aa7a6f59fa323d2d8e3c90bf89b18f6fc2058 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Alessandro Portale authored
Change-Id: If00ef246081b72d4f5cc64efb529461c53fb0d23 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Nikolai Kosjar authored
There are multiple situations were the snapshot is copied and access/modifications to the dependency table data is made in other threads, e.g.: * FindUsages called by ProcessFile * findReferences() in cppuseselectionsupdater.cpp * CppModelManager::projectPartFromDependencies() (clang path) Change-Id: Ided1c5350f339c5bc960b87b32c78ccc21fa61f6 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
Change-Id: I5b9470ab7a62ab00dacf6b2c718197f7379c3d78 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Tim Sander authored
Change-Id: Ia9a6d03636e79cbd1eb945608a897bf41fbc0db7 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
This class is now unused. Clean up includes of basefilefactory.h (and surrounding includes) while at it. Change-Id: I7d4f695b5ebf9ef0a32d523442084d0591f12d02 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: If1079db1f4e3eb4fc62d0066a43aa58c072e2290 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 08 Oct, 2014 3 commits
-
-
Nikolai Kosjar authored
...when adding an include for an undefined identifier. Change-Id: Ia338e924901262a847d3bd7ed9733d8e66c631dd Task-number: QTCREATORBUG-10391 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Nikolai Kosjar authored
...in AddIncludeForUndefinedIdentifier. Even without this locator filter we can offer an refactoring action. See findIncludeForQtClass(). Change-Id: Ic616b82b0af9d59984da882e08f6ede714e85a86 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Nikolai Kosjar authored
Task-number: QTCREATORBUG-9704 Change-Id: Ib08c331364fbfcb6e3fb9971d45e8b27311143ae Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-