~ubuntu-branches/ubuntu/trusty/unity/trusty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Łukasz 'sil2100' Zemczak
  • Date: 2012-10-04 16:47:13 UTC
  • mfrom: (55.813.27)
  • Revision ID: lukasz.zemczak@canonical.com-20121004164713-nlpdhe3vfi7hdbuw
* New upstream release.
  - unity 6.8 candidate segfaults on "app expose" with low gfx mode 
    (LP: #1060148)
  - [regression] Dash - Left separator is missing (LP: #1057798)
  - unity-panel-service crashed with SIGSEGV in 
    panel_indicator_entry_accessible_get_n_children() from 
    atk_object_get_n_accessible_children() (LP: #913324)
  - [regression] If unity is started with maximized dash, unmaximizing the 
    dash does not wrap rows (LP: #1053116)
  - Dash lens buttons don't work after changing form factor to maximize on 
    desktop (LP: #1053316)
  - Clicking on Workspace Switcher icon when the expo is showing, not always
    closes it 1059759 convert files list deprecated keys (LP: #1059594)
  - Unity through llvmpipe is slow (LP: #1046497)
  - compiz crashed with SIGSEGV in unity::QuicklistView::Show() from 
    unity::QuicklistManager::ShowQuicklist() (LP: #1055995)
  - compiz crashed with SIGSEGV from 
    unity::dash::HomeLens::Impl::LensSearchFinished() (LP: #1054219)
  - [regression] Starting an app & then locking to launcher is not persistent
    across sessions (LP: #1054645)
  - [regression] Dash, Launcher, Menu Bar - Unintended shadows are rendered 
    for the Unity Launcher and Panel, when the dash is open (LP: #1043260)
  - [Unity 6.x] Active blur doesn't update if you disable CCSM > OpenGL > 
    Framebuffer object (LP: #1039999)
  - Alt+Tab/Alt+grave brings other window to the front but loses focus 
    entirely. (LP: #1035628)
  - Spread - Scaling all the windows is too slow (LP: #1055643)
  - Window management - Middle clicking on a window inside the spread should
    close that window (equivalent action to clicking on the close button) 
    (LP: #1052821)
  - Scale window decorations don't have properly rounded corners 
    (LP: #1055610)
  - Scale window decorations text does not match theme style (Radiance) 
    (LP: #1055609)
  - Spread window decorations does not match the theme when changed 
    (LP: #1055605)
  - scaled window decorations are sometimes wider than the window 
    (LP: #1053225)
  - Launcher should not auto-hide after dragging an icon, if mouse is still
    over it (LP: #1053978)
  - unity spread window on second click not working when ibus language panel
    is shown. (LP: #1035895)
  - windows.push_back(<uninitialized value>) in 
    BamfLauncherIcon::GetFocusableWindows (LP: #1053220)
  - Category emblems are blurry (LP: #1056874)
  - Rendering flaws of the dash previews (LP: #1055455)
  - [UIFe] Social Lens doesn't have authorised and meaningful icon 
    (LP: #1056191)
  - [dash] Preview fade out animation hangs occasionally (LP: #1058145)
  - Dash - rendering of ribbons shouldn't be relative (LP: #1057971)
  - Horizontal alignment search box and views below (LP: #1055544)
  - Compiz crashed in cairo_save() from 
    unity::UnityWindow::RenderDecoration() from 
    unity::UnityWindow::scalePaintDecoration() from 
    ScaleWindow::scalePaintDecoration() (LP: #1061396)
  - [regression] Spinner doesn't spin around its center (LP: #1061081)
  - [regression] Graphical glitches in HUD/Dash bottom left and top right 
    corner (LP: #1060532)
  - [Quantal] unity-lens-application does not start on some slow machines 
    (LP: #1058619)
  - [Dash] Rendering flaw of the dash search entry (LP: #1059562)
  - [dash] Rendering flaw of filterbar after scrolling down/scrolling up. 
    (LP: #1059607)
  - Unity launcher doesn't prompt for password to unlock the device when 
    clicking on a encrypted volume icon (LP: #713432)
  - [regression] Unable to add desktop files with spaces in their name from 
    Nautilus into the Launcher (LP: #1055552 )
  - Missing context menus for Qt apps after minimizing the window 
    (LP: #929712)
  - Music preview note image is blurry (LP: #1060195)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2012-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
2
 
 
3
        UnityWindow: add PixmapTexture struct: never separate a binded texture to its pixmap
 
4
        
 
5
        Or it will lead to crashes. Now we cache both the GLTexture and the binded XPixmap, so
 
6
        that we delete both together and there won't be crashes.
 
7
        
 
8
        Texutures binded to Pixmaps should not be alive when the binded pixmap has been
 
9
        destroyed. So, now we have a new PixmapTexture struct that keeps both the data
 
10
        structures alive.
 
11
        We now use a smart pointer of PixmapTexture to cache both the temporary decorations,
 
12
        inside a CairoContext, and the ones at class level.. Fixes: https://bugs.launchpad.net/bugs/1061396. Approved by Neil J. Patel.
 
13
 
 
14
2012-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
15
 
 
16
        UnityWindow: don't draw decorations when we have empty sizes
 
17
        
 
18
        It also fixes a crash on LLVMPIPE
 
19
 
 
20
2012-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
21
 
 
22
        UnityWindow: no need to use externally managed textures anymore
 
23
 
 
24
2012-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
25
 
 
26
        UnityWindow: don't draw a decoration if the texture has not been saved
 
27
 
 
28
2012-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
29
 
 
30
        PixmapTexture: add compiz::opengl::ExternallyManaged when pinding pixmap
 
31
 
 
32
2012-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
33
 
 
34
        UnityWindow: add PixmapTexture struct: never separate a binded texture to its pixmap
 
35
        
 
36
        Or it will lead to crashes. Now we cache both the GLTexture and the binded XPixmap, so
 
37
        that we delete both together and there won't be crashes.
 
38
 
 
39
2012-10-04  Andrea Azzarone  <azzaronea@gmail.com>
 
40
 
 
41
        Revert rev 2753.
 
42
        Use clip region to fix dash/launcher separator drawing bug.. Fixes: https://bugs.launchpad.net/bugs/1061081. Approved by Łukasz Zemczak.
 
43
 
 
44
2012-10-04  Andrea Azzarone  <azzaronea@gmail.com>
 
45
 
 
46
        Use clip region to fix bug dash/launcher separator drawing.
 
47
 
 
48
2012-10-04  Andrea Azzarone  <azzaronea@gmail.com>
 
49
 
 
50
        Revert rev 2753.
 
51
 
 
52
2012-10-04  Nicolas d'Offay  <nicolas.doffay@canonical.com>
 
53
 
 
54
        Fixed flickering bug.. Fixes: https://bugs.launchpad.net/bugs/1060532. Approved by Łukasz Zemczak, Nick Dedekind.
 
55
 
 
56
2012-10-03  Nicolas d'Offay  <nicolas.doffay@canonical.com>
 
57
 
 
58
        Fixed blend mode bug in 6.0.
 
59
 
 
60
2012-10-04  Michal Hruby  <michal.mhr@gmail.com>
 
61
 
 
62
        Attempt to reconnect to DBus proxies if the initial connection fails. Fixes: https://bugs.launchpad.net/bugs/1058619. Approved by Łukasz Zemczak, Gord Allott.
 
63
 
 
64
2012-10-04  Michal Hruby  <michal.mhr@gmail.com>
 
65
 
 
66
        Backport DBus proxy reconnection fix from trunk
 
67
 
 
68
2012-10-03  Andrea Azzarone  <azzaronea@gmail.com>
 
69
 
 
70
        Fix rendering flaw in search entry. (LP: #1059562). Fixes: https://bugs.launchpad.net/bugs/1059562. Approved by Neil J. Patel.
 
71
 
 
72
2012-10-01  Andrea Azzarone  <azzaronea@gmail.com>
 
73
 
 
74
        Fix rendering flaw of dash search entry.
 
75
 
 
76
2012-10-03  Nick Dedekind  <nicholas.dedekind@gmail.com>
 
77
 
 
78
        Fixed dash filter redraw issue (LP: #1059607). Fixes: https://bugs.launchpad.net/bugs/1059607. Approved by Neil J. Patel.
 
79
 
 
80
2012-10-02  Nick Dedekind  <nicholas.dedekind@gmail.com>
 
81
 
 
82
        Fixed dash filter scroll redrawing.
 
83
 
 
84
2012-10-03  Andrea Azzarone  <azzaronea@gmail.com>
 
85
 
 
86
        Use GMountOperation in g_volume_mount. GMountOperation provides a mechanism for interacting with the use.. Fixes: https://bugs.launchpad.net/bugs/713432. Approved by Łukasz Zemczak.
 
87
 
 
88
2012-10-02  Andrea Azzarone  <azzaronea@gmail.com>
 
89
 
 
90
        Use GMountOperation to enable user interaction when mounting file systems.
 
91
 
 
92
2012-10-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
93
 
 
94
        DesktopUtilities: unescape the desktop paths and ids before processing them. Fixes: https://bugs.launchpad.net/bugs/1055552. Approved by Neil J. Patel.
 
95
 
 
96
2012-10-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
97
 
 
98
        DesktopUtilities: unescape the desktop paths and ids before processing them
 
99
 
 
100
2012-10-03  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>
 
101
 
 
102
        Cherry-picked 2786: Ignore transient unmmaped windows on minimize/unminimize
 
103
        Doesn't make much sense since they are not shown and it confuses Qt code.. Fixes: https://bugs.launchpad.net/bugs/929712. Approved by Marco Trevisan (Treviño), Albert Astals Cid.
 
104
 
 
105
2012-10-03  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>
 
106
 
 
107
        Cherry-picked 2786: Ignore transient unmmaped windows on minimize/unminimize
 
108
        
 
109
        Doesn't make much sense since they are not shown and it confuses Qt code.
 
110
 
 
111
2012-10-03  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>
 
112
 
 
113
        Cherry-picked 2784 from trunk: Uploaded correct (hires) icon for missing album artwork when displaying music preview.. Fixes: https://bugs.launchpad.net/bugs/1060195. Approved by Didier Roche.
 
114
 
 
115
2012-10-03  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>
 
116
 
 
117
        Cherry-picked 2784 from trunk: Uploaded correct (hires) icon for missing album artwork when displaying music preview.
 
118
 
 
119
2012-10-02  Nicolas d'Offay  <nicolas.doffay@canonical.com>
 
120
 
 
121
        Workaround a crash when using mesa's software rendering. Fixes: https://bugs.launchpad.net/bugs/1060148. Approved by Łukasz Zemczak, Marco Trevisan (Treviño).
 
122
 
 
123
2012-10-02  Nicolas d'Offay  <nicolas.doffay@canonical.com>
 
124
 
 
125
        Added commentary.
 
126
 
 
127
2012-10-02  Nicolas d'Offay  <nicolas.doffay@canonical.com>
 
128
 
 
129
        Set texture to be externally managed.
 
130
 
 
131
2012-10-02  Andrea Azzarone  <azzaronea@gmail.com>
 
132
 
 
133
        Fix rendering of the dash/launcher separator.. Fixes: https://bugs.launchpad.net/bugs/1057798. Approved by Łukasz Zemczak.
 
134
 
 
135
2012-10-01  Andrea Azzarone  <azzaronea@gmail.com>
 
136
 
 
137
        Fix rendering of dash/launcher separator.
 
138
 
 
139
2012-10-02  Timo Jyrinki  <timo.jyrinki@canonical.com>
 
140
 
 
141
        Reference the menu in the accessible object. (LP: #913324). Fixes: https://bugs.launchpad.net/bugs/913324. Approved by Michal Hruby.
 
142
 
 
143
2012-10-02  Timo Jyrinki  <timo.jyrinki@canonical.com>
 
144
 
 
145
        Cherry-pick lp:unity 2775
 
146
 
 
147
2012-10-02  Timo Jyrinki  <timo.jyrinki@canonical.com>
 
148
 
 
149
        Removed minimum width from result group causing home lens not to wrap. (LP: #1053116). Fixes: https://bugs.launchpad.net/bugs/1053116, https://bugs.launchpad.net/bugs/1053316. Approved by Łukasz Zemczak.
 
150
 
 
151
2012-10-02  Timo Jyrinki  <timo.jyrinki@canonical.com>
 
152
 
 
153
        Removed minimum width from result group causing home lens not to wrap. (LP#1053116)
 
154
 
 
155
2012-10-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
156
 
 
157
        ExpoLauncherIcon: Correctly toggle the expo on activation
 
158
        
 
159
        PluginAdapter: change the internals of MultiActionList to use a map to reference actions by name
 
160
        WindowManager: add TerminateExpo function to hide the expo plugin. Fixes: https://bugs.launchpad.net/bugs/1059759. Approved by Brandon Schaefer.
 
161
 
 
162
2012-10-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
163
 
 
164
        ExpoLauncherIcon: Correctly toggle the expo on activation
 
165
        
 
166
        PluginAdapter: change the internals of MultiActionList to use a map to reference actions by name
 
167
        WindowManager: add TerminateExpo function to hide the expo plugin
 
168
 
 
169
2012-10-01  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>
 
170
 
 
171
        Don't convert "devices-option", it's a deprecated key. Fixes: https://bugs.launchpad.net/bugs/1059594. Approved by Didier Roche.
 
172
 
 
173
2012-10-01  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>
 
174
 
 
175
        Cherry-picked seb128's branch: Don't convert devices-option, it's a deprecated key
 
176
 
 
177
2012-10-01  Nicolas d'Offay  <nicolas.doffay@canonical.com>
 
178
 
 
179
        Low Graphics Mode. Fixes: https://bugs.launchpad.net/bugs/1046497. Approved by Nicolas d'Offay.
 
180
 
 
181
2012-10-01  Nicolas d'Offay  <nicolas.doffay@canonical.com>
 
182
 
 
183
        Low Graphics Mode
 
184
 
 
185
2012-10-01  Nick Dedekind  <nicholas.dedekind@gmail.com>
 
186
 
 
187
        Added launcher icon destructor disconnect from expo termination signal.. Fixes: https://bugs.launchpad.net/bugs/1055995. Approved by Andrea Azzarone.
 
188
 
 
189
2012-10-01  Nick Dedekind  <nicholas.dedekind@gmail.com>
 
190
 
 
191
        removed whitespace.
 
192
 
 
193
2012-10-01  Nick Dedekind  <nicholas.dedekind@gmail.com>
 
194
 
 
195
        Added launcher icon destructor disconnect from expo termination signal.
 
196
 
 
197
2012-10-01  Nick Dedekind  <nicholas.dedekind@gmail.com>
 
198
 
 
199
        Fixed re-ordering of shopping lens category in home lens. (LP#1054219). Fixes: https://bugs.launchpad.net/bugs/1054219. Approved by Michal Hruby.
 
200
 
 
201
2012-10-01  Nick Dedekind  <nicholas.dedekind@gmail.com>
 
202
 
 
203
        Fixed re-ordering of shopping lens category in home lens.
 
204
 
 
205
2012-09-28  Neil Jagdish Patel  <neil.patel@canonical.com>
 
206
 
 
207
        Cherrypicks from unity's trunk for 6.8.0. Fixes: . Approved by Brandon Schaefer, Didier Roche.
 
208
 
 
209
2012-09-28  Michal Hruby  <michal.mhr@gmail.com>
 
210
 
 
211
        Merge lp:unity r2769
 
212
 
 
213
2012-09-28  Michal Hruby  <michal.mhr@gmail.com>
 
214
 
 
215
        Merge lp:unity r2768
 
216
 
 
217
2012-09-28  Michal Hruby  <michal.mhr@gmail.com>
 
218
 
 
219
        Merge lp:unity r2766
 
220
 
 
221
2012-09-28  Michal Hruby  <michal.mhr@gmail.com>
 
222
 
 
223
        Merge lp:unity r2765
 
224
 
 
225
2012-09-28  Michal Hruby  <michal.mhr@gmail.com>
 
226
 
 
227
        Merge lp:unity r2764
 
228
 
 
229
2012-09-28  Michal Hruby  <michal.mhr@gmail.com>
 
230
 
 
231
        Merge lp:unity r2763
 
232
 
 
233
2012-09-28  Michal Hruby  <michal.mhr@gmail.com>
 
234
 
 
235
        Merge lp:unity r2762
 
236
 
 
237
2012-09-28  Michal Hruby  <michal.mhr@gmail.com>
 
238
 
 
239
        Merge lp:unity r2761
 
240
 
 
241
2012-09-28  Michal Hruby  <michal.mhr@gmail.com>
 
242
 
 
243
        Merge lp:unity r2759
 
244
 
 
245
2012-09-28  Michal Hruby  <michal.mhr@gmail.com>
 
246
 
 
247
        Merge lp:unity r2758
 
248
 
 
249
2012-09-28  Michal Hruby  <michal.mhr@gmail.com>
 
250
 
 
251
        Merge lp:unity r2757
 
252
 
 
253
2012-09-28  Michal Hruby  <michal.mhr@gmail.com>
 
254
 
 
255
        Merge lp:unity r2756
 
256
 
 
257
2012-09-28  Michal Hruby  <michal.mhr@gmail.com>
 
258
 
 
259
        Merge lp:unity r2755
 
260
 
 
261
2012-09-28  Michal Hruby  <michal.mhr@gmail.com>
 
262
 
 
263
        Merge lp:unity r2754
 
264
 
 
265
2012-09-28  Michal Hruby  <michal.mhr@gmail.com>
 
266
 
 
267
        Merge lp:unity r2753
 
268
 
 
269
2012-09-28  Michal Hruby  <michal.mhr@gmail.com>
 
270
 
 
271
        Merge lp:unity r2746
 
272
 
 
273
2012-09-28  Michal Hruby  <michal.mhr@gmail.com>
 
274
 
 
275
        Merge lp:unity r2745
 
276
 
 
277
2012-09-28  Michal Hruby  <michal.mhr@gmail.com>
 
278
 
 
279
        Merge lp:unity r2743
 
280
 
 
281
2012-09-28  Michal Hruby  <michal.mhr@gmail.com>
 
282
 
 
283
        Merge lp:unity r2742
 
284
 
 
285
2012-09-28  Michal Hruby  <michal.mhr@gmail.com>
 
286
 
 
287
        Merge lp:unity r2741
 
288
 
 
289
2012-09-28  Michal Hruby  <michal.mhr@gmail.com>
 
290
 
 
291
        Merge lp:unity r2740
 
292
 
 
293
2012-09-28  Michal Hruby  <michal.mhr@gmail.com>
 
294
 
 
295
        Merge lp:unity r2738
 
296
 
 
297
2012-09-28  Michal Hruby  <michal.mhr@gmail.com>
 
298
 
 
299
        Merge lp:unity r2736
 
300
 
 
301
2012-09-20  Omer Akram  <om26er@ubuntu.com>
 
302
 
 
303
        remove FlowView manual-test as the feature have been disabled.. Fixes: https://bugs.launchpad.net/bugs/1053056. Approved by Marco Trevisan (Treviño).
 
304
 
 
305
2012-09-20  Omer Akram  <om26er@ubuntu.com>
 
306
 
 
307
        Flow view has been disabled in Unity, this manual test case makes no sense
 
308
 
 
309
2012-09-20  Omer Akram  <om26er@ubuntu.com>
 
310
 
 
311
        Merge trunk
 
312
 
 
313
2012-09-19  Omer Akram  <om26er@ubuntu.com>
 
314
 
 
315
        Merge
 
316
 
 
317
2012-09-28  Michal Hruby  <michal.mhr@gmail.com>
 
318
 
 
319
        Merge lp:unity r2735
 
320
 
 
321
2012-09-20  Neil Jagdish Patel  <neil.patel@canonical.com>
 
322
 
 
323
        Makes sure we choose a sane icon for GIcon's that our own UnityProtocolIcons too.. Fixes: . Approved by Marco Trevisan (Treviño).
 
324
 
 
325
2012-09-20  Neil Jagdish Patel  <neil.patel@canonical.com>
 
326
 
 
327
        Support for UnityProtocolAnnotatedIcon for DND
 
328
 
 
329
2012-09-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
330
 
 
331
        BamfLauncherIcon: call Stick after that the icon is set sticky, so that the signal emission will work
 
332
        
 
333
        And so the favorites will be correctly saved.. Fixes: https://bugs.launchpad.net/bugs/1054645. Approved by Andrea Azzarone.
 
334
 
 
335
2012-09-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
336
 
 
337
        BamfLauncherIcon: call Stick after that the icon is set sticky, so that the signal emission will work
 
338
        
 
339
        And so the favorites will be correctly saved.
 
340
 
 
341
2012-09-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
342
 
 
343
        UnityWindow: don't close a window on middle-click when in scale. Fixes: . Approved by Andrea Azzarone.
 
344
 
 
345
2012-09-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
346
 
 
347
        UnityShell, autopilot: remove the middle-click on spread bits
 
348
 
 
349
2012-09-27  Daniel van Vugt  <daniel.van.vugt@canonical.com>
 
350
 
 
351
        Don't keep re-blurring parts of the shell we've already painted, because
 
352
        that will creep in and look like a shadow on the edge of the blur region.
 
353
        (LP: #1043260)
 
354
        
 
355
        This happens when the same texture (the FBO texture) is both the source and
 
356
        the destination for the three blur operations (launcher, panel, then dash).
 
357
        My quick fix is to take a copy of the FBO texture at the start of the frame
 
358
        (before any shell is painted), rather than reading from the same texture
 
359
        (FBO) that we're writing to.
 
360
        
 
361
        This also fixes LP: #1039999, because we are no longer assuming the backbuffer
 
362
        is an FBO. Instead we let Nux decide and take the right steps to read the
 
363
        real backbuffer, whatever that is.. Fixes: https://bugs.launchpad.net/bugs/1039999, https://bugs.launchpad.net/bugs/1043260. Approved by Andrea Azzarone.
 
364
 
 
365
2012-09-27  Daniel van Vugt  <daniel.van.vugt@canonical.com>
 
366
 
 
367
        Don't keep re-blurring parts of the shell we've already painted, because
 
368
        that will creep in and look like a shadow on the edge of the blur region.
 
369
        (LP: #1043260)
 
370
        
 
371
        This happens when the same texture (the FBO texture) is both the source and
 
372
        the destination for the three blur operations (launcher, panel, then dash).
 
373
        My quick fix is to take a copy of the FBO texture at the start of the frame
 
374
        (before any shell is painted), rather than reading from the same texture
 
375
        (FBO) that we're writing to.
 
376
        
 
377
        This also fixes LP: #1039999, because we are no longer assuming the backbuffer
 
378
        is an FBO. Instead we let Nux decide and take the right steps to read the
 
379
        real backbuffer, whatever that is.
 
380
 
 
381
2012-09-27  Brandon Schaefer  <brandon.schaefer@canonical.com>
 
382
 
 
383
        Fixes alt+tab losing focus when alt+tabing to quickly due to ubus being to slow to send a message.. Fixes: https://bugs.launchpad.net/bugs/1035628. Approved by Marco Trevisan (Treviño).
 
384
 
 
385
2012-09-26  Brandon Schaefer  <brandon.schaefer@canonical.com>
 
386
 
 
387
        * added manual test
 
388
 
 
389
2012-09-25  Brandon Schaefer  <brandon.schaefer@canonical.com>
 
390
 
 
391
        * Fixes alt+tab focus issues
 
392
 
 
393
2012-09-25  Brandon Schaefer  <brandon.schaefer@canonical.com>
 
394
 
 
395
        Adds ap tests for the shopping lens.. Fixes: . Approved by Thomi Richards.
 
396
 
 
397
2012-09-24  Brandon Schaefer  <brandon.schaefer@canonical.com>
 
398
 
 
399
        * fixed problems
 
400
 
 
401
2012-09-24  Brandon Schaefer  <brandon.schaefer@canonical.com>
 
402
 
 
403
        * Adds shopping lens AP test
 
404
 
 
405
2012-09-24  Thomi Richards  <thomi.richards@canonical.com>
 
406
 
 
407
        Fix several issues in the autopilot test suite.. Fixes: . Approved by Christopher Lee.
 
408
 
 
409
2012-09-25  Thomi Richards  <thomi.richards@canonical.com>
 
410
 
 
411
        Merged mainline, fixed conflicts.
 
412
 
 
413
2012-09-24  Thomi Richards  <thomi.richards@canonical.com>
 
414
 
 
415
        Fix spelling error.
 
416
 
 
417
2012-09-24  Thomi Richards  <thomi.richards@canonical.com>
 
418
 
 
419
        Ensure Unity is running before beginning a test. Also fix a race condition where failing tests that log some introspectable object with a customised __repr__ method would trigger a StateNotFound error.
 
420
 
 
421
2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
422
 
 
423
        UnityWindow: when spreading, render once an empty decoration texture at full size and scale it via OpenGL
 
424
        
 
425
        This saves a lot of drawing and improves the performances of the unity Spread. Also, don't redraw the decoration texture for selected windows if not needed.
 
426
        Finally, cleanup the header file. Fixes: https://bugs.launchpad.net/bugs/1055643. Approved by Brandon Schaefer.
 
427
 
 
428
2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
429
 
 
430
        UnityWindow: when spreading, render once an empty decoration texture at full size and scale it via OpenGL
 
431
        
 
432
        This saves a lot of drawing and improves the performances of the unity Spread. Also, don't redraw the decoration texture for selected windows if not needed.
 
433
        Finally, cleanup the header f
 
434
 
 
435
2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
436
 
 
437
        UnityShell: enable closing on middle-click, fix scaled decoration sizes, fix theming issues, added scale autopilot tests. Fixes: https://bugs.launchpad.net/bugs/1052821, https://bugs.launchpad.net/bugs/1053225, https://bugs.launchpad.net/bugs/1055605, https://bugs.launchpad.net/bugs/1055609, https://bugs.launchpad.net/bugs/1055610. Approved by Brandon Schaefer.
 
438
 
 
439
2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
440
 
 
441
        UnityShell: enable closing on middle-click, fix scaled decoration sizes, fix theming issues, added scale autopilot tests
 
442
 
 
443
2012-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
444
 
 
445
        UnityWindow: use another strategy to draw a rounded top border
 
446
 
 
447
2012-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
448
 
 
449
        UnityWindow: correctly fade out the decoration text
 
450
 
 
451
2012-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
452
 
 
453
        UnityWindow: use the gtk style context to render the scaled window text
 
454
 
 
455
2012-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
456
 
 
457
        UnityWindow: set the decoration radius to match system default values
 
458
 
 
459
2012-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
460
 
 
461
        UnityWindow: even more cleanup the scale decoration code
 
462
        
 
463
        Also reduce some unwanted paints...
 
464
 
 
465
2012-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
466
 
 
467
        UnityWindow: correctly draw a fake rounded decoration using default values
 
468
 
 
469
2012-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
470
 
 
471
        UnityWindow: GetScaledGeometry, fix the x/y positioning, so that the decoration won't look wider
 
472
 
 
473
2012-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
474
 
 
475
        UnityWindow: add close on middle-click support
 
476
 
 
477
2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
478
 
 
479
        Launcher: check the mouse position after relasing a drag window, and in case hide it
 
480
        
 
481
        Tests included. Fixes: https://bugs.launchpad.net/bugs/1053978. Approved by Andrea Azzarone.
 
482
 
 
483
2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
484
 
 
485
        Launcher: check the mouse position after relasing a drag window, and in case hide it
 
486
        
 
487
        Tests included
 
488
 
 
489
2012-09-24  Brandon Schaefer  <brandon.schaefer@canonical.com>
 
490
 
 
491
        Merging brandontschaefer's fix into unity/6.0:
 
492
        Fix broken AP test due to gcalc not having menu accelerators anymore.. Fixes: . Approved by Thomi Richards.
 
493
 
 
494
2012-09-24  Christopher Lee  <chris.lee@canonical.com>
 
495
 
 
496
        Merging brandontschaefer's fix for Unity/6.0
 
497
 
 
498
2012-09-20  Brandon Schaefer  <brandon.schaefer@canonical.com>
 
499
 
 
500
        * Fix menu accelerator AP test
 
501
 
 
502
2012-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
503
 
 
504
        manual-tests: Launcher fix dragging manual test, updating it to the current behavior. Fixes: https://bugs.launchpad.net/bugs/1053129. Approved by Omer Akram.
 
505
 
 
506
2012-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>
 
507
 
 
508
        manual-tests: Launcher fix dragging manual test
 
509
 
 
510
2012-09-24  Thomi Richards  <thomi.richards@canonical.com>
 
511
 
 
512
        Fix autopilot test for dragging launcher icons around.. Fixes: . Approved by Christopher Lee.
 
513
 
 
514
2012-09-24  Thomi Richards  <thomi.richards@canonical.com>
 
515
 
 
516
        Fixed test that drags launcher icons around.
 
517
 
 
518
2012-09-20  Didier Roche  <didier.roche@canonical.com>
 
519
 
 
520
        Release\ 6.6.0
 
521
 
1
522
2012-09-20  Didier Roche  <didier.roche@canonical.com>
2
523
 
3
524
        Install Amazon and Ubuntu One Music Store webapp items in the launcher by default