lp:~blue-shell/blue-shell/kde-workspace-4.11-hidden-panel

Created by Rohan Garg and last modified
Get this branch:
bzr branch lp:~blue-shell/blue-shell/kde-workspace-4.11-hidden-panel

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Blue-Shell
Project:
blue-shell
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://anongit.kde.org/clones/kde-workspace/hein/hidden-panel-mode.git,branch=plasma%2Fhein%2Fhidden-panel-mode.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on pear and finished taking 30 seconds — see the log
Import started on pear and finished taking 25 seconds — see the log
Import started on pear and finished taking 30 seconds — see the log
Import started on pear and finished taking 30 seconds — see the log

Recent revisions

48636. By Hein

Add a hidden panel mode.

48635. By Hein

Flush constraints events after location change.

This allows the Panel containment to update the FormFactor property
in time for control returning to a desktop script which performs
prop changes dependant on the correct FormFactor value.

48634. By l10n daemon script <email address hidden>

SVN_SILENT made messages (.desktop file)

48633. By Burkhard Lück

use entity &eg;
(cherry picked from commit 41a5eaa5e08daef3920b1252fbaee9d5646a1f58)
backport for 4.12

48632. By Yuri Chornoivan <email address hidden>

Fix typo: ot->not
(cherry picked from commit 944f0ad7d1b77c068dedfc342f9a753b6d2be3fb)
backport for 4.12

48631. By Burkhard Lück

windowbehaviour kcm update to 4.12

CCBUG:305297
(cherry picked from commit 244f3162eb37a169a4e9a64e26f29422a5ec9965)
backport for 4.12

48630. By l10n daemon script <email address hidden>

SVN_SILENT made messages (.desktop file)

48629. By magist3r

system-monitor plasmoid: respect settings from js code

Added ability to system-monitor plasmoid to set configuration from js code. Something like this:
a = activityForScreen(0)
if (a) {
var applet = a.addWidget("system-monitor_applet")
applet.writeConfig("applets", "sm_ram,sm_cpu")
}

REVIEW: 113659

48628. By l10n daemon script <email address hidden>

SVN_SILENT made messages (.desktop file)

48627. By Wolfgang Bauer <email address hidden>

KInfocenter/OpenGL: fix ReadPipe() to return 0 in the case that the
command cannot be run

ReadPipe() doesn't return 0 as expected in the case that the command is
not found. but the length of sh's output which is "command not found"
in this case. This is because popen() does not fail if the command is
not found, because it _can_ run "sh". (according to the man page, popen
calls "/bin/sh -c command")
To fix this, ReadPipe() should check the return code of the call to
pclose() (see "man pclose"), and return 0 if this is not equal to 0.

BUG: 327382
FIXED-IN: 4.11.4
REVIEW: 113779

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers