lp://staging/notify-osd/raring
- Get this branch:
- bzr branch lp://staging/notify-osd/raring
Branch merges
Branch information
Recent revisions
- 462. By Łukasz Zemczak
-
Switch Vcs-Bzr to the maintenance branch for raring
- 459. By Robert Bruce Park
-
This branch is based off lp:~robru/notify-osd/inline-packaging, with the following differences:
* raring->UNRELEASED
* Use ./autogen.sh during autoreconf
* Doesn't try to run tests during build, but instead as a dep8 test (needs its schema to be installed in system)
* I disabled a test that required the user to click a button in a dialog. The test suite should be automatic.Approved by Didier Roche.
- 458. By Andrea Cimitan
-
Add some color tweak capabilities, and slightly start tweaking colors. Fixes: https:/
/bugs.launchpad .net/bugs/ 977974. Approved by jenkins, John Lea.
- 457. By Michael Terry
-
When running without a compositor, there is an ugly black border.
This branch fixes that by:
1) Adding an 'is_composited' argument to defaults_get_bubble_ shadow_ size and defaults_ get_bubble_ corner_ radius. If we're not composited, they return 0.0f.
2) Adding a 'GdkScreen **screen' argument to defaults_get_top_ corner
3) Using these throughout to check composited state wherever these are used.Additionally, I had to add some oddness in bubble.c for _refresh_
background. There is a bit of code that draws a (seemingly unnecessary) image in shadow-size-units even in the uncomposited case. But it can't use 0 because that causes a crash to create a 0-sized image. So I used 1 for that special case. Seems like it would be cleaner to avoid that path in uncomposited mode, but I didn't feel confident enough to make that change. Approved by Didier Roche, jenkins.
- 453. By Mirco Müller
-
Merged Ryan's branch after review and approval by myself. This makes notify-osd query the _GNOME_
BACKGROUND_ REPRESENTATIVE_ COLORS property of the root-window for picking the bubbles background-color.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/notify-osd