summaryrefslogtreecommitdiff
path: root/src/plugins/qnx/blackberrysigningutils.h
Commit message (Collapse)AuthorAgeFilesLines
* Blackberry: Remove blackberry supportTobias Hunger2015-04-301-113/+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/+9
| | | | | | | | | | | | | | | | | | | | 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>
* Qnx: Manage user debug token listEl Mehdi Fekari2014-01-271-0/+12
| | | | | | | | | 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 <nicolas@kdab.com>
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: share/qtcreator/debugger/dumper.cpp share/qtcreator/debugger/dumper_p.h share/qtcreator/debugger/test/main.cpp src/plugins/debugger/gdb/classicgdbengine.cpp src/plugins/debugger/gdb/pythongdbengine.cpp src/plugins/debugger/lldblib/guest/lldbengineguest.cpp src/plugins/debugger/lldblib/guest/lldbengineguest.h src/plugins/debugger/lldblib/guest/main.cpp src/plugins/debugger/lldblib/ipcengineguest.cpp src/plugins/debugger/lldblib/ipcengineguest.h src/plugins/debugger/lldblib/ipcenginehost.cpp src/plugins/debugger/lldblib/ipcenginehost.h src/plugins/debugger/lldblib/lldbenginehost.cpp src/plugins/debugger/lldblib/lldboptionspage.cpp src/plugins/qbsprojectmanager/qbsstep.cpp src/plugins/qbsprojectmanager/qbsstep.h src/plugins/qmlprofiler/canvas/qdeclarativecanvas.cpp src/plugins/qmlprofiler/canvas/qdeclarativecanvas_p.h src/plugins/qmlprofiler/canvas/qdeclarativecontext2d.cpp src/plugins/qmlprofiler/canvas/qdeclarativecontext2d_p.h src/plugins/qmlprofiler/canvas/qmlprofilercanvas.cpp src/plugins/qnx/blackberrycheckdevmodestep.cpp src/plugins/qtsupport/debugginghelper.cpp Change-Id: Ie9fd0a885fb6264a6a8a72daee071b75bcbd2e9d
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
| | | | | | | | | | | | Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* | BlackBerry: do not show invalid password messageRafael Roquetto2013-12-061-3/+3
| | | | | | | | | | | | | | | | | | | | Do not show "Invalid password" dialog when the user has actually pressed "Cancel" upon prompting for the certificate password or csk password dialog, and make sure the "overwrite" dialog does not appear after a failed attempt to request a debug token. Change-Id: Id9aa78ab3517249df5bd3b4c2d1e0fd2032c3c0b Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* | BlackBerry: fix password prompt alignmentRafael Roquetto2013-12-061-4/+4
|/ | | | | | | | | | Align certificate and csk password prompts according to their parents Task-number: QTCREATORBUG-10948 Change-Id: I139019b2a5a73f5082a434518c62be97c63574e8 Reviewed-by: David Kaspar <dkaspar@blackberry.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* BlackBerry NDK 10.2 signing supportRafael Roquetto2013-09-301-0/+91
Change-Id: I7bd6649dd20b0b204b7a4f4bcbcee6bc45fa0272 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>