- 23 Feb, 2012 1 commit
-
-
Erik Verbruggen authored
Change-Id: I74b4fd5e043db935abc18345b303d294b71e8fc2 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@nokia.com>
-
- 22 Feb, 2012 1 commit
-
-
Erik Verbruggen authored
Missed this one. Change-Id: I6176cab1d65ebe14ba34b9bb0c565bed6e152c4a Reviewed-by:
Bill King <bill.king@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 21 Feb, 2012 1 commit
-
-
Flex Ferrum authored
Change-Id: I7eef048a7952a79f031ae3d0abba68e3c5ffbfb8 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 20 Feb, 2012 1 commit
-
-
Joerg Bornemann authored
Change-Id: If6bf71797ae81655d24a77e6badb86a77312af38 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 15 Feb, 2012 1 commit
-
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 10 Feb, 2012 2 commits
-
-
Erik Verbruggen authored
Change-Id: I35c93b7a970a7b659a4bca7b680c2db776dc07ab Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Erik Verbruggen authored
Change-Id: I49d6ff7eb1805cd07bdfcb27bb37d4c6cadc9115 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 03 Feb, 2012 1 commit
-
-
David Schulz authored
The change brokes the Lexer. This reverts commit e46a5579. Change-Id: I3363c6eff74b53a7f2d9f417941cde07aaa92619 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
- 02 Feb, 2012 3 commits
-
-
Erik Verbruggen authored
Change-Id: I82d8d60acaa9265fd25e0a3734855b19bdef9c06 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Erik Verbruggen authored
Change-Id: I7da3affea2758b2e01124105e2521e1f2c5f6678 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Erik Verbruggen authored
Change-Id: Iafdcd5bc72d9724e217767ae9c216be4363cc0d3 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 01 Feb, 2012 1 commit
-
-
David Schulz authored
The whitespaces are now highlighted with the same backgroundcolor as the characters. Also added a test for the Lexer. Task-number: QTCREATORBUG-5802 Change-Id: Ic1bcd8cfe30d6b8a0281b7963eaab310f972b9d2 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 31 Jan, 2012 1 commit
-
-
Flex Ferrum authored
Handled to major cases of 'auto' variable declaration: 1. auto var = someInitializer; 2. Q_FOREACH(auto item, collection) or foreach(auto item, collection) In first case type deducted directly from initializer. If variable has no initializer then corresponded error reported. In second case type deducted from '*collection.begin()' expression. Change-Id: Ie930add1648b99440281ae04d973fd6904bc9e46 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 26 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 29 Nov, 2011 1 commit
-
-
Christian Kamm authored
Change-Id: I5a84a2f3d8157289eba60977a3c9d112e72e679a Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 18 Nov, 2011 4 commits
-
-
Leandro Melo authored
Actually, those should have gone in the previous corresponding commits which introduced support for the keywords. Change-Id: Ie95944899c426a2c2b03e60d1ad557e00bc3a82a Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Leandro Melo authored
Change-Id: I5b7ac8f9b2137ffe9439ada4ec4aeb9cee8e249d Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Leandro Melo authored
Change-Id: Iac8ba58404284f0d90fd5a3640eb9ccd7e98058d Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Oswald Buddenhagen authored
"dll" and "shared" set each other, but too late to actually test for it in the project files, so include both. note that this will slightly modify the build of some of our imported qt solutions. Change-Id: I0bd4f41a68fd160f8e87eb0a0fa66096fe70ef3e Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@nokia.com>
-
- 03 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 25 Oct, 2011 2 commits
-
-
Christian Kamm authored
Change-Id: Ia7407969dc56308fe3eb843e97b93e65eb235186 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Christian Kamm authored
Change-Id: I35266b69d1cc433c4d9176cc849efd03ea1cc1cd Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 21 Oct, 2011 1 commit
-
-
Leandro Melo authored
Task-number: QTCREATORBUG-6343 Change-Id: I71575098c71611dc8514288f7938af4c409ebaa3 Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
- 17 Oct, 2011 1 commit
-
-
Erik Verbruggen authored
Thanks to Clang's parser_overflow.cpp which has >16000 nested compound statements to check exactly the same. Change-Id: I2b604f8ceb01115d7fe950994e0677a081e99481 Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
- 19 Sep, 2011 1 commit
-
-
hjk authored
Change-Id: Id21e8a3962550a1c66d761e718b48a8fcf4053e7 Reviewed-on: http://codereview.qt-project.org/5122Reviewed-by:
hjk <qthjk@ovi.com>
-
- 08 Sep, 2011 2 commits
-
-
Christian Kamm authored
Change-Id: I83bcea6fcdbf113d541a962ac461aef1765d99fd Reviewed-on: http://codereview.qt-project.org/4433Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Christian Kamm authored
Fixes insert-definition-from-declaration when the source file was not yet opened in an editor. Change-Id: I4263113390ae4fbe9d4641104b5cb43373ddc5a4 Reviewed-on: http://codereview.qt-project.org/4394Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- 07 Sep, 2011 1 commit
-
-
Christian Kamm authored
This can have a dramatic impact on performance when a file contains lots of unique literals. Change-Id: I5309b28f704d7f53e164dc8084ae08354c09354b Reviewed-on: http://codereview.qt.nokia.com/4312Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 05 Sep, 2011 1 commit
-
-
Erik Verbruggen authored
Cause: Q_PRIVATE_PROPERTY didn't have an entry in token_names, so if Token::spell or Token::name was called on a T_Q_GADGET, an out-of-bounds access would occur. Change-Id: I1ec7b91a5d3def5508e21ad4f1863a52cb4ed540 Reviewed-on: http://codereview.qt.nokia.com/4207Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
- 02 Sep, 2011 1 commit
-
-
Christian Kamm authored
Change-Id: I919a2e98474fec42861391d11d2ba1225eb2adf9 Reviewed-on: http://codereview.qt.nokia.com/4083Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- 30 Aug, 2011 1 commit
-
-
Roberto Raggi authored
Change-Id: I429c9d454a1b896abf642225ef7b506481fac708 Reviewed-on: http://codereview.qt.nokia.com/3867Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
- 25 Aug, 2011 1 commit
-
-
Christian Kamm authored
Change-Id: I904123bdbbd675e9f018236c1fed13528d83f87f Reviewed-on: http://codereview.qt.nokia.com/3481Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 15 Aug, 2011 1 commit
-
-
Leandro Melo authored
Change-Id: I105d94f543d22319571320cd88f791278aac3239 Reviewed-on: http://codereview.qt.nokia.com/2734Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 10 Aug, 2011 1 commit
-
-
Christian Kamm authored
The only Scope that set the end offset to *before* the last token was ObjCClassDeclaration. Change-Id: Icbdb5bcdd72d96087ac586ad51510fed74a633eb Reviewed-on: http://codereview.qt.nokia.com/2820Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- 09 Aug, 2011 1 commit
-
-
Leandro Melo authored
Such as class ~A {} or class operator+ {}. Done by Roberto Raggi Change-Id: I4fdad6d27aaa997e651f2d08de36fe675fc78814 Reviewed-on: http://codereview.qt.nokia.com/2778Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 15 Jul, 2011 1 commit
-
-
Leandro Melo authored
The correct parsing for certain templateids would require name lookup. In order to avoid erroneous syntax errors detection (like the one below ) we block the notification for such cases. bool r = a < b ? c > d : false; Task-number: QTCREATORBUG-5122 Change-Id: I9eb9ee89cd21bec3ed924982957f50f9346f90be Reviewed-on: http://codereview.qt.nokia.com/1704Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 06 Jul, 2011 1 commit
-
-
hjk authored
Change-Id: I61e7cf189a1c4ea04e2a88a80a4f15e43cd3c018 Reviewed-on: http://codereview.qt.nokia.com/1187Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 17 May, 2011 2 commits
-
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-4362 Reviewed-by: Roberto Raggi
-
Roberto Raggi authored
This should simplify full C++ template instantiations. Reviewed-by: Christian Kamm
-
- 16 May, 2011 1 commit
-
-
Roberto Raggi authored
-