Plasma/QMLPorting: Difference between revisions
< Plasma
No edit summary |
(add dataengines) |
||
Line 11: | Line 11: | ||
== Plasmoids == | == Prioritized == | ||
Prioritized | The following items are necessary for a basic working desktop. This is pretty much what we need for our current default configuration. | ||
=== Plasmoids === | |||
Prioritized | |||
{| class="sortable" border="1" cellpadding="4" cellspacing="0" style="border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;" | {| class="sortable" border="1" cellpadding="4" cellspacing="0" style="border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;" | ||
|- style="background: #ececec; white-space:nowrap;" | |- style="background: #ececec; white-space:nowrap;" | ||
Line 33: | Line 36: | ||
|} | |} | ||
Planned for later | ==== DataEngines ==== | ||
{| class="sortable" border="1" cellpadding="4" cellspacing="0" style="border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;" | |||
|- style="background: #ececec; white-space:nowrap;" | |||
! Status !! Name !! Source !! Developer | |||
{{FeatureProjectDone | tasks | kde-workspace[frameworks-scratch] |[email protected]|Sebastian Kügler}} | |||
{{FeatureProjectDone | time | kde-workspace[frameworks-scratch] |[email protected]|Sebastian Kügler}} | |||
{{FeatureProjectDone | applicationjobs | kde-workspace[frameworks-scratch] |[email protected]|Bhushan Shah}} | |||
{{FeatureProjectDone | apps | kde-workspace[frameworks-scratch] |[email protected]|David Edmundson}} | |||
{{FeatureProjectDone | soliddevice | kde-workspace[frameworks-scratch] |[email protected]|Bhushan Shah}} | |||
{{FeatureProjectDone | statusnotifieritem | kde-workspace[frameworks-scratch] |[email protected]|Bhushan Shah}} | |||
{{FeatureProjectDone | devicenotifications | kde-workspace[frameworks-scratch] |[email protected]|Sebastian Kügler}} | |||
{{FeatureProjectDone | dict | kde-workspace[frameworks-scratch] |[email protected]|Bhushan Shah}} | |||
{{FeatureProjectDone | executable | kde-workspace[frameworks-scratch] |[email protected]|Bhushan Shah}} | |||
{{FeatureProjectDone | filebrowser | kde-workspace[frameworks-scratch] |[email protected]|Bhushan Shah}} | |||
{{FeatureProjectDone | hotplug | kde-workspace[frameworks-scratch] |[email protected]|David Edmundson}} | |||
{{FeatureProjectDone | keystate | kde-workspace[frameworks-scratch] |[email protected]|Bhushan Shah}} | |||
{{FeatureProjectDone | notifications | kde-workspace[frameworks-scratch] |[email protected]|Sebastian Kügler}} | |||
{{FeatureProjectDone | places | kde-workspace[frameworks-scratch] |[email protected]|Sebastian Kügler}} | |||
{{FeatureProjectDone | powermanagement | kde-workspace[frameworks-scratch] |[email protected]|Sebastian Kügler}} | |||
{{FeatureProjectTodo | favicons | Nowhere |[email protected]|Jon Doe}} | |||
{{FeatureProjectTodo | calendar | Nowhere |[email protected]|Jon Doe}} | |||
{{FeatureProjectTodo | geolocation | Nowhere |[email protected]|Jon Doe}} | |||
{{FeatureProjectTodo | metadata | Nowhere |[email protected]|Jon Doe}} | |||
{{FeatureProjectTodo | mouse | Nowhere |[email protected]|Jon Doe}} | |||
{{FeatureProjectTodo | mpris2 | Nowhere |[email protected]|Jon Doe}} | |||
{{FeatureProjectTodo | network | Nowhere |[email protected]|Jon Doe}} | |||
{{FeatureProjectTodo | nowplaying | Nowhere |[email protected]|Jon Doe}} | |||
{{FeatureProjectTodo | rss | Nowhere |[email protected]|Jon Doe}} | |||
{{FeatureProjectTodo | share | Nowhere |[email protected]|Jon Doe}} | |||
{{FeatureProjectTodo | systemmonitor | Nowhere |[email protected]|Jon Doe}} | |||
{{FeatureProjectTodo | weather | Nowhere |[email protected]|Jon Doe}} | |||
{{FeatureProjectTodo | searchlaunch | Nowhere |[email protected]|Jon Doe}} | |||
{{FeatureProjectTodo | activities | Nowhere |[email protected]|Jon Doe}} | |||
{{FeatureProjectTodo | akonadi | Nowhere |[email protected]|Jon Doe}} | |||
|} | |||
== Planned for later == | |||
The following lists contain add-ons which are not in the default config. | |||
{| class="sortable" border="1" cellpadding="4" cellspacing="0" style="border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;" | {| class="sortable" border="1" cellpadding="4" cellspacing="0" style="border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;" | ||
|- style="background: #ececec; white-space:nowrap;" | |- style="background: #ececec; white-space:nowrap;" |
Revision as of 13:58, 6 September 2013
Porting Plasmoids to QML
This part contains the current state of plasmoids that are being transformed to QML and Plasma2. Developers please update the status of the same here. REMEMBER! when start working, or you are done, update this page.
Definition of Done
If you are porting a piece of code, think about the following list when trying to finish it:
- A Plasmoid is ported to QML
- It has been reviewed by the rest of the team
- merged into frameworks-scratch or master branch
- verified to load and work in Plasma 2
Prioritized
The following items are necessary for a basic working desktop. This is pretty much what we need for our current default configuration.
Plasmoids
Prioritized
Status | Name | Source | Developer |
---|---|---|---|
DONE | Kickoff | kickoff-qml branch of kde-workspace | <[email protected]> |
DONE | ToolBox | kde-workspace frameworks-scratch | <[email protected]> |
DONE | Widget Explorer | plasma-framework | <[email protected]> |
DONE | Desktop | plasma/sebas/desktop-qml or frameworks-scratch branches in kde-workspace | <[email protected]> |
DONE | Notifications | kde-workspace[frameworks-scratch] | <[email protected]> |
DONE | System Tray | kde-workspace[frameworks-scratch] | <[email protected]> |
IN PROGRESS | tasks | Nowhere | <[email protected]> |
IN PROGRESS | Digital Clock | kde-workspace[frameworks-scratch] | <[email protected]> |
IN PROGRESS | Battery Monitor | kde-workspace[frameworks-scratch] | <[email protected]> |
IN PROGRESS | devicenotifier | kde-workspace[frameworks-scratch] | <[email protected]> |
TODO | Folderview | nowhere | <nobody> |
TODO | Panel | nowhere | <nobody> |
TODO | Icon | Nowhere | <[email protected]> |
TODO | calendar | kde-workspace[frameworks-scratch] | <[email protected]> |
TODO | Pager (already in QML) | blocked on libkactivities | <[email protected]> |
DataEngines
Status | Name | Source | Developer |
---|---|---|---|
DONE | tasks | kde-workspace[frameworks-scratch] | <[email protected]> |
DONE | time | kde-workspace[frameworks-scratch] | <[email protected]> |
DONE | applicationjobs | kde-workspace[frameworks-scratch] | <[email protected]> |
DONE | apps | kde-workspace[frameworks-scratch] | <[email protected]> |
DONE | soliddevice | kde-workspace[frameworks-scratch] | <[email protected]> |
DONE | statusnotifieritem | kde-workspace[frameworks-scratch] | <[email protected]> |
DONE | devicenotifications | kde-workspace[frameworks-scratch] | <[email protected]> |
DONE | dict | kde-workspace[frameworks-scratch] | <[email protected]> |
DONE | executable | kde-workspace[frameworks-scratch] | <[email protected]> |
DONE | filebrowser | kde-workspace[frameworks-scratch] | <[email protected]> |
DONE | hotplug | kde-workspace[frameworks-scratch] | <[email protected]> |
DONE | keystate | kde-workspace[frameworks-scratch] | <[email protected]> |
DONE | notifications | kde-workspace[frameworks-scratch] | <[email protected]> |
DONE | places | kde-workspace[frameworks-scratch] | <[email protected]> |
DONE | powermanagement | kde-workspace[frameworks-scratch] | <[email protected]> |
TODO | favicons | Nowhere | <[email protected]> |
TODO | calendar | Nowhere | <[email protected]> |
TODO | geolocation | Nowhere | <[email protected]> |
TODO | metadata | Nowhere | <[email protected]> |
TODO | mouse | Nowhere | <[email protected]> |
TODO | mpris2 | Nowhere | <[email protected]> |
TODO | network | Nowhere | <[email protected]> |
TODO | nowplaying | Nowhere | <[email protected]> |
TODO | rss | Nowhere | <[email protected]> |
TODO | share | Nowhere | <[email protected]> |
TODO | systemmonitor | Nowhere | <[email protected]> |
TODO | weather | Nowhere | <[email protected]> |
TODO | searchlaunch | Nowhere | <[email protected]> |
TODO | activities | Nowhere | <[email protected]> |
TODO | akonadi | Nowhere | <[email protected]> |
Planned for later
The following lists contain add-ons which are not in the default config.
Status | Name | Source | Developer |
---|---|---|---|
DONE | analog-clock | Nowhere | <[email protected]> |
DONE | Kate session | "plasma/sreich/declarative-kate-applet" branch of kate | <[email protected]> |
DONE | windowlist | Nowhere | <Heena> |
DONE | Trash | heenamahour/gsoc | <[email protected]> |
DONE | Window List | heenamahour/gsoc | <[email protected]> |
DONE | Lock Logout | "plasma/viranch/powermanagementservices" branch of kde-workspace | <[email protected]> |
DONE | Comic Strip | "rshah/comicqml" branch of kdeplasma-addons | <[email protected] > |
DONE | Calculator | kdeplasma-addons (Merged) | <[email protected]> |
DONE | Konsole session | kdeplasma-addons (Merged) | <[email protected]> |
DONE | Konqueror session | kdeplasma-addons (Merged) | <[email protected]> |
DONE | Now Playing | kdeplasma-addons (Merged) | <[email protected]> |
DONE | Activities | kdeworkspace master | |
DONE | Weather | kdeplasma-addons master | <[email protected]> |
DONE | Weatherstation | kdeplasma-addons master | <[email protected]> |
IN PROGRESS | Quick Launch | "plasma/iwesp/quicklaunch" branch of kde-workspace | <[email protected]> |
IN PROGRESS | Fifteen Puzzle | Nowhere | <[email protected]> |
IN PROGRESS | KGet Widget | qmlwidget branch of KGet | <[email protected]> |
IN PROGRESS | Timer | bettio/qml-gsoc-timer | <[email protected]> |
IN PROGRESS | News | master branch of declarative-plasmoids repository | <[email protected]> |
IN PROGRESS | Microblog | master branch of declarative-plasmoids repository | <[email protected]> |
IN PROGRESS | Analog Clock | plasma/viranch/analogclock | <[email protected]> |
IN PROGRESS | Dictionary | master branch of declarative-plasmoids repository | <[email protected]> |
IN PROGRESS | RSS Now | master branch of declarative-plasmoids | <[email protected]> |
IN PROGRESS | System Monitor | plasma/sreich/qml2-system-monitors, (pre-5.0). Uses canvas, needs scaling, migration move to an applet, and sensor binding mostly | Reich <Shaun Reich> |
TODO | Activity Bar (Already in QML) | blocked on libkactivities | <[email protected]> |
TODO | lock_logout | Nowhere | <[email protected]> |
TODO | panelspacer | Nowhere | <[email protected]> |
TODO | quicklaunch | Nowhere | <[email protected]> |
TODO | showActivityManager | Nowhere | <[email protected]> |
TODO | Binary Clock | Nowhere | <[email protected]> |
TODO | Blackboard | Nowhere | <[email protected]> |
TODO | Bookmarks | Nowhere | <[email protected]> |
TODO | Bouncy Ball | KILL IT | <[email protected]> |
TODO | Bubblemon | Nowhere | <[email protected]> |
TODO | Character Selector | Nowhere | <[email protected]> |
TODO | Colour Picker | Nowhere | <[email protected]> |
TODO | Community | Nowhere | <[email protected]> |
TODO | CPU Monitor | see System Monitors | <[email protected]> |
TODO | Hardware Info | Nowhere | <[email protected]> |
TODO | Picture Frame | Nowhere | <nobody> |
TODO | Panel Spacer | Nowhere | <[email protected]> |
TODO | webbrowser | Nowhere | <[email protected]> |
TODO | Web Slice | Nowhere | <[email protected]> |
TODO | Notes | Nowhere | <[email protected]> |
TODO | Keyboard | Nowhere | <[email protected]> |
TODO | Keyboard Layout | Nowhere | <[email protected]> |
TODO | World Clock | Nowhere | <[email protected]>
|
TODO | Sal Containment | nowhere | <nobody> |
TODO | Newspaper Containment | nowhere | <nobody> |
TODO | Grouping desktop Containment | nowhere | <nobody> |