Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
f2406ffe
Commit
f2406ffe
authored
Apr 27, 2016
by
Martin Flöser
Browse files
Version 5.7 becomes version 5.22
With KWayland becoming a framework the next version is going to be 5.22.
parent
ffdd3737
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/wayland/plasmawindowmanagement_interface.h
View file @
f2406ffe
...
...
@@ -86,23 +86,23 @@ public:
void
setSkipTaskbar
(
bool
skip
);
void
setThemedIconName
(
const
QString
&
iconName
);
/**
* @since 5.
7
* @since 5.
22
*/
void
setShadeable
(
bool
set
);
/**
* @since 5.
7
* @since 5.
22
*/
void
setShaded
(
bool
set
);
/**
* @since 5.
7
* @since 5.
22
*/
void
setMovable
(
bool
set
);
/**
* @since 5.
7
* @since 5.
22
*/
void
setResizable
(
bool
set
);
/**
* @since 5.
7
* @since 5.
22
*/
void
setVirtualDesktopChangeable
(
bool
set
);
...
...
@@ -118,11 +118,11 @@ public:
Q_SIGNALS:
void
closeRequested
();
/**
* @since 5.
7
* @since 5.
22
*/
void
moveRequested
();
/**
* @since 5.
7
* @since 5.
22
*/
void
resizeRequested
();
void
virtualDesktopRequested
(
quint32
desktop
);
...
...
@@ -140,23 +140,23 @@ Q_SIGNALS:
void
skipTaskbarRequested
(
bool
set
);
QRect
minimizedGeometriesChanged
();
/**
* @since 5.
7
* @since 5.
22
*/
void
shadeableRequested
(
bool
set
);
/**
* @since 5.
7
* @since 5.
22
*/
void
shadedRequested
(
bool
set
);
/**
* @since 5.
7
* @since 5.
22
*/
void
movableRequested
(
bool
set
);
/**
* @since 5.
7
* @since 5.
22
*/
void
resizableRequested
(
bool
set
);
/**
* @since 5.
7
* @since 5.
22
*/
void
virtualDesktopChangeableRequested
(
bool
set
);
...
...
src/wayland/subcompositor_interface.h
View file @
f2406ffe
...
...
@@ -78,7 +78,7 @@ public:
* SubSurfaceInterfaces are also in synchronized mode ignoring the actual mode.
* @returns Whether this SubSurfaceInterface is in synchronized mode.
* @see mode
* @since 5.
7
* @since 5.
22
**/
bool
isSynchronized
()
const
;
...
...
@@ -86,20 +86,20 @@ public:
QPointer
<
SurfaceInterface
>
surface
();
/**
* @returns The surface this SubSurfaceInterface was created on.
* @since 5.
7
* @since 5.
22
**/
QPointer
<
SurfaceInterface
>
surface
()
const
;
// TODO: remove with ABI break (KF6)
QPointer
<
SurfaceInterface
>
parentSurface
();
/**
* @returns The parent surface for which this SubSurfaceInterface is a child
* @since 5.
7
* @since 5.
22
**/
QPointer
<
SurfaceInterface
>
parentSurface
()
const
;
/**
* @returns the main surface for the sub-surface tree, that is the first surface without a parent
* @since 5.
7
* @since 5.
22
**/
QPointer
<
SurfaceInterface
>
mainSurface
()
const
;
...
...
src/wayland/surface_interface.h
View file @
f2406ffe
...
...
@@ -159,7 +159,7 @@ public:
* mapped if it has a BufferInterface attached and the parent SurfaceInterface is mapped.
*
* @returns Whether the SurfaceInterface is currently mapped
* @since 5.
7
* @since 5.
22
**/
bool
isMapped
()
const
;
...
...
@@ -179,7 +179,7 @@ public:
* @returns Combined damage since last call to resetTrackedDamage
* @see damage
* @see resetTrackedDamage
* @since 5.
7
* @since 5.
22
**/
QRegion
trackedDamage
()
const
;
...
...
@@ -187,7 +187,7 @@ public:
* Reset the damage tracking. The compositor should invoke this method once it updated
* it's internal state and processed the current damage.
* @see trackedDamage
* @since 5.
7
* @since 5.
22
**/
void
resetTrackedDamage
();
...
...
@@ -201,7 +201,7 @@ public:
*
* @param position The position in surface-local coordinates
* @returns Child surface at the given @p position or surface itself at the position, might be @c nullptr
* @since 5.
7
* @since 5.
22
**/
SurfaceInterface
*
surfaceAt
(
const
QPointF
&
position
);
...
...
@@ -255,7 +255,7 @@ Q_SIGNALS:
void
contrastChanged
();
/**
* Emitted whenever the tree of sub-surfaces changes in a way which requires a repaint.
* @since 5.
7
* @since 5.
22
**/
void
subSurfaceTreeChanged
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment