A week in Valencia

Software

From 19th to 25th of June, all the Plasma team gathered in Valencia, graciously hosted by the Slimbook people in their office. This was a special sprint, as it was co-located with the Usability sprint together with some VDG members. While some of the time each team was occupied in their own discussions, there were a big margin of overlap, allowing us to have a lot of discussions about the design and usability of our beloved Plasma desktop shell.

We now have plans in the coming months for several improvements across the board, including further improvements on the new shiny notification framework by Kai Uwe.

Also, we talked (and worked on) plans for further improving our Wayland support, including middle mouse button clipboard, and screen rotation for phone, tablets and 2 in 1 laptops).

On my end, a big part of this sprint was dedicated to an encompassing plan to refactor and redesign how desktop plasmoids work and are managed. I had there both UI discussions with the VDG and loong coding sessions on it.

The Desktop/FolderView containments use a big infrastructure written in Javascript which has some problems and isn’t touched much since a lot of time.

Some time ago I set myself the task of making the management of desktop plasmoids more touchscreen-friendly, so i started modifying that code, until.. I started to design a complete reimplementation written in C++ 🙂

This new implementation is much more robust, is faster and a bit leaner on the memory. Most important, is now a separate QML plugin, so is not anymore an implementation internal in the standard desktop, but if somebody wants to write his/her own containment for personalized plasma shells (for instance for a particular embedded device which is not a traditional desktop/laptop: we want plasma more and more usable as a set of construction blocks for the main UI of any kind of device).

In fact, it’s planned for Plasma Mobile to use the same layout manager component, to make the user experience “similar but different” and have less code duplication, while maintaining the UI very distinct between the two very different device types.

UI-wise in the desktop it doesn’t change much for now. the most notable difference is visible resize handles that make managing the layout and moving/resizing the plasmsoids much easier and more intuitive. Especially with touchscreen: now while manipulating plasmoids via touch, the resize handles become way bigger, and is possible to move and resize via a pinch gesture as well.

Lastly (for now!) the behavior during screen resolution switch improved a lot: if you connect a projector with a smaller resolution that relayouts your desktop, or play a fullscreen game at a tiny resolution, when the resolution is restored, everything gets back to normal, no more applets all over the place after changing resolution 😉

All of this should make it into Plasma 5.17.

7 thoughts on “A week in Valencia

  1. Pingback: “We now have plans in the coming months for several improvements ac… | Dr. Roy Schestowitz (罗伊)

  2. Pingback: Links 5/7/2019: New GRUB Release and New Debian Coming Tomorrow | Techrights

  3. Josep

    Awesome news!
    When playing some old games I suffered the relayout of the plasmoids and I created a different activity to avoid this, but it’s better to fix this in Plasma properly.

    Reply
  4. john

    Thanks for the hard work.

    Can you elaborate what are the plans you refer to?
    There seems to be a bit of secrecy going on here.
    I noticed it was not possible to see the agenda as well except when you have an account
    What is the reason for this?

    Thanks for your clarification!

    Reply
    1. Marco Martin Post author

      there surely wasn’t an intent of secrecy (the account on that notes page is necessary because they are editable)
      Everything about it should surface either in other peoples blog, in a future story on https://dot.kde.org and more concretely, as phabricator tasks

      Reply
  5. john

    good to know Marco that the idea is to do development in the open!
    I will have a look at phabricator at the work in progress.
    I guess I still miss some overall objective/plan to track the progress against, atlthough I think in general things are moving in the right direction!

    John

    Reply
  6. Pingback: Late Night Linux – Episode 67 – Late Night Linux

Comments are closed.