- 05 Aug, 2013 15 commits
-
-
Daniel Teske authored
Resolve which qmake qtchooser will forward too, as that qmake will put it's path into the makefile. Task-number: QTCREATORBUG-9841 Change-Id: Ib7a17c7683550ce3bb9172c7428a0efc328652f5 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Aurindam Jana authored
Change-Id: Iee7895e9cafc373c32749f3dcc44a690dfc551bc Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Thomas Hartmann authored
This function checks if the ModelNode is a Component or has a delegate which is a Component. Change-Id: I6bc92c3246b58eb04a5d37722e821dbed52147e5 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Moving the CrumbleBar and the ComponentAction out of the FormEditor into the DesignModeWidget. These widgets are about document navigation and do not belong to the FormEditor. Change-Id: I5cd177d70f7c8f9cc2913c8c3c640d62fefd718d Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-9763 Change-Id: I8dbf3c1e5b7e1bea525123bf02a7e9952c94abe2 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-9763 Change-Id: I76c4d60279f738272b0cf5fda651ce266f798c2c Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Thomas Hartmann authored
This function checks if the type is a view. Change-Id: I5b333ac18dd8169bc014c92bd04c0faff4f3f72f Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Aurindam Jana authored
Change-Id: I13e26d8c007ff3c8b4609769f8f90ef9f9cf3318 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Przemyslaw Gorszkowski authored
Fix auto completion for the case when template parameter should be found somewhere of scope of template instantiation declaration. Example: struct A { void foo(); struct B { int b; }; }; template<typename T> struct Template { T* get() { return 0; } T t; }; void A::foo() { Template<B> templ; templ.get()->//no autocompletion templ.t.//no autocompletion } Task-number: QTCREATORBUG-8852 Task-number: QTCREATORBUG-9169 Change-Id: I56b40776e66740f995ae6fc5d69e3c50139a3af2 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
hjk authored
Change-Id: Ifa1468e357cae873df6a34380957100521317471 Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
hjk authored
Change-Id: I2681965c2f00743d9b53c94ed40295334113650e Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
Change-Id: Ia6f4ba7a342d3ba2dfbf30511192155daf02a8d6 Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
hjk authored
Change-Id: I963cb2d025a10cee75b9a9648531c4daeb1b70aa Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
hjk authored
Change-Id: I11924daf71c0072b9f0ade15a33350a4e56ee781 Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
hjk authored
Less code. Change-Id: Ic26d291ada7efd05899623738d89c52b4175716c Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
- 02 Aug, 2013 12 commits
-
-
Daniel Teske authored
And adjust the message in the appliation output to take the exit status into account. Change-Id: I1b7507fdc8ff6fa7ec3db48dba72ad723f124fc3 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
Note this only affects newly generated kits. Task-number: QTCREATORBUG-9865 Change-Id: I9f62c1d1932aa32e1a307b92ce0f8ba80bb6ed5c Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
Daniel Teske authored
Change-Id: Idf86cbf8679afcd6054c1f191619a44b576c6f45 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-9763 Change-Id: Ifd7251ee018447e7d910768ae4befb19df5d72c2 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Clean up singleton APIs. Task-number: QTCREATORBUG-9761 Change-Id: I42b691449dea75dc88f37db107221d4421f73529 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I2537e02e0fa5e5d41c5d0dbd82389d4a2edfd39f Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-9763 Change-Id: Ie138f63b8abd5333262debf311aa3ebbd88c81d5 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Ieb559e884fb08c96d739cf7684389ff740a6233e Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I0e9b4b1aa48bfab8ff84d2559d6971ca9fdde5b6 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I68e1b20561098c375557be6db1fb528e0ae040f6 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
That was a regression after 3de45d8c Change-Id: I4b34060c1c56dce7e39cf3c4da607a9a24cfd02d Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I014cb57460c4e3a36bf7403960908b5ffec867ff Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 01 Aug, 2013 13 commits
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-9740 Change-Id: I41721356b3612b6c98e774168f520ff49426271b Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
Change-Id: I5e4a1a2441765a002097492c7ac71fb07c91b442 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Nikolai Kosjar authored
Change-Id: I776bb0157241dccbf5b33003ae7f60130230ae97 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: Id274db9ed3022364e7b65788f8313ae6cfa73326 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Thomas Hartmann authored
The TextModifers for the sub component and the document are now assigned to the model. This simplfifies the code. The member variables to the TextModifers are only kept for ownership. The DesignDocument still owns the two TextModifers. Change-Id: Idc84a2ba718666ce54683a67635a93352784dddd Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
hjk authored
Change-Id: I34e713ec1c9de99584ba206cfa1e38cd46e880fc Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
hjk authored
That's taken care of the run control factories directly now Change-Id: I1cd7470e78a93459bee878f5e32594e7cf339a91 Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
Orgad Shaneh authored
Change-Id: I7a87908d084208ac1d975d0686905cd3412e120f Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
Selection includes one extra byte Change-Id: I3a801764b009edbf19b8182bb9e645ee49e319d1 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Use it instead of retrieving this information from the document. Change-Id: I809fcb2daf59021cf503c371a5d40d75d7448796 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Add a include for QtDebug elsewhere where this include tended to add this implicitly. Also remove a using namespace directive that is unused and no longer works since the namespace is no longer defined due to the removed include. Change-Id: Ic216127a96c8aa11366defa0397f934d5a735925 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: I538fbae5be9750b9b00f82d467136a8500e8f8e6 Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
hjk authored
Change-Id: I74edaef59600a44924d2692c1ebc7f98d8581115 Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-