Plasma/Active/Development/Tasks: Difference between revisions

From KDE Community Wiki
(Reorganized into categories)
 
(47 intermediate revisions by 12 users not shown)
Line 2: Line 2:
If you would like to support and become part of the [[Plasma/Active|Plasma Active]] team, you can use the following list of open tasks as inspiration. Please pick one of these tasks, for questions, you can always [[Plasma/Active/Info#Contact|get in touch with us]].
If you would like to support and become part of the [[Plasma/Active|Plasma Active]] team, you can use the following list of open tasks as inspiration. Please pick one of these tasks, for questions, you can always [[Plasma/Active/Info#Contact|get in touch with us]].


= Packaging & Deployment =
To add a new task, please email the mailing list (active at kde.org) with a subject starting with "Task Proposal:" and which includes a User Story, Why This Is Important, Proposed Implementation and Task Details section as used on this page for tasks. After discussion on the mailing list, it can be moved here. The unclaimed tasks section is a great place to start looking for inspiration.
== openSUSE ==
* profile and optimize boot process (bootchart)
* clean up startup / login process
* create clean setup to start reviewing applications to offer
* create separate artwork package (kdebase4-workspace-branding-plasmaactive)
variables to set the desktop shell type
* export env vars from news-tablet.desktop in declarative widgets package to global session
* Marble to go


== Meego Packaging ==
If you start working on of the tasks below, please let the rest of the team know by email or on irc so that we may coordinate. While each task has an "owner" everyone is welcome and encouraged to participate in the development of solutions for the task.
* create installer image
* consolidate packages
* fix up defaults


= Hacking =
= Shell =
==Polish & Testing Needed==
* <strike>Add an applications category to the Activity's Add dialog</strike>
* <strike>Launcher: clearing of tag cloud items with Show Everything; button needs alignment fixes, should clear search line too</strike>
* <strike>Applets should not be draggable when inside the Contour boxes</strike>


==Priority 1==
== Support for multiple (input-dependent) keyboard layouts ==
===Add Widgets===
===User Story===
* <strike>Harmonize "add widgets" with "add apps" (from Activity Add Dialog)</strike>: now they look and behave the same: moving the add resources dialog in the add widgets one could still be needed, possible for PA2
When users enter a number using the on-screen keyboard, a keyboard with only numbers offers easier input than a full keyboard. Normal text input needs different keys than terminal input, etc. Users should be presented with the optimal keyboard for the input they make, or at least be able to switch between different layouts.
International keyboard layouts should be available as well.


===Contour Pages===
===Why this is important===
* <strike>Hide config button for widgets with no configuration (or always make the button active for access to, e.g., share)</strike>
Typing with an on-screen keyboard is never ideal, but a task-optimized layout helps entering specific kinds of characters a lot. International layouts are essential for any language that makes frequent use of non-ASCII characters.
* don't load any mouse button plugin


===Default Configuration===
===Proposed implementation===
* KWallet configuation -> passwordless and no questions for access
* Write a keyboard layout description file to QML converter which would, using the Maliit keyboard layout descriptions and the C++ library to access them the Maliit project has written. This would give us a set of QML files that can be loaded directly into a keyboard shell, and this QML should use Plasma Qt Components
* Write a Maliit plugin that loads these QML files and provides integration with things such as switching layouts, etc.
 
This will get us support for non-Qt apps, edit area avoidance, ability for apps to request specific layout types and other advanced features for "free". It will add a Maliit dependency, however. The Maliit developers have been extremely supportive and open so far, and we are holding monthly meetings with them.


===Network Management Plasmoid===
===Task Details===
* Check size hint of networking Plasmoid so that it doesn't shrink so small
* Owned by: ?
* kill the notifications from network connecting
* Effort Estimation: ?
* Task dependencies: None.


===Notifications Plasmoid===
== On the fly switching from Desktop to touch screen UI ==
* Remove single-line of text on new notifications
=== User Story ===
Hybrid devices that can act as a tablet or docked in as a lightweight desktop/laptop are going to be more and more common (see Asus transformer or Microsoft Surface).
The attempts to provide a single user interface for the two modes are proven to be suboptimal in one of the two modes (or even both). Ideally the UI should seamlessy morph between a fully desktop and a fully mobile one. While this won't be achievable in the short term, at least a dinamyc morph of all the currently running apps, we can provide a roadmap to achieve this by grades.


===On Screen Keyboard===
=== Proposed implementation ===
* Add arrow keys to the tablet layout
* At the beginning the switch will be manual: either an app to do that or an icon in the workspace
* The mouse cursor theme should change dinamically from the completely hidden one to the default one
* The splash screen should be launched again, since is going to be a long procedure
* The plasma-device shell and the kwinactive windowmanager should be stopped
* plasma-desktop and normal kwin(with different settings) should be started


===Launcher===
At this point probably applications won't be able to adapt, so the currently  open applications will stay there unchanged. Something that can be done is showing a different list of applications in the menus of plasma-desktop and plasma-device.
* <strike>Sort applications by alpha</strike>


==Priority 2==
Ideally every application should be able to save their settings in a device specific way.


===Activity Switcher===
==Centralized account management==
* Show a loading animation when switching between activities (currently no feedback given)
===User Story===
A big portion of the user life on the tablet is about interacting with online services, being sharing photos on flickr, twitter or syncing the contents of his activities, files and contacts to an owncloud instance.


===Add Widgets===
===Why this is important===
* Close keyboard if opened due to focussing in on filter bar
Many different applications will need access to the same services, so a separate user authentication is not acceptable, a centralized framework is needed.


===Contour Pages===
===Proposed implementation===
* Custom titles for widgets, and a way for applets to set custom titles
* Implement a QML UI for the Webaccounts Framework.
* Write a couple of SLC plugins at least for sharing photos and text* document the process for third party developers to add other services in the supported ones


===Panel===
This will get support for a central authentication system, shared between any app that needs to connect to a service, slc, owncloud
* Make status icons all the same width (and big enough to hit without too much pain): should be better now
* Put application icons after status icons


===Default Configuration===
===Task Details===
* Diable Nepomuk Backup Sync
* Owned by: ?
* Effort Estimation: ?
* Task dependencies: None internal, but depends on Webaccounts


==Unscheduled==
==Privacy and data security==
===User Story===
Alice works for Letni Micro Devices, and she is afraid of corporate espionage. The documents she is dealing with need to be available only to her and away from any prying eyes. She needs to have an option to encrypt the sensitive data in activities related to her job.


===Panel===
Her husband Bob is a shrink and he has to keep the patient data confidential. He creates an activity per patient, and only unlocks the data related to the patient he currently is seeing.
* hardcoded positions of containments (panel containment)
* hardcoded positions of slc and clock (systray)


===KWin===
Their kid Malkolm sometimes uses the device and is able to access only public activities.
* Screensaver/locker -> must be above all items and no password request
* Unlock should live in kwin, a top-level windowthat shows some draggable item to unlock (a proof-of-concept exists already on start up, but that needs to move out of the shell)


===Javascript Setup===
Malice, an evil psycho corporate spy can't access Alices data by stealing the device from Bob.
* Ability to load initial widgets positions with a Javascript (ala Plasma Desktop Scripting)


===On Screen Keyboard===
===Why this is important===
* KWin virtual keyboard awareness (always keep on everything else, e.g.)
Privacy is important in corporate environment for obvious reasons. It is also important at home where you might need to hide certain activities like gift shopping from other house mates.
* Copy/paste of text?
* Add arrow keys to the tablet layout
* Characters for more locales (e.g. German, French, etc)
* Gtk+ IM plugin to trigger it
* Multi-byte input
* Rewrite in QML
* Ensure that line edit does not get obscured by keyboard (mitigated now by being able to manually move it)


===Launcher===
===Proposed implementation===
* Show most used / favorites as first line on first page
Encrypt activity data using fuse/encfs. Limit the meta-data that is stored in nepomuk or encrypt it.


===MeeGo Support===
===Task Details===
* Connman backend for network management stack needed (either kded module or Plasma::DataEngine): quick and dirty applet now in place, will have to be replaced in PA2
* Owned by: ?
* Effort Estimation: ?
* Task dependencies: None


=== Akonadi Qt-Mobility integration ===
==Screen rotation==
For optimal Meego-compatibility a bridge between Akonadi and Qt-Mobility is required. This essentially means three sub-tasks:
Marco implemented a screen rotation system (on X11) that basically worked, but still had some problems so it wasn't released with PA4. It should be finished


* The Contact Manager Engine provides an implementation of [http://doc.qt.nokia.com/qtmobility-1.1/qcontactmanagerengine.html QContactManagerEngine] as a backend for [http://doc.qt.nokia.com/qtmobility-1.1/contacts.html The QtContacts framework].
* Owned by: Marco Martin ?
* The Organizer Manager Engine provides an implementation of [http://doc.qt.nokia.com/qtmobility-1.1/qorganizermanagerengine.html QOrganizerManagerEngine] as a backend for [http://doc.qt.nokia.com/qtmobility-1.1/organizer.html The QtOrganizer framework].
* Effort Estimation: ?
* The Messaging Integration in Qt-Mobility is slighly more complicated than contact or organizer item storage since the [http://labs.qt.nokia.com/2009/09/21/introducing-qmf-an-advanced-mobile-messaging-framework/ QMF] framework is not pluggable. There is no way for storing messages in Akonadi without patching Qt-Mobility itself. It is unclear whether this is worth the effort at all.
* Task dependencies: None, perhaps Wayland to work well
 
==Yet to explore==
* First boot config wizard effort 2 for the infrastructure, modules:
** based on the system settings application:, same modules with prev/next buttons
** Time/Timezone (current ui should be ok)
** Wireless (only with the applet?)
** Accounts (when ready, depends from account management)
** Password device (if wanted)
* ownCloud integration would be interesting; tie in with private cloud
** personal own devices and proprietary cloud bothers corporate IT
** good use of Activities
* KWallet configuation -> passwordless and no questions for access
* Custom titles for widgets, and a way for applets to set custom titles
* Ability to load initial widgets positions with a Javascript (ala Plasma Desktop Scripting)
* Show most used / favorites as first line on first page in Launcher
* Touch friendly login screen for eg touchscreen all-in-one PCs to use (low priority; we have auto-login)
 
===Panel===
* Put application systray icons after status icons
* hardcoded positions of containments (panel containment)
* hardcoded positions of slc and clock (systray)


==Unsorted==
===SLC===
===SLC===
* Better artwork: connect icon is very odd
* Not matter what is touched, Connect is always shown: probable touch screen bug: the touch event arrives always in the same coordinates unless a connected usb mouse is moved
* Bigger target invoking popup, and implement dragable
* Bigger target invoking popup, and implement dragable
* Show title of URI to be operated on in the context menu
===Window Management===
* OpenGL ES on MeeGO
* Focus to docks
* Screen edge handling
===Application workflow===
* Not obvious where apps are
* Visual feedback between time when activity is selected and when the activity appears (so we know something is actually happening)


===Window Strip===
===Window Strip===
Line 121: Line 117:
** find solution to get at methods Martin added to kdelibs/*/kworkspace MRU
** find solution to get at methods Martin added to kdelibs/*/kworkspace MRU
** Put new windows after the current window
** Put new windows after the current window
** Check out how Harmatan Keyboard works
* Show windows from current activity only
* Sticky windows and moving windows across activities (SLC?)
* Sticky windows and moving windows across activities (SLC?)
=== Multimedia ===
* Create multimedia activity
* Good touch volume applet
=Applications=
==eBook browser==
===User Story===
Jimmi has a number of eBooks in PDF and ePub format on his Plasma Active device. He opens the Books application, which presents his ePub and PDF files to him in an easy to navigate and visually pleasing way, e.g. by grouping multiple issues of a periodical or multiple volumes of a book together.
===Why this is important===
Reading books already works well, Files is not optimized for browsing a collection of books or periodicals.
===Proposed implementation===
The Books application should offer an UI optimized for browsing books/periodicals/articles instead of just Files with a preselection on PDFs/ePubs.
===Task Details===
* Owned by: ?
* Effort Estimation: ?
* Task dependencies: None.
==Integrate SLC in Calligra Active==
===User Story===
Sarah receives a text document via email. She opens it, reads it, then connects it to an Activity related to the topic and rates it to reflect its importance.
===Why this is important===
Share/Like/Connect is especially useful for office documents because it can significantly enhance productive use.
===Proposed implementation===
Calligra Active still lacks SLC support, so that should be implemented.
Track progress at [[Calligra/Active]]
===Task Details===
* Owned by: Shantanu Tushar
* Effort Estimation: ?
* Task dependencies: None
==Audio/Video chat and IM integration in PA==
===User Story===
Peter and Mary are grandparents but life far away from their grandchildren. They want to "see" them more often and know that their grandchildren own computers with webcams. With some simple taps they are able to make a video and audio connection.
===Why is this important===
Communication is a crucial feature for todays mobile devices. A lot of the  tablets have at least one webcam.
===Proposed implementation===
There is currently an SoK project for getting the KTp Active prototype into a usable state, mentored by David Edmundson.
===Task details===
* Owned by: David Edmundson
* Effort Estimation: ?
* Task dependencies: Centralized account management
==Web Reading: sync and share bookmarks==
===User Story===
Laura is a knowledge worker who sits in front of her desktop at the office for most of the day. She's an avid social networker, and checks on new messages a few times a day. Laura's friends often post links to interesting articles, which Laura would like to read later on her tablet.
When Laura grabs her tablet on the couch, or on the train, she finds a list of interesting webpages which she wanted to read later.
===Why is this important?===
Webbrowsing is one of the primary tasks using tablets. Its workflow should be as good as possible, and it should be easy to do lighter reading on the tablet, without device borders getting in the way.
===Proposed implementation===
Integrate webbrowser with one or more online bookmark sync service, or at least make it easy to "send URLs to the tablet" when working from another computer.
ownCloud is a nice starting point, ownCloud is going to use the MozillaSync API, which is cool since it also gets us support for Firefox and a few other browsers by default.
Also look at Rekonq's bookmark sync, implement that as well.
===Task Details===
* Owned by:
* Possible mentor: Sebastian Kügler
* Effort Estimation: 3
* Task dependencies: None, possibly "Centralized account management"
==Yet to explore==
* Taking pictures with web camera (kamoso does that already, just make it more touch friendly)
* sharing photos to web services (kipi can do that; SLC integration?)
* Maps and navigation (GPS) (Marble QML)
* App management
** App for updates
** easy app browsing and installation (works already with Bodega?)
=== Social Networks ===
* touch-friendly configuration for PIM (email, contacts, events.)
* touch-friendly setup of Facebook via Akonadi
* touch-friendly setup of Google via Akonadi
* Akonadi model for QML plasmoids
* Plasma QML widgets for
** Contacts
** Messages
** Events


=== Active Browser ===
=== Active Browser ===
Line 135: Line 225:


=== Image viewer ===
=== Image viewer ===
* nicer ui
* possibility to browse sd cards/download/upload images
* possibility to browse sd cards/download/upload images
* search ui
* search ui
* albums?
* albums?


=== Multimedia ===
=System Level=
* Create multimedia activity
 
* Good touch volume applet
 
* Mediaplayer (minitube? bangarang? tomahawk? Plasma Mediacenter components?)
==Support more (touch) devices==
* Webcam (kamoso?)
 
===User Story===
 
1. A developer gets interested in the project and works on hip PC to develop
new app/utility/core functionality but has a limited number of expensive
devices to deploy and test on.
 
2. A user sees a blog post, youtube video of Plasma Active and thinks he
would like to use it, again he is limited to a couple of devices
 
===Why this is important===
Currently we only have a couple of touch devices supported slowing the rate of adoption by developers and users.  More devices will bring developers and users to the project
 
===Proposed implementation===
Add more documentation to describe the porting process to the POV and Archos tablets to allow others to port to similar devices.
 
Utilise the targets being worked on in the Mer project as Plasma Active targets.
 
===Task Details===
* Owned by: Martin Brook (vgrade)
* Effort Estimation: ?
* Task dependencies: None, maybe some seed hardware
 
=Developer Support=
 
==Application Human Interface Guidelines==
 
===User Story===
A UI for an Active App is to be designed and implemented. The creator(s) want(s) to create a UI that fits with the rest of Plasma Active with as little effort as possible.
 
===Why this is important===


=== Social Networks ===
Having HIGs for Active Apps has advantages for three groups of people:
* touch-friendly configuration for PIM (email, contacts, events.)
* Designers, because they can use elements that work well and are consistent with other apps in their designs instead of having to re-invent the wheel
* touch-friendly setup of Facebook via Akonadi
* Developers, because they can use existing components and frameworks to implement the designs
* touch-friendly setup of Google via Akonadi
* Users, because they can transfer knowledge between applications and can use proven elements
* Akonadi model for QML plasmoids
* Plasma QML widgets for
** Contacts
** Messages
** Events


=== Workspace ===
===Proposed implementation===
* Dynamic switching of Plasma workspace types, eg from the display manager, or due to hardware events such as docking?
Create HIGs for
* general aspects of Active UIs
* specific widgets and components


===KDM===
===Task Details===
* Touch friendly login screen for eg touchscreen all-in-one PCs to use (low priority; we have auto-login)
* Owned by: Thomas Pfeiffer
* Effort Estimation: ?
* Task dependencies: None


=== Tools ===
==Yet to explore==
* Make Plasmate release-ready
* SDK, good API documenation with examples about how to use components (in
** Improve editor for QML
progress)
** Implement scripting console
** Fix sizing problems in previewer


= Artwork =
=Phone functionality=
* Improve Plasma theme
* Decide on hardware requirements and reference device
* Plasma Active logo
* Ability to call contacts
* Make Contour logo play well with Active logo
* SMS/MMS
* Wallpaper
* Boot and Contour start QML Splash screen
* Sounds are jarring for a tablet; new sound theme needed


= Documentation =
= Documentation =
* Improve QML Plasma docs
* Improve installation docs
* Improve installation docs
* Create user docs (pending UI freeze)
* Create user docs


= Support and Testing =
* Help others with getting Plasma Active runnning on #active and the mailing list
* Test Plasma Active on more hardware, find solutions for problems encountered, document them


=Goals and Larger Ideas for PA2=
=Goals and Larger Ideas for Future Releases=
* Geolocation
* Geolocation
** Document and complete API
** Document and complete API
Line 196: Line 305:
* KXmlGui actions access in QML
* KXmlGui actions access in QML
* KConfig integration with ownCloud
* KConfig integration with ownCloud
* Finish porting all KDE applications to the mobile profile (mostly removing deprecated calls)
* Continue/finish porting KDE applications to the mobile build profile (mostly removing deprecated calls)

Latest revision as of 17:54, 20 August 2013

Contributing

If you would like to support and become part of the Plasma Active team, you can use the following list of open tasks as inspiration. Please pick one of these tasks, for questions, you can always get in touch with us.

To add a new task, please email the mailing list (active at kde.org) with a subject starting with "Task Proposal:" and which includes a User Story, Why This Is Important, Proposed Implementation and Task Details section as used on this page for tasks. After discussion on the mailing list, it can be moved here. The unclaimed tasks section is a great place to start looking for inspiration.

If you start working on of the tasks below, please let the rest of the team know by email or on irc so that we may coordinate. While each task has an "owner" everyone is welcome and encouraged to participate in the development of solutions for the task.

Shell

Support for multiple (input-dependent) keyboard layouts

User Story

When users enter a number using the on-screen keyboard, a keyboard with only numbers offers easier input than a full keyboard. Normal text input needs different keys than terminal input, etc. Users should be presented with the optimal keyboard for the input they make, or at least be able to switch between different layouts. International keyboard layouts should be available as well.

Why this is important

Typing with an on-screen keyboard is never ideal, but a task-optimized layout helps entering specific kinds of characters a lot. International layouts are essential for any language that makes frequent use of non-ASCII characters.

Proposed implementation

  • Write a keyboard layout description file to QML converter which would, using the Maliit keyboard layout descriptions and the C++ library to access them the Maliit project has written. This would give us a set of QML files that can be loaded directly into a keyboard shell, and this QML should use Plasma Qt Components
  • Write a Maliit plugin that loads these QML files and provides integration with things such as switching layouts, etc.

This will get us support for non-Qt apps, edit area avoidance, ability for apps to request specific layout types and other advanced features for "free". It will add a Maliit dependency, however. The Maliit developers have been extremely supportive and open so far, and we are holding monthly meetings with them.

Task Details

  • Owned by: ?
  • Effort Estimation: ?
  • Task dependencies: None.

On the fly switching from Desktop to touch screen UI

User Story

Hybrid devices that can act as a tablet or docked in as a lightweight desktop/laptop are going to be more and more common (see Asus transformer or Microsoft Surface). The attempts to provide a single user interface for the two modes are proven to be suboptimal in one of the two modes (or even both). Ideally the UI should seamlessy morph between a fully desktop and a fully mobile one. While this won't be achievable in the short term, at least a dinamyc morph of all the currently running apps, we can provide a roadmap to achieve this by grades.

Proposed implementation

  • At the beginning the switch will be manual: either an app to do that or an icon in the workspace
  • The mouse cursor theme should change dinamically from the completely hidden one to the default one
  • The splash screen should be launched again, since is going to be a long procedure
  • The plasma-device shell and the kwinactive windowmanager should be stopped
  • plasma-desktop and normal kwin(with different settings) should be started

At this point probably applications won't be able to adapt, so the currently open applications will stay there unchanged. Something that can be done is showing a different list of applications in the menus of plasma-desktop and plasma-device.

Ideally every application should be able to save their settings in a device specific way.

Centralized account management

User Story

A big portion of the user life on the tablet is about interacting with online services, being sharing photos on flickr, twitter or syncing the contents of his activities, files and contacts to an owncloud instance.

Why this is important

Many different applications will need access to the same services, so a separate user authentication is not acceptable, a centralized framework is needed.

Proposed implementation

  • Implement a QML UI for the Webaccounts Framework.
  • Write a couple of SLC plugins at least for sharing photos and text* document the process for third party developers to add other services in the supported ones

This will get support for a central authentication system, shared between any app that needs to connect to a service, slc, owncloud

Task Details

  • Owned by: ?
  • Effort Estimation: ?
  • Task dependencies: None internal, but depends on Webaccounts

Privacy and data security

User Story

Alice works for Letni Micro Devices, and she is afraid of corporate espionage. The documents she is dealing with need to be available only to her and away from any prying eyes. She needs to have an option to encrypt the sensitive data in activities related to her job.

Her husband Bob is a shrink and he has to keep the patient data confidential. He creates an activity per patient, and only unlocks the data related to the patient he currently is seeing.

Their kid Malkolm sometimes uses the device and is able to access only public activities.

Malice, an evil psycho corporate spy can't access Alices data by stealing the device from Bob.

Why this is important

Privacy is important in corporate environment for obvious reasons. It is also important at home where you might need to hide certain activities like gift shopping from other house mates.

Proposed implementation

Encrypt activity data using fuse/encfs. Limit the meta-data that is stored in nepomuk or encrypt it.

Task Details

  • Owned by: ?
  • Effort Estimation: ?
  • Task dependencies: None

Screen rotation

Marco implemented a screen rotation system (on X11) that basically worked, but still had some problems so it wasn't released with PA4. It should be finished

  • Owned by: Marco Martin ?
  • Effort Estimation: ?
  • Task dependencies: None, perhaps Wayland to work well

Yet to explore

  • First boot config wizard effort 2 for the infrastructure, modules:
    • based on the system settings application:, same modules with prev/next buttons
    • Time/Timezone (current ui should be ok)
    • Wireless (only with the applet?)
    • Accounts (when ready, depends from account management)
    • Password device (if wanted)
  • ownCloud integration would be interesting; tie in with private cloud
    • personal own devices and proprietary cloud bothers corporate IT
    • good use of Activities
  • KWallet configuation -> passwordless and no questions for access
  • Custom titles for widgets, and a way for applets to set custom titles
  • Ability to load initial widgets positions with a Javascript (ala Plasma Desktop Scripting)
  • Show most used / favorites as first line on first page in Launcher
  • Touch friendly login screen for eg touchscreen all-in-one PCs to use (low priority; we have auto-login)

Panel

  • Put application systray icons after status icons
  • hardcoded positions of containments (panel containment)
  • hardcoded positions of slc and clock (systray)

SLC

  • Bigger target invoking popup, and implement dragable

Window Strip

  • Window sorting
    • find solution to get at methods Martin added to kdelibs/*/kworkspace MRU
    • Put new windows after the current window
  • Sticky windows and moving windows across activities (SLC?)

Multimedia

  • Create multimedia activity
  • Good touch volume applet

Applications

eBook browser

User Story

Jimmi has a number of eBooks in PDF and ePub format on his Plasma Active device. He opens the Books application, which presents his ePub and PDF files to him in an easy to navigate and visually pleasing way, e.g. by grouping multiple issues of a periodical or multiple volumes of a book together.

Why this is important

Reading books already works well, Files is not optimized for browsing a collection of books or periodicals.

Proposed implementation

The Books application should offer an UI optimized for browsing books/periodicals/articles instead of just Files with a preselection on PDFs/ePubs.

Task Details

  • Owned by: ?
  • Effort Estimation: ?
  • Task dependencies: None.

Integrate SLC in Calligra Active

User Story

Sarah receives a text document via email. She opens it, reads it, then connects it to an Activity related to the topic and rates it to reflect its importance.

Why this is important

Share/Like/Connect is especially useful for office documents because it can significantly enhance productive use.

Proposed implementation

Calligra Active still lacks SLC support, so that should be implemented.

Track progress at Calligra/Active

Task Details

  • Owned by: Shantanu Tushar
  • Effort Estimation: ?
  • Task dependencies: None


Audio/Video chat and IM integration in PA

User Story

Peter and Mary are grandparents but life far away from their grandchildren. They want to "see" them more often and know that their grandchildren own computers with webcams. With some simple taps they are able to make a video and audio connection.

Why is this important

Communication is a crucial feature for todays mobile devices. A lot of the tablets have at least one webcam.

Proposed implementation

There is currently an SoK project for getting the KTp Active prototype into a usable state, mentored by David Edmundson.

Task details

  • Owned by: David Edmundson
  • Effort Estimation: ?
  • Task dependencies: Centralized account management

Web Reading: sync and share bookmarks

User Story

Laura is a knowledge worker who sits in front of her desktop at the office for most of the day. She's an avid social networker, and checks on new messages a few times a day. Laura's friends often post links to interesting articles, which Laura would like to read later on her tablet.

When Laura grabs her tablet on the couch, or on the train, she finds a list of interesting webpages which she wanted to read later.

Why is this important?

Webbrowsing is one of the primary tasks using tablets. Its workflow should be as good as possible, and it should be easy to do lighter reading on the tablet, without device borders getting in the way.

Proposed implementation

Integrate webbrowser with one or more online bookmark sync service, or at least make it easy to "send URLs to the tablet" when working from another computer.

ownCloud is a nice starting point, ownCloud is going to use the MozillaSync API, which is cool since it also gets us support for Firefox and a few other browsers by default.

Also look at Rekonq's bookmark sync, implement that as well.

Task Details

  • Owned by:
  • Possible mentor: Sebastian Kügler
  • Effort Estimation: 3
  • Task dependencies: None, possibly "Centralized account management"

Yet to explore

  • Taking pictures with web camera (kamoso does that already, just make it more touch friendly)
  • sharing photos to web services (kipi can do that; SLC integration?)
  • Maps and navigation (GPS) (Marble QML)
  • App management
    • App for updates
    • easy app browsing and installation (works already with Bodega?)

Social Networks

  • touch-friendly configuration for PIM (email, contacts, events.)
  • touch-friendly setup of Facebook via Akonadi
  • touch-friendly setup of Google via Akonadi
  • Akonadi model for QML plasmoids
  • Plasma QML widgets for
    • Contacts
    • Messages
    • Events

Active Browser

  • search in page
  • save-as menus (e.g. for images)
  • "back" repositions page to last viewed position
  • plugin support -> 100% depends from qtwebkit i.e. flash tries to work, but doesn't really ;)
  • display ssl status
  • accepting non-verifiable SSL certs
  • connect downloaded files to the activity (nepomuk bug)

Image viewer

  • possibility to browse sd cards/download/upload images
  • search ui
  • albums?

System Level

Support more (touch) devices

User Story

1. A developer gets interested in the project and works on hip PC to develop new app/utility/core functionality but has a limited number of expensive devices to deploy and test on.

2. A user sees a blog post, youtube video of Plasma Active and thinks he would like to use it, again he is limited to a couple of devices

Why this is important

Currently we only have a couple of touch devices supported slowing the rate of adoption by developers and users. More devices will bring developers and users to the project

Proposed implementation

Add more documentation to describe the porting process to the POV and Archos tablets to allow others to port to similar devices.

Utilise the targets being worked on in the Mer project as Plasma Active targets.

Task Details

  • Owned by: Martin Brook (vgrade)
  • Effort Estimation: ?
  • Task dependencies: None, maybe some seed hardware

Developer Support

Application Human Interface Guidelines

User Story

A UI for an Active App is to be designed and implemented. The creator(s) want(s) to create a UI that fits with the rest of Plasma Active with as little effort as possible.

Why this is important

Having HIGs for Active Apps has advantages for three groups of people:

  • Designers, because they can use elements that work well and are consistent with other apps in their designs instead of having to re-invent the wheel
  • Developers, because they can use existing components and frameworks to implement the designs
  • Users, because they can transfer knowledge between applications and can use proven elements

Proposed implementation

Create HIGs for

  • general aspects of Active UIs
  • specific widgets and components

Task Details

  • Owned by: Thomas Pfeiffer
  • Effort Estimation: ?
  • Task dependencies: None

Yet to explore

  • SDK, good API documenation with examples about how to use components (in

progress)

Phone functionality

  • Decide on hardware requirements and reference device
  • Ability to call contacts
  • SMS/MMS

Documentation

  • Improve installation docs
  • Create user docs


Goals and Larger Ideas for Future Releases

  • Geolocation
    • Document and complete API
    • Use geolocation in more widgets
    • Cache geolocation
  • libplasma2 & QSceneGraph port
  • test GLES backend for kwin
  • DBusmenu implementation in QML
  • KToolBar replacement in QML (using a KActionCollection)
  • KXmlGui actions access in QML
  • KConfig integration with ownCloud
  • Continue/finish porting KDE applications to the mobile build profile (mostly removing deprecated calls)