- 18 Sep, 2014 12 commits
-
-
Tobias Hunger authored
Make some C++ related methods available to the JsExpander. These are concerned with namespace handling, etc. Change-Id: I2fc3807cf421b817bb103b727606a78aee290652 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Tobias Hunger authored
This adds a "Utils" object to the Js runtime offered by the JsExpander that adds some useful functions. Mostly file name mangling and finding preferred extension from the MIME type database. Change-Id: I907dae7f295167667ac2ae81461bbff16dc98ef4 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
Change-Id: I7fc0c4deda436ca0389bef2fc510b6e74d976078 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I671d1b0866f2e6ef332a53228bc12b260ba6187d Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Task-number: QTCREATORBUG-13054 Change-Id: I32234836dc893075978dbc5fe43d696bc0f228f4 Reviewed-by:
Robert Loehning <robert.loehning@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
This is useful when there are multiple build machines with different path, and the user would like to match anything up to some known directory to his local project (variable support will also be useful - will try to add that later). Syntax: (/home/.*)/KnownSubdir -> /home/my/project Capture group will be replaced by the value. In this example the substitute path will be (in case a source string found such as /home/SomeUser/SomeProject/KnownSubdir/foo.cpp): /home/SomeUser/SomeProject -> /home/my/project Change-Id: I19d03c9388161d8456a86676086dcb06dc3d7370 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
In target debugging or core dump, the source is typically linux, so converting the separators doesn't make much sense. Paths are converted internally by CdbEngine, so no change is needed there. This is required for regular expressions support. Change-Id: I19488798856b731ef77a14383d12b110eae5d369 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Not exactly the intended use, and whence not part of the docs. Change-Id: I622c3aef637700c895e37f79cc6ffac7b2cd5205 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
Broken in 6f7a6282e59a82e4c7609c0090da05f5da1dda91 Change-Id: I752295af28494efe3eb59ef31b111a0079d47ff7 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Christian Stenger authored
Change-Id: I4cfde0c332b08e8b0beac8089fbdb641b09a4a05 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Robert Loehning authored
Change-Id: Idb7a4c70c26aaf105ba2023d126fbc0f9f992e9e Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Robert Loehning authored
Change-Id: Ib052d2dd655117492cbb26f03eaa63c8b61466bb Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 17 Sep, 2014 14 commits
-
-
Christian Kandeler authored
Change-Id: I4109c870f9b7e14f31796899f833b309e0e9525e Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Robert Loehning authored
Change-Id: I3096289a935b654005cdc7440a87cbc527410c64 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
hjk authored
... by removing fall-back code. Change-Id: I71f3ece335ef660e62e93dcbbeff18dc5b0c46f0 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I0380149e2e873b901ae1e0c0dc6eb53deafe0dcd Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Leena Miettinen authored
Remove initial definite article and add punctuation. Change-Id: Ic64af9bfe2b565a625d46b163bffecface897eda Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
hjk authored
Change-Id: I7c4d07635faf0fc2512fd9e1145d606340e045a8 Reviewed-by:
Ulf Hermann <ulf.hermann@digia.com>
-
Orgad Shaneh authored
Change-Id: I2dfacd2a6687a11194f5874da315010f7d3f3eff Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
Change-Id: I46878d9ca048d0c79032445f5adc27c12d27f30c Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
hjk authored
Change-Id: Ie6c01ca4fb11b4b4c5e66618c9f8f0cb67e7845b Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
hjk authored
Change-Id: Ibcb6c4898b34ecab52de28485befdf589bb880d7 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Orgad Shaneh authored
Change-Id: I61ca02b7cbdc124f756f9ca86b2ea297fd03f623 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Christian Stenger authored
Change-Id: I941179964158eb869299f068f8cd92a45f230967 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
navigatorview.cpp:297: warning: unused parameter 'oldIndex' navigatortreemodel.cpp:344: warning: 'void QmlDesigner::findTargetItem(. ..)' defined but not used Change-Id: I02183215f766a31fea63da15c7d79c1dd563d840 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com> Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Thiago Macieira authored
Change-Id: I8bb1de0f042f95e8269431c546f4180b5cce5867 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 16 Sep, 2014 14 commits
-
-
Ulf Hermann authored
Change-Id: I1722f5298693b6ed9700dcd65d5e2210500a6206 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Take validator into account (if set) when checking validity of the input. Change-Id: Ieec7249aff50cf419833693dcf33fb241e4c044a Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Erik Verbruggen authored
.. because they now hold only files for a single language+extensions combination. Task-number: QTCREATORBUG-11709 Task-number: QTCREATORBUG-12818 Change-Id: If294f6de07d60126be733d98de12b89b8af3efce Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Tobias Hunger authored
Change-Id: I3456c1b62f81c8137fb307b40903ce7b989ad21a Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Change-Id: I919e7ab79dc779b9586b74d31271d8ddce817061 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
BogDan Vatra authored
On Qt 5.4 the problem was fixed by https://codereview.qt-project.org/#/c/91261/ Change-Id: Id139fe2fe1e83ac5108ffeeb140cb8d2f16747c7 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Orgad Shaneh authored
Change-Id: I71f0169951b5dfd9cedeff82006b757dd4df756e Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Change-Id: Iec1d4b303e6154b5d2d32e4d3ab7c02893bcc5f1 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Orgad Shaneh authored
Narrowing the submit editor down corrupts the commit message Also fixes the following cases: # comment that is wrapped to next line <-- this line currently appears comment in the middle of # wrapped line <-- this line currently disappears Change-Id: I7a35058569f002479c646ef6cfd1fdb1ada401c9 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
It is called twice on each change to the text, and called again on commit. Change-Id: I8bfa2b37247a270f8b92e0b8a4e581278acf4cea Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-8528 Change-Id: I894e562c3c6568233a85689dc1a759644779adb5 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Erik Verbruggen authored
This cleans up the handling of those settings, and makes sure that the C++ document is setting those settings before parsing. This also prevents lock contention in the parser, because before this patch the document would kick of the initial parse (after opening a document), after which the editor would come in and try to set the preprocessor settings, resulting in the UI thread locking until the initial parse was done. Change-Id: Ia2e18a9667e10279f045c1c5849046ec4cfe85ae Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Eike Ziller authored
Conflicts: src/plugins/qmldesigner/designercore/model/plaintexteditmodifier.cpp src/plugins/qmldesigner/designercore/model/texttomodelmerger.cpp Change-Id: I1627f6aa98a442413f8b08b579ecaf9647dc887b
-
hjk authored
The common base class contains only unused functionality. Change-Id: I5f6db59a2972d6ab8383ce209937090cd46ae39d Reviewed-by:
Ulf Hermann <ulf.hermann@digia.com> Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-