~unity-team/unity/trusty-1276177

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: CI bot
  • Author(s): Chris Townsend, Stephen M. Webb
  • Date: 2014-08-26 13:48:42 UTC
  • mfrom: (3800.2.4 unity-7.2.3-version-bump)
  • Revision ID: ps-jenkins@lists.canonical.com-20140826134842-v4tbxc1nx36mtfu6
Release Unity 7.2.3. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
unity (7.2.3-0ubuntu1) UNRELEASED; urgency=medium
 
2
 
 
3
  [ Andrea Azzarone ]
 
4
  * Remove cross fade effect during lock/unlocking. A simple fading
 
5
    works just fine. (LP: #1312107)
 
6
  * Manually emit nux::Area::geometry_changed beucase nux can fail to
 
7
    emit it. (LP: #1292391)
 
8
 
 
9
  [ Pawel Szubert ]
 
10
  * Reduce the scope of the kill command when restarting Compiz.
 
11
    (LP: #1324114)
 
12
 
 
13
  [ Marco Trevisan (Treviño) ]
 
14
  * LockScreenAcceleratorController: do ther configured action on power
 
15
    special keys press. We finally can suspend, shutdown, hibernate or
 
16
    start the screensaver when the screen is locked, using the Suspend,
 
17
    Sleep, Hibernate and PowerOff hardware keys. Also the Shutdown
 
18
    dialog doesn't allow now to lock the session if it is not allowed by
 
19
    settings. (LP: #1306211) (LP: #1320051) (LP: #1320071)
 
20
  * Previews: scale the dash preview contents to match current monitor
 
21
    scaling. Improved also the scaling of search-bar, spinner, categories
 
22
    and many other components. (LP: #1339629)
 
23
  * FilterWidgets: add support for scaling (LP: #1340171)
 
24
  * OverlayRendering: correctly scale the overlays borders and edges to
 
25
    match settings. DashStyle has been modified to return smart pointers
 
26
    of textures that are loaded depending on the scale level. The cache
 
27
    will make sure that we don't duplicate the textures and that they
 
28
    get removed when not needed anymore. Also thanks to this the
 
29
    SearchBarSpinner textures (and the other spinners as well) uses the
 
30
    SVGs scaled at the proper size (I desgined a new SVG for the
 
31
    magnifier, as we only had a PNG). (LP: #1283415) (LP: #1340394)
 
32
  * Hud: scale to match current DPI settings for monitor. (LP: #1340477)
 
33
 
 
34
  [ Eleni Maria Stea ]
 
35
  * Previews: scale the dash preview contents to match current monitor
 
36
    scaling. Improved also the scaling of search-bar, spinner, categories
 
37
    and many other components. (LP: #1339629)
 
38
 
 
39
  [ Stephen M. Webb ]
 
40
  * Reduce the scope of the kill command when restarting Compiz.
 
41
    (LP: #1324114)
 
42
 
 
43
  [ Chris Townsend ]
 
44
  * Bump version to 7.2.3.
 
45
 
 
46
 -- Chris Townsend <christopher.townsend@canonical.com>  Wed, 23 Jul 2014 11:49:11 -0400
 
47
 
1
48
unity (7.2.2+14.04.20140714-0ubuntu2) trusty; urgency=medium
2
49
 
3
50
  [ Andrea Azzarone ]