D18823: Create a dynamic way to provide component information

2019-02-07 Thread Dimitris Kardarakos
This revision was automatically updated to reflect the committed changes.
Closed by commit R1014:d780fc1db376: Create a dynamic way to provide component 
information (authored by dkardarakos).

REPOSITORY
  R1014 Kirigami Gallery

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D18823?vs=51124=51133

REVISION DETAIL
  https://phabricator.kde.org/D18823

AFFECTED FILES
  src/CMakeLists.txt
  src/InfoData.cpp
  src/InfoData.h
  src/data/contents/ui/gallery/CardsLayoutGallery.qml
  src/data/contents/ui/gallery/DrawerGallery.qml
  src/data/contents/ui/gallery/FormLayoutGallery.qml
  src/data/contents/ui/gallery/OverlaySheetGallery.qml
  src/data/contents/ui/gallery/SelectionControlsGallery.qml
  src/data/contents/ui/gallery/components/InfoSheet.qml
  src/data/info-data.json
  src/main.cpp
  src/resources.qrc

To: dkardarakos, mart
Cc: plasma-devel, jraleigh, GB_2, ragreen, Pitel, dkardarakos, ZrenBot, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, davidedmundson, 
mart, hein


D18823: Create a dynamic way to provide component information

2019-02-07 Thread Dimitris Kardarakos
dkardarakos created this revision.
dkardarakos added a reviewer: mart.
Herald added projects: Plasma, Kirigami.
Herald added a subscriber: plasma-devel.
dkardarakos requested review of this revision.

REVISION SUMMARY
  In some components, an action is offered that provides descriptive info about 
the component as well as links to the source code and the hig website. All this 
info has been gathered into a json file. The InfoData plugin has been created 
to serve the data to the QML code.

REPOSITORY
  R1014 Kirigami Gallery

REVISION DETAIL
  https://phabricator.kde.org/D18823

AFFECTED FILES
  src/CMakeLists.txt
  src/InfoData.cpp
  src/InfoData.h
  src/data/contents/ui/gallery/CardsLayoutGallery.qml
  src/data/contents/ui/gallery/DrawerGallery.qml
  src/data/contents/ui/gallery/FormLayoutGallery.qml
  src/data/contents/ui/gallery/OverlaySheetGallery.qml
  src/data/contents/ui/gallery/SelectionControlsGallery.qml
  src/data/contents/ui/gallery/components/InfoSheet.qml
  src/data/info-data.json
  src/main.cpp
  src/resources.qrc

To: dkardarakos, mart
Cc: plasma-devel, jraleigh, GB_2, ragreen, Pitel, dkardarakos, ZrenBot, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, davidedmundson, 
mart, hein