lp://qastaging/~blue-shell/blue-shell/kde-workspace-4.11-hidden-panel
- Get this branch:
- bzr branch lp://qastaging/~blue-shell/blue-shell/kde-workspace-4.11-hidden-panel
Branch merges
Branch information
Import details
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.
Last successful import was .
Recent revisions
- 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. - 48633. By Burkhard Lück
-
use entity ⪚
(cherry picked from commit 41a5eaa5e08daef3920b1252fbaee9 d5646a1f58)
backport for 4.12 - 48632. By Yuri Chornoivan <email address hidden>
-
Fix typo: ot->not
(cherry picked from commit 944f0ad7d1b77c068dedfc342f9a75 3b6d2be3fb)
backport for 4.12 - 48631. By Burkhard Lück
-
windowbehaviour kcm update to 4.12
CCBUG:305297
(cherry picked from commit 244f3162eb37a169a4e9a64e26f294 22a5ec9965)
backport for 4.12 - 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
- 48627. By Wolfgang Bauer <email address hidden>
-
KInfocenter/OpenGL: fix ReadPipe() to return 0 in the case that the
command cannot be runReadPipe() 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)