- 16 Sep, 2014 11 commits
-
-
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>
-
hjk authored
Use one less signal for result passing. Change-Id: I6209d248fb01056835ef65b91981b9b2747d6f7f Reviewed-by:
Ulf Hermann <ulf.hermann@digia.com> Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Tobias Hunger authored
Add JsExpander that can be used to register additional functionality in its qscriptengine and to evaluate expressions. Register that with the VariableManager, using the "JS" prefix. Change-Id: I7d8f1ddc3484104f3943685dbac09e786d60212e Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Tobias Hunger authored
Change-Id: I7c53a91dec1e0a863f37d24787582a1ee1ba0adf Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
E.g. "Env:<some environment var>". Remove the special handling for the "Env:" varibale that was coded into the VaribaleManager. Change-Id: If8b074b66eeaa97903b41634f9a3c86dd73087d4 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 15 Sep, 2014 29 commits
-
-
Tobias Hunger authored
Clang used to complain about this several dozen times when building Qt Creator. Change-Id: I4dadd40de1133fe8558d6b50730f68b40e07de55 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Christian Kandeler authored
The functionality it offers is not essential, and it has side-effects that can lead to bugs if users turn it on for no particular reason. Change-Id: Iaed660c649de46e7f81d3a1c3311693ed0820d50 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Sergey Belyashov authored
Change-Id: I22a16eaae505d43c31516db98290df3ec667b5e0 Reviewed-by:
Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Oswald Buddenhagen authored
Started-by:
Tobias Hunger <tobias.hunger@digia.com> Change-Id: Id2e88efbb475221cd7c0347f7d5e7009e4372eec Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Eike Ziller authored
Change-Id: I43a7d8d5bfcef33ef7e2370cafec3c409fd9ce25 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Daniel Teske authored
Instead call it once per .pro file and pass that to all .pri file parses and other functions. This cuts down the number of calls for opening qtproject.pro from ~3000 to ~700 and speeds up opening qtproject.pro by roughly 3%. Change-Id: Iffd46d4bbedc9c380f70e916dae7151495990b39 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Change-Id: I4f3075aa8ab1b3fe12eabe39740d28ff06a87f88 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-12846 Change-Id: I02b3d713df8cc0e28d1bd32a401f692460c5fdbd Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-12415 Change-Id: I6328c8b0e3579eeddae9051a9ac5c587426163fe Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
At least on Windows it fails. Change-Id: I2e119bf47b468a9f881184ad26fa9fbd10f16124 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-12847 Change-Id: I8b42631adf62cd9b6afea619a17bf01a725a2968 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Ulf Hermann authored
Change-Id: Ia5b6fdf4303b889337442903eeb2a4efda6720ca Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Nikita Baryshnikov authored
Implemented pure virtual methods features, loadData with protected access modifier Change-Id: I75b0c0ed1f56a06a401d69f538462367de442d88 Reviewed-by:
Ulf Hermann <ulf.hermann@digia.com>
-
Christian Kandeler authored
Change-Id: Ibfeb6e26404468b02a5bd06a7b2ebc65ead65128 Reviewed-by:
Ulf Hermann <ulf.hermann@digia.com>
-
Oswald Buddenhagen authored
the latter variable is entirely meaningless to qmake and should have never been recognized by creator. unfortunately, qmake's dist target wasn't very useful before qt 5.4, so it didn't occur to anybody to actually use the variable associated with it, even though it is semantically exactly the right thing. Change-Id: I249857f54fdc38fb5ecac0f608e5f4140624c23c Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Oswald Buddenhagen authored
these cases are automatically covered by other variables Change-Id: Ic32411fa361346633d3127be063fcaabc9ef7c28 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Orgad Shaneh authored
Change-Id: I4f695a74032aa9f1e1b4d45f17ab8c4170717297 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
hjk authored
Change-Id: Ib356baed758437f5b549df060ca3ee62ee61b9fb Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Oswald Buddenhagen authored
it's the correct variable to use. Change-Id: I9ec7795099097715a64969516cd3fae9e213a0f4 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
The future is now. Change-Id: I68fa2fc75d8fe4437600a808949892e9002d950d Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Christian Kandeler authored
One line was overlooked in a recent patch that intended to do this. Change-Id: I1c344c4e25d47b2c4cc89071c2a4e059b451c9fd Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Christian Kandeler authored
We can't do that during parsing, as qbs::Project::buildSystemFiles() might run into a race condition. Change-Id: Iae3fd3000fdc71fec50c82d50fb3b4e3888351bc Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Eike Ziller authored
It was missing the dependency to the utils lib Change-Id: I215dff08036b3cfb7a28cedad99932bb7dd916f1 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Orgad Shaneh authored
Change-Id: Ia1cd72b598555681e62444f6843a746049c5c04d Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Ulf Hermann authored
Change-Id: I5e316ada7d03c465a7f60246e2c04e1a89078689 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
It's very nice to see that at a glance, rather than searching around in the code. Change-Id: I1d1cdf10d98578ca1fe3275fdf2dfc98f6499eed Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
Change-Id: Ia1e2cd87523d53d4a2d0de9f74980e05c565f8e0 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
It looks better, both in the code and in the result. Change-Id: I5d24b24de429fb6a6d15c2df97f977924bb9fb00 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
Like this we can properly refer to them from QML. Change-Id: I98378d543d307f78909191225e72c9d0404dfa1d Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-