Merge lp:~bregma/unity/bump-to-7.3.0 into lp:unity

Proposed by Stephen M. Webb
Status: Merged
Approved by: Christopher Townsend
Approved revision: no longer in the source branch.
Merged at revision: 3829
Proposed branch: lp:~bregma/unity/bump-to-7.3.0
Merge into: lp:unity
Diff against target: 1738 lines (+1663/-2)
4 files modified
AUTHORS (+6/-1)
CMakeLists.txt (+1/-1)
ChangeLog (+1650/-0)
debian/changelog (+6/-0)
To merge this branch: bzr merge lp:~bregma/unity/bump-to-7.3.0
Reviewer Review Type Date Requested Status
Christopher Townsend (community) Approve
PS Jenkins bot (community) continuous-integration Needs Fixing
Review via email: mp+223579@code.launchpad.net

Commit message

Release Unity 7.3.0.

Description of the change

Release Unity 7.3.0.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Christopher Townsend (townsend) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'AUTHORS'
2--- AUTHORS 2014-03-31 18:00:13 +0000
3+++ AUTHORS 2014-06-18 14:39:55 +0000
4@@ -13,6 +13,7 @@
5 Alex Launi <alex.launi@canonical.com>
6 Alex Launi <alex.launi@canonical.com>, Allan LeSage <allanlesage@gmail.com>
7 Alex Launi <alex.launi@canonical.com>, Thomi Richards <thomi.richards@canonical.com>
8+ Alfred Neumayer <dev.beidl@gmail.com>
9 Andrea Azzarone
10 Andrea Azzarone <azzaronea@gmail.com>
11 Andrea Cimitan <andrea.cimitan@canonical.com>
12@@ -44,8 +45,8 @@
13 Christopher Lee <chris.lee@canonical.com>, Thomi Richards <thomi.richards@canonical.com>
14 Christopher Lee <veebers@gmail.com>
15 Christopher Townsend <christopher.townsend@canonical.com>
16+ Chris Townsend <christopher.townsend@canonical.com>
17 Chris Townsend <Christopher.Townsend@canonical.com>
18- Chris Townsend <christopher.townsend@canonical.com>
19 CI bot <ps-jenkins@lists.canonical.com>
20 Daniel d'Andrada <daniel.dandrada@canonical.com>
21 Daniel van Vugt <vanvugt@gmail.com>
22@@ -86,6 +87,7 @@
23 Jay Taoko <jay.taoko@canonical.com>, Mirco Müller <mirco.mueller@ubuntu.com>
24 Jay Taoko <jay.taoko@canonical.com>, Robert Carr <racarr@canonical.com>
25 Jeremy Bicha <jbicha@ubuntu.com>
26+ Jinkyu Yi <jincreator@jincreator.net>
27 jokerdino@bvm128.zdom.org
28 Jussi Pakkanen <jussi.pakkanen@canonical.com>
29 Ken VanDine <ken.vandine@canonical.com>
30@@ -100,6 +102,7 @@
31 Luke Yelavich <luke.yelavich@canonical.com>
32 Manuel de la Pena <manuel@canonical.com>
33 Manuel de la Pena <manuel@canonical.com>, Nick Dedekind <nicholas.dedekind@gmail.com>, Pawel Stolowski <pawel.stolowski@canonical.com>, Michal Hruby <michal.mhr@gmail.com>, Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com>, Marco Trevisan (Treviño) <mail@3v1n0.net>, Automatic PS uploader <ps-jenkins@lists.canonical.com>, Chris Townsend <christopher.townsend@canonical.com>, Andrea Azzarone <azzaronea@gmail.com>
34+ Marc Deslauriers <marc.deslauriers@ubuntu.com>
35 Marco Biscaro <marcobiscaro2112@gmail.com>
36 Marco Biscaro <marcobiscaro2112@gmail.com>, Rick Spencer <rick.spencer@canonical.com>
37 Marco Mariani <dfly720@gmail.com>, Thomi Richards <thomi.richards@canonical.com>
38@@ -108,6 +111,7 @@
39 Marco Trevisan <marco.trevisan@canonical.com>
40 Marco Trevisan (Treviño) <mail@3v1n0.net>
41 Marco Trevisan (Treviño) <mail@3v1n0.net>, 3v1n0 <mail@3v1n0.net>
42+ Marco Trevisan (Treviño) <mail@3v1n0.net>, Andrea Azzarone <azzaronea@gmail.com>
43 Marco Trevisan (Treviño) <mail@3v1n0.net>, Andrea Cimitan <andrea.cimitan@canonical.com>
44 Marco Trevisan (Treviño) <mail@3v1n0.net>, Brandon Schaefer <brandon.schaefer@canonical.com>
45 Marco Trevisan (Treviño) <mail@3v1n0.net>, Brandon Schaefer <brandontschaefer@gmail.com>, Tim Penhey <tim.penhey@canonical.com>
46@@ -168,6 +172,7 @@
47 Rodrigo Moya <rodrigo.moya@canonical.com>
48 Romain Perier <rperier@ubuntu.com>
49 Ryan Lortie <desrt@desrt.ca>
50+ Sami Jaktholm <sjakthol@outlook.com>
51 Sam Spilsbury <sam.spilsbury@canonical.com>
52 Sam Spilsbury <sam.spilsbury@canonical.com>, Andrea Azzarone <azzaronea@gmail.com>
53 Sam Spilsbury <sam.spilsbury@canonical.com>, Daniel van Vugt <vanvugt@gmail.com>
54
55=== modified file 'CMakeLists.txt'
56--- CMakeLists.txt 2014-03-31 18:00:13 +0000
57+++ CMakeLists.txt 2014-06-18 14:39:55 +0000
58@@ -9,7 +9,7 @@
59 #
60 set (PROJECT_NAME "unity")
61 set (UNITY_MAJOR 7)
62-set (UNITY_MINOR 2)
63+set (UNITY_MINOR 3)
64 set (UNITY_MICRO 0)
65 set (UNITY_VERSION "${UNITY_MAJOR}.${UNITY_MINOR}.${UNITY_MICRO}")
66 set (UNITY_API_VERSION "6.0")
67
68=== modified file 'ChangeLog'
69--- ChangeLog 2014-03-31 18:00:13 +0000
70+++ ChangeLog 2014-06-18 14:39:55 +0000
71@@ -1,3 +1,1653 @@
72+2014-06-18 Stephen M. Webb <stephen.webb@canonical.com>
73+
74+ bump upstream to 7.3.0
75+
76+2014-06-07 CI bot <ps-jenkins@lists.canonical.com>
77+
78+ Releasing 7.2.0+14.10.20140607-0ubuntu1
79+
80+2014-06-07 Andrea Azzarone <azzaronea@gmail.com>
81+
82+ Fix skype indicator blinking. Fixes: 1310200
83+
84+2014-05-30 Andrea Azzarone <azzaronea@gmail.com>
85+
86+ Fix skype indicator blinking.
87+
88+2014-06-07 Chris Townsend <christopher.townsend@canonical.com>
89+
90+ Fix issue where the Panel shadow would get drawn over drop down windows in full screen windows. Fixes: 1316005
91+
92+2014-05-28 Chris Townsend <christopher.townsend@canonical.com>
93+
94+ Fix issue where the Panel shadow would get drawn over drop down windows in full screen windows.
95+
96+2014-06-07 Chris Townsend <christopher.townsend@canonical.com>
97+
98+ Fix issue where the number of Launcher icon pips are not always properly updated when a new window of an already running application is opened. Fixes: 1283775
99+
100+2014-05-28 Chris Townsend <christopher.townsend@canonical.com>
101+
102+ Get rid of break statement since we need to continue the loop.
103+ Relax if/else if logic and just assign boolean regardless what the current value is.
104+
105+2014-05-28 Chris Townsend <christopher.townsend@canonical.com>
106+
107+ Create a new method that replaces SetWindowVisibleOnMonitor() which also keeps the number of visible windows per monitor for a particular app.
108+ Also, remove some of the helper functions added in a previous commit.
109+
110+2014-05-27 Chris Townsend <christopher.townsend@canonical.com>
111+
112+ Use counter for calculating number of app windows in a viewport and also check if the number of app windows has changed outside of the for loop in order to update Launcher pips for all Launchers in multi-monitor scenarios.
113+
114+2014-05-26 Chris Townsend <christopher.townsend@canonical.com>
115+
116+ Fix issue where the number of Launcher icon pips are not always properly updated when a new window of an already running application is opened.
117+
118+2014-06-07 Andrea Azzarone <azzaronea@gmail.com>
119+
120+ Pass the correct options to showLauncherKeyTerminate in UnityScreen::OnLockScreen Fixes: 1320438
121+
122+2014-05-26 Andrea Azzarone <azzaronea@gmail.com>
123+
124+ Pass the correct options to showLauncherKeyTerminate in UnityScreen::OnLockScreen.
125+
126+2014-06-07 Andrea Azzarone <azzaronea@gmail.com>
127+
128+ Disable switcher gestures if screen is locked. Fixed a regression. Fixes: 1321043
129+
130+2014-05-20 Andrea Azzarone <azzaronea@gmail.com>
131+
132+ Remove unwated changes.
133+
134+2014-05-20 Andrea Azzarone <azzaronea@gmail.com>
135+
136+ Disable switcher gestures if screen is locked. Fixed a regression.
137+
138+2014-05-20 Andrea Azzarone <azzaronea@gmail.com>
139+
140+ Restore clibpoard on unlock. Update tests too.
141+
142+2014-05-20 Andrea Azzarone <azzaronea@gmail.com>
143+
144+ Clear the clipboard when locking the screen.
145+
146+2014-05-16 Andrea Azzarone <azzaronea@gmail.com>
147+
148+ Clear the clipboard when locking the screen.
149+
150+2014-06-07 Andrea Azzarone <azzaronea@gmail.com>
151+
152+ Clear the clipboard when locking the screen. Fixes: 1308911
153+
154+2014-05-26 Andrea Azzarone <azzaronea@gmail.com>
155+
156+ Enable clipboard by default.
157+
158+2014-05-26 Andrea Azzarone <azzaronea@gmail.com>
159+
160+ Disable clibpoard during lockscreen.
161+
162+2014-06-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
163+
164+ ShortcutView: use RawPixel's for the size values and convert them to match current scaling
165+
166+ Plus dinamically allocate horizontal space, not to cut the text. Fixes: 924840, 1317356, 1317869
167+
168+2014-05-16 Marco Trevisan (Treviño) <mail@3v1n0.net>
169+
170+ Merging with lp:~3v1n0/unity/dynamic-shortcut-hint
171+
172+2014-05-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
173+
174+ ShortcutView: increase max column widths to make sure they will work with big text
175+
176+2014-05-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
177+
178+ ShortcutView: adjust column maximum width inside PreLayoutManagement instead that when filling the model
179+
180+2014-05-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
181+
182+ ShortcutView: some cleanup
183+
184+2014-05-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
185+
186+ ShortcutView: define maximum columns width, way longer than before
187+
188+2014-05-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
189+
190+ ShortcutView: reduce the line spacing to match old values
191+
192+ This migtht be caused by the StaticCairoText usage, and this spacing actually matches design
193+
194+2014-05-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
195+
196+ ShortcutController: always fill the model before setting it
197+
198+2014-05-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
199+
200+ ShortcutView: compute maximum columns width based on text size
201+
202+ In this way the text won't be truncated. The text size is computed per each column
203+
204+2014-05-16 Marco Trevisan (Treviño) <mail@3v1n0.net>
205+
206+ Merging with lp:~brandontschaefer/unity/shutdown-dialog-hi-dpi
207+
208+2014-05-13 Marco Trevisan (Treviño) <mail@3v1n0.net>
209+
210+ ShortcutView: use string literal to build RawPixel's
211+
212+2014-05-13 Marco Trevisan (Treviño) <mail@3v1n0.net>
213+
214+ Merge with trunk
215+
216+2014-05-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
217+
218+ ShortcutView: use RawPixel's for the size values and convert them to match current scaling
219+
220+2014-06-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
221+
222+ PluginAdapter: try to grab the screen to make sure that the screen is not grabbed
223+
224+ FocusIn event with NotifyGrab mode is not always triggered by X when a window
225+ takes the grab, then we need to ensure that there's no grab by trying to get one.
226+ We only care about keyboard here, since pointer grabs don't affect us in general. Fixes: 741869, 1305586
227+
228+2014-05-13 Marco Trevisan (Treviño) <mail@3v1n0.net>
229+
230+ LockScreenController: don't try to lock if there's a keyboard grab around
231+
232+2014-05-13 Marco Trevisan (Treviño) <mail@3v1n0.net>
233+
234+ PluginAdapter: try to grab the screen to make sure that the screen is not grabbed
235+
236+ FocusIn event with NotifyGrab mode is not always triggered by X when a window
237+ takes the grab, then we need to ensure that there's no grab by trying to get one.
238+ We only care about keyboard here, since pointer grabs don't affect us in general.
239+
240+2014-06-06 CI bot <ps-jenkins@lists.canonical.com>
241+
242+ Releasing 7.2.0+14.10.20140606.1-0ubuntu1
243+
244+2014-06-06 Marco Trevisan (Treviño) <mail@3v1n0.net>
245+
246+ SwitcherView: use RawPixel's for the size values and convert them to match current scaling Fixes: 1317348
247+
248+2014-05-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
249+
250+ TestSwitcherView: remove obsolete property check
251+
252+2014-05-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
253+
254+ SwitcherView: use RawPixel's for the size values and convert them to match current scaling
255+
256+2014-06-06 Chris Townsend <christopher.townsend@canonical.com>
257+
258+ Fix issue where scaling the edge illumination up and down with the size of the Launcher icons would cause the illumination border to be offset and smaller than the icon. Fixes: 1309739
259+
260+2014-05-08 Chris Townsend <christopher.townsend@canonical.com>
261+
262+ Revert the last change and instead, use the icon glow .png file instead of the .svg since Gdk does not seem to be able to handle properly scaling the svg file.
263+
264+2014-05-06 Chris Townsend <christopher.townsend@canonical.com>
265+
266+ Fix issue where scaling the edge illumination up and down with the size of the Launcher icons would cause the illumination border to be offset and smaller than the icon.
267+
268+2014-06-06 Brandon Schaefer <brandontschaefer@gmail.com>
269+
270+ Lockscreen warning icon needs a tooltip to say what the warning is about! Fixes: 1308288
271+
272+2014-04-23 Brandon Schaefer <brandontschaefer@gmail.com>
273+
274+ * Load the warning icon only when we enable show caps lock.
275+
276+2014-04-22 Brandon Schaefer <brandontschaefer@gmail.com>
277+
278+ * Remove spin_icon_width
279+
280+2014-04-22 Brandon Schaefer <brandontschaefer@gmail.com>
281+
282+ * Merge from parent. Fix conflicts.
283+
284+2014-04-22 Brandon Schaefer <brandontschaefer@gmail.com>
285+
286+ * Merge trunk
287+
288+2014-04-15 Brandon Schaefer <brandontschaefer@gmail.com>
289+
290+ * Fix multi monitor issue
291+ * Fix translation issue
292+
293+2014-04-15 Brandon Schaefer <brandontschaefer@gmail.com>
294+
295+ * No magic strings!
296+
297+2014-04-15 Brandon Schaefer <brandontschaefer@gmail.com>
298+
299+ * Add a nice warning tooltip
300+
301+2014-06-06 Brandon Schaefer <brandon.schaefer@canonical.com>
302+
303+ ShutdownView: Scale up the Buttons and Text plus Borders of the UnityWindowView. Fixes: 1308323
304+
305+2014-05-13 Brandon Schaefer <brandon.schaefer@canonical.com>
306+
307+ * Much better way to clean up textures
308+
309+2014-05-13 Brandon Schaefer <brandon.schaefer@canonical.com>
310+
311+ * Clean up unused textures when a dpi changes, or a monitor changes
312+
313+2014-05-08 Brandon Schaefer <brandon.schaefer@canonical.com>
314+
315+ * Pre-load textures based on scale value of monitors
316+
317+2014-05-08 Brandon Schaefer <brandon.schaefer@canonical.com>
318+
319+ * Merge Marcos branch again
320+
321+2014-05-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
322+
323+ UnityWindowView: don't keep EMConverter around, we don't need it... Let's use just scale
324+
325+2014-05-08 Brandon Schaefer <brandon.schaefer@canonical.com>
326+
327+ * Move the CP() call for the const sizes to UnityWindowStyle
328+
329+2014-05-08 Brandon Schaefer <brandon.schaefer@canonical.com>
330+
331+ * Merge Marcos branch
332+ * Merge trunk
333+
334+2014-05-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
335+
336+ SessionButton: don't scale the button size twice...
337+
338+2014-05-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
339+
340+ SessionButton: remove useless definition
341+
342+2014-05-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
343+
344+ UnityWindowView: only expose scale instead of the EMConverter, so we get proper notifications
345+
346+2014-05-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
347+
348+ ShortcutController: set the monitor property
349+
350+2014-05-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
351+
352+ UnityWindowView: don't include UnitySettings in the header...
353+
354+2014-05-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
355+
356+ SwitcherView: use the UnityWindowView monitor value and scale padding correctly
357+
358+2014-05-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
359+
360+ RawPixel: no need to round here, EMConverter will do it
361+
362+2014-05-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
363+
364+ EMConverter: just multiply the pixels per DPIScale, it's simpler and safer
365+
366+2014-05-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
367+
368+ UnityWindowView: make sure we update the internal offset correctly
369+
370+2014-05-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
371+
372+ Merging with lp:~brandontschaefer/unity/shutdown-dialog-hi-dpi
373+
374+2014-05-07 Brandon Schaefer <brandontschaefer@gmail.com>
375+
376+ * Use a map to map textures based on scale size, so we only load scale sizes we need,
377+ and still cache them. Good for multi monitor.
378+
379+2014-05-06 Brandon Schaefer <brandontschaefer@gmail.com>
380+
381+ * Scale the borders
382+
383+2014-05-06 Brandon Schaefer <brandontschaefer@gmail.com>
384+
385+ * Scale the closeable window button as well.
386+ * TODO Window border, a bit more tricky...
387+
388+2014-05-05 Brandon Schaefer <brandontschaefer@gmail.com>
389+
390+ * Fix reviews issues.
391+
392+2014-05-02 Brandon Schaefer <brandontschaefer@gmail.com>
393+
394+ * Undo changes that aren't part of branch
395+
396+2014-04-25 Brandon Schaefer <brandontschaefer@gmail.com>
397+
398+ * Merge trunk
399+
400+2014-04-25 Brandon Schaefer <brandontschaefer@gmail.com>
401+
402+ * Fixes based on review
403+
404+2014-04-24 Brandon Schaefer <brandontschaefer@gmail.com>
405+
406+ * First stage of Shutdown Dialog HiDPI Support
407+
408+2014-06-06 Brandon Schaefer <brandon.schaefer@canonical.com>
409+
410+ TextInput: move the warning icon inside the input field, render it white Fixes: 1307738
411+
412+2014-06-05 Brandon Schaefer <brandon.schaefer@canonical.com>
413+
414+ * Merge trunk
415+
416+2014-04-17 Brandon Schaefer <brandontschaefer@gmail.com>
417+
418+ * Need the relayout, otherwise the icon is late to show
419+
420+2014-04-17 Brandon Schaefer <brandontschaefer@gmail.com>
421+
422+ * Make caps_lock_on private
423+
424+2014-04-17 Brandon Schaefer <brandontschaefer@gmail.com>
425+
426+ * Move QueueDraw to the changed callback.
427+ * Remove ToggleCapsLock
428+
429+2014-04-16 Brandon Schaefer <brandontschaefer@gmail.com>
430+
431+ * Move over detectiong caps lock to TextInput.cpp as well.
432+ * Steal Marcos code that puts the Warning icon into a layout (Thanks!)
433+
434+2014-04-15 Brandon Schaefer <brandontschaefer@gmail.com>
435+
436+ * Use a fallback icon
437+
438+2014-04-15 Brandon Schaefer <brandontschaefer@gmail.com>
439+
440+ * Move the warning icon over the TextInput.
441+ * This will make adjusting the IMTextEntry width a bit easier (still a TODO)
442+
443+2014-04-14 Brandon Schaefer <brandontschaefer@gmail.com>
444+
445+ * Use the gnome theme to load the warning icon. Looks better, and will scale :)
446+
447+2014-04-14 Brandon Schaefer <brandontschaefer@gmail.com>
448+
449+ * make sure we draw the waring icon above the text entry
450+
451+2014-06-06 Marco Trevisan (Treviño) <mail@3v1n0.net>
452+
453+ ApplicationLauncherIcon: Focus and, in case, Spread the windows on DnD
454+
455+ After 1 second that an user is over an icon, that icon should focus the relative
456+ application and Spread its windows if it has more than one opened.
457+
458+ Correctly handle the DnD scale in launcher, and apply glow to the icon under pointer. Fixes: 607796, 727902, 754580, 839728
459+
460+2014-04-16 Marco Trevisan (Treviño) <mail@3v1n0.net>
461+
462+ {Trash,Volume}LauncherIcon: also shimmer on drop-accept
463+
464+2014-04-16 Marco Trevisan (Treviño) <mail@3v1n0.net>
465+
466+ Launcher: glow launcher icons under the dnd if they accept dropping on them
467+
468+2014-04-16 Marco Trevisan (Treviño) <mail@3v1n0.net>
469+
470+ AbstractLauncherIcon: add GLOW quirk
471+
472+2014-04-16 Marco Trevisan (Treviño) <mail@3v1n0.net>
473+
474+ {Dash,Hud}Controller: use wm signals instead of UBus to hide on VP switch
475+
476+2014-04-16 Marco Trevisan (Treviño) <mail@3v1n0.net>
477+
478+ UnityScreen: initialize scale_just_activated_ on OnInitiateSpread
479+
480+2014-04-16 Marco Trevisan (Treviño) <mail@3v1n0.net>
481+
482+ Launcher: don't desaturate the icons when spread is started during DnD
483+
484+ Also make sure we redraw when bg_effect_helper status changes
485+
486+2014-04-16 Marco Trevisan (Treviño) <mail@3v1n0.net>
487+
488+ UnityScreen: make sure we always set the scale "x_offset" value
489+
490+2014-04-16 Marco Trevisan (Treviño) <mail@3v1n0.net>
491+
492+ PluginAdapter: listen to compiz scale events also for setting scale active/disactive
493+
494+ This will allow to get the scale status also when it doesn't take the grab (like in the DnD case)
495+
496+2014-04-16 Marco Trevisan (Treviño) <mail@3v1n0.net>
497+
498+ ApplicationLauncherIcon: Focus and, in case, Spread the application windows after some DnD over the icon
499+
500+ After 1 second that an user is over an icon, that icon should focus the relative application and Spread its windows
501+ if it has more than one opened
502+
503+2014-06-06 Alfred Neumayer <dev.beidl@gmail.com>
504+
505+ Restore the launcher position by reversing the animation and unsetting the DND_PUSHED_OFF quirk. Fixes: 1304882
506+
507+2014-04-16 Alfred Neumayer <dev.beidl@gmail.com>
508+
509+ Remove redundant SetHidden()
510+
511+2014-04-15 Alfred Neumayer <dev.beidl@gmail.com>
512+
513+ Unhide the launcher if it was manually dragged out before DND.
514+
515+2014-04-15 Alfred Neumayer <dev.beidl@gmail.com>
516+
517+ Base change on Trevinhos patch.
518+
519+2014-04-14 Alfred Neumayer <dev.beidl@gmail.com>
520+
521+ The animation shouldn't get reversed twice as that looks odd.
522+
523+2014-04-14 Alfred Neumayer <dev.beidl@gmail.com>
524+
525+ Unset DND_PUSHED_OFF and reverse the animation to make launcher reappear after DND.
526+
527+2014-05-12 CI bot <ps-jenkins@lists.canonical.com>
528+
529+ Releasing 7.2.0+14.10.20140512.4-0ubuntu1
530+
531+2014-05-12 Stephen M. Webb <stephen.webb@canonical.com>
532+
533+ disabled precompiled headers on arm64 Ubuntu package builds Fixes: 1317276
534+
535+2014-05-12 Stephen M. Webb <stephen.webb@canonical.com>
536+
537+ disabled precompiled headers for arm64 arch, it seems to cause random ICEs
538+
539+2014-05-12 Stephen M. Webb <stephen.webb@canonical.com>
540+
541+ lockscreen/LockScreenAccelerators.h: added required header for std:vector definition
542+
543+2014-05-12 Stephen M. Webb <stephen.webb@canonical.com>
544+
545+ added missing header for std::vector definition
546+
547+2014-05-12 Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>
548+
549+ Sync with distro upload for 7.2.0+14.04.20140423-0ubuntu2
550+ - replace autopilot-desktop Depends in unity-autopilot with autopilot-desktop-legacy.
551+
552+2014-05-07 Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>
553+
554+ Sync with distro
555+
556+2014-05-12 Andrea Azzarone <azzaronea@gmail.com>
557+
558+ Add a warning in the session dialog if other sessions are still open. Fixes: 1281058
559+
560+2014-05-09 Andrea Azzarone <azzaronea@gmail.com>
561+
562+ Update string.
563+
564+2014-05-09 Andrea Azzarone <azzaronea@gmail.com>
565+
566+ Merge trunk.
567+
568+2014-04-17 Andrea Azzarone <azzaronea@gmail.com>
569+
570+ Send the changed event.
571+
572+2014-04-16 Andrea Azzarone <azzaronea@gmail.com>
573+
574+ Use a ROProperty.
575+
576+2014-04-16 Andrea Azzarone <azzaronea@gmail.com>
577+
578+ Add an extra /n.
579+
580+2014-04-11 Andrea Azzarone <azzaronea@gmail.com>
581+
582+ Fix string.
583+
584+2014-04-11 Andrea Azzarone <azzaronea@gmail.com>
585+
586+ Remove new line.
587+
588+2014-04-11 Andrea Azzarone <azzaronea@gmail.com>
589+
590+ Add a warning in the session dialog if other sessions are still open.
591+
592+2014-05-12 Brandon Schaefer <brandontschaefer@gmail.com>
593+
594+ Set the max width, so our static text wraps. So we don't end up rendering text out of the view area. Fixes: 1312749
595+
596+2014-04-25 Jonas Schwabe
597+
598+ * Set the max width, so the static text wraps (and doesn't go out of the view!)
599+
600+2014-05-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
601+
602+ DebugDBusInterface: match properties if they are in the AP array form [<type>, <value>] Fixes: 1307748
603+
604+2014-04-24 Marco Trevisan (Treviño) <mail@3v1n0.net>
605+
606+ DebugDBusInterface: GetPropertyValue should return a proper value only if we've a valid array
607+
608+ Improve debugging messages and fix leaks.
609+
610+2014-04-16 Marco Trevisan (Treviño) <mail@3v1n0.net>
611+
612+ DebugDBusInterface: match properties if they are in the AP array form [<type>, <value>]
613+
614+2014-05-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
615+
616+ PluginAdapter: make sure we don't try to call an invalid initiate/terminate callback function Fixes: 1221673
617+
618+2014-04-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
619+
620+ PluginAdapter: make sure we don't try to call an invalid initiate/terminate callback function
621+
622+2014-05-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
623+
624+ UnityScreen: don't try to show Dash/Hud if the screen is grabbed
625+
626+ Also move the dash opening out from LauncherController, and get rid of UBus
627+ as first initialization source, as it can only slow things down here. Fixes: 741869
628+
629+2014-05-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
630+
631+ Mergin with trunk
632+
633+2014-04-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
634+
635+ Merging with lp:~3v1n0/unity/lockscreen-keys-disable
636+
637+2014-04-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
638+
639+ UnityScreen: Get the Hud initialization event if unity is locked
640+
641+2014-04-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
642+
643+ UnityScreen: if the screen is grabbed when showing the Hud, wait for ungrab for a couple of seconds
644+
645+2014-04-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
646+
647+ UnityScreen: don't try to show Dash/Hud if the screen is grabbed
648+
649+ Also move the dash opening out from LauncherController, and get rid of UBus
650+ as first initialization source, that can only slow things down here.
651+
652+2014-04-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
653+
654+ DashController: return a bool in ShowDash, wait for ungrab for 2 seconds maximum
655+
656+ Now if the screen is grabbed, we just wait a couple of seconds the ungrab-event.
657+ If that happens in such timeframe then we show the dash, otherwise we ignore the request.
658+
659+ Also return a bool weather we've shown the dash or not.
660+
661+2014-04-24 Marco Trevisan (Treviño) <mail@3v1n0.net>
662+
663+ UnityScreen: notify grab also when the screen is not grabbed but we got a NotifyWhileGrabbed event
664+
665+2014-05-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
666+
667+ UnityScreen: always paint the lockscreen above, just add menu and onboard as exceptions
668+
669+ Some code cleanup, factorizing similar code. Fixes: 1313280
670+
671+2014-05-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
672+
673+ UnityWindow: add just one function that computes if a window can bypass lockscreen
674+
675+2014-05-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
676+
677+ UnityScreen: use a better (and cheaper) way to recognize Onboard window
678+
679+2014-05-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
680+
681+ UnityScreen: always paint the lockscreen above, just add menu and onboard as exceptions
682+
683+2014-05-12 Jinkyu Yi <jincreator@jincreator.net>
684+
685+ Dash: Fix problem at checking blacklisted unicode range Fixes: 1251193
686+
687+2014-05-04 Jinkyu Yi <jincreator@jincreator.net>
688+
689+ Dash: Fix problem at checking blacklisted unicode range. Fixes: 1251193
690+
691+2014-05-12 William Hua <william.hua@canonical.com>
692+
693+ Add proper support for modifier-only shortcuts on the lock screen. Fixes: 1291461
694+
695+2014-04-30 William Hua <william.hua@canonical.com>
696+
697+ Treat Meta modifier as Alt.
698+
699+2014-04-30 William Hua <william.hua@canonical.com>
700+
701+ Minor revisions.
702+
703+2014-04-29 William Hua <william.hua@canonical.com>
704+
705+ Destroy accelerator controller between locks.
706+
707+2014-04-29 William Hua <william.hua@canonical.com>
708+
709+ Remove gotos.
710+
711+2014-04-18 William Hua <william.hua@canonical.com>
712+
713+ Make a separate controller just for accelerators.
714+
715+2014-04-18 William Hua <william.hua@canonical.com>
716+
717+ Rip everything out and start anew.
718+
719+2014-04-15 William Hua <william.hua@canonical.com>
720+
721+ Add proper support for modifier-only shortcuts on the lock screen.
722+
723+2014-05-02 Marc Deslauriers <marc.deslauriers@ubuntu.com>
724+
725+ debian/changelog: sync with distro
726+
727+2014-05-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
728+
729+ PanelService: emit an invalid EntryActivated signal if the menu hasn't actually been shown
730+
731+ In addition, if the menu is not visible after the first popup call, try to show a menu
732+ without keyboard focus. This will make possible to see menus also when there's a key-grab
733+ (although they will be without keyboard support).
734+
735+ Finally, reset the menu state, if that failed.
736+
737+2014-04-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
738+
739+ LockScreenPanel: if a menu is opened, and the screen is not grabbed, give the grab back to the Shield.
740+
741+2014-04-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
742+
743+ PanelService: cleanup the menu popup code, avoid unnecessary calls to gtk_widget_is_visible
744+
745+2014-04-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
746+
747+ PanelService: if the menu is not visible, try to show a menu without keyboard focus
748+
749+ This will make possible to see menus also when there's a key-grab.
750+
751+2014-04-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
752+
753+ PanelService: emit an invalid EntryActivated signal if the menu has not actually been shown
754+
755+ And also reset the menu state, if that failed
756+
757+2014-05-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
758+
759+ UnityScreen: toggle activation of all the unity compiz actions when locking the screen
760+
761+ Also, make sure that the lockscreen views are treated as "always-on-front" windows by nux
762+ (and this applies to both visibility and events).
763+
764+2014-04-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
765+
766+ TestSessionController: verify correctly the new Hide method
767+
768+2014-04-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
769+
770+ LockScreenController: set the primary shield as the always on front window when another basewindow hides
771+
772+ That window might have set itself as the always on front window, so we should restore our role
773+
774+2014-04-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
775+
776+ SessionController: set the dialog as the nux always on front view
777+
778+2014-04-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
779+
780+ SessionController: delete the views when hidden, we don't need to keep them around
781+
782+2014-04-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
783+
784+ UnityScreen: make sure we reset all the unity views before locking
785+
786+2014-04-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
787+
788+ UnityScreen: also send the terminate action to Alt pressure on lock
789+
790+2014-04-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
791+
792+ UnityScreen: toggle all the unity (and thus the Gnome) key bindings when locking
793+
794+2014-04-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
795+
796+ LockScreenShield: don't try to regrab again if we've been just requested to ungrab
797+
798+2014-04-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
799+
800+ LockScreenShield: wait for the next ungrab-event if we can't grab when panel is not active anymore
801+
802+2014-04-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
803+
804+ UnityScreen: toggle activation of all the unity compiz actions when locking the screen
805+
806+2014-04-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
807+
808+ LockScreenController: set the blank window or the primary shield as the always-on-front window
809+
810+ In this way nux won't draw anything above it, nor will pass events to the underneath windows
811+
812+2014-04-23 CI bot <ps-jenkins@lists.canonical.com>
813+
814+ Releasing 7.2.0+14.04.20140423-0ubuntu1
815+
816+2014-04-23 Chris Townsend <christopher.townsend@canonical.com>
817+
818+ When setting the STARTING quirk for Application Launcher icons, only do it for the monitor specified in the passed in args. Fixes: 1291362
819+
820+2014-04-21 Chris Townsend <christopher.townsend@canonical.com>
821+
822+ When setting the STARTING quirk for Application Launcher icons, only do it for the monitor specified in the passed in args.
823+
824+2014-04-23 Andrea Azzarone <azzaronea@gmail.com>
825+
826+ Close dash/hud/etc. on signal locked too. Fixes: 1308850
827+
828+2014-04-17 Andrea Azzarone <azzaronea@gmail.com>
829+
830+ Use prompt_lock_requested signal.
831+
832+2014-04-17 Andrea Azzarone <azzaronea@gmail.com>
833+
834+ Close dash/hud/etc. on signal locked too.
835+
836+2014-04-17 Andrea Azzarone <azzaronea@gmail.com>
837+
838+ Close dash/hud/etc. on signal locked too.
839+
840+2014-04-16 CI bot <ps-jenkins@lists.canonical.com>
841+
842+ Releasing 7.2.0+14.04.20140416-0ubuntu1
843+
844+2014-04-16 Andrea Azzarone <azzaronea@gmail.com>
845+
846+ Do not allow to activate twice the same entry! Fixes: 1308572
847+
848+2014-04-16 Andrea Azzarone <azzaronea@gmail.com>
849+
850+ Minor change.
851+
852+2014-04-16 Andrea Azzarone <azzaronea@gmail.com>
853+
854+ Fix ident.
855+
856+2014-04-16 Andrea Azzarone <azzaronea@gmail.com>
857+
858+ Do not allow to activate two times the same entry!
859+
860+2014-04-16 Marco Trevisan (Treviño) <mail@3v1n0.net>
861+
862+ UnityScreen: save a locked.stamp file when locking/unlocking, to relock on startup
863+
864+ This makes unity to relocks if it was locked before crashing... Fixes: 1308572
865+
866+2014-04-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
867+
868+ UnityScreen: Save lock file stamp in $XDG_RUNTIME_DIR, cleanup it on destroy
869+
870+2014-04-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
871+
872+ DesktopUtilities: add GetUserRuntimeDirectory to fetch $XDG_RUNTIME_DIR
873+
874+2014-04-16 Marco Trevisan (Treviño) <mail@3v1n0.net>
875+
876+ UnityScreen: save a locked.stamp file when locking/unlocking, to relock on startup
877+
878+2014-04-16 Marco Trevisan (Treviño) <mail@3v1n0.net>
879+
880+ DesktopUtilities: add GetCacheDirectory, to fetch and create an unity cache dir
881+
882+2014-04-14 CI bot <ps-jenkins@lists.canonical.com>
883+
884+ Releasing 7.2.0+14.04.20140414.1-0ubuntu1
885+
886+2014-04-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
887+
888+
889+ CompizUtils: only shadow-decorate alpha windows that have full decorations as well
890+
891+ Since alpha windows might have custom shapes, it's safer not to shadow-decorate them
892+ unless they don't provide, for sure, a full decoration.
893+
894+ This fixes, between the others, the unity force-quit dialog. Fixes: 1281825, 1307524
895+
896+2014-04-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
897+
898+ CompizUtils: only shadow-decorate alpha windows that have full decorations as well
899+
900+ Since alpha windows might have custom shapes, it's safer not to shadow-decorate them
901+ unless they don't provide, for sure, a full decoration.
902+
903+ This fixes, between the others, the unity force-quit dialog.
904+
905+2014-04-14 Sami Jaktholm <sjakthol@outlook.com>
906+
907+ Scale: Correctly detect the activation of a scale and set scale_just_activated_
908+ to true properly. Fixes: 1288789
909+
910+2014-04-11 Sami Jaktholm <sjakthol@outlook.com>
911+
912+ Scale: Correctly detect the activation of a scale and set scale_just_activated_
913+ to true properly.
914+
915+2014-04-14 Alfred Neumayer <dev.beidl@gmail.com>
916+
917+ Security issue: Gestures on the lock screen allow to peek inside running applications.
918+ As with keyboard input, gestures should be blocked while the screen is locked. Fixes: 1303041, 1306973
919+
920+2014-04-14 Alfred Neumayer <dev.beidl@gmail.com>
921+
922+ Stop hiding the launchers parent window for now as it breaks urgent icon wiggling and hint shadow.
923+
924+2014-04-13 Alfred Neumayer <dev.beidl@gmail.com>
925+
926+ Don't queue up drawing if the gestures are ignored.
927+
928+2014-04-12 Alfred Neumayer <dev.beidl@gmail.com>
929+
930+ Make the lockscreen_controller accessible to other classes and don't allow 4 finger gestures in the lock screen.
931+
932+2014-04-12 Alfred Neumayer <dev.beidl@gmail.com>
933+
934+ Should not even try to show the switcher if the screen is locked.
935+
936+2014-04-12 Alfred Neumayer <dev.beidl@gmail.com>
937+
938+ Forgot a variable
939+
940+2014-04-12 Alfred Neumayer <dev.beidl@gmail.com>
941+
942+ Also, don't hide the launcher window if expo or scale are active.
943+
944+2014-04-12 Alfred Neumayer <dev.beidl@gmail.com>
945+
946+ Really shouldn't hide the launcher window if the dash is open.
947+
948+2014-04-11 CI bot <ps-jenkins@lists.canonical.com>
949+
950+ Releasing 7.2.0+14.04.20140411-0ubuntu1
951+
952+2014-04-11 Sami Jaktholm <sjakthol@outlook.com>
953+
954+ Lockscreen: Give proper grabs to the shield before releasing blank_window_. Fixes: 1306417
955+
956+2014-04-11 Sami Jaktholm <sjakthol@outlook.com>
957+
958+ Lockscreen: Give proper grabs to the shield before releasing blank_window_.
959+
960+2014-04-10 CI bot <ps-jenkins@lists.canonical.com>
961+
962+ Releasing 7.2.0+14.04.20140410.1-0ubuntu1
963+
964+2014-04-10 William Hua <william.hua@canonical.com>
965+
966+ Enable sound buttons and input source switching under lock screen.
967+
968+2014-04-11 William Hua <william.hua@canonical.com>
969+
970+ Clean up.
971+
972+2014-04-11 William Hua <william.hua@canonical.com>
973+
974+ Fix merge errors.
975+
976+2014-04-11 William Hua <william.hua@canonical.com>
977+
978+ Minor changes.
979+
980+2014-04-11 William Hua <william.hua@canonical.com>
981+
982+ Merge trunk.
983+
984+2014-04-11 William Hua <william.hua@canonical.com>
985+
986+ Enable sound and input source shortcuts on lock screen.
987+
988+2014-04-10 CI bot <ps-jenkins@lists.canonical.com>
989+
990+ LockScreen: add ability to show without fading in on some system calls
991+
992+ Also, if locking is not enabled, calling Lock causes the screensaver to be initiated.
993+ Many cleanups and misc fixes. Fixes: 1292575, 1305194
994+
995+2014-04-10 Eleni Maria Stea <elenimaria.stea@canonical.com>
996+
997+ It fixes the quicklist menu appearance. Fixes: 1298859
998+
999+2014-04-09 Eleni Maria Stea <elenimaria.stea@canonical.com>
1000+
1001+ fixed quicklist scaling
1002+
1003+2014-04-10 Brandon Schaefer <brandontschaefer@gmail.com>
1004+
1005+ When we detect caps lock, or caps lock is pressed, render a warning icon to show its on. Fixes: 1291737
1006+
1007+2014-04-09 Brandon Schaefer <brandontschaefer@gmail.com>
1008+
1009+ * Make sure we update the caps lock detector when we change primary sheilds
1010+
1011+2014-04-01 Brandon Schaefer <brandontschaefer@gmail.com>
1012+
1013+ * Get rid of magic numbers, have to get the width of the cached
1014+ spin icon width, so we can place the warning icon in the right spot
1015+
1016+2014-04-01 Brandon Schaefer <brandontschaefer@gmail.com>
1017+
1018+ * Check if caps is on each time we make a new Prompt, as it can change
1019+ when authenticating, and we need to know.
1020+
1021+2014-04-01 Brandon Schaefer <brandontschaefer@gmail.com>
1022+
1023+ * Detect if caps lock is on, and check if caps lock is pressed.
1024+ If so, then render a warning icon.
1025+
1026+2014-04-10 Alfred Neumayer <dev.beidl@gmail.com>
1027+
1028+ If the dash has not been opened before, a 4 finger tap will result in a dash with no selected scope.
1029+ Instead, set up the window and view of the dash by sending DASH_ABOUT_TO_SHOW (same happens when hovering the mouse pointer over the BFB icon)
1030+ and open the home scope. Fixes: 1303468
1031+
1032+2014-04-10 Alfred Neumayer <dev.beidl@gmail.com>
1033+
1034+ UnityGestureTarget.cpp: Remove spaces
1035+
1036+2014-04-10 Alfred Neumayer <dev.beidl@gmail.com>
1037+
1038+ 4 finger tap: Set up the dash window and its view, show the home scope afterwards.
1039+
1040+2014-04-10 Alfred Neumayer <dev.beidl@gmail.com>
1041+
1042+ Launcher: Show and hide the launcher window OnDragUpdate() to fix the gesture animations Fixes: 1303141
1043+
1044+2014-04-10 Alfred Neumayer <dev.beidl@gmail.com>
1045+
1046+ Only hide/unhide launcher window if autohide mode is on.
1047+
1048+2014-04-10 Alfred Neumayer <dev.beidl@gmail.com>
1049+
1050+ Actually, Hide/Un-Hide launcher window in OnDragUpdate.
1051+
1052+2014-04-10 Alfred Neumayer <dev.beidl@gmail.com>
1053+
1054+ Un-hide launcher window when dragging out using 4 finger gesture: https://bugs.launchpad.net/unity/+bug/1303141
1055+
1056+2014-04-10 Alfred Neumayer <dev.beidl@gmail.com>
1057+
1058+ Alt-Tab has always respected the alt-tab-bias-viewport setting, but the 3-finger gesture to switch between windows has not, even though it does the same thing.
1059+ They should behave the same way depending on the CCSM setting. Fixes: 1303060
1060+
1061+2014-04-07 Alfred Neumayer <dev.beidl@gmail.com>
1062+
1063+ Make 3 finger window switch gesture respect the alt-tab-bias-viewport setting by moving the check to SetUpAndShowSwitcher.
1064+
1065+2014-04-10 Sami Jaktholm <sjakthol@outlook.com>
1066+
1067+ Shortcuts: Listen and react to view close requests. Fixes: 1297842
1068+
1069+2014-04-05 Sami Jaktholm <sjakthol@outlook.com>
1070+
1071+ Shortcuts: Listen and react to view close requests.
1072+
1073+2014-04-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
1074+
1075+ DecorationsGrabEdge, PanelMenuView: perform proper WM action on clicks, based on user settings Fixes: 1283849
1076+
1077+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1078+
1079+ PanelMenuView: use generic actions based on WM settings for double,middle and right clicks
1080+
1081+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1082+
1083+ WindowManager: add methods to {Horizontally,Vertically}Maximize a window
1084+
1085+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1086+
1087+ WindowManager: add window shading methods
1088+
1089+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1090+
1091+ DecorationsGrabEdge: perform proper WM action on clicks, based on user settings
1092+
1093+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1094+
1095+ DecorationStyle: add WindowManagerAction to get WM click options
1096+
1097+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1098+
1099+ Merging with lp:~3v1n0/unity/right-left-click-maximize-fix
1100+
1101+2014-04-10 CI bot <ps-jenkins@lists.canonical.com>
1102+
1103+ Releasing 7.2.0+14.04.20140410-0ubuntu1
1104+
1105+2014-04-10 CI bot <ps-jenkins@lists.canonical.com>
1106+
1107+ Session: Don't lock the screen if screen locking is disabled by
1108+ org.gnome.desktop.lockdown disable-lock-screen. Fixes: 1292154
1109+
1110+2014-04-10 CI bot <ps-jenkins@lists.canonical.com>
1111+
1112+ ScreenSaverDBusManager: start/stop gnome-screensaver if we don't/do handle the locking
1113+
1114+ This allows to just use the fallback gnome-screensaver lockscreen if we need to use it. Fixes: 1303712
1115+
1116+2014-04-10 CI bot <ps-jenkins@lists.canonical.com>
1117+
1118+ GnomeSessionManager: impelement gnome session dbus interface and a fader to blank the screen Fixes: 1291088, 1292041, 1292078, 1292446, 1292451
1119+
1120+2014-04-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
1121+
1122+ LockScreen: add ability to show without fading in on some system calls
1123+
1124+ Also, if locking is not enabled, calling Lock causes the screensaver to be initiated.
1125+ Many cleanups and misc fixes. Fixes: 1292575, 1305194
1126+
1127+2014-04-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
1128+
1129+ LockScreenController: fire screensaver_post_lock_timeout_ when the view is fully visible
1130+
1131+2014-04-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
1132+
1133+ GnomeSessionManager: if it's impossible to lock a session, start the screensaver on lock
1134+
1135+ This is what most of apps expect, and thus we do that. Although it's not really that coherent.
1136+
1137+2014-04-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
1138+
1139+ SessionManager: add ScreenSaver{Activate,Deactivate} and relevant signals and export them
1140+
1141+ Update LockScreenController and dbus apis to match this
1142+
1143+2014-04-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
1144+
1145+ LockScreenController: remove some racy code, avoid to emit multiple signals
1146+
1147+ And fix pre-lock blank window
1148+
1149+2014-04-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
1150+
1151+ LockScreenController: increase the lockscreen timeout wait to be bigger to a frame duration
1152+
1153+2014-04-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
1154+
1155+ SessionDBusManager: export PromptLock method on the dbus
1156+
1157+2014-04-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
1158+
1159+ BackgroundSettings: don't create new panel style instances, use the actual instance
1160+
1161+2014-04-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
1162+
1163+ ScreenSaverDBusManager: get rid of the old active_ bool variable, that caused undefined behavior
1164+
1165+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1166+
1167+ LockScreenController: even more cleanup, move blank window grabbing to own function
1168+
1169+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1170+
1171+ UnityWindow: we need to paint also the decorations of the windows, when in lock-mode
1172+
1173+ Othewise their texture won't be rebuilt and this will lead to wrong textures.
1174+ Also, we don't need to damage the screen when lock opacity changes as it's done by nux.
1175+
1176+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1177+
1178+ LockScreenController: also hide BlankWindow on mouse and keyboard down events
1179+
1180+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1181+
1182+ LockScreenController: show a blank window unless we don't have the lockscreen ready on prompt requests
1183+
1184+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1185+
1186+ SessionDBusManager: add support for "PromptLock"
1187+
1188+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1189+
1190+ GnomeSessionManager: use prompt lockscreen on logind lock requests
1191+
1192+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1193+
1194+ LockScreenController: add support to PromptLockScreen
1195+
1196+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1197+
1198+ SessionManager: add PromptLockScreen method and signal, to require a fast lock (with no fading)
1199+
1200+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1201+
1202+ Merging with lp:~sjakthol/unity/fix-1292154
1203+
1204+2014-04-06 Sami Jaktholm <sjakthol@outlook.com>
1205+
1206+ Don't cache the value and watch for changes. Check the setting every time instead.
1207+
1208+2014-04-06 Sami Jaktholm <sjakthol@outlook.com>
1209+
1210+ Session: Don't lock the screen if screen locking is disabled by
1211+ org.gnome.desktop.lockdown disable-lock-screen.
1212+
1213+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1214+
1215+ Merging with parent
1216+
1217+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1218+
1219+ LockScreenController: make sure whe hide the blank window on unlock
1220+
1221+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1222+
1223+ Merging with lp:~laney/unity/g-s-replace
1224+
1225+ Remves the ugly killall
1226+
1227+2014-04-09 Iain Lane <iain@orangesquash.org.uk>
1228+
1229+ Take over as the owner of the gnome-screensaver interface, if necessary.
1230+
1231+2014-04-09 Iain Lane <iain@orangesquash.org.uk>
1232+
1233+ Allow skipping of the tests with DEB_BUILD_OPTIONS=nocheck
1234+
1235+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1236+
1237+ Merging with parent branch
1238+
1239+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1240+
1241+ LockScreenController: add ShowBlankWindow method
1242+
1243+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1244+
1245+ UnityShell: ops, remove wrong change
1246+
1247+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1248+
1249+ Merging with parent branch
1250+
1251+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1252+
1253+ LockScreenController: start the screensaver after few seconds that the user has locked his session, if there's no more interaction
1254+
1255+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1256+
1257+ LockScreenShield: emit a signal when we receive a keyboard input
1258+
1259+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1260+
1261+ LockScreenController: immediately start the screensaver on SetActive dbus call
1262+
1263+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1264+
1265+ ScreenSaverDBusManager: add request_activate signal that is emitted on remote activation request
1266+
1267+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1268+
1269+ LockScreenController: some cleanup, and HideBlankWindow on simulate user activity
1270+
1271+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1272+
1273+ LockScreenController: keep track of dbus_manager and reset screensaver on simulate-user activity
1274+
1275+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1276+
1277+ ScreenSaverDBusManager: implement SimulateUserActivity
1278+
1279+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1280+
1281+ ScreenSaverDBusManager: use a nux property for active state
1282+
1283+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1284+
1285+ LockScreenController: don't animate when locking the screen on suspend or screensaver
1286+
1287+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1288+
1289+ LockScreenController: we can lock the screen if the GS setting is disabled
1290+
1291+ Also rename the setting to be more understandable
1292+
1293+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1294+
1295+ Merging with parent branch
1296+
1297+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1298+
1299+ LockScreenController: always call LockScreen of SessionManager as it has some checks
1300+
1301+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1302+
1303+ UnityScreen: damage the screen when the lockscreen opacity changes
1304+
1305+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1306+
1307+ LockScreenController: use a ROProperty for opacity
1308+
1309+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1310+
1311+ LockScreenController: only try to lock if locking is enabled
1312+
1313+2014-04-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
1314+
1315+ LockScreenController: use timeout seconds for lock delay
1316+
1317+2014-04-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
1318+
1319+ LockScreenController: only use one window to blank the screen, it's not needed to have one per monitor
1320+
1321+2014-04-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
1322+
1323+ LockScreenController: move OnPresenceStatusChanged into a function
1324+
1325+2014-04-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
1326+
1327+ LockScreenController: lock the screen on suspend if ubuntu is configured to do so
1328+
1329+2014-04-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
1330+
1331+ Uscreen: emit suspending signal on PrepareForSleep
1332+
1333+2014-04-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
1334+
1335+ LockScreenController: use direction to set the animation value
1336+
1337+2014-04-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
1338+
1339+ ExternalGschema: add missing external settings
1340+
1341+2014-04-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
1342+
1343+ LockScreenSettings: also use legacy lockscreen if screen reader is enabled
1344+
1345+2014-04-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
1346+
1347+ ScreenSaverDBusManager: add some comments
1348+
1349+2014-04-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
1350+
1351+ ScreenSaverDBusManager: use async calls
1352+
1353+2014-04-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
1354+
1355+ LockScreenController: call gnome-screensaver to lock the screen if we use a legacy lockscreen
1356+
1357+2014-04-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
1358+
1359+ ScreenSaverDBusManager: start/stop gnome-screensaver if we don't/do handle the locking
1360+
1361+2014-04-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
1362+
1363+ LockScreenSettings: add use_fallback option, that is on if OSK is active
1364+
1365+ This is to workaround on screen keyboard issues
1366+
1367+2014-04-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
1368+
1369+ Add GS schemas to external list
1370+
1371+2014-04-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
1372+
1373+ GnomeSessionManager: use enum class PresenceStatus instead of magic numbers
1374+
1375+2014-04-07 Andrea Azzarone <azzaronea@gmail.com>
1376+
1377+ Merge trunk.
1378+
1379+2014-04-07 Andrea Azzarone <azzaronea@gmail.com>
1380+
1381+ Remove magic numbers.
1382+
1383+2014-04-07 Andrea Azzarone <azzaronea@gmail.com>
1384+
1385+ Do not implement SimulateUserActivity.
1386+
1387+2014-04-07 Andrea Azzarone <azzaronea@gmail.com>
1388+
1389+ Update tests.
1390+
1391+2014-04-07 Andrea Azzarone <azzaronea@gmail.com>
1392+
1393+ Start cleaning lockscreen code.
1394+
1395+2014-04-06 Andrea Azzarone <azzaronea@gmail.com>
1396+
1397+ Fix. Code style is still WIP.
1398+
1399+2014-04-04 Andrea Azzarone <azzaronea@gmail.com>
1400+
1401+ Lock the screen after a delay.
1402+
1403+2014-04-02 Andrea Azzarone <azzaronea@gmail.com>
1404+
1405+ Add the first settings.
1406+
1407+2014-04-02 Andrea Azzarone <azzaronea@gmail.com>
1408+
1409+ Initial commit to implement g-s dbus interface in unity.
1410+
1411+2014-04-04 CI bot <ps-jenkins@lists.canonical.com>
1412+
1413+ Releasing 7.2.0+14.04.20140404-0ubuntu1
1414+
1415+2014-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
1416+
1417+ ForceQuitDialog: add a new "sheet style" dialog that is shown when a window hangs
1418+
1419+ Listen to compiz toolkit events and prompt a dialog that allows to force-quit an
1420+ hanging application. Fixes: 698031, 1299061, 1299080
1421+
1422+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1423+
1424+ ForceQuitDialog: make sure that the dialog is not deletable by WM
1425+
1426+ For this to be safe we need also to ignore the delete events
1427+
1428+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1429+
1430+ POTFILES: include DecorationsForceQuitDialog.cpp
1431+
1432+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1433+
1434+ DecoratedWindow: let's do one line things!
1435+
1436+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1437+
1438+ ForceQuitDialog: make sure we hide the dialog before we killed the parent window
1439+
1440+ It must be hidden before than the parent, in case the window is not really killed,
1441+ it will be shown anyway later.
1442+
1443+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1444+
1445+ ForceQuitDialog: avoid warnings on close, due to finalized close button
1446+
1447+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1448+
1449+ DecorationsForceQuitDialog: emit close_request signal on close and "Wait" button
1450+
1451+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1452+
1453+ DecorationsForceQuitDialog: add close_request signal and destroy window when it gets called
1454+
1455+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1456+
1457+ DecoratedWindow: add missing call to UpdateForceQuitDialogPosition
1458+
1459+ Maybe it was removed due to a shelved change...
1460+
1461+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1462+
1463+ DecorationsForceQuitDialog: implement actual window killing by using both XKillClient and kill -9
1464+
1465+ Yeah, now
1466+
1467+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1468+
1469+ DecorationsForceQuitDialog: use proper class names (mostly for theming)
1470+
1471+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1472+
1473+ DecorationsForceQuitDialog: use themed button textures
1474+
1475+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1476+
1477+ DecorationsForceQuitDialog: set the dialog pid/hostname to match the ones of the parent window
1478+
1479+ In this way we don't confuse BAMF about the ownership of the dialog.
1480+
1481+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1482+
1483+ ForceQuitDialog: use the same window class of the real parent window
1484+
1485+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1486+
1487+ ForceQuitDialog: keep the dialog centered on parent window when its geometry changes
1488+
1489+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1490+
1491+ DecorationsManager.cpp: show a forcequit dialog when we get a toolkitActionForceQuitDialog ClientMessage
1492+
1493+ These events are triggered directly by compiz, so we only have to catch them!
1494+
1495+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1496+
1497+ DecoratedWindow: add ShowForceQuitDialog method to show a forcequit dialog on given window
1498+
1499+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1500+
1501+ DecorationsForceQuitDialog: set dialog X time to match the one of the close event
1502+
1503+ In this way we correctly handle the focus-stealing prevention
1504+
1505+2014-04-01 Marco Trevisan (Treviño) <mail@3v1n0.net>
1506+
1507+ ForceQuitDialog: set shape area to ignore input events outside the actual dialog
1508+
1509+2014-04-01 Marco Trevisan (Treviño) <mail@3v1n0.net>
1510+
1511+ DecorationsForceQuitDialog: set parent window as its actual parent X-side, and center on it
1512+
1513+2014-04-01 Marco Trevisan (Treviño) <mail@3v1n0.net>
1514+
1515+ ForceQuitDialog: fix label strings
1516+
1517+2014-03-28 Marco Trevisan (Treviño) <mail@3v1n0.net>
1518+
1519+ Merge with trunk
1520+
1521+2014-03-27 Marco Trevisan (Treviño) <mail@3v1n0.net>
1522+
1523+ DecorationsForceQuitDialog: obey to style for shadows
1524+
1525+2014-03-27 Marco Trevisan (Treviño) <mail@3v1n0.net>
1526+
1527+ DecorationsForceQuitDialog: add first basic gtk implementation of the force-quit dialog
1528+
1529+2014-04-04 Chris Townsend <christopher.townsend@canonical.com>
1530+
1531+ Fix issue where windows that are in Show Desktop mode are selected for spread have a blank preview. This fix will Fade Out the window for Spread and Fade In the window again when Spread exits if that window is not chosen. Fixes: 1104236
1532+
1533+2014-04-04 Chris Townsend <christopher.townsend@canonical.com>
1534+
1535+ Fix issue where windows that are in Show Desktop mode are selected for spread have a blank preview. This fix will Fade Out the window for Spread and Fade In the window again when Spread exits if that window is not chosen.
1536+
1537+2014-04-03 CI bot <ps-jenkins@lists.canonical.com>
1538+
1539+ Releasing 7.2.0+14.04.20140403-0ubuntu1
1540+
1541+2014-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
1542+
1543+ DecorationsGrabEdge: Only perform tookit actions on right-click Fixes: 1301459
1544+
1545+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1546+
1547+ DecorationsGrabEdge: Only perform tookit actions on right-click
1548+
1549+2014-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
1550+
1551+ UnityScreen: reset decoration::DataPool on destruction, otherwise we won't have a valid screen ptr Fixes: 1291243
1552+
1553+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1554+
1555+ UnityScreen: reset decoration::DataPool on destruction, otherwise we won't have screen ptr valid
1556+
1557+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1558+
1559+ DecorationsDataPool: add static Reset method that allows to reset our textures
1560+
1561+2014-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
1562+
1563+ ApplicationLauncherIcon: recompute pips when the screen geometry changes Fixes: 1024101
1564+
1565+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1566+
1567+ ApplicationLauncherIcon: recompute pips when the screen geometry changes
1568+
1569+2014-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
1570+
1571+ Launcher: hide the launcher window when in auto-hide mode if it's not presented Fixes: 1301394
1572+
1573+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1574+
1575+ Launcher: hide the launcher window when in auto-hide mode if it's not presented
1576+
1577+2014-04-03 Stephen M. Webb <stephen.webb@canonical.com>
1578+
1579+ remove libsyncindicator from services/panel-service.c
1580+
1581+2014-04-02 Stephen M. Webb <stephen.webb@canonical.com>
1582+
1583+ remove libsyncindicator.so (lp: #1300916)
1584+
1585+2014-04-03 Dimitri John Ledkov <dimitri.ledkov@canonical.com>
1586+
1587+ Drop U1 default shortcuts & indicator-sync recommendation. (LP: #1300916) Fixes: 1300916
1588+
1589+2014-04-02 Dimitri John Ledkov <dimitri.ledkov@canonical.com>
1590+
1591+ Drop U1 default shortcuts & indicator-sync recommendation. (LP: #1300916)
1592+
1593+2014-04-02 CI bot <ps-jenkins@lists.canonical.com>
1594+
1595+ Releasing 7.2.0+14.04.20140402-0ubuntu1
1596+
1597+2014-04-02 Stephen M. Webb <stephen.webb@canonical.com>
1598+
1599+ bump to release 7.2.0
1600+
1601+2014-04-01 Stephen M. Webb <stephen.webb@canonical.com>
1602+
1603+ debian/control: fix some style warnings in package description
1604+
1605+2014-04-01 Stephen M. Webb <stephen.webb@canonical.com>
1606+
1607+ debian/changelog: fix syntax to silence a lintian warning
1608+
1609+2014-04-01 Stephen M. Webb <stephen.webb@canonical.com>
1610+
1611+ debian/control(Standards-Version): bump to 3.9.5 (no changes)
1612+
1613+2014-03-31 Stephen M. Webb <stephen.webb@canonical.com>
1614+
1615+ release 7.2.0
1616+
1617+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1618+
1619+ SpreadFilter: use launcher width, scale on HiDPI, match also application names
1620+
1621+ Launcher Width is now considered in setting the offset of the scale filter (fixes
1622+ padding when launcher is in autohide mode).
1623+ The search bar is correctly scaled when in HiDPI mode.
1624+ We use ApplicationManager and thus BAMF to match windows by their name or app name. Fixes: 1281297, 1282001, 1300763, 1300842
1625+
1626+2014-04-01 Marco Trevisan (Treviño) <mail@3v1n0.net>
1627+
1628+ SpreadFilter: use casefold instead that tolower as it's meant for equalty checks as we do here
1629+
1630+2014-04-01 Marco Trevisan (Treviño) <mail@3v1n0.net>
1631+
1632+ SpreadFilter: implement our own to_lower_copy that works with utf8
1633+
1634+2014-04-01 Marco Trevisan (Treviño) <mail@3v1n0.net>
1635+
1636+ UnityScreen: match the scaled windows based on the SpreadFilter matches
1637+
1638+2014-04-01 Marco Trevisan (Treviño) <mail@3v1n0.net>
1639+
1640+ SpreadFilter: compute a list of filtered windows using both window and application name
1641+
1642+2014-04-01 Marco Trevisan (Treviño) <mail@3v1n0.net>
1643+
1644+ SpreadFilter: take in consideration the launcher width when setting the spread offset
1645+
1646+2014-04-01 Marco Trevisan (Treviño) <mail@3v1n0.net>
1647+
1648+ SpreadFilter :Scale the internal searchbar to match DPI settings
1649+
1650+2014-04-01 Marco Trevisan (Treviño) <mail@3v1n0.net>
1651+
1652+ SearchBar: fix crash when trying to update the show filter scale in a filterless-search bar
1653+
1654+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1655+
1656+ PanelMenuView: use panel style context for painting the panel title Fixes: 1296866
1657+
1658+2014-03-31 Marco Trevisan (Treviño) <mail@3v1n0.net>
1659+
1660+ PanelMenuView: add "panel-title" class to the panel style context when drawing title
1661+
1662+2014-03-31 Marco Trevisan (Treviño) <mail@3v1n0.net>
1663+
1664+ PanelStyle: return a Style context with different widget path in GetStyleContext based on type
1665+
1666+2014-03-31 Marco Trevisan (Treviño) <mail@3v1n0.net>
1667+
1668+ PanelMenuView: use panel style context for painting the panel title
1669+
1670+2014-03-31 Marco Trevisan (Treviño) <mail@3v1n0.net>
1671+
1672+ DecorationStyle: allow to use a different style context in DrawTitle
1673+
1674+ Panel will need to use a different one
1675+
1676+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1677+
1678+ Panel, Decorations: draw the background under the text glyphs before the text itself Fixes: 723167
1679+
1680+2014-03-31 Marco Trevisan (Treviño) <mail@3v1n0.net>
1681+
1682+ UnitySettings: never allow values minor or equal to 0 as UI scale
1683+
1684+2014-03-31 Marco Trevisan (Treviño) <mail@3v1n0.net>
1685+
1686+ DecorationsMenuEntry: draw background under text glyphs
1687+
1688+2014-03-31 Marco Trevisan (Treviño) <mail@3v1n0.net>
1689+
1690+ DecorationsTitle: draw background under text glyphs
1691+
1692+2014-03-31 Marco Trevisan (Treviño) <mail@3v1n0.net>
1693+
1694+ DecorationStyle: draw text glyphs background on menu items
1695+
1696+2014-03-31 Marco Trevisan (Treviño) <mail@3v1n0.net>
1697+
1698+ PanelMenuView: draw the background under the text glyphs
1699+
1700+2014-03-31 Marco Trevisan (Treviño) <mail@3v1n0.net>
1701+
1702+ DecorationStyle: add support for drawing the text background under the glyphs
1703+
1704+2014-03-31 Marco Trevisan (Treviño) <mail@3v1n0.net>
1705+
1706+ PanelIndicatorEntryView: draw the background under the text glyphs
1707+
1708+2014-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1709+
1710+ CompizUtils: only shadow-decorate alpha windows that have full decorations as well
1711+
1712+ Since alpha windows might have custom shapes, it's safer not to shadow-decorate them
1713+ unless they don't provide, for sure, a full decoration. Fixes: 1281825
1714+
1715+2014-03-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
1716+
1717+ CompizUtils: only shadow-decorate alpha windows that have full decorations as well
1718+
1719+ Since alpha windows might have custom shapes, it's safer not to shadow-decorate them
1720+ unless they don't provide, for sure, a full decoration.
1721+
1722 2014-03-28 CI bot <ps-jenkins@lists.canonical.com>
1723
1724 Releasing 7.1.2+14.04.20140328.1-0ubuntu1
1725
1726=== modified file 'debian/changelog'
1727--- debian/changelog 2014-06-07 16:27:46 +0000
1728+++ debian/changelog 2014-06-18 14:39:55 +0000
1729@@ -1,3 +1,9 @@
1730+unity (7.3.0-0ubuntu1) UNRELEASED; urgency=low
1731+
1732+ * bump upstream to 7.3.0
1733+
1734+ -- Stephen M. Webb <stephen.webb@bregmasoft.ca> Wed, 18 Jun 2014 09:06:46 -0400
1735+
1736 unity (7.2.0+14.10.20140607-0ubuntu1) utopic; urgency=low
1737
1738 [ Chris Townsend ]