lp:~shippo/plank/fix-1095843

Created by Peter Feichtinger and last modified
Get this branch:
bzr branch lp:~shippo/plank/fix-1095843
Only Peter Feichtinger can upload to this branch. If you are Peter Feichtinger please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Peter Feichtinger
Project:
Plank
Status:
Development

Recent revisions

1589. By Peter Feichtinger

Add a separator docklet.

This adds a docklet that does nothing else than occupy space on the
dock. It's invisible now, but could easily be changed to show some
kind of separator image.

The big problem with this implementation is that it occupies space
for a whole dock item, which is an awful lot. That's not so easily
changed, because all the drawing and geometry code assumes that dock
items are square.

1588. By Rico Tzschichholz

build: Add -fPIC to libplank-internal.la

It is needed because libplank.la is used as a shared library, which
requires all dependencies be built as PIC.

1587. By Peter Feichtinger

Fix underscores not being shown in some menu items

Previously all menu items would be created with mnemonics enabled, which
resulted in underscores being interpreted instead of shown literally.

This is not really useful for window titles and file names, which
frequently contain underscores.

This commit fixes the issue by introducing new menu item factory
functions in addition to the existing ones, which create menu items
with mnemonics disabled. Those items are used wherever names need to be
shown literally (i.e. window titles and file names).

1586. By Rico Tzschichholz

docs: Make sure to install manpage from its new source

1585. By Rico Tzschichholz

docs: Generate or update manpage with help2man if available

1584. By Rico Tzschichholz

Welcome to 2017

1583. By Rico Tzschichholz

Back to development

1582. By Rico Tzschichholz

Prepare 0.11.3 release

1581. By Rico Tzschichholz

unity: Fix spelling error

1580. By Rico Tzschichholz

logger: Reinstate null-check for non-initialized calling

Branch metadata

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