when enabling developer mode, display a more descriptive text than "please wait..."
Bug #1169830 reported by
Zsombor Egri
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
[obsolete] Ubuntu QtCreator Plugins |
Fix Released
|
Medium
|
Juhapekka Piiroinen | ||
qtcreator (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
The operation takes quite some time and as no progress is shown, it gives the feeling that the operation got stuck. "Please wait" doesn't seem calming enough, at least some words that what's going on and that it may take few minutes should be shown.
Related branches
lp://staging/~juhapekka-piiroinen/ubuntu-qtcreator-plugins/add-support-for-multiple-devices
- Zoltan Balogh: Pending requested
-
Diff: 2566 lines (+1016/-806)33 files modifiedREADME (+1/-0)
qtcreator/share/qtcreator/ubuntu/menu.json (+33/-37)
qtcreator/share/qtcreator/ubuntu/scripts/device_flashdaily (+5/-3)
qtcreator/share/qtcreator/ubuntu/scripts/device_flashdaily_bootstrap (+5/-3)
qtcreator/share/qtcreator/ubuntu/scripts/device_hasnetwork (+5/-3)
qtcreator/share/qtcreator/ubuntu/scripts/device_network_clone (+5/-3)
qtcreator/share/qtcreator/ubuntu/scripts/device_portforward (+7/-6)
qtcreator/share/qtcreator/ubuntu/scripts/device_reboot (+5/-3)
qtcreator/share/qtcreator/ubuntu/scripts/device_reboot2bootloader (+5/-3)
qtcreator/share/qtcreator/ubuntu/scripts/device_reboot2recovery (+5/-3)
qtcreator/share/qtcreator/ubuntu/scripts/device_rootshell (+5/-3)
qtcreator/share/qtcreator/ubuntu/scripts/device_set_persist-sys-usb-config (+3/-1)
qtcreator/share/qtcreator/ubuntu/scripts/device_shutdown (+5/-3)
qtcreator/share/qtcreator/ubuntu/scripts/device_time_clone (+3/-1)
qtcreator/share/qtcreator/ubuntu/scripts/device_version (+5/-3)
qtcreator/share/qtcreator/ubuntu/scripts/openssh_connect (+8/-6)
qtcreator/share/qtcreator/ubuntu/scripts/openssh_install (+3/-1)
qtcreator/share/qtcreator/ubuntu/scripts/openssh_publickey (+6/-4)
qtcreator/share/qtcreator/ubuntu/scripts/openssh_remove (+5/-3)
qtcreator/share/qtcreator/ubuntu/scripts/openssh_version (+8/-6)
qtcreator/share/qtcreator/ubuntu/scripts/qtc_device_buildanddeploypackage (+10/-8)
qtcreator/share/qtcreator/ubuntu/scripts/qtc_device_buildpackage (+11/-9)
qtcreator/share/qtcreator/ubuntu/scripts/qtc_device_close_all_apps (+3/-2)
qtcreator/share/qtcreator/ubuntu/scripts/qtc_device_deploy_package (+13/-10)
qtcreator/share/qtcreator/ubuntu/scripts/qtc_device_developertools (+8/-6)
qtcreator/share/qtcreator/ubuntu/scripts/qtc_device_restart_appslense (+2/-1)
qtcreator/share/qtcreator/ubuntu/scripts/qtc_device_run_app (+13/-11)
qtcreator/src/plugins/ubuntu/ubuntuconstants.h (+1/-0)
qtcreator/src/plugins/ubuntu/ubuntudeviceswidget.cpp (+56/-32)
qtcreator/src/plugins/ubuntu/ubuntudeviceswidget.h (+3/-1)
qtcreator/src/plugins/ubuntu/ubuntudeviceswidget.ui (+760/-629)
qtcreator/src/plugins/ubuntu/ubuntumenu.cpp (+1/-0)
qtcreator/src/plugins/ubuntu/ubuntuprojectapplicationwizard.cpp (+8/-2)
Changed in ubuntu-qtcreator-plugins: | |
assignee: | nobody → Juhapekka Piiroinen (juhapekka-piiroinen) |
status: | New → Incomplete |
status: | Incomplete → Confirmed |
Changed in ubuntu-qtcreator-plugins: | |
status: | Confirmed → Fix Committed |
Changed in ubuntu-qtcreator-plugins: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This bug was fixed in the package qtcreator - 2.7.1-0ubuntu1
---------------
qtcreator (2.7.1-0ubuntu1) saucy; urgency=low
* Add devscripts dependency to qtcreator- plugin- ubuntu (LP: #1170685) patches/ workaround_ welcome_ plugin. patch: patches/ qtcreator- plugin- ubuntu. patch: lowercase/ capital DISPLAYNAME for source/ include- binaries: qtcreator. png
* New upstream release.
- Build against Qt 5.0.2 (LP: #1180392)
* debian/
- Fixes compatibility issue with Qt 5.0.2 (LP: #1179920)
* debian/control:
- Build-depend on libqt5help5
- Add needed new dependencies to Ubuntu plugin
* debian/
- Fix unreliable DEB info access bug (LP: #1170692)
- add the html folder to the project in HTML5 template
- change the hybrid application template to a QML backend plugin template
- support source packages with multiply binary packages
- Time settings cloning from host
- Enhanced device detection
- Improved ssh authentication (LP: #1171063)
- Disable menu items not usable for a specific project
- Enable orientation support in templates
- More descriptive text than "please wait..." when enableing development
mode (LP: #1169830)
- fix automatic ssh connection failure (LP: #1171063)
- Added menu items for "make check" and "make autopilot"
- Make Qt Creator plugins compatible with flipped device image.
- Cordova plugin merged
- Cordova HTML5 application template added
- Unity Scope template for Saucy
- The Ubuntu specific screen is refactored
- Ubuntu Project Manager and Ubuntu Run Control extensions
- New project type .ubuntuproject
- Support for release specific feature control to application templates
json file.
- Backend template automatic configuration
- Added support for upercase/
application templates.
- Improved backend template, changed structure and added an unit test
- QtC source code is put to the source tree
- Added check to application template for autopilot installation
- Integrate tests inside the application templates (LP: #1172241)
- When searching in the dash, 'Ubuntu SDK' should find Qt Creator
(LP: #1180192)
- Qt Creator should be renamed 'Ubuntu SDK' (LP: #1180193)
- Remove duplicate Welcome view (LP: #1180195)
- Missing example QML code for using the "QML Extension Library"
(LP: #1181125)
- Remove qt5libs package generation (LP: #1186220)
- Separate Ubuntu plugin from QtCreator sources (LP: #1186230)
- Have the UI Toolkit gallery launchable from Qt Creator (LP: #1186996)
- All edited files should be saved when Run on device is selected
(LP: #1169831)
- Application debug output from device is not realtime (LP: #1194099)
- Device-search script does not handle "no permissions" (LP: #1194107)
- The active project is deployed (LP: #1169832)
- Revert changes in qtcreator.desktop
- Updated HTML5 Touch UI template.
- CordovaQt renamed to cordovaqt-2.3
* debian/
- Add ubuntu-
* Build with g++-4.7 on armhf to prevent FTBFS
-- Timo Jyrinki <email address hidden> Mon, 08 Jul 2013 12:48:04 +0300