Plasma/Active/Development/Tasks: Difference between revisions

From KDE Community Wiki
No edit summary
Line 4: Line 4:
= Packaging & Deployment =
= Packaging & Deployment =
== openSUSE ==
== 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 ==
== Meego Packaging ==
* create installer image
 
* consolidate packages
* fix up defaults


= Hacking =
= Hacking =
==Polish & Testing Needed==
==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==
==Priority 1==
===Add Widgets===
===Add Widgets===
* <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
* make sure the list of widgets is only ones that make sense


===Contour Pages===
 
* <strike>Hide config button for widgets with no configuration (or always make the button active for access to, e.g., share)</strike>
===Activity screen===
* don't load any mouse button plugin
 


===Default Configuration===
===Default Configuration===
* KWallet configuation -> passwordless and no questions for access
* KWallet configuation -> passwordless and no questions for access


===Network Management Plasmoid===
===Network Management Plasmoid (openSuse)===
* Check size hint of networking Plasmoid so that it doesn't shrink so small
* Check size hint of networking Plasmoid so that it doesn't shrink so small
* kill the notifications from network connecting


===Notifications Plasmoid===
* <strike>Remove single-line of text on new notifications</strike>


===On Screen Keyboard===
===On Screen Keyboard===
Line 46: Line 31:


===Launcher===
===Launcher===
* <strike>Sort applications by alpha</strike>
* Show only a sensible list of applications


==Priority 2==
==Priority 2==
===Activity Switcher===
* Show a loading animation when switching between activities (currently no feedback given)


===Add Widgets===
===Add Widgets===
Line 61: Line 41:


===Panel===
===Panel===
* 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
* Put application icons after status icons


===Default Configuration===
===Default Configuration===
* Disable Nepomuk Backup Sync


==Unscheduled==
==Unscheduled==
Line 74: Line 52:


===KWin===
===KWin===
* 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===
===Javascript Setup===
Line 96: Line 72:
* 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
* 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


=== Akonadi Qt-Mobility integration ===
For optimal Meego-compatibility a bridge between Akonadi and Qt-Mobility is required. This essentially means three sub-tasks:
* 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].
* 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].
* 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.


==Unsorted==
==Unsorted==
Line 112: Line 82:
===Window Management===
===Window Management===
* OpenGL ES on MeeGO
* OpenGL ES on MeeGO
* Focus to docks
* Screen edge handling


===Application workflow===
===Application workflow===
Line 123: Line 91:
** 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
* Show windows from current activity only
* Sticky windows and moving windows across activities (SLC?)
* Sticky windows and moving windows across activities (SLC?)
Line 172: Line 139:
= Artwork =
= Artwork =
* Improve Plasma theme
* Improve Plasma theme
* Plasma Active logo
* Make Contour logo play well with Active logo
* Make Contour logo play well with Active logo
* Wallpaper
* Boot and Contour start QML Splash screen
* Sounds are jarring for a tablet; new sound theme needed
* Sounds are jarring for a tablet; new sound theme needed



Revision as of 16:59, 24 November 2011

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.

Packaging & Deployment

openSUSE

Meego Packaging

Hacking

Polish & Testing Needed

Priority 1

Add Widgets

Activity screen

Default Configuration

  • KWallet configuation -> passwordless and no questions for access

Network Management Plasmoid (openSuse)

  • Check size hint of networking Plasmoid so that it doesn't shrink so small


On Screen Keyboard

  • Add arrow keys to the tablet layout

Launcher

Priority 2

Add Widgets

  • Close keyboard if opened due to focussing in on filter bar

Contour Pages

  • Custom titles for widgets, and a way for applets to set custom titles

Panel

  • Put application icons after status icons

Default Configuration

Unscheduled

Panel

  • hardcoded positions of containments (panel containment)
  • hardcoded positions of slc and clock (systray)

KWin

Javascript Setup

  • Ability to load initial widgets positions with a Javascript (ala Plasma Desktop Scripting)

On Screen Keyboard

  • KWin virtual keyboard awareness (always keep on everything else, e.g.)
  • 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

  • Show most used / favorites as first line on first page

MeeGo Support

  • 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


Unsorted

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-> actually old qgraphicsview bug: occurs also in the desktop taskbar group menus, partially fixed
  • 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

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 sorting
    • find solution to get at methods Martin added to kdelibs/*/kworkspace MRU
    • Put new windows after the current window
  • Show windows from current activity only
  • Sticky windows and moving windows across activities (SLC?)

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

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

Multimedia

  • Create multimedia activity
  • Good touch volume applet
  • Mediaplayer (minitube? bangarang? tomahawk? Plasma Mediacenter components?)
  • Webcam (kamoso?)

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

Workspace

  • Dynamic switching of Plasma workspace types, eg from the display manager, or due to hardware events such as docking?

KDM

  • Touch friendly login screen for eg touchscreen all-in-one PCs to use (low priority; we have auto-login)

Tools

  • Make Plasmate release-ready
    • Improve editor for QML
    • Implement scripting console
    • Fix sizing problems in previewer

Artwork

  • Improve Plasma theme
  • Make Contour logo play well with Active logo
  • Sounds are jarring for a tablet; new sound theme needed

Documentation

  • Improve QML Plasma docs
  • Improve installation docs
  • Create user docs (pending UI freeze)

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

  • 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
  • Finish porting all KDE applications to the mobile profile (mostly removing deprecated calls)