D20953: New Home Screen for KTouch

Sebastian Gottfried noreply at phabricator.kde.org
Thu Jul 4 22:06:48 BST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit R336:106d3bbe7725: Merge Branch 'homescreen-ng' (authored by gottfried).

CHANGED PRIOR TO COMMIT
  https://phabricator.kde.org/D20953?vs=60006&id=61178#toc

REPOSITORY
  R336 KTouch

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D20953?vs=60006&id=61178

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

AFFECTED FILES
  .gitignore
  AUTHORS
  CMakeLists.txt
  README.md
  extras/scripts/checkqmlimports.py
  images/CMakeLists.txt
  images/accuracymeter-background.png
  images/accuracymeter-hand.png
  images/accuracymeter-scale.png
  images/accuracymeter.svgz
  images/balloontip.svgz
  images/charactersperminutemeter-background.png
  images/charactersperminutemeter-hand.png
  images/charactersperminutemeter-scale.png
  images/charactersperminutemeter.svgz
  images/elapsedtimemeter-background.png
  images/elapsedtimemeter-minute-hand.png
  images/elapsedtimemeter-second-hand.png
  images/elapsedtimemeter.svgz
  images/meterbox-left.png
  images/meterbox-right.png
  images/meterbox.svgz
  images/statusled.svgz
  images/trainingscreen-footer.png
  images/trainingscreen-header.png
  images/trainingscreen-toolbar.png
  images/trainingscreen-viewport-shadow.png
  images/trainingscreen-viewport.png
  images/trainingscreen.svgz
  src/CMakeLists.txt
  src/application.cpp
  src/bindings/utils.cpp
  src/bindings/utils.h
  src/core/course.cpp
  src/core/course.h
  src/core/key.cpp
  src/core/key.h
  src/core/keyboardlayout.cpp
  src/core/keyboardlayout.h
  src/core/profiledataaccess.cpp
  src/core/resourcedataaccess.cpp
  src/core/specialkey.h
  src/core/userdataaccess.cpp
  src/declarativeitems/kcolorschemeproxy.cpp
  src/declarativeitems/kcolorschemeproxy.h
  src/declarativeitems/lessonpainter.cpp
  src/declarativeitems/lessonpainter.h
  src/declarativeitems/lessontexthighlighteritem.cpp
  src/declarativeitems/lessontexthighlighteritem.h
  src/editor/charactersviewdelegate.h
  src/editor/keyboardlayouteditor.cpp
  src/editor/keyboardlayouteditorview.h
  src/editor/lessontexthighlighter.cpp
  src/editor/lessontexthighlighter.h
  src/images/accuracymeter-background.png
  src/images/accuracymeter-background at 2x.png
  src/images/accuracymeter-hand.png
  src/images/accuracymeter-hand at 2x.png
  src/images/accuracymeter-scale.png
  src/images/accuracymeter-scale at 2x.png
  src/images/balloontip.svgz
  src/images/charactersperminutemeter-background.png
  src/images/charactersperminutemeter-background at 2x.png
  src/images/charactersperminutemeter-hand.png
  src/images/charactersperminutemeter-scale.png
  src/images/charactersperminutemeter-scale at 2x.png
  src/images/elapsedtimemeter-background.png
  src/images/elapsedtimemeter-background at 2x.png
  src/images/elapsedtimemeter-minute-hand.png
  src/images/elapsedtimemeter-minute-hand at 2x.png
  src/images/elapsedtimemeter-second-hand.png
  src/images/elapsedtimemeter-second-hand at 2x.png
  src/images/images.qrc
  src/images/meterbox-left.png
  src/images/meterbox-left at 2x.png
  src/images/meterbox-right.png
  src/images/meterbox-right at 2x.png
  src/images/statusled.svgz
  src/images/templates/accuracymeter.svgz
  src/images/templates/charactersperminutemeter.svgz
  src/images/templates/elapsedtimemeter.svgz
  src/images/templates/meterbox.svgz
  src/images/templates/trainingscreen.svgz
  src/images/trainingscreen-footer.png
  src/images/trainingscreen-header.png
  src/images/trainingscreen-toolbar.png
  src/images/trainingscreen-viewport-shadow.png
  src/images/trainingscreen-viewport.png
  src/ktouchcontext.cpp
  src/ktouchcontext.h
  src/main.cpp
  src/mainwindow.cpp
  src/models/categorizedresourcesortfilterproxymodel.cpp
  src/models/categorizedresourcesortfilterproxymodel.h
  src/models/charactersmodel.cpp
  src/models/charactersmodel.h
  src/models/errorsmodel.h
  src/models/learningprogressmodel.cpp
  src/models/learningprogressmodel.h
  src/models/lessonmodel.cpp
  src/models/lessonmodel.h
  src/models/resourcemodel.h
  src/qml/common/AutoTriggerButton.qml
  src/qml/common/Balloon.qml
  src/qml/common/Collapsable.qml
  src/qml/common/ComboBox.qml
  src/qml/common/DetailedRadioButton.qml
  src/qml/common/FocusBar.qml
  src/qml/common/GridView.qml
  src/qml/common/Icon.qml
  src/qml/common/IconButton.qml
  src/qml/common/IconLabel.qml
  src/qml/common/IconToolButton.qml
  src/qml/common/InfoItem.qml
  src/qml/common/InformationTable.qml
  src/qml/common/InlineToolbar.qml
  src/qml/common/Label.qml
  src/qml/common/LearningProgressChart.qml
  src/qml/common/ListItem.qml
  src/qml/common/ListView.qml
  src/qml/common/MessageBox.qml
  src/qml/common/MonochromeIcon.qml
  src/qml/common/PopupDialog.qml
  src/qml/common/RadioButton.qml
  src/qml/common/ScrollBar.qml
  src/qml/common/ScrollView.qml
  src/qml/common/SelectionGrip.qml
  src/qml/common/SelectionRectangle.qml
  src/qml/common/SheetDialog.qml
  src/qml/common/TextArea.qml
  src/qml/common/TextField.qml
  src/qml/common/ToolBar.qml
  src/qml/common/ToolSeparator.qml
  src/qml/common/ToolTip.qml
  src/qml/homescreen/CourseDescriptionItem.qml
  src/qml/homescreen/CoursePage.qml
  src/qml/homescreen/CourseSelector.qml
  src/qml/homescreen/CourseSelectorKeyboardLayoutItem.qml
  src/qml/homescreen/CourseSelectorKeyboardLayoutList.qml
  src/qml/homescreen/CustomLessonSelector.qml
  src/qml/homescreen/HomeScreen.qml
  src/qml/homescreen/InitialProfileDialog.qml
  src/qml/homescreen/InitialProfileForm.qml
  src/qml/homescreen/KeyboardLayoutMismatchMessage.qml
  src/qml/homescreen/LessonDeletedMessage.qml
  src/qml/homescreen/LessonEditorDialog.qml
  src/qml/homescreen/LessonLockedNotice.qml
  src/qml/homescreen/LessonPreview.qml
  src/qml/homescreen/LessonSelector.qml
  src/qml/homescreen/LessonSelectorBase.qml
  src/qml/homescreen/LessonSelectorItem.qml
  src/qml/homescreen/ProfileComboBox.qml
  src/qml/homescreen/ProfileDetailsItem.qml
  src/qml/homescreen/ProfileForm.qml
  src/qml/homescreen/ProfileSelector.qml
  src/qml/homescreen/StatPopupDialog.qml
  src/qml/keyboard/KeyItem.qml
  src/qml/keyboard/KeyLabel.qml
  src/qml/keyboard/Keyboard.qml
  src/qml/keyboard/KeyboardLayoutEditor.qml
  src/qml/main.qml
  src/qml/meters/AccuracyMeter.qml
  src/qml/meters/CharactersPerMinuteMeter.qml
  src/qml/meters/ElapsedTimeMeter.qml
  src/qml/meters/Meter.qml
  src/qml/meters/StatBox.qml
  src/qml/qml.qrc
  src/qml/scorescreen/ScoreScreen.qml
  src/qml/trainingscreen/KeyboardUnavailableNotice.qml
  src/qml/trainingscreen/TrainingScreen.qml
  src/qml/trainingscreen/TrainingScreenMenu.qml
  src/qml/trainingscreen/TrainingScreenMenuOverlay.qml
  src/qml/trainingscreen/TrainingScreenToolbar.qml
  src/qml/trainingscreen/TrainingWidget.qml
  src/undocommands/coursecommands.h
  src/undocommands/keyboardlayoutcommands.h

To: gottfried, #kde_edu, #vdg, apol
Cc: apol, aacid, ognarb, kde-edu, #kde_edu, narvaez
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-edu/attachments/20190704/d4696028/attachment-0001.html>


More information about the kde-edu mailing list