Remove duplicate Welcome view
Bug #1180195 reported by
Jono Bacon
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
qtcreator-plugin-ubuntu |
Fix Released
|
Undecided
|
Juhapekka Piiroinen | ||
qtcreator (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Currently we have two Welcome views in Qt Creator:
1. The default Qt welcome screen with links to docs.
2. Our special Ubuntu welcome screen which points to developer.
We need to provide a single Ubuntu welcome screen that aggregates together this content.
Is this something that requires development work or is this something that a documentation team can help to fix (in terms of providing a single set of docs on the Welcome screen, not removing the additional Welcome view).
Related branches
lp://staging/~juhapekka-piiroinen/ubuntu-qtcreator-plugins/refactoring-and-fixing
- Juhapekka Piiroinen: Pending requested
-
Diff: 2875 lines (+1496/-867)57 files modifiedMakefile (+69/-3)
README (+0/-34)
build (+0/-35)
build-package (+0/-21)
packaging/ubuntu-qtcreator-plugins.install (+0/-3)
patches/2013-04-control.patch (+0/-12)
prepare (+0/-41)
qt5libs/debian/changelog (+0/-11)
qt5libs/debian/compat (+0/-1)
qt5libs/debian/control (+0/-39)
qt5libs/debian/rules (+0/-27)
qt5libs/debian/source/format (+0/-1)
qt5libs/debian/source/include-binaries (+0/-331)
qt5libs/debian/ubuntu-qtcreator-qt5libs.install (+0/-2)
qtcreator/share/qtcreator/templates/wizards/ubuntu/autopilot/Makefile (+0/-3)
qtcreator/share/qtcreator/templates/wizards/ubuntu/autopilot/helloworld.qml (+0/-37)
qtcreator/share/qtcreator/templates/wizards/ubuntu/autopilot/tests/qmluitests/Generic/__init__.py (+0/-1)
qtcreator/share/qtcreator/templates/wizards/ubuntu/autopilot/tests/qmluitests/Generic/test_helloworld.py (+0/-39)
qtcreator/share/qtcreator/templates/wizards/ubuntu/autopilot/tests/qmluitests/__init__.py (+0/-54)
qtcreator/share/qtcreator/templates/wizards/ubuntu/unit/Makefile (+0/-2)
qtcreator/share/qtcreator/templates/wizards/ubuntu/unit/tst_test.qml (+0/-43)
ubuntu-qtcreator-plugins/debian/qtcreator-plugin-ubuntu.install (+4/-0)
ubuntu-qtcreator-plugins/debian/qtcreator.desktop (+10/-0)
ubuntu-qtcreator-plugins/debian/ubuntusdk.desktop (+11/-0)
ubuntu-qtcreator-plugins/share/qtcreator/static.pro (+126/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/backend/backend.h (+21/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/projectypes.json (+48/-36)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/simple/Makefile (+18/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/simple/components/HelloComponent.qml (+14/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/simple/main.qml (+4/-2)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/simple/tests/autopilot/uitests/__init__.py (+129/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/simple/tests/autopilot/uitests/main/__init__.py (+1/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/simple/tests/autopilot/uitests/main/test_main.py (+38/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/simple/tests/unit/tst_hellocomponent.qml (+49/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/tabs/Makefile (+18/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/tabs/components/HelloComponent.qml (+14/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/tabs/main.qml (+6/-45)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/tabs/tests/autopilot/uitests/__init__.py (+129/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/tabs/tests/autopilot/uitests/main/__init__.py (+1/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/tabs/tests/autopilot/uitests/main/test_main.py (+23/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/tabs/tests/unit/tst_hellocomponent.qml (+49/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/tabs/ui/HelloTab.qml (+30/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/tabs/ui/WorldTab.qml (+35/-0)
ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/tabs/ui/WorldTabTools.qml (+13/-0)
ubuntu-qtcreator-plugins/share/qtcreator/ubuntu/menu.json (+7/-0)
ubuntu-qtcreator-plugins/share/qtcreator/ubuntu/scripts/device_search (+2/-1)
ubuntu-qtcreator-plugins/share/qtcreator/ubuntu/scripts/qtc_launch_gallery (+2/-0)
ubuntu-qtcreator-plugins/share/qtcreator/ubuntu/scripts/qtc_project_packaging (+1/-0)
ubuntu-qtcreator-plugins/share/qtcreator/ubuntu/scripts/qtc_read_bazaar_settings (+24/-0)
ubuntu-qtcreator-plugins/share/qtcreator/ubuntu/welcome/Link.qml (+79/-0)
ubuntu-qtcreator-plugins/share/qtcreator/ubuntu/welcome/NewsBox.qml (+79/-0)
ubuntu-qtcreator-plugins/share/qtcreator/ubuntu/welcome/welcome.qml (+62/-35)
ubuntu-qtcreator-plugins/src/plugins/plugins.pro (+361/-0)
ubuntu-qtcreator-plugins/src/plugins/ubuntu/ubuntu.pro (+6/-6)
ubuntu-qtcreator-plugins/src/plugins/ubuntu/ubuntuconstants.h (+1/-0)
ubuntu-qtcreator-plugins/src/plugins/ubuntu/ubuntuplugin.cpp (+1/-1)
ubuntu-qtcreator-plugins/src/plugins/ubuntu/ubuntuprojectapplicationwizard.cpp (+11/-1)
Changed in ubuntu-qtcreator-plugins: | |
status: | New → In Progress |
assignee: | nobody → Juhapekka Piiroinen (juhapekka-piiroinen) |
Changed in ubuntu-qtcreator-plugins: | |
status: | In Progress → Fix Committed |
Changed in ubuntu-qtcreator-plugins: | |
status: | Fix Committed → In Progress |
affects: | ubuntu-qtcreator-plugins → qtcreator-plugin-ubuntu |
Changed in qtcreator-plugin-ubuntu: | |
status: | In Progress → Fix Committed |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The two welcome screens provide two different set of features. The Ubuntu Welcome screen is focusing on Ubuntu Touch and the default Qt welcome screen gives shortcuts for recently edited projects, templates and help.
I would like to see the Qt and Ubuntu welcome screens _combined_. In my opinion just dropping the Qt Welcome screen is not a polite move and if the Ubuntu Welcome screen does not provide the same functionality then it could be seen as regression.
My suggestions are:
* use the default Qt icon with the small Ubuntu logo as the icon for the unified welcome screen
* make sure that the welcome screen provides access to
** recent projects
** project templates
** example libraries (both Qt and Ubuntu Touch)
** tutorial libraries (both Qt and Ubuntu Touch)
** getting started page for QtCreator
** Ubuntu Touch design guidelines
** Ubuntu Touch API documentation
** information about mailing lists and IRC channels
Until the point we have all these features available from a single welcome screen I rather see two pages in the QtCreator then dropping features for the sake of having only one welcome screen.