aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qnx/blackberrydeviceconfigurationwidget.ui
Commit message (Collapse)AuthorAgeFilesLines
* Blackberry: Remove blackberry supportTobias Hunger2015-04-301-180/+0
| | | | | | | | | | | | | | | | Keep QNX. A short informal search did not turn up any more blackberry users, even though there is interest in QNX. So this patch removes the platform: We had no contact with the maintainers in months, there are no changes going into the code for about as long. I am not even aware of anybody testing the platform, so any remaining users are probably better of with Qt Creator 3.2 or so where the code was extensively tested. Change-Id: Ibeda6bfd8565599918cfcc08fd01cb5ed8793dc2 Reviewed-by: Tobias Hunger <[email protected]>
* Qnx: Add import button when selecting device's debug tokenEl Mehdi Fekari2014-02-111-0/+7
| | | | | Change-Id: I97c86761e7ff89c7720ae9ca9369895a62ca6244 Reviewed-by: Rafael Roquetto <[email protected]>
* Qnx: Manage user debug token listEl Mehdi Fekari2014-01-271-17/+9
| | | | | | | | | N.B: This patch implements the basic actions to manage user debug tokens, and doesn't provide yet all actions and advanced features available in Momentics IDE regarding the debug token support. Change-Id: I912bdbcc3348b8ddd4335a7995bec900bd04bf62 Reviewed-by: Nicolas Arnaud-Cormos <[email protected]>
* Qnx: Improved layout of BlackBerryDeviceConfigurationWidgetDavid Kaspar2013-08-191-6/+67
| | | | | | | | | | | | | Widget margins has been zeroed so the default margins of the 'Type Specific' group applies only. Request and Upload buttons has been placed on a separate row to allow better width stretching. Task-number: QTCREATORBUG-9981 Change-Id: I86d3be06d0057e92289fe6ed5cf38f16f5f3158b Reviewed-by: Christian Kandeler <[email protected]> Reviewed-by: Tobias Hunger <[email protected]> Reviewed-by: David Kaspar <[email protected]>
* QNX: Refactored connection handling for BlackBerry devicesTobias Nätterlund2013-03-281-1/+17
| | | | | | | | | | | | | | | | The blackberry-connect connection is now established at Qt Creator startup, and taken down when Qt Creator shuts down. The user also has the ability to disconnect manually in the Device settings widget. The connection status is shown in the Devices settings widget, as well as in the project selector. And it is impossible run or debug an application without having the device connected. Change-Id: I64f2e48a647e6d850851d2f20d0ec7bbd5980ea5 Reviewed-by: Christian Kandeler <[email protected]> Reviewed-by: Nicolas Arnaud-Cormos <[email protected]> Reviewed-by: Mehdi Fekari <[email protected]>
* Fix alignment issue on Mac OSX with PathChooser.Nicolas Arnaud-Cormos2013-03-181-20/+2
| | | | | | | | | Add buttons directly into the PathChooser instead of creating new QPushButton widgets. Change-Id: I7b607c4c8cc7b27ec0d23d9849182437fc28aabc Reviewed-by: Tobias Nätterlund <[email protected]> Reviewed-by: Mehdi Fekari <[email protected]> Reviewed-by: Eike Ziller <[email protected]>
* Qnx: Simple BlackBerry debug token management.Rafael Roquetto2013-02-211-5/+20
| | | | | | | | This patch enables debug token creation and installation. Change-Id: I85cbb8ddc413228662cd7967e1805196212a430c Reviewed-by: Tobias Nätterlund <[email protected]> Reviewed-by: Tobias Hunger <[email protected]>
* tr()-fixes for 2.6.Friedemann Kleint2012-08-011-1/+1
| | | | | | | | | | | - Fix typos and various capitalization errors. - Fix wrong placeholders. - Remove QCoreApplication::tr(). - Fix androidpackagecreationwidget.ui, remove translation from combo and clean up some HTML markup. Change-Id: I51bcdad90c770c0f861a9d17e92b9c9222c6e8bf Reviewed-by: Robert Löhning <[email protected]>
* New QNX plugin.Tobias Nätterlund2012-07-131-0/+107
This plugin adds support for cross-compiling, deploying, running and debugging on a PlayBook or QNX Neutrino device. Change-Id: I0da7ccee40bd7ce4c0d6bdc6884d48ef23167dac Reviewed-by: Daniel Teske <[email protected]>