Merge lp:~fginther/unity/precise-libgeis-rename-patch into lp:unity

Proposed by Francis Ginther
Status: Rejected
Rejected by: Sam Spilsbury
Proposed branch: lp:~fginther/unity/precise-libgeis-rename-patch
Merge into: lp:unity
Diff against target: 34329 lines (+18544/-2667) (has conflicts)
138 files modified
AUTHORS (+59/-17)
CMakeLists.txt (+5/-0)
ChangeLog (+4608/-2473)
UnityCore/GLibSignal.cpp (+16/-0)
UnityCore/GLibSignal.h (+4/-0)
dash/DashController.cpp (+27/-3)
dash/DashView.cpp (+61/-0)
dash/PlacesGroup.cpp (+6/-0)
dash/ResultViewGrid.cpp (+82/-1)
dash/ResultViewGrid.h (+29/-1)
debian/changelog (+3988/-0)
debian/compat (+1/-0)
debian/control (+166/-0)
debian/copyright (+53/-0)
debian/libunity-core-5.0-5.install (+1/-0)
debian/libunity-core-5.0-dev.install (+3/-0)
debian/netbook-launcher.preinst (+32/-0)
debian/patches/disable_standalone-clients.patch (+10/-0)
debian/patches/rename_libgeis_dependency.patch (+26/-0)
debian/patches/series (+1/-0)
debian/patches/series.armel (+1/-0)
debian/patches/series.armhf (+1/-0)
debian/profile_upgrade/com.canonical.unity.unity.03.upgrade (+3/-0)
debian/rules (+63/-0)
debian/source_unity.py (+37/-0)
debian/unity-common.install (+8/-0)
debian/unity-crashdb.conf (+5/-0)
debian/unity-services.install (+3/-0)
debian/unity.install (+5/-0)
debian/unity.preinst (+31/-0)
debian/watch (+2/-0)
hud/HudButton.cpp (+41/-0)
hud/HudButton.h (+25/-0)
hud/HudController.cpp (+40/-1)
hud/HudController.h (+24/-6)
hud/HudIcon.cpp (+23/-0)
hud/HudIcon.h (+7/-0)
hud/HudView.cpp (+84/-7)
hud/HudView.h (+26/-0)
launcher/AbstractLauncherIcon.h (+20/-0)
launcher/BFBLauncherIcon.cpp (+5/-0)
launcher/BamfLauncherIcon.cpp (+170/-0)
launcher/BamfLauncherIcon.h (+12/-0)
launcher/DesktopLauncherIcon.cpp (+6/-0)
launcher/DeviceLauncherSection.cpp (+74/-0)
launcher/DeviceLauncherSection.h (+27/-0)
launcher/DndData.cpp (+14/-0)
launcher/EdgeBarrierController.cpp (+7/-0)
launcher/HudLauncherIcon.cpp (+42/-0)
launcher/Launcher.cpp (+252/-1)
launcher/Launcher.h (+12/-0)
launcher/LauncherController.cpp (+154/-0)
launcher/LauncherIcon.cpp (+45/-5)
launcher/LauncherIcon.h (+8/-0)
launcher/QuicklistMenuItem.cpp (+253/-0)
launcher/QuicklistMenuItem.h (+27/-0)
launcher/QuicklistMenuItemSeparator.cpp (+85/-0)
launcher/QuicklistMenuItemSeparator.h (+2/-0)
launcher/QuicklistView.cpp (+145/-1)
launcher/QuicklistView.h (+5/-0)
launcher/SimpleLauncherIcon.cpp (+12/-0)
launcher/SimpleLauncherIcon.h (+7/-0)
launcher/SoftwareCenterLauncherIcon.cpp (+40/-5)
launcher/StandaloneLauncher.cpp (+18/-0)
launcher/SwitcherController.cpp (+46/-0)
launcher/SwitcherController.h (+5/-0)
launcher/SwitcherView.h (+8/-0)
launcher/TrashLauncherIcon.cpp (+17/-2)
launcher/VolumeLauncherIcon.cpp (+488/-0)
launcher/VolumeLauncherIcon.h (+55/-0)
manual-tests/Dash.txt (+16/-0)
manual-tests/Launcher.txt (+138/-0)
manual-tests/ShortcutsOverlay.txt (+1/-0)
manual-tests/SoftwareCenter.txt (+211/-104)
manual-tests/Switcher.txt (+75/-0)
manual-tests/WindowButtons.txt (+14/-0)
panel/PanelView.cpp (+10/-0)
plugins/unityshell/src/HudAbstractView.cpp (+33/-0)
plugins/unityshell/src/HudAbstractView.h (+66/-0)
plugins/unityshell/src/ScreenEffectFramebufferObject.cpp (+6/-0)
plugins/unityshell/src/UnityGestureBroker.cpp (+247/-0)
plugins/unityshell/src/compizminimizedwindowhandler.h (+10/-0)
plugins/unityshell/src/unityshell.cpp (+85/-0)
plugins/unityshell/src/unityshell.h (+37/-0)
services/CMakeLists.txt (+1/-1)
standalone-clients/CMakeLists.txt.OTHER (+574/-0)
tests/CMakeLists.txt (+108/-0)
tests/autopilot/autopilot/emulators/bamf.py.OTHER (+411/-0)
tests/autopilot/autopilot/keybindings.py.OTHER (+259/-0)
tests/autopilot/autopilot/matchers/__init__.py (+31/-0)
tests/autopilot/autopilot/utilities.py.OTHER (+78/-0)
tests/autopilot/unity/emulators/__init__.py (+289/-0)
tests/autopilot/unity/emulators/dash.py (+8/-0)
tests/autopilot/unity/emulators/hud.py (+5/-0)
tests/autopilot/unity/emulators/icons.py (+6/-0)
tests/autopilot/unity/emulators/launcher.py (+114/-1)
tests/autopilot/unity/emulators/tooltip.py (+23/-0)
tests/autopilot/unity/emulators/window_manager.py (+25/-0)
tests/autopilot/unity/tests/__init__.py (+274/-0)
tests/autopilot/unity/tests/test_command_lens.py (+8/-0)
tests/autopilot/unity/tests/test_dash.py (+158/-6)
tests/autopilot/unity/tests/test_home_lens.py (+12/-0)
tests/autopilot/unity/tests/test_hud.py (+148/-0)
tests/autopilot/unity/tests/test_ibus.py (+137/-1)
tests/autopilot/unity/tests/test_launcher.py.OTHER (+999/-0)
tests/autopilot/unity/tests/test_panel.py (+366/-1)
tests/autopilot/unity/tests/test_quicklist.py (+303/-0)
tests/autopilot/unity/tests/test_shortcut_hint.py (+30/-9)
tests/autopilot/unity/tests/test_switcher.py (+24/-0)
tests/test-gestures/CMakeLists.txt (+6/-0)
tests/test-gestures/compiz_mock/core/screen.h (+30/-0)
tests/test-gestures/test_gesture_broker.cpp (+140/-0)
tests/test_glib_signals.cpp (+23/-0)
tests/test_hud_button.cpp (+76/-0)
tests/test_hud_controller.cpp (+87/-0)
tests/test_hud_private.cpp (+80/-0)
tests/test_hud_view.cpp (+74/-0)
tests/test_im_text_entry.cpp (+173/-0)
tests/test_main.cpp (+9/-0)
tests/test_resultviewgrid.cpp (+103/-0)
tests/test_switcher_controller.cpp (+14/-0)
tests/unit/TestQuicklistMenuitems.cpp.OTHER (+258/-0)
unity-shared/IMTextEntry.cpp (+81/-0)
unity-shared/IMTextEntry.h (+13/-0)
unity-shared/IconTexture.cpp (+2/-0)
unity-shared/IconTexture.h (+4/-0)
unity-shared/OverlayRenderer.cpp (+10/-0)
unity-shared/PluginAdapter.h (+11/-0)
unity-shared/PluginAdapterCompiz.cpp (+88/-0)
unity-shared/SearchBar.cpp (+18/-4)
unity-shared/StaticCairoText.cpp (+37/-0)
unity-shared/StaticCairoText.h (+4/-0)
unity-shared/UBusMessages.h (+5/-0)
unity-shared/UScreen.cpp (+75/-2)
unity-shared/UScreen.h (+22/-0)
unity-shared/UnityWindowView.h (+5/-0)
unity-shared/WindowManager.cpp (+71/-15)
unity-shared/WindowManager.h (+17/-0)
Contents conflict in .bzrignore
Text conflict in AUTHORS
Text conflict in CMakeLists.txt
Text conflict in ChangeLog
Text conflict in UnityCore/GLibSignal.cpp
Text conflict in UnityCore/GLibSignal.h
Text conflict in dash/DashController.cpp
Text conflict in dash/DashView.cpp
Text conflict in dash/PlacesGroup.cpp
Text conflict in dash/ResultViewGrid.cpp
Text conflict in dash/ResultViewGrid.h
Text conflict in hud/HudButton.cpp
Text conflict in hud/HudButton.h
Text conflict in hud/HudController.cpp
Text conflict in hud/HudController.h
Text conflict in hud/HudIcon.cpp
Text conflict in hud/HudIcon.h
Path conflict: hud/HudPrivate.cpp / plugins/unityshell/src/HudPrivate.cpp
Path conflict: hud/HudPrivate.h / plugins/unityshell/src/HudPrivate.h
Text conflict in hud/HudView.cpp
Text conflict in hud/HudView.h
Text conflict in launcher/AbstractLauncherIcon.h
Text conflict in launcher/BFBLauncherIcon.cpp
Text conflict in launcher/BamfLauncherIcon.cpp
Text conflict in launcher/BamfLauncherIcon.h
Text conflict in launcher/DesktopLauncherIcon.cpp
Text conflict in launcher/DeviceLauncherSection.cpp
Text conflict in launcher/DeviceLauncherSection.h
Text conflict in launcher/DndData.cpp
Text conflict in launcher/EdgeBarrierController.cpp
Text conflict in launcher/HudLauncherIcon.cpp
Text conflict in launcher/Launcher.cpp
Text conflict in launcher/Launcher.h
Text conflict in launcher/LauncherController.cpp
Text conflict in launcher/LauncherIcon.cpp
Text conflict in launcher/LauncherIcon.h
Text conflict in launcher/QuicklistMenuItem.cpp
Text conflict in launcher/QuicklistMenuItem.h
Text conflict in launcher/QuicklistMenuItemSeparator.cpp
Text conflict in launcher/QuicklistView.cpp
Text conflict in launcher/QuicklistView.h
Text conflict in launcher/SimpleLauncherIcon.cpp
Text conflict in launcher/SimpleLauncherIcon.h
Text conflict in launcher/SoftwareCenterLauncherIcon.cpp
Text conflict in launcher/StandaloneLauncher.cpp
Text conflict in launcher/SwitcherController.cpp
Text conflict in launcher/SwitcherController.h
Text conflict in launcher/SwitcherView.h
Text conflict in launcher/TrashLauncherIcon.cpp
Text conflict in launcher/VolumeLauncherIcon.cpp
Text conflict in launcher/VolumeLauncherIcon.h
Text conflict in manual-tests/Dash.txt
Text conflict in manual-tests/Launcher.txt
Text conflict in manual-tests/SoftwareCenter.txt
Text conflict in manual-tests/Switcher.txt
Text conflict in manual-tests/WindowButtons.txt
Text conflict in panel/PanelView.cpp
Text conflict in plugins/unityshell/src/ScreenEffectFramebufferObject.cpp
Text conflict in plugins/unityshell/src/UnityGestureBroker.cpp
Text conflict in plugins/unityshell/src/compizminimizedwindowhandler.h
Text conflict in plugins/unityshell/src/unityshell.cpp
Text conflict in plugins/unityshell/src/unityshell.h
Conflict adding files to standalone-clients.  Created directory.
Conflict because standalone-clients is not versioned, but has versioned children.  Versioned directory.
Contents conflict in standalone-clients/CMakeLists.txt
Text conflict in tests/CMakeLists.txt
Conflict adding files to tests/autopilot/autopilot.  Created directory.
Conflict because tests/autopilot/autopilot is not versioned, but has versioned children.  Versioned directory.
Conflict adding files to tests/autopilot/autopilot/emulators.  Created directory.
Conflict because tests/autopilot/autopilot/emulators is not versioned, but has versioned children.  Versioned directory.
Contents conflict in tests/autopilot/autopilot/emulators/bamf.py
Contents conflict in tests/autopilot/autopilot/keybindings.py
Contents conflict in tests/autopilot/autopilot/utilities.py
Text conflict in tests/autopilot/unity/emulators/__init__.py
Text conflict in tests/autopilot/unity/emulators/dash.py
Text conflict in tests/autopilot/unity/emulators/hud.py
Text conflict in tests/autopilot/unity/emulators/icons.py
Text conflict in tests/autopilot/unity/emulators/launcher.py
Text conflict in tests/autopilot/unity/emulators/tooltip.py
Text conflict in tests/autopilot/unity/emulators/window_manager.py
Text conflict in tests/autopilot/unity/tests/__init__.py
Text conflict in tests/autopilot/unity/tests/test_command_lens.py
Text conflict in tests/autopilot/unity/tests/test_dash.py
Text conflict in tests/autopilot/unity/tests/test_home_lens.py
Text conflict in tests/autopilot/unity/tests/test_hud.py
Text conflict in tests/autopilot/unity/tests/test_ibus.py
Contents conflict in tests/autopilot/unity/tests/test_launcher.py
Text conflict in tests/autopilot/unity/tests/test_panel.py
Text conflict in tests/autopilot/unity/tests/test_quicklist.py
Text conflict in tests/autopilot/unity/tests/test_shortcut_hint.py
Text conflict in tests/autopilot/unity/tests/test_switcher.py
Text conflict in tests/test-gestures/CMakeLists.txt
Text conflict in tests/test-gestures/compiz_mock/core/screen.h
Text conflict in tests/test-gestures/test_gesture_broker.cpp
Text conflict in tests/test_glib_signals.cpp
Text conflict in tests/test_hud_button.cpp
Conflict adding file tests/test_hud_controller.cpp.  Moved existing file to tests/test_hud_controller.cpp.moved.
Text conflict in tests/test_hud_private.cpp
Conflict adding file tests/test_hud_view.cpp.  Moved existing file to tests/test_hud_view.cpp.moved.
Text conflict in tests/test_im_text_entry.cpp
Text conflict in tests/test_main.cpp
Conflict adding file tests/test_resultviewgrid.cpp.  Moved existing file to tests/test_resultviewgrid.cpp.moved.
Text conflict in tests/test_switcher_controller.cpp
Contents conflict in tests/unit/TestQuicklistMenuitems.cpp
Text conflict in unity-shared/IMTextEntry.cpp
Text conflict in unity-shared/IMTextEntry.h
Text conflict in unity-shared/IconTexture.h
Text conflict in unity-shared/OverlayRenderer.cpp
Text conflict in unity-shared/PluginAdapter.h
Text conflict in unity-shared/PluginAdapterCompiz.cpp
Text conflict in unity-shared/SearchBar.cpp
Text conflict in unity-shared/StaticCairoText.cpp
Text conflict in unity-shared/StaticCairoText.h
Text conflict in unity-shared/UBusMessages.h
Text conflict in unity-shared/UScreen.cpp
Text conflict in unity-shared/UScreen.h
Text conflict in unity-shared/UnityWindowView.h
Text conflict in unity-shared/WindowManager.cpp
Text conflict in unity-shared/WindowManager.h
To merge this branch: bzr merge lp:~fginther/unity/precise-libgeis-rename-patch
Reviewer Review Type Date Requested Status
Łukasz Zemczak Disapprove
Review via email: mp+122433@code.launchpad.net

Commit message

Update build dependency on the renamed libgrail and libgeis.

Description of the change

Updates build dependency on the renamed libgrail and libgeis.
This is the packaging branch version of lp:~fginther/unity/unity-5.0-libgeis-rename in that it contains the same change in a patch plus the necessary packaging changes. I'm not sure which branch to submit or review first.

Testing:
Built and installed on my precise system. The change to libgeis is just a rename, there is no functional changes. The new libgrail does contain some bug fixes in addition to the rename.

To post a comment you must log in.
Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

This merge request should be against lp:unity/5.0 , not lp:unity.

Revision history for this message
Sam Spilsbury (smspillaz) wrote :

I'm assuming this meant to go into lp:unity/5.0

Revision history for this message
Łukasz Zemczak (sil2100) wrote :

Actually no, not even against lp:unity/5.0 - this is a distro branch. So it should not be requested to merge. Just ping someone from distro do sponsor it for you.

review: Disapprove

Unmerged revisions

705. By Francis Ginther

* Rename libgeis and libgrail dependencies
  - Add rename_libgeis_dependency.patch
  - Update libgeis-dev and libgrail-dev dependencies in debian/control

704. By Sebastien Bacher

releasing version 5.14.0-0ubuntu1

703. By Sebastien Bacher

* New upstream release.
  - Unity launcher shows internal partitions after they have been unmounted
    (LP: #994163)
  - can't click to dismiss hud in the area where dynamic hud results are
    meant to appear (LP: #962651)
  - Spread/Scale should exit if Dash is invoked (LP: #944033)
  - Searching in the HUD freezes unity (LP: #1016239)
  - Dash - The search bar gets the focus when pressing invalid keys
    (LP: #931393)
  - unity crashed with NameError in reset_unity_compiz_profile(): global name
    'GError' is not defined (LP: #778470)
  - When number of workspaces is set to 1, the Spread no longer works
    (LP: #996604)
  - compiz crashed with SIGSEGV in CompWindow::id() from getPaintMask()
    from unity::UnityWindow::glPaint() (LP: #851982)
  - "Keyboard Shortcuts" overlay can cause annoyance (LP: #934062)
  - padding between last quicklist item and bottom edge is non-deterministic
    (changes randomly) (LP: #955158)
  - HUD Draws improperly while searching for results (LP: #932531)
  - compiz crashed with SIGSEGV in
    unity::ui::KeyboardUtil::GetKeycodeAboveKeySymbol() (LP: #920258)
  - Launcher - when a user starts dragging a item, any folded launcher icons
    that are valid drop receptacles should unfold (LP: #839717)
  - Dragging image from firefox/chrome to dock causes lagg/freeze
    (LP: #772445)
  - dash should open when pressing "super" in scale mode (LP: #1023811)
  - Multimonitor, Launcher - When the Launcher is set to autohide and
    'Sticky edges' are turned off, 'Launcher Edge Stop Overcome Pressure'
    seems to be broken when revealing the Launcher (LP: #987955)
  - Software Center add to launcher icon animation is delayed when the
    launcher is in auto-hide mode (LP: #1012896)
  - Purchased items are not being added to the Unity launcher (LP: #925014)
  - Unity Launcher Fails To Auto-Hide When Enabled & Installing Commercial
    Software (LP: #1002440)
  - Regression: shift+click on a launcher icon to open a new application
    instance gone (LP: #754565)
  - Regression: Installing apps causes a terrible visual glitch-- have to
    restart X.org. (LP: #981168)
  - Duplicated applications icons on quick application restart (LP: #1003574)
  - HUD - Formatting of text in the auto-complete is wrong (LP: #939436)
  - alt-backtick flickers between windows (LP: #987156)
  - [Hud] The result grid is not drawn in proximity of the search entry
    (LP: #1008603)
  - Dash and Launcher - As soon as a user starts dragging a file from the
    Dash, there is a 'flicker' before the Launcher icons that are valid drop
    receptacles re-saturate (LP: #863230)
  - [hud] The last button is not rounded (LP: #1008656)
  - Hud flickers when show up (LP: #1011507)
  - Dash maximise button changed location (LP: #987674)
  - launcher reordering "line" doesn't go to the bottom slot (LP: #971421)
  - Dash/HUD should close on "Spread" (LP: #870284)
  - Nothing should be written into the dash/hud searchbar when holding super,
    ctrl or Alt (LP: #1013751)
  - Dash - when a file is dragged from the Dash (Dash home, file lens, or
    music lens) and dropped on a Launcher icon, the Dash should automatically
    close (LP: #865168)
  - Wrong keyboard focus after opening workspace switcher via keyboard
    navigation (LP: #962408)

702. By Sebastien Bacher

releasing version 5.12-0ubuntu1.1

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== renamed file '.bzrignore' => '.bzrignore.THIS'
2=== modified file 'AUTHORS'
3--- AUTHORS 2012-08-10 09:34:26 +0000
4+++ AUTHORS 2012-09-03 01:59:29 +0000
5@@ -1,26 +1,34 @@
6- 3v1n0 <mail@3v1n0.net>, Marco Trevisan (Treviño) <mail@3v1n0.net>
7- agateau <aurelien.gateau@canonical.com>
8- alanbell@ubuntu.com
9+ 3v1n0 <mail@3v1n0.net>, Marco Trevisan (Trevi?o) <mail@3v1n0.net>
10+ ?ukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com>
11 Albert Astals <albert.astals@canonical.com>
12+<<<<<<< TREE
13 Albert Astals <albert.astals@canonical.com>, Christopher Lee <chris.lee@canonical.com>, Christopher Lee <veebers@gmail.com>
14 Alejandro Piñeiro <apinheiro@igalia.com>
15+=======
16+ Alejandro Pi?eiro <apinheiro@igalia.com>
17+ Alex Launi <alex.launi@canonical.com>
18+ Alex Launi <alex.launi@canonical.com>, Allan LeSage <allanlesage@gmail.com>
19+>>>>>>> MERGE-SOURCE
20 Alexandros Frantzis <alexandros.frantzis@linaro.org>
21 Alexandros Frantzis <alexandros.frantzis@linaro.org>, Marc Ordinas i Llopis <marc.ordinasillopis@linaro.org>, Jay Taoko <jay.taoko@canonical.com>
22+<<<<<<< TREE
23 Alex Launi <alex.launi@canonical.com>
24 Alex Launi <alex.launi@canonical.com>, Allan LeSage <allanlesage@gmail.com>
25 Alex Launi <alex.launi@canonical.com>, Thomi Richards <thomi.richards@canonical.com>
26+=======
27+>>>>>>> MERGE-SOURCE
28 Andrea Azzarone
29 Andrea Azzarone <azzaronea@gmail.com>
30 Andrea Cimitan <andrea.cimitan@canonical.com>
31 Andrey Logvinov <Andrey.Logvinov.81@gmail.com
32- Aurélien Gâteau <aurelien.gateau@canonical.com>
33+ Aur?lien G?teau <aurelien.gateau@canonical.com>
34 Benjamin Kerensa <bkerensa@ubuntu.com>
35 Bilal Akhtar <bilalakhtar@ubuntu.com>
36 Bilal Akhtar <bilalakhtar@ubuntu.com>, Thomi Richards <thomi.richards@canonical.com>
37 Brandon Schaefer <brandontschaefer@gmail.com
38- Brandon Schaefer <brandontschaefer@gmail.com>
39 Brandon Schaefer <brandontschaefer@gmail.com, Brandon Schaefer <brandontschaefer@gmail.com>
40 Brandon Schaefer <brandontschaefer@gmail.com, Jay Taoko <jay.taoko@canonical.com>
41+ Brandon Schaefer <brandontschaefer@gmail.com>
42 Brandon Schaefer <brandontschaefer@gmail.com>, Thomi Richards <thomi.richards@canonical.com>
43 Brandon Schaefer <schbra02@evergreen.edu>
44 Chase Douglas <chase.douglas@canonical.com>
45@@ -34,8 +42,11 @@
46 David Gomes <davidrafagomes@gmail.com>
47 David Planella <david.planella@ubuntu.com>
48 Didier Roche <didier.roche@canonical.com>
49+<<<<<<< TREE
50 Didier Roche <didrocks@ubuntu.com>
51 foxoman <foxoman.u@gmail.com>
52+=======
53+>>>>>>> MERGE-SOURCE
54 Gabor Kelemen <kelemeng@ubuntu.com>
55 Gary Lasker <gary.lasker@canonical.com>
56 Gordon Allott <gord.allott@canonical.com>
57@@ -46,21 +57,24 @@
58 Jason Smith <jason.smith@canonical.com>
59 Jason Smith <jason.smith@canonical.com>, Andrea Cimitan <andrea.cimitan@canonical.com>
60 Jason Smith <jason.smith@canonical.com>, Jay Taoko <jay.taoko@canonical.com>, Brandon Schaefer <brandontschaefer@gmail.com>
61- Jason Smith <jason.smith@canonical.com>, Marco Trevisan (Treviño) <mail@3v1n0.net>, Thomi Richards <thomi.richards@canonical.com>
62+ Jason Smith <jason.smith@canonical.com>, Marco Trevisan (Trevi?o) <mail@3v1n0.net>, Thomi Richards <thomi.richards@canonical.com>
63+ Jason Smith <jason.smith@canonical.com>, Tim Penhey <tim.penhey@canonical.com>
64 Jason Smith <jason.smith@canonical.com>, smspillaz <sam.spilsbury@canonical.com>
65- Jason Smith <jason.smith@canonical.com>, Tim Penhey <tim.penhey@canonical.com>
66- jassmith@gmail.com
67- Jay Ó Broin <ismise@lavabit.com>
68+ Jay ? Broin <ismise@lavabit.com>
69 Jay Taoko <jay.taoko@canonical.com>
70+<<<<<<< TREE
71 Jay Taoko <jay.taoko@canonical.com>, Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com>
72 Jay Taoko <jay.taoko@canonical.com>, Mirco Müller <mirco.mueller@ubuntu.com>
73+=======
74+ Jay Taoko <jay.taoko@canonical.com>, Mirco M?ller <mirco.mueller@canonical.com>, Mirco M?ller <mirco.mueller@ubuntu.com>, Andrea Cimitan <andrea.cimitan@canonical.com>
75+>>>>>>> MERGE-SOURCE
76 Jay Taoko <jay.taoko@canonical.com>, Robert Carr <racarr@canonical.com>
77 Jeremy Bicha <jbicha@ubuntu.com>
78 jokerdino@bvm128.zdom.org
79 Kevin DuBois <kevin.dubois@canonical.com>
80 Koichi Akabe <vbkaisetsu@gmail.com>
81 Lars Uebernickel <lars.uebernickel@canonical.com>
82- Loïc Molinari <loic.molinari@canonical.com>
83+ Lo?c Molinari <loic.molinari@canonical.com>
84 Lorenzo Mattei <lore.mattei@gmail.com>
85 Luke Yelavich <luke.yelavich@canonical.com>
86 Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com>
87@@ -68,13 +82,22 @@
88 Marco Biscaro <marcobiscaro2112@gmail.com>, Rick Spencer <rick.spencer@canonical.com>
89 Marco Mariani <dfly720@gmail.com>, Thomi Richards <thomi.richards@canonical.com>
90 Marco Trevisan
91+ Marco Trevisan (Trevi?o) <mail@3v1n0.net>
92+ Marco Trevisan (Trevi?o) <mail@3v1n0.net>, 3v1n0 <mail@3v1n0.net>
93+ Marco Trevisan (Trevi?o) <mail@3v1n0.net>, Andrea Cimitan <andrea.cimitan@canonical.com>
94+ Marco Trevisan (Trevi?o) <mail@3v1n0.net>, Brandon Schaefer <brandontschaefer@gmail.com>, Tim Penhey <tim.penhey@canonical.com>
95+ Marco Trevisan (Trevi?o) <mail@3v1n0.net>, Michal Hruby <michal.mhr@gmail.com>
96+ Marco Trevisan (Trevi?o) <mail@3v1n0.net>, Thomi Richards <thomi.richards@canonical.com>
97 Marco Trevisan <mail@3v1n0.net>
98+<<<<<<< TREE
99 Marco Trevisan (Treviño) <mail@3v1n0.net>
100 Marco Trevisan (Treviño) <mail@3v1n0.net>, 3v1n0 <mail@3v1n0.net>
101 Marco Trevisan (Treviño) <mail@3v1n0.net>, Andrea Cimitan <andrea.cimitan@canonical.com>
102 Marco Trevisan (Treviño) <mail@3v1n0.net>, Brandon Schaefer <brandontschaefer@gmail.com>, Tim Penhey <tim.penhey@canonical.com>
103 Marco Trevisan (Treviño) <mail@3v1n0.net>, Michal Hruby <michal.mhr@gmail.com>
104 Marco Trevisan (Treviño) <mail@3v1n0.net>, Thomi Richards <thomi.richards@canonical.com>
105+=======
106+>>>>>>> MERGE-SOURCE
107 Marius Gedminas <marius@gedmin.as>
108 Martin Albisetti <argentina@gmail.com>
109 Martin Mrazik <martin.mrazik@canonical.com>
110@@ -86,6 +109,9 @@
111 Michael Vogt <michael.vogt@ubuntu.com>
112 Michal Hruby <michal.mhr@gmail.com>
113 Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com>
114+ Mirco M?ller <mirco.mueller@canonical.com>
115+ Mirco M?ller <mirco.mueller@canonical.com>, Mirco M?ller <mirco.mueller@ubuntu.com>
116+ Mirco M?ller <mirco.mueller@ubuntu.com>
117 Mirco Müller <mirco.mueller@ubuntu.com>
118 Mitsuya Shibata
119 Neil Jagdish Patel <neil.patel@canonical.com>
120@@ -95,8 +121,12 @@
121 Paolo Rotolo <paolorotolo@ubuntu-it.org>
122 Paul Sladen <sladen@canonical.com>
123 Paul Sladen <sladen@canonical.com>, Andrea Cimitan <andrea.cimitan@canonical.com>
124+<<<<<<< TREE
125 Pawel Stolowski <pawel.stolowski@canonical.com>
126 Rafał Cieślak <rafalcieslak256@gmail.com>
127+=======
128+ Rafa? Cie?lak <rafalcieslak256@gmail.com>
129+>>>>>>> MERGE-SOURCE
130 Ricardo Mendoza <ricardo.mendoza@canonical.com>
131 Robert Carr <racarr@canonical.com>
132 Robert Carr <robert.carr@canonical.com>
133@@ -105,27 +135,32 @@
134 Sam Spilsbury <sam.spilsbury@canonical.com>
135 Sam Spilsbury <sam.spilsbury@canonical.com>, Daniel van Vugt <vanvugt@gmail.com>
136 Sebastien Bacher <seb128@ubuntu.com>
137- smspillaz <sam.spilsbury@canonical.com>
138- smspillaz <sam.spilsbury@canonical.com>, Daniel van Vugt <vanvugt@gmail.com>
139- smspillaz <sam.spilsbury@canonical.com>, Sam Spilsbury <sam.spilsbury@canonical.com>
140 Sven Baars <svenb.linux@gmail.com>
141 Tarmac
142 Ted Gould <ted@gould.cx>
143- Thomas Voß <thomas.voss@rub.de>
144- Thomi Richards <thomir@gmail.com>
145- Thomi Richards <thomir@gmail.com>, Alex Launi <alex.launi@canonical.com>
146- Thomi Richards <thomir@gmail.com>, Thomi Richards <thomi.richards@canonical.com>
147+ Thomas Vo? <thomas.voss@rub.de>
148 Thomi Richards <thomi.richards@canonical.com>
149+<<<<<<< TREE
150 Thomi Richards <thomi.richards@canonical.com>, Albert Astals <albert.astals@canonical.com>
151 Thomi Richards <thomi.richards@canonical.com>, Alex Launi <alex.launi@canonical.com>
152 Thomi Richards <thomi.richards@canonical.com>, Brandon Schaefer <brandontschaefer@gmail.com>
153+=======
154+ Thomi Richards <thomi.richards@canonical.com>, Alex Launi <alex.launi@canonical.com>
155+ Thomi Richards <thomi.richards@canonical.com>, Brandon Schaefer <brandontschaefer@gmail.com>
156+>>>>>>> MERGE-SOURCE
157 Thomi Richards <thomi.richards@canonical.com>, Gordon Allott <gord.allott@canonical.com>
158 Thomi Richards <thomi.richards@canonical.com>, Jason Smith <jason.smith@canonical.com>
159 Thomi Richards <thomi.richards@canonical.com>, Miklos Juhasz <juhasz.miklos.1@gmail.com>
160 Thomi Richards <thomi.richards@canonical.com>, Ted Gould <ted@gould.cx>
161 Thomi Richards <thomi.richards@canonical.com>, Thomi Richards <thomir@gmail.com>
162 Thomi Richards <thomi.richards@canonical.com>, Tim Penhey <tim.penhey@canonical.com>
163+<<<<<<< TREE
164 timo.jyrinki@canonical.com
165+=======
166+ Thomi Richards <thomir@gmail.com>
167+ Thomi Richards <thomir@gmail.com>, Alex Launi <alex.launi@canonical.com>
168+ Thomi Richards <thomir@gmail.com>, Thomi Richards <thomi.richards@canonical.com>
169+>>>>>>> MERGE-SOURCE
170 Tim Penhey <tim.penhey@canonical.com>
171 Tim Penhey <tim.penhey@canonical.com>, Gordon Allott <gord.allott@canonical.com>
172 Tim Penhey <tim.penhey@canonical.com>, Jason Smith <jason.smith@canonical.com>
173@@ -134,3 +169,10 @@
174 Unity Merger <unity.merger@gmail.com>
175 Victor Eduardo <victormartinez79@gmail.com>
176 Zaid Yeganeh <zaid.yeganeh@gmail.com>
177+ agateau <aurelien.gateau@canonical.com>
178+ alanbell@ubuntu.com
179+ foxoman <foxoman.u@gmail.com>
180+ jassmith@gmail.com
181+ smspillaz <sam.spilsbury@canonical.com>
182+ smspillaz <sam.spilsbury@canonical.com>, Daniel van Vugt <vanvugt@gmail.com>
183+ smspillaz <sam.spilsbury@canonical.com>, Sam Spilsbury <sam.spilsbury@canonical.com>
184
185=== modified file 'CMakeLists.txt'
186--- CMakeLists.txt 2012-08-31 13:21:02 +0000
187+++ CMakeLists.txt 2012-09-03 01:59:29 +0000
188@@ -7,8 +7,13 @@
189 # Base bits
190 #
191 set (PROJECT_NAME "unity")
192+<<<<<<< TREE
193 set (UNITY_MAJOR 6)
194 set (UNITY_MINOR 2)
195+=======
196+set (UNITY_MAJOR 5)
197+set (UNITY_MINOR 14)
198+>>>>>>> MERGE-SOURCE
199 set (UNITY_MICRO 0)
200 set (UNITY_VERSION "${UNITY_MAJOR}.${UNITY_MINOR}.${UNITY_MICRO}")
201 set (UNITY_API_VERSION "6.0")
202
203=== modified file 'ChangeLog'
204--- ChangeLog 2012-08-10 09:34:26 +0000
205+++ ChangeLog 2012-09-03 01:59:29 +0000
206@@ -1,3 +1,4 @@
207+<<<<<<< TREE
208 2012-08-09 Brandon Schaefer <brandontschaefer@gmail.com>
209
210 Calculator and Mahjongg can only have 1 instances now; this breaks AP tests. Character map is now used when you need more then 1 instance.. Fixes: . Approved by Łukasz Zemczak.
211@@ -6585,6 +6586,2140 @@
212
213 Release\ 5.10.0
214
215+=======
216+2012-07-18 Gary Lasker <gary.lasker@canonical.com>
217+
218+ manual-tests/SoftwareCenter.txt: added tests for Ubuntu Software Center/Unity launcher integration feature. Fixes: . Approved by Marco Trevisan (Trevi?o), Brandon Schaefer, Christopher Lee.
219+
220+2012-07-12 Gary Lasker <gary.lasker@canonical.com>
221+
222+ clarify the steps for selecting a game (many thanks Christopher Lee)
223+
224+2012-07-10 Gary Lasker <gary.lasker@canonical.com>
225+
226+ targeted to the 5.0 series branch, update Unity launcher Software Center integration manual tests and provide additional important test cases to thoroughly test the full set of integration details, including all of the bug fixes for Unity branch https://code.launchpad.net/~bilalakhtar/unity/5.0series-sru-software-center-integration-fixes/+merge/110214 and the corresponding Software Center branch https://code.launchpad.net/~gary-lasker/software-center/unity-launcher-integration-fixes
227+
228+2012-07-17 Andrea Azzarone <azzaronea@gmail.com>
229+
230+ Backport lp:~thomir/unity/fix-for-754565. Fixes: https://bugs.launchpad.net/bugs/754565. Approved by Marco Trevisan (Trevi?o).
231+
232+2012-07-16 Andrea Azzarone <azzaronea@gmail.com>
233+
234+ Minor changes.
235+
236+2012-07-16 Andrea Azzarone <azzaronea@gmail.com>
237+
238+ Backport AP test.
239+
240+2012-07-16 Andrea Azzarone <azzaronea@gmail.com>
241+
242+ Backport lp:~yeganeh/unity/fix-for-754565.
243+
244+2011-09-30 Zaid Yeganeh <zaid.yeganeh@gmail.com>
245+
246+ [unityshell] Added key modifier/flags to the mouse events of launcher icons, and added logic for shift+click = new instance
247+
248+ modified:
249+ plugins/unityshell/src/AbstractLauncherIcon.h
250+ - Added flags to the mouse events
251+
252+ plugins/unityshell/src/Launcher.cpp
253+ - Pass through key flags to launcher icons
254+
255+ plugins/unityshell/src/LauncherIcon.cpp
256+ - Logic added for shift click based on flag state
257+
258+ plugins/unityshell/src/LauncherIcon.h
259+ plugins/unityshell/src/SimpleLauncherIcon.cpp
260+ plugins/unityshell/src/SimpleLauncherIcon.h
261+ - Changed interfaces based on the AbstractLauncherIcon
262+
263+2012-07-17 Bilal Akhtar <bilalakhtar@ubuntu.com>
264+
265+ SoftwareCenterLauncherIcon: avoid the "Waiting to Install" tooltip to stay after installation
266+
267+ Be consistent with auto-hiding launcher.. Fixes: https://bugs.launchpad.net/bugs/925014, https://bugs.launchpad.net/bugs/1002440, https://bugs.launchpad.net/bugs/1012896. Approved by Marco Trevisan (Trevi?o), Brandon Schaefer, Thomi Richards.
268+
269+2012-06-27 Bilal Akhtar <bilalakhtar@ubuntu.com>
270+
271+ Merge from 5.0 branch
272+
273+2012-06-27 Bilal Akhtar <bilalakhtar@ubuntu.com>
274+
275+ Added test, need to probably fix it though
276+
277+2012-06-20 Bilal Akhtar <bilalakhtar@ubuntu.com>
278+
279+ Fix urgent quirk after installation of paid app
280+
281+2012-06-17 Bilal Akhtar <bilalakhtar@ubuntu.com>
282+
283+ Fixed string comparison, thanks Tim
284+
285+2012-06-13 Bilal Akhtar <bilalakhtar@ubuntu.com>
286+
287+ Fix the delay in adding launcher icons to the launcher by ensuring a redraw takes place (bug #1012896) and also fix the string comparison of desktop file with software-center-agent.
288+
289+2012-06-13 Bilal Akhtar <bilalakhtar@ubuntu.com>
290+
291+ Fix bug #925014 on the Unity side. Check if an aptdaemon task was specified. If not, then the icon tooltip will stay the same (i.e. the app name, rather than Waiting to install)
292+
293+2012-06-13 Bilal Akhtar <bilalakhtar@ubuntu.com>
294+
295+ Fix bug #1002440, by not creating SC launcher icon if the desktop file was unspecified or set to SC's agent, as in the case of paid apps. Instead, the icon will be added at the end of the install
296+
297+2012-07-17 Andrea Azzarone <azzaronea@gmail.com>
298+
299+ Backport lp:~andyrock/unity/fix-987955. Fixes: https://bugs.launchpad.net/bugs/987955. Approved by Marco Trevisan (Trevi?o).
300+
301+2012-07-03 Andrea Azzarone <azzaronea@gmail.com>
302+
303+ Backport lp:~andyrock/unity/fix-987955.
304+
305+2012-07-16 Brandon Schaefer <brandontschaefer@gmail.com>
306+
307+ Scale mode now does not skip the first super to open the dash.. Fixes: https://bugs.launchpad.net/bugs/1023811. Approved by Marco Trevisan (Trevi?o).
308+
309+2012-07-13 Brandon Schaefer <brandontschaefer@gmail.com>
310+
311+ * fixes launcher -> scale mode -> dash problem
312+
313+2012-07-13 Andrea Azzarone <azzaronea@gmail.com>
314+
315+ Backport lp:~andyrock/unity/fix-772445. Fixes: https://bugs.launchpad.net/bugs/772445. Approved by Marco Trevisan (Trevi?o).
316+
317+2012-07-13 Andrea Azzarone <azzaronea@gmail.com>
318+
319+ Minor changes.
320+
321+2012-07-13 Andrea Azzarone <azzaronea@gmail.com>
322+
323+ Merge trunk.
324+
325+2012-07-13 Andrea Azzarone <azzaronea@gmail.com>
326+
327+ Backport lp:~andyrock/unity/fix-772445
328+
329+2012-07-13 Andrea Azzarone <azzaronea@gmail.com>
330+
331+ Backport branch lp:~andyrock/unity/fix-839717. Fixes: https://bugs.launchpad.net/bugs/839717. Approved by Marco Trevisan (Trevi?o).
332+
333+2012-07-13 Andrea Azzarone <azzaronea@gmail.com>
334+
335+ Backport lp:~andyrock/unity/fix-839717.
336+
337+2012-07-09 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
338+
339+ KeyboardUtil: fix possible crash if XkbGetKeyboard returns null
340+
341+ Also use initializer list. Fixes: https://bugs.launchpad.net/bugs/920258. Approved by Gord Allott.
342+
343+2012-07-06 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
344+
345+ KeyboardUtil: fix typo
346+
347+2012-07-06 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
348+
349+ KeyboardUtil: oops, fix return value.
350+
351+2012-07-06 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
352+
353+ KeyboardUtil: fix possible crash if XkbGetKeyboard returns null
354+
355+ Also use initializer list
356+
357+2012-07-04 Andrea Azzarone <azzaronea@gmail.com>
358+
359+ Backport lp:~andyrock/unity/fix-932531. Fixes: https://bugs.launchpad.net/bugs/932531. Approved by Tim Penhey.
360+
361+2012-07-03 Andrea Azzarone <azzaronea@gmail.com>
362+
363+ Backport lp:~andyrock/unity/fix-932531.
364+
365+2012-07-04 Andrea Azzarone <azzaronea@gmail.com>
366+
367+ Backport lp:~andyrock/unity/fix-bug-955158. Fixes: https://bugs.launchpad.net/bugs/955158. Approved by Tim Penhey.
368+
369+2012-07-04 Andrea Azzarone <azzaronea@gmail.com>
370+
371+ Remove default_item_layout/list.
372+
373+2012-07-03 Andrea Azzarone <azzaronea@gmail.com>
374+
375+ Backport lp:~andyrock/unity/fix-bug-955158.
376+
377+2012-07-03 Andrea Azzarone <azzaronea@gmail.com>
378+
379+ Backport lp:~andyrock/unity/fix-934062. Fixes: https://bugs.launchpad.net/bugs/934062. Approved by Marco Trevisan (Trevi?o).
380+
381+2012-07-03 Andrea Azzarone <azzaronea@gmail.com>
382+
383+ Backport lp:~andyrock/unity/fix-934062.
384+
385+2012-07-02 Andrea Azzarone <azzaronea@gmail.com>
386+
387+ Backport lp:~andyrock/unity/fix-851982.. Fixes: https://bugs.launchpad.net/bugs/851982. Approved by Brandon Schaefer.
388+
389+2012-07-02 Andrea Azzarone <azzaronea@gmail.com>
390+
391+ Backport lp:~andyrock/unity/fix-851982
392+
393+2012-06-29 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
394+
395+ PluginAdapterCompiz: ignore offscreen windows when looking for the top one. Fixes: https://bugs.launchpad.net/bugs/996604. Approved by Brandon Schaefer.
396+
397+2012-06-30 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
398+
399+ test_launcher: add autopilot test to check spread initialization on double click
400+
401+2012-06-30 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
402+
403+ PluginAdapterCompiz: ignore offscreen windows when looking for the top one
404+
405+2012-06-29 Didier Roche <didier.roche@canonical.com>
406+
407+ Fix a crash when a GError exception is triggered. Fixes: https://bugs.launchpad.net/bugs/778470. Approved by Sam Spilsbury.
408+
409+2012-06-28 Didier Roche <didier.roche@canonical.com>
410+
411+ import glib for handling the GError (LP: #778470)
412+
413+2012-06-28 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
414+
415+ DashView: filter out the unprintable keys when focusing the search bar
416+
417+ The search bar can't be focused when invalid keys (such as shift, ctrl, F1...) are pressed.. Fixes: https://bugs.launchpad.net/bugs/931393. Approved by Andrea Azzarone.
418+
419+2012-06-28 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
420+
421+ DashView: filter out the unprintable keys when focusing the search bar
422+
423+ The search bar can't be focused when invalid keys (such as shift, ctrl, F1...) are pressed...
424+
425+2012-06-28 Andrea Azzarone <azzaronea@gmail.com>
426+
427+ Backport lp:~andyrock/unity/fix-1016239. Fixes: https://bugs.launchpad.net/bugs/1016239. Approved by Marco Trevisan (Trevi?o).
428+
429+2012-06-27 Andrea Azzarone <azzaronea@gmail.com>
430+
431+ Backport lp:~andyrock/unity/fix-1016239
432+
433+2012-06-27 Brandon Schaefer <brandontschaefer@gmail.com>
434+
435+ The dash will now open when invoked while in spread/scale mode.. Fixes: https://bugs.launchpad.net/bugs/944033. Approved by Thomi Richards.
436+
437+2012-06-26 Brandon Schaefer <brandontschaefer@gmail.com>
438+
439+ * Fixes opening the dash when in scale mode
440+
441+2012-06-25 Brandon Schaefer <brandontschaefer@gmail.com>
442+
443+ The switcher now focuses it's own window, instead of leaving it to the current one. Now Alt+F4 does not work while the switcher is active.. Fixes: . Approved by Thomi Richards.
444+
445+2012-06-25 Brandon Schaefer <brandontschaefer@gmail.com>
446+
447+ * SRU fix for alt+f4 re opening a program while using the switcher.
448+
449+2012-06-25 Brandon Schaefer <brandontschaefer@gmail.com>
450+
451+ Fixes closing the shurnk Hud when clicking outside it's geometry.. Fixes: https://bugs.launchpad.net/bugs/962651. Approved by Thomi Richards.
452+
453+2012-06-25 Brandon Schaefer <brandontschaefer@gmail.com>
454+
455+ * switched close and it...
456+
457+2012-06-25 Brandon Schaefer <brandontschaefer@gmail.com>
458+
459+ * ap and minor fixes
460+
461+2012-06-22 Brandon Schaefer <brandontschaefer@gmail.com>
462+
463+ * Hud will close when clicking anywhere outside of it's current geo (including being shrunk)
464+
465+2012-06-25 Andrea Azzarone <azzaronea@gmail.com>
466+
467+ Backport lp:~andyrock/unity/fix-994163. Fixes: https://bugs.launchpad.net/bugs/994163. Approved by ?ukasz Zemczak.
468+
469+2012-06-22 Andrea Azzarone <azzaronea@gmail.com>
470+
471+ Backport lp:~andyrock/unity/fix-994163.
472+
473+2012-06-22 Brandon Schaefer <brandontschaefer@gmail.com>
474+
475+ Fixes AP test, get_compiz_option wasn't included in utilities.. Fixes: . Approved by Thomi Richards.
476+
477+2012-06-21 Brandon Schaefer <brandontschaefer@gmail.com>
478+
479+ * fixes ap test get_compiz_option wasn't in 5.0
480+
481+2012-06-21 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
482+
483+ IMTextEntry: don't ingore ctrl/alt keypress to make ibus still working. Fixes: . Approved by Brandon Schaefer.
484+
485+2012-06-22 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
486+
487+ IMTextEntry: don't ingore ctrl/alt keypress to make ibus still working
488+
489+2012-06-21 Brandon Schaefer <brandontschaefer@gmail.com>
490+
491+ Fixes focus problem when entering expo mode from KeyNav(Alt+F1).. Fixes: https://bugs.launchpad.net/bugs/962408. Approved by Marco Trevisan (Trevi?o).
492+
493+2012-06-21 Brandon Schaefer <brandontschaefer@gmail.com>
494+
495+ * Fixes going into expo mode from key nav mode (alt+f1)
496+
497+2012-06-21 Brandon Schaefer <brandontschaefer@gmail.com>
498+
499+ Documents and files now dragged from the Dash to the Launcher into an application will close the dash.. Fixes: https://bugs.launchpad.net/bugs/865168. Approved by Marco Trevisan (Trevi?o).
500+
501+2012-06-21 Brandon Schaefer <brandontschaefer@gmail.com>
502+
503+ * Dragging documents and files to an app on the launcher closes the dash.
504+
505+2012-06-20 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
506+
507+ IMTextEntry: ignore invalid keypress when using modifiers keys.
508+
509+ All the key pressure when pressing the Alt or Super key should be ignored.
510+ When pressing Ctrl key we should only allow: A key, arrow keys, Backspace or Delete keys and Home or Delete keys.. Fixes: https://bugs.launchpad.net/bugs/1013751. Approved by .
511+
512+2012-06-20 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
513+
514+ test_im_text_entry: fix the IMTextEntry inclusion
515+
516+2012-06-19 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
517+
518+ IMTextEntry: ignore invalid keypress when using modifiers keys.
519+
520+ All the key pressure when pressing the Alt or Super key should be ignored.
521+ When pressing Ctrl key we should only allow: A key, arrow keys, Backspace or
522+ Delete keys and Home or Delete keys.
523+
524+2012-06-20 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
525+
526+ DashController / HudController: hide the overlay when the spread is initiated. Fixes: https://bugs.launchpad.net/bugs/870284. Approved by .
527+
528+2012-06-19 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
529+
530+ autopilot, added tests for Dash and Hud on spread
531+
532+2012-06-19 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
533+
534+ HudController: hide the HUD when the spread is initiated
535+
536+2012-06-19 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
537+
538+ DashController: hide the dash when spread is initiated
539+
540+2012-06-19 ?ukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com>
541+
542+ Cherry-picked from unity trunk (rev2407):
543+ Launcher: Fix dragging to the last position when out of the launcher. Fixes: https://bugs.launchpad.net/bugs/971421. Approved by Marco Trevisan (Trevi?o).
544+
545+2012-06-18 ?ukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com>
546+
547+ Cherry-picked from unity trunk (rev2407):
548+ Launcher: Fix dragging to the last position when out of the launcher
549+
550+2012-06-17 Andrea Azzarone <azzaronea@gmail.com>
551+
552+ Backport lp:~andyrock/unity/fix-987674. Fixes: https://bugs.launchpad.net/bugs/987674. Approved by Tim Penhey.
553+
554+2012-06-15 Andrea Azzarone <azzaronea@gmail.com>
555+
556+ Fix bug 987674.
557+
558+2012-06-17 Andrea Azzarone <azzaronea@gmail.com>
559+
560+ Backport lp:~andyrock/unity/hud-reset
561+ . Fixes: https://bugs.launchpad.net/bugs/1011507. Approved by Tim Penhey.
562+
563+2012-06-15 Andrea Azzarone <azzaronea@gmail.com>
564+
565+ Add missing files.
566+
567+2012-06-15 Andrea Azzarone <azzaronea@gmail.com>
568+
569+ Backport lp:~andyrock/unity/hud-reset.
570+
571+2012-06-06 Andrea Azzarone <azzaronea@gmail.com>
572+
573+ Backport lp:~andyrock/unity/fix-1008656.. Fixes: https://bugs.launchpad.net/bugs/1008656. Approved by ?ukasz Zemczak.
574+
575+2012-06-06 Andrea Azzarone <azzaronea@gmail.com>
576+
577+ Backport lp:~andyrock/unity/fix-1008656.
578+
579+2012-06-06 ?ukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com>
580+
581+ Back-porting fix from unity trunk.
582+ When dragging a non-application, do not saturate all icons automatically, but only those that are needed.
583+
584+ Eliminates flickering before 'prelighting' the Launcher icons that can handle the current drag-and-drop (LP #863230).. Fixes: https://bugs.launchpad.net/bugs/863230. Approved by .
585+
586+2012-06-06 ?ukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com>
587+
588+ When dragging a non-application, do not saturate all icons automatically, but only those that are needed.
589+
590+ Eliminates flickering before 'prelighting' the Launcher icons that can handle the current drag-and-drop (LP #863230)
591+
592+2012-06-06 Andrea Azzarone <azzaronea@gmail.com>
593+
594+ Draw the result grid in proximity of the search entry. Backport lp:~andyrock/unity/fix-1008603. Fixes: https://bugs.launchpad.net/bugs/1008603. Approved by ?ukasz Zemczak.
595+
596+2012-06-06 Andrea Azzarone <azzaronea@gmail.com>
597+
598+ Backport lp:~andyrock/unity/fix-1008603
599+
600+2012-06-06 ?ukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com>
601+
602+ Back-porting fix from unity trunk.
603+ Don't show the switcher window during constructing the view. Wait for the ShowView timeout.. Fixes: https://bugs.launchpad.net/bugs/987156. Approved by Tim Penhey.
604+
605+2012-06-05 ?ukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com>
606+
607+ Added two manual-tests for testing the fixed behavior. Better have everything well tested.
608+
609+2012-06-05 ?ukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com>
610+
611+ Added a unit test for the switcher show functionality. The same as in the previous proposition.
612+
613+2012-06-05 ?ukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com>
614+
615+ Don't show the switcher window during constructing the view. Wait for the show timeout.
616+
617+2012-06-04 Andrea Azzarone <azzaronea@gmail.com>
618+
619+ Backports branch lp:~andyrock/unity/hud-text.. Fixes: https://bugs.launchpad.net/bugs/939436. Approved by Tim Penhey.
620+
621+2012-05-31 Andrea Azzarone <azzaronea@gmail.com>
622+
623+ Backport lp:~andyrock/unity/hud-text.
624+
625+2012-05-24 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
626+
627+ BamfLauncherIcon: Unset the BamfApplication when removing the icon.
628+
629+ Doing this manually, we prevent that a duplicated application can be added between the removal of the BamfLauncherIcon and the effective destruction (that is controlled by a timeout in LauncherModel).. Fixes: https://bugs.launchpad.net/bugs/1003574. Approved by .
630+
631+2012-05-24 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
632+
633+ LauncherController: use glib::Signal to handle the Bamf matcher signal.
634+
635+2012-05-24 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
636+
637+ BamfLauncherIcon: Disconnect all the _bamf_app signals at once on removal.
638+
639+2012-05-24 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
640+
641+ GLib::SignalManager: allow to disconnect all the signals for a given Object.
642+
643+ When the signal string name is empty, we disconnect all the sigals
644+ for the given object.
645+
646+2012-05-24 Gord Allott <gord.allott@canonical.com>
647+
648+ * Capture information about the icon of the application to be installed from the software center. Re-use it when rendering the launcher interface.
649+ * Fix bug #981168. Fixes: https://bugs.launchpad.net/bugs/981168. Approved by Gord Allott.
650+
651+2012-05-24 Gord Allott <gord.allott@canonical.com>
652+
653+ fixed up memory leaks
654+
655+2012-04-17 Jay Taoko <jay.taoko@canonical.com>
656+
657+ * Capture information about the icon of the application to be installed from the software center. Re-use it when rendering the launcher interface.
658+
659+2012-04-16 Jay Taoko <jay.taoko@canonical.com>
660+
661+ * Capture part of the content of Launcher::handle_dbus_method_call into a lambda call.
662+
663+2012-05-23 ?ukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com>
664+
665+ Backported andyrock's fix from lp:unity/6.0 - Unmute launcher (LP: #949448).. Fixes: https://bugs.launchpad.net/bugs/949448. Approved by Andrea Azzarone.
666+
667+2012-05-23 ?ukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com>
668+
669+ Backported andyrock's fix for LP: #949448 from lp:unity/6.0.
670+
671+2012-05-23 Andrea Azzarone <azzaronea@gmail.com>
672+
673+ Backports lp:~andyrock/unity/queue-draw-result-view-grid from lp:unity/6.0.. Fixes: . Approved by Andrea Azzarone, ?ukasz Zemczak.
674+
675+2012-05-23 Andrea Azzarone <azzaronea@gmail.com>
676+
677+ Backports branch lp:~andyrock/unity/queue-draw-result-view-grid.
678+
679+2012-05-23 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
680+
681+ UnityScreen: reduce the BGHash::RefreshColor() calls
682+
683+ Don't call BGHash::RefreshColor() every atom on the XRoot window changes,
684+ do it only when the target one changes. Fixes: . Approved by Andrea Azzarone.
685+
686+2012-05-23 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
687+
688+ UnityScreen: reduce the BGHash::RefreshColor() calls
689+
690+ Don't call BGHash::RefreshColor() every atom on the XRoot window changes,
691+ do it only when the target one changes.
692+
693+2012-05-23 Andrea Azzarone <azzaronea@gmail.com>
694+
695+ Backports branch lp:~vanvugt/unity/fix-987304.. Fixes: https://bugs.launchpad.net/bugs/987304. Approved by Marco Trevisan (Trevi?o).
696+
697+2012-05-23 Andrea Azzarone <azzaronea@gmail.com>
698+
699+ Backports branch lp:~vanvugt/unity/fix-987304.
700+
701+2012-05-23 Andrea Azzarone <azzaronea@gmail.com>
702+
703+ Backported fix from lp:unity/6.0 - Dash - search field is hidden by tooltips (LP: #978030).. Fixes: https://bugs.launchpad.net/bugs/978030. Approved by Andrea Azzarone, ?ukasz Zemczak.
704+
705+2012-05-23 Andrea Azzarone <azzaronea@gmail.com>
706+
707+ Backports branch lp:~andyrock/unity/fix-978030.
708+
709+2012-04-27 Andrea Azzarone <azzaronea@gmail.com>
710+
711+ Add AP tests.
712+
713+2012-04-27 Andrea Azzarone <azzaronea@gmail.com>
714+
715+ Disable the bfb/hudlaunchericon tooltip when the dash/hud is open.
716+ Hide a launcher icon tooltip as soon as the dash/hud is shown.
717+
718+2012-05-23 ?ukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com>
719+
720+ Backported andyrock's fix from trunk - fix UnityViewWindow background when blur is disabled.. Fixes: . Approved by Gord Allott.
721+
722+2012-05-23 ?ukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com>
723+
724+ Backported andyrock's fix for LP: #989291. Fix UnityViewWindow background when blur is disabled.
725+
726+2012-05-21 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
727+
728+ Merged branches lp:~3v1n0/unity/launcher-double-icons-tests and lp:~3v1n0/unity/quick-app-reopen-icon-fix. Fixes: https://bugs.launchpad.net/bugs/772063, https://bugs.launchpad.net/bugs/995916, https://bugs.launchpad.net/bugs/999820. Approved by .
729+
730+2012-05-21 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
731+
732+ Merging fix for "Missing GIMP icon bug"
733+
734+2012-05-21 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
735+
736+ Merging single-icon AP tests.
737+
738+2012-04-27 Didier Roche <didier.roche@canonical.com>
739+
740+ Release\ 5.12.0
741+
742+2012-04-26 Sebastien Bacher <seb128@ubuntu.com>
743+
744+ Revert r2331, it's creating hang issues on start.. Fixes: . Approved by Didier Roche.
745+
746+2012-04-26 Sebastien Bacher <seb128@ubuntu.com>
747+
748+ Revert r2331, it's creating hang issues on start. The commit is not fixing any
749+ important issue and not needed in the SRU, it can come once the problems have
750+ been resolved.
751+
752+2012-04-26 Michael Vogt <michael.vogt@ubuntu.com>
753+
754+ Check for "exit_state" on the install-finished signal from aptdaemon (LP: #982921) and remove launcher icon again on failure.. Fixes: https://bugs.launchpad.net/bugs/982921. Approved by Tim Penhey.
755+
756+2012-04-26 Michael Vogt <michael.vogt@ubuntu.com>
757+
758+ manual-tests/SoftwareCenter.txt: add manual test for the launcher integration cancel
759+
760+2012-04-17 Michael Vogt <michael.vogt@ubuntu.com>
761+
762+ remove USC launcher again from unity on download/install failure or cancel
763+
764+2012-04-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
765+
766+ We need to flag a bamf view that we control using an icon using the "unity-seen" qdata, or unity will duplicate it on bamfdaemon respawn. (LP: #928912). Fixes: https://bugs.launchpad.net/bugs/928912. Approved by Michal Hruby, Tim Penhey.
767+
768+2012-04-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
769+
770+ autopilot, test_launcher: removed the xclock test... We'll put it back soon.
771+
772+2012-04-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
773+
774+ Merging thomi's fixes
775+
776+2012-04-26 Thomi Richards <thomi.richards@canonical.com>
777+
778+ Added xclock.
779+
780+2012-04-26 Thomi Richards <thomi.richards@canonical.com>
781+
782+ Renamed test methods.
783+
784+2012-04-26 Thomi Richards <thomi.richards@canonical.com>
785+
786+ Removed tautology from the test.
787+
788+2012-04-26 Thomi Richards <thomi.richards@canonical.com>
789+
790+ CLeaned up test.
791+
792+2012-04-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
793+
794+ autopilot, use kill instead of pkill to close applications
795+
796+2012-04-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
797+
798+ BamfLauncherIcon: export the application ID for introspection
799+
800+2012-04-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
801+
802+ autopilot, test_launcher: added test to check the launcher status after bamfdaemon killing
803+
804+2012-04-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
805+
806+ LauncherController: set the "unity-seen" qdata to all the BamfApplications we have
807+
808+ This avoid that we create two icons for the same application instance.
809+ Moving to the safer GUINT...
810+
811+2012-04-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
812+
813+ BamfLauncherIcon: Focus an application if no child window is actually on top of the stack. Raises all urgent windows.
814+
815+ This fixes bug #802816 that happens when an application raises a window on the top of the stack but the focus doesn't change.
816+
817+ Plus, don't perform unneeded checks when focusing non-active applications.. Fixes: https://bugs.launchpad.net/bugs/802816, https://bugs.launchpad.net/bugs/986443. Approved by Tim Penhey.
818+
819+2012-04-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
820+
821+ Merging with trunk.
822+
823+2012-04-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
824+
825+ manual test: updated.
826+
827+2012-04-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
828+
829+ Merge with trunk
830+
831+2012-04-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
832+
833+ manual-tests, Launcher: added a test for non top non-focused windows
834+
835+2012-04-21 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
836+
837+ BamfLauncherIcon: raise all the urgent windows, if there are any
838+
839+2012-04-21 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
840+
841+ BamfLauncherIcon: focus an application if no child window is actually on top of the stack.
842+
843+ This fixes bug #802816 that happens when an application raises a window on the top of the stack but the
844+ focus doesn't change.
845+
846+ Plus, don't perform unneeded checks for non-active applications.
847+
848+2012-04-21 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
849+
850+ WindowManager: add method to get if a window is on top.
851+
852+ Top window is a window that is on top of the stack, excluding invisible, not mapped,
853+ minimized, set "above" and unity windows.
854+
855+2012-04-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
856+
857+ manual-test, Launcher: added manual test for the Chromium web applications. Fixes: . Approved by Tim Penhey.
858+
859+2012-04-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
860+
861+ manual-test, Launcher: added manual test for the Chromium web applications
862+
863+2012-04-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
864+
865+ BamfLauncherIcon: activate the icon using the quicklist item using an Idle.
866+
867+ This fixes the bug #986461 that caused the spread not to initiate clicking on the quicklist application name.. Fixes: https://bugs.launchpad.net/bugs/986461. Approved by Thomi Richards.
868+
869+2012-04-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
870+
871+ WindowManager: removed the g_debug("%s", G_STRFUNC); from AddProperties dummy implementation
872+
873+2012-04-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
874+
875+ autopilot, test_quicklist: add a test to check that spread works when initiated by quicklist
876+
877+2012-04-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
878+
879+ autopilot, keybindings: include spread keybindings
880+
881+2012-04-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
882+
883+ autopilot, add WindowManager emulator
884+
885+2012-04-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
886+
887+ test_quicklist: added test to check if the application label works
888+
889+2012-04-24 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
890+
891+ unityshell: set PluginAdapter as introspectable child
892+
893+2012-04-24 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
894+
895+ WindowManager: make it introspectable, implementation in PluginAdapter.
896+
897+2012-04-24 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
898+
899+ Merge with trunk
900+
901+2012-04-23 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
902+
903+ BamfLauncherIcon: remove the _quicklist_activated_id related source on destruction
904+
905+2012-04-21 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
906+
907+ BamfLauncherIcon: activate the icon using the quicklist item using an Idle.
908+
909+ This fixes the bug #986461 that caused the spread not to initiate clicking on the quicklist
910+ application name.
911+
912+2012-04-25 Michal Hruby <michal.mhr@gmail.com>
913+
914+ Fix scale inversion when processing non-rect tile textures. Fixes: https://bugs.launchpad.net/bugs/988338. Approved by Gord Allott.
915+
916+2012-04-25 Michal Hruby <michal.mhr@gmail.com>
917+
918+ Fix scale inversion when processing non-rect tile textures
919+
920+2012-04-25 Andrea Azzarone <azzaronea@gmail.com>
921+
922+ Don't crop the bottom of results in card view when a category is not expanded.. Fixes: https://bugs.launchpad.net/bugs/975003. Approved by Marco Trevisan (Trevi?o).
923+
924+2012-04-25 Andrea Azzarone <azzaronea@gmail.com>
925+
926+ Fixes LP bug #975003.
927+
928+2012-04-25 Michal Hruby <michal.mhr@gmail.com>
929+
930+ Destroy lens views before destroying lens models. Fixes: . Approved by Gord Allott, Sam Spilsbury.
931+
932+2012-04-24 Michal Hruby <michal.mhr@gmail.com>
933+
934+ Add a comment
935+
936+2012-04-24 Michal Hruby <michal.mhr@gmail.com>
937+
938+ Destroy lens views before destroying lens models
939+
940+2012-04-25 Michal Hruby <michal.mhr@gmail.com>
941+
942+ Make sure hud's spinner stops spinning after hud service returns reply. Fixes: https://bugs.launchpad.net/bugs/987781. Approved by Gord Allott, Marco Trevisan (Trevi?o).
943+
944+2012-04-24 Michal Hruby <michal.mhr@gmail.com>
945+
946+ Make sure hud's spinner stops spinning after hud service returns reply
947+
948+2012-04-25 Brandon Schaefer <brandontschaefer@gmail.com>
949+
950+ Shorten the press/release time of the Ctrl+Space for the IBus AP tests.. Fixes: . Approved by Thomi Richards.
951+
952+2012-04-24 Brandon Schaefer <brandontschaefer@gmail.com>
953+
954+ * Shortens the press/release time for Ctrl+Space as jenkins is a little slow
955+
956+2012-04-24 Andrea Azzarone <azzaronea@gmail.com>
957+
958+ Enable dnd for all launcher icons (and not just the ones matching the type).. Fixes: https://bugs.launchpad.net/bugs/880798. Approved by Marco Trevisan (Trevi?o).
959+
960+2012-04-25 Andrea Azzarone <azzaronea@gmail.com>
961+
962+ Fix typo.
963+
964+2012-04-25 Andrea Azzarone <azzaronea@gmail.com>
965+
966+ Fixes.
967+
968+2012-04-25 Andrea Azzarone <azzaronea@gmail.com>
969+
970+ Add a manual test.
971+
972+2012-04-25 Andrea Azzarone <azzaronea@gmail.com>
973+
974+ Fixes bug #880798.
975+
976+2012-04-24 Andrea Azzarone <azzaronea@gmail.com>
977+
978+ Set a shortcut for the new apps on the launcher too.. Fixes: https://bugs.launchpad.net/bugs/778499. Approved by Marco Trevisan (Trevi?o).
979+
980+2012-04-24 Andrea Azzarone <azzaronea@gmail.com>
981+
982+ Fix.
983+
984+2012-04-24 Andrea Azzarone <azzaronea@gmail.com>
985+
986+ Merge trunk.
987+
988+2012-04-23 Andrea Azzarone <azzaronea@gmail.com>
989+
990+ Adds AP test.
991+
992+2012-04-23 Andrea Azzarone <azzaronea@gmail.com>
993+
994+ Fixes bug #778499.
995+
996+2012-04-24 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
997+
998+ DeviceLauncherSection: updated to use glib::SignalManager and glib::Object
999+
1000+ This allow to be more safe; it fixes also some crashes caused by the fact that DeviceLauncherIcon didn't own the GVolume* object. Now it uses glib::Object completely, so we can automagically ref/unref the volume when the icon is created/removed.. Fixes: https://bugs.launchpad.net/bugs/918548, https://bugs.launchpad.net/bugs/977762. Approved by Andrea Azzarone.
1001+
1002+2012-04-24 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1003+
1004+ DeviceLauncherSection: use glib::SignalManager
1005+
1006+2012-04-24 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1007+
1008+ DeviceLauncherIcon: use a glib::Object to handle the volume.
1009+
1010+ So we can be safe about reference. This will automagically add
1011+ and remove a reference when needed.
1012+
1013+2012-04-24 Brandon Schaefer <brandontschaefer@gmail.com>
1014+
1015+ UnityScreen: use smart_pointers correctly, destruct items in correct order. Fixes: https://bugs.launchpad.net/bugs/987932. Approved by Marco Trevisan (Trevi?o).
1016+
1017+2012-04-24 Brandon Schaefer <brandontschaefer@gmail.com>
1018+
1019+ * Remove useless namespace
1020+
1021+2012-04-24 Brandon Schaefer <brandontschaefer@gmail.com>
1022+
1023+ * Fixed spacing issue
1024+
1025+2012-04-24 Brandon Schaefer <brandontschaefer@gmail.com>
1026+
1027+ * Some fixes, also added some comments about the ordering (was causing the crashes)
1028+
1029+2012-04-24 Brandon Schaefer <brandontschaefer@gmail.com>
1030+
1031+ * Changed WindowThread to use a unique ptr
1032+ * Also fixed a memory leak with the debugger
1033+ * Some cleaning up also
1034+ * Thanks Trevi?o for the information :)
1035+
1036+2012-04-24 Brandon Schaefer <brandontschaefer@gmail.com>
1037+
1038+ UnityScreen: destroy the controllers before the window thread
1039+
1040+ Fixes crashes enabling/disabling plugins in CCSM. Fixes: https://bugs.launchpad.net/bugs/931201, https://bugs.launchpad.net/bugs/942286, https://bugs.launchpad.net/bugs/947844, https://bugs.launchpad.net/bugs/952378. Approved by Marco Trevisan (Trevi?o).
1041+
1042+2012-04-23 Brandon Schaefer <brandontschaefer@gmail.com>
1043+
1044+ * Fixes some crashes with the ccsm and plugins
1045+ * There still seems to be a crash, but it looks to be in bamf
1046+
1047+2012-04-24 Michal Hruby <michal.mhr@gmail.com>
1048+
1049+ GLibDBusProxy: Remove 1 second timeout we used before connecting to dbus proxies. Fixes: . Approved by Marco Trevisan (Trevi?o).
1050+
1051+2012-04-24 Michal Hruby <michal.mhr@gmail.com>
1052+
1053+ Remove 1 second timeout we used before connecting to dbus proxies
1054+
1055+2012-04-24 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1056+
1057+ HudLauncherIcon: close the HUD when activating the icon
1058+
1059+ As design requested in bug #963918. Fixes: https://bugs.launchpad.net/bugs/963918. Approved by Gord Allott.
1060+
1061+2012-04-24 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1062+
1063+ HudLauncherIcon: removed unneeded space.
1064+
1065+2012-04-24 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1066+
1067+ autopilot, test_hud: add test to check if clicking over the HUD icon closes it.
1068+
1069+2012-04-24 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1070+
1071+ HudLauncherIcon: close the HUD when activating the icon
1072+
1073+ As design requested in bug #963918
1074+
1075+2012-04-24 smspillaz <sam.spilsbury@canonical.com>
1076+
1077+ See Bug 880449 : Minimized windows were being considered for showdesktop and had their input shape removed twice.
1078+
1079+ 1) Never allow different entities to fight over the input shape of the window. Have one shared interface between them with RAII semantics
1080+ 2) Don't allow minimized windows to enter showdesktop mode. Fixes: . Approved by Gord Allott.
1081+
1082+2012-04-23 smspillaz <sam.spilsbury@canonical.com>
1083+
1084+ Fix style, use <memory>
1085+
1086+2012-04-18 smspillaz <sam.spilsbury@canonical.com>
1087+
1088+ Don't showdesktop minimized windows
1089+
1090+2012-04-18 smspillaz <sam.spilsbury@canonical.com>
1091+
1092+ Make the minimize handler use the same mechanism
1093+
1094+2012-04-18 smspillaz <sam.spilsbury@canonical.com>
1095+
1096+ Acquire input shape removal through RAII semantics
1097+
1098+2012-04-23 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1099+
1100+ Hud: update the icon size to match the launcher icon size when in auto-hide mode
1101+
1102+ Plus prevent a couple of crashes. Fixes: https://bugs.launchpad.net/bugs/921506, https://bugs.launchpad.net/bugs/983646. Approved by Tim Penhey.
1103+
1104+2012-04-23 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1105+
1106+ HudView: Set the minimum icon height to match the content_layout
1107+
1108+ So the icon is vertically centered to the hud search (minimal) layout if needed.
1109+
1110+2012-04-23 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1111+
1112+ HudIcon: use unsigned integer for padding.
1113+
1114+2012-04-23 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1115+
1116+ HudView: remove space
1117+
1118+2012-04-23 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1119+
1120+ HudIcon: Fix the icon position to be relative to size, add a minimum vertical padding
1121+
1122+ This makes the icon draw correctly when it's big, also it makes the view to increas its
1123+ vertical size slightly to use some padding if needed.
1124+
1125+2012-04-23 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1126+
1127+ HudView: fix the geometry not to change when the icon size changes
1128+
1129+2012-04-23 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1130+
1131+ HudController: add SetIcon function that removes some code duplication
1132+
1133+2012-04-23 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1134+
1135+ IconTexture: be more safe when handling _pixbuf_cached
1136+
1137+ Set it to null when invalid and during initialization
1138+
1139+2012-04-22 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1140+
1141+ Merging with trunk (window button fixes)
1142+
1143+2012-04-22 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1144+
1145+ Merging with trunk
1146+
1147+2012-04-01 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1148+
1149+ Hud: update the icon size to match the launcher icon size.
1150+
1151+2012-04-01 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1152+
1153+ Merging with icon fixes branch
1154+
1155+2012-04-23 Andrea Azzarone <azzaronea@gmail.com>
1156+
1157+ Use 2 columns in the card view in desktop mode when filters are opened.. Fixes: https://bugs.launchpad.net/bugs/977817. Approved by Mirco M?ller, Marco Trevisan (Trevi?o), Andrea Cimitan.
1158+
1159+2012-04-20 Andrea Azzarone <azzaronea@gmail.com>
1160+
1161+ Fix bug #977817.
1162+
1163+2012-04-20 Andrea Azzarone <azzaronea@gmail.com>
1164+
1165+ Merge trunk.
1166+
1167+2012-04-21 Michael Rawson <michaelrawson76@gmail.com>
1168+
1169+ Fixes position of "show desktop" icon-LP:964073. Fixes: https://bugs.launchpad.net/bugs/964073. Approved by Marco Trevisan (Trevi?o).
1170+
1171+2012-04-18 Michael Rawson <michaelrawson76@gmail.com>
1172+
1173+ Fixed braces
1174+
1175+2012-04-17 Michael Rawson <michaelrawson76@gmail.com>
1176+
1177+ Fixed indentation
1178+
1179+2012-04-15 Michael Rawson <michaelrawson76@gmail.com>
1180+
1181+ Fixed ccsm problem
1182+
1183+2012-04-15 Michael Rawson <michaelrawson76@gmail.com>
1184+
1185+ Removed excess DesktopLauncherIcons()
1186+
1187+2012-04-14 Michael Rawson <michaelrawson76@gmail.com>
1188+
1189+ Re-added code
1190+
1191+2012-04-14 Michael Rawson <michaelrawson76@gmail.com>
1192+
1193+ Made fix more explicit-thanks Marco
1194+
1195+2012-04-13 Michael Rawson <michaelrawson76@gmail.com>
1196+
1197+ Moved show desktop icon to intended position
1198+
1199+2012-04-21 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1200+
1201+ WindowButtons: avoid to disable the Overlay close button.
1202+
1203+ This fixes a regression I probabily introduced (sorry).. Fixes: https://bugs.launchpad.net/bugs/986264. Approved by Andrea Azzarone.
1204+
1205+2012-04-20 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1206+
1207+ WindowButtons: remove extra space, and be more crash-safe
1208+
1209+2012-04-20 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1210+
1211+ WindowButtons: avoid to disable the Overlay close button.
1212+
1213+ This fixes a regression I probabily introduced (sorry).
1214+
1215+2012-04-20 Andrea Azzarone <azzaronea@gmail.com>
1216+
1217+ Don't activate "home.lens" during dash closing.. Fixes: https://bugs.launchpad.net/bugs/914785. Approved by Michal Hruby, Marco Trevisan (Trevi?o).
1218+
1219+2012-04-20 Andrea Azzarone <azzaronea@gmail.com>
1220+
1221+ Merge trunk.
1222+
1223+2012-04-20 Andrea Azzarone <azzaronea@gmail.com>
1224+
1225+ Don't activate the home lens during the dash closing.
1226+
1227+2012-04-20 Thomi Richards <thomi.richards@canonical.com>
1228+
1229+ Update IBus tests to only set the IME once per test case class.. Fixes: . Approved by Brandon Schaefer, Thomi Richards.
1230+
1231+2012-04-20 Thomi Richards <thomi.richards@canonical.com>
1232+
1233+ Use a single setUpClass method.
1234+
1235+2012-04-20 Brandon Schaefer <brandontschaefer@gmail.com>
1236+
1237+ * setUpClass, not tearDownClass
1238+
1239+2012-04-20 Brandon Schaefer <brandontschaefer@gmail.com>
1240+
1241+ * Removed param, as it is no longer needed
1242+
1243+2012-04-20 Brandon Schaefer <brandontschaefer@gmail.com>
1244+
1245+ * Now the ibus only reset the context when it changes test engines
1246+
1247+2012-04-19 Brandon Schaefer <brandontschaefer@gmail.com>
1248+
1249+ * Changed to deactivate to an explicit call
1250+
1251+2012-04-20 Chase Douglas <chase.douglas@ubuntu.com>
1252+
1253+ Fix potential pointer lockup on initial drag gesture.. Fixes: https://bugs.launchpad.net/bugs/979418. Approved by Marco Trevisan (Trevi?o), Alex Launi.
1254+
1255+2012-04-12 Chase Douglas <chase.douglas@ubuntu.com>
1256+
1257+ Add test comment
1258+
1259+2012-04-11 Chase Douglas <chase.douglas@ubuntu.com>
1260+
1261+ Fix pointer locking up after three touch window drag
1262+
1263+ GestureEngine::EndDrag() checks if a drag gesture was performed before
1264+ ungrabbing the pointer. Unfortunately, it checks if the gesture ID is
1265+ non-zero, but a zero ID is valid. We don't need to check the gesture ID
1266+ at all since the drag window is maintained properly.
1267+
1268+2012-04-11 Chase Douglas <chase.douglas@ubuntu.com>
1269+
1270+ Add regression test for drag gesture pointer grabs not being removed
1271+
1272+2012-04-11 Chase Douglas <chase.douglas@ubuntu.com>
1273+
1274+ Add grab counting in compiz screen mock
1275+
1276+2012-04-19 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1277+
1278+ WindowButtons: disable the close button if the controlled window is not closable
1279+
1280+ Added support to WindowManager to get if a window is closable and maximizable, then used the IsWindowClosable method to enable or disable the close window button.. Fixes: https://bugs.launchpad.net/bugs/981196. Approved by Thomi Richards, Brandon Schaefer.
1281+
1282+2012-04-14 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1283+
1284+ manual-tests: WindowButtons, added test case for disabled close button
1285+
1286+2012-04-13 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1287+
1288+ WindowButtons: disable the close button if the controlled window is not closable
1289+
1290+2012-04-13 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1291+
1292+ WindowManager: add functions to get if a window is maximizable and closable
1293+
1294+2012-04-19 Thomi Richards <thomi.richards@canonical.com>
1295+
1296+ IBus autopilot tests now wait for input method context to be created before typing characters.. Fixes: . Approved by Brandon Schaefer.
1297+
1298+2012-04-20 Thomi Richards <thomi.richards@canonical.com>
1299+
1300+ ibus tests now wait for ibus to be activated in the target widget. This removes the need for sleep statements alltogether.
1301+
1302+2012-04-20 Thomi Richards <thomi.richards@canonical.com>
1303+
1304+ IBus tests now wait until the im_active property on the SearchBar is set to true.
1305+
1306+2012-04-20 Thomi Richards <thomi.richards@canonical.com>
1307+
1308+ First pass at fixing the ibus tests.
1309+
1310+2012-04-20 Thomi Richards <thomi.richards@canonical.com>
1311+
1312+ Merged launcher tests fix, needed by this branch.
1313+
1314+2012-04-19 Andrea Azzarone <azzaronea@gmail.com>
1315+
1316+ Add a sanity check to avoid crashes.. Fixes: https://bugs.launchpad.net/bugs/982730. Approved by Marco Trevisan (Trevi?o).
1317+
1318+2012-04-20 Andrea Azzarone <azzaronea@gmail.com>
1319+
1320+ Adds a sanity check to avoid crashes.
1321+
1322+2012-04-19 Thomi Richards <thomi.richards@canonical.com>
1323+
1324+ Fixes autopilot launcher test.. Fixes: . Approved by Alex Launi.
1325+
1326+2012-04-20 Thomi Richards <thomi.richards@canonical.com>
1327+
1328+ Fixed launcher emulator and tests.
1329+
1330+2012-04-19 Michal Hruby <michal.mhr@gmail.com>
1331+
1332+ Finetune priorities when updating dash results, prevents flickering. Fixes: https://bugs.launchpad.net/bugs/961979. Approved by Gord Allott.
1333+
1334+2012-04-19 Michal Hruby <michal.mhr@gmail.com>
1335+
1336+ Finetune priorities when updating dash results, prevents flickering
1337+
1338+2012-04-19 Thomi Richards <thomi.richards@canonical.com>
1339+
1340+ Shortcut hint tests now all pass.. Fixes: . Approved by Alex Launi.
1341+
1342+2012-04-19 Thomi Richards <thomi.richards@canonical.com>
1343+
1344+ Fixed shortcut hint tests, cleaned up the shortcut hint controller, and made tests use the new Eventually() matcher, which eliminates the need for many sleep() statements.
1345+
1346+2012-04-19 Thomi Richards <thomi.richards@canonical.com>
1347+
1348+ Fixed two failing tests.
1349+
1350+2012-04-19 Thomi Richards <thomi.richards@canonical.com>
1351+
1352+ Improve autopilot assertion messages inside the new wait_for method.. Fixes: . Approved by Alex Launi.
1353+
1354+2012-04-19 Thomi Richards <thomi.richards@canonical.com>
1355+
1356+ Autopilot wait_for assertions have a slightly better error message.
1357+
1358+2012-04-19 Thomi Richards <thomi.richards@canonical.com>
1359+
1360+ Fixed failing panel autopilot tests.. Fixes: . Approved by Brandon Schaefer.
1361+
1362+2012-04-19 Thomi Richards <thomi.richards@canonical.com>
1363+
1364+ Fixed two failing panel tests.
1365+
1366+2012-04-19 Brandon Schaefer <brandontschaefer@gmail.com>
1367+
1368+ HudIcon now filters out windows on different workspaces and windows that are hidden.. Fixes: . Approved by Marco Trevisan (Trevi?o).
1369+
1370+2012-04-18 Brandon Schaefer <brandontschaefer@gmail.com>
1371+
1372+ * changed xid back to a 0, not a pointer
1373+
1374+2012-04-18 Brandon Schaefer <brandontschaefer@gmail.com>
1375+
1376+ * Fixed ap test
1377+ * Uses nullptr now
1378+
1379+2012-04-18 Brandon Schaefer <brandontschaefer@gmail.com>
1380+
1381+ * remove debug include
1382+
1383+2012-04-18 Brandon Schaefer <brandontschaefer@gmail.com>
1384+
1385+ * Fixed the ? icon appearing.
1386+
1387+2012-04-18 Brandon Schaefer <brandontschaefer@gmail.com>
1388+
1389+ * Added ap test
1390+
1391+2012-04-18 Brandon Schaefer <brandontschaefer@gmail.com>
1392+
1393+ * Now the hud filters out windows on different workspaces for the HudIcon.
1394+
1395+2012-04-19 Thomi Richards <thomi.richards@canonical.com>
1396+
1397+ Fixed a failing test in the command_lens test suite.. Fixes: . Approved by Brandon Schaefer.
1398+
1399+2012-04-19 Thomi Richards <thomi.richards@canonical.com>
1400+
1401+ Fixed a failing command lens test. Somehow the assertion got inverted in the porting process.
1402+
1403+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1404+
1405+ Hud autopilot tests use the new Eventually autopilot matcher to reduce the number of test failures due to timing issues.. Fixes: . Approved by Thomi Richards.
1406+
1407+2012-04-19 Thomi Richards <thomi.richards@canonical.com>
1408+
1409+ Merged trunk, resolved conflicts.
1410+
1411+2012-04-18 Brandon Schaefer <brandontschaefer@gmail.com>
1412+
1413+ * Fixed indent error
1414+
1415+2012-04-18 Brandon Schaefer <brandontschaefer@gmail.com>
1416+
1417+ * Fixed the dash test that was removed
1418+
1419+2012-04-18 Brandon Schaefer <brandontschaefer@gmail.com>
1420+
1421+ * uses properties
1422+
1423+2012-04-18 Brandon Schaefer <brandontschaefer@gmail.com>
1424+
1425+ * merged trunk, fixed conflicts* merged trunk, fixed conflicts* merged trunk, fixed conflicts* merged trunk, fixed conflicts* merged trunk, fixed conflicts* merged trunk, fixed conflicts* merged trunk, fixed conflicts* merged trunk, fixed conflicts
1426+
1427+2012-04-17 Brandon Schaefer <brandontschaefer@gmail.com>
1428+
1429+ * Fixed 2 ap fails
1430+
1431+2012-04-18 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1432+
1433+ QuicklistView: fixed the quicklist key navigation, to make it consistent with Gtk menus navigation.
1434+
1435+ The prelight of the items is now completely controlled by QuicklistView and never by QuicklistMenuItem, the children can define now when they are slectable.. Fixes: https://bugs.launchpad.net/bugs/911561, https://bugs.launchpad.net/bugs/978926, https://bugs.launchpad.net/bugs/979096. Approved by Thomi Richards.
1436+
1437+2012-04-19 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1438+
1439+ autopilot, test_quicklist: cyclic keynav docstring fixes
1440+
1441+2012-04-19 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1442+
1443+ autopilot, test_quicklist: use the Eventually matcher to avoid false-negatives
1444+
1445+2012-04-19 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1446+
1447+ Merging with trunk
1448+
1449+2012-04-19 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1450+
1451+ autopilot: quicklist emulator, applying Thomi's fixes.
1452+
1453+2012-04-18 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1454+
1455+ autopilot, test_quicklist: docstrings updated.
1456+
1457+2012-04-18 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1458+
1459+ autopilot: quicklist, use only properties
1460+
1461+2012-04-13 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1462+
1463+ TestQuicklistMenuitems: added GetSelectable tests
1464+
1465+2012-04-13 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1466+
1467+ autopilot, quicklist: added other tests to check the cyclic key-navigation
1468+
1469+ Also the quicklist emulator now includes the selectable_items property
1470+
1471+2012-04-13 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1472+
1473+ autopilot, quicklist: use the new selectable item property instead of computing it
1474+
1475+2012-04-13 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1476+
1477+ QuicklistMenuItem: add GetSelectable virtual method
1478+
1479+ So each item can define when it's possible to select them, by default all
1480+ the items are selectable when visible and enabled, while the Separator
1481+ item can never be selected.
1482+
1483+2012-04-13 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1484+
1485+ autopilot, quicklist: add more last/first tests
1486+
1487+2012-04-12 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1488+
1489+ autopilot, test_quicklist: added first bunch of key navigation tests
1490+
1491+2012-04-12 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1492+
1493+ QuicklistView, QuicklistMenuItem: export absolute geometries for introspection
1494+
1495+2012-04-11 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1496+
1497+ QuicklistView: add support to Home/End Page up/down buttons to select items
1498+
1499+2012-04-11 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1500+
1501+ QuicklistView: use the new SelectItem into RecvItemMouseDrag
1502+
1503+2012-04-11 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1504+
1505+ QuicklistMenuItem: don't change the focus on move, only on enter/leave
1506+
1507+ This to keep the consistency with GTK menus.
1508+ Also when leaving an unselected entry, we shouldn't unselect all.
1509+
1510+2012-04-11 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1511+
1512+ QuicklistMenuItem: make the introspection prelight name more explicit
1513+
1514+2012-04-11 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1515+
1516+ QuicklistView: enhance the key navigation to follow the same menus behavior
1517+
1518+ 1) When no item is selected pressing the Down arrow key should
1519+ select the first item (from top)
1520+ 2) When no item is selected pressing the Up arrow key should
1521+ select the last item (from top)
1522+ 3) When the last item is selected, pressing the Down arrow key
1523+ should select the first item
1524+ 4) When the first item is selected, pressing the Up arrow key
1525+ should select the last item
1526+
1527+ All these cases assume that the mouse pointer is outside the
1528+ quicklist or over an item and not moving, in the case that the
1529+ mouse pointer is moved over an unselected item, the focus should
1530+ be moved to that item.
1531+
1532+2012-04-11 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1533+
1534+ QuicklistView: manage the prelight item status, avoid double-selected items
1535+
1536+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1537+
1538+ Update HUD tests to use the new Eventually() matcher.. Fixes: . Approved by Brandon Schaefer.
1539+
1540+2012-04-19 Thomi Richards <thomi.richards@canonical.com>
1541+
1542+ Removed unused import, fixed reference to property being treated as a function.
1543+
1544+2012-04-19 Thomi Richards <thomi.richards@canonical.com>
1545+
1546+ Merged trunk.
1547+
1548+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1549+
1550+ Cleaned up code after review.
1551+
1552+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1553+
1554+ Merged home-lens-tests-to-wait_for-feature into hud-tests-to-wait_for-feature.
1555+
1556+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1557+
1558+ Merged home-lens-tests-to-wait_for-feature into hud-tests-to-wait_for-feature.
1559+
1560+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1561+
1562+ Hud tests now use Eventually() matcher object instead of wait_for.
1563+
1564+2012-04-18 Brandon Schaefer <brandontschaefer@gmail.com>
1565+
1566+ Fixed going from the Hud to the Dash forgetting window focus when exiting from the Dash.. Fixes: https://bugs.launchpad.net/bugs/984639. Approved by Andrea Azzarone, Thomi Richards.
1567+
1568+2012-04-18 Brandon Schaefer <brandontschaefer@gmail.com>
1569+
1570+ * Use the correct assert
1571+
1572+2012-04-18 Brandon Schaefer <brandontschaefer@gmail.com>
1573+
1574+ * removed sleep
1575+
1576+2012-04-18 Brandon Schaefer <brandontschaefer@gmail.com>
1577+
1578+ * Fixes Hud to Dash not restoring window focus
1579+ * Also fixes a Dash ap test failing
1580+
1581+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1582+
1583+ Home lens tests use wait_for instead of explicit sleep statements.. Fixes: . Approved by Brandon Schaefer, Alex Launi, Thomi Richards.
1584+
1585+2012-04-19 Thomi Richards <thomi.richards@canonical.com>
1586+
1587+ Merged trunk, reso;lved conflicts.
1588+
1589+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1590+
1591+ Merged dash-tests-to-wait_for-feature into home-lens-tests-to-wait_for-feature.
1592+
1593+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1594+
1595+ Merged fix-command-lens-ap-tests-with-new-wait_for-featuer into dash-tests-to-wait_for-feature.
1596+
1597+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1598+
1599+ Merged wait_for-to-use-testtools-exception into fix-command-lens-ap-tests-with-new-wait_for-featuer.
1600+
1601+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1602+
1603+ Merged dash-tests-to-wait_for-feature into home-lens-tests-to-wait_for-feature.
1604+
1605+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1606+
1607+ Merged fix-command-lens-ap-tests-with-new-wait_for-featuer into dash-tests-to-wait_for-feature.
1608+
1609+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1610+
1611+ Merged wait_for-to-use-testtools-exception into fix-command-lens-ap-tests-with-new-wait_for-featuer.
1612+
1613+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1614+
1615+ Home lens tests now use the Eventually() syntax.
1616+
1617+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1618+
1619+ IBus tests use new Eventually matcher.. Fixes: . Approved by Thomi Richards.
1620+
1621+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1622+
1623+ IBus tests now use the Eventually() matcher instead of wait_for.
1624+
1625+2012-04-18 Andrea Azzarone <azzaronea@gmail.com>
1626+
1627+ Don't close the dash if the click is inside the desktop dash border.. Fixes: https://bugs.launchpad.net/bugs/839472. Approved by Tim Penhey.
1628+
1629+2012-04-18 Andrea Azzarone <azzaronea@gmail.com>
1630+
1631+ Merge trunk.
1632+
1633+2012-04-18 Andrea Azzarone <azzaronea@gmail.com>
1634+
1635+ Fix AP test.
1636+
1637+2012-04-17 Andrea Azzarone <azzaronea@gmail.com>
1638+
1639+ Fixes typo. Adds AP test.
1640+
1641+2012-04-17 Andrea Azzarone <azzaronea@gmail.com>
1642+
1643+ Clicking on the desktop dash border should do nothing, *NOT* close the dash.
1644+
1645+2012-04-18 Michal Hruby <michal.mhr@gmail.com>
1646+
1647+ Make sure we don't try to remove sources that were already removed.. Fixes: . Approved by Marco Trevisan (Trevi?o), Andrea Azzarone.
1648+
1649+2012-04-18 Michal Hruby <michal.mhr@gmail.com>
1650+
1651+ Don't remove invalid sources
1652+
1653+2012-04-18 Andrea Azzarone <azzaronea@gmail.com>
1654+
1655+ Fixes bug #980924.. Fixes: https://bugs.launchpad.net/bugs/980924. Approved by Gord Allott, Marco Trevisan (Trevi?o).
1656+
1657+2012-04-18 Andrea Azzarone <azzaronea@gmail.com>
1658+
1659+ Remove unneeded code.
1660+
1661+2012-04-17 Andrea Azzarone <azzaronea@gmail.com>
1662+
1663+ Fixes LP bug #980924.
1664+
1665+2012-04-18 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1666+
1667+ UScreen: code updated to be more C++ friendly.
1668+
1669+ Also moved into the unity namespace.. Fixes: . Approved by Andrea Azzarone.
1670+
1671+2012-04-18 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1672+
1673+ UScreen: ref the GdkScreen object we own.
1674+
1675+2012-04-18 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
1676+
1677+ UScreen: code updated to be more C++ friendly.
1678+
1679+ Also moved into the unity namespace.
1680+
1681+2012-04-18 Andrea Azzarone <azzaronea@gmail.com>
1682+
1683+ Fix compilation of standalone launcher.. Fixes: https://bugs.launchpad.net/bugs/983989. Approved by Marco Trevisan (Trevi?o), Sam Spilsbury.
1684+
1685+2012-04-18 Andrea Azzarone <azzaronea@gmail.com>
1686+
1687+ Fix standalone launcher.
1688+
1689+2012-04-18 Andrea Azzarone <azzaronea@gmail.com>
1690+
1691+ Use std::shared_ptr::reset instead of = some::Ptr(new...) for UScreen::proxy_. Fixes: . Approved by Marco Trevisan (Trevi?o).
1692+
1693+2012-04-18 Andrea Azzarone <azzaronea@gmail.com>
1694+
1695+ Revert prev commit. Use std::shared_ptr::reset.
1696+
1697+2012-04-18 Andrea Azzarone <azzaronea@gmail.com>
1698+
1699+ Makes UScreen::proxy_ a unity::glib::DBusProxy.
1700+
1701+2012-04-18 Andrea Azzarone <azzaronea@gmail.com>
1702+
1703+ Fix bug #977922.. Fixes: https://bugs.launchpad.net/bugs/977922. Approved by Tim Penhey.
1704+
1705+2012-04-18 Andrea Azzarone <azzaronea@gmail.com>
1706+
1707+ Fix.
1708+
1709+2012-04-18 Andrea Azzarone <azzaronea@gmail.com>
1710+
1711+ Fix bug #977922.
1712+
1713+2012-04-18 Andrea Azzarone <azzaronea@gmail.com>
1714+
1715+ Fix the switcher so it displays the full title of apps in Chinese. Fixes: https://bugs.launchpad.net/bugs/830801. Approved by Tim Penhey.
1716+
1717+2012-04-18 Andrea Azzarone <azzaronea@gmail.com>
1718+
1719+ Merge trunk
1720+
1721+2012-04-16 Andrea Azzarone <azzaronea@gmail.com>
1722+
1723+ Add a manual test.
1724+
1725+2012-04-14 Andrea Azzarone <azzaronea@gmail.com>
1726+
1727+ Fix bug #830801.
1728+
1729+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1730+
1731+ Launcher tests use Eventually() matcher.. Fixes: . Approved by Thomi Richards.
1732+
1733+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1734+
1735+ Launcher emulator now uses wait_for to block until the action has been performed. Reduces the need for sleep() statements inside tests.
1736+
1737+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1738+
1739+ Launcher tests now use Eventually() matcher. Also removed some cruft from the launcher emulators.
1740+
1741+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1742+
1743+ Merged ibus-test-to-wait_for-feature into launcher-tests-pep8-whitespace-fixes.
1744+
1745+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1746+
1747+ Merged hud-tests-to-wait_for-feature into ibus-test-to-wait_for-feature.
1748+
1749+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1750+
1751+ Merged home-lens-tests-to-wait_for-feature into hud-tests-to-wait_for-feature.
1752+
1753+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1754+
1755+ Merged dash-tests-to-wait_for-feature into home-lens-tests-to-wait_for-feature.
1756+
1757+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1758+
1759+ Merged ibus-test-to-wait_for-feature into launcher-tests-pep8-whitespace-fixes.
1760+
1761+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1762+
1763+ Merged hud-tests-to-wait_for-feature into ibus-test-to-wait_for-feature.
1764+
1765+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1766+
1767+ Merged home-lens-tests-to-wait_for-feature into hud-tests-to-wait_for-feature.
1768+
1769+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1770+
1771+ Merged dash-tests-to-wait_for-feature into home-lens-tests-to-wait_for-feature.
1772+
1773+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1774+
1775+ Merged ibus-test-to-wait_for-feature into launcher-tests-pep8-whitespace-fixes.
1776+
1777+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1778+
1779+ Merged hud-tests-to-wait_for-feature into ibus-test-to-wait_for-feature.
1780+
1781+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1782+
1783+ Merged home-lens-tests-to-wait_for-feature into hud-tests-to-wait_for-feature.
1784+
1785+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1786+
1787+ Merged dash-tests-to-wait_for-feature into home-lens-tests-to-wait_for-feature.
1788+
1789+2012-04-17 Thomi Richards <thomi.richards@canonical.com>
1790+
1791+ Fixes PEP8 and whitespace issues.
1792+
1793+2012-04-17 Thomi Richards <thomi.richards@canonical.com>
1794+
1795+ IBUs tests now make use of the wait_for attribute feature. Also refactored the ibus tests so many of them are only a few lines long, and reduced the amount of duplicated code.
1796+
1797+2012-04-17 Thomi Richards <thomi.richards@canonical.com>
1798+
1799+ Merged home-lens-tests-to-wait_for-feature into hud-tests-to-wait_for-feature.
1800+
1801+2012-04-17 Thomi Richards <thomi.richards@canonical.com>
1802+
1803+ Merged dash-tests-to-wait_for-feature into home-lens-tests-to-wait_for-feature.
1804+
1805+2012-04-17 Thomi Richards <thomi.richards@canonical.com>
1806+
1807+ Fixes several timing issues. Unity exports some properties in arrays, which makes it slightly tricky to use the wait_for feature.
1808+
1809+2012-04-17 Thomi Richards <thomi.richards@canonical.com>
1810+
1811+ More hud test changes.
1812+
1813+2012-04-17 Thomi Richards <thomi.richards@canonical.com>
1814+
1815+ Hud test changes first pass merge.
1816+
1817+2012-04-17 Thomi Richards <thomi.richards@canonical.com>
1818+
1819+ Home lens uses wait_for instead of explicit sleeps.
1820+
1821+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1822+
1823+ Dash autopilot tests use the new autopilot wait_for feature.. Fixes: . Approved by Brandon Schaefer, Tim Penhey.
1824+
1825+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1826+
1827+ Missed one spot.
1828+
1829+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1830+
1831+ Dash tests changed to use Eventually matcher.
1832+
1833+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1834+
1835+ Merged fix-command-lens-ap-tests-with-new-wait_for-featuer into dash-tests-to-wait_for-feature.
1836+
1837+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1838+
1839+ Merged fix-command-lens-ap-tests-with-new-wait_for-featuer into dash-tests-to-wait_for-feature.
1840+
1841+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1842+
1843+ Merged fix-command-lens-ap-tests-with-new-wait_for-featuer into dash-tests-to-wait_for-feature.
1844+
1845+2012-04-17 Thomi Richards <thomi.richards@canonical.com>
1846+
1847+ Merged fix-command-lens-ap-tests-with-new-wait_for-featuer into dash-tests-to-wait_for-feature.
1848+
1849+2012-04-17 Thomi Richards <thomi.richards@canonical.com>
1850+
1851+ fixed code after code review.
1852+
1853+2012-04-17 Thomi Richards <thomi.richards@canonical.com>
1854+
1855+ Merged fix-command-lens-ap-tests-with-new-wait_for-featuer into dash-tests-to-wait_for-feature.
1856+
1857+2012-04-17 Thomi Richards <thomi.richards@canonical.com>
1858+
1859+ More fixes.
1860+
1861+2012-04-17 Thomi Richards <thomi.richards@canonical.com>
1862+
1863+ Merged fix-command-lens-ap-tests-with-new-wait_for-featuer into dash-tests-to-wait_for-feature.
1864+
1865+2012-04-17 Thomi Richards <thomi.richards@canonical.com>
1866+
1867+ Merged in code to fix up the dash tests.
1868+
1869+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1870+
1871+ Command lens uses Eventually() autopilot matcher to eliminate the need for sleep() statements in autopilot tests.. Fixes: . Approved by Brandon Schaefer, Tim Penhey.
1872+
1873+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1874+
1875+ Updated to use the Eventually matcher.
1876+
1877+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1878+
1879+ Merged wait_for-to-use-testtools-exception into fix-command-lens-ap-tests-with-new-wait_for-featuer.
1880+
1881+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1882+
1883+ Merged wait_for-to-use-testtools-exception into fix-command-lens-ap-tests-with-new-wait_for-featuer.
1884+
1885+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1886+
1887+ Merged wait_for-to-use-testtools-exception into fix-command-lens-ap-tests-with-new-wait_for-featuer.
1888+
1889+2012-04-17 Thomi Richards <thomi.richards@canonical.com>
1890+
1891+ Merged wait_for-to-use-testtools-exception into fix-command-lens-ap-tests-with-new-wait_for-featuer.
1892+
1893+2012-04-17 Thomi Richards <thomi.richards@canonical.com>
1894+
1895+ Merged wait_for-to-use-testtools-exception into fix-command-lens-ap-tests-with-new-wait_for-featuer.
1896+
1897+2012-04-17 Thomi Richards <thomi.richards@canonical.com>
1898+
1899+ Removed unused import
1900+
1901+2012-04-17 Thomi Richards <thomi.richards@canonical.com>
1902+
1903+ Command lens tests updated to use the new wait_for feature, and various other API fixes.
1904+
1905+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1906+
1907+ Cleaned up docstrings and whitespace in autopilot panel tests.. Fixes: . Approved by Tim Penhey.
1908+
1909+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1910+
1911+ Whitespace, PEP8 and PEP257 fixes for the panel tests.
1912+
1913+2012-04-17 Thomi Richards <thomi.richards@canonical.com>
1914+
1915+ Adds an Eventually() matcher that allows us to block a while until a unity attribute matches a testtools match object.. Fixes: . Approved by Tim Penhey, Thomi Richards.
1916+
1917+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1918+
1919+ Check match and wait_for attribute are callables.:
1920+
1921+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1922+
1923+ Fixed code from review.
1924+
1925+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1926+
1927+ Fixed code from review.
1928+
1929+2012-04-17 Andrea Azzarone <azzaronea@gmail.com>
1930+
1931+ Fix some uninitialized variables.. Fixes: https://bugs.launchpad.net/bugs/983333. Approved by Tim Penhey.
1932+
1933+2012-04-16 Andrea Azzarone <azzaronea@gmail.com>
1934+
1935+ Fix bug #983333
1936+
1937+2012-04-17 Andrea Azzarone <azzaronea@gmail.com>
1938+
1939+ Fixes bug #983268. Fixes: https://bugs.launchpad.net/bugs/983268. Approved by Thomi Richards.
1940+
1941+2012-04-17 Andrea Azzarone <azzaronea@gmail.com>
1942+
1943+ Fixes bug #983268.
1944+
1945+2012-04-17 Thomi Richards <thomi.richards@canonical.com>
1946+
1947+ Extend the autopilot wait_for feature to use testtools matcher instances as well as ordinary values. Also added an 'Eventually' matcher which makes tests more explicit.. Fixes: . Approved by Alex Launi.
1948+
1949+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1950+
1951+ Fixed typo
1952+
1953+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1954+
1955+ Added 'Eventually' autopilot matcher.
1956+
1957+2012-04-17 Thomi Richards <thomi.richards@canonical.com>
1958+
1959+ Extend the autopilot wait_for feature to use testtools matcher instances as well as ordinary values.. Fixes: . Approved by Alex Launi.
1960+
1961+2012-04-18 Thomi Richards <thomi.richards@canonical.com>
1962+
1963+ Don't use hasattr,
1964+
1965+2012-04-17 Thomi Richards <thomi.richards@canonical.com>
1966+
1967+ Cleaned up code after code review.
1968+
1969+2012-04-17 Thomi Richards <thomi.richards@canonical.com>
1970+
1971+ wait_for now deals with attributes that have a '-' in them correctly.
1972+
1973+2012-04-17 Thomi Richards <thomi.richards@canonical.com>
1974+
1975+ wait_for attribute now accept testtools matchers.
1976+
1977+2012-04-17 Thomi Richards <thomi.richards@canonical.com>
1978+
1979+ Attribute wait_for feature now raises an AssertionError instead of a RuntimeError. THis will make unit tests FAIL instead of ERRORing when wa wait_for call fails.
1980+
1981+2012-04-17 Andrea Cimitan <andrea.cimitan@canonical.com>
1982+
1983+ Fix transparent panel in non-GLSL hardware, and use bool 'false' instead 'FALSE'. Fixes: https://bugs.launchpad.net/bugs/965323. Approved by Robert Carr, Michal Hruby.
1984+
1985+2012-04-17 Andrea Cimitan <andrea.cimitan@canonical.com>
1986+
1987+ Correct fix for 965323
1988+
1989+2012-04-17 Andrea Cimitan <andrea.cimitan@canonical.com>
1990+
1991+ Use false as boolean instead FALSE, whitespaces
1992+
1993+2012-04-17 Andrea Cimitan <andrea.cimitan@canonical.com>
1994+
1995+ Attempt to fix 965323
1996+
1997+2012-04-17 Thomi Richards <thomi.richards@canonical.com>
1998+
1999+ Added the autopilot wait_for attribute feature.. Fixes: . Approved by Marco Trevisan (Trevi?o), Brandon Schaefer.
2000+
2001+2012-04-13 Thomi Richards <thomi.richards@canonical.com>
2002+
2003+ Dash and hud emulators use new wait_for attribute feature.
2004+
2005+2012-04-13 Thomi Richards <thomi.richards@canonical.com>
2006+
2007+ Merged autopilot-attribute-feature into convert-to-use-wait_for.
2008+
2009+2012-04-13 Thomi Richards <thomi.richards@canonical.com>
2010+
2011+ Don't change dash in this pipeline.
2012+
2013+2012-04-13 Thomi Richards <thomi.richards@canonical.com>
2014+
2015+ Merged branch that fixes the multi key code.
2016+
2017+2012-04-12 Thomi Richards <thomi.richards@canonical.com>
2018+
2019+ Cleaned up gsettings calling code. Don't want to run command through a shell, and removed extra quotes.
2020+
2021+2012-04-11 Alex Launi <alex.launi@canonical.com>
2022+
2023+ Small fixes for compose key tests
2024+
2025+2012-04-11 Alex Launi <alex.launi@canonical.com>
2026+
2027+ Args should be a list not a tuple
2028+
2029+2012-04-13 Thomi Richards <thomi.richards@canonical.com>
2030+
2031+ Merged trunk.
2032+
2033+2012-04-13 Thomi Richards <thomi.richards@canonical.com>
2034+
2035+ Dash tests now use new autopilot wait_for mechanism.
2036+
2037+2012-04-13 Thomi Richards <thomi.richards@canonical.com>
2038+
2039+ Fix unity logging reset.
2040+
2041+2012-04-11 Thomi Richards <thomi.richards@canonical.com>
2042+
2043+ Feature seems to work. Trying it out on the dash tests.
2044+
2045+2012-04-11 Thomi Richards <thomi.richards@canonical.com>
2046+
2047+ Removed old code, added special sauce.
2048+
2049+2012-04-17 Lars Uebernickel <lars.uebernickel@canonical.com>
2050+
2051+ Force menu reposition on popup in case its contents have changed.
2052+
2053+ Fixes bug 883317.. Fixes: https://bugs.launchpad.net/bugs/883317. Approved by Marco Trevisan (Trevi?o).
2054+
2055+2012-04-13 Lars Uebernickel <lars.uebernickel@canonical.com>
2056+
2057+ Force menu reposition on popup in case its contents have changed
2058+
2059+2012-04-17 Michal Hruby <michal.mhr@gmail.com>
2060+
2061+ Fix a couple of wrong reference/memory management issues. Fixes: https://bugs.launchpad.net/bugs/979429. Approved by Marco Trevisan (Trevi?o).
2062+
2063+2012-04-16 Michal Hruby <michal.mhr@gmail.com>
2064+
2065+ Fix possible signal disconnection on already dead object
2066+
2067+2012-04-16 Michal Hruby <michal.mhr@gmail.com>
2068+
2069+ Fix incorrect string freeing in Hud
2070+
2071+2012-04-16 Michal Hruby <michal.mhr@gmail.com>
2072+
2073+ Fix wrong unref in DebugInterface
2074+
2075+2012-04-17 Gord Allott <gord.allott@canonical.com>
2076+
2077+ Small fix for the unity cmake, depend on unity core was missing from a test. Fixes: . Approved by Michal Hruby.
2078+
2079+2012-04-17 Gord Allott <gord.allott@canonical.com>
2080+
2081+ fixes small cmake depends issue
2082+
2083+2012-04-16 Andrea Azzarone <azzaronea@gmail.com>
2084+
2085+ The shortcut keys in workspace section of the shortcut overlay aren't translated.. Fixes: https://bugs.launchpad.net/bugs/980828. Approved by Didier Roche.
2086+
2087+2012-04-13 Andrea Azzarone <azzaronea@gmail.com>
2088+
2089+ Fixes bug #980828.
2090+
2091+2012-04-16 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2092+
2093+ Fix the behaviour of alt-tab and clicking on the launcher icon to just raise the most recently used window, not all for that app.
2094+
2095+
2096+ BamfLauncherIcon's activation related code has been updated to be more multimonitor aware (for free I've fixed also some bugs that caused the windows not to be put in spread mode in multi-monitor), and to support both the "Launcher only on Primary Monitor" and "Launcher on all monitors" options.
2097+
2098+ PluginAdapter's FocusWindowGroup method has been updated to optionally only unminimize / raise and activate only the top window. This code would have been more optimized using a reverse iterator to fetch the top_window, but not to change the whole logic and to allow to keep the previous behavior (that initially we wanted for "long alt+tab") without duplicating code, I've just hacked that.
2099+ Implemented also GetWindowMonitor to workaround the mismatch we had with the compiz' window->outputDevice() and the UScreen values that now we use in the whole unity.
2100+
2101+ Screencast of the fixed version: http://ubuntuone.com/7YaWciQnaZHfzr35asSz0N. Fixes: https://bugs.launchpad.net/bugs/861250, https://bugs.launchpad.net/bugs/959339, https://bugs.launchpad.net/bugs/981795. Approved by Thomi Richards, Tim Penhey.
2102+
2103+2012-04-16 Tim Penhey <tim.penhey@canonical.com>
2104+
2105+ Test the alt-tab appears on the monitor that has window focus.
2106+
2107+2012-04-16 Tim Penhey <tim.penhey@canonical.com>
2108+
2109+ Add window stack assertions to the switcher tests.
2110+
2111+2012-04-16 Tim Penhey <tim.penhey@canonical.com>
2112+
2113+ Assert that the visible window stack is what we expect.
2114+
2115+2012-04-16 Tim Penhey <tim.penhey@canonical.com>
2116+
2117+ More AP test tweaks.
2118+
2119+2012-04-16 Tim Penhey <tim.penhey@canonical.com>
2120+
2121+ Tweaks to the test.
2122+
2123+2012-04-15 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2124+
2125+ PluginAdapter: avoid to raise and unminimize top_window if already done
2126+
2127+2012-04-15 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2128+
2129+ Launcher: be more clear in comment (yeah?)
2130+
2131+2012-04-15 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2132+
2133+ UScreen: use GetMonitorAtPosition in GetMonitorWithMouse
2134+
2135+2012-04-15 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2136+
2137+ WindowManager, BamfLauncherIcon: some code cleanup
2138+
2139+2012-04-15 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2140+
2141+ autopilot, test_launcher: updated click test to check minimized windows too
2142+
2143+ Removed debug data
2144+
2145+2012-04-15 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2146+
2147+ autopilot, test_switcher: updated against new updates
2148+
2149+2012-04-15 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2150+
2151+ unityshell: show the Alt+Tab window in the monitor where is the active window
2152+
2153+ As per design.
2154+
2155+2012-04-15 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2156+
2157+ WindowManager: add method to get the active window.
2158+
2159+2012-04-15 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2160+
2161+ PluginAdapter: removing debugging bits
2162+
2163+2012-04-14 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2164+
2165+ Merging with branch changes
2166+
2167+2012-04-14 Brandon Schaefer <brandontschaefer@gmail.com>
2168+
2169+ * removed something that got added somehow
2170+
2171+2012-04-14 Brandon Schaefer <brandontschaefer@gmail.com>
2172+
2173+ * Added an AP test for the new design changes.
2174+
2175+2012-04-14 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2176+
2177+ SwitcherController: Removing the code for the Quick Alt+Tab, it should behave always at the same way
2178+
2179+ 19:11:04 <JohnLea> so to summarize the above, when a app icon is selected
2180+ in Alt-Tab, the most recently focused window (on any monitor, but only in
2181+ the current workspace) of that application which is not minimised
2182+ should be focused
2183+
2184+2012-04-14 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2185+
2186+ autopilot: fixed the AP test
2187+
2188+2012-04-14 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2189+
2190+ BamfLauncherIcon: Also invisible windows shouldn't be counted as available in monitor
2191+
2192+ Now the spread works as expected, clicking on each monitor's panel! ;)
2193+
2194+2012-04-14 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2195+
2196+ BamfLauncherIcon: don't consider an unmapped window as one in monitor
2197+
2198+2012-04-14 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2199+
2200+ BamfLauncherIcon: focus a window if the application is not active on the current monitor
2201+
2202+2012-04-14 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2203+
2204+ Launcher: if the current launcher is used for all the monitors, don't filter windows per monitor
2205+
2206+2012-04-14 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2207+
2208+ SwitcherController: include the switcher monitor when activating a group
2209+
2210+2012-04-14 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2211+
2212+ WindowManager: add GetWindowMonitor method, and use UScreen to fetch it
2213+
2214+ This now used in PluginAdapter not to have inconsistences.
2215+
2216+2012-04-14 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2217+
2218+ UScreen: allow to get the monitor for a given point
2219+
2220+2012-04-14 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2221+
2222+ unityshell: switcher, use UScreen to get the monitor value.
2223+
2224+ Not using this can cause inconsistences, due to the fact that compiz
2225+ numbers the devices in a different way.
2226+
2227+2012-04-14 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2228+
2229+ PluginAdapter::FocusWindowGroup: add a parameter to define if focusing the on-top window only
2230+
2231+ This allow to be more monitor/VP safe
2232+
2233+2012-04-12 Brandon Schaefer <brandontschaefer@gmail.com>
2234+
2235+ * remove extra line
2236+
2237+2012-04-12 Brandon Schaefer <brandontschaefer@gmail.com>
2238+
2239+ * Fixed the No new line error diff was reporting
2240+
2241+2012-04-12 Brandon Schaefer <brandontschaefer@gmail.com>
2242+
2243+ * merged trunk
2244+
2245+2012-04-12 Brandon Schaefer <brandontschaefer@gmail.com>
2246+
2247+ * removed random dash '-'
2248+
2249+2012-04-12 Brandon Schaefer <brandontschaefer@gmail.com>
2250+
2251+ * Add autopilot test for both bugs!
2252+
2253+2012-04-12 Brandon Schaefer <brandontschaefer@gmail.com>
2254+
2255+ * Added more autopilot test for quick alt+tab
2256+
2257+2012-04-11 Brandon Schaefer <brandontschaefer@gmail.com>
2258+
2259+ * merged trunk
2260+
2261+2012-04-09 Brandon Schaefer <brandontschaefer@gmail.com>
2262+
2263+ * merged trunk
2264+
2265+2012-04-06 Brandon Schaefer <brandontschaefer@gmail.com>
2266+
2267+ * Added 2 autopilot test showing quick tab is true when pressed fast enough
2268+
2269+2012-04-06 Brandon Schaefer <brandontschaefer@gmail.com>
2270+
2271+ * fixed manual test I messed up
2272+
2273+2012-04-06 Brandon Schaefer <brandontschaefer@gmail.com>
2274+
2275+ * Added a timer for quick tab
2276+
2277+2012-04-06 Brandon Schaefer <brandontschaefer@gmail.com>
2278+
2279+ * Merged trunk
2280+
2281+2012-04-05 Brandon Schaefer <brandontschaefer@gmail.com>
2282+
2283+ * Added another manual test
2284+ * Fixes
2285+
2286+2012-04-04 Brandon Schaefer <brandontschaefer@gmail.com>
2287+
2288+ * Fixed tabbing issues
2289+
2290+2012-04-04 Brandon Schaefer <brandontschaefer@gmail.com>
2291+
2292+ * Merged with trunk, fixed conficts
2293+
2294+2011-12-15 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2295+
2296+ BamfLauncherIcon: don't include dialog windows on Alt+Tab.
2297+
2298+2011-12-14 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2299+
2300+ manual-tests: Added test for QuickAltTab
2301+
2302+2011-12-14 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2303+
2304+ PluginAdapter: Add support for the FocusVisibility::OnlyVisibleOnTop on FocusWindowGroup
2305+
2306+ When a group is asked to focus with OnlyVisibleOnTop, we look for the
2307+ first non-minimized window on top of the stack and we raise and activate it.
2308+
2309+ Code indentation fixes included.
2310+
2311+2011-12-14 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2312+
2313+ BamfLauncherIcon: when we receive a "quick" activate, use the OnlyVisibleOnTop focus visbility
2314+
2315+ Defined a new FocusVisibility called OnlyVisibleOnTop that is meant
2316+ to only focus the first application window on top of the stack.
2317+ That is used when we receive a Switcher activate with a button != 0.
2318+
2319+2011-12-14 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2320+
2321+ SwitcherController: use the button value of ActionArg to indicate the switch type
2322+
2323+ Instead of defining another type of ActionArg, I've used the button value
2324+ of ActionArg to define if we're currently performing a quick-alt+tab or
2325+ a standard switch.
2326+ Basically:
2327+
2328+2012-04-16 Alexandros Frantzis <alexandros.frantzis@linaro.org>
2329+
2330+ Fix compilation with OpenGL ES 2.0.. Fixes: . Approved by Sam Spilsbury.
2331+
2332+2012-04-06 Alexandros Frantzis <alexandros.frantzis@linaro.org>
2333+
2334+ Fix compilation with OpenGL ES 2.0.
2335+
2336+2012-04-12 Gord Allott <gord.allott@canonical.com >
2337+
2338+ fixes an uninitalised variable in the dashview code
2339+
2340+2012-04-12 Gord Allott <gord.allott@canonical.com>
2341+
2342+ fixed uninitalised value
2343+
2344+2012-04-12 Didier Roche <didier.roche@canonical.com>
2345+
2346+ Release\ 5.10.0
2347+
2348+>>>>>>> MERGE-SOURCE
2349 2012-04-12 Michal Hruby <michal.mhr@gmail.com>
2350
2351 Make sure the lenses search for things we want on startup. Fixes: https://bugs.launchpad.net/bugs/979799. Approved by Gord Allott.
2352@@ -6928,7 +9063,7 @@
2353
2354 2012-04-06 Didier Roche <didier.roche@canonical.com>
2355
2356- sometimes you see a hundred lines of conflicts in a file… and then, you realize it's just because of a blank added line…
2357+ sometimes you see a hundred lines of conflicts in a file? and then, you realize it's just because of a blank added line?
2358
2359 2012-04-05 Gord Allott <gord.allott@canonical.com>
2360
2361@@ -6960,7 +9095,7 @@
2362
2363 2012-04-06 Andrea Cimitan <andrea.cimitan@canonical.com>
2364
2365- Fix average colors tweaks. Fixes: . Approved by Andrea Cimitan, Mirco Müller.
2366+ Fix average colors tweaks. Fixes: . Approved by Andrea Cimitan, Mirco M?ller.
2367
2368 2012-04-06 Andrea Cimitan <andrea.cimitan@canonical.com>
2369
2370@@ -6974,11 +9109,11 @@
2371
2372 Remove useless computation and improves saturation tune
2373
2374-2012-04-06 Mirco Müller <mirco.mueller@ubuntu.com>
2375+2012-04-06 Mirco M?ller <mirco.mueller@ubuntu.com>
2376
2377 Make sure the special masking of the dash's decoration is restored when a repaint of the lens-nav-bar destroyed it.. Fixes: . Approved by Andrea Cimitan.
2378
2379-2012-04-06 Mirco Müller <mirco.mueller@ubuntu.com>
2380+2012-04-06 Mirco M?ller <mirco.mueller@ubuntu.com>
2381
2382 Make sure the special masking of the dash's decoration is restored when a repaint of the lens-nav-bar destroyed it
2383
2384@@ -6992,7 +9127,7 @@
2385
2386 2012-04-06 Michal Hruby <michal.mhr@gmail.com>
2387
2388- Fixes a regression that caused the category icons to use default icons. Fixes: . Approved by Mirco Müller.
2389+ Fixes a regression that caused the category icons to use default icons. Fixes: . Approved by Mirco M?ller.
2390
2391 2012-04-06 Michal Hruby <michal.mhr@gmail.com>
2392
2393@@ -7067,848 +9202,848 @@
2394 window to opaque with PAINT_WINDOW_NO_CORE_INSTANCE_MASK when fully hidden
2395 so it turns up in scale
2396
2397-2012-04-06 Mirco Müller <mirco.mueller@ubuntu.com>
2398+2012-04-06 Mirco M?ller <mirco.mueller@ubuntu.com>
2399
2400 fontconfig changed and broke the line-spacing for the horiz. tile-renderer, so the line-spacing was adjusted to avoid text being clipped in the card-view (e.g. gwibber-lens entries with three lines of body-text). Fixes: https://bugs.launchpad.net/bugs/974523. Approved by Sam Spilsbury.
2401
2402-2012-04-06 Mirco Müller <mirco.mueller@ubuntu.com>
2403+2012-04-06 Mirco M?ller <mirco.mueller@ubuntu.com>
2404
2405 After fontconfig changed, the line-spacing for the horiz. tile-renderer had to be adjusted, so text isn't clipped in the card-view... thus fixing LP: #974523
2406
2407-2012-04-06 Marco Trevisan (Treviño) <mail@3v1n0.net>
2408+2012-04-06 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2409
2410 Autopilot: added the testing support for the panel. Fixes: . Approved by Tim Penhey.
2411
2412-2012-04-06 Marco Trevisan (Treviño) <mail@3v1n0.net>
2413+2012-04-06 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2414
2415 test_panel: added missing sleep time, waiting for app discovery
2416
2417-2012-04-06 Marco Trevisan (Treviño) <mail@3v1n0.net>
2418+2012-04-06 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2419
2420 test_panel: add more sleeps...
2421
2422-2012-04-06 Marco Trevisan (Treviño) <mail@3v1n0.net>
2423+2012-04-06 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2424
2425 autopilot, test_panel: make some tests more robust
2426
2427-2012-04-06 Marco Trevisan (Treviño) <mail@3v1n0.net>
2428+2012-04-06 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2429
2430 PanelMenuView: added missing introspection variable (fix typo)
2431
2432-2012-04-06 Marco Trevisan (Treviño) <mail@3v1n0.net>
2433+2012-04-06 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2434
2435 autopilot, test_panel: added grab area tests!
2436
2437-2012-04-06 Marco Trevisan (Treviño) <mail@3v1n0.net>
2438+2012-04-06 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2439
2440 autopilot, test_panel: more indicator tests, plus panel key navigation.
2441
2442-2012-04-06 Marco Trevisan (Treviño) <mail@3v1n0.net>
2443+2012-04-06 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2444
2445 Merging with trunk
2446
2447-2012-04-06 Marco Trevisan (Treviño) <mail@3v1n0.net>
2448+2012-04-06 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2449
2450 autopilot, test_panel: added some indicators interaction tests
2451
2452-2012-04-06 Marco Trevisan (Treviño) <mail@3v1n0.net>
2453+2012-04-06 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2454
2455 autopilot, panel: allow to get an indicator entry by the name-hint
2456
2457-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2458+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2459
2460 autopilot: removed some tests duplication, added the PanelHoveringTests class
2461
2462-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2463+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2464
2465 test_panel: adding menu tests
2466
2467-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2468-
2469- Merged panel-p-cleanup into panel-p-tests.
2470-
2471-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2472-
2473- Merged panel-p-cleanup into panel-p-tests.
2474-
2475-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2476+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2477+
2478+ Merged panel-p-cleanup into panel-p-tests.
2479+
2480+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2481+
2482+ Merged panel-p-cleanup into panel-p-tests.
2483+
2484+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2485
2486 test_panel: added more window buttons tests for fitts law check
2487
2488-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2489+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2490
2491 test_panel: making the tests more solid
2492
2493-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2494+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2495
2496 autopilot: test_panel, some improvements to the move / maximize code
2497
2498-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2499+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2500
2501 autopilot, panel tests: some optimizations following Tim's review.
2502
2503-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2504+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2505
2506 autopilot, panel: make the click tests less prone to false positive
2507
2508-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2509+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2510
2511 autopilot, test_panel: fix the "close button" test for other monitors
2512
2513-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2514+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2515
2516 test_panel: even more tests for strange bugs
2517
2518-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2519+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2520
2521 autopilot, BAMF: closed is a signal... Let's use another trick
2522
2523-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2524+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2525
2526 autopilot, test_panel: add some bug related window buttons tests
2527
2528-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2529+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2530
2531 autopilot, test_panel: add test to check window buttons in multimonitor with overlays
2532
2533-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2534+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2535
2536 DashController: use BuildWrapper and export the monitor into the introspection data
2537
2538-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2539+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2540
2541 PanelMenuView: include fading timings into the introspection data
2542
2543-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2544+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2545
2546 Merged panel-p-cleanup into panel-p-tests.
2547
2548-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2549+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2550
2551 autopilot, test_panel: added even more WindowButtons tests.
2552
2553-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2554+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2555
2556 DashView: add introspection data about the form-factor
2557
2558-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2559+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2560
2561 autopilot, test_panel: added first tests for window buttons
2562
2563-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2564+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2565
2566 autopilot, bamf: get if a window has been closed
2567
2568-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2569+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2570
2571 autopilot: panel, improved the window buttons related functions
2572
2573-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2574+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2575
2576 PanelMenuView: add more introspection data
2577
2578-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2579+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2580
2581 autopilot, test_panel: do most of the initialization into the PanelTestsBase class
2582
2583-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2584+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2585
2586 autopilot, test_panel: added test to check that the window title has changed
2587
2588-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2589+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2590
2591 test_panel: using self.screen_geo.drag_window_to_monitor instead of the self-provided function
2592
2593-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2594+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2595
2596 X11: added ScreenGeometry().drag_window_to_monitor utility function
2597
2598-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2599+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2600
2601 autopilot, test_panel: added an utility function to launch application windows for a given monitor
2602
2603-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2604+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2605
2606 autopilot, bamf: add the set_focus method support
2607
2608-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2609-
2610- Merged panel-p-cleanup into panel-p-tests.
2611-
2612-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2613-
2614- Merged panel-p-cleanup into panel-p-tests.
2615-
2616-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2617+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2618+
2619+ Merged panel-p-cleanup into panel-p-tests.
2620+
2621+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2622+
2623+ Merged panel-p-cleanup into panel-p-tests.
2624+
2625+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2626
2627 Merging with WindowButtons changes
2628
2629-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2630+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2631
2632 Merged panel-p-cleanup into panel-p-tests.
2633
2634-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2635+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2636
2637 test_panel: use maximize in cleanups, added a new test switching focused window
2638
2639-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2640+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2641
2642 autopilot, panel: added other window title related tests.
2643
2644-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2645+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2646
2647 PanelTitlebarGrabAreaView: use absolute geometry for introspection data
2648
2649-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2650+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2651
2652 autopilot, panel: fixed some math, and more properties
2653
2654-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2655+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2656
2657 autopilot, panel: applying the Thomi's fixes
2658
2659-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2660+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2661
2662 Merging with trunk
2663
2664-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2665+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2666
2667 autopilot, test_launcher: add keynav / switcher tests for focus activation
2668
2669-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2670+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2671
2672 test_launcher: check if key_nav resumes the focus on cancel
2673
2674-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2675+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2676
2677 autopilot, test_launcher: added tests for focus resume on launcher switcher
2678
2679 Tests cover bug #970420
2680
2681-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2682+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2683
2684 Merging with trunk
2685
2686-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2687-
2688- Merged panel-p-cleanup into panel-p-tests.
2689-
2690-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2691-
2692- Merged panel-p-cleanup into panel-p-tests.
2693-
2694-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2695-
2696- Merged panel-p-cleanup into panel-p-tests.
2697-
2698-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2699+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2700+
2701+ Merged panel-p-cleanup into panel-p-tests.
2702+
2703+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2704+
2705+ Merged panel-p-cleanup into panel-p-tests.
2706+
2707+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2708+
2709+ Merged panel-p-cleanup into panel-p-tests.
2710+
2711+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2712
2713 PanelIndicatorEntryView: introspection, use "entry_id", or Autopilot won't work with "id" parameters
2714
2715-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
2716+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2717
2718 autopilot, test_panel: added first panel title tests
2719
2720-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
2721+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2722
2723 autopilot, bamf: use the window geometry using gdk, xlib aren't working here.
2724
2725-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
2726+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2727
2728 autopilot, bamf: add monitor property to window
2729
2730-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
2731+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2732
2733 Merged panel-p-cleanup into panel-p-tests.
2734
2735-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
2736+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2737
2738 autopilot, keybindings: added some window management keybindings support
2739
2740-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
2741+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2742
2743 autopilot, add first panel support.
2744
2745-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
2746+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2747
2748 Panel: use GetAbsoluteGeometry for introspection...
2749
2750-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
2751+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2752
2753 WindowButtons, PanelIndicatorEntryView: Set invisible items event insensitive
2754
2755 Also, improve the introspection data
2756
2757-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
2758-
2759- Merged panel-p-cleanup into panel-p-tests.
2760-
2761-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
2762-
2763- Merged panel-p-cleanup into panel-p-tests.
2764-
2765-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
2766+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2767+
2768+ Merged panel-p-cleanup into panel-p-tests.
2769+
2770+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2771+
2772+ Merged panel-p-cleanup into panel-p-tests.
2773+
2774+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2775
2776 PanelIndicatorEntryView: introspection add human-readable type and menu geometries
2777
2778-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
2779+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2780
2781 PanelMenuView: introspection, add introspection property if the desktop is active.
2782
2783-2012-04-06 Marco Trevisan (Treviño) <mail@3v1n0.net>
2784+2012-04-06 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2785
2786 A lot of panel fixes with code cleanup and improvements to the panel code.. Fixes: https://bugs.launchpad.net/bugs/655184, https://bugs.launchpad.net/bugs/839690, https://bugs.launchpad.net/bugs/865701, https://bugs.launchpad.net/bugs/875932, https://bugs.launchpad.net/bugs/921316, https://bugs.launchpad.net/bugs/921918, https://bugs.launchpad.net/bugs/934680, https://bugs.launchpad.net/bugs/936425, https://bugs.launchpad.net/bugs/939054, https://bugs.launchpad.net/bugs/940683, https://bugs.launchpad.net/bugs/951747, https://bugs.launchpad.net/bugs/953868, https://bugs.launchpad.net/bugs/962410, https://bugs.launchpad.net/bugs/963118, https://bugs.launchpad.net/bugs/963134, https://bugs.launchpad.net/bugs/968261, https://bugs.launchpad.net/bugs/970420, https://bugs.launchpad.net/bugs/971947. Approved by Tim Penhey.
2787
2788-2012-04-06 Marco Trevisan (Treviño) <mail@3v1n0.net>
2789+2012-04-06 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2790
2791 Merging with trunk
2792
2793-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2794+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2795
2796 PanelView: Ops, fixing merge issue
2797
2798-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2799+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2800
2801 Merging with trunk, resolving conflicts
2802
2803-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2804+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2805
2806 Merged panel-p-panel-view into panel-p-cleanup.
2807
2808-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2809+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2810
2811 Merged panel-p-menu-view into panel-p-panel-view.
2812
2813-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2814+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2815
2816 PanelMenuView: don't allow clicks in the grab-area when an overlay is opened
2817
2818-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2819+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2820
2821 Merged panel-p-panel-view into panel-p-cleanup.
2822
2823-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2824+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2825
2826 Merged panel-p-menu-view into panel-p-panel-view.
2827
2828-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2829+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2830
2831 PanelMenuView: remove the PostLayoutManagement set window-buttons' monitor
2832
2833-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2834+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2835
2836 Merged panel-p-panel-view into panel-p-cleanup.
2837
2838-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2839+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2840
2841 Merged panel-p-menu-view into panel-p-panel-view.
2842
2843-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2844+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2845
2846 Merged panel-p-core into panel-p-menu-view.
2847
2848-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2849+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2850
2851 PanelController: Set the layout as the last thing, to avoid geometry changes (andyrock)
2852
2853 And this finally fixes the "Cut" menus issue that happened on startup,
2854 kudos to Andrea Azzarone for this fix.
2855
2856-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2857+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2858
2859 DashController: save the dash monitor value and emit that both when showing and hiding the dash
2860
2861 This caused an issue when hiding the dash in a monitor and trying to close it from another.
2862
2863-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2864+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2865
2866 Merged panel-p-panel-view into panel-p-cleanup.
2867
2868-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2869+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2870
2871 Merged panel-p-menu-view into panel-p-panel-view.
2872
2873-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2874+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2875
2876 Merged panel-p-core into panel-p-menu-view.
2877
2878-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2879+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2880
2881 Merged panel-p-window-manager into panel-p-core.
2882
2883-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2884+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2885
2886 Merged panel-p-tray into panel-p-window-manager.
2887
2888-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2889+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2890
2891 Merged panel-p-grab-area into panel-p-tray.
2892
2893-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2894+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2895
2896 Merged panel-p-window-buttons into panel-p-grab-area.
2897
2898-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2899+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2900
2901 WindowButtons: make the buttons multi-monitor aware.
2902
2903 This is needed to ignore the overlay events for another monitor.
2904
2905-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2906+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2907
2908 Merged panel-p-panel-view into panel-p-cleanup.
2909
2910-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2911+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2912
2913 Merged panel-p-menu-view into panel-p-panel-view.
2914
2915-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2916+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2917
2918 PanelMenuView: don't ignore clicks on window buttons if the dash is opened on the given panel
2919
2920-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2921+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2922
2923 Merging with trunk
2924
2925-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2926+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2927
2928 Merged panel-p-panel-view into panel-p-cleanup.
2929
2930-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2931+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2932
2933 Merged panel-p-menu-view into panel-p-panel-view.
2934
2935-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2936+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2937
2938 PanelMenuView: only change the title on the target panel, when using the launcher switcher
2939
2940-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2941+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2942
2943 Merged panel-p-panel-view into panel-p-cleanup.
2944
2945-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2946+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2947
2948 Merged panel-p-menu-view into panel-p-panel-view.
2949
2950-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2951+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2952
2953 Merged panel-p-core into panel-p-menu-view.
2954
2955-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2956+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2957
2958 SwitcherController: include the monitor in the UBUS_SWITCHER_SHOWN message
2959
2960-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2961+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2962
2963 LauncherController: be multi-monitor aware when informing about the launcher key nav/switcher start
2964
2965-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2966+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2967
2968 Merged panel-p-panel-view into panel-p-cleanup.
2969
2970-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2971+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2972
2973 Merged panel-p-menu-view into panel-p-panel-view.
2974
2975-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2976+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2977
2978 Merged panel-p-core into panel-p-menu-view.
2979
2980-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2981+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2982
2983 LauncherController: don't restore the focus if the selected icon is currently running.
2984
2985-2012-04-04 Marco Trevisan (Treviño) <mail@3v1n0.net>
2986+2012-04-04 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2987
2988 PanelMenuView: s/OnMenusClosed/NotifyAllMenusClosed/g
2989
2990-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
2991+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2992
2993 Merged panel-p-panel-view into panel-p-cleanup.
2994
2995-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
2996+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
2997
2998 Merged panel-p-menu-view into panel-p-panel-view.
2999
3000-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
3001+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3002
3003 PanelMenuView: be safer, if the current _new_application has been closed, just reset it.
3004
3005 This fixes the always-visible menu issue that can happen when quickly closing/opening applications
3006
3007-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
3008+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3009
3010 Merged panel-p-panel-view into panel-p-cleanup.
3011
3012-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
3013+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3014
3015 Merged panel-p-menu-view into panel-p-panel-view.
3016
3017-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
3018+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3019
3020 PanelMenuView: no need to overwrite QueueDraw
3021
3022-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
3023+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3024
3025 PanelMenuView: adding more constants, removed unneeded _padding variable
3026
3027-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
3028+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3029
3030 Merged panel-p-panel-view into panel-p-cleanup.
3031
3032-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
3033+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3034
3035 Merged panel-p-menu-view into panel-p-panel-view.
3036
3037-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
3038+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3039
3040 PanelMenuView: s/AllMenusClosed/OnMenusClosed/g
3041
3042-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3043+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3044
3045 Merged panel-p-panel-view into panel-p-cleanup.
3046
3047-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3048+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3049
3050 Merged panel-p-menu-view into panel-p-panel-view.
3051
3052-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3053+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3054
3055 PanelMenuView: set the maximum entries width on the PostLayout
3056
3057 This fixes the missing menus / compressed menus issue that could happen on fresh start...
3058
3059-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3060+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3061
3062 Merging with trunk
3063
3064-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3065+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3066
3067 Merged panel-p-panel-view into panel-p-cleanup.
3068
3069-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3070+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3071
3072 PanelView: use Window type for tray Xid
3073
3074-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3075+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3076
3077 Merged panel-p-panel-view into panel-p-cleanup.
3078
3079-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3080+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3081
3082 Merged panel-p-menu-view into panel-p-panel-view.
3083
3084-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3085+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3086
3087 Merged panel-p-core into panel-p-menu-view.
3088
3089-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3090+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3091
3092 PanelController: the tray can have more than one XID, on multimonitor.
3093
3094 Updating unityshell for it.
3095
3096-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3097+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3098
3099 Merged panel-p-panel-view into panel-p-cleanup.
3100
3101-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3102+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3103
3104 Merged panel-p-menu-view into panel-p-panel-view.
3105
3106-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3107+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3108
3109 Merged panel-p-core into panel-p-menu-view.
3110
3111-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3112+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3113
3114 Merged panel-p-window-manager into panel-p-core.
3115
3116-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3117+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3118
3119 Merged panel-p-tray into panel-p-window-manager.
3120
3121-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3122+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3123
3124 PanelTray: use Window type for xid
3125
3126-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3127+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3128
3129 Merged panel-p-panel-view into panel-p-cleanup.
3130
3131-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3132+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3133
3134 Merged panel-p-menu-view into panel-p-panel-view.
3135
3136-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3137+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3138
3139 PanelMenuView: reduce the risk of getting an empty panel menu on startup
3140
3141-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3142+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3143
3144 Merged panel-p-panel-view into panel-p-cleanup.
3145
3146-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3147+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3148
3149 PanelView: fixed some spacing issues
3150
3151-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3152+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3153
3154 Merged panel-p-panel-view into panel-p-cleanup.
3155
3156-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3157+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3158
3159 PanelView: set some methods const
3160
3161-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3162+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3163
3164 Merged panel-p-panel-view into panel-p-cleanup.
3165
3166-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3167+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3168
3169 PanelView: added the more generic IsActive method to get if a view is currently the active one
3170
3171-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3172+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3173
3174 Merged panel-p-panel-view into panel-p-cleanup.
3175
3176-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3177+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3178
3179 Merged panel-p-menu-view into panel-p-panel-view.
3180
3181-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3182+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3183
3184 Merged panel-p-core into panel-p-menu-view.
3185
3186-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3187+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3188
3189 Merged panel-p-window-manager into panel-p-core.
3190
3191-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3192+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3193
3194 Merged panel-p-tray into panel-p-window-manager.
3195
3196-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3197+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3198
3199 Merged panel-p-grab-area into panel-p-tray.
3200
3201-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3202+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3203
3204 Merged panel-p-window-buttons into panel-p-grab-area.
3205
3206-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3207+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3208
3209 WindowButtons: ignore the click events when the buttons are not enabled.
3210
3211-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3212+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3213
3214 PanelTitlebarGrabAreaView: fixed typo in the comment
3215
3216-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3217+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3218
3219 Merged panel-p-panel-view into panel-p-cleanup.
3220
3221-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3222+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3223
3224 PanelView: main code cleanup, fixed dash/HUD switch.
3225
3226-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3227+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3228
3229 Merged panel-p-panel-view into panel-p-cleanup.
3230
3231-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3232+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3233
3234 PanelMenuView: fix console gtk_widget_path errors
3235
3236-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3237+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3238
3239 Merging with panel-p-menu-view changes
3240
3241-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3242+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3243
3244 PanelMenuView: removed the useless (at this point) HasOurWindowFocused...
3245
3246-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3247+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3248
3249 PanelMenuView: make the possible methods const.
3250
3251-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3252+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3253
3254 Merged panel-p-panel-view into panel-p-cleanup.
3255
3256-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3257+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3258
3259 Merged panel-p-core into panel-p-menu-view.
3260
3261-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3262+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3263
3264 Merged panel-p-window-manager into panel-p-core.
3265
3266-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3267+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3268
3269 WindowManager: GetGeometry* related methods set to const
3270
3271 Plus removed some unneeded casts.
3272
3273-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3274-
3275- Merged panel-p-panel-view into panel-p-cleanup.
3276-
3277-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3278-
3279- Merged panel-p-core into panel-p-menu-view.
3280-
3281-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3282-
3283- Merged panel-p-window-manager into panel-p-core.
3284-
3285-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3286-
3287- Merged panel-p-tray into panel-p-window-manager.
3288-
3289-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3290-
3291- Merged panel-p-grab-area into panel-p-tray.
3292-
3293-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3294-
3295- Merged panel-p-window-buttons into panel-p-grab-area.
3296-
3297-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3298-
3299- Merged panel-p-indicators-view into panel-p-window-buttons.
3300-
3301-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3302-
3303- PanelIndicatorsView: «don't use "using namespace indicator;" in a header file.»
3304-
3305-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3306-
3307- Merged panel-p-panel-view into panel-p-cleanup.
3308-
3309-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3310-
3311- Merged panel-p-core into panel-p-menu-view.
3312-
3313-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3314-
3315- Merged panel-p-window-manager into panel-p-core.
3316-
3317-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3318-
3319- Merged panel-p-tray into panel-p-window-manager.
3320-
3321-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3322-
3323- Merged panel-p-grab-area into panel-p-tray.
3324-
3325-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3326-
3327- Merged panel-p-window-buttons into panel-p-grab-area.
3328-
3329-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3330-
3331- Merged panel-p-indicators-view into panel-p-window-buttons.
3332-
3333-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3334+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3335+
3336+ Merged panel-p-panel-view into panel-p-cleanup.
3337+
3338+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3339+
3340+ Merged panel-p-core into panel-p-menu-view.
3341+
3342+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3343+
3344+ Merged panel-p-window-manager into panel-p-core.
3345+
3346+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3347+
3348+ Merged panel-p-tray into panel-p-window-manager.
3349+
3350+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3351+
3352+ Merged panel-p-grab-area into panel-p-tray.
3353+
3354+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3355+
3356+ Merged panel-p-window-buttons into panel-p-grab-area.
3357+
3358+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3359+
3360+ Merged panel-p-indicators-view into panel-p-window-buttons.
3361+
3362+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3363+
3364+ PanelIndicatorsView: ?don't use "using namespace indicator;" in a header file.?
3365+
3366+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3367+
3368+ Merged panel-p-panel-view into panel-p-cleanup.
3369+
3370+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3371+
3372+ Merged panel-p-core into panel-p-menu-view.
3373+
3374+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3375+
3376+ Merged panel-p-window-manager into panel-p-core.
3377+
3378+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3379+
3380+ Merged panel-p-tray into panel-p-window-manager.
3381+
3382+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3383+
3384+ Merged panel-p-grab-area into panel-p-tray.
3385+
3386+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3387+
3388+ Merged panel-p-window-buttons into panel-p-grab-area.
3389+
3390+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3391+
3392+ Merged panel-p-indicators-view into panel-p-window-buttons.
3393+
3394+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3395
3396 Merged panel-p-indicator-entry into panel-p-indicators-view.
3397
3398-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3399+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3400
3401 PanelIndicatorEntryView: make GetLabel const
3402
3403-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3404+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3405
3406 Merged panel-p-panel-view into panel-p-cleanup.
3407
3408-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3409+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3410
3411 Merged panel-p-core into panel-p-menu-view.
3412
3413-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3414+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3415
3416 Merged panel-p-window-manager into panel-p-core.
3417
3418-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3419+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3420
3421 Merged panel-p-tray into panel-p-window-manager.
3422
3423-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3424+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3425
3426 Merged panel-p-grab-area into panel-p-tray.
3427
3428-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3429+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3430
3431 Merged panel-p-window-buttons into panel-p-grab-area.
3432
3433-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3434+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3435
3436 Merged panel-p-indicators-view into panel-p-window-buttons.
3437
3438-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3439+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3440
3441 Merged panel-p-indicator-entry into panel-p-indicators-view.
3442
3443-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3444+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3445
3446 PanelIndicatorEntryView: don't use "using namespace ..." into the Header
3447
3448 Also fixed some typo and the widget path errors
3449
3450-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3451+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3452
3453 Merged panel-p-panel-view into panel-p-cleanup.
3454
3455-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3456+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3457
3458 Merged panel-p-core into panel-p-menu-view.
3459
3460-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3461+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3462
3463 Merged panel-p-window-manager into panel-p-core.
3464
3465-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3466+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3467
3468 Merged panel-p-tray into panel-p-window-manager.
3469
3470-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3471+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3472
3473 Merged panel-p-grab-area into panel-p-tray.
3474
3475-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3476+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3477
3478 Merged panel-p-window-buttons into panel-p-grab-area.
3479
3480-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3481+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3482
3483 Merged panel-p-indicators-view into panel-p-window-buttons.
3484
3485-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3486+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3487
3488 Merged panel-p-indicator-entry into panel-p-indicators-view.
3489
3490-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3491+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3492
3493 Merged panel-p-style into panel-p-indicator-entry.
3494
3495-2012-04-01 Marco Trevisan (Treviño) <mail@3v1n0.net>
3496+2012-04-01 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3497
3498 WindowButtons: ignore click events if not enabled.
3499
3500-2012-03-31 Marco Trevisan (Treviño) <mail@3v1n0.net>
3501+2012-03-31 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3502
3503 Panel: Fixing the overlay name...
3504
3505-2012-03-31 Marco Trevisan (Treviño) <mail@3v1n0.net>
3506+2012-03-31 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3507
3508 Ops... s/Overaly/Overlay/g ...
3509
3510-2012-03-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
3511+2012-03-30 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3512
3513 Merging with upstream
3514
3515-2012-03-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
3516+2012-03-30 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3517
3518 PanelMenuView: code cleanup, multimonitor bug fixes and misc improvements
3519
3520@@ -7923,25 +10058,25 @@
3521 Maximized windows list is re-populated on startup or when adding a new
3522 screen.
3523
3524-2012-03-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
3525+2012-03-30 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3526
3527 Added misc changes needed to make the panel rock
3528
3529-2012-03-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
3530+2012-03-30 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3531
3532 WindowManager: implemented some methods to handle the window position/size.
3533
3534-2012-03-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
3535+2012-03-30 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3536
3537 PanelTray: code rewritten to use more C++ utilities
3538
3539-2012-03-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
3540+2012-03-30 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3541
3542 PanelTitlebarGrabAreaView: addded to unity namespace, rewritten the event handling
3543
3544 The grabbing handle has been greatly improved
3545
3546-2012-03-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
3547+2012-03-30 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3548
3549 WindowButtons: code cleanup, more control to the buttons.
3550
3551@@ -7950,11 +10085,11 @@
3552 Also the handling of the controlled window is now done internally,
3553 not by the PanelMenuView.
3554
3555-2012-03-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
3556+2012-03-30 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3557
3558 PanelIndicatorsView: some API cleanup, added more protected virtual members
3559
3560-2012-03-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
3561+2012-03-30 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3562
3563 PanelIndicatorEntryView:
3564
3565@@ -7962,39 +10097,39 @@
3566 extendible in the near future. Also fixed issues with the indicator entries
3567 and Scale/Expo. Reduced some memory or CPU usage.
3568
3569-2012-03-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
3570+2012-03-30 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3571
3572 PanelIndicatorEntryView, PanelMenuView: set widget path types before name.
3573
3574 This fixes a lot of warnings.
3575
3576-2012-03-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
3577+2012-03-30 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3578
3579 PanelIndicatorEntryView: use the correct panel type to get the font
3580
3581-2012-03-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
3582+2012-03-29 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3583
3584 PanelMenuView: Set the WindowButtons padding as per design.
3585
3586-2012-03-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
3587+2012-03-29 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3588
3589 PanelMenuView: Only Scale is active for a window subset, show their app name.
3590
3591 The desktop name otherwise. So on Super+S the desktop name is shown.
3592
3593-2012-03-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
3594+2012-03-29 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3595
3596 PluginAdapter: added IsScaleActiveForGroup to get if scale is running for a window subset
3597
3598-2012-03-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
3599+2012-03-29 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3600
3601 PanelMenuView: make the desktop name to draw in all the panels
3602
3603-2012-03-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
3604+2012-03-29 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3605
3606 Removing all the LIM stuff, it will be back soon!
3607
3608-2012-03-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
3609+2012-03-29 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3610
3611 PanelIndicatorsView: removed the "layout workaround", NUX likes us now!
3612
3613@@ -8005,130 +10140,130 @@
3614 This also fixes an issue with multimonitor, that caused menus on
3615 other monitors not to be clickable.
3616
3617-2012-03-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
3618+2012-03-29 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3619
3620 PanelView: remove useless methods
3621
3622-2012-03-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
3623+2012-03-29 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3624
3625 WindowButtons: don't be confused by different overlays
3626
3627 Now switching from Dash to Hud and back works. See bug #963118
3628
3629-2012-03-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
3630+2012-03-29 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3631
3632 unityshell: typo: s/showPanelFirstMenuKeyInitiate/showPanelFirstMenuKeyTerminate/
3633
3634-2012-03-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
3635+2012-03-29 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3636
3637 Panel: s/Dash/Overlay/g
3638
3639-2012-03-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
3640+2012-03-29 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3641
3642 Merging with trunk
3643
3644-2012-03-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
3645+2012-03-29 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3646
3647 PanelMenuView: use Window type for windows.
3648
3649-2012-03-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
3650+2012-03-29 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3651
3652 PluginAdapter: window's can't be obscured by window in different screens.
3653
3654 Checking the geometry, though.
3655
3656-2012-03-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
3657+2012-03-29 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3658
3659 PanelMenuView: use nux::Rect.IsInside where possible
3660
3661-2012-03-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
3662+2012-03-29 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3663
3664 PanelMenuView: when we don't control the active window, all clicks are over the grab area
3665
3666-2012-03-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
3667+2012-03-29 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3668
3669 PanelMenuView: don't draw anything on the panel located into a monitor that doesn't control the active window
3670
3671-2012-03-20 Marco Trevisan (Treviño) <mail@3v1n0.net>
3672+2012-03-20 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3673
3674 PanelTray: remove the idle before destroying the window.
3675
3676 Let's be paranoid! ;)
3677
3678-2012-03-20 Marco Trevisan (Treviño) <mail@3v1n0.net>
3679+2012-03-20 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3680
3681 PanelTray: don't crash when unplugging a monitor.
3682
3683-2012-03-20 Marco Trevisan (Treviño) <mail@3v1n0.net>
3684+2012-03-20 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3685
3686 PanelView: putting back some changes lost during merges
3687
3688-2012-03-20 Marco Trevisan (Treviño) <mail@3v1n0.net>
3689+2012-03-20 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3690
3691 Merging with latest trunk.
3692
3693-2012-03-20 Marco Trevisan (Treviño) <mail@3v1n0.net>
3694+2012-03-20 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3695
3696 Merging with trunk
3697
3698-2012-03-19 Marco Trevisan (Treviño) <mail@3v1n0.net>
3699+2012-03-19 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3700
3701 PanelIndicatorAppmenuView: don't sync our geometry if not focused
3702
3703 This will make the unity-panel-service correctly handle
3704 the keyboard navigation.
3705
3706-2012-03-19 Marco Trevisan (Treviño) <mail@3v1n0.net>
3707+2012-03-19 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3708
3709 Merging with newer lp:~3v1n0/unity/lim
3710
3711-2012-03-19 Marco Trevisan (Treviño) <mail@3v1n0.net>
3712+2012-03-19 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3713
3714 Merging with lp:~3v1n0/unity/indicators-tests
3715
3716-2012-03-19 Marco Trevisan (Treviño) <mail@3v1n0.net>
3717+2012-03-19 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3718
3719 Merging with lp:~3v1n0/unity/dbus-indicators-proxy
3720
3721-2012-03-19 Marco Trevisan (Treviño) <mail@3v1n0.net>
3722+2012-03-19 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3723
3724 Merging again with lp:~3v1n0/unity/indicators-p
3725
3726-2012-03-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
3727+2012-03-10 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3728
3729 Merging with lp:~3v1n0/unity/indicators-p
3730
3731-2012-03-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
3732+2012-03-10 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3733
3734 Merging with changes in lp:~3v1n0/unity/lim
3735
3736-2012-03-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
3737+2012-03-10 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3738
3739 unityshell: listen also the launcher switcher signals
3740
3741-2012-03-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
3742+2012-03-10 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3743
3744 LauncherController: emit the right keynav signal
3745
3746-2012-03-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
3747+2012-03-09 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3748
3749 PluginAdapter: add some more spacing, to improve readability
3750
3751-2012-03-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
3752+2012-03-09 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3753
3754 PanelMenuView: put return types on the same line of the function name
3755
3756-2012-03-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
3757+2012-03-09 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3758
3759 PanelMenuView: add OnApplicationClosed function, to avoid casts
3760
3761 Also added more controls to avoid un-hidden menus.
3762
3763-2012-03-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
3764+2012-03-09 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3765
3766 PanelMenuView: reset the _new_application if it points to an invalid application
3767
3768-2012-03-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
3769+2012-03-09 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3770
3771 PanelMenuView: add GetTopWindow method to get the top valid window, even if not in focus
3772
3773@@ -8138,73 +10273,73 @@
3774 We use the GetTopWindow to get the top view when an invalid one (an unity)
3775 window is focused.
3776
3777-2012-03-09 Marco Trevisan (Treviño) <mail@3v1n0.net>
3778+2012-03-09 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3779
3780 PanelMenuView: call the right function on launcher switcher end
3781
3782-2012-03-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
3783+2012-03-08 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3784
3785 PanelMenuView: also connect to the key-switcher ubus events
3786
3787-2012-03-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
3788+2012-03-08 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3789
3790 LauncherController: send the right ubus message depending on the key navigation type
3791
3792-2012-03-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
3793+2012-03-08 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3794
3795 PanelMenuView: show the selected icon name on the panel during key navigation
3796
3797 Also, avoid to generate textures with empty labels, just nullify it
3798
3799-2012-03-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
3800+2012-03-08 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3801
3802 LauncherController: send UBus messages when the launcher selection has changed
3803
3804-2012-03-06 Marco Trevisan (Treviño) <mail@3v1n0.net>
3805-
3806- Merging with trunk
3807-
3808-2012-03-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3809-
3810- Merging with trunk
3811-
3812-2012-03-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3813+2012-03-06 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3814+
3815+ Merging with trunk
3816+
3817+2012-03-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3818+
3819+ Merging with trunk
3820+
3821+2012-03-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3822
3823 PanelView: don't allow to open menus in an inactive PanelMenuView
3824
3825-2012-03-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3826+2012-03-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3827
3828 PanelMenuView: take care of the workarea x when dragging down a window.
3829
3830 Fixes the restored position in a multimonitor setup.
3831
3832-2012-03-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3833+2012-03-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3834
3835 PanelMenuView: improve debugging strings
3836
3837-2012-03-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3838+2012-03-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3839
3840 PanelIndicatorAppmenuView: set invisible by default.
3841
3842-2012-03-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3843+2012-03-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3844
3845 PanelMenuView: reduce the risk of getting an empty panel
3846
3847-2012-03-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3848+2012-03-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3849
3850 PanelIndicatorAppmenuView: use area visibility as well.
3851
3852 Disable the appmenu when not in use.
3853
3854-2012-03-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3855+2012-03-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3856
3857 PanelMenuView: use PanelIndicatorsView as base for introspection data
3858
3859-2012-03-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3860+2012-03-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3861
3862 Panel: add more debug introspection informations
3863
3864-2012-03-01 Marco Trevisan (Treviño) <mail@3v1n0.net>
3865+2012-03-01 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3866
3867 PanelIndicatorsView: make each menu entry to use the most space it really can
3868
3869@@ -8217,41 +10352,41 @@
3870 This improves a lot the entries collapsing, and make sure that we always
3871 use all the horizontal space that we have.
3872
3873-2012-03-01 Marco Trevisan (Treviño) <mail@3v1n0.net>
3874+2012-03-01 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3875
3876 PanelIndicatorEntryView: improve the drawing of collapsed menus
3877
3878 Consider the right_marging as well.
3879
3880-2012-02-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
3881+2012-02-29 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3882
3883 Merging with trunk
3884
3885-2012-02-26 Marco Trevisan (Treviño) <mail@3v1n0.net>
3886+2012-02-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3887
3888 PanelTray: update whitelist value on runtime.
3889
3890-2012-02-26 Marco Trevisan (Treviño) <mail@3v1n0.net>
3891+2012-02-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3892
3893 PanelTray: main code cleanup, hopefully fix crashes
3894
3895-2012-02-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
3896+2012-02-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3897
3898 Pushing back removed changes
3899
3900-2012-02-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
3901+2012-02-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3902
3903 Merging with lp:~3v1n0/unity/lim
3904
3905-2012-02-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
3906-
3907- Merging trunk
3908-
3909-2012-02-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
3910-
3911- Merging trunk
3912-
3913-2012-02-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
3914+2012-02-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3915+
3916+ Merging trunk
3917+
3918+2012-02-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3919+
3920+ Merging trunk
3921+
3922+2012-02-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3923
3924 WindowButtons: manually manage the clicks on the buttons to be more Fitts conformant
3925
3926@@ -8259,19 +10394,19 @@
3927 automatically, but we redirect the mouse events over them
3928 to be more conformant to the Fitt's law.
3929
3930-2012-02-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
3931+2012-02-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3932
3933 WindowButtons: make the buttons more Fitt's law conformant.
3934
3935-2012-02-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
3936+2012-02-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3937
3938 WindowButton: add UpdateSize function to define the maximum button size
3939
3940-2012-02-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
3941+2012-02-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3942
3943 WindowButtons: put win-buttons into the unity namespace.
3944
3945-2012-02-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
3946+2012-02-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3947
3948 PanelTitlebarGrabAreaView: return gboolean FALSE instead of bool false on timeout
3949
3950@@ -8344,7 +10479,7 @@
3951 2012-04-05 Kevin DuBois <kevin.dubois@canonical.com>
3952
3953 Ensure that an animation always takes place after the Shortcut menu is shown
3954- fixes: https://bugs.launchpad.net/unity/+bug/924636. Fixes: https://bugs.launchpad.net/bugs/924636. Approved by Marco Trevisan (Treviño).
3955+ fixes: https://bugs.launchpad.net/unity/+bug/924636. Fixes: https://bugs.launchpad.net/bugs/924636. Approved by Marco Trevisan (Trevi?o).
3956
3957 2012-04-05 Kevin DuBois <kevin.dubois@canonical.com>
3958
3959@@ -8354,11 +10489,11 @@
3960
3961 Correct issue where shortcut animation was not taking place while mousing over launcher
3962
3963-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
3964+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3965
3966 autopilot, test_launcher: fix error due to missing multiply_scenarios import. Fixes: . Approved by Tim Penhey.
3967
3968-2012-04-06 Marco Trevisan (Treviño) <mail@3v1n0.net>
3969+2012-04-06 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3970
3971 Fix multiply scenarios import
3972
3973@@ -8371,15 +10506,15 @@
3974 * Use proper rendering call for system with no GLSL support.
3975 * Removed a printf.
3976
3977-2012-04-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
3978+2012-04-05 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3979
3980 Panel style changes.. Fixes: . Approved by Tim Penhey.
3981
3982-2012-04-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3983+2012-04-02 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3984
3985 PanelStyle: use &glib::String instead of glib::String.AsOutParam.
3986
3987-2012-03-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
3988+2012-03-30 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
3989
3990 PanelStyle: general cleanup, move to UnityCore glib:: utilities
3991
3992@@ -8390,7 +10525,7 @@
3993
3994 2012-04-05 Alex Launi <alex.launi@canonical.com>
3995
3996- Refactors the launcher tests. Adds a more logical organization, and removes duplicated code.. Fixes: . Approved by Alex Launi, Marco Trevisan (Treviño).
3997+ Refactors the launcher tests. Adds a more logical organization, and removes duplicated code.. Fixes: . Approved by Alex Launi, Marco Trevisan (Trevi?o).
3998
3999 2012-04-05 Alex Launi <alex.launi@canonical.com>
4000
4001@@ -8422,7 +10557,7 @@
4002
4003 2012-04-05 Andrea Cimitan <andrea.cimitan@canonical.com>
4004
4005- Very subtle card view background. Fixes: . Approved by Marco Trevisan (Treviño).
4006+ Very subtle card view background. Fixes: . Approved by Marco Trevisan (Trevi?o).
4007
4008 2012-04-05 Andrea Cimitan <andrea.cimitan@canonical.com>
4009
4010@@ -8430,7 +10565,7 @@
4011
4012 2012-04-05 Andrea Cimitan <andrea.cimitan@canonical.com>
4013
4014- Removes shadow from the decoration assets.. Fixes: . Approved by Andrea Azzarone, Marco Trevisan (Treviño).
4015+ Removes shadow from the decoration assets.. Fixes: . Approved by Andrea Azzarone, Marco Trevisan (Trevi?o).
4016
4017 2012-04-05 Andrea Cimitan <andrea.cimitan@canonical.com>
4018
4019@@ -8446,7 +10581,7 @@
4020
4021 2012-04-05 Andrea Cimitan <andrea.cimitan@canonical.com>
4022
4023- Less opacity on both line and background for search bar. Fixes: . Approved by Andrea Azzarone, Marco Trevisan (Treviño).
4024+ Less opacity on both line and background for search bar. Fixes: . Approved by Andrea Azzarone, Marco Trevisan (Trevi?o).
4025
4026 2012-04-05 Andrea Cimitan <andrea.cimitan@canonical.com>
4027
4028@@ -8454,7 +10589,7 @@
4029
4030 2012-04-05 Jay Taoko <jay.taoko@canonical.com>
4031
4032- * Fix: rendering of the Dash corners (top-right, bottom-left, bottom-right).. Fixes: https://bugs.launchpad.net/bugs/839476. Approved by Mirco Müller, Andrea Cimitan.
4033+ * Fix: rendering of the Dash corners (top-right, bottom-left, bottom-right).. Fixes: https://bugs.launchpad.net/bugs/839476. Approved by Mirco M?ller, Andrea Cimitan.
4034
4035 2012-04-05 Jay Taoko <jay.taoko@canonical.com>
4036
4037@@ -8485,7 +10620,7 @@
4038
4039 * Fixed rendering of the Dash corners.
4040
4041-2012-03-27 Mirco Müller <mirco.mueller@ubuntu.com>
4042+2012-03-27 Mirco M?ller <mirco.mueller@ubuntu.com>
4043
4044 Re-merged with trunk
4045
4046@@ -8496,11 +10631,11 @@
4047 * A weird problems remains on the bottom left corner.
4048 * Shine and other effects remain to be applied on the corners.
4049
4050-2012-02-24 Mirco Müller <mirco.mueller@canonical.com>
4051+2012-02-24 Mirco M?ller <mirco.mueller@canonical.com>
4052
4053 Only use the alpha-channel in the mask-textures. Create the correct blurred texture-parts for the corners. Apply it all.
4054
4055-2012-02-21 Mirco Müller <mirco.mueller@canonical.com>
4056+2012-02-21 Mirco M?ller <mirco.mueller@canonical.com>
4057
4058 Added mask-textures for the three color-texture making up the corners of the dash/hud decoration
4059
4060@@ -8574,7 +10709,7 @@
4061
4062 2012-04-05 Gord Allott <gord.allott@canonical.com>
4063
4064- fixes widescreen icons being too small, makes them the correct aspect ratio and size. Fixes: https://bugs.launchpad.net/bugs/878015. Approved by Mirco Müller.
4065+ fixes widescreen icons being too small, makes them the correct aspect ratio and size. Fixes: https://bugs.launchpad.net/bugs/878015. Approved by Mirco M?ller.
4066
4067 2012-04-05 Gord Allott <gord.allott@canonical.com>
4068
4069@@ -8643,19 +10778,19 @@
4070
4071 * Fixes the rendering of the dash when the "No Blur" option is selected in CCSM.
4072
4073-2012-04-05 Mirco Müller <mirco.mueller@ubuntu.com>
4074+2012-04-05 Mirco M?ller <mirco.mueller@ubuntu.com>
4075
4076 Implement new card view design. Fixes: https://bugs.launchpad.net/bugs/901164. Approved by Andrea Cimitan.
4077
4078-2012-04-05 Mirco Müller <mirco.mueller@ubuntu.com>
4079+2012-04-05 Mirco M?ller <mirco.mueller@ubuntu.com>
4080
4081 New input from Design... tiles background tint-color is meant to be like the one used on the lens-nav-bar
4082
4083-2012-04-03 Mirco Müller <mirco.mueller@ubuntu.com>
4084+2012-04-03 Mirco M?ller <mirco.mueller@ubuntu.com>
4085
4086 Work around a bug in QRP_QuadWireframe() not drawing the bottom-left-most pixel in the black outline around the icon
4087
4088-2012-04-03 Mirco Müller <mirco.mueller@ubuntu.com>
4089+2012-04-03 Mirco M?ller <mirco.mueller@ubuntu.com>
4090
4091 Fixing the horizontal tile renderer (aka card-view) to comply with the design-specs
4092
4093@@ -8839,7 +10974,7 @@
4094
4095 2012-04-03 Thomi Richards <thomi.richards@canonical.com>
4096
4097- Fix several failing assertions in gtk, glib, and dbusmenu.. Fixes: . Approved by Marco Trevisan (Treviño).
4098+ Fix several failing assertions in gtk, glib, and dbusmenu.. Fixes: . Approved by Marco Trevisan (Trevi?o).
4099
4100 2012-04-04 Thomi Richards <thomi.richards@canonical.com>
4101
4102@@ -8869,81 +11004,81 @@
4103
4104 Should fix a crash bug #971345.
4105
4106-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
4107+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4108
4109 HudController: use the top-most valid window in the stack to fetch the icon, if an invalid window is focused. Fixes: https://bugs.launchpad.net/bugs/931548, https://bugs.launchpad.net/bugs/932371, https://bugs.launchpad.net/bugs/961161. Approved by Thomi Richards, John Lea.
4110
4111-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
4112+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4113
4114 autopilot, test_hud: removed the unneeded sleep on tests base
4115
4116-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
4117+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4118
4119 Autopilot: test_showdesktop, remove the hardcoded 'Control+Alt+d' keybinding
4120
4121-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
4122+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4123
4124 autopilot: test_hud, test_switcher: use the new start_app return value
4125
4126-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
4127+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4128
4129 autopilot, make start_app to return the ran BamfApplication instance
4130
4131-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
4132+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4133
4134 autopilot, test_hud: use self.dash.ensure_visible()
4135
4136-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
4137+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4138
4139 autopilot, test_hud: Check if the BFB icon is shown on empty desktop
4140
4141-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
4142+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4143
4144 autopilot, keybindings: added the window/show_desktop keybinding
4145
4146-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
4147+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4148
4149 HudLauncherIcon: fix typo
4150
4151-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
4152+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4153
4154 autopilot, test_hud: Move to the new icon methods
4155
4156-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
4157+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4158
4159 autopilot, hud: add icon property to get the current HUD icon
4160
4161-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
4162+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4163
4164 HudIcon: rename it as HudEmbeddedIcon for better AP integration
4165
4166-2012-04-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
4167+2012-04-03 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4168
4169 Merging with trunk
4170
4171-2012-04-01 Marco Trevisan (Treviño) <mail@3v1n0.net>
4172+2012-04-01 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4173
4174 autpilot, test_hud: added test for Dash/HUD interaction and icon changes
4175
4176-2012-04-01 Marco Trevisan (Treviño) <mail@3v1n0.net>
4177+2012-04-01 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4178
4179 HudController: use the ubuntu icon as fallback if we don't have a valid window focused
4180
4181-2012-04-01 Marco Trevisan (Treviño) <mail@3v1n0.net>
4182+2012-04-01 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4183
4184 HudLauncherIcon: fallback to the BFB icon if the name is empty.
4185
4186-2012-04-01 Marco Trevisan (Treviño) <mail@3v1n0.net>
4187+2012-04-01 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4188
4189 HudController: reset the focused_app_icon_ value on invalid focused view
4190
4191-2012-03-31 Marco Trevisan (Treviño) <mail@3v1n0.net>
4192+2012-03-31 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4193
4194 HudController: use the monitor index = -1 to get the windows of all monitors
4195
4196 Added also some comments
4197
4198-2012-03-31 Marco Trevisan (Treviño) <mail@3v1n0.net>
4199+2012-03-31 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4200
4201 HudController: Check the top window if the active one is an unity window
4202
4203@@ -8951,7 +11086,7 @@
4204 window in the stack, otherwise switching from the Dash to the HUD won't
4205 work.
4206
4207-2012-03-31 Marco Trevisan (Treviño) <mail@3v1n0.net>
4208+2012-03-31 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4209
4210 HudController: don't change the Hud Icon if unity is the active application
4211
4212@@ -9070,7 +11205,7 @@
4213
4214 waits 100ms before asking for another search
4215
4216-2012-04-01 Marco Trevisan (Treviño) <mail@3v1n0.net>
4217+2012-04-01 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4218
4219 Hud: fixed the paddings and geometries, remove the icon glitches
4220
4221@@ -9079,29 +11214,29 @@
4222 HUD before the fix: http://i.imgur.com/b7BO0.png | http://i.imgur.com/9vpmv.png
4223 HUD after the fix: http://i.imgur.com/wDxPO.png | http://i.imgur.com/kSLch.png. Fixes: https://bugs.launchpad.net/bugs/931406, https://bugs.launchpad.net/bugs/964061. Approved by Andrea Cimitan, Tim Penhey.
4224
4225-2012-04-01 Marco Trevisan (Treviño) <mail@3v1n0.net>
4226+2012-04-01 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4227
4228 HudView: remove unneeded includes
4229
4230-2012-04-01 Marco Trevisan (Treviño) <mail@3v1n0.net>
4231+2012-04-01 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4232
4233 HudView, HudIcon: removing unneeded includes
4234
4235-2012-04-01 Marco Trevisan (Treviño) <mail@3v1n0.net>
4236+2012-04-01 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4237
4238 HudIcon: add private members
4239
4240-2012-04-01 Marco Trevisan (Treviño) <mail@3v1n0.net>
4241+2012-04-01 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4242
4243 HudIcon: simplify the constructor
4244
4245-2012-04-01 Marco Trevisan (Treviño) <mail@3v1n0.net>
4246+2012-04-01 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4247
4248 IconTexture: don't try to load 0 sized icons.
4249
4250 Otherwise the class won't work even changing the size value...
4251
4252-2012-03-31 Marco Trevisan (Treviño) <mail@3v1n0.net>
4253+2012-03-31 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4254
4255 HudView: Fixed the HUD padding, removed some magic numbers.
4256
4257@@ -9111,7 +11246,7 @@
4258 So, fixed all the spaces, removed some spacelayouts and using pure padding.
4259 Removed the icon layout, since it is not needed anymore.
4260
4261-2012-03-31 Marco Trevisan (Treviño) <mail@3v1n0.net>
4262+2012-03-31 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4263
4264 HudIcon: Don't use a different icon renderer size, than the one provided.
4265
4266@@ -9121,45 +11256,45 @@
4267
4268 Reducing the minimum widh to the default launcher icon size.
4269
4270-2012-04-01 Marco Trevisan (Treviño) <mail@3v1n0.net>
4271+2012-04-01 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4272
4273 LauncherEntryRemote: added tests for the entry remote class. Fixes: . Approved by Thomi Richards.
4274
4275-2012-03-31 Marco Trevisan (Treviño) <mail@3v1n0.net>
4276+2012-03-31 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4277
4278 Merged with latest lp:~3v1n0/unity/launcher-remote-model-c++
4279
4280-2012-03-28 Marco Trevisan (Treviño) <mail@3v1n0.net>
4281+2012-03-28 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4282
4283 tests: added a test suite for LauncherEntryRemote
4284
4285-2012-04-01 Marco Trevisan (Treviño) <mail@3v1n0.net>
4286+2012-04-01 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4287
4288 LauncherRemoteModel rewritten to be more C++ friendly. Fixes: . Approved by Michal Hruby, Thomi Richards.
4289
4290-2012-03-31 Marco Trevisan (Treviño) <mail@3v1n0.net>
4291+2012-03-31 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4292
4293 Merging with trunk.
4294
4295-2012-03-31 Marco Trevisan (Treviño) <mail@3v1n0.net>
4296+2012-03-31 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4297
4298 tests: test_desktop_utilities added test for TestGetDataDirectory
4299
4300-2012-03-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
4301+2012-03-30 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4302
4303 tests, added test for DesktopUtilities functions
4304
4305-2012-03-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
4306+2012-03-30 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4307
4308 FavoriteStoreGSettings, FavoriteStorePrivate: Move to DesktopUtilities::GetDesktopID
4309
4310 And tests disabled
4311
4312-2012-03-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
4313+2012-03-30 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4314
4315 BamfLauncherIcon, LauncherEntryRemote: move to DesktopUtilities::GetDesktopID
4316
4317-2012-03-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
4318+2012-03-30 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4319
4320 UnityCore, added the DesktopUtilities class
4321
4322@@ -9167,47 +11302,47 @@
4323 Plus an utility to get the desktop ID from a desktop path for the given
4324 data directories.
4325
4326-2012-03-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
4327-
4328- Merging with trunk
4329-
4330-2012-03-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
4331-
4332- Merging with trunk
4333-
4334-2012-03-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
4335+2012-03-30 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4336+
4337+ Merging with trunk
4338+
4339+2012-03-29 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4340+
4341+ Merging with trunk
4342+
4343+2012-03-29 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4344
4345 LauncherEntryRemote: moving out the useless .get() from Ptr check...
4346
4347-2012-03-28 Marco Trevisan (Treviño) <mail@3v1n0.net>
4348+2012-03-28 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4349
4350 LauncherEntryRemoteModel: more code cleanup...
4351
4352-2012-03-28 Marco Trevisan (Treviño) <mail@3v1n0.net>
4353+2012-03-28 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4354
4355 LauncherEntryRemoteModel: use nullptr and move to more nice names for cb functions
4356
4357-2012-03-28 Marco Trevisan (Treviño) <mail@3v1n0.net>
4358+2012-03-28 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4359
4360 LauncherEntryRemoteModel: use glib::String to parse the removed parameters
4361
4362-2012-03-28 Marco Trevisan (Treviño) <mail@3v1n0.net>
4363+2012-03-28 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4364
4365 LauncherEntryRemoteModel:: use smart pointer for emitting signals
4366
4367 Code updated against this.
4368
4369-2012-03-28 Marco Trevisan (Treviño) <mail@3v1n0.net>
4370+2012-03-28 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4371
4372 LauncherEntryRemoteModel, more LauncherEntryRemote::Ptr usage
4373
4374-2012-03-28 Marco Trevisan (Treviño) <mail@3v1n0.net>
4375+2012-03-28 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4376
4377 LauncherEntryRemote: move to shared_ptr
4378
4379 Using the simpler std::shared_ptr ensures all the functionalities and more clean code.
4380
4381-2012-03-28 Marco Trevisan (Treviño) <mail@3v1n0.net>
4382+2012-03-28 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4383
4384 LauncherEntryRemoteModel: rewritten to be more C++ friendly
4385
4386@@ -9228,35 +11363,35 @@
4387 * Re-worked the hud emulator and added a Hud class
4388 * Added CJK test for the Hud
4389
4390-2012-03-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
4391+2012-03-30 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4392
4393 LauncherRemoteEntry: code rewritten to be more C++ friendly, and moved into unity namespace. Fixes: . Approved by Thomi Richards.
4394
4395-2012-03-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
4396+2012-03-30 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4397
4398 LauncherEntryRemote: Added missing ';'... Ops!
4399
4400-2012-03-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
4401+2012-03-29 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4402
4403 LauncherEntryRemote: glib::Variant explained
4404
4405-2012-03-28 Marco Trevisan (Treviño) <mail@3v1n0.net>
4406+2012-03-28 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4407
4408 LauncherEntryRemote: Quicklist returns the glib::Object
4409
4410 Plus both accepts variant strings and objects paths for QL.
4411
4412-2012-03-28 Marco Trevisan (Treviño) <mail@3v1n0.net>
4413+2012-03-28 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4414
4415 LauncherEntryRemote: making some methods const
4416
4417-2012-03-28 Marco Trevisan (Treviño) <mail@3v1n0.net>
4418+2012-03-28 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4419
4420 LauncherEntryRemote: More C++ friendly and moved into unity namespace
4421
4422 2012-03-30 Andrea Azzarone <azzaronea@gmail.com>
4423
4424- Inserting items into launcher makes unnecessary animations on other monitors. Fixes: https://bugs.launchpad.net/bugs/925021. Approved by Marco Trevisan (Treviño).
4425+ Inserting items into launcher makes unnecessary animations on other monitors. Fixes: https://bugs.launchpad.net/bugs/925021. Approved by Marco Trevisan (Trevi?o).
4426
4427 2012-03-26 Andrea Azzarone <azzaronea@gmail.com>
4428
4429@@ -9270,11 +11405,11 @@
4430
4431 Merge prerequiste branch.
4432
4433-2012-03-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
4434+2012-03-30 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4435
4436 LauncherIcon: use std::string for RemoteUri. Fixes: . Approved by Thomi Richards.
4437
4438-2012-03-28 Marco Trevisan (Treviño) <mail@3v1n0.net>
4439+2012-03-28 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4440
4441 LauncherIcon: use std::string for RemoteUri
4442
4443@@ -9328,7 +11463,7 @@
4444 ignored when it shoudn't
4445 * Autopilot test coming!
4446
4447-2012-03-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
4448+2012-03-29 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4449
4450 LauncherIcon_ added MonitorVisibility property and subclass SingleMonitorLauncherIcon
4451
4452@@ -9338,71 +11473,71 @@
4453
4454 Plus, don't desaturate the icons placed in a launcher that has no an overalay attached.. Fixes: . Approved by Andrea Azzarone.
4455
4456-2012-03-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
4457+2012-03-29 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4458
4459 Merging with trunk
4460
4461-2012-03-28 Marco Trevisan (Treviño) <mail@3v1n0.net>
4462+2012-03-28 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4463
4464 autopilot, test_hud: updated against the new support for monitor-visible icons
4465
4466-2012-03-28 Marco Trevisan (Treviño) <mail@3v1n0.net>
4467+2012-03-28 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4468
4469 autopilot, launcher: added method to get the icons for each monitor
4470
4471-2012-03-28 Marco Trevisan (Treviño) <mail@3v1n0.net>
4472+2012-03-28 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4473
4474 autopilot, icons: add monitor visibility related methods
4475
4476-2012-03-28 Marco Trevisan (Treviño) <mail@3v1n0.net>
4477+2012-03-28 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4478
4479 HudLauncherIcon: always set it invisible on autohide setting changed
4480
4481-2012-03-28 Marco Trevisan (Treviño) <mail@3v1n0.net>
4482+2012-03-28 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4483
4484 Merging again with: lp:~3v1n0/unity/hud-lock-out-monitors-tests
4485
4486-2012-03-27 Marco Trevisan (Treviño) <mail@3v1n0.net>
4487+2012-03-27 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4488
4489 LauncherIcon: add monitor visibility informations to the debug introspection
4490
4491-2012-03-27 Marco Trevisan (Treviño) <mail@3v1n0.net>
4492+2012-03-27 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4493
4494 Merging with lp:~3v1n0/unity/hud-lock-out-monitors-tests
4495
4496-2012-03-27 Marco Trevisan (Treviño) <mail@3v1n0.net>
4497+2012-03-27 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4498
4499 test: added SingleMonitorLauncherIcon unit-test
4500
4501-2012-03-26 Marco Trevisan (Treviño) <mail@3v1n0.net>
4502+2012-03-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4503
4504 MockLauncherIcon: implemented missing methods
4505
4506-2012-03-26 Marco Trevisan (Treviño) <mail@3v1n0.net>
4507+2012-03-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4508
4509 Merging with lp:~3v1n0/unity/hud-lock-out-monitors-tests
4510
4511-2012-03-26 Marco Trevisan (Treviño) <mail@3v1n0.net>
4512+2012-03-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4513
4514 Launcher: only desaturate icons on the monitor where there's an overlay opened
4515
4516-2012-03-26 Marco Trevisan (Treviño) <mail@3v1n0.net>
4517+2012-03-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4518
4519 Launcher: don't show icons invisible on the launcher's monitor
4520
4521-2012-03-26 Marco Trevisan (Treviño) <mail@3v1n0.net>
4522+2012-03-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4523
4524 HudLauncherIcon: subclass SingleMonitorLauncherIcon, show only on target monitor
4525
4526-2012-03-26 Marco Trevisan (Treviño) <mail@3v1n0.net>
4527+2012-03-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4528
4529 BFBLauncherIcon: hide the BFB icon only on the monitor where there's an HUD open
4530
4531-2012-03-26 Marco Trevisan (Treviño) <mail@3v1n0.net>
4532+2012-03-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4533
4534 SingleMonitorLauncherIcon: new class to control icons visible only in one monitor
4535
4536-2012-03-26 Marco Trevisan (Treviño) <mail@3v1n0.net>
4537+2012-03-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4538
4539 AbstractLauncherIcon: add support for icons visible only on selected monitors
4540
4541@@ -9420,7 +11555,7 @@
4542
4543 2012-03-29 Andrea Azzarone <azzaronea@gmail.com>
4544
4545- Makes the dash search entry horizontally extensible.. Fixes: https://bugs.launchpad.net/bugs/841907. Approved by Marco Trevisan (Treviño), Andrea Cimitan.
4546+ Makes the dash search entry horizontally extensible.. Fixes: https://bugs.launchpad.net/bugs/841907. Approved by Marco Trevisan (Trevi?o), Andrea Cimitan.
4547
4548 2012-03-27 Andrea Azzarone <azzaronea@gmail.com>
4549
4550@@ -9432,202 +11567,202 @@
4551
4552 2012-03-29 Thomi Richards <thomi.richards@canonical.com>
4553
4554- Fixed a memory leak in the file-system lens - we were leaking LensFileData objects.. Fixes: . Approved by Jason Smith, Marco Trevisan (Treviño).
4555+ Fixed a memory leak in the file-system lens - we were leaking LensFileData objects.. Fixes: . Approved by Jason Smith, Marco Trevisan (Trevi?o).
4556
4557 2012-03-29 Thomi Richards <thomi.richards@canonical.com>
4558
4559 Filesystem lens no longer leaks LensFileData objects.
4560
4561-2012-03-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
4562+2012-03-29 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4563
4564 Added HUD_TYPE for Icons, this allow to draw the active triangle on that only (and not on BFB).. Fixes: https://bugs.launchpad.net/bugs/961230. Approved by Gord Allott.
4565
4566-2012-03-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
4567+2012-03-29 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4568
4569 Fixing previous merge...
4570
4571-2012-03-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
4572+2012-03-29 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4573
4574 Merging with trunk
4575
4576-2012-03-26 Marco Trevisan (Treviño) <mail@3v1n0.net>
4577+2012-03-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4578
4579 Merging with lp:~3v1n0/unity/hud-lock-out-monitors-tests changes
4580
4581-2012-03-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
4582+2012-03-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4583
4584 autopilot: test_hudm, added active icon status check
4585
4586-2012-03-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
4587+2012-03-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4588
4589 AbstractLauncherIcon: Add TYPE_HUD icon type
4590
4591 This fixes the visual issue causing that both the BFB and HUD to draw
4592 a right triangle.
4593
4594-2012-03-29 Marco Trevisan (Treviño) <mail@3v1n0.net>
4595+2012-03-29 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4596
4597 HudController: Fixed geometries for single-launcher mode.
4598
4599 And added tests for multimonitor in HUD, with lock-out support.. Fixes: https://bugs.launchpad.net/bugs/963577. Approved by Thomi Richards.
4600
4601-2012-03-28 Marco Trevisan (Treviño) <mail@3v1n0.net>
4602+2012-03-28 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4603
4604 autopilot, updated changes following thomi's review
4605
4606-2012-03-28 Marco Trevisan (Treviño) <mail@3v1n0.net>
4607+2012-03-28 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4608
4609 BamfLauncherIcon: add GetDesktopID function to perform the common operations
4610
4611-2012-03-28 Marco Trevisan (Treviño) <mail@3v1n0.net>
4612+2012-03-28 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4613
4614 autopliot, test_hud: check that the HUD icon is not desaturated
4615
4616-2012-03-27 Marco Trevisan (Treviño) <mail@3v1n0.net>
4617+2012-03-27 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4618
4619 autopilot, use start_app with one more locale parameter, more than start_app_c_locale
4620
4621-2012-03-27 Marco Trevisan (Treviño) <mail@3v1n0.net>
4622+2012-03-27 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4623
4624 autopilot, test_showdesktop: be more locale friendly
4625
4626-2012-03-27 Marco Trevisan (Treviño) <mail@3v1n0.net>
4627+2012-03-27 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4628
4629 autopilot, test_switcher: use BAMF application names, to work with different locales
4630
4631-2012-03-27 Marco Trevisan (Treviño) <mail@3v1n0.net>
4632+2012-03-27 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4633
4634 autopilot, switcher: update against new introspection values
4635
4636-2012-03-27 Marco Trevisan (Treviño) <mail@3v1n0.net>
4637+2012-03-27 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4638
4639 autopilot: allow to launch applications with C locale
4640
4641 And use it for gedit HUD test
4642
4643-2012-03-27 Marco Trevisan (Treviño) <mail@3v1n0.net>
4644+2012-03-27 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4645
4646 BamfLauncherIcon: use GVariantBuilder to build the xids array
4647
4648-2012-03-27 Marco Trevisan (Treviño) <mail@3v1n0.net>
4649+2012-03-27 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4650
4651 BamfLauncherIcon: g_variant_new_array can compute the array size automatically
4652
4653-2012-03-27 Marco Trevisan (Treviño) <mail@3v1n0.net>
4654+2012-03-27 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4655
4656 Merging with trunk
4657
4658-2012-03-27 Marco Trevisan (Treviño) <mail@3v1n0.net>
4659+2012-03-27 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4660
4661 autopilot, test_hud: test splitted in multiple parts, use multiply_scenarios
4662
4663-2012-03-27 Marco Trevisan (Treviño) <mail@3v1n0.net>
4664+2012-03-27 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4665
4666 autopilot: default tests, use C locale to launch applications.
4667
4668-2012-03-27 Marco Trevisan (Treviño) <mail@3v1n0.net>
4669+2012-03-27 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4670
4671 autopilot, hud: Removed unneeded print
4672
4673-2012-03-26 Marco Trevisan (Treviño) <mail@3v1n0.net>
4674+2012-03-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4675
4676 autopilot: test_hud some cleanups
4677
4678-2012-03-26 Marco Trevisan (Treviño) <mail@3v1n0.net>
4679+2012-03-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4680
4681 autopilot, launcher: allow to get the bfb launcher icon from LauncherModel
4682
4683-2012-03-26 Marco Trevisan (Treviño) <mail@3v1n0.net>
4684+2012-03-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4685
4686 autopilot, X11: fix typo... actually use rect when checking for monitor geo!
4687
4688-2012-03-26 Marco Trevisan (Treviño) <mail@3v1n0.net>
4689+2012-03-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4690
4691 HudController: make the HUD relayout if the monitor has changed
4692
4693-2012-03-26 Marco Trevisan (Treviño) <mail@3v1n0.net>
4694+2012-03-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4695
4696 HudView: no need to remove the introspection child on destruction
4697
4698-2012-03-26 Marco Trevisan (Treviño) <mail@3v1n0.net>
4699+2012-03-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4700
4701 autopilot, hud: add test to check if the hud icon shows the proper emblem
4702
4703-2012-03-26 Marco Trevisan (Treviño) <mail@3v1n0.net>
4704+2012-03-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4705
4706 autopilot, test_hud: updated the tests against the new embedded icon introspection
4707
4708-2012-03-26 Marco Trevisan (Treviño) <mail@3v1n0.net>
4709+2012-03-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4710
4711 HudView: set the icon as introspectable child.
4712
4713 And add and remove it when needed.
4714
4715-2012-03-26 Marco Trevisan (Treviño) <mail@3v1n0.net>
4716+2012-03-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4717
4718 HudIcon: make it Introspectable, and use the new IconTexture API
4719
4720-2012-03-26 Marco Trevisan (Treviño) <mail@3v1n0.net>
4721+2012-03-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4722
4723 IconTexture: move to std::string
4724
4725-2012-03-26 Marco Trevisan (Treviño) <mail@3v1n0.net>
4726+2012-03-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4727
4728 SimpleLauncherIcon: add the icon_name to the introspection properties
4729
4730-2012-03-26 Marco Trevisan (Treviño) <mail@3v1n0.net>
4731+2012-03-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4732
4733 BamfLauncherIcon: use the GetWindows function when we can
4734
4735-2012-03-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
4736+2012-03-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4737
4738 autopilot, test_hud: simplify the desaturated test
4739
4740-2012-03-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
4741+2012-03-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4742
4743 autopilot, hud emulator: removing deprecated get_geometry method
4744
4745-2012-03-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
4746+2012-03-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4747
4748 HudController: removed typo
4749
4750-2012-03-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
4751+2012-03-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4752
4753 unityshell: make sure we initialize the HudController multiple_launchers property
4754
4755-2012-03-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
4756+2012-03-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4757
4758 autopilot, test_hud: Check if the launcher icons (except the HUD one) are desaturated
4759
4760-2012-03-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
4761+2012-03-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4762
4763 autopilot, test_hud: get icon by desktop id, not by tooltip_text
4764
4765 It fixes internationalization issues.
4766
4767-2012-03-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
4768+2012-03-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4769
4770 autopilot, launcher emulator: update against icon introspection changes
4771
4772 Allow to get an icon by its desktop id
4773
4774-2012-03-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
4775+2012-03-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4776
4777 autopilot: update icon properties against new quirkless names
4778
4779-2012-03-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
4780+2012-03-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4781
4782 autopilot, test HUD: added checks for the HUDLauncherIcon
4783
4784-2012-03-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
4785+2012-03-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4786
4787 LauncherIcon: added autopilot introspection friendly properties
4788
4789-2012-03-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
4790+2012-03-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4791
4792 HudController: oops... g_strcmp != 0 => str1 != str2 ;)
4793
4794-2012-03-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
4795+2012-03-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4796
4797 autopilot, hud: added new HudController / HudView properties
4798
4799@@ -9636,48 +11771,48 @@
4800
4801 Added an extra assert to check if hud_monitor equals hud.monitor
4802
4803-2012-03-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
4804+2012-03-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4805
4806 HudView: simplify the embedded icon showing API, add some introspection
4807
4808-2012-03-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
4809+2012-03-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4810
4811 HudController: some code cleanup, use functions to reduce code duplication
4812
4813-2012-03-24 Marco Trevisan (Treviño) <mail@3v1n0.net>
4814+2012-03-24 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4815
4816 autopilot, test_hud: added checks for geometry for both locked and unlocked status
4817
4818-2012-03-24 Marco Trevisan (Treviño) <mail@3v1n0.net>
4819+2012-03-24 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4820
4821 HudController: add support for the multiple launchers feature
4822
4823 The HUD should show at the left edge of the screen when multiple
4824 launchers are disabled and the mouse pointer is on a non-primary screen.
4825
4826-2012-03-24 Marco Trevisan (Treviño) <mail@3v1n0.net>
4827+2012-03-24 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4828
4829 Merging with trunk
4830
4831-2012-03-24 Marco Trevisan (Treviño) <mail@3v1n0.net>
4832+2012-03-24 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4833
4834 autopilot, tests: updated against Thomi's suggestions
4835
4836-2012-03-21 Marco Trevisan (Treviño) <mail@3v1n0.net>
4837+2012-03-21 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4838
4839 autopilot: test_hud, correctly check the window geometry on multimonitor
4840
4841-2012-03-21 Marco Trevisan (Treviño) <mail@3v1n0.net>
4842+2012-03-21 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4843
4844 Hud: add geometry introspection informations
4845
4846-2012-03-21 Marco Trevisan (Treviño) <mail@3v1n0.net>
4847+2012-03-21 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4848
4849 autopilot: added hud monitor-aware tests
4850
4851 2012-03-29 Thomi Richards <thomi.richards@canonical.com>
4852
4853- Don't leak shortcut hints.. Fixes: . Approved by Andrea Azzarone, Marco Trevisan (Treviño).
4854+ Don't leak shortcut hints.. Fixes: . Approved by Andrea Azzarone, Marco Trevisan (Trevi?o).
4855
4856 2012-03-29 Thomi Richards <thomi.richards@canonical.com>
4857
4858@@ -10001,7 +12136,7 @@
4859
4860 2012-03-28 Andrea Cimitan <andrea.cimitan@canonical.com>
4861
4862- 1px subtle change: 1st pixel of shadow from (0, 0, 0, 0.58f) to (0, 0, 0, 0.60f). Fixes: . Approved by Marco Trevisan (Treviño).
4863+ 1px subtle change: 1st pixel of shadow from (0, 0, 0, 0.58f) to (0, 0, 0, 0.60f). Fixes: . Approved by Marco Trevisan (Trevi?o).
4864
4865 2012-03-28 Andrea Cimitan <andrea.cimitan@canonical.com>
4866
4867@@ -10021,7 +12156,7 @@
4868
4869 2012-03-27 Andrea Cimitan <andrea.cimitan@canonical.com>
4870
4871- Smaller but sharper panel shadow, from design. Fixes: . Approved by Andrea Azzarone, Marco Trevisan (Treviño).
4872+ Smaller but sharper panel shadow, from design. Fixes: . Approved by Andrea Azzarone, Marco Trevisan (Trevi?o).
4873
4874 2012-03-27 Andrea Cimitan <andrea.cimitan@canonical.com>
4875
4876@@ -10043,11 +12178,11 @@
4877
4878 Disconnect smoothing_handle_ on PointerBarrierWrapper destruction.
4879
4880-2012-03-27 Marco Trevisan (Treviño) <mail@3v1n0.net>
4881+2012-03-27 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4882
4883 Autopilot: added tests for the primary-monitor aware LauncherController. Fixes: . Approved by Thomi Richards.
4884
4885-2012-03-27 Marco Trevisan (Treviño) <mail@3v1n0.net>
4886+2012-03-27 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4887
4888 Merging with thomi's multiply_scenarios branch
4889
4890@@ -10055,39 +12190,39 @@
4891
4892 Launcher tests now use multiply_scenarios to generate test scenarios.
4893
4894-2012-03-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
4895+2012-03-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4896
4897 autopilot, launcher: added tests to check the number of launchers
4898
4899-2012-03-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
4900+2012-03-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4901
4902 autopilot, X11: get the glxinfo output only once.
4903
4904-2012-03-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
4905+2012-03-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4906
4907 test_launcher: code updated to follow the thomi's suggestions ;)
4908
4909-2012-03-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
4910+2012-03-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4911
4912 autopilot, X11: add BlacklistedDriverError
4913
4914-2012-03-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
4915+2012-03-25 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4916
4917 Merging with trunk
4918
4919-2012-03-21 Marco Trevisan (Treviño) <mail@3v1n0.net>
4920+2012-03-21 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4921
4922 autopilot, test_launcher: skip the tests if we can't set the primary monitor.
4923
4924-2012-03-21 Marco Trevisan (Treviño) <mail@3v1n0.net>
4925+2012-03-21 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4926
4927 autopilot: X11 emulator, add blacklist of drivers to skip the primary monitor set
4928
4929-2012-03-21 Marco Trevisan (Treviño) <mail@3v1n0.net>
4930+2012-03-21 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4931
4932 autopilot: test launcher, added scenarios to test with more configurations
4933
4934-2012-03-21 Marco Trevisan (Treviño) <mail@3v1n0.net>
4935+2012-03-21 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4936
4937 autpilot, X11: allow to set the primary monitor via xrandr
4938
4939@@ -10135,13 +12270,13 @@
4940
4941 * Disable alt+f1 when the dash is open
4942
4943-2012-03-26 Marco Trevisan (Treviño) <mail@3v1n0.net>
4944+2012-03-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4945
4946 Launcher: Connect the already present icons to signals when setting the model.
4947
4948 When a new launcher is added, we need to connect the icons that are already on the model to the needs_redraw signal, or the new launcher won't redraw when they ask that.. Fixes: https://bugs.launchpad.net/bugs/964851. Approved by Thomi Richards.
4949
4950-2012-03-26 Marco Trevisan (Treviño) <mail@3v1n0.net>
4951+2012-03-26 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4952
4953 Launcher: Connect the already present icons to signals when setting the model.
4954
4955@@ -10165,7 +12300,7 @@
4956
4957 2012-03-26 Andrea Cimitan <andrea.cimitan@canonical.com>
4958
4959- Set 0.2 as new alpha value for dimmed icons, apply tweaks to edges. Fixes: https://bugs.launchpad.net/bugs/938620. Approved by Marco Trevisan (Treviño).
4960+ Set 0.2 as new alpha value for dimmed icons, apply tweaks to edges. Fixes: https://bugs.launchpad.net/bugs/938620. Approved by Marco Trevisan (Trevi?o).
4961
4962 2012-03-22 Andrea Cimitan <andrea.cimitan@canonical.com>
4963
4964@@ -10173,7 +12308,7 @@
4965
4966 2012-03-26 Andrea Azzarone <azzaronea@gmail.com>
4967
4968- Fix the alignment of the dash window buttons.. Fixes: https://bugs.launchpad.net/bugs/963019. Approved by Marco Trevisan (Treviño), Andrea Cimitan.
4969+ Fix the alignment of the dash window buttons.. Fixes: https://bugs.launchpad.net/bugs/963019. Approved by Marco Trevisan (Trevi?o), Andrea Cimitan.
4970
4971 2012-03-23 Andrea Azzarone <azzaronea@gmail.com>
4972
4973@@ -10191,7 +12326,7 @@
4974
4975 Release\ 5.8.0
4976
4977-2012-03-23 Marco Trevisan (Treviño) <mail@3v1n0.net>
4978+2012-03-23 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4979
4980 BamfLauncherIcon: implement WindowsOnViewport to get only windows on visible VP
4981
4982@@ -10200,19 +12335,19 @@
4983 to remove code duplication, using the new GetWindows function to perform
4984 filtering via the WindowFilterMask.. Fixes: https://bugs.launchpad.net/bugs/961977. Approved by Thomi Richards, Jason Smith.
4985
4986-2012-03-23 Marco Trevisan (Treviño) <mail@3v1n0.net>
4987+2012-03-23 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4988
4989 Merging with trunk
4990
4991-2012-03-23 Marco Trevisan (Treviño) <mail@3v1n0.net>
4992+2012-03-23 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4993
4994 manual-tests, Launcher: improved the launcher multimonitor/workspace tests
4995
4996-2012-03-22 Marco Trevisan (Treviño) <mail@3v1n0.net>
4997+2012-03-22 Marco Trevisan (Trevi?o) <mail@3v1n0.net>
4998
4999 manual-tests: added a Launcher manual test to check the "pips" changes
5000
The diff has been truncated for viewing.