GSoC/2017/StatusReports/atulsharma: Difference between revisions

From KDE Community Wiki
< GSoC‎ | 2017‎ | StatusReports
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 6: Line 6:


[https://summerofcode.withgoogle.com/projects/#5268432239984640 Project brief]
[https://summerofcode.withgoogle.com/projects/#5268432239984640 Project brief]


== Work Reports ==
== Work Reports ==
'''List of commits merged into the master branch during GSoC period is available [http://atul4sharma.github.io/2017/08/23/GSoC-Final-Week/ here]'''
===Brief===
===Brief===


Line 16: Line 13:
* The Qt Quick Controls elements are replaced by their corresponding Qt Quick Controls 2 elements
* The Qt Quick Controls elements are replaced by their corresponding Qt Quick Controls 2 elements
* Sharing, Deleting actions have been introduced
* Sharing, Deleting actions have been introduced
* Changing the brightness is possible now
* Touch and hold gestures are available for the mobile UI
* Touch and hold gestures are available for the mobile UI
====Changes related to the Model-View framework====
====Changes related to the Model-View framework====
Line 33: Line 31:


[http://atul4sharma.github.io/2017/08/21/GSoC-Week-8-,-9-,-10-,-11/ Report #5 ( GSoC - Week 8,9,10,11)]
[http://atul4sharma.github.io/2017/08/21/GSoC-Week-8-,-9-,-10-,-11/ Report #5 ( GSoC - Week 8,9,10,11)]
[http://atul4sharma.github.io/2017/08/24/GSoC-Final-Week-Report/ Report #6 (GSoC - Final Week)]
===List of Commits===
[http://atul4sharma.github.io/2017-08-24-workdone/ Commit list]
==KDE userbase ==
[https://userbase.kde.org/Koko Koko userbase wiki]

Latest revision as of 14:40, 24 August 2017

Migrating to Kirigami (Koko)

  • Mostly the work is to port the QtQuick Controls elements of Koko image gallery application to Kirigami or QtQuick Controls 2.
  • While actually implementing the project, editings were also made to the C++ models used in the application in order to have a better implementation of the Qt's Model-View framework.

Project brief

Work Reports

Brief

  • Kirigami elements are introduced into the application such as OverlayDrawers, Kirigami's Page/ScrollablePage
  • The Qt Quick Controls elements are replaced by their corresponding Qt Quick Controls 2 elements
  • Sharing, Deleting actions have been introduced
  • Changing the brightness is possible now
  • Touch and hold gestures are available for the mobile UI

Changes related to the Model-View framework

  • The ImageFolderModel used for representing the images in "By Folder" filter now inherits KDirModel instead of fetching results from the database, while the rest of model fetches the data from the database created by the "koko" application itself.
  • There is a single AlbumView user interface for all different models. While applying filter just the model in the view changes. Whereas previously, different models ( ImageFolderModel, ImageTimeModel, ImageLocationModel) have different views


Weekly reports of the project are at my blog

Report #1 ( GSoC - Week 1)

Report #2 ( GSoC - Week 2)

Report #3 ( GSoC - Week 3, 4)

Report #4 ( GSoC - Week 5,6,7)

Report #5 ( GSoC - Week 8,9,10,11)

Report #6 (GSoC - Final Week)

List of Commits

Commit list

KDE userbase

Koko userbase wiki