- 23 Oct, 2015 2 commits
-
-
Alessandro Portale authored
http://blog.qt.io/blog/author/didesous/ announced new designs/themes for Qt Creator. This patch implements the helper functions for the loading and theme-specific recoloring of icons. Change-Id: Ie6e96eeecb70dccd6b95338c653a9d3b760557cc Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Alessandro Portale authored
http://blog.qt.io/blog/author/didesous/ announced new designs/themes for Qt Creator. This patch replaces many of the existing toolbar icons with recolorizable masks for better theming support. Change-Id: I557aa485205fe2624f33724226f698c303342b40 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- 22 Oct, 2015 1 commit
-
-
Tim Jenssen authored
Change-Id: Ie9851a8f16d494ef2a6fafdcc83b5b47bcd0e021 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 21 Oct, 2015 1 commit
-
-
Jake Petroules authored
The icns files have also been moved into an asset catalog because "source code" as a rule should be stored in the preferred form of modification. Change-Id: I883db5704a46d8d7cf601f7fb4471619ebbc34bf Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 20 Oct, 2015 1 commit
-
-
Jake Petroules authored
phonegap's ios-deploy tool is probably the most widely known command line tool for deploying and debugging iOS applications. Make several arguments identical to theirs with the eventual goal of making iostool and ios-deploy command lines interchangeable. This is a libexec (private) tool only used internally by Qt Creator, so the changes should not impact anyone. Change-Id: I51f25f9c466570ca65b415d4ea94c78285cff1c2 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>
-
- 09 Oct, 2015 1 commit
-
-
hjk authored
- Remove old experimental native mixed approach. - Move some common stack parsing to Stackhandler. - Mark gdbbridge.py debug output explicitly to remove it from actual reponse handling New native mixed needs QtDeclarative changes and QTC_DEBUGGER_NATIVE_MIXED=1 for now. Change-Id: I09eed1da51cea878636d36756015b7bfaed34203 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 08 Oct, 2015 2 commits
-
-
hjk authored
They produce no values later anyway and are slow to process. With this patch, stepping in VME::run from qv4vme_moth.cpp takes about 1s instead of more than 40s previously. Change-Id: I5c96966612bdb7c0120d9ebb545d6e8483cbf843 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Id13787d549312251fbe806076b9ad594ab16c2d2 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 07 Oct, 2015 3 commits
-
-
Jochen Becher authored
Change-Id: Ia0c84ef62f833b7967985c0913584ca6ccb03ed1 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Orgad Shaneh authored
Broke by 150af7af. flags must be stored with the command. Change-Id: If2bac648d7d4b2c341eb6398d92b05660f519114 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I4d74ad26046136ff2d38cfc1015b502009b2b344
-
- 06 Oct, 2015 4 commits
-
-
Lorenz Haas authored
If a base class contains many virtual functions it's sometimes hard to find the right method. With the new filter above the list of functions one can now easily navigate to the appropriate method. Change-Id: I2ddb99fdceef5679b15fc4819f8a69dfa6ae0a0c Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Daniel Teske authored
Didn't work if there was any folded text before the #include. Change-Id: I8f16205f06bfaa8b8541401a9ebd5995c15b2227 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Daniel Teske authored
Change-Id: Ib32d7f4c25c9012fbcb76db9e3af7446cf0a2505 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Thomas Hartmann authored
Those have to be hard coded in our code. Change-Id: I2bdaec0716aeca56df9476f124a47e2dfc1658cb Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
- 05 Oct, 2015 4 commits
-
-
Marco Bubke authored
File containers were generates in many places. To reduce the noise this getters are introduced. Change-Id: I059745c27ac2dd0515bc23b3438d6d264ba071d7 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Eike Ziller authored
Change-Id: Ie7a923dd28d7989a982d7e695199616d8f8fbbfb Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Robert Loehning authored
Project tree displays native separators since d7a373ef Change-Id: I75a9b391641a20f32000f909b5310ad702ab0ee3 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Robert Loehning authored
The handling of .pri files was changed in 51ba32bc Change-Id: I581bfa00465e1d9f3c4bbcdfefa4d64555d48c73 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 03 Oct, 2015 1 commit
-
-
Claus Steuer authored
The code model failed to parse the noexcept operator which is often used in noexcept specifiers, e.g.: "void f() noexcept(noexcept(g()));" Consequently some c++11 headers such as unordered_map, array and unordered_set could not be parsed and no code completition was available. I have created the NoExceptOperatorExpressionAST class which is created whenever a noexcept token is found in an expression with operator precedence. The noExcept test case in the cplusplus/cxx11 test now contains a function that uses the noexcept operator. Fixed noexcept operator parsing Added the test requested by Sergey Shambir, which then revealed that i had not implemeneted the noexpect operator parsing according to the c++ specification. As stated here http://cpp0x.centaur.ath.cx/expr.unary.noexcept.html the noexcept operator is a unary-expression that contains an expression (and not a constant-expression). This should now be fixed. Change-Id: Id4a99a43b660bd83e7680274491d99a698b57094 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
- 02 Oct, 2015 6 commits
-
-
Jake Petroules authored
Change-Id: I94f945d1247a9d5d43119de2a53af33a7b1b25c7 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Robert Loehning authored
Change-Id: Ic2212c8519f4c771ba3e3c61dd32073b93db7ed9 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I093c2a786cf8f10de4f05c23f3763ef1300feabd Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I80e072c5bde4874b89a0af2e105e378674e8d9fe Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Christian Strømme authored
If the java_home executable exists on OS X we can run it to get the current JDK location. Change-Id: I5d032d153cba4d7168931ab0f83723292d3d714a Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Christian Kandeler authored
To HEAD of 1.4 branch. Change-Id: I53e4f472e04e87520fb5be0c64030090e64e8a6b Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- 01 Oct, 2015 14 commits
-
-
Tobias Hunger authored
Change-Id: Ic52cb1cc87f5903f5969b40588af7783b05f0f6f Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Eike Ziller authored
Since Qt installers nowadays (since Qt 5.3) register all Qt patch releases of the same minor version with the same ID, the Kit will not be updated (because the Qt 'is the same'), so it should use %{Qt:Version} instead of hardcoding the version. Change-Id: Ieb8b766490b3c6297fa11802c6e13724658795d5 Task-number: QTCREATORBUG-15128 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Ulf Hermann authored
We don't need to support QtQuick1 anymore. Consequently, the minimum Qt version for QML debugging is bumped to 5.0.0. Change-Id: I9528de3f6869fb391eaf9560a148e03f6067b9de Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Ulf Hermann authored
They aren't used anywhere. Change-Id: Ia2b72e4cc60cfb7a6d360d7fb6ba7445dfe64d13 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Nikolai Kosjar authored
Ensure that first the editors unregister with the removed project part, then unregister the project part. This makes testing and following the message logs easier. It also fixes the following race condition: * Unload project of opened file * Immediately close the editor before a new project part is calculated ==> The editor is closed, but the translation unit is not properly unregistered. Change-Id: I618930d221323435ba60ac6c051380bccc9fdaf1 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Marco Bubke authored
Change-Id: Icc6b08a0eea026d3126c236a37318eaee9f3c0e8 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Marco Bubke authored
Change-Id: Ie0e4babe29934d9b90d24bb4c966d6ed6ba3c238 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I9f89ab863c6f6535b8f81d129d547dfa5a54a90b Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Marco Bubke authored
It's actually tricky because the standard says that zero arguments should be not possible in variadic macros but certain compilers support it and we using it in the logging framework. Change-Id: Ib9e1832748e8c57f149dfcfefead9618fd5e51f4 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Marco Bubke authored
Change-Id: I77f89e15142ae5e0b6484bc02aef7b9733ea8c1f Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Marco Bubke authored
Change-Id: Ibf6b5c9a791e0fad49939c2a352b7eaa064f2376 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Marco Bubke authored
Change-Id: I9a773d70485f3e534e7fabdde3bd5936002c851c Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Marco Bubke authored
Add logging and don't send if sendMode is IgnoreSendRequests. Change-Id: Ia3df9fd2c1c75cfec720233518401fc9df5e0017 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Marco Bubke authored
Change-Id: I489cec1dcbcfba71dfa6679e8d90bbf8c8d0a867 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-