- Mar 13, 2014
-
-
El Mehdi Fekari authored
Those changes were missing in the commit introducing the check... Change-Id: I7c2977b255063235a8f81c488c200c9b93b36482 Reviewed-by:
Fanda Vacek <fvacek@blackberry.com> Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
Friedemann Kleint authored
Change-Id: I2400e6a4121f72efc1934252e2998b3060dd4c47 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- Mar 12, 2014
-
-
Nikolai Kosjar authored
..while initial parsing. Change-Id: I202da3f4f9e445a28e9726352fc005488efe2893 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
...since it does not make sense for symbols. Task-number: QTCREATORBUG-11669 Change-Id: Ic249cb15cdb3b324a9b215323acd802a33797100 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
hjk authored
Change-Id: I00b0e32da56bef613220d98f9d99758b47b3daf5 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Sometimes I think nobody ever uses the sdktool:-/ Change-Id: I91d1e21db982e802394d30fbdd75ab0f6b3a0961 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Thomas Hartmann authored
ModelNodes not in the hierarchy should never be selected. Note: This forces the node to be valid in isInHierarchy(). Change-Id: Ibda7b69d03344232a776d5307788871e4a75fbad Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Change-Id: Ibc15d3b05c518dcf71a0b2c014b3076f42e71cdf Reviewed-by:
Marco Bubke <marco.bubke@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Returning a proper default value did confuse the frontend for className. Task-number: QTCREATORBUG-11682 Task-number: QTCREATORBUG-11683 Task-number: QTCREATORBUG-11682 Change-Id: I9cb0df893597ad2b372935a05a7a5878708ddcda Reviewed-by:
Marco Bubke <marco.bubke@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Now all windows are exchanged with items. Change-Id: Ieecd4410c92a1e4f63b1035843a8534e92199b98 Hotfix: 3.1 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Alessandro Portale authored
We need the target setup page for opened examples back. Reason is that we want to show the android PotentialKit, so that people get a bit closer to finding the Android Options dialog. Change-Id: I38fd84717786abbe8b65f3f8f5410aeb7ca0f093 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
Change-Id: I0370040879abf948be8594dec4bf267978329bbb Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Ifc2b2e5fb51b4e1bd1b55d7d7ab9e5b3083d0da1 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
One more pass on Mac... Change-Id: I3370040879abf948be8594dec4bf267978329bbb Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Marco Bubke authored
Change-Id: Ie370040879abf948be8594dec4bf267978329bbb Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
Change-Id: I5cdf8f8c8a28b95fe29eddff9d8db8a0652847d2 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Same code can be used for LLDB and GDB... Change-Id: I07aae10fec28f01425cc13285504f57aef3afd25 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Przemyslaw Gorszkowski authored
A member of nested anonymous class should be visible as a member of enclosing class(if there is no declaration of this nested anonymous class). Fix: * marking * find usage * follow symbol * completion Task-number: QTCREATORBUG-10876 Task-number: QTCREATORBUG-11170 Change-Id: If5b4d198e9075f2a8aa899ae59190f2c05f7b1ff Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Przemyslaw Gorszkowski <pgorszkowski@gmail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Leena Miettinen authored
Change-Id: I90ac86eb411beb7a966e4ae5deedad76f6c86b6b Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Leena Miettinen authored
Leaving the note for anyone who has Madde installed, but is thinking of moving into Qt Creator 3.x. Change-Id: I49d3326cee6594559631ba70718a05572dc2ea7b Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
hjk authored
And translate the message box title. Change-Id: I9d805c10940e5e3dbaa17323a913a4a55fc61a2d Reviewed-by:
Marco Bubke <marco.bubke@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
Change-Id: I2ee35796b2c041e6ea2ae6bd677e10167451d1b8 Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
jkobus authored
Display properly separators in differences Change-Id: Ia7aa1f1ee96a07e0ed96773e8363e68f3d3a5638 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
Thomas Hartmann authored
Change-Id: I57aae18fec28f01425cc13285504f57aef3afd25 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Marco Bubke authored
Window is not working so we exchange it with an item. We need a better approach for it in the next release. Revert this patch in master. Hotfix: 3.1 Task-number: QTCREATORBUG-11601 Change-Id: I047dd558f8813cc8b3b6c8bad3394c3cf30c8d8e Signed-off-by:
Marco Bubke <marco.bubke@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Alessandro Portale authored
The location should contain bin/javac Change-Id: If67ed4902b817f2d07302afb195e6dfbad881250 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Leena Miettinen authored
Change-Id: I35d878c72f967ef6bba17c1e259c562f2d4d1593 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Daniel Teske authored
Using QXmlStreamWriter + QXmlStreamReader gives us greater control over the ordering of attributes. That way we can ensure that we never change the ordering that the user used. (Whereas for QDom the best we can do is to have a predictable but random order.) Neither QXmlStreamWriter nor QDom allows us to control the indentation and other whitespace, so any user indentation is lost. In addtion QXmlStreamWriter seems to have several bugs with indentation though, leading to rather strangely formatted files. Task-number: QTCREATORBUG-10870 Change-Id: I4cdbdcd499227f418e7767eb1b532efbbd5083a5 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com> Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
hjk authored
Task-number: QTCREATORBUG-11670 Change-Id: Iec5d3c7e73139414c51216ed6767c4524e859329 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Friedemann Kleint authored
Change-Id: I95401ed010e41341eb25bba032b924765b2c1be5 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Leena Miettinen authored
Change-Id: I082f4a7a7d6c01ae4de2a91abe318d73a931bf9e Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Takumi Asaki authored
Change-Id: I5b4d4843dc6bc609c36f63dbb97fdfd0daae3f9f Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- Mar 11, 2014
-
-
Fawzi Mohamed authored
Xcode 5 clang is picky about conversion between enums. Adding an explicit cast. Change-Id: I2e9b877c67f3b889a02d516704879b9b3b9d9bc0 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Task-number: QTCREATORBUG-11650 Change-Id: I27e62bf307a8b00157444b09c8b65a93137296ce Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Leena Miettinen authored
Nokia has discontinued support for Qt development for Symbian devices. The Nokia Qt SDK 1.x.x is no longer available for download at Nokia sites. Change-Id: Iec7e316729c6ffe2e698070f4833330e5a2d95da Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
hjk authored
Task-number: QTCREATORBUG-11642 Change-Id: I92d7cde1e5021ab06ad72a00645184c41dae0e6b Reviewed-by:
Ulf Hermann <ulf.hermann@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Leena Miettinen authored
Change-Id: Idc6deb33cefc69bce80c989d04c59a0a4d7201e4 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
Makes the code path more similar to the GDB side and allows skipping register refreshs when the view is invisible. Change-Id: Ia9210ee1709dbc5c9c7a6870bf8a54484261fee0 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Nikolai Kosjar authored
This is a workaround for black tooltips or even crahes when the nvidia driver is used. Task-number: QTCREATORBUG-11653 Change-Id: I4ddc09354a9956a55ac6b196a596f3eaeef13670 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Ulf Hermann authored
If the selected events aren't in the specified time range the selection should be fixed. Change-Id: I8cb6b57054888433b5ebf66fce3b479b3266f86e Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-