diff --git a/.gitignore b/.gitignore index 153e101..9a3fa79 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /env build *.qmlc *.jsc +/__pycache__ diff --git a/Makefile b/HIG/Makefile similarity index 100% copy from Makefile copy to HIG/Makefile diff --git a/requirements.txt b/HIG/requirements.txt similarity index 100% rename from requirements.txt rename to HIG/requirements.txt diff --git a/source/_static/css/_icons.scss b/HIG/source/_static/css/_icons.scss similarity index 100% rename from source/_static/css/_icons.scss rename to HIG/source/_static/css/_icons.scss diff --git a/source/_static/css/breeze.css b/HIG/source/_static/css/breeze.css similarity index 100% rename from source/_static/css/breeze.css rename to HIG/source/_static/css/breeze.css diff --git a/source/_static/css/icons.eot b/HIG/source/_static/css/icons.eot similarity index 100% rename from source/_static/css/icons.eot rename to HIG/source/_static/css/icons.eot diff --git a/source/_static/css/icons.svg b/HIG/source/_static/css/icons.svg similarity index 100% rename from source/_static/css/icons.svg rename to HIG/source/_static/css/icons.svg diff --git a/source/_static/css/icons.ttf b/HIG/source/_static/css/icons.ttf similarity index 100% rename from source/_static/css/icons.ttf rename to HIG/source/_static/css/icons.ttf diff --git a/source/_static/css/icons.woff b/HIG/source/_static/css/icons.woff similarity index 100% rename from source/_static/css/icons.woff rename to HIG/source/_static/css/icons.woff diff --git a/source/_static/css/icons.woff2 b/HIG/source/_static/css/icons.woff2 similarity index 100% rename from source/_static/css/icons.woff2 rename to HIG/source/_static/css/icons.woff2 diff --git a/source/_static/js/custom.js b/HIG/source/_static/js/custom.js similarity index 100% rename from source/_static/js/custom.js rename to HIG/source/_static/js/custom.js diff --git a/source/components/assistance/emblem.rst b/HIG/source/components/assistance/emblem.rst similarity index 100% rename from source/components/assistance/emblem.rst rename to HIG/source/components/assistance/emblem.rst diff --git a/source/components/assistance/index.rst b/HIG/source/components/assistance/index.rst similarity index 100% rename from source/components/assistance/index.rst rename to HIG/source/components/assistance/index.rst diff --git a/source/components/assistance/inline.rst b/HIG/source/components/assistance/inline.rst similarity index 100% rename from source/components/assistance/inline.rst rename to HIG/source/components/assistance/inline.rst diff --git a/source/components/assistance/message.rst b/HIG/source/components/assistance/message.rst similarity index 100% rename from source/components/assistance/message.rst rename to HIG/source/components/assistance/message.rst diff --git a/source/components/assistance/progress.rst b/HIG/source/components/assistance/progress.rst similarity index 100% rename from source/components/assistance/progress.rst rename to HIG/source/components/assistance/progress.rst diff --git a/source/components/assistance/statusbar.rst b/HIG/source/components/assistance/statusbar.rst similarity index 100% rename from source/components/assistance/statusbar.rst rename to HIG/source/components/assistance/statusbar.rst diff --git a/source/components/assistance/tooltip.rst b/HIG/source/components/assistance/tooltip.rst similarity index 100% rename from source/components/assistance/tooltip.rst rename to HIG/source/components/assistance/tooltip.rst diff --git a/source/components/editing/card.rst b/HIG/source/components/editing/card.rst similarity index 100% rename from source/components/editing/card.rst rename to HIG/source/components/editing/card.rst diff --git a/source/components/editing/checkbox.rst b/HIG/source/components/editing/checkbox.rst similarity index 100% rename from source/components/editing/checkbox.rst rename to HIG/source/components/editing/checkbox.rst diff --git a/source/components/editing/combobox.rst b/HIG/source/components/editing/combobox.rst similarity index 100% rename from source/components/editing/combobox.rst rename to HIG/source/components/editing/combobox.rst diff --git a/source/components/editing/date.rst b/HIG/source/components/editing/date.rst similarity index 100% rename from source/components/editing/date.rst rename to HIG/source/components/editing/date.rst diff --git a/source/components/editing/dropdown.rst b/HIG/source/components/editing/dropdown.rst similarity index 100% rename from source/components/editing/dropdown.rst rename to HIG/source/components/editing/dropdown.rst diff --git a/source/components/editing/grid.rst b/HIG/source/components/editing/grid.rst similarity index 100% rename from source/components/editing/grid.rst rename to HIG/source/components/editing/grid.rst diff --git a/source/components/editing/index.rst b/HIG/source/components/editing/index.rst similarity index 100% rename from source/components/editing/index.rst rename to HIG/source/components/editing/index.rst diff --git a/source/components/editing/lineedit.rst b/HIG/source/components/editing/lineedit.rst similarity index 100% rename from source/components/editing/lineedit.rst rename to HIG/source/components/editing/lineedit.rst diff --git a/source/components/editing/list.rst b/HIG/source/components/editing/list.rst similarity index 100% rename from source/components/editing/list.rst rename to HIG/source/components/editing/list.rst diff --git a/source/components/editing/radiobutton.rst b/HIG/source/components/editing/radiobutton.rst similarity index 100% rename from source/components/editing/radiobutton.rst rename to HIG/source/components/editing/radiobutton.rst diff --git a/source/components/editing/slider.rst b/HIG/source/components/editing/slider.rst similarity index 100% rename from source/components/editing/slider.rst rename to HIG/source/components/editing/slider.rst diff --git a/source/components/editing/spinbox.rst b/HIG/source/components/editing/spinbox.rst similarity index 100% rename from source/components/editing/spinbox.rst rename to HIG/source/components/editing/spinbox.rst diff --git a/source/components/editing/tableview.rst b/HIG/source/components/editing/tableview.rst similarity index 100% rename from source/components/editing/tableview.rst rename to HIG/source/components/editing/tableview.rst diff --git a/source/components/editing/textedit.rst b/HIG/source/components/editing/textedit.rst similarity index 100% rename from source/components/editing/textedit.rst rename to HIG/source/components/editing/textedit.rst diff --git a/source/components/editing/togglebutton.rst b/HIG/source/components/editing/togglebutton.rst similarity index 100% rename from source/components/editing/togglebutton.rst rename to HIG/source/components/editing/togglebutton.rst diff --git a/source/components/editing/tree.rst b/HIG/source/components/editing/tree.rst similarity index 100% rename from source/components/editing/tree.rst rename to HIG/source/components/editing/tree.rst diff --git a/source/components/formating/groupbox.rst b/HIG/source/components/formating/groupbox.rst similarity index 100% rename from source/components/formating/groupbox.rst rename to HIG/source/components/formating/groupbox.rst diff --git a/source/components/formating/index.rst b/HIG/source/components/formating/index.rst similarity index 100% rename from source/components/formating/index.rst rename to HIG/source/components/formating/index.rst diff --git a/source/components/formating/splitter.rst b/HIG/source/components/formating/splitter.rst similarity index 100% rename from source/components/formating/splitter.rst rename to HIG/source/components/formating/splitter.rst diff --git a/source/components/index.rst b/HIG/source/components/index.rst similarity index 100% rename from source/components/index.rst rename to HIG/source/components/index.rst diff --git a/source/components/navigation/actionbutton.rst b/HIG/source/components/navigation/actionbutton.rst similarity index 100% rename from source/components/navigation/actionbutton.rst rename to HIG/source/components/navigation/actionbutton.rst diff --git a/source/components/navigation/commandlink.rst b/HIG/source/components/navigation/commandlink.rst similarity index 100% rename from source/components/navigation/commandlink.rst rename to HIG/source/components/navigation/commandlink.rst diff --git a/source/components/navigation/contextdrawer.rst b/HIG/source/components/navigation/contextdrawer.rst similarity index 100% rename from source/components/navigation/contextdrawer.rst rename to HIG/source/components/navigation/contextdrawer.rst diff --git a/source/components/navigation/contextmenu.rst b/HIG/source/components/navigation/contextmenu.rst similarity index 100% rename from source/components/navigation/contextmenu.rst rename to HIG/source/components/navigation/contextmenu.rst diff --git a/source/components/navigation/dialog.rst b/HIG/source/components/navigation/dialog.rst similarity index 100% rename from source/components/navigation/dialog.rst rename to HIG/source/components/navigation/dialog.rst diff --git a/source/components/navigation/globaldrawer.rst b/HIG/source/components/navigation/globaldrawer.rst similarity index 100% rename from source/components/navigation/globaldrawer.rst rename to HIG/source/components/navigation/globaldrawer.rst diff --git a/source/components/navigation/index.rst b/HIG/source/components/navigation/index.rst similarity index 100% rename from source/components/navigation/index.rst rename to HIG/source/components/navigation/index.rst diff --git a/source/components/navigation/menubar.rst b/HIG/source/components/navigation/menubar.rst similarity index 100% rename from source/components/navigation/menubar.rst rename to HIG/source/components/navigation/menubar.rst diff --git a/source/components/navigation/pushbutton.rst b/HIG/source/components/navigation/pushbutton.rst similarity index 100% rename from source/components/navigation/pushbutton.rst rename to HIG/source/components/navigation/pushbutton.rst diff --git a/source/components/navigation/tab.rst b/HIG/source/components/navigation/tab.rst similarity index 100% rename from source/components/navigation/tab.rst rename to HIG/source/components/navigation/tab.rst diff --git a/source/components/navigation/toolbar.rst b/HIG/source/components/navigation/toolbar.rst similarity index 100% rename from source/components/navigation/toolbar.rst rename to HIG/source/components/navigation/toolbar.rst diff --git a/source/conf.py b/HIG/source/conf.py similarity index 95% copy from source/conf.py copy to HIG/source/conf.py index 07988ab..2bd3b72 100644 --- a/source/conf.py +++ b/HIG/source/conf.py @@ -1,211 +1,215 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # # KDE HIG documentation build configuration file, created by # sphinx-quickstart on Tue Feb 6 13:29:47 2018. # # This file is execfile()d with the current directory set to its # containing dir. # # Note that not all possible configuration values are present in this # autogenerated file. # # All configuration values have a default; values that are commented out # serve to show the default. # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. # -# import os -# import sys -# sys.path.insert(0, os.path.abspath('.')) +import os +import sys +sys.path.insert(0, os.path.abspath('.')) +sys.path.insert(0, os.path.abspath('../..')) # -- General configuration ------------------------------------------------ # If your documentation needs a minimal Sphinx version, state it here. # # needs_sphinx = '1.0' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = ['sphinx.ext.todo'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: # # source_suffix = ['.rst', '.md'] source_suffix = '.rst' # The master toctree document. master_doc = 'index' # General information about the project. project = 'Human Interface Guidelines' -copyright = '2018, KDE. Licensed under Creative Commons License SA 4.0' +copyright = '2019, KDE. Licensed under Creative Commons License SA 4.0' author = 'KDE' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. version = '' # The full version, including alpha/beta/rc tags. release = '' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. language = None # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This patterns also effect to html_static_path and html_extra_path exclude_patterns = [] # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = True # -- Options for HTML output ---------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # html_theme = 'sphinx_rtd_theme' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. # # html_theme_options = {} # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] # Custom sidebar templates, must be a dictionary that maps document names # to template names. # # This is required for the alabaster theme # refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars html_sidebars = { '**': [ 'relations.html', # needs 'show_related': True theme option to display 'searchbox.html', ] } # -- Options for HTMLHelp output ------------------------------------------ # Output file base name for HTML help builder. htmlhelp_basename = 'KDEHIGdoc' # -- Options for LaTeX output --------------------------------------------- latex_elements = { # The paper size ('letterpaper' or 'a4paper'). # # 'papersize': 'letterpaper', # The font size ('10pt', '11pt' or '12pt'). # # 'pointsize': '10pt', # Additional stuff for the LaTeX preamble. # # 'preamble': '', # Latex figure (float) alignment # # 'figure_align': 'htbp', } # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'KDEHIG.tex', 'KDE HIG Documentation', 'KDE', 'manual'), ] # -- Options for manual page output --------------------------------------- # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ (master_doc, 'kdehig', 'KDE HIG Documentation', [author], 1) ] # -- Options for Texinfo output ------------------------------------------- # Grouping the document tree into Texinfo files. List of tuples # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ (master_doc, 'KDEHIG', 'KDE HIG Documentation', author, 'KDEHIG', 'One line description of project.', 'Miscellaneous'), ] +# Adding common substitions between Kirigami and HIG +from epilog import rst_epilog + # Adding global substitutions -rst_epilog = """ +rst_epilog += """ .. |devicon| image:: /img/DevIcon.svg :width: 32px :height: 32px .. |designicon| image:: /img/DesignerIcon.svg :width: 32px :height: 32px .. |touchicon| image:: /img/transform-browse.svg :width: 32px :height: 32px .. |desktopicon| image:: /img/computer.svg :width: 32px :height: 32px .. |mobileicon| image:: /img/smartphone.svg :width: 32px :height: 32px .. |br| raw:: html
.. |nbsp| raw:: html   """ rst_prolog = """ .. role:: iconred .. role:: plasmablue .. role:: noblefir .. role:: intend """ # add css file def setup(app): app.add_stylesheet('css/breeze.css') app.add_javascript('js/custom.js') diff --git a/source/img/Action_Buttons.png b/HIG/source/img/Action_Buttons.png similarity index 100% rename from source/img/Action_Buttons.png rename to HIG/source/img/Action_Buttons.png diff --git a/source/img/Actionbutton1.png b/HIG/source/img/Actionbutton1.png similarity index 100% rename from source/img/Actionbutton1.png rename to HIG/source/img/Actionbutton1.png diff --git a/source/img/Actionbutton2.png b/HIG/source/img/Actionbutton2.png similarity index 100% rename from source/img/Actionbutton2.png rename to HIG/source/img/Actionbutton2.png diff --git a/source/img/Actionbutton3.png b/HIG/source/img/Actionbutton3.png similarity index 100% rename from source/img/Actionbutton3.png rename to HIG/source/img/Actionbutton3.png diff --git a/source/img/Ambiguous_Opposite_Bad.qml.png b/HIG/source/img/Ambiguous_Opposite_Bad.qml.png similarity index 100% rename from source/img/Ambiguous_Opposite_Bad.qml.png rename to HIG/source/img/Ambiguous_Opposite_Bad.qml.png diff --git a/source/img/Ambiguous_Opposite_Good.qml.png b/HIG/source/img/Ambiguous_Opposite_Good.qml.png similarity index 100% rename from source/img/Ambiguous_Opposite_Good.qml.png rename to HIG/source/img/Ambiguous_Opposite_Good.qml.png diff --git a/source/img/Arbitrary.qml.png b/HIG/source/img/Arbitrary.qml.png similarity index 100% rename from source/img/Arbitrary.qml.png rename to HIG/source/img/Arbitrary.qml.png diff --git a/source/img/Berna.jpg b/HIG/source/img/Berna.jpg similarity index 100% rename from source/img/Berna.jpg rename to HIG/source/img/Berna.jpg diff --git a/source/img/Berna_small.jpg b/HIG/source/img/Berna_small.jpg similarity index 100% rename from source/img/Berna_small.jpg rename to HIG/source/img/Berna_small.jpg diff --git a/source/img/Bottom_Drawer.png b/HIG/source/img/Bottom_Drawer.png similarity index 100% rename from source/img/Bottom_Drawer.png rename to HIG/source/img/Bottom_Drawer.png diff --git a/source/img/Breeze-beware-orange.svg b/HIG/source/img/Breeze-beware-orange.svg similarity index 100% rename from source/img/Breeze-beware-orange.svg rename to HIG/source/img/Breeze-beware-orange.svg diff --git a/source/img/Breeze-icon-design-1.png b/HIG/source/img/Breeze-icon-design-1.png similarity index 100% rename from source/img/Breeze-icon-design-1.png rename to HIG/source/img/Breeze-icon-design-1.png diff --git a/source/img/Breeze-icon-design-10.png b/HIG/source/img/Breeze-icon-design-10.png similarity index 100% rename from source/img/Breeze-icon-design-10.png rename to HIG/source/img/Breeze-icon-design-10.png diff --git a/source/img/Breeze-icon-design-11.png b/HIG/source/img/Breeze-icon-design-11.png similarity index 100% rename from source/img/Breeze-icon-design-11.png rename to HIG/source/img/Breeze-icon-design-11.png diff --git a/source/img/Breeze-icon-design-12.png b/HIG/source/img/Breeze-icon-design-12.png similarity index 100% rename from source/img/Breeze-icon-design-12.png rename to HIG/source/img/Breeze-icon-design-12.png diff --git a/source/img/Breeze-icon-design-13.png b/HIG/source/img/Breeze-icon-design-13.png similarity index 100% rename from source/img/Breeze-icon-design-13.png rename to HIG/source/img/Breeze-icon-design-13.png diff --git a/source/img/Breeze-icon-design-14.png b/HIG/source/img/Breeze-icon-design-14.png similarity index 100% rename from source/img/Breeze-icon-design-14.png rename to HIG/source/img/Breeze-icon-design-14.png diff --git a/source/img/Breeze-icon-design-15.png b/HIG/source/img/Breeze-icon-design-15.png similarity index 100% rename from source/img/Breeze-icon-design-15.png rename to HIG/source/img/Breeze-icon-design-15.png diff --git a/source/img/Breeze-icon-design-16.png b/HIG/source/img/Breeze-icon-design-16.png similarity index 100% rename from source/img/Breeze-icon-design-16.png rename to HIG/source/img/Breeze-icon-design-16.png diff --git a/source/img/Breeze-icon-design-17.png b/HIG/source/img/Breeze-icon-design-17.png similarity index 100% rename from source/img/Breeze-icon-design-17.png rename to HIG/source/img/Breeze-icon-design-17.png diff --git a/source/img/Breeze-icon-design-18.png b/HIG/source/img/Breeze-icon-design-18.png similarity index 100% rename from source/img/Breeze-icon-design-18.png rename to HIG/source/img/Breeze-icon-design-18.png diff --git a/source/img/Breeze-icon-design-19.png b/HIG/source/img/Breeze-icon-design-19.png similarity index 100% rename from source/img/Breeze-icon-design-19.png rename to HIG/source/img/Breeze-icon-design-19.png diff --git a/source/img/Breeze-icon-design-2.png b/HIG/source/img/Breeze-icon-design-2.png similarity index 100% rename from source/img/Breeze-icon-design-2.png rename to HIG/source/img/Breeze-icon-design-2.png diff --git a/source/img/Breeze-icon-design-20.png b/HIG/source/img/Breeze-icon-design-20.png similarity index 100% rename from source/img/Breeze-icon-design-20.png rename to HIG/source/img/Breeze-icon-design-20.png diff --git a/source/img/Breeze-icon-design-21.png b/HIG/source/img/Breeze-icon-design-21.png similarity index 100% rename from source/img/Breeze-icon-design-21.png rename to HIG/source/img/Breeze-icon-design-21.png diff --git a/source/img/Breeze-icon-design-3.png b/HIG/source/img/Breeze-icon-design-3.png similarity index 100% rename from source/img/Breeze-icon-design-3.png rename to HIG/source/img/Breeze-icon-design-3.png diff --git a/source/img/Breeze-icon-design-4.png b/HIG/source/img/Breeze-icon-design-4.png similarity index 100% rename from source/img/Breeze-icon-design-4.png rename to HIG/source/img/Breeze-icon-design-4.png diff --git a/source/img/Breeze-icon-design-5.png b/HIG/source/img/Breeze-icon-design-5.png similarity index 100% rename from source/img/Breeze-icon-design-5.png rename to HIG/source/img/Breeze-icon-design-5.png diff --git a/source/img/Breeze-icon-design-6.png b/HIG/source/img/Breeze-icon-design-6.png similarity index 100% rename from source/img/Breeze-icon-design-6.png rename to HIG/source/img/Breeze-icon-design-6.png diff --git a/source/img/Breeze-icon-design-7.png b/HIG/source/img/Breeze-icon-design-7.png similarity index 100% rename from source/img/Breeze-icon-design-7.png rename to HIG/source/img/Breeze-icon-design-7.png diff --git a/source/img/Breeze-icon-design-8.png b/HIG/source/img/Breeze-icon-design-8.png similarity index 100% rename from source/img/Breeze-icon-design-8.png rename to HIG/source/img/Breeze-icon-design-8.png diff --git a/source/img/Breeze-icon-design-9.png b/HIG/source/img/Breeze-icon-design-9.png similarity index 100% rename from source/img/Breeze-icon-design-9.png rename to HIG/source/img/Breeze-icon-design-9.png diff --git a/source/img/Breeze-icon-design-Kolourpaint.png b/HIG/source/img/Breeze-icon-design-Kolourpaint.png similarity index 100% rename from source/img/Breeze-icon-design-Kolourpaint.png rename to HIG/source/img/Breeze-icon-design-Kolourpaint.png diff --git a/source/img/Breeze-icon-design-Telegram.png b/HIG/source/img/Breeze-icon-design-Telegram.png similarity index 100% rename from source/img/Breeze-icon-design-Telegram.png rename to HIG/source/img/Breeze-icon-design-Telegram.png diff --git a/source/img/Breeze-icon-design-Virtualbox.png b/HIG/source/img/Breeze-icon-design-Virtualbox.png similarity index 100% rename from source/img/Breeze-icon-design-Virtualbox.png rename to HIG/source/img/Breeze-icon-design-Virtualbox.png diff --git a/source/img/Breeze-icon-design-action.png b/HIG/source/img/Breeze-icon-design-action.png similarity index 100% rename from source/img/Breeze-icon-design-action.png rename to HIG/source/img/Breeze-icon-design-action.png diff --git a/source/img/Breeze-icon-design-creative-backgrounds.png b/HIG/source/img/Breeze-icon-design-creative-backgrounds.png similarity index 100% rename from source/img/Breeze-icon-design-creative-backgrounds.png rename to HIG/source/img/Breeze-icon-design-creative-backgrounds.png diff --git a/source/img/Breeze-icon-design-emblem-16px.png b/HIG/source/img/Breeze-icon-design-emblem-16px.png similarity index 100% rename from source/img/Breeze-icon-design-emblem-16px.png rename to HIG/source/img/Breeze-icon-design-emblem-16px.png diff --git a/source/img/Breeze-icon-design-emblem-22px.png b/HIG/source/img/Breeze-icon-design-emblem-22px.png similarity index 100% rename from source/img/Breeze-icon-design-emblem-22px.png rename to HIG/source/img/Breeze-icon-design-emblem-22px.png diff --git a/source/img/Breeze-icon-design-emblem-8px.png b/HIG/source/img/Breeze-icon-design-emblem-8px.png similarity index 100% rename from source/img/Breeze-icon-design-emblem-8px.png rename to HIG/source/img/Breeze-icon-design-emblem-8px.png diff --git a/source/img/Breeze-icon-design-emblem.png b/HIG/source/img/Breeze-icon-design-emblem.png similarity index 100% rename from source/img/Breeze-icon-design-emblem.png rename to HIG/source/img/Breeze-icon-design-emblem.png diff --git a/source/img/Breeze-icon-design-mimetype-archive.png b/HIG/source/img/Breeze-icon-design-mimetype-archive.png similarity index 100% rename from source/img/Breeze-icon-design-mimetype-archive.png rename to HIG/source/img/Breeze-icon-design-mimetype-archive.png diff --git a/source/img/Breeze-icon-design-mimetype-audio.png b/HIG/source/img/Breeze-icon-design-mimetype-audio.png similarity index 100% rename from source/img/Breeze-icon-design-mimetype-audio.png rename to HIG/source/img/Breeze-icon-design-mimetype-audio.png diff --git a/source/img/Breeze-icon-design-mimetype-document.png b/HIG/source/img/Breeze-icon-design-mimetype-document.png similarity index 100% rename from source/img/Breeze-icon-design-mimetype-document.png rename to HIG/source/img/Breeze-icon-design-mimetype-document.png diff --git a/source/img/Breeze-icon-design-mimetype-image.png b/HIG/source/img/Breeze-icon-design-mimetype-image.png similarity index 100% rename from source/img/Breeze-icon-design-mimetype-image.png rename to HIG/source/img/Breeze-icon-design-mimetype-image.png diff --git a/source/img/Breeze-icon-design-mimetype-small.png b/HIG/source/img/Breeze-icon-design-mimetype-small.png similarity index 100% rename from source/img/Breeze-icon-design-mimetype-small.png rename to HIG/source/img/Breeze-icon-design-mimetype-small.png diff --git a/source/img/Breeze-icon-design-mimetype-video.png b/HIG/source/img/Breeze-icon-design-mimetype-video.png similarity index 100% rename from source/img/Breeze-icon-design-mimetype-video.png rename to HIG/source/img/Breeze-icon-design-mimetype-video.png diff --git a/source/img/Breeze-icon-design-places-colorful.png b/HIG/source/img/Breeze-icon-design-places-colorful.png similarity index 100% rename from source/img/Breeze-icon-design-places-colorful.png rename to HIG/source/img/Breeze-icon-design-places-colorful.png diff --git a/source/img/Breeze-icon-design-places-monochrome.png b/HIG/source/img/Breeze-icon-design-places-monochrome.png similarity index 100% rename from source/img/Breeze-icon-design-places-monochrome.png rename to HIG/source/img/Breeze-icon-design-places-monochrome.png diff --git a/source/img/Breeze-icon-design-places.png b/HIG/source/img/Breeze-icon-design-places.png similarity index 100% rename from source/img/Breeze-icon-design-places.png rename to HIG/source/img/Breeze-icon-design-places.png diff --git a/source/img/Breeze-icon-design-status.png b/HIG/source/img/Breeze-icon-design-status.png similarity index 100% rename from source/img/Breeze-icon-design-status.png rename to HIG/source/img/Breeze-icon-design-status.png diff --git a/source/img/Breeze-icon-red.svg b/HIG/source/img/Breeze-icon-red.svg similarity index 100% rename from source/img/Breeze-icon-red.svg rename to HIG/source/img/Breeze-icon-red.svg diff --git a/source/img/Breeze-icon-yellow.svg b/HIG/source/img/Breeze-icon-yellow.svg similarity index 100% rename from source/img/Breeze-icon-yellow.svg rename to HIG/source/img/Breeze-icon-yellow.svg diff --git a/source/img/Breeze-noble-fir.svg b/HIG/source/img/Breeze-noble-fir.svg similarity index 100% rename from source/img/Breeze-noble-fir.svg rename to HIG/source/img/Breeze-noble-fir.svg diff --git a/source/img/Breeze-plasma-blue.svg b/HIG/source/img/Breeze-plasma-blue.svg similarity index 100% rename from source/img/Breeze-plasma-blue.svg rename to HIG/source/img/Breeze-plasma-blue.svg diff --git a/source/img/Breeze-shade-black.svg b/HIG/source/img/Breeze-shade-black.svg similarity index 100% rename from source/img/Breeze-shade-black.svg rename to HIG/source/img/Breeze-shade-black.svg diff --git a/source/img/Breeze_Color_Palette.png b/HIG/source/img/Breeze_Color_Palette.png similarity index 100% rename from source/img/Breeze_Color_Palette.png rename to HIG/source/img/Breeze_Color_Palette.png diff --git a/source/img/Button-HIG.png b/HIG/source/img/Button-HIG.png similarity index 100% rename from source/img/Button-HIG.png rename to HIG/source/img/Button-HIG.png diff --git a/source/img/Button_SplitButton.png b/HIG/source/img/Button_SplitButton.png similarity index 100% rename from source/img/Button_SplitButton.png rename to HIG/source/img/Button_SplitButton.png diff --git a/source/img/CP-MenuBar.png b/HIG/source/img/CP-MenuBar.png similarity index 100% rename from source/img/CP-MenuBar.png rename to HIG/source/img/CP-MenuBar.png diff --git a/source/img/CP-Simple.png b/HIG/source/img/CP-Simple.png similarity index 100% rename from source/img/CP-Simple.png rename to HIG/source/img/CP-Simple.png diff --git a/source/img/CP-Toolbar+MenuButton.png b/HIG/source/img/CP-Toolbar+MenuButton.png similarity index 100% rename from source/img/CP-Toolbar+MenuButton.png rename to HIG/source/img/CP-Toolbar+MenuButton.png diff --git a/source/img/Card2.qml.png b/HIG/source/img/Card2.qml.png similarity index 100% rename from source/img/Card2.qml.png rename to HIG/source/img/Card2.qml.png diff --git a/source/img/Card5.qml.png b/HIG/source/img/Card5.qml.png similarity index 100% rename from source/img/Card5.qml.png rename to HIG/source/img/Card5.qml.png diff --git a/source/img/Card6.qml.png b/HIG/source/img/Card6.qml.png similarity index 100% rename from source/img/Card6.qml.png rename to HIG/source/img/Card6.qml.png diff --git a/source/img/Checkbox_Alignment_Bad.qml.png b/HIG/source/img/Checkbox_Alignment_Bad.qml.png similarity index 100% rename from source/img/Checkbox_Alignment_Bad.qml.png rename to HIG/source/img/Checkbox_Alignment_Bad.qml.png diff --git a/source/img/Checkbox_Alignment_Good.qml.png b/HIG/source/img/Checkbox_Alignment_Good.qml.png similarity index 100% rename from source/img/Checkbox_Alignment_Good.qml.png rename to HIG/source/img/Checkbox_Alignment_Good.qml.png diff --git a/source/img/Checkbox_Enable_Bad.qml.png b/HIG/source/img/Checkbox_Enable_Bad.qml.png similarity index 100% rename from source/img/Checkbox_Enable_Bad.qml.png rename to HIG/source/img/Checkbox_Enable_Bad.qml.png diff --git a/source/img/Checkbox_Enable_Good.qml.png b/HIG/source/img/Checkbox_Enable_Good.qml.png similarity index 100% rename from source/img/Checkbox_Enable_Good.qml.png rename to HIG/source/img/Checkbox_Enable_Good.qml.png diff --git a/source/img/Checkbox_Mixed_State.qml.png b/HIG/source/img/Checkbox_Mixed_State.qml.png similarity index 100% rename from source/img/Checkbox_Mixed_State.qml.png rename to HIG/source/img/Checkbox_Mixed_State.qml.png diff --git a/source/img/Checkbox_Switch_Desktop.qml.png b/HIG/source/img/Checkbox_Switch_Desktop.qml.png similarity index 100% rename from source/img/Checkbox_Switch_Desktop.qml.png rename to HIG/source/img/Checkbox_Switch_Desktop.qml.png diff --git a/source/img/Checkbox_Switch_Mobile.qml.png b/HIG/source/img/Checkbox_Switch_Mobile.qml.png similarity index 100% rename from source/img/Checkbox_Switch_Mobile.qml.png rename to HIG/source/img/Checkbox_Switch_Mobile.qml.png diff --git a/source/img/Checkbox_separate_label.qml.png b/HIG/source/img/Checkbox_separate_label.qml.png similarity index 100% rename from source/img/Checkbox_separate_label.qml.png rename to HIG/source/img/Checkbox_separate_label.qml.png diff --git a/source/img/Combobox1.png b/HIG/source/img/Combobox1.png similarity index 100% rename from source/img/Combobox1.png rename to HIG/source/img/Combobox1.png diff --git a/source/img/Content1.png b/HIG/source/img/Content1.png similarity index 100% rename from source/img/Content1.png rename to HIG/source/img/Content1.png diff --git a/source/img/Content_controls.jpg b/HIG/source/img/Content_controls.jpg similarity index 100% rename from source/img/Content_controls.jpg rename to HIG/source/img/Content_controls.jpg diff --git a/source/img/Context_drawer.jpg b/HIG/source/img/Context_drawer.jpg similarity index 100% rename from source/img/Context_drawer.jpg rename to HIG/source/img/Context_drawer.jpg diff --git a/source/img/Contextdrawer1.png b/HIG/source/img/Contextdrawer1.png similarity index 100% rename from source/img/Contextdrawer1.png rename to HIG/source/img/Contextdrawer1.png diff --git a/source/img/Contextdrawer2.png b/HIG/source/img/Contextdrawer2.png similarity index 100% rename from source/img/Contextdrawer2.png rename to HIG/source/img/Contextdrawer2.png diff --git a/source/img/DPI.qml.png b/HIG/source/img/DPI.qml.png similarity index 100% rename from source/img/DPI.qml.png rename to HIG/source/img/DPI.qml.png diff --git a/source/img/Design.qml.png b/HIG/source/img/Design.qml.png similarity index 100% rename from source/img/Design.qml.png rename to HIG/source/img/Design.qml.png diff --git a/source/img/Design_Good.qml.png b/HIG/source/img/Design_Good.qml.png similarity index 100% rename from source/img/Design_Good.qml.png rename to HIG/source/img/Design_Good.qml.png diff --git a/source/img/DesignerIcon.svg b/HIG/source/img/DesignerIcon.svg similarity index 100% rename from source/img/DesignerIcon.svg rename to HIG/source/img/DesignerIcon.svg diff --git a/source/img/Desktop.png b/HIG/source/img/Desktop.png similarity index 100% rename from source/img/Desktop.png rename to HIG/source/img/Desktop.png diff --git a/source/img/Desktop_UX.png b/HIG/source/img/Desktop_UX.png similarity index 100% rename from source/img/Desktop_UX.png rename to HIG/source/img/Desktop_UX.png diff --git a/source/img/DevIcon.svg b/HIG/source/img/DevIcon.svg similarity index 100% rename from source/img/DevIcon.svg rename to HIG/source/img/DevIcon.svg diff --git a/source/img/Dialog1.png b/HIG/source/img/Dialog1.png similarity index 100% rename from source/img/Dialog1.png rename to HIG/source/img/Dialog1.png diff --git a/source/img/Dolphin_hover.png b/HIG/source/img/Dolphin_hover.png similarity index 100% rename from source/img/Dolphin_hover.png rename to HIG/source/img/Dolphin_hover.png diff --git a/source/img/Dropdown1.png b/HIG/source/img/Dropdown1.png similarity index 100% rename from source/img/Dropdown1.png rename to HIG/source/img/Dropdown1.png diff --git a/source/img/DualListOrdering.png b/HIG/source/img/DualListOrdering.png similarity index 100% rename from source/img/DualListOrdering.png rename to HIG/source/img/DualListOrdering.png diff --git a/source/img/EditMode.png b/HIG/source/img/EditMode.png similarity index 100% rename from source/img/EditMode.png rename to HIG/source/img/EditMode.png diff --git a/source/img/Font.qml.png b/HIG/source/img/Font.qml.png similarity index 100% rename from source/img/Font.qml.png rename to HIG/source/img/Font.qml.png diff --git a/source/img/Form_Align_KDE3.qml.png b/HIG/source/img/Form_Align_KDE3.qml.png similarity index 100% rename from source/img/Form_Align_KDE3.qml.png rename to HIG/source/img/Form_Align_KDE3.qml.png diff --git a/source/img/Form_Align_KDE5.qml.png b/HIG/source/img/Form_Align_KDE5.qml.png similarity index 100% rename from source/img/Form_Align_KDE5.qml.png rename to HIG/source/img/Form_Align_KDE5.qml.png diff --git a/source/img/Form_Align_Long.qml.png b/HIG/source/img/Form_Align_Long.qml.png similarity index 100% rename from source/img/Form_Align_Long.qml.png rename to HIG/source/img/Form_Align_Long.qml.png diff --git a/source/img/Form_Align_NO.qml.png b/HIG/source/img/Form_Align_NO.qml.png similarity index 100% rename from source/img/Form_Align_NO.qml.png rename to HIG/source/img/Form_Align_NO.qml.png diff --git a/source/img/Form_Align_OSX.qml.png b/HIG/source/img/Form_Align_OSX.qml.png similarity index 100% rename from source/img/Form_Align_OSX.qml.png rename to HIG/source/img/Form_Align_OSX.qml.png diff --git a/source/img/Form_Align_Space.qml.png b/HIG/source/img/Form_Align_Space.qml.png similarity index 100% rename from source/img/Form_Align_Space.qml.png rename to HIG/source/img/Form_Align_Space.qml.png diff --git a/source/img/Form_Align_YES.qml.png b/HIG/source/img/Form_Align_YES.qml.png similarity index 100% rename from source/img/Form_Align_YES.qml.png rename to HIG/source/img/Form_Align_YES.qml.png diff --git a/source/img/Form_Align_YES_Mobile.qml.png b/HIG/source/img/Form_Align_YES_Mobile.qml.png similarity index 100% rename from source/img/Form_Align_YES_Mobile.qml.png rename to HIG/source/img/Form_Align_YES_Mobile.qml.png diff --git a/source/img/Globaldrawer1.png b/HIG/source/img/Globaldrawer1.png similarity index 100% rename from source/img/Globaldrawer1.png rename to HIG/source/img/Globaldrawer1.png diff --git a/source/img/Globaldrawer2.png b/HIG/source/img/Globaldrawer2.png similarity index 100% rename from source/img/Globaldrawer2.png rename to HIG/source/img/Globaldrawer2.png diff --git a/source/img/Globaldrawer3.png b/HIG/source/img/Globaldrawer3.png similarity index 100% rename from source/img/Globaldrawer3.png rename to HIG/source/img/Globaldrawer3.png diff --git a/source/img/Grid.png b/HIG/source/img/Grid.png similarity index 100% rename from source/img/Grid.png rename to HIG/source/img/Grid.png diff --git a/source/img/Grid1.png b/HIG/source/img/Grid1.png similarity index 100% rename from source/img/Grid1.png rename to HIG/source/img/Grid1.png diff --git a/source/img/Grouped_checkboxes.qml.png b/HIG/source/img/Grouped_checkboxes.qml.png similarity index 100% rename from source/img/Grouped_checkboxes.qml.png rename to HIG/source/img/Grouped_checkboxes.qml.png diff --git a/source/img/HIG-Settings.png b/HIG/source/img/HIG-Settings.png similarity index 100% rename from source/img/HIG-Settings.png rename to HIG/source/img/HIG-Settings.png diff --git a/source/img/HIGDesignVisionFullBleed.png b/HIG/source/img/HIGDesignVisionFullBleed.png similarity index 100% rename from source/img/HIGDesignVisionFullBleed.png rename to HIG/source/img/HIGDesignVisionFullBleed.png diff --git a/source/img/HIGMonoIcons.png b/HIG/source/img/HIGMonoIcons.png similarity index 100% rename from source/img/HIGMonoIcons.png rename to HIG/source/img/HIGMonoIcons.png diff --git a/source/img/HIGPatternIconsAndText.png b/HIG/source/img/HIGPatternIconsAndText.png similarity index 100% rename from source/img/HIGPatternIconsAndText.png rename to HIG/source/img/HIGPatternIconsAndText.png diff --git a/source/img/HIG_Checkbox5.png b/HIG/source/img/HIG_Checkbox5.png similarity index 100% rename from source/img/HIG_Checkbox5.png rename to HIG/source/img/HIG_Checkbox5.png diff --git a/source/img/HoldPhones_Figure-2.png b/HIG/source/img/HoldPhones_Figure-2.png similarity index 100% rename from source/img/HoldPhones_Figure-2.png rename to HIG/source/img/HoldPhones_Figure-2.png diff --git a/source/img/HoldPhones_Figure-4.png b/HIG/source/img/HoldPhones_Figure-4.png similarity index 100% rename from source/img/HoldPhones_Figure-4.png rename to HIG/source/img/HoldPhones_Figure-4.png diff --git a/source/img/IS-2-deep.png b/HIG/source/img/IS-2-deep.png similarity index 100% rename from source/img/IS-2-deep.png rename to HIG/source/img/IS-2-deep.png diff --git a/source/img/IS-3-deep.png b/HIG/source/img/IS-3-deep.png similarity index 100% rename from source/img/IS-3-deep.png rename to HIG/source/img/IS-3-deep.png diff --git a/source/img/IS-flat.png b/HIG/source/img/IS-flat.png similarity index 100% rename from source/img/IS-flat.png rename to HIG/source/img/IS-flat.png diff --git a/source/img/IS-n-deep.png b/HIG/source/img/IS-n-deep.png similarity index 100% rename from source/img/IS-n-deep.png rename to HIG/source/img/IS-n-deep.png diff --git a/source/img/ImageCaption1.png b/HIG/source/img/ImageCaption1.png similarity index 100% rename from source/img/ImageCaption1.png rename to HIG/source/img/ImageCaption1.png diff --git a/source/img/ImageSIze1.png b/HIG/source/img/ImageSIze1.png similarity index 100% rename from source/img/ImageSIze1.png rename to HIG/source/img/ImageSIze1.png diff --git a/source/img/Introduction_KDE4_Vision_personas_1_office.png b/HIG/source/img/Introduction_KDE4_Vision_personas_1_office.png similarity index 100% rename from source/img/Introduction_KDE4_Vision_personas_1_office.png rename to HIG/source/img/Introduction_KDE4_Vision_personas_1_office.png diff --git a/source/img/Introduction_KDE4_Vision_personas_2_student.png b/HIG/source/img/Introduction_KDE4_Vision_personas_2_student.png similarity index 100% rename from source/img/Introduction_KDE4_Vision_personas_2_student.png rename to HIG/source/img/Introduction_KDE4_Vision_personas_2_student.png diff --git a/source/img/Introduction_KDE4_Vision_personas_3_recreational.png b/HIG/source/img/Introduction_KDE4_Vision_personas_3_recreational.png similarity index 100% rename from source/img/Introduction_KDE4_Vision_personas_3_recreational.png rename to HIG/source/img/Introduction_KDE4_Vision_personas_3_recreational.png diff --git a/source/img/Introduction_KDE4_Vision_personas_4_decision.png b/HIG/source/img/Introduction_KDE4_Vision_personas_4_decision.png similarity index 100% rename from source/img/Introduction_KDE4_Vision_personas_4_decision.png rename to HIG/source/img/Introduction_KDE4_Vision_personas_4_decision.png diff --git a/source/img/Introduction_KDE4_Vision_personas_5_geek.png b/HIG/source/img/Introduction_KDE4_Vision_personas_5_geek.png similarity index 100% rename from source/img/Introduction_KDE4_Vision_personas_5_geek.png rename to HIG/source/img/Introduction_KDE4_Vision_personas_5_geek.png diff --git a/source/img/Introduction_KDE4_Vision_personas_all.png b/HIG/source/img/Introduction_KDE4_Vision_personas_all.png similarity index 100% rename from source/img/Introduction_KDE4_Vision_personas_all.png rename to HIG/source/img/Introduction_KDE4_Vision_personas_all.png diff --git a/source/img/Introduction_KDE4_Vision_tal.png b/HIG/source/img/Introduction_KDE4_Vision_tal.png similarity index 100% rename from source/img/Introduction_KDE4_Vision_tal.png rename to HIG/source/img/Introduction_KDE4_Vision_tal.png diff --git a/source/img/Krunner-1.png b/HIG/source/img/Krunner-1.png similarity index 100% rename from source/img/Krunner-1.png rename to HIG/source/img/Krunner-1.png diff --git a/source/img/LanguagePicker.png b/HIG/source/img/LanguagePicker.png similarity index 100% rename from source/img/LanguagePicker.png rename to HIG/source/img/LanguagePicker.png diff --git a/source/img/Lineedit1.png b/HIG/source/img/Lineedit1.png similarity index 100% rename from source/img/Lineedit1.png rename to HIG/source/img/Lineedit1.png diff --git a/source/img/List.png b/HIG/source/img/List.png similarity index 100% rename from source/img/List.png rename to HIG/source/img/List.png diff --git a/source/img/ListPicker.png b/HIG/source/img/ListPicker.png similarity index 100% rename from source/img/ListPicker.png rename to HIG/source/img/ListPicker.png diff --git a/source/img/ListPickerRemoveItem.png b/HIG/source/img/ListPickerRemoveItem.png similarity index 100% rename from source/img/ListPickerRemoveItem.png rename to HIG/source/img/ListPickerRemoveItem.png diff --git a/source/img/ListView.png b/HIG/source/img/ListView.png similarity index 100% rename from source/img/ListView.png rename to HIG/source/img/ListView.png diff --git a/source/img/Listview1.png b/HIG/source/img/Listview1.png similarity index 100% rename from source/img/Listview1.png rename to HIG/source/img/Listview1.png diff --git a/source/img/Listview2.png b/HIG/source/img/Listview2.png similarity index 100% rename from source/img/Listview2.png rename to HIG/source/img/Listview2.png diff --git a/source/img/Listview3.png b/HIG/source/img/Listview3.png similarity index 100% rename from source/img/Listview3.png rename to HIG/source/img/Listview3.png diff --git a/source/img/Listview4.png b/HIG/source/img/Listview4.png similarity index 100% rename from source/img/Listview4.png rename to HIG/source/img/Listview4.png diff --git a/source/img/Listview5.png b/HIG/source/img/Listview5.png similarity index 100% rename from source/img/Listview5.png rename to HIG/source/img/Listview5.png diff --git a/source/img/Listview6.png b/HIG/source/img/Listview6.png similarity index 100% rename from source/img/Listview6.png rename to HIG/source/img/Listview6.png diff --git a/source/img/Margin.qml.png b/HIG/source/img/Margin.qml.png similarity index 100% rename from source/img/Margin.qml.png rename to HIG/source/img/Margin.qml.png diff --git a/source/img/Matt.jpg b/HIG/source/img/Matt.jpg similarity index 100% rename from source/img/Matt.jpg rename to HIG/source/img/Matt.jpg diff --git a/source/img/Matt_small.jpg b/HIG/source/img/Matt_small.jpg similarity index 100% rename from source/img/Matt_small.jpg rename to HIG/source/img/Matt_small.jpg diff --git a/source/img/MenuButton-closed.png b/HIG/source/img/MenuButton-closed.png similarity index 100% rename from source/img/MenuButton-closed.png rename to HIG/source/img/MenuButton-closed.png diff --git a/source/img/MenuButton-open.png b/HIG/source/img/MenuButton-open.png similarity index 100% rename from source/img/MenuButton-open.png rename to HIG/source/img/MenuButton-open.png diff --git a/source/img/Menu_Drawer.png b/HIG/source/img/Menu_Drawer.png similarity index 100% rename from source/img/Menu_Drawer.png rename to HIG/source/img/Menu_Drawer.png diff --git a/source/img/Menu_drawer_single.jpg b/HIG/source/img/Menu_drawer_single.jpg similarity index 100% rename from source/img/Menu_drawer_single.jpg rename to HIG/source/img/Menu_drawer_single.jpg diff --git a/source/img/Message-example.png b/HIG/source/img/Message-example.png similarity index 100% rename from source/img/Message-example.png rename to HIG/source/img/Message-example.png diff --git a/source/img/Message1.png b/HIG/source/img/Message1.png similarity index 100% rename from source/img/Message1.png rename to HIG/source/img/Message1.png diff --git a/source/img/Message2.png b/HIG/source/img/Message2.png similarity index 100% rename from source/img/Message2.png rename to HIG/source/img/Message2.png diff --git a/source/img/Message3.png b/HIG/source/img/Message3.png similarity index 100% rename from source/img/Message3.png rename to HIG/source/img/Message3.png diff --git a/source/img/Message5.png b/HIG/source/img/Message5.png similarity index 100% rename from source/img/Message5.png rename to HIG/source/img/Message5.png diff --git a/source/img/Mobile-UX.png b/HIG/source/img/Mobile-UX.png similarity index 100% rename from source/img/Mobile-UX.png rename to HIG/source/img/Mobile-UX.png diff --git a/source/img/NP-2-deep-1a.png b/HIG/source/img/NP-2-deep-1a.png similarity index 100% rename from source/img/NP-2-deep-1a.png rename to HIG/source/img/NP-2-deep-1a.png diff --git a/source/img/NP-2-deep-2.png b/HIG/source/img/NP-2-deep-2.png similarity index 100% rename from source/img/NP-2-deep-2.png rename to HIG/source/img/NP-2-deep-2.png diff --git a/source/img/NP-3-deep.png b/HIG/source/img/NP-3-deep.png similarity index 100% rename from source/img/NP-3-deep.png rename to HIG/source/img/NP-3-deep.png diff --git a/source/img/NP-flat-1b.png b/HIG/source/img/NP-flat-1b.png similarity index 100% rename from source/img/NP-flat-1b.png rename to HIG/source/img/NP-flat-1b.png diff --git a/source/img/NP-flat-2.png b/HIG/source/img/NP-flat-2.png similarity index 100% rename from source/img/NP-flat-2.png rename to HIG/source/img/NP-flat-2.png diff --git a/source/img/NP-flat-3a.png b/HIG/source/img/NP-flat-3a.png similarity index 100% rename from source/img/NP-flat-3a.png rename to HIG/source/img/NP-flat-3a.png diff --git a/source/img/NP-n-deep.png b/HIG/source/img/NP-n-deep.png similarity index 100% rename from source/img/NP-n-deep.png rename to HIG/source/img/NP-n-deep.png diff --git a/source/img/No_Command_2_Bad.qml.png b/HIG/source/img/No_Command_2_Bad.qml.png similarity index 100% rename from source/img/No_Command_2_Bad.qml.png rename to HIG/source/img/No_Command_2_Bad.qml.png diff --git a/source/img/No_Command_2_Good.qml.png b/HIG/source/img/No_Command_2_Good.qml.png similarity index 100% rename from source/img/No_Command_2_Good.qml.png rename to HIG/source/img/No_Command_2_Good.qml.png diff --git a/source/img/PageRow.png b/HIG/source/img/PageRow.png similarity index 100% rename from source/img/PageRow.png rename to HIG/source/img/PageRow.png diff --git a/source/img/PartialEditMode.png b/HIG/source/img/PartialEditMode.png similarity index 100% rename from source/img/PartialEditMode.png rename to HIG/source/img/PartialEditMode.png diff --git a/source/img/Philip.jpg b/HIG/source/img/Philip.jpg similarity index 100% rename from source/img/Philip.jpg rename to HIG/source/img/Philip.jpg diff --git a/source/img/Philip_small.jpg b/HIG/source/img/Philip_small.jpg similarity index 100% rename from source/img/Philip_small.jpg rename to HIG/source/img/Philip_small.jpg diff --git a/source/img/Phone_toolbar.jpg b/HIG/source/img/Phone_toolbar.jpg similarity index 100% rename from source/img/Phone_toolbar.jpg rename to HIG/source/img/Phone_toolbar.jpg diff --git a/source/img/PickerOverlay.png b/HIG/source/img/PickerOverlay.png similarity index 100% rename from source/img/PickerOverlay.png rename to HIG/source/img/PickerOverlay.png diff --git a/source/img/Pixel.qml.png b/HIG/source/img/Pixel.qml.png similarity index 100% rename from source/img/Pixel.qml.png rename to HIG/source/img/Pixel.qml.png diff --git a/source/img/Placeholder-1.png b/HIG/source/img/Placeholder-1.png similarity index 100% rename from source/img/Placeholder-1.png rename to HIG/source/img/Placeholder-1.png diff --git a/source/img/Radiobutton_Command_Bad.qml.png b/HIG/source/img/Radiobutton_Command_Bad.qml.png similarity index 100% rename from source/img/Radiobutton_Command_Bad.qml.png rename to HIG/source/img/Radiobutton_Command_Bad.qml.png diff --git a/source/img/Radiobutton_Default_Bad.qml.png b/HIG/source/img/Radiobutton_Default_Bad.qml.png similarity index 100% rename from source/img/Radiobutton_Default_Bad.qml.png rename to HIG/source/img/Radiobutton_Default_Bad.qml.png diff --git a/source/img/Radiobutton_Default_Good.qml.png b/HIG/source/img/Radiobutton_Default_Good.qml.png similarity index 100% rename from source/img/Radiobutton_Default_Good.qml.png rename to HIG/source/img/Radiobutton_Default_Good.qml.png diff --git a/source/img/Radiobutton_First_Bad.qml.png b/HIG/source/img/Radiobutton_First_Bad.qml.png similarity index 100% rename from source/img/Radiobutton_First_Bad.qml.png rename to HIG/source/img/Radiobutton_First_Bad.qml.png diff --git a/source/img/Radiobutton_First_Good.qml.png b/HIG/source/img/Radiobutton_First_Good.qml.png similarity index 100% rename from source/img/Radiobutton_First_Good.qml.png rename to HIG/source/img/Radiobutton_First_Good.qml.png diff --git a/source/img/Radiobutton_Many_Bad.qml.png b/HIG/source/img/Radiobutton_Many_Bad.qml.png similarity index 100% rename from source/img/Radiobutton_Many_Bad.qml.png rename to HIG/source/img/Radiobutton_Many_Bad.qml.png diff --git a/source/img/Radiobutton_Many_Good.qml.png b/HIG/source/img/Radiobutton_Many_Good.qml.png similarity index 100% rename from source/img/Radiobutton_Many_Good.qml.png rename to HIG/source/img/Radiobutton_Many_Good.qml.png diff --git a/source/img/Radiobutton_Negation_Bad.qml.png b/HIG/source/img/Radiobutton_Negation_Bad.qml.png similarity index 100% rename from source/img/Radiobutton_Negation_Bad.qml.png rename to HIG/source/img/Radiobutton_Negation_Bad.qml.png diff --git a/source/img/Radiobutton_Negation_Good.qml.png b/HIG/source/img/Radiobutton_Negation_Good.qml.png similarity index 100% rename from source/img/Radiobutton_Negation_Good.qml.png rename to HIG/source/img/Radiobutton_Negation_Good.qml.png diff --git a/source/img/Radiobutton_Visible_Bad.qml.png b/HIG/source/img/Radiobutton_Visible_Bad.qml.png similarity index 100% rename from source/img/Radiobutton_Visible_Bad.qml.png rename to HIG/source/img/Radiobutton_Visible_Bad.qml.png diff --git a/source/img/Radiobutton_Visible_Good.qml.png b/HIG/source/img/Radiobutton_Visible_Good.qml.png similarity index 100% rename from source/img/Radiobutton_Visible_Good.qml.png rename to HIG/source/img/Radiobutton_Visible_Good.qml.png diff --git a/source/img/Ratio.qml.png b/HIG/source/img/Ratio.qml.png similarity index 100% rename from source/img/Ratio.qml.png rename to HIG/source/img/Ratio.qml.png diff --git a/source/img/Resize.qml.png b/HIG/source/img/Resize.qml.png similarity index 100% rename from source/img/Resize.qml.png rename to HIG/source/img/Resize.qml.png diff --git a/source/img/Sample_color_icons.png b/HIG/source/img/Sample_color_icons.png similarity index 100% rename from source/img/Sample_color_icons.png rename to HIG/source/img/Sample_color_icons.png diff --git a/source/img/Santiago.jpg b/HIG/source/img/Santiago.jpg similarity index 100% rename from source/img/Santiago.jpg rename to HIG/source/img/Santiago.jpg diff --git a/source/img/Santiago_small.jpg b/HIG/source/img/Santiago_small.jpg similarity index 100% rename from source/img/Santiago_small.jpg rename to HIG/source/img/Santiago_small.jpg diff --git a/source/img/Shadows_with_background.png b/HIG/source/img/Shadows_with_background.png similarity index 100% rename from source/img/Shadows_with_background.png rename to HIG/source/img/Shadows_with_background.png diff --git a/source/img/Slide_to_reveal.jpg b/HIG/source/img/Slide_to_reveal.jpg similarity index 100% rename from source/img/Slide_to_reveal.jpg rename to HIG/source/img/Slide_to_reveal.jpg diff --git a/source/img/Slider.HIG.png b/HIG/source/img/Slider.HIG.png similarity index 100% rename from source/img/Slider.HIG.png rename to HIG/source/img/Slider.HIG.png diff --git a/source/img/Slider.HIG.qml.png b/HIG/source/img/Slider.HIG.qml.png similarity index 100% rename from source/img/Slider.HIG.qml.png rename to HIG/source/img/Slider.HIG.qml.png diff --git a/source/img/Slider.Speed.qml.png b/HIG/source/img/Slider.Speed.qml.png similarity index 100% rename from source/img/Slider.Speed.qml.png rename to HIG/source/img/Slider.Speed.qml.png diff --git a/source/img/Slider.Volume.qml.png b/HIG/source/img/Slider.Volume.qml.png similarity index 100% rename from source/img/Slider.Volume.qml.png rename to HIG/source/img/Slider.Volume.qml.png diff --git a/source/img/Slider.compact.qml.png b/HIG/source/img/Slider.compact.qml.png similarity index 100% rename from source/img/Slider.compact.qml.png rename to HIG/source/img/Slider.compact.qml.png diff --git a/source/img/Slider.qml.png b/HIG/source/img/Slider.qml.png similarity index 100% rename from source/img/Slider.qml.png rename to HIG/source/img/Slider.qml.png diff --git a/source/img/Slider.value.qml.png b/HIG/source/img/Slider.value.qml.png similarity index 100% rename from source/img/Slider.value.qml.png rename to HIG/source/img/Slider.value.qml.png diff --git a/source/img/Slider.wide.png b/HIG/source/img/Slider.wide.png similarity index 100% rename from source/img/Slider.wide.png rename to HIG/source/img/Slider.wide.png diff --git a/source/img/Slider.wide.qml.png b/HIG/source/img/Slider.wide.qml.png similarity index 100% rename from source/img/Slider.wide.qml.png rename to HIG/source/img/Slider.wide.qml.png diff --git a/source/img/SpacingPadding.qml.png b/HIG/source/img/SpacingPadding.qml.png similarity index 100% rename from source/img/SpacingPadding.qml.png rename to HIG/source/img/SpacingPadding.qml.png diff --git a/source/img/SpacingSeperate.qml.png b/HIG/source/img/SpacingSeperate.qml.png similarity index 100% rename from source/img/SpacingSeperate.qml.png rename to HIG/source/img/SpacingSeperate.qml.png diff --git a/source/img/Spacing_Alignment.qml.png b/HIG/source/img/Spacing_Alignment.qml.png similarity index 100% rename from source/img/Spacing_Alignment.qml.png rename to HIG/source/img/Spacing_Alignment.qml.png diff --git a/source/img/Spacing_Padding.qml.png b/HIG/source/img/Spacing_Padding.qml.png similarity index 100% rename from source/img/Spacing_Padding.qml.png rename to HIG/source/img/Spacing_Padding.qml.png diff --git a/source/img/Spinbox1.png b/HIG/source/img/Spinbox1.png similarity index 100% rename from source/img/Spinbox1.png rename to HIG/source/img/Spinbox1.png diff --git a/source/img/Suboption_right.qml.png b/HIG/source/img/Suboption_right.qml.png similarity index 100% rename from source/img/Suboption_right.qml.png rename to HIG/source/img/Suboption_right.qml.png diff --git a/source/img/Suboption_spacer.qml.png b/HIG/source/img/Suboption_spacer.qml.png similarity index 100% rename from source/img/Suboption_spacer.qml.png rename to HIG/source/img/Suboption_spacer.qml.png diff --git a/source/img/Susan.jpg b/HIG/source/img/Susan.jpg similarity index 100% rename from source/img/Susan.jpg rename to HIG/source/img/Susan.jpg diff --git a/source/img/Susan_small.jpg b/HIG/source/img/Susan_small.jpg similarity index 100% rename from source/img/Susan_small.jpg rename to HIG/source/img/Susan_small.jpg diff --git a/source/img/Switch-theme.jpeg b/HIG/source/img/Switch-theme.jpeg similarity index 100% rename from source/img/Switch-theme.jpeg rename to HIG/source/img/Switch-theme.jpeg diff --git a/source/img/Systemsettings-LookAndFeel.png b/HIG/source/img/Systemsettings-LookAndFeel.png similarity index 100% rename from source/img/Systemsettings-LookAndFeel.png rename to HIG/source/img/Systemsettings-LookAndFeel.png diff --git a/source/img/Systemsettings-PlasmaTheme.png b/HIG/source/img/Systemsettings-PlasmaTheme.png similarity index 100% rename from source/img/Systemsettings-PlasmaTheme.png rename to HIG/source/img/Systemsettings-PlasmaTheme.png diff --git a/source/img/Systemsettings-dark.png b/HIG/source/img/Systemsettings-dark.png similarity index 100% rename from source/img/Systemsettings-dark.png rename to HIG/source/img/Systemsettings-dark.png diff --git a/source/img/Systemsettings.png b/HIG/source/img/Systemsettings.png similarity index 100% rename from source/img/Systemsettings.png rename to HIG/source/img/Systemsettings.png diff --git a/source/img/Tabs-HIG.png b/HIG/source/img/Tabs-HIG.png similarity index 100% rename from source/img/Tabs-HIG.png rename to HIG/source/img/Tabs-HIG.png diff --git a/source/img/Tabs_in_drawer.png b/HIG/source/img/Tabs_in_drawer.png similarity index 100% rename from source/img/Tabs_in_drawer.png rename to HIG/source/img/Tabs_in_drawer.png diff --git a/source/img/Textedit1.png b/HIG/source/img/Textedit1.png similarity index 100% rename from source/img/Textedit1.png rename to HIG/source/img/Textedit1.png diff --git a/source/img/Togglebutton1.png b/HIG/source/img/Togglebutton1.png similarity index 100% rename from source/img/Togglebutton1.png rename to HIG/source/img/Togglebutton1.png diff --git a/source/img/Toolbar1.png b/HIG/source/img/Toolbar1.png similarity index 100% rename from source/img/Toolbar1.png rename to HIG/source/img/Toolbar1.png diff --git a/source/img/TrayWithPanel.png b/HIG/source/img/TrayWithPanel.png similarity index 100% rename from source/img/TrayWithPanel.png rename to HIG/source/img/TrayWithPanel.png diff --git a/source/img/TreeView.png b/HIG/source/img/TreeView.png similarity index 100% rename from source/img/TreeView.png rename to HIG/source/img/TreeView.png diff --git a/source/img/TwoLists.png b/HIG/source/img/TwoLists.png similarity index 100% rename from source/img/TwoLists.png rename to HIG/source/img/TwoLists.png diff --git a/source/img/Two_column_checkboxes.qml.png b/HIG/source/img/Two_column_checkboxes.qml.png similarity index 100% rename from source/img/Two_column_checkboxes.qml.png rename to HIG/source/img/Two_column_checkboxes.qml.png diff --git a/source/img/Typography-noto.png b/HIG/source/img/Typography-noto.png similarity index 100% rename from source/img/Typography-noto.png rename to HIG/source/img/Typography-noto.png diff --git a/source/img/Typography1.png b/HIG/source/img/Typography1.png similarity index 100% rename from source/img/Typography1.png rename to HIG/source/img/Typography1.png diff --git a/source/img/Units.qml.png b/HIG/source/img/Units.qml.png similarity index 100% rename from source/img/Units.qml.png rename to HIG/source/img/Units.qml.png diff --git a/source/img/ViewMode.png b/HIG/source/img/ViewMode.png similarity index 100% rename from source/img/ViewMode.png rename to HIG/source/img/ViewMode.png diff --git a/source/img/breeze.jpeg b/HIG/source/img/breeze.jpeg similarity index 100% rename from source/img/breeze.jpeg rename to HIG/source/img/breeze.jpeg diff --git a/source/img/computer.svg b/HIG/source/img/computer.svg similarity index 100% rename from source/img/computer.svg rename to HIG/source/img/computer.svg diff --git a/source/img/desktop-listview.png b/HIG/source/img/desktop-listview.png similarity index 100% rename from source/img/desktop-listview.png rename to HIG/source/img/desktop-listview.png diff --git a/source/img/edit-select.svg b/HIG/source/img/edit-select.svg similarity index 100% rename from source/img/edit-select.svg rename to HIG/source/img/edit-select.svg diff --git a/source/img/emblem-notification-kmail.png b/HIG/source/img/emblem-notification-kmail.png similarity index 100% rename from source/img/emblem-notification-kmail.png rename to HIG/source/img/emblem-notification-kmail.png diff --git a/source/img/emblem-notification-large.png b/HIG/source/img/emblem-notification-large.png similarity index 100% rename from source/img/emblem-notification-large.png rename to HIG/source/img/emblem-notification-large.png diff --git a/source/img/emblem-notification-small.png b/HIG/source/img/emblem-notification-small.png similarity index 100% rename from source/img/emblem-notification-small.png rename to HIG/source/img/emblem-notification-small.png diff --git a/source/img/emblem-public-on-folder.png b/HIG/source/img/emblem-public-on-folder.png similarity index 100% rename from source/img/emblem-public-on-folder.png rename to HIG/source/img/emblem-public-on-folder.png diff --git a/source/img/emblem-warning.png b/HIG/source/img/emblem-warning.png similarity index 100% rename from source/img/emblem-warning.png rename to HIG/source/img/emblem-warning.png diff --git a/source/img/get-hot-new-stuff.svg b/HIG/source/img/get-hot-new-stuff.svg similarity index 100% rename from source/img/get-hot-new-stuff.svg rename to HIG/source/img/get-hot-new-stuff.svg diff --git a/source/img/kirigami.jpg b/HIG/source/img/kirigami.jpg similarity index 100% rename from source/img/kirigami.jpg rename to HIG/source/img/kirigami.jpg diff --git a/source/img/left_ptr.png b/HIG/source/img/left_ptr.png similarity index 100% rename from source/img/left_ptr.png rename to HIG/source/img/left_ptr.png diff --git a/source/img/mobile-listview.png b/HIG/source/img/mobile-listview.png similarity index 100% rename from source/img/mobile-listview.png rename to HIG/source/img/mobile-listview.png diff --git a/source/img/plasma-workspace.jpg b/HIG/source/img/plasma-workspace.jpg similarity index 100% rename from source/img/plasma-workspace.jpg rename to HIG/source/img/plasma-workspace.jpg diff --git a/source/img/smartphone.svg b/HIG/source/img/smartphone.svg similarity index 100% rename from source/img/smartphone.svg rename to HIG/source/img/smartphone.svg diff --git a/source/img/transform-browse.svg b/HIG/source/img/transform-browse.svg similarity index 100% rename from source/img/transform-browse.svg rename to HIG/source/img/transform-browse.svg diff --git a/source/img/video-display.svg b/HIG/source/img/video-display.svg similarity index 100% rename from source/img/video-display.svg rename to HIG/source/img/video-display.svg diff --git a/source/index.rst b/HIG/source/index.rst similarity index 100% rename from source/index.rst rename to HIG/source/index.rst diff --git a/source/introduction/architecture.rst b/HIG/source/introduction/architecture.rst similarity index 100% rename from source/introduction/architecture.rst rename to HIG/source/introduction/architecture.rst diff --git a/source/introduction/concept.rst b/HIG/source/introduction/concept.rst similarity index 100% rename from source/introduction/concept.rst rename to HIG/source/introduction/concept.rst diff --git a/source/introduction/convergence.rst b/HIG/source/introduction/convergence.rst similarity index 100% rename from source/introduction/convergence.rst rename to HIG/source/introduction/convergence.rst diff --git a/source/introduction/devicetypes.rst b/HIG/source/introduction/devicetypes.rst similarity index 100% rename from source/introduction/devicetypes.rst rename to HIG/source/introduction/devicetypes.rst diff --git a/source/introduction/index.rst b/HIG/source/introduction/index.rst similarity index 100% rename from source/introduction/index.rst rename to HIG/source/introduction/index.rst diff --git a/source/introduction/personas.rst b/HIG/source/introduction/personas.rst similarity index 100% rename from source/introduction/personas.rst rename to HIG/source/introduction/personas.rst diff --git a/source/introduction/research.rst b/HIG/source/introduction/research.rst similarity index 100% rename from source/introduction/research.rst rename to HIG/source/introduction/research.rst diff --git a/source/introduction/responsive.rst b/HIG/source/introduction/responsive.rst similarity index 100% rename from source/introduction/responsive.rst rename to HIG/source/introduction/responsive.rst diff --git a/source/layout/alignment.rst b/HIG/source/layout/alignment.rst similarity index 100% rename from source/layout/alignment.rst rename to HIG/source/layout/alignment.rst diff --git a/source/layout/index.rst b/HIG/source/layout/index.rst similarity index 100% rename from source/layout/index.rst rename to HIG/source/layout/index.rst diff --git a/source/layout/metrics.rst b/HIG/source/layout/metrics.rst similarity index 100% rename from source/layout/metrics.rst rename to HIG/source/layout/metrics.rst diff --git a/source/layout/onehand.rst b/HIG/source/layout/onehand.rst similarity index 100% rename from source/layout/onehand.rst rename to HIG/source/layout/onehand.rst diff --git a/source/layout/units.rst b/HIG/source/layout/units.rst similarity index 100% rename from source/layout/units.rst rename to HIG/source/layout/units.rst diff --git a/source/patterns/command/content.rst b/HIG/source/patterns/command/content.rst similarity index 100% rename from source/patterns/command/content.rst rename to HIG/source/patterns/command/content.rst diff --git a/source/patterns/command/drawer.rst b/HIG/source/patterns/command/drawer.rst similarity index 100% rename from source/patterns/command/drawer.rst rename to HIG/source/patterns/command/drawer.rst diff --git a/source/patterns/command/index.rst b/HIG/source/patterns/command/index.rst similarity index 100% rename from source/patterns/command/index.rst rename to HIG/source/patterns/command/index.rst diff --git a/source/patterns/command/menubar.rst b/HIG/source/patterns/command/menubar.rst similarity index 100% rename from source/patterns/command/menubar.rst rename to HIG/source/patterns/command/menubar.rst diff --git a/source/patterns/command/ondemand.rst b/HIG/source/patterns/command/ondemand.rst similarity index 100% rename from source/patterns/command/ondemand.rst rename to HIG/source/patterns/command/ondemand.rst diff --git a/source/patterns/command/simple.rst b/HIG/source/patterns/command/simple.rst similarity index 100% rename from source/patterns/command/simple.rst rename to HIG/source/patterns/command/simple.rst diff --git a/source/patterns/command/toolbar.rst b/HIG/source/patterns/command/toolbar.rst similarity index 100% rename from source/patterns/command/toolbar.rst rename to HIG/source/patterns/command/toolbar.rst diff --git a/source/patterns/content/duallist.rst b/HIG/source/patterns/content/duallist.rst similarity index 100% rename from source/patterns/content/duallist.rst rename to HIG/source/patterns/content/duallist.rst diff --git a/source/patterns/content/form.rst b/HIG/source/patterns/content/form.rst similarity index 100% rename from source/patterns/content/form.rst rename to HIG/source/patterns/content/form.rst diff --git a/source/patterns/content/help.rst b/HIG/source/patterns/content/help.rst similarity index 100% rename from source/patterns/content/help.rst rename to HIG/source/patterns/content/help.rst diff --git a/source/patterns/content/iconandtext.rst b/HIG/source/patterns/content/iconandtext.rst similarity index 100% rename from source/patterns/content/iconandtext.rst rename to HIG/source/patterns/content/iconandtext.rst diff --git a/source/patterns/content/index.rst b/HIG/source/patterns/content/index.rst similarity index 100% rename from source/patterns/content/index.rst rename to HIG/source/patterns/content/index.rst diff --git a/source/patterns/content/picker.rst b/HIG/source/patterns/content/picker.rst similarity index 100% rename from source/patterns/content/picker.rst rename to HIG/source/patterns/content/picker.rst diff --git a/source/patterns/content/settings.rst b/HIG/source/patterns/content/settings.rst similarity index 100% rename from source/patterns/content/settings.rst rename to HIG/source/patterns/content/settings.rst diff --git a/source/patterns/content/viewingediting.rst b/HIG/source/patterns/content/viewingediting.rst similarity index 100% rename from source/patterns/content/viewingediting.rst rename to HIG/source/patterns/content/viewingediting.rst diff --git a/source/patterns/navigation/breadcrumb.rst b/HIG/source/patterns/navigation/breadcrumb.rst similarity index 100% rename from source/patterns/navigation/breadcrumb.rst rename to HIG/source/patterns/navigation/breadcrumb.rst diff --git a/source/patterns/navigation/column.rst b/HIG/source/patterns/navigation/column.rst similarity index 100% rename from source/patterns/navigation/column.rst rename to HIG/source/patterns/navigation/column.rst diff --git a/source/patterns/navigation/combination-3.rst b/HIG/source/patterns/navigation/combination-3.rst similarity index 100% rename from source/patterns/navigation/combination-3.rst rename to HIG/source/patterns/navigation/combination-3.rst diff --git a/source/patterns/navigation/combination.rst b/HIG/source/patterns/navigation/combination.rst similarity index 100% rename from source/patterns/navigation/combination.rst rename to HIG/source/patterns/navigation/combination.rst diff --git a/source/patterns/navigation/expandable.rst b/HIG/source/patterns/navigation/expandable.rst similarity index 100% rename from source/patterns/navigation/expandable.rst rename to HIG/source/patterns/navigation/expandable.rst diff --git a/source/patterns/navigation/grid.rst b/HIG/source/patterns/navigation/grid.rst similarity index 100% rename from source/patterns/navigation/grid.rst rename to HIG/source/patterns/navigation/grid.rst diff --git a/source/patterns/navigation/index.rst b/HIG/source/patterns/navigation/index.rst similarity index 100% rename from source/patterns/navigation/index.rst rename to HIG/source/patterns/navigation/index.rst diff --git a/source/patterns/navigation/list.rst b/HIG/source/patterns/navigation/list.rst similarity index 100% rename from source/patterns/navigation/list.rst rename to HIG/source/patterns/navigation/list.rst diff --git a/source/patterns/navigation/master.rst b/HIG/source/patterns/navigation/master.rst similarity index 100% rename from source/patterns/navigation/master.rst rename to HIG/source/patterns/navigation/master.rst diff --git a/source/patterns/navigation/single.rst b/HIG/source/patterns/navigation/single.rst similarity index 100% rename from source/patterns/navigation/single.rst rename to HIG/source/patterns/navigation/single.rst diff --git a/source/patterns/navigation/tab.rst b/HIG/source/patterns/navigation/tab.rst similarity index 100% rename from source/patterns/navigation/tab.rst rename to HIG/source/patterns/navigation/tab.rst diff --git a/source/patterns/navigation/unique.rst b/HIG/source/patterns/navigation/unique.rst similarity index 100% rename from source/patterns/navigation/unique.rst rename to HIG/source/patterns/navigation/unique.rst diff --git a/source/plattform/getnew.rst b/HIG/source/plattform/getnew.rst similarity index 100% rename from source/plattform/getnew.rst rename to HIG/source/plattform/getnew.rst diff --git a/source/plattform/index.rst b/HIG/source/plattform/index.rst similarity index 100% rename from source/plattform/index.rst rename to HIG/source/plattform/index.rst diff --git a/source/plattform/tray.rst b/HIG/source/plattform/tray.rst similarity index 100% rename from source/plattform/tray.rst rename to HIG/source/plattform/tray.rst diff --git a/source/qml/components/combobox/Combobox1.qml b/HIG/source/qml/components/combobox/Combobox1.qml similarity index 100% rename from source/qml/components/combobox/Combobox1.qml rename to HIG/source/qml/components/combobox/Combobox1.qml diff --git a/source/qml/components/dropdown/Dropdown1.qml b/HIG/source/qml/components/dropdown/Dropdown1.qml similarity index 100% rename from source/qml/components/dropdown/Dropdown1.qml rename to HIG/source/qml/components/dropdown/Dropdown1.qml diff --git a/source/qml/components/inlinemessage/Message1.qml b/HIG/source/qml/components/inlinemessage/Message1.qml similarity index 100% rename from source/qml/components/inlinemessage/Message1.qml rename to HIG/source/qml/components/inlinemessage/Message1.qml diff --git a/source/qml/components/inlinemessage/Message2.qml b/HIG/source/qml/components/inlinemessage/Message2.qml similarity index 100% rename from source/qml/components/inlinemessage/Message2.qml rename to HIG/source/qml/components/inlinemessage/Message2.qml diff --git a/source/qml/components/inlinemessage/Message3.qml b/HIG/source/qml/components/inlinemessage/Message3.qml similarity index 100% rename from source/qml/components/inlinemessage/Message3.qml rename to HIG/source/qml/components/inlinemessage/Message3.qml diff --git a/source/qml/components/inlinemessage/Message5.qml b/HIG/source/qml/components/inlinemessage/Message5.qml similarity index 100% rename from source/qml/components/inlinemessage/Message5.qml rename to HIG/source/qml/components/inlinemessage/Message5.qml diff --git a/source/qml/components/inlinemessage/config.json b/HIG/source/qml/components/inlinemessage/config.json similarity index 100% rename from source/qml/components/inlinemessage/config.json rename to HIG/source/qml/components/inlinemessage/config.json diff --git a/source/qml/components/lineedit/Lineedit1.qml b/HIG/source/qml/components/lineedit/Lineedit1.qml similarity index 100% rename from source/qml/components/lineedit/Lineedit1.qml rename to HIG/source/qml/components/lineedit/Lineedit1.qml diff --git a/source/qml/components/spinbox/Spinbox1.qml b/HIG/source/qml/components/spinbox/Spinbox1.qml similarity index 100% rename from source/qml/components/spinbox/Spinbox1.qml rename to HIG/source/qml/components/spinbox/Spinbox1.qml diff --git a/source/qml/components/textedit/Textedit1.qml b/HIG/source/qml/components/textedit/Textedit1.qml similarity index 100% rename from source/qml/components/textedit/Textedit1.qml rename to HIG/source/qml/components/textedit/Textedit1.qml diff --git a/source/qml/lib/Brace.qml b/HIG/source/qml/lib/Brace.qml similarity index 100% rename from source/qml/lib/Brace.qml rename to HIG/source/qml/lib/Brace.qml diff --git a/source/qml/lib/Demo.qml b/HIG/source/qml/lib/Demo.qml similarity index 100% rename from source/qml/lib/Demo.qml rename to HIG/source/qml/lib/Demo.qml diff --git a/source/qml/lib/DemoMouse.qml b/HIG/source/qml/lib/DemoMouse.qml similarity index 100% rename from source/qml/lib/DemoMouse.qml rename to HIG/source/qml/lib/DemoMouse.qml diff --git a/source/qml/lib/DemoTouch.qml b/HIG/source/qml/lib/DemoTouch.qml similarity index 100% rename from source/qml/lib/DemoTouch.qml rename to HIG/source/qml/lib/DemoTouch.qml diff --git a/source/qml/lib/Messure.qml b/HIG/source/qml/lib/Messure.qml similarity index 100% rename from source/qml/lib/Messure.qml rename to HIG/source/qml/lib/Messure.qml diff --git a/source/qml/lib/Mouse.qml b/HIG/source/qml/lib/Mouse.qml similarity index 100% rename from source/qml/lib/Mouse.qml rename to HIG/source/qml/lib/Mouse.qml diff --git a/source/qml/lib/Outline.qml b/HIG/source/qml/lib/Outline.qml similarity index 100% rename from source/qml/lib/Outline.qml rename to HIG/source/qml/lib/Outline.qml diff --git a/source/qml/lib/Padding.qml b/HIG/source/qml/lib/Padding.qml similarity index 100% rename from source/qml/lib/Padding.qml rename to HIG/source/qml/lib/Padding.qml diff --git a/source/qml/lib/Raster.qml b/HIG/source/qml/lib/Raster.qml similarity index 100% rename from source/qml/lib/Raster.qml rename to HIG/source/qml/lib/Raster.qml diff --git a/source/qml/lib/Ruler.qml b/HIG/source/qml/lib/Ruler.qml similarity index 100% rename from source/qml/lib/Ruler.qml rename to HIG/source/qml/lib/Ruler.qml diff --git a/source/qml/lib/Surface.qml b/HIG/source/qml/lib/Surface.qml similarity index 100% rename from source/qml/lib/Surface.qml rename to HIG/source/qml/lib/Surface.qml diff --git a/source/qml/lib/Touch.qml b/HIG/source/qml/lib/Touch.qml similarity index 100% rename from source/qml/lib/Touch.qml rename to HIG/source/qml/lib/Touch.qml diff --git a/source/qml/lib/annotate.js b/HIG/source/qml/lib/annotate.js similarity index 100% rename from source/qml/lib/annotate.js rename to HIG/source/qml/lib/annotate.js diff --git a/source/qml/lib/tools.js b/HIG/source/qml/lib/tools.js similarity index 100% rename from source/qml/lib/tools.js rename to HIG/source/qml/lib/tools.js diff --git a/source/resources/about.rst b/HIG/source/resources/about.rst similarity index 100% rename from source/resources/about.rst rename to HIG/source/resources/about.rst diff --git a/source/resources/contribute.rst b/HIG/source/resources/contribute.rst similarity index 100% rename from source/resources/contribute.rst rename to HIG/source/resources/contribute.rst diff --git a/source/resources/glossary.rst b/HIG/source/resources/glossary.rst similarity index 100% rename from source/resources/glossary.rst rename to HIG/source/resources/glossary.rst diff --git a/source/style/color/dark.rst b/HIG/source/style/color/dark.rst similarity index 100% rename from source/style/color/dark.rst rename to HIG/source/style/color/dark.rst diff --git a/source/style/color/default.rst b/HIG/source/style/color/default.rst similarity index 100% rename from source/style/color/default.rst rename to HIG/source/style/color/default.rst diff --git a/source/style/color/high.rst b/HIG/source/style/color/high.rst similarity index 100% rename from source/style/color/high.rst rename to HIG/source/style/color/high.rst diff --git a/source/style/color/index.rst b/HIG/source/style/color/index.rst similarity index 100% rename from source/style/color/index.rst rename to HIG/source/style/color/index.rst diff --git a/source/style/color/light.rst b/HIG/source/style/color/light.rst similarity index 100% rename from source/style/color/light.rst rename to HIG/source/style/color/light.rst diff --git a/source/style/elevation.rst b/HIG/source/style/elevation.rst similarity index 100% rename from source/style/elevation.rst rename to HIG/source/style/elevation.rst diff --git a/source/style/icon.rst b/HIG/source/style/icon.rst similarity index 100% rename from source/style/icon.rst rename to HIG/source/style/icon.rst diff --git a/source/style/imagery.rst b/HIG/source/style/imagery.rst similarity index 100% rename from source/style/imagery.rst rename to HIG/source/style/imagery.rst diff --git a/source/style/index.rst b/HIG/source/style/index.rst similarity index 100% rename from source/style/index.rst rename to HIG/source/style/index.rst diff --git a/source/style/theme.rst b/HIG/source/style/theme.rst similarity index 100% rename from source/style/theme.rst rename to HIG/source/style/theme.rst diff --git a/source/style/typography.rst b/HIG/source/style/typography.rst similarity index 100% rename from source/style/typography.rst rename to HIG/source/style/typography.rst diff --git a/source/style/writing/capitalization.rst b/HIG/source/style/writing/capitalization.rst similarity index 100% rename from source/style/writing/capitalization.rst rename to HIG/source/style/writing/capitalization.rst diff --git a/source/style/writing/contraction.rst b/HIG/source/style/writing/contraction.rst similarity index 100% rename from source/style/writing/contraction.rst rename to HIG/source/style/writing/contraction.rst diff --git a/source/style/writing/index.rst b/HIG/source/style/writing/index.rst similarity index 100% rename from source/style/writing/index.rst rename to HIG/source/style/writing/index.rst diff --git a/source/style/writing/labels.rst b/HIG/source/style/writing/labels.rst similarity index 100% rename from source/style/writing/labels.rst rename to HIG/source/style/writing/labels.rst diff --git a/source/style/writing/localization.rst b/HIG/source/style/writing/localization.rst similarity index 100% rename from source/style/writing/localization.rst rename to HIG/source/style/writing/localization.rst diff --git a/source/style/writing/placeholder.rst b/HIG/source/style/writing/placeholder.rst similarity index 100% rename from source/style/writing/placeholder.rst rename to HIG/source/style/writing/placeholder.rst diff --git a/source/style/writing/static.rst b/HIG/source/style/writing/static.rst similarity index 100% rename from source/style/writing/static.rst rename to HIG/source/style/writing/static.rst diff --git a/source/style/writing/wording.rst b/HIG/source/style/writing/wording.rst similarity index 100% rename from source/style/writing/wording.rst rename to HIG/source/style/writing/wording.rst diff --git a/Makefile b/Kirigami/Makefile similarity index 95% rename from Makefile rename to Kirigami/Makefile index 343077b..69fe55e 100644 --- a/Makefile +++ b/Kirigami/Makefile @@ -1,20 +1,19 @@ # Minimal makefile for Sphinx documentation # # You can set these variables from the command line. SPHINXOPTS = SPHINXBUILD = sphinx-build -SPHINXPROJ = KDEHIG SOURCEDIR = source BUILDDIR = build # Put it first so that "make" without argument is like "make help". help: @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) .PHONY: help Makefile # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). %: Makefile @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) \ No newline at end of file diff --git a/source/conf.py b/Kirigami/source/conf.py similarity index 57% rename from source/conf.py rename to Kirigami/source/conf.py index 07988ab..f2f35b1 100644 --- a/source/conf.py +++ b/Kirigami/source/conf.py @@ -1,211 +1,189 @@ -#!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# KDE HIG documentation build configuration file, created by -# sphinx-quickstart on Tue Feb 6 13:29:47 2018. +# Configuration file for the Sphinx documentation builder. # -# This file is execfile()d with the current directory set to its -# containing dir. -# -# Note that not all possible configuration values are present in this -# autogenerated file. -# -# All configuration values have a default; values that are commented out -# serve to show the default. +# This file does only contain a selection of the most common options. For a +# full list see the documentation: +# http://www.sphinx-doc.org/en/master/config + +# -- Path setup -------------------------------------------------------------- # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. # -# import os -# import sys -# sys.path.insert(0, os.path.abspath('.')) +import os +import sys +sys.path.insert(0, os.path.abspath('.')) +sys.path.insert(0, os.path.abspath('../..')) + + +# -- Project information ----------------------------------------------------- + +project = 'Kirigami' +copyright = '2019, KDE. Licensed under Creative Commons License SA 4.0' +author = 'Marco Martin' + +# The short X.Y version +version = '' +# The full version, including alpha/beta/rc tags +release = '' -# -- General configuration ------------------------------------------------ +# -- General configuration --------------------------------------------------- # If your documentation needs a minimal Sphinx version, state it here. # # needs_sphinx = '1.0' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = ['sphinx.ext.todo'] +extensions = [ + 'sphinx.ext.intersphinx', +] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: # # source_suffix = ['.rst', '.md'] source_suffix = '.rst' # The master toctree document. master_doc = 'index' -# General information about the project. -project = 'Human Interface Guidelines' -copyright = '2018, KDE. Licensed under Creative Commons License SA 4.0' -author = 'KDE' - -# The version info for the project you're documenting, acts as replacement for -# |version| and |release|, also used in various other places throughout the -# built documents. -# -# The short X.Y version. -version = '' -# The full version, including alpha/beta/rc tags. -release = '' - # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. language = None # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -# This patterns also effect to html_static_path and html_extra_path +# This pattern also affects html_static_path and html_extra_path. exclude_patterns = [] # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' +pygments_style = None -# If true, `todo` and `todoList` produce output, else they produce nothing. -todo_include_todos = True - -# -- Options for HTML output ---------------------------------------------- +# -- Options for HTML output ------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # html_theme = 'sphinx_rtd_theme' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. # # html_theme_options = {} # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] # Custom sidebar templates, must be a dictionary that maps document names # to template names. # -# This is required for the alabaster theme -# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars -html_sidebars = { - '**': [ - 'relations.html', # needs 'show_related': True theme option to display - 'searchbox.html', - ] -} +# The default sidebars (for documents that don't match any pattern) are +# defined by theme itself. Builtin themes are using these templates by +# default: ``['localtoc.html', 'relations.html', 'sourcelink.html', +# 'searchbox.html']``. +# +# html_sidebars = {} -# -- Options for HTMLHelp output ------------------------------------------ +# -- Options for HTMLHelp output --------------------------------------------- # Output file base name for HTML help builder. -htmlhelp_basename = 'KDEHIGdoc' +htmlhelp_basename = 'Kirigamidoc' -# -- Options for LaTeX output --------------------------------------------- +# -- Options for LaTeX output ------------------------------------------------ latex_elements = { # The paper size ('letterpaper' or 'a4paper'). # # 'papersize': 'letterpaper', # The font size ('10pt', '11pt' or '12pt'). # # 'pointsize': '10pt', # Additional stuff for the LaTeX preamble. # # 'preamble': '', # Latex figure (float) alignment # # 'figure_align': 'htbp', } # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - (master_doc, 'KDEHIG.tex', 'KDE HIG Documentation', - 'KDE', 'manual'), + (master_doc, 'Kirigami.tex', 'Kirigami Documentation', + 'Marco Martin', 'manual'), ] -# -- Options for manual page output --------------------------------------- +# -- Options for manual page output ------------------------------------------ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - (master_doc, 'kdehig', 'KDE HIG Documentation', + (master_doc, 'kirigami', 'Kirigami Documentation', [author], 1) ] -# -- Options for Texinfo output ------------------------------------------- +# -- Options for Texinfo output ---------------------------------------------- # Grouping the document tree into Texinfo files. List of tuples # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - (master_doc, 'KDEHIG', 'KDE HIG Documentation', - author, 'KDEHIG', 'One line description of project.', + (master_doc, 'Kirigami', 'Kirigami Documentation', + author, 'Kirigami', 'One line description of project.', 'Miscellaneous'), ] -# Adding global substitutions -rst_epilog = """ -.. |devicon| image:: /img/DevIcon.svg - :width: 32px - :height: 32px -.. |designicon| image:: /img/DesignerIcon.svg - :width: 32px - :height: 32px +# Adding common substitions between Kirigami and HIG +from epilog import rst_epilog -.. |touchicon| image:: /img/transform-browse.svg - :width: 32px - :height: 32px - -.. |desktopicon| image:: /img/computer.svg - :width: 32px - :height: 32px +rst_epilog += """ +""" -.. |mobileicon| image:: /img/smartphone.svg - :width: 32px - :height: 32px +# -- Options for Epub output ------------------------------------------------- +# Bibliographic Dublin Core info. +epub_title = project -.. |br| raw:: html +# The unique identifier of the text. This can be a ISBN number +# or the project homepage. +# +# epub_identifier = '' -
+# A unique identification for the text. +# +# epub_uid = '' -.. |nbsp| raw:: html +# A list of files that should not be packed into the epub file. +epub_exclude_files = ['search.html'] -   -""" +# -- Extension configuration ------------------------------------------------- -rst_prolog = """ -.. role:: iconred -.. role:: plasmablue -.. role:: noblefir -.. role:: intend -""" +# -- Options for intersphinx extension --------------------------------------- -# add css file -def setup(app): - app.add_stylesheet('css/breeze.css') - app.add_javascript('js/custom.js') +# Example configuration for intersphinx: refer to the Python standard library. +intersphinx_mapping = {'https://docs.python.org/': None} diff --git a/Kirigami/source/index.rst b/Kirigami/source/index.rst new file mode 100644 index 0000000..6dda34b --- /dev/null +++ b/Kirigami/source/index.rst @@ -0,0 +1,20 @@ +.. Kirigami documentation master file, created by + sphinx-quickstart on Mon Apr 15 08:55:06 2019. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to Kirigami's documentation! +==================================== + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` diff --git a/epilog.py b/epilog.py new file mode 100644 index 0000000..a47e5ff --- /dev/null +++ b/epilog.py @@ -0,0 +1,3 @@ +# Place common substitions for Kirigami and the HIG in here +rst_epilog = """ +"""