From e33f7cb935bc81119b6dff4ffc9ef340b24e68f0 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Thu, 21 Mar 2013 18:16:09 +0200 Subject: [PATCH] update information files --- ChangeLog | 11 +++++++++++ README.md | 24 ++++++++---------------- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5840a3e..a8aaca4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +0.4.0 +===== +-- added support for the kwin script :) +-- added dbus interface(workarea manager) for synchronization between the plasmoid and the kwin script +-- added support for multiple backgrounds when the user chooses different widgets in every Virtual Desktop +-- changed behavior with Virtual Desktops. Virtual Desktops are not forced to follow Workareas + settings. The workarea manager trys to handle every situation +-- changed the shortcuts become globally available through the workarea manager +-- improved hover appearance in panel +-- various bug fixes + 0.3.0 ===== -- Change the plasmoid to clean qml plasmoid diff --git a/README.md b/README.md index decb473..7100efa 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,6 @@ This is the plasmoid version derived from the WorkFlow project. The project is trying to enhance every user's unique workflow by combining existing technologies from Plasma. - -Differences To Default KDE workflow -=================================== -- Workareas use Virtual Desktops, in order to be consistent between them, - Virtual Desktops are always that big as the maximum Workareas present from - Activities. - NOTICE: You can not add a Virtual Desktop when Workareas are running. You - can add the Workarea needed and Virtual Desktops will be updated. - Installation ============ To build and install: @@ -31,12 +22,13 @@ Manual Important Notice --------- If you upgrade from previous versions then you must -make a relogin in order to update the data engine. +make a restart in order for the workarea manager to start and +make the needed changes. Upgrade ========= -Before you install version 0.3.0 and later you must -completely uninstall previous versions (0.2.0 - 0.2.2) +Before you install version 0.4.0 and later you must +completely uninstall previous versions (0.2.x - 0.3.x) If you had made an installation from source using the previous steps then an easy way to uninstall is to enter the build directory inside the plasmoid source directory and run: @@ -45,8 +37,8 @@ build directory inside the plasmoid source directory and run: Requirements ------------ -kdebase4-workspace-devel >= 4.8 -libkdecore4-devel >= 4.8 +kdebase4-workspace-devel >= 4.9 +libkdecore4-devel >= 4.9 xorg-x11-libX11-devel -libkactivities-devel >= 4.8 -libkde4-devel >= 4.8 +libkactivities-devel >= 4.9 +libkde4-devel >= 4.9 \ No newline at end of file