summaryrefslogtreecommitdiff
path: root/src/plugins/qnx/blackberrysetuppage.h
Commit message (Collapse)AuthorAgeFilesLines
* Blackberry: Remove blackberry supportTobias Hunger2015-04-301-60/+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 <tobias.hunger@theqtcompany.com>
* Update LicenseEike Ziller2015-01-161-5/+5
| | | | | Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* License updateEike Ziller2014-10-091-7/+8
| | | | | Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* Qnx: BlackBerry Setup options pageDavid Kaspar2014-02-141-0/+59
Setup options page checks for general setup of API Levels, Signing Keys and Devices. It is meant to become a central point for BlackBerry settings. Adding BlackBerryConfigurationManager::settingsChanged signal to notify about any change to BBConfig settings. Fixing BlackBerrySigningUtils to correctly ask for password and reopen the certificate in case an invalid password is entered and a generic ResultCode::Error happens. Fixing header define for blackberryinstallwizard.h Fixing URL for BlackBerry Legacy Keys. Change-Id: I1c4592c03ab07678ef829b85ce7b13457b9304a9 Reviewed-by: David Kaspar <dkaspar@blackberry.com> Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>