was missing some end tag
Task-number: QTCREATORBUG-10609
Change-Id: Id2e009c29489649c54ad3c7916024b9e485651ed
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Task-number: QTCREATORBUG-10498
Reverting part of 17e2847f7e
which fixed QTCREATORBUG-9610, but introduced a regression.
Looks like that part of code is unneeded.
Change-Id: Ia3ee746f871da4c0ff46facd18aa7a7d86d7899e
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This fixes interrupting the inferior process when debugging
BlackBerry applications on Windows. The code was already in use
for pure QNX application, but never BlackBerry.
Change-Id: Icbf8f913475f523ca178250087bfdf3b89086605
Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
Reviewed-by: David Schulz <david.schulz@digia.com>
This is a special StringList based model for files
in the project hierarchy.
Change-Id: Ie75961bdc0492febfab14c9b63be4bcec1bef1c6
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Use the lowest QDataStream version common to both the server and client.
The server part was added to Qt 5.0 (commit 7f7cd79e), but we haven't
used that yet.
THis fixes a regression in the inspector where only some properties are
shown.
Task-number: QTCREATORBUG-10186
Change-Id: If6699eb7261e480587f6a21d54fb6b6107669b8f
Reviewed-by: Robert Loehning <robert.loehning@digia.com>
Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
ios now uses libQt5Core_iphonesimulator.a and libQt5Core.a for device
and simulator, this changes detects both architectures.
Change-Id: I0e2883c06355eb2b75aeeba4365c8aea14bb8ced
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
Lookup is done internally in the dumpers
Change-Id: Idc6a7bd7c47bb7e0655d10c21ac3e17421d98bdc
Reviewed-by: hjk <hjk121@nokiamail.com>
Reviewed-by: David Schulz <david.schulz@digia.com>
Makes them easier discoverable and seems what at least VS people
expect.
Change-Id: Iebf61f4760da6077495a97e6333cc9e9d7816706
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
There are two different ways we used to stop a application:
am force-stop $packageName or kill -9 applicationPid. As far as I
remember that's because on some devices some one of them didn't work.
The code wasn't consistently using both though. Fix that by making it
one function, which uses both and use that one consistently.
Task-number: QTCREATORBUG-10557
Change-Id: Ib09a51e2bddae8d28a5d234e792906cc03606fda
Reviewed-by: BogDan Vatra <bogdan@kde.org>
The link to next page pointed to the wrong page.
Change-Id: I5544df8ed2ef64aa98ae356d7e2a33c968794302
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* setting sticky to the proprieties that are not supposed to be modified
* mutable device helps when using multiple devices
Change-Id: I739962529c4e92090e57ef6f332c1bed8cf0a2db
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Recent versions of GDB seem to require 'make install' to find their
Python bits. Given that this is not really an option, check the
usual suspects, too.
Change-Id: I5217c0184681d4a86992fe0b8989498843b26cea
Reviewed-by: David Schulz <david.schulz@digia.com>
Reviewed-by: hjk <hjk121@nokiamail.com>
Cleanup some stuff (mobile orientation page),
drop import of qml from existing file
Change-Id: I261f03b6f249129dfe732719fb683978cc90fb9e
Reviewed-by: hjk <hjk121@nokiamail.com>
Indirect lib dependencies are not allowed. Code using Botan needs to
link directly to libdl.
Change-Id: I96bde3adf2aef9fdc60af1a70f70e17a79b24048
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
switched to using a relay server
Change-Id: Ic3ddb48b818fa43894314f7fbaf9d7780fc01ade
Reviewed-by: hjk <hjk121@nokiamail.com>
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>