lp:~sjakthol/compiz/fix-grid-abi-check

Created by Sami Jaktholm and last modified
Get this branch:
bzr branch lp:~sjakthol/compiz/fix-grid-abi-check
Only Sami Jaktholm can upload to this branch. If you are Sami Jaktholm please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Sami Jaktholm
Project:
Compiz
Status:
Merged

Recent revisions

3716. By Sami Jaktholm

Grid: Check that composite and opengl ABIs are COMPIZ_COMPOSITE_ABI and
      COMPIZ_OPENGL_ABI instead of CORE_ABIVERSION.

3715. By MC Return

Titleinfo, minor code cleanup:

Declaration and assignment of local variables in one line.
Removed redundant brackets.
Added and removed newlines.
Fixed indentation.

Approved by PS Jenkins bot, Sam Spilsbury.

3714. By MC Return

Annotate plugin, code cleanup:

Use prefix instead of postfix increment.
Declaration and assignment of local variables in one line.
Removed redundant brackets.
Added and removed newlines if appropriate.
Fixed indentation.

Annotate plugin, fixes:

Use GL_LINE_LOOP to draw the rectangle outline as glRecti is not supported on GLES.
Simplified the coordinate calculation as the offset is not really needed here.

Approved by PS Jenkins bot, Sam Spilsbury.

3713. By MC Return

Mousepoll code cleanup:

Removed the unused variables MP_OPTION_MOUSE_POLL_INTERVAL
and MP_OPTION_NUM.
Declaration and assignment of variables in one line.
Added and removed newlines.
Removed redundant brackets.
Fixed indentation.

Approved by PS Jenkins bot, Sam Spilsbury.

3712. By Micheal Hsu

gtk-window-decorator: destroy action menu when any of the (close, min, max) buttons on the title bar is pressed. Fixes: https://bugs.launchpad.net/bugs/1101648.

Approved by PS Jenkins bot, Sam Spilsbury.

3711. By MC Return

EZoom plugin, code improvements:

Bail out of functions ASAP, do not calculate stuff you might not need.

Replaced: if (zoom_level == 1.0f && zooms.at (out).newZoom == 1.0f)
with: if (zoom_level == zooms.at (out).newZoom)
because we always want to get out of here if the target level is the same
as current zoom level, not only in the case both are 1.0f.

EZoom plugin, code cleanup:

Assignment and declaration of variables in one line, if possible.
Added and removed some newlines.
Merged if condition checks.
Indentation fixes.

Approved by PS Jenkins bot, Sam Spilsbury.

3710. By MC Return

Wallpaper .xml.in cleanup:

Better plugin description.
Improved option names.
Better wording of tooltips.
Removed redundant newlines.

Wallpaper code cleanup:

Use prefix instead of postfix increments.
Declaration and assignment of variables in one line.
Added some newlines to improve readability.
Removed redundant brackets.
Fixed indentation.

Approved by PS Jenkins bot, Sam Spilsbury.

3709. By Sam Spilsbury

Add a small compiz_autopilot_acceptance_tests binary based on gtest.

This will find autopilot and run a predefined list of tests, wrapped
up in the familiar google test format.

The predefined list is basically a bunch of tests which effectively
interact with the window manager.

(LP: #1170013). Fixes: https://bugs.launchpad.net/bugs/1170013.

Approved by PS Jenkins bot, Łukasz Zemczak, MC Return.

3708. By Marco Trevisan (Treviño)

GLScreen: break the iteration as soon as we've found a valid egl config.

Approved by PS Jenkins bot, Sam Spilsbury.

3707. By MC Return

Wall:
Fixed broken wall edge flipping functions:
"Edge Flip Pointer"
"Edge Flip Move"

Removed void WallScreen::updateScreenEdgeRegions () completely.
This function not needed hereat all, no other plugin
needs to re-define the screen edge regions by itself -
just core should do that.
The screen edge region updating also confused the edge flipping functionality.
case ConfigureNotify: just breaks out now
Added missing default: case and a break (just a style issue).

Minor cleanup in bool WallScreen::initiateFlip (...).
One declaration per line.

Note: "Edge Flip DnD" still seems to be broken, but will be fixed in a follow-up
proposal.

(LP: #771448, LP: #858845). Fixes: https://bugs.launchpad.net/bugs/771448, https://bugs.launchpad.net/bugs/858845.

Approved by PS Jenkins bot, Sam Spilsbury.

Branch metadata

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

Subscribers