bitbake: toaster: clone Simple UI as base for Toaster GUI
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Wed, 18 Dec 2013 19:50:45 +0000 (19:50 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Jan 2014 15:20:24 +0000 (15:20 +0000)
commit800f1cf80c427db193671c5bcae39f40f8d845f3
tree40b6157f7938692c4f83f6a83e4839d90cac8947
parente853e7223911d64c3c263babfb7d0b26c7184a4c
bitbake: toaster: clone Simple UI as base for Toaster GUI

This patch clones the Simple UI to provide the base code for
the development of the Toaster GUI. The clone takes the place
of the application that was reserved for Javascript MVC code.

The templates used for Simple UI are renamed to start with
an "simple_" to prevent name resolution conflict with the
Toaster GUI templates.

Minor changes are made to the settings.py and urls.py in the
toaster main section to account for the newly enabled application.

(Bitbake rev: e2fde84f16da017ba0d71aef6a1fa8e2b9255db4)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
32 files changed:
bitbake/lib/toaster/bldviewer/templates/simple_base.html [moved from bitbake/lib/toaster/bldviewer/templates/base.html with 100% similarity]
bitbake/lib/toaster/bldviewer/templates/simple_basebuildpage.html [new file with mode: 0644]
bitbake/lib/toaster/bldviewer/templates/simple_basetable.html [new file with mode: 0644]
bitbake/lib/toaster/bldviewer/templates/simple_bfile.html [new file with mode: 0644]
bitbake/lib/toaster/bldviewer/templates/simple_bpackage.html [new file with mode: 0644]
bitbake/lib/toaster/bldviewer/templates/simple_build.html [new file with mode: 0644]
bitbake/lib/toaster/bldviewer/templates/simple_configuration.html [new file with mode: 0644]
bitbake/lib/toaster/bldviewer/templates/simple_layer.html [new file with mode: 0644]
bitbake/lib/toaster/bldviewer/templates/simple_package.html [new file with mode: 0644]
bitbake/lib/toaster/bldviewer/templates/simple_recipe.html [new file with mode: 0644]
bitbake/lib/toaster/bldviewer/templates/simple_task.html [new file with mode: 0644]
bitbake/lib/toaster/bldviewer/views.py
bitbake/lib/toaster/toastergui/static/images/yocto.jpg [deleted file]
bitbake/lib/toaster/toastergui/static/js/jquery-2.0.3.js [new file with mode: 0644]
bitbake/lib/toaster/toastergui/templates/base.html [new file with mode: 0644]
bitbake/lib/toaster/toastergui/templates/basebuildpage.html [moved from bitbake/lib/toaster/bldviewer/templates/basebuildpage.html with 100% similarity]
bitbake/lib/toaster/toastergui/templates/basetable.html [moved from bitbake/lib/toaster/bldviewer/templates/basetable.html with 100% similarity]
bitbake/lib/toaster/toastergui/templates/bfile.html [moved from bitbake/lib/toaster/bldviewer/templates/bfile.html with 100% similarity]
bitbake/lib/toaster/toastergui/templates/bpackage.html [moved from bitbake/lib/toaster/bldviewer/templates/bpackage.html with 100% similarity]
bitbake/lib/toaster/toastergui/templates/build.html [moved from bitbake/lib/toaster/bldviewer/templates/build.html with 100% similarity]
bitbake/lib/toaster/toastergui/templates/configuration.html [moved from bitbake/lib/toaster/bldviewer/templates/configuration.html with 100% similarity]
bitbake/lib/toaster/toastergui/templates/index.html [deleted file]
bitbake/lib/toaster/toastergui/templates/layer.html [moved from bitbake/lib/toaster/bldviewer/templates/layer.html with 100% similarity]
bitbake/lib/toaster/toastergui/templates/package.html [moved from bitbake/lib/toaster/bldviewer/templates/package.html with 100% similarity]
bitbake/lib/toaster/toastergui/templates/recipe.html [moved from bitbake/lib/toaster/bldviewer/templates/recipe.html with 100% similarity]
bitbake/lib/toaster/toastergui/templates/task.html [moved from bitbake/lib/toaster/bldviewer/templates/task.html with 100% similarity]
bitbake/lib/toaster/toastergui/templatetags/__init__.py [new file with mode: 0644]
bitbake/lib/toaster/toastergui/templatetags/projecttags.py [new file with mode: 0644]
bitbake/lib/toaster/toastergui/urls.py
bitbake/lib/toaster/toastergui/views.py
bitbake/lib/toaster/toastermain/settings.py
bitbake/lib/toaster/toastermain/urls.py