- Mar 12, 2012
-
-
Francois Ferrand authored
Change-Id: Iac297e3665b18d97ca80097c4dd33dd70e64b9a1 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Eike Ziller authored
-
Flex Ferrum authored
Fix code formatting in cases when '{' and '}' appear within expression context (ex. lambda expression, initializer lists). Change-Id: I42b28170a8d6d5fd08a9a1a8d8e7698219c18966 Reviewed-by:
Erik Verbruggen <erik.verbruggen@nokia.com>
-
Robert Loehning authored
Change-Id: I3920bf0ee69a5abbdd0060ca309f6fd7e17b2e1b Reviewed-by:
hjk <qthjk@ovi.com>
-
Thomas Hartmann authored
This is a slight change to spacing and also adds the subtle hover effects to recent projects. Change-Id: I3dce69033e782c6f87ef1ef8b251d944bcf9be6e Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Aurindam Jana authored
V8 Debugger does not support changing line numbers of active brekpoints. Remove the existing breakpoint and add a new one. Change-Id: I0e6302d6d911887890d674960cc241f89c4cdc96 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Eike Ziller authored
On Mac, the Qt packages install qmake to "/usr/bin/qmake-4.7" etc, and put a symlink "qmake" in a browsable place. If the browser resolves symlinks, we would need to accept all these different qmake naming variants instead of just "qmake". Also, there is no reason for resolving the symlink, in the worst case (like in this case) it just makes life harder. Task-number: QTCREATORBUG-6222 Change-Id: I973a648ea2d1586075723efa6164f44d8fd3ecad Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Daniel Teske authored
Change-Id: I5a1242ede5823d77b2c1f44cdb1b4911694f040e Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
hjk authored
Change-Id: Ibc4f37589f913ff9ea0025156979ddda73929e38 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Orgad Shaneh authored
Change-Id: Ia2ac1d83e2dcf0e3051ce4cd4eb72cd039161e6b Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Andreas Holzammer authored
Windows XP does not support IPV6; if we directly link against Iphlpapi.lib, Creator fails to load. To bypass this issue, lookup IPV6 function dynamically. Change-Id: Idd49b977b924458cc8cd6fbe646f5c05e853060b Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Jarek Kobus authored
Task-number: QTCREATORBUG-6966 Change-Id: Ia4ce2f1085d3e683cbe0fa6adb38b56d4b5acb15 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
Eike Ziller authored
Change-Id: Ib96f13bcf72090acdcaafb5fb99636fa7543d076 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Eike Ziller authored
Avoid relying on isNull vs isEmpty by explicitly passing a bool found output parameter. Task-number: QTCREATORBUG-6961 Task-number: QTCREATORBUG-6960 Task-number: QTCREATORBUG-7026 Change-Id: I1e215867fd91d2cf37ad420967b18e56cb644442 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Eike Ziller authored
This patch breaks lots of other things, it just gets insanely complicated for no gain whatsoever. This reverts commit bdb5ecd1. Change-Id: If38302c38ef42abd86e0b01021ded5162faf9e93 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Eike Ziller authored
Change-Id: I81072f3a16db42417e598a07737351b28227042c Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
- Mar 09, 2012
-
-
Robert Loehning authored
Done-with: Christian Stenger Change-Id: I533ff2f41a5d6554d0f6a880d1ede093de2f9d6c Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
hjk authored
Task-number: QTCREATORBUG-6951 Change-Id: I35152a6f0422d4cbca356dab8b95033b166115fb Reviewed-by:
hjk <qthjk@ovi.com>
-
Friedemann Kleint authored
Change-Id: I0f3be4dccb1744b8cca738f4720c70317485957d Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Daniel Teske authored
Each example can now provide a list of platforms by the examples manifest .xml file. This list can control the target configuration of the example when it is opened in the welcomepage. Change-Id: I893230fd2850b7a1272db71a7f589044d52041d1 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
This seems to be the only way to make the setup work on Windows at all. Change-Id: Ib70c8422dceea84ae5cc9e671de977de0887c80e Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kandeler authored
Change-Id: I7e9c00ae3f4e094f24e71c6bde3060027188ebeb Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@nokia.com>
-
Robert Loehning authored
Change-Id: I4b63bde13a9a74d50e654bcc167b7f19fec48919 Reviewed-by:
hjk <qthjk@ovi.com>
-
Daniel Teske authored
Change-Id: I74a5712f7ce7b7b2f05d6c98cd4bea2423705a5f Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Alessandro Portale authored
Change-Id: I519f7271bfce57028282f4c6ca6ff3f1ea4671c0 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@nokia.com>
-
Eike Ziller authored
* focus set to the list instead of the button * list shows file icons * replace hack that tried to avoid resizing save button by real fix * Mac: left-aligned "do not save" button * Mac: alternating colors in list * Mac: same sized "cancel" and "save" buttons Task-number: QTCREATORBUG-1120 Change-Id: Ic6aca8fca105517c3aaddc451640def43e955b77 Reviewed-by:
Virva Auvinen <virva.auvinen@nokia.com> Reviewed-by:
David Schulz <david.schulz@nokia.com>
-
Francois Ferrand authored
Track the tasks which are added, so that the generic parsers are used for detecting file names. Change-Id: Ie3bcf04c946fa45c99836dc4c29ca03ab5243fb2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Christian Kandeler authored
Change-Id: I6808afa6a663649678137225a78d3481c0a80679 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
hjk authored
Change-Id: I8d05f9b6a890beb6ff67795e81619e8101127180 Reviewed-by:
David Schulz <david.schulz@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Task-number: QTCREATORBUG-7028 Change-Id: I8b70435df8b958961204f8498f63b0752a6ad0bf Reviewed-by:
hjk <qthjk@ovi.com>
-
Aurindam Jana authored
Check for null pointers when parsing AST to relocate breakpoint Change-Id: I484048d9e8a7aabdeffc4e18049c9b9b6f030366 Reviewed-by:
Simjees Abraham <simjees.abraham@nokia.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com> Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Daniel Teske authored
BreakHandler::updateMarker deletes and recreates the marker, so we need to call the base class before. Change-Id: Icc7587d0ab3dff280e99a84c9b4bea555c36a875 Reviewed-by:
hjk <qthjk@ovi.com>
-
Daniel Teske authored
Change-Id: I0439d97196cc96b770c77ffc7ce474a76f3b2d94 Reviewed-by:
hjk <qthjk@ovi.com>
-
Leena Miettinen authored
Update all screenshots. Change-Id: Ib3f07b940f4121caa5ff567d070c448b81e2f124 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Francois Ferrand authored
Change-Id: I02219e496faa8918439467f72b196bf454b6bc8f Reviewed-by:
hjk <qthjk@ovi.com>
-
Alessandro Portale authored
Alphabetically, and files in sub-directories first Change-Id: I65a29af7a952e8c3aa63cbac637c6a9395b9a846 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@nokia.com>
-
- Mar 08, 2012
-
-
Oswald Buddenhagen authored
needed due to QA-related changes. Change-Id: Ie29699fa9dc494dc3849175ccf9523377efcb1e9
-
Robert Loehning authored
Change-Id: Ic513a4cd10460d177b0305e53a4ed55b7c75e541 Reviewed-by:
Christian Stenger <christian.stenger@nokia.com> Reviewed-by:
Bill King <bill.king@nokia.com>
-
Robert Loehning authored
Change-Id: I38fc9742fa4b26a694d8bcaddabaf0ceddb48d7c Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
Leena Miettinen authored
Update all screen shots. Change-Id: I3250dba678bc641fdaf767cbabf7f471e63bab3a Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-