Amarok/Development/KF5port/Status: Difference between revisions

From KDE Community Wiki
m (Mamarok moved page Amarok/Development/KF5port/status to Amarok/Development/KF5port/Status: capitalizing new page)
(→‎Status of targets: create table amarokshared)
Line 1: Line 1:
This page is meant to show the status of the port of Amarok to Qt5/Frameworks5 and Plasma5.
This page is meant to show the status of the port of Amarok to Qt5/Frameworks5 and Plasma5.


== Status of targets ==
= Status of targets =
 
This shows the status of the port of the files and these files are divided according to the targets.
This shows the status of the port of the files and these files are divided according to the targets.
== amarokshared ==
{| class="wikitable"
! Target files !! Cmake Port !! Qt5 Port !! KF5 Port !! Compiles? !! Warnings? !! Remarks/Changes
|-
| shared/CMakeLists.txt || Done || -- || -- || -- || -- ||  * amarokshared is dependent on Qt5::Core, Qt5::Gui
|-
| shared/FileType.cpp || -- || Done || Done || Yes || No || --
|-
| shared/FileTypeResolver.cpp || -- || Done || Done || Yes || Yes || * KMimeType changed to QMimeType
|-
| shared/MetaReplayGain.cpp || -- || Done || Done || Yes || No ||  --
|-
| shared/MetaTagLib.cpp || -- || Done || Done || Yes || Yes || --
|-
| shared/TagsFromFileNameGuesser.cpp || -- || Done || Done || Yes || No || --
|-
| shared/collectionscanner/Album.cpp || -- || Done || Done || Yes || No || --
|-
| shared/collectionscanner/BatchFile.cpp || -- || Done || Done || Yes || No || --
|-
| shared/collectionscanner/Directory.cpp || -- || Done || Done || Yes || No || --
|-
| shared/collectionscanner/Playlist.cpp || -- || Done || Done || Yes || No || --
|-
| shared/collectionscanner/ScanningState.cpp || -- || Done || Done || Yes || No || * QDataStream header added
|-
| shared/collectionscanner/Track.cpp || -- || Done || Done || Yes || No || --
|-
| shared/tag_helpers/APETagHelper.cpp || -- || Done || Done || Yes || No || --
|-
| shared/tag_helpers/ASFTagHelper.cpp || -- || Done || Done || Yes || No || --
|-
| shared/tag_helpers/ID3v2TagHelper.cpp || -- || Done || Done || Yes || No || --
|-
| shared/tag_helpers/MP4TagHelper.cpp || -- || Done || Done || Yes || No || --
|-
| shared/tag_helpers/StringHelper.cpp || -- || Done || Done || Yes || No || --
|-
| shared/tag_helpers/TagHelper.cpp || -- || Done || Done || Yes || No || --
|-
| shared/tag_helpers/VorbisCommentTagHelper.cpp || -- || Done || Done || Yes || No || --
|-
|
|-
|-
|}

Revision as of 13:19, 20 August 2015

This page is meant to show the status of the port of Amarok to Qt5/Frameworks5 and Plasma5.

Status of targets

This shows the status of the port of the files and these files are divided according to the targets.

amarokshared

Target files Cmake Port Qt5 Port KF5 Port Compiles? Warnings? Remarks/Changes
shared/CMakeLists.txt Done -- -- -- -- * amarokshared is dependent on Qt5::Core, Qt5::Gui
shared/FileType.cpp -- Done Done Yes No --
shared/FileTypeResolver.cpp -- Done Done Yes Yes * KMimeType changed to QMimeType
shared/MetaReplayGain.cpp -- Done Done Yes No --
shared/MetaTagLib.cpp -- Done Done Yes Yes --
shared/TagsFromFileNameGuesser.cpp -- Done Done Yes No --
shared/collectionscanner/Album.cpp -- Done Done Yes No --
shared/collectionscanner/BatchFile.cpp -- Done Done Yes No --
shared/collectionscanner/Directory.cpp -- Done Done Yes No --
shared/collectionscanner/Playlist.cpp -- Done Done Yes No --
shared/collectionscanner/ScanningState.cpp -- Done Done Yes No * QDataStream header added
shared/collectionscanner/Track.cpp -- Done Done Yes No --
shared/tag_helpers/APETagHelper.cpp -- Done Done Yes No --
shared/tag_helpers/ASFTagHelper.cpp -- Done Done Yes No --
shared/tag_helpers/ID3v2TagHelper.cpp -- Done Done Yes No --
shared/tag_helpers/MP4TagHelper.cpp -- Done Done Yes No --
shared/tag_helpers/StringHelper.cpp -- Done Done Yes No --
shared/tag_helpers/TagHelper.cpp -- Done Done Yes No --
shared/tag_helpers/VorbisCommentTagHelper.cpp -- Done Done Yes No --