2015-10-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	* Releasing 7.2.6
	* Updating ChangeLog

2015-10-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	New stable release

2015-10-15  Andrea Azzarone andrea.azzarone@canonical.com

	Merge patch from https://launchpadlibrarian.net/216276242/low-gfx-override.patch 

2015-10-15  Chris Townsend  <christopher.townsend@canonical.com>

	When looking for the top-most valid window in a VP, also check if the window is focused if the window is set to Always on Top. This allows Launcher icon spread to work properly when a window is minimized an Always on Top exists in the group.

2015-10-15  Chris Townsend  <christopher.townsend@canonical.com>

	Wait on Spread to be terminated before showing the Quicklist. 

2015-10-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>
	
	ResultViewGrid: wait for double-click event only if the relative result needs the Preview
	
	This was causing a 500ms delay between the user click and some results (apps) activation.
	Also, at this point, we can get rid of PREVIEW_LEFT_BUTTON activation type. , #1447372

2015-10-15  Chris Townsend  <christopher.townsend@canonical.com>

	If dragging an application:// uri type from the Dash to the desktop, change it to a file:// uri type so Nautilus can understand the type a make a copy of it on the desktop. 

2015-10-15  Chris Townsend  <christopher.townsend@canonical.com>

	Enable real page up/page down key navigation in the Dash. When using these keys the view scrolls the length of the visible view. 

2015-10-15  Chris Townsend  <christopher.townsend@canonical.com>

	Save the active window when showing the Hud so the correct window is focused when hiding the Hud. Fixes issue when "Always on Top" windows are present. 

2015-10-15  Chris Townsend  <christopher.townsend@canonical.com>

	Save the active window when showing the Dash so the correct window is focused when hiding the Dash. Fixes issue when "Always on Top" windows are present. 

2015-10-15  Andrea Azzarone azzaronea@gmail.com

	Properly hide decorations when on "Show Desktop" mode. 

2015-10-15  Andrea Azzarone andrea.azzarone@canonical.com

	Do not handle events coming from viewports not actually containing the window. 

2015-10-15  Chris Townsend  <christopher.townsend@canonical.com>

	When using keyboard navigation in the Dash, skip category headers that are not expandable. Also, do not highlight the category header when the mouse cursor is over it. 

2015-10-15  Chris Townsend  <christopher.townsend@canonical.com>

	Also use the Compiz show() method when forcing an unmapped window to be visible when clicking on it's active Launcher icon. 

2015-10-15  Andrea Azzarone andrea.azzarone@canonical.com

	Make sure new icons are added to the model before calling SortAndUpdate. 

2015-10-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	OverlayWindowButtons: trigger a queuedraw also when a child requires a redraw 

2015-10-15  Chris Townsend  <christopher.townsend@canonical.com>

	Add option to enable and disable Unity low graphics mode on the fly in ccsm or via gsettings. 

2015-10-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeSessionManager: Request ScreenSaver (de)activation on VT changes
	
	Connect to login1 session active property, and monitor its state.
	When the session is active we can safely request the screensaver to stop. 

2015-06-03  CI Train Bot  <ci-train-bot@canonical.com>

	Releasing 7.2.5+14.04.20150603-0ubuntu1

2015-06-03  Chris Townsend  <christopher.townsend@canonical.com>

	Revert rev. 3810 due to a crash being seen on Trusty when the lockscreen is activated. Fixes: #1451613
	Approved by: PS Jenkins bot, Stephen M. Webb

2015-06-03  Chris Townsend  <christopher.townsend@canonical.com>

	Revert rev. 3810 due to a crash being seen on Trusty when the lockscreen is activated.

2015-05-21  CI Train Bot  <ci-train-bot@canonical.com>

	Releasing 7.2.5+14.04.20150521.1-0ubuntu1

2015-05-21  Stephen M. Webb  <stephen.webb@canonical.com>

	AP tests: accounted for arbitrarily-raised exceptions in checking scaled windows Fixes: #1436095
	Approved by: Stephen M. Webb, PS Jenkins bot

2015-05-15  Stephen M. Webb  <stephen.webb@canonical.com>

	AP tests: accounted for arbitrarily-raised exceptions in checking scaled windows

2015-05-21  Andrea Azzarone  <azzaronea@gmail.com>

	Forward first key event that happens on top of the blank window to the lockscreen. Fixes: #1308265
	Approved by: Stephen M. Webb, PS Jenkins bot

2015-05-15  Andrea Azzarone  <azzaronea@gmail.com>

	Forward first key event that happens on top of the blank window to the lockscreen.

2015-05-21  Andrea Azzarone  <azzaronea@gmail.com>

	Release pointer barrier if launcher is in lock_hide state. Fixes: #1029114
	Approved by: Stephen M. Webb, PS Jenkins bot

2015-05-15  Andrea Azzarone  <azzaronea@gmail.com>

	Release pointer barrier if launcher is in lock_hide state.

2015-05-21  Andrea Azzarone  <azzaronea@gmail.com>

	Make sure scope_views_[filter.id] exists before using operator[] on it. Fixes: #926979
	Approved by: Stephen M. Webb, PS Jenkins bot

2015-05-15  Andrea Azzarone  <azzaronea@gmail.com>

	Make sure scope_views_[filter.id] exists before using operator[] on it.

2015-05-21  Andrea Azzarone  <azzaronea@gmail.com>

	Do not restore focus if a quicklist is opened during launcher key navigation. Fixes: #932486
	Approved by: Stephen M. Webb, PS Jenkins bot

2015-05-15  Andrea Azzarone  <azzaronea@gmail.com>

	Do not restore focus if a quicklist is opened during launcher key navigation.

2015-05-21  Brandon Schaefer  <brandontschaefer@gmail.com>

	When we quit the quicklist it would check if the mouse was over the launcher, if it wasn't it would fold the launcher. We don't need to check this if we are in keynav as we want all the icons to be unfolded. Fixes: #1246891
	Approved by: Stephen M. Webb, PS Jenkins bot

2015-05-15  Brandon Schaefer  <brandontschaefer@gmail.com>

	When we quit the quicklist it would check if the mouse was over the launcher, if it wasn't it would fold the launcher. We don't need to check this if we are in keynav as we want all the icons to be unfolded.

2015-05-21  Chris Townsend  <christopher.townsend@canonical.com>

	Use a 2 second delay before showing the first run shortcut hints to workaround a race condition on input handling. Fixes: #1313597
	Approved by: Stephen M. Webb, PS Jenkins bot

2015-05-15  Chris Townsend  <christopher.townsend@canonical.com>

	Use a 2 second delay before showing the first run shortcut hints to workaround a race condition on input handling.

2015-05-21  Andrea Azzarone  <azzaronea@gmail.com>

	Draw osk above unity shell. Fixes: #1413165
	Approved by: Stephen M. Webb, PS Jenkins bot

2015-05-15  Andrea Azzarone  <azzaronea@gmail.com>

	Draw osk above unity shell.

2015-05-21  Andrea Azzarone  <azzaronea@gmail.com>

	Add the possibility to specify the font size and the font weight without chaning the default font name. Fixes: #886478
	Approved by: Stephen M. Webb, PS Jenkins bot

2015-05-15  Andrea Azzarone  <azzaronea@gmail.com>

	Add the possibility to specify the font size and the font weight without chaning the default font name.

2015-04-16  Chris Townsend  <christopher.townsend@canonical.com>

	* Releasing 7.2.5.
	* Bump version to 7.2.5.

2015-03-16  CI Train Bot  <ci-train-bot@canonical.com>

	Releasing 7.2.4+14.04.20150316-0ubuntu1

2015-03-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MenuManager: make sure menus are always shown when mouse is over them or when the always-show-menus option is on Fixes: #955193, #1312137, #1374942, #1390562
	Approved by: Christopher Townsend

2015-03-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MenuManager: make sure menus are always shown when mouse is over them or when the always-show-menus option is on

2015-03-16  Andrea Azzarone  <azzaronea@gmail.com>

	Ungrab the shoutdown dialog as soon as possible. Fixes: #1398287
	Approved by: Christopher Townsend

2015-03-11  Andrea Azzarone  <azzaronea@gmail.com>

	Ungrab the shoutdown dialog as soon as possible.

2015-03-16  Andrea Azzarone  <azzaronea@gmail.com>

	Use COMPIZ_METAKEY where needed. Fixes: #1363534
	Approved by: Christopher Townsend

2015-03-11  Andrea Azzarone  <azzaronea@gmail.com>

	Use COMPIZ_METAKEY where needed.

2015-03-16  Andrea Azzarone  <azzaronea@gmail.com>

	skipped the animation of BGHash on startup to prevent unwanted fade-in Fixes: #1241757
	Approved by: Christopher Townsend

2015-03-11  Andrea Azzarone  <azzaronea@gmail.com>

	skipped the animation of BGHash on startup to prevent unwanted fade-in

2015-03-16  Luke Yelavich  <luke.yelavich@canonical.com>

	extended accessible exploration of the Dash dynamic content
	Fixes: #1066157
	Approved by: Christopher Townsend

2015-03-11  Luke Yelavich  <luke.yelavich@canonical.com>

	Explore Dash children when a view or layout is added.

2015-03-11  Luke Yelavich  <luke.yelavich@canonical.com>

	Move the unity a11y present environment call later in the init sequence

2015-03-11  Luke Yelavich  <luke.yelavich@canonical.com>

	set focus to FALSE on window deactivation

2015-03-16  Andrea Azzarone  <azzaronea@gmail.com>

	enable Dash, Hud, and session dialogs over full screen window Fixes: #860970, #1159249, #1404486, #1413773
	Approved by: Christopher Townsend

2015-03-11  Andrea Azzarone  <azzaronea@gmail.com>

	Make sure dragged icons are not rendered behind the dash.

2015-03-11  Andrea Azzarone  <azzaronea@gmail.com>

	Show session dialog over fullscreen windows.

2015-03-11  Andrea Azzarone  <azzaronea@gmail.com>

	Enable dash and hud if there is a fullscreen window.

2015-03-16  Andrea Azzarone  <azzaronea@gmail.com>

	disabled markup for VolumeLauncherIcon quicklist menu items Fixes: #1413411
	Approved by: Christopher Townsend

2015-03-11  Andrea Azzarone  <azzaronea@gmail.com>

	Disable markup accel for VolumeLauncherIcon quicklist menu items.

2015-03-16  Andrea Azzarone  <azzaronea@gmail.com>

	made unity unlockable if user is in nopsswdlogin group Fixes: #1413790
	Approved by: Christopher Townsend

2015-03-11  Andrea Azzarone  <azzaronea@gmail.com>

	Make Unity lockscreen unlockable if user is in nopsswdlogin group.

2015-03-16  Andrea Azzarone  <azzaronea@gmail.com>

	disabled Pointer Barriers during lockscreen Fixes: #1401911
	Approved by: Christopher Townsend

2015-03-11  Andrea Azzarone  <azzaronea@gmail.com>

	Disable Pointer Barriers during lockscreen.

2015-03-16  Andrea Azzarone  <azzaronea@gmail.com>

	Avoid running potentially dangerous code paths when the screen is locked. Fixes: #1410582
	Approved by: Christopher Townsend

2015-03-11  Andrea Azzarone  <azzaronea@gmail.com>

	Avoid running pontentially dangerous code paths when the screen is locked.

2015-03-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: use gdbus to notfy upstart of service start/stop Fixes: #1302955
	Approved by: Christopher Townsend

2015-03-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: use gdbus to notfy upstart of service start/stop

2014-12-17  CI Train Bot  <ci-train-bot@canonical.com>

	Releasing 7.2.4+14.04.20141217-0ubuntu1

2014-12-17  Stephen M. Webb  <stephen.webb@canonical.com>

	release 7.2.4 Fixes: #796527, #1059275, #1066971, #1237132, #1276177, #1292218, #1299741, #1301776, #1302885, #1305440, #1308540, #1316265, #1324104, #1328677, #1329584, #1332509, #1332947, #1349281, #1350331, #1353070, #1354498, #1361679, #1361713, #1361751, #1362162, #1362346, #1364225, #1368427, #1370017, #1371764, #1373695, #1374785, #1375271, #1383468, #1384910, #1384958, #1385285
	Approved by: Marco Trevisan (Treviño)

2014-12-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DesktopUtilities: remove leftover debug statement

2014-12-16  Stephen M. Webb  <stephen.webb@canonical.com>

	bumped package version to match upstream

2014-12-16  Stephen M. Webb  <stephen.webb@canonical.com>

	fixup for bug introduced in r3809

2014-12-16  Stephen M. Webb  <stephen.webb@canonical.com>

	added decorations to windows in non-focused workspaces (lp: #1383468)

2014-12-16  Stephen M. Webb  <stephen.webb@canonical.com>

	unmapped all windows prior to shutdown (lp: #1370017) (lp: #1375271)

2014-12-15  Stephen M. Webb  <stephen.webb@canonical.com>

	Make sure GetScreenGeometry returns the correct value (lp: #1374785).

2014-12-09  Stephen M. Webb  <stephen.webb@canonical.com>

	Make sure GetScreenGeometry returns the correct value (lp: #1374785).

2014-12-15  Stephen M. Webb  <stephen.webb@canonical.com>

	LockScreenController: wait for the primary shield to get the grab
	before setting the session locked (lp: #1368427) (lp: #1371764).

2014-12-09  Stephen M. Webb  <stephen.webb@canonical.com>

	LockScreenController: wait for the primary shield to get the grab
	before setting the session locked (lp: #1368427) (lp: #1371764).

2014-12-15  Stephen M. Webb  <stephen.webb@canonical.com>

	SwitcherView: set progress on icon render args (lp: #1361679).

2014-12-09  Stephen M. Webb  <stephen.webb@canonical.com>

	SwitcherView: set progress on icon render args (lp: #1361679).

2014-12-15  Stephen M. Webb  <stephen.webb@canonical.com>

	ApplicationLauncherIcon: make sure we close the dash if DnD is accepted
	and the application window is about to be focused (lp: #1350331).

2014-12-09  Stephen M. Webb  <stephen.webb@canonical.com>

	ApplicationLauncherIcon: make sure we close the dash if DnD is accepted
	and the application window is about to be focused (lp: #1350331).

2014-12-15  Stephen M. Webb  <stephen.webb@canonical.com>

	LayoutSystem: make sure the exposed open windows are displayed in the
	preserved order (lp: #1349281).

2014-12-09  Stephen M. Webb  <stephen.webb@canonical.com>

	LayoutSystem: make sure the exposed open windows are displayed in the
	preserved order (lp: #1349281).

2014-12-15  Stephen M. Webb  <stephen.webb@canonical.com>

	SearchBar, ActionButtons, IconRenderer: include the font scaling when
	scaling textual items (lp: #1332947) (lp: #1361751) (lp: #1362162)
	(lp: #1362346).

2014-12-09  Stephen M. Webb  <stephen.webb@canonical.com>

	SearchBar, ActionButtons, IconRenderer: include the font scaling when
	scaling textual items (lp: #1332947) (lp: #1361751) (lp: #1362162)
	(lp: #1362346).

2014-12-15  Stephen M. Webb  <stephen.webb@canonical.com>

	add an arrow activator in the lockscreen

2014-12-09  Stephen M. Webb  <stephen.webb@canonical.com>

	Add an arrow activator in the lockscreen. (lp: #1332509)

2014-12-15  Stephen M. Webb  <stephen.webb@canonical.com>

	added support for getting the distro name from /etc/os-release
	(lp: #1329584)

2014-12-08  Stephen M. Webb  <stephen.webb@canonical.com>

	added support for getting the distro name from /etc/os-release
	(lp: #1329584)

2014-12-15  Stephen M. Webb  <stephen.webb@canonical.com>

	Use CONFIG instead of CACHE to store the first_run.stamp (lp: #1328677)

2014-12-08  Stephen M. Webb  <stephen.webb@canonical.com>

	Use CONFIG instead of CACHE to store the first_run.stamp (lp: #1328677)

2014-12-15  Stephen M. Webb  <stephen.webb@canonical.com>

	* UnityScreen: when filtering out windows in spread, make sure we unscale
	them (lp: #1316265).
	* PanelMenuView: ensure that proper window tiles and buttons are shown at
	the right place (lp: #1384910) (lp: #1384958) (lp: #1385285)

2014-12-09  Stephen M. Webb  <stephen.webb@canonical.com>

	PanelMenuView: ensure that proper window tiles and buttons are shown at
	the right place (lp: #1384910) (lp: #1384958) (lp: #1385285)

2014-12-08  Stephen M. Webb  <stephen.webb@canonical.com>

	UnityScreen: when filtering out windows in spread, make sure we unscale
	them (lp: #1316265).

2014-12-15  Stephen M. Webb  <stephen.webb@canonical.com>

	Allow a distinct pam config file for greeter and for lock-screen.
	(lp: #1305440)

2014-12-08  Stephen M. Webb  <stephen.webb@canonical.com>

	Allow a distinct pam config file for greeter and for lock-screen.
	(lp: #1305440)

2014-12-15  Stephen M. Webb  <stephen.webb@canonical.com>

	when grabbing keys, try prefixing "XF86" if the key is not found

2014-12-11  Stephen M. Webb  <stephen.webb@canonical.com>

	debian/changelog: fixed formatting

2014-12-08  Stephen M. Webb  <stephen.webb@canonical.com>

	When grabbing keys, try prefixing "XF86" if the key isn't found. GNOME
	gives us unprefixed keys sometimes (lp: #1302885).

2014-12-15  Stephen M. Webb  <stephen.webb@canonical.com>

	* Share lockscreen password between screens (lp: #1308540)
	* Lockscreen: scale the UI elements based on current monitor scaling
	(lp: #1292218)

2014-12-08  Stephen M. Webb  <stephen.webb@canonical.com>

	Lockscreen: scale the UI elements based on current monitor scaling
	(lp: #1292218)

2014-12-08  Stephen M. Webb  <stephen.webb@canonical.com>

	Share lockscreen password between screens (lp: #1308540)

2014-12-15  Stephen M. Webb  <stephen.webb@canonical.com>

	DecoratedWindow: make edges independent from borders and properly update
	them on actions change (lp: #1276177), (lp: #1299741), (lp: #1301776),
	(lp: #1324104), (lp: #1364225), (lp: #1373695)

2014-12-08  Stephen M. Webb  <stephen.webb@canonical.com>

	DecoratedWindow: make edges independent from borders and properly update
	them on actions change (lp: #1276177), (lp: #1299741), (lp: #1301776),
	(lp: #1324104), (lp: #1364225), (lp: #1373695)

2014-12-15  Stephen M. Webb  <stephen.webb@canonical.com>

	fix tooltip for the "Show Desktop / Restore Windows" icon in the Alt-Tab
	switcher (lp: #1237132)

2014-12-15  Stephen M. Webb  <stephen.webb@canonical.com>

	fix tooltip for the "Show Desktop / Restore Windows" icon in the Alt-Tab
	switcher (lp: #1237132)

2014-12-15  Stephen M. Webb  <stephen.webb@canonical.com>

	make the Launcher icon count badge width depend on the text value width
	and scaling (lp: #1353070) (lp: #1354498) (lp: #796527) (lp: #1066971)
	(lp: #1361713)

2014-12-11  Stephen M. Webb  <stephen.webb@canonical.com>

	make the Launcher icon count badge width depend on the text value width
	and scaling (lp: #1353070) (lp: #1354498) (lp: #796527) (lp: #1066971)
	(lp: #1361713)

2014-12-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	cherry-picked r3862 from trunk

2014-12-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	cherry-picked r3861 from trunk

2014-12-15  Stephen M. Webb  <stephen.webb@canonical.com>

	updated the unity(1) manpage to match the actual command (lp: #1059275)

2014-12-08  Stephen M. Webb  <stephen.webb@canonical.com>

	updated the unity(1) manpage to match the actual command (lp: #1059275)

2014-10-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Preparing for unity 7.2.4

2014-08-26  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.2.3+14.04.20140826-0ubuntu1

2014-08-26  Chris Townsend  <christopher.townsend@canonical.com>

	Release Unity 7.2.3. 

2014-08-26  Stephen M. Webb  <stephen.webb@canonical.com>

	marked new upstream release as an UNRELEASED package

2014-08-25  Stephen M. Webb  <stephen.webb@canonical.com>

	removed downstream Ubuntu patches because upstream changes are now included

2014-08-25  Stephen M. Webb  <stephen.webb@canonical.com>

	merged in security updates from Ubuntu

2014-07-24  Chris Townsend  <christopher.townsend@canonical.com>

	Bump version to 7.2.3.

2014-08-26  Stephen M. Webb  <stephen.webb@canonical.com>

	Prepare fixes for upstream micro-release 7.2.3. Fixes: 1283415, 1292391, 1306211, 1312107, 1320051, 1320071, 1324114, 1339629, 1340171, 1340394, 1340477, 1340992, 1340996, 1342208, 1342731, 1347735

2014-08-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	debian/patches: removing security patch, now included in branch

2014-08-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2014-08-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	debian/changelog: add new revisions

2014-08-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView, PanelService: correctly handle horizontal and vertical scroll events

2014-08-06  Andrea Azzarone  <azzaronea@gmail.com>

	TextInput: use GdkKeymap to check the caps-lock status

2014-08-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PlacesOverlayVScrollBar: redirect the mouse wheel scroll events coming from the thumb to the scrollview
	
	This will make the scrollview to handle then and perform the same scrolling action it would do otherwise.

2014-08-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenShield: Add GrabScreen function and retry to make sure we really get grab
	
	It might happen that the grab is not possible because the PluginAdapter::IsScreenGrabbed
	request has still not being fully processed, and thus nux is not able to grab the
	pointer/keyboard. By doing this we instead try to grab the screen, and if this is
	not happening, we wait a little until we don't get the ungrab event.
	
	In this way, if we eventually get the grab, all will work as expected.
	Otherwise, we cancel the lock request (very unlikely to happen).

2014-08-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PlacesOverlayVScrollBar and VScrollBarOverlayWindow: add support for scaling
	
	Add a new ScrollView class to create ScrollViews with an OverlayScrollbar and with scaling support.
	Using them in dash Scopes and Previews.

2014-07-24  Chris Townsend  <christopher.townsend@canonical.com>

	Added changelog entry for lp:1340477.

2014-07-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Hud: scale to match current DPI settings for monitor

2014-07-24  Chris Townsend  <christopher.townsend@canonical.com>

	Added changelog entries for lp:1283415 and lp:1340394.

2014-07-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	OverlayRendering: correctly scale the overlays borders and edges to match settings
	
	DashStyle has been modified to return smart pointers of textures that are loaded
	depending on the scale level. The cache will make sure that we don't duplicate
	the textures and that they get removed when not needed anymore.
	
	Also thanks to this the SearchBarSpinner textures (and the other spinners as well)
	uses the SVGs scaled at the proper size (I desgined a new SVG for the magnifier,
	as we only had a PNG).

2014-07-24  Chris Townsend  <christopher.townsend@canonical.com>

	Added changelog entry for lp:1340171.

2014-07-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	FilterWidgets: add support for scaling.

2014-07-24  Chris Townsend  <christopher.townsend@canonical.com>

	Added changelog entries for lp:1339629.

2014-07-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Previews: scale the dash preview contents to match current monitor scaling
	
	Improved also the scaling of search-bar, spinner, categories and many other components.

2014-07-23  Chris Townsend  <christopher.townsend@canonical.com>

	Added changelog entries for lp:1324114.

2014-07-23  Stephen M. Webb  <stephen.webb@canonical.com>

	Reduce the scope of the kill command when restarting Compiz.

2014-07-23  Chris Townsend  <christopher.townsend@canonical.com>

	Add changelog entries for lp:1306211, lp:1320051, and lp:1320071.

2014-07-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenAcceleratorController: do ther configured action on power special keys press
	
	We finally can suspend, shutdown, hibernate or start the screensaver when the screen is locked, using
	the Suspend, Sleep, Hibernate and PowerOff hardware keys.
	
	Also the Shutdown dialog doesn't allow now to lock the session if it is not allowed by settings.

2014-07-23  Chris Townsend  <christopher.townsend@canonical.com>

	Add changelog entry for lp:1292391.

2014-07-23  Andrea Azzarone  <azzaronea@gmail.com>

	Manually emit nux::Area::geometry_changed beucase nux can fail to emit it.

2014-07-23  Chris Townsend  <christopher.townsend@canonical.com>

	Add changelog entry for lp:1312107.

2014-07-23  Andrea Azzarone  <andrea.azzarone@canonical.com>

	Remove cross fade effect during lock/unlocking. A simple fading works just fine.

2014-08-05  Marco Trevisan  <mail@3v1n0.net>

	* SECURITY UPDATE: more screen locking fixes (LP: #1349128)
	- debian/patches/lp1349128.patch: flush after ungrabbing the keyboard
	in unity-shared/PluginAdapter.cpp, add GrabScreen() function that
	retries to lockscreen/LockScreenController.cpp,
	lockscreen/LockScreenShield.cpp, lockscreen/LockScreenShield.h.

2014-07-14  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.2.2+14.04.20140714-0ubuntu1

2014-07-14  Chris Townsend  <christopher.townsend@canonical.com>

	Release Unity 7.2.2. 
	Approved by: Stephen M. Webb

2014-07-03  Chris Townsend  <christopher.townsend@canonical.com>

	Bump upstream release to 7.2.2.

2014-07-14  Chris Townsend  <christopher.townsend@canonical.com>

	Prepare for upstream micro-release 7.2.2 that includes fixes for the following bugs:
	Bug #607796: Launcher, Window management - Dragging and holding a selection over an entry in the Launcher should spread out windows belonging to that application
	Bug #727902: Launcher icon highlighting should not switch off as soon the cursor moves after the app spread appears.
	Bug #741869: Unity/compiz intercepts Super and Alt keypresses from grabbed windows like VMs.
	Bug #754580: Cannot move tabs between multiple Firefox or Chromium windows while using Unity unless windows are both unmaximized, unminimized, and visible.
	Bug #839728: Launcher - dragging a item on top of a launcher tile that is a valid drop receptacle in the Launcher should cause that launcher tile to glow
	Bug #924840: Keyboard shortcuts overlay text too long
	Bug #1281058: [UIFe] The system shutdowns when multiple accounts are open
	Bug #1283775: Launcher: icon pips are not always updated properly
	Bug #1304882: [Regression] Launcher doesn't reappear fully after hiding from DND
	Bug #1305586: Lock screen is unusable when some windows have a keyboard/mouse grab
	Bug #1307738: Lockscreen caps lock icon drawn under text entry, should be a white icon.
	Bug #1308288: Lockscreen warning icon has no tooltip
	Bug #1308323: Shutdown/reboot/login/logout dialogs not scaled after toggling UI scale Edit
	Bug #1308911: Clipboard contents are accessible within lockscreen
	Bug #1309739: Unity launcher icon edge illumination is offset
	Bug #1310200: Indicators disappear at the panel (clementine, dropbox, skype etc)
	Bug #1313280: Fullscreen window set to "Always on Top" in single-monitor will hide the lockscreen
	Bug #1316005: Panel shadow appears over full screen applications w/ locally integrated menus enabled
	Bug #1317348: Switcher (Alt-Tab) does not respect monitor-defined scaling factor
	Bug #1317356: Shortcut hint does not respect monitor scaling factor
	Bug #1317869: Keyboard shortcuts overlay does not show up when workspaces are enabled at 1366x768
	Bug #1320438: Unity launcher auto hide fails on screen unlock using "Super+L"
	Bug #1321043: [regression] lock screen bypass with touchpad Fixes: 607796, 727902, 741869, 754580, 839728, 924840, 1281058, 1283775, 1304882, 1305586, 1307738, 1308288, 1308323, 1308911, 1309739, 1310200, 1313280, 1316005, 1317348, 1317356, 1317869, 1320438, 1321043
	Approved by: Marco Trevisan (Treviño)

2014-07-01  Chris Townsend  <christopher.townsend@canonical.com>

	Add changelog entry for lp:1281058.

2014-07-01  Andrea Azzarone  <andrea.azzarone@canonical.com>

	Add a warning in the session dialog if other sessions are still open.

2014-07-01  Andrea Azzarone  <andrea.azzarone@canonical.com>

	Add a warning in the session dialog if other sessions are still open.

2014-06-23  Marco Trevisan (Treviño)  <marco.trevisan@canonical.com>

	PluginAdapter: pass the state to compiz plugins activations
	
	Fixes Scale triggering on DnD

2014-06-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: pass the state to compiz plugins activations
	
	Fixes Scale triggering on DnD

2014-06-06  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.2.0+14.10.20140606.1-0ubuntu1

2014-06-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: use RawPixel's for the size values and convert them to match current scaling Fixes: 1317348

2014-06-06  Chris Townsend  <christopher.townsend@canonical.com>

	Fix issue where scaling the edge illumination up and down with the size of the Launcher icons would cause the illumination border to be offset and smaller than the icon. Fixes: 1309739

2014-06-06  Brandon Schaefer  <brandontschaefer@gmail.com>

	Lockscreen warning icon needs a tooltip to say what the warning is about! Fixes: 1308288

2014-06-06  Brandon Schaefer  <brandon.schaefer@canonical.com>

	ShutdownView: Scale up the Buttons and Text plus Borders of the UnityWindowView. Fixes: 1308323

2014-06-06  Brandon Schaefer  <brandon.schaefer@canonical.com>

	TextInput: move the warning icon inside the input field, render it white Fixes: 1307738

2014-06-05  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Merge trunk

2014-06-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: Focus and, in case, Spread the windows on DnD
	
	After 1 second that an user is over an icon, that icon should focus the relative
	application and Spread its windows if it has more than one opened.
	
	Correctly handle the DnD scale in launcher, and apply glow to the icon under pointer. Fixes: 607796, 727902, 754580, 839728

2014-06-06  Alfred Neumayer  <dev.beidl@gmail.com>

	Restore the launcher position by reversing the animation and unsetting the DND_PUSHED_OFF quirk. Fixes: 1304882

2014-06-23  Chris Townsend  <christopher.townsend@canonical.com>

	Added changelog entry for lp:1310200.

2014-06-23  Andrea Azzarone  <andrea.azzarone@canonical.com>

	Fix skype indicator blinking.

2014-05-30  Andrea Azzarone  <azzaronea@gmail.com>

	Fix skype indicator blinking.

2014-06-23  Chris Townsend  <christopher.townsend@canonical.com>

	Added changelog entry for lp:1316005.

2014-06-23  Chris Townsend  <christopher.townsend@canonical.com>

	Fix issue where the Panel shadow would get drawn over drop down windows in full screen windows.

2014-05-28  Chris Townsend  <christopher.townsend@canonical.com>

	Fix issue where the Panel shadow would get drawn over drop down windows in full screen windows.

2014-06-23  Chris Townsend  <christopher.townsend@canonical.com>

	Added changelog entry for lp:1283775.

2014-06-23  Chris Townsend  <christopher.townsend@canonical.com>

	Fix issue where the number of Launcher icon pips are not always properly updated when a new window of an already running application is opened.

2014-05-28  Chris Townsend  <christopher.townsend@canonical.com>

	Get rid of break statement since we need to continue the loop.
	Relax if/else if logic and just assign boolean regardless what the current value is.

2014-05-28  Chris Townsend  <christopher.townsend@canonical.com>

	Create a new method that replaces SetWindowVisibleOnMonitor() which also keeps the number of visible windows per monitor for a particular app.
	Also, remove some of the helper functions added in a previous commit.

2014-05-27  Chris Townsend  <christopher.townsend@canonical.com>

	Use counter for calculating number of app windows in a viewport and also check if the number of app windows has changed outside of the for loop in order to update Launcher pips for all Launchers in multi-monitor scenarios.

2014-05-26  Chris Townsend  <christopher.townsend@canonical.com>

	Fix issue where the number of Launcher icon pips are not always properly updated when a new window of an already running application is opened.

2014-06-23  Chris Townsend  <christopher.townsend@canonical.com>

	Added changelog entry for lp:1320438.

2014-06-23  Andrea Azzarone  <andrea.azzarone@canonical.com>

	Pass the correct options to showLauncherKeyTerminate in UnityScreen::OnLockScreen

2014-05-26  Andrea Azzarone  <azzaronea@gmail.com>

	Pass the correct options to showLauncherKeyTerminate in UnityScreen::OnLockScreen.

2014-06-23  Chris Townsend  <christopher.townsend@canonical.com>

	Added changelog entry for lp:1321043.

2014-06-23  Andrea Azzarone  <andrea.azzarone@canonical.com>

	Disable switcher gestures if screen is locked. Fixed a regression.

2014-05-20  Andrea Azzarone  <azzaronea@gmail.com>

	Remove unwated changes.

2014-05-20  Andrea Azzarone  <azzaronea@gmail.com>

	Disable switcher gestures if screen is locked. Fixed a regression.

2014-05-20  Andrea Azzarone  <azzaronea@gmail.com>

	Restore clibpoard on unlock. Update tests too.

2014-05-20  Andrea Azzarone  <azzaronea@gmail.com>

	Clear the clipboard when locking the screen.

2014-05-16  Andrea Azzarone  <azzaronea@gmail.com>

	Clear the clipboard when locking the screen.

2014-06-23  Chris Townsend  <christopher.townsend@canonical.com>

	Add changelog entry for lp:1308911.

2014-06-23  Andrea Azzarone  <andrea.azzarone@canonical.com>

	Clear the clipboard when locking the screen.

2014-05-26  Andrea Azzarone  <azzaronea@gmail.com>

	Enable clipboard by default.

2014-05-26  Andrea Azzarone  <azzaronea@gmail.com>

	Disable clibpoard during lockscreen.

2014-06-23  Chris Townsend  <christopher.townsend@canonical.com>

	Added changelog entry for lp:924840.

2014-06-23  Marco Trevisan (Treviño)  <marco.trevisan@canonical.com>

	ShortcutView: use RawPixel's for the size values and convert them to match current scaling
	
	Plus dinamically allocate horizontal space, not to cut the text.

2014-05-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/dynamic-shortcut-hint

2014-05-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutView: increase max column widths to make sure they will work with big text

2014-05-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutView: adjust column maximum width inside PreLayoutManagement instead that when filling the model

2014-05-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutView: some cleanup

2014-05-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutView: define maximum columns width, way longer than before

2014-05-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutView: reduce the line spacing to match old values
	
	This migtht be caused by the StaticCairoText usage, and this spacing actually matches design

2014-05-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutController: always fill the model before setting it

2014-05-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutView: compute maximum columns width based on text size
	
	In this way the text won't be truncated. The text size is computed per each column

2014-05-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~brandontschaefer/unity/shutdown-dialog-hi-dpi

2014-05-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutView: use string literal to build RawPixel's

2014-05-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge with trunk

2014-05-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutView: use RawPixel's for the size values and convert them to match current scaling

2014-06-23  Chris Townsend  <christopher.townsend@canonical.com>

	Added changelog entry for lp:741869.

2014-06-23  Marco Trevisan (Treviño)  <marco.trevisan@canonical.com>

	PluginAdapter: try to grab the screen to make sure that the screen is not grabbed
	
	FocusIn event with NotifyGrab mode is not always triggered by X when a window
	takes the grab, then we need to ensure that there's no grab by trying to get one.
	We only care about keyboard here, since pointer grabs don't affect us in general.

2014-05-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: don't try to lock if there's a keyboard grab around

2014-05-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: try to grab the screen to make sure that the screen is not grabbed
	
	FocusIn event with NotifyGrab mode is not always triggered by X when a window
	takes the grab, then we need to ensure that there's no grab by trying to get one.
	We only care about keyboard here, since pointer grabs don't affect us in general.

2014-05-12  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.2.0+14.10.20140512.4-0ubuntu1

2014-05-12  Stephen M. Webb  <stephen.webb@canonical.com>

	disabled precompiled headers on arm64 Ubuntu package builds Fixes: 1317276

2014-05-12  Stephen M. Webb  <stephen.webb@canonical.com>

	lockscreen/LockScreenAccelerators.h: added required header for std:vector definition 

2014-05-12  Mathieu Trudel-Lapierre  <mathieu-tl@ubuntu.com>

	Sync with distro upload for 7.2.0+14.04.20140423-0ubuntu2
	- replace autopilot-desktop Depends in unity-autopilot with autopilot-desktop-legacy. 

2014-05-07  Mathieu Trudel-Lapierre  <mathieu-tl@ubuntu.com>

	Sync with distro

2014-05-12  Andrea Azzarone  <azzaronea@gmail.com>

	Add a warning in the session dialog if other sessions are still open. Fixes: 1281058

2014-05-09  Andrea Azzarone  <azzaronea@gmail.com>

	Update string.

2014-05-09  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2014-04-17  Andrea Azzarone  <azzaronea@gmail.com>

	Send the changed event.

2014-04-16  Andrea Azzarone  <azzaronea@gmail.com>

	Use a ROProperty.

2014-04-16  Andrea Azzarone  <azzaronea@gmail.com>

	Add an extra /n.

2014-04-11  Andrea Azzarone  <azzaronea@gmail.com>

	Fix string.

2014-04-11  Andrea Azzarone  <azzaronea@gmail.com>

	Remove new line.

2014-04-11  Andrea Azzarone  <azzaronea@gmail.com>

	Add a warning in the session dialog if other sessions are still open.

2014-05-12  Brandon Schaefer  <brandontschaefer@gmail.com>

	Set the max width, so our static text wraps. So we don't end up rendering text out of the view area. Fixes: 1312749

2014-05-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DebugDBusInterface: match properties if they are in the AP array form [<type>, <value>] Fixes: 1307748

2014-05-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: make sure we don't try to call an invalid initiate/terminate callback function Fixes: 1221673

2014-05-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: don't try to show Dash/Hud if the screen is grabbed
	
	Also move the dash opening out from LauncherController, and get rid of UBus
	as first initialization source, as it can only slow things down here. Fixes: 741869

2014-05-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: always paint the lockscreen above, just add menu and onboard as exceptions
	
	Some code cleanup, factorizing similar code. Fixes: 1313280

2014-05-12  Jinkyu Yi  <jincreator@jincreator.net>

	Dash: Fix problem at checking blacklisted unicode range Fixes: 1251193

2014-05-12  William Hua  <william.hua@canonical.com>

	Add proper support for modifier-only shortcuts on the lock screen. Fixes: 1291461

2014-06-23  Chris Townsend  <christopher.townsend@canonical.com>

	Added changelog for lp:1317348.

2014-06-23  Marco Trevisan (Treviño)  <marco.trevisan@canonical.com>

	SwitcherView: use RawPixel's for the size values and convert them to match current scaling

2014-05-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSwitcherView: remove obsolete property check

2014-05-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: use RawPixel's for the size values and convert them to match current scaling

2014-06-23  Chris Townsend  <christopher.townsend@canonical.com>

	Added changelog entry for lp:1309739.

2014-06-23  Chris Townsend  <christopher.townsend@canonical.com>

	Fix issue where scaling the edge illumination up and down with the size of the Launcher icons would cause the illumination border to be offset and smaller than the icon.

2014-05-08  Chris Townsend  <christopher.townsend@canonical.com>

	Revert the last change and instead, use the icon glow .png file instead of the .svg since Gdk does not seem to be able to handle properly scaling the svg file.

2014-05-06  Chris Townsend  <christopher.townsend@canonical.com>

	Fix issue where scaling the edge illumination up and down with the size of the Launcher icons would cause the illumination border to be offset and smaller than the icon.

2014-06-23  Chris Townsend  <christopher.townsend@canonical.com>

	Added changelog entry for lp:1308288.

2014-06-23  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Lockscreen warning icon needs a tooltip to say what the warning is about!

2014-04-23  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Load the warning icon only when we enable show caps lock.

2014-04-22  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Remove spin_icon_width

2014-04-22  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge from parent. Fix conflicts.

2014-04-22  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge trunk

2014-04-15  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fix multi monitor issue
	* Fix translation issue

2014-04-15  Brandon Schaefer  <brandontschaefer@gmail.com>

	* No magic strings!

2014-04-15  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Add a nice warning tooltip

2014-06-19  Chris Townsend  <christopher.townsend@canonical.com>

	Added changelog entry for lp:1308323.

2014-06-19  Brandon Schaefer  <brandon.schaefer@canonical.com>

	ShutdownView: Scale up the Buttons and Text plus Borders of the UnityWindowView.

2014-05-13  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Much better way to clean up textures

2014-05-13  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Clean up unused textures when a dpi changes, or a monitor changes

2014-05-08  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Pre-load textures based on scale value of monitors

2014-05-08  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Merge Marcos branch again

2014-05-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindowView: don't keep EMConverter around, we don't need it... Let's use just scale

2014-05-08  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Move the CP() call for the const sizes to UnityWindowStyle

2014-05-08  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Merge Marcos branch
	* Merge trunk

2014-05-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionButton: don't scale the button size twice...

2014-05-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionButton: remove useless definition

2014-05-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindowView: only expose scale instead of the EMConverter, so we get proper notifications

2014-05-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutController: set the monitor property

2014-05-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindowView: don't include UnitySettings in the header...

2014-05-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: use the UnityWindowView monitor value and scale padding correctly

2014-05-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	RawPixel: no need to round here, EMConverter will do it

2014-05-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	EMConverter: just multiply the pixels per DPIScale, it's simpler and safer

2014-05-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindowView: make sure we update the internal offset correctly

2014-05-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~brandontschaefer/unity/shutdown-dialog-hi-dpi

2014-05-07  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Use a map to map textures based on scale size, so we only load scale sizes we need,
	and still cache them. Good for multi monitor.

2014-05-06  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Scale the borders

2014-05-06  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Scale the closeable window button as well.
	* TODO Window border, a bit more tricky...

2014-05-05  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fix reviews issues.

2014-05-02  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Undo changes that aren't part of branch

2014-04-25  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge trunk

2014-04-25  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixes based on review

2014-04-24  Brandon Schaefer  <brandontschaefer@gmail.com>

	* First stage of Shutdown Dialog HiDPI Support

2014-06-19  Chris Townsend  <christopher.townsend@canonical.com>

	Added changelog entry for lp:1307738.

2014-06-19  Brandon Schaefer  <brandon.schaefer@canonical.com>

	TextInput: move the warning icon inside the input field, render it white

2014-04-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Need the relayout, otherwise the icon is late to show

2014-04-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Make caps_lock_on private

2014-04-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Move QueueDraw to the changed callback.
	* Remove ToggleCapsLock

2014-04-16  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Move over detectiong caps lock to TextInput.cpp as well.
	* Steal Marcos code that puts the Warning icon into a layout (Thanks!)

2014-04-15  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Use a fallback icon

2014-04-15  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Move the warning icon over the TextInput.
	* This will make adjusting the IMTextEntry width a bit easier (still a TODO)

2014-04-14  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Use the gnome theme to load the warning icon. Looks better, and will scale :)

2014-04-14  Brandon Schaefer  <brandontschaefer@gmail.com>

	* make sure we draw the waring icon above the text entry

2014-06-19  Chris Townsend  <christopher.townsend@canonical.com>

	Added changelog entry for lp:607796.

2014-06-19  Marco Trevisan (Treviño)  <marco.trevisan@canonical.com>

	ApplicationLauncherIcon: Focus and, in case, Spread the windows on DnD
	
	After 1 second that an user is over an icon, that icon should focus the relative
	application and Spread its windows if it has more than one opened.
	
	Correctly handle the DnD scale in launcher, and apply glow to the icon under pointer.

2014-04-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	{Trash,Volume}LauncherIcon: also shimmer on drop-accept

2014-04-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: glow launcher icons under the dnd if they accept dropping on them

2014-04-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractLauncherIcon: add GLOW quirk

2014-04-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	{Dash,Hud}Controller: use wm signals instead of UBus to hide on VP switch

2014-04-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: initialize scale_just_activated_ on OnInitiateSpread

2014-04-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: don't desaturate the icons when spread is started during DnD
	
	Also make sure we redraw when bg_effect_helper status changes

2014-04-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: make sure we always set the scale "x_offset" value

2014-04-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: listen to compiz scale events also for setting scale active/disactive
	
	This will allow to get the scale status also when it doesn't take the grab (like in the DnD case)

2014-04-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: Focus and, in case, Spread the application windows after some DnD over the icon
	
	After 1 second that an user is over an icon, that icon should focus the relative application and Spread its windows
	if it has more than one opened

2014-06-19  Chris Townsend  <christopher.townsend@canonical.com>

	Added changelog entry for lp:1304882.

2014-06-19  Alfred Neumayer  <alfred.neumayer.g1@gmail.com>

	Restore the launcher position by reversing the animation and unsetting the DND_PUSHED_OFF quirk.

2014-04-16  Alfred Neumayer  <dev.beidl@gmail.com>

	Remove redundant SetHidden()

2014-04-15  Alfred Neumayer  <dev.beidl@gmail.com>

	Unhide the launcher if it was manually dragged out before DND.

2014-04-15  Alfred Neumayer  <dev.beidl@gmail.com>

	Base change on Trevinhos patch.

2014-04-14  Alfred Neumayer  <dev.beidl@gmail.com>

	The animation shouldn't get reversed twice as that looks odd.

2014-04-14  Alfred Neumayer  <dev.beidl@gmail.com>

	Unset DND_PUSHED_OFF and reverse the animation to make launcher reappear after DND.

2014-06-19  Chris Townsend  <christopher.townsend@canonical.com>

	Added changelog for #1313280.

2014-06-19  Marco Trevisan (Treviño)  <marco.trevisan@canonical.com>

	UnityScreen: always paint the lockscreen above, just add menu and onboard as exceptions
	
	Some code cleanup, factorizing similar code.

2014-05-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: add just one function that computes if a window can bypass lockscreen

2014-05-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: use a better (and cheaper) way to recognize Onboard window

2014-05-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: always paint the lockscreen above, just add menu and onboard as exceptions

2014-06-06  Chris Townsend  <christopher.townsend@canonical.com>

	Modify debian/changleog to match what's in distro since a branch to fix a bug was not actually included in the Trusty SRU.

2014-05-13  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.2.1+14.04.20140513-0ubuntu1

2014-05-13  Stephen M. Webb  <stephen.webb@canonical.com>

	released upstream micro-release 7.2.1 Fixes: 1221673, 1251193, 1291461, 1307748, 1312749, 1313280, 1317276

2014-05-13  Stephen M. Webb  <stephen.webb@canonical.com>

	release Unity 7.2.1

2014-05-13  Stephen M. Webb  <stephen.webb@canonical.com>

	debian/changelog: updated with additional lockscreen changes

2014-05-13  Stephen M. Webb  <stephen.webb@canonical.com>

	added changelog for #1317276

2014-05-13  Stephen M. Webb  <stephen.webb@canonical.com>

	disabled precompiled headers on arm64 Ubuntu package builds

2014-05-12  Stephen M. Webb  <stephen.webb@canonical.com>

	disabled precompiled headers for arm64 arch, it seems to cause random ICEs

2014-05-13  Stephen M. Webb  <stephen.webb@canonical.com>

	lockscreen/LockScreenAccelerators.h: added required header for std:vector definition

2014-05-12  Stephen M. Webb  <stephen.webb@canonical.com>

	added missing header for std::vector definition

2014-05-13  Stephen M. Webb  <stephen.webb@canonical.com>

	added changelog for #1312749

2014-05-13  Brandon Schaefer  <brandontschaefer@gmail.com>

	Set the max width, so our static text wraps. So we don't end up rendering text out of the view area.

2014-04-25  Jonas Schwabe

	* Set the max width, so the static text wraps (and doesn't go out of the view!)

2014-05-13  Stephen M. Webb  <stephen.webb@canonical.com>

	added changelog for #1307748

2014-05-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DebugDBusInterface: match properties if they are in the AP array form [<type>, <value>]

2014-04-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DebugDBusInterface: GetPropertyValue should return a proper value only if we've a valid array
	
	Improve debugging messages and fix leaks.

2014-04-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DebugDBusInterface: match properties if they are in the AP array form [<type>, <value>]

2014-05-13  Stephen M. Webb  <stephen.webb@canonical.com>

	added changelog for #1221673

2014-05-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: make sure we don't try to call an invalid initiate/terminate callback function

2014-04-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: make sure we don't try to call an invalid initiate/terminate callback function

2014-05-13  Stephen M. Webb  <stephen.webb@canonical.com>

	added changelog for #1313280

2014-05-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: always paint the lockscreen above, just add menu and onboard as exceptions
	
	Some code cleanup, factorizing similar code.

2014-05-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Mergin with trunk

2014-04-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/lockscreen-keys-disable

2014-04-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: Get the Hud initialization event if unity is locked

2014-04-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: if the screen is grabbed when showing the Hud, wait for ungrab for a couple of seconds

2014-04-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: don't try to show Dash/Hud if the screen is grabbed
	
	Also move the dash opening out from LauncherController, and get rid of UBus
	as first initialization source, that can only slow things down here.

2014-04-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashController: return a bool in ShowDash, wait for ungrab for 2 seconds maximum
	
	Now if the screen is grabbed, we just wait a couple of seconds the ungrab-event.
	If that happens in such timeframe then we show the dash, otherwise we ignore the request.
	
	Also return a bool weather we've shown the dash or not.

2014-04-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: notify grab also when the screen is not grabbed but we got a NotifyWhileGrabbed event

2014-05-13  Stephen M. Webb  <stephen.webb@canonical.com>

	added changelog for #1251193

2014-05-13  Jinkyu Yi  <jincreator@jincreator.net>

	Dash: Fix problem at checking blacklisted unicode range

2014-05-04  Jinkyu Yi  <jincreator@jincreator.net>

	Dash: Fix problem at checking blacklisted unicode range. Fixes: 1251193

2014-05-13  Stephen M. Webb  <stephen.webb@canonical.com>

	added changelog for #1291461

2014-05-13  William Hua  <william.hua@canonical.com>

	added proper support for modifier-only shortcuts on the lock screen

2014-04-30  William Hua  <william.hua@canonical.com>

	Treat Meta modifier as Alt.

2014-04-30  William Hua  <william.hua@canonical.com>

	Minor revisions.

2014-04-29  William Hua  <william.hua@canonical.com>

	Destroy accelerator controller between locks.

2014-04-29  William Hua  <william.hua@canonical.com>

	Remove gotos.

2014-04-18  William Hua  <william.hua@canonical.com>

	Make a separate controller just for accelerators.

2014-04-18  William Hua  <william.hua@canonical.com>

	Rip everything out and start anew.

2014-04-15  William Hua  <william.hua@canonical.com>

	Add proper support for modifier-only shortcuts on the lock screen.

2014-05-02  Marc Deslauriers  <marc.deslauriers@ubuntu.com>

	debian/changelog: sync with distro

2014-05-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: emit an invalid EntryActivated signal if the menu hasn't actually been shown
	
	In addition, if the menu is not visible after the first popup call, try to show a menu
	without keyboard focus. This will make possible to see menus also when there's a key-grab
	(although they will be without keyboard support).
	
	Finally, reset the menu state, if that failed.

2014-04-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenPanel: if a menu is opened, and the screen is not grabbed, give the grab back to the Shield.

2014-04-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: cleanup the menu popup code, avoid unnecessary calls to gtk_widget_is_visible

2014-04-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: if the menu is not visible, try to show a menu without keyboard focus
	
	This will make possible to see menus also when there's a key-grab.

2014-04-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: emit an invalid EntryActivated signal if the menu has not actually been shown
	
	And also reset the menu state, if that failed

2014-05-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: toggle activation of all the unity compiz actions when locking the screen
	
	Also, make sure that the lockscreen views are treated as "always-on-front" windows by nux
	(and this applies to both visibility and events).

2014-04-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSessionController: verify correctly the new Hide method

2014-04-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: set the primary shield as the always on front window when another basewindow hides
	
	That window might have set itself as the always on front window, so we should restore our role

2014-04-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionController: set the dialog as the nux always on front view

2014-04-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionController: delete the views when hidden, we don't need to keep them around

2014-04-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: make sure we reset all the unity views before locking

2014-04-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: also send the terminate action to Alt pressure on lock

2014-04-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: toggle all the unity (and thus the Gnome) key bindings when locking

2014-04-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenShield: don't try to regrab again if we've been just requested to ungrab

2014-04-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenShield: wait for the next ungrab-event if we can't grab when panel is not active anymore

2014-04-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: toggle activation of all the unity compiz actions when locking the screen

2014-04-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: set the blank window or the primary shield as the always-on-front window
	
	In this way nux won't draw anything above it, nor will pass events to the underneath windows

2014-04-23  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.2.0+14.04.20140423-0ubuntu1

2014-04-23  Chris Townsend  <christopher.townsend@canonical.com>

	When setting the STARTING quirk for Application Launcher icons, only do it for the monitor specified in the passed in args. Fixes: 1291362

2014-04-21  Chris Townsend  <christopher.townsend@canonical.com>

	When setting the STARTING quirk for Application Launcher icons, only do it for the monitor specified in the passed in args.

2014-04-23  Andrea Azzarone  <azzaronea@gmail.com>

	Close dash/hud/etc. on signal locked too. Fixes: 1308850

2014-04-17  Andrea Azzarone  <azzaronea@gmail.com>

	Use prompt_lock_requested signal.

2014-04-17  Andrea Azzarone  <azzaronea@gmail.com>

	Close dash/hud/etc. on signal locked too.

2014-04-17  Andrea Azzarone  <azzaronea@gmail.com>

	Close dash/hud/etc. on signal locked too.

2014-04-16  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.2.0+14.04.20140416-0ubuntu1

2014-04-16  Andrea Azzarone  <azzaronea@gmail.com>

	Do not allow to activate twice the same entry! Fixes: 1308572

2014-04-16  Andrea Azzarone  <azzaronea@gmail.com>

	Minor change.

2014-04-16  Andrea Azzarone  <azzaronea@gmail.com>

	Fix ident.

2014-04-16  Andrea Azzarone  <azzaronea@gmail.com>

	Do not allow to activate two times the same entry!

2014-04-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: save a locked.stamp file when locking/unlocking, to relock on startup
	
	This makes unity to relocks if it was locked before crashing... Fixes: 1308572

2014-04-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: Save lock file stamp in $XDG_RUNTIME_DIR, cleanup it on destroy

2014-04-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DesktopUtilities: add GetUserRuntimeDirectory to fetch $XDG_RUNTIME_DIR

2014-04-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: save a locked.stamp file when locking/unlocking, to relock on startup

2014-04-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DesktopUtilities: add GetCacheDirectory, to fetch and create an unity cache dir

2014-04-14  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.2.0+14.04.20140414.1-0ubuntu1

2014-04-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	
	CompizUtils: only shadow-decorate alpha windows that have full decorations as well
	
	Since alpha windows might have custom shapes, it's safer not to shadow-decorate them
	unless they don't provide, for sure, a full decoration.
	
	This fixes, between the others, the unity force-quit dialog. Fixes: 1281825, 1307524

2014-04-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CompizUtils: only shadow-decorate alpha windows that have full decorations as well
	
	Since alpha windows might have custom shapes, it's safer not to shadow-decorate them
	unless they don't provide, for sure, a full decoration.
	
	This fixes, between the others, the unity force-quit dialog.

2014-04-14  Sami Jaktholm  <sjakthol@outlook.com>

	Scale: Correctly detect the activation of a scale and set scale_just_activated_
	to true properly. Fixes: 1288789

2014-04-11  Sami Jaktholm  <sjakthol@outlook.com>

	Scale: Correctly detect the activation of a scale and set scale_just_activated_
	to true properly.

2014-04-14  Alfred Neumayer  <dev.beidl@gmail.com>

	Security issue: Gestures on the lock screen allow to peek inside running applications.
	As with keyboard input, gestures should be blocked while the screen is locked. Fixes: 1303041, 1306973

2014-04-14  Alfred Neumayer  <dev.beidl@gmail.com>

	Stop hiding the launchers parent window for now as it breaks urgent icon wiggling and hint shadow.

2014-04-13  Alfred Neumayer  <dev.beidl@gmail.com>

	Don't queue up drawing if the gestures are ignored.

2014-04-12  Alfred Neumayer  <dev.beidl@gmail.com>

	Make the lockscreen_controller accessible to other classes and don't allow 4 finger gestures in the lock screen.

2014-04-12  Alfred Neumayer  <dev.beidl@gmail.com>

	Should not even try to show the switcher if the screen is locked.

2014-04-12  Alfred Neumayer  <dev.beidl@gmail.com>

	Forgot a variable

2014-04-12  Alfred Neumayer  <dev.beidl@gmail.com>

	Also, don't hide the launcher window if expo or scale are active.

2014-04-12  Alfred Neumayer  <dev.beidl@gmail.com>

	Really shouldn't hide the launcher window if the dash is open.

2014-04-11  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.2.0+14.04.20140411-0ubuntu1

2014-04-11  Sami Jaktholm  <sjakthol@outlook.com>

	Lockscreen: Give proper grabs to the shield before releasing blank_window_. Fixes: 1306417

2014-04-11  Sami Jaktholm  <sjakthol@outlook.com>

	Lockscreen: Give proper grabs to the shield before releasing blank_window_.

2014-04-10  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.2.0+14.04.20140410.1-0ubuntu1

2014-04-10  William Hua  <william.hua@canonical.com>

	Enable sound buttons and input source switching under lock screen. 

2014-04-11  William Hua  <william.hua@canonical.com>

	Clean up.

2014-04-11  William Hua  <william.hua@canonical.com>

	Fix merge errors.

2014-04-11  William Hua  <william.hua@canonical.com>

	Minor changes.

2014-04-11  William Hua  <william.hua@canonical.com>

	Merge trunk.

2014-04-11  William Hua  <william.hua@canonical.com>

	Enable sound and input source shortcuts on lock screen.

2014-04-10  CI bot  <ps-jenkins@lists.canonical.com>

	LockScreen: add ability to show without fading in on some system calls
	
	Also, if locking is not enabled, calling Lock causes the screensaver to be initiated.
	Many cleanups and misc fixes. Fixes: 1292575, 1305194

2014-04-10  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	It fixes the quicklist menu appearance. Fixes: 1298859

2014-04-09  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	fixed quicklist scaling

2014-04-10  Brandon Schaefer  <brandontschaefer@gmail.com>

	When we detect caps lock, or caps lock is pressed, render a warning icon to show its on. Fixes: 1291737

2014-04-09  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Make sure we update the caps lock detector when we change primary sheilds

2014-04-01  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Get rid of magic numbers, have to get the width of the cached
	spin icon width, so we can place the warning icon in the right spot

2014-04-01  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Check if caps is on each time we make a new Prompt, as it can change
	when authenticating, and we need to know.

2014-04-01  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Detect if caps lock is on, and check if caps lock is pressed.
	If so, then render a warning icon.

2014-04-10  Alfred Neumayer  <dev.beidl@gmail.com>

	If the dash has not been opened before, a 4 finger tap will result in a dash with no selected scope.
	Instead, set up the window and view of the dash by sending DASH_ABOUT_TO_SHOW (same happens when hovering the mouse pointer over the BFB icon)
	and open the home scope. Fixes: 1303468

2014-04-10  Alfred Neumayer  <dev.beidl@gmail.com>

	UnityGestureTarget.cpp: Remove spaces

2014-04-10  Alfred Neumayer  <dev.beidl@gmail.com>

	4 finger tap: Set up the dash window and its view, show the home scope afterwards.

2014-04-10  Alfred Neumayer  <dev.beidl@gmail.com>

	Launcher: Show and hide the launcher window OnDragUpdate() to fix the gesture animations Fixes: 1303141

2014-04-10  Alfred Neumayer  <dev.beidl@gmail.com>

	Only hide/unhide launcher window if autohide mode is on.

2014-04-10  Alfred Neumayer  <dev.beidl@gmail.com>

	Actually, Hide/Un-Hide launcher window in OnDragUpdate.

2014-04-10  Alfred Neumayer  <dev.beidl@gmail.com>

	Un-hide launcher window when dragging out using 4 finger gesture: https://bugs.launchpad.net/unity/+bug/1303141

2014-04-10  Alfred Neumayer  <dev.beidl@gmail.com>

	Alt-Tab has always respected the alt-tab-bias-viewport setting, but the 3-finger gesture to switch between windows has not, even though it does the same thing.
	They should behave the same way depending on the CCSM setting. Fixes: 1303060

2014-04-07  Alfred Neumayer  <dev.beidl@gmail.com>

	Make 3 finger window switch gesture respect the alt-tab-bias-viewport setting by moving the check to SetUpAndShowSwitcher.

2014-04-10  Sami Jaktholm  <sjakthol@outlook.com>

	Shortcuts: Listen and react to view close requests. Fixes: 1297842

2014-04-05  Sami Jaktholm  <sjakthol@outlook.com>

	Shortcuts: Listen and react to view close requests.

2014-04-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsGrabEdge, PanelMenuView: perform proper WM action on clicks, based on user settings Fixes: 1283849

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: use generic actions based on WM settings for double,middle and right clicks

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager: add methods to {Horizontally,Vertically}Maximize a window

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager: add window shading methods

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsGrabEdge: perform proper WM action on clicks, based on user settings

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: add WindowManagerAction to get WM click options

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/right-left-click-maximize-fix

2014-04-10  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.2.0+14.04.20140410-0ubuntu1

2014-04-10  CI bot  <ps-jenkins@lists.canonical.com>

	Session: Don't lock the screen if screen locking is disabled by
	org.gnome.desktop.lockdown disable-lock-screen. Fixes: 1292154

2014-04-10  CI bot  <ps-jenkins@lists.canonical.com>

	ScreenSaverDBusManager: start/stop gnome-screensaver if we don't/do handle the locking
	
	This allows to just use the fallback gnome-screensaver lockscreen if we need to use it. Fixes: 1303712

2014-04-10  CI bot  <ps-jenkins@lists.canonical.com>

	GnomeSessionManager: impelement gnome session dbus interface and a fader to blank the screen Fixes: 1291088, 1292041, 1292078, 1292446, 1292451

2014-04-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreen: add ability to show without fading in on some system calls
	
	Also, if locking is not enabled, calling Lock causes the screensaver to be initiated.
	Many cleanups and misc fixes. Fixes: 1292575, 1305194

2014-04-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: fire screensaver_post_lock_timeout_ when the view is fully visible

2014-04-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeSessionManager: if it's impossible to lock a session, start the screensaver on lock
	
	This is what most of apps expect, and thus we do that. Although it's not really that coherent.

2014-04-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionManager: add ScreenSaver{Activate,Deactivate} and relevant signals and export them
	
	Update LockScreenController and dbus apis to match this

2014-04-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: remove some racy code, avoid to emit multiple signals
	
	And fix pre-lock blank window

2014-04-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: increase the lockscreen timeout wait to be bigger to a frame duration

2014-04-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionDBusManager: export PromptLock method on the dbus

2014-04-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BackgroundSettings: don't create new panel style instances, use the actual instance

2014-04-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ScreenSaverDBusManager: get rid of the old active_ bool variable, that caused undefined behavior

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: even more cleanup, move blank window grabbing to own function

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: we need to paint also the decorations of the windows, when in lock-mode
	
	Othewise their texture won't be rebuilt and this will lead to wrong textures.
	Also, we don't need to damage the screen when lock opacity changes as it's done by nux.

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: also hide BlankWindow on mouse and keyboard down events

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: show a blank window unless we don't have the lockscreen ready on prompt requests

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionDBusManager: add support for "PromptLock"

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeSessionManager: use prompt lockscreen on logind lock requests

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: add support to PromptLockScreen

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionManager: add PromptLockScreen method and signal, to require a fast lock (with no fading)

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~sjakthol/unity/fix-1292154

2014-04-06  Sami Jaktholm  <sjakthol@outlook.com>

	Don't cache the value and watch for changes. Check the setting every time instead.

2014-04-06  Sami Jaktholm  <sjakthol@outlook.com>

	Session: Don't lock the screen if screen locking is disabled by
	org.gnome.desktop.lockdown disable-lock-screen.

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with parent

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: make sure whe hide the blank window on unlock

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~laney/unity/g-s-replace
	
	Remves the ugly killall

2014-04-09  Iain Lane  <iain@orangesquash.org.uk>

	Take over as the owner of the gnome-screensaver interface, if necessary.

2014-04-09  Iain Lane  <iain@orangesquash.org.uk>

	Allow skipping of the tests with DEB_BUILD_OPTIONS=nocheck

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with parent branch

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: add ShowBlankWindow method

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: ops, remove wrong change

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with parent branch

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: start the screensaver after few seconds that the user has locked his session, if there's no more interaction

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenShield: emit a signal when we receive a keyboard input

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: immediately start the screensaver on SetActive dbus call

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ScreenSaverDBusManager: add request_activate signal that is emitted on remote activation request

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: some cleanup, and HideBlankWindow on simulate user activity

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: keep track of dbus_manager and reset screensaver on simulate-user activity

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ScreenSaverDBusManager: implement SimulateUserActivity

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ScreenSaverDBusManager: use a nux property for active state

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: don't animate when locking the screen on suspend or screensaver

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: we can lock the screen if the GS setting is disabled
	
	Also rename the setting to be more understandable

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with parent branch

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: always call LockScreen of SessionManager as it has some checks

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: damage the screen when the lockscreen opacity changes

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: use a ROProperty for opacity

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: only try to lock if locking is enabled

2014-04-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: use timeout seconds for lock delay

2014-04-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: only use one window to blank the screen, it's not needed to have one per monitor

2014-04-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: move OnPresenceStatusChanged into a function

2014-04-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: lock the screen on suspend if ubuntu is configured to do so

2014-04-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Uscreen: emit suspending signal on PrepareForSleep

2014-04-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: use direction to set the animation value

2014-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ExternalGschema: add missing external settings

2014-04-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenSettings: also use legacy lockscreen if screen reader is enabled

2014-04-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ScreenSaverDBusManager: add some comments

2014-04-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ScreenSaverDBusManager: use async calls

2014-04-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: call gnome-screensaver to lock the screen if we use a legacy lockscreen

2014-04-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ScreenSaverDBusManager: start/stop gnome-screensaver if we don't/do handle the locking

2014-04-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenSettings: add use_fallback option, that is on if OSK is active
	
	This is to workaround on screen keyboard issues

2014-04-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Add GS schemas to external list

2014-04-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeSessionManager: use enum class PresenceStatus instead of magic numbers

2014-04-07  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2014-04-07  Andrea Azzarone  <azzaronea@gmail.com>

	Remove magic numbers.

2014-04-07  Andrea Azzarone  <azzaronea@gmail.com>

	Do not implement SimulateUserActivity.

2014-04-07  Andrea Azzarone  <azzaronea@gmail.com>

	Update tests.

2014-04-07  Andrea Azzarone  <azzaronea@gmail.com>

	Start cleaning lockscreen code.

2014-04-06  Andrea Azzarone  <azzaronea@gmail.com>

	Fix. Code style is still WIP.

2014-04-04  Andrea Azzarone  <azzaronea@gmail.com>

	Lock the screen after a delay.

2014-04-02  Andrea Azzarone  <azzaronea@gmail.com>

	Add the first settings.

2014-04-02  Andrea Azzarone  <azzaronea@gmail.com>

	Initial commit to implement g-s dbus interface in unity.

2014-04-04  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.2.0+14.04.20140404-0ubuntu1

2014-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ForceQuitDialog: add a new "sheet style" dialog that is shown when a window hangs
	
	Listen to compiz toolkit events and prompt a dialog that allows to force-quit an
	hanging application. Fixes: 698031, 1299061, 1299080

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ForceQuitDialog: make sure that the dialog is not deletable by WM
	
	For this to be safe we need also to ignore the delete events

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	POTFILES: include DecorationsForceQuitDialog.cpp

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: let's do one line things!

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ForceQuitDialog: make sure we hide the dialog before we killed the parent window
	
	It must be hidden before than the parent, in case the window is not really killed,
	it will be shown anyway later.

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ForceQuitDialog: avoid warnings on close, due to finalized close button

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsForceQuitDialog: emit close_request signal on close and "Wait" button

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsForceQuitDialog: add close_request signal and destroy window when it  gets called

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: add missing call to UpdateForceQuitDialogPosition
	
	Maybe it was removed due to a shelved change...

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsForceQuitDialog: implement actual window killing by using both XKillClient and kill -9
	
	Yeah, now

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsForceQuitDialog: use proper class names (mostly for theming)

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsForceQuitDialog: use themed button textures

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsForceQuitDialog: set the dialog pid/hostname to match the ones of the parent window
	
	In this way we don't confuse BAMF about the ownership of the dialog.

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ForceQuitDialog: use the same window class of the real parent window

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ForceQuitDialog: keep the dialog centered on parent window when its geometry changes

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager.cpp: show a forcequit dialog when we get a toolkitActionForceQuitDialog ClientMessage
	
	These events are triggered directly by compiz, so we only have to catch them!

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: add ShowForceQuitDialog method to show a forcequit dialog on given window

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsForceQuitDialog: set dialog X time to match the one of the close event
	
	In this way we correctly handle the focus-stealing prevention

2014-04-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ForceQuitDialog: set shape area to ignore input events outside the actual dialog

2014-04-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsForceQuitDialog: set parent window as its actual parent X-side, and center on it

2014-04-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ForceQuitDialog: fix label strings

2014-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge with trunk

2014-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsForceQuitDialog: obey to style for shadows

2014-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsForceQuitDialog: add first basic gtk implementation of the force-quit dialog

2014-04-04  Chris Townsend  <christopher.townsend@canonical.com>

	Fix issue where windows that are in Show Desktop mode are selected for spread have a blank preview. This fix will Fade Out the window for Spread and Fade In the window again when Spread exits if that window is not chosen. Fixes: 1104236

2014-04-04  Chris Townsend  <christopher.townsend@canonical.com>

	Fix issue where windows that are in Show Desktop mode are selected for spread have a blank preview.  This fix will Fade Out the window for Spread and Fade In the window again when Spread exits if that window is not chosen.

2014-04-03  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.2.0+14.04.20140403-0ubuntu1

2014-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsGrabEdge: Only perform tookit actions on right-click Fixes: 1301459

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsGrabEdge: Only perform tookit actions on right-click

2014-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: reset decoration::DataPool on destruction, otherwise we won't have a valid screen ptr Fixes: 1291243

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: reset decoration::DataPool on destruction, otherwise we won't have screen ptr valid

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsDataPool: add static Reset method that allows to reset our textures

2014-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: recompute pips when the screen geometry changes Fixes: 1024101

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: recompute pips when the screen geometry changes

2014-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: hide the launcher window when in auto-hide mode if it's not presented Fixes: 1301394

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: hide the launcher window when in auto-hide mode if it's not presented

2014-04-03  Stephen M. Webb  <stephen.webb@canonical.com>

	remove libsyncindicator from services/panel-service.c 

2014-04-02  Stephen M. Webb  <stephen.webb@canonical.com>

	remove libsyncindicator.so (lp: #1300916)

2014-04-03  Dimitri John Ledkov  <dimitri.ledkov@canonical.com>

	Drop U1 default shortcuts & indicator-sync recommendation. (LP: #1300916) Fixes: 1300916

2014-04-02  Dimitri John Ledkov  <dimitri.ledkov@canonical.com>

	Drop U1 default shortcuts & indicator-sync recommendation. (LP: #1300916)

2014-04-02  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.2.0+14.04.20140402-0ubuntu1

2014-04-02  Stephen M. Webb  <stephen.webb@canonical.com>

	bump to release 7.2.0 

2014-04-01  Stephen M. Webb  <stephen.webb@canonical.com>

	debian/control: fix some style warnings in package description

2014-04-01  Stephen M. Webb  <stephen.webb@canonical.com>

	debian/changelog: fix syntax to silence a lintian warning

2014-04-01  Stephen M. Webb  <stephen.webb@canonical.com>

	debian/control(Standards-Version): bump to 3.9.5 (no changes)

2014-03-31  Stephen M. Webb  <stephen.webb@canonical.com>

	release 7.2.0

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SpreadFilter: use launcher width, scale on HiDPI, match also application names
	
	Launcher Width is now considered in setting the offset of the scale filter (fixes
	padding when launcher is in autohide mode).
	The search bar is correctly scaled when in HiDPI mode.
	We use ApplicationManager and thus BAMF to match windows by their name or app name. Fixes: 1281297, 1282001, 1300763, 1300842

2014-04-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SpreadFilter: use casefold instead that tolower as it's meant for equalty checks as we do here

2014-04-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SpreadFilter: implement our own to_lower_copy that works with utf8

2014-04-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: match the scaled windows based on the SpreadFilter matches

2014-04-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SpreadFilter: compute a list of filtered windows using both window and application name

2014-04-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SpreadFilter: take in consideration the launcher width when setting the spread offset

2014-04-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SpreadFilter :Scale the internal searchbar to match DPI settings

2014-04-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SearchBar: fix crash when trying to update the show filter scale in a filterless-search bar

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: use panel style context for painting the panel title Fixes: 1296866

2014-03-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: add "panel-title" class to the panel style context when drawing title

2014-03-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: return a Style context with different widget path in GetStyleContext based on type

2014-03-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: use panel style context for painting the panel title

2014-03-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: allow to use a different style context in DrawTitle
	
	Panel will need to use a different one

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Panel, Decorations: draw the background under the text glyphs before the text itself Fixes: 723167

2014-03-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnitySettings: never allow values minor or equal to 0 as UI scale

2014-03-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuEntry: draw background under text glyphs

2014-03-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsTitle: draw background under text glyphs

2014-03-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: draw text glyphs background on menu items

2014-03-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: draw the background under the text glyphs

2014-03-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: add support for drawing the text background under the glyphs

2014-03-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: draw the background under the text glyphs

2014-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CompizUtils: only shadow-decorate alpha windows that have full decorations as well
	
	Since alpha windows might have custom shapes, it's safer not to shadow-decorate them
	unless they don't provide, for sure, a full decoration. Fixes: 1281825

2014-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CompizUtils: only shadow-decorate alpha windows that have full decorations as well
	
	Since alpha windows might have custom shapes, it's safer not to shadow-decorate them
	unless they don't provide, for sure, a full decoration.

2014-03-28  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.2+14.04.20140328.1-0ubuntu1

2014-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: scale textures when loading them based on the current launcher scaling
	
	Add SVG textures for tiles and markers (thanks to Matthieu James) to replace .pngs, also make them themable. Fixes: 1297588, 1298488

2014-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Resources, launcher markers: reduce outline opacity to match previous values

2014-03-27  Matthieu James  <matthieu.james@canonical.com>

	resources: use outline instead of blurring in launcher markers

2014-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Resources, launcher_pip_{ltr,rtl }: don't use the shadow in big version, just an outline

2014-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: Use multiple sizes for arrows (using SVGs now)

2014-03-27  Matthieu James  <matthieu.james@canonical.com>

	Resources: add SVGs for launcher markers (pips and arrows)

2014-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TextureCache: use better loading size logic

2014-03-26  Matthieu James  <matthieu.james@canonical.com>

	launcher_icon_edge: fix icon shine to match previous PNGs

2014-03-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: use better naming for content sizes, it's about tiles

2014-03-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: initialize the icon renderer on construction

2014-03-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: save default icon sizes as integers

2014-03-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: load properly scaled pips and arrows

2014-03-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: invalidate and reload cached textures on theme changes

2014-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: make launcher textures themable

2014-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: cache the IconRenderer instead of rebuilding one everytime we build a view
	
	This reduces the view construction time to 1ms here (it was 15ms with PNGs and 130ms with SVGs)

2014-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: use SVGs textures for rendering icons
	
	This improves quality when resizing the launcher/switcher

2014-03-25  Matthieu James  <matthieu.james@canonical.com>

	Resources: add Launcher icon textures SVGs

2014-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	02_unity_setup_text_scale_factor: actually make it working, copy the gnome value to unity Fixes: 1298492

2014-03-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	02_unity_setup_text_scale_factor: actually make it working, copy the gnome value to unity

2014-03-28  Brandon Schaefer  <brandontschaefer@gmail.com>

	When we see an escape in lockscreen prompt, clear the password. Fixes: 1292647

2014-03-26  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Check if empty before accessing front :)

2014-03-25  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Only clear the focused text entry

2014-03-25  Brandon Schaefer  <brandontschaefer@gmail.com>

	* When we hit an escape clear the password prompt

2014-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tooltip, QuicklistView: use the decoration shadow radius for computing padding Fixes: 1291407, 1297035

2014-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistView: fix paddings

2014-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistView: consider the QL monitor geometry when defining its position
	
	Also remove some code duplication.

2014-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistView: remove the unneeded members, use globals for const values

2014-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistView: use the decoration shadow radius for computing padding

2014-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tooltip: use the decoration shadow radius for computing padding

2014-03-28  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes the double lockscreen when switching users. Fixes: 1291088, 1298202

2014-03-24  Andrea Azzarone  <azzaronea@gmail.com>

	Use reset and remove the layout manually to avoid crashes.

2014-03-28  Stephen M. Webb  <stephen.webb@canonical.com>

	restart unity-panel-service for only the current session when restarting unity from the command line Fixes: 777594

2014-03-22  Stephen M. Webb  <stephen.webb@canonical.com>

	only shut down Unity panel service for te current session

2014-03-28  Robert Ancell  <robert.ancell@canonical.com>

	Call pam_acct_mgmt and pam_chauthtok when unlocking screen Fixes: 1296443

2014-03-24  Robert Ancell  <robert.ancell@canonical.com>

	Ignore errors from pam_setcred - we shouldn't lock out the user on this

2014-03-24  Robert Ancell  <robert.ancell@canonical.com>

	Call pam_acct_mgmt and pam_chauthtok when unlocking screen

2014-03-21  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.2+14.04.20140321-0ubuntu1

2014-03-21  Andrea Azzarone  <azzaronea@gmail.com>

	Release the lockscreen_timeout (that we use to get the grab properly) on unlock. 

2014-03-21  Andrea Azzarone  <azzaronea@gmail.com>

	Release the timeout on unlock.

2014-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnitySettings: apply the unity scaling factor to global system settings
	
	We basically use the integer part of our scaling factor as the Gdk scaling factor,
	while we apply the point scaling to the Gdk text-scaling-factor.
	In this way the readable items will match our scaling. Fixes: 1295436, 1295445

2014-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2014-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnitySettings: avoid double form_factor signal emission

2014-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	migration-scripts: rename to match debian settings

2014-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGSettingsScopes: we need to initialize gsetting environment here

2014-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestUnitySettings: initialize the form-factor as desktop, by default

2014-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestUnitySettings: use better test prerequisite checks

2014-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashController: make sure we disconnect from Settings changes

2014-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2014-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tests: Initialize unity::Settings on test_main, it's too spreaded to repeat it everywhere

2014-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnitySettings: initialize everything inside Impl

2014-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashStyle: connect to signals using sigc::mem_fun inside the impl, so we avoid crashes

2014-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tests: don't care about initialing gsettings test environment, as it's done on test main

2014-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	debian/unity.migrations: add migration script that sets the current scaling factor to unity

2014-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconLoader: use our text-scaling factor also when computing icon size

2014-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnitySettings: Add unity "cursor-scale-factor" interface setting to customize the cursor scaling

2014-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnitySettings: don't depend on decoration::Style for text size anymore, get it from settings and monitor it
	
	Before we were not monitoring changes to text size, and this was leading to not-updated EMConverter's

2014-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnitySettings: some cleanups, fix regression on LIM key not being monitored anymore

2014-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnitySettings: also scale the cursor size to match current scaling

2014-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnitySettings: monitor the gnome 'text-scaling-factor' changes and applies them to our scaling factor

2014-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/dash-hidpi-cleanup

2014-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: add FontSettings back

2014-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnitySettings: move unity UI settings to com.canonical.Unity.Interface

2014-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Unity GSchema: fix app-scale-factor-monitor description

2014-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnitySettings: add "app-scale-factor-monitor" setting that we use to define the leader monitor
	
	The monitor defined by this value is used as reference for scaling all the other applications

2014-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ResultView: reload the dash results if the text scaling has changed
	
	This fixes an issue we had when changing the font scale factor

2014-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Unity: Don't use "gtk-xft-dpi" setting for text-scaling, but our own value

2014-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnitySettings: add scale-factor property, and multiply it to gnome scale factor

2014-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	FontSettings: remove useless code

2014-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/dash-hidpi-cleanup

2014-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnitySettings: apply the unity scaling factor to global system settings
	
	We basically use the integer part of our scaling factor as the Gdk scaling factor,
	while we apply the point scaling to the Gdk text-scaling-factor.
	In this way the readable items will be scaled to match our scaling.

2014-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: allow to make pango layout to guess its size

2014-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Dash: Use nux properties for scale and cairo device scaling 

2014-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge with trunk

2014-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ScopeBarIcon: some code cleanup

2014-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ScopeBarIcon: redraw the icon on scale changes

2014-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Dash: use nux::Property for scale

2014-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ResultRendererTile: use cairo device scaling for scaling elements

2014-03-20  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.2+14.04.20140320.1-0ubuntu1

2014-03-20  Andrea Azzarone  <azzaronea@gmail.com>

	Do not lock a guest session. Fixes: 1295194

2014-03-20  Andrea Azzarone  <azzaronea@gmail.com>

	Prevent a guest session to lock.

2014-03-20  Andrea Azzarone  <azzaronea@gmail.com>

	Wait for the grab before showing the lockscreen. Fixes: 1291497, 1291547, 1292225

2014-03-20  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2014-03-19  Andrea Azzarone  <azzaronea@gmail.com>

	Minor change.

2014-03-19  Andrea Azzarone  <azzaronea@gmail.com>

	Fix tests.

2014-03-19  Andrea Azzarone  <azzaronea@gmail.com>

	Close spread on lockscreen.

2014-03-18  Andrea Azzarone  <azzaronea@gmail.com>

	Do not lock the screen if the screen is already grabbed. That's the way other lockscreen works.

2014-03-20  Brandon Schaefer  <brandontschaefer@gmail.com>

	Use key_code instead of key_sym for the Super+<Num> shortcut. Fixes: 1294885

2014-03-19  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Cache the x11 display

2014-03-19  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Move both key_code conversions to the HandleKeyEvent function

2014-03-19  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Go back to using KeyCode for the Super + <NUM> shortcut.

2014-03-20  Chris Townsend  <christopher.townsend@canonical.com>

	Change the signal for detecting resuming from Suspend from UPower (which is unreliable) to logind. Fixes: 1210077

2014-03-19  Chris Townsend  <christopher.townsend@canonical.com>

	Change the signal for Suspend from UPower (which is unreliable) to logind.

2014-03-18  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.2+14.04.20140318-0ubuntu1

2014-03-18  Andrea Azzarone  <azzaronea@gmail.com>

	Do not consider minimized windows for cross fade effect. Fixes: 1291402, 1293672

2014-03-17  Andrea Azzarone  <azzaronea@gmail.com>

	Fix 1291402.

2014-03-18  Andrea Azzarone  <azzaronea@gmail.com>

	Whitelist "onboard" for rendering during lockscreen. Fixes: 1291402, 1291685

2014-03-18  Andrea Azzarone  <azzaronea@gmail.com>

	Raise osk on lockscreen.

2014-03-17  Andrea Azzarone  <azzaronea@gmail.com>

	Merge lp:~andyrock/unity/onboard-lockscreen.

2014-03-13  Andrea Azzarone  <azzaronea@gmail.com>

	Whitelist "onboard".

2014-03-18  Chris Townsend  <christopher.townsend@canonical.com>

	Add ability to minimize a single window application when clicking on the Launcher icon of the application. Fixes: 733349

2014-03-18  Chris Townsend  <christopher.townsend@canonical.com>

	Add "Unsupported" language to the new minimize single window option in CCSM.

2014-03-17  Chris Townsend  <christopher.townsend@canonical.com>

	Add in a CCSM option to enable the click-launcher-icon-to-minimize-window behavior.

2014-03-17  Tigran Gabrielyan  <tigrangab@gmail.com>

	Add ability to minimize a single window application when clicking on the Launcher icon of the application.

2014-03-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	Do not avoid rendering the lockscreen when we have a fullscreen app. This also removes the old fullscreen + lockscreen fix where we force painted our selfs on top. Fixes: 1291571, 1292442

2014-03-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fix the fadding issue

2014-03-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Do not remove all of nux windows when a window is fullscreen.
	This was hidding the lockscreen.
	* Now we also avoid rendering panel shawdow when in lockscreen mode.

2014-03-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	Update the DPI when we setup the view. Fixes: 1292268

2014-03-13  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Update the DPI when we setup the views

2014-03-13  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.2+14.04.20140313-0ubuntu1

2014-03-13  Brandon Schaefer  <brandontschaefer@gmail.com>

	If the switcher is open when going into lockscreen, hide it! Fixes: 1292225

2014-03-13  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Hide switcher when going into lockscreen

2014-03-13  Brandon Schaefer  <brandontschaefer@gmail.com>

	Cleartool tips when entering alt+tab mode. Fixes: 1285889

2014-03-13  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Clear tooltips when entering alt+tab mode. No more strange rendering issues.

2014-03-13  Brandon Schaefer  <brandontschaefer@gmail.com>

	Clear the tooltips when going into the lockscreen. Fixes: 1291503

2014-03-13  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Clear tooltips when going into lockscreen

2014-03-13  Brandon Schaefer  <brandontschaefer@gmail.com>

	When we are about to LockScreen(). Hide the Dash/Hud if an overlay is open! Fixes: 1291383

2014-03-12  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Use the signal to hide dash/hud

2014-03-12  Brandon Schaefer  <brandontschaefer@gmail.com>

	* tmp

2014-03-12  Brandon Schaefer  <brandontschaefer@gmail.com>

	* If we have scale mode active, lets exit it before going into lockscreen :)

2014-03-12  Brandon Schaefer  <brandontschaefer@gmail.com>

	* When we are about to lock the screen hide the dash/hud

2014-03-13  Brandon Schaefer  <brandontschaefer@gmail.com>

	When the lockscreen is locked, force paint it on top. This isn't the perfect fix, but it a lot safer of a fix. Fixes: 1291571

2014-03-12  Brandon Schaefer  <brandontschaefer@gmail.com>

	* When we go into lockscreen, force paint ourselfs above.
	(note this is no where near the perfect fix, but it does work for what we need.)

2014-03-12  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.2+14.04.20140312-0ubuntu1

2014-03-12  Brandon Schaefer  <brandontschaefer@gmail.com>

	When the monitors change, go through and update all the launcher widths for all launchers. Fixes: 1291034

2014-03-12  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge Chris's branch

2014-03-12  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge Trunk

2014-03-11  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fix issue when a new monitor is pluged in and the dash/hud do not
	get the correct offset based on the launcher_width

2014-03-12  Luke Yelavich  <luke.yelavich@canonical.com>

	Present a textual description of the state of applications to screen reader users when navigating the launcher. Fixes: 1266298

2014-03-12  Luke Yelavich  <luke.yelavich@canonical.com>

	Also mark launcher icon a11y code for translation.

2014-03-12  Luke Yelavich  <luke.yelavich@canonical.com>

	Whoops size_type is different on 32 and 64 bit systems.

2014-03-11  Luke Yelavich  <luke.yelavich@canonical.com>

	Present a textual description of the state of applications to screen reader users when navigating the launcher.

2014-03-12  CI bot  <ps-jenkins@lists.canonical.com>

	fixes the segfault occuring when the scale factor is < 1.0 Fixes: 1288166

2014-03-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Decorations and Menus: a bunch of various fixes... Fixes: 1283156, 1283238, 1283786, 1287464, 1287747, 1288166, 1291137, 1291622, 1291650

2014-03-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/scale-layout-windows

2014-03-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: update the LayoutWindow scale value to match current progress

2014-03-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: never try to set the appmenu if LIMs are disabled

2014-03-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: make sure we ignore all the not-needed code when integrated menus are disabled

2014-03-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: remove implicit call

2014-03-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: use proper monitor when popping-up a menu

2014-03-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/scale-layout-windows

2014-03-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~hikiko/unity/unity.fix-segfault

2014-03-12  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	fixed segmentation fault when scale < 1

2014-03-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2014-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Make sure we update the is_inside_ variable once all menus are hidden

2014-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: refresh the panel title if a window state changes in LIM mode
	
	When using LIMs we care also about inactive-windows for panel, so in case they
	get maximized, unmaxmized, minimized, unminimized or unmapped we need
	to refresh the panel title.

2014-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: don't try to open an entry that is not in the currently opened panel

2014-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: don't emit warning in gtk_image_to_data on invalid image

2014-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: relayout the Scale screen if a window has been redecorated

2014-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: delay drawing of fake decorations to the cycle after the rendering

2014-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: return a const& in ExternalRenderTargets

2014-03-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: use ROProperty to enable and manage detail

2014-03-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: use actual window border values when restoring instead of guessing

2014-03-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2014-03-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: update matrices and textures during Paint cycle
	
	It's better to do it at this level, to avoid artifacts.
	Also, don't try to draw on empty textures and check for shadows
	availability using a slighter codepath

2014-03-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsTitle: never try to render an empty text

2014-03-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CompizUtils: don't try to create a pixmap with invalid size

2014-03-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: use switcher's LayoutSystem to compute the scaled windows geometries
	
	Thanks to this, both the Alt+Tab and Spread will use the same codepath to define the positioning of the scaled windows. Fixes: 925454, 1286158

2014-03-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/hints-on-first-run

2014-03-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen:

2014-03-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LayoutWindow: include scale value

2014-03-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: show the shortcut hint on first run Fixes: 1283619

2014-03-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge with trunk

2014-03-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestShortcutController: verify first run

2014-03-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutController: make the view closable on first run

2014-03-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: show the shortcut hint on first run

2014-03-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: show unity desktop name if the panel itself is focused

2014-03-12  Brandon Schaefer  <brandontschaefer@gmail.com>

	Improves Dash HiDPI Support Fixes: 1290936

2014-03-11  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Only touch the array*layout iff we are in show_filters_hint_ mode

2014-03-11  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Remove useless comment

2014-03-10  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Use a workaround to make sure the LayeredLayout sticks to the same min/max as
	the PangoEntry

2014-03-10  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge trunk

2014-03-10  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Update the FilterBarLabel with Scale
	* Update SearchBar to be dynamic (still a bug when you scale the search bar up then shrink it)

2014-03-07  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Reload the icons when the scale changes.
	* Fixed bug in PlaceGroup where the space layout was
	not scaling correctly.

2014-03-03  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge trunk

2014-03-03  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Get the icons working per monitor!
	(need to get them working dynamically!)

2014-03-01  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Get PlacesGroup in a decent position. As well as ScopeView.
	From here Ill have access to ResultView, which will hopefully be
	easy to change the icon sizes in the dash!

2014-03-01  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Get the ScopeBar/ScopeBarIcon resizing correctly when changing the DPI

2014-02-28  Brandon Schaefer  <brandontschaefer@gmail.com>

	* First batch dealing with the dash.
	* All hardcoded values changed over to use RawPixel in:
	DashView, SeachBar, ScopeBar ScopeBarIcon

2014-03-12  Chris Townsend  <christopher.townsend@canonical.com>

	Fix the inconsistent z ordering of windows when using the mouse to scroll the Launcher icon of the active application. Fixes: 1286784

2014-03-12  Chris Townsend  <christopher.townsend@canonical.com>

	Fix the PerformScrollSwitchDirection test to account for the new scroll over Launcher icon window ordering.

2014-03-12  Chris Townsend  <christopher.townsend@canonical.com>

	Merge trunk.

2014-03-06  Chris Townsend  <christopher.townsend@canonical.com>

	Remove unneeded variable.

2014-03-06  asmoore82  <asmoore82@gmail.com>

	Fix the inconsistent z ordering of windows when using the mouse to scroll the Launcher icon of the active application.

2014-03-12  Chris Townsend  <christopher.townsend@canonical.com>

	Add option to allow users to restore the scroll-over-inactive-Launcher-icon-to-focus-window behavior.
	Fixes: 1288957

2014-03-12  Chris Townsend  <christopher.townsend@canonical.com>

	Fix where the new setting was not read and set upon Unity starting.
	Fix a couple of unit tests based on the behavior.

2014-03-12  Chris Townsend  <christopher.townsend@canonical.com>

	Merge trunk.

2014-03-10  Chris Townsend  <christopher.townsend@canonical.com>

	Enable the scroll to focus window for inactive Launcher icon by default.

2014-03-07  Chris Townsend  <christopher.townsend@canonical.com>

	Add option to allow users to restore the scroll over inactive Launcher icon to focus window behavior.

2014-03-12  William Hua  <william.hua@canonical.com>

	Unity shell plugin conflicts with gnomecompat. Fixes: 1284532

2014-03-10  William Hua  <william.hua@canonical.com>

	Conflict with gnomecompat plugin.

2014-03-12  Chris Townsend  <christopher.townsend@canonical.com>

	Remove the test_icon_shows_on_quick_application_reopen Autopilot test and make it into a unit test since Autopilot has difficult time dealing with this test as the test fails occasionally. Fixes: 1073990

2014-03-05  Chris Townsend  <christopher.townsend@canonical.com>

	Fix test to better exercise the code path we are truly testing.

2014-03-05  Chris Townsend  <christopher.townsend@canonical.com>

	Remove the test_icon_shows_on_quick_application_reopen and make it into a unit test since Autopilot has difficult time dealing with this test as the test fails occasionally.

2014-03-11  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.2+14.04.20140311-0ubuntu1

2014-03-11  Stephen M. Webb  <stephen.webb@canonical.com>

	Bump Nux build-dep to 4.0.6 for ABI change. 

2014-03-09  Stephen M. Webb  <stephen.webb@canonical.com>

	dump Nux build-dep to 4.0.6

2014-03-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenPanel: added a light version of PanelView for Lockscreen only, using PanelIndicatorsView
	
	- Indicators scrubbing using mouse works again
	- Indicators key navigation is supported (Alt+F10 included)
	- Indicators will be correctly visible in light themes as well
	- Show hostname (optionally) on the top left side of the panel
	- LockScreenSettings now bind settings from unity-greeter dconf path 

2014-03-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: load indicators using the "desktop_lockscreen" profile

2014-03-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: use LockScreenUsingUnity properly

2014-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenShield: remove unneeded includes

2014-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: allow to paint a menu *only* if an indicator is currently opened
	
	This solves a possible secuity flaw that caused any pop-up menu to be drawn also
	if not an indicator.

2014-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: add method to check if a menu is open

2014-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenPanel: change meaning of "active" property use InputSensitivity instead
	
	The active property now refers to the state of the menus

2014-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: only create one dbus indicators for all the shields

2014-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BackgroundSettings: never draw the grid under the panel

2014-03-11  CI bot  <ps-jenkins@lists.canonical.com>

	Lockscreen: Multimonitor support, use greeter settings and don't paint popup windows
	
	In detail:
	- Use proper fonts for text input
	- Make text cursor to blink as expected
	(needs lp:~3v1n0/nux/textentry-toggle-cursor-visibility)
	- Use bullet as password char
	- Support multi-monitor correctly, switching view on mouse movement (as the greeter 
	does)
	- Fixed lockscreen not showing on newly attached monitors
	- Never paint windows that might popup under the lockscreen (such as tooltips or
	notifications)
	- Use unity greeter gsettings values for painting the Background (support color, or
	disable user bg)
	- Don't lock guest sessions 

2014-03-11  Andrea Azzarone  <azzaronea@gmail.com>

	Implement the lockscreen in Unity that looks like unity-greeter. Also allow to fallback to lightdm + greeter (tty switching) in case you need more pam power. Fixes: 878836, 1266464, 1282798

2014-03-10  Andrea Azzarone  <azzaronea@gmail.com>

	Disable LogindLock for the moment.

2014-03-10  Andrea Azzarone  <azzaronea@gmail.com>

	Revert po/* changes.

2014-03-07  Andrea Azzarone  <azzaronea@gmail.com>

	Merge.

2014-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UserAuthenticatorPam: use calloc as andyrock prefers ;)

2014-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionManager: add locked/unlocked signals

2014-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionDBusManager: make sure we cancel an action also UI side

2014-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: add session::DBusManager instance

2014-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionDBusManager: add Request actions (to prompt dialogs)

2014-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionDBusManager: add new dbus server to reply to session controlling requests

2014-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneSession: implement missing HostName

2014-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: add proper cross-fading when the lockscreen is about to show/hide
	
	Also, we override the paint priority making sure that no other plugin might cause a window
	not to be painted with the opacity we desire

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreen: use settings parameters LockScreenSettings

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenSettings: bind unity greeter options with LockScreenSettings

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenShield: activate the first valid indicator on relative keybinding

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager: add activate_indicators_key property that matches compiz setting

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockSessionManager: add missing virtual method

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Lockscreen: re-add panel to the built list

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with latest lockscreen-review

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~andyrock/unity/lockscreen

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenPanel: fix typo

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: don't draw the text in overlay mode if the entry is active

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: remove the custom lockscreen mode

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenPanel: added a light version of PanelView for Lockscreen only
	
	This saves us a lot headaches, fixing many issues and allowing us to only
	care about the things we need for the lockscreen.

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorsView: if an entry is added while an overlay is open, it should be in overlay mode
	
	This doesn't apply to PanelMenuView's added menus, though.

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionManager: add HostName getter (and implement in GnomeSessionManager)

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenShield: make sure we always keep the internal monitor value updated

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: make all windows but menus transparent when in lockscreen mode
	
	We need to draw menus or indicator won't show anything, but it seems that we can't
	just set the mask to PAINT_WINDOW_NO_CORE_INSTANCE_MASK in non-menu windows
	or the menus won't show anyway...

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with latest lp:~andyrock/unity/lockscreen

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	debian/control: remove unneeded build dependencies, depend on unity-greeter

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeSessionManager: never try to lock a guest session

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UserPromptView: make the prompt hints to be correctly translatable

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BackgroundSettings: follow the unity-greeter gsettings options

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BackgroundSettings: don't depend on panel height in offset, or it will cause wrong results

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BackgroundSettings: use more forward declaration and a constexpr

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BackgroundSettings: read logo from greeter gsettings

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BackgroundSettings: don't use hardcoded numbers for logo image

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: emit upstart signals only if we are in unity mode
	
	And close the service after that the locker has been hidden.

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell Settings: use "Unity" name instead of "custom lockscreen"

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UScreen: use LOG_WARN instead of LOG_ERROR not to make our tests unreadable

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestTextInput: fix compilation

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: make sure we show the newly added views if we're visible

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenAbstractShield: add AbstractShield and use it in factory
	
	In this way we can properly test also Shield related features

2014-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: never paint windows when the lockscreen is active
	
	In this way also popup windows or tooltips won't be shown on top of the locker

2014-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenController: update the primary state of a shield when mouse position changes
	
	We always have just one primary shield (in case we use unity type locker), in this case we need
	to monitor the mouse events on it, and when they're outside its area we need to change the
	primary shield to the current one.
	
	Added various cleanups as well

2014-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Lockscreen PCH: add more headers

2014-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionManager: various cleanup

2014-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: use nicer dbus name

2014-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenShield: emit a signal with proper coordinates on grab motion

2014-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenShield: cache the shield layouts otherwise after some quick primary switch they get messed up
	
	Blame nux for this! :/

2014-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenShield: change kind of view on primary changed

2014-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LockScreenShield: always return the primary shield as the area of any mouse event
	
	In this way we can control also mouse movement outside the grabbed shield area.

2014-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BackgroundSettings: just use nux::CairoGraphics to generate the texture
	
	No need to generate a new pixbuf, and copy it twice...

2014-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UserAuthenticator: use nicer name for pointer of promise string

2014-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UserPromptView: Get correct input field, fix cursor visibility, use bullet as password char
	
	Plus some misc cleanup, fix "Password: " like text, and use RawPixels for size elements.

2014-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TextInput: add some padding on hint  text

2014-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UserAuthenticatorPam: some code clanup

2014-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IMTextEntry: remove workaround to control cursor visibility

2014-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IMTextEntry: add property to control the visibility of the cursor

2014-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TextInput: make hint text font and size configurable

2014-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lockscreen branch

2014-03-06  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2014-03-05  Stephen M. Webb  <stephen.webb@canonical.com>

	Releasing 7.1.2+14.04.20140305-0ubuntu1

2014-03-06  CI bot  <ps-jenkins@lists.canonical.com>

	Resync trunk

2014-03-05  Brandon Schaefer  <brandontschaefer@gmail.com>

	* False not None

2014-03-04  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fix AP tests dealing with QL/Tooltips as they are now destoryed when hidden

2014-03-05  Andrea Azzarone  <azzaronea@gmail.com>

	Minor change.

2014-03-04  Andrea Azzarone  <azzaronea@gmail.com>

	Fix the lockscreen::Controller tests too.

2014-03-04  Andrea Azzarone  <azzaronea@gmail.com>

	Fix failing tests in upstart wrapper.

2014-03-04  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2014-03-04  Andrea Azzarone  <azzaronea@gmail.com>

	Fix the failing tests in test_gnome_session_manager.cpp

2014-02-25  Andrea Azzarone  <azzaronea@gmail.com>

	Add libpam.

2014-02-25  Andrea Azzarone  <azzaronea@gmail.com>

	Fix Build-Depends.

2014-02-25  Andrea Azzarone  <azzaronea@gmail.com>

	Add libgnome-desktop-dev.

2014-02-22  Andrea Azzarone  <azzaronea@gmail.com>

	Share the logo with unity-greeter.

2014-02-22  Andrea Azzarone  <azzaronea@gmail.com>

	Correct handle the grab when using the keyboard shortcut to lock the screen.

2014-02-22  Andrea Azzarone  <azzaronea@gmail.com>

	Remove panel tray in the lockscreen.

2014-02-22  Andrea Azzarone  <azzaronea@gmail.com>

	Add missing files.

2014-02-22  Andrea Azzarone  <azzaronea@gmail.com>

	Improve screen reader in the lockscreen.

2014-02-21  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2014-02-20  Andrea Azzarone  <azzaronea@gmail.com>

	Revert po changes.

2014-02-20  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2014-02-20  Andrea Azzarone  <azzaronea@gmail.com>

	Improve pam code.

2014-02-14  Andrea Azzarone  <azzaronea@gmail.com>

	Fix includes.

2014-02-14  Andrea Azzarone  <azzaronea@gmail.com>

	Deactivate the prompt view when checking the password.

2014-02-14  Andrea Azzarone  <azzaronea@gmail.com>

	Follow robert's tips.

2014-02-14  Andrea Azzarone  <azzaronea@gmail.com>

	Use 0.5 opacity for the panel in the lockscreen.

2014-02-13  Andrea Azzarone  <azzaronea@gmail.com>

	Revert po/ changes and other minor changes.

2014-02-13  Andrea Azzarone  <azzaronea@gmail.com>

	Minor changes in UserPromptView

2014-02-13  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2014-02-13  Andrea Azzarone  <azzaronea@gmail.com>

	Refactor LockScreenShield

2014-02-13  Andrea Azzarone  <azzaronea@gmail.com>

	Minor changes.

2014-02-13  Andrea Azzarone  <azzaronea@gmail.com>

	Full opacity for the panel in the lockscreen mode.

2014-02-13  Andrea Azzarone  <azzaronea@gmail.com>

	Move DbusIndicators(/*lockscree_mode*/ true) in a separate struct.

2014-02-13  Andrea Azzarone  <azzaronea@gmail.com>

	Make UserAuthenticatorPam safer using glib::Cancellable.

2014-02-13  Andrea Azzarone  <azzaronea@gmail.com>

	Minor changes in BackgroundSettings

2014-02-12  Andrea Azzarone  <azzaronea@gmail.com>

	Add and edit tests for GnomeSessionManager.cpp

2014-02-12  Andrea Azzarone  <azzaronea@gmail.com>

	Fix tests.

2014-02-12  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2014-02-11  Andrea Azzarone  <azzaronea@gmail.com>

	Use dbus upstart and add tests for it.

2014-02-11  Andrea Azzarone  <azzaronea@gmail.com>

	Add a spinner.

2014-02-11  Andrea Azzarone  <azzaronea@gmail.com>

	Show an error message when the password is wrong.

2014-02-10  Andrea Azzarone  <azzaronea@gmail.com>

	Remove standalone lockscreen for the moment.

2014-02-10  Andrea Azzarone  <azzaronea@gmail.com>

	Remove standalone for the moment.

2014-02-10  Andrea Azzarone  <azzaronea@gmail.com>

	Fix the destruction of dbus indicators in panel view.

2014-02-10  Andrea Azzarone  <azzaronea@gmail.com>

	Improve the aspect of the UserPromptView.

2014-02-10  Andrea Azzarone  <azzaronea@gmail.com>

	Add services/unity-panel-service-lockscreen.conf.in

2014-02-10  Andrea Azzarone  <azzaronea@gmail.com>

	Hide text hint when not needed.

2014-02-10  Andrea Azzarone  <azzaronea@gmail.com>

	Start to improve the look of the prompt view.

2014-02-10  Andrea Azzarone  <azzaronea@gmail.com>

	Fix a crash.

2014-02-07  Andrea Azzarone  <azzaronea@gmail.com>

	And again.

2014-02-07  Andrea Azzarone  <azzaronea@gmail.com>

	Revert unwanted changes.

2014-02-07  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2014-02-07  Andrea Azzarone  <azzaronea@gmail.com>

	Add UpstartWrapper and proper start/stop unity-panel-service in lockscreen mode.

2014-02-07  Andrea Azzarone  <azzaronea@gmail.com>

	Deactivate some panel functionalities during lockscreen.

2014-02-06  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2014-02-05  Andrea Azzarone  <azzaronea@gmail.com>

	Disable hud,dash and the shourtcut overlay during lockscreen

2014-02-05  Andrea Azzarone  <azzaronea@gmail.com>

	Disable blur during lockscreen. Now session dialog looks just good.

2014-02-05  Andrea Azzarone  <azzaronea@gmail.com>

	Improve code.

2014-01-30  Andrea Azzarone  <azzaronea@gmail.com>

	Allow to disable lockscreen or fallback to lightdm. Add tests.

2014-01-30  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk. Add and use unity::lockscreen::Settings.

2014-01-29  Andrea Azzarone  <azzaronea@gmail.com>

	Rename BackgroundSettingsGnome.* and starts to cleanup it.

2014-01-29  Andrea Azzarone  <azzaronea@gmail.com>

	Minor changes in LockScreenController.*.

2014-01-29  Andrea Azzarone  <azzaronea@gmail.com>

	Add tests for unity::lockscreen::Controller

2014-01-27  Andrea Azzarone  <azzaronea@gmail.com>

	Listen to logind signals ("lock" and "unlock"). Make fade animation smoother.

2014-01-26  Andrea Azzarone  <azzaronea@gmail.com>

	FadeIn/Out the lockscreen. This sould also fix a crash on unlock.

2014-01-23  Andrea Azzarone  <azzaronea@gmail.com>

	Unlock screen if the password is correct. Still buggy btw.

2014-01-22  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2014-01-22  Andrea Azzarone  <azzaronea@gmail.com>

	Add an ugly prompt view.

2014-01-12  Andrea Azzarone  <azzaronea@gmail.com>

	Remove useless #include in PanelView.cpp

2014-01-11  Andrea Azzarone  <azzaronea@gmail.com>

	Merge with trunk.

2014-01-11  Andrea Azzarone  <azzaronea@gmail.com>

	Grab the mouse and the keyboard.

2014-01-08  Andrea Azzarone  <azzaronea@gmail.com>

	Draw the version logo.

2014-01-08  Andrea Azzarone  <azzaronea@gmail.com>

	Integrate the panel view in the lockscreen.

2014-01-07  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2014-01-07  Andrea Azzarone  <azzaronea@gmail.com>

	Draw background grid.

2014-01-07  Andrea Azzarone  <azzaronea@gmail.com>

	Add a circle of friend in the unactive monitors.

2014-01-03  Andrea Azzarone  <azzaronea@gmail.com>

	Fix leak in unity::lockscreen::Shield::UpdateBackgroundTexture

2014-01-02  Andrea Azzarone  <azzaronea@gmail.com>

	Draw the current background in the shield window.

2013-12-28  Andrea Azzarone  <azzaronea@gmail.com>

	Initial commit for the unity lockscreen. UserAuthenticator added with tests too.

2014-03-05  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.2+14.04.20140305-0ubuntu1

2014-03-05  Brandon Schaefer  <brandontschaefer@gmail.com>

	When we update the OverlayWindowButtons geometry, make sure we ask the WindowButtons to update their geo as well. (This means poking it as if the DPI has changed). This way the overlay window buttons will be the correct sides per monitor. Fixes: 1285366

2014-03-03  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-28  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge trunk

2014-02-28  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-26  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge with parent

2014-02-26  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Each time we ask to update the Geo, be sure to poke the window buttons
	to update their size as if the DPI has changed. As we could be on a different
	monitor each time we open the Dash/Hud.

2014-03-05  Brandon Schaefer  <brandontschaefer@gmail.com>

	Allow the launcher_width to be stored per monitor and retrieved per monitor. Allowing for correct Dash/Hud offsets. Fixes: 1284879

2014-03-03  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-28  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Cast area to launcher, vs getting the monitor by geos positon.

2014-02-28  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-26  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Rebase from parent

2014-02-25  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Remove comments

2014-02-25  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Move to storing up to monitors::MAX launchers. This way we can tell what
	width each launcher is when doing positions on dash/hud/panel

2014-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CompizShortcutModeller: use proper keys for Spread and be dependent on workspace setting Fixes: 1287825

2014-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CompizShortcutModeller: better wording for Switcher workspace

2014-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CompizShortcutModeller: show workspace sensitive options for switcher as well

2014-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CompizShortcutModeller: use proper keys for Spread windows options

2014-03-05  Chris Townsend  <christopher.townsend@canonical.com>

	Fix more Panel Autopilot test failures. Fixes: 1287745

2014-03-04  Chris Townsend  <christopher.townsend@canonical.com>

	Fix more Panel Autopilot tests.

2014-03-05  William Hua  <william.hua@canonical.com>

	Improve debug logging for gnome key grabber. 

2014-03-04  William Hua  <william.hua@canonical.com>

	Use unity.menu.manager as name for logger.

2014-02-28  William Hua  <william.hua@canonical.com>

	Small refactor.

2014-02-28  William Hua  <william.hua@canonical.com>

	Log menu mnemonic activations.

2014-02-28  William Hua  <william.hua@canonical.com>

	Debug output in unity-shared/GnomeKeyGrabber.cpp.

2014-03-05  Luke Yelavich  <luke.yelavich@canonical.com>

	Implement accessibility for the optino buttons in the shutdown dialog.
	
	Also improve the parent-child relationship between objects such that the shutdown message can be read with Orca flat review. Fixes: 1272168

2014-02-25  Luke Yelavich  <luke.yelavich@canonical.com>

	No need for a dedicated signal, the changed signal of the highlighted property is sufficient.
	
	As a result, the GObject private member code is not needed.

2014-02-24  Luke Yelavich  <luke.yelavich@canonical.com>

	Merge with trunk.:

2014-02-19  Luke Yelavich  <luke.yelavich@canonical.com>

	Implement accessibility for the optino buttons in the shutdown dialog.

2014-03-03  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.2+14.04.20140303-0ubuntu1

2014-03-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Panel, Decorations, Launcher, Quicklist, Tooltip: correctly scale items based on the monitor settings
	
	Adapt elements to match their monitor DPI scale settings.
	We mostly use cairo_surface_set_device_scale to easily scale cairo-generated textures. Fixes: 1283171, 1283406, 1283410, 1283453, 1284367, 1284780, 1285989

2014-03-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: try to get the actual file name also from Pixbuf GtkImage's

2014-02-28  Matthieu James  <matthieu.james@canonical.com>

	Resources: replace default dash window buttons with SVGs

2014-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: use style's GetDashWindowButton to get dash themed buttons

2014-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: don't include unity subpath on extra folders

2014-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: add GetDashWindowButton, hide some internal methods

2014-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: add ThemedFilePath method, that abstracts WindowButtonFile

2014-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: only care about icon heights to determine if they're scalable

2014-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: fix typo that caused compilation issues

2014-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: always try to load an icon from its name if all the checks fail

2014-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tests: fix compilation issues

2014-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MenuManager: when the indicators icon paths have changed, let's update the Gtk icon theme accordingly
	
	This allows us to load indicators only by their GIcon also if they are available in custom theme paths
	that have been added by an indicator.

2014-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusIndicators: add a method to get the indicator icon paths and a signal to notify changes
	
	Basically we now connect to panel service, that will notify us when an indicator modified the
	theme, so we need to sync with it in order to load the proper icons

2014-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: add a method/signal to allow the panel to syncronize the icon paths with parents

2014-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: apply the same codepath to all the themed icons

2014-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: only care about icon heights, monitor for theme changes and reload icons

2014-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: Use 22px icons, and correctly move the scalable icons in the y axis

2014-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: use forward declaration

2014-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: use switch for getting the proper image type

2014-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tests: fix compilation Issues

2014-02-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: fix text indentation on fake decorations now that we've scaled buttons

2014-02-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: load scaled textures for dash as well

2014-02-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: use scalable window buttons, don't scale them up roughly

2014-02-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: add support to scalable window buttons (per monitor)

2014-02-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWindowButton: use scaled Window Button textures, enjoy the visual quality!
	
	Well, better with SVGs ;)

2014-02-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets, TexturedItem: removing the auto-scaling support
	
	We don't need it anymore... In case we might extend this class  in future.

2014-02-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: Support loading SVG files as well as window buttons

2014-02-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsDataPool: use gdk pixbuf + cairo to load the window buttons, and scale them up to match monitor settings
	
	This allows to have button textures scaled to match current monitor DPI scale settings.
	In case we don't have scalable (SVG) file available, we scale up the normal version; if none is
	found we fallback to scaled pure-cairo buttons.

2014-02-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: fix a regression that caused the panel title not to redraw on style changes

2014-02-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UScreen: use better API, const methods and remove useless includes

2014-02-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelController: use proper Impl, remove unneeded non-private methods

2014-02-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	EMConverter: add return value on Set{FontSize, SetDPI} calls

2014-02-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: use double for scale property

2014-02-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TextureCache: use proper hash function, and use numeric ID in our map

2014-02-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: add support for local textures, depending on Icon size
	
	Now the progress bar is loaded from a SVG and draws nicely ;)

2014-02-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TextureCache: use size values in default textures loader

2014-02-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: correctly scale up the Icon progress bar
	
	Added SVGs files for future usage

2014-02-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractIconRenderer: add scale value to IconRenderer

2014-02-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: handle scalable icons differently to get the best quality
	
	If an icon is scalable, then we paint it ignoring the current dpi_scaling, this way
	we can paint it at the best quality.

2014-02-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: cache some functions results

2014-02-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GTKWrapper: use typedef instead of inheritage for new Gtk versions

2014-02-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem: make sure we initialze the text when chaning the scale

2014-02-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tooltip: use the decoration::Style shadow color

2014-02-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tooltip: use nux::Color for drawing the texture

2014-02-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tooltip: correctly scale the cairo texture, instead of just making things bigger

2014-02-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistView: some cleanup

2014-02-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistView: use decoration::Style for getting themed shadow color and radius
	
	Yeah, QL now match theme! ;)

2014-02-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistView: use nux::Color to draw the texture

2014-02-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistView: use proper cairo scaling to draw the QL texture

2014-02-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem: initialze scale value to 1.0f

2014-02-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDecorationLayout: fix compilation issue due to RawPixel

2014-02-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncher: initialize UnitySettings before other stuff

2014-02-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnitySettings: avoid unneeded gvariant calls when updating DPI
	
	Plus some code cleanup

2014-02-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnitySettings: don't leak memory when getting the scale factor

2014-02-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: use RawPixel for padding

2014-02-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	RawPixel: always return rounded integers when converting

2014-02-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItemSeparator: use RawPixel

2014-02-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	RawPixel: use double's and add CP for converting based on a scale value

2014-02-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: AbstractLauncherIcon::icon_size should not be scaled, as it wil be for all monitors

2014-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashView: correctly set the the proper monitor offsets to match monitor DPI

2014-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: scale the glow size as well to match DPI

2014-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: update icon size on DPI or monitor changes (as they might have different DPIs)

2014-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: don't care about launcher DPI settings

2014-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: use proper rounding when scaling paddings

2014-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: delete quicklist and tooltip once they're not visible anymore
	
	We really don't need to keep them around.

2014-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: load a new quicklist everytime... There's no need to reuse previous one
	
	And also it might break scaling on different monitors

2014-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem: make sure we set the text extents that matches the current scaling

2014-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistView: set scale factor when adding a new menu item
	
	Also use Smart pointers to hold items

2014-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem: add support to scale factor when generating items textures

2014-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tooltip: set text scale to match monitor

2014-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StaticCairoText: add scale parameter, if set we draw using appropriate cairo device scale

2014-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Unity: use cairo InternalContext when possible

2014-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: use cairo surface scale when painting the Panel Title

2014-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: don't use fixed refine_texture height, we can safely resize it to match panel geo

2014-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: correctly resize window buttons on DPI changes

2014-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelController: correctly resize children on dpi changes

2014-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorsView: apply monitor to all the children

2014-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: remove unneeded GetTextDPI call

2014-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: use cairo_device_scale to paint indicators

2014-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryDropdownView: simplify the pango layout drawing

2014-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuDropdown: use theme-scaled icon (better results if we've SVG)

2014-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: no need to use RawPixel here

2014-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets, Layout: scale the paddings

2014-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: convert icon size value when computing Tip position

2014-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: draw panel under dash using the proper panel size

2014-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: correctly support different Background textures, and cache panel size

2014-02-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: a window is on a given monitor, when it's center is on that

2014-02-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: take care of window dpi scale when drawing fake decorations

2014-02-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: add dpi_scale ROProperty

2014-02-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CairoContext: add scale parameter
	
	so we can set the surface device scaling on startup

2014-02-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: draw decorations background using proper texture scaling

2014-02-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuDropdown: correctly scale using cairo_surface_set_device_scale

2014-02-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsSlidingLayout: set scale also on input item

2014-02-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuEntry: correctly scale to match DPI

2014-02-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: use double also for fading title

2014-02-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: use double for size values when drawing elements
	
	This allows cairo to properly draw elements when the scale is not 1.0

2014-02-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UScreen: fix memory leak, use glib::String

2014-02-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsTitle: use ceil to get scaled title size

2014-02-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: take in account monitor scale when setting the menu position

2014-02-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnitySettings: includes cleanup

2014-02-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: connect to dpi_changed signal to update extents and scale
	
	Now windows will update as soon as we change the setting.

2014-02-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsTitle: scale the cairo surface using cairo_surface_set_device_scale
	
	Also the Title should not be scalable, or we'll apply also a compiz texture scaling

2014-02-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets, TexturedItem: add IsScalable virtual method
	
	So, set the texture scale only if a TexturedItem is scalable

2014-02-28  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.2+14.04.20140228-0ubuntu1

2014-02-28  Stephen M. Webb  <stephen.webb@canonical.com>

	remove -O3 and replace with -O3 for C++ compiles to prevent template-related FTBFS Fixes: 1286284

2014-02-28  Stephen M. Webb  <stephen.webb@canonical.com>

	Strip -O3 and force -O2 to avoid template instances being removed

2014-02-28  Stephen M. Webb  <stephen.webb@canonical.com>

	Strip -O3 and force -O2 to avoid template instances from getting elided (lp: #1286284).

2014-02-28  Chris Townsend  <christopher.townsend@canonical.com>

	Fix corner case depending on where a test window opens, a Dash and Hud Autopilot test failure can occur. Fixes: 1286143

2014-02-28  Chris Townsend  <christopher.townsend@canonical.com>

	Fix corner case where depending on where a test window opens, an Autopilot test failure can occur.

2014-02-28  Chris Townsend  <christopher.townsend@canonical.com>

	Fix a few randomly failing Spread Autopilot tests. Fixes: 1285758

2014-02-27  Chris Townsend  <christopher.townsend@canonical.com>

	Fix a few randomly failing Spread Autopilot tests.

2014-02-28  Chris Townsend  <christopher.townsend@canonical.com>

	Fix a couple of Panel Autopilot test failures. Fixes: 1285737

2014-02-27  Chris Townsend  <christopher.townsend@canonical.com>

	Fix a couple of Panel Autopilot test failures.

2014-02-28  Chris Townsend  <christopher.townsend@canonical.com>

	Fix Dash/Hud fullscreen Autopilot window test on multi-monitor where the tests would fail depending on which monitor has the fullscreen window. Fixes: 1285367

2014-02-26  Chris Townsend  <christopher.townsend@canonical.com>

	Fix Dash/Hud fullscreen window test on multi-monitor where the tests would fail depending on which monitor has the fullscreen window.

2014-02-28  Chris Townsend  <christopher.townsend@canonical.com>

	Use the current Launcher instead of the first launcher when determing when to highlight the Launcher tile during keynav. Fixes: 1285361

2014-02-26  Chris Townsend  <christopher.townsend@canonical.com>

	Use the current Launcher instead of the first launcher when determing when to highlight the Launcher tile during keynav.

2014-02-25  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.2+14.04.20140225-0ubuntu1

2014-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: take in account the window border size when restoring it from maximization state
	
	Also don't forget about monitor scaling when getting data from the decoration Style. Fixes: 1276352

2014-02-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: don't try to resize undecorated-windows

2014-02-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: take in account the window border size when restoring it from maximization state

2014-02-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: take care of monitor DPI scale when computing the decoration size from style
	
	We use the style data only if a window is Maximized, otherwise we can safely use the actual
	window border.

2014-02-25  Chris Townsend  <christopher.townsend@canonical.com>

	Fix some Autopilot test failure regressions due to changes in rev. 3668. Fixes: 1283159

2014-02-20  Chris Townsend  <christopher.townsend@canonical.com>

	Fix some Autopilot test failure regressions due to changes in rev. 3668.

2014-02-25  Dimitri John Ledkov  <dimitri.ledkov@canonical.com>

	Fix common buildflags missing. (LP: #1284047) Fixes: 1284047

2014-02-25  Dimitri John Ledkov  <dimitri.ledkov@canonical.com>

	Fix common buildflags missing. (LP: #1284047)

2014-02-25  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	removed fonts-scale-factor gsetting from unityshell schema, since we now use the ubuntu ui-scale factor to scale the desktop Fixes: 1282804

2014-02-25  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	remove fonts-scale-factor from unityshell schema

2014-02-25  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	scaling desktop according to a scale factor Fixes: 1282804

2014-02-21  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	avoid to unreference gobjects twice

2014-02-21  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	reversed po/*
	desktop works with scale-factor setting

2014-02-21  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	unreference gsettings

2014-02-20  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	desktop works with scale-factor

2014-02-20  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	merged to lim

2014-02-20  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	quick backup

2014-02-20  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	quick backup

2014-02-20  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	quick backup

2014-02-20  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	quick backup - testing GetDPI(int monitor)

2014-02-19  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	quick backup - added function that gets the ui-scale from gsettings
	todo: add dependencies etc

2014-02-18  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	removed ConfigParser.h/.cpp:
	requirements changed, the gsetting for the scale factor will be a GVariant,
	therefore the string parser is not needed anymore

2014-02-20  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.2+14.04.20140220-0ubuntu1

2014-02-20  Sebastien Bacher  <seb128@ubuntu.com>

	Drop g-s-d override, unity-settings-daemon landed 

2014-02-20  Sebastien Bacher  <seb128@ubuntu.com>

	Drop g-s-d override, unity-settings-daemon landed

2014-02-20  Steve Langasek  <steve.langasek@canonical.com>

	Sync the branch with upload to the archive 

2014-02-19  Steve Langasek  <steve.langasek@canonical.com>

	releasing package unity version 7.1.2+14.04.20140218.1-0ubuntu2

2014-02-19  Steve Langasek  <steve.langasek@canonical.com>

	Add Conflicts: libunity-core-6.0-8 to facilitate smooth upgrades.

2014-02-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: make sure that the top_layout exist when setting up the decorations
	
	If there's no layout, then we don't need any texture. Also this might cause a crash if
	a window is about to be mapped but not yet fully framed. Fixes: 1281610

2014-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: make sure that the top_layout exist when setting up the decorations
	
	If there's no, then we don't need no decoration textures at all

2014-02-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: add menu 

2014-02-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging against lp:~3v1n0/unity/hdpi-gnome-scaling-factor

2014-02-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CairoBaseWindow: add EMConverter in the base class
	
	Instead of adding this to tooltip or Quicklist

2014-02-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with Brandon's HiDPI chain, again

2014-02-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorsView: never try to add to dropdown an already known entry
	
	As it might have been just popped out from the dropdown, and we might have
	an infinite loop of push/pop's.

2014-02-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: put back virtual methods, to make tests happier

2014-02-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: add some more introspection data

2014-02-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: set the top layout scale to the value we use for this monitor

2014-02-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWindowButton: remove the custom code for scaling them up

2014-02-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDecorationLayout: verify scale property

2014-02-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: add Scale property, use on TexturedItem to update geometry

2014-02-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CompizUtils: update the geometry size when setting the scale

2014-02-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsEdgeBorders: don't depend on theme, but rather on actual window extents

2014-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/spread-filter

2014-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with HiDPI stuff, so with spread improvements

2014-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with Brandon's quicklist branch

2014-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with Brandon's panel branch

2014-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: don't use a property for monitor, just a member

2014-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityGSchema: make favorites list easier editable

2014-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle, UnitySettings: set integrated_menus off by default :(

2014-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with Brandon's HiDPI stuff

2014-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2014-02-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: fix logic of HasMenus, again...

2014-02-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuEntry, PanelTitlebarGrabArea: ignore motion threshold only if still inside the item
	
	Othewise grabbing away a window would be delayed too much when not needed

2014-02-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GSchema: set integrated-menus tweaks to match design specs

2014-02-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/text-escaping-fix (so with lp:~3v1n0/unity/decorations-menu)

2014-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: fix possible errors on key activation due to HasMenus wrong value

2014-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: when switching back to global menu mode, add focus to window buttons

2014-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsSlidingLayout: only use indexes to refer to internal items

2014-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: add the ability to double-click over LIMs, waiting the defined timeout

2014-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelTitlebarGrabAreaView: use decoration::Style and UnitySettings for LIM options

2014-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnitySettings: add lim options and use them in DecorationsMenuEntry

2014-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsGrabEdge: use DecorationStyle grab_wait value

2014-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: add grab_wait option to gsettings
	
	It basically define how much we should wait before starting a window grab

2014-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuEntry: add movement threshold value
	
	Basically if when the mouse is grabbed we get a motion event, we ingore it
	if smaller than the given threshold.

2014-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MenuManager: add show_menus_wait property and use it in Panel and decorations

2014-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsSlidingLayout: use menu::Manager values for fadein/fadeout timings

2014-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: set sliding layout as mouse owner also if the pointer is inside the grab-edge

2014-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuLayout: use menu::Manager

2014-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MenuManager: add HasAppMenu getter

2014-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Ignore menu visibility for the 100ms after an application switch
	
	This is needed not to make the panel to show the previous menus for a while before
	switching to new ones...

2014-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: improve the logic of GetTitleOpacity in case we use LIMs

2014-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: disable menu_show on menu::Manager before showing the Alt+Tab

2014-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuLayout: set the last_pointer position to the current one on key-activation
	
	Otherwise mouse pointer position might cause another menu to pop-up instead of the
	requested one.

2014-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: Add menu::Manager as construction parameter and use it
	
	We now have proper keyboard activation for indicator menus, and also we share
	the same indicator-entries and dbus indicators with all the panels.

2014-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuLayout: return a bool in ActivateMenu, based on the result

2014-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MenuManager: just handle one single AppMenu... We support only.
	
	So, no need to overcomplicate things. Also add signals and getters.

2014-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/menu-manager

2014-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: don't use GetWindowGeometry, compiz already has what we need
	
	And without new search and copies...

2014-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Decorations: when integrated_menus mode is active, add menus in the decorations
	
	Only the active window will show up them at the moment.

2014-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AppmenuIndicator: add Ptr definition

2014-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuLayout: don't care about AppmenuIndicator, we don't need subtype

2014-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnitySettings: add integrated-menus option
	
	When changed, it applies to decoration::Style

2014-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnitySettings: use glib::SignalManager

2014-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/decorations-timestamps

2014-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: We need to update pointer status in these cases...

2014-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: ignore an empty PanelMenuView on Alt+F10

2014-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsInputMixer: add ForceMouseOwnerCheck to force a new UpdateMouseOwner
	
	When new widgets are added in the same area of the current mouse-owner, inputmixer
	should update the current owner, this can now be done on request.

2014-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsGrabEdge: add ButtonDown getter

2014-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Indicators: add SyncGeometries as virtual method, and panel in on_entry_activated
	
	Update DBusIndicators accordingly to match the new DBus API.
	Also, in PanelView don't start any mouse-poll timer if the activated entry
	is not in the current panel

2014-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: include the name of the panel in EntryActivated signal

2014-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: ignore menu activations if they happens under a different panel
	
	So don't setup any timeout to check the menu position (and save some unneeded
	computation in multi-monitor).

2014-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: assume that the current entry is visible on key-navigation
	
	This fixes key-navigation in LIMs to loop back to first entry when we have a dropdown

2014-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: add function to check if an entry is visible in a specific panel
	
	So, an entry is visible if has a geometry and has visible emblems, but it might
	be visible only in a specific panel (such as indicators that aren't visible on LIMs)

2014-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuLayout: fix mouse over dropdown, we might have items with same geo

2014-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuDropdown: add ActivateChild method, to activate the submenu

2014-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuLayout: add ActivateMenu method to activate an entry by its ID
	
	As it happens on key-navigation

2014-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: don't try to activate an entry if the panel has no menus

2014-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge with trunk

2014-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: don't paint shadow over windows if using integrated_menus

2014-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: don't activate or sync geometries if a panel has no menus

2014-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: add Locally Integrated Menus support
	
	When Integrated menus are enabled the buttons or title are drawn only
	when we have a maximized window.
	Also improved the code that draws the title texture that now is just big as
	the text.

2014-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelIndicatorEntryDropdownView: remove in_dropdown from tests

2014-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsSlidingLayout: add fade animation when switching slide

2014-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: use !empty() instead of size() > 0

2014-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: keep track of the panel id that is parent of the entry
	
	We use it to make sure we won't popdown or move a menu that has been opened
	somewhere else.

2014-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: disconnect from last_menu signals when the menu is hidden
	
	Otherwise we'd get multiple calls to our callbacks

2014-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: get rid of in_dropdown property, just always iterate over items in layout
	
	So GetGeometryForSync will now ignore the entries that have been added to a dropdown.

2014-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: add integrated_menus property

2014-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: use const int to define show-now wait

2014-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: use smaller icon for dropdown

2014-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuDropdown: use the proper Icon for the dropdown
	
	Also, update the dropdown height to match the one of its children.

2014-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuEntry: move padding to Property, make RenderTexture virtual
	
	RenderTexture is now called on EntryUpdated, and might be overridden by sub-classes.

2014-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuLayout: never try to activate an insensitive item.

2014-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: add DrawMenuItemIcon method

2014-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsSlidingLayout: only damage if we've an input slide set

2014-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: use uweak_ptr for parent_

2014-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuEntry: pass the window xid on ShowMenu

2014-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsEdge: add Window getter

2014-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuLayout: add show_now property and set it true with delay
	
	It matches PanelMenuView value

2014-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuEntry: add show_now property that reflects internal entry value

2014-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IndicatorEntry: don't emit signals when first/last parent is added/removed
	
	We don't really  need this, as visibility is independent from this fact.

2014-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsInputMixer: fix a typo introduced with UWeakPtr, caused a test-crash

2014-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorsView: use the drop-down to add an entry if it's already visible
	
	Otherwise we might add an entry in the empty space before the dropdown.

2014-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryDropdownView: add insert method, to include items by priority
	
	Tests included.

2014-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryDropdownView: some cleanup

2014-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: RequestRelayout if Layout size has changed after relayout
	
	This save us from possible infinite loops and causes a relayout only if it has a parent.

2014-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuLayout: override DoRelayout and and use a Dropdown menu if needed
	
	When we've not enough horizontal space add a dropdown menu and fill it with menu entries
	that wouldn't show correctly.

2014-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MenuDropdown: add dropdown menu entry that acts both like an entry and container

2014-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Decorations: add more introspection data

2014-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuLayout: don't use append to add items, add them manually
	
	So we can just relayout once instead that once per item added.

2014-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuEntry: set the always_wait_grab_timeout value to true on GrabEdge
	
	This will make possible to see the menus also on non-resizable windows.

2014-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsGrabEdge: add construction parameter to always wait grab timeout
	
	If this value is true, we always wait the grab timeout to happen before starting
	to grab a window.

2014-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuEntry: promptly show the menu if the window is not maximizable

2014-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsGrabEdge: add IsMaximizable getter

2014-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuLayout: track the mouse pointer position when an entry is active
	
	So now, we can navigate over menu items just moving the pointer over them.

2014-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuEntry: make ShowMenu public

2014-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuEntry: don't try to show the menu if the entry is already active

2014-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuLayout: add active property and ChildrenGeometries method
	
	The menu layout is active when one of its children is, this way we can notify the parent.
	Added ChildrenGeometries to generate the EntryLocationMap to be sent to the u-p-s

2014-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuEntry: add a ShowMenu method and an active property
	
	We set the entry active as soon as we try to show the menu, if that won't happen
	we'll get a signal back that will reset it.
	Also expose the entry Id so we are able to send the geo informations to the Panel Service.

2014-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsGrabEdge: add IsGrabbed getter
	
	If true it means that the grab action has been started; false otherwise.

2014-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusIndicators: use Async dbus calls when we don't need prompt reply

2014-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TexturedItem: don't emit any geometry_changed signal if the coords haven't changed

2014-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CompizUtils: return a bool on all the Set functions (if anything changed)

2014-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Indicators: use unordered_map by default

2014-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuLayout: add layout for Menus

2014-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuEntry: use prelight-mode for "show-now"

2014-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: ignore underscore in menu text, use prelight-mode for "show-now"

2014-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsMenuEntry: add simple indicator::Entry wrapper that draws a textured menu entry

2014-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsSlidingLayout: add simple layout that will show only only one item at time when mouse_owner

2014-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: use a WeakPtr for title
	
	It's a child of layout, so it will be automatically deleted when its parent will disappear

2014-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsPriv: use uweak_ptr

2014-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsEdgeBorders: add border getter

2014-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWindowButton: make sure we override the proper functions

2014-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: add typedef for Item::WeakPtr and use it in InputMixer

2014-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UWeakPtr: add std::weak_ptr extended class to handle them as shared_ptr's
	
	This means that we have bool, -> and * operators handy.

2014-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: make BasicContainer to inherit from std::enable_shared_from_this

2014-02-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge with trunk

2014-02-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: add method to draw Menu Entries

2014-02-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BasicContainer: factorize similar actions inside Relayout, and make DoRelayout virtual instead
	
	Implementors will have to implement DoRelayout instead, without caring about multiple calls to it
	or emitting geometry changes afterwards.

2014-02-20  CI bot  <ps-jenkins@lists.canonical.com>

	The decor now scales with the DPI value. 

2014-02-20  CI bot  <ps-jenkins@lists.canonical.com>

	Add dynamic HiDPI support to the quicklist. 

2014-02-20  CI bot  <ps-jenkins@lists.canonical.com>

	Add dynamic HiDPI support to the tooltips. 

2014-02-20  CI bot  <ps-jenkins@lists.canonical.com>

	Add dynamic HiDPI support to the launcher. Fixes: 1075417

2014-02-20  Brandon Schaefer  <brandontschaefer@gmail.com>

	UnitySettings: use proper gnome scaling-factor 

2014-02-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UScreen: multiply the monitor pixel geometry with the scale factor

2014-02-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnitySettings: use proper gnome scaling-factor

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Move to EM::Ptr

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Move to ::Ptr

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Move to ::Ptr

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Resize the icons when the DPI changes

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge parent

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Reference

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge parent

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Need to use a reference for EMConverter

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge parent

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Reference

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge parent

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Do not adopt Views

2014-02-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* parent

2014-02-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge parent

2014-02-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Update the window button scale

2014-02-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge parent

2014-02-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fix unit tests (need a unity::Settings instance)

2014-02-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge back

2014-02-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merged back

2014-02-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* merge

2014-02-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge parent

2014-02-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge parent

2014-02-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge parent

2014-02-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Resize decor border to match the DPI scaling value per monitor.

2014-02-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Remove Reloading the Quicklist when mouse leave (causes crash). As when you
	right click and the quicklist opens it also forces the mouse to leave, mean SEG FAULT!

2014-02-10  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merged prev branch
	* Update QuicklistView with new RawPixel

2014-02-10  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Move the tooltip over to new RawPixels

2014-02-10  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge prev branch

2014-02-10  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Move Launcher over to new RawPixel

2014-02-10  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge from panel-dpi-height

2014-01-27  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Quicklist Dynamically resize with DPI change.

2014-01-24  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Tooltip dynamically resize with the DPI

2014-01-24  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Launcher now dynamically resizes with DPI changes!

2014-02-20  Brandon Schaefer  <brandontschaefer@gmail.com>

	Remove the nux::Property panel_height; Replace it with a function.
	
	Now PanelStyle holds up to monitors::MAX panel_height. Now to get the panel height for the monitor you just use PanelHeight(int monitor).
	
	Added a signal panel_height_changed() that will emit the new panel height, and the monitor that was changed. Its not currently used. Fixes: 1075417

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Parent

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fix infinte loop, thanks Marco!

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge trunk

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fix bug, race issue when setting the DPI settings, then changing it very quickly.

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Move to EMConverter::Ptr

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Should make sure it compiles...geez

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Update MinMax height in SetMonitor

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* rebase scaleish spread

2014-02-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Returns a & and use a & when dealing with EMConverters
	* Fix signal getting problems

2014-02-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Cleaned up parts in *EntryView*
	* Cleaned up bits that use PanelHeight, (Missed some defaulted calls)

2014-02-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Remove panel_height that come back somehow!

2014-02-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Semi colon missing :(

2014-02-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge trunk

2014-02-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Remove all the unneeded calls the PanelHeight(), make a variable hold that instead.

2014-02-16  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Update more with monitors checks for PanelHeight. A couple moure to go.
	* Still need to update the window buttons correctly when different monitor
	sizes.

2014-02-10  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Move over to a new dpi_changed signal (not hooked up yet with the new settings)
	So now when the DPI changes everything that needs to update it self in the Panel will!

2014-02-07  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge trunk again!

2014-02-07  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge trunk

2014-01-23  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Change ConvertPixels to CP

2014-01-23  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Rename em_converter_ to em_

2014-01-23  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge in my panel height DPI changes over the unity-decorations changes.
	We now depend on this branch!

2014-01-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Scale window buttons when the DPI changes

2014-01-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fix merged problems

2014-01-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge trunk

2014-01-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Update MinMax size in the paneltray

2014-01-16  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Scale the indicator icons with the DPI!

2014-01-16  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge trunk

2014-01-16  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Panel/Launcher dynamically resize when the DPI changes

2014-01-16  Brandon Schaefer  <brandontschaefer@gmail.com>

	* This causes some intersting problems if the panel height is different on 1 monitor.
	... unityshell.cpp is going to need some love to get this working nicely.

2014-01-16  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Move to PanelHeight inside panel::Style::GetBackground()
	* Remove unused function pane::Style::GetHomeButtons()
	* Filled in a couple more PanelHeight(monitor) calls

2014-01-15  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Add a couple of test for outof bounds (under/over)

2014-01-15  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Use the specific monitor that is being using for the panel height.
	As it will soon be subject to be different heights

2014-01-15  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Move panel::Style::panel_height over to a function PanelHeight(int monitor)

2014-02-18  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.2+14.04.20140218.1-0ubuntu1

2014-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: add a SpreadFilter when in Scale mode, when updated it filters the scale results
	
	The SpreadFilter is a BaseWindow with a SearchBar shown on the top-left corner of the
	active workspace that is hidden by default monitoring key-presses; when some content is
	written, the bar is shown, while is hidden when empty.
	
	Thanks to this we can finally filter the windows by name in the unity spread! Fixes: 1281257

2014-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: use CancelAction to terminate scale by default
	
	If we terminated it, it means that there has been no user action

2014-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSpread: verify that window button terminates the spread

2014-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSpread: verify the panel is in overlay mode during the spread

2014-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SpreadTests: don't consider the BFB as anways-saturated button anymore

2014-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSpread: verify the spread filter

2014-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: introspect spread::Filter

2014-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SpreadFilter: include geometry in introspection

2014-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SearchBar: add only valid introspection value

2014-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SpreadFilter: some cleanup

2014-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SpreadFilter: show/hide the filter as soon the text is filled/empty wait less

2014-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SpreadFilter: use longer search wait timeout

2014-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SearchBar: make live search wait a property, use chained constructors

2014-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSpreadFilter: add basic unit tests for the spread::Filter

2014-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/spreadish-scale

2014-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: check for spread selected window only if in spread mode

2014-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: set scalefilter as a conflicting plugin

2014-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: add a SpreadFilter when in Scale mode, when updated it relayouts the scale plugin
	
	Thanks to this we can finally filter the windows by name in the unity spread!

2014-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SpreadFilter: a BaseWindow with a SearchBar that is shown/hidden when there's some content
	
	The SpreadFilter is a SearchBar shown on the top-left corner of the active workspace that
	is hidden by default monitoring key-presses; when some content is put the bar is shown,
	while is hidden when empty.

2014-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SearchBar: clear TextEntry geometry before painting it if not in full-redraw
	
	Otherwise we'd get the same texture redrawn over and over, in standalone mode.

2014-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: simplify the scaled windows selector

2014-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Panel: Draw blurred in spread mode and show active close button
	
	Also desaturate the BFB on spread/expo and set an offset on scale
	when the launcher is hidden (so that we get events and we have a proper
	scaled windows geometry). Fixes: 1280595, 1280616, 1280632

2014-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelMenuView: add tests for PanelMenuView in spread mode

2014-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneWindowManager: emit signals when expo/spread state changed

2014-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2014-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelMenuView: fix failing test

2014-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelView: add some tests for InOverlayMode

2014-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: spotted a regression, set the dash width on overlay initialization

2014-02-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: ignore opacity value when drawing a fake-decoration for scaled windows

2014-02-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: Terminate{Expo,Scale} before activating the an indicator
	
	In this way they are sensitive also in spread and expo mode, acting like when the
	dash/hud is closed.

2014-02-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: draw the window buttons when in Spread mode

2014-02-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: paint the panel as InOverlayMode when in spread mode
	
	Added the concept of InOverlayMode that is true when an overlay is opened
	or when the spread is active. In that case we draw the semi-transparent blurred
	panel and white indicators

2014-02-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: toggle the overlay_mode to match spread state

2014-02-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: Set the scale x_offset when the launcher is in autohide mode

2014-02-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: do the useless search to change the expo offset

2014-02-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: use initialization list and use _spread_state instead of grabExist("scale")
	
	It's surely faster...

2014-02-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: BFB should be desaturated when in spread (scale or expo) mode

2014-02-17  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.2+14.04.20140217-0ubuntu1

2014-02-17  Chris Townsend  <christopher.townsend@canonical.com>

	Fix some more AP tests:
	* Redo the Hud query method to account for the fact that the Hud button we want may not be the first entry.
	* Fix a show desktop test so we get the correct show desktop state after the test exits.
	* Fix a Spread test to get the mouse to move to the Launcher icon that we want. 

2014-02-14  Chris Townsend  <christopher.townsend@canonical.com>

	Fix some more AP tests:
	* Redo the Hud query method to account for the fact that the Hud button we want may not be the first entry.
	* Fix a show desktop test so we get the correct show desktop state after the test exits.
	* Fix a Spread test to get the mouse to move to the Launcher icon that we want.

2014-02-17  Luke Yelavich  <luke.yelavich@canonical.com>

	QuickListMenuItem: Add GetPlainTextLabel method to better present quicklist menu items to screen reader users.
	
	When Orca users navigate quicklists, they hear something like <b>item name</b>, due to the markup for the item being used as the accessible label. Use the ACCESSIBLE_DESC property of dbusmenu menu items to provide a plain text form of the label. Fixes: 1266656

2014-02-13  Luke Yelavich  <luke.yelavich@canonical.com>

	Forgot to rename the call to the new method.

2014-02-13  Luke Yelavich  <luke.yelavich@canonical.com>

	QuickListMenuItem: Add GetPlainTextLabel method to better present quicklist menu items to screen reader users.
	
	When Orca users navigate quicklists, they hear something like <b>item name</b>, due to the markup for the item being used as the accessible label. Use the ACCESSIBLE_DESC property of dbusmenu menu items to provide a plain text form of the label.

2014-02-17  Niklas Steger  <niklas.steger@gmx.net>

	Add missing unity-scope-home dependency. Fixes: 1233029

2014-02-12  Niklas Steger  <niklas.steger@gmx.net>

	Fix for missing unity-scope-home. Prevents Unity from only showing applications.

2014-02-17  Sebastien Bacher  <seb128@ubuntu.com>

	Restore archive change dropped by error, let g-s-d run in Unity sessions 

2014-02-17  Sebastien Bacher  <seb128@ubuntu.com>

	Restore archive change dropped by error, let g-s-d run in Unity sessions

2014-02-14  CI bot  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.2+14.04.20140214.1-0ubuntu1

2014-02-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: we don't need to escape the panel title anymore
	
	New decorations just use pango text. Fixes: 1280077

2014-02-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with parent branch

2014-02-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tests: add tests to verify the text escaping

2014-02-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: don't use escaped text by default, we do it when drawing
	
	Otherwise PanelMenuView wouldn't get proper string on launcher navigation.

2014-02-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: we don't need to escape the panel title anymore
	
	New decorations just use pango text.

2014-02-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	{DecorationsGrabEdge, PanelTitlebarGrabAreaView}: show the WindowAction menu on right-click Fixes: 1098419, 1280042

2014-02-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: revert wrong change for this branch

2014-02-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: set the pointer outside the panel once the Action menu has been closed

2014-02-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: Ungrab the pointer if we get a grab notification and we have a mouse owner
	
	This fixes the problem with window-actions menus showing on decoration right-click,
	as we don't get a ButtonRelease event back, so we need to cancel it.

2014-02-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsInputMixer: add UngrabPointer, it unsets the mouse owner and mouse_down status

2014-02-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Show the maximized action window menu on right-click over Grab area

2014-02-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelTitlebarGrabAreaView: add menu request signal on right-click

2014-02-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: use UnGrabMousePointer

2014-02-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager: add ShowActionMenu and UnGrabMousePointer
	
	ShowActionMenu asks compiz to show the toolkit action menu for windows
	while UnGrabMousePointer is a workaround we need to open menus with nux.
	The code was put in two different places, better to just have one.

2014-02-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsGrabEdge: show the WindowAction menu on right-click

2014-02-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherDragWindow: set the drag window background to transparent or it will be white by default
	
	This was causing a quick flickering of the icon as soon as it was drawn on the first place. Fixes: 1279904

2014-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherDragWindow: set the drag window background to transparent or it will be white by default
	
	This was causing a quick flickering of the icon as soon as it was drawn on the first place.

2014-02-14  CI bot  <ps-jenkins@lists.canonical.com>

	Flush trunk to Ubuntu 

2014-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MenuManager: add a wrapper for Indicators and KeyGrabber that registers mnemonics
	
	It also emits signals with accumulators that will just stop the emission when a client
	returns true, and holds menu general settings.
	
	Approved by Brandon Schaefer, PS Jenkins bot.

2014-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneUnity: fix compilation and crash on load

2014-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: make sure that the pointer won't select another entry just after keyboard activation
	
	If the pointer is over a panel entry and an indicator is activated using keyboard, we don't have
	to activate the entry under it, until it will change position.

2014-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: remove unneeded function

2014-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MenuManager: add nux::Property's to handle menu settings
	
	This is way better than passing the single values so many times in the panel

2014-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Introspectable: don't try to add or remove an invalid child

2014-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Unity: just create one MenuManager on creation and share with Panel
	
	Also this allows testability without relying on actual dbus indicators.

2014-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Indicators: make also ShowEntriesDropdown a virtual method

2014-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MenuManager: add a wrapper for Indicators and KeyGrabber that registers mnemonics
	
	It also emits signals with accumulators that will just stop the emission when a client
	returns true.

2014-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	KeyGrabber: add abstract class and implement it in GnomeKeyGrabber

2014-02-12  Chris Townsend  <christopher.townsend@canonical.com>

	Fix Autopilot test issue where Show Desktop is somehow invoked and the recovery from this does not properly get the state back to Show Desktop off.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2014-02-12  Chris Townsend  <christopher.townsend@canonical.com>

	Fix Autopilot test issue where Show Desktop is somehow invoked and the recovery from this does not properly get the state back to Show Desktop off.

2014-02-12  Chris Townsend  <christopher.townsend@canonical.com>

	Fix where the mouse_disabled_ variable was unintialized which would cause the Switcher to not work correctly with the mouse and arrow keys.
	Fix the mouse filter list to account for only motion and button click/release so arrow key navigation will still work in the Switcher when mouse interaction is disabled. Fixes: https://bugs.launchpad.net/bugs/1279499.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2014-02-12  Chris Townsend  <christopher.townsend@canonical.com>

	Fix where the mouse_disabled_ variable was unintialized which would cause the Switcher to not work correctly with the mouse and arrow keys.
	Fix the mouse filter list to account for only motion and button click/release so arrow key navigation will still work in the Switcher when mouse interaction is disabled.

2014-02-12  Stephen M. Webb  <stephen.webb@canonical.com>

	add multi-mointor support to a couple of tests where it got misssed.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2014-02-12  Stephen M. Webb  <stephen.webb@canonical.com>

	add multi-monitor support to a couple of tests that were missing it

2014-02-12  Chris Townsend  <christopher.townsend@canonical.com>

	Fix a failing Dash AP test due to too many results being returned which caused the position of the Dash icon to be off the screen.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2014-02-11  Chris Townsend  <christopher.townsend@canonical.com>

	Fix a failing Dash AP test due to too many results being returned which caused the position of the Dash icon to be off the screen.

2014-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsInputMixer: pass Timestamp to events
	
	This might be needed to perform some actions, and using CompScreen getCurrentTime()
	is way much more expensive than I thought.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2014-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestInputMixer: update to match new API

2014-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsInputMixer: pass Timestamp to events
	
	This might be needed to perform some actions, and using CompScreen getCurrentTime()
	is way much more expensive than I thought.

2014-02-11  William Hua  <william.hua@canonical.com>

	Implement the GNOME key grabber interface so that Compiz and gnome-settings-daemon no longer have to fight for key grabs. Also, fix the global menu bar mnemonics. (LP: #1113008, LP: #1206582, LP: #1226962). Fixes: https://bugs.launchpad.net/bugs/1113008, https://bugs.launchpad.net/bugs/1206582, https://bugs.launchpad.net/bugs/1226962.
	
	Approved by Christopher Townsend, Marco Trevisan (Treviño), PS Jenkins bot.

2014-02-11  William Hua  <william.hua@canonical.com>

	Merge trunk.

2014-02-07  William Hua  <william.hua@canonical.com>

	screen_ might be NULL if Compiz wasn't initialized (as in tests).

2014-02-07  William Hua  <william.hua@canonical.com>

	Remove grabbed actions on destruction.

2014-02-06  William Hua  <william.hua@canonical.com>

	Add alt reveal menu AP test.

2014-02-06  William Hua  <william.hua@canonical.com>

	Use test logger.

2014-02-05  William Hua  <william.hua@canonical.com>

	Refactor tests; do a proper tear-down.

2014-02-05  William Hua  <william.hua@canonical.com>

	Add clean-up for tests.

2014-02-05  William Hua  <william.hua@canonical.com>

	Merge trunk.

2014-02-05  William Hua  <william.hua@canonical.com>

	Simplify show menu with alt.

2014-02-04  William Hua  <william.hua@canonical.com>

	Clean up.

2014-02-04  William Hua  <william.hua@canonical.com>

	Merge trunk.

2014-02-04  William Hua  <william.hua@canonical.com>

	Stop tracking grabs; Compiz already does it for us.

2014-02-04  William Hua  <william.hua@canonical.com>

	Test was slightly incorrect, fix it.

2014-02-03  William Hua  <william.hua@canonical.com>

	Add GnomeKeyGrabber autopilot tests.

2014-02-01  William Hua  <william.hua@canonical.com>

	Only watch if we have a grabber.

2014-02-01  William Hua  <william.hua@canonical.com>

	Clean up.

2014-02-01  William Hua  <william.hua@canonical.com>

	Remember to set state to CompAction::StateInitKey.

2014-02-01  William Hua  <william.hua@canonical.com>

	Fix crash.

2014-01-31  William Hua  <william.hua@canonical.com>

	Fix CMake errors.

2014-01-31  William Hua  <william.hua@canonical.com>

	Implement mnemonic grabber in panel.

2014-01-31  William Hua  <william.hua@canonical.com>

	Pass key grabber down to implementation.

2014-01-31  William Hua  <william.hua@canonical.com>

	Pass GnomeKeyGrabber.

2014-01-31  William Hua  <william.hua@canonical.com>

	Grabber is a pointer.

2014-01-30  William Hua  <william.hua@canonical.com>

	Don't use grabber namespace.

2014-01-30  William Hua  <william.hua@canonical.com>

	Remove mnemonic grabbing from u-p-s.

2014-01-29  William Hua  <william.hua@canonical.com>

	MP fix-up.

2014-01-29  William Hua  <william.hua@canonical.com>

	Merge trunk.

2014-01-22  William Hua  <william.hua@canonical.com>

	Show menu bar on alt press.

2014-01-21  William Hua  <william.hua@canonical.com>

	We renamed CompAction::Class to CompAction::Container.

2014-01-20  William Hua  <william.hua@canonical.com>

	Use key grabber for mnemonics.

2014-01-19  William Hua  <william.hua@canonical.com>

	Merge trunk.

2014-01-12  William Hua  <william.hua@canonical.com>

	Fix key re-assignment bug.

2014-01-10  William Hua  <william.hua@canonical.com>

	Merge trunk.

2013-12-29  William Hua  <william.hua@canonical.com>

	Merge trunk.

2013-12-23  William Hua  <william.hua@canonical.com>

	possibleTap wasn't getting set, fix that.

2013-12-23  William Hua  <william.hua@canonical.com>

	Fix vector re-allocation crash.

2013-12-19  William Hua  <william.hua@canonical.com>

	Differentiate between modifier-only and other shortcuts.

2013-12-17  William Hua  <william.hua@canonical.com>

	Fix deprecation error.

2013-12-12  William Hua  <william.hua@canonical.com>

	GnomeKeyGrabber initial implementation.

2014-02-10  Chris Townsend  <christopher.townsend@canonical.com>

	Fix a couple of test_panel AP tests:
	* The overlay window buttons did not take multi-monitor into account, so now account for that.
	* Fix the AP test themselves to actually use the correct introspection object.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2014-02-10  Chris Townsend  <christopher.townsend@canonical.com>

	Fix a couple of test_panel AP tests:
	* The overlay window buttons did not take multi-monitor into account, so now account for that.
	* Fix the AP test themselves to actually use the correct introspection object.

2014-02-10  Dimitri John Ledkov  <xnox@ubuntu.com>

	(sync with archive)
	
	* Temporally allow running under gnome-settings-daemon, until
	unity-settings-daemon is in main.
	* Make unity7 job start on started either gnome or unity settings
	daemon.
	* Cherrypick "Removed the ZeitgeistUtils.h as this is no longer needed
	since Zeitgeist in main is now fixed." to fix FTBFS.

2014-02-08  Chris Townsend  <christopher.townsend@canonical.com>

	Fixes some Autopilot Panel test failures:
	* Emit the signal to call OnIndicatorViewUpdated() when the active window position has changed.
	* Account for an overlay (Dash/Hud) to be opened when testing if the window buttons should be shown in the Panel. This was removed some revisions ago and it looks like it shouldn't have been.
	* Fix up a Panel test since it was failing in a part that didn't need to be ran anyways. Fixes: https://bugs.launchpad.net/bugs/1277265.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2014-02-07  Chris Townsend  <christopher.townsend@canonical.com>

	Remove the check to see if the overlay is open in the PanelMenuView from my last commit.

2014-02-06  Chris Townsend  <christopher.townsend@canonical.com>

	Fixes some Autopilot Panel test failures:
	* Emit the signal to call OnIndicatorViewUpdated() when the active window position has changed.
	* Account for an overlay (Dash/Hud) to be opened when testing if the window buttons should be shown in the Panel.  This was removed some revisions ago and it looks like it shouldn't have been.
	* Fix up a Panel test since it was failing in a part that didn't need to be ran anyways.

2014-02-07  Brandon Schaefer  <brandontschaefer@gmail.com>

	Simple RawPixel class. It adds 2 define literals, ex: 10_em, 10.0_em. From there it turns them into raw pixels. RawPixels have CP (CovertPixel) function which takes in an EMConverter that allows you to use a converter specific to a monitor to convert the raw pixel to the correct value.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2014-02-07  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Add a RawPixel class, which has 2 defined literals (ex: 10_em, 10.0_em)

2014-02-07  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	function that gets the monitor name from the GDKScreen in UScreen.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2014-02-07  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	fixed return statement (output_name is not a char* anymore)

2014-02-06  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	GetMonitorName now gets the monitor number as a parameter, also, it always
	return a non-null std::string

2014-02-05  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	function GetMonitorName: finds the name of the MonitorWithMouse

2014-02-05  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	added GetScreen function that returns the GDKScreen

2014-02-07  William Hua  <william.hua@canonical.com>

	Launcher: Fix GVariant type error in Hud UBus message.
	
	Approved by Marco Trevisan (Treviño), Christopher Townsend, PS Jenkins bot.

2014-02-05  William Hua  <william.hua@canonical.com>

	Fix it in launcher instead.

2014-02-05  William Hua  <william.hua@canonical.com>

	Fix GVariant typing error in HudController.

2014-02-04  Sebastien Bacher  <seb128@ubuntu.com>

	lists keybinding in unity-control-center. Fixes: https://bugs.launchpad.net/bugs/1271710.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2014-02-04  Sebastien Bacher  <seb128@ubuntu.com>

	lists keybinding in unity-control-center

2014-02-04  Sebastien Bacher  <seb128@ubuntu.com>

	use unity-control-center by default.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2014-02-04  Sebastien Bacher  <seb128@ubuntu.com>

	use unity-control-center by default

2014-02-03  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	Configuration Parser class for custom gsettings.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2014-02-03  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	fixed indent issue

2014-02-03  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	added configuration parser

2014-02-03  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	new gsetting in unityshell.xml.in: fonts-scale-factor.
	
	Approved by Brandon Schaefer, PS Jenkins bot.

2014-02-03  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	new gsetting: "fonts-scale-factor"

2014-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: show a dropdown menu of indicators, if there's no enough horizontal space
	
	PanelService: add new dbus method ShowEntriesDropdown that when called puts
	the requested indicator entires into a DropDown menu before showing them,
	also threat dropdown menus as special entries when the their geometry has
	been synced.
	
	UnityCore: add add ShowEntriesDropdown virtual method as well and implement
	in DBusIndicators, to call the relative method in PanelService.
	Add parents to indicator::Entry, now an entry can have one or more parents
	(that's mostly depending on how many monitors we have), and if parented,
	it notifies active, show_now and geometry status to them.
	API cleanups included, SO-name bumped.
	
	PanelView: add simpler PreLayoutManagement function, to avoid nux to do too
	many computations that will cause the Menu to relayout too much with no need.
	
	Added PanelIndicatorEntryDropdownView as new subtype of PanelIndicatorEntryView
	that will show a go-down icon on the PanelMenuView that when clicked will show
	a dropdown menu of indicators. This will happen only if there's not enough
	room to see them inline.
	
	PanelIndicatorsView: many cleanups, and add EnableDropdownMenu that creates a
	new PanelIndicatorEntryDropdownView and uses it to place the entries that don't
	fit the available space, until we don't get some more.
	
	Added and reworked a bunch of unit tests. Fixes: https://bugs.launchpad.net/bugs/1274554.
	
	Approved by Christopher Townsend, PS Jenkins bot.

2014-01-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelIndicatorEntryDropdownView: disable the jenkins-only failing checks

2014-01-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestMain: remove old unused definitions

2014-01-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: both redraw and relayout on changes
	
	There's something weird happening here, though.

2014-01-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CMake, Tests: use file (COPY ...) directive to copy data files (instead of doing everything manually)

2014-01-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tests: include go-down-symbolic icon in tests, or they will fail in jenkins

2014-01-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ExternalGSChema: define other external schemas we use in unity

2014-01-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	debian: make the libunity-core-6.0 packaging reflect the new soname

2014-01-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: set PanelMenuView stretch factor to 0, as we manually manage its size.

2014-01-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: connect to entry signals on entry_added signal
	
	Also SetMaximumEntriesWidth before computing the layout content size (as it might change it).

2014-01-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: enable dropdown menu on PanelMenuView

2014-01-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelIndicatorsView: verify EnableDropdownMenuInvalid

2014-01-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockIndicators: Move definition in a separate header, update TestIndicators accordingly

2014-01-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelIndicatorEntryDropdownView: add unit tests covering its behavior

2014-01-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorsView: add EnableDropdownMenu, if enabled we add a PanelIndicatorEntryDropdownView
	
	That dropdown is used to adjust the size of the children, hiding them under a dropdown icon
	instead of collapsing or loosing their control. This is motly unseful only for PanelMenuView,
	but it might be enabled also for standard indicators.
	
	Including, as often, some code cleanup, removing useless dynamic_casts and iterate over
	layout_->Children()'s instead that over entries. Added entry_added and entry_removed signals.

2014-01-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: remove the useless code to paint indicator entries with fade-out

2014-01-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryDropdownView: mark a child entry as "in_dropdown" when added/removed

2014-01-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: add in_dropdown property, to mark an entry logically hidden
	
	When an entry is in_dropdown it should be hidden logically, but it should still be active,
	as the internal Entry can notify its parent.
	Include some code cleanups, and set the entry size to a fixed value

2014-01-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelView: use a mock DBusIndicators instead that real one
	
	We still intialize a proxy internally, but at least we won't use it.

2014-01-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryDropdownView: added a new kind of EntryView that is a logical container
	
	The role of this view is to act like a queue of EntryView's that should be hidden when added to
	this view and pop'ed when there's enough space for them on the main widget.
	Overriding the ShowMenu method we can call the ShowEntriesDropdown Indicators method
	in order to see the hidden entries as drop-down

2014-01-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell.xml.in: make showrepaint plugin to be loaded after unity
	
	Otherwise we won't see the unity redraws...

2014-01-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: add PreLayoutManagement to better handling relayouting
	
	We force the menuview to use all the space that is not used by tray or indicators.
	This saves a lot of computations at nux layout level

2014-01-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IndicatorEntry: don't set an entry invisible if it has parents
	
	Reverting previous logic... Since the IndicatorEntry's can be shared between monitors
	then, this would affect the visbility on both. We need to handle this at panel level.

2014-01-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestIndicatorEntry: verify signal emissions on parents adding/removal

2014-01-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestIndicatorEntry: verify visibility changes on add/removal of parents

2014-01-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityCore: update so-name version

2014-01-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IndicatorEntry: set an entry invisible by default if it has parents

2014-01-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IndicatorEntry: cleanup the API, add parents support, improve testing
	
	Each Entry might have one or more (it might happen on multi-monitor) parent entries that will
	match a child geometry, active state and show-now state.
	
	So, when we add a parent we update its values to match the child, when a relevant child value changes
	we inform the parents about it.

2014-01-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Indicators: match ShowEntriesDropdown to the dbus-API
	
	So we get an Entry::Ptr as selected item.

2014-01-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: include selected-entry parameter in ShowEntriesDropdown, fix key navigation
	
	We now can convert fake-dropdown entries from both their id or address, key navigation
	will work also for dropdown menu, while it will be possible to directly open a dropdown
	submenu entry from u-p-s (and so an app with accelerator will be able to show it).

2014-01-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Indicators: remove the ShowDropdownMenu call from Entry, we handle it a lower level now

2014-01-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Indicators: add ShowEntriesDropdown to show a dropdown from a list of entries
	
	And implement it for DBusIndicators

2014-01-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: go back to ShowEntriesDropdown to take a list of entries to show

2014-01-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: add fake-dropdown entries for each indicator, so that they can have a geometry

2014-01-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestIndicatorEntry: verify ShowDropdownMenu calls

2014-01-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestIndicatorEntry: use GMock's facilities for checking signals

2014-01-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IndicatorEntry: add new ShowDropdownMenu call and emit proper signals to Indicator and Indicators
	
	DBusIndicators already supporting sending such signals.
	Added tests.

2014-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandalonePanel: fix compilation with new panel namespace

2014-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Panel: move all the panel classes inside the panel namespace

2014-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusIndicators: fix a typo causing compilation troubles

2014-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusIndicators: add callback to call "ShowEntriesDropdown" panel service method

2014-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestIndicators: use GMock calls checker

2014-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Indicators: cleanup the API
	
	Move virtual methods to protected area, remove unneeded things

2014-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusIndicators: don't use virtual methods on Impl

2014-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusIndicators: fix show-appmenu call, and don't pass & to lambdas

2014-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: s/ShowEntries/ShowEntriesDropdown/ it takes an entry now and shows all the rest
	
	Basically passing an entry id to the service, it will show all the other entries of the indicator
	from the first to the last ones, inside a drop-down menu.
	We need to use some "hacks" to unparent/reparent menus, but it seems to work as it should.

2014-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: remove the useless offscreen-window and menubar

2014-01-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: add ShowEntries method to show a list of entries in a drop-down menu

2014-01-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorsView: make PanelIndicatorsView const and return a const&

2014-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestIndicator: use SigReceiver with EXPECT_CALL in old tests
	
	Also split them in smaller ones

2014-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestIndicator: verify updated signal

2014-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Indicator: add "updated" signal, that is emitted when entries have been changed
	
	So we get just one signal when a bunch of entries have been added or removed
	instead of many

2014-01-31  Brandon Schaefer  <brandontschaefer@gmail.com>

	Add multi monitor support for EMConverter in unity settings. Now you can grab a specific converter per monitor.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2014-01-31  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Reword error message

2014-01-31  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Move div 1024 inside the GetDPI/FontSize funtion

2014-01-31  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Use index to GetDPI(int monitor)

2014-01-31  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Add multi monitor support for EMConverters. Now you asked which EMConverter
	you want for a specific monitor index.

2014-01-31  Brandon Schaefer  <brandontschaefer@gmail.com>

	Move EMConverter over to unity settings.
	
	Approved by Christopher Townsend, Eleni Maria Stea, PS Jenkins bot.

2014-01-30  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Move the EMConverter over to the unitysettings, this way only it will be doing
	the DPI/FontSize updating.

2014-01-31  Chris Townsend  <christopher.townsend@canonical.com>

	Add a method to tell the Hud icon when there are multi-monitors and only a Launcher on the primary monitor. This will make sure the active and visible states for the icon are correct and allow the AP tests to pass. Fixes: https://bugs.launchpad.net/bugs/1274985.
	
	Approved by Brandon Schaefer, PS Jenkins bot.

2014-01-31  Chris Townsend  <christopher.townsend@canonical.com>

	Add a method to tell the Hud icon when there are multi-monitors and only a Launcher on the primary monitor.  This will make sure the active and visible states for the icon is correct and allow the AP tests to pass.

2014-01-30  Brandon Schaefer  <brandontschaefer@gmail.com>

	Add Pt to Px function to em converter.
	
	Approved by Christopher Townsend, PS Jenkins bot.

2014-01-29  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Add a simple Pt to Px function to the EMConverter

2014-01-29  Chris Townsend  <christopher.townsend@canonical.com>

	Fix more AP tests:
	* Fix workspace emulator to get viewport info for more than the first monitor.
	* Fix some Hud, Dash, and Switcher tests for multi-monitor.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2014-01-29  Chris Townsend  <christopher.townsend@canonical.com>

	Fix more AP tests:
	* Fix workspace emulator to get viewport info for more than the first monitor.
	* Fix some Hud, Dash, and Switcher tests.

2014-01-29  Brandon Schaefer  <brandontschaefer@gmail.com>

	Testing that the ibus anthy tests could possibly be causing strange issues on the nvidia machine. So skipping them to test if tihs is the source of the error.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2014-01-29  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Skip IBUS tests for a test

2014-01-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	decorations: added new unity-decorations fully gtk-css-themed inside unity. Fixes: https://bugs.launchpad.net/bugs/691817, https://bugs.launchpad.net/bugs/827537.
	
	Approved by Christopher Townsend, Brandon Schaefer, PS Jenkins bot.

2014-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: fix issue when using "titlebar-uses-system-font" setting
	
	It was always using the system font, once enabled one time.

2014-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk, again

2014-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: move definitions of some members in cpp file

2014-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: set back to use mouse-monitor-center introspection data overwritten by merge

2014-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: make sure manager_ is never replaced unless invalid

2014-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsEdgeBorders: use a for-loop to initialize items

2014-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedPriv: remove extern Display definition, just use server->dpy()

2014-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: use auto-const pointers

2014-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: replace inline-? statements with an if

2014-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: make UpdateFrame more readable, splitting it...
	
	As per Brandon's review.

2014-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UNITY_STANDALONE_LADD: no need to use the ";" to separate these parameters

2014-01-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: no need to be friend of decoration::{Window,Manager}

2014-01-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: don't draw fake decoration on windows that don't are decorable and unselected
	
	We still want to paint it on selected windows, to show what they are.

2014-01-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: use nullptr

2014-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: add private IsMaximized utility function

2014-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: add last_title string to backup the title name in case the window is undecorated
	
	This is mostly for maximized windows, as they do have the title also if the current decoration::Title has
	been deleted with the top layout. In this case we need to keep a copy of the text around until we've
	not get decorated again. We're avoiding to duplicate any string content, though.

2014-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2014-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	decorations_pch: include sigc

2014-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: add option to override themed decoration shadows and use for choosing settings
	
	Also update Manager perameters on style changed.

2014-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: get default shadow settings from decoration::Style

2014-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: add back definition for ~Manager, or linking won't work

2014-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: make shadow settings themable

2014-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: use GdkRGBA for glow-color

2014-01-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	decorations: various code cleanups

2014-01-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: no need to set the context changed after building it

2014-01-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	decorations_pch: update precompiled headers

2014-01-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsTitle: damage the window title when text changes

2014-01-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: define a RedrawDecorations method that sets dirty_geo_ and damages

2014-01-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: rebuild window top layout when _MOTIF_WM_HINTS atom changes
	
	In theory it would be better to only hide/remove items from the layout or InputMixer, but
	this is the faster way and really this won't happen so often.

2014-01-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsTitle: use TexturedItem::SetTexture and don't care about manually damaging

2014-01-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: also reset max/min width when setting a new Texture
	
	Otherwise the layout computation won't be affected when changning size.

2014-01-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: move the window controls cleanup into a single function
	
	Also reset the window title instance we have or it will continue to live (what about using a weak_ptr?)...

2014-01-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: fix a typo, check if name changed when Atoms::wmName changed!
	
	Not motif hints... They're only for decorating

2014-01-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsTitle: simplify the logic for setting texture size on text changed, reduce damages

2014-01-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: set decorated window as scaled when in spread-mode

2014-01-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: add scaled property, when that's true draw as active and decorate it
	
	In this way maximized windows get decorated in scale mode (and we use proper textures)

2014-01-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsDataPool: load the glow texture on startup and use it in UnityWindow
	
	Also the windows glowing is now fully themable! ;)

2014-01-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: invalidate the style context before updating the themed values!

2014-01-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CompizUtils: add operator overridden methods for SimpleTexture

2014-01-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: use decoration::Style to get glow settings

2014-01-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: make glow color and size themable

2014-01-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneDecorationStyle: add getters for CornerRadius

2014-01-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CMakeLists: export GTK_PREFIX on config.h instead of hardcoding one

2014-01-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: add support for titlebar-uses-system-font gnome wm setting

2014-01-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: read again the themed values when theme changes
	
	Oh, I really missed this... We need to get these settings again or they won't
	match the new theme...

2014-01-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: add getter for corner radius for each side

2014-01-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: use decoration::Style defined paddings on fake-decorated windows

2014-01-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsTitle: add introspection details

2014-01-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWindowButton: add introspection details

2014-01-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsEdgeBorders: add introspection details
	
	Also rename the Edge::Type::CENTRAL to Edge::Type::GRAB

2014-01-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: return its introspectable children

2014-01-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: add Introspection support

2014-01-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Introspectable: protect against null children

2014-01-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsDataPool: keep track of the Display, as it might be deleted when destroying

2014-01-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager, DecoratedWindow: add introspection support

2014-01-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IntrospectionData: add introspection for compiz geometries classes

2014-01-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager: remove (un)decorate calls and signals, use DecorationStyle to get values

2014-01-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: move decoration support checks in CompizUtils
	
	Having IsWindowShadowDecorable and IsWindowFullyDecorable in unity-shared allows to use
	this in PluginAdapter as well... Not the nicest thing, but more correct.

2014-01-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: updateFrameRegion also when called through minimize handler

2014-01-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: some code cleanup

2014-01-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: invalidate the window buttons cached textures when theme changes
	
	Othewise buttons won't be updated, as they might have multiple references

2014-01-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestTextureCache: add invalidate method, to invalidate a texture

2014-01-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: fix a typo causing missing loading of system-wide buttons files
	
	Also log on missing files

2014-01-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsDataPool: be more verbose on missing ButtonTexture

2014-01-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: initialize the close_icon_state_ value and reset it on close
	
	It was causing a crash; also include close button only on closable windows and
	connect to decoration::Style signals to update the textures.

2014-01-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: remove any local connection, depend on decoration::Style

2014-01-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsTitle: regenerate the title texture if the font changed
	
	We don't need to do this in case of theme changes, because the decoration title
	would be regenerated anyway...

2014-01-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: redecorate framed windows when the theme changes

2014-01-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsDataPool: reload buttons textures when theme changed

2014-01-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: monitor theme and font settings and add properties to match them
	
	Also invalidate contextes (pango and style) when relevant values change.

2014-01-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: use DecorationStyle to get window buttons files or to generate them

2014-01-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: use decoration::DataPool texture for the close button in fake decorated windows

2014-01-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: don't decorate/undecorate windows on spread initiate/terminate
	
	We need to handle this properly, though.

2014-01-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsDataPool: generate cairo-drawn fallback window buttons if no pixmaps are available

2014-01-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: draw filled window buttons with bigger internal symbols

2014-01-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: add function to draw fallback window buttons

2014-01-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: include fallback style classes for supporting old themes

2014-01-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: draw the buttons and title if a clickable element owns the mouse
	
	Also improve the logic...

2014-01-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: use automatic height if not provided a valid value

2014-01-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: always use static_cast, since we're handling private elements it's pretty safe.

2014-01-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: add IsMouseOwner getter

2014-01-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: use DecorationStyle to draw the panel title
	
	This allows us to remove a lot of code duplication...

2014-01-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: don't redraw if title didn't change after a Refresh

2014-01-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: don't care about decorating/undecorating windows
	
	This is now handled by the decoration Manager

2014-01-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: remove unneeded double-assigment

2014-01-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2014-01-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	XWindowManager: apply text corrections also if the text is marked as XA_STRING but invalid utf-8

2014-01-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: some code cleanup

2014-01-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: increase the conflict level with decor plugin, remove it if loaded

2014-01-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell.xml: update default inactive shadow color

2014-01-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: use DecorationStyle to paint fake decorations as well
	
	In this way they will match theming completely.

2014-01-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: use WM's GetStringProperty function to update titles
	
	This saves us to do unneeded XPropertyGet calls, and now we do only one per each changed property.

2014-01-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager: merge GetUtf8Property and GetTextProperty into GetStringProperty
	
	We can only do one blocking call for getting a string property, then we can eventually convert it
	in case it's compound text.

2014-01-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: make fading pixels value themable

2014-01-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsTitle: fade the title tail when it's longer than available space

2014-01-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: set the getter/setter for the title property, as a proxy of the DecorationTitle text value

2014-01-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: Update the window title when the relevant xproperties change

2014-01-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	XWindowManager: initialize atoms and some cleanup

2014-01-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager: move Atom properties getters in XWindowManager
	
	And make them public

2014-01-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDecorationItem: verify RequestRelayout

2014-01-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: add RequestRelayout protected member

2014-01-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets, TexturedItem: don't try to draw a null texture

2014-01-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CompizUtils: add bool operator for SimpleTextureQuad and don't crash on texture member of SimpleTexture

2014-01-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsTitle: only override SetX to eventually align the text

2014-01-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets, Layout: emit geo_parameters_changed after relayouting is done
	
	Otherwise a child-layout won't be able to be resized by its parent in case it has become
	too big.

2014-01-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDecorationLayout: verify recursive relayouting from bottom to top

2014-01-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets, Layout: emit geo_parameters_changed if geo changed
	
	This will make it to notify any eventual parent to relayout as well.
	(and fixes vertically un-aligned text on some lazy windows such as firefox)

2014-01-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: add RWProperty for title

2014-01-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: add Title to the window, inside a padded layout
	
	Finally windows have a title, even if it's static for now.

2014-01-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: adjust the shadows opacity to match more the previous one

2014-01-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TexturedItem: damage the previous geometry if texture changed size

2013-12-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsTitle: add simple implementation of TexturedItem for Title

2013-12-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: add DrawTitle method and TitleIndent value

2013-12-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CompizUtils: avoid some computations if new values are equal to old ones

2013-12-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDecorationItem: add GetTopParent tests

2013-12-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: add GetTopParent method

2013-12-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: redefine max, min and clamp_size as constexpr's

2013-12-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: define ContentGeometry virtual function for BasicContainer
	
	Also add an inline clam_size function to make sure we don't set invalid values.

2013-12-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: add function to compute the natural size of the Decoration Text

2013-12-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: only use the EdgeBorders if a window is resizable, a GrabEdge if movable or nothing
	
	Loving the DecorationWidgets! :P

2013-12-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsGrabEdge: if the window doesn't support maximization, just start movement on it

2013-12-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsEdge: don't set it as sensitive if the window doesn't support the relative action

2013-12-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: use an unordered_map to track the framed windows
	
	The map is referenced by the frame xid, in this way we are much faster to find
	the parent decoration::Window for each event. Using some magic std::weak_ptr's
	not to increas ref counting and not to care much about destroying everything! <3

2013-12-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWindowButton: use SetTexture method, this will get us free relayouting if needed
	
	Like when the window is very small and the button texture changes, in that case we need
	to compute the texture position again.

2013-12-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TexturedItem: add SetTexture method, if the geo changed we also need to relayout

2013-12-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: dont' add an item to Layou if it has already a parent
	
	Tests included.

2013-12-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDecoration{Item,Layout}: add tests for item parent management

2013-12-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: add the concept of Parent to the DecorationItems
	
	Only a container can be a Parent, and in case visibility or geometry of an item
	changes, it notifies the parent.

2013-12-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsGrabEdge: implement the same click/drag behavior that we have in PanelGrabArea
	
	Basically when we have a click event we wait 150ms before claming it as a drag action, unless
	we don't have a movement before.

2013-12-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsGrabEdge: add support for Maximization on DoubleClick!
	
	It might be improved by using the same strategy we have on PanelGrabArea, but it's working well

2013-12-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Decorations: use screen->getCurrentTime() instead of CurrentTime
	
	It seems that the latter is always 0, so we ask compiz screen for the real one.

2013-12-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsGrabEdge: add  new simple class that implements Edge to specialze the central "edge"
	
	That is a grab area, actually...

2013-12-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: add getters for Gtk double click options (max time delta and distance)

2013-12-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsEdge: reorder the Edge::Type enum to make sure we dispatch events with proper priority
	
	Added some comments as well

2013-12-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsEdge: add support for Center edge, and so for the move grab area!
	
	For now implementing the central grab area as a decoration Edge is the best thing
	as the event will be processed using the very same logic... :)

2013-12-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsDataPool: add shared Edge cursors, so we don't need to recreate them multiple-times
	
	Move some code from DecorationsEdge that is now semplified

2013-12-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWindowButton: remove from the Window::Impl namespace
	
	It doesn't depend on the Manager anymore, now that we've the TexturePool

2013-12-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsDataPool: add new singleton-based class for handling shared textures

2013-12-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDecorationInputMixer: verify that removal of the InputMixer parent from a children event won't crash it
	
	This is what happens when pressing the maximize button, as the decoration is immediately deleted
	and so the InputMixer. Then we can't continue running it.

2013-12-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: Just decorate a window if it requested to do so
	
	If a window sends the _NET_REQUEST_FRAME_EXTENTS atom, then we need to decorate it,
	in any case... Otherwise java apps won't get proper absolute geometry as expected.
	It's basically a similar fix as the one that was applied on bug #1110138

2013-12-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: keep track of the last mouse-owner InputMixer with a weak_ptr
	
	In this way we can eventually send ButtonRelease events to that mixer

2013-12-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsEdge: start move/resize event on MouseDown over an edge
	
	Yay, we can finally resize windows (not move yet) :P

2013-12-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: add EdgeBorders
	
	Even if thery're not sensitive (yet), now each windows show the proper mouse cursor when 
	the mouse hits the edges! :)

2013-12-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	XWindowManager: use compiz cached atoms

2013-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWindowButton: vertically-unmaximize a window if it was previously maximzied when pressing on Maximize button
	
	This set the old behavior back.

2013-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: add a virtual Relayout method on BasicContainer and call it on geo changed
	
	So we can remove duplicated data from Layout and DecorationsEdgeBorders

2013-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	EdgeBorders: add a SimpleContainer that holds DecorationEdge's and disposes them at the edges of the Geometry
	
	We add edges and at every geometry change we make sure that the Edges are placed in the proper position.

2013-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationEdge: add a simple edge class that defines the proper cursor for window on-mouse-over

2013-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: fix an ugly Width/Height typo in SetMaxHeight that was causing weird troubles

2013-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDecorationInputMixer: add Removal test

2013-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: use std::deque to define Item::List, it's faster and allow direct access

2013-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: add InputBorder property to style and use it in Window
	
	Deprecate BorderWidth method.

2013-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneDecorationStyle: fix typos

2013-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsInputMixer: use IsContainer during recursive search and eventually static cast to BasicContainer

2013-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: add IsContainer virtual method to item and BasicContainer as layout parent
	
	This would make casting nicer

2013-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsInputMixer: use a std::weak_ptr to verify validity of last_mouse_owner_ after event triggering
	
	When relasing the Maximization button, the event callback in WindowButton might cause to destroy
	the current InputMixer, and this would lead to a crash when performing the next step, trying to compute
	a new mouse owner. By using a weak_ptr we can monitor the deletion of the last_mouse_owner value, and
	in that case don't continue with our tasks...
	
	Now we can safely re-enable the destruction of the input_mixer instance in the DecoratedWindow.

2013-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: initialize the top_layout focus to match the active status
	
	Otherwise we'll get unfocused layout when unmaximizing...

2013-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWindowButton: correctly handle mouse-up events and perform the relative action
	
	Yay! Windows now can be properly controlled ;)

2013-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: handle Frame events before all the other unity ones

2013-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: don't grab pointer, or it seems we get duplicated ButtonPress events

2013-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: make InputMixer friend class of Item

2013-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWindowButton: don't damage or update texture if we're switching with the current one.
	
	Also don't draw a grabbed button as prelighted

2013-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWindowButton: don't draw as pressed a button when mouse is outside it

2013-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDecorationInputMixer: add mouse-down grabbing tests

2013-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDecorationInputMixer: fix button down event, relasing the button after each down

2013-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWindowButton: add pressed button state

2013-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsInputMixer: don't change the mouse owner if the mouse is pressed, report events to previous owner

2013-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: process frame input events in each windows' InputMixer

2013-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWindowButton: move definition of Window::Button in external file
	
	Implement texture update based on real state, now it matches focused and mouse state

2013-12-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDecoration{Item, Layout}: add focused tests

2013-12-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: add focused property, layout items will always match the parent

2013-12-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: add InputMixer and include the top layout and the frame area on it
	
	It's mostly an inital work, but finally the button texture updates based on input events.

2013-12-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDecorationInputMixer: test other events

2013-12-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDecorationInputMixer: add tests for Enter and Motion events

2013-12-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDecorationInputMixer: add basic tests

2013-12-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationMockItem: move in a new header file, add mock definitions for event functions

2013-12-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationItem: define std::list<Item::Ptr> as Item::List

2013-12-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDecorationItem: verify default property values

2013-12-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsInputMixer: add new class for handling input events and dispatching them to the proper Item

2013-12-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: add methods for event handling

2013-12-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDecorationItem: verify items size after relayouting

2013-12-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: log error if we are into an endless loop when relayouting

2013-12-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDecorationLayout: added some layout tests

2013-12-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CompizUtils: define operator<< for CompRect

2013-12-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: make an Item visible by default

2013-12-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDecorationItem: verify SetCoords and internal geometry changed signal emission

2013-12-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: add implementation of Geometry method, children might Implement InternalGeo.

2013-12-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: don't allow negative values for Natural Size

2013-12-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDecorationWidgets: add TestDecorationItem tests

2013-12-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestUnityWindowStyle: fix use count computation after api changes.

2013-12-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CMakeLists: include full unity-protocol-private library path in UNITY_STANDALONE_LADD
	
	So we export correctl the lib/libunity path on executables run path (no need LD_LIBRARY_PATH set anymore).

2013-12-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Decorations: fix pre-compiled headers

2013-12-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Decorations: use find_library to get the compiz composite lib instead of simple LDFLAGS, to make linker to define proper RUNPATH

2013-12-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShared: use find_library to get the compiz opengl lib instead of simple LDFLAGS, to make linker to define proper RUNPATH

2013-12-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Decorations: move to separated library

2013-12-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CompizUtils: move to unity-shared and link in unity-shared-compiz

2013-12-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Decorations: get rid of Unity{Screen,Window} dependency

2013-12-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: remove the dependency on UnityScreen
	
	And mostly on UnityWindow...

2013-12-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecoratedWindow: add first basic WindowButton implementation, and put inside a layout
	
	We now draw the window buttons, still insensible though.

2013-12-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: add method to get style padding

2013-12-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: add border struct, and use it to save border parameters

2013-12-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets, Layout: add external padding properties

2013-12-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: use nux::Property for the padding, fix the drawing when resizing

2013-12-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: return a const& on Get method

2013-12-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: add internal signal to notify when geometry parameters change
	
	We use it in layout instead of overriding

2013-12-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: use better Item geometry management, simplify layout and TexturedItem

2013-12-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsWidgets: add a simple basic implementation of compiz-textures based widget system

2013-12-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CompizUtils: add more utility functions and compile guard

2013-12-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindowStyle: make Get() static method to return a const&

2013-12-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: load the window button textures on initialization, add private getter

2013-12-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: add function to get the WindowButton filename

2013-12-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: use DecorationStyle enum definitions

2013-12-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: no need to push/pop cairo groups when painting the background

2013-12-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManagerPriv: move to DecorationsPriv.h

2013-12-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: move Windows code into DecoratedWindow
	
	Still use DecorationsManagerPriv.h as shared private header

2013-12-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: cleanup the textures when undecorating
	
	And some code cleanup as well.

2013-12-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CompizUtils: add SimpleTexture base class and use it in SimpleTextureQuad (it was PixmapTextureQuad)

2013-12-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: use UpdateDecorationPositionDelayed when the active state of a window changes

2013-12-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManagerPriv: Manager is sigc::trackable

2013-12-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: use UpdateDecorationPositionDelayed on {move,resize}Notify
	
	In this way we don't really do any computation unless we need to draw the window.

2013-12-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: add UpdateDecorationPositionDelayed method to regenerate textures and matrices at paint time
	
	This might speed-up window movement and resizing.

2013-12-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: draw different decoration textures based on the window active status

2013-12-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: draw decoration textures using DecorationStyle
	
	Finally we've some sort of really-painted decorations using our gtk styling! :)

2013-12-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CompizUtils: add TextureQuad and PixmapTextureQuad structs

2013-12-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: add method for drawing a styled side texture canvas

2013-12-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: use DecorationSyle to define window borders.

2013-12-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: use correct clip region when painting on transformated output
	
	Also use std::array instead of an old style vector.

2013-12-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationStyle: add a class to parse and draw the decorations using the provided Gtk Style.

2013-12-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-12-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: support different types of shadows for active and inactive windows
	
	Each window uses a different texture beased on its active or inactive status

2013-12-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-11-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: use CompizUtils for texture rendering, remove duplicated code

2013-11-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: use CompizUtils for texture rendering

2013-11-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CompizUtils: add some utilities to handle cairo textures in unity trough compiz

2013-11-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: update the decoration on initial damage

2013-11-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: Update decoration texture when options change
	
	This means rebuilding the texture, updating its matrices and damaging
	the window extents.

2013-11-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: add decoration options to ccsm
	
	Also define a NuxColorFromCompizColor

2013-11-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationManager: Only update shadow quads when a window changes its geometry
	
	Also rebuild shadow texture when settings changes

2013-11-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: draw the decorations after the window and update window extents
	
	It's up to the decoration to clip to the window input area.

2013-11-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: draw shadows around windows!
	
	Now the manager support some settings for drawing shadows around windows
	(most of them a part shaped windows and transparent override-redirect ones).
	The shadow texture is built using cairo, basically we draw an angle and then we
	blur it. Then we compute four quads and we use compiz to draw the texture there,
	stretching and repeating it.
	Also we use the shadow regions we computed to calculate the proper OutputExtents,
	in this way compiz will consider these areas as part of the window and will damage them.

2013-11-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: some cleanups to the glow code

2013-11-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: correctly load themed textures from ~/.local/share/themes

2013-11-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge with trunk

2013-11-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: create decoration::Window and notify events to them
	
	In case, through the decoration::Manager...

2013-11-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationManager: add first logic implementation, we finally create frame windows taking events
	
	Invisible, but... Hey there's something!

2013-11-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-11-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-10-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: handle events and setup atoms, make it friend of UnityScreen

2013-10-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DecorationsManager: add first mock implementation

2014-01-27  George Karavasilev  <motorslav@gmail.com>

	LauncherIcon: always try to use themed icons first, before falling back to UnityTheme.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2014-01-25  George Karavasilev  <motorslav@gmail.com>

	Should make the workspace icon themable by icon themes that have workspace icons that follow the same naming covention as the icons in /usr/share/untiy-icon-theme/apps/48 for the workspace icons.

2014-01-27  Chris Townsend  <christopher.townsend@canonical.com>

	More Unity Autopilot Launcher test fixes:
	* When initializing the Launcher tests, check whether the Launcher is available on the monitor being tested. If not, skip the test. Also, move the mouse to the monitor being tested before running the test to make sure the correct Launcher is being tested.
	* Skip some Launcher reveal tests since the test is no longer valid due to how Autopilot moves the mouse now.
	* Fix drag_icon_to_position method.
	* Fix mouse_reveal_launcher method.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2014-01-23  Chris Townsend  <christopher.townsend@canonical.com>

	More Unity Autopilot Launcher test fixes:
	* When initializing the Launcher tests, check whether the Launcher is available on the monitor being tested.  If not, skip the test.  Also, move the mouse to the monitor being tested before running the test to make sure the correct Launcher is being tested.
	* Skip some Launcher reveal tests since the test is no longer valid due to how Autopilot moves the mouse now.
	* Fix drag_icon_to_position method.
	* Fix mouse_reveal_launcher method.

2014-01-23  Chris Townsend  <christopher.townsend@canonical.com>

	More Unity Autopilot Launcher test fixes:
	* When initializing the Launcher tests, check whether the Launcher is available on the monitor being tested.  If not, skip the test.  Also, move the mouse to the monitor being tested before running the test to make sure the correct Launcher is being tested.
	* Skip some Launcher reveal tests since the test is no longer valid due to how Autopilot moves the mouse now.
	* Fix drag_icon_to_position method.
	* Fix mouse_reveal_launcher method.

2014-01-21  Chris Townsend  <christopher.townsend@canonical.com>

	Fix more Autopilot tests:
	* Base icon center introspection on the current monitor instead of the hardcoded first monitor.
	* Fix move_mouse_to_icon AP method to work correctly with multi-monitor.
	* Fix some scroll tests for multi-monitor.
	* Skip the Launcher only on primary monitor/test Launcher functionality on the second monitor tests since the tests cannot run in this scenario.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2014-01-21  Chris Townsend  <christopher.townsend@canonical.com>

	Do not run primary Launcher/secondary monitor scenario for LauncherDragIconsBehavior tests.

2014-01-21  Chris Townsend  <christopher.townsend@canonical.com>

	Fix more Autopilot tests:
	* Base icon center introspection on the current monitor instead of the hardcoded first monitor.
	* Fix move_mouse_to_icon AP method to work correctly with multi-monitor.
	* Fix some scroll tests for multi-monitor.
	* Skip the Launcher only on primary monitor/test Launcher functionality on the second monitor tests since the tests cannot run in this scenario.

2014-01-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	Refactor EMConverter API. Now all thats needed is int ConvertPixels(int pixel); This will calculate the correct pixel size based on the DPI and font size.
	
	Approved by Marco Trevisan (Treviño), Christopher Townsend, PS Jenkins bot.

2014-01-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Refactor the EMConverter API.
	* Really all thats needed is ConvertPixels(int pixels). This takes in a
	pixel value, and calculates what the real pixel value should be based
	on the DPI and font size.
	
	* Just need to set the DPI and font size.

2014-01-15  Chris Townsend  <christopher.townsend@canonical.com>

	Removed the ZeitgeistUtils.h as this is no longer needed since Zeitgeist in main is now fixed.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2014-01-15  Chris Townsend  <christopher.townsend@canonical.com>

	Removed the ZeitgeistUtils.h as this is no longer needed since Zeitgeist in main is now fixed.

2014-01-14  Chris Townsend  <christopher.townsend@canonical.com>

	Add back in vertical/horizontal maximized introspection objects since some Autopilot tests need them.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2014-01-14  Chris Townsend  <christopher.townsend@canonical.com>

	Add back in vertical/horizontal maximzed introspection objects since some Autopilot tests need them.

2014-01-14  Brandon Schaefer  <brandontschaefer@gmail.com>

	Implement an EMConveter. This way with default settings such that DPI = 96.0f, and font_size = system font size. We can get the correct EM value for any pixel size. Once we have the correct EM value for any pixel size, the DPI value can be adjusted to the current logical one. From here, you can now get the correct pixel size based from of the EM value for the logical DPI of the screen.
	
	Approved by Christopher Townsend, PS Jenkins bot.

2014-01-13  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Add some more tests.
	* Don't case a const double to a float, it just gets casted back to a double!

2014-01-13  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Don't default the font size value

2014-01-13  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Add EMConverter, take moslty from Nux/EMMetrics. We don't
	depend on X11, as we don't want to depend on the physical DPI.
	
	* Add some basic unit tests.

2014-01-13  Chris Townsend  <christopher.townsend@canonical.com>

	Fixes most Launcher based Autopilot tests due to the new object list sorting in xpathselect1.4.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2014-01-13  Chris Townsend  <christopher.townsend@canonical.com>

	Fixes most Launcher based Autopilot tests due to the new object list sorting in xpathselect1.4.

2014-01-13  Chris Townsend  <christopher.townsend@canonical.com>

	Add missing Python module declarations for multi-monitor setups.  Fixes some AP test failures.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2014-01-13  Chris Townsend  <christopher.townsend@canonical.com>

	Add missing Python module declarations for multi-monitor setups.

2014-01-10  Chris Townsend  <christopher.townsend@canonical.com>

	When using the mouse scrollwheel on inactive Launcher icons with unfocused windows, the unfocused window should not be focused. Fixes: https://bugs.launchpad.net/bugs/1267888.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2014-01-10  Chris Townsend  <christopher.townsend@canonical.com>

	When using the mouse scrollwheel on inactive Launcher icons with unfocused windows, the unfocused window should not be focused.

2014-01-10  Chris Townsend  <christopher.townsend@canonical.com>

	Fixes issue where a user places the mouse over a Launcher icon that has one unfocused window and then scrolls with the scroll wheel would focus that application when it should not according to Design. Fixes: https://bugs.launchpad.net/bugs/1263786.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2014-01-09  Chris Townsend  <christopher.townsend@canonical.com>

	Fixes issue where a user places the mouse over a Launcher icon that has one unfocused window and then scrolls with the scroll wheel would focus that application when it should not according to Design.

2014-01-10  Brandon Schaefer  <brandontschaefer@gmail.com>

	Do not open the dash/hud on a monitor with a top most window that is fullscreen. Fixes: https://bugs.launchpad.net/bugs/1267210.
	
	Approved by Christopher Townsend, PS Jenkins bot.

2014-01-09  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Add test for dash/hud multi monitor.

2014-01-08  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Added function to StandaloneWM, as we need the function in WM.
	Not sure how easy/if possible in the StandaloneWM, so left as a TODO.
	
	* Added tests

2014-01-08  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Make sure we don't open the dash/hud on a monitor if the top most window on
	it is fullscreen.

2014-01-10  Chris Townsend  <christopher.townsend@canonical.com>

	Add mesa-utils dependency to the unity-autopilot package since some of the autopilot tests use glxinfo to gather information. Fixes: https://bugs.launchpad.net/bugs/1267902.
	
	Approved by PS Jenkins bot, Stephen M. Webb.

2014-01-10  Chris Townsend  <christopher.townsend@canonical.com>

	Add mesa-utils dependency to the unity-autopilot package since some of the autopilot tests use glxinfo to gather information.

2014-01-09  Chris Townsend  <christopher.townsend@canonical.com>

	* If the Dash or Hud is opened when entering Show Desktop, ensure they are closed.
	* Added some Autopilot tests for this condition. Fixes: https://bugs.launchpad.net/bugs/961890.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2014-01-09  Chris Townsend  <christopher.townsend@canonical.com>

	If the Dash or Hud is opened when entering Show Desktop, ensure they are closed.
	Added some Autopilot tests for this condition.

2014-01-08  Ken VanDine  <ken.vandine@canonical.com>

	Sync changes uploaded to the archive back to trunk
	.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2014-01-07  Ken VanDine  <ken.vandine@canonical.com>

	* Disable errors upon deprecated-warnings.
	* No change rebuild against nux with libglew1.10.

2014-01-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IntrospectionData: use forward declaration for nux classes, add support to glib::Variant
	
	We don't need to repeat the inclusion everywhere we want debug introspection.
	This allows also to add glib::Variant adder without the need of any other cast.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2014-01-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestIntrospectionData: verify glib::Variant introspection

2014-01-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestIntrospectionData: add missing includes

2014-01-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: don't cast anymore glib::Variant's to GVariant*'s in introspection data.
	
	We've a new adder now!

2014-01-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IntrospectionData: use forward declaration for nux classes, add support to glib::Variant
	
	We don't need to repeat the inclusion everywhere we want debug introspection.
	This allows also to add glib::Variant adder without the need of any other cast.

2014-01-06  Brandon Schaefer  <brandontschaefer@gmail.com>

	Adds Super+L to lock the screen, while keeping the older shortcut around in g-s-d (Ctrl+Alt+L). Fixes: https://bugs.launchpad.net/bugs/830709.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2014-01-06  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Add a shortcut that will lock the screen with Super+L. While
	preserving the old shortcut Ctrl+Alt+L.

2014-01-03  Brandon Schaefer  <brandontschaefer@gmail.com>

	Bump to new libnux from this branch:
	https://code.launchpad.net/~brandontschaefer/nux/xim-preedit-support.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2014-01-03  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Ignore checking if ibus is running, as we already check if gcin is active

2014-01-03  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Dam you comma

2014-01-03  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Bump nux to 4.0.5

2014-01-02  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Add the comma

2014-01-02  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Bump to new libnux from this branch:
	https://code.launchpad.net/~brandontschaefer/nux/xim-preedit-support

2014-01-03  Chris Townsend  <christopher.townsend@canonical.com>

	When hiding the Dash & Hud views, zero out the geometry and update the blur background size. This fixes the issue where the blur background wouldn't be updated when using static blur on subsequent opens of the Dash and Hud. Fixes: https://bugs.launchpad.net/bugs/834777.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-12-17  Chris Townsend  <christopher.townsend@canonical.com>

	Add logic to only zero out the geometry is the blur type is static.

2013-12-13  Chris Townsend  <christopher.townsend@canonical.com>

	When hiding the Dash & Hud views, zero out the geometry and update the blur background size.  This fixes the issue where the blur background wouldn't be updated when using static blur on subsequent opens of the Dash and Hud.

2014-01-03  Chris Townsend  <christopher.townsend@canonical.com>

	Always set the interval timer to 0 when starting a new urgent animation timer. Fixes: https://bugs.launchpad.net/bugs/1263775.
	
	Approved by Marco Trevisan (Treviño), PS Jenkins bot.

2013-12-23  Chris Townsend  <christopher.townsend@canonical.com>

	Add new unit test to test the condition for this bug.

2013-12-23  Chris Townsend  <christopher.townsend@canonical.com>

	Always set the interval timer to 0 when starting a new urgent animation timer.

2013-12-21  Chris Townsend  <christopher.townsend@canonical.com>

	Due to a change in xpathselect1.4, this fixes a sorting issue of Switcher icons for AP tests. Fixes: https://bugs.launchpad.net/bugs/1244704.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-12-11  Chris Townsend  <christopher.townsend@canonical.com>

	Due to a change in xpathselect1.4, this fixes a sorting issue of Switcher icons for AP tests.

2013-12-21  Chris Townsend  <christopher.townsend@canonical.com>

	Fix a bunch of failing AP tests due to changes in Unity. Fixes: https://bugs.launchpad.net/bugs/1244704.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-12-11  Chris Townsend  <christopher.townsend@canonical.com>

	Fix a bunch of failing AP tests due to changes in Unity.

2013-12-21  Chris Townsend  <christopher.townsend@canonical.com>

	Fix compile error due to deprecated gtk_widget_get_state() function. Fixes: https://bugs.launchpad.net/bugs/1173219.
	
	Approved by PS Jenkins bot, Eleni Maria Stea, Marco Trevisan (Treviño), Brandon Schaefer.

2013-12-11  Chris Townsend  <christopher.townsend@canonical.com>

	Fix compile error due to depricated gtk_widget_get_state() function.

2013-12-09  Chris Townsend  <christopher.townsend@canonical.com>

	Re-enable Quicklist and Tooltip active blurring since it was removed due to the performance merge. Fixes: https://bugs.launchpad.net/bugs/1253740.
	
	Approved by Marco Trevisan (Treviño), PS Jenkins bot.

2013-12-04  Chris Townsend  <christopher.townsend@canonical.com>

	Use CompRectFromNuxGeo() when getting the view region geometry.

2013-12-03  Chris Townsend  <christopher.townsend@canonical.com>

	Re-enable Quicklist and Tooltip active blurring since it was removed due to the performance merge.

2013-12-06  Chris Townsend  <christopher.townsend@canonical.com>

	* Revert most of lp:unity revno. 3509 as the Compiz Grid plugin is a better place to handle the Ctrl-Super-Left/Right shortcuts.
	* Expanded autopilot test to check for correct window placement when semi-maximizing and restoring. Fixes: https://bugs.launchpad.net/bugs/1251777.
	
	Approved by Marco Trevisan (Treviño), PS Jenkins bot.

2013-12-04  Chris Townsend  <christopher.townsend@canonical.com>

	* Revert most of lp:unity revno. 3509 as the Compiz Grid plugin is a better place to handle the Ctrl-Super-Left/Right shortcuts.
	* Expanded autopilot test to check for correct window placement when semi-maximizing and restoring.

2013-12-03  Chris Townsend  <christopher.townsend@canonical.com>

	Add some introspection vector variables to account for per-monitor icon quirks to fix some failing Hud AP tests. Fixes: https://bugs.launchpad.net/bugs/1244704.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-12-03  Chris Townsend  <christopher.townsend@canonical.com>

	Merge lp:unity.

2013-11-27  Chris Townsend  <christopher.townsend@canonical.com>

	Fix another AP test.

2013-11-27  Chris Townsend  <christopher.townsend@canonical.com>

	Add more introspection vectors for per-monitor icons and fix up some AP tests.

2013-11-27  Chris Townsend  <christopher.townsend@canonical.com>

	Need to add some introspection vector variables to account for per-monitor icon quirks to fix some failing Hud AP tests.

2013-12-02  Chris Townsend  <christopher.townsend@canonical.com>

	Use IsVisibleOnMonitor() instead of IsVisible() for checking to close the Hud when clicking the Hud icon. This is due to the icon's quirk only being set for the current monitor. Fixes: https://bugs.launchpad.net/bugs/1255241.
	
	Approved by PS Jenkins bot, Eleni Maria Stea.

2013-11-27  Chris Townsend  <christopher.townsend@canonical.com>

	Change local overlay_monitor vars to the overlay_monitor_ member vars.

2013-11-26  Chris Townsend  <christopher.townsend@canonical.com>

	Use IsVisibleOnMonitor() instead of IsVisible() for checking to close the Hud when clicking the Hud icon.  This is due to the icon's quirk only being set for the current monitor.

2013-12-02  Chris Townsend  <christopher.townsend@canonical.com>

	Bump the Unity glib build dependency version.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-12-02  Chris Townsend  <christopher.townsend@canonical.com>

	Bump Unity libglib version build dependency to 2.39.1.

2013-12-02  William Hua  <william.hua@canonical.com>

	Replace deprecated g_settings_list_schemas with g_settings_schema_source_list_schemas.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-11-29  William Hua  <william.hua@canonical.com>

	Replace deprecated g_settings_list_schemas with g_settings_schema_source_list_schemas.

2013-11-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	{Dash,Hud}Controller: unset the keyfocus area only if one of their children has the focus
	
	Otherwise we could steal the focus to another view (such as the Alt+Tab switcher). Fixes: https://bugs.launchpad.net/bugs/1252760.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-11-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BackgroundEffectHelper: add new constructor that allows to define owner immediately
	
	And use it in Panel, UnityWindowView and Launcher

2013-11-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/switcher-animator

2013-11-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherOverlaysInteractionTests: verify the normal behavior when opening the switcher after an overlay

2013-11-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, SwitcherInteractionTests: add new interaction tests with shell overlays
	
	And verify that key binding works when opening the switcher after an overlay

2013-11-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	{Dash,Hud}Controller: unset the keyfocus area only if one of their children has the focus
	
	Otherwise we could steal the focus to another view (such as the Alt+Tab switcher)

2013-11-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: define a custom GeometryGetterFunc and notify helper on changes
	
	Thanks to this the switcher won't make BackgroundEffectHelper to create a blurred
	area as big as the current monitor (with just a small padding), but an area big enough
	to draw its background. This get updated automagically when the switcher view
	changes its geometry...
	
	Also, use nux::AnimateValue for switcher animations, making compiz to orchestrate it
	and only redraw the view if an icon changed since the last progress iteration.
	
	We don't want the switcher to be drawn unless its geometry or an icon changes.
	Also we don't want to redraw the switcher multiple times if only a not-animated parameter
	of an icon (such as a pip or the selection glow) has changed.
	As bonus, reduce lots of list copies.
	
	Approved by Christopher Townsend, PS Jenkins bot.

2013-11-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: update once the blur geometry ony when the view is resized
	
	Basically as soon the switcher grows, we inform BackgroundEffectHelper
	to generate a new big texture (as big as the maximum size that the switcher
	will reach), once restored to non-detail mode, we set the texture size back
	to the normal value.

2013-11-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindowView: add the ability to override the blurred-background area size
	
	By default that's the same of the BackgroundGeometry, but other clients (ehm, switcher,
	ehm...) might need custom setups.

2013-11-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: only redraw the view if an icon changed since the last progress iteration
	
	We don't want the switcher to be changed unless its geometry or an icon changes.
	Also we don't want to redraw the switcher multiple times if only a not-animated parameter
	of an icon (such as a pip or the selection glow) has changed.
	
	As bonus, reduce lots of list copies.

2013-11-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSwitcher{Controller,View}: update to match new implementation

2013-11-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractIconRenderer: implement operator== and operator!=

2013-11-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: remove unneeded animate property

2013-11-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging again with lp:~unity-team/unity/blur-region

2013-11-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~unity-team/unity/blur-region

2013-11-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: define a custom GeometryGetterFunc and notify helper on changes
	
	Thanks to this the switcher won't make BackgroundEffectHelper to create a blurred
	area as big as the current monitor (with just a small padding), but an area big enough
	to draw its background. This get updated automagically when the switcher view
	changes its geometry...

2013-11-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BackgroundEffectHelper: allow children to define a custom BackgroundEffectHelper::GeometryGetterFunc
	
	This is mostly needed by the switcher. Also remove the unneeded offsets when painting the blurred bg.

2013-11-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: use a nux::AnimateValue to animate the switcher layout
	
	Thanks to this all the computation happens before drawing and only
	when compiz wants.

2013-11-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BackgroundEffectHelper: Specify the required blur area before drawing so selectively copy it at paint time
	
	This means that we don't have to waste fragment bandwidth copying the entire backbuffer when we could just do parts of it.
	
	Now BackgroundEffectHelper listens to windows and views geometry changes and updates
	a list of blurred regions that might be copied to the backup texture at every repaint
	that affects them. This avoids to copy large regions (especially when using big resolutions or multiple monitors), but only the ones we really need to blur.
	
	Approved by PS Jenkins bot, Eleni Maria Stea, Christopher Townsend.

2013-11-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneSwitcher: fix compilation with new BG Handler

2013-11-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-11-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BackgroundEffectHelper: Set radius to 0 when using no blur, some cleanup

2013-11-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: resize switcher view in PreLayoutManagement

2013-11-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BackgroundEffectHelper: keep a cached version of blur geometries
	
	Now the blurred geometries are saved in a list that gets updated only
	when they change, this allows to reduce a lot the cost of GetBlurGeometries
	that now only returns a const reference of the actual vector.
	
	Improved also HasEnabledHelpers (no helper can be registered if it's not enabled).

2013-11-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	OverlayRenderer: remove debug data

2013-11-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudView: set blur background size whenever the content size changes or this will happen at draw time
	
	And this is something we don't want not to be late on copying the current backbuffer

2013-11-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	OverlayRenderer: update the blur region before drawing, otherwise we'll get a lag
	
	We need to update BackgroundEffectHelper about the new blurred regions
	before drawing, otherwise compiz will copy the wrong area to the backbuffer
	and as result we'll get a corrupted blurred image as background.

2013-11-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: correctly translate the x coords to gl coords when copying the backbuffer

2013-11-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: Use expand to generate the maximum View size

2013-11-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BackgroundEffectHelper: connect to owner geometry changes to update the requested blur geo
	
	Now BGHelper clients doesn't need to do this manually: as soon as they register with the helper,
	it connects to owner's geometry changes. Each owner can also provide a custom function for
	defining another blur region instead of its absolute geometry (mostly needed by the dash).

2013-11-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BackgroundEffectHelper: only register helpers if an owner is set
	
	Plus some code cleanup, remove some unused properties and move
	others to static consts.

2013-11-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: translate the output geometry before intersecting with the blur geo
	
	Othewise if we have monitors smaller than the screen height we'd copy the
	wrong part of the backup texture to be blurred.

2013-11-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: some code cleanup

2013-11-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: use parent geometry
	
	We need to use the parent absolute geo, not the view one.

2013-11-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BackgroundEffectHelper: use GetExpand for computing the blurred area
	
	Also factorize the BlurSigma and BlurRadius computation

2013-11-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/gl-bottleneck-fix

2013-07-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity

2013-06-27  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity

2013-06-15  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Cleanup

2013-06-11  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove duplicate variable declaration

2013-06-11  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity

2013-06-07  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge trunk

2013-05-26  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.fix_1080947.3

2013-03-31  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Specify the required blur area before drawing so that we can selectively use glCopyTexSubImage2D.
	
	This required the construction of some of the views to be re-thought-out, eg
	because GetAbsoluteGeometry depends on the parent window geometry we need
	to construct that first and then pass it to the view so we can listen to
	the signals on the BaseWindow object

2013-03-31  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Revert

2013-03-30  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Unrevert

2013-11-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DebugDBusInterface: add local::xpathselect::NodeSelector to use the dloaded lib.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-11-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IntrospectionData: use a template-based internal function to add a SIMPLE type value

2013-11-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IntrospectionData: add missing returns

2013-11-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IntrospectionData: Use Variant to initialize also 32 bits data

2013-11-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	A new merge with lp:~3v1n0/unity/ap1.4-introspection-cleanup

2013-11-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging again with lp:~3v1n0/unity/ap1.4-introspection-cleanup

2013-11-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/ap1.4-introspection-cleanup

2013-11-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/ap1.4-introspection-cleanup

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/ap1.4-introspection-cleanup

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashController: try to own the unity dbus name

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DebugDBusInterface: add local::xpathselect::NodeSelector struct to dynamically load and call the lib

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DebugDBusInterface: use a pimpl instead of static data

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IntrospectionData: use glib::Variant::FromVector to build the values list

2013-11-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Introspectable: use IntrospectionData class for collecting data from children
	
	Now each introspectable object is called with an IntrospectionData parameter and calling one of its methods it's the only way to fill introspection data into unity.
	As bonus point, remove all the unneeded UnityCore/Variant.cpp inclusions. Fixes: https://bugs.launchpad.net/bugs/1227131.
	
	Approved by PS Jenkins bot.

2013-11-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IntrospectionData: add definition for long in 32bit platforms

2013-11-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Variant: add definitions with (unsigned) long in 32 bit platforms

2013-11-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IntrospectionData: add missing parameter

2013-11-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IntrospectionData: add definition for unsigned long if not on 64 bits
	
	As it is used by Window type on these platforms

2013-11-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ScopeBar: made more clear the type we're iterating

2013-11-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge with trunk

2013-11-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon, autopilot: introspect nux::Point3 directly, remove unneeded duplications.

2013-11-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IntrospectionData: add support for nux::Point3

2013-11-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBus{Proxy,Server}: use variant's operator << for debugging...

2013-11-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Variant: implement operator <<
	
	Also for GVariant*

2013-11-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibVariant: verify FromVector with an empty vector
	
	It was causing glib errors before (and potential crashes)

2013-11-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Variant: make Variant::FromVector to work without errors in case of empty arrays

2013-11-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge with trunk

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/ap1.4-introspection-cleanup

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	launcher: Use Variant::FromVector to generate values

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibVariant: verify FromVector

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Variant: add  FromVector static constructor
	
	It would have been nice to use a real constructor with templates, but they need to be applied everything then

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Introspectable: use IntrospectionData class for collecting data from children
	
	Now each introspectable object is called with an IntrospectionData parameter and calling one
	of its methods it's the only way to fill introspection data into unity.
	As bonus point, remove all the unneeded UnityCore/Variant.cpp inclusions.

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestIntrospectionData: add new tests for IntrospectionData

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IntrospectionData: add new class for collecting introspection informations
	
	This is going to be used to collect the introspection data for every Introspectable object,
	without any direct inclusion of glib::Variant and making impossible for the clients to use
	an invalid syntax.

2013-11-18  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	adds virtual destructors to classes with virtual methods to prevent memory leaks - ABI break.
	
	Approved by Christopher Townsend, PS Jenkins bot.

2013-11-08  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	fixed error in destructor definition

2013-11-08  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	merged to trunk

2013-11-08  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	temporal remove of v. destr

2013-11-06  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	added virtual destructors in classes that have virtual methods
	to prevent future memory leaks

2013-11-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Unity: always prefer passing [this] to lambdas than [&].
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-11-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Fix compilation of unity-mt-grab-handles

2013-11-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Unity: always prefer passing [this] to lambdas than [&]

2013-11-17  Andrea Azzarone  <azzaronea@gmail.com>

	Alt-Tab, shutdown dialog and shortcut overlay should not be transparent in Low GFX Mode. Fixes: https://bugs.launchpad.net/bugs/1170508.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño), Christopher Townsend.

2013-11-12  Andrea Azzarone  <azzaronea@gmail.com>

	Fix indentation.

2013-11-11  Andrea Azzarone  <azzaronea@gmail.com>

	Remove unwanted empty line.

2013-11-11  Andrea Azzarone  <azzaronea@gmail.com>

	Fix build issue on ARM.

2013-11-07  Andrea Azzarone  <azzaronea@gmail.com>

	Merge lp:unity trunk.

2013-11-07  Andrea Azzarone  <azzaronea@gmail.com>

	Merge with lp:unity

2013-11-06  Andrea Azzarone  <azzaronea@gmail.com>

	Alt-Tab, shutdown dialog and shortcut overlay should not be transparent in Low GFX Mode.

2013-11-17  Chris Townsend  <christopher.townsend@canonical.com>

	In low graphics mode, only draw the Launcher background as needed instead of all of the time, even if the Launcher is hidden. Fixes: https://bugs.launchpad.net/bugs/1179210.
	
	Approved by Marco Trevisan (Treviño), PS Jenkins bot.

2013-11-07  Chris Townsend  <christopher.townsend@canonical.com>

	In low graphics mode, only draw the Launcher background as needed instead of all of the time, even if the Launcher is hidden.

2013-11-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: remove the useless and expensive gl{Push,Pop}Attrib calls
	
	For some reasons this code was copied by the opengl plugin as a workaround
	to fix the state of our screen after that nux has drawn.
	Actually this is not needed, the only thing we really need to do is to fix the
	current Viewport, because nux seems to leave it in a bad state which would
	lead to flickering menus, fullscreen windows, tooltip and missing windows
	thumbnails in switcher.
	
	Thanks to Sam Spilsbury for his precious support. Fixes: https://bugs.launchpad.net/bugs/1251275.
	
	Approved by PS Jenkins bot, Eleni Maria Stea, Andrea Azzarone.

2013-11-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelController: cache the panel geometries in the controller
	
	We use these values very often in UnityShell and all these calls
	seems to be not much very loved by callgrind...

2013-11-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: remove the useless call to GetPresentationListGeometries in glPaintTransformedOutput

2013-11-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: initialize panel geometries vector outside the loop

2013-11-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: indentation fix

2013-11-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: remove the useless and expensive gl{Push,Pop}Attrib calls
	
	For some reasons this code was copied by the opengl plugin as a workaround
	to fix the state of our screen after that nux has drawn.
	Actually this is not needed, the only thing we really need to do is to fix the
	current Viewport, because nux seems to leave it in a bad state which would
	lead to flickering menus, fullscreen windows, tooltip and missing windows
	thumbnails in switcher.
	
	Thanks to Sam Spilsbury for his precious support.

2013-11-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Convert compiz regions / rects to nux::Geometry's and back easily.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-11-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: just verify wether the dirty areas hit the panel in a single loop

2013-11-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: add and use CompRectFromNuxGeo as well

2013-11-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: some code cleanup, add functions to convert CompRect <-> nux::Geometry

2013-11-07  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Don't re-present all of our windows on every frame. Only do that if damage intersects it.
	
	Use the new APIs exposed by compiz and nux to intelligently determine which windows need to be presented per-frame and only register damage for those windows. This fixes two things:
	
	1. BaseWindows being redrawn from scratch every time damage was registered over them. That was incorrect and should only be done in the case of background blurs.
	2. BaseWindows being drawn to the screen on every frame, regardless of whether or not they needed to be. Now they will only be drawn if some damage intersects beneath them. Note that unity will expand the damage region to accomadate the base window since nux does not support geometry clipping. So if there is a partial intersection of the launcher for example, the area of the screen which contains the launcher will be re-painted (but the launcher itself won't be redrawn, just its texture)
	
	(LP: #1080947). Fixes: https://bugs.launchpad.net/bugs/1080947.
	
	Approved by PS Jenkins bot, Stephen M. Webb, Christopher Townsend, Brandon Schaefer.

2013-11-07  Chris Townsend  <christopher.townsend@canonical.com>

	Initialize variables to 0 since the compiler for armhf seems to not understand the #ifdef block and throws a "variable is uninitialized" error.

2013-11-07  Chris Townsend  <christopher.townsend@canonical.com>

	Account for unused variables for armhf builds.

2013-11-07  Chris Townsend  <christopher.townsend@canonical.com>

	Merge in lp:unity.

2013-11-05  Chris Townsend  <christopher.townsend@canonical.com>

	Change package depends on Compiz version 0.9.11.

2013-10-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BackgroundEffectHelper: use IsIntersecting

2013-10-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: better lambdas

2013-10-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: use new ForEachBaseWindow

2013-10-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Unity: use IsIntersecting when possible

2013-10-30  Chris Townsend  <christopher.townsend@canonical.com>

	Merge lp:unity.

2013-10-30  Chris Townsend  <christopher.townsend@canonical.com>

	Remove reference to variable in the call to RenderInterfaceFromForeignCmd().

2013-10-30  Chris Townsend  <christopher.townsend@canonical.com>

	Update the Nux version to depend on due to Nux ABI change.

2013-10-29  Chris Townsend  <christopher.townsend@canonical.com>

	Remove redraw_view_if_damaged/NeedSoftRedraw() combo as it's no longer needed due to the changes introduced for performance.

2013-10-29  Chris Townsend  <christopher.townsend@canonical.com>

	Merge lp:unity.

2013-07-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity

2013-06-27  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity

2013-06-15  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Cleanup, remove duplicate calls to QueueDraw

2013-06-15  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity{

2013-06-07  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge trunk

2013-05-26  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove extra free

2013-05-26  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.fix_1080947.2

2013-05-21  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity

2013-05-21  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Revert 3273

2013-05-17  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.fix_1180790

2013-05-17  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added GtkUtil.h

2013-05-17  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Use an ifdef to pick the free method.
	
	Unreferencing a GtkIconInfo is broken in gtk versions < 3.8, but using
	gtk_icon_info_free is deprecated in >= 3.8 . So provide a new function
	gtk::UnreferenceIconInfo with an ifdef to pick the right method and do that.
	
	GtkUtilDeathTest::NoDeathOnUnreference added to verify that.

2013-05-16  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.fix_1180790

2013-05-16  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Use gtk_icon_info_free instead of g_object_unref
	
	GtkIconInfo is not a GObject, and callers are meant to free it with
	gtk_icon_info_unref according to the documentation for it:
	
	GtkIconInfo * gtk_icon_theme_lookup_icon (GtkIconTheme *icon_theme,
	const gchar *icon_name,
	gint size,
	GtkIconLookupFlags flags);
	Looks up a named icon and returns a structure containing information such
	as the filename of the icon. The icon can then be rendered into a pixbuf
	using gtk_icon_info_load_icon(). (gtk_icon_theme_load_icon() combines
	these two steps if all you need is the pixbuf.)
	
	...
	
	Returns :
	a GtkIconInfo structure containing information about the icon, or NULL if
	the icon wasn't found. Free with gtk_icon_info_free()
	
	
	(LP: #1180790)

2013-05-16  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity

2013-05-16  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Revert local revision

2013-05-08  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Move LauncherDragWindow icon texture painting to DrawContent
	by making it execute through a functor - this means that we are
	only changing the framebuffer binding while nux is rendering
	and not while compiz is rendering.

2013-05-08  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity

2013-05-04  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity

2013-04-25  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix some other conflicts

2013-04-24  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity

2013-04-17  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added some comments to explain various parts of the draw hooks

2013-04-16  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity

2013-04-16  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Force a QueueDraw for 10 frames every time we resume from suspend.

2013-04-15  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity

2013-04-14  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~andyrock/unity/unity.fix_1080947.2

2013-04-13  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2013-04-13  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.fix_1080947.2

2013-03-30  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Revert that revision

2013-03-30  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Specify the required blur area before drawing so that we can selectively use glCopyTexSubImage2D
	
	This means that we don't have to waste fragment bandwidth copying the entire backbuffer when
	we could just do parts of it.

2013-04-13  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity

2013-03-30  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge unity.experimental2

2013-03-30  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Only redraw the window buttons when necessary, not on every frame

2013-03-29  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge unity.experimental2

2013-03-29  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove useless binds, and only update the nux blurs when there is compiz
	damage, not compiz damage caused by nux damage

2013-03-29  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge unity.experimental2

2013-03-29  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Replace with back_buffer_age_ in the header too

2013-03-28  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge unity.experimental2

2013-03-28  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Rename to back_buffer_age_

2013-03-28  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Also initialize the buffer age

2013-03-28  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge unity.experimental2

2013-03-28  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Just read off the backbuffer. Its faster and easier

2013-03-28  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity

2013-03-28  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge unity.experimental2

2013-03-28  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove printfs

2013-03-26  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge unity.experimental2

2013-03-26  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Cleanup - use range based for, remove unused function

2013-03-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge unity.experimental2

2013-03-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Track "HasDirtyHelpers" in damageCutoff rather than glPaintOutput
	as gathering the blur-region is done once per output pass and that will
	invalidate the dirty_cache variable internally

2013-03-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge from unity.experimental2

2013-03-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity and use the old fbo api

2013-02-28  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge unity.fix_1089811

2013-02-28  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix typo

2013-02-28  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity

2013-02-25  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge unity.fix_1089811

2013-02-25  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Check that the shadow texture was created first

2013-02-25  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge unity.fix_1080947

2013-02-25  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity

2013-02-19  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity

2013-02-19  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity

2013-02-10  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.fix_1080947

2013-02-10  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix stray '

2013-02-10  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.fix_1080947

2013-02-10  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Put the panel damage code where you expect it

2013-02-10  Sam Spilsbury  <sam.spilsbury@canonical.com>

	"Merge unity.fix_1080947"

2013-02-10  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added a note about ShowWindow removal

2013-02-10  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Revert bounding rect removal

2013-02-10  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix merge conflict

2013-02-10  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fixes (LP: #1080947)

2013-02-10  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge unity.fix_1089811

2013-02-10  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity

2013-02-10  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge unity.fix_1089811

2013-02-07  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity

2013-02-04  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity

2013-01-11  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Bind the old draw framebuffer for reading before entering nux

2013-01-11  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity

2013-01-03  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added note about the damage feedback cycle and why we can't really do
	much about it

2012-12-23  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix code artefact

2012-12-23  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Adapt for new API

2012-12-23  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Reset viewport when doing glBlitFramebuffer operation

2012-12-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Reallocate framebuffers on output change

2012-12-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	We are using our own fbo now, we don't care about glPaintCompositedOutputRequired

2012-12-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix damage calculuation algorithm, draw blurs into our own private fbo
	and adapt for new core api

2012-12-20  Sam Spilsbury  <sam.spilsbury@canonical.com>

	More flickering fixes:
	1. Use nux API to issue a damage cutoff to prevent any more calls to PresentInEmbeddedModeOnThisFrame
	2. Ignore redraw requests during PAINT_SCREEN_FULL
	3. Fix additional damage algorithm

2012-12-20  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Slightly more reliable damage tracking and panel shadow damage. Not 100% reliable though.

2012-12-19  Sam Spilsbury  <sam.spilsbury@canonical.com>

	If a plugin requests PAINT_SCREEN_FULL we need to display all nux windows

2012-12-18  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Experimental implementation of regional damage support, using new API from
	nux

2012-12-14  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Don't mess with ShapeBounding

2013-11-07  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	the branch fixes the following compile errors:
	1. SetReferenceFramebuffer function gets 3 parameters (Nux/WindowCompositor.h)
	2. RenderInterfaceFromForeignCmd gets const reference not pointer as argument
	(Nux/WindowThread.h).
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-11-07  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	fixed unity compile errors:
	1. SetReferenceFramebuffer function gets 3 parameters (Nux/WindowCompositor.h)
	2. RenderInterfaceFromForeignCmd gets const reference not pointer as argument
	(Nux/WindowThread.h)

2013-11-07  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.2+14.04.20131106.1-0ubuntu1 (revision 3588 from lp:unity).
	
	Approved by PS Jenkins bot.

2013-11-06  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.2+14.04.20131106.1-0ubuntu1, based on r3588

2013-11-06  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	DebugDBusInterface: add support to libxpathselect-1.4
	
	Some cleanups and reworking of glib::Variant and debug::DBusInterface
	
	Same as lp:~3v1n0/unity/xpathselect-1.4 but with double function removed and packaging dependencies added.

2013-11-06  Timo Jyrinki  <timo.jyrinki@canonical.com>

	Depend on xpathselect1.4 in packaging

2013-11-06  Timo Jyrinki  <timo.jyrinki@canonical.com>

	Leave only packaging changes, lp:~3v1n0/unity/xpathselect-1.4 will fix things better.

2013-11-06  Timo Jyrinki  <timo.jyrinki@canonical.com>

	Revert the revert bzr3586 to get xpathselect1.4 support back in.

2013-11-06  Timo Jyrinki  <timo.jyrinki@canonical.com>

	Remove the double redraw_view_if_damaged function.

2013-11-06  Timo Jyrinki  <timo.jyrinki@canonical.com>

	Merge trevinho's xpathselect-1.4 branch.

2013-11-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Result: use initializer list to generate variants

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Introspectable: fix compilation issue

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Introspectable: some cleanup

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DebugDBusInterface: use new GVariant constructors and getters where possible

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Variant: BuilderWrapper return's cleanup

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Variant: update copyright

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibVariant: verify construction from HintsMap

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Variant: add constructor and assigment operator for creating new from HintsMap

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Variant: implement numeric getters using an unique template function

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Variant: add new byte getter

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BuilderWrapper: add overriding with glib::Variant

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Introspectable: use BuilderWrapper also for Children

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Unity: update various code to use new Variant facilities

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibVariant: verify assigment operators

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Variant: add assigment operators for different types

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Introspectable: use variant::BuilderWrapper for adding the ID value to items

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: fix compilation due to evil compiz #define's

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BuilderWrapper: add new values using new Autopilot format, that includes the type

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Result: use new glib::Variant constructors

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibVariant: update against new features of glib::Variant

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Variant: add ability to create a new variant from simple types

2013-09-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Variant: add (u)int16 getters, cleanup the variant extraction

2013-09-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AggregateMonitor, ElapsedTimeMonitor: remove useless files

2013-09-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Unity: use the new BuildWrapper features in AddProperties methods

2013-09-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Variant: add more introspectable types to BuildWrapper

2013-09-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Introspectable: some code cleanup on Introspect method

2013-09-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DebugDBusInterface: if the "id" is required, there's no need to introspect. Just return it

2013-09-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DebugDBusInterface: add const strings for defining proto version and library loading

2013-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DebugDBusInterface: make IntrospectableAdapter::Ptr definition const by default
	
	this will make us avoid to const_cast later...

2013-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DebugDBusInterface: update copyright

2013-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DebugDBusInterface: implemented correctly MatchStringProperty, MatchBooleanProperty and MatchIntegerProperty

2013-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DebugDBusInterface: use glib::Variant and add property getter method

2013-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DebugDBusInterface: get proper node id and add first stub matching functions

2013-10-30  Lars Uebernickel  <lars.uebernickel@canonical.com>

	panel-service.c: don't warn about unknown image type unnecessarily
	
	Don't warn about indicators that explicitely don't have an image set. However, continue warning when the set image is of an unknown type.
	
	Approved by PS Jenkins bot, Stephen M. Webb.

2013-10-26  Lars Uebernickel  <lars.uebernickel@canonical.com>

	panel-service.c: don't warn about unknown image type unnecessarily
	
	Don't warn about indicators that explicitely don't have an image set. However,
	continue warning when the set image is of an unknown type.

2013-10-29  Francis Ginther  <francis.ginther@canonical.com>

	Reverting support for libxpathselect1.4. Fixes: https://bugs.launchpad.net/bugs/1245988.
	
	Approved by PS Jenkins bot, Christopher Townsend, Timo Jyrinki.

2013-10-29  Francis Ginther  <francis.ginther@canonical.com>

	Reverting support for libxpathselect1.4.

2013-10-29  Chris Townsend  <christopher.townsend@canonical.com>

	Instead of using NeedSoftRedraw(), use QueueDraw() for the Launcher and Panel to force a redraw to fix issue where leaving a full screen unredirected window would not redraw the Launcher and Panel. Fixes: https://bugs.launchpad.net/bugs/1240595.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-10-29  Chris Townsend  <christopher.townsend@canonical.com>

	Add comment to remind us to remove this code when the Unity performance branches are merged.

2013-10-28  Chris Townsend  <christopher.townsend@canonical.com>

	Instead of using NeedSoftRedraw(), use QueueDraw() for the Launcher and Panel to force a redraw to fix issue where leaving a full screen unredirected window would not redraw the Launcher and Panel.

2013-10-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Invalidate the Icon Centers when the monitor layout changes, so we make sure that if an icon center is set, then the icon is available on that monitor.
	Added GetCenterForMonitor that allows to retrieve the nearest valid icon center for a given monitor, and in this way we can get the best icon that can handle a window minimization. Fixes: https://bugs.launchpad.net/bugs/767752.
	
	Approved by Brandon Schaefer, PS Jenkins bot.

2013-10-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: break in any case if we've found our target window

2013-10-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: Set the proper minimization icon when in multi-monitor
	
	This is possible thanks to GetCenterForMonitor, that returns the monitor that
	is handling the current window.

2013-10-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: some cleanup to the header, move GetCenterForMonitor to protected

2013-10-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: verify we reset the icon centers on monitors changed

2013-10-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: reset icon centers when monitor geometries change

2013-10-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherIcon: add tests for GetCenterForMonitor

2013-10-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherIcon: add tests for ResetCenters

2013-10-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: add ResetCenters and GetCenterForMonitor functions
	
	ResetCenters sets the center values to the default (null) value.
	GetCenterForMonitor gives the nearest valid {monitor, center} pair
	for a given monitor id. It allows to know which is the center that
	handles an icon children (such as a window) that is on the provided
	monitor.

2013-10-24  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	Added --compiz-path parameter to the unity startup script. It allows us to
	start unity with custom builds of compiz (not only /usr/bin/compiz) like
	that:
	./unity --compiz-path custom_compiz_build_directory/bin/compiz --replace ccp.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-10-23  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	fixes error in the unity version

2013-10-23  Eleni Maria Stea  <elenimaria.stea@canonical.com>

	Added --compiz-path parameter to the unity startup script. It allows us to
	start unity with custom builds of compiz (not only /usr/bin/compiz) like
	that:
	./unity --compiz-path custom_compiz_build_directory/bin/compiz --replace ccp

2013-10-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: use nux::Animation for each Quirk property
	
	Update Launcher and Icons code accordingly, get rid of the timespec.
	Remove unneded Quirks, reduce redraws and update tests.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-10-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: always keep the blur background in Expo mode

2013-10-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge with trunk

2013-10-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/multi-monitor-icon-quirks

2013-10-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: remove getMipmap override

2013-10-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: set back BASE_URGENT_ANIMATION_PERIOD to default value
	
	I changed it for testing reasons

2013-10-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractLauncherIcon: remove un-used DROP_DIM quirk

2013-10-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashController: check for invalid (null) keybindings

2013-10-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: use std::bitset instead of std::vector<bool>'s

2013-10-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: use better way to parse the unity digit keybindings

2013-10-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncher: verify saturation during Expo

2013-10-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: don't saturate icons if an overlay is still active

2013-10-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: desaturate icons when in Expo mode as well

2013-10-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncher: add IsOverlayOpen tests

2013-10-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: skip visibility animations when initializing the Icons
	
	This will avoid to get the icons to grow their size during initialization.

2013-10-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncher: verify icon desaturation when it's added on overlay opened

2013-10-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: fix wrong merging

2013-10-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-10-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/multi-monitor-icon-quirks

2013-10-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherIcon: verify EmitNeedsRedraw on visbility

2013-10-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncher: add one more test about urgent icons handling (on autohide)

2013-10-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherIcon: update tests accordingly to redraw-only-visible-icons

2013-10-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: don't require to redraw an icon if it's invisible and its animator is stopped

2013-10-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherIcon: add SetQuirkDuration tests/test_launcher_icon.cpp

2013-10-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: use nux::Animation for each Quirk property
	
	Update Launcher and Icons code accordingly, get rid of the timespec.
	Remove unneded Quirks, reduce redraws and update tests.

2013-10-23  Marco Trevisan (Treviño)

	Support libxpathselect1.4. Fixes: https://bugs.launchpad.net/bugs/1243529.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-10-23  Marco Trevisan (Treviño)

	Support libxpathselect1.4.

2013-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DebugDBusInterface: initial support to libxpathselect-1.4

2013-10-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AnimationUtils: add Start, Skip and SetValue methods
	
	These allows to start an animation, to skip it or to just set its value.
	The templates now are more intelligent and we define the values that
	can assume just once, by specializing a StartValueForDirection function.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-10-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestAnimationUtils: add Skip test

2013-10-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestAnimationUtils: reset the start value after skipping an animation

2013-10-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestAnimationUtils: add tests for Start and SetValue methods

2013-10-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestAnimationUtils: use typed test for all tests! :)

2013-10-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestAnimationUtils: add tests for {Start,Finish}ValueForDirection using TYPED_TEST's

2013-10-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AnimationUtils: add Start, Skip and SetValue methods
	
	These allows to start an animation, to skip it or to just set its value.
	The templates now are more intelligent and we define the values that
	can assume just once, by specializing a StartValueForDirection function.

2013-10-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: CreateSuperNewAction with Shift and Numpad for launcher
	
	This fixes the bug that caused Super+Shift+KP_x not to work as it should. Fixes: https://bugs.launchpad.net/bugs/1240806.
	
	Approved by Brandon Schaefer, PS Jenkins bot.

2013-10-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: CreateSuperNewAction with Shift and Numpad for launcher
	
	This fixes the bug that caused Super+Shift+KP_x not to work as it should.

2013-10-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestUnityshellPrivate: Verify create action string with ActionModifiers::USE_SHIFT_NUMPAD

2013-10-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityshellPrivate: allow to create Shift+Numpad super keybindings

2013-10-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: add MultiMonitor quirks support
	
	A quirk can be now set for all monitors or for just one. Fixes: https://bugs.launchpad.net/bugs/1051913, https://bugs.launchpad.net/bugs/1215738, https://bugs.launchpad.net/bugs/1240737, https://bugs.launchpad.net/bugs/1240750.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-10-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SingleMonitorLauncherIcon: fix compilation issue

2013-10-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-10-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SingleMonitorLauncherIcon: use int for internal monitor variable
	
	And initialize it to -1 by default (i.e. never visible).

2013-10-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: also include the quirk on the timeout id when using delayed update

2013-10-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: also use multi-monitor names for delayed events

2013-10-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: only do the shimmer animation on the relevant icon monitor

2013-10-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: desaturate an icon that has been just added if in OverlayMode

2013-10-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: use monitor parameter for ResetQuirkTime as well

2013-10-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: don't desaturate icons again on move... We handle that through DndStarted/DndFinished now

2013-10-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherIcon: update with new signal api, add some Presentation tests

2013-10-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Icons: remove unneeded redraw requests
	
	They're already covered by parent calls.

2013-10-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractLauncherIcon: use monitor-aware needs_redraw
	
	So make only the relevant Launcher to be redrawn.

2013-10-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneUnity: fix compilation

2013-10-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherIcon: add quirks tests

2013-10-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TimeUtil: add operator-> support
	
	To access to the internal members

2013-10-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneLauncher: fix compilation

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncher: use SetExpoActive

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: enable dnd tests again, they seem to take little time now

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests: use testwrapper::StandaloneWM everywhere to avoid breaking other tests

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneWM: add a wrapper that taskes care of WM casting and resetting
	
	All this for making testing easier

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tests: call StandaloneWindowManager::ResetStatus when done
	
	Not to break other tests

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/spread-launcher-desaturate (and trunk)

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneWindowManager: add ResetStatus, to cleanup the WM values

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncher: unset the WindowManager properties not to mess with other tests

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestXdndManager: use only mocks for testing, ignore graphic dispaly to get data

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	XdndManagerImp: use Collection Window's GetData method to fetch dnd data

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	XdndCollectionWindow: add a GetData method to fetch dnd data from GraphicDisplay

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSoftwareCenterLauncherIcon: update to match new internals

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: add tests for launcher desaturations on DND

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherIcon: update to use multi-monitor quirks

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockApplication: Implement missing mock methods

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncher: use multi-monitor quirks

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	XdndManager: Emit the old monitor on monitor_changed signal, add Monitor getter
	
	This allows to cleanup some LauncherController code. Also added some safety checks that should
	fix potential crashes.

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockLauncherIcon: update to match new AbstractLauncherIcon API

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Icons: some cleanups

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SoftwareCenterLauncherIcon: Set sticky by default and use MultiMonitor quirks

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: use unordered_map for decorated windows

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: use monitor quirks for DnD data
	
	Now only the relevant launcher desaturates when the data is dragged between monitors

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: call Launcher's DndStarted when monitor changes
	
	In this way we can reset the parameters for each launcher

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	XdndManager: keep track of the dnd data, emit it on monitor-changed

2013-10-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: get/set quirks for the specified monitor only
	
	Also fixes desaturation of icons on different monitors

2013-10-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BFBLauncherIcon: hide when showing HUD icon without animation

2013-10-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudLauncherIcon: Set icon visible on monitor without animating it

2013-10-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: always use IsVisibleOnMonitor

2013-10-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: add MultiMonitor quirks support
	
	A quirk can be now set for all monitors or for just one

2013-10-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TimeUtil: add unity::time::Spec wrapper
	
	It cares about initialization, resetting and setting to current time

2013-10-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: desaturate the inactive icons when in Spread mode. Fixes: https://bugs.launchpad.net/bugs/1238638, https://bugs.launchpad.net/bugs/1238892.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncher: remove not supported method

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Test{Dash,Hud}Controller: verify construction and signal disconnection
	
	Rework MockBaseWindow to set ON_CALL on initialization.

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudController: extend sigc::trackable to automatcally disconect from signal connections

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashController: extend sigc::trackable to automatcally disconect from signal connections

2013-10-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncher: Reset WM status when tests are over

2013-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: use the default revelation mode if spread is active (for now)

2013-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncher: verify launcher behavior on Spread

2013-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, TestSpread: verify that the tooltip is hidden on spread

2013-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: hide tooltip when Expo is initiated

2013-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: Hide Tooltip when the Spread is initiated

2013-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: don't saturate the launcher if the spread has been initiated with mouse over
	
	Only in the case of global spread! If we are in application spread mode we don't have to
	do this until we don't move the mouse.

2013-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: call OnSpreadChanged when spread inits/terminates...
	
	Fix a typo that caused wrong logic...

2013-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, TestSpread: add assertion functions and test spread app switching

2013-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, TestSpread: add icon saturations tests

2013-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: Saturate icon again if over another icon app-spread mode

2013-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: desaturate the inactive icons when in Spread mode

2013-10-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	OverlayRenderer: only and correctly initialize the BGLayer when not on GLSL codepath
	
	Make sure we set the initial bg_layer_ value to the average color, and do this only if
	really needed. Fixes: https://bugs.launchpad.net/bugs/1232726.
	
	Approved by PS Jenkins bot, Eleni Maria Stea.

2013-10-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	OverlayRenderer: only and correctly initialize the BGLayer when not on GLSL codepath
	
	Make sure we set the initial bg_layer_ value to the average color, and do this only if
	really needed.

2013-10-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	Get the current char before moving on to the next char!.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-10-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Get the current char before moving the pointer down to the next char

2013-10-16  Ted Gould  <ted@gould.cx>

	Clean up NIH Errors so they don't get reported on exit. Fixes: https://bugs.launchpad.net/bugs/1236720.
	
	Approved by PS Jenkins bot, Stephen M. Webb.

2013-10-16  Ted Gould  <ted@gould.cx>

	Attaching bug

2013-10-16  Ted Gould  <ted@gould.cx>

	Error header

2013-10-16  Ted Gould  <ted@gould.cx>

	Change error handlers for upstart events as well

2013-10-16  Ted Gould  <ted@gould.cx>

	Check error on the upstart proxy

2013-10-16  Brandon Schaefer  <brandontschaefer@gmail.com>

	Workaround for now, replace all blacklisted chars in the results name with a '?'. So we can still render all the results with out a crash. This needs to be fixed in pango/harfbuzz. Fixes: https://bugs.launchpad.net/bugs/1239381.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño), Stephen M. Webb.

2013-10-15  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Use *next_char

2013-10-15  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fix very bad utf8 handling...thnaks bregma!

2013-10-15  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Remove extra string copy

2013-10-15  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Reduce the complexity of the solution, do a one-time pass replace

2013-10-15  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Make the name more abstract, in case there are other languages we need to blacklist 

2013-10-15  Brandon Schaefer  <brandontschaefer@gmail.com>

	* When dealing with names that are in burmese, we must replace those with '?'.
	There is a crash in burmese only when dealing with ellipize/width/heigh in the
	names of the result.
	
	This is a workaround so we dont crash, once the bug is fixed upstream we will remove this.k

2013-10-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: also redraw the HudView if it has not been fully damaged. Fixes: https://bugs.launchpad.net/bugs/1240322.
	
	Approved by Brandon Schaefer, PS Jenkins bot.

2013-10-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: also redraw the HudView if it has not been fully damaged

2013-10-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudController: expose the HudView to the public

2013-10-14  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.2+13.10.20131014.1-0ubuntu1 (revision 3570 from lp:unity).
	
	Approved by PS Jenkins bot.

2013-10-14  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.2+13.10.20131014.1-0ubuntu1, based on r3570

2013-10-14  William Grant  <william.grant@canonical.com>

	Build with -fPIC on arm64 to fix link failure.

2013-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: set the spread window state before spreading or the callback will get a wrong state. Fixes: https://bugs.launchpad.net/bugs/1238622.
	
	Approved by Christopher Townsend, PS Jenkins bot.

2013-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: set the spread window state before spreading or the callback will get a wrong state

2013-10-11  Andrea Azzarone  <azzaronea@gmail.com>

	Don't ignore Stick command is the icon is already sticky but save==true. Fixes: https://bugs.launchpad.net/bugs/1237359.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-10-11  Andrea Azzarone  <azzaronea@gmail.com>

	Add missing change.

2013-10-11  Andrea Azzarone  <azzaronea@gmail.com>

	Don't ignore Stick command is the icon is already sticky but save==true.

2013-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: set the spread window state before spreading or the callback will get a wrong state. Fixes: https://bugs.launchpad.net/bugs/1238622.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: set the spread window state before spreading or the callback will get a wrong state

2013-10-11  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.2+13.10.20131011-0ubuntu1 (revision 3565 from lp:unity).
	
	Approved by PS Jenkins bot.

2013-10-11  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.2+13.10.20131011-0ubuntu1, based on r3565

2013-10-10  Stephen M. Webb  <stephen.webb@canonical.com>

	bumped upstream to 7.1.2.
	
	Approved by Marco Trevisan (Treviño), PS Jenkins bot.

2013-10-10  Stephen M. Webb  <stephen.webb@canonical.com>

	debian/changelog: fixed email address

2013-10-10  Stephen M. Webb  <stephen.webb@canonical.com>

	bump to version 7.1.2

2013-10-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: don't unset the app if the icon has been already removed
	
	In this case the app is unset when removed, doing it twice causes the app->seen flag to
	be reset and this breaks the assumtions of the LauncherController, making it to recreate
	a new app for the same BamfApplication. Fixes: https://bugs.launchpad.net/bugs/1237182.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-10-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: verify that removing/destroying an icon won't break the Seen flag

2013-10-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: don't unset the app if the icon has been already removed
	
	In this case the app is unset when removed, doing it twice causes the app->seen flag to be
	reset and this breaks the assumtions of the LauncherController, making it to recreate a
	new app for the same BamfApplication.

2013-10-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: verify destruction unsets app parameters

2013-10-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: even more Removal tests

2013-10-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: add new tests to verify SetApplication

2013-10-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: keep the stikyness state of the icon when replacing the inner app
	
	No need to do this manually on SoftwareCenterLauncherIcon anymore.

2013-10-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: add UnsetApplication utility function to reset application parameters
	
	This is done when removing, destructing and replacing the application.

2013-10-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: set the removed property true and disconnect from callbacks when removed

2013-10-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SourceManager: add RemoveAll public method.
	
	Approved by Christopher Townsend, PS Jenkins bot.

2013-10-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibSourceManager: add RemoveAll tests

2013-10-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SourceManager: add RemoveAll public method

2013-10-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: remove the icon when setting a null application. Fixes: https://bugs.launchpad.net/bugs/1237161.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-10-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSoftwareCenterLauncherIcon: test cleanup

2013-10-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSoftwareCenterLauncherIcon: make sure we don't crash when a new Null app is set

2013-10-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SoftwareCenterLauncherIcon: be safer when handling new app
	
	It may be null.

2013-10-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: remove the icon when setting a null application

2013-10-08  Andrea Azzarone  <azzaronea@gmail.com>

	Fix rendering of italic text in StaticCairoText. Fixes: https://bugs.launchpad.net/bugs/1190275.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-10-08  Andrea Azzarone  <azzaronea@gmail.com>

	Fix rendering of italic test.

2013-10-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AP, TestSpread: assertWindowIsNotScaled may fail when getting the Xid. Fixes: https://bugs.launchpad.net/bugs/1236872.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-10-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AP, WindowManagerKeybindingsForWindowHandling: just extend UnityTestCase
	
	Or we have duplicated tests that may fail

2013-10-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AP, TestSpread: assertWindowIsNotScaled may fail when getting the Xid

2013-10-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: Add monitor parameter to GetTipPosition. Fixes: https://bugs.launchpad.net/bugs/1236631.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-10-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: Add monitor parameter to GetTipPosition

2013-10-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	VolumeLauncherIcon: copy files to device on DnD
	
	Use filemanager to perform the copy action. If needed, delay the procedure until we
	don't have the volume mounted (using a magic utility function to share the code). Fixes: https://bugs.launchpad.net/bugs/838731.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-10-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeFileManager: don't try to copy files from o to invalid locations

2013-10-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestVolumeLauncherIcon: always create icon on init, move some test to DelayedConstruction

2013-10-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: remove the unneeded ValidateUrisForLaunch function

2013-10-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestVolumeLauncherIcon: add tests to verify the copy on DnD

2013-10-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	VolumeLauncherIcon: copy files to device on DnD
	
	Use filemanager to perform the copy action. If needed, delay the procedure until we
	don't have the volume mounted (using a magic utility function to share the code).

2013-10-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	FileManager: add CopyFiles method, implement it for GnomeFileManager using nautilus APIs
	
	This way we have the proper transfers notifications on launcher.

2013-10-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Volume: remove FileManager instance, handle opened status in VolumeLauncherIcon. Fixes: https://bugs.launchpad.net/bugs/1236468.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-10-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconLoader: use unity::action::Handle as IconLoader::Handle

2013-10-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Removing wrongly committed file

2013-10-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Volume: remove FileManager instance, handle opened status in VolumeLauncherIcon

2013-10-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Volume: move FileManager and Notification actions to VolumeLauncherIcon

2013-10-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tests: move TestVolume to test-gtest-xless

2013-10-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDeviceLauncherSection: use mock notification display

2013-10-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DeviceLauncherSection: allow to mock DeviceNotificationDisplay

2013-10-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GMockVolume: return the current object to the async callback

2013-10-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Volume: add mounted, ejected and unmounted signals

2013-10-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeFileManager: use nwe nautilus dbus paths for actions

2013-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ActionHandle: move connection::handle to a more generic action::handle

2013-10-05  Brandon Schaefer  <brandontschaefer@gmail.com>

	Remove the ibus workaround, as im-config has been updated to use 'auto' as its default choice. This means ibus-daemon will start up correctly now.
	
	Approved by PS Jenkins bot, Stephen M. Webb.

2013-10-04  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Remove imports that was part of the workaround

2013-10-04  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Remove the workaround that hardly worked

2013-10-04  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.1+13.10.20131004-0ubuntu1 (revision 3554 from lp:unity).
	
	Approved by PS Jenkins bot.

2013-10-04  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.1+13.10.20131004-0ubuntu1, based on r3554

2013-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractLauncherIcon: add static icon_size property. Fixes: https://bugs.launchpad.net/bugs/1073103.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractLauncherIcon: set default icon size to 48

2013-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconTextureSource: RememberEmblem and HadEmblem must be multi-monitor aware
	
	This fixes a bug that was causing the emblem not being drawn on secondary monitors.

2013-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: some cleanup

2013-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: don't save parent geometries anymore, SetCenter should now include them
	
	This is really not needed anymore since the icon knows its size.

2013-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: use icon_size to compute the tip position and where it was hardcoded before

2013-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DeviceNotificationDisplayImp: use const value for icon size

2013-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: use correct icon size to set the window-icon geometry
	
	Used for minimizing animation

2013-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: set the icon_size value for AbstractLauncherIcon when set for itself

2013-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractLauncherIcon: add static icon_size property

2013-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: add GetTipPosition function to compute where show tooltip and quicklists

2013-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: don't continue computation if the center has not changed

2013-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfApplicationManager: if the app is not found, return compiz manually.
	
	This fixes crashes on standalone clients

2013-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: don't try to show again quicklists or tooltip if center changed, just move them. Fixes: https://bugs.launchpad.net/bugs/1234778.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: don't try to show again quicklists or tooltip if center changed, just move them

2013-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistManager: add MoveQuicklist method

2013-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistView: add position ql setter

2013-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tooltip: add tooltip position setter

2013-10-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SimpleLauncherIcon: we need to restore the focus when closing the Overlay for activation. Fixes: https://bugs.launchpad.net/bugs/909870.
	
	Approved by Brandon Schaefer, PS Jenkins bot.

2013-10-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, LauncherIconsTests: verify that overlays gets closed on icon Activation

2013-10-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: verify that we ask to hide the Overlays on icon activation

2013-10-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashController: always restore the input focus when hidden, no need to add a parameter

2013-10-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudController: if we're hiding, then the view is already there

2013-10-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudController: always restore the input focus when hidden, no need to add a parameter

2013-10-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SimpleLauncherIcon: we need to restore the focus when closing the Overlay

2013-10-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashView: some cleanup

2013-10-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudController: don't save input focus, it's really not needed

2013-10-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: close a menu and re-send the keyevent when handling a combination
	
	Or when we try to open HUD/Dash. Also, close the active menu if a new application is opened
	and focused. Fixes: https://bugs.launchpad.net/bugs/10905, https://bugs.launchpad.net/bugs/1197071, https://bugs.launchpad.net/bugs/1234457.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-10-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelServiceCompizShortcutParsing: verify the parsing of the compiz shortcuts

2013-10-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: add private header, add testable parse_string_keybinding

2013-10-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tests: add new monitored keys to external gschemas

2013-10-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, PanelIndicatorEntryTests: add new test to verify menu closes on new app

2013-10-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, WindowManagerKeybindings: ensure menus are shown

2013-10-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: close the active menu if requested to open a NULL entry instead of warn
	
	This will fix orphan menus, when a new application takes focus.

2013-10-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: use g_signal_handlers_disconnect_by_data for menu signals

2013-10-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: allow print screen key to be used without modifiers

2013-10-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Switcher: some cleanup

2013-10-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, WindowManagerKeybindings: add test to verify interaction with WM when menus are opened

2013-10-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, WindowManager: add methods to initiate/terminate spread

2013-10-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: save KeySym's internally, convert them to keycode on event

2013-10-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: call parent finalize function when finalizing panel

2013-10-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: use g_signal_handlers_disconnect_matched to disconnect signals

2013-10-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: use switch/case statement for handling events

2013-10-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: close a menu and re-send the keyevent when handling a combination
	
	Or when we try to open HUD/Dash

2013-10-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: add KeyBinding struct to handle keys and use it for toggle modifier

2013-10-03  Christopher Lee  <chris.lee@canonical.com>

	Preparing autopilot tests for an upcoming update in autopilot 1.3.
	
	Approved by PS Jenkins bot, Thomi Richards.

2013-10-03  Christopher Lee  <chris.lee@canonical.com>

	Cleanup to make changes backward compatible with autopilot.

2013-10-03  Christopher Lee  <chris.lee@canonical.com>

	Updated autopilot tests in preparation for updated autopilot.

2013-10-02  Andrea Azzarone  <azzaronea@gmail.com>

	Hide the tooltip when an app is closed. Fixes: https://bugs.launchpad.net/bugs/1172769.
	
	Approved by Brandon Schaefer, PS Jenkins bot.

2013-10-02  Andrea Azzarone  <azzaronea@gmail.com>

	Hide the tooltip when an app is closed.

2013-10-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CairoBaseWindow: add fade animator to control both QL and Tooltip
	
	Removing the animator from LauncherIcon, and handling the tooltip animation
	inside the QL and Tooltip base class.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-09-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	JSONParser: no need to use pango for parsing colors, nux can do it!

2013-09-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherIcon: Add tooltip visibility checks

2013-09-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CairoBaseWindow: add fade animator to control both QL and Tooltip
	
	Removing the animator from LauncherIcon, and handling the tooltip animation
	inside the QL and Tooltip base class.

2013-10-01  Andrea Azzarone  <azzaronea@gmail.com>

	Update icon_under_mouse before process mouse movemnt in the tooltip manager. Fixes: https://bugs.launchpad.net/bugs/1172769, https://bugs.launchpad.net/bugs/1233666.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-10-01  Andrea Azzarone  <azzaronea@gmail.com>

	Update icon_under_mouse before process mouse movemnt in the tooltip manager.

2013-10-01  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bad redrawing of dash overlay scrollbar connector. Fixes: https://bugs.launchpad.net/bugs/1233195.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-09-30  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bad redrawing of scrollbar connector.

2013-10-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CairoBaseWindow: only regenerate blur texture when visible and damaged. Fixes: https://bugs.launchpad.net/bugs/1233109.
	
	Approved by Christopher Townsend, PS Jenkins bot.

2013-09-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistView: use way-better looking quicklists on low-gfx mode
	
	In low-gfx we can still draw the dotted-texture and transparent outline.
	We only need to use opaque background.

2013-09-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tooltip: still keep semi-transparent borders on low-gfx mode

2013-09-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CairoBaseWindow: only regenerate blur texture on visible and when damaged

2013-09-30  Brandon Schaefer  <brandontschaefer@gmail.com>

	Move the switcher Alt+<ArrowKey> shortcut handling into nux, from compiz. Now nux handles these events instead of compiz. This way its makes much more sense code wise and we no longer ungrab the arrow gets from X... so Alt+LeftArrow will no longer open the hud. Fixes: https://bugs.launchpad.net/bugs/969039.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-09-30  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Clean ups
	* Move KEYUP -> KEYDOWN

2013-09-29  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge with trunk

2013-09-29  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Move AltTab arrow key handling into nux vs having compiz use shortcuts which was ungrabbing the arrow keys.
	Causing alt+<arrow_key> to show the hud! This is how the switcher should handle arrow keys anyway.

2013-09-27  Brandon Schaefer  <brandontschaefer@gmail.com>

	Break the bump detection by moving to the first icon, then down 5 pixels. Since bump detection needs to move in 3 different directions.
	
	Approved by PS Jenkins bot, Christopher Townsend, Marco Trevisan (Treviño).

2013-09-27  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Ensure we always break

2013-09-27  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Move Right as well

2013-09-27  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Add a break bump detection in the switcher view

2013-09-27  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Break the bump detection before testing mouse detection works :)

2013-09-27  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.1+13.10.20130927.1-0ubuntu1 (revision 3540 from lp:unity).
	
	Approved by PS Jenkins bot.

2013-09-27  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.1+13.10.20130927.1-0ubuntu1, based on r3540

2013-09-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestIMTextEntry: fix failing tests with IBus, use TEST_F and TEST_P.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-09-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestIMTextEntry: move back AltKeybindings and SuperKeybindings to test-gtest
	
	And reduce the number of tests. We can just verify letters...

2013-09-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestIMTextEntry: fix failing tests with IBus, use TEST_F and TEST_P

2013-09-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockTextEntry: use a timeout when processing the events with IBus running

2013-09-27  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Re-add the telepathy-indicator recommends as it got dropped from Main without any valid reasons

2013-09-27  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Expose Scope::results_dirty property and add a few more parameters to Preview::PerformAction. Fixes: https://bugs.launchpad.net/bugs/1230352.
	
	Approved by PS Jenkins bot, Pawel Stolowski.

2013-09-26  Michal Hruby  <michal.mhr@gmail.com>

	Move the callbacks typedefs to ScopeProxyInterface.h

2013-09-25  Michal Hruby  <michal.mhr@gmail.com>

	Add libunity-core-6.0-7 to conflicts and replaces

2013-09-25  Michal Hruby  <michal.mhr@gmail.com>

	Add a test for Preview::PerformAction

2013-09-25  Michal Hruby  <michal.mhr@gmail.com>

	Bump ABI version

2013-09-25  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:~stolowski/unity/unity-cancellable-actions

2013-09-25  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Support callback function in PerformAction.

2013-09-25  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Add cancellable argument to PerformAction.

2013-09-25  Michal Hruby  <michal.mhr@gmail.com>

	Add results_dirty property

2013-09-27  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	No new recommends/depends now, since at this point of the cycle it's not allowed for this project

2013-09-27  Brandon Schaefer  <brandontschaefer@gmail.com>

	If we are switching view ports tell nux to process the events. Even though the viewport switcher does grab the mouse, we will still feed nux the events so we can correctly update where the mouse is for the launcher. Fixes: https://bugs.launchpad.net/bugs/1231679.
	
	Approved by Marco Trevisan (Treviño), PS Jenkins bot.

2013-09-26  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Better

2013-09-26  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Handle the disabling of the mouse better! Caused a regression :(

2013-09-26  Brandon Schaefer  <brandontschaefer@gmail.com>

	* When switching viewports make sure we are telling nux to keep track of the mouse!

2013-09-25  Brandon Schaefer  <brandontschaefer@gmail.com>

	Change sleep from 5 to 10, in hopes of appeasing jenkins.
	
	Approved by PS Jenkins bot, Stephen M. Webb.

2013-09-25  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Move to 10 seconds...as jenkins doesn't seem to like the daemon still.

2013-09-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	VScrollBarOverlayWindow: add quick fade animation on show/hide.
	
	Approved by PS Jenkins bot, Christopher Townsend, Brandon Schaefer.

2013-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestOverlayWindow, TestOverlayWindow: correctly use animator ticks
	
	This fixes failing tests

2013-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	VScrollBarOverlayWindow: add quick fade animation on show/hide

2013-09-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Unity: Use WindowManager average_color property for getting the desktop color
	
	Having to deal with UBus here was a mess and caused us to re-store the same value
	too many times. Using a nux property gives us all the features we need easily
	while WindowManager is already enough shared to be used for this task.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-09-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tests: verify the disconnection of WM signals on some object destructions

2013-09-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	OverlayRendererImpl: extend sigc::trackable to smartly disconnect signals

2013-09-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	{Switcher,Shortcut,Session}Controller: extend sigc::trackable to smartly disconnect signals

2013-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BGHash: no need to use AnimationUtils here

2013-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindowView: redraw the view when the background has been updated

2013-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Unity: Use WindowManager average_color property for getting the desktop color
	
	Having to deal with UBus here was a mess and caused us to re-store the same value
	too many times. Using a nux property gives us all the features we need easily
	while WindowManager is already enough shared to be used for this task.

2013-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BGHash: use WindowManager's average_color instead of UBus
	
	Plus some usual code cleanup

2013-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager: add average_color Property

2013-09-25  Andrea Azzarone  <azzaronea@gmail.com>

	Don't use sigc::bind with a static value that should be dynamic. Fixes: https://bugs.launchpad.net/bugs/1228965.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-09-24  Andrea Azzarone  <azzaronea@gmail.com>

	Add line removed by mistake.

2013-09-23  Andrea Azzarone  <azzaronea@gmail.com>

	Fix segfault.

2013-09-18  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2013-09-25  Jeremy Bicha  <jbicha@ubuntu.com>

	recommend telepathy-indicator.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-09-18  Jeremy Bicha  <jbicha@ubuntu.com>

	recommend telepathy-indicator

2013-09-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: set proper priority for floating position-less NG indicators. Fixes: https://bugs.launchpad.net/bugs/1229460.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: indentation fixes

2013-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: move floating-indicators after libapplication indicators

2013-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: set proper priority for floating position-less NG indicators

2013-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: set the correct priority for NG indicators with no position set

2013-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: use correct priority for legacy indicator entries
	
	This partially reverts r3391 and fixes position for some special indicators

2013-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CMakeLists: use the indicators prefix as indicator service path
	
	This way the local installations will still load the system indicators, unless
	libindicator (and the full indicators set) is not locally installed.

2013-09-24  Brandon Schaefer  <brandontschaefer@gmail.com>

	restart the ibus daemon wit hthe right args for tests.
	
	Approved by PS Jenkins bot, Stephen M. Webb.

2013-09-23  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Replace the bad ibus-deamon with one that works

2013-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UBusMessages: remove useless messages (and relative emission).
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistManager, Tooltip: also remove ubus inclusions

2013-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UBusMessages: remove useless messages (and relative emission)

2013-09-24  Chris Townsend  <christopher.townsend@canonical.com>

	The ShowDesktopHandleWindowInterface teardown was missing it's call to DeleteHandler() in a recent commit that refactored the handling of some Show Desktop code. Fixes: https://bugs.launchpad.net/bugs/1228915.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño), Brandon Schaefer.

2013-09-23  Chris Townsend  <christopher.townsend@canonical.com>

	Fix some formatting.

2013-09-23  Chris Townsend  <christopher.townsend@canonical.com>

	The ShowDesktopHandleWindowInterface teardown was missing it's call to DeleteHandler() in a recent commit that refactored the handling of some Show Desktop code.

2013-09-20  Chris Townsend  <christopher.townsend@canonical.com>

	A regression caused by revno. 3515 breaks the recently fixed Quicklist and Tooltip active blur. This fixes it by checking if the View is a ViewWindow and if so, use QueueDraw() instead of NeedSoftRedraw(). Fixes: https://bugs.launchpad.net/bugs/1228308.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-09-20  Chris Townsend  <christopher.townsend@canonical.com>

	A regression caused by revno. 3515 breaks the recently fixed Quicklist and Tooltip active blur.  This fixes it by checking if the View is a ViewWindow and if so, use QueueDraw() instead of NeedSoftRedraw().

2013-09-20  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.0+13.10.20130920-0ubuntu1 (revision 3524 from lp:unity).
	
	Approved by PS Jenkins bot.

2013-09-20  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.0+13.10.20130920-0ubuntu1, based on r3524

2013-09-20  chris.gagnon  <chris.gagnon@canonical.com>

	BlackListDriverError moved to Display. Fixes: https://bugs.launchpad.net/bugs/1227882.
	
	Approved by Andrea Azzarone, PS Jenkins bot.

2013-09-19  chris.gagnon  <chris.gagnon@canonical.com>

	update import to the new location

2013-09-20  Stephen M. Webb  <stephen.webb@canonical.com>

	render the Dash frame all the way to the bottom of the screen (lp: #1100120). Fixes: https://bugs.launchpad.net/bugs/1100120.
	
	Approved by Brandon Schaefer, PS Jenkins bot.

2013-09-19  Stephen M. Webb  <stephen.webb@canonical.com>

	adjusted clip rectangle even more

2013-09-19  Stephen M. Webb  <stephen.webb@canonical.com>

	unity-shared/OverlayRenderer.cpp: fixed copyright dates

2013-09-19  Stephen M. Webb  <stephen.webb@canonical.com>

	synch with trunk

2013-08-22  Stephen M. Webb  <stephen.webb@canonical.com>

	synched with trunk

2013-03-11  Stephen M. Webb  <stephen.webb@canonical.com>

	Adjusted clip height to accommodate previous height adjustment to the drawing area (lp: #1100120).

2013-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutController: fix typo on introspection data.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutController: fix typo on introspection data

2013-09-19  Brandon Schaefer  <brandontschaefer@gmail.com>

	Only accept focus if the mouse moves in 3 directions on switcher start up if the mouse starts over the switcher window. This is an attempt to tell the difference between a bump and intentional movement. Fixes: https://bugs.launchpad.net/bugs/1223630.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-09-19  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Restart bump handling each time we go in/out of detail mode

2013-09-19  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Left click in detail mode that is not over an icon should exit detail mode

2013-09-19  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Don't set check_mouse_first_time_ while handling detail mouse events

2013-09-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Add gtest for delta tracker

2013-09-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merge trunk

2013-09-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Make sure we do the same for detail mode on start up.
	* Remove old function that is not used anymore

2013-09-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* GetFlatIcons does not need to part of the SwitcherView class. Its completly independent of the class, and is a untility function.

2013-09-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Use the SwitcherWindow as boarder instead of keeping track of which icon we are over.

2013-09-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Only check the mouse movement directions if the mouse is over the icon

2013-09-11  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Keep track of directions the mouse move has changed, if it has moved in all 4
	directions we are no longer a bump, and now the mouse should act normal.

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: fix style to use postfixed-underscore for private members
	
	Also remove some tabs and useless members.
	
	Approved by Christopher Townsend, PS Jenkins bot.

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging again with lp:~3v1n0/unity/animation-utils

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/animation-utils

2013-09-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/launcher-nux-animation changes

2013-09-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: use std::pow(progress, 2) for drag animation

2013-09-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: includes cleanup and remove useless ubus call

2013-09-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: cleanup the includes

2013-09-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Icons: remove the unneeded Launcher.h includes

2013-09-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/animation-utils/

2013-09-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: fix style to use postfixed-underscore for private members
	
	Also remove some tabs and useless members

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AnimationUtils: add utility functions to handle nux::Animation's start and reversion
	
	Update the whole code using nux::animation to use these facility functions.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: add missing comma
	
	Damned typos! :P

2013-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-09-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: drag_over_animation should go in Backward direction

2013-09-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/launcher-nux-animation

2013-09-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AnimationUtils: add inline functions and move definition in AnimationUtils-inl.h

2013-09-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionController: use AnimationUtils methods to start and reverse the animation

2013-09-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutController: use AnimationUtils methods to start and reverse the animation

2013-09-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashController: use AnimationUtils methods to start and reverse the menus animation

2013-09-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: use AnimationUtils methods to start and reverse the animation

2013-09-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: use AnimationUtils methods to start and reverse the tooltip animation

2013-09-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudController: use AnimationUtils methods to start and reverse the animation

2013-09-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashController: use AnimationUtils methods to start and reverse the animation

2013-09-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestAnimationUtils: verify GetDirection method

2013-09-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AnimationUtils: add GetDirectionStartedReversed
	
	And put into anonymous namespace

2013-09-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: use animation utils to start animations

2013-09-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestAnimationUtils: verify unity::animation utils

2013-09-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AnimationUtils: add utility functions to handle nux::Animation's start and reversion

2013-09-18  Chris Townsend  <christopher.townsend@canonical.com>

	It appears that it's not a timeout causing these tests to really fail. It seems that Jenkins is unable to connect to GlibDBusProxy which leads to the timeout. For now, let's just remove the most troublesome tests so we can get automerging to work and then revisit the real reason why this is happening. Fixes: https://bugs.launchpad.net/bugs/1224643.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-09-18  Chris Townsend  <christopher.townsend@canonical.com>

	It appears that it's not a timeout causing these tests to really fail.  It seems that Jenkins is unable to connect to GlibDBusProxy which leads to the timeout.  For now, let's just remove the most troublesome tests so we can get automerging to work and then revisit the real reason why this is happening.

2013-09-18  Chris Townsend  <christopher.townsend@canonical.com>

	When dragging and dropping an icon before another icon, the calculation to position the drop was off by half an icon which would cause some AP tests to fail. Fixes: https://bugs.launchpad.net/bugs/1227056.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-09-18  Chris Townsend  <christopher.townsend@canonical.com>

	When dragging and dropping an icon before another icon, the calculation to position the drop was off by half an icon which would cause some AP tests to fail.

2013-09-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	Get the real shortcut to activate ibus. Fixes: https://bugs.launchpad.net/bugs/1227056.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-09-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Lets get the real activate key...as the default should be Super+Space, but sometimes its still
	Ctrl+Space. So lets just get the real value and use the first one.

2013-09-18  Chris Townsend  <christopher.townsend@canonical.com>

	Increase the wait timeout to 15 seconds since 1 second didn't seem to make the unit test failure any better. Also add a timeout to the CheckResults method. Fixes: https://bugs.launchpad.net/bugs/1224643.
	
	Approved by Brandon Schaefer, PS Jenkins bot.

2013-09-18  Chris Townsend  <christopher.townsend@canonical.com>

	Increase the wait timeout to 15 seconds since 1 seconds didn't seem to make the unit test failure any better.  Also add a timeout to the CheckResults method.

2013-09-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: redraw the dash also if a non-blurred area is damaged
	
	If the dash is damaged, but not the blurred area, it won't redraw. We need
	to draw it, in order to avoid flickering of its border.
	
	Also, add the redraw_view_if_damaged utility function to redraw a view if
	really needed. Fixes: https://bugs.launchpad.net/bugs/1224340.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-09-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: remove while iterating the animating show-desktop windows
	
	As this is done in donePaint, it's better to optimize things the most we can.

2013-09-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: redraw the dash also if a non-blurred area is damaged
	
	If the dash is damaged, but not the blurred area, it won't redraw. We need
	to draw it, in order to avoid flickering of its border.
	
	Also, add the redraw_view_if_damaged utility function to redraw a view if
	really needed.

2013-09-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashController: add DashView getter

2013-09-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutView: use StaticCairoText instead of StaticText for rendering the View
	
	Improves the text alignment and visual quality.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-09-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutView: use StaticCairoText instead of StaticText for rendering the View
	
	Improves the text aligment and visual quality

2013-09-18  Andrea Azzarone  <azzaronea@gmail.com>

	Derive EdgeBarrierController::Impl from sigc::trackable and remove the use of c++11 lambdas for callbacks. Fixes: https://bugs.launchpad.net/bugs/1217560.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-09-17  Andrea Azzarone  <azzaronea@gmail.com>

	Derive EdgeBarrierController::Impl from sigc::trackable and remove the use of c++11 lambdas for callbacks.

2013-09-18  Chris Townsend  <christopher.townsend@canonical.com>

	Make the mouse movement infinite while loop into a for loop and only iterate 10 times w/ a 0.5 second delay between movements. Raise an error if the correct icon is not found when the loop terminates.
	Consolidate the autoscroll_to_icon() function into the move_mouse_to_icon() function and change move_mouse_to_icon() to handle autoscrolling offsets. Fixes: https://bugs.launchpad.net/bugs/1226639.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-09-17  Chris Townsend  <christopher.townsend@canonical.com>

	Make the mouse movement infinite while loop into a for loop and only iterate 10 times w/ a 0.5 second delay between movements.  Raise an error if the correct icon is not found when the loop terminates.
	Consolidate the autoscroll_to_icon() function into the move_mouse_to_icon() function and change move_mouse_to_icon() to handle autoscrolling offsets.

2013-09-17  Andrea Azzarone  <azzaronea@gmail.com>

	Return a copy of memeber variables of DndData class. Should fix lp:1224569. Fixes: https://bugs.launchpad.net/bugs/1224569.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-09-16  Andrea Azzarone  <azzaronea@gmail.com>

	Return a copy of memebr variables. Should fix lp:1224569.

2013-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: use nux::Animation for all the launcher animations
	
	This allows to do these when compiz requests to prepare painting, instead of
	using only an idle to perform this. Fixes: https://bugs.launchpad.net/bugs/1224766, https://bugs.launchpad.net/bugs/1226114.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-09-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: fix a regression I introduced due to int computation of speed

2013-09-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UBusMessages, Launcher: remove useless Ubus messages

2013-09-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncher: verify that the correct action state is set on drag cancel

2013-09-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: Set the action state to ACTION_DRAG_ICON_CANCELLED on drag cancel
	
	Otherwise the mouse-up event could trigger an activation.

2013-09-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: don't animate the launcher when on mouse over if it has not to unfold

2013-09-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: remove useless member variables and add some internal const

2013-09-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: make sure we properly smart-animate the icons when dragging over them

2013-09-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: remove useless display property

2013-09-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: remove some useless EnsureAnimation calls and rename them to QueueDraw

2013-09-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: No need to force a new idle if the hover value changed
	
	It already calls QueueDraw on callback

2013-09-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: use nux::Animation for all the launcher animations
	
	This allows to do these when compiz requests to prepare painting, instead of
	using only an idle to perform this.

2013-09-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge with trunk

2013-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: add support for Super+Arrows shortcuts to manage the focused window
	
	Super+Arrows shortcut allows to move and maximize / restore / minimize
	the focused window on the screen. Fixes: https://bugs.launchpad.net/bugs/751050, https://bugs.launchpad.net/bugs/992697.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-09-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen, CompizShortcutModeller: remove the custom keys to maximize or restore/minimize
	
	We already have them defined in compiz core nowadays, it's better not to create even more
	fragmentation, but reusing what we can. Sadly I've to remove code :'(

2013-09-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-tests: remove SuperArrows.txt test, now we have AP for it

2013-09-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManagerKeybindings: add scenarios to perform the tests for Maximized and Restored windows

2013-09-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, WindowManagerKeybindings: verify the window restoration after vertical maximization

2013-09-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, WindowManagerKeybindings: verify right/left maximization geometries

2013-09-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, WindowManagerKeybindings: added new keybindings AP tests

2013-09-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: add more introspectable data about the window state for AP

2013-09-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell.xml: adapt the default window management keybindings to new values

2013-09-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CompizShortcutModeller: update the options to use the new unity shortcuts

2013-09-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: consume the key actions or they will be repeated around

2013-09-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	After 1 year and 7 months... Merging again with trunk! :)
	
	... And it works ;-)

2012-02-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-01-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-tests: added the test for Super+Arrows

2012-01-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: add support for Super+Arrows shortcuts to manage the focused window
	
	Super+Arrows shortcut allows to move and maximize / restore / minimize
	the focused window on the screen.

2012-01-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager (PluginAdapter): support methods to (right/left)-maximize and check the status
	
	They allow to maximize a window, or to vertically maximize it and put on a side of
	the screen.

2013-09-16  Chris Townsend  <christopher.townsend@canonical.com>

	Set the wait timeout to a longer period (1000ms) since many Jenkins CI tests are failing in the TestIconLoader tests. Fixes: https://bugs.launchpad.net/bugs/1224643.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-09-16  Chris Townsend  <christopher.townsend@canonical.com>

	Set the wait timeout to a longer period since many Jenkins CI tests are failing in the TestIconLoader tests.

2013-09-16  Andrea Azzarone  <azzaronea@gmail.com>

	Fix randomly failing AP test. Fixes: https://bugs.launchpad.net/bugs/1226116.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-09-16  Andrea Azzarone  <azzaronea@gmail.com>

	Fix lp:1226116.

2013-09-13  Lars Uebernickel  <lars.uebernickel@canonical.com>

	panel-service: fix order when paging through menus with left/right keys. Fixes: https://bugs.launchpad.net/bugs/1183994.
	
	Approved by Christopher Townsend, Stephen M. Webb, PS Jenkins bot.

2013-09-13  Lars Uebernickel  <lars.uebernickel@canonical.com>

	Use MAX_INDICATOR_ENTRIES instead of hardcoding '100'

2013-09-12  Lars Uebernickel  <lars.uebernickel@canonical.com>

	panel-service: fix order when paging through menus with left/right keys

2013-09-12  Brandon Schaefer  <brandontschaefer@gmail.com>

	Make sure we move the mouse over the target icon while we are dragging the source icon.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-09-12  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Make sure we move the mouse over the target icon while we are dragging the source icon.

2013-09-12  Brandon Schaefer  <brandontschaefer@gmail.com>

	Set an upper bound on the amount of icons we go through to check tooltips. As the accordion effect was causing the mouse to go through the icons to fast, making the test fail.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-09-12  Brandon Schaefer  <brandontschaefer@gmail.com>

	* 4 spaces, not 2!

2013-09-12  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Must avoid the accordion effect, when attemtping to test the tooltips.
	When we hit the bottom, and the accordion start to open the icons pass to quickly.
	Causing the test to fail.

2013-09-12  Chris Townsend  <christopher.townsend@canonical.com>

	Use the first two icons in the Launcher to assure the icons are always on the screen for this particular Autopilot test. Fixes: https://bugs.launchpad.net/bugs/1219636.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-09-12  Chris Townsend  <christopher.townsend@canonical.com>

	Use the first two icons in the Launcher to assure the icons are always on the screen for this particular Autopilot test.

2013-09-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: log unity zeitgeist events on stick, unstick, removal and delete. Fixes: https://bugs.launchpad.net/bugs/779449.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: stick and save icons dragged around

2013-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: verify the unity events logging

2013-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: allow to emit the save signal when creating new favorite
	
	It allows to log events in zeitgeist

2013-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: verify leave events logging

2013-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: log leave event on icon removal

2013-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: add GetApplication protected method

2013-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: stick the SWcenter icon, not the app.
	
	Add a test for this as well...

2013-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: make sure that the desktop file is updated when all other emblems are set

2013-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationManager: add Leave app event (and implement for desktop::Application)

2013-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSoftwareCenterLauncherIcon: verify log event on installation finished

2013-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: verify LogUnityEvent

2013-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: derivate from testmocks::TestUnityAppBase

2013-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: derivate from testmocks::TestUnityAppBase and add log tests

2013-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestTrashLauncherIcon: derivate from testmocks::TestUnityAppBase

2013-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockApplication: add TestUnityAppBase struct to test UnityApplication

2013-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: verify the event logging on stick / unstick

2013-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: log unity zeitgeist events on stick, unstick and delete

2013-09-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestTrashLauncherIcon: verify and clear the expectations of the Unity App when starting the test

2013-09-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestTrashLauncherIcon: initialize unity app at every test startup

2013-09-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SoftwareCenterLauncherIcon: make sure we access to the new_app ptr only if valid

2013-09-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: only fade the launcher when in auto-hide and dash is opened. Fixes: https://bugs.launchpad.net/bugs/1044926, https://bugs.launchpad.net/bugs/1223979.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-09-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: use nux::Animation to compute the fade progress level on dash showing
	
	This will make it match with the DashController one

2013-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: only fade the launcher when in auto-hide and dash is opened

2013-09-12  Brandon Schaefer  <brandontschaefer@gmail.com>

	When the shortcut is open, and we receive a ButtonPress or KeyPress hide it. As this causes problems else where, and it really should close if the user attempts to do anything (even while holding super!). Fixes: https://bugs.launchpad.net/bugs/932718.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-09-10  Brandon Schaefer  <brandontschaefer@gmail.com>

	* If a button/key is pressed and the shortcut hint is open close it!

2013-09-12  Brandon Schaefer  <brandontschaefer@gmail.com>

	Add an option to disable the mouse in the switcher. Fixes: https://bugs.launchpad.net/bugs/1224048.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-09-11  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Add option to disable the mouse from the switcher

2013-09-11  Chris Townsend  <christopher.townsend@canonical.com>

	Move the _compute_blur_bkg bool into the QuicklistView::Draw() method to actually get active blur to work. Fixes: https://bugs.launchpad.net/bugs/873387.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-09-11  Chris Townsend  <christopher.townsend@canonical.com>

	I didn't realize there was already support in place for Quicklist active blur, so I removed all of the code I added for that in the last commit.  Instead, all this needed is to move the _compute_blur_bkg boolean to the QuicklistView::Draw() method.

2013-09-09  Chris Townsend  <christopher.townsend@canonical.com>

	Add support to allow active blur under Quicklists.
	Also move the _compute_blur_bkg bool into the Draw method to actually get active blur to work.

2013-09-11  Chris Townsend  <christopher.townsend@canonical.com>

	Move the _compute_blur_bkg bool to the Tooltip::Draw() method since the CairoBaseWindow::Draw() method sets this to false causing subsequent draws to never update the background texture. Fixes: https://bugs.launchpad.net/bugs/1052782.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño), Brandon Schaefer.

2013-09-09  Chris Townsend  <christopher.townsend@canonical.com>

	Move the _compute_blur_bkg bool to the Draw method since the CairoBaseWindow::Draw() method sets this to false causing subsequent draws to never update the background texture.

2013-09-11  Brandon Schaefer  <brandontschaefer@gmail.com>

	Make sure we ignore mouse movement over detail icons if the mouse starts over it at start. Let the mouse take selection control once it moves outside of any icon, vs having to enter a different icon. Fixes: https://bugs.launchpad.net/bugs/1223037, https://bugs.launchpad.net/bugs/1223039.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-09-09  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Use else if...

2013-09-09  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Make sure on first start we ignore mouse moves over detail icons.
	* Regain mouse selection control if we move outside any icon vs entering a different icon.

2013-09-11  Chris Townsend  <christopher.townsend@canonical.com>

	Due to a change libdbusmenu, need to use a fully qualified name for the Dbus object name. Fixes: https://bugs.launchpad.net/bugs/1223561.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-09-11  Chris Townsend  <christopher.townsend@canonical.com>

	Due to a change libdbusmenu, need to use a fully qualified name for the Dbus object name.

2013-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Application: add desktop_id method, and implement in desktop::Application.
	
	Approved by Brandon Schaefer, PS Jenkins bot.

2013-09-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/desktop-app-manager

2013-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: get rid of the dependency on real desktop-id for URIs

2013-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Application: add desktop_id method, and implement in desktop::Application

2013-09-07  Chris Townsend  <christopher.townsend@canonical.com>

	The logic to detect when a Quicklist may be off the screen did not take into account the default top size of 4, so any Quicklists near the bottom would have blur that was shifted down 4 pixels. Fixes: https://bugs.launchpad.net/bugs/819663.
	
	Approved by Brandon Schaefer, PS Jenkins bot.

2013-09-04  Chris Townsend  <christopher.townsend@canonical.com>

	The logic to detect when a quicklist may be off the screen did not take into account the default top size of 4, so any quicklists near the bottom would have blur that was shifted down 4 pixels.

2013-09-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DesktopApplicationManager: added new app manager layer so that we can emit app events.
	
	Approved by Brandon Schaefer, PS Jenkins bot.

2013-09-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestTrashLauncherIcon: add more log checks

2013-09-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockApplication: use tuple for log events and add function to verify them

2013-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestTrashLauncherIcon: verify that delete events gets logged by unity app on Dnd drop

2013-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDesktopApplicationSubject: add equalty tests

2013-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationManager: add equalty operators to ApplicationSubject

2013-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockApplication: return a MockApplication::Nice as UnityApplication

2013-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestTrashLauncherIcon: verify that files gets trashed on Dnd request

2013-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TrashLauncherIcon: use FileManager to trash files on DnD

2013-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: fix typo on MatcherP

2013-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	FileManager: add TrashFile action

2013-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TrashLauncherIcon: use AppManager's UnityApplication for logging removal events

2013-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfApplicationManager: add real implementation of GetUnityApplication

2013-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DesktopApplicationManager: use better style for ApplicationSubject setter functions

2013-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DesktopApplicationManager: use "application://" prefix for actor uri

2013-09-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationManager: add GetUnityApplication getter with stub implementations

2013-09-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationManager: make manager methods const

2013-09-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DesktopApplicationManager: add LogEvent definition using zeitgeist to log events

2013-09-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDesktopApplicationSubject: verify copy constructors

2013-09-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockApplication: add mock ApplicationSubject definition

2013-09-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DesktopApplicationSubject: add copy constructors and internal zeitgeist event getter

2013-09-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDesktopApplicationSubject: add tests for desktop::ApplicationSubject

2013-09-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DesktopApplicationManager: add implementation for desktop::ApplicationSubject

2013-09-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockApplication: implement new logging methods

2013-09-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DesktopApplicationManager: add skeleton implementation for event logging

2013-09-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ZeitgeistUtils: add different workaround to include new zeitgeist

2013-09-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-08-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TrashLauncherIcon: always use the GCancellable for GFile operations

2013-08-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TrashLauncherIcon: ignore include errors from zeitgeist library

2013-08-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~bregma/unity/lp-1197569

2013-09-06  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Ignore mouse movements if the mouse starts over a switcher icon. Clicking still works fine, we just wont steal focus from the alt+tab work. Fixes: https://bugs.launchpad.net/bugs/1215630.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-09-05  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* We should make sure its defined...

2013-09-05  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Better way to avoid changing the focus on a mouse bump, if the mouse
	starts over an icon.

2013-09-05  Chris Townsend  <christopher.townsend@canonical.com>

	Fixes issue where entering keynav mode may make the BFB icon scroll off the top of the Launcher. Fixes: https://bugs.launchpad.net/bugs/1068166, https://bugs.launchpad.net/bugs/1219636.
	
	Approved by PS Jenkins bot, Stephen M. Webb.

2013-09-05  Chris Townsend  <christopher.townsend@canonical.com>

	Fixes issue where entering keynav mode may make the BFB icon scroll off the top of the Launcher.

2013-09-03  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.0+13.10.20130903.1-0ubuntu1 (revision 3488 from lp:unity).
	
	Approved by PS Jenkins bot.

2013-09-03  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.0+13.10.20130903.1-0ubuntu1, based on r3488

2013-09-02  Stephen M. Webb  <stephen.webb@canonical.com>

	moved to zeitgeist-2.0. Fixes: https://bugs.launchpad.net/bugs/1197569.
	
	Approved by Marco Trevisan (Treviño), PS Jenkins bot.

2013-08-30  Stephen M. Webb  <stephen.webb@canonical.com>

	synched with trunk

2013-08-30  Stephen M. Webb  <stephen.webb@canonical.com>

	ignored zeitgeist.h warning

2013-08-19  Stephen M. Webb  <stephen.webb@canonical.com>

	Adjusted for libzeitgeis 2.0 API (lp: #1197569).

2013-08-17  Stephen M. Webb  <stephen.webb@canonical.com>

	changed zeitgeist dependency to 2.0

2013-08-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: make sure we unstick an icon, update its URI and resave it in order
	
	Also improving a lot the SoftwareCenterLauncherIcon code and the install behaviour. Fixes: https://bugs.launchpad.net/bugs/1217849, https://bugs.launchpad.net/bugs/1218504.
	
	Approved by Christopher Townsend, PS Jenkins bot.

2013-08-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSoftwareCenterLauncherIcon: add more animation tests

2013-08-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherDragWindow: test initialization refactoring

2013-08-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherDragWindow: update to match the current API

2013-08-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController, SoftwareCenterLauncherIcon: don't animate unless we have the final icon position

2013-08-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SoftwareCenterLauncherIcon: don't store any Launcher reference

2013-08-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherDragWindow: add LauncherDragWindow::Ptr definition

2013-08-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherDragWindow: make it generate the texture and improve the callback
	
	Simplify Launcher and SoftwareCenterLauncherIcon code

2013-08-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SoftwareCenterLauncherIcon: use dynamically allocated DBusProxy and delete it when finished

2013-08-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: make sure we unstick an icon, update its URI and resave it in order

2013-08-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: improve sticky/unsticky tests, verify that icon uris are updated correctly
	
	The latter is failing for now

2013-08-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockApplication: add nicer visibility setter

2013-08-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: always match visibility quirk with app visibility

2013-08-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: SetApplication can nullify the inner pointer

2013-08-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SoftwareCenterLauncherIcon: create space on launcher before moving an icon to the final position
	
	Now the launcher create the room for the icon, then it flies there.

2013-08-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SoftwareCenterLauncherIcon: use test-friend class

2013-08-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SoftwareCenterLauncherIcon: use new Variant features for getting the progress

2013-08-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibVariant: verify the estraction of basic types from Variant

2013-08-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibVariant: test GetVariant

2013-08-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Variant: add GetVariant method

2013-08-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Variant: allow to get simple types from a GVariant containing a Variant type value

2013-08-29  Chris Townsend  <christopher.townsend@canonical.com>

	Fix the code formatting introduced in revno. 3485.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-08-29  Chris Townsend  <christopher.townsend@canonical.com>

	Fixed formatting in code introduced in revno. 3485.

2013-08-29  Ted Gould  <ted@gould.cx>

	Use libupstart for sending Upstart signals.
	
	Approved by Christopher Townsend, PS Jenkins bot.

2013-08-26  Ted Gould  <ted@gould.cx>

	White  space     fix       

2013-08-25  Ted Gould  <ted@gould.cx>

	Updated to trunk

2013-08-25  Ted Gould  <ted@gould.cx>

	Updating test deps

2013-08-07  Ted Gould  <ted@gould.cx>

	Clarifying what we emit

2013-08-07  Ted Gould  <ted@gould.cx>

	Whitespace

2013-08-07  Ted Gould  <ted@gould.cx>

	Emit a shutdown signal when shutting down

2013-08-07  Ted Gould  <ted@gould.cx>

	Switch to emitting the start signal via the proxy

2013-08-07  Ted Gould  <ted@gould.cx>

	Adding the Upstart proxy as a member variable

2013-08-07  Ted Gould  <ted@gould.cx>

	Adding deps for building with libupstart

2013-08-29  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.0+13.10.20130829.1-0ubuntu1 (revision 3483 from lp:unity).
	
	Approved by PS Jenkins bot.

2013-08-29  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.0+13.10.20130829.1-0ubuntu1, based on r3483

2013-08-28  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.0+13.10.20130828.1-0ubuntu1 (revision 3481 from lp:unity).
	
	Approved by PS Jenkins bot.

2013-08-28  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.0+13.10.20130828.1-0ubuntu1, based on r3481

2013-08-28  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Fixes:
	unity.tests.test_switcher.SwitcherDetailsMouseTests.test_mouse_click_will_activate_detail_icon(show_desktop_icon_true)
	unity.tests.test_switcher.SwitcherDetailsMouseTests.test_mouse_click_will_activate_detail_icon(show_desktop_icon_false). Fixes: https://bugs.launchpad.net/bugs/1217592.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-08-27  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Only say we have handled a mouse up event if we are inside the close button..

2013-08-27  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fix a failing AP test...not counting the mouse up in the swicher...causing it to never fully click. Click twice to ensure one gets through...

2013-08-28  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Handle a new PERFORM_SEARCH activation response defined by libunity (perform a new search with given query).
	
	Approved by PS Jenkins bot, Michal Hruby.

2013-08-28  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Restored accidently removed changelog entry.

2013-08-27  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Require libunity>=7.1.0.

2013-08-26  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Updated libunity requirements.

2013-08-26  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Updated for PERFORM_SEARCH change, fixed changelog.

2013-08-26  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Merged trunk.

2013-08-16  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Update changelog.

2013-08-16  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Bump required libunity.

2013-08-16  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Handle DO_SEARCH activation response (issue a new search query).

2013-08-27  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Quick fix to enable the compose key which is turned off by default.
	
	Finding a better fix soon. Fixes: https://bugs.launchpad.net/bugs/1216979.
	
	Approved by PS Jenkins bot, Thomi Richards, Sebastien Bacher.

2013-08-27  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Quick fix to fix blocking

2013-08-27  Michal Hruby  <michal.mhr@gmail.com>

	Added support for colorizing UnityProtocolAnnotatedIcon.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-08-27  Michal Hruby  <michal.mhr@gmail.com>

	Use GetInternalContext to paint to the surfaces

2013-08-27  Michal Hruby  <michal.mhr@gmail.com>

	Bump libunity requirement in debian

2013-08-27  Michal Hruby  <michal.mhr@gmail.com>

	Add a test

2013-08-27  Michal Hruby  <michal.mhr@gmail.com>

	Add ability to colorize AnnotatedIcons

2013-08-27  Chris Townsend  <christopher.townsend@canonical.com>

	Do not display the scope bar at the bottom when the Command "Lens" is opened as it's not really not a Lens/Scope. Fixes: https://bugs.launchpad.net/bugs/1168019.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-08-27  Chris Townsend  <christopher.townsend@canonical.com>

	Update tests/CMakeLists.txt to include the new mock commands.scope.
	Add back in the testscope4.scope and update the test to check for 5 scopes.

2013-08-27  Chris Townsend  <christopher.townsend@canonical.com>

	Add a dummy Commands scope since Jenkins does not have a commands.scope already installed.

2013-08-26  Chris Townsend  <christopher.townsend@canonical.com>

	Add unit test to ensure Scope Bar is invisible when activating the Command "Lens".

2013-08-26  Chris Townsend  <christopher.townsend@canonical.com>

	Do not display the scope bar at the bottom when the Command "Lens" is opened as it's not really not a Lens/Scope.

2013-08-22  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.0+13.10.20130822-0ubuntu1 (revision 3476 from lp:unity).
	
	Approved by PS Jenkins bot.

2013-08-22  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.0+13.10.20130822-0ubuntu1, based on r3476

2013-08-21  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	We now have indicator-keyboard - recommend it along other indicators.
	
	Approved by PS Jenkins bot, Sebastien Bacher.

2013-08-21  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	We now have indicator-keyboard - recommend it along other indicators

2013-08-21  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Bump the build dependency on compiz to 0.9.10

2013-08-16  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.0+13.10.20130816.3-0ubuntu1 (revision 3473 from lp:unity).
	
	Approved by PS Jenkins bot.

2013-08-16  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.0+13.10.20130816.3-0ubuntu1, based on r3473

2013-08-16  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed duplicate categories in scope caused by full resync on model change. Fixes: https://bugs.launchpad.net/bugs/1212945.
	
	Approved by PS Jenkins bot, Michal Hruby.

2013-08-16  Nick Dedekind  <nicholas.dedekind@gmail.com>

	removed unneeded var.

2013-08-16  Nick Dedekind  <nicholas.dedekind@gmail.com>

	better handling of adding categories/filters

2013-08-16  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed duplcate categories

2013-08-16  Stephen M. Webb  <stephen.webb@canonical.com>

	removed debug output thatcould cause a potential security problem (lp: #1051921). Fixes: https://bugs.launchpad.net/bugs/1051921.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-08-15  Stephen M. Webb  <stephen.webb@canonical.com>

	Removed debug output of style graphics (lp: #1051921).

2013-08-15  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Don't re-add the rows for filters and categories if the model changes.
	
	Approved by Michal Hruby, PS Jenkins bot.

2013-08-15  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Dont do row additions for categories and filters when changing model. Framework does it for you

2013-08-15  Chris Townsend  <christopher.townsend@canonical.com>

	Fix issue where the same app on different workspaces would not allow alt-tab to work properly when trying to switch to the last used app on the same workspace. Fixes: https://bugs.launchpad.net/bugs/1211261.
	
	Approved by PS Jenkins bot.

2013-08-13  Chris Townsend  <christopher.townsend@canonical.com>

	Fix issue where the same app on different workspaces would not allow alt-tab to work properly when trying to switch to the last used app on the same workspace.

2013-08-15  Michal Hruby  <michal.mhr@gmail.com>

	Make sure we emit row_added signals for all rows present in a model when changing a model Model::SetModel(). Fixes: https://bugs.launchpad.net/bugs/1212580.
	
	Approved by PS Jenkins bot, Michał Sawicz, Nick Dedekind.

2013-08-15  Michal Hruby  <michal.mhr@gmail.com>

	Ensure we're not emitting filter signals with invalid Filter instances

2013-08-14  Stephen M. Webb  <stephen.webb@canonical.com>

	added photo lens shortcut to the shortcuts hint window (lp: #1069644). Fixes: https://bugs.launchpad.net/bugs/1069644.
	
	Approved by PS Jenkins bot, Christopher Townsend, Marco Trevisan (Treviño).

2013-08-14  Stephen M. Webb  <stephen.webb@canonical.com>

	Fixed name of Files Lens

2013-07-09  Stephen M. Webb  <stephen.webb@canonical.com>

	reformatted DashHintsContains function for clarity

2013-07-08  Stephen M. Webb  <stephen.webb@canonical.com>

	fixed new test

2013-07-08  Stephen M. Webb  <stephen.webb@canonical.com>

	added test case, synch with trunk

2013-07-06  Andrew McCarthy  <me@andrewmccarthy.ie>

	Add shortcut hint for Photo lens (lp: #1069644).

2013-08-13  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.0+13.10.20130813.1-0ubuntu1 (revision 3466 from lp:unity).
	
	Approved by PS Jenkins bot.

2013-08-13  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.0+13.10.20130813.1-0ubuntu1, based on r3466

2013-08-12  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Attempt to use more canonical words for the ibus AP tests, so we end up with a more used word, vs one the might change. Fixes: https://bugs.launchpad.net/bugs/1211501.
	
	Approved by PS Jenkins bot, Stephen M. Webb.

2013-08-12  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* "disk" in pinyin is giving a different preference while running jenkins.
	* Replace the "disk" test with "hello".
	* Use "managment" instead of "disk managment"

2013-08-12  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Fix ibus-anthy AP tests, due to a failing commit key Ctrl+J being changed to now turn off/on the ibus-anthy engine. Fixes: https://bugs.launchpad.net/bugs/1211464.
	
	Approved by PS Jenkins bot, Stephen M. Webb.

2013-08-12  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* ibus-anthy has Ctrl+J as turning the input method on and off now. Though
	Ctrl+J is also still listed as how to commit text, it is turning of the IM
	before doing so causing tests to fail. So instead of using Ctrl+J we will just
	use Enter.

2013-08-12  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.0+13.10.20130812.1-0ubuntu1 (revision 3462 from lp:unity).
	
	Approved by PS Jenkins bot.

2013-08-12  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.0+13.10.20130812.1-0ubuntu1, based on r3462

2013-08-12  Michal Hruby  <michal.mhr@gmail.com>

	Fix a leak in scope activation. Pass the original result if the activation fails.
	
	Approved by PS Jenkins bot, Nick Dedekind.

2013-08-09  Michal Hruby  <michal.mhr@gmail.com>

	Fix a leak

2013-08-12  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Adds the ability to use the mouse in the switcher. Fixes: https://bugs.launchpad.net/bugs/824965.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-08-09  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Don't emit 'inside' just check locally and emit hide_request if outside the background area

2013-08-08  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Merge Trunk

2013-08-08  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Do not close if the mouse is inside the background of the switcher

2013-08-08  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fix crash, and fix AP tests

2013-08-01  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Forgot to update tests

2013-07-31  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fix up reviewers comment

2013-07-26  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* When you close all the detail windows we close the switcher.
	As we can't safely add/remove icons from the application list,
	as iterators can be exposed. Aslo getting a crash when removing the last one
	needs to be looked at a bit more.

2013-07-25  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixed up reviewers comment

2013-07-22  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixed based on reviewers comment
	- Click outside closes switcher
	- Multi-monitor works in detail mode
	- Magic numbers fixed up (hopefully better names!)
	- Better signal names.
	- Flipped the scroll direction
	- Middle click now closes
	- Possibly something else!

2013-07-18  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* I guess you have to set the view to actually accept wheel events. Go figure.

2013-07-18  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Moves scrolling event handing inside SwitcherView

2013-07-18  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fix failing unit test

2013-07-18  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Adds AP tests for detail mouse mode

2013-07-17  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Add a couple tests

2013-07-17  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Cant use static, as you need to reset the last_icon state, saddly :(

2013-07-17  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Move logic from SwitcherController -> SwitcherView
	* Mouse will only change the selected icon when it hits a different icon then it hit last.
	- This means if you hightlight icon 0, then use the keyboard to move the selection over, the
	mouse will not steal selection until it hits a new icon.
	* Added AP tests for normal icon mouse movement

2013-07-16  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Add right clicking to toggle detail mode.
	* Refactor lambda funciton into a CB functions

2013-07-15  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* You can use the mouse now in the switcher :)

2013-08-12  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Don't make the ScopeView/DashView/ScrollView Visible on start up (bool wise, causing things to think its ok to render). Fixes: https://bugs.launchpad.net/bugs/1201631.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-07-18  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* On first start, this code sets the dashview/scopeview/scroll view to visible when it is not.
	This causes the overlay scroll bar to think its ok to render...
	
	*** NOTE: The code being removed was mentioned to fix focus on the dash on start up... but
	after removing the code, I still get dash focus on start up. Would like someone else
	to test this :).

2013-08-12  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Add ibus.py to the tests/autopilot/unity/emulators from lp:autopilot. Fixes: https://bugs.launchpad.net/bugs/1210661.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-08-05  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Move ibus.py emulator from lp:autopilot to lp:unity

2013-08-11  Andrea Azzarone  <azzaronea@gmail.com>

	Add edge barriers to unity::panel::PanelView. Fixes: https://bugs.launchpad.net/bugs/931384.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-08-09  Andrea Azzarone  <azzaronea@gmail.com>

	Remove some code duplication.

2013-08-08  Andrea Azzarone  <azzaronea@gmail.com>

	Add edge barriers to panels too. Unit tests added.

2013-08-07  Andrea Azzarone  <azzaronea@gmail.com>

	Inject the EdgeBarrierController in launcher controller.

2013-08-07  Andrea Azzarone  <azzaronea@gmail.com>

	Support both vertical and horizontal barriers. Add tests too.

2013-08-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: Create a local desktop file when sticking an app that has not
	
	Also make icon sticky only if both the icon itself and the inner app is sticky as well. Fixes: https://bugs.launchpad.net/bugs/704046, https://bugs.launchpad.net/bugs/753305, https://bugs.launchpad.net/bugs/754334, https://bugs.launchpad.net/bugs/765466, https://bugs.launchpad.net/bugs/1209320.
	
	Approved by Christopher Townsend, PS Jenkins bot.

2013-08-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncher: Use WaitUntilMSec with lambda body to ensure dragged window is deleted

2013-08-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncher: use WaitPendingEvents instead of a fixed timeout

2013-08-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneAppManager: update against recente appmanager changes

2013-08-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: verify sticking of desktop'ed an desktopless apps

2013-08-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: Create a local desktop file when sticking an app that has not
	
	Also make icon sticky only if both the icon itself and the inner app is sticky as well.

2013-08-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfApplicationManager: add and implement CreateLocalDesktopFile method
	
	This will make BAMF to generate a new desktop file for the given application
	(if that has not already one).

2013-08-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: visibility tests

2013-08-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: move more app initialization code into SetApplication

2013-08-09  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.0+13.10.20130809.1-0ubuntu1 (revision 3456 from lp:unity).
	
	Approved by PS Jenkins bot.

2013-08-09  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.0+13.10.20130809.1-0ubuntu1, based on r3456

2013-08-07  Michal Hruby  <michal.mhr@gmail.com>

	Send up-to-date form_factor also after waiting for proxy connection.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-08-07  Michal Hruby  <michal.mhr@gmail.com>

	Send up-to-date form_factor also after waiting for proxy connection

2013-08-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfApplicationManager: add support for desktop-file-updated signal and use in AppIcon
	
	Now an ApplicationLauncherIcon can have its .desktop file updated and when this happens
	it reloads the infos it needs and updates the FavoriteStore accordingly.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-08-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: verify saving/unsaving favorites works when the Icon uri changes

2013-08-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: update the Uri that is used to forget a favorite when it's signaled to be changed.

2013-08-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: verify icon uri updates

2013-08-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: signal forget and icon uri updated when desktop file has changed

2013-08-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractLauncherIcon: add uri_changed signal

2013-08-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: some cleanup

2013-08-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: use better mocking for MockApplicationLauncherIcon

2013-08-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractLauncherIcon: make DesktopFile() and RemoteUri() const methods

2013-08-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: verify desktop file updates

2013-08-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: support desktop_file updates, update data only when this happens

2013-08-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: verify that adding a new Sticky apps, sticks LauncherIcon

2013-08-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: make sure we reload desktop data, title and icon when a changing inner application

2013-08-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SoftwareCenterLauncherIcon: ensure we save position when sticking the application
	
	This should generally happen everytime, but there's a corner case when this is not gonna
	happen, so let's cover that as well

2013-08-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSoftwareCenterLauncherIcon: verify that icon and tooltip_text gets updated on SetApplication

2013-08-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SoftwareCenter: no need to keep application title, we can re-compute it when assigning new app

2013-08-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockApplication: try to load the desktop file to initialize application name and icon if possible

2013-08-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSoftwareCenterLauncherIcon: verify that icon and app title gets updated on finished
	
	Not all tests are passing for now...

2013-08-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSoftwareCenterLauncherIcon: split OnFinished tests

2013-07-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSoftwareCenterLauncherIcon: properly use mocked desktop file

2013-07-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SoftwareCenterLauncherIcon: massive spaces and code cleanup

2013-07-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockApplication: add ::Ptr typedef's

2013-07-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSoftwareCenterLauncherIcon: add more checks OnFinished, use TEST_P for progress tests

2013-07-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: some code cleanup

2013-07-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	debian/control: depend on recent libbamf3 0.5.0

2013-07-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationManager: make desktop_file as a property

2013-08-07  Chris Townsend  <christopher.townsend@canonical.com>

	Fix yet another regression in revno. 3381 where the Panel shadow is not drawn when in Show Desktop mode by using PluginAdapter::IsWindowOnTop() instead of the new GetTopVisibleWindow().  Remove GetTopVisibleWindow() to get rid of code duplication. Fixes: https://bugs.launchpad.net/bugs/1203097.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño), Brandon Schaefer.

2013-07-26  Chris Townsend  <christopher.townsend@canonical.com>

	Remove the "in_show_desktop_" logic since the PluginAdapter::IsWindowOnTop() can account for in Show Desktop mode.

2013-07-26  Chris Townsend  <christopher.townsend@canonical.com>

	Use the already available PluginAdapter::IsWindowOnTop() instead of the new Get TopVisibleWindow() to remove code duplication.

2013-07-23  Chris Townsend  <christopher.townsend@canonical.com>

	Fix yet another regression in revno. 3381 where the Panel shadow is not drawn when in Show Desktop mode.

2013-08-07  Jeremy Bicha  <jbicha@ubuntu.com>

	Adjust to rename of ubiquity-gtkui.desktop to ubiquity.desktop.
	
	Approved by PS Jenkins bot, Christopher Townsend, Dmitrijs Ledkovs.

2013-08-01  Jeremy Bicha  <jbicha@ubuntu.com>

	Adjust to renaming of ubiquity-gtkui.desktop to ubiquity.desktop

2013-08-05  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.0+13.10.20130805-0ubuntu1 (revision 3451 from lp:unity).
	
	Approved by PS Jenkins bot.

2013-08-05  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.0+13.10.20130805-0ubuntu1, based on r3451

2013-08-03  Andrea Azzarone  <azzaronea@gmail.com>

	Add tests for unity::panel::Controller. These test are quite similar to the ones for unity::launcher::Controller. Fixes: https://bugs.launchpad.net/bugs/1207170.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-08-01  Andrea Azzarone  <azzaronea@gmail.com>

	Remove Set/GetPrimary.

2013-08-01  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk and update test_panel_controller.

2013-08-01  Andrea Azzarone  <azzaronea@gmail.com>

	Refactor unity::panel::Controller and add tests for it.

2013-08-02  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.0+13.10.20130802-0ubuntu1 (revision 3449 from lp:unity).
	
	Approved by PS Jenkins bot.

2013-08-02  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.0+13.10.20130802-0ubuntu1, based on r3449

2013-08-01  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Remove setting hotkey for ibus using gconf, as ibus 1.5 no longer uses gconf.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-08-01  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Remove attempting to set/get gconf settings as ibus1.5 no longer uses gconf

2013-07-31  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Fix AP tests for IBus 1.5
	Fix search bar hint when using preedit. Fixes: https://bugs.launchpad.net/bugs/1203106, https://bugs.launchpad.net/bugs/1204215.
	
	Approved by Marco Trevisan (Treviño), PS Jenkins bot.

2013-07-31  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Remove test that is not a real word

2013-07-23  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* This not everything else

2013-07-23  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fix ibus tests, as ibus is always on we can't assert when its enabled or not.
	Removing those bits, along with adding the expected results I have 32 tests passing here.
	This isn't the overall fix, as we need to clean some things up, but this will get it working
	with unity so we can get ibus 1.5 in.
	
	* Also note ibus 1.5 works well on unity/hud the only problem being tests  failing :).

2013-07-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MultiMonitor: remove the ugly max_num_monitors var, put it inside proper namespace.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-07-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MultiMonitor: remove the ugly max_num_monitors var, put it inside proper namespace

2013-07-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SimpleLauncherIcon: remove useless methods and signals, use smarter allocation.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-07-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherIcon: verify monitor visibility on construction

2013-07-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractLauncherIcon: use default dtor

2013-07-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: remove useless dtor

2013-07-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: use BaseTexturePtr for icon textures generation

2013-07-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SimpleLauncherIcon: use unordered map

2013-07-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: avoid to get the same icon twice...

2013-07-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SimpleLauncherIcon: remove useless methods and signals, use smarter allocation

2013-07-31  Stephen M. Webb  <stephen.webb@canonical.com>

	Remove incorrect last check in test_unhide_single_app AP test. Fixes: https://bugs.launchpad.net/bugs/1204188.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-07-30  Stephen M. Webb  <stephen.webb@canonical.com>

	removed invalid last portion of unhide-single-app test

2013-07-29  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.0+13.10.20130729-0ubuntu1 (revision 3443 from lp:unity).
	
	Approved by PS Jenkins bot.

2013-07-29  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.1.0+13.10.20130729-0ubuntu1, based on r3443

2013-07-26  Andrea Azzarone  <azzaronea@gmail.com>

	Add show_desktop_key film in unityshell plugin. Fixes: https://bugs.launchpad.net/bugs/1204664.
	
	Approved by Stephen M. Webb, PS Jenkins bot.

2013-07-24  Andrea Azzarone  <azzaronea@gmail.com>

	Contol + super+ D not control + alt + d.

2013-07-24  Andrea Azzarone  <azzaronea@gmail.com>

	Add show_desktop_key shortcut.

2013-07-26  Stephen M. Webb  <stephen.webb@canonical.com>

	release Unity 7.1.0.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-07-24  Stephen M. Webb  <stephen.webb@canonical.com>

	upstream release 7.1.0

2013-07-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelService: verify that the entry's label and icon are disconnected on removal.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-07-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: move proper code block below the related comment

2013-07-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelService: added ManyEntriesRemovalIndicatorObject test

2013-07-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelService: verify signal disconnections when removing an indicator object

2013-07-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelService: verify that the entry's label and icon are disconnected on removal

2013-07-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockIndicatorObject: add function to remove an entry and signal it to the object

2013-07-24  Andrew Gaul  <andrew@gaul.org>

	PanelService: Disconnect signals connected in panel-service.c:on_entry_added. Fixes: https://bugs.launchpad.net/bugs/1203607.
	
	Approved by PS Jenkins bot, Christopher Townsend, Marco Trevisan (Treviño).

2013-07-21  Andrew Gaul  <andrew@gaul.org>

	Disconnect signals connected in panel-service.c:on_entry_added
	
	This addresses a memory leak observed in:
	
	https://bugs.launchpad.net/unity/+bug/1203607

2013-07-23  Chris Townsend  <christopher.townsend@canonical.com>

	Change to using ellipsis instead of three dots for the "Installing" tooltip. Fixes: https://bugs.launchpad.net/bugs/1203092.
	
	Approved by PS Jenkins bot, Stephen M. Webb.

2013-07-23  Chris Townsend  <christopher.townsend@canonical.com>

	Change to using ellipsis instead of three dots for the "Installing" tooltip.

2013-07-23  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.2+13.10.20130723.1-0ubuntu1 (revision 3437 from lp:unity).
	
	Approved by PS Jenkins bot.

2013-07-23  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.2+13.10.20130723.1-0ubuntu1, based on r3437

2013-07-23  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Disable the TestAnimationOpacity test, as it's failing on powerpc.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-07-23  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Disable the TestAnimationOpacity test, as it's failing on powerpc

2013-07-21  Jeremy Bicha  <jbicha@ubuntu.com>

	Drop unnecessary python-gconf dependency.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-07-19  Jeremy Bicha  <jbicha@ubuntu.com>

	drop unnecessary dependency on python-gconf

2013-07-20  Michal Hruby  <michal.mhr@gmail.com>

	Fix scope-related tests. Fixes: https://bugs.launchpad.net/bugs/1199961.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-07-19  Michal Hruby  <michal.mhr@gmail.com>

	Increate the dbus timeout even more, dump dee dep

2013-07-19  Michal Hruby  <michal.mhr@gmail.com>

	Disable TestCategoriesChanging as they are racy

2013-07-18  Michal Hruby  <michal.mhr@gmail.com>

	Merge trunk

2013-07-17  Michal Hruby  <michal.mhr@gmail.com>

	Increase the test runner timeout

2013-07-17  Michal Hruby  <michal.mhr@gmail.com>

	Use read-only shared models

2013-07-17  Michal Hruby  <michal.mhr@gmail.com>

	Use dbus-test-runner for the dbus tests

2013-07-17  Michal Hruby  <michal.mhr@gmail.com>

	Keep the service output

2013-07-16  Michal Hruby  <michal.mhr@gmail.com>

	Merge trunk

2013-07-12  Michal Hruby  <michal.mhr@gmail.com>

	Re-enable the tests

2013-07-12  Michal Hruby  <michal.mhr@gmail.com>

	Fix scope-related tests

2013-07-20  Andrea Azzarone  <azzaronea@gmail.com>

	Define/Init UnityWindow::cWindow. Fixes: https://bugs.launchpad.net/bugs/1203129.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-07-19  Andrea Azzarone  <azzaronea@gmail.com>

	Define/Init cWindow.

2013-07-19  Michal Hruby  <michal.mhr@gmail.com>

	Preload results after removal, as they might got moved into a visible position.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-07-18  Michal Hruby  <michal.mhr@gmail.com>

	Preload results after removal, as they might got moved into a visible position

2013-07-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Unity: improve the correctness of the memory usage of various components
	
	Thanks to valgrind. Fixes: https://bugs.launchpad.net/bugs/1202423, https://bugs.launchpad.net/bugs/1202972.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-07-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestIconLoader: use TEST_F and disconnect all the handles we have at the end of each test
	
	This will avoid any possible crash.

2013-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestScope: assert that the models are valid

2013-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Model: use sigc::bind when possible

2013-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	debian/control: build-depend on libnux-4.0-dev (>= 4.0.2+13.10.20130718.1)

2013-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test-gtest-xless: fixed some memory leak and read/write errors

2013-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PlacesOverlayVScrollBar: use connection::Wrapper

2013-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestXdndManager: initialize properly Xevent

2013-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TrashLauncherIcon: initialize empty_ boolean value

2013-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestTabIterator: use push_back instead of reversed push_front, it's absolutely more intuitive...

2013-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestTabIterator: no need to use dynamic allocation for iterator

2013-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestTabIterator: use smart pointers for Entry areas

2013-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TabIterator: simplify Remove and use Unsigned as index

2013-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestTabIterator: fix the tests that were actually wrong checking the result when *it.end() was used

2013-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TabIterator: fix Bad deference of an .end() iterator, we should use rbegin() istead!!!
	
	This may lead to a crash (thanks valgrind!).

2013-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestTabIterator: use friend class TestTabIterator

2013-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestTabIterator: ensure testing the correct area

2013-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestTabIterator: use EXPECT_EQ instead of EXPECT_TRUE(a == b)

2013-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestQuicklistMenuItem: initialize any XEvent parameter we'll use

2013-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPreviewPlayer: don't use const& to refer to a temporary object

2013-07-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: Initialize _drag_action on constructor

2013-07-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestFilterMultirange, AddFilterOptions: fix read/write error spotted by valgrind

2013-07-19  Chris Townsend  <christopher.townsend@canonical.com>

	Modify the Launcher icon of an installing app to display "Installing..." instead of always saying "Waiting to install". Fixes: https://bugs.launchpad.net/bugs/966189.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-07-17  Chris Townsend  <christopher.townsend@canonical.com>

	When installing an app from the Dash, the tooltip for the icon in the Launcher when installing now says "Installing..." instead of "Waiting to install" during the whole install.

2013-07-17  Chris Townsend  <christopher.townsend@canonical.com>

	Merge in trunk.

2013-07-17  Chris Townsend  <christopher.townsend@canonical.com>

	Revert previous change since Design has said they just want the tooltip to display "Installing..." when the app is installing.

2013-06-21  Chris Townsend  <christopher.townsend@canonical.com>

	Modify the Launcher icon of an installing app to display the current Apt status instead of always saying "Waiting to install".

2013-07-19  Manuel de la Pena  <manuel@canonical.com>

	Fix the introspection so that QA can work with autopilot. Fixes: https://bugs.launchpad.net/bugs/1185486.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño), Leo Arias.

2013-07-10  Manuel de la Pena  <manuel@canonical.com>

	Improved the instrospection of object so that autopilot can be used.

2013-07-18  Michal Hruby  <michal.mhr@gmail.com>

	Manually merged lp:~mhr3/unity/fix-ap-preview-tests

2013-07-16  Michal Hruby  <michal.mhr@gmail.com>

	Fix AP tests - installed apps are special-cased and previews are done using the right click

2013-07-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusServer: set the proper destroy function when resetting the InterfaceInfo ptr.
	
	Approved by PS Jenkins bot, Michal Hruby, Brandon Schaefer.

2013-07-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusServer: some space cleanup...

2013-07-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestServiceMain: dont' use const& for our object, or valgrind will complain...
	
	G++ issue?

2013-07-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusServer: set the proper destroy function when resetting the InterfaceInfo ptr

2013-07-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGtest: Addedd TestPanelService and new tests to TestStaticCairoText, removed test-unit
	
	Improved the u-p-s stability and refactored a little its initialization to allow testing with only mock indicators. Fixes: https://bugs.launchpad.net/bugs/1200748.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-07-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	External GSchema: add panel-first-menu

2013-07-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSwitcherView: always use float for progres

2013-07-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-07-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tests: remove the obsolete test-gtest, the whole tests have been moved to test-gtest

2013-07-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: make sure we clear all the idles we've set up on destroy.
	
	Also edstroy the HT on finalize

2013-07-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestStaticCairoText: add test about text growing, ported from old test-unit

2013-07-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSwitcherView: fix test failures for i386 hw

2013-07-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: notify the clients to resync all the indicators when we have to clear them

2013-07-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelService: add clear indicators test

2013-07-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: check the value of timeout before removing it

2013-07-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: ensure we unset the indicator "remove-timeout" data

2013-07-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelService: verify mass-addition of Indicators and Entries

2013-07-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: remove active timeouts and disconect to signals on object removal

2013-07-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockIndicatorObject: nullify the entries list on dispose after free'ing it

2013-07-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelService: test removal of multiple entries
	
	Crashing the service for now...

2013-07-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: Make sure we always notify the removal of an Indicator
	
	And also disconnect from all the pendings event on it (signals and timeouts).

2013-07-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelService: add indicator object removal test.
	
	Currently failing...

2013-07-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelService: add activate request test

2013-07-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelService: use a common GetResults to parse synchronization results

2013-07-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelService: add more indicators, entries loading tests

2013-07-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: ref the object when adding an external indicator

2013-07-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelService: verify entri addition

2013-07-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelService: verify the indicators addition

2013-07-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockIndicatorObject: add a mock indicator implementation to test panel service

2013-07-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: Add public method to add a new IndicatorObject

2013-07-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGtest: add TestPanelService initial testing

2013-07-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: Allow to initialize a new Panel Service without default indicators
	
	In this way we can easily test it without much dependencies.

2013-07-15  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Try to merge in the manually uploaded versions.
	
	Approved by PS Jenkins bot, Didier Roche.

2013-07-15  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Try to re-merge the manually released versions

2013-07-12  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Show desktop now only works for individual workspaces. Also if any new windows are opened, or one is restored on that workspace then the next Show desktop will minimize those. The only time windows are restored are when no new windows have been mapped, and no windows have been restored for that workspace only. Fixes: https://bugs.launchpad.net/bugs/966030.
	
	Approved by PS Jenkins bot, Christopher Townsend, Marco Trevisan (Treviño).

2013-07-10  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Merge trunk

2013-07-10  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Remove extra noise in the AP tests...

2013-07-01  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Merge trunk

2013-07-01  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixes show desktop

2013-07-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed the legal icon, again. Approved by Thomas Strehl.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-07-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	revert 3421. Re-removed dash legal notice.

2013-07-11  Michal Hruby  <michal.mhr@gmail.com>

	Added getter for content-type property to Category class.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-07-11  Michal Hruby  <michal.mhr@gmail.com>

	Expose category content-type

2013-07-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CMake: re-enable DBus Tests, excluding TestScope*
	
	This exclusion is due to lp:1199961 to be fixed ASAP. Fixes: https://bugs.launchpad.net/bugs/1199962.
	
	Approved by Christopher Townsend, PS Jenkins bot.

2013-07-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DummyDBusTestRunner: new script to run tests in dbus session
	
	Removing the build-dependency on dbus-test-runner

2013-07-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with parent branch

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	debian/control: build-depend on dbus-test-runner

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CMake: re-enable DBus Tests, excluding TestScope*
	
	This exclusion is due to lp:1199961 to be fix ASAP.

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestServiceModel: use std::string

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestServiceModel: use glib::Variant

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestServiceModel: ref_sink variant not to crash on quit

2013-07-11  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Reverted r3415 "remove legal link" - Approved by Thomas Strehl.
	
	Approved by Marco Trevisan (Treviño), PS Jenkins bot.

2013-07-10  Nick Dedekind  <nicholas.dedekind@gmail.com>

	reverted r3415. legal link re-added

2013-07-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CMake: run X-dependent tests using a dummy Xorg server on make check-headless
	
	This is possible using dummy-xorg-test-runner.sh to run these tests.
	Calling ./dummy-xorg-test-runner.sh binary --any-parameter -f --bar will
	load binary (with requested parameters) in a fake X server (using dummy
	xorg video driver, that now also uses llvmpipe to get 3d acceleration). Fixes: https://bugs.launchpad.net/bugs/1197561, https://bugs.launchpad.net/bugs/1199857, https://bugs.launchpad.net/bugs/1199890.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-07-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestUtils: schedule the timeout using a G_PRIORITY_DEFAULT+10 priority
	
	In this way we make sure that we give more priority to timeouts, but less
	priority to idles.

2013-07-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestResultIterator: use glib::Variant to fix reference issue

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CMakeLists.txt: use make check-headless for make distcheck

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	cmake/pch.cmake: Also append -fpch-preprocess to make ccache happier

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	debian/control: sort build-dependencies by name

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge with trunk fixing conflicts

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Variant: use copy-and-swap idiom also to assign a raw pointer to it.
	
	This will solve any issue on self-assignment

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibVariant: add assignment tests with different and equal values
	
	AssignSame is currently failing due to bug lp:1199890

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Results: don't define unneeded functions, just redirect signals

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestResults: verify signal proxies

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestResults: use TEST_F

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestCategories: use TEST_F

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestCategories: split signal proxies tests

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestCategories: improve the signal test detection

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests/CMakeLists.txt: space cleanup

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DummyXorgTestRunner: exit with 1 if a signal is trapped

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DumyXorgTestRunner: some code cleanup on X config file

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DummyXorgTestRunner: add a cleanup function, call it on signal trap
	
	Also avoid to print an empty log file

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DummyXorgTestRunner: randomize the initial DISPLAY value

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DummyXorgTestRunner: show the Xorg log if something failed on its initialization

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Hud: use glib::Variant, and avoid to do operations on null values

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Variant: avoid to handle null values

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestThumbnailGenerator: ARM can be very slow...
	
	Increasing the wait time for TestGetManyFileThumbnail

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DummyXorgTestRunner: increase the Xorg wait time, and log on failure

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests/CMakeLists.txt: define once the tests xml log paths, avoid multiple .xml generations

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DummyXorgTestRunner: improve debugging output if we have not executables scripts

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Rename external.gschema's not to make jenkins angry

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests/CMakeLists.txt: re-enable the xml output for xless tests

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DummyXorgTestRunner: wait maximum 5 seconds for the X server to show up

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ScopeView: cleanup lambda callbacks

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DummyXorgTestRunner: support to launch any binary in path

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDeviceLauncherSection: use NiceMock

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Model: make RowAtIndex virtual
	
	for unknown reasons, when building the .deb file the specialized version we have in tests
	is not used... I would have preferred a better solution, but that it is!

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Categories: use nicer decltype instead of full type redefinition

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Categories: use only sigc::mem_fun to redirect signal emission

2013-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Categories: don't emit the signals twice. include tests.

2013-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDBus: fix compilation with new test_utils

2013-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestUtils: use a simple std::string for test error messages

2013-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestScopeView: use new Utils::WaitPendingEvents

2013-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestUtils: add WaitPendingEvents

2013-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockResults: remove any dee dependency on MockResults
	
	Implement RowAtIndex for Result in tests

2013-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGnomeSessionManager: use Utils::{init,reset}_gsettings_test_environment

2013-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestScopeView: put back wait timeouts so that we can wait pending events

2013-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestScopeView: cleanup FakePlacesGroup

2013-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestScopeView: use Utils::WaitUntilMSec by default

2013-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestScopeView: wait before checking for category on TestCategoryInsert

2013-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestThumbnailGenerator: increase the max wait time for TestGetManyFileThumbnail
	
	As it can take some time on slower platforms

2013-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSoftwareCenterLauncherIcon: use NiceMock

2013-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ScopeView: some misc code cleanup
	
	Use const& and foreach loops...

2013-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ScopeView: avoid unneeded string copies...

2013-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ScopeView: use sigc::mem_fun to connect to signals instead of lambdas

2013-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	debian/control: build depend on libgl1-mesa-dri

2013-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestScopeView: remove unneeded timeouts and use asserts when it's better

2013-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockCategories: remove any dee dependency, use template specialization to override a method
	
	This happens at link time...

2013-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestFavoriteStoreGSettings: remove unneded variable, fix compilation

2013-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestResultRenderer: use an always-available icon

2013-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CMakeLists.txt: include external schemas for testing purposes

2013-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tests: always use Utils::{init,reset}_gsettings_test_environment(); when needed

2013-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestThumbnailGenerator: increase the wait time for results
	
	Or we can get false negative

2013-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestThumbnailGenerator: depend only on always-available files

2013-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestIconLoader: load icons we're sure we have in minimal installations

2013-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPreviewPlayer: use a fake dbus remote player not to depend on external components

2013-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPreviewPlayer: use TEST_F and connection::Wrapper

2013-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge with trunk

2013-07-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	dummy-xorg-test-runner: sleep to wait Xorg to fully load

2013-07-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests/CMakeLists.txt: remove comment

2013-07-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-07-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	debian/control: build-depends on xserver-xorg-video-dummy

2013-07-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CMake: run X-dependent tests on a dummy Xorg server on make check-headless
	
	This is possible using dummy-xorg-test-runner.sh to run these tests.

2013-07-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	dummy-xorg-test-runner: added a script to run tests in a dummy X server
	
	Calling ./dummy-xorg-test-runner.sh binary --any-parameter -f --bar will
	load binary (with requested parameters) in a fake X server (using dummy
	xorg video driver, that now also uses llvmpipe to get 3d acceleration)

2013-07-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tests: use SOURCEDATADIR when loading textures, instead of PKGDATADIR

2013-07-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	config.h: add a reference to the source resources path as SOURCEDATADIR

2013-07-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge with trunk

2013-07-10  Thomas Voß  <thomas.voss@canonical.com>

	Adjust CMake setup to account for new GMock version.
	. Fixes: https://bugs.launchpad.net/bugs/1185265.
	
	Approved by PS Jenkins bot, Didier Roche.

2013-07-09  Thomas Voß  <thomas.voss@canonical.com>

	Add explicit google-mock version.

2013-07-09  Thomas Voß  <thomas.voss@canonical.com>

	* Make sure that check-headless target is available.

2013-07-09  Thomas Voß  <thomas.voss@canonical.com>

	[ Timo Jyrinki ]
	* Bump version number to go with X.org update
	[ Brandon Schaefer ]
	* When the ScopeView changes visibility make sure we update the filter
	scroll view as well. This way we don't get random overlay scroll
	bars appearing when it shouldn't!. (LP: #1175666)
	[ Timo Jyrinki ]
	* Move unity to the new libxi changes, along with the new 1.14
	xserver. Manual merge to be able to migrate together with Xorg from
	-proposed.
	[ Didier Roche ]
	* Revert rev 3404, makes autopilot tests failing as well as keep weird
	filters artefacts in the preview
	[ Marco Trevisan (Treviño) ]
	* ScopeProxy: use glib::SignalManager to manage connections and
	disconnections.
	* Use again glib::Cancellable wrapper in scopes code.
	[ Ubuntu daily release ]
	* Automatic snapshot from revision 3410

2013-07-08  Thomas Voß  <thomas.voss@canonical.com>

	Adjust CMake setup to account for new GMock version.

2013-07-04  Didier Roche  <didier.roche@canonical.com>

	intermediate commit to conditionnally build with the new gmock and embedded gtest

2013-07-10  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Don't calculate the velocity if dtime is 0. This way we don't get a huge velocity on the initial barrier hit. Fixes: https://bugs.launchpad.net/bugs/1199050.
	
	Approved by Stephen M. Webb, PS Jenkins bot.

2013-07-09  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* If dtime is 0, return 1 instead of still calcualting the velocity.
	It was causing the first barrier hits speed to be waaay to high, causing the
	barrier to almost always release.

2013-07-10  Michal Hruby  <michal.mhr@gmail.com>

	Reset the connected property when scope disappears.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-07-09  Michal Hruby  <michal.mhr@gmail.com>

	Reset the connected property when scope disappears

2013-07-09  Michal Hruby  <michal.mhr@gmail.com>

	When requesting a channel from scopes, use the DIFF flag, which will cause scopes machinery to do a diff between the old and new model states, so results that didn't change will stay in the model - previously they would be removed and re-added.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-07-05  Michal Hruby  <michal.mhr@gmail.com>

	Request diffing channel from scopes

2013-07-09  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed the legal link and icon from the dash.
	.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-07-09  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed legal notice link and icon from dash view

2013-07-09  Charles Kerr  <charles.kerr@canonical.com>

	in panel-service.c's load_indicators_from_indicator_files(), plug a GDir leak.
	
	Approved by PS Jenkins bot, Lars Uebernickel.

2013-07-02  Charles Kerr  <charles.kerr@canonical.com>

	in panel-service.c's load_indicators_from_indicator_files(), plug a GDir leak

2013-07-08  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Correctly set back the filter scroll views state when leaving/entering the scope view. Fixes: https://bugs.launchpad.net/bugs/1175666.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-07-05  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* If the filters are expaneded, and the scope view is changing to visible, set the filter scroll view
	to visible.
	* If the scope view is losing visiblity, set the filter scroll view visible to false.

2013-07-08  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Activate (installed) applications on single left-click in Home and Applications scopes view. Fixes: https://bugs.launchpad.net/bugs/1189088.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-07-04  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Fixed typo.

2013-07-03  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Added autopliot tests for lmb on apps.

2013-07-02  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Don't display previews on left-click for applications.

2013-07-08  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.2+13.10.20130705.1-0ubuntu1 (revision 3410 from lp:unity).
	
	Approved by PS Jenkins bot.

2013-07-05  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.2+13.10.20130705.1-0ubuntu1, based on r3410

2013-07-05  Didier Roche  <didier.roche@canonical.com>

	Revert rev 3404, makes autopilot tests failing as well as keep weird filters artefacts in the preview

2013-07-04  Timo Jyrinki  <timo.jyrinki@canonical.com>

	Bump version number to go with X.org update

2013-07-04  Timo Jyrinki  <timo.jyrinki@canonical.com>

	Bump version to 7.0.2 and libxi dependencies to >= 2:1.7.1.901

2013-07-04  Timo Jyrinki  <timo.jyrinki@canonical.com>

	Move unity to the new libxi changes, along with the new 1.14 xserver.
	
	Manual merge to be able to migrate together with Xorg from -proposed.

2013-07-04  Timo Jyrinki  <timo.jyrinki@canonical.com>

	Add explicit dependencies to libxfixes3 and libxi6 to prevent symbols messup.

2013-07-04  Timo Jyrinki  <timo.jyrinki@canonical.com>

	Add epoch to libxi-dev dependency, bump libxfixes-dev dependency.

2013-07-03  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Bump version from 7.0.1 -> 7.0.2

2013-07-03  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Merge trunk

2013-05-29  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Merged Trunk

2013-03-19  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Merge Trunk

2013-03-08  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Merge Trunk

2013-02-25  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Set threshold so we don't attempt to release the barrier (when we shouldn't) in the tests

2013-02-25  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Added some logging statements
	* Actually check for the version...

2013-02-22  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Missed a coma

2013-02-22  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Merged trunk

2013-02-22  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Forgot to remove old EventFilterArg...

2013-02-22  Brandon Schaefer  <brandon.schaefer@canonical.com>

	[ Brandon Schaefer ]
	Moved PointerBarrier logic to the new xserver 1.14 (libXi 1.6.99.1)
	version.
	
	- We now use XI2 (XI_BarrierHit) to handle barrier events.
	- Shifted a bunch of things around that were being ran more than they need to be.
	- Updated unit test to reflect changes.

2013-07-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Use again glib::Cancellable wrapper in scopes code.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-07-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ScopeView: use glib::Cancellable

2013-07-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ScopeProxy: use glib::Cancellable

2013-07-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Preview: use glib::Cancellable

2013-07-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ScopeProxy: use glib::SignalManager to manage connections and disconnections.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-07-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ScopeProxy: use glib::SignalManager to manage connections and disconnections

2013-07-04  Brandon Schaefer  <brandon.schaefer@canonical.com>

	When the ScopeView changes visibility make sure we update the filter scroll view as well. This way we don't get random overlay scroll bars appearing when it shouldn't!. Fixes: https://bugs.launchpad.net/bugs/1175666.
	
	Approved by PS Jenkins bot, Stephen M. Webb.

2013-07-03  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Hide the filter scroll view when the scope views visibility changes.

2013-07-03  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.1+13.10.20130703-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-07-03  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.1+13.10.20130703-0ubuntu1, based on r3402

2013-07-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Unity: use connection::Wrapper to hold the connections to signals and disconnect from them.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-07-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/connection-wrapper

2013-07-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Scopes: use connection::Wrapper

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutView: use connection::Wrapper

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowGestureTarget: use connection::Wrapper

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: use connection::Wrapper

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: use connection::Wrapper

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Dash: use connection::Wrapper

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Track: use connection::Wrapper

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/connection-manager-use

2013-07-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ConnectionManager: add connection::Wrapper to wrap a sigc::connection disconnecting it on destruction.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-07-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/connection-manager-use

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ConnectionManager: just use erase method when removing a connection
	
	Using a connection::Wrapper internally makes things to work smoothly

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ConnectionManager: use connection::Wrapper::Ptr to hold connections

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestConnectionWrapper: add tests for connection::Wrapper

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ConnectionManager: add connection::Wrapper to wrap a sigc::connection disconnecting it on destruction

2013-07-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Use connection::Manager to handle the sigc::connection disconnection on parent removal.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-07-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test-gestures: link against libUnityCore

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GesturalWindowSwitcher: use connection::Manager

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tracks: remove unneeded dtor

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	VolumeLauncherIcon: use connection::Manager

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tracks: use connection::Manager

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractLauncherIcon: remove never-connected-to connections

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MiscUtils: return sigc::connection when connecting to properties
	
	They can be safely copied around, keeping them working

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Scope: use connection::Manager to connect to signals

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ScopeProxy: use connection::Manager

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: use connection::Manager

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: use connection::Manager

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorsView: use connection::Manager

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/connection-manager

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Indicator: use connection::Manager

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ScopeView: use connection::Manager

2013-07-02  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.1+13.10.20130702-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-07-02  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.1+13.10.20130702-0ubuntu1, based on r3396

2013-07-02  Sebastien Bacher  <seb128@ubuntu.com>

	Depends on the new dconf-cli, we only need the command line tool, not the gtk editor.
	
	Approved by PS Jenkins bot, Michael Terry.

2013-05-31  Sebastien Bacher  <seb128@ubuntu.com>

	Depends on the new dconf-cli, we only need the command line tool, not the gtk editor

2013-07-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: improve the way we override the Quit quicklist item
	
	If a quit action is defined in static (desktop file action) or dynamic way we
	use it to override the default one, placing it to the proper position.
	Also override more labels by default and if a quicklist item has the
	QuicklistMenuItem::QUIT_ACTION_PROPERTY (defined as "unity-quit-action")
	property set to TRUE, then we use this item as the quit quicklist item.
	
	Factorized the code we use to generate both static and dynamic ql items. Fixes: https://bugs.launchpad.net/bugs/876421.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-06-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: quit overrider menu item should always have the "Quit" label
	
	TestApplicationLauncherIcon tests updated accordingly

2013-06-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: verify that an entry can override the default Quit action using property

2013-06-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: allow to override the quit action, by using a DBusMenu property
	
	If a quicklist item has the QuicklistMenuItem::QUIT_ACTION_PROPERTY (defined as "unity-quit-action")
	property set to TRUE, then we use this item as the quit menu.

2013-06-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: use TEST_P to perform Quit entry tests by label

2013-06-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: verify that the quit action is shown only if the app is running
	
	Also if it is overridden

2013-06-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: improve the way we override the Quit quicklist item
	
	If a quit action is defined in static (desktop file action) or dynamic way we use it to
	override the default one, placing it to the proper position.
	Factorized the code we use to generate both static and dynamic ql items.

2013-06-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: verify Desktop Actions quicklist items

2013-06-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: verify that invisible menus are ignored

2013-06-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: verify that the markup is always disabled on remote menus

2013-06-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: verify that adding a "Quit" labelled remote menu-item overrides default

2013-06-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: verify the presence of remote menus and their callback
	
	All this is possible by mocking GetRemoteMenus and implementing it temporary.

2013-06-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: add overridable GetRemoteMenus method, use to add remote menu items.
	
	Make the internal _menuclient_dynamic_quicklist variable internal to LauncherIcon only.

2013-06-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: better naming for ensure menu items function

2013-07-02  Sebastien Bacher  <seb128@ubuntu.com>

	use correct ellipses.
	
	Approved by Marco Trevisan (Treviño), PS Jenkins bot.

2013-07-01  Sebastien Bacher  <seb128@ubuntu.com>

	use correct ellipses

2013-07-02  Chris Townsend  <christopher.townsend@canonical.com>

	Fixes some panel shadow regressions caused by rev. 3381.
	- No panel shadow when logging in, ie, no windows are opened.
	- Indicator drop down menus have the panel shadow painted over them.
	- Notification bubbles cause the panel shadow to be drawn on top of everything.
	- Minimizing all windows caused the panel shadow to not be drawn. Fixes: https://bugs.launchpad.net/bugs/1194865.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-06-27  Chris Townsend  <christopher.townsend@canonical.com>

	Fixes some panel shadow regressions caused by rev. 3381.

2013-07-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ConnectionManager: add a class container of sigc::connection that takes care of disconnection
	
	Connections added will be disconnected on class destruction on on explicit removal or replacement
	request.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestConnectionManager: test Clear method

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ConnectionManager: add Clear method

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ConnectionManager: add full definition of std::hash<unity::connection::handle>

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestConnectionHandle: added new tests for connection::handle

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ConnectionManager: add decrement operator overloading for handle

2013-06-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ConnectionManager: define connection::handle as a struct, so that we can control the initialization
	
	Thanks to this, we are sure that adding a connection::handle in a class, it gets initialized to 0
	at its initialization.
	To get this I also had to specialize the std::hash in order to get std::unordered_map to work.

2013-06-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestConnectionManager: test Get method

2013-06-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ConnectionManager: add Get method (to retrieve a sigc::connection from an handler)

2013-06-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestConnectionManager: test RemoveAndClear method

2013-06-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ConnectionManager: add RemoveAndClear method, that is able to clear the handle value

2013-06-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestConnectionManager: add tests for unity::connection::Manager

2013-06-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ConnectionManager: add a class container of sigc::connection that takes care of disconnection
	
	Connections added will be disconnected on class destruction on on explicit removal or replacement
	request.

2013-07-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: only use a simple std::vector to cache the quicklist entries
	
	Remove the ugly std::string indexed std::map.
	
	Approved by Christopher Townsend, PS Jenkins bot.

2013-06-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test-gtest-service: don't depend on mock-application

2013-06-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: use NiceMock's to avoid unneded output

2013-06-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: cleanup the standalone windows we have on TearDown

2013-06-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockApplication: always generate a NiceMock of default AppManager

2013-06-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockApplication: add a default implementation for all the methods we have

2013-06-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: check if Quit app method is called on quicklist activation

2013-06-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: use NiceMock for mock Application and ApplicationWindow

2013-06-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockApplication: do real gtest mocks of MockApplication and MockApplicationWindow
	
	This will allow proper testing

2013-06-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockApplication: do a first real gtest mock of MockApplicationManager

2013-06-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: verify unlock from launcher quicklist

2013-06-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: verify the "Lock to Launcher" action

2013-06-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: test the existence of main quicklist menu items

2013-06-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: add utility functions to get quicklist items by label
	
	And use them in tests

2013-06-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: don't update icon geometry for web-app applications.
	
	No need to loop on them

2013-06-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockApplication: add SetTitle / SetIcon methods and use them on TestApplicationLauncherIcon

2013-06-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: verify that if an application has changed title, then quicklist is updated

2013-06-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: only use a simple vector to cache the quicklist entries
	
	Remove the ugly std::string indexed std::map

2013-06-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: use a simple std::vector to hold the control quicklists

2013-06-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: remove the unneeded _menu_clients map, just get it from parent

2013-07-01  Sebastien Bacher  <seb128@ubuntu.com>

	backport the changelog from the manual distro upload.
	
	Approved by PS Jenkins bot, Didier Roche.

2013-07-01  Sebastien Bacher  <seb128@ubuntu.com>

	backport the changelog from the manual distro upload

2013-07-01  Lars Uebernickel  <lars.uebernickel@canonical.com>

	unity-panel-service: call ido_init() and honor indicator's position requests.
	
	Approved by PS Jenkins bot, Sebastien Bacher.

2013-06-30  Lars Uebernickel  <lars.uebernickel@canonical.com>

	debian/control: add ido build-dep

2013-06-28  Lars Uebernickel  <lars.uebernickel@canonical.com>

	unity-panel-service: honor indicator's desired position
	
	For backward compatibility, this keeps the static ordering for indicators that
	don't return a valid position.

2013-06-28  Lars Uebernickel  <lars.uebernickel@canonical.com>

	unity-panel-service: depend on ido and call ido_init
	
	Custom menu items for indicators live in ido now, and it needs to register
	itself with gtk before any menus are created.

2013-07-01  Didier Roche  <didrocks@ubuntu.com>

	now build-depends on the desktop definition for scopes as libunity-common is dead.
	
	Approved by PS Jenkins bot.

2013-06-28  Didier Roche  <didrocks@ubuntu.com>

	now depends on the desktop definition for scopes as libunity-common is dead

2013-06-29  Andrea Azzarone  <azzaronea@gmail.com>

	Remove not necessary assert. Fixes: https://bugs.launchpad.net/bugs/1192503.
	
	Approved by Brandon Schaefer, PS Jenkins bot.

2013-06-19  Andrea Azzarone  <azzaronea@gmail.com>

	Remove not-needed assert.

2013-06-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfApplicationManager: always use std::make_shared and use glib::SignalManager::Add
	
	Also add some helper constructors.
	
	Approved by Christopher Townsend, PS Jenkins bot.

2013-06-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfApplicationManager: use glib::SignalManager::Add utility function to connect to signals
	
	And some spacing cleanup...

2013-06-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfApplicationManager: use std::bind to connect to property handlers

2013-06-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfApplicationManager: always use std::make_shared
	
	Also add some helper constructors

2013-06-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationManager: Use nux::ROProperty for Window and Application title and icon
	
	So BamfApplicationManager connect to {name,icon}-changed signals, set getters for properties
	and ApplicationLauncherIcon update icon tooltip_text and icon when App title/icon changes. Fixes: https://bugs.launchpad.net/bugs/751909.
	
	Approved by Andrea Azzarone, PS Jenkins bot.

2013-06-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfApplicationManager: remove debug print statement

2013-06-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	debian/control: update the build-dependency on bamf 0.5.0+13.10.20130626

2013-06-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneLauncher: use UNITY_LOG_SEVERITY env var to define logging severity

2013-06-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: remove old tests, update them to check the icon/tooltip updates

2013-06-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: remove the workaround to initialize tooltip or icon in invalid views
	
	This is not needed anymore since the gdbus-based libbamf has landed, as it uses properties
	for Name and Icon values, and these are notified everytime they change or the view is re-opened.

2013-06-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockLauncherIcon: use ApplicationWindow properties

2013-06-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: update the panel title when the unmaximized application name changes

2013-06-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: update icon tooltip_text and icon when App title/icon changes

2013-06-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tests: adapt ApplicationManager based code to use title and icon properties

2013-06-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfApplicationManager: connect to {name,icon}-changed signals, set getters for properties

2013-06-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationManager: Use nux::ROProperty for Window and Application title and icon

2013-06-27  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Revert revision 3380. This caused regression of all autopilot tests as show_desktop was invalidly detected every time there are no visible windows on screen.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-06-27  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Revert revision 3380. This caused regression of all autopilot tests as show_desktop was invalidly detected every time there are no visible windows on screen

2013-06-26  Michal Hruby  <michal.mhr@gmail.com>

	Add form_factor property to ScopeProxy, allow passing hints to searches.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-06-26  Michal Hruby  <michal.mhr@gmail.com>

	Bump versions

2013-06-26  Michal Hruby  <michal.mhr@gmail.com>

	Add form_factor, allow passing hints to searches

2013-06-24  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.06.24-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-06-24  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.06.24-0ubuntu1, based on r3382

2013-06-24  Ted Gould  <ted@gould.cx>

	Fix upstart job to handle legacy case and not duplicate events.
	
	Approved by Michał Sawicz, PS Jenkins bot, Christopher Townsend, Iain Lane.

2013-06-21  Ted Gould  <ted@gould.cx>

	Remove manual start work around

2013-06-21  Ted Gould  <ted@gould.cx>

	Commenting out the dep on the Unity jobs for now.

2013-06-21  Ted Gould  <ted@gould.cx>

	Changing the upstart job name to Unity 7

2013-06-21  Ted Gould  <ted@gould.cx>

	The panel serivce lifecycle should match Unity's

2013-06-20  Ted Gould  <ted@gould.cx>

	We want to make sure that we're only running with Unity, and after it has started

2013-06-20  Ted Gould  <ted@gould.cx>

	In the fallback case manually start unity-panel-service

2013-06-20  Ted Gould  <ted@gould.cx>

	Don't emit desktop-start and desktop-end, we shouldn't have two jobs we expect to have running at the same time emitting the same events.

2013-06-20  Ted Gould  <ted@gould.cx>

	Make sure that gnome-settings-daemon is started so we get the X variables we need at start

2013-06-22  Brandon Schaefer  <brandon.schaefer@canonical.com>

	When on the bottom row and you press down, the detail index now moves right until it hits the last icon in the row.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-06-21  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fix up tests :)

2013-06-20  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* A test!

2013-06-20  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* To designs request also make pressing down on the last right move to the right

2013-06-22  Chris Townsend  <christopher.townsend@canonical.com>

	Draw the full panel shadow when there are windows docked on the panel and no focused windows on the screen such as when the desktop has been clicked. Fixes: https://bugs.launchpad.net/bugs/1036614.
	
	Approved by Brandon Schaefer, MC Return, PS Jenkins bot.

2013-06-19  Chris Townsend  <christopher.townsend@canonical.com>

	Draw the full panel shadow when there are windows docked on the panel and no focused windows on the screen such as when the desktop has been clicked.

2013-06-21  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Show desktop now only works for individual workspaces. Also if any new windows are opened, or one is restored on that workspace then the next Show desktop will minimize those. The only time windows are restored are when no new windows have been mapped, and no windows have been restored for that workspace only. Fixes: https://bugs.launchpad.net/bugs/966030.
	
	Approved by Marco Trevisan (Treviño), PS Jenkins bot.

2013-06-20  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* When a window closes, or we enter a new workspace check if its empty, if so we want to restore
	windows on a show desktop.

2013-06-19  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fix focusing issue. Compiz assumes if any windows are still in show
	desktop mode to not focus a new window sadly...

2013-06-19  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Only restore windows on the current workspace

2013-06-18  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixes viewport problem. Now if we ever enter a viewport that is empty (only desktop visible), then
	we go back to being 'in show desktop mode' thi way we restore windows if the user hits the shows desktop
	icon. Otherwise nothing would happen, which feels incorrect.

2013-06-18  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Only allows windows on the same viewport to be minimzed when doing a show desktop.
	* Also, when a uses maps a new window, unminimizes a window that was hidden or switches workspaces
	show deskop will then hide all window (instead of unminimizing them!).

2013-06-19  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.06.19-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-06-19  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.06.19-0ubuntu1, based on r3378

2013-06-18  Brandon Schaefer  <brandon.schaefer@canonical.com>

	When in detail mode, you are now allowed to use UP/DOWN keys to move around. Fixes: https://bugs.launchpad.net/bugs/1131646.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-06-18  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Merge trunk

2013-06-18  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Adds more tests, cleans up name and extra functions we don't need to expose

2013-06-17  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Move some event handling logic inside the switcher controller!

2013-06-17  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Adds some tests for the changes in SystemLayout

2013-06-17  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Missed one explict cast...

2013-06-17  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fix up from reviewers comments

2013-06-13  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Allows the use of UP/DOWN arrow keys while in the switcher detail mode.

2013-06-17  Iain Lane  <iain.lane@canonical.com>

	Start unity-panel-service using upstart user session jobs.
	
	Approved by PS Jenkins bot, Didier Roche.

2013-06-17  Iain Lane  <iain.lane@canonical.com>

	Don't 'start on starting gnome-settings-daemon' - this should be the other way round.
	
	This doesn't cause gsd to get started. Instead gsd should be 'start on ...
	starting unity' so that it is launched when we try to launch unity.

2013-06-17  Iain Lane  <iain.lane@canonical.com>

	Have unity emit desktop-start/desktop-end and unity-panel-service listen for those
	
	This matches the behaviour we have with gnome-session currently and will allow
	jobs to care for both gnome-session and direct Unity launching with one set of
	"start on"/"stop on" stanzas.
	
	start on started/starting unity will continue to work too.

2013-06-17  Iain Lane  <iain.lane@canonical.com>

	Reintroduce 3364:
	
	Manage Unity Panel Service's lifecycle with Upstart.

2013-06-15  Andrea Azzarone  <azzaronea@gmail.com>

	Skip tests if not in desktop mode. Fixes: https://bugs.launchpad.net/bugs/1191053.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-06-14  Andrea Azzarone  <azzaronea@gmail.com>

	Skip tests if not in desktop mode.

2013-06-15  Andrea Azzarone  <azzaronea@gmail.com>

	Fix failing test. Fixes: https://bugs.launchpad.net/bugs/1191059.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-06-14  Andrea Azzarone  <azzaronea@gmail.com>

	Fix failing test.

2013-06-15  Xiao-Long Chen  <chenxiaolong@cxl.epac.to>

	SessionView: Fix build when building without precompiled headers. Fixes: https://bugs.launchpad.net/bugs/1191097.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-06-14  Xiao-Long Chen  <chenxiaolong@cxl.epac.to>

	Fix build when building without precompiled headers

2013-06-14  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Fixes the use of Alt+` and Right arrow when in detail mode. Now it goes to the next window instead of closing detail mode. Fixes: https://bugs.launchpad.net/bugs/1190798.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-06-14  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* When going into detail mode, we need to ensure we set: DetailMode::TAB_NEXT_WINDOW
	not  DetailMode::TAB_NEXT_TILE. Otherwise the next Right movemnt will alway
	close detail mode.

2013-06-14  Andrea Azzarone  <azzaronea@gmail.com>

	Fix failing AP test. Fixes: https://bugs.launchpad.net/bugs/1191039.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-06-14  Andrea Azzarone  <azzaronea@gmail.com>

	Fix failing test.

2013-06-13  Michal Hruby  <michal.mhr@gmail.com>

	Bump libunity-core SONAME and adjust debian.
	
	Approved by PS Jenkins bot, Michał Sawicz.

2013-06-13  Michal Hruby  <michal.mhr@gmail.com>

	Bump SONAME

2013-06-13  Ted Gould  <ted@gould.cx>

	Make Unity depend on bamfdaemon.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-06-13  Ted Gould  <ted@gould.cx>

	Adding a direct dependnecy on the bamfdaemon as we need it for the launcher and alt tab.

2013-06-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added check for x-unity-no-preview. Do not preview; send direct activation to scope. Fixes: https://bugs.launchpad.net/bugs/1188705.
	
	Approved by Michal Hruby, PS Jenkins bot.

2013-06-11  Nick Dedekind  <nicholas.dedekind@gmail.com>

	added check for x-unity-no-preview

2013-06-12  Chris Townsend  <christopher.townsend@canonical.com>

	Add support to close social previews by clicking anywhere in the preview bubble. Fixes: https://bugs.launchpad.net/bugs/1190007.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-06-11  Chris Townsend  <christopher.townsend@canonical.com>

	Added support to close social previews by clicking anywhere in the preview bubble.

2013-06-10  Chris Townsend  <christopher.townsend@canonical.com>

	Add functionality to wiggle urgent icons at certain time intervals when the Launcher is hidden. Fixes: https://bugs.launchpad.net/bugs/893196.
	
	Approved by Marco Trevisan (Treviño), PS Jenkins bot, Brandon Schaefer.

2013-06-10  Chris Townsend  <christopher.townsend@canonical.com>

	Move some logic outside of the for loop since it doesn't need to be checked every iteration.

2013-06-10  Chris Townsend  <christopher.townsend@canonical.com>

	* Change some EXPECT_* to ASSERT_* since we don't want to continue the test if the prerequisite fails.
	* Add a new test to detect if the urgent icon will wiggle once the Launcher is revealed.

2013-06-07  Chris Townsend  <christopher.townsend@canonical.com>

	Add tests for checking the handling of the urgent timer functions.

2013-06-06  Chris Townsend  <christopher.townsend@canonical.com>

	Cleaned up the code some per comments in the merge proposal.

2013-06-06  Chris Townsend  <christopher.townsend@canonical.com>

	Merge in trunk.

2013-05-31  Chris Townsend  <christopher.townsend@canonical.com>

	A bit more refactoring.

2013-05-31  Chris Townsend  <christopher.townsend@canonical.com>

	Refactor the previous code change to make this more readable and to place code in functions that does the same work in different places.

2013-05-31  Chris Townsend  <christopher.townsend@canonical.com>

	Merge in from trunk.

2013-05-14  Chris Townsend  <christopher.townsend@canonical.com>

	Rework the logic to take into account more conditions that may occur when dealing with urgent icons.

2013-05-10  Chris Townsend  <christopher.townsend@canonical.com>

	Add functionality to wiggle urgent icons when the Launcher is hidden at certain time intervals.

2013-06-07  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.06.07-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-06-07  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.06.07-0ubuntu1, based on r3365

2013-06-07  Didier Roche  <didier.roche@canonical.com>

	Revert the panel on upstart from ted, it doesn't respawn as expected when another service try to communicate with the panel service and the consequence is a lot of tests failing

2013-06-06  Ted Gould  <ted@gould.cx>

	Manage Unity Panel Service's lifecycle with Upstart.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-06-05  Ted Gould  <ted@gould.cx>

	Updating to current trunk and resolving a small conflict

2013-05-25  Ted Gould  <ted@gould.cx>

	Merging trunk

2013-05-17  Ted Gould  <ted@gould.cx>

	Emit the indicators-loaded event

2013-05-17  Ted Gould  <ted@gould.cx>

	Grab the GTK wrapper branch

2013-05-17  Ted Gould  <ted@gould.cx>

	If we're connected when we create it, resync right away.

2013-05-17  Ted Gould  <ted@gould.cx>

	Adding in an emits

2013-05-16  Ted Gould  <ted@gould.cx>

	Fleshing this out a bit

2013-05-16  Ted Gould  <ted@gould.cx>

	Grabbing the upstart directory

2013-05-16  Ted Gould  <ted@gould.cx>

	Adding in the conf file, basic version

2013-05-16  Ted Gould  <ted@gould.cx>

	Dropping the dbus services directory

2013-05-16  Ted Gould  <ted@gould.cx>

	We don't need DBus Activation here

2013-05-16  Ted Gould  <ted@gould.cx>

	We want upstart to respawn the panel service for us

2013-06-06  Michal Hruby  <michal.mhr@gmail.com>

	Don't activate a result twice after pressing Enter. Fixes: https://bugs.launchpad.net/bugs/1188191.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-06-06  Michal Hruby  <michal.mhr@gmail.com>

	Don't activate a result twice

2013-06-06  Manuel de la Pena  <manuel@canonical.com>

	Adds support for payment previews that will allow users to buy music from within the dash. .
	
	Approved by PS Jenkins bot, Nick Dedekind.

2013-06-05  Manuel de la Pena  <manuel@canonical.com>

	Add actions to the tab iterator so that the default action is the correctly highlighted.

2013-06-05  Manuel de la Pena  <manuel@canonical.com>

	Add action buttons as childre, remove tab order and use a tab iterator based layout.

2013-06-04  Manuel de la Pena  <manuel@canonical.com>

	Ensure buttons are added as children.

2013-06-04  Manuel de la Pena  <manuel@canonical.com>

	Fixed some small issues mentioned from design.

2013-05-29  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2013-05-24  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2013-05-17  Manuel de la Pena  <manuel@canonical.com>

	Removed moved file that was accidentaly added.

2013-05-17  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2013-05-15  Manuel de la Pena  <manuel@canonical.com>

	Fixed problem with the wrong action name.

2013-05-14  Manuel de la Pena  <manuel@canonical.com>

	Fixed small issue with error preview. Ensure download action expands according to text.

2013-05-14  Manuel de la Pena  <manuel@canonical.com>

	Title are ellipsized when they are too long.

2013-05-14  Manuel de la Pena  <manuel@canonical.com>

	Merged with parent.

2013-05-14  Manuel de la Pena  <manuel@canonical.com>

	Ellipsize the text whn needed.

2013-05-10  Manuel de la Pena  <manuel@canonical.com>

	Merged with changes in parent branch.

2013-05-10  Manuel de la Pena  <manuel@canonical.com>

	Fixed some merge issues.

2013-05-06  Manuel de la Pena  <manuel@canonical.com>

	Merged with libunity breackage.

2013-05-02  Manuel de la Pena  <manuel@canonical.com>

	Add missing AddChild.

2013-05-02  Manuel de la Pena  <manuel@canonical.com>

	Updated changelog.

2013-05-02  Manuel de la Pena  <manuel@canonical.com>

	Reverted changes in debian changelog.

2013-04-30  Manuel de la Pena  <manuel@canonical.com>

	Updated change log

2013-04-30  Manuel de la Pena  <manuel@canonical.com>

	Updated change log

2013-04-30  Manuel de la Pena  <manuel@canonical.com>

	Updated change log.

2013-04-29  Manuel de la Pena  <manuel@canonical.com>

	Set correct tab order.

2013-04-29  Manuel de la Pena  <manuel@canonical.com>

	Set a max for the lines in the error and ellipsized if we are too long.

2013-04-29  Manuel de la Pena  <manuel@canonical.com>

	Fixed warning icon alignment.

2013-04-29  Manuel de la Pena  <manuel@canonical.com>

	Fixed aligment in error preview.

2013-04-29  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2013-04-29  Manuel de la Pena  <manuel@canonical.com>

	Merged with plan-b

2013-04-22  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2013-04-22  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2013-04-16  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2013-04-16  Manuel de la Pena  <manuel@canonical.com>

	Merged with plan-b.

2013-04-02  Manuel de la Pena  <manuel@canonical.com>

	Improve transition for payment previews.

2013-04-02  Manuel de la Pena  <manuel@canonical.com>

	Added missing resources and fixed the aligment.

2013-04-02  Manuel de la Pena  <manuel@canonical.com>

	Fixed static text width.

2013-04-01  Manuel de la Pena  <manuel@canonical.com>

	Update comment.

2013-04-01  Manuel de la Pena  <manuel@canonical.com>

	Show error message when the hint is set.

2013-03-31  Manuel de la Pena  <manuel@canonical.com>

	Ensure that actions do work in the error preview.

2013-03-31  Manuel de la Pena  <manuel@canonical.com>

	Added support for the in-dash payments.

2013-06-05  Ted Gould  <ted@gould.cx>

	Add an upstart job to unity-common.
	
	Approved by PS Jenkins bot, Christopher Townsend.

2013-06-03  Ted Gould  <ted@gould.cx>

	Make sure to export the right variable name

2013-05-16  Ted Gould  <ted@gould.cx>

	Typo

2013-05-16  Ted Gould  <ted@gould.cx>

	Make sure to install the upstart job

2013-05-16  Ted Gould  <ted@gould.cx>

	Adding in an upstart job to start unity

2013-06-05  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Add a flag for -Wno-error=unused-local-typedefs, since this causes a FTBFS on ARM

2013-06-05  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Add a flag for -Wno-error=unused-local-typedefs, since this causes a FTBFS on ARM

2013-06-05  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Uses a gobject weak ref to test for object deletion in the GLibObject tests.
	Previously was checking with G_IS_OBJECT on an invalid pointer, which was causing a segfault

2013-06-05  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Use weak ref to test for gobject deletion. G_IS_OBJECT crashing on deleted pointer.

2013-06-05  Pawel Stolowski  <stolowski@gmail.com>

	Bumped required version of libunity.

2013-06-05  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Bumped required version of libunity.

2013-06-03  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.06.03ubuntu.unity.next-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-06-03  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.06.03ubuntu.unity.next-0ubuntu1, based on r3355

2013-06-03  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Add a pkg-config dependency on xpathselect>=1.2
	
	Technically we depend on xpathselect>=1.3 in debian/control, however
	the latest -dev package in the distro claims the version is 1.2 and it
	builds just fine with that.
	
	(LP: #1185226). Fixes: https://bugs.launchpad.net/bugs/1185226.
	
	Approved by PS Jenkins bot, Stephen M. Webb.

2013-05-29  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Add a pkg-config dependency on xpathselect>=1.2
	
	Technically we depend on xpathselect>=1.3 in debian/control, however
	the latest -dev package in the distro claims the version is 1.2 and it
	builds just fine with that.
	
	(LP: #1185226)

2013-06-01  Andrea Azzarone  <azzaronea@gmail.com>

	Reference BamfApplication in GetRunningApplications. Fixes: https://bugs.launchpad.net/bugs/1181717.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-06-01  Andrea Azzarone  <azzaronea@gmail.com>

	Fix crash in Application::~Application.

2013-05-31  Chris Townsend  <christopher.townsend@canonical.com>

	Fixes the issue where the filling in of the progress bar over Launcher icons does not scale when using smaller or larger icon sizes than the default size of 48. Fixes: https://bugs.launchpad.net/bugs/968680.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-05-31  Chris Townsend  <christopher.townsend@canonical.com>

	Add an explicit cast for consistency's sake.

2013-05-30  Chris Townsend  <christopher.townsend@canonical.com>

	* Get rid of whitespace.
	* Change float casts to static_cast<float>.
	* Get rid of int casts as they are not needed.
	* Fix double ";;" typo.

2013-05-29  Chris Townsend  <christopher.townsend@canonical.com>

	Fixes the issue where the filling in of the progress bar over Launcher icons does not scale when using smaller or larger icon sizes than the default size of 48.

2013-05-31  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.05.31ubuntu.unity.next-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-05-31  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.05.31ubuntu.unity.next-0ubuntu1, based on r3352

2013-05-30  Chris Townsend  <christopher.townsend@canonical.com>

	Fixes issue where source files for test-gestures would always be compiled even if the original source files did not change. Fixes: https://bugs.launchpad.net/bugs/1039367.
	
	Approved by Marco Trevisan (Treviño), PS Jenkins bot.

2013-05-16  Chris Townsend  <christopher.townsend@canonical.com>

	Fixes issue where source files for test-gestures would always be compiled even if the original source files did not change.

2013-05-29  Ted Gould  <ted@gould.cx>

	Upstart event for when the indicators are loaded by the panel service.
	
	Approved by Stephen M. Webb, PS Jenkins bot.

2013-04-23  Ted Gould  <ted@gould.cx>

	Adding a runtime dep on upstart so that we can get initctl

2013-04-23  Ted Gould  <ted@gould.cx>

	Fixing a lost comma

2013-04-23  Ted Gould  <ted@gould.cx>

	Fix variable name

2013-04-23  Ted Gould  <ted@gould.cx>

	Sending the signal to upstart that the indicators are loaded

2013-04-23  Ted Gould  <ted@gould.cx>

	Adding in a ready signal idle

2013-05-29  Andrea Azzarone  <azzaronea@gmail.com>

	Allow alt-tabbing during a dnd operation. Fixes: https://bugs.launchpad.net/bugs/111939.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-04-10  Andrea Azzarone  <azzaronea@gmail.com>

	Allow alt-tabbing during a dnd operation.

2013-05-28  Leo Arias  <leo.arias@canonical.com>

	Fixed the execute_action_by_id on the dash emulator. Fixes: https://bugs.launchpad.net/bugs/1181677.
	
	Approved by PS Jenkins bot, Łukasz Zemczak.

2013-05-19  Leo Arias  <leo.arias@canonical.com>

	Fixed the execute_action_by_id on the dash emulator.

2013-05-28  Didier Roche  <didier.roche@canonical.com>

	add dep on autopilot-desktop.
	
	Approved by PS Jenkins bot, Łukasz Zemczak.

2013-05-27  Didier Roche  <didier.roche@canonical.com>

	add dep on autopilot-dekstop

2013-05-24  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Fixes for two autopilot tests.
	
	Approved by PS Jenkins bot, Nick Dedekind, Łukasz Zemczak.

2013-05-24  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Fix two autopilot tests.

2013-05-24  Thomi Richards  <thomi.richards@canonical.com>

	Update the unity autopilot test suite to be compatible with the new autopilot API for custom emulators.
	
	Approved by PS Jenkins bot, Christopher Lee.

2013-05-23  Thomi Richards  <thomi.richards@canonical.com>

	Update to work with autopilot API for custom emulator base classes.

2013-05-23  Andrea Azzarone  <azzaronea@gmail.com>

	Remove AbstractSeparator.cpp (it does not make sense :).
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-05-23  Andrea Azzarone  <azzaronea@gmail.com>

	Remove AbstractSeparator.cpp (it does not make sense :)

2013-05-23  Didier Roche  <didier.roche@canonical.com>

	Bumped the libnux version to 4.0.2, as we just bumped the micro version due to the ABI change

2013-05-23  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Bumped the libnux version to 4.0.2, as we just bumped the micro version due to the ABI change

2013-05-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Unity: "s/unsigned long long/uint64_t/g".
	
	Approved by Brandon Schaefer, PS Jenkins bot.

2013-05-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Unity: "s/unsigned long long/uint64_t/g"

2013-05-22  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Bumps libnux to new correct abi version.
	
	Approved by PS Jenkins bot, Francis Ginther, Marco Trevisan (Treviño).

2013-05-22  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Forgot comma!

2013-05-21  Brandon Schaefer  <brandon.schaefer@canonical.com>

	[ Brandon Schaefer ]
	Bump libnux to new version 

2013-05-22  Andrea Azzarone  <azzaronea@gmail.com>

	Fix crashing tests. Fixes: https://bugs.launchpad.net/bugs/1182585.
	
	Approved by Marco Trevisan (Treviño), PS Jenkins bot.

2013-05-22  Andrea Azzarone  <azzaronea@gmail.com>

	Disconnect signal in DashView.

2013-05-22  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Add ModelIterator-inl.h to the list of installed headers (as it's included by ModelIterator.h).
	
	Approved by PS Jenkins bot, Nick Dedekind.

2013-05-22  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Add ModelIterator-inl.h to the list of installed headers (as it's included by ModelIterator.h).

2013-05-22  Andrea Azzarone  <azzaronea@gmail.com>

	Don't build CoverflowResultView.cpp.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-05-22  Andrea Azzarone  <azzaronea@gmail.com>

	Don't build CoverflowResultView.cpp.

2013-05-22  Francis Ginther  <fginther@gmail.com>

	Handle StateNotFoundError when querying the label of a hud button.
	
	Approved by PS Jenkins bot, Łukasz Zemczak.

2013-05-21  Francis Ginther  <fginther@gmail.com>

	Handle StateNotFoundError when querying the label of a hud button

2013-05-22  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Modify all the hud_query_check lambdas to be more smart and error-checking. Same for the selected_hud_button method in the HUD emulator.
	Also, get rid of the troublesome test_gedit_undo and change it into test_gedit_save, which is easier to test and anyway tests what we want.
	Besides that we also now try to handle the StateNotFoundError exception in the HUD emulator, another cause of some AP failures.
	
	Approved by PS Jenkins bot, Francis Ginther, Andrea Azzarone.

2013-05-21  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Ok, so actually, let's handle the case when there's a StateNotFoundError returned by the hud_buttons method

2013-05-21  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Same fix for the test_search HUD tests

2013-05-21  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix the test_app_activate_on_enter in the same way

2013-05-21  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Change the test_gedit_undo to test_gedit_save, as it checks the same functionality but is easier to make right

2013-05-21  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	More fixes related to the terrible undo test

2013-05-21  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix some autopilot test failures, some related to test_shortcut_hint and some to test_scroll in launcher.
	
	Approved by PS Jenkins bot, Francis Ginther.

2013-05-20  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Add a few more applications to be launched during the test_scroll tests, for bigger screend - a workaround

2013-05-20  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix the two shortcut_hint tests with the switcher

2013-05-21  Christopher Lee  <chris.lee@canonical.com>

	Updating the dbus introspection to use the new xpathselect 1.3.libxpathselect-dev.
	
	Approved by Brandon Schaefer, PS Jenkins bot, Thomi Richards.

2013-05-20  Christopher Lee  <chris.lee@canonical.com>

	Fixed depends for unity-autopilot

2013-05-20  Christopher Lee  <chris.lee@canonical.com>

	Merge trunk

2013-05-19  Christopher Lee  <chris.lee@canonical.com>

	Added missing build depends

2013-05-14  Christopher Lee  <chris.lee@canonical.com>

	Make exception caught in ensure_unity_running more specific

2013-05-14  Christopher Lee  <chris.lee@canonical.com>

	Merge trunk

2013-05-14  Christopher Lee  <chris.lee@canonical.com>

	Slight code juggle around to enable cleanup of dlopen-ed library.

2013-05-09  Christopher Lee  <chris.lee@canonical.com>

	Update dbus protocol version to 1.3

2013-05-09  Christopher Lee  <chris.lee@canonical.com>

	re-introduce xpathselect for introspection and update for protocol version 1.3

2013-05-07  Thomi Richards  <thomi.richards@canonical.com>

	Added GetVersion method.

2013-05-20  Mathieu Trudel-Lapierre  <mathieu-tl@ubuntu.com>

	Increase timeouts for hud functional and search tests.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-05-17  Mathieu Trudel-Lapierre  <mathieu-tl@ubuntu.com>

	Increase timeouts for Eventually() tests for hud functional and search tests.

2013-05-20  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Wrong version AGAIN, fixing so that the builder can start working correctly again.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-05-19  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Wrong version AGAIN

2013-05-19  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix version in changelog again, since the date needs to be different.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-05-19  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Maybe like this

2013-05-19  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix version in changelog again

2013-05-19  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Add the missing changelog entry for 7.0.0daily13.05.08ubuntu.unity.next-0ubuntu1 which landed into the next PPA.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-05-19  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Bump the date again

2013-05-19  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Add the missing changelog entry for 7.0.0daily13.05.08ubuntu.unity.next-0ubuntu1 which landed into the next PPA

2013-05-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: use proper long long types for WindowActiveNumber
	
	Otherwise an overflow can cause bad window selection after long uptime.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-05-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with parent branch fixes

2013-05-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSwitcherController: fix faling test

2013-05-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSwitcherController: test switching between windows of the focused application

2013-05-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	FakeApplicationWindow: register window in the StandaloneWindowManager with active number

2013-05-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneWindow: add ActiveNumber support

2013-05-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: use proper long long types for WindowActiveNumber
	
	Otherwise an overflow can cause bad window selection after long uptime.

2013-05-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityCore: add GtkWrapper to handle GtkIconInfo correctly for different GTK versions
	
	Fix a memory leak in LauncherIcon. Fixes: https://bugs.launchpad.net/bugs/1180790.
	
	Approved by PS Jenkins bot, Sam Spilsbury, Ted Gould, Andrea Azzarone.

2013-05-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGTKWrapper: Adding basic gtk-wrapper test

2013-05-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestResultRenderer: fix compilation issue

2013-05-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ResultRenderer: use glib::Error for error handling

2013-05-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibWrapper.h: clear the glib::Error before setting it again

2013-05-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-05-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Use gtk::IconInfo everywhere in the code to have proper handling
	
	Fix a memory leak in LauncherIcon (we always created a GIcon without unref'ing it)

2013-05-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityCore: add GtkWrapper to handle GtkIconInfo correctly for different versions

2013-05-18  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	We need to bump the changelog version for the daily-release bots to be able to handle it correctly.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-05-18  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	We need to bump the changelog version for the daily-release bots to be able to handle it correctly

2013-05-18  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix two HUD failures related to HUD slow action activation.
	
	Approved by PS Jenkins bot, Brandon Schaefer, Mathieu Trudel-Lapierre.

2013-05-16  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix two HUD failures related to HUD 2.0 changes

2013-05-17  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix the changelog entries that were in the experimental PPA - move them to unity main versions.
	
	Approved by PS Jenkins bot, Ken VanDine.

2013-05-17  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix the changelog entry

2013-05-17  Manuel de la Pena  <manuel@canonical.com>

	Merge 100 scopes / smart scopes feature branch.
	
	Approved by PS Jenkins bot, Mathieu Trudel-Lapierre.

2013-05-17  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Comment out suspicious parts that are breaking CI

2013-05-16  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Bumped required version of nux.

2013-05-16  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Fixed required version of libunity-dev for libunity-core.

2013-05-16  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Bumped required libunity version to 7.0.0.

2013-05-16  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Merged smart scopes branch.

2013-05-15  Christopher Lee  <chris.lee@canonical.com>

	Resolve conflicts in merging updated autopilot tests.
	
	Approved by Pawel Stolowski, PS Jenkins bot.

2013-05-15  Christopher Lee  <chris.lee@canonical.com>

	Merge and resolve conflict

2013-05-10  Christopher Lee  <chris.lee@canonical.com>

	Merged in Autopilot 1.3 updates

2013-05-14  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Fix required version of nux to 4.0.1 from 4.0.2.
	
	Approved by PS Jenkins bot, Łukasz Zemczak, Nick Dedekind.

2013-05-14  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Use correct version of nux; the latest one is now 4.0.1.

2013-05-14  Nick Dedekind  <nicholas.dedekind@gmail.com>

	If enter is pressed while a search is still being performed, we wait a maximum of one second before activating.
	
	Approved by Pawel Stolowski, PS Jenkins bot.

2013-05-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	use const value for entry activate wait timeout

2013-05-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	added max search entry activation timeout

2013-05-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Result preview activated on left single-click. Normal result activation on double-click.
	
	Approved by Michal Hruby, PS Jenkins bot.

2013-05-03  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added double-click-activate dconf key.

2013-05-01  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed ap dash emulator result activate

2013-05-01  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Updated autopilot dash result activations

2013-05-01  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Result preview activated on left single-click. Normal result activation on double-click

2013-05-13  James Henstridge  <james@jamesh.id.au>

	Hide the ratings widget in the movie preview if the rating is less than zero. Fixes: https://bugs.launchpad.net/bugs/1178046.
	
	Approved by PS Jenkins bot, Nick Dedekind.

2013-05-13  James Henstridge  <james@jamesh.id.au>

	Fix indentation.

2013-05-13  James Henstridge  <james@jamesh.id.au>

	Add a test to show that the ratings widget is not created when the 
	rating is less than 0.

2013-05-10  James Henstridge  <james@jamesh.id.au>

	Hide the ratings widget in the Movie preview if rating < 0.

2013-05-09  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Merge trunk.
	
	Approved by PS Jenkins bot, Manuel de la Peña, Brandon Schaefer.

2013-05-09  Michal Hruby  <michal.mhr@gmail.com>

	Merge unity trunk

2013-05-08  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.05.08ubuntu.unity.experimental.certified-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-05-08  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.05.08ubuntu.unity.experimental.certified-0ubuntu1, based on r3137

2013-05-07  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.05.07ubuntu.unity.experimental.certified-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-05-07  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.05.07ubuntu.unity.experimental.certified-0ubuntu1, based on r3134

2013-05-07  Andrea Azzarone  <azzaronea@gmail.com>

	Fix category expansion.
	
	Approved by PS Jenkins bot, Michal Hruby.

2013-05-07  Michal Hruby  <michal.mhr@gmail.com>

	Merge trunk

2013-05-02  Andrea Azzarone  <azzaronea@gmail.com>

	Add MockResults

2013-05-02  Andrea Azzarone  <azzaronea@gmail.com>

	Update and fix tests.

2013-05-01  Andrea Azzarone  <azzaronea@gmail.com>

	Improve tests.

2013-05-01  Andrea Azzarone  <azzaronea@gmail.com>

	Pull from Nick's branch and make sure that all the tests of the previous commit pass.

2013-05-01  Andrea Azzarone  <azzaronea@gmail.com>

	Commit to pull from Nick's branch.

2013-04-30  Andrea Azzarone  <azzaronea@gmail.com>

	Add test for category expansion.

2013-04-30  Andrea Azzarone  <azzaronea@gmail.com>

	Merge lp:~unity-team/unity/libunity-7.0-breakage.

2013-04-30  Andrea Azzarone  <azzaronea@gmail.com>

	Remove doubled code.

2013-05-07  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Save/Restore dash category focus when adding/removing/reordering categories. Fixes: https://bugs.launchpad.net/bugs/1170709, https://bugs.launchpad.net/bugs/1174488.
	
	Approved by Michal Hruby, PS Jenkins bot, Andrea Azzarone.

2013-05-03  Nick Dedekind  <nicholas.dedekind@gmail.com>

	updated nux api version

2013-05-01  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed some issues with static focus results

2013-04-30  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Set focus back to default on focus reset.

2013-04-30  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Set focus back to default on focus reset.

2013-04-30  Nick Dedekind  <nicholas.dedekind@gmail.com>

	merged with parent

2013-04-30  Nick Dedekind  <nicholas.dedekind@gmail.com>

	More scope focus navigation

2013-04-30  Nick Dedekind  <nicholas.dedekind@gmail.com>

	merge with parent

2013-04-29  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Resuse focus push/pop code

2013-04-29  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Keep resultview focus static

2013-05-03  Andrea Azzarone  <azzaronea@gmail.com>

	Fix "There is no content..." message. Fixes: https://bugs.launchpad.net/bugs/1170728.
	
	Approved by Michal Hruby, PS Jenkins bot.

2013-05-02  Andrea Azzarone  <azzaronea@gmail.com>

	Fix no result label in scope view.

2013-05-02  Andrea Azzarone  <azzaronea@gmail.com>

	[FilterExpanderLabel] Pass mouse wheel event to the parent view.
	
	Approved by Michal Hruby, PS Jenkins bot.

2013-05-02  Andrea Azzarone  <azzaronea@gmail.com>

	[FilterExpanderLabel] Pass mouse wheel event to filter view.

2013-05-01  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Check for file uri for nautilus app icon drop target. Fixes: https://bugs.launchpad.net/bugs/1170721.
	
	Approved by Andrea Azzarone, PS Jenkins bot.

2013-04-30  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Check for file uri for nautilus app icon drop target.

2013-05-01  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed typo which set categories instead of filters when filter model changed.
	
	Approved by Michal Hruby, PS Jenkins bot.

2013-04-30  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed filter update

2013-05-01  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Set spinner to searching when we search for the first time on a scope load. (forced search).
	
	Approved by Michal Hruby, PS Jenkins bot.

2013-04-30  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed search spin on initial scope load.

2013-04-30  Andrea Azzarone  <azzaronea@gmail.com>

	Remove HomeLens*,  FilesystemLenses, Lens, Lenses code/test.
	
	Approved by Nick Dedekind, Michal Hruby, PS Jenkins bot.

2013-04-25  Andrea Azzarone  <azzaronea@gmail.com>

	Remove FilesystemLenses, Lens, Lenses code/test.

2013-04-25  Andrea Azzarone  <azzaronea@gmail.com>

	Remove HomeLens* code/tests.

2013-04-26  Michal Hruby  <michal.mhr@gmail.com>

	Use the Customization type in apps lens for AP filter test.
	
	Approved by Marco Trevisan (Treviño), PS Jenkins bot.

2013-04-26  Michal Hruby  <michal.mhr@gmail.com>

	Test filters using the Customization type in apps lens

2013-04-26  Andrea Azzarone  <azzaronea@gmail.com>

	Disable detail view for webapp icons. Fixes: https://bugs.launchpad.net/bugs/1169340.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-04-25  Michal Hruby  <michal.mhr@gmail.com>

	Bump libunity requirement in control file.
	
	Approved by PS Jenkins bot, Pawel Stolowski.

2013-04-25  Michal Hruby  <michal.mhr@gmail.com>

	Bump debian control file

2013-04-24  Michal Hruby  <michal.mhr@gmail.com>

	Fix a few AP tests.
	
	Approved by Christopher Townsend, PS Jenkins bot.

2013-04-24  Michal Hruby  <michal.mhr@gmail.com>

	Fix command lens test

2013-04-24  Michal Hruby  <michal.mhr@gmail.com>

	Fix invalid reference in AP tests

2013-04-24  Andrea Azzarone  <azzaronea@gmail.com>

	Remove ResultView::ComputeContentSize.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-04-24  Andrea Azzarone  <azzaronea@gmail.com>

	Remove ResultView::ComputeContentSize.

2013-04-23  Andrea Azzarone  <azzaronea@gmail.com>

	Allow disabling PreviewRatingsWidget for ApplicationPreviews. Fixes: https://bugs.launchpad.net/bugs/1170715.
	
	Approved by Michal Hruby, PS Jenkins bot.

2013-04-23  Andrea Azzarone  <azzaronea@gmail.com>

	Allow to disable PreviewRatingsWidget.

2013-04-23  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.04.23ubuntu.unity.experimental.certified-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-04-23  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.04.23ubuntu.unity.experimental.certified-0ubuntu1, based on r3121

2013-04-22  Andrea Azzarone  <azzaronea@gmail.com>

	Don't QueueDraw inside Draw callback - can cause rendering loops.
	
	Approved by PS Jenkins bot, Michal Hruby.

2013-04-22  Andrea Azzarone  <azzaronea@gmail.com>

	Don't call QueueDraw inside DashContent.

2013-04-22  Andrea Azzarone  <azzaronea@gmail.com>

	Don't close the dash if the mouse is over the vertical line between the dash and the launcher. Fixes: https://bugs.launchpad.net/bugs/1170720.
	
	Approved by Brandon Schaefer, PS Jenkins bot.

2013-04-19  Andrea Azzarone  <azzaronea@gmail.com>

	Don't close the dash if the mouse is over the vertical line between the dash and the launcher (bug 1170720)

2013-04-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fix redraw issues with the filter pane. Fixes: https://bugs.launchpad.net/bugs/1159814.
	
	Approved by Michal Hruby, PS Jenkins bot.

2013-04-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	QueueRelayout when adding/removing genre filter buttons.

2013-04-18  Michal Hruby  <michal.mhr@gmail.com>

	Fix FTBFS on i386.
	
	Approved by Nick Dedekind, PS Jenkins bot.

2013-04-18  Michal Hruby  <michal.mhr@gmail.com>

	Cast Time to uint32_t

2013-04-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	merge with trunk 3307.
	
	Approved by Michal Hruby, PS Jenkins bot.

2013-04-17  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merged with trunk.

2013-04-15  Michal Hruby  <michal.mhr@gmail.com>

	Fix signature of overridden method. Fixes: https://bugs.launchpad.net/bugs/1158840.
	
	Approved by PS Jenkins bot, Nick Dedekind.

2013-04-15  Michal Hruby  <michal.mhr@gmail.com>

	Override correct method

2013-04-12  Michal Hruby  <michal.mhr@gmail.com>

	Don't try to close a channel over DBus when the proxy is not active.
	
	Approved by PS Jenkins bot, Nick Dedekind.

2013-04-12  Michal Hruby  <michal.mhr@gmail.com>

	Call CloseChannel only when one is actually opened, otherwise we're forcing the scopes to start up

2013-04-10  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.04.10ubuntu.unity.experimental.certified-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-04-10  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.04.10ubuntu.unity.experimental.certified-0ubuntu1, based on r3113

2013-04-08  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	merged with trunk.
	
	Approved by PS Jenkins bot, Didier Roche.

2013-04-08  Nick Dedekind  <nicholas.dedekind@gmail.com>

	fixed gvariant test. fixed pch'less build.

2013-04-08  Nick Dedekind  <nicholas.dedekind@gmail.com>

	merge with trunk.

2013-03-27  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Dont clear the group->GetGeometry() as this should be done in the ScrollView if needed. Cause we are ending up clearing the wrong group when scrolled down at all in the ScrollView. Fixes: https://bugs.launchpad.net/bugs/1160537.
	
	Approved by PS Jenkins bot, Nick Dedekind.

2013-03-27  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Add {} to nested if statement

2013-03-27  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Clearing group->GetGeometry() causes clearing of other groups, depending on
	where the scroll view is.

2013-03-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added support for activation-uri hint.
	
	Approved by PS Jenkins bot, Michal Hruby.

2013-03-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added log message

2013-03-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added unit test for activation-uri preview action

2013-03-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	merge with parent

2013-03-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	support preview action activation-uri hint

2013-03-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Relayout scope view when categories change. Fix redraw issues.
	
	Approved by PS Jenkins bot, Michal Hruby.

2013-03-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Relayotu view when categories change

2013-03-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	More autopilot test fixes. (sourced by build 20)
	http://10.97.0.1:8080/job/ps-unity-100scopes-experimental-autopilot-release-testing/20/testReport/.
	
	Approved by Łukasz Zemczak, PS Jenkins bot.

2013-03-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Autopilot fixes. build 20

2013-03-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed crash when not receiving a valid reply for an activation request. Fixes: https://bugs.launchpad.net/bugs/1157351, https://bugs.launchpad.net/bugs/1159200.
	
	Approved by PS Jenkins bot, Michal Hruby.

2013-03-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Error case more readable.

2013-03-26  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed uninitialised mem on activate timeout

2013-03-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed result view loading all result icons. Fixes: https://bugs.launchpad.net/bugs/1160541.
	
	Approved by Michal Hruby, PS Jenkins bot.

2013-03-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	removed printf

2013-03-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Better idle handling of lazy load result icons

2013-03-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Better lazy loading restrictions

2013-03-27  Nick Dedekind  <nick.dedekind@canonical.com>

	Fixed lazy icon loading

2013-03-26  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Make test_panel.py use the OverlayWindowButtons when dealing with the dash window buttons. Fixes: test_window_buttons_maximization_buttons_works_for_dash, also splits that test into these: test_window_buttons_maximize_or_restore_dash, test_window_buttons_active_inactive_states, test_window_buttons_state_switch_on_click.
	
	Approved by Łukasz Zemczak, PS Jenkins bot.

2013-03-25  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixes this AP test:
	unity.tests.test_panel.PanelWindowButtonsTests.test_window_buttons_maximization_buttons_works_for_dash
	
	* Split the test up into 3 different AP tests.
	* The real issue was the new OverlayWindowButtons were used instead of the panel
	ones, so during the tests both were not visible causing a failure.

2013-03-26  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Autopilot fixes for ppa build 18.
	
	unity.tests.test_command_lens.CommandScopeSearchTests.test_result_category_actually_contains_results
	unity.tests.test_dash.DashKeyNavTests.test_focus_returns_to_searchbar
	unity.tests.test_dash.DashKeyNavTests.test_scopebar_enter_activation
	possibly:
	unity.tests.test_hud.HudBehaviorTests.test_hud_to_dash_has_key_focus.
	
	Approved by PS Jenkins bot, Łukasz Zemczak.

2013-03-26  Nick Dedekind  <nicholas.dedekind@gmail.com>

	ensure ap result settle always gets one cycle

2013-03-26  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed autopilot test regressions.

2013-03-26  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed dash focus regression on scope bar activate

2013-03-26  Didier Roche  <didier.roche@canonical.com>

	Merged with trunk r3252.
	
	Approved by Didier Roche, PS Jenkins bot.

2013-03-25  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merge with trunk

2013-03-25  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Change the music scope shopping result to 'Albums' in autopilot.
	Workaround the slow scope results by increasing the timeout to 25 second. If it fails after this period, we're sure that there's something broken, since it's a BIG regression to even wait so long.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-03-25  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	A quick workaround for failing shopping tests - make the timeout longer, since scopes are REALLY LAZY with showing shopping results.

2013-03-22  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	With the new scope interface, the music shopping results are displayed in the "Albums" category.

2013-03-25  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixes for dash related autopilot failures.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-03-25  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Autopilot tests wait for categories/results before assuming there are any

2013-03-25  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Now matches unity trunk dash focus mechanism. Fixes: https://bugs.launchpad.net/bugs/1157236, https://bugs.launchpad.net/bugs/1157650, https://bugs.launchpad.net/bugs/1158967.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-03-25  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Dash focus matching unity trunk.

2013-03-25  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Use the scope data to generate the dash quicklist. There is a name change from "Dash Home" to "Home Scope". Fixes: https://bugs.launchpad.net/bugs/1158917.
	
	Approved by Łukasz Zemczak, PS Jenkins bot.

2013-03-22  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* The Dash Home is now part of the scopes data, which is now called Home Scope

2013-03-25  Didier Roche  <didier.roche@canonical.com>

	Fix tests failing due to latest glib. Fixes: https://bugs.launchpad.net/bugs/1159677.
	
	Approved by Nick Dedekind, PS Jenkins bot.

2013-03-25  Didier Roche  <didier.roche@canonical.com>

	Fix unit tests regressions with latest glib (LP: #1159677)

2013-03-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed issue causing scope not to attempt reconnect if initial attempt to create proxy failed.
	Fixed up search workflow so that we wont initiate multiple searches when opening dash/switching scopes.
	
	Approved by PS Jenkins bot, Michal Hruby.

2013-03-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed SetSearchStarted. was only causing search spinner to be delayed.

2013-03-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed search cancellation. Removed multi-search from search clear

2013-03-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	only activate result if the search completed successfully.

2013-03-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	removed some debug code

2013-03-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	resorted dash code

2013-03-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	re-search on reconnection after a failed search.

2013-03-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Log create proxy error

2013-03-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed scope proxy recreation after pervious failure. Mulit-search fixes

2013-03-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Check null pointer string

2013-03-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Uses serialised track model from music preview.
	
	Approved by PS Jenkins bot, Michal Hruby.

2013-03-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Updated music preview for serialised track model.

2013-03-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed inconsistent previous lens/scope keybinding behavior for non-visible scopes (command.scope) LP#1158236. Fixes: https://bugs.launchpad.net/bugs/1158236.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-03-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fix non-visible scope bar icon tabbing

2013-03-22  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix a general typo that caused failures in AP tests DashKeyNavTests suite. We need to pass the variables as references if we want to modify them - thus returning the correct column and row size in GetResultDimensions.
	
	Approved by PS Jenkins bot, Nick Dedekind.

2013-03-22  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix a general typo that caused failures in AP tests DashKeyNavTests suite. We need to pass the variables as references if we want to modify them - thus returning the correct column and row size.

2013-03-22  Brandon Schaefer  <brandon.schaefer@canonical.com>

	The FilterResults was using the PlacesVScrollbar which doesn't have the Overlayscroll bar. So just change it to use PlacesOverlayVScrollbar. Fixes: https://bugs.launchpad.net/bugs/1158913.
	
	Approved by PS Jenkins bot, Nick Dedekind.

2013-03-22  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Use the PlacesOverlayVScrollbar vs the normal one.

2013-03-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed external activation of lazy created scopes. Fixes: https://bugs.launchpad.net/bugs/1158231.
	
	Approved by Brandon Schaefer, PS Jenkins bot.

2013-03-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed alt+f2 activation

2013-03-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	use_pch=OFF build not working.
	include missing from file.
	
	Approved by PS Jenkins bot, Łukasz Zemczak.

2013-03-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed include. pch'less build not working

2013-03-22  Manuel de la Pena  <manuel@canonical.com>

	Adds implementations for the payment previews that are required for the new payment in the music scopes. Fixes: https://bugs.launchpad.net/bugs/1154176.
	
	Approved by Didier Roche, PS Jenkins bot, Nick Dedekind.

2013-03-21  Manuel de la Pena  <manuel@canonical.com>

	Added error previews.

2013-03-21  Manuel de la Pena  <manuel@canonical.com>

	Made changes according to review.

2013-03-21  Manuel de la Pena  <manuel@canonical.com>

	Merged generic-payment-preview into error-preview.

2013-03-21  Manuel de la Pena  <manuel@canonical.com>

	Merged generic-payment-preview into error-preview.

2013-03-21  Manuel de la Pena  <manuel@canonical.com>

	Merged generic-payment-preview into error-preview.

2013-03-20  Manuel de la Pena  <manuel@canonical.com>

	Merged generic-payment-preview into error-preview.

2013-03-19  Manuel de la Pena  <manuel@canonical.com>

	Merged generic-payment-preview into error-preview.

2013-03-12  Manuel de la Pena  <manuel@canonical.com>

	Merged with generic preview.

2013-02-06  Manuel de la Pena  <manuel@canonical.com>

	Merged generic-payment-preview into error-preview.

2013-02-05  Manuel de la Pena  <manuel@canonical.com>

	Merged generic-payment-preview into error-preview.

2013-01-30  Manuel de la Pena  <manuel@canonical.com>

	Merged generic-payment-preview into error-preview.

2013-01-30  Manuel de la Pena  <manuel@canonical.com>

	Merged with diegos error preview implementation.

2012-12-07  Diego Sarmentero  <diego.sarmentero@canonical.com>

	adding error preview test

2012-12-03  Diego Sarmentero  <diego.sarmentero@canonical.com>

	merge

2012-11-30  Diego Sarmentero  <diego.sarmentero@canonical.com>

	merge

2012-11-30  Diego Sarmentero  <diego.sarmentero@canonical.com>

	fixing error preview

2012-11-28  Diego Sarmentero  <diego.sarmentero@canonical.com>

	fixing unity-code for error preview

2012-11-27  Diego Sarmentero  <diego.sarmentero@gmail.com>

	error fixed

2012-11-27  Diego Sarmentero  <diego.sarmentero@gmail.com>

	merge

2012-11-27  Diego Sarmentero  <diego.sarmentero@gmail.com>

	merge

2012-11-27  Diego Sarmentero  <diego.sarmentero@gmail.com>

	adding error files

2012-11-23  Diego Sarmentero  <diego.sarmentero@gmail.com>

	Adding ErrorPreview

2013-03-21  Manuel de la Pena  <manuel@canonical.com>

	Do check for null but just when really needed.

2013-03-21  Manuel de la Pena  <manuel@canonical.com>

	Do not check for null.

2013-03-21  Manuel de la Pena  <manuel@canonical.com>

	Get out of the loop as soon as get the error message.

2013-03-21  Manuel de la Pena  <manuel@canonical.com>

	Merged with parent branch.

2013-03-20  Manuel de la Pena  <manuel@canonical.com>

	Fix code according to review.

2013-03-20  Manuel de la Pena  <manuel@canonical.com>

	Fixed small compilation errors.

2013-03-19  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2013-03-19  Manuel de la Pena  <manuel@canonical.com>

	Fixed code according to reviews.

2013-03-19  Manuel de la Pena  <manuel@canonical.com>

	Merged with lp:~unity-team/unity/libunity-7.0-breakage

2013-03-12  Manuel de la Pena  <manuel@canonical.com>

	Small code improvements.

2013-03-12  Manuel de la Pena  <manuel@canonical.com>

	Fixed error message logical error after using empty.

2013-03-12  Manuel de la Pena  <manuel@canonical.com>

	Improve the GetErrorMessage method.

2013-03-12  Manuel de la Pena  <manuel@canonical.com>

	Do not use c_str.

2013-03-12  Manuel de la Pena  <manuel@canonical.com>

	Improve code by removing mem leak and using std::make_pair.

2013-03-12  Manuel de la Pena  <manuel@canonical.com>

	Moved from using define to static std::string.

2013-03-12  Manuel de la Pena  <manuel@canonical.com>

	Removed not needed code.

2013-03-12  Manuel de la Pena  <manuel@canonical.com>

	Use share pointers.

2013-03-12  Manuel de la Pena  <manuel@canonical.com>

	Removed not needed destructor.

2013-03-12  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2013-03-11  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2013-02-28  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2013-02-27  Manuel de la Pena  <manuel@canonical.com>

	Merged with trnk.

2013-02-27  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2013-02-06  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2013-02-05  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2013-01-30  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2013-01-30  Manuel de la Pena  <manuel@canonical.com>

	Removed not needed header.

2013-01-29  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2013-01-29  Manuel de la Pena  <manuel@canonical.com>

	Fixed tests of the MusicPaymentPreview.

2013-01-28  Manuel de la Pena  <manuel@canonical.com>

	Added generic PaymentPreview tests.

2013-01-28  Manuel de la Pena  <manuel@canonical.com>

	Improve mem management.

2013-01-28  Manuel de la Pena  <manuel@canonical.com>

	Improve mem management.

2013-01-28  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2013-01-22  Manuel de la Pena  <manuel@canonical.com>

	Linked fixed bug.

2013-01-22  Manuel de la Pena  <manuel@canonical.com>

	Merged with the code that ensures action link shows selectiong.

2013-01-22  Manuel de la Pena  <manuel@canonical.com>

	Fixed problem when merging with the tab order branch.

2013-01-22  Manuel de la Pena  <manuel@canonical.com>

	Merged with last version of the tab iterator.

2013-01-22  Manuel de la Pena  <manuel@canonical.com>

	Merged with unity trunk.

2013-01-22  Manuel de la Pena  <manuel@canonical.com>

	Revert to old stacked implementation.

2013-01-15  Manuel de la Pena  <manuel@canonical.com>

	Use the correct push draw version.

2013-01-15  Manuel de la Pena  <manuel@canonical.com>

	Use the correct push draw version.

2013-01-15  Manuel de la Pena  <manuel@canonical.com>

	Try to blend layouts.

2013-01-14  Manuel de la Pena  <manuel@canonical.com>

	Added spinner for when the purchase action is being performed.

2013-01-14  Manuel de la Pena  <manuel@canonical.com>

	Add support to show the user that he had a password error.

2013-01-11  Manuel de la Pena  <manuel@canonical.com>

	Add support for an overlay.

2013-01-10  Manuel de la Pena  <manuel@canonical.com>

	Remove the left prints.

2013-01-09  Manuel de la Pena  <manuel@canonical.com>

	Merged with parent that fixes tab ordering.

2013-01-09  Manuel de la Pena  <manuel@canonical.com>

	Merged with branch that allows to add the tan order in a more decent way.

2013-01-09  Manuel de la Pena  <manuel@canonical.com>

	Fixed buttons that were not getting the mouse events. Added workaround for the tab ordering.

2013-01-08  Manuel de la Pena  <manuel@canonical.com>

	Removed not needed changes. Added debugging.

2013-01-08  Manuel de la Pena  <manuel@canonical.com>

	Merged with branch that provides quick fix.

2013-01-08  Manuel de la Pena  <manuel@canonical.com>

	Provide a simple method to add input to the tab iterator.

2013-01-08  Manuel de la Pena  <manuel@canonical.com>

	Add to the iterator the diff actions.

2013-01-08  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2013-01-03  Manuel de la Pena  <manuel@canonical.com>

	Fix compilation error after unity updates.

2013-01-03  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2012-12-14  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2012-12-14  Manuel de la Pena  <manuel@canonical.com>

	Use a simpler method to add the text.

2012-12-11  Manuel de la Pena  <manuel@canonical.com>

	Remove printfs

2012-12-11  Manuel de la Pena  <manuel@canonical.com>

	Merged with static cairo text fix.

2012-12-11  Manuel de la Pena  <manuel@canonical.com>

	Tried to find the preview bug.

2012-12-11  Manuel de la Pena  <manuel@canonical.com>

	Merged with the static cairo text fix.

2012-12-11  Manuel de la Pena  <manuel@canonical.com>

	Updated preview to use the new libunity.

2012-12-11  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2012-12-11  Manuel de la Pena  <manuel@canonical.com>

	Just have a single model for payment previews.

2012-12-10  Manuel de la Pena  <manuel@canonical.com>

	Started adding the tests for the preview.

2012-12-05  Manuel de la Pena  <manuel@canonical.com>

	Fixed code after merge.

2012-12-05  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2012-11-29  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2012-11-29  Manuel de la Pena  <manuel@canonical.com>

	Use the new libunity.

2012-11-28  Manuel de la Pena  <manuel@canonical.com>

	Removed redundant method.

2012-11-28  Manuel de la Pena  <manuel@canonical.com>

	Updated standalone payment_previews app to work with the new libunity.

2012-11-28  Manuel de la Pena  <manuel@canonical.com>

	Removed the title and info hint hacks \o/

2012-11-28  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2012-11-26  Manuel de la Pena  <manuel@canonical.com>

	Enure that the private implementation is init.

2012-11-26  Manuel de la Pena  <manuel@canonical.com>

	Use the new libunity protocol to create the MusicPaymentPreview model.

2012-11-26  Manuel de la Pena  <manuel@canonical.com>

	Fixed some small layout issues.

2012-11-26  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2012-11-22  Diego Sarmentero  <diego.sarmentero@gmail.com>

	Refactoring of MusicPaymentPreview, creating a generic PaymentPreview and a MusicPaymentPreview which inherit from PaymentPreview

2012-11-21  Diego Sarmentero  <diego.sarmentero@gmail.com>

	refactoring

2012-11-21  Manuel de la Pena  <manuel@canonical.com>

	Merged get-u1-name into add-payment-base-class.

2012-11-21  Manuel de la Pena  <manuel@canonical.com>

	Merged add-payment-preview into get-u1-name.

2012-11-21  Manuel de la Pena  <manuel@canonical.com>

	Fixed conflicts.

2012-11-21  Manuel de la Pena  <manuel@canonical.com>

	Merged add-entry-tests into add-action-link.

2012-11-21  Manuel de la Pena  <manuel@canonical.com>

	Added test constructor.

2012-11-21  Manuel de la Pena  <manuel@canonical.com>

	Move headers to .h so that tests compile.

2012-11-21  Manuel de la Pena  <manuel@canonical.com>

	Fixed compilation issues in tests.

2012-11-20  Manuel de la Pena  <manuel@canonical.com>

	Added skelleton for base class.

2012-11-20  Manuel de la Pena  <manuel@canonical.com>

	Renamed U1PaymentPReview to the more generic name MusicPaymentPreview.

2012-11-20  Manuel de la Pena  <manuel@canonical.com>

	Merged add-action-link into add-payment-preview.

2012-11-20  Manuel de la Pena  <manuel@canonical.com>

	Merged add-entry-tests into add-action-link.

2012-11-20  Manuel de la Pena  <manuel@canonical.com>

	Fixed merged issues with trunk.

2012-11-20  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2012-10-22  Manuel de la Pena  <manuel@canonical.com>

	Merged add-action-link into add-payment-preview.

2012-10-22  Manuel de la Pena  <manuel@canonical.com>

	Merged add-entry-tests into add-action-link.

2012-10-22  Manuel de la Pena  <manuel@canonical.com>

	Merged add-text-entry into add-entry-tests.

2012-10-22  Manuel de la Pena  <manuel@canonical.com>

	Remerged with trunk.

2012-10-18  Manuel de la Pena  <manuel@canonical.com>

	Added initial test impl.

2012-10-18  Manuel de la Pena  <manuel@canonical.com>

	Merged add-action-link into add-payment-preview.

2012-10-18  Manuel de la Pena  <manuel@canonical.com>

	Merged add-entry-tests into add-action-link.

2012-10-18  Manuel de la Pena  <manuel@canonical.com>

	Merged add-text-entry into add-entry-tests.

2012-10-18  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2012-10-18  Manuel de la Pena  <manuel@canonical.com>

	Added intial code for tests.

2012-10-18  Manuel de la Pena  <manuel@canonical.com>

	Merged add-action-link into add-payment-preview.

2012-10-18  Manuel de la Pena  <manuel@canonical.com>

	Merged add-entry-tests into add-action-link.

2012-10-18  Manuel de la Pena  <manuel@canonical.com>

	Merged add-text-entry into add-entry-tests.

2012-10-18  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2012-10-18  Manuel de la Pena  <manuel@canonical.com>

	Merged add-action-link into add-payment-preview.

2012-10-18  Manuel de la Pena  <manuel@canonical.com>

	Added SetTextAlpha method to allow to set the alpha of the text color.

2012-10-18  Manuel de la Pena  <manuel@canonical.com>

	Merged add-action-link into add-payment-preview.

2012-10-18  Manuel de la Pena  <manuel@canonical.com>

	Merged add-entry-tests into add-action-link.

2012-10-18  Manuel de la Pena  <manuel@canonical.com>

	Removed not used class.

2012-10-18  Manuel de la Pena  <manuel@canonical.com>

	Merged add-action-link into add-payment-preview.

2012-10-18  Manuel de la Pena  <manuel@canonical.com>

	Removed the use of the horizontal line and use pango instead.

2012-10-17  Manuel de la Pena  <manuel@canonical.com>

	Merged add-action-link into add-payment-preview.

2012-10-17  Manuel de la Pena  <manuel@canonical.com>

	Removed not used param.

2012-10-17  Manuel de la Pena  <manuel@canonical.com>

	Merged add-action-link into add-payment-preview.

2012-10-17  Manuel de la Pena  <manuel@canonical.com>

	Merged add-action-link into add-payment-preview.

2012-10-17  Manuel de la Pena  <manuel@canonical.com>

	Merged add-action-link into add-payment-preview.

2012-10-17  Manuel de la Pena  <manuel@canonical.com>

	Merged add-action-link into add-payment-preview.

2012-10-17  Manuel de la Pena  <manuel@canonical.com>

	Merged add-action-link into add-payment-preview.

2012-10-17  Manuel de la Pena  <manuel@canonical.com>

	Added the standalone app for the payments.

2012-10-17  Manuel de la Pena  <manuel@canonical.com>

	Merged add-action-link into add-payment-preview.

2012-10-17  Manuel de la Pena  <manuel@canonical.com>

	Merged add-action-link into add-payment-preview.

2012-10-17  Manuel de la Pena  <manuel@canonical.com>

	Merged add-action-link into add-payment-preview.

2012-10-17  Manuel de la Pena  <manuel@canonical.com>

	Merged add-action-link into add-payment-preview.

2012-10-15  Manuel de la Pena  <manuel@canonical.com>

	Merged add-action-link into add-payment-preview.

2012-10-11  Manuel de la Pena  <manuel@canonical.com>

	Ensure that we exit the method at the correct point.

2012-10-11  Manuel de la Pena  <manuel@canonical.com>

	Set the results to be 0 so that we do not show any of the buttons from the preview container.

2012-10-11  Manuel de la Pena  <manuel@canonical.com>

	Merged add-action-link into add-payment-preview.

2012-10-10  Manuel de la Pena  <manuel@canonical.com>

	Merged add-action-link into add-payment-preview.

2012-10-09  Manuel de la Pena  <manuel@canonical.com>

	Merged add-action-link into add-payment-preview.

2012-10-09  Manuel de la Pena  <manuel@canonical.com>

	Merged add-action-link into add-payment-preview.

2012-10-09  Manuel de la Pena  <manuel@canonical.com>

	Merged add-action-link into add-payment-preview.

2012-10-08  Manuel de la Pena  <manuel@canonical.com>

	Merged add-action-link into add-payment-preview.

2012-10-08  Manuel de la Pena  <manuel@canonical.com>

	Merged add-action-link into add-payment-preview.

2012-10-04  Manuel de la Pena  <manuel@canonical.com>

	Added a payment preview for the u1 music store.

2013-03-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed connection log message.
	
	Approved by PS Jenkins bot, Michal Hruby.

2013-03-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed inverted connect/disconnect log message

2013-03-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added/Updated unit tests for new libunity scope API.
	
	Approved by PS Jenkins bot, Łukasz Zemczak.

2013-03-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed bad tests. Unset instead of reset GSETTINGS env vars.

2013-03-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	merged with parent

2013-03-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	fixed some AP issues

2013-03-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merge with parent

2013-03-15  Nick Dedekind  <nicholas.dedekind@gmail.com>

	merge with parent

2013-03-15  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Updated tets for search callback change.

2013-03-14  Nick Dedekind  <nicholas.dedekind@gmail.com>

	merge with parent

2013-03-14  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merged with parent

2013-03-14  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merged with parent

2013-03-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed dbus service tests

2013-03-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	merged with parent

2013-03-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Use fake categories for scope view test

2013-03-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	merge with parent

2013-03-07  Nick Dedekind  <nicholas.dedekind@gmail.com>

	merged with parent

2013-03-07  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added ability to specify scope id to test with.

2013-03-07  Nick Dedekind  <nicholas.dedekind@gmail.com>

	removed Required metadata values

2013-03-01  Nick Dedekind  <nicholas.dedekind@gmail.com>

	added coverage html generation make target

2013-02-28  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed some search issues in test scope impl.

2013-02-28  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merge with parent

2013-02-28  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Better preview player tests

2013-02-28  Nick Dedekind  <nicholas.dedekind@gmail.com>

	merge with trunk

2013-02-28  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added track tests.

2013-02-28  Nick Dedekind  <nicholas.dedekind@gmail.com>

	merge with parent

2013-02-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	fixed dbus interface

2013-02-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	merge with parent

2013-02-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed scope service previewer. Added preview player tests

2013-02-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	added test for preview actions.

2013-02-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	merge with parent

2013-02-26  Nick Dedekind  <nicholas.dedekind@gmail.com>

	music preview play/pause test

2013-02-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	merge with parent

2013-02-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	merge with parent

2013-02-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	merge with parent

2013-02-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Re-initialised test branch.

2013-02-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	merge with trunk

2013-03-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Reasoning:
	Because the scopes are created synchronously in construction, the dash is not et parented, so the nux focus tree does not go down all parent levels when focus is set.
	
	Change:
	When the dash is parented, re-initialise the current focus area's focus tree. Fixes: https://bugs.launchpad.net/bugs/1157236, https://bugs.launchpad.net/bugs/1157650.
	
	Approved by Michal Hruby, PS Jenkins bot.

2013-03-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed focus on first display

2013-03-20  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Merge with trunk.
	
	Approved by PS Jenkins bot, Didier Roche.

2013-03-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merged with trunk

2013-03-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added photo scope default & re-ordered scopes.
	Do not expand last category when entering search.
	
	Approved by PS Jenkins bot, Michal Hruby.

2013-03-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Do not expand last category when entering a search.

2013-03-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	reordered defualt scopes

2013-03-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added photo lens

2013-03-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Filter state updated with signal from scope.
	Removed filter "all" button based on state of filter hint.
	
	Approved by PS Jenkins bot, Pawel Stolowski, Michal Hruby.

2013-03-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed re-search on filter-settings-changed

2013-03-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed State merge row handling

2013-03-19  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Filter bar all button removal

2013-03-19  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Advanced home scope filters

2013-03-18  Andrea Azzarone  <azzaronea@gmail.com>

	merge with trunk.
	
	Approved by PS Jenkins bot, Nick Dedekind.

2013-03-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merged with trunk

2013-03-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed drawing of ghost icons.
	Incorrect logic in checking array size.
	
	Approved by PS Jenkins bot, Michal Hruby.

2013-03-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed array size check logic in GetResultViewForCategory.

2013-03-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Check for callback validity when scope proxy connection fails.
	
	Approved by Michal Hruby, PS Jenkins bot.

2013-03-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Check callback pointer after Search/Activate proxy wait failure.

2013-03-15  Nick Dedekind  <nicholas.dedekind@gmail.com>

	In the music preview, reset the state of tracks which do not match the uri of signals emitted by the player.
	
	Approved by PS Jenkins bot, Michal Hruby.

2013-03-15  Nick Dedekind  <nicholas.dedekind@gmail.com>

	When getting player update, reset the state of tracks which don't match uri.

2013-03-15  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Updated default scopes gsettings.
	application.scope
	files.scope
	music.scope
	video.scope
	social.scope (not yet ported).
	
	Approved by PS Jenkins bot, Michal Hruby.

2013-03-15  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Updated default master scopes.

2013-03-15  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed issue with search bar finishing spin with an old search result.
	
	Approved by PS Jenkins bot, Michal Hruby.

2013-03-15  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed issue with search bar finishing spin with an old search result.

2013-03-14  Nick Dedekind  <nicholas.dedekind@gmail.com>

	removed some debug logging

2013-03-14  Nick Dedekind  <nicholas.dedekind@gmail.com>

	reverted mistaken commit

2013-03-14  Nick Dedekind  <nicholas.dedekind@gmail.com>

	fixed bug in ordering

2013-03-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	merged with parent

2013-03-13  Didier Roche  <didier.roche@canonical.com>

	bump build-dep on libunity-dev

2013-03-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed SeriesPreview.h from cmake.

2013-03-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added type constructor to categoris.

2013-03-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed uin64 variant fetch.

2013-03-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	fixed tests for changes in API

2013-03-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	merged with trunk

2013-03-11  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Scope reorder. Needs tests.

2013-03-07  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed UpdatePreviewProperty

2013-02-28  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed play/pause/resume. Added player logging.

2013-02-28  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added track index

2013-02-28  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added track model disconnectfor tracks UI

2013-02-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	removed old preview code

2013-02-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added preview player to music preview.

2013-02-26  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Scope Preview callback returns preview

2013-02-25  Nick Dedekind  <nicholas.dedekind@gmail.com>

	removed printf

2013-02-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	64bit fix

2013-02-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Review fix. Vairant ref

2013-02-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed LauncherEntryRemote method signatures

2013-02-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	fixed code review comments

2013-02-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	64bit fixes for vairant builder.

2013-02-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	64bit fixes for vairant builder.

2013-02-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	reverted as much testing changes as possible for new lens API. tests moved to new branch.

2013-02-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	even more testing

2013-02-19  Nick Dedekind  <nicholas.dedekind@gmail.com>

	autopilot changes

2013-02-19  Nick Dedekind  <nicholas.dedekind@gmail.com>

	reverted autopilot changes to dash emulator

2013-02-19  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merged with trunk. Reverted autopilot changes

2013-02-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	More unit tests

2013-02-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed async callback cancellation. More testing.

2013-02-15  Nick Dedekind  <nicholas.dedekind@gmail.com>

	More unit tests

2013-02-15  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixes for unit tests

2013-02-15  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Upated translation includes

2013-02-14  Nick Dedekind  <nicholas.dedekind@gmail.com>

	More improvements dash & scope testing

2013-02-14  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Improved dash testability. Fixed scope uri launch activation.

2013-02-14  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed preview close crash

2013-02-14  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed preview action not sending action id. Check string pointers in Result::FromVariant

2013-02-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Updated icon resource location.

2013-02-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed waitfor error string

2013-02-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed LocalResult::FromVariant

2013-02-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Better search workflow testing

2013-02-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed another 64bit compile issue

2013-02-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed 64 bit issue in test_scope_proxy

2013-02-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed 64 bit issue in test_scope_proxy

2013-02-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	More Lens->Scope renaming

2013-02-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Rename files Lens -> Scope

2013-02-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed/Improved scope unit tests

2013-02-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed writable view_type

2013-02-08  Nick Dedekind  <nicholas.dedekind@gmail.com>

	New libunity scope API.

2013-01-25  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed connected property validation.

2013-01-24  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Implemented re-opening of channel on reconnection.

2013-01-23  Nick Dedekind  <nicholas.dedekind@gmail.com>

	renaming .lens files to .scope

2013-01-23  Nick Dedekind  <nicholas.dedekind@gmail.com>

	removed visibility fetching from proxy

2013-01-23  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added category order change connections.

2013-01-23  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed filter variant serialization.

2013-01-23  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merge with trunk.

2013-01-23  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed connections in scope.

2013-01-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Review fixes. Scopes now initialized with ScopeData structure.

2013-01-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	reverted changes to function declarations.

2013-01-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed StringRef. removed always-search

2013-01-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added cancellable to scope calls

2013-01-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	more 64bit fixes

2013-01-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Connected up client filter updates to scope backend.

2013-01-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed 64bit size_t->unsigned int conversion.

2013-01-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merged with trunk

2013-01-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	removed filter_update for changes in libunity

2013-01-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Reverted more unnecessary changes.

2013-01-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Reverted ModelIterator to ResultIterator

2013-01-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	more cleanup

2013-01-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	100 scopes work

2013-05-15  Christopher Lee  <chris.lee@canonical.com>

	Missed a package depends for unity-autopilot.
	
	Approved by PS Jenkins bot.

2013-05-14  Christopher Lee  <chris.lee@canonical.com>

	Added missing unity-autopilot depends.

2013-05-15  Sam Spilsbury  <sam.spilsbury@canonical.com>

	LauncherDragWindow: defer icon paint until DrawContent rather than doing
	so immediately
	
	(LP: #1180174). Fixes: https://bugs.launchpad.net/bugs/1180174.
	
	Approved by Stephen M. Webb, MC Return, PS Jenkins bot.

2013-05-15  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix style

2013-05-15  Sam Spilsbury  <sam.spilsbury@canonical.com>

	LauncherDragWindow: defer icon paint until DrawContent rather than doing
	so immediately
	
	(LP: #1180174)

2013-05-14  Ted Gould  <ted@gould.cx>

	gtk_icon_info_free() is deprecated for g_object_unref().
	
	Approved by PS Jenkins bot, Stephen M. Webb, MC Return.

2013-05-14  Ted Gould  <ted@gould.cx>

	Remove deprecated gtk_icon_info_free()

2013-05-14  Christopher Lee  <chris.lee@canonical.com>

	Update unity autopilot tests depends.
	
	Approved by PS Jenkins bot, Didier Roche.

2013-05-09  Christopher Lee  <chris.lee@canonical.com>

	Merge trunk

2013-05-03  Christopher Lee  <chris.lee@canonical.com>

	Added missing Depends

2013-05-09  Chris Townsend  <christopher.townsend@canonical.com>

	Fixes issue where minimizing a full screen window would not draw the Launcher and Panel after minimization. Fixes: https://bugs.launchpad.net/bugs/1064155.
	
	Approved by Brandon Schaefer, PS Jenkins bot, Sam Spilsbury.

2013-05-08  Chris Townsend  <christopher.townsend@canonical.com>

	Re-work the fix for drawing the Launcher & Panel after minimizing a unredirected full screen window per Sam's comments.  This way is much simpler and just takes into account if a window is minimized when adding it's geometry to the fullscreenRegion.

2013-05-02  Chris Townsend  <christopher.townsend@canonical.com>

	Fixes issue where minimizing a full screen window would not draw the Launcher and Panel after minimization.

2013-05-09  Christopher Lee  <chris.lee@canonical.com>

	Updating Unity autopilot tests to work with the new version of autopilot (1.3).
	
	Approved by PS Jenkins bot, Thomi Richards.

2013-05-03  Christopher Lee  <chris.lee@canonical.com>

	Backed out ibus changes

2013-05-02  Christopher Lee  <chris.lee@canonical.com>

	Remove WIP comments

2013-05-02  Christopher Lee  <chris.lee@canonical.com>

	Fixed usage of Mouse().create()

2013-05-02  Christopher Lee  <chris.lee@canonical.com>

	Move the ibus module in from Autopilot

2013-05-02  Christopher Lee  <chris.lee@canonical.com>

	process_manager/display updates to launcher tests

2013-05-01  Christopher Lee  <chris.lee@canonical.com>

	fix use of is_rect_on_screen

2013-05-01  Christopher Lee  <chris.lee@canonical.com>

	Update the dbus backend updates

2013-05-01  Christopher Lee  <chris.lee@canonical.com>

	Updated use of move_mouse_to_screen

2013-04-30  Christopher Lee  <chris.lee@canonical.com>

	Fix start_app and app_is_running,  process manager

2013-04-30  Christopher Lee  <chris.lee@canonical.com>

	Fix set_unity_option error

2013-04-30  Christopher Lee  <chris.lee@canonical.com>

	Fix missing call_gsettings_cmd and self.KNOWN_APPS

2013-04-30  Christopher Lee  <chris.lee@canonical.com>

	Update usage of start_app/start_app_window

2013-04-29  Christopher Lee  <chris.lee@canonical.com>

	WIP update for AP 1.3: Fix typo in emulator

2013-04-29  Christopher Lee  <chris.lee@canonical.com>

	WIP updating tests for AP 1.3. Bamf -> Process and dragging windows

2013-04-29  Christopher Lee  <chris.lee@canonical.com>

	WIP updating to work with ap 1.3. screen geo -> display + re-introducing removed Unity specific functionality etc.

2013-04-29  Christopher Lee  <chris.lee@canonical.com>

	WIP Initial changes (before a mass rename)

2013-05-08  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.05.08ubuntu.unity.next-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-05-08  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.05.08ubuntu.unity.next-0ubuntu1, based on r3317

2013-05-08  Christopher Lee  <chris.lee@canonical.com>

	Attempt to fix sporadic failure of TestGLibSource.Running for arm builds.
	
	Approved by Brandon Schaefer, PS Jenkins bot.

2013-05-06  Christopher Lee  <chris.lee@canonical.com>

	Increased priority of timeout in test

2013-05-02  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.05.01.1ubuntu.unity.next-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-05-01  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.05.01.1ubuntu.unity.next-0ubuntu1, based on r3315

2013-04-25  Andrea Azzarone  <azzaronea@gmail.com>

	Disable detail view for webapp icons. Fixes: https://bugs.launchpad.net/bugs/1169340.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-04-18  Andrea Azzarone  <azzaronea@gmail.com>

	Remove double space.

2013-04-17  Andrea Azzarone  <azzaronea@gmail.com>

	Disable detail view for webapp icons.

2013-04-25  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Now that we're using the new HUD, there have been some changes that typically cause test_hud tests to fail. Fix the tests to fit the new model.
	The first one is that generally we do not have indicator entries visible in the HUD anymore. Only application menu entries are in it now.
	The second one - the way the results are displayed is different. Now, instead of "Menu > Entry" we have "Entry (Menu)" etc.
	
	Approved by PS Jenkins bot, Mathieu Trudel-Lapierre.

2013-04-24  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix unicode strings. Add a check to another test, making sure that we click the right HUD button

2013-04-24  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Add assertions making sure the tests make sense

2013-04-24  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Now that we're using the new HUD, there have been some changes that typically cause test_hud tests to fail. Fix the tests to fit the new model.
	The first one is that generally we do not have indicator entries visible in the HUD anymore. Only application menu entries are in it now.
	The second one - the way the results are displayed is different. Now, instead of "Menu > Entry" we have "Entry (Menu)" etc.

2013-04-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: don't draw the panel shadow above a fullscreen window. Fixes: https://bugs.launchpad.net/bugs/1171934.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-04-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: don't draw the panel shadow above a fullscreen window.

2013-04-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: preprocess an icon if its emblem has been shown/hidden
	
	In that way we can update its transformation. Fixes: https://bugs.launchpad.net/bugs/1171476, https://bugs.launchpad.net/bugs/1171663.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-04-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: preprocess an icon if its emblem has been shown/hidden
	
	In that way we can update its transformation.

2013-04-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconTextureSource: add parameter to remember last emblem validity

2013-04-23  Sebastien Bacher  <seb128@ubuntu.com>

	Use '%s:' string for preview hints, rather than just appending ':'. Fixes: https://bugs.launchpad.net/bugs/1074038.
	
	Approved by Marco Trevisan (Treviño), PS Jenkins bot.

2013-04-23  Sebastien Bacher  <seb128@ubuntu.com>

	Use '%s:' string for preview hints, rather than just appending ':'

2013-04-18  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.04.18~13.04-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-04-18  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.04.18~13.04-0ubuntu1, based on r3309

2013-04-18  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.04.17~13.04-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-04-17  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.04.17~13.04-0ubuntu1, based on r3305

2013-04-17  Manuel de la Pena  <manuel@canonical.com>

	Add code to ensure that a label is shown when u1 creds are not present. Fixes: https://bugs.launchpad.net/bugs/1168674.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño), Nick Dedekind.

2013-04-17  Manuel de la Pena  <manuel@canonical.com>

	Remove not needed methods.

2013-04-17  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2013-04-17  Manuel de la Pena  <manuel@canonical.com>

	reverted error.

2013-04-17  Manuel de la Pena  <manuel@canonical.com>

	Fixed mem leak.

2013-04-15  Manuel de la Pena  <manuel@canonical.com>

	const for mem safety.

2013-04-11  Manuel de la Pena  <manuel@canonical.com>

	Show tag when there are no creds.

2013-04-17  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Disable screen locking during autopilot test runs.
	
	Approved by Christopher Lee, Didier Roche, PS Jenkins bot.

2013-04-16  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Where did I have my head? As mentioned by Michael, we should remember the previous value of the lock gsettings variable and restore it in the end

2013-04-15  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Disable screen locking during the autopilot test runs

2013-04-17  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	During the test_window_buttons_show_when_holding_show_menu_key, wait for a menu settle period before continuing. The reason for this is that when by any chance the gedit application is already maximized on start, there is a timing condition that causes things to happen 'too fast' - and in the end, instead of a Alt press we get an Alt tap.
	
	Approved by PS Jenkins bot, Francis Ginther.

2013-04-16  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	During the test_window_buttons_show_when_holding_show_menu_key, wait for a menu settle period before continuing. The reason for this is that when by any chance the gedit application is already maximized on start, there is a timing condition that causes things to happen 'too fast' - and in the end, instead of a Alt press we get an Alt tap.

2013-04-17  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	A leftover from the self.emulator -> self.unity.emulator migration. This was causing problems with HUD cleanups.
	
	Approved by PS Jenkins bot, Didier Roche.

2013-04-16  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	A leftover from the self.emulator -> self.unity.emulator migration. This was causing problems with HUD cleanups

2013-04-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	
	
	BackgroundEffectHelper: use texture cache, unregister clients when unneeded
	
	And add HasDamageableHelpers() function that is used in UnityScreen not to
	try to damage blur regions if we don't have any of them.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-04-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: don't try to damage the blur regions if we don't have any

2013-04-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BackgroundEffectHelper: use texture cache, unregister clients when unneeded
	
	And add HasDamageableHelpers() function

2013-04-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: paint the panel shadow over a window if it's under the panel. Fixes: https://bugs.launchpad.net/bugs/871758.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-04-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: factorize the logic for maximized and non-maximized windows

2013-04-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: paint the panel shadow over a window if it's under the panel.

2013-04-16  Matthieu James  <matthieu.james@canonical.com>

	The swirl's direction of rotation in the BFB icon has been changed from anti-clockwise to clockwise. Fixes: https://bugs.launchpad.net/bugs/1169238.
	
	Approved by PS Jenkins bot, Didier Roche.

2013-04-16  Matthieu James  <matthieu.james@canonical.com>

	Changed the swirl's direction of rotation in the BFB icon

2013-04-15  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.04.15-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-04-15  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.04.15-0ubuntu1, based on r3300

2013-04-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Unity: reduce a lot the cost of some many-often called functions, thanks to callgrind
	
	UnityScreen::nuxEpilogue: -38.3%
	IconRenderer::RenderElement: -5.8%
	Launcher::DrawContent: -58.6%
	panel::Controller::GetTrayXids: -100%
	UnityScreen::nuxDamageCompiz: -70%
	IconRenderer::PreprocessIcons: -74.3%
	UnityScreen::nuxPrologue: -36.9%
	IconRenderer::UpdateIconTransform: -87.7%
	UnityScreen::paintPanelShadow: -64.3%
	dash::LensView::OnResultAdded: -84.6%
	IconTexture::GetTransform: -89.4%
	
	See more at http://i.imgur.com/VHrthtt.png. Fixes: https://bugs.launchpad.net/bugs/1167605, https://bugs.launchpad.net/bugs/1167894, https://bugs.launchpad.net/bugs/1168556, https://bugs.launchpad.net/bugs/1168569.
	
	Approved by PS Jenkins bot, Andrea Azzarone, Brandon Schaefer.

2013-04-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractIconRenderer: use a nux::Vector3 instead of a nux::Point3 for rotation

2013-04-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: use std::min instead of MIN

2013-04-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge with trunk

2013-04-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge with trunk

2013-04-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	debian/control: updating builddep to force a rebuild with new nux

2013-04-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	FileManager: add missing include

2013-04-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelTray: Return 0 as xid if the widget is not realized (it shouldn't ever happen)

2013-04-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelController: use const& to return Xids, removing copies reduces its cost a lot
	
	Since this function is called in compiz painting functions, it's better to keep it low.

2013-04-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LensView: reduce the map accesses, it moves the callgrind cost down to 0

2013-04-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: Pre-propcess an icon if it changed its skipping state

2013-04-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconTextureSource: add method to save if the icon was skipping

2013-04-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconTextureSource: use vectors for transformations handling
	
	Use constructor to init values and sizes.

2013-04-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: remove the slow nuxPrologue/nuxEpilogue calls in paintPanelShadow
	
	They're often called, as this happens in glPaint.

2013-04-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: cache the shader locations to save computation
	
	This operation seems to be quite expensive in callgrind, doing so reduces the
	RenderElement cost of about 30%

2013-04-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: don't preprocess an icon if nothing changed on its position
	
	If rotation or centers have not been changed since last computation, we can
	avoid to do all this expensive matrix computation, that according to callgrind
	it's taking much of unity code.

2013-04-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractIconRenderer: move rotation float's to a single nux::Point3

2013-04-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconTextureSource: add a cache for Centers and Rotation
	
	So we can cache here the last values and perform pre-processing only if needed.

2013-04-12  Andrea Azzarone  <azzaronea@gmail.com>

	Pass shared ptr by const reference.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-04-12  Andrea Azzarone  <azzaronea@gmail.com>

	Minor change.

2013-04-12  Andrea Azzarone  <azzaronea@gmail.com>

	Pass shared ptr by const reference.

2013-04-12  Andrea Azzarone  <azzaronea@gmail.com>

	Don't force edge drawing in DashView. Fixes bug 1055126 here. Fixes: https://bugs.launchpad.net/bugs/1055126.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-04-12  Andrea Azzarone  <azzaronea@gmail.com>

	Don't force edge drawing in DashView. Fixes bug 1055126 here.

2013-04-11  Andrea Azzarone  <azzaronea@gmail.com>

	Show XdndCollectionWindow only during dnd operations.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-04-11  Andrea Azzarone  <azzaronea@gmail.com>

	Show XdndCollectionWindow only during dnd operation.

2013-04-11  Andrea Azzarone  <azzaronea@gmail.com>

	Reduce the scope of a variable and avoid the creation/destruction of a geometry on every frame.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-04-11  Andrea Azzarone  <azzaronea@gmail.com>

	Remove dead code.

2013-04-11  Andrea Azzarone  <azzaronea@gmail.com>

	Reduce the scope of a variable and avoid the creation/destruction of a geometry on every frame.

2013-04-11  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Remove UBUS code that never gets called. It gets removed when the DashView is setup, which happens before this message can get sent.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-04-10  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Remove dead code, this UBUS signal gets removed when the view is setup.

2013-04-10  Brandon Schaefer  <brandon.schaefer@canonical.com>

	If the command lens is open, and we have received an event from compiz to open the command lens, close the dash. Fixes: https://bugs.launchpad.net/bugs/1167466.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-04-10  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* If the command lens is open, and we have recived another Alt+F2 key event from compiz, close the dash.

2013-04-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: use GAppLaunchContext to open indicator shortcuts
	
	Using the new indicator_desktop_shortcuts_nick_exec_with_context passing to it
	the context containing the timestamp of the quicklist activation event. Fixes: https://bugs.launchpad.net/bugs/1164483.
	
	Approved by PS Jenkins bot, Łukasz Zemczak, Brandon Schaefer, Andrea Azzarone.

2013-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, QuicklistActionTests: add startup-notification on activation test

2013-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, UnityTestCase: move here get_startup_notification_timestamp from icon test case

2013-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem: save activation timestamp for autopilot testing

2013-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, QuicklistActionTests: fix test_quicklist_actions to work with any locale

2013-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: use GAppLaunchContext to open indicator shortcuts
	
	Using the new indicator_desktop_shortcuts_nick_exec_with_context passing to it
	the context containing the timestamp of the quicklist activation event.

2013-04-10  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Make test_panel.py use the OverlayWindowButtons when dealing with the dash window buttons. Fixes: test_window_buttons_maximization_buttons_works_for_dash, also splits that test into these: test_window_buttons_maximize_or_restore_dash, test_window_buttons_active_inactive_states, test_window_buttons_state_switch_on_click.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-04-08  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixes this branch that was reverted:
	lp:~brandontschaefer/unity/ap-panel-test-fix/
	
	* Missed adding WindowButtons to the child of DashView :(, causing them to not
	be found in the AP test

2013-04-10  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.04.10-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-04-10  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.04.10-0ubuntu1, based on r3290

2013-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelController: create only one instance of DBusIndicators and share it between Views.
	
	We can just have one dbus-model for indicators, and use it for all our panels.
	This saves some unneeded allocations in multi-monitor environments. Fixes: https://bugs.launchpad.net/bugs/1166550.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelView: update to new API

2013-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandalonePanel: fix compilation, update to new API

2013-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelController: create only one instance of DBusIndicators and share it between Views.
	
	We can just have one dbus-model for indicators, and use it for all our panels.
	This saves some unneeded allocations in multi-monitor environments.

2013-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Unity: share textures whenever possible, optimize memory usage.
	
	And some code improvements in TextureCache, PanelStyle, PanelView and unityshell. Fixes: https://bugs.launchpad.net/bugs/1166532.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestTextureCache: enable again the tests, they're not failing anymore here.

2013-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: cleanup the code to paint the panel under dash, use style-cached texture.

2013-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: cache the panel background texture

2013-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: use a repeated texture to paint the panel below dash
	
	And draw it only in the display where we actually have the dash.

2013-04-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: some code-cleanup, reduce computation when updating BG Texture

2013-04-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: build an 1 x panel_height  texture in GetBackground
	
	It's up to the clients to repeat it for the panel width.

2013-04-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: repeat a 1-px wide texture, instead of building a bigger one

2013-04-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: Use TextureCache for WindowButtons

2013-04-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: Use TextureCache

2013-04-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: update to use TextureCache API

2013-04-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashStyle: use TextureCache

2013-04-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: use TextureCache

2013-04-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TextureCache: add default textures loader for unity path
	
	And some usual cleanup...

2013-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Unity: remove unneeded Geometries allocations.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-04-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Unity: remove unneeded Geometries allocations
	
	Found thanks to lp:~3v1n0/nux/rect-c++11

2013-04-09  Michi Henning  <michi.henning@canonical.com>

	Fix for bug #1163705
	
	Removed redundant const qualifier on function return types because that causes warnings with gcc and -Wextra -Wall. Fixes: https://bugs.launchpad.net/bugs/1163705.
	
	Approved by PS Jenkins bot.

2013-04-05  Michi Henning  <michi.henning@canonical.com>

	Oops, forgot to make corresponding change in .cpp file.

2013-04-03  Michi Henning  <michi.henning@canonical.com>

	Fixes bug #1163705 by removing useless const qualifiers for return values, which cause gcc to emit a warning with
	-Wextra -Wall.

2013-04-08  Andrea Azzarone  <azzaronea@gmail.com>

	Connect/Disconnect unity::Application signals when replacing app_ in SCLauncherIcon. Fixes: https://bugs.launchpad.net/bugs/1165097.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-04-05  Andrea Azzarone  <azzaronea@gmail.com>

	Fix lp 1165097.

2013-04-08  Chris Townsend  <christopher.townsend@canonical.com>

	Revert the glow intensity of icons in keyboard navigation mode due to a visual regression in the Switcher icons.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-04-08  Chris Townsend  <christopher.townsend@canonical.com>

	Revert the glow intensity of icons in keyboard nav mode due a visual regression in the Switcher icons.

2013-04-08  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.04.08-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-04-08  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.04.08-0ubuntu1, based on r3283

2013-04-05  Andrea Azzarone  <azzaronea@gmail.com>

	Don't draw the 'running pip' when an app is automatically placed in the Launcher after being installed from the Software Center (or from the apps lens). Fixes: https://bugs.launchpad.net/bugs/987727.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-04-05  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug 987727.

2013-04-05  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.04.05.2-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-04-05  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 7.0.0daily13.04.05.2-0ubuntu1, based on r3279

2013-04-05  Tigran Gabrielyan  <tigrangab@gmail.com>

	Toggle radio state to checked for active window in quicklist menu (LP: #1152477). Fixes: https://bugs.launchpad.net/bugs/1152477.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño), Andrea Azzarone.

2013-03-21  Tigran Gabrielyan  <tigrangab@gmail.com>

	Make code clearer as to what it's testing

2013-03-21  Tigran Gabrielyan  <tigrangab@gmail.com>

	Use ASSERT_STREQ instead of g_strcmp for test

2013-03-20  Tigran Gabrielyan  <tigrangab@gmail.com>

	Added tests for radio state in quicklist window switcher (LP: #1152477)

2013-03-08  Tigran Gabrielyan  <tigrangab@gmail.com>

	Toggle radio to checked for active window (LP: #1152477)

2013-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, UnityTestCase: add register_nautilus utility function and use in LauncherIconsTests
	
	It will also take care of its unregistration.
	
	Approved by PS Jenkins bot, Sebastien Bacher.

2013-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, LauncherIconsTests: use register_nautilus utility function

2013-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, UnityTestCase: add register_nautilus utility function
	
	It will also take care of its unregistration

2013-04-05  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Revert revision 3276 as we think it is causing a big test failure, which - in the end, results in many other tests failing as well.
	
	Approved by PS Jenkins bot, Didier Roche.

2013-04-05  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Revert revision 3276 as we think it is causing a big test failure, which - in the end, results in many other tests failing as well.

2013-04-05  Andrea Azzarone  <azzaronea@gmail.com>

	Don't show grab icons when using touchpad. Fixes: https://bugs.launchpad.net/bugs/1026712.
	
	Approved by PS Jenkins bot, Stephen M. Webb.

2013-04-05  Andrea Azzarone  <azzaronea@gmail.com>

	Minor change.

2013-04-05  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug 1026712.

2013-04-05  Sebastien Bacher  <seb128@ubuntu.com>

	Revert r3266 "Don't close the dash when switching from the command lens to the home lens.", it's breaking dash closing for individual lens, which also result in a serie of failing tests (lp: #1164915). Fixes: https://bugs.launchpad.net/bugs/1164915.
	
	Approved by PS Jenkins bot, Didier Roche.

2013-04-05  Sebastien Bacher  <seb128@ubuntu.com>

	Revert r3266 "Don't close the dash when switching from the command lens 
	to the home lens.", it's breaking dash closing for individual lens,
	which also result in a serie of failing tests (lp: #1164915)

2013-04-04  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Make test_panel.py use the OverlayWindowButtons when dealing with the dash window buttons. Fixes: test_window_buttons_maximization_buttons_works_for_dash, also splits that test into these: test_window_buttons_maximize_or_restore_dash, test_window_buttons_active_inactive_states, test_window_buttons_state_switch_on_click.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-03-28  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixes failing AP test due to the new OverlayWindowButtons.

2013-04-04  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Back ported fixes related to dash autopilot preview tests from 100scopes fixes made by Nick Dedekind. Let's wait for the preview animation to finish before continuing the tests.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-04-04  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Back ported fixes related to dash autopilot preview tests from 100scopes fixes made by Nick Dedekind. Let's wait for the preview animation to finish before continuing the tests.

2013-04-03  Chris Townsend  <christopher.townsend@canonical.com>

	Tweak the glow around icons for urgent apps.
	Also tweak the keyboard nav icon glow as well as the system icon. Fixes: https://bugs.launchpad.net/bugs/1163944.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-04-03  Chris Townsend  <christopher.townsend@canonical.com>

	Tweak the glow around icons for urgent apps.
	Also tweak the keyboard nav icon glow as well as the system icon.

2013-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Trash and Device Icons: disconnect from FileManager signal on destruction. Fixes: https://bugs.launchpad.net/bugs/1161916.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestTrashLauncherIcon: ensure filemanager signals get disconnected

2013-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TrashLauncherIcon: disconnect from FileManager signal on destruction

2013-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestVolumeImp: ensure we disconnect from filemanager signals on destruction

2013-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	VolumeImp: disconnect from file-manager signal on destruction

2013-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CMakeLists.txt: fix unity components path, removing magic number and }.
	
	Approved by PS Jenkins bot, Stephen M. Webb.

2013-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CMakeLists.txt: fix unity components path, removing magic number and }

2013-04-03  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Disable TestIconLoader.TestGetManyIcons until we have the new thread safe lp:fontconfig.
	
	Approved by PS Jenkins bot, Stephen M. Webb.

2013-04-03  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Disable test, we will need to revert this once we have the new lp:fontfonfig
	after 13.04

2013-04-03  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Allows dragging of the normal scrollbar if the overlay scrollbars have reached the top/bottom. Fixes: https://bugs.launchpad.net/bugs/1163616.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-04-02  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* If the Overlayscroll bar is at the top or bottom of the track we still allow
	dragging of the scroll until it self has reached the top or bottom.

2013-04-03  Stephen M. Webb  <stephen.webb@canonical.com>

	Release 7.0.0

2013-04-03  Stephen M. Webb  <stephen.webb@canonical.com>

	Bump the Unity version to 7.0.0.
	
	Approved by PS Jenkins bot, Didier Roche.

2013-04-02  Stephen M. Webb  <stephen.webb@canonical.com>

	bumped package version to 7.0.0

2013-04-02  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Dragging an external item from anywhere in the deskop that does not have the correct Uris we desaturate the launcher icons when it enters the launcher, and saturate it when it leaved. Fixes: https://bugs.launchpad.net/bugs/1163473.
	
	Approved by PS Jenkins bot.

2013-04-02  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Now if there are no Uris, we ignore checking if we should dim them launcher
	icons. If its an invalid Dnd. We leave the other logic going for ProcessDnd
	as the mouse is still in the launcher and moving around.

2013-04-01  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* If no Uris are found while doing a ProcessDndMove desaturate all the icons,
	and on a ProcessDndLeave saturate them all again.

2013-04-02  Brandon Schaefer  <brandon.schaefer@canonical.com>

	DashView: Don't close the dash when switching from the command lens to the home lens. Fixes: https://bugs.launchpad.net/bugs/1108956.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-04-01  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Update the AP tests

2013-03-29  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Dont close the dash when going from the command lens to the dash

2013-04-02  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Release the barrier if there are no launcher/subscribers to that monitor. Fixes: https://bugs.launchpad.net/bugs/1161726.
	
	Approved by PS Jenkins bot, Stephen M. Webb, MC Return.

2013-04-01  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* If there are no subscribers, then release the barrier right away

2013-04-01  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.04.01-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-04-01  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.04.01-0ubuntu1, based on r3263

2013-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: re-open a new instance of the filemanager if only the trash/device is open. Fixes: https://bugs.launchpad.net/bugs/753938.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestTrashLauncherIcon: update to match the icon changes

2013-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: Use IsTrashOpened/IsDeviceOpened and ignore filemanager tabs

2013-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TrashLauncherIcon: use new FileManager functions to handle trash opening

2013-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	FileManager: add OpenTrash and IsTrashOpened and IsDeviceOpened

2013-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: Include devices in the file-manager handling

2013-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, TestIconBehavior: check that the trash-icon refocus an opened instance

2013-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestIconBehavior: add test to check that nautilus icon re-open a new window if only trash is active

2013-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityTestCase: add close_all_windows utility function

2013-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: adding test for IsFileManager method

2013-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: re-open a new instance of the filemanager if only the trash is open

2013-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: add IsFileManager method to check if we're handling nautilus

2013-03-29  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.03.29.1-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-03-29  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.03.29.1-0ubuntu1, based on r3260

2013-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherOptions: use faster Idle and add super-tap-duration. Fixes: https://bugs.launchpad.net/bugs/1099815.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Setting default value for super_tap_duration to 250, as it is in compiz

2013-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: use super-tap duration from options

2013-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherOptions: use faster Idle and add super-tap-duration

2013-03-29  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Reset Dnd if an External drag is going on and we move the mouse outside the launcher. Fixes: https://bugs.launchpad.net/bugs/1121045.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-03-28  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* If a ProcessDndLeave happens check if we are in an External Drag state
	if so, reset Dnd.

2013-03-29  Stephen M. Webb  <stephen.webb@canonical.com>

	Fixed the quoting in the top-level CMakeLists.txt "dist" target.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-03-26  Stephen M. Webb  <stephen.webb@canonical.com>

	fixed 'make dist' tagging to prevent extraneous backslash

2013-03-29  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.03.29-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-03-29  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.03.29-0ubuntu1, based on r3257

2013-03-28  MC Return  <mc.return@gmx.net>

	CompWindow::syncPosition () is deprecated and calls to
	it need to be removed from lp:unity (see lp:compiz, r3639).
	
	UnityDialogWindow::moveToRect(CompRect currentRect, bool sync)
	does not need the bool sync anymore.
	
	(LP: #1161285). Fixes: https://bugs.launchpad.net/bugs/1161285.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-03-28  MC Return  <mc.return@gmx.net>

	CompWindow::syncPosition () is deprecated and calls to
	it need to be removed from lp:unity (see lp:compiz, r3639)
	
	UnityDialogWindow::moveToRect(CompRect currentRect) does
	not need the bool sync anymore

2013-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	{Trash,Volume}Icon: enable running state if the location is opened in the filemanager. Fixes: https://bugs.launchpad.net/bugs/1063830.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestTrashLauncherIcon: update tests for fallback trash location checking

2013-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TrashLauncherIcon: use fallback trash location monitoring
	
	When opening the trash on a trashed sub-folder, the icon illumination would
	be disabled, so we now also  check the $HOME/.local/share/Trash/files path

2013-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TrashLauncherIcon, VolumeImp: use OpenActiveChild (tests updated)

2013-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	FileManager: add OpenActiveChild to reopen an opened view with given prefix

2013-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestVolumeImp: update IsOpened tests

2013-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	VolumeImp: use cached value in IsOpened

2013-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestTrashLauncherIcon: use NiceMock

2013-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeFileManager: add static getter to share resources

2013-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestVolumeLauncherIcon: add running-state tests and some cleanup
	
	Use NiceMock and ON_CALL

2013-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestVolumeImp: add IsOpened tests

2013-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestTrashLauncherIcon: add Running state tests

2013-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	VolumeLauncherIcon: Update the icon Running quirk on Opened change

2013-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Volume: add IsOpened method and opened signal that matches the file-manager status

2013-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: don't draw any left pip for Trash and Device icons

2013-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestTrashLauncherIcon: add running state test

2013-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TrashLauncherIcon: update running state on file-manager locations changes

2013-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tests: fix compilation issues

2013-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeFileManager: also consider equal locations as prefix

2013-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeFileManager: use g_file_has_prefix instead of relative path

2013-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeFileManager: add IsPrefixOpened method

2013-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeFileManager: return correct value on OpenedLocations

2013-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeFileManager: added impl, connect to FileManager proxy and get OpenLocations property
	
	Also monitor it when changes

2013-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	FileManager: added missing virtual function

2013-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockFileManager: add missing OpenedLocations definition

2013-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	FileManager: add OpenedLocations virtual method

2013-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/gdbus-proxy-properties

2013-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	FileManagerOpener: moved to unity-shared and renamed as FileManager
	
	The implementation is GnomeFileManager. Updated TrashLauncherIcon and VolumeImp. Fixes: https://bugs.launchpad.net/bugs/807808.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestTrashLauncherIcon: don't re-call Menus(), or the test won't pass

2013-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge with trunk

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BackgroundEffectHelper: reset changes committed by mistake

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestTrashLauncherIcon: test the quicklist to empty trash activation

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TrashLauncherIcon: use FileManager implementation for EmptyTrash

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeFileManager: implement EmptyTrash and add Activate

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestTrashLauncherIcon/TestVolumeImp: use common MockFileManager

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	FileManager: add EmptyTrash method

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/glib-cancellable-use

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	FileManagerOpener: moved to unity-shared and renamed as FileManager
	
	The implementation is GnomeFileManager

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-03-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TrashLauncherIcon: activate the org.gtk.Application when calling the "EmptyTrash" method
	
	In this way the application can take the focus

2013-03-25  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.03.25.1-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-03-25  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.03.25.1-0ubuntu1, based on r3252

2013-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusProxy: add support for reading, setting and monitoring properties
	
	Also optimize the signals handling.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconLoader: use a SourceManager instead of single idles

2013-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconLoader: use glib::Source for idle

2013-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusProxy: whitespace cleanup

2013-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_gdbus_proxy.cpp: move to test_glib_dbus_proxy.cpp

2013-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibVariant: test getters default return values

2013-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibDBusServerInteractions: add EmitPropertyChanged test

2013-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibDBusServerInteractions: added property-setter tests

2013-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibDBusServerInteractions: test property getter

2013-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusServer: use glib::String to ensure destruction of debug variant parameters

2013-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGDBusProxy: added property-changed signal tests

2013-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GDBusProxy: Add support for property changes callbacks
	
	It's now possible to connect/disconnect to dbus-property changes.
	The signal handler is enabled/disabled dinamically.

2013-03-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGDBusProxy: eniforce some tests

2013-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGDBusProxy: add tests for async getters

2013-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusProxy: pass only the value to the async getter

2013-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusProxy: add an async-getter for properties

2013-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGDBusProxy: add WriteOnly property tests
	
	And use integers for props, not tuples

2013-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGDBusService: add WriteOnly property support, use integer not tuples

2013-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestServiceMain: use nux logging

2013-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusProxy: correctly set the dbus-properties (not the cached ones)

2013-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusServer: don't allow to emit property-changed signals if we don't have a valid old-value
	
	As it happens for the Write-Only properties

2013-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGDBusProxy: add RWProperty tests

2013-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGDBusService: add read-write property support

2013-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusProxy: implement SetProperty.
	
	If the proxy is not connected yet, we need to delay the call to the time when the proxy
	will be available.

2013-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGDBusProxy: added RoProperty getting test

2013-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGDBusService: avoid crashes

2013-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusProxy: make IsConnected const and return null value if we have no proxy

2013-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Variant: return default value if variant is not set

2013-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestServiceDBus: add read-only property support

2013-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GDBusProxy: add property getter

2013-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGDBusProxy: add more tests to ensure the signal emissions

2013-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusProxy: connect to signals only if we have interested handlers

2013-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestMainDBus: close the Service and exit on Ctrl+C

2013-03-25  Didier Roche  <didier.roche@canonical.com>

	Fix tests failing due to latest glib. Fixes: https://bugs.launchpad.net/bugs/1159677.
	
	Approved by PS Jenkins bot, Nick Dedekind.

2013-03-25  Didier Roche  <didier.roche@canonical.com>

	Fix unit tests regressions with latest glib (LP: #1159677)

2013-03-22  Sebastien Bacher  <seb128@ubuntu.com>

	updated potfiles lists.
	
	Approved by PS Jenkins bot, Didier Roche, Adolfo Jayme Barrientos.

2013-03-22  Sebastien Bacher  <seb128@ubuntu.com>

	updated potfiles lists

2013-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ThumbnailGenerator: code cleanup, use std::shared_ptr and glib::Error. Test fixes.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestIconLoader: use Utils::WaitUntilMSec and an unique CheckResult function

2013-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestUtils: reduce the callback function calls, do just one per iteration

2013-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestThumbnailGenerator: use Utils::WaitUntilMSec to wait results, use one function for checking

2013-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ThumbnailGenerator: code cleanup, use std::shared_ptr and glib::Error

2013-03-22  Andrea Azzarone  <azzaronea@gmail.com>

	Fix failing tooltip AP tests.
	
	Approved by PS Jenkins bot, Łukasz Zemczak.

2013-03-22  Andrea Azzarone  <azzaronea@gmail.com>

	Fix failing AP tests.

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Unity: use glib::Cancellable everywhere instead of GCancellable.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test-gtest_pch.hh: add some UnityCore headers

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGDBusProxy: use glib::Cancellable

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ThumbnailGenerator: use glib::Cancellable

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	VolumeImp: use glib::Cancellable

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LensDBusTestRunner: use glib::Cancellable

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TrashLauncherIcon: use glib::Cancellable

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusServer: use glib::Cancellable

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusProxy: use glib::Cancellable

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	FileSystemLens: use glib::Cancellable

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Cancellable: added Ptr definition

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityCore_pch: added glib headers

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Lens: use glib::Cancellable

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibWrapper: added glib::Cancellable.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Cancellable: removed copies to not increase complexity, add Renew method instead

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Cancellable: fixed a typo in one equalty operator

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibCancellable: added equality/not-equalty tests

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Cancellable: more equality operators

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibCancellable: adding copy and assigment tests

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Cancellable: adding assignment and equality operators

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibCancellable: added cancellable tests

2013-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibWrapper: added glib::Cancellable

2013-03-21  Andrea Azzarone  <azzaronea@gmail.com>

	Fix tooltip AP tests. Fixes: https://bugs.launchpad.net/bugs/1158021, https://bugs.launchpad.net/bugs/1158357, https://bugs.launchpad.net/bugs/1158378.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-03-21  Andrea Azzarone  <azzaronea@gmail.com>

	Minor change.

2013-03-21  Andrea Azzarone  <azzaronea@gmail.com>

	Fix failing AP tests.

2013-03-21  Chris Townsend  <Christopher.Townsend@canonical.com>

	Use glow intensity for setting edge illumination instead of relying on the textures. (LP: #1103742). Fixes: https://bugs.launchpad.net/bugs/1103742, https://bugs.launchpad.net/bugs/1157866.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-03-21  Chris Townsend  <Christopher.Townsend@canonical.com>

	Include the previous glow_intensity when calculating the glow_intensity for the system icons.

2013-03-21  Chris Townsend  <Christopher.Townsend@canonical.com>

	Take into account that when navigating the Launcher via keyboard, the icon needs a little extra glow no matter the intensity.

2013-03-20  Chris Townsend  <Christopher.Townsend@canonical.com>

	Move const to the top and also create a new const for glow multiplier.

2013-03-20  Chris Townsend  <Christopher.Townsend@canonical.com>

	This increases the glow intensity of urgent apps by a factor of 3. (LP: #1157866)

2013-03-20  Chris Townsend  <Christopher.Townsend@canonical.com>

	* Changed a multiplier to use a const definition to make it clear what it's doing.
	* Also account for when urgent apps need to have extra glow.

2013-03-20  Chris Townsend  <Christopher.Townsend@canonical.com>

	Adds a glow around the edge of the active icons when using Egde Illumination Toggles.  Also will add a glow when the icon is on a different monitor when using Backlight and Edge Illumination Toggles.

2013-03-21  Paolo Rotolo  <paolorotolo@ubuntu.com>

	Add comma before the username in Shutdown dialog (LP #1157927). Fixes: https://bugs.launchpad.net/bugs/1157927.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-03-21  Paolo Rotolo  <paolorotolo@ubuntu.com>

	Shutdown message: replace "!" with ".".

2013-03-20  Paolo Rotolo  <paolorotolo@ubuntu.com>

	Add comma before the username in Shutdown dialog (LP #1157927).

2013-03-21  Martin Pitt  <martin.pitt@canonical.com>

	Add logind alternatives to ConsoleKit and UPower suspend/hibernate calls (LP: #1155021)
	
	ConsoleKit is being deprecated, so add support for logind for logout, shutdown, and reboot.
	
	Future UPower versions will drop suspend/release calls, as they moved into logind:
	http://lists.freedesktop.org/archives/devkit-devel/2013-January/001339.html
	
	With ConsoleKit, sessions get $XDG_SESSION_COOKIE set, while with logind they get $XDG_SESSION_ID. So use that to determine which one to talk to until we drop support for ConsoleKit/upower. Fixes: https://bugs.launchpad.net/bugs/1155021.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-03-20  Martin Pitt  <martin.pitt@canonical.com>

	Provide logind → ConsoleKit fallback for Logout as well.
	
	Thanks Marco Trevisan!

2013-03-20  Martin Pitt  <martin.pitt@canonical.com>

	tests: wait until Can{Suspend,Hibernate} gets called from logind, just like with upower

2013-03-20  Martin Pitt  <martin.pitt@canonical.com>

	Revert the Can{Suspend,Hibernate} test splitting, these values are cached.

2013-03-19  Martin Pitt  <martin.pitt@canonical.com>

	Rework logind → ConsoleKit/upower fallback
	
	Stop looking at $XDG_* environment variables for shutdown, reboot, suspend, and
	hibernate. Instead, just try calling logind and fall back to ConsoleKit/UPower
	on error.
	
	We still look at $XDG_* for terminating the session, as we need the actual
	value of the environment variable.

2013-03-19  Martin Pitt  <martin.pitt@canonical.com>

	fix code style

2013-03-19  Martin Pitt  <martin.pitt@canonical.com>

	Add logind alternatives to UPower suspend/hibernate calls
	
	Future UPower versions will drop suspend/release calls, as they moved into
	logind:
	http://lists.freedesktop.org/archives/devkit-devel/2013-January/001339.html
	
	If running with logind (i. e. if the session has $XDG_SESSION_ID), call
	logind's suspend/hibernate methods instead of upower's.

2013-03-19  Martin Pitt  <martin.pitt@canonical.com>

	Add logind alternatives to ConsoleKit calls
	
	ConsoleKit is being deprecated, so add support for logind for logout, shutdown,
	and reboot.
	
	With ConsoleKit, sessions get $XDG_SESSION_COOKIE set, while with logind they
	get $XDG_SESSION_ID. So use that to determine which one to talk to until we
	drop support for ConsoleKit.

2013-03-21  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Workaround the issue of test_super_h failing because of the keybinding change not yet applied - let's try a few times before deciding that the keybinding does not work.
	
	Approved by PS Jenkins bot, Francis Ginther.

2013-03-20  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	A more complicated way of working around the lack of feedback from compiz on settings change application. Let's try a few times before deciding that the keybinding does not work.

2013-03-20  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	First workaround: add a 2 second sleep after each configuration change in compiz during HudAlternativeKeybindingTests. This way we'll be sure that the keybinding change got applied.

2013-03-21  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Moved slow unit tests in switcher controller over to test-gtest-slow.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-03-18  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Moved 3 tests from test_switcher_controller over to test-gtest-slow, they
	were taking longer than half a second to run.

2013-03-20  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.03.20-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-03-20  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.03.20-0ubuntu1, based on r3239

2013-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unity: s/UBUS_PLACE_VIEW_CLOSE_REQUEST/UBUS_OVERLAY_CLOSE_REQUEST/g.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unity: s/UBUS_PLACE_VIEW_CLOSE_REQUEST/UBUS_OVERLAY_CLOSE_REQUEST/g

2013-03-20  Brandon Schaefer  <brandon.schaefer@canonical.com>

	The HudView kept setting the MinWidth and MaxSize in Relayout() causing geometry_changed to constantly emit, causing ::ProcessGrowShrink to off when it was already done growing or shrinking. This is ineffective and unnecessary, so move the MinWidth/MaxSize to when the layout is created (as it uses cont ints defined at the top anyway, so it never changes). Now ProcessGrowShrink will only go off when it is really growing or shrinking.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-03-19  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Merge Trunk, Fix Conflict

2013-03-19  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Remove Relayout as its no longer needed

2013-03-18  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Make sure the layout is updated

2013-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionController: request overlay hiding on session view show. Fixes: https://bugs.launchpad.net/bugs/1155610.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSessionController: add test to check ubus message emission

2013-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionController: request overlay hiding on session view show

2013-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionController: set the view's default action button as key-focus area on init. Fixes: https://bugs.launchpad.net/bugs/1155562.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSessionController: ensure that the focus area matches the one given by the view

2013-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionController: set the key-focus area to the one given by the View

2013-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSessionView: ensure that the key focus area is the one we expect

2013-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionView: save the button to key-focus into a RO property

2013-03-19  Brandon Schaefer  <brandon.schaefer@canonical.com>

	The HudButtons no longer receive mouse events until the mouse is being moved over the HudView. It resets when any typing happens, so the mouse can no longer steal button focus with out moving it (which in that case you want the button to focus :). Fixes: https://bugs.launchpad.net/bugs/1066442.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-03-18  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Revert rev 3216 as this is done in a different branch

2013-03-18  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* SetInputEventSensitivity to false when setting queries vs when search changes.

2013-03-14  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Mouse will not accept input unless a mouse is moving in the HudView now.

2013-03-14  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* The HudView kept setting the MinWidth and MaxSize causing geomerty_changed to
	constanly emit, causing ::ProcessGrowShrink to off. This is not needed, so
	only set the MinWidth/MaxSize when creating the layout.

2013-03-19  Brandon Schaefer  <brandon.schaefer@canonical.com>

	New test suite, test-gtest-slow for tests that are slow, now test-gtest runs at about ~30 seconds which is a huge improvement. Fixes: https://bugs.launchpad.net/bugs/1053163.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-03-18  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Make a new test suite, test-gtest-slow for tests that run slow.
	* Moved over 2 im_text_entry tests which took ~30 seconds to run.
	* Moved over tooltip_manager as each tests took over half a second.

2013-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionView: invert the position of reboot/shutdown buttons. Fixes: https://bugs.launchpad.net/bugs/1154578.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSessionView: add method to check button positions, and check it

2013-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionView: invert the position of reboot/shutdown buttons

2013-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: always colorize the edge_tile, despite the backlight_intensity. Fixes: https://bugs.launchpad.net/bugs/1157303.
	
	Approved by PS Jenkins bot, Matthieu James, Brandon Schaefer.

2013-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: always colorize the edge_tile, despite the backlight_intensity

2013-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: add TexturePool class used to cache all the icons textures using smart pointers
	
	TexturePool can be used only using a shared pointer now, no need to delete textures manually anymore.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: adjust variable name to style rules

2013-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer::TexturesPool: add a static getter, and use ref_counted instance

2013-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-11-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with up branch

2012-11-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: add TexturePool static class used to cache all the icons textures using smart pointers
	
	No need to delete textures manually anymore

2013-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionView: rename the Logout and Shutdown buttons as requested
	
	Plus some code cleanup, using button-type to generate them instead of magic strings. Fixes: https://bugs.launchpad.net/bugs/1156638, https://bugs.launchpad.net/bugs/1156641.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSessionView: add GetButtonByAction (instead of by label) and use it

2013-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSessionButtonTypes: added typed tests for action buttons

2013-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionButton: save button action in a ROProperty

2013-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSessionButtonLabel: added lalbel tests

2013-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionButton: generate labels and texture internally by Action

2013-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionView: rename the Logout and Shutdown buttons as requested

2013-03-19  Andrea Azzarone  <azzaronea@gmail.com>

	Fix standalone launcher.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-03-19  Andrea Azzarone  <azzaronea@gmail.com>

	Fix standalone launcher.

2013-03-19  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Set xgettext to encode its input using UTF-8. Fixes: https://bugs.launchpad.net/bugs/1156931.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-03-18  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixes a FTBFS from launcher/TrashLauncherIcon.cpp:91 using unicode, and xget
	fails to parse it.

2013-03-19  Andrea Azzarone  <azzaronea@gmail.com>

	ApplicationStarter: Add missing virtual dtor.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-03-19  Andrea Azzarone  <azzaronea@gmail.com>

	Add virtual dtor.

2013-03-19  Mathieu Trudel-Lapierre  <mathieu-tl@ubuntu.com>

	Renamed gcalctool desktop file. Fixes: https://bugs.launchpad.net/bugs/1156810.
	
	Approved by PS Jenkins bot, Michael Terry.

2013-03-18  Mathieu Trudel-Lapierre  <mathieu-tl@ubuntu.com>

	Rename gnome calculator desktop file again; 3.7.92 has the desktop file renamed again.

2013-03-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: use bigger assets to draw pips inside tile (in Switcher). Fixes: https://bugs.launchpad.net/bugs/863331.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-03-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: use bigger assets to draw pips inside tile (in Switcher)

2013-03-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	resources: added larger launcher pips

2013-03-18  Andrea Azzarone  <azzaronea@gmail.com>

	Add fade animation for launcher tooltips. Fixes: https://bugs.launchpad.net/bugs/1155672.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-03-18  Andrea Azzarone  <azzaronea@gmail.com>

	Minor change.

2013-03-18  Andrea Azzarone  <azzaronea@gmail.com>

	Fix standalone launcher. Thanks Marco!

2013-03-18  Andrea Azzarone  <azzaronea@gmail.com>

	Add fade animation for tooltip too.

2013-03-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer / resources: use a stronger color to colorize the icon edges. Fixes: https://bugs.launchpad.net/bugs/1156698.
	
	Approved by PS Jenkins bot, Andrea Azzarone, Matthieu James.

2013-03-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: use white color to colorize the icon edges

2013-03-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	resources: updated the icon Edge textures, removed unused files

2013-03-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ResultViewGrid: use guint64 also on assigment.
	
	Approved by PS Jenkins bot, Sebastien Bacher.

2013-03-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ResultViewGrid: use guint64 also on assigment

2013-03-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StaticCairoText: recompute the extents if they exceed the maximum size
	
	Keep the texture the most little that we can, then adjust its position when drawing. Fixes: https://bugs.launchpad.net/bugs/1155550, https://bugs.launchpad.net/bugs/1155553.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-03-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StaticCairoText: compute the layout size using an A1 surface

2013-03-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StaticCairoText: fix vertical alignment, keep the texture size as small as we can

2013-03-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StaticCairoText: recompute the extents if they exceed the maximum size
	
	Keep the texture the most little that we can, then adjust its position when drawing.

2013-03-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SearchBar: correctly set the number of lines of the Filter text

2013-03-15  Andrea Azzarone  <azzaronea@gmail.com>

	Add more unit tests for TooltipManager. Don't reset time on every mouse movement.
	Also reduce tooltip timeout lenght. Fixes: https://bugs.launchpad.net/bugs/1155659, https://bugs.launchpad.net/bugs/1155665.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-03-15  Andrea Azzarone  <azzaronea@gmail.com>

	Add more unit test for TooltipManager. Don't reset time on every mouse move.

2013-03-15  Andrea Azzarone  <azzaronea@gmail.com>

	TooltipManager: Style fix.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-03-15  Andrea Azzarone  <azzaronea@gmail.com>

	Style fix in TooltipManager.*

2013-03-14  Andrea Azzarone  <azzaronea@gmail.com>

	Fix white line between dash and launcher. Fixes: https://bugs.launchpad.net/bugs/1125346.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-03-14  Andrea Azzarone  <azzaronea@gmail.com>

	Add comment.

2013-03-14  Andrea Azzarone  <azzaronea@gmail.com>

	Fix lp bu 1125346.

2013-03-14  Stephen M. Webb  <stephen.webb@canonical.com>

	Internationalized ‘No Image Available’ in Dash Previews (lp: #1106849). Fixes: https://bugs.launchpad.net/bugs/1106849.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-03-14  Stephen M. Webb  <stephen.webb@canonical.com>

	Added AP test to verify no regressions with i18n

2013-03-13  Stephen M. Webb  <stephen.webb@canonical.com>

	Internationalized preview message (lp: #1106849).

2013-03-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: On quicklist activate pass the timestamp to the lambda by value
	
	Also, use the correct signature on quicklist activate callback. Fixes: https://bugs.launchpad.net/bugs/1155225.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-03-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractLauncherIcon: use struct and enum class for ActionArg, avoid negative Time
	
	Adapt code, and clean it up

2013-03-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: lambda functions syntax cleanup
	
	Use [this] instead of [&] and remove unneeded indentation

2013-03-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationStarterImp: timestamp can't be negative

2013-03-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: add test to check the app quicklist menuitem behavior

2013-03-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: use mock icons

2013-03-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: On quicklist activate pass the timestamp to the lambda by value
	
	Also, use the correct signature on quicklist activate callback

2013-03-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TrashLauncherIcon: use FileManagerOpener to open it with correct event timestamp. Fixes: https://bugs.launchpad.net/bugs/1154862.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-03-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestTrashLauncherIcon: add activation test

2013-03-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TrashLauncherIcon: use FileManagerOpener to open it with correct event timestamp

2013-03-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	FileManagerOpener: pass the timestamp to the Open method and set to context
	
	MountAndOpenInFileManager now needs a timestamp to open the file manager,
	that we pass to the target using the application launch context.
	This value is got from the ActionArg or from the quicklists event. Fixes: https://bugs.launchpad.net/bugs/1154792.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-03-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestVolumeLauncherIcon: add Activate test

2013-03-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	FileManagerOpener: pass the timestamp to the Open method and set to context
	
	MountAndOpenInFileManager now needs a timestamp to open the file manager,
	that we pass to the target using the application launch context.
	This value is got from the ActionArg or from the quicklists event.

2013-03-13  Chris Townsend  <Christopher.Townsend@canonical.com>

	Add the ability to progressively autoscroll the Launcher when there are stacked icons. Fixes: https://bugs.launchpad.net/bugs/765732.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-03-13  Chris Townsend  <Christopher.Townsend@canonical.com>

	* Change the 30 to SCROLL_FPS to make it more clear what this value is indicating.
	* Change the AP test to use a tuple instead of a list.

2013-03-13  Chris Townsend  <Christopher.Townsend@canonical.com>

	Merge in from to trunk.

2013-03-06  Chris Townsend  <Christopher.Townsend@canonical.com>

	Add the ability to progressively autoscroll the Launcher when there are stacked icons.

2013-03-13  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.03.13.1-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-03-13  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.03.13.1-0ubuntu1, based on r3211

2013-03-13  Andrea Azzarone  <azzaronea@gmail.com>

	Export the event timestamp on dash icon click. Fixes: https://bugs.launchpad.net/bugs/1152733.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-03-12  Andrea Azzarone  <azzaronea@gmail.com>

	Fix failing tests.

2013-03-12  Andrea Azzarone  <azzaronea@gmail.com>

	Remove line.

2013-03-12  Andrea Azzarone  <azzaronea@gmail.com>

	Add unit test.

2013-03-12  Andrea Azzarone  <azzaronea@gmail.com>

	Refactor part of DashView/Lens/Lenses code to make it testable.

2013-03-11  Andrea Azzarone  <azzaronea@gmail.com>

	Fix lp bug 1152733.

2013-03-12  Sebastien Bacher  <seb128@ubuntu.com>

	Use nautilus.desktop for the default launcher's entry. Fixes: https://bugs.launchpad.net/bugs/1081691.
	
	Approved by PS Jenkins bot, Michael Terry.

2013-03-08  Sebastien Bacher  <seb128@ubuntu.com>

	Use nautilus.desktop for the default launcher's entry

2013-03-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem: pass the event timestamp on activate. Fixes: https://bugs.launchpad.net/bugs/1154082.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-03-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestQuicklistMenuItem: verify that we pass the event time on activate

2013-03-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem: pass the event timestamp on activate

2013-03-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: properly draw the panel shadow when a Nux window is focused or during WS switch
	
	If a nux window is the active one, compiz won't draw it, so the code that is doing the
	panelShadow drawing is excluded. We need to make sure that this will be executed
	also in this case. Fixes: https://bugs.launchpad.net/bugs/892718, https://bugs.launchpad.net/bugs/942965, https://bugs.launchpad.net/bugs/1152760.
	
	Approved by PS Jenkins bot, Andrea Azzarone, Brandon Schaefer.

2013-03-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: remove the workaround to prevent flickering on WS switching

2013-03-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: reset the shadow-painted when we have no mask set

2013-03-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: clear the panelShadowPainted rect only on first nux-active window paint

2013-03-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: paint the panel shadow if a nux window is the active one
	
	If a nux window is the active one, compiz won't draw it, so the code that is doing the
	panelShadow drawing is excluded. We need to make sure that this will be executed
	also in this case.

2013-03-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: update the panel shadow matrix when the output is transformed

2013-03-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: optimize the code of paintPanelShadow initializing values only if needed
	
	Also use GetMonitorAtPosition instead of looping through monitors

2013-03-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: get if a window is a nux one during initialization
	
	This removes a lot of calls to isNuxWindow during draw.

2013-03-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: use CairoGraphics internal context so that it must be not destroyed.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-03-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: use CairoGraphics internal context so that it must be not destroyed

2013-03-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StaticCairoText: use the maximum size for setting the layout one in DrawText
	
	Otherwise using the text-extent could make the StaticCairoText to use more lines
	than the ones that it really needs (making the last one not being drawn). Fixes: https://bugs.launchpad.net/bugs/1152978, https://bugs.launchpad.net/bugs/1152980.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-03-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StaticCairoText: use the maximum size for setting the layout one in DrawText
	
	Otherwise using the text-extent could make the StaticCairoText to use more lines
	than the ones that it really needs (making the last one not being drawn).

2013-03-11  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Add a workaround for bug LP: #1152517 in the test_search autopilot suite. We toggle the dash once before starting any app lens tests.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-03-08  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Add a workaround for bug LP: #1152517 in the test_search suite. We toggle the dash once before starting any app lens tests.

2013-03-11  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.03.11-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-03-11  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.03.11-0ubuntu1, based on r3202

2013-03-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindowView: Close a window also on escape key. Fixes: https://bugs.launchpad.net/bugs/1152712.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-03-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionView: only use the Escape key event if a button is key-focused

2013-03-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestUnityWindowView: check if a closable window can be closed by escape key

2013-03-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindowView: Close a window also on escape key

2013-03-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionView: don't use a new-line on text message when we have enough space.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-03-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionView: don't use a new-line on text message when we have enough space

2013-03-08  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.03.08-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-03-08  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.03.08-0ubuntu1, based on r3199

2013-03-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Session: added a SessionController and View. Use the GnomeSessionManager to perform session actions
	
	Such as suspend, hibernate, logout, lockscreen, reboot and shutdown.
	
	Video: http://youtu.be/h_qqjOMGlrI. Fixes: https://bugs.launchpad.net/bugs/882041, https://bugs.launchpad.net/bugs/1152374.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSessionController: added controller tests

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionController: make GetOffsetPerMonitor private, call only on embedded window

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSessionView: added buttons interactions tests

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockSessionManager: define Ptr

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSessionView: added tests to check the view elements on mode changes

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with closable-window

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionButton, SessionController, SessionView: add some more introspection

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSessionView: added first stub

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSessionButton: more construction checks

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSessionButton: added highlight tests

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSessionButton: test mouse/key events

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSessionButton: first basic test

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with closable-window (and trunk)

2013-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionController: show the full view on shutdown request

2013-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionController: update the window position to match the view size

2013-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionButton: indentation fix

2013-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Session: renaming theme namespace to style

2013-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with closable-window changes

2013-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionView: fallback key analsys to parent object

2013-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with SessionManager changes

2013-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with SessionManager changes

2013-02-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with SessionManager changes

2013-02-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionController: cancel an action when user requested it, allow to change mode

2013-02-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with SessionManager API changes, update the SessionController

2013-02-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with SessionManager API changes, update the SessionController

2013-02-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionController: use logout mode when requested

2013-02-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionView: add logout mode
	
	Use it as default when no shutdown is available

2013-02-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionView: minor cleanup

2013-02-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionController: use a different mode, based on the manager signal

2013-02-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionView: update the view so that it adapts to the current mode

2013-02-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with session-manager changes

2013-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionController: use new API

2013-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with UnityWindow changes

2013-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with shared UnityWindowStyle

2013-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with UnityWindowView tunings

2013-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionView: request close when clicked in the BoundingRect

2013-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging again with closable-window

2013-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Mering with ClosableWindow changes

2013-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionController: add HideAndCancel method, use to hide on clicks outside

2013-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionButton: use  SetAcceptKeyNavFocusOnMouseEnter instead of manual one

2013-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionView: reset the keyfocus area when a button is deselected

2013-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionView: add an utility function to add a button, handle window hiding there

2013-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionButton: extract it from the SessionView

2013-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionView: implement keyboard navigation

2013-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionController: set the view as the main keyboard input area

2013-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ActionButton: use a property to handle the highlighting state

2013-02-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionView: reset the button state when the relative basewindow is hidden

2013-02-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with SessionManager changes

2013-02-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: use less bright windows on shutdown

2013-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionView: add the relevant commands only if supported
	
	Plus some code cleanup

2013-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Po: include SessionView.cpp as translatable

2013-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with new close textures

2013-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with closable-window improvements

2013-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with SesionManager fixes

2013-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShutdownView: use recent IconTexture APIs

2013-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with closable window updates

2013-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: darken the windows if the session controller is visible.

2013-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionController: implement the missing Visible() method

2013-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: use the session::Controller to handle session operations
	
	As shutdown, lockscreen, reboot, suspend, hibernate...

2013-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShutdownController: grab the pointer and keyboard when embedded

2013-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionView: use an IconTexture instead of a TextureArea to fix the rendering issues with blur

2013-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneSession: implement missing methods on the MockManager

2013-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with closable window changes

2013-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionView: use local variables to store parameters

2013-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging Manager, again... Better dtor

2013-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with session manager changes

2013-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with SessionManager

2013-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionController: enable input window only when in embedded mode

2013-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionView: add LockScreen implementation

2013-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with last changes in SessionManager

2013-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionController: hide when the view requests so

2013-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionView: add activate signal to buttons

2013-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionController: connect to manager signals

2013-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionController: close the view on request.

2013-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionView: only show the label under the selected item

2013-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionView: use switch textures based on item highlighting

2013-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShutdownView: get events at main button level

2013-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with closable-window changes

2013-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShutdownView: add buttons views, use correct padding as provided by design

2013-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindowStyle: use correct padding for close button

2013-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShutdownView: first draft implementation

2013-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with new SessionManager branch

2013-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with SessionManager fixes

2013-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with closable-window branch

2013-03-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindowView: added closable_mode that shows a close button and supports close_window_key
	
	It also allows to inherited clasess to handle the events inside the layout better.
	Moved live_background to a property, and updated affected clients.
	
	This included some refactor for UnityWindowStyle and IconTexture as well.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestExpoLauncherIcon: reset the viewport status on TearDown

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneShortcuts: fix linking

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestUnityWindowStyle: added basic Get test

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestUnityWindowView: test FindAreaUnderMouse

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestUnityWindowView: Added bounding area tests

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestUnityWindowView: test layout wrapping

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestUnityWindowView: Close request on key bindings

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestUnityWindowView: more properties testing (and close button behavior)

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestUnityWindowView: first stub

2013-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindowView: close on WindowManager close-key press (Alt+F4)

2013-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindowView: add a ROProperty to handle the background

2013-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow*: updating copyrights

2013-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindowStyle: add Static getter instead of constructor to share resources
	
	Now all the textures used by the switcher, shorcuts and upcoming views are shared
	using a ref-counted single instance.

2013-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindowView: don't build the bounding area if not requested

2013-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindowView: set the View as parent of the input area
	
	To have proper absolute geo.

2013-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutView: remove some padding, since now is computed into the UnityWindowView

2013-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindowView: wrap the internal layout with padding, add InputArea to handle out events
	
	The events outside the internal layout geometry (if defined) are now handled by the
	bounding input area.

2013-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindowView: Close textures, tune lighting

2013-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindowView: QueueDraw on close texture update

2013-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindowView: update the close button textures based on mouse state

2013-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindowStyle: add highlighted and pressed textures to the close button

2013-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconTexture: don't set a not changed texture, emit signal on change

2013-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconTexture: add smarter constructor, prefer using smart pointers

2013-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindowView: pass the internal clip as const&

2013-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindowView: use an IconTexture to store the close button, manually draw it
	
	The manual drawing is needed to prevent the flickering.

2013-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconTexture: update the texture size when setting a new texture

2013-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconTexture: add smarter constructor that automatically sets the texture sizes

2013-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindowView: remove DrawContent, use Draw
	
	This fixes problems when handling input events

2013-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindowView: add close button support

2013-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindowStyle: generate close button texture only when needed, add more data

2013-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindowStyle: add close button texture

2013-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindowStyle: always use smart pointers

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityCore: added session::Manager and session::GnomeManager implementation
	
	They allow to lock, logout, reboot, shutdown, suspend or hibernate a session and to be notified
	by system requests.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGDBusProxy: using Utils::WaitUntilMSec

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tests: use Utils::WaitUntilMSec when dealing with proxies now
	
	Also fix SoftwareCenter warnings

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusProxy: don't use the timeout on itialization, start the connection ASAP!

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGnomeSessionManager: add tests to simulate real reboot/shutdown/logout

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGnomeSessionManager: add utility functions to perform shell actions

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGnomeSessionManager: more immediate actions tests

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGnomeSessionManager: use TEST_P to perform tests in both interactive ways

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGnomeSessionManager: add ImmediateLogoutRequested test
	
	Prevent crashes by disconnecting proxy signals

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGDBusProxy: add tests for DisconnectSignals

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusProxy: add DisconnectSignal method to disconnect handlers

2013-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGnomeSessionManager: add support for the suppress-dialog setting parameter

2013-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeSessionManager: check if we are in interactive mode or not

2013-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGnomeSessionManager: fix LogoutFallback test when XDG_SESSION_COOKIE is not set

2013-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGnomeSessionManager: check destruction signals

2013-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGnomeSessionManager: Test shutdown, reboot, cancel signal emission
	
	Both with and without inhibitors

2013-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGnomeSessionManager: test logout request

2013-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGnomeSessionManager: test cancel-action

2013-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibDBusServerInteractions: add TearDownTestCase

2013-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGnomeSessionManager: Suspend and Hibernate tests, plus add TearDownTestCase

2013-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGnomeSessionManager: added shutdown tests

2013-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGnomeSessionManager: add tests for reboot and fallback logout and reboot

2013-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGnomeSessionManager: add logout test

2013-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGnomeSessionManager: added missing ConsoleKit dbus server

2013-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGnomeSessionManager: added Name and LockScreen tests

2013-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGnomeSessionManager: make wait time more dynamic

2013-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGnomeSessionManager: added first basic test

2013-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeManager: add TestMode support
	
	It will use a local test name for handling services

2013-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GDBusServer: unref the return value if not returning it

2013-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeManager: adding EnsureCancelPendingAction utility function

2013-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeSessionManager: correctly initialize the internal object

2013-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeSessionManager: use glib::GDBusServer

2013-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/gdbus-server

2013-02-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeSessionManager: don't keep the proxies opened, just create them when needed
	
	We don't need to keep the dbus proxies connected everytime during the unity execution,
	we can just create them when we need a specific action.

2013-02-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionManager: correctly unown a name and correctly handle inhibitors

2013-02-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionManager: Make public implementation simpler, just do all the tricks in the Impl
	
	Now we only request the action we want to do, then it's up to the implementation to react
	accordingly.

2013-02-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeSessionManager: fix logout

2013-02-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionManager: inform clients if we have inhibitors

2013-02-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeSessionManager: use the variant getters to parse return values

2013-02-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibVariant: add tests for variant getters

2013-02-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Variant: improve getters for type checking, include tuple types (as in DBus)

2013-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeSessionManager: initialize the loop variable, or expect random crashes!

2013-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeManager: Emit cancel action on destructor

2013-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeManager: fix compilation issue

2013-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeManager: correctly handle the reboot and shutdown when requested by the Shell

2013-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionManager: add and implement LockScreen method

2013-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeManager: cleanup code

2013-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionManager: add getters for username and real name, add more const methods

2013-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeManager: fix the dbus methods return and proper parse variants

2013-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionManager: use default constructor

2013-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeSessionManager: use an enum class for dialog types

2013-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeSessionManager: emit signals when the relative shell methods are called

2013-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeSessionManager: add function to emit a dbus shell signal
	
	And use it to implement missing methods

2013-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GnomeSessionManager: implement an "org.gnome.Shell" server to catch the session events

2013-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionManager: add UPower and GnomeSession proxies, implement some method calls
	
	Plus put everything under unity namespace

2013-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SessionManager: first skeleton implementation

2013-03-07  Andrea Azzarone  <azzaronea@gmail.com>

	Switch between windows using mouse wheel. Fixes: https://bugs.launchpad.net/bugs/1081843.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-03-06  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2013-02-06  Andrea Azzarone  <azzaronea@gmail.com>

	Fix indentation.

2013-02-06  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2013-02-06  Andrea Azzarone  <azzaronea@gmail.com>

	Fix as per Marco's review.

2013-02-06  Andrea Azzarone  <azzaronea@gmail.com>

	Improve GetWindowsOnCurrentDesktopInStackingOrder.

2013-02-06  Andrea Azzarone  <azzaronea@gmail.com>

	Update tests.

2013-02-05  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2013-02-05  Andrea Azzarone  <azzaronea@gmail.com>

	Remove unneeded commit.

2013-02-05  Andrea Azzarone  <azzaronea@gmail.com>

	Merged alt-to-scroll into scroll-to-switch-windows.

2013-02-05  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2013-02-05  Andrea Azzarone  <azzaronea@gmail.com>

	Merged alt-to-scroll into scroll-to-switch-windows.

2013-02-05  Andrea Azzarone  <azzaronea@gmail.com>

	Add tests for ApplicationLauncherIcon::PerforScroll and implement it.

2013-02-04  Andrea Azzarone  <azzaronea@gmail.com>

	Add a test to be sure ::PerformScroll is called.

2013-02-04  Andrea Azzarone  <azzaronea@gmail.com>

	Add AbstractLauncherIicon::PerformScroll function.

2013-03-07  Lars Uebernickel  <lars.uebernickel@canonical.com>

	Don't attach the menus to an invisible menubar.
	
	Approved by PS Jenkins bot, Sebastien Bacher.

2013-03-01  Lars Uebernickel  <lars.uebernickel@canonical.com>

	Don't attach the menus to an invisible menubar
	
	It doesn't seem to serve any purpose anymore.  Also, it breaks highlighting on
	hover in gtk 3.8, because invisible widgets don't invalidate their style.

2013-03-07  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.03.07-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-03-07  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.03.07-0ubuntu1, based on r3194

2013-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Dash, Launcher, Introspection: use glib::DBusObject to handle dbus servers.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: moving to glib::DBusServer

2013-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashController: using glib::DBusServer

2013-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DebugDBusInterface: move to glib::DBusServer

2013-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Test dbus service: move to C++ and use glib::DBusServer.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test-gtest: fix compilation, making TestUtils to include what needs

2013-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDbus: use more Utils:: features

2013-03-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestServiceModel: moving to C++

2013-03-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestServiceLens: port to C++

2013-03-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestUtils: removing unneeded model bits

2013-03-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestUtils: remove WaitForModelSynchronize, implement it with lambdas

2013-03-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestFilesystemLenses: fixed

2013-03-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test-gtest-service: move services to GDBusServer/GDBusObject
	
	Removing a lot of unneeded code...

2013-03-06  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.03.06.1-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-03-06  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.03.06.1-0ubuntu1, based on r3190

2013-03-06  Jacob Edwards

	Add a 1s delay between hovering on a launcher icon and showing its tooltip.
	Further tooltips before clicking or unhovering launcher will appear instantly. Fixes: https://bugs.launchpad.net/bugs/929485.
	
	Approved by PS Jenkins bot, Stephen M. Webb, Marco Trevisan (Treviño).

2013-03-05  Jacob Edwards

	Fitz around with a variable name for readability

2013-03-05  Jacob Edwards

	Merge trunk

2013-03-05  Jacob Edwards

	Make TooltipMananger noncopyable.

2013-03-05  Jacob Edwards

	Replace AbstractLauncherIcon type hints with constructors.

2013-03-05  Jacob Edwards

	Tidy up private declarations

2013-03-05  Jacob Edwards

	Adhere to Unity brace style

2013-03-04  Jacob Edwards

	Merge trunk

2013-03-04  Jacob Edwards

	Use correct timer reset for StopTimer() and StartTimer()

2013-03-02  Jacob Edwards

	Merge with trunk

2013-02-28  Jacob Edwards

	Merge with trunk

2013-02-28  Jacob Edwards

	Add a unit test for TooltipManager, which tests its one outside interaction.

2013-02-28  Jacob Edwards

	Remove readability NULL_ICON macro in Launcher.cpp

2013-02-27  Jacob Edwards

	Obey Unity Style guide for private variable naming in new modules

2013-02-27  Jacob Edwards

	Rename _tooltip_manager to tooltip_manager_

2013-02-27  Jacob Edwards

	Fix copyright messages in new source files

2013-02-27  Jacob Edwards

	Merge with trunk

2013-02-27  Jacob Edwards

	Add new BFB test and made it work, plus some documentation

2013-02-27  Jacob Edwards

	Add "setUp" launcher mode requirement, as recommended

2013-02-27  Jacob Edwards

	Fix test, hiding tooltips and preventing redisplay after clicking

2013-02-27  Jacob Edwards

	Added tooltip autopilot tests. One failing.

2013-02-27  Jacob Edwards

	Merge with trunk

2013-02-26  Jacob Edwards

	Call TooltipManger state methods from the Launcher

2013-02-26  Jacob Edwards

	Add simple tooltip manager machine to handle tooltip display delay

2013-02-26  Jacob Edwards

	Remove LauncherIcon's internal control over tooltip display

2013-02-26  Jacob Edwards

	Route all changes to Launcher._icon_under_mouse to one method

2013-03-06  Didier Roche  <didier.roche@canonical.com>

	Build-dep on libjson-perl to get debian/scopes-recommends-generator
	parsing the libunity-common json file successfully (and so having
	the recommended scopes… recommended).
	
	Approved by PS Jenkins bot, Łukasz Zemczak.

2013-03-06  Didier Roche  <didier.roche@canonical.com>

	Build-dep on libjson-perl to get debian/scopes-recommends-generator
	parsing the libunity-common json file successfully (and so having
	the recommended scopes… recommended)

2013-03-06  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Test that searching with keywords finds results.
	
	I'm not sure if this is the correct way to do this, but it demonstrates what needs to happen. I don't fully understand how the existing test should work. Simply creating an application window (test_search.py:45) does not make it appear in the app lens. It needs to have an entry in the appdb, meaning in practice writing a .desktop file in /usr/share/applications (that's where the gnome-menu lib picks it up).
	
	There are several options:
	
	1) if we assume that Thunderbird is always present we can just merge this
	
	2) if Autopilot creates the .desktop file, add keyword info to the Window Mocker app and change this test to search for that
	
	3) If Autopilot does not create the .desktop and we don't rely on Thunderbird being present, then things get complicated. The app lens search tests should not work in this case.
	
	Approved by PS Jenkins bot, Łukasz Zemczak.

2013-03-06  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Use the calculator as a test case for keyword searching instead of Thunderbird.

2013-03-05  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Add keyword search test.

2013-03-06  Alexandre Abreu  <alexandre.abreu@canonical.com>

	Add method to Launcher dbus interface to stick/unstick a launcher icon.
	
	Needed in order to fix:
	
	https://bugs.launchpad.net/libunity-webapps/+bug/1061056. Fixes: https://bugs.launchpad.net/bugs/1061056.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-02-27  Alexandre Abreu  <alexandre.abreu@canonical.com>

	Fix MR nits

2013-02-21  Alexandre Abreu  <alexandre.abreu@canonical.com>

	Add DBUS launcher method to stick/unstick launcher icons

2013-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Dash, Hud, Panel, Launcher: don't use input-windows when not in embedded mode
	
	The embedded mode (i.e. when running in compiz) is the only case where these are really needed.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashController: comment improved

2013-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashController: fixing style

2013-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: use a MockableBaseWindow as parent, and don't enable input windows if not needed

2013-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockableBaseWindow: override the Struts methods for testing purposes

2013-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Dash, Hud, Panel: don't use input-windows when not in embedded mode
	
	The embedded mode (i.e. when running in compiz) is the only case where these are really needed.

2013-03-05  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.03.05-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-03-05  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.03.05-0ubuntu1, based on r3185

2013-03-05  Andrea Azzarone  <azzaronea@gmail.com>

	Fix panel gradient on start up. Fixes: https://bugs.launchpad.net/bugs/1136447.
	
	Approved by PS Jenkins bot, Brandon Schaefer.

2013-03-05  Andrea Azzarone  <azzaronea@gmail.com>

	Minor change.

2013-03-05  Andrea Azzarone  <azzaronea@gmail.com>

	Add unit test.

2013-03-04  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug 1136447.

2013-03-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusServer: added a wrapper for adding a new dbus server and dbus objects.
	
	Approved by PS Jenkins bot, Andrea Azzarone.

2013-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibDBusServerInteractions: add tests for invalid method returns

2013-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusServer: return an error if we are returning null on method returning something

2013-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibDBusServerInteractions: check if we have an error when not handling methods

2013-03-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusServer: return a dbus error if no methods handler is set

2013-03-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibDBusServerUnnamed: added test for object registration

2013-03-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GDBusServer: register pending objects also when we don't own a name

2013-03-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-03-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibDBusServer: adding unnamed server test and connection tests

2013-03-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusServer: adding unnamed server support

2013-03-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibDBusServerInteractions: use a lambda to handle methods calls

2013-03-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibDBusServerInteractions: added signal emission tests

2013-03-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibDBusServerInteractions: added tests for methods calls

2013-03-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibDBusServer: improve tests checks

2013-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibDBusServer: adding first basic tests for the glib::DBusServer

2013-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibDBusObject: added tests for dbus object introspection parsing

2013-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusServer: add utility function to build objects for a given introspection XML

2013-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusServer: pimplization!

2013-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusObject: pimplization!

2013-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GDBusServer: add function to emit a signal, for a given interface

2013-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GDBusServer: add a getter for an object

2013-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusServer: allow to unregister an object

2013-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GDBusObject: add EmitPropertyChanged method to notify changes
	
	And call it on property set (when needed)

2013-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GDBusObject: allow to emit a signal to all the exported paths

2013-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GDBusObject: add method to emit signals

2013-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusServer: some cleanup...

2013-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusObject: make an object to be registered on multiple connections

2013-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusServer: move registration bits to DBusObject

2013-02-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusServer: implement the server object addition, fix potential crashes on unref

2013-02-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusServer: use a better indentation

2013-02-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusServer: adding a first skeleton object implementation

2013-03-04  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Enable the fuzzy search autopilot tests for u-l-a, now that libcolumbus is on.
	
	Approved by PS Jenkins bot, Francis Ginther.

2013-03-04  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Enable the fuzzy search autopilot tests for u-l-a, now that libcolumbus is on.

2013-03-04  Didier Roche  <didier.roche@canonical.com>

	generate the list of recommends based on the libunity-common client scope json file (LP: #1137303). Fixes: https://bugs.launchpad.net/bugs/1137303.
	
	Approved by PS Jenkins bot, Michal Hruby.

2013-03-01  Didier Roche  <didier.roche@canonical.com>

	generate the list of recommends based on the libunity-common client scope json file (LP: #1137303)

2013-03-04  Lars Uebernickel  <lars.uebernickel@canonical.com>

	panel-service: add support for indicator-ng
	
	Picks up indicators on the bus that have a service file in /usr/share/unity/indicators.
	
	Approved by PS Jenkins bot, Marco Trevisan (Treviño).

2013-02-18  Lars Uebernickel  <lars.uebernickel@canonical.com>

	panel-service: add support for indicator-ng
	
	Picks up indicators on the bus that have a service file in
	/usr/share/unity/indicators.

2013-03-01  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.03.01-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-03-01  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.03.01-0ubuntu1, based on r3179

2013-02-28  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix singular IBus test failures due to broken or faulty connections.
	
	First of all, we start up a new query connection for every test - this way we make sure that we have an up-to-date connection. But that's not all. We also check if the connection is correct and re-try if there are any problems, also restarting the global ibus connection when needed. This might be a bit less resource efficient, but it's not actually noticable in the global scale.
	
	Approved by Francis Ginther.

2013-02-28  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix singular IBus test failures due to broken or faulty connections.
	
	First of all, we start up a new query connection for every test - this way we make sure that we have an up-to-date connection. But that's not all. We also check if the connection is correct and re-try if there are any problems, also restarting the global ibus connection when needed. This might be a bit less resource efficient, but it's not actually noticable in the global scale.

2013-02-28  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Application gcalctool changed names to gnome-calculator, rename all uses in autopilot.
	
	Approved by Francis Ginther.

2013-02-28  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Application gcalctool changed names to gnome-calculator, rename all uses in autopilot

2013-02-28  Andrea Azzarone  <azzaronea@gmail.com>

	Make sure launcher updates its width before opening the dash. Fixes: https://bugs.launchpad.net/bugs/1135628.
	
	Approved by Łukasz Zemczak.

2013-02-28  Andrea Azzarone  <azzaronea@gmail.com>

	Make sure launcher updates its width before opening the dash.

2013-02-28  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.02.28-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-02-28  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.02.28-0ubuntu1, based on r3175

2013-02-27  Stephen M. Webb  <stephen.webb@canonical.com>

	debian/watch: extend match rule to work with 12.10 and 13.04 releases. Fixes: https://bugs.launchpad.net/bugs/1121754.
	
	Approved by Brandon Schaefer.

2013-02-27  Stephen M. Webb  <stephen.webb@canonical.com>

	debian/watch: fix to match reality
	
	The previous match rule stopped working after release 6.8 of Unity.

2013-02-27  Andrea Azzarone  <azzaronea@gmail.com>

	Switcher must focus the last active window in detail mode (using alt+grave too). Fixes: https://bugs.launchpad.net/bugs/1133338.
	
	Approved by Łukasz Zemczak, MC Return.

2013-02-26  Andrea Azzarone  <azzaronea@gmail.com>

	Fix regression.

2013-02-26  Andrea Azzarone  <azzaronea@gmail.com>

	Switcher must focus the last active window in detail mode.

2013-02-26  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Two fixes:
	- Fix the test_can_go_from_dash_to_command_lens failure
	- Fix some test_panel failures related to the Dash and HUD panel buttons:
	Now, this was broken due to changes introduced starting at revision 3081. The overlay button logic has been moved out of PanelMenuView into OverlayWindowButtons (as a separate Nux window), therefore we cannot access both buttons in the same way now. This probably will have to be fixed properly one day, i.e. adding a glue layer between the panel buttons and overlay buttons (as used in the Dash and HUD), but for now we can use the current architecture to test the features we want. So, add the overlay buttons window to introspection and rewrite the failing tests in a way that uses the new button handling procedures.
	
	Approved by Andrea Azzarone.

2013-02-26  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix the test_panel tests related to overlay buttons in the dash and HUD.
	Now, this was broken due to changes introduced starting at revision 3081. The overlay button logic has been moved out of PanelMenuView into OverlayWindowButtons (as a separate Nux window), therefore we cannot access both buttons in the same way now. This probably will have to be fixed properly one day, i.e. adding a glue layer between the panel buttons and overlay buttons (as used in the Dash and HUD), but for now we can use the current architecture to test the features we want.
	So, add the overlay buttons window to introspection and rewrite the failing tests in a way that uses the new button handling procedures.

2013-02-25  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix the test_can_go_from_dash_to_command_lens - let's simply check if the commands.lens is opened or not, this way we don't have to worry about the fact if the command lens is part of the dash or not.

2013-02-26  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.02.26-0ubuntu1 to ubuntu.
	
	Approved by PS Jenkins bot.

2013-02-26  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.02.26-0ubuntu1, based on r3171

2013-02-26  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Add a short wait for the menu entry fade-in in case the system is too quick with clicking in the test_menu_opens_closes_on_click AP test.
	
	Approved by Brandon Schaefer.

2013-02-25  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix nasty typo made by mistake

2013-02-20  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Add a short wait for the menu entry in case the system is too quick with clicking in the test_menu_opens_closes_on_click AP test

2013-02-25  Andrea Azzarone  <azzaronea@gmail.com>

	Don't draw unity if the first window in the stack is fullscreen. Fixes: https://bugs.launchpad.net/bugs/748539.
	
	Approved by Brandon Schaefer.

2013-02-21  Andrea Azzarone  <azzaronea@gmail.com>

	Minor fix.

2013-02-21  Andrea Azzarone  <azzaronea@gmail.com>

	Fix viewport corner case. Minor optimization.

2013-02-19  Andrea Azzarone  <azzaronea@gmail.com>

	Remove useless if.

2013-02-19  Andrea Azzarone  <azzaronea@gmail.com>

	Don't draw unity if the first window in the stack is fullscreen.

2013-02-25  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Improve IBus autopilot tests.
	With these improvements, asian characters do not need to be hardcoded in the tests anymore. Now, the 'expected' values are taken directly from IBus before each test. We're doing it by using a separate input context and storing it for comparison. Using the existing input context was buggy, so this seemed like the best way to go otherwise.
	To do this, I had to work-around the new IBus bindings from GIR, since create_input_context() - which was needed, was not introspectable.
	
	Approved by Thomi Richards.

2013-02-22  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	In case of hangul, well, querying is a bit more complicated. So, till it's not fixed, we can use hard coded values here - since hangul has no 'character propositions' and no history, it's safe. A given input string will *always* return the same output string in korean.

2013-02-21  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fixed anthy with the new ibus enhancements. We're now using update-preedit-text as well for engines that are not commit-only.

2013-02-18  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Add a timeout to the wait for IBus to set the engine, in the case where the engine cannot be fount

2013-02-15  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Use GLib instead of GObject

2013-02-12  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Improve IBus autopilot tests.
	With these improvements, asian characters do not need to be hardcoded in the tests anymore. Now, the 'expected' values are taken directly from IBus before each test. We're doing it by using a separate input context and storing it for comparison. Using the existing input context was buggy, so this seemed like the best way to go otherwise.
	To do this, I had to work-around the new IBus bindings from GIR, since create_input_context() - which was needed, was not introspectable.

2013-02-22  MC Return  <mc.return@gmx.net>

	Fixed some issues reported by cppcheck:
	
	* Hopefully fixed memory leak of atk_event.
	
	* size_t index is always unsigned, so the check if it is >= 0
	is redundant and can be removed.
	The else branch will never be executed so it can be removed
	as well.
	
	* Do not assign true to bool odd, because this value is never used.
	Instead declare and assign the value in one line.
	
	* Also initialize the struct LayoutWindow member variable float alpha
	with 0.0f in the LayoutWindow::LayoutWindow(Window xid) constructor.
	
	(LP: #1131152). Fixes: https://bugs.launchpad.net/bugs/1131152.
	
	Approved by Andrea Azzarone.

2013-02-21  MC Return  <mc.return@gmx.net>

	Fixed wrong variable name typo (atk_key_event->atk_event)

2013-02-20  MC Return  <mc.return@gmx.net>

	Hopefully fixed memory leak of atk_event

2013-02-20  MC Return  <mc.return@gmx.net>

	size_t index is always unsigned, so the check if it is >= 0
	is redundant and can be removed
	The else branch will never be executed so it can be removed
	as well

2013-02-20  MC Return  <mc.return@gmx.net>

	Do not assign true to bool odd, because this value is never used
	Instead declare and assign the value in one line

2013-02-20  MC Return  <mc.return@gmx.net>

	Also initialize the struct LayoutWindow member variable float alpha
	with 0.0f in the LayoutWindow::LayoutWindow(Window xid) constructor

2013-02-22  Andrea Azzarone  <azzaronea@gmail.com>

	Fix randomly failing tests (unity.tests.launcher.test_icon_behavior.LauncherIconsTests.*). Fixes: https://bugs.launchpad.net/bugs/1131679.
	
	Approved by Łukasz Zemczak, MC Return.

2013-02-22  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug 1131679.

2013-02-20  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.02.19.1-0ubuntu1 to ubuntu.
	
	Approved by .

2013-02-19  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.02.19.1-0ubuntu1, based on r3163

2013-02-20  Xiao-Long Chen  <chenxiaolong@cxl.epac.to>

	Add timeout before removing launcher icon. Fixes: https://bugs.launchpad.net/bugs/1119801.
	
	Approved by Andrea Azzarone.

2013-02-15  Xiao-Long Chen  <chenxiaolong@cxl.epac.to>

	Add timeout before removing launcher icon

2013-02-19  MC Return  <mc.return@gmx.net>

	Fixed minor cppcheck static code analysis issues:
	
	Do not assign true to bool odd, because this value is never used.
	Instead declare and assign a value to odd in the same line.
	
	Also initialize the class member variable bool requires_new_position with
	false in the PreviewStateMachine::PreviewStateMachine() constructor.
	
	Approved by Andrea Azzarone, Łukasz Zemczak.

2013-02-17  MC Return  <mc.return@gmx.net>

	Do not assign true to bool odd, because this value is never used
	Instead declare and assign a value to odd in the same line

2013-02-17  MC Return  <mc.return@gmx.net>

	Also initialize the class member variable bool requires_new_position with false
	in the PreviewStateMachine::PreviewStateMachine() constructor

2013-02-19  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Use a nasty hack to avoid ARM pointer mis-alignment errors in gcc. Before doing a cast to unsigned long *, let's convert to a void pointer first.
	
	Approved by Sam Spilsbury.

2013-02-19  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Add a comment so that we know what hacks we did

2013-02-19  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Use a nasty hack to avoid ARM pointer mis-alignment errors in gcc. Before doing a cast to unsigned long *, let's convert to a void pointer first.

2013-02-18  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Don't remove bounding rects (LP: #1091600). Fixes: https://bugs.launchpad.net/bugs/1091600.
	
	Approved by Esokrates.

2013-02-10  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Don't remove bounding rects

2013-02-10  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge unity.fix_851964

2013-02-10  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Revert r2999

2013-02-18  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Save the saved input shape to a window property, so if compiz crashes
	we can still recover the minimized window.
	
	Also fixed a crash in the tests.
	
	(LP: #851964). Fixes: https://bugs.launchpad.net/bugs/851964.
	
	Approved by Andrea Azzarone.

2013-02-12  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Only temp-re-minimize if the window has inconsistent shape rects

2013-02-09  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Save the saved input shape to a window property, so if compiz crashes
	we can still recover the minimized window.
	
	Also fixed a crash in the tests.
	
	(LP: #851964)

2013-02-09  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Revert bounding rects removal change

2013-02-04  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity

2013-01-11  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity

2012-12-18  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Don't remove bounding rects (LP: #1091600)

2013-02-18  Andrea Azzarone  <azzaronea@gmail.com>

	Fix alt+grave regression. Fixes: https://bugs.launchpad.net/bugs/1129372.
	
	Approved by Łukasz Zemczak.

2013-02-18  Andrea Azzarone  <azzaronea@gmail.com>

	Fix alt+'\' regression.

2013-02-17  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Add a new test suite - test_search.
	This test suite is supposed to test the searching mechanisms of Unity. For now it only tests the behavior for the HUD and application lens. The test cases inside check if when a given search string is given, the proper results will be returned. There are also test cases for testing fuzzy search, e.g. when slightly erroneous input is provided.
	We're using window-mocker for this. And for now, app lens fuzzy tests are skipped - until libcolumbus is not released.
	
	Approved by .

2013-02-14  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix multi-line comments.

2013-02-11  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	For now, skip the application lens fuzzy search tests, since we have no fuzzy search test support in the lens right now

2013-02-11  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Rename usage of testapp to the new name - Window Mocker

2013-02-11  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Merge changes from trunk

2013-02-06  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Add a new test suite - test_search.
	This test suite is supposed to test the searching mechanisms of Unity. For now it only tests the behavior for the HUD and application lens. The test cases inside check if when a given search string is given, the proper results will be returned. There are also test cases for testing fuzzy search, e.g. when slightly erroneous input is provided.
	We're using testapp for this.

2013-02-15  Chris Townsend  <Christopher.Townsend@canonical.com>

	Webapps cause two active applications in some cases, so added a check to only pick up the first active app which is the web browser. Fixes: https://bugs.launchpad.net/bugs/1070715. Fixes: https://bugs.launchpad.net/bugs/1070715.
	
	Approved by Brandon Schaefer.

2013-02-15  Chris Townsend  <Christopher.Townsend@canonical.com>

	Add a unit test to simulate the Webapp and Firefox active interaction.

2013-02-14  Chris Townsend  <Christopher.Townsend@canonical.com>

	* Revert the original commit since it regresses an Alt+Tab use case.
	* Add a test to use only the first found active application to account for the WebApp.

2013-02-12  Chris Townsend  <Christopher.Townsend@canonical.com>

	Remove the check between the selected app and the last known active app.  This is no longer needed since another fix went in to properly fix the original issue.  Fixes: https://bugs.launchpad.net/bugs/1070715

2013-02-15  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Adds a Y break zone on the barrier so you can only break the barrier if pushing hard enough within this zone. Otherwise it resets the decay. Fixes: https://bugs.launchpad.net/bugs/982543.
	
	Approved by Marco Trevisan (Treviño).

2013-02-13  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Add in a Y break zone where when we start pushing up against the barrier
	we only release it if there is enough decay with in this break zone. If we
	move out of the break zone then restart the decay.

2013-02-15  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Changed click/Dnd behaviour to match requested design. (LP: #841899). Fixes: https://bugs.launchpad.net/bugs/841899.
	
	Approved by Andrea Azzarone, John Lea.

2013-01-30  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed review comments.

2013-01-30  Nick Dedekind  <nicholas.dedekind@gmail.com>

	merge with trunk

2012-12-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Design requested drawing of filter widget outline.

2012-12-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Aligned RoundedRectSegment arc drawing with RoundRect drawing.

2012-12-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added tests for multi-range filter widget. Updated lens tests for multi-range filter.

2012-12-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Renamed FilterMultiRange->FIlterMultiRangeWidget

2012-12-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merged with trunk

2012-12-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	More design fixes for multirange filter widget.

2012-12-14  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merged with trunk

2012-12-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Filter Multi-range widget behaviour fixes - started

2013-02-15  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	When building the preview, don't create a new PreviewContainer when there's one already existing. Such a case can happen when the preview animation does not finish correctly and gets interrupted unexpectedly. When that happens, the preview_container_ stays as a child. Without this fix, that container stays as a child forever, breaking preview-related autopilot tests.
	
	Approved by Andrea Azzarone.

2013-02-14  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	When building the preview, don't create a new PreviewContainer when there's one already existing. Such a case can happen when the preview animation does not finish correctly and gets interrupted unexpectedly. When that happens, the preview_container_ stays as a child. Without this fix, that container stays as a child forever, breaking preview-related autopilot tests.

2013-02-14  Andrea Azzarone  <azzaronea@gmail.com>

	Fix lp bug 991637. Fixes: https://bugs.launchpad.net/bugs/991637.
	
	Approved by Marco Trevisan (Treviño), Brandon Schaefer.

2013-02-14  Andrea Azzarone  <azzaronea@gmail.com>

	Fix 991637.

2013-02-14  Andrea Azzarone  <azzaronea@gmail.com>

	Pass the correct timestamp to ApplicationLauncherIcon on super+n. Fixes: https://bugs.launchpad.net/bugs/1125331.
	
	Approved by Brandon Schaefer.

2013-02-14  Andrea Azzarone  <azzaronea@gmail.com>

	Minor change + AP test.

2013-02-14  Andrea Azzarone  <azzaronea@gmail.com>

	Fix lp bug 1125331.

2013-02-14  Iain Lane  <iain.lane@canonical.com>

	Don't test libindicate's gir which isn't installed by default.
	
	Approved by Didier Roche.

2013-02-14  Iain Lane  <iain.lane@canonical.com>

	indicate's gir isn't installed by default so better not test it here

2013-02-14  Iain Lane  <iain.lane@canonical.com>

	Smoke test some of our gobject-introspection bindings in autopilot.
	
	Approved by Didier Roche.

2013-02-14  Iain Lane  <iain.lane@canonical.com>

	copyright 2013

2013-02-14  Iain Lane  <iain.lane@canonical.com>

	Add some autopilot tests to test various gobject introspection bindings are working
	
	Unity's autopilot tests are run as part of our CI, so this is a good place to
	put them to catch basic breakage in the bindings.

2013-02-13  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Force the first event generated to skip the smoothing timer. This way we can see if we need to release the barrier. Otherwise the mouse hits the barrier for 75ms until the smoothing timer has gone off. Fixes: https://bugs.launchpad.net/bugs/1120223.
	
	Approved by Marco Trevisan (Treviño).

2013-02-12  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Made a function to generate a generic event to reduce code

2013-02-11  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Adds unit tests
	* Clean up a bit of repeating code

2013-02-11  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Don't update the launchers hide machine on the first event.
	If the first event doesn't release the barrier, then it will be sending
	the correct event in 75ms from the first event.

2013-02-11  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* There is a delay when events get sent from the PointerBarrier, so if we hit a barrier that needs to be released
	right away we have to wait out that delay causing an unsmooth barrier break. So we send the first event right
	away to see if we are at a place where a barrier needs to be released, then go back to using the timer if needed.

2013-02-13  Andrea Azzarone  <azzaronea@gmail.com>

	Fix build issue with arm.
	
	Approved by Brandon Schaefer.

2013-02-12  Andrea Azzarone  <azzaronea@gmail.com>

	Remove the asserts, they are testing test-code not QuicklistManager.

2013-02-12  Andrea Azzarone  <azzaronea@gmail.com>

	Fix.

2013-02-12  Andrea Azzarone  <azzaronea@gmail.com>

	Fix build issue with ARMs.

2013-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ExpoLauncherIcon: Set the viewport size to 1,1 (i.e. diable workspaces) on icon Removal
	
	Like when dragged to trash!. Fixes: https://bugs.launchpad.net/bugs/868423, https://bugs.launchpad.net/bugs/1118271.
	
	Approved by Andrea Azzarone.

2013-02-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: implement properly SetViewportSize

2013-02-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ExpoLauncherIcon: Set the viewport size to 1,1 (i.e. diable workspaces) on icon Removal
	
	Like when dragged to trash!

2013-02-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager: add a first implementation of SetViewportSize

2013-02-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: add MigrateFavorites utility function.
	
	Approved by Andrea Azzarone.

2013-02-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/favorites-migration-hardcoded

2012-09-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: fix failing test

2012-09-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: save icons order when a "special" favorite has been removed
	
	Added test

2012-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: optimize MigrateFavorites a little

2012-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: update tests so that they work with favorites migration

2012-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: add MigrateFavorites utility function

2012-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: revert fixed expo icon changes

2013-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: set the visibility of an unstick application based on its running state. Fixes: https://bugs.launchpad.net/bugs/1122311.
	
	Approved by Brandon Schaefer.

2013-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: add new tests for checking the application unsticking

2013-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: set the visibility of an unstick application based on its running state

2013-02-09  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Use the relative mouse position for detecting if the mouse is in the window buttons.
	
	Approved by .

2013-02-08  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fix multi monitor issue window buttons and indicators.
	* AP panel tests cover this in a multi monitor setup

2013-02-08  Andrea Azzarone  <azzaronea@gmail.com>

	Use nux::ObjectWeakPtr to store QuicklistView(s).
	
	Approved by Łukasz Zemczak.

2013-02-08  Andrea Azzarone  <azzaronea@gmail.com>

	Minor fix.

2013-02-07  Andrea Azzarone  <azzaronea@gmail.com>

	Improve test.

2013-02-07  Andrea Azzarone  <azzaronea@gmail.com>

	Use nux::ObjectWeakPtr to store QuicklistView(s).

2013-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: Show a list of related windows in a Launcher icon's Quicklist
	
	(LP: #1107866). Fixes: https://bugs.launchpad.net/bugs/1107866.
	
	Approved by John Lea, Marco Trevisan (Treviño).

2013-02-08  Lukas Vacek  <lucas.vacek@gmail.com>

	Merging with lp:~3v1n0/unity/quicklist-windows-improvements branch

2013-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: test menu properties, check windows with empty titles

2013-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: Ignore windows with empty titles

2013-02-08  Lukas Vacek  <lucas.vacek@gmail.com>

	Merging with lp:~3v1n0/unity/quicklist-windows-improvements branch

2013-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: disable markup accel for windows quicklist-items

2013-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem: add MARKUP_ACCEL_DISABLED_PROPERTY property

2013-02-08  Lukas Vacek  <lucas.vacek@gmail.com>

	Merging with lp:~3v1n0/unity/quicklist-windows-improvements branch

2013-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: add quicklist windows tests

2013-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: cleanup the code a little

2013-02-06  Lukas Vacek  <lucas.vacek@gmail.com>

	bamficon windowlist patch cleanup #2

2013-02-05  Lukas Vacek  <lucas.vacek@gmail.com>

	bamficon windowlist patch cleanup to accomodate for comments in merge proposal

2013-01-30  Lukas Vacek  <lucas.vacek@gmail.com>

	bamficon_windowlist.patch applied (LP: #1107866) - show window list when right-clicking a launcher icon

2013-02-08  Nick Dedekind  <nicholas.dedekind@gmail.com>

	PlacesGroup: Fixed category redrawing. Fixes: https://bugs.launchpad.net/bugs/1119487.
	
	Approved by Marco Trevisan (Treviño).

2013-02-08  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed category redrawing

2013-02-08  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.02.08-0ubuntu1 to ubuntu.
	
	Approved by .

2013-02-08  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.02.08-0ubuntu1, based on r3140

2013-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	EdgeBarrierController: add multiple types of subscriber results, fix edges on autohide
	
	Now when sticky keys are disabled, and the launcher is set to autohide, the mouse will hit both sides of the screen (instead of just the left side of the barrier); at that point we'll release the events coming from the launcher-less side of the monitor, but we'll use them to temporary keep the barrier "broken". Fixes: https://bugs.launchpad.net/bugs/1064945.
	
	Approved by Brandon Schaefer.

2013-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	EdgeBarrierController: release_once a barrier if passed with sticky_edges OFF
	
	Tests updated

2013-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestEdgeBarrierController: add tests for other kinds of processed events

2013-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncher: add more edge subscriber tests

2013-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestEdgeBarrierController / TestLauncher: fix tests against new API

2013-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	EdgeBarrierController: add more result possibilities for a subscriber to properly handle events
	
	This properly fixes the bug #1064945, since now we can correctly release or handle events
	based on the result given from the subscriber.

2013-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	EdgeBarrierController: use a testing pimpl

2013-02-06  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* The default is already BOTH no need to set it again.

2013-02-06  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Adds a unit test to assert that when sticky keys are off the direction is always set to BOTH

2013-02-05  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* When SickyEdge is set to False and the Launcher is autohiding we must make barriers for both sides.

2013-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: add a fade effect when showing/hiding the controller. Fixes: https://bugs.launchpad.net/bugs/1105058.
	
	Approved by Brandon Schaefer.

2013-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: removing commented code

2013-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSwitcherController: adding opacity test

2013-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge with trunk

2013-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSwitcherController: add fading test

2013-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: use a MockableBaseWindow

2013-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Test{Hud,Dash}Controller: some cleanup

2013-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockableBaseWindow: added this utility class, setting as parent of ResizingBaseWindow

2013-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSwitcherController: use MockBaseWindow for testing instead a real window

2013-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: set the timeout_length as public property

2013-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: draw the switcher targets also when fading-out...

2013-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: use the switcher opacity value to compute the final thumbails opacity

2013-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneSwitcher: add the animator controller

2013-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: add a fade animator to show/hide the switcher window

2013-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: remove useless variable

2013-02-07  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	The testapp application has been renamed to window-mocker - let's rename all uses. Fixes: https://bugs.launchpad.net/bugs/1089561.
	
	Approved by Didier Roche.

2013-02-07  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Oooops.

2013-02-07  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Add the python-windowmocker dep to unity-autopilot.

2013-02-07  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	The testapp application has been renamed to window-mocker - let's rename all uses.

2013-02-07  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.02.07-0ubuntu1 to ubuntu.
	
	Approved by .

2013-02-07  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.02.07-0ubuntu1, based on r3136

2013-02-07  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix dash preview tests. The preview_container.current_preview property is not automatically visible, sometimes it takes time for it to be available. Let's use Eventually while fetching.
	
	Approved by Thomi Richards.

2013-02-06  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix dash preview tests. The preview_container.current_preview property is not automatically visible, sometimes it takes time for it to be available. Let's use Eventually while fetching.

2013-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: add InitiateDetail function to initialize the detail mode
	
	It disables the animation at the beginning, then it re-enables it once needed. Fixes: https://bugs.launchpad.net/bugs/1116927.
	
	Approved by Brandon Schaefer.

2013-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GesturalWindowSwitcher: fix compilation

2013-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: use InitiateDetail when starting the switcher in detail mode
	
	And update to new API

2013-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSwitcherController: add test for InitiateDetail

2013-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: make members really private, use ROProperty and return smart Ptr

2013-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: add InitiateDetail function to initialize the detail mode
	
	It disables the animation at the beginning, then it re-enables it once needed.

2013-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSwitcherView: add test for animation progress check based on property change

2013-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: add Animate property, progress function and time utility functions

2013-02-06  Andrea Azzarone  <azzaronea@gmail.com>

	Remove notification area whitelist. Fixes: https://bugs.launchpad.net/bugs/974480.
	
	Approved by Marco Trevisan (Treviño).

2013-02-06  Andrea Azzarone  <azzaronea@gmail.com>

	Add newline at end of file.

2013-02-06  Andrea Azzarone  <azzaronea@gmail.com>

	Add missing file.

2013-02-06  Andrea Azzarone  <azzaronea@gmail.com>

	Add tests.

2013-02-06  Andrea Azzarone  <azzaronea@gmail.com>

	Merge lp:~andyrock/unity/remove-tray-whitelist.

2012-09-14  Andrea Azzarone  <azzaronea@gmail.com>

	Add missing braces.

2012-09-14  Andrea Azzarone  <azzaronea@gmail.com>

	Add missing include.

2012-09-14  Andrea Azzarone  <azzaronea@gmail.com>

	Minor change.

2012-09-14  Andrea Azzarone  <azzaronea@gmail.com>

	Fix typo.

2012-09-14  Andrea Azzarone  <azzaronea@gmail.com>

	Remove whitelist gsettings option. Replace it with an hardcoded list.

2013-02-06  Andrea Azzarone  <azzaronea@gmail.com>

	Fix test-unit. Fixes: https://bugs.launchpad.net/bugs/1117487.
	
	Approved by Marco Trevisan (Treviño).

2013-02-06  Andrea Azzarone  <azzaronea@gmail.com>

	Fix test-unit.

2013-02-06  Andrea Azzarone  <azzaronea@gmail.com>

	added .bzr-repo to ignore list

2013-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: use a smart pointer to handle the terminate_expo connection and disconnect it. Fixes: https://bugs.launchpad.net/bugs/1090565.
	
	Approved by Andrea Azzarone.

2013-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractLauncherIcon: remove on_expo_terminated_connection

2013-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: use a smart pointer to handle the terminate_expo connection

2013-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: remove the detail timeout when the detail mode is changed. Fixes: https://bugs.launchpad.net/bugs/1116785.
	
	Approved by Brandon Schaefer.

2013-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSwitcherController: add test to check if the detail timeout is correctly disabled when not needed

2013-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: remove the detail timeout when the detail mode is changed

2013-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSwitcherView: use TEST_P to perform multiple animation tests.
	
	Approved by Andrea Azzarone.

2013-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSwitcherView: use TEST_P to perform multiple animation tests

2013-02-06  Andrea Azzarone  <azzaronea@gmail.com>

	Use Alt + mouse wheel to scroll the launcher.
	
	Approved by Marco Trevisan (Treviño).

2013-02-05  Andrea Azzarone  <azzaronea@gmail.com>

	Merged improve-standalone-window-manager into alt-to-scroll.

2013-02-05  Andrea Azzarone  <azzaronea@gmail.com>

	Merged improve-standalone-window-manager into alt-to-scroll.

2013-02-05  Andrea Azzarone  <azzaronea@gmail.com>

	Merged improve-standalone-window-manager into alt-to-scroll.

2013-02-05  Andrea Azzarone  <azzaronea@gmail.com>

	Merged improve-standalone-window-manager into alt-to-scroll.

2013-02-05  Andrea Azzarone  <azzaronea@gmail.com>

	Merged improve-standalone-window-manager into alt-to-scroll.

2013-02-05  Andrea Azzarone  <azzaronea@gmail.com>

	Merged improve-standalone-window-manager into alt-to-scroll.

2013-02-01  Andrea Azzarone  <azzaronea@gmail.com>

	Scroll launcher only on alt + mouse wheel.

2013-02-05  Andrea Azzarone  <azzaronea@gmail.com>

	Improve StandaloneWindowManager.
	
	Approved by Marco Trevisan (Treviño).

2013-02-05  Andrea Azzarone  <azzaronea@gmail.com>

	New window should be on front.

2013-02-05  Andrea Azzarone  <azzaronea@gmail.com>

	Remove TODO.

2013-02-05  Andrea Azzarone  <azzaronea@gmail.com>

	Make standalone window manager behaver like compiz.

2013-02-05  Andrea Azzarone  <azzaronea@gmail.com>

	Fix typo :(

2013-02-05  Andrea Azzarone  <azzaronea@gmail.com>

	Fix stupid error.

2013-02-05  Andrea Azzarone  <azzaronea@gmail.com>

	bzr pump and resolve conflicts.

2013-02-01  Andrea Azzarone  <azzaronea@gmail.com>

	Implement StandaloneWindowManager::Raise/Lower/RetackBelow.

2013-02-01  Andrea Azzarone  <azzaronea@gmail.com>

	Use a std::list to store standalone_windows_.

2013-02-05  Andrea Azzarone  <azzaronea@gmail.com>

	Add unity::WindowManager::GetWindowsInStackingOrder.
	
	Approved by Marco Trevisan (Treviño).

2013-02-05  Andrea Azzarone  <azzaronea@gmail.com>

	Add GetWindowInStackingOrder.

2013-02-05  Andrea Azzarone  <azzaronea@gmail.com>

	Fix po/POTFILES.in.
	
	Approved by Brandon Schaefer.

2013-02-05  Andrea Azzarone  <azzaronea@gmail.com>

	Fix po/POTFILES.in

2013-02-05  Andrea Azzarone  <azzaronea@gmail.com>

	Add WindowManager::RestackBelow.
	
	Approved by Brandon Schaefer, Marco Trevisan (Treviño).

2013-02-01  Andrea Azzarone  <azzaronea@gmail.com>

	Add WindowManager::RestackBelow.

2013-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: add a custom implementation of GetQuirk for Quirk::ACTIVE
	
	We need to make sure that an application is set as active also if the WindowManager active window
	is contained in the application windows list. Fixes: https://bugs.launchpad.net/bugs/1115775.
	
	Approved by Brandon Schaefer.

2013-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: Test the ActiveQuirk value based on WindowManager

2013-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: add a custom implementation of GetQuirk for Quirk::ACTIVE
	
	We need to make sure that an application is set as active also if the WindowManager active window
	is contained in the application windows list.

2013-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: use SelectionIsActive instead of icon Quirk

2013-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockApplication: implement a basic MockApplicationWindow

2013-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSwitcherModel: add test for SelectionIsActive

2013-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherModel: some cleanup, use const getters and add SelectionIsActive

2013-02-05  Thomi Richards  <thomi.richards@canonical.com>

	This branch updates the unity autopilot test suite to take advantage of the new optimisations in autopilot.
	
	Approved by Christopher Lee.

2013-02-05  Christopher Lee  <chris.lee@canonical.com>

	added missing 'unity.' to launcher test

2013-02-05  Thomi Richards  <thomi.richards@canonical.com>

	Merged remaining code changes.

2013-02-05  Thomi Richards  <thomi.richards@canonical.com>

	removed commented out code.

2013-02-05  Thomi Richards  <thomi.richards@canonical.com>

	remerged.

2013-02-04  Thomi Richards  <thomi.richards@canonical.com>

	merged parent.

2013-02-04  Christopher Lee  <chris.lee@canonical.com>

	Updated shopping lens tests

2013-02-04  Thomi Richards  <thomi.richards@canonical.com>

	quicklist tests done.

2013-02-04  Robert Ancell  <robert.ancell@canonical.com>

	Indicator bluetooth is the new indicator that replaces the old patches to gnome-bluetooth.
	
	Approved by Andrea Azzarone, Sebastien Bacher.

2013-02-05  Robert Ancell  <robert.ancell@canonical.com>

	Place new bluetooth indicator in correct location

2013-02-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Hud/DashView: use the global window-close key combination to close the overlays.
	
	Approved by Andrea Azzarone.

2013-02-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashView: remove unwanted commit

2013-02-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_switcher: update switcher tests for Alt+F4 changes

2013-02-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashView: use WindowManager default close key combination

2013-02-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashView: use WindowManager default close key combination.

2013-02-04  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Clean up the PanelMenuView ctor. Moved each part into its own function so its easier to read the ctor and understand what each part is doing.
	
	Approved by Marco Trevisan (Treviño).

2013-02-01  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Clean up the ctor, really just move all the parts into functions

2013-01-31  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Merge trunk

2013-02-04  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.02.04.1-0ubuntu1 to ubuntu.
	
	Approved by .

2013-02-04  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.02.04.1-0ubuntu1, based on r3117

2013-02-04  MC Return  <mc.return@gmx.net>

	Use unmaximize-window-key instead unmaximize-or-minimize-window-key in
	compiz-profile-unity.convert and compiz-profile-active-unity.convert.
	
	(LP: #1115128). Fixes: https://bugs.launchpad.net/bugs/1115128.
	
	Approved by Didier Roche.

2013-02-04  MC Return  <mc.return@gmx.net>

	Use unmaximize-window-key instead unmaximize-or-minimize-window-key in
	compiz-profile-unity.convert and compiz-profile-active-unity.convert

2013-02-04  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Revert directly-pushed revisions 3103-3116. Those changes are OK, but we need to synchronize both lp:autopilot and lp:unity changes so that all land nicely, not blocking daily release. We'll re-submit the change as a proper merge request and ensure both of them land before a daily release happens, so that daily has both unity and autopilot of the right versions

2013-02-04  Thomi Richards  <thomi.richards@canonical.com>

	merged push branch.

2013-02-04  Christopher Lee  <chris.lee@canonical.com>

	apfix update shortcut_hint tests

2013-02-04  Christopher Lee  <chris.lee@canonical.com>

	apfix update showdesktop tests

2013-02-04  Christopher Lee  <chris.lee@canonical.com>

	Merging thomis updates

2013-02-04  Christopher Lee  <chris.lee@canonical.com>

	Merging thomis updates

2013-02-04  Christopher Lee  <chris.lee@canonical.com>

	Spread tests updated

2013-02-04  Thomi Richards  <thomi.richards@canonical.com>

	panel tests done.

2013-02-04  Thomi Richards  <thomi.richards@canonical.com>

	ibus tests fixe.

2013-02-04  Thomi Richards  <thomi.richards@canonical.com>

	merged parent.

2013-02-04  Christopher Lee  <chris.lee@canonical.com>

	Fully fixed up switcher tests (inlcuding switcher emulator)

2013-02-04  Christopher Lee  <chris.lee@canonical.com>

	Merging thomis updates

2013-02-04  Christopher Lee  <chris.lee@canonical.com>

	apfix Updated switcher tests to use self.unity.switcher

2013-02-04  Thomi Richards  <thomi.richards@canonical.com>

	hud tests are working.

2013-02-04  Thomi Richards  <thomi.richards@canonical.com>

	Dash tests mostly work. Preview tests fail, but I think that's due to errors upstream.

2013-02-04  Thomi Richards  <thomi.richards@canonical.com>

	command lens done.

2013-02-04  Thomi Richards  <thomi.richards@canonical.com>

	xim tests converted.

2013-02-04  Thomi Richards  <thomi.richards@canonical.com>

	Launcher tests completed.

2013-02-04  Thomi Richards  <thomi.richards@canonical.com>

	shortcut launcher tests converted.

2013-02-04  Thomi Richards  <thomi.richards@canonical.com>

	Reveal tests converted.

2013-02-04  Thomi Richards  <thomi.richards@canonical.com>

	Keynav tests fixed, hud controller fixed.

2013-02-04  Thomi Richards  <thomi.richards@canonical.com>

	top-level dash class is now a proper emulator. launch icon behavior test now all work.

2013-02-04  Thomi Richards  <thomi.richards@canonical.com>

	First stage of reorganisation done to support optimisations in autopilot.

2013-02-02  MC Return  <mc.return@gmx.net>

	Changed all references to unmaximize_window_key to unmaximize_or_minimize_window_key.
	Together with the changes to Compiz the default shortcut to "restore or minimize" the
	focused window will now work correctly.
	
	(LP: #966099). Fixes: https://bugs.launchpad.net/bugs/966099.
	
	Approved by Brandon Schaefer.

2013-01-29  MC Return  <mc.return@gmx.net>

	Changed all references to unmaximize_window_key to unmaximize_or_minimize_window_key

2013-02-02  MC Return  <mc.return@gmx.net>

	Fixed wrong description in Dconf key com.canonical.unity.launcher.favorites.
	Also improved wording a bit.
	
	(LP: #1112560). Fixes: https://bugs.launchpad.net/bugs/1112560.
	
	Approved by Brandon Schaefer.

2013-02-01  MC Return  <mc.return@gmx.net>

	Fixed wrong description in Dconf key com.canonical.unity.launcher.favorites

2013-02-01  Brandon Schaefer  <brandon.schaefer@canonical.com>

	This is causing problem with all the AP tests...ie. Every single AP was failing.
	
	Approved by Andrea Azzarone.

2013-02-01  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Cherry pick xpathselect changes, causing problems with AP tests

2013-02-01  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Remove all the overlay open logic in PanelMenuView, there is only 2 spots where we have to check if an overlay is open...in Draw/DrawContent. This is because nux damage done in order to repaint everything and the fact we can't truly set them to not visible ... yet. Otherwise the indicators X position is changed...this needs fixing as well.
	
	Approved by Andrea Azzarone.

2013-01-31  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Remove using overlay logic inside the PanelMenuView...
	* I had to return in ::Draw/Content if the overlay is visible due to
	compiz damage screen and the fact that if you set the PanelMenuView
	to not visible the indicators lose their. So we can't avoid all re-draws

2013-02-01  Thomi Richards  <thomi.richards@canonical.com>

	DebugDBusInterface: Using libxpathselect for the xpath object selection.
	
	Approved by Marco Trevisan (Treviño).

2013-01-25  Thomi Richards  <thomi.richards@canonical.com>

	Fixed library name in depends list.

2013-01-24  Thomi Richards  <thomi.richards@canonical.com>

	Added dependancy on libxpathselect.

2013-01-24  Thomi Richards  <thomi.richards@canonical.com>

	Load XPath implementation from libxpathselect, if it is present.

2013-02-01  Sebastien Bacher  <seb128@ubuntu.com>

	recommends indicator-bluetooth as well. Fixes: https://bugs.launchpad.net/bugs/1111314.
	
	Approved by Andrea Azzarone.

2013-02-01  Sebastien Bacher  <seb128@ubuntu.com>

	recommends indicator-bluetooth as well

2013-02-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: use again the SwitcherView as non-input window
	
	Otherwise it could only lead to focusing troubles.
	Added utilities to manage the WindowManager default close-window keybinding and using
	it in our views. Fixes: https://bugs.launchpad.net/bugs/1111620.
	
	Approved by Brandon Schaefer.

2013-02-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: Uuups... adding const&!

2013-02-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherModel: some code cleanup

2013-02-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: parse the Window-Close-Window key combo and when pressed, hide the switcher.

2013-02-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager: add a property to save the close_window_key binding

2013-02-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: use again the SwitcherView as non-input window
	
	Otherwise it could only lead to focusing troubles

2013-02-01  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Refactored PanelMenuView::Draw(), moved a bunch of texture generating, boolean checking into smaller functions.
	
	Also renamed a bunch of ::Draw* functions that did not do any drawing (which is mis leading).
	
	Approved by Marco Trevisan (Treviño).

2013-01-31  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Change 2 function names

2013-01-30  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Renamed a bunch of ::Draw* function that were not drawing anything.
	* Refactored the main ::Draw function which was huge.
	* Small refactoring else where

2013-01-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	VolumeImp: sadly removing a lambda, or the Q linker will complain :(.
	
	Approved by Andrea Azzarone.

2013-01-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	VolumeImp: sadly removing a lambda, or the Q linker will complain :(

2013-01-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem: allow clients to define the maximum label width. Fixes: https://bugs.launchpad.net/bugs/1111471.
	
	Approved by Andrea Azzarone.

2013-01-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem: cleanup InitializeText calls
	
	We don't need to reset our _text variable. It will do for us.

2013-01-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem: set default ellipsize to the end

2013-01-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestQuicklistMenuItem: add MaxlabelWidth test

2013-01-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem: allow clients to define the maximum label width

2013-01-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestQuicklistMenuItem: add limited menuitem test

2013-01-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem: add support for a quicklist items to have a limited size, with middle ellipsize

2013-01-31  Andrea Azzarone  <azzaronea@gmail.com>

	Fix crash when unmounting android devices. Fixes: https://bugs.launchpad.net/bugs/1102926.
	
	Approved by Marco Trevisan (Treviño).

2013-01-31  Andrea Azzarone  <azzaronea@gmail.com>

	Fix lp 1111389

2013-01-31  Sebastien Bacher  <seb128@ubuntu.com>

	recommends indicator-sync so it gets installed by default. Fixes: https://bugs.launchpad.net/bugs/1053482.
	
	Approved by Marco Trevisan (Treviño).

2013-01-31  Sebastien Bacher  <seb128@ubuntu.com>

	recommends indicator-sync so it gets installed by default

2013-01-30  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Clicking on the indicators in the dash will now open them! (And close the dash). Fixes: https://bugs.launchpad.net/bugs/1109150.
	
	Approved by Andrea Azzarone, MC Return.

2013-01-30  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Pass by refrence
	* Remove function not used in pimpl

2013-01-29  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Indicators will now open if clicked while the dash is open (closing the dash in the process)

2013-01-30  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	In the test_hud_does_not_focus_wrong_window_after_alt_tab test, make sure that after we use the switcher we're on the 'right window' before toggling the hud.
	
	Approved by Andrea Azzarone, Stephen M. Webb.

2013-01-30  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	In the test_hud_does_not_focus_wrong_window_after_alt_tab test, make sure that after we use the switcher we're on the 'right window' before toggling the hud.

2013-01-30  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Again, due to the most recent switcher refactorization, the introspection model again changed - we can switch back to what was before. Fixes: https://bugs.launchpad.net/bugs/1109192.
	
	Approved by Stephen M. Webb.

2013-01-30  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Again, to the most recent switcher refactorization, the introspection model again changed - we can switch back to what was before.

2013-01-30  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added AbstractInterfaceGenerator, which is a helper template to visit
	an interface contained by composition by various concrete objects in a
	collection.
	
	Approved by Andrea Azzarone, Marco Trevisan (Treviño).

2012-12-19  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity

2012-12-19  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix typos and const problem

2012-12-18  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Unity coding style

2012-12-05  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix conflict

2012-12-05  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity

2012-12-05  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added AbstractInterfaceGenerator, which is a helper template to visit 
	an interface contained by composition by various concrete objects in a
	collection (eg, if the UnityWindow instance for each window in a     
	CompWindowList had some interface XInterface that you wanted to use, you
	could do this):
	
	unity::AbstractInterfaceCollectionGenerator generator <const XInterface &, Com$
	
	foo (&generator);
	
	void foo (const unity::AbstractInterfaceGenerator <const XInterface &> &gen)
	{
	gen.VisitEachInterface ([](const XInterface &iface) { iface.x (); }) 
	}

2013-01-29  Manuel de la Pena  <manuel@canonical.com>

	Added API that allows children classes to add InputAreas to the TabIterator in order to modify the tab navigation order. Did some small refactoring to allow testing the TabIterator but without changing the Preview.h by using a forward class declaration as it used to be. Fixes: https://bugs.launchpad.net/bugs/1102387.
	
	Approved by Nick Dedekind.

2013-01-22  Manuel de la Pena  <manuel@canonical.com>

	Expose Remove to the Preview and children.

2013-01-22  Manuel de la Pena  <manuel@canonical.com>

	Improved code readibility and mem management according to reviews.

2013-01-21  Manuel de la Pena  <manuel@canonical.com>

	Removed not required method.

2013-01-21  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2013-01-21  Manuel de la Pena  <manuel@canonical.com>

	Implemented all tab iterator tests.

2013-01-18  Manuel de la Pena  <manuel@canonical.com>

	Refactored tab iterator and added nearly all of the tests.

2013-01-18  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2013-01-09  Manuel de la Pena  <manuel@canonical.com>

	Ensure that the area is not already present in the list.

2013-01-09  Manuel de la Pena  <manuel@canonical.com>

	Added api to allow the child previews to alter the tab iterator.

2013-01-29  Charles Kerr  <charles.kerr@canonical.com>

	Clean up the tests to correctly dispose of the gobjects. Fixes: https://bugs.launchpad.net/bugs/986875.
	
	Approved by Brandon Schaefer.

2013-01-29  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2013-01-29  Andrea Azzarone  <azzaronea@gmail.com>

	Fix typo.

2012-04-22  Charles Kerr  <charles.kerr@canonical.com>

	invoke the superclass' dispose() method in these test classes: service_model, service_lens, service_hud, service_gbus_wrapper

2013-01-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: restore a grabbed window taking care of the panel offset. Fixes: https://bugs.launchpad.net/bugs/1104043.
	
	Approved by Andrea Azzarone.

2013-01-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelMenuView: added parametrized test instead of random values

2013-01-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelMenuView: add restore with grab test

2013-01-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneWindowManager: add SetWorkareaGeometry and fix RestoreAt

2013-01-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge with trunk

2013-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/uscreen-mock+launcher-max-height-fixes

2013-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockUScreen: correctly set the monitors geometries!!!

2013-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: few cleanups

2013-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelMenuView: initialize standalone-wm, use WaitUntil checks

2013-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: restore a grabbed window taking care of the panel offset

2013-01-29  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Changed the dash blur to the optimised linear sample method. Bumped up the sigma to accommodate this. 
	
	Visual quality of the blur has been approved by our design team in London. Fixes: https://bugs.launchpad.net/bugs/1102410.
	
	Approved by MC Return, Andrea Azzarone, Nick Dedekind, Manuel de la Peña.

2013-01-29  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Merged trunk.

2013-01-29  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Bumped down the sigma again. This fixes the preview icons not appearing.

2013-01-21  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Removed -ubuntu1 from nux version in debian/control.

2013-01-21  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Bumped nux version in debian/control.

2013-01-21  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Bumped nux version in changelog.

2013-01-21  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Merged trunk.

2012-12-17  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Merged unity trunk.

2012-12-17  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Blur Sigma of 5.

2012-12-12  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Merged trunk and upped sigma.

2012-11-28  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Bumped up the sigma a little.

2012-11-28  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Forgot to lower the sigma.

2012-11-28  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Changed unity to use the faster linear sample blur while mainting prior blur quality.

2013-01-29  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Bump the compiz build-dep, since there was an ABI break and we don't want to use the earlier ABI by mistake.
	
	Approved by Timo Jyrinki.

2013-01-29  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Bump the compiz build-dep, since there was an ABI break and we don't want to use the earlier ABI by mistake.

2013-01-29  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Created a class OverlayWindowButtons which will sit in the DashView/HudView
	to handle mouse events for the window buttons.
	TODO: We need to refactor the PanelMenuView to extract window button logic
	(dealing with overlays). Fixes: https://bugs.launchpad.net/bugs/1101310.
	
	Approved by Thomi Richards, Andrea Azzarone.

2013-01-28  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Another attempt at fixing the AP test

2013-01-28  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fix AP test

2013-01-28  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fix failing to init the panel style

2013-01-28  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Some fixes, changed AboutToShow to Show/Hide

2013-01-28  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* The main reason, is the DashView has to take up the PanelHeight, so when the
	launcher icons are resized, part of the window buttons get cut off from mouse events.
	* Created a class OverlayWindowButtons which will sit in the DashView/HudView
	to handle mouse events for the window buttons.
	* TODO: We need to refactor the PanelMenuView to extract window button logic
	(dealing with overlays).

2013-01-28  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Moved WindowButton* to unity-shared

2013-01-28  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix faulty ident in the new AP test, which is very important for python. Good catch rye!.
	
	Approved by MC Return.

2013-01-28  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix faulty ident in the new AP test, which is very important for python. Good catch rye!

2013-01-26  Stephen M. Webb  <stephen.webb@canonical.com>

	Simply internal SwitcherController implementation class heirarchy.
	
	Approved by Brandon Schaefer, Marco Trevisan (Treviño).

2013-01-25  Stephen M. Webb  <stephen.webb@canonical.com>

	SwitcherController: moved Visible() into parent class

2013-01-25  Stephen M. Webb  <stephen.webb@canonical.com>

	synch with trunk

2013-01-25  Stephen M. Webb  <stephen.webb@canonical.com>

	synch with trunk

2013-01-25  Stephen M. Webb  <stephen.webb@canonical.com>

	SwitcherController: moved some code from the Impl class to the main class for simplification

2013-01-24  Stephen M. Webb  <stephen.webb@canonical.com>

	SwitcherController: collapsed private impl class heirarchy

2013-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	
	
	StandaloneWindow(Manager): use properties to manage values, connect to changes to emit WM signals
	
	Adapt tests to this change.
	.
	
	Approved by Brandon Schaefer.

2013-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneWindow: use properties to manage values, connect to changes to emit WM signals
	
	Adapt tests to this change.

2013-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockUScreen: correctly set the monitors geometries,  Launcher: Set the MaximumHeight before the geometry. Fixes: https://bugs.launchpad.net/bugs/1105382.
	
	Approved by Brandon Schaefer.

2013-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: add a new test to check the launcher resizes are properly done

2013-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: Set the MaximumHeight before the geometry, not to ignore it
	
	We always need to set the maximum values before the setGeometry, or this
	value will rely on the max values set.

2013-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockUScreen: correctly set the monitors geometries!!!
	
	A bad typo: we were setting their offset, not the size!

2013-01-25  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.01.25.1-0ubuntu1 to ubuntu.
	
	Approved by .

2013-01-25  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.01.25.1-0ubuntu1, based on r3072

2013-01-25  Romain Perier  <rperier@ubuntu.com>

	UnityShell: Send Ubus activate message with GOTO_DASH_URI argument on Alt+F2
	
	Sending message UBUS_PLACE_ENTRY_ACTIVATE_REQUEST with GOTO_DASH_URI argument when executing Alt+F2 shortcut. This switches to the right unity len and don't close the dash if this one was previously opened. Fixes: https://bugs.launchpad.net/bugs/1019457.
	
	Approved by Stephen M. Webb, Łukasz Zemczak.

2013-01-25  Romain Perier  <rperier@ubuntu.com>

	Adding the corresponding autopilot test

2013-01-24  Romain Perier  <rperier@ubuntu.com>

	Sending message UBUS_PLACE_ENTRY_ACTIVATE_REQUEST with GOTO_DASH_URI argument when executing CTRL+F2 shortcut. This switches to the right unity len and don't close the dash if this one was previously opened

2013-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test-gtest: fix failing unit tests, use more lambdas based tests instead of static timeouts.
	
	Approved by Stephen M. Webb, Brandon Schaefer.

2013-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestHudController: avoid unneeded ticks

2013-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestHudController: Be more strict on checking the animation

2013-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSwitcherView: explain magical number

2013-01-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestHudController: add animation controller and use ticks to fix tests

2013-01-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-01-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/shortcuts-controller-more-tests

2013-01-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibSource: using more lambdas checks instead of static timeouts

2013-01-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestUnitySettings: use WaitUntilMSec

2013-01-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSwitcherView: update construction test against new default values

2013-01-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_utils: also implement WaitUntilMSec using the main version (with lambda)

2013-01-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestShortcutCompizModeller: remove the i18n bits

2013-01-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test-gtest: define LC_ALL environment variable to C as well

2013-01-25  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix the files lens preview test for the dash in case of a clean system. On a *really* clean system with no mountable partitions available or usage-history, the files lens can be empty. In case of the music lens, we skip the test when this happens since there's no easy and clean way to do it otherwise. Here, for the files lens, we can create a temporary file and open it to add some history. This way, we make sure it won't fail and that the behavior is tested.
	And in case of the video lens - when there are no videos or categories present, let's not fail but just skip the test - as in case of the music lens.
	
	Approved by Didier Roche.

2013-01-25  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	And in case of the video lens - when there are no videos or categories present, don't fail just skip. Failing is bad!

2013-01-25  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix the files lens preview test for the dash in case of a clean system. On a *really* clean system with no mountable partitions available or usage-history, the files lens can be empty. In case of the music lens, we skip the test when this happens since there's no easy and clean way to do it otherwise. Here, for the files lens, we can create a temporary file and open it to add some history. This way, we make sure it won't fail and that the behavior is tested.

2013-01-25  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix autopilot switcher introspection. Due to the latest switcher refactoring, the view and model objects got moved to a pimpl. So, the fastest way of fixing this right now is instructing autopilot to look for the objects elsewere. We'll think of a nicer way of exporting properties when there's more time.
	
	Approved by Didier Roche.

2013-01-25  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix autopilot switcher introspection. Due to the latest switcher refactoring, the view and model objects got moved to a pimpl. So, the fastest way of fixing this right now is instructing autopilot to look for the objects elsewere. We'll think of a nicer way of exporting properties when there's more time.

2013-01-25  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Forgot about this one. When we're using show-desktop-mode, we need to make sure that there is any application open - since if now, we won't be able to leave show-desktop-mode. Let's use the explicit placeholder application for this purpose.
	
	Approved by Didier Roche.

2013-01-25  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Forgot about this one. When we're using show-desktop-mode, we need to make sure that there is any application open - since if now, we won't be able to leave show-desktop-mode. Let's use the explicit placeholder application for this purpose.

2013-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_keynav: skip tests relying on the WS icon when we have no WS.
	
	Approved by Łukasz Zemczak.

2013-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_keynav: ignore tests relying on the WS icon when we have no WS

2013-01-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestShortcutController: add more tests for listened signals.
	
	Approved by Stephen M. Webb.

2013-01-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/test-utils-fixes

2013-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestShortcutController: add more tests

2013-01-24  Thomi Richards  <thomi.richards@canonical.com>

	Remove code that calls Introspection node destructors explicitly.
	
	Approved by Nick Dedekind.

2013-01-24  Thomi Richards  <thomi.richards@canonical.com>

	Fixed memory leak.

2013-01-23  Thomi Richards  <thomi.richards@canonical.com>

	Remove explicit calls to class destructors.

2013-01-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestUtils: fix false-expected tests with lambda functions, remove code duplication, use better defaults.
	
	Approved by Stephen M. Webb.

2013-01-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_utils: also implement WaitUntilMSec using the main version (with lambda)
	
	So we reduce the code duplication

2013-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestUtils: fix WaitUntilMSec and WaitUntil functions, and use better default parameters

2013-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutController: some cleanup

2013-01-24  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Fixes a bunch of base window leaks in the unit tests, which was causes a crash. This also fixes a shortcut controller crash. Fixes: https://bugs.launchpad.net/bugs/1102699.
	
	Approved by Marco Trevisan (Treviño), Andrea Azzarone.

2013-01-23  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixed 2 crashing unit test
	* Fixed a bunch of BaseWindows leaking (which caused on of the crashes)

2013-01-24  Stephen M. Webb  <stephen.webb@canonical.com>

	Make the private impemntation of the Switcher::Controller private.
	
	Approved by Łukasz Zemczak, Brandon Schaefer.

2013-01-24  Stephen M. Webb  <stephen.webb@canonical.com>

	Made previously public introspectable properties public introspectable properties once again

2013-01-24  Stephen M. Webb  <stephen.webb@canonical.com>

	oops, forgot to add the new header

2013-01-24  Stephen M. Webb  <stephen.webb@canonical.com>

	made the private SwitcherController implementation private

2013-01-23  Stephen M. Webb  <stephen.webb@canonical.com>

	synch with trunk

2013-01-23  Stephen M. Webb  <stephen.webb@canonical.com>

	removed unused StubSwitcherController.h

2013-01-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CompizShortcutModeller: listen to WM changes, and update model accordingly, fix View resizes. Fixes: https://bugs.launchpad.net/bugs/1103561.
	
	Approved by Andrea Azzarone, John Lea.

2013-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestShortcutCompizModeller: added tests to verify the compiz modeller

2013-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneWindowManager: add SetViewportSize utility function
	
	And implement correctly the getter functions

2013-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutController: compute window content size when computing its offset

2013-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneShortcuts: update to new API, add timeout to switch model

2013-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutController: better handle model changes, use window matching layout size

2013-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutView: compute content size on columns rendering

2013-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractShortcutModeller: make it trackable

2013-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CompizShortcutModeller: listen to WM changes, and update model accordingly

2013-01-24  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix HUD, panel and switcher tests to not fail when we have not enough workspaces than needed - simply skip the test instead. Also, change the way workspaces are used. We don't like hardcoding workspace values when not needed.
	
	Approved by Didier Roche.

2013-01-24  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Make it better

2013-01-24  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Modify panel tests to work properly for less than 4 workspaces. Made the test less 'hard-coded'

2013-01-24  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix one panel test not to use workspaces, since show_desktop works quite stable right now

2013-01-24  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix hud tests for cases if there are less than 2 workspaces enabled

2013-01-24  Stephen M. Webb  <stephen.webb@canonical.com>

	Added a new function GetCurrentSelection() to the Switcher.
	
	Approved by Brandon Schaefer.

2013-01-22  Stephen M. Webb  <stephen.webb@canonical.com>

	added SwitcherController::GetCurrentSelection() and tests

2013-01-24  Stephen M. Webb  <stephen.webb@canonical.com>

	Small style changes to make the SwitcherController sources conform to the Unity style guidelines.
	
	Approved by Brandon Schaefer.

2013-01-22  Stephen M. Webb  <stephen.webb@canonical.com>

	SwitcherController: minor style changes to confirm to the Unity style guide.

2013-01-23  Stephen M. Webb  <stephen.webb@canonical.com>

	Refactored unit tests for the Switcher (stage I: test Switcher).
	
	Approved by Brandon Schaefer.

2013-01-21  Stephen M. Webb  <stephen.webb@canonical.com>

	made public properties of the Switcher manifestly public once again

2013-01-21  Stephen M. Webb  <stephen.webb@canonical.com>

	synch with trunk

2013-01-17  Stephen M. Webb  <stephen.webb@canonical.com>

	used nux::ObjectPtr for mock window to silence gmock warnings

2013-01-17  Stephen M. Webb  <stephen.webb@canonical.com>

	synch with trunk

2013-01-17  Stephen M. Webb  <stephen.webb@canonical.com>

	added better expectations to the show-switcher test

2013-01-14  Stephen M. Webb  <stephen.webb@canonical.com>

	Moved icon list into test fixture and verified actual ShowSwitcher instead of fake object.

2013-01-14  Stephen M. Webb  <stephen.webb@canonical.com>

	Harnessed an instance of a Controller for testing.

2013-01-14  Stephen M. Webb  <stephen.webb@canonical.com>

	TestSwitcherController: converted to fixture-based tests

2013-01-23  Stephen M. Webb  <stephen.webb@canonical.com>

	Initialized the accumulated horizontal drag value when detecting switcher gestures.
	
	Approved by Brandon Schaefer.

2013-01-23  Stephen M. Webb  <stephen.webb@canonical.com>

	initialized the accumulated_horizontal_drag for switcher gestures

2013-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutModeller: added a modeller that generates the shortcuts models for both compiz and standalone view.
	
	Approved by Andrea Azzarone.

2013-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CompizShortcutModeller: remove duplicated signal definition

2013-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutView: simplify GetBackgroundGeometry

2013-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestShortcutController: check model update on modeller changes

2013-01-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutController: some cleanup

2013-01-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: use the CompizShortcutModeller to init the shortcut controller

2013-01-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestShortcutController: update to the new API using a modeller

2013-01-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	POTFILES: include CompizShortcutsModeller

2013-01-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneController: implement an abstract modeller

2013-01-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutController: use an abstract modeller to build the UI

2013-01-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CompizShortcutModeller: implement a basic compiz shortcut Modeller

2013-01-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractShortcutModeller: added an abstract shortcut modeller

2013-01-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: set the shortcuts model directly

2013-01-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestShortcutController: update against new API

2013-01-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneShortcuts: update to use new shortcut::Controller

2013-01-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestShortcutView: add test for null model

2013-01-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutView: avoid crashes on null model

2013-01-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutController: pass model on construction

2013-01-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-01-22  Manuel de la Pena  <manuel@canonical.com>

	Ensure that the ActionLink is highlighted when selected via keyboard navigation. Fixes: https://bugs.launchpad.net/bugs/1103048.
	
	Approved by Marco Trevisan (Treviño).

2013-01-22  Manuel de la Pena  <manuel@canonical.com>

	Link fixed bug.

2013-01-22  Manuel de la Pena  <manuel@canonical.com>

	Ensure that action link show prelighted when keyboard selected.

2013-01-22  Andrea Azzarone  <azzaronea@gmail.com>

	Set startupId when launching application from the launcher. Fixes: https://bugs.launchpad.net/bugs/1072566.
	
	Approved by Thomi Richards, Marco Trevisan (Treviño).

2013-01-22  Andrea Azzarone  <azzaronea@gmail.com>

	Refactor autopilot test. Thanks thomi!

2013-01-18  Andrea Azzarone  <azzaronea@gmail.com>

	Add an AP test.

2013-01-18  Andrea Azzarone  <azzaronea@gmail.com>

	Minor change.

2013-01-17  Andrea Azzarone  <azzaronea@gmail.com>

	Set startupId when launching application from the launcher.

2013-01-22  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Nux had an ABI change - bump the nux build-dep in Unity to make sure we're using the latest ABI.
	
	Approved by Didier Roche.

2013-01-22  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	As Didier mentioned, we indeed need to use the staging versioning here to get it past the merger. Nice.

2013-01-22  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Bump the unity build-deps - since nux had an ABI change

2013-01-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	shortcut: cleanup the code making it more dynamic and model-dependent. Fixes: https://bugs.launchpad.net/bugs/1102429.
	
	Approved by Andrea Azzarone.

2013-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestShortcutView: added tests for the shortcut::View class

2013-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutView: remove unneeded definitions

2013-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestShortcutController: use NiceMock, add GetGeometryPerMonitor test

2013-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UScreenMock: add SetMonitors method

2013-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneShortcuts: override GetGeometryPerMonitor to make view monitor independent

2013-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutView: remove the positioning bits from view

2013-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutController: compute the view position on screen

2013-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2013-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: use the launcher size changed signal to handle other positions

2013-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: remove the launcher_width_changed option

2013-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutView: updating copyright

2013-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: fix option name

2013-01-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutView: disconnect from hint signal, when a section view is destroyed

2013-01-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutView: put the dynamic hints view, relayout on hints changes

2013-01-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutView: don't show line separator after the last category (ever!)

2013-01-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutView: just use layouts instead of views

2013-01-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutView: dynamically adds new columns correctly

2013-01-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractShortcutHint: rename OptionTypes removing sufix

2013-01-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestShortcutModel: update against new Model

2013-01-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Shortcuts: various cleanups

2013-01-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutView: make column rendering more dynamic, relayout on changed settings

2013-01-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutModel: add categories_per_column property, use const getters

2013-01-21  Romain Perier  <rperier@ubuntu.com>

	Fixing wrong dependency on libbamf3, we should check at least for libbamf3 >= 0.4.0 as the function ‘bamf_view_is_user_visible’ is used, It fixes FTBFS on quantal. Fixes: https://bugs.launchpad.net/bugs/1086276.
	
	Approved by Łukasz Zemczak.

2013-01-18  Romain Perier  <rperier@ubuntu.com>

	Fixing wrong dependency on libbamf3

2013-01-21  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.01.21-0ubuntu1 to ubuntu.
	
	Approved by .

2013-01-21  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.01.21-0ubuntu1, based on r3051

2013-01-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: improve the monitor resizing and background color management, tune the standalone version.
	
	Approved by Andrea Azzarone.

2013-01-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-11-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneLauncher: use proper window height

2012-11-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: add multi-monitor geometries test

2012-11-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: set the monitor value before changing it

2012-11-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: add background color test

2012-11-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneLauncher: remove the default launcher color value

2012-11-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: try to get the average bg color as soon as possible

2012-11-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: initialize icon-renderer on initializer list, remove unneeded ubus calls

2012-11-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: use background color from options

2012-11-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: monitor background color changes

2012-11-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherOptions: add Color background property

2012-11-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneLauncher: Make launcher monitor independent, use background and dynamic size

2012-11-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: use the monitor property to update launcher geometry on monitor changes

2013-01-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: correctly compute the windows positions in spread mode. Fixes: https://bugs.launchpad.net/bugs/1100055.
	
	Approved by Brandon Schaefer.

2013-01-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSwitcherController: disable a test, instead of commenting it out

2013-01-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSwitcherView: add a test for UpdateRenderTargets

2013-01-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSwitcherView: add ResizeRenderTargets test

2013-01-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: clear the render targets when the detail mode is closed

2013-01-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: put ResizeRenderTargets in another function, for testing

2013-01-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: pass progress to render functions instead of re-computing it every time

2013-01-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSwitcherView: add basic tests

2013-01-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherModel: use std::shared_ptr instead of boost

2013-01-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: use the layout_geo offsets to compute the center

2013-01-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: correctly set the layout windows offset
	
	Fixes multimonitor animation bugs

2013-01-19  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.01.18-0ubuntu1 to ubuntu.
	
	Approved by .

2013-01-18  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.01.18-0ubuntu1, based on r3048

2013-01-18  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Allow the launcher icon size to be set as low as 8 pixels (previously the
	minimum was 32). It's still quite functional below 32 pixels and looks
	fairly good. So there's no good reason why we should stop people from setting
	it that low.
	(LP: #930031)
	
	Note: This only allows sizes below 32 to be set in CCSM. The Appearance
	control panel probably still limits you to 32. Fixes: https://bugs.launchpad.net/bugs/930031.
	
	Approved by John Lea.

2012-12-13  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Allow the launcher icon size to be set as low as 8 pixels (previously the
	minimum was 32). It's still quite functional below 32 pixels and looks
	fairly good. So there's no good reason why we should stop people from setting
	it that low.
	(LP: #930031)
	
	Note: This only allows sizes below 32 to be set in CCSM. The Appearance
	control panel probably still limits you to 32.

2013-01-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher/Switcher: update icon assets to match new designs, fix spacing and shapes. Fixes: https://bugs.launchpad.net/bugs/1081687, https://bugs.launchpad.net/bugs/1081697.
	
	Approved by John Lea.

2012-11-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	resources: update BFB icon with higher resolution one

2012-11-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: set back HUD and HOME as system items for icon renderer.

2012-11-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: don't use squircle textures for system icons anymore

2012-11-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: don't draw the BFB/HUD icons as system items anymore

2012-11-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	resources: update the BFB icon with the new one, provided by design

2012-11-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: update the icons spacing and the vertical size to match design
	
	Also fix a drawing issue, making the text to be drawn in another layer.

2012-11-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Resources: update the launcher icons textures
	
	Using the ones provided by design

2013-01-17  Brandon Schaefer  <brandon.schaefer@canonical.com>

	The Hud now saves the last_focused_window before opening the Hud. Fixes: https://bugs.launchpad.net/bugs/1100962.
	
	Approved by Łukasz Zemczak.

2013-01-17  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixes a Hud focus problem after using Alt+Tab. As the Hud does not save
	the current window, but it attempts to restore. The switcher saves the last
	focused window, which caused the hud the focus the focs the wrong window.

2013-01-17  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.01.17-0ubuntu1 to ubuntu.
	
	Approved by .

2013-01-17  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.01.17-0ubuntu1, based on r3043

2013-01-17  Andrea Azzarone  <azzaronea@gmail.com>

	Remove deprecated glib function. Fixes: https://bugs.launchpad.net/bugs/1100658.
	
	Approved by Stephen M. Webb.

2013-01-17  Andrea Azzarone  <azzaronea@gmail.com>

	Support older glib version too.

2013-01-17  Andrea Azzarone  <azzaronea@gmail.com>

	Minor change.

2013-01-17  Andrea Azzarone  <azzaronea@gmail.com>

	Remove deprecated glib function.

2013-01-16  Christopher Townsend  <christopher.townsend@canonical.com>

	Add support to close previews by either right, middle, or left clicking in the preview. (lp: #1046315). Fixes: https://bugs.launchpad.net/bugs/1046315.
	
	Approved by Brandon Schaefer.

2013-01-16  Christopher Townsend  <christopher.townsend@canonical.com>

	Fix copy & paste error in the lambda function.

2013-01-16  Christopher Townsend  <christopher.townsend@canonical.com>

	After some feedback on the MP, I made the following changes:
	* Changed GetPreviewRequestClose() to just request_close()
	* Changed the PreviewContainer pointer to nux::ObjectPtr type.
	* Changed all of the mem_fun() to just use a lambda function for more simplicity.

2013-01-11  Christopher Townsend  <christopher.townsend@canonical.com>

	* Added new Autopilot test for testing clicking to close previews.
	* Revert the preview manual test.
	* Added introspection to StaticCairoText to allow testing of these elements.
	* Added children to each preview to allow for Autopilot testing.

2013-01-04  Christopher Townsend  <christopher.townsend@canonical.com>

	Add support to close previews by either right, middle, or left clicking in the preview.

2013-01-15  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Sets the active lens view to not visible when the Dash closes, otherwise the Overlay Scrollbars will still appear. Fixes: https://bugs.launchpad.net/bugs/1099999.
	
	Approved by Marco Trevisan (Treviño).

2013-01-15  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Adds a test that asserts the lens view gets hidden when the dash closes

2013-01-15  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* When exiting from the Dash we must set the active lens as not visible.
	Otherwise mouse_near will emit to show the overlay scroll bars (because
	it thinks the lens is visible)

2013-01-15  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Enable pch in package builds.
	
	Approved by Łukasz Zemczak.

2013-01-15  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Enable pch in package builds.

2013-01-15  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Add precompiled header support to tests subdirectory.
	
	Approved by Marco Trevisan (Treviño).

2013-01-11  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged with trunk.

2013-01-08  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Pch'ify tests.

2013-01-15  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Fixes TestLauncherIcon.Stick unit test in unity.
	
	Approved by Marco Trevisan (Treviño).

2013-01-14  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixes a problem in SoftwareCenterIcon, that a unit test caught.

2013-01-15  Andrea Azzarone  <azzaronea@gmail.com>

	fix failing launcher controller tests. Fixes: https://bugs.launchpad.net/bugs/1089900.
	
	Approved by Brandon Schaefer.

2013-01-15  Andrea Azzarone  <azzaronea@gmail.com>

	Fix the other 2 failing tests.

2013-01-14  Andrea Azzarone  <azzaronea@gmail.com>

	Fix launcher controller failing tests.

2013-01-14  Andrea Azzarone  <azzaronea@gmail.com>

	First attempt to fix failing gtest tests.
	
	Approved by Brandon Schaefer.

2013-01-14  Andrea Azzarone  <azzaronea@gmail.com>

	Fix failing tests.

2013-01-14  Andrea Azzarone  <azzaronea@gmail.com>

	Fix a race condition with windows that start minimized. Fixes: https://bugs.launchpad.net/bugs/1087422, https://bugs.launchpad.net/bugs/1089981.
	
	Approved by Łukasz Zemczak, Marco Trevisan (Treviño).

2013-01-14  Andrea Azzarone  <azzaronea@gmail.com>

	Minor change.

2013-01-11  Andrea Azzarone  <azzaronea@gmail.com>

	Add autopilot tests.

2013-01-10  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug 1087422.

2013-01-11  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.01.11.2-0ubuntu1 to ubuntu.
	
	Approved by .

2013-01-11  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily13.01.11.2-0ubuntu1, based on r3034

2013-01-11  Manuel de la Pena  <manuel@canonical.com>

	Ensure that SetBaseSize is correctly called from StaticCairoText after the layout fixes in nux in revno 742.
	
	Approved by Didier Roche.

2013-01-11  Manuel de la Pena  <manuel@canonical.com>

	After revno 742 from nux the layouts behave in a diff way. Now nux can handle HLayouts correctly and the hack that made static cairo text work on unity now is invalid. I have reverted the change in PreLayoutManagement and updated the test to ensure that if it gets changed we will have an error.

2013-01-11  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Ok, no clear way of doing it nicer... We need to sleep a bit after the Terminal application gets focus, since otherwise we might lose some keystrokes.
	
	Approved by Didier Roche.

2013-01-11  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Ok, no clear way of doing it nicer... We need to sleep a bit after the Terminal application gets focus, since otherwise we might lose some keystrokes

2013-01-11  MC Return  <mc.return@gmx.net>

	Reverted wrong change introduced in r3027.
	
	Approved by Marco Trevisan (Treviño).

2013-01-11  MC Return  <mc.return@gmx.net>

	Reverted wrong change introduced in r3027

2013-01-10  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Fixes an uninitialized variable in unityshell.cpp which caused Alt+F10 to fail on start up.
	
	Approved by Christopher Townsend.

2013-01-10  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixes a uninited var that causes Alt+F10 to not work on start up.

2013-01-10  MC Return  <mc.return@gmx.net>

	Reduced the scope of the variables saturation, saturation_progress and opacity.
	
	Approved by Marco Trevisan (Treviño).

2013-01-09  MC Return  <mc.return@gmx.net>

	Reduced the scope of the variables saturation, saturation_progress and opacity

2013-01-09  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Check the window stack if the current XID is not a valid window. This fixes this AP test: unity.tests.test_hud.HudVisualTests.test_switch_hud_dash_does_not_break_the_focused_application_emblem.
	
	Approved by Marco Trevisan (Treviño).

2013-01-09  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Better way to do this...

2013-01-09  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* nullptr not NULL

2013-01-09  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Remove the std::find, and add a check if no other window on the stack is found

2013-01-09  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixed ifstatment

2013-01-09  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Don't do the the std::find twice, if it was true once, then the active win is NULL

2013-01-09  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* If the dash is the current active window then check the window stack for the hud icon.

2013-01-09  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Guard against Compiz altering global state.
	
	Approved by Marco Trevisan (Treviño).

2013-01-08  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Guard against Compiz changing the build type.

2013-01-09  MC Return  <mc.return@gmx.net>

	Minor performance improvement:
	Removed assignment of values that are never used to various variables.
	
	Approved by Marco Trevisan (Treviño).

2013-01-09  MC Return  <mc.return@gmx.net>

	Remove the declaration of gboolean active and do not assign FALSE to it, because this value is not used

2013-01-09  MC Return  <mc.return@gmx.net>

	Removed assignment to bool odd, because this value is never used

2013-01-09  MC Return  <mc.return@gmx.net>

	Removed assignment of 0.0 to xt and yt as this value is never used

2013-01-09  MC Return  <mc.return@gmx.net>

	Removed unused assignment of CAIRO_FORMAT_INVALID to format

2013-01-09  MC Return  <mc.return@gmx.net>

	Removed assignment of TRUE to bool odd, because this value is never used

2013-01-09  MC Return  <mc.return@gmx.net>

	Do not calculate geo.x + glow_offset twice, but use x2 instead

2013-01-09  MC Return  <mc.return@gmx.net>

	Removed assignment of FALSE to gboolean is_parent_window_active, because this value is never used

2013-01-09  MC Return  <mc.return@gmx.net>

	Removed assignment of FALSE to active, because this value is never used

2013-01-09  MC Return  <mc.return@gmx.net>

	Removed first assignment of pbegin and nextstate, because this value was never used

2013-01-09  MC Return  <mc.return@gmx.net>

	Removed calculation of x, because the calculated value is never used

2013-01-09  MC Return  <mc.return@gmx.net>

	Removed first assignments of gint pos, because the values assigned were not used

2013-01-09  MC Return  <mc.return@gmx.net>

	Removed assignment of 0.0f to gfloat HeightToAnchor, because this value is never used

2013-01-09  MC Return  <mc.return@gmx.net>

	Removed the unused variable it

2013-01-09  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Implement a real MockSwitcherController google mock based on the virtual switcher::Controller::Impl interface and move the old MockSwitcherController to StubSwitcherController.
	
	Approved by Marco Trevisan (Treviño).

2012-12-19  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added MockSwitcherController google mock and rename the old MockSwitcherController to StubSwitcherController

2013-01-09  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Do not destroy existing CXX flags.
	
	Approved by Marco Trevisan (Treviño).

2013-01-04  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Do not destroy existing CXX flags.

2013-01-09  MC Return  <mc.return@gmx.net>

	Removed redundant assignments of variables to themselves.
	
	Approved by .

2013-01-09  MC Return  <mc.return@gmx.net>

	Removed redundant assignment of 'queries_' to itself

2013-01-09  MC Return  <mc.return@gmx.net>

	Removed redundant assignment of 'focused_app_icon' to itself

2013-01-09  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Wait for the window to get focus before maximizing in test_hud test_closes_then_focuses_window_on_mouse_down.
	
	Approved by Didier Roche.

2013-01-09  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Wait for the window to get focus before maximizing

2013-01-09  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Pull an NVI out of switcher::Controller and use that throughout the code where it makes sense.
	
	Approved by Andrea Azzarone.

2012-12-19  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Pull a nonvirtual interface out of switcher::Controller and rename
	switcher::Controller impl to switcher::ShellController

2013-01-09  Andrea Azzarone  <azzaronea@gmail.com>

	Include unmapped windows in unity::bamf::Application::GetWindows too. Fixes: https://bugs.launchpad.net/bugs/1003950, https://bugs.launchpad.net/bugs/1086366, https://bugs.launchpad.net/bugs/1097686.
	
	Approved by Marco Trevisan (Treviño).

2013-01-07  Andrea Azzarone  <azzaronea@gmail.com>

	Add missing line.

2013-01-03  Andrea Azzarone  <azzaronea@gmail.com>

	Use weak pointers.

2012-12-19  Andrea Azzarone  <azzaronea@gmail.com>

	Include unmapped windows in unity::bamf::Application::GetWindows too.

2012-12-19  Andrea Azzarone  <azzaronea@gmail.com>

	Add bamf-mock-window.*

2013-01-09  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	- Problem:
	
	Sometimes test_hud.HudBehaviorTests.test_mouse_changes_selected_hud_button fails because the mouse movement is too fast and HUD doesn't register the whole movement. So the selection in the end can be invalid.
	
	- Fix:
	
	Introduce a slower rate for mouse movement in the test. The test checks if selection follows the mouse, so we actually don't need it to move 'fast'.
	
	- Test:
	
	N/A.
	
	Approved by Didier Roche.

2013-01-08  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Specify a slower rate for mouse movement in test_mouse_changes_selected_hud_button, so that the HUD can correctly register the whole movement while changing the active selection

2013-01-08  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Comment out the lazy loading timer for the switcher, as we need real timing data to suggest this is necessary. Fixes: https://bugs.launchpad.net/bugs/1097368.
	
	Approved by Stephen M. Webb.

2013-01-08  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Load the swicher views when the switcher is first used

2013-01-08  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Comment out switcher lazy loading timer, as we need real timing data suggesting this is necessary.

2013-01-08  Andrea Azzarone  <azzaronea@gmail.com>

	Remove the empty space between launcher and dash in non-default launcher size. Fixes: https://bugs.launchpad.net/bugs/1097184.
	
	Approved by Didier Roche.

2013-01-08  Andrea Azzarone  <azzaronea@gmail.com>

	Fix typo.

2013-01-08  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug 1097184.

2013-01-08  Andrea Azzarone  <azzaronea@gmail.com>

	Add AP test.

2013-01-08  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	When opening the HUD when the Dash is opened when there are no applications, a '?' icon is shown instead of the BFB icon. To fix this, we ignore all Unity-related windows in the GetActiveWindow() function. Fixes: https://bugs.launchpad.net/bugs/1089482.
	
	Approved by Marco Trevisan (Treviño).

2013-01-08  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix typo, we were using the wrong xid in one place

2013-01-07  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Black-list all Unity-related windows in the GetActiveWindow() code as advised by Trevinho.

2013-01-07  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Revert last fix

2013-01-04  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	When opening the HUD when the Dash is opened when there are no applications focused, a '?' icon is shown instead of a BFB icon. To fix this, we simply workaround the case of the dash as the active application.

2013-01-08  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Change the default dash tap duration back to the old 250ms value. Fixes: https://bugs.launchpad.net/bugs/1097189.
	
	Approved by Didier Roche.

2013-01-08  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Change the default dash tap duration to the old 250ms value

2013-01-07  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Stopped search bar spinner from timing out.
	
	Approved by Marco Trevisan (Treviño), Michal Hruby.

2013-01-07  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merged with trunk

2013-01-07  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Use Utils::WaitUntilMSec for searchbar testing.

2012-12-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added missing test_searchbar.cpp file

2012-12-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added unit test for search bar spinner timeout

2012-12-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Updated member variable format.

2012-12-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed search bar spinner timeout

2013-01-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: remove unneeded glDrawBuffer/glReadBuffer calls. Fixes: https://bugs.launchpad.net/bugs/1092550.
	
	Approved by Andrea Azzarone.

2013-01-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: remove unneeded glDrawBuffer/glReadBuffer calls

2013-01-07  Didier Roche  <didier.roche@canonical.com>

	bump build-dep to a newer version of bamf as bamf_view_is_user_visible is needed.
	
	Approved by Daniel van Vugt.

2013-01-07  Didier Roche  <didier.roche@canonical.com>

	bump build-dep to a newer version of bamf as bamf_view_is_user_visible is needed

2013-01-04  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Gather pch compiler flags from more places.
	
	Approved by Łukasz Zemczak.

2012-12-21  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Find more used compiler flags for pch.

2013-01-04  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Removed the test_hud_closes_on_item_activated test as the same behavior is tested already by test_app_activate_on_enter - redundant.
	Made test_app_activate_on_enter work better on non-EN-locale systems by explicitly opening a C locale application for performing the tests. Fixes: https://bugs.launchpad.net/bugs/1076531.
	
	Approved by Timo Jyrinki, Thomi Richards.

2013-01-04  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Merge in lp:unity trunk

2012-11-08  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Removed the test_hud_closes_on_item_activated test as the same behavior is tested already by test_app_activate_on_enter - redundant.
	Made test_app_activate_on_enter work better on non-EN-locale systems by explicitly opening a C locale application for performing the tests.

2013-01-04  Didier Roche  <didier.roche@canonical.com>

	Fix 3 causes of FTBFS in the packaged version right now:
	- pch seems to have issues with the way cmake is passing "-g -02", distro default
	- compiz breaks its API and ABI but the build-dep version wasn't bumped
	- nux breaks its API and ABI but the build-dep version wasn't bumped. Fixes: https://bugs.launchpad.net/bugs/1095978, https://bugs.launchpad.net/bugs/1095981.
	
	Approved by Łukasz Zemczak.

2013-01-04  Didier Roche  <didier.roche@canonical.com>

	bump compiz and nux build-deps for the API and ABI breakages
	(LP: #1095981)

2013-01-04  Didier Roche  <didier.roche@canonical.com>

	* debian/rules:
	- disable pch for now as it's not working with -g -02 (LP: #1095978)

2013-01-03  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Fix build settings in test subdirectory.
	
	Approved by Andrea Azzarone, Łukasz Zemczak.

2013-01-03  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Fix library linking commands.

2013-01-03  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Add compiler flags properly rather than shoving them in via add_definitions.

2013-01-03  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Fix build settings in test subdir.

2012-12-28  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Added a manual test description for window movement on disappearing monitors.
	
	Approved by Stephen M. Webb.

2012-12-20  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Add manual test for compiz bug fix

2012-12-21  Christopher Townsend  <christopher.townsend@canonical.com>

	Per Nick Dedekind's comments on revno. 3006:
	* Make SetupViews() into a pure virtual function.
	* Get rid of SetupBackground(), details_bg_layer_, and GetShadowBackgroundEnabled and associated code. This is no longer used, so it's not needed.
	
	Approved by Brandon Schaefer.

2012-12-21  Christopher Townsend  <christopher.townsend@canonical.com>

	Per Nick Dedekind's comments on revno. 3006:
	* Make SetViews() into a pure virtual function.
	* Get rid of SetupBackground(), details_bg_layer_, and GetShadowBackgroundEnabled and associated code.  This is no longer used, so it's not needed.

2012-12-20  Christopher Townsend  <christopher.townsend@canonical.com>

	Refactored the derived preview classes to put the common members into the base Preview class. This should help alleviate code redundancy, code readability, and make the creation of any future new derived preview classes easier.
	
	Approved by Brandon Schaefer.

2012-12-20  Christopher Townsend  <christopher.townsend@canonical.com>

	Refactored the derived preview classes to put the common members into the base Preview class.  This should help alleviate code redundancy, code readability, and creation of any new derived preview classes.

2012-12-20  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Fixes for the precompiled header support.
	
	Approved by Marco Trevisan (Treviño).

2012-12-20  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Set pch include dir as a target property rather than a global flag.

2012-12-20  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Set -Winvalid-pch as a target compiler argument rather than a global one.

2012-12-20  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Make pch module work with ccache and potentially other compiler wrappers.

2012-12-20  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Add an additional wait for the Calculator application to appear and focused before we do any keybinding presses.
	Also, it seems that menu bars can also have separators. Never seen a separator on a menu bar though! But it seems gedit adds some of those, and this is breaking tests. Since separators are not really handled specially, they're nothing more than invalid menu entries. Let's filter them out - we don't need them at all.
	
	Approved by Francis Ginther.

2012-12-19  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Ok, since we're using start_app_window instead of start_app in the undo test, let's add a cleanup to close the application at the end.

2012-12-18  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	The test_gedit_undo can also suffer from not-focused-window issues.

2012-12-18  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	So, it seems that menu bars can also have seperators. Never seen a seperator on a menu bar though! But it seems gedit adds some of those, and this is breaking tests. Since seperators are not really handled specially, they're nothing more than invalid menu entries. Let's filter them out - we don't need them at all.

2012-12-18  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Add an additional wait for the Calculator application to appear and focused before we do any keybinding presses.

2012-12-18  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Whitespace fixes

2012-12-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Remove use of deprecated link_libraries command.
	
	Approved by Stephen M. Webb.

2012-12-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Removed link_directories in unity-standalone.

2012-12-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Removed link_directories in shortcuts.

2012-12-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Removed link_directories in panel.

2012-12-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Removed link_directories in hud.

2012-12-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Removed link_directories in launcher.

2012-12-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Removed link_directories in dash.

2012-12-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Removed link_libraries from unity-shared.

2012-12-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Get rid of deprecated link_libraries in UnityCore.

2012-12-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Add support for precompiled headers.
	
	Approved by Stephen M. Webb.

2012-12-18  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Enabled pch for shortcuts-lib.

2012-12-18  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Enabled pch for panel-lib.

2012-12-18  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Enabled pch for hud-lib.

2012-12-18  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Enabled pch for launcher-lib.

2012-12-18  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Enabled pch for Dash.

2012-12-18  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Added pch support to unity-shared.

2012-12-18  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Added precompiled header support and enabled it for UnityCore.

2012-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: use smaller codepaths to load textures and suffixed_ variables.
	
	Approved by Andrea Azzarone.

2012-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: fix typedef (oh, damned replace-all!)

2012-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with parent branch

2012-12-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with parent branch

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: reroganize the members syntax

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: use post-fixed_ variables 

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: use smaller codepaths to load textures

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with parent branch

2012-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationManager: remove ApplicationMenu support
	
	Since BamfIndicators are deprecated.
	
	Approved by Andrea Azzarone.

2012-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationManager: remove ApplicationMenu support
	
	This is deprecated

2012-12-18  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added delta restrainment utility functions, used to restrain a delta point
	within a particular bounding box, or apply a delta to a point.
	
	Approved by Brandon Schaefer.

2012-12-18  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added DeltaRestrainment.cpp to the build

2012-12-08  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove applyDelta - lets move this to nux instead

2012-12-05  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added delta restrainment utility functions, used to restrain a delta point
	within a particular bounding box, or apply a delta to a point

2012-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: use smart pointers (update WindowButtons and PanelView).
	
	Approved by Andrea Azzarone.

2012-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: re-add the panel texture releasing...

2012-12-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: use panel texture ptr...

2012-12-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: use std::array to handle file names

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: fix names, use std::array to handle them

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: use smart pointers (update WindowButtons and PanelView)

2012-12-18  Stephen M. Webb  <stephen.webb@canonical.com>

	Minor refactoring of SwitcherModel class and unit tests.
	
	Approved by Brandon Schaefer.

2012-12-17  Stephen M. Webb  <stephen.webb@canonical.com>

	test_switcher_model.cpp: used a fixture to reduce the noise in the test cases.

2012-12-17  Stephen M. Webb  <stephen.webb@canonical.com>

	SwitcherModel: avoid temporary copies of icon lists.

2012-12-17  Stephen M. Webb  <stephen.webb@canonical.com>

	SwitcherModel: renamed member variables to indicate their purpose.

2012-12-17  Stephen M. Webb  <stephen.webb@canonical.com>

	SwitcherModel: converted some standalone functions into lambdas.

2012-12-17  Stephen M. Webb  <stephen.webb@canonical.com>

	SwitcherModel: renamed member variables to use the underscore suffix convention

2012-12-17  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Improved dash animations. (LP: #1060948, #1060941, #1060937). Fixes: https://bugs.launchpad.net/bugs/1060937, https://bugs.launchpad.net/bugs/1060941, https://bugs.launchpad.net/bugs/1060948.
	
	Approved by Brandon Schaefer.

2012-12-17  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merged with trunk

2012-12-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merged with trunk.

2012-12-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed MP code comments.

2012-11-29  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Updated dash animations.

2012-12-17  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	CMake: A few simple build fixes.
	
	Approved by Marco Trevisan (Treviño).

2012-12-17  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Removed useless -l prefix.

2012-12-17  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Removed superfluous pkgconfig includes.

2012-12-17  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	StaticCairoText: moved to unity namespace where it will now go to rest.
	
	Approved by Marco Trevisan (Treviño).

2012-12-14  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Moved StaticCairoText to unity namespace where it will now go to rest.

2012-12-15  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Even more build fixes.
	
	Approved by Marco Trevisan (Treviño).

2012-12-13  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Fixed pkg-config usage.

2012-12-13  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged with trunk.

2012-12-05  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged trunk.

2012-12-04  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Removed duplicate config.h include.

2012-12-04  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged with trunk.

2012-11-28  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Define PIC_FLAGS only once.

2012-11-28  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	More CXXFLAGS moving.

2012-11-28  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Move some compiler flags from add_definitions to their proper place.

2012-11-28  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Remove use of deprecated link_libraries.

2012-11-28  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Move LENSES_DIR to config.h

2012-12-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherOptions: add an idle to emit the changed signal (so that we send just one).
	
	Approved by Brandon Schaefer.

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherOptions: Add test for single change on launcher-options

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestUtils: add WaitUntilMSec functions

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherOptions: add an idle to emit the changed signal

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: force a queuedraw when the buttons opacity changes. Fixes: https://bugs.launchpad.net/bugs/1090439.
	
	Approved by Brandon Schaefer.

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelMenuView: use better mocking...

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelMenuView: check that QueueDraw is called when the window buttons opacity changes
	
	Also rework the test

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: force a queuedraw when the buttons opacity changes

2012-12-14  Andrea Azzarone  <azzaronea@gmail.com>

	Update dash home search hint and bfb tooltip. Fixes: https://bugs.launchpad.net/bugs/1090325, https://bugs.launchpad.net/bugs/1090327.
	
	Approved by Nick Dedekind.

2012-12-14  Andrea Azzarone  <azzaronea@gmail.com>

	Update AP test.

2012-12-14  Andrea Azzarone  <azzaronea@gmail.com>

	Update bfb icon tooltip and dash home search hint.

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButton: move definition to external header, use nux Properties for values. Test them.
	
	Approved by Brandon Schaefer.

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge with parent branch

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: fix the textures paths

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: pose post-fixed_ on internal members

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneWindowManager: windows must always be minimizable and maximizable by default

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestWindowButton: added buttons related tests

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: always set tex ptr

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButton: use properties to handle parameters

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestWindowButtons: check the buttons parent as well

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestWindowButtons: add tests to handle minimize changes

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestWindowButtons: add more testing using the internal WindowButton definition

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: move WindowButton declaration into WindowButtonPriv.h header

2012-12-14  Andrea Azzarone  <azzaronea@gmail.com>

	Don't show/hide shortcut overlay on tap. Fixes: https://bugs.launchpad.net/bugs/1090388.
	
	Approved by Brandon Schaefer.

2012-12-14  Andrea Azzarone  <azzaronea@gmail.com>

	Fix test.

2012-12-14  Andrea Azzarone  <azzaronea@gmail.com>

	Don't show/hide shortcut overlay on tap.

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorsView, WindowButtons: use properties to handle public values.
	
	Approved by Andrea Azzarone.

2012-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestWindowButtons: fix compilation

2012-12-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestWindowButtons: add first basic buttons tests

2012-12-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: use properties to handle public values

2012-12-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestPanelIndicatorsView: added tests for opacity changes

2012-12-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorsView: use a nux::Property to control the opacity

2012-12-14  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Switched to a single texture for the filter bar refinement in the overlay renderer.
	Fixed some issues with updating the refinement textures when switching lenses. Fixes: https://bugs.launchpad.net/bugs/1060937, https://bugs.launchpad.net/bugs/1060941, https://bugs.launchpad.net/bugs/1060948.
	
	Approved by Brandon Schaefer, Marco Trevisan (Treviño).

2012-12-14  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed sigc::bind from UriActivation connection in LensView.

2012-12-14  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merged with trunk

2012-12-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed up PlacesGroup namespace usage.

2012-12-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	clean-up

2012-12-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merge with trunk

2012-11-29  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added lens view unit test.

2012-11-29  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed unit places group unit test.

2012-11-29  Nick Dedekind  <nicholas.dedekind@gmail.com>

	code cleanup

2012-11-28  Nick Dedekind  <nicholas.dedekind@gmail.com>

	removed old file. darken layer updates on bg change.

2012-11-28  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed panel no_refine texture references

2012-11-28  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed panel no_refine texture references

2012-11-28  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Use single refine texture on overlay. Remove dash/hud overlay specialisation.

2012-11-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	added missing files

2012-11-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Subclassed overlay renderer to hud/dash specific objects.

2012-12-14  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Wait for the terminal application to appear before starting the test_alt_arrow_keys_not_eaten test.
	
	Approved by Francis Ginther.

2012-12-12  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Wait for the terminal application to appear before starting the test_alt_arrow_keys_not_eaten test.

2012-12-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: use internal post-fixed_ variables.
	
	Approved by Stephen M. Webb.

2012-12-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: use internal post-fixed_ variables

2012-12-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed some holes in the handling of dash view redirection. Fixes: https://bugs.launchpad.net/bugs/1060937, https://bugs.launchpad.net/bugs/1060941, https://bugs.launchpad.net/bugs/1060948.
	
	Approved by Brandon Schaefer.

2012-12-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Use graphics::ClearGeometry in CoverflowResultView

2012-12-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed un-needed geo clearing.

2012-12-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	removed redundant IsFullRedraw class. Removed extra whitespace.

2012-12-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	merge with trunk

2012-11-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	removed extra whitespace

2012-11-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Updated view redirection for dash animations.

2012-12-13  Andrea Azzarone  <azzaronea@gmail.com>

	Fix dash controller test. Fixes: https://bugs.launchpad.net/bugs/1089904.
	
	Approved by Marco Trevisan (Treviño).

2012-12-13  Andrea Azzarone  <azzaronea@gmail.com>

	Fix dash controller test.

2012-12-13  Andrea Azzarone  <azzaronea@gmail.com>

	Avoid segfaults in launcher controller tests. Fixes: https://bugs.launchpad.net/bugs/1089894.
	
	Approved by Łukasz Zemczak.

2012-12-13  Andrea Azzarone  <azzaronea@gmail.com>

	Avoid segfault in launcher controller tests.

2012-12-13  Andrea Azzarone  <azzaronea@gmail.com>

	Use nux::ObjectPtr(s) in test_overlay_scrollbar.cpp. Fixes: https://bugs.launchpad.net/bugs/1089888.
	
	Approved by Łukasz Zemczak.

2012-12-13  Andrea Azzarone  <azzaronea@gmail.com>

	Use nux::ObjectPtr in test_overlay_scrollbar.cpp

2012-12-13  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Update to the new CompWindow API where CompWindow::minimized() is const.
	This change happened recently in lp:compiz r3517. Not updating
	UnityWindow::minimized was causing it to be masked and no longer treated
	as a virtual method. This means Compiz would never call the UnityWindow
	version and would think that windows are never minimized (so don't need
	restoring).
	(LP: #1089779). Fixes: https://bugs.launchpad.net/bugs/1089779.
	
	Approved by Andrea Azzarone.

2012-12-13  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Update to the new CompWindow API where CompWindow::minimized() is const.
	This change happened recently in lp:compiz r3517. Not updating
	UnityWindow::minimized was causing it to be masked and no longer treated
	as a virtual method. This means Compiz would never call the UnityWindow
	version and would think that windows are never minimized (so don't need
	restoring).
	(LP: #1089779)

2012-12-13  Brandon Schaefer  <brandon.schaefer@canonical.com>

	The Dash/HUD have X focus when open now, instead of the launcher. Fixes: https://bugs.launchpad.net/bugs/1086988.
	
	Approved by Andrea Azzarone.

2012-12-12  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixs haveing 2 ShowDash()...

2012-12-12  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Merge trunk

2012-12-12  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Remove deprecated functions
	* Fix typo in comment

2012-12-06  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Move X Focus from the launcher to Dash/Hud ....

2012-12-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Unity: Remove the "old" unity::Animator, and replace it everywhere using nux::animation::AnimateValue.
	
	Approved by Andrea Azzarone.

2012-12-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: even more const&

2012-12-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: remove the unneeded include

2012-12-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: don't try to draw menus if we have none

2012-12-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Animator: Goodbye mate!

2012-12-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandalonePanel: use smarter init class and the animator controller
	
	Also sync size

2012-12-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: use a single NuxCore Animation instance for animating menus
	
	Goodbye beloved unity::Animator! :°(

2012-12-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorsView: use more const&

2012-12-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutController: use the duration constructor

2012-12-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	EdgeBarrierController: use lambda functions for getter/setter

2012-12-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudController: use the nux AnimateValue for fading-in/out

2012-12-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashController: use the nux AnimateValue for fading-in/out

2012-12-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneShortcuts: add animation controller, use a cleaner struct to init everything

2012-12-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutController: Use nux animator to control the fading

2012-12-12  Brandon Schaefer  <brandon.schaefer@canonical.com>

	New way to test PlacesOverlayScrollbar, along with a fix to the connector/scroll animation. Changed the input area used for input area proximity to use the scroll bar instead of the overlay scroll bar it self.
	
	Approved by Nick Dedekind.

2012-12-11  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Add VScrollBarOverlayWindow to the unity namespace

2012-12-11  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fix scroll down/up to actually use the overlay thumb to do the scrolling

2012-12-11  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Merged trunk

2012-12-05  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Merge trunk
	
	* debian/control:
	- bump some missed build-deps
	[ Nick Dedekind ]
	* Previews loading more than 454 lines of description text crash Unity
	(LP: #1066788)
	[ Brandon Schaefer ]
	* unity::TimeUtil::TimeDelta returns an int value which overflows
	after 24 days of uptime (LP: #806248)
	* Top panel "tooltip" is gone (regression) (LP: #1085045)
	* Dash - Implement *overlay scrollbars* in Dash. Existing scrollbars
	are too thin to grab on to. (LP: #608124)
	[ Andrea Azzarone ]
	* Dash - Regression: Clicking between filter label and 'All' button no
	longer toggles filter label (LP: #1080534)
	[ Didier Roche ]
	* libunity-core fails without the schemas from unity-common (LP:
	#1079132)
	[ Manuel de la Pena ]
	* There is no common ui element that behaves like a url link (LP:
	#1067705)
	[ Automatic PS uploader ]
	* Automatic snapshot from revision 2956

2012-12-05  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fix connecter/scroll animation
	* Adds tests for PlacesOverlayScrollbar, using a friend class
	* Change the use of bools for states to enums
	* Use the scroll bar it self as the prox area, instead of the width of the thumb

2012-12-12  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Update the dash nagivation bar lens icons according to new design. Fixes: https://bugs.launchpad.net/bugs/1089373.
	
	Approved by Marco Trevisan (Treviño).

2012-12-12  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Update the dash nagivation bar lens icons according to new design.

2012-12-12  Michael Vogt  <michael.vogt@ubuntu.com>

	Software center launcher integration fixes. This will setup the correct desktop file when software-center applications "fly" into the launcher.
	
	Approved by Marco Trevisan (Treviño).

2012-12-11  Michael Vogt  <michael.vogt@ubuntu.com>

	merged trunk

2012-12-11  Michael Vogt  <michael.vogt@ubuntu.com>

	tests/CMakeLists.txt: fix tab, thanks to Trevino)

2012-12-06  Michael Vogt  <michael.vogt@ubuntu.com>

	enable Animate test again, thanks Andrea!

2012-12-05  Michael Vogt  <michael.vogt@ubuntu.com>

	merged trunk and resolved conflicts

2012-12-05  Michael Vogt  <michael.vogt@ubuntu.com>

	only Animate needs porting

2012-12-05  Michael Vogt  <michael.vogt@ubuntu.com>

	first test ported!

2012-12-05  Michael Vogt  <michael.vogt@ubuntu.com>

	make it work again by allowing LauncherIcon::Stick() to be called with save even for already sticky icons' and disable tests until they are ported

2012-12-05  Michael Vogt  <michael.vogt@ubuntu.com>

	merged from trunk and updated to the new structure

2012-12-04  Michael Vogt  <michael.vogt@ubuntu.com>

	launcher/SoftwareCenterLauncherIcon.cpp: do not look at /usr prefix, thanks to Marco Trevisan

2012-11-26  Michael Vogt  <michael.vogt@ubuntu.com>

	use DesktopUtilities::GetDesktopPathById() and update tests accordingly

2012-11-23  Michael Vogt  <michael.vogt@ubuntu.com>

	merged from trunk and resolved conflict

2012-11-22  Michael Vogt  <michael.vogt@ubuntu.com>

	remove FRIEND_TEST() usage and replace with MockSoftwareCenterLauncherIcon() in the test

2012-11-21  Michael Vogt  <michael.vogt@ubuntu.com>

	revert some unneeded changes to make diff clearer

2012-11-21  Michael Vogt  <michael.vogt@ubuntu.com>

	add unittest for SoftwareCenterLauncherIcon.OnFinished() 

2012-11-20  Michael Vogt  <michael.vogt@ubuntu.com>

	do not use sc_pkgname from the aptdaemon metadata and instead reply on the temp desktop filename that the software-center uses to substitute for the real one

2012-11-20  Michael Vogt  <michael.vogt@ubuntu.com>

	update remote uri as well to ensure that the data that is saved to the panel is correct

2012-11-19  Michael Vogt  <michael.vogt@ubuntu.com>

	really replace the desktop file, once the install is done, this needs to be done via a new _bamf_app in the SoftwareCenterLauncherIcon 

2012-11-19  Michael Vogt  <michael.vogt@ubuntu.com>

	merged from 6.0-sc-launcher-integration-fixes

2012-11-19  Michael Vogt  <michael.vogt@ubuntu.com>

	add test for apps comming from the software-center-agent

2012-11-19  Michael Vogt  <michael.vogt@ubuntu.com>

	add test for GetActualDesktopFileAfterInstall

2012-11-19  Michael Vogt  <michael.vogt@ubuntu.com>

	integration into tests/run-gtest, test can be run with: "make -C tests/ test-gtest && ./tests/test-gtest --gtest_filter=TestSoftwareCenterLauncherIcon.*"

2012-11-16  Michael Vogt  <michael.vogt@ubuntu.com>

	add comment about NoDisplay and missing Exec line

2012-11-16  Michael Vogt  <michael.vogt@ubuntu.com>

	launcher/SoftwareCenterLauncherIcon.cpp: do not animate if there is no useful start coordinates

2012-11-16  Michael Vogt  <michael.vogt@ubuntu.com>

	support getting guessing the desktop file from the software-center-agent

2012-11-16  Michael Vogt  <michael.vogt@ubuntu.com>

	add path transformation for app from app-install-data

2012-11-15  Michael Vogt  <michael.vogt@ubuntu.com>

	add (untested!) getting of sc_pkgname from the transaction metadata

2012-11-15  Michael Vogt  <michael.vogt@ubuntu.com>

	add skeleton and stuff

2012-12-11  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Update unity to use compiz 0.9.9.
	
	Approved by Didier Roche, Daniel van Vugt.

2012-12-11  Brandon Schaefer  <brandon.schaefer@canonical.com>

	[ Didier Roche ]
	[ Brandon Schaefer ]
	* Ported Compiz to 0.9.9
	* debian/control:
	- bump the build-deps

2012-12-11  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	TestGLibTimeoutSeconds tests suffer from the same fate as TestGLibTimeout tests. Let's remove the duration measurements for those as well.
	
	Approved by Stephen M. Webb.

2012-12-11  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	GLibTimeoutSeconds tests suffer from the same fate as GLibTimeout tests. Let's remove the timers for those as well.

2012-12-11  Manuel de la Pena  <manuel@canonical.com>

	Fixes #1071327 by ensuring that the PreLayoutManagement method does not call SetBaseSize unless is really needed else (if it is called) the method will be called again making the nux layout get into an infinite loop.
	
	Tests can be ran doing ./tests/test-gtest --gtest_filter=*TestStaticCairoText* from the build dir. In order to run the launcher tooltip tests please do ./tests/test-gtest --gtest_filter=*Tooltip* and run the launcher to assert that tooltips work as expected. Fixes: https://bugs.launchpad.net/bugs/1071327.
	
	Approved by Marco Trevisan (Treviño), Brandon Schaefer.

2012-12-11  Manuel de la Pena  <manuel@canonical.com>

	Init with an empty string.

2012-12-11  Manuel de la Pena  <manuel@canonical.com>

	Re-add the static cairo text fix.

2012-12-11  Manuel de la Pena  <manuel@canonical.com>

	Improve signal emission in the text property.

2012-12-11  Manuel de la Pena  <manuel@canonical.com>

	Removed the extra std::string used in the tooltip.

2012-12-11  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2012-12-10  Manuel de la Pena  <manuel@canonical.com>

	Do not really need the settings pointer.

2012-12-10  Manuel de la Pena  <manuel@canonical.com>

	Fixed the tooltip to use the new static cairo text implementation. The min height has to explecitly be set.

2012-12-11  Brandon Schaefer  <brandon.schaefer@canonical.com>

	We need to find the right tap detection duration for the dash. Adding an option in CCSM to make this easier.
	
	Approved by Daniel van Vugt.

2012-12-07  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixed duration time

2012-12-06  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Add the option to change the super tap detection, to help with the Super+P problem

2012-12-11  Stephen M. Webb  <stephen.webb@canonical.com>

	Added tests for show/hide animations for the HudController and DashController.
	
	Approved by Brandon Schaefer.

2012-12-10  Stephen M. Webb  <stephen.webb@canonical.com>

	HudController.cpp: qualified View class for clarity.

2012-12-09  Stephen M. Webb  <stephen.webb@canonical.com>

	Made HudController and DashController animation tests more strict

2012-12-09  Stephen M. Webb  <stephen.webb@canonical.com>

	synched trunk

2012-12-08  Stephen M. Webb  <stephen.webb@canonical.com>

	Synched with trunk

2012-12-07  Stephen M. Webb  <stephen.webb@canonical.com>

	Added test for Dash show/hide animations.
	
	- refactored DashController to allow for the injection of a mock BaseWindow
	- made ShowDash() a public function so it can be exercised from the test suite
	- added test_dash_controller.cpp to the testsuite with a ShowAndHideDash test

2012-12-07  Stephen M. Webb  <stephen.webb@canonical.com>

	Added full show/hide animation tests for the HudController.
	
	- refactored HudController to take a factory function to create its base window
	- refactored HudController to use typedefs for hard-to-read types
	- gave reasonable defaults for window and view creation functions to continue existing functionality
	- used mock BaseWindow class in testsuite and injected it in to the HudController.cpp
	- added increased and detailed expectations to the (renamed) ShowAndHideHud test to verify animations are working

2012-12-07  Stephen M. Webb  <stephen.webb@canonical.com>

	Added a mock BaseWindow to the test suite.

2012-12-07  Stephen M. Webb  <stephen.webb@canonical.com>

	Refactored ResizingBaseWindow class.
	
	- moved definition into a separate .cpp file
	- added documentation
	- renamed variables to confirm to coding guidelines
	- added SetOapacity() virtualized forwarding function for future mocking in the test suite

2012-12-11  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Remove const added in by mistake.
	
	Approved by Tim Penhey.

2012-12-10  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fix an added pointer const that shouldn't be there

2012-12-11  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Use the dash rendered icon as the source for the drag icon. Fixes: https://bugs.launchpad.net/bugs/863412.
	
	Approved by Brandon Schaefer.

2012-12-06  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added test harness for result renderer.

2012-12-06  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Better testability of dee model rows.

2012-12-06  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed up some const correctness.

2012-12-06  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Dash result dnd image now sourced from render icon.

2012-12-10  Stephen M. Webb  <stephen.webb@canonical.com>

	Fixed a segfault in the standalone shortcuts tool caused by uninitialized global variables.
	
	Approved by Nick Dedekind.

2012-12-10  Stephen M. Webb  <stephen.webb@canonical.com>

	Fixed segfault in standlaone shirtcuts tool due to uninitialized secret hidden global variables.

2012-12-10  Gord Allott  <gord.allott@canonical.com>

	Re-merged gord's changes for legal link: adds a legal link to the dash. Fixes: https://bugs.launchpad.net/bugs/1065652, https://bugs.launchpad.net/bugs/1066646.
	
	Approved by Francis Ginther.

2012-12-10  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Re-merged gord's legal changes with latest trunk.

2012-10-15  Gord Allott  <gord.allott@canonical.com>

	fix bug #1066646

2012-10-12  Gord Allott  <gord.allott@canonical.com>

	latest legal html notice

2012-10-12  Didier Roche  <didier.roche@canonical.com>

	remove google ubuntu font fetching, we have it installed already

2012-10-12  Didier Roche  <didier.roche@canonical.com>

	even more awesome html text

2012-10-11  Gord Allott  <gord.allott@canonical.com>

	added legal file, changed uri to point to it

2012-10-11  Gord Allott  <gord.allott@canonical.com>

	changed font size, using svg icon, added underline, made my shame visible

2012-10-11  Gord Allott  <gord.allott@canonical.com>

	Add legalise opening code to the dash

2012-12-10  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Compiz updated it API (I meant API) and unity didn't reflect those changes...causing a failure to build. Now that is fixed.
	
	Approved by Stephen M. Webb.

2012-12-10  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Update unity to reflect compiz API changes

2012-12-10  Tim Penhey  <tim.penhey@canonical.com>

	Revert r2960 which broke tooltip rendering.
	
	Approved by Christopher Lee.

2012-12-10  Tim Penhey  <tim.penhey@canonical.com>

	Revert r2960 as it breaks rendering of tooltips.

2012-12-07  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Use g_setenv and g_unsetenv and change the font setting back. Fixes: https://bugs.launchpad.net/bugs/1086762.
	
	Approved by Marco Trevisan (Treviño).

2012-12-05  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Free old font

2012-12-05  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Use g_setenv and g_unsetenv and change the font setting back

2012-12-07  Ted Gould  <ted@gould.cx>

	Add HUD to list of recommends.
	
	Approved by Brandon Schaefer.

2012-12-03  Ted Gould  <ted@gould.cx>

	Add HUD to list of recommends

2012-12-07  Manuel de la Pena  <manuel@canonical.com>

	- Fixes #1071327 by ensuring that the PreLayoutManagement method does not call SetBaseSize unless is really needed else (if it is called) the method will be called again making the nux layout get into an infinite loop. Fixes: https://bugs.launchpad.net/bugs/1071327.
	
	Approved by Marco Trevisan (Treviño), Nick Dedekind.

2012-12-07  Manuel de la Pena  <manuel@canonical.com>

	Copy geo.

2012-12-07  Manuel de la Pena  <manuel@canonical.com>

	Add fixme comment.

2012-12-05  Manuel de la Pena  <manuel@canonical.com>

	Link bug.

2012-12-05  Manuel de la Pena  <manuel@canonical.com>

	Ensure that the SetBaseSize method is not called unless is necessary in the PreLayoutManagement method.

2012-12-05  MC Return  <mc.return@gmx.net>

	Reduced the scope of various variables.
	Removed a redundant check - index is unsigned, so it cannot be negative.
	
	Approved by Brandon Schaefer.

2012-12-05  MC Return  <mc.return@gmx.net>

	Reverted the change in panel-service.c

2012-12-04  MC Return  <mc.return@gmx.net>

	Reduced the scope of IndicatorObject *object

2012-12-04  MC Return  <mc.return@gmx.net>

	Reduced the scope of IndicatorObjectEntry *entry

2012-12-04  MC Return  <mc.return@gmx.net>

	Reduced the scope of CompWindow *lw

2012-12-04  MC Return  <mc.return@gmx.net>

	Reduced the scope of AtkObject* text_entry_accessible

2012-12-04  MC Return  <mc.return@gmx.net>

	Reduced the scope of AtkObject* parent

2012-12-04  MC Return  <mc.return@gmx.net>

	Reduced the scope of const gchar* signal_name

2012-12-04  MC Return  <mc.return@gmx.net>

	Reduced the scope of the variable cairo_pattern_t* linpat

2012-12-04  MC Return  <mc.return@gmx.net>

	index is unsigned, so it can't be negative - removed that check

2012-12-05  Didier Roche  <didier.roche@canonical.com>

	Refresh some build deps.
	
	Approved by Michael Terry.

2012-12-05  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- bump some missed build-deps

2012-12-05  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily12.12.05-0ubuntu1 to ubuntu.
	
	Approved by .

2012-12-05  Automatic PS uploader  <ps-jenkins@lists.canonical.com>

	Releasing 6.12.0daily12.12.05-0ubuntu1, based on r2956

2012-12-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService, Tests: use generic marshaller for generating signals.
	
	Approved by Andrea Azzarone.

2012-12-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tests: use generic Marshallers in glib signals

2012-12-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: use generic marshaller in signals

2012-12-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: show a menu with an Activate menu item for entries without menu. Fixes: https://bugs.launchpad.net/bugs/773101.
	
	Approved by Andrea Azzarone.

2012-12-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CMakeLists: Look for pkgconfig before getting variables, or it won't work the first time

2012-12-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CMakeLists: put the indicators dependency back

2012-12-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests: fix building of unit-tests

2012-12-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-12-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: cleanup the build system

2012-11-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: spaces cleanup...

2012-11-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: rename the activate menuitem callback function

2012-11-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-tests, PanelService: added manual test for no-menus entries

2012-11-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: show a menu with an Activate menu item for entries without menu

2012-12-04  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added MockWindowManager class.
	
	Approved by Marco Trevisan (Treviño), Andrea Azzarone.

2012-12-04  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove useless includes

2012-12-04  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove conflicted file

2012-12-04  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added MockWindowManager class

2012-12-04  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Split StaticCairoText text into multiple cached textures when the height of the required texture is over GpuInfo::MaxTextureSize. (LP: #1066788). Fixes: https://bugs.launchpad.net/bugs/1066788.
	
	Approved by Brandon Schaefer.

2012-12-04  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Another 64bit fix

2012-12-04  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merge with trunk

2012-12-03  Nick Dedekind  <nicholas.dedekind@gmail.com>

	64bit fix

2012-11-30  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed up some signed/unsigned issues

2012-11-16  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merge with trunk

2012-11-16  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed code dependent on gcc-4.7

2012-11-08  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added unit test file.

2012-11-08  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added unit test.

2012-11-07  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed some test file authoring.

2012-11-07  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merged with trunk

2012-10-25  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added multi-texture stitching to support large text textures.

2012-12-04  Andrea Azzarone  <azzaronea@gmail.com>

	Change expo launcher icon depending on which workspace is currently being utilised. Fixes: https://bugs.launchpad.net/bugs/838854.
	
	Approved by Marco Trevisan (Treviño).

2012-12-03  Andrea Azzarone  <azzaronea@gmail.com>

	Update copyright info.

2012-12-03  Andrea Azzarone  <azzaronea@gmail.com>

	Remove trailing spaces.

2012-12-03  Andrea Azzarone  <azzaronea@gmail.com>

	Use unity::WindowManager::viewport_layout_changed in unity::Launcher::Controller.

2012-12-03  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-12-03  Andrea Azzarone  <azzaronea@gmail.com>

	Change expo launcher icon depending on which workspace is currently being utilised.
	Add unit tests too.

2012-12-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: remove the timestamps from actions, use sync-geo method per each panel
	
	UnityCore, Tests and Panel: update against the new DBus API, remove the timestamps around.
	
	Approved by Brandon Schaefer.

2012-12-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusIndicators: use .empty() method

2012-12-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityCore, Tests and Panel: update against the new DBus API, remove the timestamps around

2012-12-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: remove the timestamps from actions, use sync-geo method per each panel

2012-12-03  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Disable TestAnimator tests, since we're getting rid of the Animator class anyway. Also, in the glib timeout tests - in MultipleShotsRun only check if the timeout is ran more than once, since this is the behavior we're interested in. Fixes: https://bugs.launchpad.net/bugs/1081871.
	
	Approved by Stephen M. Webb.

2012-12-03  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Further modification of TestAnimator make no sense, let's disable those for now - we're anyway switching away from the Animator class. Soon these test cases will go away completely.

2012-12-03  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Since even in this form this glib test can fail if ARM lags too much, let's simplify it even more. In MultipleShotsRun all we care about if there are any subsequent callback calls. So if we get 2 or more - it's enough for us to be satisfied.

2012-12-03  Manuel de la Pena  <manuel@canonical.com>

	- Provide a re-usable UI element that looks and behaves like a url link (LP: #1067705). Fixes: https://bugs.launchpad.net/bugs/1067705.
	
	Approved by Nick Dedekind, Marco Trevisan (Treviño).

2012-11-28  Manuel de la Pena  <manuel@canonical.com>

	Before asking for the compute size we whould be setting the properties in the static cairo text.

2012-11-27  Manuel de la Pena  <manuel@canonical.com>

	Added properties to set the different attrs of the ActionLink class.

2012-11-26  Manuel de la Pena  <manuel@canonical.com>

	Added acess to setting the uderline and the sligment of the text in the ActionLink class. Removed not needed members.

2012-11-26  Manuel de la Pena  <manuel@canonical.com>

	Remerged with trunk.

2012-11-26  Manuel de la Pena  <manuel@canonical.com>

	Use const values into an anonymous namespace for alpha values in the action link.

2012-11-23  Manuel de la Pena  <manuel@canonical.com>

	Updated according to reviews.

2012-11-23  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2012-11-23  Manuel de la Pena  <manuel@canonical.com>

	Merged with previous branch.

2012-10-17  Manuel de la Pena  <manuel@canonical.com>

	Remove unused pointer.

2012-10-17  Manuel de la Pena  <manuel@canonical.com>

	Use empty lambda.

2012-10-17  Manuel de la Pena  <manuel@canonical.com>

	Removed redraw theme after testing everything works fine.

2012-10-17  Manuel de la Pena  <manuel@canonical.com>

	Removed the need for the redraw theme function.

2012-10-17  Manuel de la Pena  <manuel@canonical.com>

	Link bug.

2012-10-17  Manuel de la Pena  <manuel@canonical.com>

	Merged add-text-entry into add-action-link.

2012-10-17  Manuel de la Pena  <manuel@canonical.com>

	Merged add-text-entry into add-action-link.

2012-10-17  Manuel de la Pena  <manuel@canonical.com>

	Merged add-text-entry into add-action-link.

2012-10-17  Manuel de la Pena  <manuel@canonical.com>

	Merged add-text-entry into add-action-link.

2012-10-15  Manuel de la Pena  <manuel@canonical.com>

	Merged add-text-entry into add-action-link.

2012-10-11  Manuel de la Pena  <manuel@canonical.com>

	Merged add-text-entry into add-action-link.

2012-10-10  Manuel de la Pena  <manuel@canonical.com>

	Merged add-text-entry into add-action-link.

2012-10-09  Manuel de la Pena  <manuel@canonical.com>

	Merged add-text-entry into add-action-link.

2012-10-09  Manuel de la Pena  <manuel@canonical.com>

	Merged add-text-entry into add-action-link.

2012-10-09  Manuel de la Pena  <manuel@canonical.com>

	Merged add-text-entry into add-action-link.

2012-10-08  Manuel de la Pena  <manuel@canonical.com>

	Merged add-text-entry into add-action-link.

2012-10-08  Manuel de la Pena  <manuel@canonical.com>

	Merged add-text-entry into add-action-link.

2012-10-04  Manuel de la Pena  <manuel@canonical.com>

	Added an ActionLink ui element that can be used in previews instead of action buttons.

2012-11-23  Manuel de la Pena  <manuel@canonical.com>

	Place the tests in the correct set.

2012-11-23  Manuel de la Pena  <manuel@canonical.com>

	Added tests for the action link.

2012-12-03  Thomi Richards  <thomi.richards@canonical.com>

	Fix several autopilot test failures.
	
	Approved by Christopher Lee.

2012-12-03  Thomi Richards  <thomi.richards@canonical.com>

	Fixed the dash emulator.

2012-12-01  Stephen M. Webb  <stephen.webb@canonical.com>

	Fixes timer overflow condition.
	
	Approved by Brandon Schaefer.

2012-11-30  Stephen M. Webb  <stephen.webb@canonical.com>

	test_time_util.cpp: fix overflow test

2012-12-01  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Missed removing an unused header.
	
	Approved by Stephen M. Webb.

2012-11-30  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Remove useless inclue, and using namespace

2012-12-01  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Panel title is now being set when in KeyNav mode. Fixes: https://bugs.launchpad.net/bugs/1085045.
	
	Approved by Stephen M. Webb.

2012-11-30  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Better way to, use the force bool to force the panel title to update

2012-11-30  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixes panel not being updated when in Super+Tab and Alt+F1 mode

2012-11-30  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Change TimeUtil to use int64, so the buffer wont overflow within our lifetimes. Fixes: https://bugs.launchpad.net/bugs/806248.
	
	Approved by Stephen M. Webb.

2012-11-30  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Forgot to bzr add the test file...

2012-11-30  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Change int64 to DeltaTime

2012-11-30  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fix int32 buffer overflow when running for > 24 days

2012-11-30  Christopher Lee  <chris.lee@canonical.com>

	Fix failing hud test due to show desktop mode bug.
	
	Approved by Brandon Schaefer.

2012-11-30  Christopher Lee  <chris.lee@canonical.com>

	Added relevent bug id, removed cruft comment

2012-11-30  Christopher Lee  <chris.lee@canonical.com>

	Added placeholder apps for hud tests using ShowDesktopMode

2012-11-30  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Since we're using the Animator class only temporarily now, we can simplify the unit tests related to it so that they don't fail on ARM. This is a temporary workaround!. Fixes: https://bugs.launchpad.net/bugs/1081871.
	
	Approved by Didier Roche.

2012-11-30  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Since we're using the Animator class only temporarily now, we can simplify the unit tests related to it so that they don't fail on ARM. This is a temporary workaround!

2012-11-29  Martin Mrazik  <martin.mrazik@canonical.com>

	Adding -DCMAKE_BUILD_TYPE=coverage support as well as a custom coverage-xml target which is generated if gcovr is found on the system.
	
	Approved by Jussi Pakkanen.

2012-11-29  Martin Mrazik  <martin.mrazik@canonical.com>

	removing an unnecessary cd $CMAKE_BINARY_DIR

2012-11-29  Martin Mrazik  <martin.mrazik@canonical.com>

	getting rid of the depends

2012-11-29  Martin Mrazik  <martin.mrazik@canonical.com>

	simplifying the coverage-xml target

2012-11-28  Martin Mrazik  <martin.mrazik@canonical.com>

	fixing few errors

2012-11-27  Martin Mrazik  <martin.mrazik@canonical.com>

	Adding -DCMAKE_BUILD_TYPE=coverage support as well as a custom coverage-xml target which is generated if gcovr is found on the system.

2012-11-29  Tim Penhey  <tim.penhey@canonical.com>

	Use the BamfApplicationManager inside the Hud and Launcher code.
	Use a complete mock application manager for the tests.
	
	Approved by Tim Penhey, Brandon Schaefer.

2012-11-29  Tim Penhey  <tim.penhey@canonical.com>

	The method to add the unresolved external can't be in an anonymous namespace because the optimiser optimises it out.

2012-11-29  Tim Penhey  <tim.penhey@canonical.com>

	Include missing header.

2012-11-29  Tim Penhey  <tim.penhey@canonical.com>

	Don't delete the app, just disconnect mem_funs.

2012-11-29  Tim Penhey  <tim.penhey@canonical.com>

	Merge prev and resolve conflicts.

2012-11-29  Tim Penhey  <tim.penhey@canonical.com>

	More logging tweaks.

2012-11-28  Tim Penhey  <tim.penhey@canonical.com>

	The Impl class needs to be trackable now too due to new memfuns and signals.

2012-11-28  Tim Penhey  <tim.penhey@canonical.com>

	Implement a mock application manager for the tests.

2012-11-28  Tim Penhey  <tim.penhey@canonical.com>

	Update the cmake lists.

2012-11-28  Tim Penhey  <tim.penhey@canonical.com>

	Fixes.

2012-11-28  Tim Penhey  <tim.penhey@canonical.com>

	Trying to separate it out.

2012-11-28  Tim Penhey  <tim.penhey@canonical.com>

	Merged launcher-controller-test-cleanup into application-manager.

2012-11-28  Tim Penhey  <tim.penhey@canonical.com>

	Merged add-application-manager into application-manager.

2012-11-27  Tim Penhey  <tim.penhey@canonical.com>

	Demote some logging to DEBUG, and remove duplicate method added through merge.

2012-11-27  Tim Penhey  <tim.penhey@canonical.com>

	Merged add-application-manager into application-manager.

2012-11-27  Tim Penhey  <tim.penhey@canonical.com>

	Merged add-application-manager into application-manager.

2012-11-27  Tim Penhey  <tim.penhey@canonical.com>

	Merge prev.

2012-11-27  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk and resolve conflicts.

2012-11-27  Tim Penhey  <tim.penhey@canonical.com>

	Sticky updates.

2012-11-26  Tim Penhey  <tim.penhey@canonical.com>

	More debugging.

2012-11-23  Tim Penhey  <tim.penhey@canonical.com>

	Everything compiles, but there are test failures.

2012-11-21  Tim Penhey  <tim.penhey@canonical.com>

	Get the type of the window.

2012-11-20  Tim Penhey  <tim.penhey@canonical.com>

	Update the AppManager interface.

2012-11-20  Tim Penhey  <tim.penhey@canonical.com>

	Remove bamf from the hud.

2012-11-20  Tim Penhey  <tim.penhey@canonical.com>

	Method rename.

2012-11-20  Tim Penhey  <tim.penhey@canonical.com>

	Reminder comment.

2012-11-20  Tim Penhey  <tim.penhey@canonical.com>

	hook up window and app change notifications.

2012-11-20  Tim Penhey  <tim.penhey@canonical.com>

	Have windows provide icons too.

2012-11-20  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2012-11-20  Tim Penhey  <tim.penhey@canonical.com>

	Get an application for the window.

2012-11-20  Tim Penhey  <tim.penhey@canonical.com>

	Shortening of names.

2012-11-19  Tim Penhey  <tim.penhey@canonical.com>

	Be more careful about passing around raw pointers.

2012-11-16  Tim Penhey  <tim.penhey@canonical.com>

	More hooked up.

2012-11-16  Tim Penhey  <tim.penhey@canonical.com>

	Hooked up child signals.

2012-11-16  Tim Penhey  <tim.penhey@canonical.com>

	urgent hooked up.

2012-11-16  Tim Penhey  <tim.penhey@canonical.com>

	active, running and closed hooked up

2012-11-16  Tim Penhey  <tim.penhey@canonical.com>

	seen, sticky and visible hooked up

2012-11-16  Tim Penhey  <tim.penhey@canonical.com>

	More bits.

2012-11-14  Tim Penhey  <tim.penhey@canonical.com>

	Use the existing (unused) virtual function instead of switching on type.

2012-11-14  Tim Penhey  <tim.penhey@canonical.com>

	Reinstate the window manager check.

2012-11-14  Tim Penhey  <tim.penhey@canonical.com>

	More bits moving.

2012-11-14  Tim Penhey  <tim.penhey@canonical.com>

	Initial implementation and test app.

2012-11-14  Tim Penhey  <tim.penhey@canonical.com>

	Merged new-x-macro into application-manager.

2012-11-14  Tim Penhey  <tim.penhey@canonical.com>

	Merged new-x-macro into application-manager.

2012-10-24  Tim Penhey  <tim.penhey@canonical.com>

	Merged new-x-macro into application-manager.

2012-10-24  Tim Penhey  <tim.penhey@canonical.com>

	Merged new-x-macro into application-manager.

2012-10-22  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2012-10-18  Tim Penhey  <tim.penhey@canonical.com>

	Merged no-dnd-if-no-x into application-manager.

2012-10-18  Tim Penhey  <tim.penhey@canonical.com>

	Merged remove-unneeded-headers into application-manager.

2012-10-18  Tim Penhey  <tim.penhey@canonical.com>

	Merged no-asm-in-gles into application-manager.

2012-10-18  Tim Penhey  <tim.penhey@canonical.com>

	Merged no-asm-in-gles into application-manager.

2012-10-18  Tim Penhey  <tim.penhey@canonical.com>

	Merged trunk into application-manager.

2012-10-15  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2012-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Merged bamf-icon-rename into application-manager.

2012-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Framework for the application manager

2012-11-29  Tim Penhey  <tim.penhey@canonical.com>

	Add in the missing header file that raring complains about.
	
	Approved by Didier Roche.

2012-11-29  Tim Penhey  <tim.penhey@canonical.com>

	Add missing header file.

2012-11-29  Tim Penhey  <tim.penhey@canonical.com>

	Capture all the noise for the launcher controller tests.
	
	Approved by Brandon Schaefer.

2012-11-29  Tim Penhey  <tim.penhey@canonical.com>

	Merged add-application-manager into launcher-controller-test-cleanup.

2012-11-28  Tim Penhey  <tim.penhey@canonical.com>

	Remove old comment.

2012-11-28  Tim Penhey  <tim.penhey@canonical.com>

	Clean up the launcher controller tests.

2012-11-28  Tim Penhey  <tim.penhey@canonical.com>

	Add the interface, and an implementation of the application manager, and a standalone app to test with.
	
	Approved by Brandon Schaefer.

2012-11-29  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2012-11-27  Tim Penhey  <tim.penhey@canonical.com>

	Updates following review.

2012-11-27  Tim Penhey  <tim.penhey@canonical.com>

	Demote some logging from DEBUG to TRACE.

2012-11-27  Tim Penhey  <tim.penhey@canonical.com>

	Add the interface, and an implementation of the application manager, and a standalone app to test with.

2012-11-28  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Change some test_glib_source unit tests. Those tests are measuring times of execution of timeouts, which is not really suitable for unit testing. Those tests are also failing sometimes on ARM machines, as the timeouts are longer than expected. We're dropping time measurement from these tests, only testing if the timeouts actually happen, because that seems enough. Fixes: https://bugs.launchpad.net/bugs/1081871.
	
	Approved by Marco Trevisan (Treviño).

2012-11-28  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	As suggested by Trevinho, we can also check if removed was called in all of those tests. Also, let's just wait up to 1 second during the WaitUntil call.

2012-11-26  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Actually, greater than is better.

2012-11-23  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Change some test_glib_source unit tests. Those tests are measuring times of execution of timeouts, which is not really suitable for unit testing. Those tests are also failing sometimes on ARM machines, as the timeouts are longer than expected. We're dropping time measurement from these tests, only testing if the timeouts actually happen, because that seems enough.

2012-11-27  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Make sure EnsureDash is called before trying to set the command lens as the active one. Fixes: https://bugs.launchpad.net/bugs/1082176.
	
	Approved by Andrea Azzarone.

2012-11-26  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixes command lens at first start. The lenses were not being loaded
	before the command lens was being set (so the dash didn't know about it)
	so it wouldn't set the command lens.

2012-11-27  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	More build fixes.
	
	Approved by Marco Trevisan (Treviño).

2012-11-27  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Fix order-of-include issue.

2012-11-26  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Merged with trunk.

2012-10-19  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	A few fixes that were missed earlier.

2012-10-18  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Removed cargo cult include directories.

2012-10-18  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Removed useless -I flags.

2012-10-18  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Obtain GETTEXT_PACKAGE from config.h on demand rather than specify it with -D to every compiled file.

2012-10-18  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Removed useless dependencies.

2012-11-27  Tim Penhey  <tim.penhey@canonical.com>

	Remove unnecessary args, methods, and use a virtual function instead of switching on type.
	
	Approved by Brandon Schaefer.

2012-11-27  Tim Penhey  <tim.penhey@canonical.com>

	Remove unnecessary args, methods, and use a virtual function instead of switching on type.

2012-11-26  Ricardo Salveti de Araujo  <ricardo.salveti@canonical.com>

	unity-core.pc: should depend on nux-4.0 instead of 3.0.
	
	Approved by Tim Penhey.

2012-11-26  Ricardo Salveti de Araujo  <ricardo.salveti@canonical.com>

	unity-core.pc: should depend on nux-4.0 instead of 3.0

2012-11-26  Andrea Azzarone  <azzaronea@gmail.com>

	Disable sticky edges during drag and drop. Fixes: https://bugs.launchpad.net/bugs/1035304.
	
	Approved by Marco Trevisan (Treviño).

2012-11-26  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-11-23  Andrea Azzarone  <azzaronea@gmail.com>

	Add tests.

2012-11-23  Andrea Azzarone  <azzaronea@gmail.com>

	Don't trigger drag behind launcher interaction.

2012-11-23  Andrea Azzarone  <azzaronea@gmail.com>

	Release barrier during dnd.

2012-11-26  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	The test_panel_title_on_empty_desktop test should actually check the panel title, not only enable desktop mode. This is not the expected behavior of this test. Also, the test_panel_title_on_empty_desktop test will fail when there are no application windows running. This is due to the fact that we can't leave showdesktop mode when there are no windows on screen. We open up any application so that we can clean up properly. Fixes: https://bugs.launchpad.net/bugs/1082444.
	
	Approved by Francis Ginther.

2012-11-23  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Also, the test_panel_title_on_empty_desktop test will fail when there are no application windows running. This is due to the fact that we can't leave showdesktop mode when there are no windows on screen. We open up any application so that we can clean up properly.

2012-11-23  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	The test_panel_title_on_empty_desktop test should actually check the panel title, not only enable desktop mode. This is not the expected behavior of this test.

2012-11-24  Andrea Azzarone  <azzaronea@gmail.com>

	Refactor xdnd launcher code. Fixes: https://bugs.launchpad.net/bugs/1035301.
	
	Approved by Brandon Schaefer.

2012-11-24  Andrea Azzarone  <azzaronea@gmail.com>

	Comment xtest code (part 2)

2012-11-24  Andrea Azzarone  <azzaronea@gmail.com>

	Comment XTest code.

2012-11-22  Andrea Azzarone  <azzaronea@gmail.com>

	Disabled two tests (damn you xlib!)

2012-11-22  Andrea Azzarone  <azzaronea@gmail.com>

	Use nux::color::Transparent.

2012-11-22  Andrea Azzarone  <azzaronea@gmail.com>

	Use std::make_shared.

2012-11-20  Andrea Azzarone  <azzaronea@gmail.com>

	Prevent crashes.

2012-11-20  Andrea Azzarone  <azzaronea@gmail.com>

	Some fixes suggested by Marco.

2012-11-16  Andrea Azzarone  <azzaronea@gmail.com>

	Avoid to emit dnd_finished when dnd_started has not been emitted.

2012-11-15  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-11-15  Andrea Azzarone  <azzaronea@gmail.com>

	Add USE_X11 in Launcher.cpp.

2012-11-15  Andrea Azzarone  <azzaronea@gmail.com>

	Add Quirk::UNFOLDED.

2012-11-15  Andrea Azzarone  <azzaronea@gmail.com>

	Minor change.

2012-11-15  Andrea Azzarone  <azzaronea@gmail.com>

	Remove duplicate test.

2012-11-15  Andrea Azzarone  <azzaronea@gmail.com>

	Use the new classes in real code.

2012-11-15  Andrea Azzarone  <azzaronea@gmail.com>

	Update unitya11ytests.cpp

2012-11-15  Andrea Azzarone  <azzaronea@gmail.com>

	Update CMakelists.

2012-11-15  Andrea Azzarone  <azzaronea@gmail.com>

	Add XdndManager* + tests.

2012-11-15  Andrea Azzarone  <azzaronea@gmail.com>

	Add tests for XdndStartStopNotifier*.

2012-11-15  Andrea Azzarone  <azzaronea@gmail.com>

	Add XdndStartStopNotifier*

2012-11-15  Andrea Azzarone  <azzaronea@gmail.com>

	Rename DNDCollectionWindow to XdndCollectionWinodw*. Partial refactor too.

2012-11-24  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Add an overlay scroll bar thumb that allows you to control the scroll bars in the dash. Fixes: https://bugs.launchpad.net/bugs/608124.
	
	Approved by Marco Trevisan (Treviño), John Lea.

2012-11-23  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Merge trunk, fixed conflict
	
	* Really fix cmake now
	* Apply 2 upstream patches to fix FTBFS on raring:
	- gettext cmake support change with new cmake
	- include directly iostream needed for std::cout
	* debian/control.in: Recommends gnome-control-center-unity

2012-11-23  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixes multi montior issue
	* Fixes click, then dragging issue

2012-11-21  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Commented out unused params
	* Removed some dup code

2012-11-20  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fix an edge case where moving the mouse back in the Dash would give a negitive y position...

2012-11-20  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Missed removing comment

2012-11-20  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Added connecter leaving animation

2012-11-20  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Merged Trunk
	
	* Automatic snapshot from revision 2905 (bootstrap)
	- Hide launcher tooltip once shortcut overlay appears (LP: #1035860)
	- Update shortcut overlay design (LP: #1049601)
	- Don't cut off shadow on launcher icon drag window (LP: #765715)
	- Provide more immediate feedback when clickong on launcher (LP: #893140)
	- Decorate spread windows in switcher (LP: #838222)
	- Make sure to initialize a variable before it can be used (LP: #1073516)
	- Fix FTBFS due to BAMF API change (LP: #1077937)
	- Run gtest during build (LP: #133637)
	- Make shopping lens test more robust (LP: #1077131)
	- Fix some random autopilot test failures (LP: #1078448)
	- Fix autopilot tests for details mode (LP: #1073892)
	- Fix autopilot tests for indicator-session (LP: #1075350)
	- Fix autopilot tests for non-English locales (LP: #1075898)
	- add libunity-core -> unity-common dep (LP: #1079132)
	- do not have unity-common dep on compiz-gnome: the migration code is only
	ran if compiz-gnome is installed, but compiz-gnome is pulled by compiz
	directly. We don't care if the migration code isn't executed.
	[ Ricardo Salveti de Araujo ]
	* Doesn't need to depend on gcc 4.6 anymore (LP: #1044836)
	* New upstream release.
	- Includes two already cherry-picked fixes in Ubuntu
	- Unregister gdbus object in the dtor (LP: #1047760)
	- Top panel "tooltip" got out of sync when navigating with the 
	keyboard (LP: #1067358)
	- Fix escaping of _panel_title (LP: #1067357)
	- Fix ALT+Tab switches to incorrect window (LP: #1071298)
	- Stop Unity UI elements from flickering in some cases (LP: #1070735)

2012-11-20  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* minor change

2012-11-20  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Missed updating var

2012-11-19  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Tests showing, that using the PlacesOverlayScrollBar, that
	the Overlay Thumb is being shown and used.

2012-11-19  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Added the 'connector' between the thumb and slider

2012-11-16  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Minor cleaning up

2012-11-16  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Missed a few const changes

2012-11-16  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Remove ubus usage

2012-11-16  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Reduced the magic
	* Changed gtest from TEST -> TEST_F

2012-11-15  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Reduce the number of times updating the geo when not needed
	* Fixed a problem when changing the search while the overlay was open
	* Added some more test

2012-11-15  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Make sure the active lens->SetVisible(false) when closing...other wise weird things happen

2012-11-15  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Removed second private:

2012-11-15  Brandon Schaefer  <brandon.schaefer@canonical.com>

	[ bschaefer ]
	Ported to nux 4.0
	
	* Merged trunk

2012-11-15  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Adjusting how much left clicking should mouve up or down

2012-11-14  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Missed some const

2012-11-14  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Change Color -> RedGreenBlue
	* Minor fixes

2012-11-14  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* removed useless function

2012-11-13  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Mistake in header...

2012-11-13  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Adds overlayscroll bar

2012-11-23  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Actually, for locale independency we need to encapsulate all category strings, and install different domains, depending on which lens is used. We also need to use unicode=True, otherwise it's just a waste of time.
	
	Approved by Marco Trevisan (Treviño).

2012-11-20  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Actually, for locale independency we need to encapsulate all category strings, and install different domains, depending on which lens is used. We also need to use unicode=True, otherwise it's just a waste of time.

2012-11-16  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Added locale-independency to the dash autopilot tests

2012-11-23  Thomi Richards  <thomi.richards@canonical.com>

	Lots of autopilot fixes.
	
	Approved by Christopher Lee.

2012-11-23  Thomi Richards  <thomi.richards@canonical.com>

	Don't require dbus service at module import time.

2012-11-23  Thomi Richards  <thomi.richards@canonical.com>

	Docstring fix.

2012-11-23  Thomi Richards  <thomi.richards@canonical.com>

	Removed unneeded sleep

2012-11-23  Thomi Richards  <thomi.richards@canonical.com>

	Code cleanup - PEP8 fixes, removed a few lambda functions that were not needed.

2012-11-23  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-11-22  Manuel de la Pena  <manuel@canonical.com>

	- Add tests for the text entry. Tests can be executed from the build dir doing: ./tests/test-gtest --gtest_filter=TestTextInput.*.
	
	Approved by Marco Trevisan (Treviño), Nick Dedekind.

2012-11-22  Manuel de la Pena  <manuel@canonical.com>

	Use expect instead of assert.

2012-11-22  Manuel de la Pena  <manuel@canonical.com>

	Fix memory leak and clean methods declaration.

2012-11-22  Manuel de la Pena  <manuel@canonical.com>

	Updated code following the review comments.

2012-11-22  Manuel de la Pena  <manuel@canonical.com>

	Remove un-necesary virual keywords.

2012-11-22  Manuel de la Pena  <manuel@canonical.com>

	Made required changed in static cairo text.

2012-11-22  Manuel de la Pena  <manuel@canonical.com>

	Added tests for the text entry.

2012-11-22  Didier Roche  <didier.roche@canonical.com>

	Inluce latest changelog in raring.
	
	Approved by Alan Pope.

2012-11-22  Didier Roche  <didier.roche@canonical.com>

	add new changelog

2012-11-22  Didier Roche  <didier.roche@canonical.com>

	2 fixes for FTBFS on raring:
	- include directly iostream needed for std::cout
	- gettext cmake support change with new cmake.
	
	Approved by Sebastien Bacher.

2012-11-22  Didier Roche  <didier.roche@canonical.com>

	add changelog from upload to distro

2012-11-22  Didier Roche  <didier.roche@canonical.com>

	gix gettext cmake syntax with new cmake

2012-11-22  Didier Roche  <didier.roche@canonical.com>

	include iostream to fix FTBFS with new gcc on raring

2012-11-22  Matthias Alles

	Whitespace cleanup in dash source files.
	
	Approved by Thomi Richards.

2012-11-19  Matthias Alles

	Removed whitespace characters at end of lines.
	Replaced tabs with spaces.

2012-11-22  Thomi Richards  <thomi.richards@canonical.com>

	Add debug log messages around showing and hiding the shortcut hint.
	
	Approved by Brandon Schaefer.

2012-11-22  Thomi Richards  <thomi.richards@canonical.com>

	Added logging around showing and hiding the shortcut hint controller.

2012-11-22  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-11-21  Sebastien Bacher  <seb128@ubuntu.com>

	debian/control.in: Recommends gnome-control-center-unity
	.
	
	Approved by Marco Trevisan (Treviño).

2012-11-21  Sebastien Bacher  <seb128@ubuntu.com>

	debian/control.in: Recommends gnome-control-center-unity

2012-11-21  Thomi Richards  <thomi.richards@canonical.com>

	Fix a failing autopilot test in the launcher icon test suite.
	
	Approved by Christopher Lee.

2012-11-21  Thomi Richards  <thomi.richards@canonical.com>

	Fix a test that failed due to the lazy creation of tooltips in Unity.

2012-11-21  Thomi Richards  <thomi.richards@canonical.com>

	Fixed whitespace issue in some dash tests, and made a test do what it says on the tin.

2012-11-21  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-11-21  Andrea Azzarone  <azzaronea@gmail.com>

	Expand filter label view. Fixes: https://bugs.launchpad.net/bugs/1080534.
	
	Approved by Marco Trevisan (Treviño).

2012-11-21  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug 1080534.

2012-11-21  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Remove useless AP tests.
	
	Approved by Thomi Richards.

2012-11-20  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Remove useless tests

2012-11-20  Francis Ginther  <francis.ginther@canonical.com>

	Fix test_switcher tests that can wrap around to the first index.
	
	Approved by Christopher Lee.

2012-11-20  Francis Ginther  <francis.ginther@canonical.com>

	Fix test_switcher tests that can wrap around to the first index

2012-11-20  Didier Roche  <didier.roche@canonical.com>

	add libunity-core -> unity-common dep (LP: #1079132)
	do not have unity-common dep on compiz-gnome: the migration code is only
	ran if compiz-gnome is installed, but compiz-gnome is pulled by compiz
	directly. We don't care if the migration code isn't executed. Fixes: https://bugs.launchpad.net/bugs/1079132.
	
	Approved by Łukasz Zemczak.

2012-11-20  Didier Roche  <didier.roche@canonical.com>

	- add libunity-core -> unity-common dep (LP: #1079132)
	- do not have unity-common dep on compiz-gnome: the migration code is only
	ran if compiz-gnome is installed, but compiz-gnome is pulled by compiz
	directly. We don't care if the migration code isn't executed.

2012-11-20  Francis Ginther  <francis.ginther@canonical.com>

	Fixed an autopilot dash tests
	
	unity.tests.test_dash.CategoryHeaderTests.test_click_inside_highlight - "Folders" category of files lens does not have enough entries on a freshly installed system to enable expansion. Switch to "Installed" category on application lens.
	
	Approved by Thomi Richards.

2012-11-19  Francis Ginther  <francis.ginther@canonical.com>

	Fixed an autopilot dash tests
	
	unity.tests.test_dash.CategoryHeaderTests.test_click_inside_highlight - "Folders" category of files lens does not have enough entries on a freshly installed system to enable expansion. Switch to "Installed" category on application lens.

2012-11-19  Thomi Richards  <thomi.richards@canonical.com>

	Unlock launcher icons instead of failing an autopilot test.
	
	Approved by Christopher Lee.

2012-11-20  Thomi Richards  <thomi.richards@canonical.com>

	Fixed icon drag tests.

2012-11-20  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-11-19  Timo Jyrinki  <timo.jyrinki@canonical.com>

	Fix files lens header clicking on non-English locales in test_click_inside_highlight.
	
	Approved by Francis Ginther.

2012-11-19  Timo Jyrinki  <timo.jyrinki@canonical.com>

	Fix files lens header clicking on non-English locales in test_click_inside_highlight

2012-11-19  Francis Ginther  <francis.ginther@canonical.com>

	Open a temporary app window to always allow exit from showdesktop_active mode.
	
	If there are no application windows open, showdesktop_active can be set, but not cleared. This provides a hackish solution that will get unity back into the desired state for the next test. It does not solve the problem of a test attempting to leave showdesktop_active mode under these conditions.
	
	Approved by Martin Mrazik, Timo Jyrinki.

2012-11-19  Francis Ginther  <francis.ginther@canonical.com>

	Open a temporary app window to always allow exit from showdesktop_active mode.
	
	If there are no application windows open, showdesktop_active can be set, but not cleared. This provides a hackish solution that will get unity back into the desired state for the next test. It does not solve the problem of a test attempting to leave showdesktop_active mode under these conditions.

2012-11-19  Michael Terry  <michael.terry@canonical.com>

	bootstrap daily upload changelog message.
	
	Approved by Didier Roche.

2012-11-16  Michael Terry  <michael.terry@canonical.com>

	final updates now that trunk has been resynced with packaging

2012-11-16  Michael Terry  <michael.terry@canonical.com>

	merge from trunk

2012-11-15  Michael Terry  <michael.terry@canonical.com>

	bootstrap daily upload changelog message

2012-11-19  Thomi Richards  <thomi.richards@canonical.com>

	Fix failing launcher icon drag tests.
	
	Approved by Christopher Lee.

2012-11-19  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-11-19  Thomi Richards  <thomi.richards@canonical.com>

	Be a bit more pragmatic about failing tests.

2012-11-18  Francis Ginther  <francis.ginther@canonical.com>

	Update unity log names to match those updated in rev 2867.
	
	Approved by Thomi Richards.

2012-11-16  Francis Ginther  <francis.ginther@canonical.com>

	Update unity log names to match those updated in rev 2867.

2012-11-16  MC Return  <mc.return@gmx.net>

	Removed useless calculation of adding x (0.0f) to tailPosition.
	Reduced the scope of the variables double line_width, radius, x and y.
	
	Approved by Brandon Schaefer.

2012-11-16  MC Return  <mc.return@gmx.net>

	Removed useless calculation of adding x (0.0f) to tailPosition and reduced the scope of double x as well

2012-11-16  MC Return  <mc.return@gmx.net>

	Reduced the scope of the variables double line_width, radius and y

2012-11-16  MC Return  <mc.return@gmx.net>

	Performance: Do not create unnecessary string copies by converting const char* to std::string, instead use icon_string directly.
	
	Approved by Brandon Schaefer.

2012-11-16  MC Return  <mc.return@gmx.net>

	Performance: Do not create unnecessary string copies by converting const char* to std::string, instead use icon_string directly

2012-11-16  Albert Astals  <albert.astals@canonical.com>

	Sync debian/ packaging from raring again.
	
	Approved by Didier Roche.

2012-11-16  Michael Terry  <michael.terry@canonical.com>

	merge from trunk

2012-11-15  Michael Terry  <michael.terry@canonical.com>

	sync packaging from raring again

2012-11-12  Didier Roche  <didier.roche@canonical.com>

	releasing version 6.12.0-0ubuntu1

2012-11-09  Timo Jyrinki  <timo.jyrinki@canonical.com>

	Cherry-pick from lp:unity/6.0 the revert of bug fix #1067534, removing that also from the changelog.

2012-11-09  Timo Jyrinki  <timo.jyrinki@canonical.com>

	Revert bzr2788 (LP: #1076884). Fixes: https://bugs.launchpad.net/bugs/1067534, https://bugs.launchpad.net/bugs/1076884. Approved by Didier Roche.

2012-11-09  Timo Jyrinki  <timo.jyrinki@canonical.com>

	Revert bzr2788 (LP: #1076884)

2012-11-09  Timo Jyrinki  <timo.jyrinki@canonical.com>

	Remove the cherry-picked change from changelog.

2012-11-08  Timo Jyrinki  <timo.jyrinki@canonical.com>

	* New upstream release.
	- Includes two already cherry-picked fixes in Ubuntu
	- Unregister gdbus object in the dtor (LP: #1047760)
	- "Show desktop" plug-in actually works with Unity when ensured that 
	it is loaded after unityshell (LP: #1067534)
	- Top panel "tooltip" got out of sync when navigating with the 
	keyboard (LP: #1067358)
	- Fix reference counting problem leading to memory leaks (LP: #1046201)
	- Fix escaping of _panel_title (LP: #1067357)
	- Fix ALT+Tab switches to incorrect window (LP: #1071298)
	- Stop Unity UI elements from flickering in some cases (LP: #1070735)

2012-11-08  Timo Jyrinki  <timo.jyrinki@canonical.com>

	Import upstream version 6.12.0

2012-11-06  Timo Jyrinki  <timo.jyrinki@canonical.com>

	Release\ 6.12.0

2012-11-05  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Cherry-picked rev 2872 from lp:unity:
	Stop Unity UI elements from flickering. This could happen in some odd
	cases where UnityScreen::damageRegion has not received the full damage
	region for the frame, most likely due to the *SetEnabled() toggles.
	So the fix is to tell Nux about the final, complete, set of damage just
	before rendering. This ensures Nux is always told about everything it has
	to redraw on every frame, rather than flickering.
	(LP: #1070735). Fixes: https://bugs.launchpad.net/bugs/1070735. Approved by Daniel van Vugt.

2012-11-01  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Cherry-picked rev 2872 from lp:unity:
	Stop Unity UI elements from flickering. This could happen in some odd
	cases where UnityScreen::damageRegion has not received the full damage
	region for the frame, most likely due to the *SetEnabled() toggles.
	So the fix is to tell Nux about the final, complete, set of damage just
	before rendering. This ensures Nux is always told about everything it has
	to redraw on every frame, rather than flickering.
	(LP: #1070735)

2012-10-31  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Cherry-picked rev 2871 from lp:unity:
	Clear launcher drag icon texture before rendering to it (LP: #1071813). Fixes: https://bugs.launchpad.net/bugs/1071813. Approved by Daniel van Vugt, Nick Dedekind.

2012-10-30  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Cherry-picked rev 2871 from lp:unity:
	Clear launcher drag icon texture before rendering to it (LP: #1071813)

2012-10-30  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Cherry-picked rev 2870 from lp:unity:
	A workaround fix for Alt+TAB picking up wrong window when used on a application group. The check for Quirk::ACTIVE is not valid right now due to the fact we're making the switcher window active prior to display (this is done this way to fix some other bugs). So a workaround is to save the last active window prior to this action and use this during the checks. It fixes a very annoying bug.. Fixes: https://bugs.launchpad.net/bugs/1071298. Approved by Andrea Azzarone.

2012-10-30  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Cherry-picked rev 2870 from lp:unity:
	A workaround fix for Alt+TAB picking up wrong window when used on a application group. The check for Quirk::ACTIVE is not valid right now due to the fact we're making the switcher window active prior to display (this is done this way to fix some other bugs). So a workaround is to save the last active window prior to this action and use this during the checks. It fixes a very annoying bug.

2012-10-24  Albert Astals  <albert.astals@canonical.com>

	Fix escaping of _panel_title
	
	It only has to be escpaed if comes from new_title
	if coming from UBUS_LAUNCHER_SELECTION_CHANGED data it is already escaped
	Fixes bug #1067357. Fixes: https://bugs.launchpad.net/bugs/1067357. Approved by Marco Trevisan (Treviño).

2012-10-24  Albert Astals  <albert.astals@canonical.com>

	Do not use non-static data member initializers, the merger compiler seems not to like it

2012-10-19  Albert Astals  <albert.astals@canonical.com>

	Remove comment

2012-10-19  Albert Astals  <albert.astals@canonical.com>

	Fix escaping of _panel_title
	
	It only has to be escpaed if comes from new_title
	if coming from UBUS_LAUNCHER_SELECTION_CHANGED data it is already escaped
	Fixes bug #1067357

2012-10-17  Albert Astals  <albert.astals@canonical.com>

	Fix escaping of _panel_title
	
	It only has to be escpaed if comes from new_title
	if coming from UBUS_LAUNCHER_SELECTION_CHANGED data it is already escaped
	Fixes bug #1067357

2012-10-24  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Fix reference counting problem which leads to memory leaks and a crash in MT grab handles.. Fixes: https://bugs.launchpad.net/bugs/1046201. Approved by Łukasz Zemczak.

2012-10-24  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* revert the test_grab file as well

2012-10-24  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Revert the changes to std -> boost

2012-10-18  Albert Astals  <albert.astals@canonical.com>

	Update the UBUS_LAUNCHER_SELECTION_CHANGED on UBUS_QUICKLIST_END_KEY_NAV. Fixes: https://bugs.launchpad.net/bugs/1067358. Approved by Marco Trevisan (Treviño).

2012-10-17  Albert Astals  <albert.astals@canonical.com>

	Update the UBUS_LAUNCHER_SELECTION_CHANGED on UBUS_QUICKLIST_END_KEY_NAV

2012-10-18  MC Return  <mc.return@gmx.net>

	Unity actually provides the feature "fadetodesktop".
	This change is needed to make unityshell just conflict with the Compiz "Fade to Desktop" (fadedesktop) plug-in, but work together with "Show Desktop" (showdesktop).
	showdesktop only works if it is started after unityshell.. Fixes: https://bugs.launchpad.net/bugs/1067534. Approved by Marco Trevisan (Treviño).

2012-10-17  MC Return  <mc.return@gmx.net>

	Unity actually provides the feature "fadetodesktop".
	This change is needed, because unityshell just collides with the Compiz "Fade to Desktop" (fadedesktop) plug-in, but works with "Show Desktop" (showdesktop) if showdesktop is started after unityshell.

2012-10-18  Andrea Azzarone  <azzaronea@gmail.com>

	Unregister gdbus object in the dtor. Fix bug 1047760. Fixes: https://bugs.launchpad.net/bugs/1047760. Approved by Marco Trevisan (Treviño).

2012-10-17  Andrea Azzarone  <azzaronea@gmail.com>

	Unregister gdbus object in the dtor. Fix bug 1047760.

2012-11-16  Thomi Richards  <thomi.richards@canonical.com>

	Fix several broken dash autopilot tests.
	
	Approved by Brandon Schaefer, Francis Ginther.

2012-11-16  Thomi Richards  <thomi.richards@canonical.com>

	Fixed another broken test.

2012-11-16  Thomi Richards  <thomi.richards@canonical.com>

	Fixed another broken test.

2012-11-16  Thomi Richards  <thomi.richards@canonical.com>

	Fixed some more dash autopilot tests. Removed some unneccesary lambda structures, and fixed some very broken code in the dash emulator.

2012-11-16  Thomi Richards  <thomi.richards@canonical.com>

	Fixed AP test that references a lens PlacesGroup object that no longer existed.

2012-11-16  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-11-15  Thomi Richards  <thomi.richards@canonical.com>

	Fix AP bug where cancelling previews didn't work since we were clicking on the 'No Image Avaialble' text label, instead of the image area.

2012-11-15  MC Return  <mc.return@gmx.net>

	Minor possible performance improvement by replacement of 'rendering_stack.size() > 0' with '!rendering_stack.empty()' in unity-shared/GraphicsUtils.cpp.
	xxxx.size() can take linear time while xxxx.empty() is guaranteed to take constant time.
	
	Approved by Brandon Schaefer, Thomi Richards.

2012-11-08  MC Return  <mc.return@gmx.net>

	Merged latest lp:unity

2012-11-07  MC Return  <mc.return@gmx.net>

	Minor possible performance improvement by replacement of 'rendering_stack.size() > 0' with '!rendering_stack.empty()' in unity-shared/GraphicsUtils.cpp 

2012-11-15  MC Return  <mc.return@gmx.net>

	Initialized class member variables in their respective constructors.
	Used false for bools, 0 for ints and object pointers like SnDisplay* or SnMonitorContext*.
	
	Approved by Brandon Schaefer, Thomi Richards.

2012-11-15  MC Return  <mc.return@gmx.net>

	Removed whitespaces

2012-11-15  MC Return  <mc.return@gmx.net>

	Use Unity style for class constructors (reformatting)

2012-11-08  MC Return  <mc.return@gmx.net>

	Also initialize the member variables int icon_size, image_size and spacing in the IconRenderer::IconRenderer() constructor

2012-11-08  MC Return  <mc.return@gmx.net>

	Merged latest lp:unity

2012-11-08  MC Return  <mc.return@gmx.net>

	Also initialize the member variable bool was_hidden_ in the ShowdesktopHandler::ShowdesktopHandler (...) constructor

2012-11-08  MC Return  <mc.return@gmx.net>

	Initialize the member variables SnDisplay* _sn_display and SnMonitorContext* _sn_monitor in the StartupNotifyService::StartupNotifyService() constructor

2012-11-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: draw fake decorations on spread windows in switcher. Fixes: https://bugs.launchpad.net/bugs/838222.
	
	Approved by Andrea Azzarone, John Lea.

2012-11-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-11-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: make the switcher windows thumbnail to grow with the switcher when animating

2012-11-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LayoutWindow: s/LayoutWindow::List/LayoutWindow::Vector/g

2012-11-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: fix tryNotIntersectUI launcher logic

2012-11-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-11-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_switcher: add label related tests

2012-11-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, switcher: add label related properties to the emulator

2012-11-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, screen: add method to get a window with given xid

2012-11-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: fix compilation, use the last mask as default when painting

2012-11-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: set the text visible only on detail_selection

2012-11-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLayoutSystem: check that layout-windows really resizes windows correctly

2012-11-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LayoutSystem: even more code cleanup

2012-11-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLayoutSystem: add utility functions to avoid to do the same things more than once

2012-11-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LayoutSystem: rename LayoutWindowList to LayoutWindow::List

2012-10-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LayoutSystem: minimized windows are always re-decorated, so avoid double decorations
	
	Tests added.

2012-10-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager: implement missing functions to Maximize and UnMinimize

2012-10-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLayoutSystem: added tests for LayoutWindow

2012-10-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneWindowManager: implement some methods allowing to add stubs windows

2012-10-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LayoutSystem: move it to unity-shared and always set the right aspect ratio

2012-10-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-10-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: don't show the switcher title if we're in spread mode

2012-10-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager: avoid to call the spread actions for every windows
	
	Call it only for target ones.

2012-10-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: add an hack to notify when the spread content changes

2012-10-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: add fake decoration painting function, use it for switcher scaled windows
	
	Plus some code cleanups, and redrawing issues (correctly damaging areas)

2012-10-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: add IsWindowMinimized function

2012-10-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: no need to add the widget path..

2012-10-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: set the selected bit to each layout window

2012-10-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LayoutSystem: Setup a LayoutWindow during initialization, add selected field

2012-10-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: add utility function to get cardinal properties
	
	Also, don't undecorate windows that really does not have frame extents set

2012-10-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneWindowManager: fix compilation issues

2012-10-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: move to HasWindowDecorations

2012-10-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: even more code cleanup

2012-10-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: cache the decoration status as soon as we can

2012-10-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: cache the decoration extents in window for undecorated windows
	
	This allows to always known the window decorations sizes, despite if a window is maximized or not

2012-10-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: even more const&

2012-10-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager: add a getter to obtain the Window decorations sizes

2012-10-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneSwitcher: fix crashes

2012-10-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: even more code cleanup

2012-10-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: allow to define the real glow size, and increase it if we have rounded corners

2012-10-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: use more cached atoms, update _window_decoration_state in NotifyNewDecorationState

2012-10-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: use the faster gdk_x11_get_xatom_by_name or compiz Atom's when possible

2012-10-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: use the window glow to round the switcher selected window

2012-10-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: remove the rounding texture, code cleanup and use initialization list

2012-10-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractIconRenderer: move to std::shared_ptr

2012-10-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LayoutSystem: code cleanup and move to std::shared_ptr

2012-11-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests/CMakeLists.txt: make all the xless tests compile again.
	
	Approved by Andrea Azzarone.

2012-11-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests/CMakeLists.txt: make all the xless tests compile again

2012-11-15  Ricardo Salveti de Araujo  <ricardo.salveti@canonical.com>

	Doesn't need to depend on gcc 4.6 anymore (LP: #1044836). Fixes: https://bugs.launchpad.net/bugs/1044836.
	
	Approved by Stephen M. Webb.

2012-11-15  Ricardo Salveti de Araujo  <ricardo.salveti@canonical.com>

	Doesn't need to depend on gcc 4.6 anymore (LP: #1044836)

2012-11-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CMakeLists: move from one-line dependency string to multiline dependencies
	
	This avoids conflicts and improves readability. Also remove the unneeded
	dbus-glib-1 dependency and do some cleanup.
	
	Approved by Stephen M. Webb.

2012-11-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CMakeLists.txt: sort dependencies in alhabetical order, move to x-only unneeded shared dependencies

2012-11-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with Brandon's branch

2012-11-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CMakeLists.txt: don't duplicate dependencies, just use a shared variable

2012-11-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityCore/CMakeLists.txt: ops, set back the dependency to nux-core-4.0

2012-11-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CMakeLists.txt: factorize the protocol private dependency string

2012-11-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityCore/CMakeLists.txt: add multi-line dependencies to CMake

2012-11-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CMakeLists.txt: remove the unneeded dbus-glib-1 dependency

2012-11-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge with trunk

2012-11-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CMakeLists.txt: just use standard set syntax to define the proper dependencies

2012-11-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~brandontschaefer/unity/update-unity-to-nux-4.0

2012-11-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CMakeLists: move from one-line dependency string to multiline dependencies
	
	This avoids conflicts and improves readability.

2012-11-15  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Updating Unity with the Nuxs' major version change. From 3.0 -> 4.0.
	
	Approved by Marco Trevisan (Treviño), Stephen M. Webb, Didier Roche.

2012-11-14  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fix conflicts

2012-11-13  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Update the debian folder as well

2012-11-13  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Nux major version is now 4.0, updating unity for the same

2012-11-15  Michal Hruby  <michal.mhr@gmail.com>

	Refactor DBusProxy, Lens and HomeLens classes.
	
	Approved by Marco Trevisan (Treviño), Nick Dedekind.

2012-11-14  Michal Hruby  <michal.mhr@gmail.com>

	Merge trunk

2012-11-13  Michal Hruby  <michal.mhr@gmail.com>

	Add a few more tests

2012-11-12  Michal Hruby  <michal.mhr@gmail.com>

	Fix issues brought up during review

2012-10-26  Michal Hruby  <michal.mhr@gmail.com>

	Refactor DBusProxy and the Search part of lenses

2012-11-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: fix some random failures. Fixes: https://bugs.launchpad.net/bugs/1078448.
	
	Approved by Łukasz Zemczak.

2012-11-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: fix some random failures

2012-11-14  Michael Terry  <michael.terry@canonical.com>

	Enable headless automatic tests.
	
	Approved by Brandon Schaefer.

2012-11-13  Michael Terry  <michael.terry@canonical.com>

	enable tests during debian build

2012-11-14  Tim Penhey  <tim.penhey@canonical.com>

	Normalise the USE_X11 macros, and cmake usage.  Moves autopilot debug interfaces from plugins -> unity-shared.
	
	Approved by Brandon Schaefer.

2012-11-14  Tim Penhey  <tim.penhey@canonical.com>

	Fix the headless tests.

2012-11-14  Tim Penhey  <tim.penhey@canonical.com>

	Merged trunk into new-x-macro.

2012-10-24  Tim Penhey  <tim.penhey@canonical.com>

	Use a more sane X11 macro.

2012-10-24  Tim Penhey  <tim.penhey@canonical.com>

	Change the macros, and cmake definitions.

2012-10-24  Tim Penhey  <tim.penhey@canonical.com>

	Conditionally compile some of the test files.

2012-10-24  Tim Penhey  <tim.penhey@canonical.com>

	Pull out a bunch of dependencies if not using X.

2012-10-24  Tim Penhey  <tim.penhey@canonical.com>

	Don't use gestures if nux doesn't support them.

2012-10-24  Tim Penhey  <tim.penhey@canonical.com>

	Use the range based for, and remove compiz header. Move the debug files into unity-shared.

2012-10-23  Tim Penhey  <tim.penhey@canonical.com>

	The shortcuts currently need compiz.

2012-10-23  Tim Penhey  <tim.penhey@canonical.com>

	The showdesktop tests need X.

2012-10-23  Tim Penhey  <tim.penhey@canonical.com>

	Don't need the compiz header there.

2012-10-23  Tim Penhey  <tim.penhey@canonical.com>

	The eSHAPE_CORNER_ROUND5 has been removed, so using 4.  No idea what this will actually do.

2012-10-23  Tim Penhey  <tim.penhey@canonical.com>

	Exclude some tests when not using X.

2012-10-23  Tim Penhey  <tim.penhey@canonical.com>

	Nice cmake flag to disable i18n due to qemu bug.

2012-10-23  Tim Penhey  <tim.penhey@canonical.com>

	Add new nux X support macros.

2012-11-12  Stephen M. Webb  <stephen.webb@canonical.com>

	Fix FTBFS due to BAMF API change (lp: #1077937).. Fixes: https://bugs.launchpad.net/bugs/1077937. Approved by Marco Trevisan (Treviño), Łukasz Zemczak.

2012-11-12  Stephen M. Webb  <stephen.webb@canonical.com>

	And another instance of bamf API change

2012-11-12  Stephen M. Webb  <stephen.webb@canonical.com>

	Fixes FTBFS due to libbamf API change (lp #1077937).

2012-11-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Inverted launcher icon blink/pulse on application start for immediate feedback. (LP: #893140). Fixes: https://bugs.launchpad.net/bugs/893140. Approved by Marco Trevisan (Treviño), Brandon Schaefer.

2012-11-09  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merge with trunk.

2012-11-08  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added launcher icon blink/pulse test.

2012-10-26  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Inverted blink/pulse on application start for immediate feedback.

2012-11-12  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	The test_dash_hud_only_uses_icon_from_current_desktop test should be performed with show_desktop, as otherwise we are never sure what applications are visible on what workspace.. Approved by Marco Trevisan (Treviño).

2012-11-09  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	The test_dash_hud_only_uses_icon_from_current_desktop test should be performed with show_desktop, as otherwise we are never sure what applications are visible on what workspace.

2012-11-12  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	For the shopping lens tests - 'a' is not a sufficient search string, use something that is more likely to result some results. Also, make it locale independent by using gettext translations for categories.. Fixes: https://bugs.launchpad.net/bugs/1077131. Approved by Marco Trevisan (Treviño).

2012-11-09  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	For the shopping lens tests - 'a' is not a sufficient search string, use something that is more likely to result some results. Also, make it locale independent by using gettext translations for categories.

2012-11-09  Didier Roche  <didier.roche@canonical.com>

	Readd gtests to the testsuite back now that google-mock is in main. Add libgtests and google-mock to the package build-deps then.. Fixes: https://bugs.launchpad.net/bugs/133637, https://bugs.launchpad.net/bugs/1076763. Approved by Francis Ginther.

2012-11-09  Didier Roche  <didier.roche@canonical.com>

	add bug ref #1076763,

2012-11-09  Didier Roche  <didier.roche@canonical.com>

	reenable the gtest again now that we have the build-deps

2012-11-09  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- adding libgtest-dev and google-mock build-dep now that there are in main

2012-11-09  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Fix a failing assert in nux when compiled in debug mode.. Approved by MC Return, Timo Jyrinki.

2012-11-01  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fix title width being less then 0 at times. Leading to an assert failing.

2012-11-09  Christopher Lee  <chris.lee@canonical.com>

	Fixed Dash reveal with Spread tests because of Spreads changed behaviour.. Approved by Francis Ginther.

2012-11-09  Christopher Lee  <chris.lee@canonical.com>

	Separated out dash tests using the spread and added place holder app.

2012-11-08  Francis Ginther  <francis.ginther@canonical.com>

	Commenting out setting of GTEST_INCLUDE_DIR in CMakeLists.txt.
	
	This is causing builds to fail in launchpad unity-team/staging ppa due to missing dependencies.. Approved by Tim Penhey.

2012-11-08  Francis Ginther  <francis.ginther@canonical.com>

	Commenting out setting of GTEST_INCLUDE_DIR.
	
	This is causing builds to fail in launchpad unity-team/staging ppa due to missing dependencies.

2012-11-08  Eleni Maria Stea  <elene.mst@gmail.com>

	merged to unity trunk + resolved
	also, changed CMakeLists.txt to find the correct path for the gtest library. Approved by Nick Dedekind.

2012-11-08  Eleni Maria Stea  <elene.mst@gmail.com>

	reversed translation files

2012-11-08  Eleni Maria Stea  <elene.mst@gmail.com>

	fixed the CMakeLists.txt to find the correct path for gtest library

2012-11-08  Eleni Maria Stea  <elene.mst@gmail.com>

	more massive replacements, merged, resolved

2012-10-15  Eleni Maria Stea  <elene.mst@gmail.com>

	removed deprecated enumerations

2012-11-08  Albert Astals  <albert.astals@canonical.com>

	Initialize _using_nofilters_background to true
	
	It is the correct value according to Gord. Fixes: https://bugs.launchpad.net/bugs/1073516. Approved by Timo Jyrinki.

2012-10-31  Albert Astals  <albert.astals@canonical.com>

	Initialize _using_nofilters_background to true
	
	It is the correct value according to Gord

2012-11-08  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	The command lens autopilot tests were failing on non-EN locales, since there is no category with the name "Results" there. Let's use gettext.. Fixes: https://bugs.launchpad.net/bugs/1075898. Approved by Timo Jyrinki, MC Return.

2012-11-07  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	The command lens autopilot tests were failing on non-EN locales, since there is no category with the name "Results" there. Let's use gettext.

2012-11-08  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Updated translation files.. Approved by Neil J. Patel.

2012-11-08  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Update po files.

2012-11-08  Didier Roche  <didier.roche@canonical.com>

	Bring debian/ packaging inline.. Approved by Didier Roche.

2012-11-06  Michael Terry  <michael.terry@canonical.com>

	move debian/ packaging inline

2012-10-31  Didier Roche  <didier.roche@canonical.com>

	releasing version 6.10.0-0ubuntu2

2012-10-30  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	* Cherry-picked from upstream:
	- [SRU Regression] Launcher icon corruption while rearranging
	(LP: #1071813)

2012-10-24  Didier Roche  <didier.roche@canonical.com>

	releasing version 6.10.0-0ubuntu1

2012-10-24  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	* Cherry-picked from upstream:
	- Reverted the switch from boost to std which was part of the fix for
	LP: #1046201. The crash is still fixed without this change, so it was
	actually unneeded

2012-10-17  Didier Roche  <didier.roche@canonical.com>

	releasing version 6.10.0-0ubuntu1

2012-10-16  Timo Jyrinki  <timo.jyrinki@canonical.com>

	* New upstream release.
	- Gap between the dash gradient and the panel one (LP: #1062375)
	- [regression] Dash closes if the onscreen keyboard is outside of 
	Dash' geometry (LP: #1058705)
	- Dash - Category expander arrow is in expanded mode no matter if 
	category is actually expanded (LP: #1053047)
	- Unity panel does not show the kate menus in the correct order
	(LP: #1062283)
	- compiz crashed with SIGSEGV in g_type_check_instance_is_a() from 
	g_object_unref() from _g_file_attribute_value_clear() from ... from 
	query_info_async_cb() [libgvfsdbus.so] (LP: #1061510)
	- dash's music album previews: can't drag the scrollbar (LP: #1056995)
	- Small chunks of the panel shadow appear individually (and very dark)
	(LP: #1057528)
	- compiz crashed with SIGSEGV on Unity "Unmount" (LP: #1055812)
	- [regression] Dash - 'More suggestions' icons in App Lens are too 
	large (LP: #1052513)
	- BamfLauncherIcon: ensure the icon and name values when the running 
	state changes (LP: #772986)
	- Changes the swapping order of the detail mode. Now the currently 
	active window gets moved to the end, instead of getting swapped 
	with the last used window (LP: #1061229)
	- Fixes GetRegion tex coord maths (LP: #1058391)
	- Fixed fade-in behavior of Unity's showdesktop function (LP: #1063249)
	- Added <feature>showdesktop</feature> to unityshell.xml.in, because 
	the feature showdesktop is provided by unityshell. (LP: #1006429)
	(LP: #1006434) (LP: #1063171)
	- Make HudLauncherIcon::ubus_manager_ "un-static" (LP: #1048274)
	- Fix reference counting problem which leads to memory leaks and a 
	crash in MT grab handles (LP: #1046201)
	- Ensure categories with non-personal results can show up before empty 
	categories with personal results (LP: #1067327)
	- adds a legal link to the dash, also a new resource, and fix 
	backup error (LP: #1065652) (LP: #1066646)

2012-10-16  Timo Jyrinki  <timo.jyrinki@canonical.com>

	Import upstream version 6.10.0

2012-10-16  Timo Jyrinki  <timo.jyrinki@canonical.com>

	Release\ 6.10.0

2012-10-16  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Cherry-picked gord's legal branch: adds a legal link to the dash, also a new resource. Fixes: https://bugs.launchpad.net/bugs/1065652, https://bugs.launchpad.net/bugs/1066646. Approved by Marco Trevisan (Treviño).

2012-10-16  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Cherry-picked gord's legal branch: adds a legal link to the dash, also a new resource

2012-10-16  Michal Hruby  <michal.mhr@gmail.com>

	Ensure categories with non-personal results can show up before empty categories with personal results. Fixes: https://bugs.launchpad.net/bugs/1067327. Approved by Łukasz Zemczak.

2012-10-16  Michal Hruby  <michal.mhr@gmail.com>

	Move the declaration

2012-10-16  Michal Hruby  <michal.mhr@gmail.com>

	Ensure categories with non-personal results can show up before empty categories with personal results

2012-10-16  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Fix reference counting problem which leads to memory leaks and a crash in MT grab handles.. Fixes: https://bugs.launchpad.net/bugs/1046201. Approved by Łukasz Zemczak.

2012-10-13  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fix mt-handle-grab memory/window leak caused by reference counting which caused a crash

2012-10-16  Andrea Azzarone  <azzaronea@gmail.com>

	Make HudLauncherIcon::ubus_manager_ "un-static" (LP bug 1048274). Fixes: https://bugs.launchpad.net/bugs/1048274. Approved by Brandon Schaefer.

2012-10-12  Andrea Azzarone  <azzaronea@gmail.com>

	Make HudLauncherIcon::ubus_manager_ "un-static" (LP bug 1048274)

2012-10-16  MC Return  <mc.return@gmx.net>

	Added <feature>showdesktop</feature> to unityshell.xml.in, because the feature showdesktop is provided by unityshell.
	Now it will be impossible to enable the Compiz "Show Desktop" and "Fade to Desktop" plug-ins together with Unity, but they will work normally without Unity.
	CCSM will show a dialogue to the user if he tries to enable showdesktop or fadetodesktop if Unity runs, explaining the situation and allowing the user to choose.. Fixes: https://bugs.launchpad.net/bugs/1006429, https://bugs.launchpad.net/bugs/1006434, https://bugs.launchpad.net/bugs/1063171. Approved by Marco Trevisan (Treviño).

2012-10-15  MC Return  <mc.return@gmx.net>

	Added <feature>showdesktop</feature> to unityshell.xml.in, because the feature showdesktop is provided by unityshell.
	Now it will be impossible to enable the Compiz "Show Desktop" and "Fade to Desktop" plug-ins together with Unity, but they will work normally without Unity.
	CCSM will show a dialogue to the user if he tries to enable showdesktop or fadetodesktop if Unity runs, explaining the situation and allowing the user to choose.

2012-10-15  MC Return  <mc.return@gmx.net>

	Fixed fade-in behavior of Unity's showdesktop function. The windows were popping back in, fading out a bit and then fading in. This fix makes them fade back in smoothly.
	Also added a manual test.. Fixes: https://bugs.launchpad.net/bugs/1063249. Approved by Łukasz Zemczak.

2012-10-15  MC Return  <mc.return@gmx.net>

	Fixed fade-in behavior of Unity's showdesktop function. The windows were popping back in, fading out a bit and then fading in. This fix makes them fade back in smoothly.
	Also added a manual test.

2012-10-15  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Fixes GetRegion tex coord maths.. Fixes: . Approved by Neil J. Patel.

2012-10-12  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Transparent dash dodgy texture coords math fixed for 6.0.

2012-10-15  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Changes the swapping order of the detail mode. Now the currently active window gets moved to the end, instead of getting swapped with the last used window. (LP: #1061229). Fixes: https://bugs.launchpad.net/bugs/1061229. Approved by Brandon Schaefer.

2012-10-12  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Changes the swapping order of the detail mode. Now the currently active window gets moved to the end, instead of getting swapped with the last used window. (LP: #1061229)

2012-10-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: ensure the icon and name values when the running state changes
	
	This avoids to get "?" icons. Fixes: https://bugs.launchpad.net/bugs/772986. Approved by Brandon Schaefer.

2012-10-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestBamfLauncherIcon: fix tests incon names

2012-10-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: ensure the icon and name values when the running state changes
	
	This avoids to get "?" icons

2012-10-11  Michal Hruby  <michal.mhr@gmail.com>

	Cherrypick r2820 from trunk - Respect use-small-icon hint set on UnityProtocolAnnotatedIcon. Fixes: https://bugs.launchpad.net/bugs/1052513. Approved by Łukasz Zemczak.

2012-10-11  Michal Hruby  <michal.mhr@gmail.com>

	Cherrypick r2820 from trunk - Respect use-small-icon hint set on UnityProtocolAnnotatedIcon

2012-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	VolumeImp: use GCancellable to perform glib async operations. Fixes: https://bugs.launchpad.net/bugs/1055812. Approved by Nick Dedekind.

2012-10-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	VolumeImp: use GCancellable to perform glib async operations

2012-10-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:unity/6.0

2012-10-11  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Draw the panel shadow only within the redraw region. Using a bounding box
	allowed parts to get redrawn when they should not, appearing as small chunks
	of extra-dark panel shadow.
	(LP: #1057528). Fixes: https://bugs.launchpad.net/bugs/1057528. Approved by Łukasz Zemczak.

2012-10-10  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Draw the panel shadow only within the redraw region. Using a bounding box
	allowed parts to get redrawn when they should not, appearing as small chunks
	of extra-dark panel shadow.
	(LP: #1057528)

2012-10-11  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed dash preview scrolling. (LP: #1056995). Fixes: https://bugs.launchpad.net/bugs/1056995. Approved by Brandon Schaefer, Łukasz Zemczak.

2012-10-10  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed button size errors due to spacers.

2012-10-10  Michal Hruby  <michal.mhr@gmail.com>

	Backport r2821 from trunk - fix refcounting in TrashLauncherIcon. Fixes: https://bugs.launchpad.net/bugs/1061510. Approved by Łukasz Zemczak.

2012-10-10  Michal Hruby  <michal.mhr@gmail.com>

	Backport r2821 from trunk - fix refcounting in TrashLauncherIcon

2012-10-09  Albert Astals  <albert.astals@canonical.com>

	Do not reuse the menu entries if their order changes
	
	Since the indicators api only have "add" and "remove" signals, if we reuse an entry that is not in the correct order it will case the menus or whatever this indicator represents to be in the wrong order. Fixes: https://bugs.launchpad.net/bugs/1062283. Approved by Marco Trevisan (Treviño).

2012-10-09  Albert Astals  <albert.astals@canonical.com>

	Do not reuse the menu entries if their order changes
	
	Since the indicators api only have "add" and "remove" signals, if we reuse an entry that is not in the correct order it will case the menus or whatever this indicator represents to be in the wrong order

2012-10-08  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Cherry-picked from lp:unity rev 2812:
	Use expand icon by default.. Fixes: https://bugs.launchpad.net/bugs/1053047. Approved by Marco Trevisan (Treviño).

2012-10-08  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Cherry-picked from lp:unity rev 2812:
	Use expand icon by default.

2012-10-08  Brandon Schaefer  <brandon.schaefer@canonical.com>

	On screen keyboard now work with the Dash, when it is outside the Dashs' geo.. Fixes: https://bugs.launchpad.net/bugs/1058705. Approved by Łukasz Zemczak.

2012-10-05  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Backported OSK/Dash fix

2012-10-08  Andrea Azzarone  <azzaronea@gmail.com>

	Fix gap between dash/panel gradient. (cherry-pick lp:unity rev 2809) (LP: #1062375). Fixes: https://bugs.launchpad.net/bugs/1062375. Approved by Łukasz Zemczak.

2012-10-08  Andrea Azzarone  <azzaronea@gmail.com>

	Cherry-pick lp:unity rev 2809.

2012-10-08  Didier Roche  <didier.roche@canonical.com>

	Ok, no need for the changed strings after all, Seb reuploaded the template file with the additional string and launchpad kept the 12.04 string, so we can revert it to that one.
	The incoming langpack export will then repick the previous 12.04 translation.
	
	The POTFILES.in addition from the previous merge is still needed for next upload to not remove the string from the template and so export. So only revert the string change here. Fixes: https://bugs.launchpad.net/bugs/1062921. Approved by Łukasz Zemczak.

2012-10-08  Didier Roche  <didier.roche@canonical.com>

	go back to Workspace Switcher

2012-10-08  Didier Roche  <didier.roche@canonical.com>

	Fix untranslated Workspace Switcher in the panel.
	Got back to 12.04 string to not add any string break to Quantal.
	
	Similar to rev 1062921 (LP: #1062921). Fixes: https://bugs.launchpad.net/bugs/1062921. Approved by Łukasz Zemczak.

2012-10-08  Didier Roche  <didier.roche@canonical.com>

	fix untranslated Workspace Switcher in the panel. Got back to 12.04 string to not add any string break to Quantal. Similar to rev 1062921 (LP: #1062921)

2012-10-12  Didier Roche  <didier.roche@canonical.com>

	releasing version 6.8.0-0ubuntu2

2012-10-12  Didier Roche  <didier.roche@canonical.com>

	cherry-pick remove google font

2012-10-12  Didier Roche  <didier.roche@canonical.com>

	translated and part of langpacks for 12.10. (LP: #1065652)

2012-10-11  Didier Roche  <didier.roche@canonical.com>

	Cherry-pick a fix for having legal information in the dash. This links
	to a legal html document. The string itself in the dash is picked from
	ubuntu-online-account gnome-control-center integration and so, already
	translated and part of langpacks for 12.10.

2012-10-04  Didier Roche  <didier.roche@canonical.com>

	releasing version 6.8.0-0ubuntu1

2012-10-04  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	* debian/control:
	- Bumped libnux dependency to 3.8.0

2012-10-04  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

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

2012-10-04  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Import upstream version 6.8.0

2012-10-04  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Release\ 6.8.0

2012-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: add PixmapTexture struct: never separate a binded texture to its pixmap
	
	Or it will lead to crashes. Now we cache both the GLTexture and the binded XPixmap, so
	that we delete both together and there won't be crashes.
	
	Texutures binded to Pixmaps should not be alive when the binded pixmap has been
	destroyed. So, now we have a new PixmapTexture struct that keeps both the data
	structures alive.
	We now use a smart pointer of PixmapTexture to cache both the temporary decorations,
	inside a CairoContext, and the ones at class level.. Fixes: https://bugs.launchpad.net/bugs/1061396. Approved by Neil J. Patel.

2012-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: don't draw decorations when we have empty sizes
	
	It also fixes a crash on LLVMPIPE

2012-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: no need to use externally managed textures anymore

2012-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: don't draw a decoration if the texture has not been saved

2012-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PixmapTexture: add compiz::opengl::ExternallyManaged when pinding pixmap

2012-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: add PixmapTexture struct: never separate a binded texture to its pixmap
	
	Or it will lead to crashes. Now we cache both the GLTexture and the binded XPixmap, so
	that we delete both together and there won't be crashes.

2012-10-04  Andrea Azzarone  <azzaronea@gmail.com>

	Revert rev 2753.
	Use clip region to fix dash/launcher separator drawing bug.. Fixes: https://bugs.launchpad.net/bugs/1061081. Approved by Łukasz Zemczak.

2012-10-04  Andrea Azzarone  <azzaronea@gmail.com>

	Use clip region to fix bug dash/launcher separator drawing.

2012-10-04  Andrea Azzarone  <azzaronea@gmail.com>

	Revert rev 2753.

2012-10-04  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Fixed flickering bug.. Fixes: https://bugs.launchpad.net/bugs/1060532. Approved by Łukasz Zemczak, Nick Dedekind.

2012-10-03  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Fixed blend mode bug in 6.0.

2012-10-04  Michal Hruby  <michal.mhr@gmail.com>

	Attempt to reconnect to DBus proxies if the initial connection fails. Fixes: https://bugs.launchpad.net/bugs/1058619. Approved by Łukasz Zemczak, Gord Allott.

2012-10-04  Michal Hruby  <michal.mhr@gmail.com>

	Backport DBus proxy reconnection fix from trunk

2012-10-03  Andrea Azzarone  <azzaronea@gmail.com>

	Fix rendering flaw in search entry. (LP: #1059562). Fixes: https://bugs.launchpad.net/bugs/1059562. Approved by Neil J. Patel.

2012-10-01  Andrea Azzarone  <azzaronea@gmail.com>

	Fix rendering flaw of dash search entry.

2012-10-03  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed dash filter redraw issue (LP: #1059607). Fixes: https://bugs.launchpad.net/bugs/1059607. Approved by Neil J. Patel.

2012-10-02  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed dash filter scroll redrawing.

2012-10-03  Andrea Azzarone  <azzaronea@gmail.com>

	Use GMountOperation in g_volume_mount. GMountOperation provides a mechanism for interacting with the use.. Fixes: https://bugs.launchpad.net/bugs/713432. Approved by Łukasz Zemczak.

2012-10-02  Andrea Azzarone  <azzaronea@gmail.com>

	Use GMountOperation to enable user interaction when mounting file systems.

2012-10-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DesktopUtilities: unescape the desktop paths and ids before processing them. Fixes: https://bugs.launchpad.net/bugs/1055552. Approved by Neil J. Patel.

2012-10-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DesktopUtilities: unescape the desktop paths and ids before processing them

2012-10-03  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Cherry-picked 2786: Ignore transient unmmaped windows on minimize/unminimize
	Doesn't make much sense since they are not shown and it confuses Qt code.. Fixes: https://bugs.launchpad.net/bugs/929712. Approved by Marco Trevisan (Treviño), Albert Astals Cid.

2012-10-03  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Cherry-picked 2786: Ignore transient unmmaped windows on minimize/unminimize
	
	Doesn't make much sense since they are not shown and it confuses Qt code.

2012-10-03  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Cherry-picked 2784 from trunk: Uploaded correct (hires) icon for missing album artwork when displaying music preview.. Fixes: https://bugs.launchpad.net/bugs/1060195. Approved by Didier Roche.

2012-10-03  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Cherry-picked 2784 from trunk: Uploaded correct (hires) icon for missing album artwork when displaying music preview.

2012-10-02  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Workaround a crash when using mesa's software rendering. Fixes: https://bugs.launchpad.net/bugs/1060148. Approved by Łukasz Zemczak, Marco Trevisan (Treviño).

2012-10-02  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Added commentary.

2012-10-02  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Set texture to be externally managed.

2012-10-02  Andrea Azzarone  <azzaronea@gmail.com>

	Fix rendering of the dash/launcher separator.. Fixes: https://bugs.launchpad.net/bugs/1057798. Approved by Łukasz Zemczak.

2012-10-01  Andrea Azzarone  <azzaronea@gmail.com>

	Fix rendering of dash/launcher separator.

2012-10-02  Timo Jyrinki  <timo.jyrinki@canonical.com>

	Reference the menu in the accessible object. (LP: #913324). Fixes: https://bugs.launchpad.net/bugs/913324. Approved by Michal Hruby.

2012-10-02  Timo Jyrinki  <timo.jyrinki@canonical.com>

	Cherry-pick lp:unity 2775

2012-10-02  Timo Jyrinki  <timo.jyrinki@canonical.com>

	Removed minimum width from result group causing home lens not to wrap. (LP: #1053116). Fixes: https://bugs.launchpad.net/bugs/1053116, https://bugs.launchpad.net/bugs/1053316. Approved by Łukasz Zemczak.

2012-10-02  Timo Jyrinki  <timo.jyrinki@canonical.com>

	Removed minimum width from result group causing home lens not to wrap. (LP#1053116)

2012-10-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ExpoLauncherIcon: Correctly toggle the expo on activation
	
	PluginAdapter: change the internals of MultiActionList to use a map to reference actions by name
	WindowManager: add TerminateExpo function to hide the expo plugin. Fixes: https://bugs.launchpad.net/bugs/1059759. Approved by Brandon Schaefer.

2012-10-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ExpoLauncherIcon: Correctly toggle the expo on activation
	
	PluginAdapter: change the internals of MultiActionList to use a map to reference actions by name
	WindowManager: add TerminateExpo function to hide the expo plugin

2012-10-01  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Don't convert "devices-option", it's a deprecated key. Fixes: https://bugs.launchpad.net/bugs/1059594. Approved by Didier Roche.

2012-10-01  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Cherry-picked seb128's branch: Don't convert devices-option, it's a deprecated key

2012-10-01  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Low Graphics Mode. Fixes: https://bugs.launchpad.net/bugs/1046497. Approved by Nicolas d'Offay.

2012-10-01  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Low Graphics Mode

2012-10-01  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added launcher icon destructor disconnect from expo termination signal.. Fixes: https://bugs.launchpad.net/bugs/1055995. Approved by Andrea Azzarone.

2012-10-01  Nick Dedekind  <nicholas.dedekind@gmail.com>

	removed whitespace.

2012-10-01  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added launcher icon destructor disconnect from expo termination signal.

2012-10-01  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed re-ordering of shopping lens category in home lens. (LP#1054219). Fixes: https://bugs.launchpad.net/bugs/1054219. Approved by Michal Hruby.

2012-10-01  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed re-ordering of shopping lens category in home lens.

2012-09-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Cherrypicks from unity's trunk for 6.8.0. Fixes: . Approved by Brandon Schaefer, Didier Roche.

2012-09-28  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:unity r2769

2012-09-28  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:unity r2768

2012-09-28  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:unity r2766

2012-09-28  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:unity r2765

2012-09-28  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:unity r2764

2012-09-28  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:unity r2763

2012-09-28  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:unity r2762

2012-09-28  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:unity r2761

2012-09-28  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:unity r2759

2012-09-28  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:unity r2758

2012-09-28  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:unity r2757

2012-09-28  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:unity r2756

2012-09-28  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:unity r2755

2012-09-28  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:unity r2754

2012-09-28  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:unity r2753

2012-09-28  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:unity r2746

2012-09-28  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:unity r2745

2012-09-28  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:unity r2743

2012-09-28  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:unity r2742

2012-09-28  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:unity r2741

2012-09-28  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:unity r2740

2012-09-28  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:unity r2738

2012-09-28  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:unity r2736

2012-09-28  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:unity r2735

2012-09-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: call Stick after that the icon is set sticky, so that the signal emission will work
	
	And so the favorites will be correctly saved.. Fixes: https://bugs.launchpad.net/bugs/1054645. Approved by Andrea Azzarone.

2012-09-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: call Stick after that the icon is set sticky, so that the signal emission will work
	
	And so the favorites will be correctly saved.

2012-09-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: don't close a window on middle-click when in scale. Fixes: . Approved by Andrea Azzarone.

2012-09-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell, autopilot: remove the middle-click on spread bits

2012-09-27  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Don't keep re-blurring parts of the shell we've already painted, because
	that will creep in and look like a shadow on the edge of the blur region.
	(LP: #1043260)
	
	This happens when the same texture (the FBO texture) is both the source and
	the destination for the three blur operations (launcher, panel, then dash).
	My quick fix is to take a copy of the FBO texture at the start of the frame
	(before any shell is painted), rather than reading from the same texture
	(FBO) that we're writing to.
	
	This also fixes LP: #1039999, because we are no longer assuming the backbuffer
	is an FBO. Instead we let Nux decide and take the right steps to read the
	real backbuffer, whatever that is.. Fixes: https://bugs.launchpad.net/bugs/1039999, https://bugs.launchpad.net/bugs/1043260. Approved by Andrea Azzarone.

2012-09-27  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Don't keep re-blurring parts of the shell we've already painted, because
	that will creep in and look like a shadow on the edge of the blur region.
	(LP: #1043260)
	
	This happens when the same texture (the FBO texture) is both the source and
	the destination for the three blur operations (launcher, panel, then dash).
	My quick fix is to take a copy of the FBO texture at the start of the frame
	(before any shell is painted), rather than reading from the same texture
	(FBO) that we're writing to.
	
	This also fixes LP: #1039999, because we are no longer assuming the backbuffer
	is an FBO. Instead we let Nux decide and take the right steps to read the
	real backbuffer, whatever that is.

2012-09-27  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Fixes alt+tab losing focus when alt+tabing to quickly due to ubus being to slow to send a message.. Fixes: https://bugs.launchpad.net/bugs/1035628. Approved by Marco Trevisan (Treviño).

2012-09-26  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* added manual test

2012-09-25  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixes alt+tab focus issues

2012-09-25  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Adds ap tests for the shopping lens.. Fixes: . Approved by Thomi Richards.

2012-09-24  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* fixed problems

2012-09-24  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Adds shopping lens AP test

2012-09-24  Thomi Richards  <thomi.richards@canonical.com>

	Fix several issues in the autopilot test suite.. Fixes: . Approved by Christopher Lee.

2012-09-25  Thomi Richards  <thomi.richards@canonical.com>

	Merged mainline, fixed conflicts.

2012-09-24  Thomi Richards  <thomi.richards@canonical.com>

	Fix spelling error.

2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: when spreading, render once an empty decoration texture at full size and scale it via OpenGL
	
	This saves a lot of drawing and improves the performances of the unity Spread. Also, don't redraw the decoration texture for selected windows if not needed.
	Finally, cleanup the header file. Fixes: https://bugs.launchpad.net/bugs/1055643. Approved by Brandon Schaefer.

2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: when spreading, render once an empty decoration texture at full size and scale it via OpenGL
	
	This saves a lot of drawing and improves the performances of the unity Spread. Also, don't redraw the decoration texture for selected windows if not needed.
	Finally, cleanup the header f

2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: enable closing on middle-click, fix scaled decoration sizes, fix theming issues, added scale autopilot tests. Fixes: https://bugs.launchpad.net/bugs/1052821, https://bugs.launchpad.net/bugs/1053225, https://bugs.launchpad.net/bugs/1055605, https://bugs.launchpad.net/bugs/1055609, https://bugs.launchpad.net/bugs/1055610. Approved by Brandon Schaefer.

2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: enable closing on middle-click, fix scaled decoration sizes, fix theming issues, added scale autopilot tests

2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: check the mouse position after relasing a drag window, and in case hide it
	
	Tests included. Fixes: https://bugs.launchpad.net/bugs/1053978. Approved by Andrea Azzarone.

2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: check the mouse position after relasing a drag window, and in case hide it
	
	Tests included

2012-09-24  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Merging brandontschaefer's fix into unity/6.0:
	Fix broken AP test due to gcalc not having menu accelerators anymore.. Fixes: . Approved by Thomi Richards.

2012-09-24  Christopher Lee  <chris.lee@canonical.com>

	Merging brandontschaefer's fix for Unity/6.0

2012-09-24  Thomi Richards  <thomi.richards@canonical.com>

	Fix autopilot test for dragging launcher icons around.. Fixes: . Approved by Christopher Lee.

2012-10-01  Sebastien Bacher  <seb128@ubuntu.com>

	Upload to quantal-proposed for the compiz abi transition

2012-10-01  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 6.6.0-0ubuntu3

2012-10-01  Sebastien Bacher  <seb128@ubuntu.com>

	Upload to quantal-proposed for the compiz abi transition

2012-10-01  Didier Roche  <didier.roche@canonical.com>

	Merging Ángel Guzmán Maeso change in crashdb.conf file. Thanks

2012-10-01  Angel Guzman Maeso  <angel@quijost.com>

	Update changelog reflecting the lastest change

2012-10-01  Angel Guzman Maeso  <angel@quijost.com>

	Update dictionary option for follow apport spec with apport.report.Report.search_bug_patterns(). See http://bazaar.launchpad.net/~apport-hackers/apport/trunk/view/head:/doc/crashdb-conf.txt
	
	bug_pattern_base option is deprecated some years ago and replaced by bug_pattern_url.
	The old configuration is harmless because use a None value, but it is better update with the new config key
	for avoid future problems.

2012-10-01  Didier Roche  <didier.roche@canonical.com>

	releasing version 6.6.0-0ubuntu2

2012-10-01  Didier Roche  <didier.roche@canonical.com>

	* Fix the above versionning for removing the conffile
	* build-dep on compiz as getting an ABI break.

2012-09-26  Didier Roche  <didier.roche@canonical.com>

	* debian/unity-common.maintscript:
	- Added routines for removing the unused
	/etc/compizconfig/upgrades/com.canonical.unity.unity.03.upgrade file
	* debian/control, debian/compat:
	- Bumped the debhelper version to the 9 series

2012-09-26  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Changing the version number to the last released version

2012-09-26  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	* debian/control, debian/compat:
	- Bumped the debhelper version to the 9 series

2012-09-26  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	* debian/unity-common.maintscript:
	- Added routines for removing the unused
	/etc/compizconfig/upgrades/com.canonical.unity.unity.03.upgrade file

2012-09-20  Didier Roche  <didier.roche@canonical.com>

	releasing version 6.6.0-0ubuntu1

2012-09-20  Didier Roche  <didier.roche@canonical.com>

	correct bug number

2012-09-20  Didier Roche  <didier.roche@canonical.com>

	* New upstream release.
	- Fixes non-escaped character sequences in dash previews (LP: #1039020)
	- Updated background layer for preview cover-art and details panels
	to be 10% low-light
	- Expand a PlacesGroup if it is the only category that contains results
	(LP: #950710)
	- Update unity autopilot tests to match autopilot API
	- Updated the convert files to fix some typos in the key names
	- Add gmodule dependency
	- Activate proper result if the categories aren't displayed in-order
	(LP: #1040101)
	- Refactor device launcher icons (LP: #713423)
	- LauncherController: make the controller enable the launcher struts,
	based on hide-mode option (LP: #1044005)
	- Launcher: make always possible to drag an icon to the bottom or top
	of its sub list (LP: #1043968)
	- Don't desat bfb/hud icon in DNDReset (LP: #1043963)
	- Progressively adjust the speed of the minimize animation. First
	time it is used is slower, then speeds up the more it is used.
	(LP: #1017510)
	- Implement new ordering of categories for home lens. (LP: #1043915)
	- UnityWindow now implements ScaleWindowInterface (LP: #876017)
	- Launcher: restore an icon position after that the dragging has been
	cancelled (LP: #955561)
	- LauncherDragWindow: cancel drag on window mapped/unmapped
	(LP: #1044723)
	- Now there is a check of an override color in RefreshColor (which is
	called when a PropertyNotify event happens). Also added a check in
	FullySaturateColor to a void division by zero. (LP: #975350)
	- Queue redraw after cover-art texture is updated from a url/file source.
	(LP: #1043947)
	- Fixed ability to delete glib::Source wrapper during its callback
	(LP: #1044823)
	- Close preview when dash is hidden. (LP: #1045298)
	- LauncherModel: rewrite the Reordering functions to keep the icon
	priority deltas (LP: #761155)
	- Make sure we can pass extra hints when activating preview actions.
	(LP: #1046352)
	- UnityWindow: scale window code improved (LP: #1033935)
	- The mouse will now cause the HUD buttons to change selection
	(LP: #1042692)
	- "Alt+Space" shortcut to reveal the window menu is not hardcoded, but a
	Compiz key option. " (Hold)" should also be translated. Made all
	Compiz plug-in names and all Compiz plug-in option names in
	unityshell.cpp static constants.
	- remove unity --reset, it's not anymore really needed now that we are
	in stable days of unity and we moved to gsettings
	- Removed the variables 'oldPrev' and 'oldNext' which got assigned the
	value NULL, but then were never used
	- Fixed the size of the previews to 770x380 pixels. (LP: #1045243)
	- UnityWindow: use smart pointers, use static close_icon (with dynamic
	state) and PanelStyle context (LP: #1033935) (LP: #1045127)
	(LP: #1046124) (LP: #1046126)
	- Remove everything in the #ifndef USE_MODERN_COMPIZ_GL ifdefs and remove
	the ifdefs alltogether. unity now requires compiz 0.9.8.0.
	- Re-add code to draw panel background texture when the dash is open and
	there is a maximized window (LP: #1044460)
	- EdgeBarrierController: Temporary disable the edge barriers also when
	autohide is set (LP: #1020058)
	- a11y: Port unity3d and panel service accessibility init to atk-bridge
	(LP: #1023542) (LP: #1046582)
	- Dash and Hud get drawn correctly no matter which monitor the mouse is in
	(LP: #1002260)
	- Fix minor problem with the Hud/Dash being drawn while closing on a
	different monitor.
	- Extended track play/pause mouse discovery for entire track row.
	(LP: #1043997)
	- Implemented DBus interface for DashController and made HideDash()
	method available via DBus. This is needed by music-preview-player
	codec installation functionality for hiding the dash when codec
	installation starts. (LP: #1043825)
	- Adds the extra_text property to preview Action (LP: #1049008)
	- Fixed a layout flicker when first opening previews (LP: #1038944)
	(LP: #1043277)
	- Update sizing of elements to match designs, update assets (LP: #1049096)
	- Fix crash in unity::dash::CoverflowResultView::Impl::Impl()
	(LP: #1047420)
	- UnityShell: remove scale_highlighted_window_ variable, using scale's
	getSelectedWindow instead (LP: #1046795)
	- Fixed dash dismissal when changing focus to a window on monitor external
	to that of the dash. (LP: #923657) Improved panel update speed when
	opening dash. (LP: #1044086)
	- Added two new special icons for missing album cover; to be used by
	music lens. They don't really fit into unity-asset-pool as they don't
	have regular sizes. (LP: #1049217)
	- Register file delete events in zeitgeist when file is dropped onto Trash
	launcher icon. Added zeitgeist dependency. (LP: #870150)
	- Restore the panel shadow, which has been missing since Unity 6.4.
	(LP: #1045705)
	- Added SocialPreview. (LP: #1049127)
	- Disable the flow renderer (LP: #1049593)
	- Added two new special icons for missing album cover; to be used by
	music lens (LP: #1049217)
	- Updated dash result highlight focus to 106x106 pixels with 20% white
	opacity. Increased dash result file image size to 96x96. (LP: #1049128)
	- Avoid construction of row wrappers. (LP: #1050342)
	- Added extra-text to preview actions (for price tags) (LP: #1049593)
	- Change the IconLoader methods to allow specifying both
	maximum width and height. Updated rendering of the icon
	ribbons. (LP: #1049593)
	- Preview navigation buttons opacity changes on mouse-over.
	(LP: #1049593)
	- Adds a new background gradient to the dash and panel, as well as
	removes some separator lines (LP: #1049593)
	- Fixed a warning emitted by unreferencing an object owned by a smart
	pointer in HudController.cpp. Caused by adopting a new nux::BaseWindow.
	- Removed dash preview background shadow. (LP: #1049593)
	- Raise shortcut overlay on show (LP: #985883)
	- Reduce internal-padding inside filter buttons (LP: #856277)
	- Added left and right click exit to cover art for all previews
	(LP: #1045230) (LP: #1045752) (LP: #1049593)
	- Show the alt-tab on the monitor with the mouse (LP: #1044293)
	- Fix several failing autopilot tests
	- Fix the standalone launcher crash on exit
	- Fix uninitialized and invalid reads as reported by valgrind
	- Enabled focus navigation for dash preview buttons
	(LP: #1045416) (LP: #1049593)
	- Fixed scrolling in music preview
	- Send the current XLib timestamp to applications when we're opening
	them to not confuse them and cause issues like what we have seen
	with Firefox (LP: #1050687)
	- Implemented the loading of the category icon for the application
	category (required for the apps lens) (LP: #1049593)
	- Refactor unity::Settings to use nux::RWPropert (LP: #1044681)
	- LauncherController, FavoriteStore, Launcher, Icons: always use sort
	priority based on favorites to get positioned on launcher
	(LP: #761155) (LP: #858540) (LP: #868423) (LP: #1028927)
	(LP: #1042845) (LP: #1045146)
	- UnityWindow: implements sigc::trackable to fix crash (LP: #1052683)
	- Dash/Hud no longer steal mouse events outside their content area.
	Better draw handling of hud animation (LP: #1049593)
	- add a deprecated --reset option as it seems otherwise to match
	to --reset-icons
	- Slows the animation down when installing applications in the Dash
	Preview and the Software Center (LP: #1045746)
	- Updates the API to match nux trunk and nux/3.0
	- Introduced dash to preview transitions, relying on nux (LP: #1049593)
	- Don't call GraphicsContext::DeactivateFramebuffer which will
	immediately restore the backbuffer. Instead call WindowCompositor::
	RestoreMainFramebuffer to bind either the backbuffer or reference
	framebuffer for reading as that is the one we're drawing to as is the
	most-up-to-date
	- SocialPreview: Don't expand preview_info_hints, it was pushing down
	the comments when there wasn't enough comments to fill the space
	- Show workspace switcher icon always
	- Fix rendering of Dash in maximised mode with redirected textures
	by using the same code-patches as the restored Dash mode for the
	overlay. (LP: #1053092)
	- Fix more unit tests
	- Fix ERROR ... unity.thumbnailgenerator ThumbnailGenerator.cpp:429
	More than one thumbnail generator created.
	- Implement "focus on hover" behavior for preview action buttons
	(LP: #1053014)
	- Clicking on Dash border should not close the dash
	- Remove two manual-tests, that are now obsolete
	- Adds changes to the LauncherController to better handle favourites
	and the expo icon
	- [UIFE][FFE] Install Amazon and Ubuntu One Music Store webapp items
	in the launcher by default (LP: #1046840)
	- now recommends unity-lens-shopping (LP: #1052374)

2012-09-20  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2012-09-20  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 6.6.0

2012-09-20  Didier Roche  <didier.roche@canonical.com>

	- build-dep on libzeitgeist-dev and libunity-dev
	- bump because of ABI breakage build-dep on compiz and nux

2012-09-17  Didier Roche  <didier.roche@canonical.com>

	add version

2012-09-17  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- build-dep on libzeitgeist-dev

2012-09-10  Didier Roche  <didier.roche@canonical.com>

	releasing version 6.4.0-0ubuntu6

2012-09-10  Didier Roche  <didier.roche@canonical.com>

	Backport a fix for [regression] Dash - Hitting enter after opening
	Lens or searching no longer opens first item (LP: #1041583)

2012-09-07  Michael Terry  <michael.terry@canonical.com>

	debian/control: Recommend unity-lens-photos (FFe LP: #1044447)

2012-09-03  Adam Conrad  <adconrad@0c3.net>

	Cherry-pick upstream changes that match the 6.4.0-0ubuntu4 CMakeLists changes

2012-09-03  Adam Conrad  <adconrad@0c3.net>

	Remove unused patches

2012-09-03  Sebastien Bacher  <seb128@ubuntu.com>

	updated some build-depends

2012-09-03  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 6.4.0-0ubuntu4

2012-09-03  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 6.4.0-0ubuntu3

2012-09-03  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 6.4.0-0ubuntu2

2012-08-31  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 6.4.0-0ubuntu1

2012-08-31  Sebastien Bacher  <seb128@ubuntu.com>

	[ Łukasz 'sil2100' Zemczak ]
	* New upstream release.
	- Software Center add to launcher icon animation is delayed when the 
	launcher is in auto-hide mode (LP: #1012896)
	- Home lens: Applications show up in Music category (LP: #1040101)
	- WARN unity.hud.hud Hud.cpp:185 Attempted to close the hud connection 
	without starting it (LP: #1039451)
	- Text field textures do not update when maximum width changes. 
	(LP: #1037187)
	- An application is closed if manually removed from favorites on gsettings
	(LP: #1032157)
	- The switcher (Alt+Tab) is showing incorrect windows after using Deskop 
	Wall (Ctrl+alt+<direction>) (LP: #1031959)
	- Dragging icons to reorder -away from launcher causes the dragged icon 
	image edges to fade away(cut off) (LP: #1026247)
	- Screen flickers when changing launcher icon size. (LP: #1024113)
	- Arrow for indicating lenses points empty space on alt+F2 (LP: #998752)
	- [previews] Music album tracks do not have a scroll-bar when needed.
	(LP: #1039462)
	- [USE_MODERN_COMPIZ_GL] With unity scrollbar support enabled, hotplugging
	monitors doesn't work (LP: #1039410)
	- [previews] Track titles aren't escaped (LP: #1039020)
	- Launcher - Edge of tiles (with backlight disabled) is too opaque 
	(LP: #1038138)
	- [USE_MODERN_COMPIZ_GL] Benchmark window appears behind the Unity shell 
	now (LP: #1036609)
	- [GLES] [USE_MODERN_COMPIZ_GL] Unity shell (Launcher and Panel) are 
	missing if framebuffer_object is disabled (LP: #1036569)
	- [USE_MODERN_COMPIZ_GL] Benchmark window is mostly invisible, shrunken 
	and displaced (LP: #1036528)
	- Unity quicklist menu items leak memory (LP: #1036338)
	- Icon resized between 32 - 48 - 64 look jaggy (LP: #1036231)
	- [Regression] Hideous low-res icon when using the HUD with autohide 
	enabled. (LP: #1035951)
	- [regression] Selecting an item of the BFB quicklist when the dash is 
	open, causes it to hide (LP: #1035641)
	- Launcher - Switch on "backlight toggles" mode by default (LP: #1033866)
	- Unity spends 15% of time in PlacesGroup::ComputeContentSize when opening 
	dash (LP: #1033306)
	- Launcher dragged icon is not redrawn when the mouse pointer is not moved
	(LP: #1032700)
	- Bottom - Up key navigation is broken in dash filterbar (LP: #1028810)
	- Launcher - SD card can not be ejected by drag-n-dropping to trash 
	(LP: #960910)
	- Alt-tab - The app name in the integrated menu should not change during 
	Alt-tab switching (LP: #950782)
	- Dash - If only one Category Header is displayed, it should be 
	automatically expanded (LP: #950710)
	- Launcher - Unity mouse wheel scroll too small (LP: #906072)
	- boot moves desktop icons (LP: #886667)
	- Alt-tab - Reduce the spread delay for all items other than the initial 
	item the select lands on after alt-tab opens (LP: #838232)
	- Launcher - Launcher should never autohide when the cursor is positioned 
	over the Launcher (e.g. When a spread ends) (LP: #745707)
	- Dash home opens files by default, should be applications? (LP: #1041583)
	- [BUILD_GLES] Multiple build errors in unity-shared/IconRenderer.cpp
	(LP: #1039453)
	- [USE_MODERN_COMPIZ_GL] [multimonitor] If unityshell is loaded then both 
	monitors are intermittently painted onto the second monitor (squeezed) 
	(LP: #1037949)
	- [USE_MODERN_COMPIZ_GL] [multimonitor] Launcher/Panel only draws on one 
	monitor, not both (LP: #1037408)
	- [GLES] [USE_MODERN_COMPIZ_GL] [regression] Launcher and Panel are drawn 
	on top of fullscreen windows (LP: #1036587)
	- [GLES] [USE_MODERN_COMPIZ_GL] Screen goes black if unityshell is loaded 
	and vertex_buffer_object=OFF (LP: #1036568)
	- [regression] [USE_MODERN_COMPIZ_GL] Launcher overdrawn; transparency lost
	and white line appears. (LP: #1036519)
	- lp:unity FTBFS - Launcher.h:138:11: error: ‘GestureDeliveryRequest’ in 
	namespace ‘nux’ does not name a type (LP: #1036095)
	- Results sorting in the lens model is not reflected in the Dash 
	(LP: #1027811)
	- Launcher - Quicklist menu does not respond to being opened on a new icon
	if already open (LP: #890991)
	- compiz crashed with SIGSEGV in SimpleLauncherIcon::SetIconName() 
	(LP: #763560)
	- Unity crashes on startup with nvidia (LP: #1041123)
	- [staging ppa] unity crashes when running dash autopilot tests 
	(LP: #1040875)
	- lp:unity does not build (missing dash/PreviewMusic.cpp) (regression of
	bug 1038886) (LP: #1040431)
	- Coverflow can crash unity (LP: #1039959)
	- lp:unity does not build (missing dash/PreviewMusic.cpp) (LP: #1038886)
	- lp:unity (USE_MODERN_COMPIZ_GL) FTBFS IconRenderer.cpp:845:5: error: 
	‘TextureCoord0Location’ may be used uninitialised in this function 
	[-Werror=uninitialized] (LP: #1036514)
	[ Timo Jyrinki ]
	* Cherry-pick fixes from upstream:
	- Launcher: make always possible to drag an icon to the bottom or top 
	of its sublist (LP: #1043968)
	- LauncherController: make the controller enable the launcher struts, 
	based on hide-mode option. (LP: #1044005)
	- Don't desat bfb/hud icon in DNDReset. (LP: #1043963)
	- LensView: fallback to normal renderer (instead of Coverflow) 
	if GLSL unavailable (LP: #1040628)

2012-08-31  timo.jyrinki@canonical.com

	set version number back to UNRELEASED and Łukasz to be the actual packager

2012-08-31  timo.jyrinki@canonical.com

	is enabled -> unavailable in changelog to convey the real meaning

2012-08-31  timo.jyrinki@canonical.com

	LensView: fallback to normal renderer (instead of Coverflow) 
	if GLSL is enabled (LP: #1040628)

2012-08-31  timo.jyrinki@canonical.com

	Don't desat bfb/hud icon in DNDReset. (LP: #1043963)

2012-08-31  timo.jyrinki@canonical.com

	LauncherController: make the controller enable the launcher struts, 
	based on hide-mode option. (LP: #1044005)

2012-08-31  timo.jyrinki@canonical.com

	* Cherry-pick fixes from upstream:
	- Launcher: make always possible to drag an icon to the bottom or top 
	of its sublist (LP: #1043968)

2012-08-31  timo.jyrinki@canonical.com

	Fix changelog and bring fixes from released 6.2.0-0ubuntu4

2012-08-30  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	* New upstream release.
	- Software Center add to launcher icon animation is delayed when the 
	launcher is in auto-hide mode (LP: #1012896)
	- Home lens: Applications show up in Music category (LP: #1040101)
	- WARN unity.hud.hud Hud.cpp:185 Attempted to close the hud connection 
	without starting it (LP: #1039451)
	- Text field textures do not update when maximum width changes. 
	(LP: #1037187)
	- An application is closed if manually removed from favorites on gsettings
	(LP: #1032157)
	- The switcher (Alt+Tab) is showing incorrect windows after using Deskop 
	Wall (Ctrl+alt+<direction>) (LP: #1031959)
	- Dragging icons to reorder -away from launcher causes the dragged icon 
	image edges to fade away(cut off) (LP: #1026247)
	- Screen flickers when changing launcher icon size. (LP: #1024113)
	- Arrow for indicating lenses points empty space on alt+F2 (LP: #998752)
	- [previews] Music album tracks do not have a scroll-bar when needed.
	(LP: #1039462)
	- [USE_MODERN_COMPIZ_GL] With unity scrollbar support enabled, hotplugging
	monitors doesn't work (LP: #1039410)
	- [previews] Track titles aren't escaped (LP: #1039020)
	- Launcher - Edge of tiles (with backlight disabled) is too opaque 
	(LP: #1038138)
	- [USE_MODERN_COMPIZ_GL] Benchmark window appears behind the Unity shell 
	now (LP: #1036609)
	- [GLES] [USE_MODERN_COMPIZ_GL] Unity shell (Launcher and Panel) are 
	missing if framebuffer_object is disabled (LP: #1036569)
	- [USE_MODERN_COMPIZ_GL] Benchmark window is mostly invisible, shrunken 
	and displaced (LP: #1036528)
	- Unity quicklist menu items leak memory (LP: #1036338)
	- Icon resized between 32 - 48 - 64 look jaggy (LP: #1036231)
	- [Regression] Hideous low-res icon when using the HUD with autohide 
	enabled. (LP: #1035951)
	- [regression] Selecting an item of the BFB quicklist when the dash is 
	open, causes it to hide (LP: #1035641)
	- Launcher - Switch on "backlight toggles" mode by default (LP: #1033866)
	- Unity spends 15% of time in PlacesGroup::ComputeContentSize when opening 
	dash (LP: #1033306)
	- Launcher dragged icon is not redrawn when the mouse pointer is not moved
	(LP: #1032700)
	- Bottom - Up key navigation is broken in dash filterbar (LP: #1028810)
	- Launcher - SD card can not be ejected by drag-n-dropping to trash 
	(LP: #960910)
	- Alt-tab - The app name in the integrated menu should not change during 
	Alt-tab switching (LP: #950782)
	- Dash - If only one Category Header is displayed, it should be 
	automatically expanded (LP: #950710)
	- Launcher - Unity mouse wheel scroll too small (LP: #906072)
	- boot moves desktop icons (LP: #886667)
	- Alt-tab - Reduce the spread delay for all items other than the initial 
	item the select lands on after alt-tab opens (LP: #838232)
	- Launcher - Launcher should never autohide when the cursor is positioned 
	over the Launcher (e.g. When a spread ends) (LP: #745707)
	- Dash home opens files by default, should be applications? (LP: #1041583)
	- [BUILD_GLES] Multiple build errors in unity-shared/IconRenderer.cpp
	(LP: #1039453)
	- [USE_MODERN_COMPIZ_GL] [multimonitor] If unityshell is loaded then both 
	monitors are intermittently painted onto the second monitor (squeezed) 
	(LP: #1037949)
	- [USE_MODERN_COMPIZ_GL] [multimonitor] Launcher/Panel only draws on one 
	monitor, not both (LP: #1037408)
	- [GLES] [USE_MODERN_COMPIZ_GL] [regression] Launcher and Panel are drawn 
	on top of fullscreen windows (LP: #1036587)
	- [GLES] [USE_MODERN_COMPIZ_GL] Screen goes black if unityshell is loaded 
	and vertex_buffer_object=OFF (LP: #1036568)
	- [regression] [USE_MODERN_COMPIZ_GL] Launcher overdrawn; transparency lost
	and white line appears. (LP: #1036519)
	- lp:unity FTBFS - Launcher.h:138:11: error: ‘GestureDeliveryRequest’ in 
	namespace ‘nux’ does not name a type (LP: #1036095)
	- Results sorting in the lens model is not reflected in the Dash 
	(LP: #1027811)
	- Launcher - Quicklist menu does not respond to being opened on a new icon
	if already open (LP: #890991)
	- compiz crashed with SIGSEGV in SimpleLauncherIcon::SetIconName() 
	(LP: #763560)
	- Unity crashes on startup with nvidia (LP: #1041123)
	- [staging ppa] unity crashes when running dash autopilot tests 
	(LP: #1040875)
	- lp:unity does not build (missing dash/PreviewMusic.cpp) (regression of
	bug 1038886) (LP: #1040431)
	- Coverflow can crash unity (LP: #1039959)
	- lp:unity does not build (missing dash/PreviewMusic.cpp) (LP: #1038886)
	- lp:unity (USE_MODERN_COMPIZ_GL) FTBFS IconRenderer.cpp:845:5: error: 
	‘TextureCoord0Location’ may be used uninitialised in this function 
	[-Werror=uninitialized] (LP: #1036514)

2012-08-30  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Import upstream version 6.4.0

2012-08-30  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Release\ 6.4.0

2012-08-28  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Correct whitespace indentation in unityshell.xml.in.. Fixes: . Approved by Timo Jyrinki.

2012-08-27  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Correct whitespace indentation.

2012-08-28  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 6.2.0-0ubuntu4

2012-08-28  Sebastien Bacher  <seb128@ubuntu.com>

	* tools/convert-files/compiz-profile-(active)-unity.convert:
	- updated to fix some key names typos in the list (lp: #1041631)

2012-08-27  Sebastien Bacher  <seb128@ubuntu.com>

	* debian/control:
	- Depends on compiz-plugins-default rather than on a transitional one

2012-08-23  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 6.2.0-0ubuntu3

2012-08-23  Sebastien Bacher  <seb128@ubuntu.com>

	* debian/control:
	- updated compiz gsettings version

2012-08-22  Sebastien Bacher  <seb128@ubuntu.com>

	[ Didier Roche ]
	[ Timo Jyrinki ]
	* Add dbus-glib-1 to UNITY_PLUGIN_DEPS to fix FTBFS 
	* Remove the remaining gconf files from installation
	* Remove gconf-2.0 dependency from services
	* Make sure USE_GSETTINGS is defined
	* Backports:
	- gnome-control-center integration

2012-08-22  timo.jyrinki@canonical.com

	fix version number to unreleased again

2012-08-22  timo.jyrinki@canonical.com

	change launcher schema to org.compiz.integrated

2012-08-21  timo.jyrinki@canonical.com

	* Backports:
	- gnome-control-center integration

2012-08-21  timo.jyrinki@canonical.com

	* Remove gconf-2.0 dependency from services
	* Make sure USE_GSETTINGS is defined

2012-08-21  timo.jyrinki@canonical.com

	* Add dbus-glib-1 to UNITY_PLUGIN_DEPS to fix FTBFS 
	* Remove the remaining gconf files from installation

2012-08-17  timo.jyrinki@canonical.com

	* Add dbus-glib-1 to UNITY_PLUGIN_DEPS to fix FTBFS 
	* Remove the remaining gconf files from installation

2012-08-22  Sebastien Bacher  <seb128@ubuntu.com>

	[Didier Roche]
	* Backports:
	- the remaining part of the gconf removal from upstream branch
	- the .convert migration scripts
	* debian/control:
	- do not build-dep on gconf anymore
	- build-dep on latest compiz for building gsettings keys
	(part 2 of LP: #1035261)
	* debian/unity-common.install, debian/control:
	- don't ship gconf schemas as not built anymore (the gsettings schema ones
	are already shipped)
	- install the gnome-control-center unity keybinding integration
	- install the .convert files handled by the compiz migration script and
	make unity-common depending on the right version of compiz-gnome (with
	the migration script)

2012-08-17  Didier Roche  <didier.roche@canonical.com>

	* Backports:
	- the remaining part of the gconf removal from upstream branch
	- the .convert migration scripts

2012-08-17  Didier Roche  <didier.roche@canonical.com>

	* debian/unity-common.install, debian/control:
	- install the .convert files handled by the compiz migration script and
	make unity-common depending on the right version of compiz-gnome (with
	the migration script)

2012-08-17  Didier Roche  <didier.roche@canonical.com>

	install the gnome-control-center unity keybinding integration

2012-08-15  Didier Roche  <didier.roche@canonical.com>

	build-dep on latest compiz for building gsettings keys
	(part 2 of LP: #1035261)

2012-08-15  Didier Roche  <didier.roche@canonical.com>

	* debian/unity-common.install:
	- don't ship gconf schemas as not built anymore (the gsettings schema ones
	are already shipped)

2012-08-15  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- do not build-dep on gconf anymore

2012-08-15  Didier Roche  <didier.roche@canonical.com>

	Backport the gconf removal from upstream branch

2012-08-15  Didier Roche  <didier.roche@canonical.com>

	releasing version 6.2.0-0ubuntu2

2012-08-15  Didier Roche  <didier.roche@canonical.com>

	change some description wording to remove -2d

2012-08-15  Didier Roche  <didier.roche@canonical.com>

	create unity-2d transitional packages. Removing unity-2d as it is now
	not supported and won't be transitionned to the necessary gsettings
	changes (part one of LP: #1035261)

2012-08-14  Didier Roche  <didier.roche@canonical.com>

	* debian/profile_upgrade*, debian/unity-common.install:
	- remove old profile upgrade content

2012-08-14  Didier Roche  <didier.roche@canonical.com>

	* debian/*preinst:
	- removed, useless now

2012-08-14  Didier Roche  <didier.roche@canonical.com>

	add unity-2d-shell dummy package

2012-08-14  Didier Roche  <didier.roche@canonical.com>

	dbus-glib now removed upstream

2012-08-13  Didier Roche  <didier.roche@canonical.com>

	fix versionning

2012-08-13  Didier Roche  <didier.roche@canonical.com>

	add libdbus-glib-1-dev to build-dep list

2012-08-10  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- create unity-2d transitional packages

2012-08-10  Didier Roche  <didier.roche@canonical.com>

	releasing version 6.2.0-0ubuntu1

2012-08-10  Didier Roche  <didier.roche@canonical.com>

	- [nvidia] compiz crashed with SIGSEGV in
	nux::GraphicsEngine::QRP_GLSL_Color() from
	nux::GraphicsEngine::QRP_Color() from nux::BasePainter::PaintBackground
	(LP: #982626)
	- Launcher - when a user starts dragging a item, any folded launcher icons
	that are valid drop receptacles should unfold. (LP: #839717)
	- running applications without an icon use a blank icon (LP: #886778)
	- compiz crashed with SIGSEGV in
	unity::ui::KeyboardUtil::GetKeycodeAboveKeySymbol() (LP: #920258)
	- still some accent issues with unity/nux (LP: #950740)
	- Launcher doesn't autoscroll when holding an icon (can't reach trash)
	(LP: #987223)
	- Purchased items are not being added to the Unity launcher (LP: #925014)
	- [GLES] framebuffer output scaled incorrect in both blur and items above
	shell with multimonitor (LP: #1016789)
	- [regression] [unity 6.0] Fullscreen windows flicker and/or never redraw
	properly if panel_opacity<1.0 or dash is opened. (LP: #1024911)
	- panel and launcher blinks when using libreoffice presenter/spreadsheet
	(LP: #1024459)
	- compiz crashed with SIGSEGV in
	unity::ui::EdgeBarrierController::Impl::OnPointerBarrierEvent()
	(LP: #1020075)
	- Update to 1.6.4 (LP: #1014850)
	- [nvidia] unity crashed in nux::GraphicsEngine::QRP_GLSL_1Tex
	(glDrawArrays)  (LP: #1031554)
	- Dragging image from firefox/chrome to dock causes lagg/freeze
	(LP: #772445)
	- Launcher, Dash - Showing dash, via super key, with a quicklist shown
	doesn't work (LP: #913994)
	- REGRESSION: can't type characters with accent (dead keys) (LP: #961741)
	- Launcher wrongly shows top tooltip when peforming the accordion effect
	(LP: #980942)
	- Unity Launcher Fails To Auto-Hide When Enabled & Installing Commercial
	Software (LP: #1002440)
	- logging out/in with mounted drives causes unity launcher icons to be
	duplicated (LP: #1010714)
	- Mounted volume icons doubled up in launcher (LP: #1010858)
	- Launcher -  when a user starts dragging a item, the launcher icons that
	are *not* valid drop receptacles should be tinted (LP: #1020891)
	- Alt+F4 does not close the hud when Numlock or Capslock are on.
	(LP: #1022801)
	- Unity shortcut overlay needs to include shortcut for video lens
	(LP: #937334)
	- padding between last quicklist item and bottom edge is non-deterministic
	(changes randomly) (LP: #955158)
	- give a way to remove 'Show Desktop' from the Alt-Tab items
	(LP: #1014346)
	- Multi-monitor - Add 'sticky edges deactivated for number of milliseconds
	after the user breaks the barrier' variable (LP: #1020058)
	- Quicklist blocks Hud from opening (LP: #1020246)
	- dash should open when pressing "super" in scale mode (LP: #1023811)
	- Screen flickers when changing launcher icon size. (LP: #1024113)
	- Dragging on a quicklist item highlights the wrong item in the list
	(LP: #1027955)
	- Switcher does not focus the last active window in detail mode
	(LP: #1029215)
	- An application is closed if manually removed from favorites on gsettings
	(LP: #1032157)
	- Support for automation (LP: #685199)

2012-08-10  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- build on latest nux (ABI break)

2012-08-10  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	* Removed debian/patches/libgeis-rename.patch
	* debian/unity.lintian-overrides,
	debian/libunity-core-6.0-5.lintian-overrides:
	- added override to silence the binary-or-shlib-defines-rpath error, since
	we are forced to use RPATH in our case
	* New upstream release.

2012-08-10  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Import upstream version 6.2.0

2012-08-02  Sebastien Bacher  <seb128@ubuntu.com>

	Don't specify a specific destination for the dbus signals, that
	creates issues with the new dbus eavedropping behaviour,
	thanks Neil J. Patel for the fix! Required for the new dbus version.
	(lp: #1014850)

2012-08-01  Adam Conrad  <adconrad@0c3.net>

	Drop quilt patch, so a new upstream can import without having a sad

2012-07-30  Adam Conrad  <adconrad@0c3.net>

	debian/patches/libgeis-rename.patch: Update CMakeLists.txt for the above.

2012-07-30  Adam Conrad  <adconrad@0c3.net>

	Update build-deps to lib{geis,grail}-dev for the great library renaming.

2012-07-20  Didier Roche  <didier.roche@canonical.com>

	remerge trunk packaging branch

2012-07-20  Didier Roche  <didier.roche@canonical.com>

	bump the version

2012-07-19  Didier Roche  <didier.roche@canonical.com>

	* debian/rules:
	- added override for dh_shlibdeps to point it to the private directory of
	libunity-protocol-private.so

2012-07-18  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	We don't need the libunity-protocol-private0 dependency. Also simplified the sed expression for path extraction.

2012-07-18  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	* debian/rules:
	- added override for dh_shlibdeps to point it to the private directory of
	libunity-protocol-private.so
	* debian/control:
	- added dependency on libunity-protocol-private0

2012-07-19  Didier Roche  <didier.roche@canonical.com>

	releasing version 6.0.0-0ubuntu4

2012-07-19  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- make unity depending on dconf-tools as the migration script is using the
	dconf binary

2012-07-19  Didier Roche  <didier.roche@canonical.com>

	releasing version 6.0.0-0ubuntu3

2012-07-19  Didier Roche  <didier.roche@canonical.com>

	cherry-pick the upstream commit

2012-07-19  Didier Roche  <didier.roche@canonical.com>

	debian/unity.migrations, debian/control, debian/rules:

2012-07-19  Didier Roche  <didier.roche@canonical.com>

	* Add a dconf migration script from /desktop/unity to /com/canonical/unity
	+ debian/unity.migrations, debian/control:
	- build-dep on dh-migrations
	- include the upstream migration script (cherry-picked)

2012-07-16  Didier Roche  <didier.roche@canonical.com>

	releasing version 6.0.0-0ubuntu2

2012-07-16  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	panel and launcher blinks when using libreoffice presenter/spreadsheet
	(LP: #1024459)

2012-07-16  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	* Cherry pick upstream fixes.
	- [regression] [unity 6.0] Fullscreen windows flicker and/or never redraw 
	properly if panel_opacity<1.0 or dash is opened (LP: #1024911)

2012-07-10  Didier Roche  <didier.roche@canonical.com>

	releasing version 6.0.0-0ubuntu1

2012-07-10  Didier Roche  <didier.roche@canonical.com>

	- compiz crashed with SIGSEGV in get_current_slide() from
	unity::BGHash::OnSlideshowTransition() (LP: #889625)
	- Unity is visible on top of fullscreen apps (LP: #734908)
	- App icon on the Unity Launcher lost track of running instance
	(LP: #772063)
	- unity crashed with NameError in reset_unity_compiz_profile(): global
	name 'GError' is not defined (LP: #778470)
	- compiz crashed with SIGSEGV in CompWindow::id() from getPaintMask()
	[compizminimizedwindowhandler.h] from unity::UnityWindow::glPaint()
	(LP: #851982)
	- HUD - Formatting of text in the auto-complete is wrong (LP: #939436)
	- [regression] Launcher is silent to screen reader users (LP: #949448)
	- still some accent issues with unity/nux (LP: #950740)
	- [regression] [precise] 3D apps run much slower under Unity (LP: #987304)
	- No launcher icon or Alt+Tab entry for Gimp windows (LP: #995916)
	- Locked smuxi launcher icon does not indicate smuxi running status
	(LP: #999820)
	- When number of workspaces is set to 1, the Spread no longer works
	(LP: #996604)
	- Much slower OpenGL frame rates with unityshell loaded, than plain compiz
	(LP: #988079)
	- Port to libudisks2 (LP: #1012000)
	- Desktop, Launcher and menu bar still visible when screen locked
	(LP: #886605)
	- Searching in the HUD freezes unity (LP: #1016239)
	- Dragged icons rendered under dash (LP: #1021541)
	- Regression in Launcher keyboard navigation (with Alt+F1) (LP: #1021549)
	- Unity dash is is much slower/laggy after revision 2469. (LP: #1021665)
	- 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)
	- 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)
	- Refreshing active blur makes the dash painfully slow (LP: #874230)
	- Open dash, press Alt+f1 - dash remains open (LP: #919209)
	- application reopens itself when last instance is closed from
	windows/application switcher (LP: #926406)
	- HUD Draws improperly while searching for results (LP: #932531)
	- Spread/Scale should exit if Dash is invoked (LP: #944033)
	- Launcher - Add API to allow apps to override the Launcher tile
	colourisation with a colour of their choosing (LP: #962120)
	- Dash - search field is hidden by tooltips (LP: #978030)
	- Dash: Inconsistent hover/highlight/clickable area behavior (LP: #979686)
	- Black background around after dash is restored (LP: #992516)
	- Unity launcher shows internal partitions after they have been unmounted
	(LP: #994163)
	- Unity r2395 fails to build with libnux 2.12.0-0ubuntu1 (LP: #1010348)
	- Hud flickers when show up. (LP: #1011507)
	- Nothing should be written into the dash/hud searchbar when holding
	super, ctrl or Alt (LP: #1013751)
	- Releasing mouse button outside panel 'close' window button removes
	keyboard focus from Dash & Hud (LP: #1021087)
	- [regression] Unity panel transparency (active blur) not updating
	properly (LP: #865006)
	- When selecting an action from a quicklist after opening the dash the
	dash stays put (LP: #937338)
	- Wrong keyboard focus after opening workspace switcher via keyboard
	navigation (LP: #962408)
	- can't click to dismiss hud in the area where dynamic hud results are
	meant to apper (LP: #962651)
	- launcher reordering "line" doesn't go to the bottom slot (LP: #971421)
	- Tooltips backgrounds are not refreshed (no active blur) (LP: #967112)
	- Dash maximise button changed location (LP: #987674)
	- alt-backtick flickers between windows (LP: #987156)
	- When blur is disabled, shortcuts overlay and alt+tab switcher is
	completely transparent. (LP: #989291)
	- Duplicated applications icons on quick application restart
	(LP: #1003574)
	- [Hud] The result grid is not drawn in proximity of the search entry.
	(LP: #1008603)
	- [hud] The last button is not rounded. (LP: #1008656)
	- 'UnityNETWorkareaRegionWindow::resizeNotify' hides overloaded virtual
	function (LP: #1010303)
	- use of logical '&&' with constant operand (LP: #1010307)
	- Unity/Nux input window titles are too generic (risky to match): "panel",
	"launcher", "Dash" (LP: #1010338)
	- Hud should close with Alt+F4 (LP: #1019440)
	- Dragging windows around is slow/sluggish/laggy when multiple monitors
	are enabled (LP: #874619)
	- No launcher icon or Alt+Tab entry for Scribus windows (LP: #999171)
	- launcher is not refreshed after user session switch (LP: #1016430)
	- Alt F1 keynav mode is not disabled when the Hud is open (LP: #1020808)

2012-07-09  Didier Roche  <didier.roche@canonical.com>

	- remove libgdu in build-dep
	* New upstream release.

2012-07-09  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	New upstream release.

2012-07-09  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Import upstream version 6.0.0

2012-07-05  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Another batch of missing libunity-core 5.0 -> 6.0 switches.

2012-07-05  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fix the Breaks: versions for lenses, as we're distro-patching most of the changes (no new upstream releases).

2012-07-04  Didier Roche  <didier.roche@canonical.com>

	unity Breaks older lenses due to path change

2012-07-04  Didier Roche  <didier.roche@canonical.com>

	* debian/libunity-core-6.0-5.install, debian/libunity-core-6.0-dev.install,
	debian/control:
	- version bump in libunity-core, change soname

2012-07-03  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- remove gnome-desktop dependency: not needed upstream anymore

2012-07-03  Didier Roche  <didier.roche@canonical.com>

	* debian/control, debian/rules:
	- switch to nux-3.0

2012-07-03  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	* debian/control, debian/rules:
	- switch to nux-3.0

2012-07-03  Didier Roche  <didier.roche@canonical.com>

	path changed in trunk

2012-07-03  Didier Roche  <didier.roche@canonical.com>

	add some python build-dep for executing setup.py

2012-07-02  Matthieu Baerts  <matttbe@gmail.com>

	Update apport hook for python3 ; thanks to Edward Donovan (LP: #1013171)

2012-07-02  Didier Roche  <didier.roche@canonical.com>

	* debian/rules, debian/control, debian/unity-autopilot.install:
	- install new unity-autopilot package, containing autopilot bindings and
	test for Unity
	- use dh_python2 and add some python:Depends dep for automatic python
	version detection

2012-06-26  Didier Roche  <didier.roche@canonical.com>

	releasing version 5.12-0ubuntu4

2012-06-26  Didier Roche  <didier.roche@canonical.com>

	build against right nux version for opengles non support on arm*

2012-06-26  Didier Roche  <didier.roche@canonical.com>

	really disable GLES build

2012-06-26  Didier Roche  <didier.roche@canonical.com>

	completely remove netbook-launcher

2012-06-25  Didier Roche  <didier.roche@canonical.com>

	as armel/armhf is temporary build with opengl now, build-dep on nux
	2.12.0-0ubuntu2

2012-06-19  Didier Roche  <didier.roche@canonical.com>

	remove netbook-launcher transitional package and other unsupported
	transition cruft

2012-06-19  Didier Roche  <didier.roche@canonical.com>

	Vcs-Bzr: move to canonical branch

2012-06-19  Didier Roche  <didier.roche@canonical.com>

	force 4.6 as in previous version

2012-06-19  Didier Roche  <didier.roche@canonical.com>

	- build-dep on latest compiz-dev version for ABI break
	* Build with gcc-4.6 temporarily while upstream works
	on fixing the build with gcc-4.7 and boost1.49.
	* Rebuild for the libgnome-desktop SOVER bump.

2012-06-06  Didier Roche  <didrocks@ubuntu.com>

	more cherry-pick to fixs a crash on startup

2012-06-04  Didier Roche  <didrocks@ubuntu.com>

	add Laney's bug report

2012-05-31  Didier Roche  <didrocks@ubuntu.com>

	more cherry-picks

2012-05-31  Didier Roche  <didrocks@ubuntu.com>

	Cherry-pick some upstream fixes for the newer g-c-c making previous upload
	FTBFS in quantal

2012-05-31  Didier Roche  <didrocks@ubuntu.com>

	Cherry-pick a fix for the newer g-c-c making previous upload FTBFS in
	quantal

2012-05-31  Didier Roche  <didrocks@ubuntu.com>

	* debian/rules:
	- build in parallel

2012-05-31  Didier Roche  <didrocks@ubuntu.com>

	* debian/control:
	- build on unversionned version of boost (to transition to 1.49 in quantal)

2012-05-24  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 5.12-0ubuntu2

2012-05-24  Sebastien Bacher  <seb128@ubuntu.com>

	* Cherry pick upstream fixes.
	- Fix UnityViewWindow background when blur is disabled (LP: #989291)
	- App icon on the Unity Launcher lost track of running
	instance (LP: #772063)
	- No launcher icon or Alt+Tab entry for Gimp windows (LP: #995916)
	- Locked smuxi launcher icon does not indicate smuxi running
	status (LP: #999820)
	- Fix dash search field hidden by tooltips (LP: #978030)
	- Launcher is silent to screen reader users (LP: #949448)
	- Fix 3D apps running much slower under Unity (LP: #987304)
	- Reduced number of calls to ResultViewGrid::QueueDraw
	- Reduced number of calls to BGHash::RefreshColor

2012-05-24  Alan Pope  <alan.pope@canonical.com>

	Update changelog

2012-05-23  Alan Pope  <alan.pope@canonical.com>

	Cherry pick upstream fixes.
	instance (LP: #772063)
	status (LP: #999820)

2012-05-23  Alan Pope  <alan.pope@canonical.com>

	Cherry pick 2355

2012-05-23  Alan Pope  <alan.pope@canonical.com>

	Cherry pick 2354

2012-05-23  Alan Pope  <alan.pope@canonical.com>

	Cherry pick 2353

2012-05-23  Alan Pope  <alan.pope@canonical.com>

	Cherry pick 2352

2012-05-23  Alan Pope  <alan.pope@canonical.com>

	Cherry pick 2350

2012-05-23  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Backported andyrock's fix from trunk - fix UnityViewWindow background when blur is disabled.. Fixes: . Approved by Gord Allott.

2012-05-23  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Backported andyrock's fix for LP: #989291. Fix UnityViewWindow background when blur is disabled.

2012-05-23  Alan Pope  <alan.pope@canonical.com>

	Cherry pick 2349

2012-05-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	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 .

2012-05-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging fix for "Missing GIMP icon bug"

2012-05-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging single-icon AP tests.

2012-05-23  Alan Pope  <alan.pope@canonical.com>

	Cherry pick 2351

2012-04-27  Didier Roche  <didier.roche@canonical.com>

	releasing version 5.12-0ubuntu1

2012-04-27  Didier Roche  <didier.roche@canonical.com>

	- Launcher, Alt-Tab - clicking on launcher item or selecting a app in Alt-
	Tab raises all app windows, not just most recently focused (LP: #959339)
	- [heap corruption?] compiz crashed with SIGSEGV in _int_malloc() from
	g_realloc() from ... from g_dbus_connection_send_message_with_reply()
	from g_object_unref() from unity::dash::HomeLens::Impl::~Impl() from
	unity::dash::HomeLens::~HomeLens() (LP: #931201)
	- compiz crashed with SIGSEGV in _int_malloc() from __libc_calloc() from
	XOpenDisplay() from nux::WindowThread::ThreadCtor() (LP: #947844)
	- Regression: Installing apps causes a terrible visual glitch-- have to
	restart X.org. (LP: #981168)
	- Window management - unity doesn't realise when applications bring their
	windows to the front (LP: #802816)
	- Dash - Clicking on the desktop dash border should do nothing, *NOT*
	close the dash (LP: #839472)
	- [FFe, UIFe] HUD - The HUD does not respect launcher icon size settings
	in autohide mode (LP: #921506)
	- compiz crashed with SIGSEGV in g_volume_get_mount() (LP: #918548)
	- multiple instances or double icons of application detected on bamfdaemon
	respawn (LP: #928912)
	- Panel is transparent when Dash is open; no blur no average BG color
	(LP: #965323)
	- Unity crashes with SIGSEGV when hitting debug DBus interface hard
	(LP: #979429)
	- compiz crashed with SIGSEGV in _int_malloc() from g_object_unref() from
	unity::dash::Model<unity::dash::FilterAdaptor>::~Model() (LP: #941750)
	- indicators menu are sometimes cut off at screen edge (LP: #883317)
	- the shortcut keys in workspace section of the shortcut overlay aren't
	translated (LP: #980828)
	- [regression] Dash keeps repainting unnecessarily (LP: #980924)
	- compiz crashed with SIGSEGV in nux::NTextureData::ClearData() from
	nux::NTextureData::~NTextureData() from nux::Texture2D::~Texture2D()
	(LP: #952378)
	- compiz crashed with SIGSEGV in g_object_unref() from
	unity::dash::Settings::~Settings() from
	unity::UnityScreen::~UnityScreen() (LP: #981764)
	- compiz crashed with SIGSEGV in unity::dash::ResultView::~ResultView()
	from unity::dash::ResultViewGrid::~ResultViewGrid() from
	nux::Object::Destroy() from nux::Object::UnReference() (LP: #942286)
	- compiz crashed with SIGSEGV in
	ends_with_iter_select<__gnu_cxx::__normal_iterator<char const*,
	std::basic_string<char> >, char const*, boost::algorithm::is_iequal>()
	from unity::ui::PointerBarrierWrapper::EmitCurrentData() (LP: #983268)
	- Chinese can't be shown completely in dash filter (LP: #984583)
	- [Unity 5.10] compiz crashed with SIGSEGV in
	unity::hud::HudIconTextureSource::ColorForIcon() from
	unity::hud::Icon::Icon() from emit from unity::IconTexture::IconLoaded
	(LP: #983646)
	- [regression] Close button does not close the dash/HUD (LP: #986264)
	- compiz crashed with SIGSEGV in g_volume_eject_with_operation_finish()
	from unity::launcher::DeviceLauncherIcon::OnEjectReady() from
	(LP: #977762)
	- Launcher - should allow to dnd on any icon (and not just the ones
	matching the type) (LP: #880798)
	- unity confused with chrome/chromium web apps (LP: #692462)
	- App Switcher (Alt+Tab) doesn't display the full title of apps in Chinese
	(LP: #830801)
	- alt-tab - quick alt + tab (before the switcher shows) not consistent
	(LP: #861250)
	- run command (alt+F2): results do not contain the exact match
	(LP: #842108)
	- It's possible to highlight two different Quicklist menu items
	simultaneously (LP: #911561)
	- Hiding the dash from a lens view fades out home view (LP: #914785)
	- Flickering in the dash (LP: #961979)
	- Dash - Card view layout needs fixing (LP: #977817)
	- [regression] Blurred view of the current workspace is shifted down when
	unity dash is in fullscreen mode (LP: #977922)
	- Quicklist key navigation is not consistent with menus (LP: #978926)
	- Quicklist key navigation should skip the disabled items (LP: #979096)
	- Pointer locks up after dragging windows with three touch gesture
	(LP: #979418)
	- Alt-Tab, multimonitor - The Alt-Tab overlay should appear on the display
	which has focus. (LP: #981795)
	- Hud to Dash forgets last focused window on exit (LP: #984639)
	- Remote scopes are not restarted after crash (LP: #984760)
	- compiz crashed with SIGSEGV in unity::dash::DashView::default_focus()
	(LP: #982730)
	- [regression] Launcher should raise all the urgent windows, not only the
	top-most (LP: #986443)
	- Clicking on the quicklist application title doesn't initiate the spread
	when needed (LP: #986461)
	- Hud: spinner keeps spinning long after the query returns (LP: #987781)
	- Dash: Incorrectly scaled icons (LP: #988338)
	- Music Lens doesn't work for albums in Precise with Rhythmbox
	(LP: #970509)
	- New apps on the launcher have no shortcut key until something is being
	closed (LP: #778499)
	- Lens search hint changes to "search" when the entry gets unfocused
	(LP: #887036)
	- don't show disabled shortcut in keyboard shortcut help (LP: #926418)
	- HUD: Can not be closed by clicking on HUD icon (LP: #963918)
	- Show desktop icon should be movable, definitely not on top of BFB
	(LP: #964073)
	- [card view] bottom of results cropped when a category is not expanded
	(LP: #975003)
	- Non closable maximized windows should show a disabled close button
	(LP: #981196)
	- make launcher fails (LP: #983989)
	- Sources filter shouldn't be shown if there's just one item (LP: #940161)
	- Conditional jump or move depends on uninitialised value(s)
	unity::SearchBar::UpdateBackground(bool) (SearchBar.cpp:529)
	(LP: #983333)

2012-04-27  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2012-04-27  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 5.12

2012-04-17  Didier Roche  <didier.roche@canonical.com>

	releasing version 5.10.0-0ubuntu6

2012-04-17  Didier Roche  <didier.roche@canonical.com>

	* Cherry-picked upstream:
	- Panel is transparent when Dash is open on netbooks; no blur
	no average BG color (LP: #965323)

2012-04-17  Didier Roche  <didier.roche@canonical.com>

	releasing version 5.10.0-0ubuntu5

2012-04-17  Didier Roche  <didier.roche@canonical.com>

	- Fix the software-center install animation making the display useless
	on netbooks (LP: #981168)
	- Shortcut keys in workspace section of the shortcut overlay aren't
	translated. (LP: #980828)

2012-04-17  Didier Roche  <didier.roche@canonical.com>

	* Cherry-pick two fixes from trunk:
	- Shortcut keys in workspace section of the shortcut overlay aren't translated. (LP: #980828)

2012-04-16  Didier Roche  <didier.roche@canonical.com>

	releasing version 5.10.0-0ubuntu4

2012-04-16  Didier Roche  <didier.roche@canonical.com>

	* Cherry-pick an additional fix from trunk fixing multiple bugs:
	- alt-tab - quick alt + tab (before the switcher shows) not consistent
	(LP: #861250)
	- Launcher, Alt-Tab - clicking on launcher item or selecting a app in
	Alt-Tab raises all app windows, not just most recently focused
	(LP: #959339)
	- Alt-Tab, multimonitor - The Alt-Tab overlay should appear on the display
	which has focus. (LP: #981795)

2012-04-13  Didier Roche  <didier.roche@canonical.com>

	releasing version 5.10.0-0ubuntu3

2012-04-13  Didier Roche  <didier.roche@canonical.com>

	remove a symlink and replace with a real file for
	debian/patches/series.<arch> as not supported  in non v3 (and we don't
	want v3 format with full source upstream derived branch)

2012-04-13  Oliver Grawert  <ogra@ubuntu.com>

	merge lp:~linaro-graphics-wg/unity/fix-gles2-build to fix the build on GLES arches

2012-04-13  Oliver Grawert  <ogra@ubuntu.com>

	switch packaging to 3.0 quilt format, enable subarch specific quilt support, add linaros disable_standalone-clients.patch to make GLES builds not fail on GL bits

2012-04-13  Didier Roche  <didier.roche@canonical.com>

	releasing version 5.10.0-0ubuntu2

2012-04-13  Didier Roche  <didier.roche@canonical.com>

	Enabling build with OpenGL ES2.0 support for ARM and disable maintainer
	mode on that arch to avoid -Werror failure (LP: #980544)

2012-04-12  Didier Roche  <didier.roche@canonical.com>

	releasing version 5.10.0-0ubuntu1

2012-04-12  Didier Roche  <didier.roche@canonical.com>

	Cherry-pick an additional commit for a crash

2012-04-12  Didier Roche  <didier.roche@canonical.com>

	dash ignore queries done just after session start (LP: #979799)

2012-04-12  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 5.10.0

2012-04-12  Didier Roche  <didier.roche@canonical.com>

	add another bug fix

2012-04-12  Didier Roche  <didier.roche@canonical.com>

	* New upstream release:
	- bamfdaemon crashed with SIGABRT in g_assertion_message() (LP: #926208)
	- We are using 1 bad hack for compiz hanging on startup (LP: #963264)
	- GConf backend steals glib events from compiz (LP: #965220)
	- when I closed QupZill brawser it crashed and then and then I sow
	worrning that compiz crashed but fire fox and chrome is estle working.
	gtk-window-decorator crashed with SIGSEGV in max_window_name_width()
	(LP: #948580)
	- compiz crashed with SIGSEGV in std::basic_string<...>::basic_string()
	from unity::launcher::HudLauncherIcon::HudLauncherIcon()::{lambda} from
	unity::UBusManager::OnCallback (LP: #964897)
	- unity-panel-service crashed due to heap corruption in g_free() from
	service_proxy_name_changed() [libindicator/indicator-service-
	manager.c:574] (LP: #969360)
	- Opening dash while an application is maximized makes unity completely
	useless, have to relogin (LP: #975103)
	- unity crash on alt-tab (LP: #975168)
	- Top bar - Menus should be condensed to fit panel/overlay of appmenu
	(LP: #655184)
	- Topbar - window controls for maximised windows in the top bar should
	conform to Fitts's law (LP: #839690)
	- [FFe, UIFe] Dash - When the Dash is open and there is a maximised app in
	the background, the top bar background should not disappear
	(LP: #839480)
	- Dash - The inner bottom left, bottom right and top right corners of the
	desktop dash border are rendered incorrectly (LP: #839476)
	- Showdesktoped window contents invisible in window spread (LP: #877778)
	- Maximized windows can be accidentally closed from wrong monitor.
	(LP: #865701)
	- Unity launcher on-screen corruption on resume from suspend with nVidia
	proprietary driver (LP: #915265)
	- Launcher - Inserting items into launcher makes unnecessary animations on
	other monitors (LP: #925021)
	- Far left character in panel (and launcher popups) distorted
	(LP: #927441)
	- Jenkins build failure: SetAcceptKeyNavFocusOnMouseEnter not declared
	(LP: #938037)
	- super+<unbound key> and sometimes super+<number> keys now cause launch
	to wedge with the key hints shown and retains focus instead of selecting
	the requested window (LP: #934084)
	- three-finger move does not move (Precise) (LP: #940612)
	- compiz crashed with SIGSEGV in std::__detail::_List_node_base::_M_hook()
	from unity::ui::PointerBarrierWrapper::EmitCurrentData (LP: #944217)
	- indicators appear intertwined with global menu (LP: #953868)
	- [5.8 pre staging] "sticky edge" option does nothing visible
	(LP: #961285)
	- HUD: The selection always returns to the first item whenever menus are
	updated (LP: #962984)
	- Multimonitor - Using single launcher, the HUD draws incorrectly on a
	secondary monitor (LP: #963577)
	- Type your command does not appear translated in the HUD (LP: #964074)
	- HUD doesnt receive input after pressing Tab (LP: #964760)
	- compiz crashed with SIGSEGV in g_variant_unref() from
	unity::launcher::SoftwareCenterLauncherIcon::OnPropertyChanged
	(LP: #963718)
	- HUD denial of service (LP: #948820)
	- Application launch time increased with type-to-search in unity 5.8
	(LP: #966417)
	- Weird translation on the shortcut overlay dialog (LP: #971332)
	- compiz crashed with SIGSEV in g_type_check_instance_is_a from
	unity::launcher::DeviceLauncherIcon::ShowNotification (LP: #971345)
	- Launcher - launcher have a weird background if cursor is over it while
	opening dash (LP: #974408)
	- compiz crashed with SIGSEGV in
	unity::hud::HudIconTextureSource::ColorForIcon() (LP: #935307)
	- Compiz: Growing idle memory consumption with latest Nux/Unity (~60
	MiB/h) in unity::PanelIndicatorEntryView::Refresh() (LP: #975801)
	- [nvidia] minimized windows are white in the window spread (LP: #977189)
	- compiz crashed with SIGSEGV in nux::Rect::Rect() from
	unity::launcher::LauncherIcon::OpenQuicklist() from RecvMouseDown() from
	unity::launcher::LauncherIcon::RecvMouseDown() (LP: #954736)
	- Alt-tab - Reduce the spread delay for all items other than the initial
	item the select lands on after alt-tab opens (LP: #838232)
	- Dash - The Dash search box should expand horizontally when the Dash
	switches to full screen mode  (LP: #841907)
	- window selected via ALT+F1 doesn't get focus in unity (LP: #875932)
	- Non square icons don't fill result tiles as much as they should
	(LP: #878015)
	- Dash - the spinner and the 'clear' button (the circle with the X) in the
	Dash is blurry (LP: #891691)
	- Dash - Update the Dash card view so that the implementation conforms to
	the attached designs (LP: #901164)
	- Launcher bar doesn't saturate when focused via keynav when dash opened
	(LP: #913569)
	- Global menu doesn't work with multiple monitors (twinview) (LP: #921918)
	- Number shortcut overlay won't show if mouse hovers launcher bar area
	(LP: #924636)
	- Colour of launcher on second monitor is not restored after closing the
	dash (LP: #925442)
	- [autohide] app icons in HUD are poorly scaled (LP: #931406)
	- Show default HUD icon for Desktop (nautilus) menus (LP: #931548)
	- Hud shows wrong application icon when activated with the dash showing
	(LP: #932371)
	- Window management - Dragging down a maximized window from the panel has
	not predictable results (LP: #934680)
	- Launcher - Properly colorize icons (LP: #938620)
	- lens bar clickable area needs to be expanded (LP: #937193)
	- Multimonitor - hidden menu indicators are shown in the non active
	monitor (LP: #951747)
	- Wrong glib #include in Hud.h (LP: #952117)
	- [FFe, UIFe] New animation for adding launchers for newly installed
	applications (LP: #955147)
	- HUD remembers icon of last used app (LP: #961161)
	- Launcher - window buttons are not horizontally ad vertically aligned
	(LP: #963019)
	- Opening HUD after dash shows window title in the panel (LP: #963134)
	- Dash picking a really odd color with default wallpaper (LP: #963140)
	- HUD overlay has one pixel gap on left side (LP: #964061)
	- Launcher icon indicators doesn't redraw when changing the launcher
	settings (LP: #964851)
	- Dash home results take too long to appear (LP: #965492)
	- Multimonitor - Only the panel that controls the focused window should
	draw its title (LP: #968261)
	- Performing a pinch gesture over a window has no effect (LP: #969554)
	- Dash section header icons are missing (LP: #971233)
	- Unity displays "no search results" with results present (LP: #971430)
	- Pressing Ctrl+Tab from the command lens switches to the wrong lens
	(LP: #971850)
	- PanelMenuView causes gtk assertion to fail (LP: #971947)
	- [regression] The keyboard shortcuts overlay bottom is truncated.
	(LP: #973386)
	- Not minimizable windows have an enabled "minimize" button on the unity
	panel (LP: #936425)
	- HUD maximize button affects Dash (LP: #939054)
	- Panel opacity toggle doesn't quite work  (LP: #940683)
	- Dash is totally broken when disabling the blur effect (LP: #941066)
	- Dash collapsed view has scrollbar (LP: #956500)
	- HUD too many triangles with new transition effect (LP: #961230)
	- Menu bar not transparent when invoking dash with super key whilst HUD
	enabled and vice versa (LP: #962410)
	- Windows controls lost if dash is opened after HUD (LP: #963118)
	- HUD service returning more than 5 entries (LP: #965299)
	- Dash - Search box text is clipped (LP: #966424)
	- IBus Pinyin pup box disappears  in the hud (LP: #968777)
	- Dash and HUD search fields appear in slightly different places
	(LP: #969404)
	- Super+Tab, super, loses focus (LP: #970420)
	- Dash - reduce frosty effect (LP: #978785)
	- HUD doesn't ignore key events while ibus is active (LP: #957927)
	- "Show Dekstop icon" typo in Unity's translation template (LP: #934526)
	- Starting dash or hud with mouse over launcher desaturates all icons
	(LP: #973063)
	- Untranslatable strings in the hints screen (LP: #975815)

2012-04-12  Didier Roche  <didier.roche@canonical.com>

	bump Standards-Version to latest

2012-04-12  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- build-dep on latest libnux-2.0-dev for ABI break

2012-03-26  Didier Roche  <didier.roche@canonical.com>

	releasing version 5.8.0-0ubuntu2

2012-03-26  Didier Roche  <didier.roche@canonical.com>

	* Cherry-picked upstream:
	- fix a crash when software-center is installing an application
	(LP: #963718)

2012-03-23  Didier Roche  <didier.roche@canonical.com>

	releasing version 5.8.0-0ubuntu1

2012-03-23  Didier Roche  <didier.roche@canonical.com>

	removing patches

2012-03-23  Didier Roche  <didier.roche@canonical.com>

	- New "push mouse offscreen" feature really difficult to get (LP: #923749)
	- unity-2d-panel crashed with SIGSEGV in
	unity::indicator::DBusIndicators::Impl::RequestSyncAll() (LP: #864737)
	- Pressing "Alt+Enter" causes compiz to crash in CompOption::value() from
	unity::UnityScreen::showLauncherKeyTerminate (LP: #960957)
	- SEGSIGV after unplugging external monitor (LP: #962693)
	- Background colorization should use a different heuristic (LP: #865239)
	- compiz+unity3d generates > 50 wakeups a second on idle system
	(LP: #917210)
	- [FFe, UIFe] HUD - The HUD does not respect launcher autohide or icon
	size settings (LP: #921506)
	- clicking on folders in the file lens does not open nautilus
	(LP: #921665)
	- No text inside multirange filters (LP: #927710)
	- can't alt-tab restore minimized uis which have an instance on another
	workspace (LP: #933397)
	- Ubuntu Software Center Unity launcher integration is not working
	(LP: #932280)
	- The line separator between the launcher and the dash is cleared when
	selecting a category (LP: #941082)
	- unity-panel-service crashed with SIGSEGV in g_hash_table_foreach()
	(LP: #937119)
	- Alt-F10 locks up Unity (LP: #948522)
	- multimonitor, launcher: Provide an option to display either a single
	launcher or a launcher on each display in a multi-monitor environment
	(LP: #950136)
	- multimonitor: Please give me a way to turn off sticky monitor edges
	(LP: #946104)
	- Unity 5.6: key bindings (such as Super) don't work on empty workspace or
	on slow/loaded systems (LP: #953089)
	- Alt+arrows keyboard shortcuts don't invoke Back and Forward navigation
	(LP: #953783)
	- HUD is sending 2 menu signals instead of 1 (LP: #956878)
	- 6th item of HUD not fully visible (LP: #957229)
	- HUD: seems to trigger operations more than once (LP: #960503)
	- Launcher gets always desaturated when using HUD on secondary monitor
	(LP: #961169)
	- [5.8 pre staging] launcher is displayed on the left screen, not the
	primary one (LP: #961281)
	- launcher icons do not re-saturate after dash is closed (LP: #961844)
	- Launcher shows arrows for applications on all workspaces (LP: #961977)
	- Dash - Implement overlay scrollbars in Dash (LP: #608124)
	- [UIFe] Dash - No message displayed when no results are returned in the
	Dash (LP: #711199)
	- Dash - "See more..." line should be base-aligned with section header
	(LP: #748101)
	- Dash - Missing category separator line in dash (LP: #850984)
	- 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)
	- Dash - When multiple results have equal string match relevancy ranking,
	those with equal ranking should be then sorted by frequency of use.
	(LP: #871900)
	- Keyboard shortcut - F10 shortcut is used to show menu and this is wrong
	(LP: #878492)
	- Frozen double icon after launching and dragging at once (LP: #918753)
	- HUD is over gtk-menu (LP: #921305)
	- Files missing from Unity's POTFILES.in (LP: #923762)
	- Hidden menus are not really hidden (LP: #926330)
	- Need to bring back a "reveal border" option (LP: #927523)
	- Unity Panel lose shadow on changing the wallpaper (LP: #930271)
	- Incorrect item count in "See x more results" (LP: #934944)
	- Coverity PW.PARAMETER_HIDDEN - CID 10671 (LP: #938890)
	- Coverity PW.CAST_TO_QUALIFIED_TYPE - CID 10670 (LP: #938895)
	- [Shortcut overlay] Hardcoded value for switching ws (LP: #939517)
	- Dash - Font metrics and colors are wrong (LP: #942508)
	- Alt-tab switcher view should be pre-loaded to improve the startup time
	(LP: #942634)
	- Shortcut hint overlay should be hidden by Escape key (LP: #943422)
	- Dash/HUD - Spinner off-centre, looks drunk (LP: #943656)
	- Unable to restart lens which doesn't do global search (LP: #947301)
	- Launcher Switcher (Super+Tab) selection could be changed by arrow keys
	too (LP: #950404)
	- you have to release alt for alt + F10 working (LP: #943223)
	- magnifying glass is being overdrawn by text in searchbar  (LP: #955160)
	- hud searches don't update properly (LP: #956480)
	- Filters not working (LP: #961338)
	- Panel goes solid if switching from hud to dash or vice versa
	(LP: #962720)
	- compiz configuration options for unity are "fixme" (LP: #877382)
	- Launcher - When Launcher already has keyboard focus, Alt-F1 doesn't exit
	focus (LP: #885304)
	- Dash - dash is not closed with alt+f4 (LP: #891818)
	- Dash Home tooltip should use header capitalization (LP: #924354)
	- Typo in string 149: stoped (LP: #931382)
	- unity should not use dconf to store the average background colour
	(LP: #949277)
	- [UIFE] No HUD keybinding in the shortcut overlay (LP: #942515)
	- The hseparator is drawn also for the final dash category (LP: #955296)

2012-03-23  Didier Roche  <didier.roche@canonical.com>

	* New upstream release.
	* debian/control:
	- build-dep on latest nux,compiz and libcompizconfig for ABI breakage

2012-03-23  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2012-03-23  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 5.8.0

2012-03-14  Didier Roche  <didier.roche@canonical.com>

	* debian/patches/series:
	- remove the distro patches in trunk right now

2012-03-14  Didier Roche  <didier.roche@canonical.com>

	releasing version 5.6.0-0ubuntu4

2012-03-14  Didier Roche  <didier.roche@canonical.com>

	* 02_remove_ungrad_workaround2.patch:
	- part 2 of the patch, enabling pressing alt + keys in some additional
	cases

2012-03-13  Didier Roche  <didier.roche@canonical.com>

	releasing version 5.6.0-0ubuntu3

2012-03-13  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- use right build-dep (libxfixes-dev)

2012-03-13  Didier Roche  <didier.roche@canonical.com>

	releasing version 5.6.0-0ubuntu2

2012-03-13  Didier Roche  <didier.roche@canonical.com>

	file was listing it, will fix that upstream as well. ubuntu4 of libxfixes
	need an unity rebuild to avoid not being able to trigger launcher reveal
	(LP: #953778)

2012-03-13  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- add libxfixes build-dep (versionned as there is an ABI break). No cmake
	file was listing it, will fix that upstream as well.

2012-03-13  Didier Roche  <didier.roche@canonical.com>

	* debian/patches/01_remove_ungrab_workaround.patch:
	- remove a workaround which makes alt + keys not passing events to other
	apps (LP: #953783)

2012-03-13  Didier Roche  <didier.roche@canonical.com>

	remove uneeded patch

2012-03-12  Didier Roche  <didier.roche@canonical.com>

	releasing version 5.6.0-0ubuntu1

2012-03-12  Didier Roche  <didier.roche@canonical.com>

	- compiz crashed with SIGSEGV in g_type_check_instance_cast()
	(LP: #862972)
	- compiz crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()
	(LP: #926793)
	- compiz crashed with SIGSEGV in gdk_pixbuf_get_width() (LP: #937421)
	- Unity causes ibus to not work correctly (spaces incorrectly placed)
	(LP: #880876)
	- Dash - update Dash keyboard shortcuts so the 'CTRL + TAB' switches
	between Lenses and 'TAB' by itself moves the focus between categories
	(LP: #891648)
	- HUD - closing a window with <Alt>+<F4> opens the hud (LP: #923410)
	- unity-applications-daemon crashed with SIGSEGV in
	dee_sequence_model_free_row() (LP: #916356)
	- Launcher, Window Management - Launcher reveal should not be triggered
	when dragging a window (LP: #928805)
	- lenses are loaded on start, should be lazy loaded (LP: #929506)
	- Trash icon jumps about when trying to drag an icon onto it (LP: #932365)
	- HUD loses keypresses for the first second after opening (LP: #932906)
	- HUD doesn't give the focus back to the active application after dash/hud
	use (LP: #934061)
	- Launcher - unpinned apps show with empty pips in the launcher as if they
	exist on another workspace (LP: #937898)
	- Unity Dash should support Keywords parameter in .desktop (formerly X
	-GNOME-Keywords or X-AppInstall-Keywords) (LP: #941231)
	- Support FD.o Desktop Actions spec (LP: #942042)
	- Unity hangs when touching my touchpad/trackpad (LP: #942625)
	- [regression] Pressing alt doesn't show the menu title bar in top panel
	(LP: #943194)
	- Alt + F (or other mnemonic) doesn't work in gnome-terminal (LP: #943239)
	- [unity 5.6] Using Alt+F1 or Alt+F2 sends a ";3P" or ";3Q" to the active
	windows (LP: #943456)
	- [unity 5.6] holding alt and pressing a direction opens the alt-tab list
	in a buggy way (LP: #943902)
	- [unity-5.6] can't enter accents (^o->) in the dash since recent updates
	(LP: #944674)
	- Dash - Keyboard navigation for search filters is broken (LP: #844033)
	- Dash - If mouse highlights one icon in grid, keyboard navigation
	highlights another, so there are 2 highlighted icons (LP: #817436)
	- Alt+Tab default delay of 150ms is too long (LP: #888636)
	- Keyboard shortcut - F10 shortcut is used to show menu and this is wrong
	(LP: #878492)
	- Dash - Currently the app lens doesn't show applications that are
	available for purchase (LP: #916121)
	- Chromium is running, but not showing in launcher or alt-tab. 
	(LP: #918474)
	- Dash - Different states of rating stars, and dimensions (LP: #924884)
	- alt-tab confused by a multiple instances of an application on different
	workspaces (LP: #925484)
	- Launcher - Icons are not colorized properly (LP: #930949)
	- Remove glow from Alt-tab edge and Search Field image assets
	(LP: #933578)
	- "Left Mouse Drag" and "Middle Mouse Drag" should be translatable
	(LP: #930510)
	- Launcher switcher should be terminated if a launcher icon keybinding is
	pressed (LP: #943377)
	- dash home lens does not include recent files... (LP: #946980)
	- Alt-tab switcher can't be terminated by Escape key (LP: #948227)
	- Overlay should refer to "Menu Bar" not "Top Bar" (LP: #926213)
	- alt-tab is showing preview even if you have just one instance
	(LP: #933406)
	- When "Bias alt-tab (...)" is switched on, alt+tab and ctrl+alt+tab are
	swapped  (LP: #942677)
	- Numbers on Launcher icons sticking (LP: #942359)
	- The launcher icons shortcuts can be shown during the Super Tab Launcher
	switcher. (LP: #943372)
	- Use title case capitalization "Lock to Launcher" & "Unlock from
	Launcher" (LP: #949636)

2012-03-12  Didier Roche  <didier.roche@canonical.com>

	bump libbamf req. for new API

2012-03-12  Didier Roche  <didier.roche@canonical.com>

	bump libnux-2.0-dev build-dep for ABI break

2012-03-12  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- bump compiz-dev and libcompizconfig0-dev build-dep for ABI break

2012-03-12  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2012-03-12  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 5.6.0

2012-03-12  Didier Roche  <didier.roche@canonical.com>

	Release\ 5.6.0

2012-02-23  Didier Roche  <didier.roche@canonical.com>

	releasing version 5.4.0-0ubuntu2

2012-02-23  Didier Roche  <didier.roche@canonical.com>

	* 01_hardcode_new_default_in_hardcoded_values.patch:
	- hardcode the new default value for switching between workspaces and
	moving a window between workspaces. Unfortunatly, this is still a
	harcoding. Opened an upstream bug so that the real values are read
	instead with some guidance.
	* debian/control, debian/rules:
	- add quilt patch handling

2012-02-17  Didier Roche  <didier.roche@canonical.com>

	releasing version 5.4.0-0ubuntu1

2012-02-17  Didier Roche  <didier.roche@canonical.com>

	- Unity needs a way to switch (tab) between windows on current workspace
	(LP: #863399)
	- compiz crashed with SIGSEGV in BamfLauncherIcon::NameForWindow()
	(LP: #865840)
	- Gradual degradation in desktop performance. (LP: #888039)
	- compiz (unity) crashes with SIGSEGV when a window is minimized.
	(LP: #918329)
	- FavoriteStore external change support (LP: #681503)
	- Launcher - Make Launcher left of screen reveal more responsive and less
	prone to false positives (LP: #765819)
	- Window auto-maximise functionality should be disabled on monitors with a
	resolution above 1024 x 600  (LP: #797808)
	- Dash: very high latency responding to input (LP: #828582)
	- Dash - Behaviour of the 'All' button in the Dash filters broken in
	several ways   (LP: #841864)
	- alt-tab - The app title in the top left of the top bar should change as
	the alt-tab focus changes (LP: #855516)
	- Keyboard shortcut - Add keyboard shortcut hint overlay that is displayed
	when a user presses and holds the Super key (LP: #855532)
	- Unity crashes when started in an environment without utouch support
	(LP: #860707)
	- Dash - Remove Dash Home shortcut icons (LP: #885738)
	- Dash - Most Frequently Used apps change to Recently Used, without
	Launcher favorites (LP: #893214)
	- Should have a launcher on every monitor (LP: #915944)
	- Launcher autohide behaviour on multi-monitor (LP: #915946)
	- the unity wrapper should kill compiz before restarting it (LP: #919132)
	- Launcher - Implement workspace/launcher cross interactions (LP: #690143)
	- Application icons should only display windows from the current workspace
	in the window spread (LP: #689733)
	- Notification area ("system tray") missing when using dual monitors of
	different sizes, with their bottoms aligned (LP: #778256)
	- Clicking Nautilus launcher icon fails to open a Nautilus file explorer
	window when  copying a file and all other Nautilus windows are closed /
	bamf should skip the taskbar (LP: #784804)
	- Dash - the search box is not aligned correctly relative to the Launcher
	BFB button (LP: #838904)
	- Dash - A expand/collapse arrow is missing from all the filter category
	headers (LP: #841870)
	- Dash - the filter buttons should not have a mouse over state
	(LP: #838901)
	- Dash - the "Filter results" text is the wrong size, wrong font weight,
	and aligned incorrectly in both the vertical and horizontal axis
	(LP: #863240)
	- Add SUPER+TAB switching mode that enables the user to switch
	applications via the Launcher (LP: #891620)
	- Software Centre - automatically add app icon to launcher (LP: #761851)
	- Compiz add transparency to titlebar along with the panel (LP: #912682)
	- The search box is too opaque and dark (LP: #913717)
	- Dash - Make statefulness of Dash Home and Dash Lenses consistent
	(LP: #914759)
	- Unity 5.0: "All" button for filters render as "..." (LP: #915200)
	- Adding an option to the Sources filter from a remote Python scope
	doesn't work (LP: #916758)
	- super+tab switcher shows shortcut overlay sometimes (LP: #918453)
	- SUPER+TAB switcher should be circular (LP: #919018)
	- launcher not hiding in one design-specified case (LP: #919162)
	- The Unity hints overlay should refer to "Trash" instead of "Rubbish Bin"
	(LP: #920529)
	- middle-click pasting in run dialog [Alt]+[F2] doesn't work (LP: #842462)
	- Dash - Genre filter category in the Music Lens should use a 3 column
	layout (LP: #841902)
	- Expo plugin not marked as essential for Unity plugin (in ccsm)
	(LP: #897697)
	- unity log messages in ~/.xsession-errors are NOT identified as coming
	from unity (LP: #908004)
	- Launcher icon progress overlay is drawn incorrectly when using odd icon
	size (LP: #911553)
	- Menus don't hide if moving cursor during alt+tab (LP: #913889)
	- When removing icon from launcher by unselecting "Keep in launcher" in
	the quick, it's super+number shortcut becomes unaccessible until I put
	another icon on the launcher (LP: #914018)
	- It should be possible to escape from SUPER+TAB with Escape key
	(LP: #919019)
	- Clicking on an empty areas makes the dash search bar lose focus
	(LP: #919567)
	- Dash - the options in the "filter results" section are the wrong size,
	aligned incorrectly, and the button outline width is incorrect
	(LP: #863246)
	- clicking filter categories in lenses changes search box hint text.
	(LP: #923988)
	- Dash home screen contains previous search result (LP: #924649)
	- checkbox-unity: test descriptions need an update (LP: #924669)
	- Missing dependency on python-gconf (LP: #923288)

2012-02-17  Didier Roche  <didier.roche@canonical.com>

	build-dep on latest nux (ABI break)

2012-02-17  Didier Roche  <didier.roche@canonical.com>

	* New upstream release.
	- recommends new unity-lens-video

2012-02-17  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2012-02-17  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 5.4.0

2012-02-16  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- recommends indicator-printers

2012-02-16  Didier Roche  <didier.roche@canonical.com>

	releasing version 5.2.0-0ubuntu5

2012-02-16  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- bump compiz-dev build-dep for ABI break

2012-02-14  Didier Roche  <didier.roche@canonical.com>

	* debian/unity-crashdb.conf, debian/source_unity.py,
	debian/unity-common.install:
	- enabling installing + tag from a ppa

2012-02-13  Didier Roche  <didier.roche@canonical.com>

	releasing version 5.2.0-0ubuntu4

2012-02-10  Didier Roche  <didier.roche@canonical.com>

	Cherry-pick new gtk_init initialization in unity (not anymore in compiz)

2012-02-09  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- build-dep on latest compiz-dev and libcompizconfig0-dev for ABI break
	* debian/rules:
	- pick new abiversion file

2012-02-07  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- build-dep on latest compiz-dev and libcompizconfig0-dev for ABI break
	* debian/rules:
	- pick new abiversion file

2012-01-27  Didier Roche  <didier.roche@canonical.com>

	* debian/rules:
	- pick new abiversion file

2012-01-27  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- build-dep on latest compiz-dev and libcompizconfig0-dev for ABI break

2012-02-08  Didier Roche  <didier.roche@canonical.com>

	releasing version 5.2.0-0ubuntu3

2012-02-08  Didier Roche  <didier.roche@canonical.com>

	* Cherry-pick:
	- additional fix for setting the right strut at startup

2012-02-07  Didier Roche  <didier.roche@canonical.com>

	releasing version 5.2.0-0ubuntu2

2012-02-07  Didier Roche  <didier.roche@canonical.com>

	additional cherry-pick

2012-02-07  Didier Roche  <didier.roche@canonical.com>

	* Cherry-pick upstream:
	- a fix for a 5.0 crasher (LP: #916228)
	- default configuration now to "always lock"

2012-02-07  Didier Roche  <didier.roche@canonical.com>

	* debian/profile_upgrade/com.canonical.unity.unity.03.upgrade,
	debian/unity-common.install:
	- enabling user profile upgrade installation
	- switcher per workspace is now the default on upgrade
	- launcher is always locked by default, even on upgrade (LP: #928153)

2012-02-06  Didier Roche  <didier.roche@canonical.com>

	Cheery-pick a fix for a 5.0 crasher (LP: #916228)

2012-02-03  Didier Roche  <didier.roche@canonical.com>

	releasing version 5.2.0-0ubuntu1

2012-02-03  Didier Roche  <didier.roche@canonical.com>

	- Unity needs a way to switch (tab) between windows on current workspace
	(LP: #863399)
	- compiz crashed with SIGSEGV in BamfLauncherIcon::NameForWindow()
	(LP: #865840)
	- Gradual degradation in desktop performance. (LP: #888039)
	- compiz (unity) crashes with SIGSEGV when a window is minimized.
	(LP: #918329)
	- FavoriteStore external change support (LP: #681503)
	- Launcher - Make Launcher left of screen reveal more responsive and less
	prone to false positives (LP: #765819)
	- Window auto-maximise functionality should be disabled on monitors with a
	resolution above 1024 x 600  (LP: #797808)
	- Dash: very high latency responding to input (LP: #828582)
	- Dash - Behaviour of the 'All' button in the Dash filters broken in
	several ways   (LP: #841864)
	- alt-tab - The app title in the top left of the top bar should change as
	the alt-tab focus changes (LP: #855516)
	- Keyboard shortcut - Add keyboard shortcut hint overlay that is displayed
	when a user presses and holds the Super key (LP: #855532)
	- Unity crashes when started in an environment without utouch support
	(LP: #860707)
	- Dash - Remove Dash Home shortcut icons (LP: #885738)
	- Dash - Most Frequently Used apps change to Recently Used, without
	Launcher favorites (LP: #893214)
	- Should have a launcher on every monitor (LP: #915944)
	- Launcher autohide behaviour on multi-monitor (LP: #915946)
	- the unity wrapper should kill compiz before restarting it (LP: #919132)
	- Launcher - Implement workspace/launcher cross interactions (LP: #690143)
	- Application icons should only display windows from the current workspace
	in the window spread (LP: #689733)
	- Notification area ("system tray") missing when using dual monitors of
	different sizes, with their bottoms aligned (LP: #778256)
	- Clicking Nautilus launcher icon fails to open a Nautilus file explorer
	window when  copying a file and all other Nautilus windows are closed /
	bamf should skip the taskbar (LP: #784804)
	- Dash - the search box is not aligned correctly relative to the Launcher
	BFB button (LP: #838904)
	- Dash - A expand/collapse arrow is missing from all the filter category
	headers (LP: #841870)
	- Dash - the filter buttons should not have a mouse over state
	(LP: #838901)
	- Dash - the "Filter results" text is the wrong size, wrong font weight,
	and aligned incorrectly in both the vertical and horizontal axis
	(LP: #863240)
	- Add SUPER+TAB switching mode that enables the user to switch
	applications via the Launcher (LP: #891620)
	- Software Centre - automatically add app icon to launcher (LP: #761851)
	- Compiz add transparency to titlebar along with the panel (LP: #912682)
	- The search box is too opaque and dark (LP: #913717)
	- Dash - Make statefulness of Dash Home and Dash Lenses consistent
	(LP: #914759)
	- Unity 5.0: "All" button for filters render as "..." (LP: #915200)
	- Adding an option to the Sources filter from a remote Python scope
	doesn't work (LP: #916758)
	- super+tab switcher shows shortcut overlay sometimes (LP: #918453)
	- SUPER+TAB switcher should be circular (LP: #919018)
	- launcher not hiding in one design-specified case (LP: #919162)
	- The Unity hints overlay should refer to "Trash" instead of "Rubbish Bin"
	(LP: #920529)
	- middle-click pasting in run dialog [Alt]+[F2] doesn't work (LP: #842462)
	- Dash - Genre filter category in the Music Lens should use a 3 column
	layout (LP: #841902)
	- Expo plugin not marked as essential for Unity plugin (in ccsm)
	(LP: #897697)
	- unity log messages in ~/.xsession-errors are NOT identified as coming
	from unity (LP: #908004)
	- Launcher icon progress overlay is drawn incorrectly when using odd icon
	size (LP: #911553)
	- Menus don't hide if moving cursor during alt+tab (LP: #913889)
	- When removing icon from launcher by unselecting "Keep in launcher" in
	the quick, it's super+number shortcut becomes unaccessible until I put
	another icon on the launcher (LP: #914018)
	- It should be possible to escape from SUPER+TAB with Escape key
	(LP: #919019)
	- Clicking on an empty areas makes the dash search bar lose focus
	(LP: #919567)
	- Dash - the options in the "filter results" section are the wrong size,
	aligned incorrectly, and the button outline width is incorrect
	(LP: #863246)
	- clicking filter categories in lenses changes search box hint text.
	(LP: #923988)
	- Dash home screen contains previous search result (LP: #924649)
	- checkbox-unity: test descriptions need an update (LP: #924669)
	- Missing dependency on python-gconf (LP: #923288)

2012-02-03  Didier Roche  <didier.roche@canonical.com>

	- fix a dep on binary:Version
	- build-dep on latest libunity-dev

2012-02-03  Didier Roche  <didier.roche@canonical.com>

	push priority to extra for the transitional package

2012-02-03  Didier Roche  <didier.roche@canonical.com>

	build-dep on latest Nux

2012-02-03  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2012-02-03  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 5.2.0

2012-02-03  Didier Roche  <didier.roche@canonical.com>

	prepare for merge-upstream

2012-01-31  Didier Roche  <didier.roche@canonical.com>

	bump for 5.2 release

2012-01-30  Didier Roche  <didier.roche@canonical.com>

	add ref bug #

2012-01-30  Didier Roche  <didier.roche@canonical.com>

	add a version dep from unity to libunity-core-5.0-5 as the ABI
	is breaking a lot and it helps wrong update for the autogenerated
	package from the ppa (especially when people downgrade)

2012-01-30  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- dep on python-gconf

2012-01-25  Ken VanDine  <ken.vandine@canonical.com>

	releasing version 5.0.0-0ubuntu3

2012-01-24  Ken VanDine  <ken.vandine@canonical.com>

	* rebuild for libindicator7
	* CMakeLists.txt
	- build with -Wno-error=deprecated-declarations

2012-01-19  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 5.0.0-0ubuntu2

2012-01-19  Sebastien Bacher  <seb128@ubuntu.com>

	Rebuild with nux on glew1.6

2012-01-13  Didier Roche  <didier.roche@canonical.com>

	releasing version 5.0.0-0ubuntu1

2012-01-12  Didier Roche  <didier.roche@canonical.com>

	update changelog

2012-01-12  agateau  <aurelien.gateau@canonical.com>

	New upstream release.

2012-01-12  agateau  <aurelien.gateau@canonical.com>

	New upstream release.

2012-01-12  agateau  <aurelien.gateau@canonical.com>

	Import upstream version 5.0.0

2012-01-12  agateau  <aurelien.gateau@canonical.com>

	Change version

2012-01-12  agateau  <aurelien.gateau@canonical.com>

	Fix version number

2012-01-12  agateau  <aurelien.gateau@canonical.com>

	* debian/control:
	- update build-dep of libunity, libdee and libbamf

2011-12-06  Didier Roche  <didier.roche@canonical.com>

	prepare versionning

2011-12-06  Didier Roche  <didier.roche@canonical.com>

	bump libunity-core to 5.0

2011-12-06  Didier Roche  <didier.roche@canonical.com>

	bump de dep on Nux 2.0 as well

2011-12-06  Didier Roche  <didier.roche@canonical.com>

	put the abiversion in the right place

2011-12-06  Didier Roche  <didier.roche@canonical.com>

	read correct file

2011-12-06  Didier Roche  <didier.roche@canonical.com>

	* debian/source:
	- remove source 3 format, doesn't play well with UDD and drives crazy
	diff for the release team

2011-12-06  Didier Roche  <didier.roche@canonical.com>

	* debian/control, debian/rules:
	- depends now on the new Nux ABI mecanism

2011-11-30  Didier Roche  <didier.roche@canonical.com>

	remove now uneeded libgnome-desktop-dev and libgtk2.0-dev build-deps

2011-11-22  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- add libgdu-dev build-dep

2011-10-18  Didier Roche  <didier.roche@canonical.com>

	releasing version 4.24.0-0ubuntu2

2011-10-18  Didier Roche  <didier.roche@canonical.com>

	* Cherry-pick upstream:
	- SRU0-Regression: scrollbar displacement caused dash rows to show less
	icons (LP: #875023)
	- Really reverts the UI change that was still uploaded even if we had
	reverted it…

2011-10-18  Didier Roche  <didier.roche@canonical.com>

	more cherry-pick

2011-10-14  Robert Carr  <racarr@canonical.com>

	Back out a horizontal margin that breaks sizing in some cases

2011-10-18  Didier Roche  <didier.roche@canonical.com>

	die die maximised window dash change

2011-10-17  Didier Roche  <didier.roche@canonical.com>

	right target

2011-10-17  Didier Roche  <didier.roche@canonical.com>

	releasing version 4.24.0-0ubuntu1

2011-10-17  Didier Roche  <didier.roche@canonical.com>

	* New upstream release and some cherry-pick:
	- compiz crashed with SIGSEGV in PluginClassHandler<UnityWindow,
	CompWindow, 0>::get() (LP: #864758)
	- unity panel menus don't stay open when clicked on second monitor
	(LP: #869196)
	- (oneiric) menu bar in wrong place and invisible (LP: #845856)
	- Lens range widgets do not function correctly (LP: #862996)
	- Cannot raise window from panel after minimize (LP: #863114)
	- unity-panel-service crashed with SIGSEGV in g_closure_invoke()
	(LP: #843280)
	- Windows get corrupted sometimes when semi-maximizing them. (LP: #865177)
	- Automaximization happens on unminimize (LP: #868930)
	- compiz crashed with SIGSEGV in nux::ROProperty<std::string>::operator
	std::string() (LP: #869109)
	- Dash - horizental divider line in between categories incorrectly drawn
	(LP: #841750)
	- F10 opens a random menu item when it should open the first one
	[regression] (LP: #862849)
	- Switching desktops after using showdesktop can cause hidden windows to
	become "active" (LP: #864503)
	- Clicking blank space on top panel doesn't raise maximized window to
	front (LP: #864708)
	- unity launcher loses track of deja-dup windows (LP: #865051)
	- Dash - App Lens 'Rating' filter behaves incorrectly (LP: #865482)
	- Launcher does not show on "Show desktop" (LP: #867959)
	- ibus character selection window not drawn (LP: #867885)
	- the dash's entry get wrongly colored on left or right key use
	(LP: #868434)
	- [ibus] Pressing down when ibus is active moves focus (LP: #872730)
	- Double-click on the dash top panel is taken effect on the window
	underneith (LP: #870844)

2011-10-17  Didier Roche  <didier.roche@canonical.com>

	additional cherry-pick

2011-10-14  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Bug #863114: Cannot raise window from panel after minimize
	Bug #865890: compiz crashed with SIGSEGV in nux::BaseWindow::GetInputWindowId() (when onboard is used)

2011-10-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Revert out maximised window dash change

2011-10-13  Gord Allott  <gord.allott@canonical.com>

	fixes an issue with the panel segfaulting on window change

2011-10-13  Gord Allott  <gord.allott@canonical.com>

	fixes the panel service segfaulting in certain conditions

2011-10-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	Release\ 4.24.0

2011-10-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix tests for FilterMultirangeWidget

2011-10-12  Zaid Yeganeh  <zaid.yeganeh@gmail.com>

	Lens range widgets do not function correctly

2011-10-12  Jay Ó Broin  <ismise@lavabit.com>

	Clicking blank space on top panel doesn't raise maximized window to front

2011-10-12  Brandon Schaefer  <schbra02@evergreen.edu>

	When the ibus was active and you pressed down it would move the focus to the result grid. Now when the ibus is active it keeps the focus when your press down/up

2011-10-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Leak fix

2011-10-12  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.fix_843958 (lp:unity r1714)

2011-10-11  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.fix_870430 (lp:unity r1709)

2011-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Bug #869196: unity panel menus don't stay open when clicked on second monitor with different geometry

2011-10-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	Bug #870844: Double-click on the dash top panel is taken effect on the window underneith

2011-10-12  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2011-10-12  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 4.24.0

2011-10-07  Didier Roche  <didier.roche@canonical.com>

	target oneiric

2011-10-07  Didier Roche  <didier.roche@canonical.com>

	releasing version 4.22.0-0ubuntu3

2011-10-07  Didier Roche  <didier.roche@canonical.com>

	* Cherry-pick upstream:
	- Resize the _gradient_texture (in PanelMenuView::Draw) if needed
	(LP: #863068, #868293, #869028)

2011-10-05  Didier Roche  <didier.roche@canonical.com>

	releasing version 4.22.0-0ubuntu2

2011-10-05  Didier Roche  <didier.roche@canonical.com>

	* Cherry-pick upstream:
	- fix minimize windows not showing when clicking on a launcher icon
	(LP: #868185)

2011-10-04  Didier Roche  <didier.roche@canonical.com>

	releasing version 4.22.0-0ubuntu1

2011-10-04  Didier Roche  <didier.roche@canonical.com>

	* New upstream release.
	- unity 3d firefox window borders disappear (LP: #861143)
	- Desktop drawn with offset (LP: #862743)
	- Crash when selecting Evolution in alt-tab (LP: #859431)
	- unity-panel-service crashed with SIGSEGV in g_type_check_instance_cast()
	- with a11y enabled (LP: #829367)
	- compiz crashed with SIGSEGV in
	unity::switcher::SwitcherController::~SwitcherController() (LP: #863302)
	corruption (!prev): 0x00007fa248593900 *** (LP: #862938)
	- Onboard can cause unity to crash (LP: #863693)
	- Dash opens the wrong application after scrolling in the application list
	(LP: #863555)
	- Categories "Applications" and "Files and folders" are untranslated
	(LP: #865430)
	- focus nautilus desktop to get focus at startup (LP: #863037)
	- UIFe: Remove Ubuntu logo again from desktop title (LP: #865150)
	- compiz assert failure: *** glibc detected *** compiz: free(): corrupted
	unsorted chunks: 0x0000000004a1d390 *** (LP: #863303)
	- Fix a mem leak
	- compiz crashed with SIGSEGV in unity::dash::LensView::~LensView()
	(LP: #863191)

2011-10-04  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 4.22.0

2011-10-03  Didier Roche  <didier.roche@canonical.com>

	releasing version 4.20.0-0ubuntu3

2011-10-03  Didier Roche  <didier.roche@canonical.com>

	* Merge trunk:
	- Fix a mem leak
	- compiz assert failure: *** glibc detected *** compiz: double free or
	corruption (!prev): 0x00007fa248593900 *** (LP: #862938, #863303)
	- compiz crashed with SIGSEGV in unity::dash::LensView::~LensView()
	(LP: #863191)
	- compiz crashed with SIGSEGV in unity::switcher::SwitcherController
	::~SwitcherController() (LP: #863302)
	- compiz crashed with SIGSEGV in LauncherIcon::SetHasWindowOnViewport()
	(LP: #863652)
	- Onboard can cause unity to crash (LP: #863693)
	- Focus nautilus desktop to get focus at startup (LP: #863037)
	- The 'Desktop' label isn't shown if you use "Show desktop" in alt + tab
	(LP: #863129)

2011-09-30  Martin Pitt  <martin.pitt@canonical.com>

	releasing version 4.20.0-0ubuntu2

2011-09-30  Martin Pitt  <martin.pitt@canonical.com>

	* Merge trunk:
	- Desktop drawn with offset (LP: #862743)

2011-09-29  Didier Roche  <didier.roche@canonical.com>

	releasing version 4.20.0-0ubuntu1

2011-09-29  Didier Roche  <didier.roche@canonical.com>

	* New upstream release + cherry-pick:
	- compiz crashed with SIGSEGV in PluginClassHandler<UnityWindow,
	CompWindow, 0>::get() (LP: #835259)
	- dash does not scroll down during keyboard navigation (LP: #852506)
	- compiz crashed with SIGSEGV in _XFreeEventCookies() (LP: #851472)
	- compiz crashed with SIGSEGV in g_object_unref() (LP: #847512)
	- compiz crashed with SIGSEGV in nux::WindowCompositor::MouseEventCycle()
	(LP: #831678)
	- compiz and X can disagree on the stacking order (LP: #845719)
	- compiz crashed with SIGSEGV in unity::dash::LensView::OnResultAdded()
	(LP: #855252)
	- CCSM crashes Unity (LP: #861643)
	- compiz crashed with SIGSEGV in PrivateWindow::addWindowStackChanges()
	(LP: #862115)
	- Touch - When dragging a window with a 3 touch, dragging to the top
	should show the maximize gesture preview. (LP: #750316)
	- compiz crashed with SIGABRT in raise() (LP: #750386)
	- Launcher - Spread should not affect the state of window (LP: #764673)
	- [UIFe] Add system setting icon to Launcher (LP: #764744)
	- compiz crashed with SIGABRT in raise() [Merely unchecking the Unity
	plugin is enough to crash Compiz...] (LP: #823386)
	- Launcher - does not hide if revealed from top 24px  of the left edge of
	the screen (LP: #835989)
	- Clickable areas of previously active window remains on 'Show Desktop'
	(LP: #836325)
	- Cannot search for some apps in Dash (LP: #837075)
	- Dash - Search box cursor not responding correctly to focus (LP: #839704)
	- Multi-display: Application menu only showing on primary screen
	(LP: #845212)
	- Ellipsized values in size filter (LP: #851359)
	- (oneiric) dash result expansions don't display icons (LP: #854615)
	- run the wrong command if enter is hit before the view is refreshed
	(LP: #856205)
	- Java application windows cut-off/truncated/not displayed properly
	(LP: #857201)
	- compiz crashed with SIGSEGV in sigc::signal_base::impl() (LP: #831769)
	- Minimizing a window should switch focus to the windows underneath it
	(breaks restore) (LP: #859885)
	- Ratings filter allows ratings > 1.0 (LP: #861255)
	- Serious Unity problem stuck in spread when dragging icons back to the
	dash (LP: #862045)
	- Must use hardware keyboard to perform search for applications in Unity
	(LP: #739812)
	- Files lens should also search Downloads (LP: #748915)
	- The dash crosses the monitor boundary when resolution is 1152x864 or
	lesser width (LP: #765338)
	- blacklist old geforce fx cards for unity-3d (LP: #769402)
	- Dash - dragging a file outside of the Desktop Dash should close the Dash
	(LP: #764641)
	- Text in Dash search text box overflows and doesn't crop with longer
	strings; RtL input starts in wrong place (LP: #834765)
	- Where the average background colour is either very light or dark, adjust
	this value to darken/lighten in order to preserve readability
	(LP: #837993)
	- Dash does not resize when I connect to an external display and mirror
	displays (LP: #838132)
	- wrong workspace is activated (LP: #838766)
	- [oneiric] Clicking the maximize/restore button for the dash window loses
	the keyboard focus (LP: #850467)
	- Non-square dash items are stretched to a 1:1 ratio (LP: #851196)
	- Dash - 'Shortcuts' arrow should be removed (LP: #852130)
	- Dash - reflections should be fixed on the centre of the viewport, *NOT*
	the centre of the entire page including occluded areas (LP: #838925)
	- Dash - horizental divider line in between categories incorrectly drawn
	(LP: #841750)
	- Dash - whenever there is a search query in the search box and the search
	is no longer running, the circle with the X inside should be displayed
	in place of the magnifying glass (LP: #841760)
	- Top bar - Pressing F10 as second time should close the top bar app menus
	(LP: #856468)
	- Dash - Dash should support drag and drop to external applications
	(LP: #857431)
	- (oneirc) default placement of windows is behind panel (LP: #857214)
	- FFe : Add option to make alt-tab easier to use for workspace users
	(LP: #860622)
	- Clicking a filter removes keyboard input focus from search entry
	(LP: #861251)
	- UIFe: Desktop should be titled (LP: #732016)
	- Dash - clicking inside the Dash search box should remove the search hint
	and display a blinking carete (LP: #764859)
	- Minimizing a maximized Qt app leaves nothing in focus (LP: #821601)
	- unmaximizable windows still show orange glow but fail to maximize
	(LP: #827560)
	- UIFe: scrollbar in unity dash should be rounded (and with glow)
	(LP: #836656)
	- Dash - alt-f2 have 'Filter results' which does nothing (LP: #838127)
	- Alt-tab - Alt-tab should ellipsis long application names (LP: #850400)
	- Super+number shortcuts don't work with numpad (LP: #850792)
	- Dash should close when an app is launched from the messaging menu (or
	any other indicator) (LP: #853300)
	- Dash - In the App lens filters, users should only be able filter by
	'star' rating in one star increments (LP: #839759)
	- Dash - When the Dash is re-opened and statefully displaying a previous
	query, it should be possible to add to the query by pressing the 'right
	arrow cursor key' (LP: #841828)
	- Dash - When a result is selected or in the mousover state (white box
	highlight), the casted shadow should be hidden. (LP: #841831)
	- text in searchbar keeps getting bolder/darker (LP: #861487)

2011-09-29  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2011-09-29  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 4.20.0

2011-09-26  Didier Roche  <didier.roche@canonical.com>

	releasing version 4.18.0-0ubuntu1

2011-09-26  Didier Roche  <didier.roche@canonical.com>

	Cherry-pick another fix for home dash text height not being cut

2011-09-26  Didier Roche  <didier.roche@canonical.com>

	cherry-pick dash dnd fix

2011-09-26  Didier Roche  <didier.roche@canonical.com>

	- Screen corruption when resuming from suspend/hibernate (LP: #676166)
	- unity-panel-service crashed with SIGSEGV in bamf_factory_view_for_path()
	(LP: #764024)
	- Dash and launcher appear underneath windows (LP: #805087)
	- unity-panel-service crashed with SIGSEGV in g_type_check_instance_cast()
	(LP: #811401)
	- [Oneric] unity-panel-service crashed with SIGSEGV in getenv()
	(LP: #817691)
	- compiz crashed with SIGSEGV in unity::FilterBar::RemoveFilter()
	(LP: #845732)
	- crash on closing a window (LP: #856015)
	- Cannot open a window that starts iconified (LP: #732997)
	- Launcher - When useing Alt F1 launcher keyboard navigation, Launcher
	should not scroll until top or bottom of Launcher is reached 
	(LP: #765749)
	- Stacking problem when switching between apps with multiple windows
	(LP: #802527)
	- Pull panel to de-maximize window occasionally not working in a secondary
	screen (LP: #802651)
	- Window under Dash gets focused if it opened later (LP: #830730)
	- Clickable areas of previously active window remains on 'Show Desktop'
	(LP: #836325)
	- A minimized window 'remains' behind on the desktop if
	/apps/compiz-1/plugins/unityshell/screen0/options/show_minimized_windows
	is set to true (LP: #847967)
	- a11y support on Unity is broken (LP: #851103)
	- compiz crashed with SIGSEGV in dee_model_get_tag() (LP: #840758)
	- crash when looping paint list in preparePaint (on closing windows)
	(LP: #853807)
	- Alt-Tab should not preview windows at excessively large sizes
	(LP: #854740)
	- Clicking on a tweet/message link sometimes does not work (LP: #790565)
	- Dragging a launcher icon makes it squashed (LP: #855761)
	- unable to unminimize gedit windows where more than one window where one
	has a dialog open (LP: #856030)
	- (oneiric) alt-tab UX doesn't work well on multi-monitor (LP: #855364)
	- Launcher shows on the primary monitor instead of the left most monitor
	(LP: #857668)
	- Keynav - pressing down key causes launcher items to jump up and down
	(LP: #858469)
	- Windows creep cross the screen with ALT+TAB (LP: #722830)
	- Minimize animation flickr when for maximized apps (LP: #737125)
	- All unity windows are invisible (panel, launcher, dash) (LP: #745996)
	- Dash "See 97 more results" has ~1 second of latency (LP: #731158)
	- Windows cannot be dragged down from panel if banshee closed to sound
	menu (LP: #781215)
	- no menu bar on top, compositing bug? (LP: #806358)
	- Launcher - a spread can accidentally be triggered during the 'dragging
	and dropping behind the Launcher' interaction  (LP: #832988)
	- Impossible to navigate between panel menus when the mouse cursor is over
	the panel (LP: #834065)
	- Pressing alt on maximized window does show menu but not window controls
	(LP: #836274)
	- Application name drawn under Dash controls when window opens under Dash
	(LP: #838176)
	- Start dragging a maximized application title causes it to re-decorate
	(LP: #838923)
	- Dash loses focus after switching windows or desktops (LP: #842466)
	- ccsm crashed with KeyError in compizconfig.Plugin.ApplyStringExtensions
	(src/compizconfig.c:6780)(): '\xd0\t\x9b\n\x01' (LP: #832458)
	- No feedback when trying to drag&drop an icon that’s already in the
	launcher (LP: #851619)
	- Dash - the search box is not aligned correctly relative to the Launcher
	BFB button (LP: #838904)
	- Dash - Shape and positioning of most of the elements in the Dash need
	adjustment (Part 3) (LP: #852030)
	- minimizing a window with a modal dialog is broken (LP: #855068)
	- Dash - Dash missing 'streak of reflected light' in the top left corner
	(LP: #844030)
	- alt-tab - When the ALT key is pressed, there should be a very short
	delay before the app menu is exposed in the top bar (LP: #855521)
	- holding down super while dash is open resaturates launcher but super-
	key-shortcuts don't appear (LP: #855909)
	- Panel Titlebar double click is emitted for any mouse button
	(LP: #736491)
	- unity panel shadow opacity does not match panel opacity (LP: #747682)
	- maximising via dragging to panel and unmaximising leaves faded panel
	title (LP: #761228)
	- Sometimes dragging down from the panel just stops working (LP: #774121)
	- Shadowless panel in multi monitor setup (LP: #815454)
	- Window buttons in the panel have no indication of the "pressed" form
	(LP: #823353)
	- Activating a menu item or clicking outside area menu doesn't hide the
	application menu (LP: #843670)
	- Using menus with only one click doesn't work as expected (LP: #844309)
	- Showing menu of a maximized application via dragging needs an extra
	movement (LP: #845772)
	- Restored windows dragged down from the panel still shows their menu
	(LP: #845774)
	- When the dash is shown, "dragging behind launcher" interaction should
	not be triggered (LP: #851185)
	- Make the dash darker (LP: #851243)
	- Dash unmaximize/maximize button is mismatched with actual window size
	(LP: #852984)
	- Alt-tab - Add missing dots to alt-tab border (LP: #838113)
	- Expo centering need to change when launcher size changed (LP: #856112)
	- unity confused with chromium web apps (LP: #692462)
	- alt-tab on multimonitor doesn't work well (LP: #791198)
	- Unity need gtk_render_icon and therefore gtk+ 3.2 (LP: #846447)
	- Panel shouldn't be dragged when the dash is showing (LP: #858815)
	* Cherry-pick:
	- Dash - dragging a file outside of the Desktop Dash should close the Dash
	(LP: #764641)

2011-09-26  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- build-dep on gtk 3.1 and latest nux

2011-09-26  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2011-09-26  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 4.18.0

2011-09-20  Didier Roche  <didier.roche@canonical.com>

	releasing version 4.16.0-0ubuntu2

2011-09-20  Didier Roche  <didier.roche@canonical.com>

	* com.canonical.Unity.gschema.xml:
	- add Update-notifier to the whitelist (LP: #779382)

2011-09-15  Didier Roche  <didier.roche@canonical.com>

	releasing version 4.16.0-0ubuntu1

2011-09-15  Didier Roche  <didier.roche@canonical.com>

	- compiz crashed with SIGSEGV in nux::GpuDevice::GetGpuInfo()
	(LP: #765375)
	- F10 doesn't start keyboard navigation to the panel (LP: #839628)
	- Change on the at-spi accessibility-toolkit can affect also Unity
	(LP: #844927)
	- compiz crashed with SIGSEGV when a lens is shutting down (LP: #848675)
	- [UIFe] Radiance panel icons are unreadable and ugly when panel goes
	transparent with Dash (LP: #828862)
	- window switcher stuck (not only, but can be triggered with Onboard)
	(LP: #832033)
	- Window titlebar is click through after raising a minimized window
	(LP: #840285)
	- Alt+Shift+` does not work in symmetry with Alt+` (LP: #843250)
	- UIFe: Alt-Tab: Update layout behavior to make previews larger and
	outline active preview (LP: #847944)
	- windows clipped on resize (LP: #848962)
	- Alt-tab - Add orange border to selected window in alt-tab window spread
	(LP: #838114)
	- Launcher - the direction the Launcher is scrolled with the mouse wheel
	is inverted (LP: #839703)
	- Launcher - the rendering of the BFB and Lens squircle does not match the
	design (LP: #838708)
	- Alt-Tab - In the app window spread, all windows should have the same
	height, only the width should vary (LP: #838110)
	- Launcher - the background of the Launcher should be tinted using the
	average colour of the wallpaper (LP: #850068)
	- Alt-tab - It is currently very difficult to see pips in the left of the
	app icon for the currently selected app (LP: #838134)
	- Launcher - Auto scroll missing from the top of the Launcher
	(LP: #838744)
	- Scope searches blocks the lens (LP: #850816)
	- Shortcuts SUPER+1...9 doesn’t work until opening a window (LP: #768076)
	- Dash closes prematurely when dragging apps into the launcher
	(LP: #773892)
	- Dash - As soon as a user starts dragging a .png file from the Dash, the
	file icon turns into a grey question mark (LP: #764447)
	- Dash shows an empty icon for some applications. (LP: #830887)
	- Windows are click through after restore from minimize (LP: #834034)
	- Dash - No keyboard shortcuts for switching lenses (LP: #842086)
	- Dash search for files states "two more results" but doesn't display them
	(LP: #840005)
	- <meta>+<shift>+<launcher #> to start a new instance of a program doesn't
	work anymore (LP: #842977)
	- Alt-tab - Cross interactions between Alt-tab and Dash are broken 
	(LP: #844021)
	- UIFe: Dash - Shape and positioning of most of the elements in the Dash
	need adjustment (Part 2) (LP: #844889)
	- Alt-Tab - make pause to spread default alt-tab behaviour. Upgrade
	existing installs as well. (LP: #838075)
	- Do not install unity-preference (LP: #847599)
	- Update unity --distro to latest plugins installed (LP: #847799)
	- off by one error in count of additional results in a category
	(LP: #848218)
	- UIFe - Launcher - The background of the BFB, Workspace Switcher, Lens,
	and Trash launcher icons tiles needs to use the average background
	colour of the wallpaper (LP: #838688)
	- dragging a window to the top while maximized gives it double borders
	(LP: #850985)
	- Launcher does not show if the cursor is placed 1px away from the left
	edge and then moved to the edge (LP: #801320)
	- [alt-tab] [wishlist] Use Alt-` as a keyboard shortcut to switch between
	multiple windows of the same app (LP: #825467)
	- compiz crashed with SIGSEGV in nux::Size::SetWidth() (LP: #815864)

2011-09-15  Didier Roche  <didier.roche@canonical.com>

	* debian/unity.install:
	- remove /usr/share/applications as unity-preferences no longer exist

2011-09-15  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2011-09-15  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 4.16.0

2011-09-12  Didier Roche  <didier.roche@canonical.com>

	releasing version 4.14.2-0ubuntu2

2011-09-12  Didier Roche  <didier.roche@canonical.com>

	Cherry-pick a fix for remapping minimized window correctly (LP: #840285)

2011-09-09  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- bump build-dep for latest compiz-dev ABI break

2011-09-08  Didier Roche  <didier.roche@canonical.com>

	releasing version 4.14.2-0ubuntu1

2011-09-08  Didier Roche  <didier.roche@canonical.com>

	build-dep on latest libunity-dev for ABI/API break, nux

2011-09-08  Didier Roche  <didier.roche@canonical.com>

	- unity crashed with AttributeError in reset_unity_compiz_profile(): 'str'
	object has no attribute 'get_string' (LP: #809378)
	- Trying to minimize Unity Dash to make it fit on a 1024x768 screen makes
	Unity freeze and then, after I log out by killing X, never start again
	(LP: #839200)
	- unity-panel-service crashed with SIGSEGV in main_arena() (LP: #817477)
	- UIFe: Panel - Indicators should be orderable regardless of their parent
	IndicatorObject (LP: #823061)
	- 'Show Desktop' fails to hand focus to desktop (LP: #836315)
	- Dash - Functionality of top left close, minimise and maximise/restore
	window decorations is confused (LP: #838875)
	- unity-panel-service Leaks Memory (LP: #779185)
	- Missing lens shortcuts (Super-A, Super-F) (LP: #834078)
	- Unity window switcher takes over <alt> key (LP: #835699)
	- update assets for window buttons (topleft) with dash opened
	(LP: #836655)
	- Where the average background colour is either very light or dark, adjust
	this value to darken/lighten in order to preserve readability
	(LP: #837993)
	- Applications don't have priority over other results (LP: #839518)
	- task tray icons are misaligned and badly sized (LP: #839354)
	- UIFe: Dash - Shape and positioning of most of the elements in the Dash
	need adjustment (LP: #841945)
	- Cannot drag applications from dash to desktop (LP: #756614)
	- systray icons still visible on each desktop in expo mode (LP: #759129)
	- transparency on unity panel broken (LP: #827012)
	- Window buttons and application menu don't autohide if left edge is
	touched (LP: #835637)
	- 'Filter results' should be right indented as in the mockups(and unity-
	2d) (LP: #838118)
	- window title should not appear until cursor leaves the menubar
	(LP: #838759)
	- Window title is not redrawn on leaving global-menu from buttons
	(LP: #839488)
	- In the dash, main text field can not be edited, except at the end
	(LP: #840862)
	- Quicklist can't be correctly hidden (LP: #843425)
	- After double clicking on the panel to restore a window, the menus won't
	be hidden on mouse-out (LP: #838021)
	- After restoring a window the application title doesn't fade-out and it
	goes below the menus (LP: #838479)

2011-09-08  Didier Roche  <didier.roche@canonical.com>

	* debian/rules:
	- bump shlibs, remove tweak for garantuing the version as the ABI
	is considered stable until finale now.

2011-09-08  Didier Roche  <didier.roche@canonical.com>

	build-dep on latest libunity-dev, nux

2011-09-08  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- build-dep on latest libunity-dev

2011-09-08  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2011-09-08  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 4.14.2

2011-09-02  Didier Roche  <didier.roche@canonical.com>

	releasing version 4.12.0-0ubuntu2

2011-09-01  Didier Roche  <didier.roche@canonical.com>

	releasing version 4.12.0-0ubuntu1

2011-09-01  Didier Roche  <didier.roche@canonical.com>

	- P3: [natty] Cannot click on indicators (LP: #819202)
	- Icons not visible in the launcher or alt-tab switcher (LP: #833905)
	- [dash] Search field in Unity can not support iBus (LP: #663776)
	- [dash] preferred applications are not stored in GConf anylonger
	(LP: #805063)
	- SysTray icons have a white square background in Unity. (LP: #823407)
	- new dash does not fit a normal netbook screen (LP: #825370)
	- Dash picks random weird colors (yellow, green), fonts invisible (with
	blur en- or disabled) (LP: #828363)
	- Music Lens doesn't display items until you search (LP: #824892)
	- Dash - Adjustments to stateful behaviour  (LP: #838667)
	- Dragging from dash to launcher still doesn't work (LP: #824833)
	- Click on 'More Apps' et al closes the dash (LP: #824842)
	- cannot paste into dash (particularly relevant for alt+f2) (LP: #736222)
	- Ctrl X doesn't cut selected text in Dash search field (LP: #737731)
	- Ctrl+C doesn't copy selected text in Dash search field (LP: #737732)
	- The indicators shows a big white square when systray whitelisted
	(LP: #822672)
	- ARM FTBFS fix (LP: #834576)

2011-09-01  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- build on latest nux
	* debian/rules:
	- bump shlibs

2011-09-01  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2011-09-01  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 4.12.0

2011-08-26  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 4.10.2-0ubuntu2

2011-08-26  Sebastien Bacher  <seb128@ubuntu.com>

	* Backported some fixes from trunk:
	- build fix for armel (lp: #834576)
	- dnd from the application lens to the launcher work
	- small screen dash improvements

2011-08-25  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 4.10.2-0ubuntu1

2011-08-25  Sebastien Bacher  <seb128@ubuntu.com>

	* New upstream release:
	- fix the launcher don't dodging sometimes when it should
	- correctly set the focus when selecting a lens
	- fix launcher and switcher icons not showing on some video cards

2011-08-25  Sebastien Bacher  <seb128@ubuntu.com>

	Import upstream version 4.10.2

2011-08-25  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 4.10.0-0ubuntu1

2011-08-25  Sebastien Bacher  <seb128@ubuntu.com>

	- compiz crashed with SIGSEGV in 
	- Dragging from dash to launcher still doesn't work (lp: #824833)
	- .desktops dragged on to unity launcher will not be added to 
	com.canonical.Unity.Launcher favorites unless moved in the launcher
	(lp: #830536)
	- application's menu shown when the cursor is a little left 
	to window controls (lp: #820293)
	- Ubuntu Start launcher item should always start the dash with 
	the Home screen (lp: #825034)
	* debian/control: updated nux requirement
	* debian/rules: updated shlibs

2011-08-25  Sebastien Bacher  <seb128@ubuntu.com>

	* New upstream release:
	- unity task switcher (alt-tab, alt-down) shows empty spaces for iconified 
	windows in window detail mode (lp: #828348)
	- compiz crashed with SIGSEGV in
	unity::DeviceLauncherIcon::OnStopDriveReady() (lp: #824093)
	- Dash performance issues with 'Active Blur' enabled (lp: #824890)
	- compiz crashed with SIGABRT in raise() when setting background 
	to full color (lp: #829049)
	- search spinner does not stop hence nothing can be launched with 
	the Return key (lp: #824836)
	- Dragging from dash to launcher still doesn't work (lp: #824833)
	- Ubuntu Start launcher item should always start the dash with 
	the Home screen (lp: #825034)
	* debian/control: 
	- updated nux requirement

2011-08-25  Sebastien Bacher  <seb128@ubuntu.com>

	Import upstream version 4.10.0

2011-08-19  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 4.8.2-0ubuntu4

2011-08-19  Sebastien Bacher  <seb128@ubuntu.com>

	Backport another trunk commit to fix an alt-tab segfault

2011-08-19  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 4.8.2-0ubuntu3

2011-08-19  Sebastien Bacher  <seb128@ubuntu.com>

	* Update to current trunk to get closer from an usable version, including
	- improvements to the alt-tab switcher, fixing the performances issues
	on intel cards, thanks Jason Smith
	- reworked dnd code fixing launcher showing when dragging text(lp: #773028) 
	or widgets (lp: #724986), the expose slowness (lp: #821538) and other
	bugs as well, thanks Andrea Azzarone
	- the dash text is selected by default allow to type directly a new command
	(lp: #826904)

2011-08-19  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 4.8.2-0ubuntu2

2011-08-19  Sebastien Bacher  <seb128@ubuntu.com>

	debian/control: really update the nux requirement

2011-08-19  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 4.8.2-0ubuntu1

2011-08-18  Sebastien Bacher  <seb128@ubuntu.com>

	Backported a leak fix and a fix for small screens from trunk

2011-08-18  Sebastien Bacher  <seb128@ubuntu.com>

	Backported a leak fix from trunk

2011-08-18  Sebastien Bacher  <seb128@ubuntu.com>

	[ Didier Roche ]
	* debian/control:
	- add libdee-dev to the unitycore dev package as fixed in trunk
	(put in the .pc file)

2011-08-18  Sebastien Bacher  <seb128@ubuntu.com>

	* New upstream release.
	* debian/control.in: updated nux requirement

2011-08-18  Sebastien Bacher  <seb128@ubuntu.com>

	Import upstream version 4.8.2

2011-08-18  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 4.8.0-0ubuntu3

2011-08-18  Sebastien Bacher  <seb128@ubuntu.com>

	Backport r1381 to fix a session start compiz segfault (lp: #825040)

2011-08-18  Sebastien Bacher  <seb128@ubuntu.com>

	Backport r1380 to fix an alt-tab switcher segfault (lp: #825148)

2011-08-18  Sebastien Bacher  <seb128@ubuntu.com>

	Backport r1373 to fix a segfault happening on theme updates (lp: #825587)
	(lp: #741652)

2011-08-17  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 4.8.0-0ubuntu2

2011-08-17  Sebastien Bacher  <seb128@ubuntu.com>

	Backport r1371 to fix launcher autohidding issues

2011-08-11  Didier Roche  <didier.roche@canonical.com>

	releasing version 4.8.0-0ubuntu1

2011-08-11  Didier Roche  <didier.roche@canonical.com>

	- store kde4 applications in a gio-friendly way (LP: #741129)
	* Take and make some additional post-release adjustement

2011-08-11  Didier Roche  <didier.roche@canonical.com>

	* debian/unity-common.install:
	- install new assets and json scripts

2011-08-11  Didier Roche  <didier.roche@canonical.com>

	* remove 01_revert_removed_function_for_unity2d_to_build.patch:
	- incoming unity-2d upload has the needed bits

2011-08-11  Didier Roche  <didier.roche@canonical.com>

	now recommends lenses, not places and add music lens as a recommends

2011-08-11  Didier Roche  <didier.roche@canonical.com>

	build-dep on latest nux

2011-08-11  Didier Roche  <didier.roche@canonical.com>

	- now build depend on libunity-dev
	- make libunity-core-4.0-dev dep on libunity-dev even if not in .pc file
	(seems to leak the API)

2011-08-11  Didier Roche  <didier.roche@canonical.com>

	* debian/rules:
	- bump libunity-core-4.0-4 shlib for ABI break

2011-08-11  Didier Roche  <didier.roche@canonical.com>

	* New upstream release.
	* debian/control:
	- add libjson-glib-dev
	* remove patched plugins/unityshell/src/BGHash.cpp for replacing dark with
	real dash color

2011-08-11  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 4.8.0

2011-08-10  Didier Roche  <didier.roche@canonical.com>

	releasing version 4.6.0-0ubuntu4

2011-08-10  Didier Roche  <didier.roche@canonical.com>

	dep on latest compiz-dev for boost transition

2011-08-10  Didier Roche  <didier.roche@canonical.com>

	transition to boost 1.46

2011-08-06  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- remove the recommends on ubuntuone-control-panel-gtk now that
	ubuntu-desktop recommends it.

2011-08-04  Didier Roche  <didier.roche@canonical.com>

	releasing version 4.6.0-0ubuntu2

2011-08-04  Didier Roche  <didier.roche@canonical.com>

	* debian/rules:
	- remove networkarea and unitydialogs .so files are they are not in use for
	now

2011-08-01  Didier Roche  <didier.roche@canonical.com>

	releasing version 4.6.0-0ubuntu1

2011-08-01  Didier Roche  <didier.roche@canonical.com>

	- compiz crashed with SIGSEGV in __strlen_sse2() (LP: #814619)
	- PlacesHomeView::PlacesHomeView leaks memory (LP: #818450)
	- PluginAdapter::MaximizeIfBigEnough leaks memory (LP: #818477)
	- Launcher - Make Launcher left of screen reveal more responsive and less
	prone to false positives (LP: #765819)
	- Launcher - clicking on a App launcher icon incorrectly un-minimizes
	windows (LP: #783434)
	- Unity doesn't get any mouse wheel scroll event in Indicators InputArea
	(LP: #814574)
	- Unity launcher gets cluttered when having multiple partitions and/or
	external volumes attached (LP: #713423)
	- Unity panel menus and indicators slow to respond. Too much lag.
	(LP: #742664)
	- In Unity the distinction between GVolume, GDrive and GMount is a bit
	confusing. (LP: #799890)
	- Launcher - When a item is deleted by dragging to Trash, the trash should
	pulse once before the Launcher disappears (LP: #750311)
	- ccsm needs an option to change launcher opacity (LP: #815032)
	- add a ccsm option to hide volumes in launcher (LP: #794707)
	- scale plugin doesn't work as desired when "Click Desktop To Show
	Desktop" is true (LP: #810315)
	- mute/unmute sound when user clicks on sound applet using scroll button
	or middle mouse button (LP: #609860)
	- Secondary activate (i.e. middle click) support for indicators advanced
	usage (LP: #812933)
	* distro-patch the grey to darker grey (until the blur is done in nux)
	* Switch to dpkg-source 3.0 (quilt) format
	* debian/patches/01_revert_removed_function_for_unity2d_to_build.patch:
	- revert a removed API making unity-2d not building

2011-08-01  Didier Roche  <didier.roche@canonical.com>

	don't ship unity dialogs right now. Not ready for alpha quality

2011-08-01  Didier Roche  <didier.roche@canonical.com>

	* New upstream release.
	- add build-dep on libgnome-desktop-3-dev

2011-08-01  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 4.6.0

2011-08-01  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- dep on latest libunity-misc
	- dep on latest nux
	* debian/rules:
	- bump libunity-core-4.0-4 shlib for ABI break

2011-07-21  Didier Roche  <didier.roche@canonical.com>

	releasing version 4.4.0-0ubuntu1

2011-07-21  Didier Roche  <didier.roche@canonical.com>

	* debian/rules:
	- bump libunity-core-4.0-4 shlib for ABI break

2011-07-21  Didier Roche  <didier.roche@canonical.com>

	- moving a launcher icon around generates lots of disk write activity
	(LP: #733425)
	- compiz crashed with SIGSEGV in sigc::signal_base::impl() (LP: #762801)
	- Drag and drop a USB key into the trash should eject the USB key
	(LP: #764905)
	- unity window decorator needs to support different metacity frame types
	(LP: #795048)
	- Don't switch title to menu when hovering window buttons (LP: #691808)
	- spacing between indicators should be 5 pixels (LP: #734010)
	- Dash: highlight box is mis-aligned with smaller icon (LP: #761465)
	- Merge libindicator scroll signals (LP: #804618)
	- unity: Dead code in Launcher.cpp: "mask | (Button1Mask & Button2Mask &
	Button3Mask)" (LP: #805327)
	- TrashLauncherIcon::UpdateTrashIconCb  is leaking (LP: #806984)
	- Title fade effect no longer works (LP: #809907)
	- Accessibility support not initialized on Oneiric (LP: #810033)

2011-07-21  Didier Roche  <didier.roche@canonical.com>

	* New upstream release.
	* debian/control:
	- build-dep on libnotify-dev
	- bump libnux-1.0-dev dep for ABI break

2011-07-21  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 4.4.0

2011-07-19  Didier Roche  <didier.roche@canonical.com>

	releasing version 4.2.0-0ubuntu5

2011-07-18  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- build-dep on latest compiz-dev for ABI bump

2011-07-15  Ken VanDine  <ken.vandine@canonical.com>

	releasing version 4.2.0-0ubuntu4

2011-07-14  Ken VanDine  <ken.vandine@canonical.com>

	* debian/control
	- Dropped recommends for indicator-me
	- Added recommends for indicator-power
	* services/panel-service.c
	- Removed libme.so and added libpower.so
	* plugins/unityshell/src/PlacesHomeView.cpp: update banshee-1 to banshee in
	_music_alternatives (LP: #805938)

2011-07-08  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 4.2.0-0ubuntu2

2011-07-08  Sebastien Bacher  <seb128@ubuntu.com>

	- use the new libindicator
	* debian/control:
	- drop libgnomeui-dev build-depends, it doesn't seem required
	- updated libindicator requirement

2011-07-08  Sebastien Bacher  <seb128@ubuntu.com>

	* Upstream fixes:
	- don't leak in the indicator code (lp: #806485)

2011-07-04  Didier Roche  <didier.roche@canonical.com>

	releasing version 4.2.0-0ubuntu1

2011-07-04  Didier Roche  <didier.roche@canonical.com>

	correct next version

2011-07-04  Didier Roche  <didier.roche@canonical.com>

	bump libunity-core-4.0-4 shlib

2011-07-04  Didier Roche  <didier.roche@canonical.com>

	* debian/rules:
	- ship the unitydialogs plugin (not networkarearegion as it seems to do
	weird artefacts)

2011-07-04  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- breaks against older compiz (those not doing gtk_init)

2011-07-04  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2011-07-04  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 4.2.0

2011-06-30  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 4.0.1-0ubuntu3

2011-06-30  Sebastien Bacher  <seb128@ubuntu.com>

	* Backport Neil's commit to migrate the indicator loaders to GTK3
	* CMakeLists.txt: build without Werror to workaround a build issue

2011-06-23  Didier Roche  <didier.roche@canonical.com>

	releasing version 4.0.1-0ubuntu2

2011-06-23  Didier Roche  <didier.roche@canonical.com>

	make -dev arch:any to be binuable if needed

2011-06-23  Didier Roche  <didier.roche@canonical.com>

	do the same for the man page moved to unity and unity-services
	(and add Replaces: then)

2011-06-23  Didier Roche  <didier.roche@canonical.com>

	apply new soname to debian/rules

2011-06-23  Didier Roche  <didier.roche@canonical.com>

	* do the same for the man page (and add Replaces: then)
	* Move from libunity-core-4.0-1 to libunity-core-4.0-4 for last soname change
	* Fix a typo in debian/changelog

2011-06-23  Didier Roche  <didier.roche@canonical.com>

	Move back the .desktop file in unity from unity-common to avoid a lintian
	warning

2011-06-22  Didier Roche  <didier.roche@canonical.com>

	releasing version 4.0.1-0ubuntu1

2011-06-22  Didier Roche  <didier.roche@canonical.com>

	Launcher - move Launcher icon count indicator so that it appears on the
	right side of the Launcher icons (LP: #767046)

2011-06-22  Didier Roche  <didier.roche@canonical.com>

	one more fix

2011-06-22  Didier Roche  <didier.roche@canonical.com>

	Cherry pick some patches to not build on GTest, soname fixes as well as
	invalid value for automaximize

2011-06-22  Didier Roche  <didier.roche@canonical.com>

	additional coming dep to -dev

2011-06-22  Didier Roche  <didier.roche@canonical.com>

	generate some shlibs for libunity-core-4.0-1 taking into accout ABI
	unstability

2011-06-22  Didier Roche  <didier.roche@canonical.com>

	* debian/rules:
	- remove unitydialog and networkarearegion from ccsm to avoid enabling them,
	they are making compiz hanging and segfault on switch

2011-06-22  Didier Roche  <didier.roche@canonical.com>

	- add build-dep on libgtk-3-dev, libcairo2-dev, libindicator3-dev,
	libsigc++-2.0-dev
	- bump deps on libunity-misc-dev, libnux-1.0-dev, libbamf3-dev
	- remove vala
	* debian/unity-common.install, debian/control:
	- now ship the ccsm unityshell image, gconf schemas, all images and
	apport hook
	* debian/unity-services.install, debian/control
	- new unity-services package containing current and futur unity services,
	moving files to it from unity
	* debian/libunity-core-4.0-1.install, debian/libunity-core-4.0-dev.install,
	debian/control:
	- new libunity-core packages for shared library between unity and unity-2d

2011-06-22  Didier Roche  <didier.roche@canonical.com>

	Cherry pick some patches to not build on GTest

2011-06-22  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- add build-dep on libgtk-3-dev, libcairo2-dev
	- bump deps on libunity-misc-dev, libnux-1.0-dev, libbamf3-dev and
	libindicator3-dev

2011-06-22  Didier Roche  <didier.roche@canonical.com>

	align more with upstream

2011-06-22  Didier Roche  <didier.roche@canonical.com>

	* Some lintian cleanage:
	debian/control:
	- bump Standards-Version
	- don't build-dep on quilt
	debian/rules, debian/patches:
	- dont use --with-quilt

2011-06-22  Didier Roche  <didier.roche@canonical.com>

	align with upstream files

2011-06-22  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2011-06-22  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 4.0.1

2011-06-17  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 3.8.16-0ubuntu2

2011-06-17  Sebastien Bacher  <seb128@ubuntu.com>

	* Revert commit for this bug for #769335, to fix:
	- launcher autohidding is failing with 3.8.16 (lp: #798318)

2011-06-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Revert Andy's commit as it breaks the hiding of the launcher

2011-06-16  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 3.8.16-0ubuntu1

2011-06-16  Sebastien Bacher  <seb128@ubuntu.com>

	* New upstream version:
	- Unable to load icon text-x-preview at size 48 in a loop (lp: #794556)
	- Display garbled upon restoring original resolution (lp: #795454)
	- Display garbled upon connecting external displays (lp: #795458)
	- Panel disappears after resolution change (lp: #795459)
	- Dragging the launcher with right mouse button is 
	confusing as menu pops up (lp: #735031)
	- In a double monitor setup the Unity top panel in the second screen is 
	cut at the right (lp: #750481)
	- Launcher tooltips sometimes don´t show (lp: #769335)
	- Menu key should open quicklist for the selected item in the launcher 
	(lp: #750778)
	- unity is spamming ~/.xsession-errors when windows are closed 
	(lp: #767642)
	- Dash button ignores transparency when clicked. (lp: #767733)

2011-06-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 3.8.16

2011-06-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Launcher tooltips sometimes don´t show (lp: #769335)

2011-06-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Menu key should open quicklist for the selected item in the launcher (lp: #750778)

2011-06-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Dash button ignores transparency when clicked. (lp: #767733)

2011-06-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Dragging the launcher with right mouse button is confusing as menu pops up (lp:735031)

2011-06-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	- In a double monitor setup the Unity top panel in the second screen is cut at the right (LP:750481)
	- Unable to load icon text-x-preview at size 48 in a loop (LP: 794556)

2011-06-08  Jay Taoko  <jay.taoko@canonical.com>

	* Fixes related to bug #753971
	In a single monitor mode:
	- verify that Unity's panel is displayed correctly when changing the display resolution.
	- verify that the display output is corect when it is being rotated.

2011-06-08  Jay Taoko  <jay.taoko@canonical.com>

	* Fix computation

2011-06-08  Jay Taoko  <jay.taoko@canonical.com>

	* Correct calculation of display size after a resolution change or plugin of external monitor.

2011-06-06  Jay Taoko  <jay.taoko@canonical.com>

	* Fixes related to bug #753971
	In a single monitor mode:
	- verify that Unity's panel is displayed correctly when changing the display resolution.
	- verify that the display output is corect when it is being rotated.

2011-06-02  Jay Taoko  <jay.taoko@canonical.com>

	* _window_buttons was not properly destroyed in PanelMenuView::~PanelMenuView, resulting in a memory leak.
	* In UnityScreen::initLauncher, self->launcherWindow and self->launcher where no properly reference counted.
	* In UnityScreen::~UnityScreen, do not call layout->UnReference (). The layout is managed and freed by its parent widget (Unless SinkReference was called on the layout before it was added in the widget tree).

2011-05-30  Jay Taoko  <jay.taoko@canonical.com>

	* Removed commented line.

2011-05-30  Jay Taoko  <jay.taoko@canonical.com>

	* _window_buttons was not properly destroyed in PanelMenuView::~PanelMenuView, resulting in a memory leak.
	* In  UnityScreen::initLauncher, self->launcherWindow and self->launcher where no properly reference counted.
	* In UnityScreen::~UnityScreen, do not call layout->UnReference (). The layout is managed and freed by its parent widget (Unless SinkReference was called on the layout before it was added in the widget tree).

2011-06-02  Chris Coulson  <chris.coulson@canonical.com>

	[merge] Bug #767642: unity is spamming ~/.xsession-errors when windows are closed

2011-05-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 3.8.14

2011-05-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	Jason's fixed

2011-05-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	Merging in Andrea Azzarones branch to fix the window title fade - fixes lp:722178

2011-05-26  Mirco Müller  <mirco.mueller@ubuntu.com>

	Backported from unity trunk...
	
	modified:
	src/Tooltip.cpp
	src/Tooltip.h
	
	Correctly remove any signal-connection (sigc) used for the StaticCairoText
	in the destructor of the Tooltip. Should fix any remaining issue regarding
	LP: #762801

2011-05-26  Mirco Müller  <mirco.mueller@ubuntu.com>

	Backported from unity trunk...
	
	modified:
	src/Launcher.cpp
	
	Avoid focus-switching when opening quicklists. Thanks for the patch
	Manuel! Fixes LP: #750781

2011-05-26  Mirco Müller  <mirco.mueller@ubuntu.com>

	Backported from unity trunk...
	
	modified:
	src/PanelIndicatorObjectEntryView.cpp
	src/PanelIndicatorObjectEntryView.h
	
	Do correct repainting of the inactive menus. Thanks a lot for this fix
	Manuel! Fixes LP: #733740

2011-05-26  Cameron Hart  <cam@bitshifter.net.nz>

	Unity maximizes windows that don't support resize on launch

2011-05-26  Michael Hofmann  <mh21@piware.de>

	Fixes bug #779717: pixbuf in indicator icon update was retrieved twice, and not unrefed correctly.

2011-05-23  Alex Launi  <alex.launi@canonical.com>

	Fix for 728949: bottom icon folds even when there is enough space not to

2011-05-23  Didier Roche  <didier.roche@canonical.com>

	Merging in Didiers branch to fix lp:774280, lp:737320

2011-05-23  Alex Launi  <alex.launi@canonical.com>

	Cherrypicked fix for modal dialogs causing launcher to appear

2011-05-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Fix for 759174 from Bilal Akhtar

2011-06-07  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.8.14-0ubuntu2

2011-06-07  Didier Roche  <didier.roche@canonical.com>

	Now depends on compiz-plugins-main-default instead of compiz-plugins-main

2011-05-26  Didier Roche  <didier.roche@canonical.com>

	missing bug from changelog

2011-05-26  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.8.14-0ubuntu1

2011-05-26  Didier Roche  <didier.roche@canonical.com>

	* New upstream bug-fix release.
	- In a dual monitor setup with different resolutions, Unity places windows
	in the "dead zone" (LP: #752098)
	- Left pixel of launcher is not clickable on session start (LP: #758026)
	- unity crashed with AttributeError in reset_unity_compiz_profile(): 'str'
	object has no attribute 'get_string' (LP: #737320)
	- unity --reset crashes with NameError (LP: #774280)
	- Bottom icon on launcher tilts when it maybe shouldn't if icons fill
	launcher nearly exactly (LP: #728949)
	- Dodge active window - launcher should not show when modal dialog is
	opened (LP: #718185)
	- Unity maximizes windows that don't support resize on launch (LP: #769781)
	- compiz crashed with SIGSEGV in sigc::signal_base::impl() (LP: #762801)
	- inactive menus becomes brighter on sub-sequent clicks (LP: #733740)
	- Unity crashes when dynamic quicklist dbusmenu contains a hidden menuitem.
	(LP: #759174)
	- Opening quicklist with launcher keynav returns focus to previous window
	(LP: #750781)
	* debian/patches/01_add_scp_to_systray.patch:
	- remove, upstream now

2011-05-26  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 3.8.14

2011-05-02  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- depends on compiz for some people upgrading (LP: #773253)

2011-04-27  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.8.12-0ubuntu1

2011-04-27  Didier Roche  <didier.roche@canonical.com>

	* New upstream release.
	- Display garbled upon restoring original resolution or connecting external
	displays (LP: #753971)
	- migrate_favorites.py crashed with NameError in __main__: name 'GError' is
	not defined (LP: #759744)
	- compiz crashed with SIGSEGV in PlacesHomeView::Refresh() (LP: #762120)
	- launcher loses focus (LP: #763883)
	* debian/patches/01_add_scp_to_systray.patch:
	- Whitelist systray to system-config-printer  (LP: #771562)

2011-04-27  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 3.8.12

2011-04-20  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.8.10-0ubuntu2

2011-04-20  Didier Roche  <didier.roche@canonical.com>

	additional upstream fix for POST_REVEAL

2011-04-20  Didier Roche  <didier.roche@canonical.com>

	* Cherry-pick some fixes before freeze:
	- Fix tooltip stays stuck next to the launcher (LP: #751077)
	- Trash/ws switcher icon in unity resets to default icon theme on the event
	of a deletion or emptying the trash or after an upgrade (LP: #761289)
	- double clicks should be disabled on bfb/Place launcher icon/double key
	press (LP: #766776)
	- Intellihide can be puzzled by dash (LP: #767250)

2011-04-19  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.8.10-0ubuntu1

2011-04-19  Didier Roche  <didier.roche@canonical.com>

	- Application windows can sometimes fail to display and will mask regions
	of the screen (LP: #709461)
	- Launcher appears _under_ application windows (LP: #743834)
	- Unity Launcher Temporarily Appears Broken at Login (LP: #756951)
	- compiz crashed with signal 7 in g_file_get_uri() (LP: #728319)
	- Only with few windows (and one maximized) or Dodge active window - When
	re-focusing on maximised window Unity launcher does not hide
	(LP: #734681)
	- UIFe: Unity Dash button does not give adequate feedback (LP: #748676)
	- Focus problem with Thunderbird (LP: #753951)
	- compiz crashed with SIGSEGV in PrivateWindow::updateStartupId()
	(LP: #759363)
	- unity places don't start up on login. (LP: #761225)
	- unity crashes when emptying trash twice (LP: #761643)
	- compiz crashed with SIGSEGV in PlacesResultsController::Clear()
	(LP: #761211)
	- compiz crashed with SIGSEGV in PanelView::~PanelView() (LP: #761634)
	- compiz crashed with SIGSEGV in SimpleLauncherIcon::SetIconName()
	(LP: #763560)
	- compiz crashed with SIGSEGV in PlacesView::ConnectPlaces() (LP: #761942)
	- Intellihide stuck with in x=0 on the bfb (LP: #764643)
	- compiz crashed with SIGSEGV in PlacesView::OnResizeFrame() (LP: #763800)
	- unity crashed with GError in reset_unity_compiz_profile(): Failed to
	contact configuration server; the most common cause is a missing or
	misconfigured D-Bus session bus daemon. See
	http://projects.gnome.org/gconf/ for information. (Details -  1: Failed
	to get connection to session: Command line `dbus-launch
	--autolaunch=f0af37ac055f6f348acd417f00000008 --binary-syntax --close-
	stderr' exited with non-zero exit status 1: No protocol
	specified\nAutolaunch error: X11 initialization failed.\n) (LP: #753528)
	- Chromium fullscreen + Alt-TAB confuses the launcher (LP: #757434)
	- Cannot click on left-most indicator on panel if a non-indicator icon
	appears (LP: #761409)
	- vim.gnome window is invisible (LP: #719001)
	- Trash/ws switcher icon in unity resets to default icon theme on the
	event of a deletion or emptying the trash or after an upgrade
	(LP: #761289)
	- Incorrect keynav hilight/opened Quicklist without any request
	(LP: #764730)
	- indicator font does not update when changing font in Appearance
	Preferences. (LP: #759886)
	- In dash search filter drop box, black text is on a black background when
	item is selected (LP: #761201)

2011-04-19  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2011-04-19  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 3.8.10

2011-04-15  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.8.8-0ubuntu2

2011-04-15  Didier Roche  <didier.roche@canonical.com>

	Cherry pick a lazy activation case not starting the places on demand
	(LP: #761225)

2011-04-14  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.8.8-0ubuntu1

2011-04-14  Didier Roche  <didier.roche@canonical.com>

	* New upstream release.
	- Empty desktop after login (LP: #687660)
	- compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()
	(LP: #757709)
	- compiz crashed on initial load of Java Citrix Client/Inkscape in
	PrivateWindow::processMap() (LP: #758307)
	- Sometimes dragging down from the panel just stops working (LP: #750155)
	- Ensure Unity prioritises icon loading from Unity-icon-theme
	(LP: #750471)
	- text truncated in Dash. Empty search from Applications or Files lense
	returns “Your search did not” due to cut off label (LP: #757362)
	- should list PlacesGroup.cpp in POTFILES.in (LP: #757663)
	- Launcher intellhide stuck after edge reveal (LP: #757810)
	- unity-preferences doesn't load translations (LP: #759682)
	- dynamic quicklists are not working (LP: #729074)
	- with second monitor, first monitor does not show nautilus
	application/global menu when displaying desktop (LP: #743149)
	- Launcher - The Workspace, File Lens, App Lens and Trash Launcher icons
	need to be rendered correctly (LP: #745555)
	- the launcher background gets dimmed after icons dnd (LP: #747304)
	- Numpad 'Enter' does not work on unity launcher when navigating through
	keyboard (LP: #760003)
	- Launcher shouldn't hover when being in the dash (LP: #760770)
	- Launcher displays key shortcuts while holding Super while the dash is
	open but the shortcuts are unfunctional (LP: #760728)
	- Running/active indicators point to space between launcher icons for
	folded icons (LP: #703067)
	- user-trash.svg and user-trash-full.svg not lens grayscale versions
	(LP: #741804)
	- code-cleanup: unregistered any established ubus-interests (LP: #757588)
	- dropdown box in places search bar does not resize when font size changes
	(LP: #759763)
	- [FFE] Centered layout for expo plugin (LP: #754689)
	- Unity launcher icons tooltips do not disappear when swiching workspaces
	(LP: #744795)
	- Dash - Update Dash scroll bar (LP: #750374)
	- Letters cut off at the end in the applications window  (LP: #753083)

2011-04-14  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 3.8.8

2011-04-11  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- build-dep on grail/geis with version bumped
	* 01_dont_dep_on_latest_geis_grail.patch:
	- not needed anymore

2011-04-11  Didier Roche  <didier.roche@canonical.com>

	fix release version

2011-04-11  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.8.6-0ubuntu2

2011-04-11  Didier Roche  <didier.roche@canonical.com>

	- compiz crashed with SIGABRT in raise() (LP: #748163)
	- System freezes when maximize button is clicked (LP: #754063)
	- compiz crashed with SIGSEGV in QuicklistView::IsMenuItemSeperator()
	(LP: #754302)
	- compiz crashed with SIGSEGV in std::_List_node_base::_M_hook()
	(LP: #754235)
	- compiz crashed with SIGSEGV in ubus_server_pump_message_queue()
	(LP: #754657)
	- drag from dash to launcher (LP: #662616)
	- Add a test case for unity-decorator regressions (LP: #736878)
	- the files place category combo has empty space (LP: #741641)
	- panel superposition (LP: #742859)
	- Unity Launcher stops autohiding and is not responsive (LP: #744325)
	- Unity Launcher stops autohiding and is not responsive (LP: #744325)
	- [FFE] Need API to set urgency from background process (LP: #747677)
	- Launcher - Escape from 'drag behind the Launcher' interaction
	(LP: #750298)
	- Launcher needs to be desaturated when Dash is open, not transparent.
	(LP: #750358)
	- compiz crashed with SIGSEGV in free() (LP: #752293)
	- migrate_favorites.py crashed with ImportError in __main__: No module
	named gconf (LP: #752176)
	- compiz crashed with SIGSEGV in PluginClassHandler<DecorWindow,
	CompWindow, 0>::get() (LP: #743807)
	- cannot close the dash by clicking on the bfb (LP: #753914)
	- Animation for Grid Previews is broken (LP: #754088)
	- compiz crashed with SIGSEGV in PanelMenuView::OnPlaceViewShown()
	(LP: #754585)
	- Pressing F10 then "left arrow" wit Unity on Natty makes the system
	unusable (LP: #756867)
	- compiz crashed with SIGSEGV in __pthread_mutex_lock() (LP: #711231)
	- compiz crashed with SIGSEGV in __pthread_mutex_lock() (LP: #711231)
	- Tooltips and Dash Font Problems (LP: #741605)
	- Title elipisising incorrect.  Type “Shotwell” for a good example
	(LP: #750350)
	- compiz crashed with SIGSEGV in Launcher::Launcher() (LP: #748096)
	- BFB - Turn top left corner blue rather than Ubuntu logo (LP: #755286)
	- launcher appears and gets stuck when resizing windows with mouse
	(LP: #754690)
	- Wrong item gets dragged out (LP: #729796)
	- Launcher - when the launcher is folded, the bottom icon partially falls
	off the end of the screen (LP: #731869)
	- unity-window-decorator: Resize padding: Tiny focused windows lose resize
	padding and shadow when <69 pixels wide (LP: #737707)
	- Deinstalling an application with launcher entry leaves orphaned shortcut
	(LP: #748107)
	- Two Nautilus windows open when clicked on a device icon on Launcher
	(started after 3.8.2) (LP: #748299)
	- compiz crashed with SIGSEGV in Launcher::AnimationTimeout()
	(LP: #749890)

2011-04-11  Didier Roche  <didier.roche@canonical.com>

	* debian/unity-common.install:
	- install the desktop file for the new capplet

2011-04-11  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- build-dep on latest nux (ABI break)

2011-04-11  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2011-04-11  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 3.8.6

2011-04-07  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.8.4-0ubuntu1

2011-04-07  Didier Roche  <didier.roche@canonical.com>

	- [fglrx] compiz crashed with SIGSEGV in nux::IOpenGLSurface::UnlockRect()
	(LP: #685682)
	- SIGSEGV in g_atomic_int_get (LP: #688803)
	- unity-panel-service crashed with SIGSEGV in bamf_factory_view_for_path()
	(LP: #717684)
	- New window tracking system breaks in the case where windows try to
	restack relative to destroyed windows that were never mapped
	(LP: #723014)
	- Numpad 'Enter' doesn't work on highlighted items in dash, places-files and
	places-apps (LP: #741615)
	- compiz crashed with SIGSEGV in free() (LP: #738864)
	- compiz crashed with SIGSEGV in g_closure_invoke() (LP: #741674)
	- compiz crashed with SIGSEGV in CompWindow::id() (LP: #742028)
	- Windows that reparent away from the root before they are mapped can
	cause other windows to become invisible (and compiz to crash)
	(LP: #743011)
	- compiz crashed with SIGABRT in raise() (LP: #743414)
	- compiz crashed with SIGSEGV in g_object_get_qdata() (LP: #742905)
	- compiz crashed with SIGSEGV in g_closure_invoke() (LP: #748033)
	- compiz crashed with SIGSEGV in CompScreen::dpy() (LP: #751372)
	- compiz crashed with SIGABRT in __kernel_vsyscall() (LP: #744867)
	- unity-window-decorator crashed with SIGSEGV in gdk_window_get_events()
	(LP: #725284)
	- Missing icons in app launcher (LP: #728393)
	- Multiple quick clicks on launcher icon with multiple windows completely
	crashes Unity (LP: #731790)
	- Add a test case for invisible windows regressions (LP: #736876)
	- Re-sync with xquerytree to avoid stacking order issues (LP: #740465)
	- Wrong window moves (LP: #741656)
	- compiz crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()
	(LP: #742280)
	- panel superposition (LP: #742859)
	- unity-window-decorator doesn't start on secondary X session
	(LP: #730495)
	- Unity Launcher stops autohiding and is not responsive (LP: #744325)
	- dash categories dropdown menu leaves "ghost" on desktop (LP: #746800)
	- new dialogs open close enough of the launcher to make hide (LP: #747302)
	- dnd from the application place to the launcher works only once
	(LP: #747316)
	- compiz crashed with SIGSEGV in CompWindow::id() while opening tcl/tk
	interface of R (LP: #747439)
	- minimize animates window fading to the top left corner (ubuntu symbol)
	(LP: #747765)
	- Spread - Clicking on a app icon to spread the windows must always show
	all the windows, regardless of whether or not some of the windows are
	minimised (LP: #750349)
	- Launcher - Show visual de-coupling of Launcher app icons  (LP: #751196)
	- unity-window-decorator crashed with SIGSEGV in event_filter_func()
	(LP: #748317)
	- Pressing Super-W to switch windows also presents Dash (LP: #753453)
	- Don't create windows over the launcher (LP: #688816)
	- Unity Grid is broken for multi-monitor setups (LP: #709221)
	- F10 key does not move focus to indicators when on the desktop.
	(LP: #727548)
	- dynamic quicklists are not working (LP: #729074)
	- Launcher tooltips appear under Dash (LP: #729093)
	- Upon first login, launcher gets in the way of maximized windows
	(LP: #731786)
	- Dash: Applications should have higher preference (LP: #737379)
	- Empty Trash legend illegible (LP: #739862)
	- ATI/fglrx workaround patch (LP: #740298)
	- Dash draws some icons off right edge of screen (LP: #740415)
	- Add test case for ICCCM Section 4.1.4 (LP: #741074)
	- you can see the dash icons when a place is closed (LP: #741599)
	- Launcher unhides and stays unhidden when dragging elements in Opera
	(LP: #741731)
	- Applications added to the launcher can be put in a state where they are
	named "EmptyLabel" (LP: #742378)
	- Wall of desktop move wrong window (LP: #743634)
	- Compiz switcher Alt-Tab order is not predictable - should maintain LIFO
	ordering in application switcher (LP: #175874)
	- Restart the panel service to resync app menus (LP: #746474)
	- If you hold super key, the application launcher doesn't works with
	numpad of FN key (LP: #747153)
	- Horizontal renderer rendering issues (LP: #747337)
	- Shortcut hint in Launcher is too large and refine the shortcut <show
	launcher behavior> (LP: #747812)
	- Enforce switcher 'bring to front' to avoid seeing the launcher while
	doing ALT-Tab (LP: #750283)
	- Deal with repeated key on launcher shortcut (LP: #750535)
	- When we press Enter to run the first search result, Unity should wait
	until searching is finished (LP: #749428)
	- Dash can be wrongly displayed with super if you are too quick or trigger
	scale and such (LP: #751102)
	- the application panel stays up with auto hide after a password dialog
	(LP: #684590)
	- Keynav with keypad arrow keys not possible (LP: #741154)
	- Feature Freeze Exception: Animation for Grid Plugin Previews
	(LP: #744104)
	- Add packaging dependency on compiz-plugins-main (LP: #748564)
	- Dash - Switch dash highlight to new highlight (LP: #750365)
	- Compiz won't allow Desktop Cube plugin to load with unity (LP: #711561)
	- unity messes up with workspaces (LP: #728428)
	- Dash - improve carrot (LP: #750354)
	- Dash - Cursor navigation allows the user to keep scrolling down
	indefinitely  (LP: #750375)
	- Dash - Icons inside tiles are not centered (LP: #748588)

2011-04-07  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2011-04-07  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 3.8.4

2011-04-07  Didier Roche  <didier.roche@canonical.com>

	dep on latest nux for the ABI beak and picking the right shlibs

2011-04-04  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- makes unity depends on compiz-plugins-main as we are binding to the expose
	mode.

2011-04-01  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.8.2-0ubuntu1

2011-04-01  Didier Roche  <didier.roche@canonical.com>

	* add debian/patches/01_dont_dep_on_latest_geis_grail.patch:
	- build-dep on quilt

2011-04-01  Didier Roche  <didier.roche@canonical.com>

	* debian/patches/01_dont_dep_on_latest_geis_grail.patch:
	- new geis/grail still not in natty. Remove MT support making us depending
	it on it for now

2011-04-01  Didier Roche  <didier.roche@canonical.com>

	- compiz crashed with SIGSEGV in std::_List_node_base::_M_hook()
	(LP: #711916)
	- New window tracking system breaks in the case where windows try to
	restack relative to destroyed windows that were never mapped
	(LP: #723014)
	- does not display icons until hovered (LP: #726033)
	- Unity Launcher has black spaces where icons should be (LP: #729353)
	- compiz crashed with SIGSEGV in sigc::internal::signal_emit0<void,
	sigc::nil>::emit() (LP: #729715)
	- compiz crashed with SIGSEGV in SimpleLauncherIcon::OnIconThemeChanged()
	(LP: #741652)
	- compiz crashed with SIGSEGV in free() (LP: #738864)
	- compiz crashed with SIGSEGV in g_closure_invoke() (LP: #741674)
	- compiz crashed with SIGSEGV in free() (LP: #742300)
	- Unity can't get touch the touch initialization signals from GEIS
	(LP: #742555)
	- Windows that reparent away from the root before they are mapped can
	cause other windows to become invisible (and compiz to crash)
	(LP: #743011)
	- compiz crashed with SIGSEGV in gdk_cairo_set_source_pixbuf()
	(LP: #744231)
	- [dash] Keyboard navigation not implemented as specified (LP: #608132)
	- xterms broken in unity (LP: #692463)
	- Unity opens application menu on Alt+F10 shortcut (LP: #722674)
	- First four items in Dash begin "Find" "Find" "Find" "Find" (LP: #729002)
	- Increase the size of the top left Launcher reveal area from 1px to a
	slightly larger triangle that comes out of the top left corner
	(LP: #736034)
	- Add a test case for invisible windows regressions (LP: #736876)
	- Re-sync with xquerytree to avoid stacking order issues (LP: #740465)
	- Keyboard navigation: quicklist not opening for Trash launcher item
	(LP: #741793)
	- Wrong window moves (LP: #741656)
	- compiz crashed with SIGSEGV in
	SimpleLauncherIcon::ActivateLauncherIcon() (LP: #742110)
	- Combo in the search bar did not disappear after the places was closed
	(LP: #742712)
	- Expo doesn't quit reliably when using keynav or shortcut (LP: #744196)
	- Make the BFB icon turn blue when an application goes urgent
	(LP: #744973)
	- Launcher - increase "launcher reveal %"  for 'Fade and slide' launcher
	reveal transition to 65% (LP: #745602)
	- Arrows do not fade out with rest of launcher durring DND (LP: #746811)
	- Don't create windows over the launcher (LP: #688816)
	- Launcher - Indicate which application is currently focused with a
	glowing Launcher icon (LP: #676604)
	- Unity Grid is broken for multi-monitor setups (LP: #709221)
	- dynamic quicklists are not working (LP: #729074)
	- When windows open for the first time they should not hide the launcher
	(LP: #723878)
	- it is still possible to quit unity from the panel (LP: #733725)
	- Selection does not fit small icons in Unity Dash (LP: #735746)
	- Unmounting media gives no error when failed (LP: #737633)
	- ATI/fglrx workaround patch (LP: #740298)
	- "Files & Folders" tooltip says "Files &amp; Folders" (LP: #741654)
	- Time & Date has no application quicklist menuitem title (LP: #741680)
	- Launcher icon progress-bar too big for a 32px launcher (LP: #741775)
	- Dash - Starting to drag a file from the Dash closes the Dash as a
	temporary stop-gap measure (LP: #741926)
	- compiz crashed with SIGSEGV in IconLoader::ProcessGIconTask()
	(LP: #742091)
	- Lenses with no shortcut still display black box when pressing super
	(LP: #742985)
	- Wall of desktop move wrong window (LP: #743634)
	- Whitelist HPLIP's hp-systray for Unity's application indicators
	(LP: #744308)
	- libzeitgeist SIGSEGV when reinstalling ZeitgeistMonitors (LP: #742438)
	- Compiz switcher Alt-Tab order is not predictable - should maintain LIFO
	ordering in application switcher (LP: #175874)
	- Add hide and hover machines state debug through dbus (LP: #745586)
	- the application panel stays up with auto hide after a password dialog
	(LP: #684590)
	- Panel - Should have Drop Shadow (LP: #688555)
	- Wrong item gets dragged out (LP: #729796)
	- launcher hide a little bit too early if you bring the current window
	next to it (LP: #741761)
	- Launcher icons shouldn't hover when tapping press (LP: #744344)
	- unity appmenu opens when pressing esc while moving a dialog
	(LP: #745062)
	- "Unable to show unity-runner:" warnings (LP: #745746)
	- Several ATK_STATE(s) not properly used on the accessibility framework
	(LP: #727140)
	- Window maximise/un-maximise does not return the window to the same
	position. (LP: #723859)
	- "Applications" and "Files & Folders" keyboard shortcut overlays not
	drawn correctly with scalable launcher (LP: #731212)
	- [natty-alpha3] [LiveCD] compiz crash on boot, unity fails to start,
	installation impossible (LP: #729597)
	- [a11y] Regression on the Launcher accessibility support between revno
	948 and revno 964 (LP: #736790)
	- can't search in "more applications" section (LP: #737393)
	- [a11y] panel service crashes with a11y enabled while navigating
	(LP: #740360)
	- superkey shortcut labels does not scale properly (LP: #741346)
	- Keyboard navigation: don't allow right key on workspace switcher
	(LP: #741772)
	- LauncherEntryRemote startup race condition (LP: #742695)

2011-04-01  Didier Roche  <didier.roche@canonical.com>

	* New upstream release.
	* debian/control:
	- build-dep on latest nux

2011-04-01  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2011-04-01  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 3.8.2

2011-03-30  Didier Roche  <didier.roche@canonical.com>

	* use dh7 --with translations module: (LP: #745774)
	- debian/rules: remove cruft, add --with translations
	- debian/control: build-dep on dh-translations

2011-03-24  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.6.8-0ubuntu3

2011-03-24  Didier Roche  <didier.roche@canonical.com>

	* debian/rules:
	- readd previously removed --fail-missing

2011-03-24  Didier Roche  <didier.roche@canonical.com>

	* debian/unity.install:
	- ensure we ship every files (compiz moved some) (LP: #741858)

2011-03-24  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.6.8-0ubuntu2

2011-03-24  Didier Roche  <didier.roche@canonical.com>

	* Backport from trunk:
	- compiz crashed with SIGSEGV in SimpleLauncherIcon::OnIconThemeChanged()
	(LP: #741652)
	- launcher hide a little bit too early if you bring the current window next
	to it (LP: #741761)
	- "Files & Folders" tooltip says "Files &amp; Folders" (LP: #741654)
	- Time & Date has no application quicklist menuitem title (LP: #741680)

2011-03-24  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.6.8-0ubuntu1

2011-03-24  Didier Roche  <didier.roche@canonical.com>

	Dragging a file to the bottom left corner should send it to the trash
	(LP: #728598)

2011-03-24  Didier Roche  <didier.roche@canonical.com>

	dep on latest nux

2011-03-24  Didier Roche  <didier.roche@canonical.com>

	- crash at the second drag and drop from an unity place (LP: #736704)
	- Compiz crashes with SIGSEGV in nux::GraphicsDisplay::GrabPointer when
	opening the Dash (LP: #737287)
	- Visual Tearing/Rendering Issues with Unity Launcher (LP: #737476)
	- unity-window-decorator crash on unity panel dragout (LP: #740480)
	- unity-panel-service crashed with SIGSEGV in g_type_check_instance_is_a()
	(LP: #694699)
	- compiz crashed with SIGSEGV in nux::BaseTexture::GetDeviceTexture()
	(LP: #692823)
	- the "no result" and "search the web" items need icons (LP: #711199)
	- Resizing with external padding/grab area prevents reaching edge of
	screen (LP: #710356)
	- drag and drop of launcher icons uses microscopic drag icon (LP: #727647)
	- text in places look squeezed (LP: #727799)
	- at-spi-registry consumes most of the CPU and make the system unusable on
	Natty (LP: #729827)
	- migrate_favorites.py crashed with GError in __main__: Bad key or
	directory name: "/desktop/unity/launcher/favorites/app-
	dc++.desktop/type": `+' is an invalid character in key/directory names
	(LP: #737016)
	- Launcher hide state is confusing (LP: #739850)
	- Polish new launcher hide state (part 2) (LP: #740020)
	- launcher icons should expan on super or when entering keynav
	(LP: #741319)
	- Launcher - Dragging a Launcher icon to the Trash should remove the icon
	(LP: #676466)
	- Launcher - Enable dragging and dropping of files & folders to Launcher
	icons (LP: #676549)
	- Dash - Add Dash group header mouseover effect (LP: #689640)
	- unity aborts when you plug in an external monitor (LP: #700757)
	- Keyboard-navigation: focus on launcher remembered (LP: #713340)
	- Launcher Quicklists should always contain the application title
	(LP: #723877)
	- When a maximized window has window on top of it in 'restored state' (not
	maximised) , it is not possible to un-maximized the window by dragging
	the title bar downwards (LP: #723882)
	- When windows open for the first time they should not hide the launcher
	(LP: #723878)
	- UI blocked when expanding a section with more than 2000 items
	(LP: #736059)
	- Change ALT-Tab to bring the target window to the front (LP: #736938)
	- compiz crashed with SIGABRT in __kernel_vsyscall() (LP: #737814)
	- Launcher does not respond to changes in icon theme (LP: #605475)
	- Implement new style scrollbars in Dash (LP: #608124)
	- Closing launcher menu raises window under mouse (LP: #728787)
	- adding url launcher support from the search (LP: #739038)
	- Launcher - Set Launcher 'Hide Animation' to 'Slide only' by default.
	Also introduce subtle fade in effect. (LP: #739567)
	- "Time & Date" settings appears in launcher with empty tooltip
	(LP: #740907)
	- ZeitgeistLog missing implementation of get_property for "connected"
	(LP: #734080)
	- often can't alt-click-dnd to move the focussed dialog (LP: #711911)
	- The Unity Panel's window controls and window dragging features should
	work for the uppermost maximized window regardless of current window in
	focus. (LP: #716177)
	- When Unity launcher is visible restore a maximized window loses its
	focus (LP: #728690)
	- Missing "children_changed" event emission from the atk support for the
	nux::View and nux::Layout objects (LP: #734806)
	- Possible race condition in PanelMenuView::OnWindowMaximized and
	OnWindowRestored (LP: #736580)
	- dash search box doesn't respond to keyboard input (LP: #736850)
	- category dropdown in *.places is nonfunctional (nothing can be selected
	(LP: #737203)
	- compiz crashed with SIGSEGV in DeviceLauncherIcon::UpdateVisibility()
	(LP: #737318)
	- Unity doesn't support Touchscreen/drag to slide (LP: #737520)
	- [a11y] Launcher a11y support works with at-spi2 but not with at-spi
	(LP: #739689)
	- unity --distro fail on symlinks (LP: #740779)
	- dash home screen can become outdated (LP: #730623)

2011-03-24  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2011-03-24  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 3.6.8

2011-03-21  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- depends on libutouch-geis-dev to bring MT support to unity

2011-03-17  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.6.6-0ubuntu1

2011-03-17  Didier Roche  <didier.roche@canonical.com>

	fix search search upstream and backport

2011-03-17  Didier Roche  <didier.roche@canonical.com>

	- drag and drop from dash to launcher issues (LP: #727675)
	- unity-panel-service crashed in g_type_class_meta_marshal (LP: #727788)
	- Dash: first-use text entry does not work until Alt-F2 version is used
	(LP: #735342)
	- compiz crashed with SIGSEGV in g_type_check_instance_is_a()
	(LP: #734721)
	- drag from dash to launcher (LP: #662616)
	- Dash - Create single widget for Dashboard (LP: #683729)
	- [FFe] Recently installed applications should be easy to run
	(LP: #670403)
	- Pressing Alt key does not underline mnemonics (LP: #689179)
	- indicator-appmenu breaks Alt accelerator keys (LP: #663030)
	- can't pin KTouch to the launcher (LP: #693755)
	- Unity paints multiple times with multi-screen (LP: #727116)
	- unitymtgrabhandles crashes when no key is set (LP: #727144)
	- SIGSEGV in PlaceEntryHome::SetSearch (LP: #731927)
	- [launcher] New Default favorites (LP: #714707)
	- Dash: Alt-F2 Pressing enter on the dash can start the first entry of the
	second group from the history (LP: #734738)
	- Dash: keyboard arrow navigation disappears off bottom (LP: #735347)
	- Increase the size of the top left Launcher reveal area from 1px to a 3px
	by 3px square (LP: #736034)
	- [dash] scrollbar's clickable zone should extend to the right border of
	the dash border (LP: #651398)
	- Launcher - Replace Dash lens Launcher icons with updated versions
	(LP: #676613)
	- NuxUtilAccessible requires to implement support to key event listeners
	(LP: #702672)
	- launcher icons dnd doesn't behave correctly when the dash is in use
	(LP: #708885)
	- Keyboard-navigation: highlight stays after losing focus (LP: #713632)
	- Implement AtkComponent for ATK objects in the panel service
	(LP: #715297)
	- Super shortcuts for application place and worskspace swither conflicts
	with compiz keys (LP: #723273)
	- Use DeeIndex instead of strcmp in PlaceEntryHome (LP: #724886)
	- [dash] text cursor not vertically centred in the entry (LP: #724927)
	- Moving cursor in dash text entry field causes cursor artifacts
	(LP: #725493)
	- Missing "children_changed" event emission from the atk support
	(LP: #727137)
	- Typing should immediately search; focusing the search field is fiddly
	(LP: #727295)
	- "Find Internet Apps", "Browse the Web", and "Check Mail" are scattered
	in default Dash (LP: #729009)
	- Press-holding on a icon in the Launcher should de-couple the icon and
	enable the user to reorder the icon vertically without leaving the
	Launcher.  (LP: #727922)
	- "Shortcuts" heading in Dash seems pointless (LP: #729000)
	- intellihide is incompatible with totem fullscreen / Still some false
	positive on ws switch (LP: #730679)
	- Launcher - provide visual design for launcher keyboard navigation
	(LP: #702490)
	- Dash - Update the 'Shortcuts' dash home icon (LP: #689763)
	- The Unity panel service Does not connect to the
	INDICATOR_OBJECT_SIGNAL_ACCESSIBLE_DESC_UPDATE signal. (LP: #731651)
	- [dash] items reordering after first group expanding (LP: #732031)
	- Accessibility object parent-child hierarchy on unity panel-service is
	broken (LP: #732049)
	- "Your search did not match any files" when I haven't searched yet
	(LP: #732746)
	- Keyboard navigation in quick lists not possible. (LP: #733052)
	- Keyboard navigation should jump invisible icons (LP: #734018)
	- Dash: Alt-F2 gives no indication it is any different to using Super
	(LP: #734740)
	- Dash: Alt-F2 box hint says "Search commands" not "Run a
	command"/"Execute command" (LP: #733897)
	- Synopsis and description refer to "Ubuntu Desktop Edition" (LP: #735557)
	- weird launcher behaviour on non short clicks when a place is displayed
	(LP: #727703)
	- Launcher - Disabled item in the quicklist need to be styled semantically
	(LP: #676928)
	- Menubar – Menu integration issue with applications that do not support
	menu integration (LP: #723835)
	- unity --reset-icons is needed to restore default launcher icons
	(LP: #731578)
	- Whitelist mumble for systray (LP: #732682)
	- Applications places quicklist items are blank for categories with '&'
	(LP: #733743)
	- delete files in the dash (LP: #662658)
	- Scale mode doesn't cancel like it used to (LP: #724045)
	- Appsearch shortcuts not clickable, searchfield broken (LP: #728219)
	- Arrow keys don't work in "All Files" menu (LP: #732744)

2011-03-17  Didier Roche  <didier.roche@canonical.com>

	* New upstream release:
	- build-dep on latest nux

2011-03-17  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 3.6.6

2011-03-15  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- change the description of the package (remove desktop edition)
	(LP: #735557)

2011-03-15  Didier Roche  <didier.roche@canonical.com>

	revert mterry's merge as not need by upstream

2011-03-10  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.6.4-0ubuntu1

2011-03-10  Didier Roche  <didier.roche@canonical.com>

	- Unity: Alt-F2 not working (LP: #580295)
	- When running with dual monitors, Unity will use the height of the larger
	one for calculating when to fold (LP: #696388)
	- Unity app launcher is filled up with doublettes (LP: #690537)
	- Unity interface not resized properly when external monitor is used
	(LP: #691772)
	- Dash needs keyboard navigation (LP: #727714)
	- It is possible to focus Unity itself and Close it from the global menu
	(LP: #728790)
	- Systray icons showing on top of everything (LP: #728719)
	- Pressing ENTER in the dash during a search should open the first
	displayed item (LP: #729699)
	- compiz crashed with SIGSEGV in LauncherIcon::OpenQuicklist()
	(LP: #731096)
	- inactive menus are not shown (LP: #732162)
	- Icon-only menu titles don't have accessible names (LP: #691677)
	- unity not working on rotated displays (LP: #694596)
	- unity_support_test crashed with SIGSEGV in
	nux::IOpenGLAsmVertexShader::IOpenGLAsmVertexShader() (LP: #709649)
	- Dragging .desktop file to launcher's trash creates space for new
	launcher icon (LP: #717250)
	- Unable to scroll in Applications/Files and Folders Place using mouse
	wheel (LP: #721447)
	- The applications place is empty (LP: #724259)
	- compiz crashed with SIGSEGV in
	nux::GpuRenderStates::SubmitChangeStates() (LP: #719156)
	- Quicklists are difficult to dismiss (LP: #726890)
	- Apps in Available group not rendered in Dash (LP: #729710)
	- Clicking on Shortcuts header doesn't do anything. (LP: #730774)
	- Zeitgeist FTS Extension doesn't filter on subject URIs (LP: #731208)
	- dual monitor,,,upper panel turns white  / nvidia (LP: #685179)
	- Dash file Lens – Rename “Favourite Folders” category header to “Folders”
	(LP: #723866)
	- looking for 'places' icons in the wrong location (LP: #727672)
	- Empty trash quicklist item is missing an ellipsis  (LP: #731472)
	- Wastebasket quicklist is missing “Empty Wastebasket” option when the
	wastebasket is empty (LP: #723880)
	- Emptying the trash from the unity sidebar should respect nautilus' "Ask
	before emptying" setting (LP: #730003)
	- start-here icon updated at wrong time (LP: #726267)
	- Unity overlay unhide issue (LP: #726926)
	- Orca doesn't report that the Launcher receives the focus (LP: #727133)
	- Accessibility object parent-child hierarchy on unity is broken
	(LP: #727908)
	- Regression: Orca doesn't speech out the selection changes on the
	Launcher (LP: #729165)
	- quicklist must respect enabled state (LP: #731533)
	- unity-panel-service crashed with SIGSEGV in
	dbusmenu_menuitem_send_about_to_show() (LP: #725631)

2011-03-10  Didier Roche  <didier.roche@canonical.com>

	* New upstream release.
	* debian/control:
	- build-dep on latest nux

2011-03-10  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 3.6.4

2011-03-07  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.6.2-0ubuntu1

2011-03-07  Didier Roche  <didier.roche@canonical.com>

	* New upstream release:
	- unity-window-decorator crashed with SIGSEGV in
	g_cclosure_marshal_VOID__OBJECT() (LP: #724874)
	- blinking screen at searching "gn" (LP: #674022)
	- Top panel isn't multimonitor aware (LP: #675862)
	- Leaving fullscreen causes the launcher to rapidly appear and then
	disappear (LP: #718054)
	- migrate_favorites.py crashed with GError in __main__: Bad key or
	directory name: "/desktop/unity/launcher/favorites/app-Watch TV
	Shows.desktop/type": ` ' is an invalid character in key/directory names
	(LP: #722403)
	- does not display icons until hovered (LP: #726033)
	- Unintuative Application Matching (LP: #726711)
	- icons missing in the dash recent files and directory search returns
	(LP: #727824)
	- some result cache broke the dash search (LP: #728961)
	- Protect against conflicts with unity super keys (LP: #729166)
	- not installed apps sorting in global search (LP: #636996)
	- No 'safely remove' option is present in the unity menu when a usb disk
	is inserted (LP: #660010)
	- Dash - Implement new Dash design! (LP: #683762)
	- Expose or add missing nux functions for a11y support (LP: #701672)
	- Launcher - A single finger 'hold' on a Launcher app icon should open the
	quicklist (LP: #702486)
	- No "Search" default entry (LP: #710794)
	- Icon in Launcher should be home folder icon (LP: #721121)
	- Launcher bindings require Super to be held down to work (LP: #727580)
	- compiz crashed with SIGSEGV in nux::CairoGraphics::GetBitmap()
	(LP: #727636)
	- Unity "Lens" do not scroll to bottom (LP: #719616)
	- Double-click on panel to unmaximize only works in right half
	(LP: #725529)
	- clicking multiple time on the bfb makes the logo darker and darker
	(LP: #727146)
	- the launcher should go away if it has been open using the keyboard and
	the mouse is not moved while the cursor is on it (LP: #727746)
	- migrate_favorites.py crashed with OSError in makedirs(): [Errno 13]
	Permission denied: '/home/aquarius/.local/share/unity' (LP: #723656)
	- No feedback when unmounting busy device in Unity (LP: #730638)

2011-03-07  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 3.6.2

2011-03-02  Michael Terry  <mike@mterry.name>

	* services/panel-indicator-entry-accessible.c:
	- Use dispose function, not finalize function, to notify ATK that an
	entry is removed.  Fixes continual panel crashes.  LP: #727788

2011-03-01  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.6.0-0ubuntu1

2011-03-01  Didier Roche  <didier.roche@canonical.com>

	cherry-pick a opacity change, because we all love this

2011-03-01  Didier Roche  <didier.roche@canonical.com>

	Add keyboard shortcuts for launching separate instances of applications 
	(LP: #724865)

2011-03-01  Didier Roche  <didier.roche@canonical.com>

	- Menu bar becomes blank periodically (LP: #683065)
	- Unity does not update when screen resolution changes (LP: #684539)
	- [dash] Keyboard navigation not implemented as specified (LP: #608132)
	- Dash - build the Desktop Dash (LP: #683719)
	- Quicklists not working (LP: #719780)
	- Launcher auto hide animation has a life of it's own / Unity launcher
	constantly sliding in and out without user interaction (LP: #717364)
	- compiz crashed with SIGSEGV in PrivateWindow::getModalTransient()
	(LP: #726235)
	- Don't show launcher number overlays on tap of super (LP: #726630)
	- Optimize texture memory usage for unexposed view icons (LP: #609994)
	- Unity should handle video-out keycodes that correspond to Super + P +
	Enter (LP: #632632)
	- dash - wrong count of remaining items to see (LP: #662605)
	- dash - x search box button visibility (LP: #662614)
	- Touch window management gesture previews (LP: #683688)
	- unity not working on rotated displays (LP: #694596)
	- unity main top bar in displays in wrong area (multi-head issue)
	(LP: #707209)
	- unity place group visual improvements (LP: #714528)
	- Implement ref_state_set for toplevel ATK objects in the panel service
	(LP: #715299)
	- Alt + F1 doesn't show the launcher if hidden (LP: #717125)
	- Keyboard navigation: Choosing a window from launcher doesn't change
	input focus. (LP: #721811)
	- Quicklists not closing when losing focus (LP: #724739)
	- wrong animation in the launcher (LP: #724956)
	- Window management - windows go below launcher and panel (LP: #725463)
	- Media and PrintScreen keys don't work (LP: #621887)
	- super-shortcuts should be "serializable" (LP: #638936)
	- Chromium icon in Unity is distorted / some scaled distored in the unity
	place applications (LP: #670169)
	- launcher stays on screen when it shouldn't | false show/hide positives
	on the launcher (LP: #711176)
	- Keyboard navigation: no public API to know the current Laucher Icon
	selected when key nav is activated (LP: #722660)
	- Require to implement AtkSelection on the Launcher (LP: #723804)
	- LauncherIcon accessibility support requires to expose the selection
	state (LP: #723806)
	* debian/control:
	- dep on latest nux

2011-03-01  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2011-03-01  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 3.6.0

2011-02-28  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.4.6-0ubuntu2

2011-02-28  Didier Roche  <didier.roche@canonical.com>

	* Cherry-pick some fixes from trunk to ensure at least having those in
	alpha3:
	- stop make the launcher dance (LP: #717364)
	- fix FTBFS on armel (LP: #724615)

2011-02-24  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.4.6-0ubuntu1

2011-02-24  Didier Roche  <didier.roche@canonical.com>

	- dash times out (LP: #662618)
	- possible memory leak in compiz when using places, dashboard
	(LP:#720446)
	- compiz crashed with SIGSEGV in IconTexture::~IconTexture() (LP: #721907)
	- dash - search string not always taken into account (LP: #701569)
	- Unity allows you to Quit itself (LP: #705536)
	- invisible window border problems (LP: #710271)
	- Slowliness in the file places (LP: #710791)
	- add super shortcuts to the launcher - logic (LP: #721264)
	- key navigation doesn't activate trash, keys, expo or places
	(LP:#723141)
	- Super-shortcuts for apps, files, and workspace switcher (LP: #617356)
	- New launcher tile super key overlay aesthetic (LP: #646712)
	- add cursor-key navigation to quicklists (LP: #701543)
	- Super key should open Dash (LP: #706713)
	- Dash view should use "Prefferred Applications" icons where appropriate
	(LP: #708479)
	- some partitions appear with questionmark icon (LP: #710809)
	- Unity wrongly resizes thumbnails after first opening of Files place
	(LP:#721123)
	- Change the fading and showing curve effect when hovering the bfb
	(LP:#721125)
	- Recent files appear duplicated in the Dash (LP: #646758)
	- All Applications tab only shows first 100 applications (LP: #660979)
	- slide animation typo in unity configuration (LP: #723354)
	- Place icons should be in their respective packages (LP: #672447)
	- Trash right click menu is positioned incorrectly (LP: #718880)
	- Require to use gconf to check on unity and the panel-service if the
	accessibility should be enabled (LP: #723699)

2011-02-24  Didier Roche  <didier.roche@canonical.com>

	* New upstream release.
	* debian/control:
	- dep on latest nux

2011-02-24  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 3.4.6

2011-02-17  Ken VanDine  <ken.vandine@canonical.com>

	releasing version 3.4.4-0ubuntu2

2011-02-17  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.4.4-0ubuntu1

2011-02-17  Didier Roche  <didier.roche@canonical.com>

	* New upstream release.
	* debian/control:
	- bump nux and libunity-misc dep

2011-02-17  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 3.4.4

2011-02-17  Didier Roche  <didier.roche@canonical.com>

	debian/source_unity.py: enhanced apport hook for incoming compiz hook

2011-02-11  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.4.2-0ubuntu2

2011-02-10  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.4.2-0ubuntu1

2011-02-10  Didier Roche  <didier.roche@canonical.com>

	* New upstream release:
	- add --distro switch to remove local installation of unity with default
	options (LP: #715703)
	- global search and speedups in places
	- Using fade effect to cut the window Title when it's longer than the panel
	(LP: #694924)
	- Launcher - Add ability for apps to indicate progress through Launcher icon
	(LP: #676596)
	- calling unity should kill unity-panel-service (LP: #711289)
	- unity places should return a default icon when no matching icon is found
	(LP: #711200)
	- the launcher should start hidding when an icon is clicked (LP: #709178)
	- Highlight drag-friendly Launcher tiles when dragging a file (LP: #607782)
	- Fix migrate_favorites.py crashed with OSError in get_log_file(): [Errno 2]
	No such file or directory: '/home/ubuntu/.local/share/unity' (LP: #711964)
	- places should support wrong Icon= format (with extensions) (LP: #711189)
	- unity crashed with AttributeError in reset_unity_compiz_profile():
	'NoneType' object has no attribute 'get_default_value' (LP: #711105)
	- unity crashed with GError in reset_unity_compiz_profile() (LP: #710876)
	- Middle click on application icon should open a new window (LP: #709707)
	- Launcher - Add interaction to support dragging and dropping behind the
	launcher (LP: #702482)
	- Launcher - Enable dragging and dropping of files & folders to Launcher
	icons (LP: #676549)
	- Launcher - Add number notifier to Launcher icons (LP: #676455)
	- Support dragging files to trash to delete them (LP: #619686)
	- [launcher] Indicator-only applications showing as open applications
	(LP: #703396)
	- Unity does not accept mouse clicks (LP: #683328)
	- dash is empty (LP: #710792)

2011-02-10  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- depends on latest nux

2011-02-10  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2011-02-10  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 3.4.2

2011-02-02  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.4.0-0ubuntu2

2011-02-02  Didier Roche  <didier.roche@canonical.com>

	Cherry-pick fix when the favorite migration tools is crashing on first run
	on new install (LP: #711964)

2011-01-31  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.4.0-0ubuntu1

2011-01-31  Didier Roche  <didier.roche@canonical.com>

	more backport

2011-01-31  Didier Roche  <didier.roche@canonical.com>

	* Cherry-pick a small fix for not having places empty at start
	* debian/control:
	- recommends again places now that unity can support them

2011-01-31  Didier Roche  <didier.roche@canonical.com>

	* New upstream release:
	- Add places back to unity
	- Add autoscroll to launcher (LP: #690096)
	- Fix performance issue due to redecorate windows (LP: #705427)
	- Change automaximize value to 75% of the workarea (LP: #708809)
	- The launcher should not let you dnd special icons (LP: #709119)
	- The launcher shouldn't move icon on right click dragging (LP: #709179)

2011-01-31  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 3.4.0

2011-01-31  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- recommends again places now that unity can support them

2011-01-27  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.2.16-0ubuntu1

2011-01-27  Didier Roche  <didier.roche@canonical.com>

	* New upstream release:
	- Add the Launcher BaseWindow to the a11y component only if a11y was
	initialized (LP: #705442)
	- Enable _NET_WM_WINDOW_TYPE_UTILITY windows (like gimp toolbox) to hide
	the Launcher (LP: #706109)
	- Fix the defaul indicators size, making them inconsistent (LP: #705803)
	- Always have the indicator session to the top right (LP: #705697)
	- Show launcher when places are activated (LP: #705948)
	- Fix memory leaks in dash (LP: #705705)
	- Support i18n (LP: #697166)
	- Enabling double click on the launcher to restore a maximized window
	(LP: #661049)
	- Update the title bar on tab change (LP: #691651)
	- Hide the launcher instantanly on key press or dash if we have already
	waited the launcher trigger time (LP: #705805)
	- Make sure keypad keys also work in the search entry (LP: #599902)
	- Dash elipsizes file and application names too soon, making them unreadable
	(LP: #632526)
	- Implement Places Group View (LP: #704493)

2011-01-27  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- ensure we have latest bamf and nux

2011-01-27  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2011-01-27  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 3.2.16

2011-01-27  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.2.14-0ubuntu3

2011-01-27  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- rebuild for ABI break in compiz

2011-01-25  Didier Roche  <didier.roche@canonical.com>

	* debian/rules:
	- build .pot file now (LP: #697168)

2011-01-24  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.2.14-0ubuntu2

2011-01-24  Didier Roche  <didier.roche@canonical.com>

	Backport a fix to remove invisible window on top at startup
	(LP: #705672)

2011-01-21  Didier Roche  <didier.roche@canonical.com>

	* debian/source_unity.py:
	- fixing typo (LP: #705702)

2011-01-20  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.2.14-0ubuntu1

2011-01-20  Didier Roche  <didier.roche@canonical.com>

	* New upstream release:
	- Use a padding of 6px for the appmenu and 3px for the other indicators.
	(LP: #684114)
	- appmenu doesn't correspond to currently focused application (LP: #69806)
	- Places tile view (LP: #697687)
	- bump libnux requirement

2011-01-20  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2011-01-20  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 3.2.14

2011-01-20  Didier Roche  <didier.roche@canonical.com>

	- removed libunity*: seperate source now
	* removed debian/libunity*

2011-01-20  Didier Roche  <didier.roche@canonical.com>

	* debian/source_unity.py:
	- enhance apport hook to report compiz (and xorg) information only on
	graphical bugs (the report can take time and would upload too many data for
	just a weird quick behavior bug for instance)

2011-01-20  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- recommends ubuntuone-control-panel-gtk

2011-01-18  Didier Roche  <didier.roche@canonical.com>

	remove inline patch to build tests against

2011-01-17  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.2.12-0ubuntu3

2011-01-17  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- drop the recommends on unity-places* as they don't work today, and pull
	libunity0, which has still a dep on libindicator1, conflicting with
	libindicator2. The places can't be rebuilt right now (API breakage) and
	we need to wait for next release

2011-01-17  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.2.12-0ubuntu2

2011-01-14  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.2.12-0ubuntu1

2011-01-14  Didier Roche  <didier.roche@canonical.com>

	* debian/libunity3.symbols:
	- updated 

2011-01-14  Didier Roche  <didier.roche@canonical.com>

	* debian/rules:
	- don't --fail-missing as we don't want to install the vapi yet. The gir
	package will come next week.
	* debian/unity-common.install:
	- install the manpages

2011-01-14  Didier Roche  <didier.roche@canonical.com>

	* CMakeList:
	- distro-patch to avoid building tests right now as building them is failing
	with the current vala/gir stack. THIS NEED TO BE REMOVED.

2011-01-14  Didier Roche  <didier.roche@canonical.com>

	add libatk1.0-dev build-dep

2011-01-14  Didier Roche  <didier.roche@canonical.com>

	needs latest and greatest from dee

2011-01-14  Didier Roche  <didier.roche@canonical.com>

	* New upstream release.
	- Window border doesn't get restored (LP: #691812)
	- When a menu is triggered from Alt+key, app name stays visible on panel
	(LP: #691765)
	- show the launcher on <Super> KeyPress, this will be needed when the
	shortcut will be implemented if we are in intellihide mode
	- Make sure an underscore is correctly placed under the corresponding
	accelerator-key. (LP: #683427)
	- Adding a dummy --replace option for compatibility reason (LP: #692569)
	- Compiz crashed with SIGSEGV in CompWindow::id() (LP: #694945)
	- Tooltip text not vertically centered (LP: #697791)
	- Maximizing a window horizontally or vertically removes the title bar
	(LP: #696780)
	- Mousewheel support for indicators (LP: #681428)
	- Avoid Quicklists being positioned so that they are partially offscreen at
	the bottom screen-edge. (LP: #691114)
	- Migrate awn, docky and cairo-dock dock launchers (LP: #692967)
	- Include manpages, and make them translatable. (LP: #684896)
	- Automaximize windows in Unity with some rules like blacklisting some
	applications, initial window size.
	It fixes also some bugs, like maximized window on first map not
	undecorated (LP: #667009, #669716, #693779, #691741)
	- Update libunity to conform to latest GIO VAPI breakage (LP: #679964)
	- Initial unity-atk module implementation (LP: #701680)
	- Panel autohide when on Quicklist (LP: #683261)

2011-01-14  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 3.2.12

2011-01-14  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- unity breaks on older bamf version (dbus protocol changed)

2011-01-14  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.2.8-0ubuntu3

2011-01-14  Didier Roche  <didier.roche@canonical.com>

	debian/control:
	libdbusmenu-glib-dev 0.4 is 0.3.91

2011-01-14  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.2.8-0ubuntu2

2011-01-14  Didier Roche  <didier.roche@canonical.com>

	* backport dbusmenu transition:
	- debian/control: build-dep on the new package
	- backport the commits

2011-01-14  Didier Roche  <didier.roche@canonical.com>

	* CMakeLists.txt, libunity/CMakeLists.txt:
	- don't build some vala stuff
	* debian/libunity3.symbols:
	- refresh the symbols regarding to previous changes

2011-01-14  Didier Roche  <didier.roche@canonical.com>

	* src/unityshell.cpp:
	- backport a fix for WindowCompizid
	* debian/control:
	- ABI break in compiz, rebuild against latest version

2010-12-17  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 3.2.8-0ubuntu1

2010-12-17  Sebastien Bacher  <seb128@ubuntu.com>

	* New upstream release:
	- unity-panel-service should be autorestarted by unity when crashing
	(lp: #686591)
	- App name in panel menu is truncated (lp: #619477)
	- Removing the appmenu indicator left-aligns all other indicators 
	(lp: #688764)
	- unity support for firefox menubar (lp: #690447)
	- the unityshell plugin has no icon in ccsm (lp: #688594)
	- the unityshell plugin has an "unknown category" in ccsm (lp: #688592)
	* debian/control:
	- updated the dee and nux requirement.
	* debian/libunity3.symbols:
	- updated to include the new symbols
	* debian/unity.install:
	- install the ccsm icons there

2010-12-17  Sebastien Bacher  <seb128@ubuntu.com>

	Import upstream version 3.2.8

2010-12-13  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.2.6-0ubuntu2

2010-12-13  Didier Roche  <didier.roche@canonical.com>

	fix -common dep

2010-12-13  Didier Roche  <didier.roche@canonical.com>

	update Vcs-Bzr

2010-12-13  Didier Roche  <didier.roche@canonical.com>

	ensure we build/run with latest compiz-core (abi breakage)

2010-12-10  Didier Roche  <didier.roche@canonical.com>

	set nux-tools as a dep rather than recommends

2010-12-10  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- fix typo in description

2010-12-09  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.2.6-0ubuntu1

2010-12-09  Didier Roche  <didier.roche@canonical.com>

	- Autohide option should be more like Intellihide (LP: #685861)
	- Add an unity binary (LP: #599716)
	- Dock icons disappearing on reopen (all programs) (LP: #687466)
	- Application with .desktop file containing "icon=/absolute/path" doesn't
	have an icon in unity panel (LP: #683444)
	- Indicators are mis-aligned (LP: #646740)
	- Navigating between indicator gives focus back to other dialogs during
	transition (LP: #637143)
	- Migration script should dump a lot of migrated items for debugging
	(LP: #687721)
	- Add desktop action support to launcher quicklists (LP: #687403)
	- Rendering of Quicklist radio-button-item still way off (LP: #684048)
	- Clicking on a launcher icon does not raise most recent window (LP: #677577)
	- Quicklist menu item testing - Part 2 (LP: #676040)
	- Panel does not behave like a menu bar (keyboard scrubbing) (LP: #686655)
	- Separated menus: no keyboard shortcuts for menus (LP: #684060)
	- No installation instructions in source (LP: #683792)
	- Unity plugin should depend on "Desktop Wall" plugin (LP: #683211)
	- Network indicator shows up on the left-hand side of the panel (LP: #680545)
	- Scrubbing menu items or indicators in panel prematurely ends (LP: #677601)
	- fix trash icon not being updated (LP: #683241)

2010-12-09  Didier Roche  <didier.roche@canonical.com>

	* debian/libunity3.symbols:
	- updated to include the new symbols

2010-12-09  Didier Roche  <didier.roche@canonical.com>

	install the new perf bootchart there as well

2010-12-09  Didier Roche  <didier.roche@canonical.com>

	recommends nux-tools

2010-12-09  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- dep on latest nux

2010-12-09  Didier Roche  <didier.roche@canonical.com>

	* New upstream release:
	* debian/unity.install:
	- install new unity binary

2010-12-09  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 3.2.6

2010-12-09  Didier Roche  <didier.roche@canonical.com>

	remove the patch as well, fixed upstream

2010-12-09  Sebastien Bacher  <seb128@ubuntu.com>

	* debian/source_unity.py:
	- reassign crashes due to the indicators to the right source directly

2010-12-06  Didier Roche  <didier.roche@canonical.com>

	fix version typo

2010-12-06  Didier Roche  <didier.roche@canonical.com>

	* debian/control, debian/unity.install, debian/unity-common.install:
	- add unity-common package and move some files there

2010-12-02  Didier Roche  <didier.roche@canonical.com>

	* Revert source 3, it's breaking daily build and hudson
	* debian/control:
	- Add Vcs-Bzr link
	* debian/source:
	- Use source version 3.0
	* debian/patches/lp682345.patch:
	- Fix crash on startup (LP: #682345)

2010-11-30  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.2.2-0ubuntu1

2010-11-30  Didier Roche  <didier.roche@canonical.com>

	Add fullscreen application support (LP: #677255)

2010-11-30  Didier Roche  <didier.roche@canonical.com>

	* New upstream release:
	- fix crash in migration settings if gsetting not installed (LP: #682314)
	- fix quicklist crash (LP: #681515)
	- Quicklist rendering fixes (LP: #681498)
	- BFB button launches nautilus /usr/share/applications (LP: #681504)
	- Quicklist default items + Keep/remove favorite (LP: #681500)

2010-11-30  Didier Roche  <didier.roche@canonical.com>

	* New upstream release.
	- build again latest nux

2010-11-30  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 3.2.2

2010-11-29  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- add libglib2.0-bin and python dep for the migration script

2010-11-26  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.2.0-0ubuntu3

2010-11-26  Didier Roche  <didier.roche@canonical.com>

	* debian/libunity3.symbols:
	- add new exported symbols as places are installed in buildd

2010-11-26  Sebastien Bacher  <seb128@ubuntu.com>

	- let apport collect the same as it does for compiz, it will provide 
	details on xorg and drivers in use for example
	- install source_unity.py 

2010-11-26  Didier Roche  <didier.roche@canonical.com>

	* revert previous upload done which is breaking the gconf unity settings
	* debian/unity.install:
	- install the gconf file
	* debian/control:
	- depends on new compiz and libcompiz version containing the gconf CMake fix
	* FTBFS: install gconf schemas to fix --fail-missing
	* Lintian: echo 1.0 > debian/source/format

2010-11-25  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.2.0-0ubuntu1

2010-11-25  Didier Roche  <didier.roche@canonical.com>

	* debian/libunity3.symbols:
	- updated to latest and greatest

2010-11-25  Didier Roche  <didier.roche@canonical.com>

	- Unity appears on top of gnome-screensaver (LP: #677705)
	- launcher tooltips hover over gnome-screensaver (LP: #652937)
	* debian/unity.install:
	- no more gconf file to install

2010-11-25  Didier Roche  <didier.roche@canonical.com>

	add application startup notification (LP: #638319)

2010-11-25  Didier Roche  <didier.roche@canonical.com>

	- The ws switcher is always visible if launcher in floating and autohide
	mode (LP: #677554)
	- bump build-dep on latest nux
	- add libstartup-notification0-dev build-dep

2010-11-25  Didier Roche  <didier.roche@canonical.com>

	* New upstream release:
	- Clicking a second time on a menu item does not dismiss it (LP: #661048)
	- FavoriteStore re-ordering support (LP: #676106)
	- Quicklist menu item testing - part 1 (LP: #676030)
	- Base Quicklist Menu Items (LP: #676013)
	- Tooltip launcher don't appear in unity compiz (LP: #675486)
	- The migration script should be migrated to gsettings
	(LP: #680873, #652785, #655175)
	- Launcher clickable-area does not extend to left edge of screen
	(LP: #677573)
	- depends on latest nux

2010-11-25  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 3.2.0

2010-11-22  Didier Roche  <didier.roche@canonical.com>

	* debian/rules:
	- try a slighter best solution for netbook-launcher virtual package, thanks
	geser

2010-11-19  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- don't recommend ubuntu-netbook-default-settings anymore
	- change the description

2010-11-19  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.1.4-0ubuntu4

2010-11-19  Didier Roche  <didier.roche@canonical.com>

	not verbose

2010-11-19  Didier Roche  <didier.roche@canonical.com>

	* debian/rules:
	- give back netbook-launcher epoch for transition. Seems there is no elegant
	way to do it with dh7, opened to suggestion…

2010-11-19  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.1.4-0ubuntu3

2010-11-19  Didier Roche  <didier.roche@canonical.com>

	Argh, of course, as we removed the vala file build, we export less symbols
	(update debian/libunity3.symbols)

2010-11-19  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.1.4-0ubuntu2

2010-11-19  Didier Roche  <didier.roche@canonical.com>

	* Don't build some vala files:
	- places aren't present today and that make the buildd FTBFS

2010-11-19  Didier Roche  <didier.roche@canonical.com>

	don't build vala files for places: not used today and make FTBFS

2010-11-18  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.1.4-0ubuntu1

2010-11-18  Didier Roche  <didier.roche@canonical.com>

	no transition package

2010-11-18  Didier Roche  <didier.roche@canonical.com>

	* debian/libunity3.symbols:
	- update with new symbols

2010-11-18  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- bump libnux-0.9-dev build-dep

2010-11-18  Didier Roche  <didier.roche@canonical.com>

	* New upstream release.
	- Tooltip launcher don't appear in unity compiz (LP: #675486)
	- Quicklist Menu - Initial Support (LP: #676154)

2010-11-18  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 3.1.4

2010-11-18  Didier Roche  <didier.roche@canonical.com>

	* Backport some upstream fixes:
	- The top half of icons in the launcher is white (LP: #675082)
	* debian/watch:
	- look for upstream bz2 file now

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.1.3-0ubuntu2

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	* debian/libunity3.symbols:
	- removing symbols accordingly

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	don't build the place bindings right now as it doesn't build in a chroot
	and it's not used anyway

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.1.3-0ubuntu1

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	cherry pick fixes and update symbol file

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	remove clutk/clutter and mutter deps

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	releasing version 3.1.3-0ubuntu1

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	fix segfault

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	backport api change compat

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	don't ship the -dbg package for now

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	fix debian/control

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	fixing the symbols file

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	new upstream release

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 3.1.3

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	avoid compiz picking data

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	readd gconf

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	* debian/libunity3.symbols:
	- dispatch new layout and files in the right places

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	* debian/control, debian/libunity*.*:
	- rename libunity0 to libunity3

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	some fixes from trunk + additional one

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	add gsettings-desktop-schemas-dev and libnux-0.9-dev

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	fix upstream microversion

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	* New upstream release.
	- remove mutter deps

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 3.1.2

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	make bzr mu happy

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	- skip tests for now
	- remove clutter/mutter/gconf deps
	- add gsettings-desktop-schemas-dev
	* debian/*install:
	- install the new files in the right places

2010-11-10  Didier Roche  <didier.roche@canonical.com>

	remove autotools files

2010-11-10  Didier Roche  <didier.roche@canonical.com>

	* udpate debian/copyright
	* change debian/rules to build unity as a compiz plugin
	- needed cmake
	* debian/control:
	- change to new dependencies

2010-11-10  Didier Roche  <didier.roche@canonical.com>

	target is removed upstream

2010-11-10  Didier Roche  <didier.roche@canonical.com>

	merge with new release

2010-10-12  Didier Roche  <didier.roche@canonical.com>

	* debian/libunity0.symbols:
	- update to new internal API

2010-10-11  Didier Roche  <didier.roche@canonical.com>

	fix pocket

2010-10-11  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.46-0ubuntu5

2010-10-11  Didier Roche  <didier.roche@canonical.com>

	* Revert to maverick branch
	(lucid une ppa branch wrongly merged in this one):
	+ debian/control:
	- Readd netbook-launcher transitional package, this is needed for people
	not having ubuntu-netbook installed on dist-upgrade to be
	transitionned to unity.  (LP: #657838)
	- recommends ubuntu-netbook-default-settings and not
	ubuntu-netbook-unity-defaut-settings

2010-10-01  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.46-0ubuntu4

2010-10-01  Didier Roche  <didier.roche@canonical.com>

	* Cherry-picked from upstream:
	- the Places and Applications tabs now caters for localized text
	longer than the English ones (LP: #644275)
	* debian/libunity0.symbols:
	- updated for new symbols

2010-09-30  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.46-0ubuntu3

2010-09-30  Didier Roche  <didier.roche@canonical.com>

	* Cherry pick from upstream:
	- Finally load the right translations from .place files for
	"Applications" and "Files & Folders" tooltips (LP: #644215)

2010-09-28  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.46-0ubuntu2

2010-09-28  Didier Roche  <didier.roche@canonical.com>

	* Cherry pick from upstream:
	- hanges the launcher behaviour to launch a new application if no user
	visible windows are found to fix (LP: #647979)

2010-09-27  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.46-0ubuntu1

2010-09-27  Didier Roche  <didier.roche@canonical.com>

	* New upstream release:
	- use get_basename instead of silly str manipulating, should fix (LP: #648625)
	- fix remaining issues when software is at start for non 3D detection
	(LP: #614088)
	- Fix duplicate ubiquity entry in UNE live session (was importing it from
	the GNOME desktop) (LP: #648827)

2010-09-27  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 0.2.46

2010-09-24  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.44-0ubuntu1

2010-09-24  Didier Roche  <didier.roche@canonical.com>

	* debian/libunity0.symbols:
	- updated

2010-09-24  Didier Roche  <didier.roche@canonical.com>

	backport fix to respect workspace layout

2010-09-24  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- depend on latest unity-asset-pool

2010-09-24  Didier Roche  <didier.roche@canonical.com>

	* New upstream release:
	- refine launcher tile super key overlay aesthetic (LP: #633069)
	- improve Cof logo (LP: #644686)
	- fix a crasher in the place activation (LP: #634364)
	- fixes favorite loading for didrocks (thanks!) (LP: #645835)
	- workaround translation issue for Unity trash (LP: #646653)
	- MT final adjustement for maverick (LP: #645848, #640501)

2010-09-24  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2010-09-24  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 0.2.44

2010-09-23  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.42-0ubuntu3

2010-09-23  Didier Roche  <didier.roche@canonical.com>

	we need the .c file too (not automatically rebuilt) to fix crash on system
	indicators (LP: #645923)

2010-09-23  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.42-0ubuntu2

2010-09-23  Didier Roche  <didier.roche@canonical.com>

	Cherry pick from upstream bzr to avoid crash when clicking on system
	indicators (LP: #645923)

2010-09-22  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.42-0ubuntu1

2010-09-22  Didier Roche  <didier.roche@canonical.com>

	* debian/libunity0.symbols:
	- update to track internal ABI symbols (only used by places)

2010-09-22  Didier Roche  <didier.roche@canonical.com>

	* New upstream release:
	- "Applications" and "Files & Folders" tooltips are not translatable
	(LP: #644215)
	- Fix inactive menus are accessible on switching to a window (LP: #604505)
	- Fix wrong launcher tile label/quicklist x position (LP: #631446)
	- Fix highlighted items in quicklist have different widths (LP: #643315)
	- In migration tool, being safe when people are using crazy caracters in
	desktop file (LP: #644114, #635156)
	- Detect if 3D acceleration support is provided. Otherwise, prompt for
	logout and change default session (LP: #614088)
	- Fix quicklist shows hidden menu items (LP: #641543)
	- Fix removing launchers via dnd fails (LP: #643434)
	- Better launcher auto-scroll performances (LP: #640560)
	- Make the insensitive state of the forward- and back-button more obvious by
	decreasing their opacity, thus users don't assume they are actually
	clickable. (LP: #638285)
	- Fix some dialogs aren't maximized but are undecorated (LP: #628822)
	- Fix some menus don't go away when window closes (LP: #640557)
	- Fixes bug where the wrong icon where at times associated with a tile in
	the places view. (LP: #642935)
	- Speedup icon loading (LP: #641246)
	- Make trash menu items in Unity are either not translatable or translations
	are not loaded (LP: #645038)
	- Fix using dnd on launcher makes focus not work out of the unity ui
	(LP: #637123)
	- Multi-monitor support (LP: #637123)
	- Enable/disable super key by a gconf key (LP: #632581)
	- Remove glow on fold (LP: #619344)
	- Ensure we dont map windows when expose is active (LP: #599766)
	- take new indicator API for action for top-level dropdown menu item not
	activated (LP: #637692)
	- Make the home buttons reactive (LP: #638857)
	- Add red tint when search fails (LP: #607821)
	- New (and final!) UI adjustement, but UNE isn't in the doc as seen with
	the doc team (LP: #627009)
	- Single-touches on the launcher are usually interpreted as a drag
	(LP: #641328)
	- URI activation in global view (LP: #612562)
	- Clicking a Place icon while viewing the same place in the Dash should
	return to the Home screen of that place and clear the search (LP: #607829)
	- Fix mutter crashed with SIGSEGV in g_type_check_instance() (LP: #641561)
	- Fix panel and menu item font colors don't match (LP: #637480)
	- Fix indicators have orange color (LP: #632975)
	- Fix inactive menus are accessible on switching to a window (LP: #604505)
	- Use semi-transparent rectangle around launcher-icon (LP: #643388)
	- Fix mutter crashes when closing pop-up dialog (LP: #642669)
	- Change launcher icon reference size loading (LP: #641669)
	- Fix mutter crashing in mumble start (LP: #641335)
	- Fix clicking on a category from CoFs does not directly take you to the
	desired category (LP: #638402)
	- Fix some menus don't go away when window closes (LP: #640557)
	- Launchers should act like if the application was not focussed in the place
	views (LP: #637136)
	- Fix mutter crashed with SIGSEGV in mutter_window_get_window_type()
	(LP: #645066)
	- Fix new windows don't get focus (LP: #642994)
	- Fix cropping an image in shotwell crashes unity (LP: #641554)
	- depends on latest libindicator-dev for ABI change transition

2010-09-22  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 0.2.42

2010-09-22  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- depends on latest libindicator-dev for ABI change transition (LP: #637692)

2010-09-21  Didier Roche  <didier.roche@canonical.com>

	dummy commit for bzrignore merge conflict

2010-09-17  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.40-0ubuntu1

2010-09-17  Didier Roche  <didier.roche@canonical.com>

	- Fix some more memory leaks (LP: #604777, #621690, #628144)
	- Removes jittering when rubber band is in use on the launcher (LP: #632991)
	- Mutter restarts on closing almost any application (LP: #634701)
	- Can't launch apps like synaptic with root privileges from launch bar
	(LP: #599298)
	- Launcher tile dragging shouldn't be masked (LP: #631443)
	- Fix Carousel-ed icons have distorted perspective (LP: #607515)
	- Use no longer sync call (LP: #620011)

2010-09-17  Didier Roche  <didier.roche@canonical.com>

	update debian/libunity0.symbols

2010-09-17  Didier Roche  <didier.roche@canonical.com>

	* New upstream release:
	- Fix inactive menus accessible (LP: #604505)
	- Fix some more memory leaks (LP: #604777)
	- Fix weird behaviors of quicklist (LP: #617339)
	- Provide an "open this folder" button (LP: #633201)
	- Hidden menu causing gap (LP: #600191)
	- Cannot go fullscreen for flash videos (LP: #631381)
	- Can't access menu items from the keyboard (LP: #636728)
	- Don't register for MDRAGs since they aren't used (LP: #632613)
	- Don't run indicator on special launchers (LP: #627488)
	- Center arrows position in folded launcher tiles (LP: #633084)
	- Launcher icons first appear as white upon login (LP: #601093)

2010-09-17  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2010-09-17  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 0.2.40

2010-09-14  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.38-0ubuntu1

2010-09-14  Didier Roche  <didier.roche@canonical.com>

	* New upstream release:
	- Correct the offset of the quicklist so it doesn't jump to the right when
	expanding from a tooltip. Fixes (LP: #631446)
	- Log apps launched via unity-place-application (LP: #632203)
	- Fix launcher does not contract if a menu is open (LP: #631452)
	- Auto scroll speed is now corrected (LP: #633045)
	- Removes jittering when rubber band is in use on the launcher (LP: #632991)
	- Fix clicking on the right of the divider also triggers action on logo
	(LP: #636602)
	- Full i18n support (LP: #637128)
	- Avoids the crash on Super-key-shortcuts with places. (LP: #632460)
	- Pressing enter in search mode should activate the first result
	(LP: #620945)
	- Esc close the places view (LP: #599891)
	- Launcher shouldn't 'fold' when hovering on a quicklist (LP: #632079)

2010-09-14  Didier Roche  <didier.roche@canonical.com>

	update debian/libunity0.symbols

2010-09-14  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2010-09-14  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 0.2.38

2010-09-09  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.36-0ubuntu1

2010-09-09  Didier Roche  <didier.roche@canonical.com>

	* debian/libunity0.symbols:
	- update symbol

2010-09-09  Didier Roche  <didier.roche@canonical.com>

	fake tools/migrate_favorites.py is dist

2010-09-09  Didier Roche  <didier.roche@canonical.com>

	* New upstream release:
	- Fix width of home-button on panel, so groove aligns with right edge of
	launcher, fixes (LP: #630031)
	- migration script to transition first time new people to unity
	(LP: #622146)
	- Quicklist name disappearing (LP: #627666)

2010-09-09  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2010-09-09  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 0.2.36

2010-09-09  Didier Roche  <didier.roche@canonical.com>

	* debian/unity.install:
	- install libexec in unity package (for migration tool)

2010-09-03  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.34-0ubuntu1

2010-09-03  Didier Roche  <didier.roche@canonical.com>

	* New upstream release:
	- Use gettext plural form (LP: #625199)
	- Fix newly pinned app is removed from the launcher on closing that app but
	works fine afterward (LP: #614329)
	- Fix Memory leak in places (LP: #628588)

2010-09-03  Didier Roche  <didier.roche@canonical.com>

	* debian/libunity0.symbols:
	- refreshed

2010-09-03  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2010-09-03  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 0.2.34

2010-09-03  Didier Roche  <didier.roche@canonical.com>

	* remove upstreamed debian/trash.png, debian/applications.png and
	debian/files.png
	* debian/rules:
	- remove copying debian/*png

2010-09-03  Didier Roche  <didier.roche@canonical.com>

	* remove debian/source/:
	- revert to previous format, seems to confuse daily build and we don't have
	anymore bin patch

2010-09-03  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 0.2.32-0ubuntu4

2010-09-03  Sebastien Bacher  <seb128@ubuntu.com>

	Backport a fix for new tiles being unresponsive (lp: #623953)

2010-08-31  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 0.2.32-0ubuntu3

2010-08-31  Sebastien Bacher  <seb128@ubuntu.com>

	* Backport Gord's changes to fix scrolling and click issues in the 
	launcher and Neil's changes for the recent artwork changes
	* debian/source:
	- use format 3
	- list binaries that changed in the backport

2010-08-26  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 0.2.32-0ubuntu2

2010-08-26  Sebastien Bacher  <seb128@ubuntu.com>

	debian/control: clean the build-depends on libvala it's not required

2010-08-26  Sebastien Bacher  <seb128@ubuntu.com>

	* New upstream release.
	* debian/libunity0.symbols: new version update

2010-08-26  Sebastien Bacher  <seb128@ubuntu.com>

	New upstream release.

2010-08-26  Sebastien Bacher  <seb128@ubuntu.com>

	Import upstream version 0.2.32

2010-08-26  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 0.2.30-0ubuntu1

2010-08-26  Sebastien Bacher  <seb128@ubuntu.com>

	* New upstream release fixing those issues:
	- clicking on an app window in workspace switcher does not get it to focus
	(lp: #612327)
	- App name stays in panel after exit (lp: #613087)
	- Bright line at the bottom of the launcher bar (lp: #613084)
	- additional round corner when clicking on application places item
	(lp: #612542)
	- removing active application in the launcher make unity crashes
	(lp: #612535)
	- Intermittent loss of all input (lp: #607519)
	- Wallpaper picture-options are not all taken into account (lp: #605788)
	- Add some sort of hint that the Ubuntu circle is click-able (lp: #592787)
	- doesn't render appmenu accelerators correctly (lp: #601011)
	- should highlight the selected items (lp: #600946)
	- Files Place displays mimetype icons for file items when 
	thumbnails are available (lp: #599896)
	* debian/control: build-depends on libxcb-icccm1-dev and libutouch-grail-dev

2010-08-26  Sebastien Bacher  <seb128@ubuntu.com>

	Import upstream version 0.2.30

2010-08-20  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 0.2.28-0ubuntu2

2010-08-20  Sebastien Bacher  <seb128@ubuntu.com>

	Backported change to fix a bug where some launcher icons are not there

2010-08-19  Sebastien Bacher  <seb128@ubuntu.com>

	releasing version 0.2.28-0ubuntu1

2010-08-19  Sebastien Bacher  <seb128@ubuntu.com>

	build-depends on libpango1.0-dev to match the configure

2010-08-19  Sebastien Bacher  <seb128@ubuntu.com>

	* New upstream release fixing those bugs:
	- Files Place empty search view is not implemented (lp: #607764)
	- poor battery performance in Unity (lp: #599425)
	- When launching an app, grids glow around its icon (lp: #610250)
	- Add some sort of hint that the Ubuntu circle is click-able (lp :#592787)
	- the buttons to display extra items are not updated correctly (lp: #604958)
	- launcher bubbles flickers a lot when places with scrollbars are displayed
	(lp: #599911)
	- white square displayed next to indicators crashing unity (lp: #601014)
	- Display removable media (USB device, etc.) on the launcher (lp: #619695)
	- Add support for DND between workspaces (lp: #594160)
	- indicators dont get focus in workspace switch mode (lp: #612323)
	- Workspace switch cleanups (lp: #594163)
	- workspace switcher should have a title on hover (lp: #614926)
	* debian/control:
	- build-depends on libpango1.0-dev
	* debian/libunity0.symbols:
	- new version update
	* debian/patches/01_show_gicons.patch:
	- the change is in the new version

2010-08-19  Sebastien Bacher  <seb128@ubuntu.com>

	Import upstream version 0.2.28

2010-08-13  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.26-0ubuntu1

2010-08-13  Didier Roche  <didier.roche@canonical.com>

	debian/patches/01_show_gicons.patch:

2010-08-13  Didier Roche  <didier.roche@canonical.com>

	working patch, always ask twice

2010-08-13  Didier Roche  <didier.roche@canonical.com>

	- Fix mutter grabbing the [Super] key and breaks the shorcuts
	overlay (LP: #612992)
	- Fix flattened icons move when expansion is triggered by a mouse over a
	flattened launcher item (LP: #600977)
	- Holding down super should reveal a list of keyboard shortcuts
	(LP: #610366)
	- Update the applications model when changes are detected (LP: #610382)
	- Implement Applications Place Software Center integration (LP: #608179)
	- Files Place home screen should have a Recent group (LP: #607815)
	* update debian/libunity0.symbols

2010-08-13  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2010-08-13  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 0.2.26

2010-08-13  Didier Roche  <didier.roche@canonical.com>

	* debian/patches/01_show_gicons:
	- adapt with latest libindicator change

2010-08-06  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.24-0ubuntu1

2010-08-06  Didier Roche  <didier.roche@canonical.com>

	really depend on new mutter

2010-08-06  Didier Roche  <didier.roche@canonical.com>

	- makes sure to load translations from .desktop files (LP: #612494)
	- get launcher events working correctly
	- better spaces interactions
	- new custom rendering for radiobutton- and checkmark-items in quicklist
	(LP: #607251)

2010-08-06  Didier Roche  <didier.roche@canonical.com>

	update symbol file

2010-08-06  Didier Roche  <didier.roche@canonical.com>

	* debian/patches/01_add_dbusmenu_glib_vapi.patch, 02_i18n_launcher.patch:
	- removed

2010-08-06  Didier Roche  <didier.roche@canonical.com>

	* New upstream release.
	- bump Standards-Version to latest

2010-08-06  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2010-08-06  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 0.2.24

2010-08-06  Didier Roche  <didier.roche@canonical.com>

	make merge-upstream happy

2010-08-04  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- build-dep on libmutter-dev 2.31.5

2010-08-03  Didier Roche  <didier.roche@canonical.com>

	* debian/libunity0.symbols:
	- add symbol file

2010-08-02  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.22-0ubuntu1

2010-08-02  Didier Roche  <didier.roche@canonical.com>

	- Add support for window control buttons on the panel (LP: #610014)
	- Create a files group model for downloads (LP: #610370)
	- Fix odd representation of (partially) off-screen windows (LP: #594221)
	- Fix selected category doesn't match the displayed one after a place
	switch (LP: #604949)
	- Move places shortcuts to the launcher (LP: #610015)
	- Fix wrong arrow location in place views (LP: #604800)
	- Launcher icons no more folded when launcher first starts (LP: #601107)

2010-08-02  Didier Roche  <didier.roche@canonical.com>

	* debian/patches/02_i18n_launcher.patch:
	- from trunk, support use localized apps name (LP: #612494)

2010-08-02  Didier Roche  <didier.roche@canonical.com>

	* New upstream release.
	* debian/control:
	- bump clutk build-dep
	* debian/patches/02_disable_expandable_menu.patch,
	debian/patches/03_strip_underscore_on_quicklist.patch,
	debian/patches/04_fix_scroller_focus_issue.patch,
	debian/patches/05_fix_ws_switching.patch:
	- removed

2010-08-02  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 0.2.22

2010-07-27  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.20-0ubuntu2

2010-07-27  Didier Roche  <didier.roche@canonical.com>

	* Misc fixes from git
	- debian/patches/03_strip_underscore_on_quicklist.patch
	- debian/patches/04_fix_scroller_focus_issue.patch
	- debian/patches/05_fix_ws_switching.patch

2010-07-22  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.20-0ubuntu1

2010-07-22  Didier Roche  <didier.roche@canonical.com>

	* debian/patches/01_add_dbusmenu_vapi_file.patch:
	- add missing file
	* debian/patches/02_disable_expandable_menu.patch:
	- disable latest changes making mutter respawning with some intel card

2010-07-22  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.20-0ubuntu1

2010-07-22  Didier Roche  <didier.roche@canonical.com>

	Right click and selecting application doesn't launch it (LP: #592817)

2010-07-22  Didier Roche  <didier.roche@canonical.com>

	- Add some hint that the Ubuntu circle is click-able (LP: #592787)
	- Remove unpinned launchers when quitting the app (LP: #608492)
	- add to launcher isn't changed to remove from launcher (LP: #606266)
	- quicklist should be hidden when drag and drop a launcher (LP: #606258)
	- Fix reorganizing launchers (LP: #600738)
	- Removing active application makes the application closes (LP: #598175)
	- UnityLauncherQuicklistMenu clutter_actor_queue_relayout() warning 
	(LP: #599718)
	* debian/control:
	- bump libclutk-dev to latest

2010-07-22  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2010-07-22  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 0.2.20

2010-07-16  Didier Roche  <didier.roche@canonical.com>

	* Backport to lucid UNE ppa
	* New upstream release.
	- can't drag and drop item to last position in launcher (LP: #595819)
	- set a solid color as background (LP: #594232)
	- select a place by default (LP: #601020)
	- Support offline shortcuts in quicklist (LP: #595842)
	- keyboard focus in places should default to the search entry (LP: #599888)
	- fix various search issues in places (LP: #600732, #604964)
	- contracted/expanded feature doesn't take mouse position into account
	(LP: #595878)
	- Use X-GNOME-FullName when available for launcher hover text (LP: #594285)
	- SIGSEGV in _clutter_stage_has_full_redraw_queued (LP: #594209)
	* debian/control:
	- bump libclutk-dev build-dep to latest
	- add libdbusmenu-glib-dev, libgnome-desktop-dev and libgnomeui-dev deps
	* add debian/patches/01_add_dbusmenu_glib_vapi.patch:
	- not distribute yet, small fix in the vapi to make a method return an
	unowned variable instead of an owned one
	* Backport to lucid ppa

2010-07-16  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.18-0ubuntu1

2010-07-16  Didier Roche  <didier.roche@canonical.com>

	* add debian/patches/01_add_dbusmenu_glib_vapi.patch:
	- not distribute yet, small fix in the vapi to make a method return an
	unowned variable instead of an owned one

2010-07-16  Didier Roche  <didier.roche@canonical.com>

	fix version check

2010-07-16  Didier Roche  <didier.roche@canonical.com>

	* New upstream release.
	- can't drag and drop item to last position in launcher (LP: #595819)
	- set a solid color as background (LP: #594232)
	- select a place by default (LP: #601020)
	- Support offline shortcuts in quicklist (LP: #595842)
	- keyboard focus in places should default to the search entry (LP: #599888)
	- fix various search issues in places (LP: #600732, #604964)
	- Support offline shortcuts in quicklist (LP: #595842)
	- contracted/expanded feature doesn't take mouse position into account
	(LP: #595878)
	- Use X-GNOME-FullName when available for launcher hover text (LP: #594285)
	- SIGSEGV in _clutter_stage_has_full_redraw_queued (LP: #594209)
	* debian/control:
	- bump libclutk-dev build-dep to latest
	- add libdbusmenu-glib-dev, libgnome-desktop-dev and libgnomeui-dev deps

2010-07-16  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 0.2.18

2010-07-12  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.16-0ubuntu1~lucid1

2010-07-12  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.16-0ubuntu1

2010-07-12  Didier Roche  <didier.roche@canonical.com>

	fix changelog

2010-07-12  Didier Roche  <didier.roche@canonical.com>

	- The launcher doesn't list some running softwares (LP: #601082)
	- Design support for dynamic quicklist items (LP: #597259)
	- In overlay mode clicking on an app icon should open/focus that appxi
	(LP: #595130)
	- Launcher doesnt go away when a full screen app is started (LP: #599422)
	- Launcher grows beyond desktop bounds (LP: #600686)
	- SIGSEGV in _clutter_stage_has_full_redraw_queued (LP: #595454)
	- Can't focus indicators in places mode (LP: #598363)
	- Extra file to distribute (LP: #598398)
	- gtk_menu_popdown: assertion `GTK_IS_MENU (menu)' failed (LP: #599719)

2010-07-12  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2010-07-12  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 0.2.16

2010-07-02  Didier Roche  <didier.roche@canonical.com>

	* Backport to lucid UNE ppa
	* debian/control
	- recommends ubuntu-netbook-unity-default-settings
	* New upstream release.
	- fix wrong window geometry (LP: #578545)
	- fix quicklist items were unresponsive when the mouse was overing over them
	(LP: #598561)
	- fix can't drag and drop item to last position in launcher (LP: #595819)
	- removes/unfavorites apps on drag out, (LP: #592744)
	- fix contracted/expanded feature doesn't take mouse position into account
	(LP: #595878)
	- fix really slow to display place icons (LP: #599901)
	- display files thumbnails (LP: #599896)
	* debian/control:
	- recommend ubuntu-netbook-default-settings as the session file is there
	and a lot of people could install unity without the session file
	- build-dep on last clutk
	* debian/control, add indicators as recommends:
	indicator-appmenu, indicator-application, indicator-sound,
	indicator-datetime, indicator-messages, indicator-me,
	indicator-session,
	* Backport to lucid ppa

2010-07-01  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.14-0ubuntu1

2010-07-01  Didier Roche  <didier.roche@canonical.com>

	- fix wrong window geometry (LP: #578545)
	- fix quicklist items were unresponsive when the mouse was overing over them
	(LP: #598561)
	- fix can't drag and drop item to last position in launcher (LP: #595819)
	- removes/unfavorites apps on drag out, (LP: #592744)
	- fix contracted/expanded feature doesn't take mouse position into account
	(LP: #595878)
	- fix really slow to display place icons (LP: #599901)
	- display files thumbnails (LP: #599896)

2010-07-01  Didier Roche  <didier.roche@canonical.com>

	* New upstream release.
	- build-dep on last clutk

2010-07-01  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 0.2.14

2010-06-30  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- recommend ubuntu-netbook-default-settings as the session file is there
	and a lot of people could install unity without the session file

2010-06-29  Didier Roche  <didrocks@ubuntu.com>

	dummy commit for bzrignore

2010-06-28  Didier Roche  <didier.roche@canonical.com>

	fix separator

2010-06-28  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.12-0ubuntu2

2010-06-28  Didier Roche  <didier.roche@canonical.com>

	debian/control, add indicators as recommends:
	indicator-appmenu, indicator-application, indicator-sound,
	indicator-datetime, indicator-messages, indicator-me,
	indicator-session,

2010-06-25  Didier Roche  <didier.roche@canonical.com>

	* Backport to lucid ppa
	* New upstream release:
	- reordered applications launchers don't save their location (LP: #592087)
	- cannot close panel menus unless clicking on particular zones of the
	display (LP: #595880)
	- Add support for switching workspaces (LP: #594157)
	- Indicators should listen to show/hide from GtkWidget (LP: #590920)
	- Race in expose manager event processing (LP: #588299)
	- Files Place (View) - add support for file grouping (LP: #597256)
	- Apps Place (View) - add basic support (LP: #597257)
	* debian/patches/01_draw_background_with_nautilus_off.patch:
	- integrated upstream
	* debian/control:
	- add libclutk-dev as a dep to libunity-dev
	- bump clutk, dee and bamf dep to latest
	*  Unity lucid version doesn't break maximus as in different session

2010-06-24  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.12-0ubuntu1

2010-06-24  Didier Roche  <didier.roche@canonical.com>

	remove not working things from changelog

2010-06-24  Didier Roche  <didier.roche@canonical.com>

	* New upstream release:
	- reordered applications launchers don't save their location (LP: #592087)
	- cannot close panel menus unless clicking on particular zones of the
	display (LP: #595880)
	- cannot close indicators with a click unless the cursor is moved
	(LP: #591660)
	- Add support for switching workspaces (LP: #594157)
	- Indicators should listen to show/hide from GtkWidget (LP: #590920)
	- Race in expose manager event processing (LP: #588299)
	- Files Place (View) - add support for file grouping (LP: #597256)
	- Apps Place (View) - add basic support (LP: #597257)
	- bump clutk, dee and bamf dep to latest

2010-06-24  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 0.2.12

2010-06-21  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- add libclutk-dev as a dep to libunity-dev

2010-06-17  Didier Roche  <didier.roche@canonical.com>

	* debian/patches/01_draw_background_with_nautilus_off.patch:
	- integrated upstream

2010-06-18  Didier Roche  <didier.roche@canonical.com>

	* New upstream release:
	- Panels don't reappear after leaving fullscreen (LP: #578956)
	- Background seems to be wrongly detecting screen size (LP: #578686)
	- Unity panels don't disapear when VLC is on full side mode (LP: #583053)
	- Clicking on launcher does not raise the last used window of the
	application (LP: #592583)
	* debian/netbook-launcher.preinst, debian/unity.preinst:
	- add debhelper token
	* debian/patches/01_draw_background_with_nautilus_off.patch:
	- draw background when nautilus don't draw desktop
	* Unity lucid version doesn't break maximus as in different session

2010-06-17  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.10-0ubuntu1

2010-06-17  Didier Roche  <didier.roche@canonical.com>

	* New upstream release:
	- Panels don't reappear after leaving fullscreen (LP: #578956)
	- Background seems to be wrongly detecting screen size (LP: #578686)
	- Unity panels don't disapear when VLC is on full side mode (LP: #583053)
	- Clicking on launcher does not raise the last used window of the
	application (LP: #592583)

2010-06-17  Didier Roche  <didier.roche@canonical.com>

	* debian/patches/01_draw_background_with_nautilus_off.patch:
	- draw background when nautilus don't draw desktop

2010-06-17  Didier Roche  <didier.roche@canonical.com>

	* debian/netbook-launcher.preinst, debian/unity.preinst:
	- add debhelper token

2010-06-17  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2010-06-17  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 0.2.10

2010-06-18  Didier Roche  <didier.roche@canonical.com>

	Unity lucid version doesn't break maximus as in different session

2010-06-10  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.8-0ubuntu1

2010-06-10  Didier Roche  <didier.roche@canonical.com>

	* New upstream release.
	* debian/control:
	- remove libwnck-dev dep

2010-06-10  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 0.2.8

2010-06-10  Didier Roche  <didier.roche@canonical.com>

	removed patches integrated upstream:
	debian/patches/01_drop_mutter_req.patch
	debian/patches/02_make_perceptualdiff_optional.patch
	debian/patches/03_use_new_mutter_plugin_init_order.patch
	debian/patches/99_autoconf.patch

2010-06-09  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.7-0ubuntu2

2010-06-09  Didier Roche  <didier.roche@canonical.com>

	precision in changelog

2010-06-09  Didier Roche  <didier.roche@canonical.com>

	* debian/unity.preinst:
	- remove schema in /etc installed by previous package

2010-06-09  Didier Roche  <didier.roche@canonical.com>

	fix debian/rules

2010-06-09  Didier Roche  <didier.roche@canonical.com>

	* debian/unity.preinst:
	- Remove netbook-launcher autostart .desktop conffile on upgrade.

2010-06-09  Didier Roche  <didier.roche@canonical.com>

	Add Breaks: maximus as incompatible in with Unity

2010-06-09  Didier Roche  <didier.roche@canonical.com>

	* debian/copyright:
	- fix typo

2010-06-09  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- Add transitional netbook-launcher package, and have Unity
	C/R/P: netbook-launcher.
	* debian/rules:
	- Force an epoch bump on the transitional netbook-launcher package,
	since the original package has a higher version.

2010-06-09  Didier Roche  <didier.roche@canonical.com>

	* debian/rules:
	- include gnome.mk for installing default schema

2010-06-08  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.7-0ubuntu1

2010-06-08  Didier Roche  <didier.roche@canonical.com>

	* debian/libunity-dev.install:
	- now unity ship a .pc file
	* debian/control:
	- add to -dev package .pc file dependencies

2010-06-08  Didier Roche  <didier.roche@canonical.com>

	* debian/copyright:
	- update to latest copyright change

2010-06-08  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2010-06-08  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 0.2.7

2010-06-07  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.6-0ubuntu1

2010-06-07  Didier Roche  <didier.roche@canonical.com>

	* debian/patches/03_use_new_mutter_plugin_init_order.patch:
	- new registration order with plugins for mutter

2010-06-07  Didier Roche  <didier.roche@canonical.com>

	- use unity-dbg as debug package
	- use unity-dbg as debug package

2010-06-07  Didier Roche  <didier.roche@canonical.com>

	- remove recommends. Will be in seed now
	* debian/patches/99_autoconf.patch:
	- refresh for change in configure.ac

2010-06-07  Didier Roche  <didier.roche@canonical.com>

	really remove perceptualdiff now

2010-06-07  Didier Roche  <didier.roche@canonical.com>

	- provides indicator-renderer
	- change the description
	- remove unsupported Breaks: transition on mutter

2010-06-07  Didier Roche  <didier.roche@canonical.com>

	update changelog

2010-06-07  Didier Roche  <didier.roche@canonical.com>

	* debian/libunity-dev.install:
	- install vapi file

2010-06-07  Didier Roche  <didier.roche@canonical.com>

	list-missing later in the build system

2010-06-07  Didier Roche  <didier.roche@canonical.com>

	add libgconf2-dev

2010-06-07  Didier Roche  <didier.roche@canonical.com>

	* debian/rules:
	- make it more sane in ordering includes/rules
	- fix rm *{,l}a files

2010-06-07  Didier Roche  <didier.roche@canonical.com>

	- remove liblauncher-dev as a build-dep
	- bump buil-dep to latest

2010-06-07  Didier Roche  <didier.roche@canonical.com>

	update Standards-Version

2010-06-07  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- change HomePage

2010-06-07  Didier Roche  <didier.roche@canonical.com>

	* add debian/watch
	* update debian/copyright

2010-06-07  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2010-06-07  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 0.2.6

2010-06-07  Didier Roche  <didier.roche@canonical.com>

	add debian/watch

2010-05-27  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.4-0ubuntu1

2010-05-27  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2010-05-27  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 0.2.4

2010-05-27  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- replace libwncksync-dev by libbamf-dev
	- replace libdbusmodel-dev by libdee-dev

2010-04-16  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.2.2-0ubuntu1

2010-04-16  Didier Roche  <didier.roche@canonical.com>

	- libunity-places0 removed in favor of libunity0 containing the new library
	for unity and the -private one.
	* renamed *.install file accordingly

2010-04-16  Didier Roche  <didier.roche@canonical.com>

	add perceptualdiff build-dep

2010-04-16  Didier Roche  <didier.roche@canonical.com>

	* New upstream release.
	* debian/control:
	- bump libclutk-dev, libdbusmodel-dev and libclutk-dev and libmutter-dev
	build-dep

2010-04-16  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 0.2.2

2010-03-19  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.1.24-0ubuntu1

2010-03-19  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.1.24-0ubuntu1

2010-03-19  Didier Roche  <didier.roche@canonical.com>

	- bump clutk, liblauncher and wncksync build-dep
	* New upstream release.

2010-03-19  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 0.1.24

2010-03-12  Didier Roche  <didier.roche@canonical.com>

	dummy bump of version for daily ppa update

2010-03-12  Didier Roche  <didier.roche@canonical.com>

	more vapi addition, same id as the trunk

2010-03-12  Didier Roche  <didier.roche@canonical.com>

	add vapi file for clutter 1.2

2010-03-12  Didier Roche  <didier.roche@canonical.com>

	add .bzrignore from unity branch

2010-03-12  Didier Roche  <didier.roche@canonical.com>

	fix depend

2010-03-12  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- add debug package to both unity and libunity-places0

2010-03-11  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.1.22-0ubuntu1

2010-03-11  Didier Roche  <didier.roche@canonical.com>

	* debian/rules:
	- include gnome.mk to call dh_gconf
	* debian/unity.install:
	- install locales and gconf schema

2010-03-11  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- bump libclutk-dev and liblauncher-dev build-dep

2010-03-11  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2010-03-11  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 0.1.22

2010-03-04  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.1.20-0ubuntu1

2010-03-04  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- bump clutk, liblauncher and wncksync build-dep

2010-03-04  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2010-03-04  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 0.1.20

2010-03-02  Didier Roche  <didier.roche@canonical.com>

	dummy commit adding HACKING to unity packaging branch

2010-02-26  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.1.18-0ubuntu1

2010-02-26  Didier Roche  <didier.roche@canonical.com>

	* New upstream release.
	- bump libclutk-dev and liblauncher-dev build-dep

2010-02-26  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2010-02-26  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 0.1.18

2010-02-25  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- remove maximus as a recommend

2010-02-18  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.1.16-0ubuntu1

2010-02-18  Didier Roche  <didier.roche@canonical.com>

	add indicator-datetime and chromium-browser as recommends

2010-02-18  Didier Roche  <didier.roche@canonical.com>

	* debian/rules:
	- remove -Wall from CFLAGS, FTFBS due to unused reference

2010-02-18  Didier Roche  <didier.roche@canonical.com>

	- bump libclutk-dev and liblauncher-dev build-dep
	- add intltool build-dep

2010-02-18  Didier Roche  <didier.roche@canonical.com>

	New upstream release.

2010-02-18  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 0.1.16

2010-02-16  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- unity now depends on unity-asset-pool

2010-02-11  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.1.14-0ubuntu1

2010-02-11  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- bump libclutk-dev and liblauncher-dev build-dep

2010-02-11  Didier Roche  <didier.roche@canonical.com>

	New upstream release

2010-02-11  Didier Roche  <didier.roche@canonical.com>

	Import upstream version 0.1.14

2010-02-11  Didier Roche  <didier.roche@canonical.com>

	remove merge mode

2010-02-08  Didier Roche  <didier.roche@canonical.com>

	remove debian/unity.preinst as we don't remove netbook-launcher now

2010-02-08  Didier Roche  <didier.roche@canonical.com>

	recommends maximus and ubuntu-netbook-unity-default-settings as we
	have no more meta-package for it

2010-02-08  Didier Roche  <didier.roche@canonical.com>

	* debian/rules:
	- remove DEB_DH_GENCONTROL_ARGS_netbook-launcher rule for
	transitional package

2010-02-08  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- remove netbook-launcher transitional package as the old one will
	be shipped in lucid
	- remove C/R/P as well

2010-02-04  Didier Roche  <didrocks@ubuntu.com>

	releasing version 0.1.12

2010-02-04  Didier Roche  <didrocks@ubuntu.com>

	releasing version 0.1.12

2010-02-04  Didier Roche  <didrocks@ubuntu.com>

	add Breaks: mutter (<< 2.28.1~git20091208-1ubuntu5)

2010-02-04  Didier Roche  <didrocks@ubuntu.com>

	* debian/control:
	- bump libclutk build-dep
	- dep on liblauncher-dev now

2010-02-04  Didier Roche  <didrocks@ubuntu.com>

	new upstream version:

2010-01-29  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.1.10-0ubuntu1~ppa3

2010-01-29  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.1.10-0ubuntu1~ppa2

2010-01-29  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- add unity-place-applications as unity recommends

2010-01-29  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.1.10-0ubuntu1~ppa1

2010-01-29  Didier Roche  <didier.roche@canonical.com>

	- add libunity-places0 and libunity-places-dev packages
	* add debian/libunity-places0.install and debian/libunity-places-dev.install

2010-01-29  Didier Roche  <didier.roche@canonical.com>

	bump libclutk-dev and libmutter-dev build-dep

2010-01-28  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	- add libindicator-dev, libunity-misc and libdbusmodel-dev build-dep
	- remove autotools-dev build-dep

2010-01-28  Didier Roche  <didier.roche@canonical.com>

	New upstream release

2010-01-26  Martin Pitt  <martin.pitt@canonical.com>

	debian/unity.preinst: Fix version comparison for cleaning up the obsolete
	netbook-launcher autostart .desktop.

2010-01-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	[debian/control] Libunity-misc dep
	
	modified:
	debian/control

2010-01-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	[debian/control] Add dep on libindicator-dev
	
	modified:
	debian/control

2010-01-21  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.1.8-0ubuntu1~dxppa2

2010-01-21  Didier Roche  <didier.roche@canonical.com>

	* Add DEBHELPER token to debian/unity.preinst
	* debian/control: add unused ${misc:Depends} to netbook-launcher for
	lintian cleaning

2010-01-21  Didier Roche  <didier.roche@canonical.com>

	releasing version 0.1.8-0ubuntu1~dxppa1

2010-01-21  Didier Roche  <didier.roche@canonical.com>

	add merge mode

2010-01-21  Didier Roche  <didier.roche@canonical.com>

	change maintainer field

2010-01-21  Didier Roche  <didier.roche@canonical.com>

	bump clutk build-dep

2010-01-21  Didier Roche  <didier.roche@canonical.com>

	* debian/control:
	+ remove uneeded gnome-common build-dep (don't run autogen during build)
	* debian/rules: remove DEB_CONFIGURE_SCRIPT (don't run autogen)

2010-01-21  Didier Roche  <didier.roche@canonical.com>

	change changelog message

2010-01-21  Didier Roche  <didier.roche@canonical.com>

	bump version

2010-01-14  Martin Pitt  <martin.pitt@canonical.com>

	debian/control: Drop Vcs-Bzr headers, until unity is properly registered
	in Launchpad.

2010-01-12  Martin Pitt  <martin.pitt@canonical.com>

	releasing version 0.1.5+r69

2010-01-12  Martin Pitt  <martin.pitt@canonical.com>

	debian/rules: Fix the dpkg-gencontrol invocation.

2010-01-12  Martin Pitt  <martin.pitt@canonical.com>

	releasing version 0.1.5+r68

2010-01-12  Martin Pitt  <martin.pitt@canonical.com>

	debian/rules: Force an epoch on the transitional netbook-launcher package,
	since the original package has a higher version.

2010-01-12  Martin Pitt  <martin.pitt@canonical.com>

	debian/rules: Don't generate shlibs/maintainer script code for private
	shared libraries.

2010-01-12  Martin Pitt  <martin.pitt@canonical.com>

	fix versioned provides:

2010-01-12  Martin Pitt  <martin.pitt@canonical.com>

	Add debian/unity.preinst: Remove netbook-launcher autostart .desktop
	conffile on upgrade.

2010-01-12  Martin Pitt  <martin.pitt@canonical.com>

	debian/control: Explicitly add mutter dependency, since it's not covered
	by shlibs.

2010-01-12  Martin Pitt  <martin.pitt@canonical.com>

	Add debian/unity.install (now needed because we build two binaries).

2010-01-12  Martin Pitt  <martin.pitt@canonical.com>

	debian/control: Add transitional netbook-launcher package, and have unity
	C/R/P: netbook-launcher. This can be dropped after lucid's release.

2010-01-12  Didier Roche  <didrocks@ubuntu.com>

	configure with libmutter-dev

2010-01-12  Didier Roche  <didrocks@ubuntu.com>

	update versionning

2010-01-12  Didier Roche  <didrocks@ubuntu.com>

	fix versionning to native and change mutter dep

2010-01-12  Didier Roche  <didrocks@ubuntu.com>

	* New release from trunk
	* debian/control
	- Add mutter as a dependency

2010-01-12  Didier Roche  <didrocks@ubuntu.com>

	add packaging

2012-11-06  Francis Ginther  <francis.ginther@canonical.com>

	Renamed references from 'indicator-session-devices' to 'indicator-session' in the autopilot panel tests when attempting to open an indicator.. Fixes: https://bugs.launchpad.net/bugs/1075350. Approved by .

2012-11-05  Francis Ginther  <francis.ginther@canonical.com>

	Fixed tests attempting to open the session indicator by renaming references to 'indicator-session'.

2012-11-05  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Increase the size of the launcher icon drag window so the shadow is not cut off.. Fixes: https://bugs.launchpad.net/bugs/765715. Approved by John Lea, Andrea Azzarone.

2012-10-31  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Refactored variable names to match unity standard.

2012-10-31  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added icon shadow on launcher drag.

2012-11-02  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	The SwitcherDetailsModeTests tests need to have the timeout setting disabled, as they're checking behavior of alt+` and down-arrow scenarios. This fix one failing test due to the timeout kicking in and disturbing everything in one scenario case.. Fixes: https://bugs.launchpad.net/bugs/1073892. Approved by Thomi Richards.

2012-11-01  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	The SwitcherDetailsModeTests tests need to have the timeout setting disabled, as they're checking behavior of alt+` and down-arrow scenarios. This fix one failing test due to the timeout kicking in and disturbing everything in one scenario case.

2012-11-02  Andrea Azzarone  <azzaronea@gmail.com>

	Update shortcut overlay visual design.. Fixes: https://bugs.launchpad.net/bugs/1049601. Approved by John Lea, Marco Trevisan (Treviño).

2012-10-30  Andrea Azzarone  <azzaronea@gmail.com>

	Update the shortcut textures when the background color changes.

2012-10-30  Andrea Azzarone  <azzaronea@gmail.com>

	Minor changes.

2012-10-30  Andrea Azzarone  <azzaronea@gmail.com>

	Update visual design of shortcuts overlay for the launcher icons.

2012-10-30  Andrea Azzarone  <azzaronea@gmail.com>

	Use avg bg color for the shortcut overlay.

2012-11-01  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	After tearing down unity logging, open with encoding UTF-8. Fixes some crashes caused by different locale. Approved by Thomi Richards.

2012-11-01  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Oops, missing import!

2012-10-31  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	After tearing down unity logging, open with encoding UTF-8. Fixes some crashes caused by different locale

2012-10-31  Andrea Azzarone  <azzaronea@gmail.com>

	Move SHORTCUT_KEYS_VISIBLE from hover machine to hide machine.. Fixes: https://bugs.launchpad.net/bugs/1035860. Approved by Thomi Richards, Marco Trevisan (Treviño).

2012-10-31  Andrea Azzarone  <azzaronea@gmail.com>

	Minor change.

2012-10-16  Andrea Azzarone  <azzaronea@gmail.com>

	Fix typo.

2012-10-16  Andrea Azzarone  <azzaronea@gmail.com>

	Add ap test for bug 1035860.

2012-10-16  Andrea Azzarone  <azzaronea@gmail.com>

	Improve unit-test.

2012-10-15  Andrea Azzarone  <azzaronea@gmail.com>

	Merge with trunk.

2012-10-13  Andrea Azzarone  <azzaronea@gmail.com>

	Add first tests for launcher_hide_machine.

2012-10-13  Andrea Azzarone  <azzaronea@gmail.com>

	Make tests less strict.

2012-10-13  Andrea Azzarone  <azzaronea@gmail.com>

	Add unit tests for launcher hover machine.

2012-10-11  Andrea Azzarone  <azzaronea@gmail.com>

	Move SHORTCUT_KEYS_VISIBLE from hover machine to hide machine.

2012-10-30  Andrea Azzarone  <azzaronea@gmail.com>

	Remove blurred_icon and prelight_cache loading in ResultRenderTile ctor.. Approved by Marco Trevisan (Treviño).

2012-10-24  Andrea Azzarone  <azzaronea@gmail.com>

	Remove blurred_icon and prelight_cache loading in ResultRenderTile ctor.

2012-10-30  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Stop Unity UI elements from flickering. This could happen in some odd
	cases where UnityScreen::damageRegion has not received the full damage
	region for the frame, most likely due to the *SetEnabled() toggles.
	So the fix is to tell Nux about the final, complete, set of damage just
	before rendering. This ensures Nux is always told about everything it has
	to redraw on every frame, rather than flickering.
	(LP: #1070735). Fixes: https://bugs.launchpad.net/bugs/1070735. Approved by Marco Trevisan (Treviño).

2012-10-26  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Stop Unity UI elements from flickering. This could happen in some odd
	cases where UnityScreen::damageRegion has not received the full damage
	region for the frame, most likely due to the *SetEnabled() toggles.
	So the fix is to tell Nux about the final, complete, set of damage just
	before rendering. This ensures Nux is always told about everything it has
	to redraw on every frame, rather than flickering.
	(LP: #1070735)

2012-10-30  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Clear launcher drag icon texture before rendering to it (LP: #1071813). Fixes: https://bugs.launchpad.net/bugs/1071813. Approved by Daniel van Vugt, Łukasz Zemczak.

2012-10-30  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Clear launcher icon drag texture before use.

2012-10-30  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	A workaround fix for Alt+TAB picking up wrong window when used on a application group. The check for Quirk::ACTIVE is not valid right now due to the fact we're making the switcher window active prior to display (this is done this way to fix some other bugs). So a workaround is to save the last active window prior to this action and use this during the checks. It fixes a very annoying bug.. Fixes: https://bugs.launchpad.net/bugs/1071298. Approved by Andrea Azzarone, Thomi Richards.

2012-10-30  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Some minor style fixes as proposed by andyrock

2012-10-30  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Switched to use nullptr. Added bug number to the workaround comment.

2012-10-30  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Ooops, that's what's happening when you change the name after doing the testing - change error in naming

2012-10-25  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Added autopilot test for the fixed behavior. Also added a test testing if we didn't break one other use-case in the meantime.

2012-10-25  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	A workaround fix for Alt+TAB picking up wrong window when used on a application group. The check for Quirk::ACTIVE is not valid right now due to the fact we're making the switcher window active prior to display (this is done this way to fix some other bugs). So a workaround is to save the last active window prior to this action and use this during the checks. It fixes a very annoying bug.

2012-10-30  Thomi Richards  <thomi.richards@canonical.com>

	Check that autopilot tests don't leave a quicklist open.. Approved by Christopher Lee.

2012-10-30  Thomi Richards  <thomi.richards@canonical.com>

	Fixed typo.

2012-10-30  Thomi Richards  <thomi.richards@canonical.com>

	Added a check to see if a quicklist was left open at the end of a test, and close it.

2012-10-30  Tim Penhey  <tim.penhey@canonical.com>

	Move the resources directory to the root of the branch.. Approved by Neil J. Patel.

2012-10-29  Tim Penhey  <tim.penhey@canonical.com>

	Move the resource installation directives into the main CMakeLists.txt file.

2012-10-29  Tim Penhey  <tim.penhey@canonical.com>

	Remove the exec permissions on dash noise.

2012-10-29  Tim Penhey  <tim.penhey@canonical.com>

	Move the resources directory to project root.

2012-10-29  Tim Penhey  <tim.penhey@canonical.com>

	Update unity to use the new nux logging changes.  Sanitise the logger module names.. Approved by Brandon Schaefer.

2012-10-29  Tim Penhey  <tim.penhey@canonical.com>

	Use the new logging declarations to avoid static initialization of the logger objects.

2012-10-24  Andrea Azzarone  <azzaronea@gmail.com>

	Includes/comments cleanup.. Approved by Marco Trevisan (Treviño).

2012-10-22  Andrea Azzarone  <azzaronea@gmail.com>

	Cleanup.

2012-10-22  Albert Astals  <albert.astals@canonical.com>

	Fix escaping of _panel_title
	
	It only has to be escpaed if comes from new_title
	if coming from UBUS_LAUNCHER_SELECTION_CHANGED data it is already escaped
	Fixes bug #1067357. Fixes: https://bugs.launchpad.net/bugs/1067357. Approved by Marco Trevisan (Treviño).

2012-10-22  Albert Astals  <albert.astals@canonical.com>

	Merge lp:unity

2012-10-19  Albert Astals  <albert.astals@canonical.com>

	Changes suggested by Marco

2012-10-19  Albert Astals  <albert.astals@canonical.com>

	Improvements suggested by Marco

2012-10-19  Albert Astals  <albert.astals@canonical.com>

	better comment

2012-10-19  Albert Astals  <albert.astals@canonical.com>

	remove the commented stuff

2012-10-19  Albert Astals  <albert.astals@canonical.com>

	remove printfs :D

2012-10-19  Albert Astals  <albert.astals@canonical.com>

	Only calculate things if we'll use them

2012-10-19  Albert Astals  <albert.astals@canonical.com>

	Test for the escaping rules ot the title in the PanelMenuView

2012-10-18  Albert Astals  <albert.astals@canonical.com>

	Comment++

2012-10-18  Albert Astals  <albert.astals@canonical.com>

	Remove the bolding as requested by Marco

2012-10-17  Albert Astals  <albert.astals@canonical.com>

	Fix escaping of _panel_title
	
	It only has to be escpaed if comes from new_title
	if coming from UBUS_LAUNCHER_SELECTION_CHANGED data it is already escaped
	Fixes bug #1067357

2012-10-22  Andrea Azzarone  <azzaronea@gmail.com>

	Add quicklist title for storage device launcher icons.. Fixes: https://bugs.launchpad.net/bugs/1063816. Approved by Marco Trevisan (Treviño).

2012-10-18  Andrea Azzarone  <azzaronea@gmail.com>

	Add test for QuicklistMenuItem::MARKUP_ENABLED_PROPERTY too.

2012-10-17  Andrea Azzarone  <azzaronea@gmail.com>

	Enable markup.

2012-10-17  Andrea Azzarone  <azzaronea@gmail.com>

	Add name menu item for volume launcher icons.

2012-10-22  Albert Astals  <albert.astals@canonical.com>

	Compile faster (by compiling less stuff twice). Approved by Marco Trevisan (Treviño).

2012-10-19  Albert Astals  <albert.astals@canonical.com>

	Compile faster

2012-10-18  Didier Roche  <didier.roche@canonical.com>

	Arm build was still failing because of translations and gettext support not
	built. The arm disabling was done in rev 2858, without any explanation and
	no direct link to the commit message. So reactivating translations support to
	get unity builds again on arm* hw.
	See https://launchpad.net/~unity-team/+archive/staging/+build/3913189 for
	a succesfull build.. Approved by Alan Pope.

2012-10-18  Didier Roche  <didier.roche@canonical.com>

	we still need gettext and translations, even on arm machine, don't remove it from this build (other FTBFS on staging when we try to ship locales

2012-10-18  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Build system cleanup work.. Approved by Marco Trevisan (Treviño).

2012-10-17  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Moved maintainer CXX flags to global scope.

2012-10-17  Jussi Pakkanen  <jussi.pakkanen@canonical.com>

	Use CMake facitilities for directory inclusion rather than building the command line by ourselves.

2012-10-18  Andrea Azzarone  <azzaronea@gmail.com>

	Remove dead code in unityshell.cpp. Approved by Marco Trevisan (Treviño).

2012-10-17  Andrea Azzarone  <azzaronea@gmail.com>

	Don't remove updateIconPos.

2012-10-16  Andrea Azzarone  <azzaronea@gmail.com>

	Remove dead code in unityshell.cpp

2012-10-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Recalculate music preview contents on track addition/removal. (LP: #1065478). Fixes: https://bugs.launchpad.net/bugs/1065478. Approved by Pawel Stolowski.

2012-10-17  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Recaluclate view contents on track addition/removal.

2012-10-18  Tim Penhey  <tim.penhey@canonical.com>

	More tweaks to get unity compiling on ARM without X.. Approved by Brandon Schaefer.

2012-10-18  Tim Penhey  <tim.penhey@canonical.com>

	Other changes needed to make arm builds work.

2012-10-18  MC Return  <mc.return@gmx.net>

	Unity actually provides the feature "fadetodesktop".
	This change is needed to make unityshell just conflict with the Compiz "Fade to Desktop" (fadedesktop) plug-in, but work together with "Show Desktop" (showdesktop).
	showdesktop only works if it is started after unityshell.. Fixes: https://bugs.launchpad.net/bugs/1067534. Approved by Marco Trevisan (Treviño), Omer Akram.

2012-10-17  MC Return  <mc.return@gmx.net>

	Unity actually provides the feature "fadetodesktop".
	This change is needed, because unityshell just collides with the Compiz "Fade to Desktop" (fadedesktop) plug-in, but works with "Show Desktop" (showdesktop) if showdesktop is started after unityshell.

2012-10-18  MC Return  <mc.return@gmx.net>

	Minor clean-up in plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in.. Approved by Marco Trevisan (Treviño).

2012-10-17  MC Return  <mc.return@gmx.net>

	Minor clean-up in plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in

2012-10-18  MC Return  <mc.return@gmx.net>

	More improvements to the Ubuntu Unity CCSM Plugin:
	
	Dash, Launcher, Switcher and some other settings are proper nouns, so all of those start with capital letters now.
	
	Improvements to wording and correctness of tooltips and short descriptions.
	
	Unify the style of titles, descriptions and tooltips.. Approved by Brandon Schaefer.

2012-10-17  MC Return  <mc.return@gmx.net>

	*Final* fixes

2012-10-17  MC Return  <mc.return@gmx.net>

	"give focus to"

2012-10-17  MC Return  <mc.return@gmx.net>

	Minor adjustments, unifying the style

2012-10-17  MC Return  <mc.return@gmx.net>

	More

2012-10-17  MC Return  <mc.return@gmx.net>

	More style, tooltip, wording improvements

2012-10-17  MC Return  <mc.return@gmx.net>

	Style fixes

2012-10-18  Tim Penhey  <tim.penhey@canonical.com>

	Conditionally compile DND implementation for X based systems.. Approved by Brandon Schaefer.

2012-10-18  Tim Penhey  <tim.penhey@canonical.com>

	Merged no-barriers-with-no-x into no-dnd-if-no-x.

2012-10-18  Tim Penhey  <tim.penhey@canonical.com>

	#define out the drag and drop code for no X.

2012-10-18  Tim Penhey  <tim.penhey@canonical.com>

	No barriers at this stage for no X.. Approved by Brandon Schaefer.

2012-10-18  Tim Penhey  <tim.penhey@canonical.com>

	#define out the implementation too.

2012-10-18  Tim Penhey  <tim.penhey@canonical.com>

	No edge barriers for no X.

2012-10-18  Tim Penhey  <tim.penhey@canonical.com>

	Remove unneeded headers from source files.. Approved by Michi Henning.

2012-10-18  Tim Penhey  <tim.penhey@canonical.com>

	Removing unneeded headers.

2012-10-18  Tim Penhey  <tim.penhey@canonical.com>

	Don't try to use ASM Shaders in the GLES code-path.. Approved by Brandon Schaefer.

2012-10-18  Tim Penhey  <tim.penhey@canonical.com>

	No ASM shaders with GLES.

2012-10-18  Tim Penhey  <tim.penhey@canonical.com>

	Update which bits are built in an X-less environment.. Approved by Brandon Schaefer.

2012-10-18  Tim Penhey  <tim.penhey@canonical.com>

	Conditionally compile some things only if there is X.

2012-10-17  Manuel de la Pena  <manuel@canonical.com>

	- Add a text entry ui element that follows the design from the search bar so that previews can get input form the users (lp: #1063735).. Fixes: https://bugs.launchpad.net/bugs/1063735. Approved by Nick Dedekind.

2012-10-17  Manuel de la Pena  <manuel@canonical.com>

	Remove SPACE_BETWEEN_SPINNER_AND_TEXT.

2012-10-17  Manuel de la Pena  <manuel@canonical.com>

	Remember to use g_markup_escape_text.

2012-10-17  Manuel de la Pena  <manuel@canonical.com>

	Removed not needed layout and used gtlib::String over the C api.

2012-10-17  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2012-10-15  Manuel de la Pena  <manuel@canonical.com>

	Remerged with turnk.

2012-10-11  Manuel de la Pena  <manuel@canonical.com>

	Remerged with trunk.

2012-10-10  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2012-10-09  Manuel de la Pena  <manuel@canonical.com>

	Fix headers.

2012-10-09  Manuel de la Pena  <manuel@canonical.com>

	Remove left overs from the SearchBar that were left in the TextInput.

2012-10-09  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2012-10-08  Manuel de la Pena  <manuel@canonical.com>

	Link bug.

2012-10-08  Manuel de la Pena  <manuel@canonical.com>

	Merged with trunk.

2012-10-04  Manuel de la Pena  <manuel@canonical.com>

	Added a common text input control to be used by previews.

2012-10-17  Albert Astals  <albert.astals@canonical.com>

	Update the UBUS_LAUNCHER_SELECTION_CHANGED on UBUS_QUICKLIST_END_KEY_NAV
	. Fixes: https://bugs.launchpad.net/bugs/1067358. Approved by Marco Trevisan (Treviño).

2012-10-17  Albert Astals  <albert.astals@canonical.com>

	Don't fake the closing of the quicklist, really close it

2012-10-17  Albert Astals  <albert.astals@canonical.com>

	Improve tests a bit

2012-10-17  Albert Astals  <albert.astals@canonical.com>

	Move the function to the impl

2012-10-17  Albert Astals  <albert.astals@canonical.com>

	Add a test for UBUS_LAUNCHER_SELECTION_CHANGED

2012-10-16  Albert Astals  <albert.astals@canonical.com>

	Update the UBUS_LAUNCHER_SELECTION_CHANGED on UBUS_QUICKLIST_END_KEY_NAV

2012-10-17  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Keep the panel shadow attached to the panel at all times. Even under screen
	transformations like the cube plugin.
	(LP: #1011120)
	
	Also fixes other panel shadow bugs (LP: #1061338) and (LP: #1061339). Fixes: https://bugs.launchpad.net/bugs/1011120, https://bugs.launchpad.net/bugs/1061338, https://bugs.launchpad.net/bugs/1061339. Approved by Sam Spilsbury.

2012-10-11  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Merge latest lp:unity and fix a conflict

2012-10-02  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Add the old expo check back in, because otherwise it would cause a visible
	difference that requires design approval.

2012-09-30  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Keep the panel shadow attached to the panel at all times. Even under screen
	transformations like the cube plugin.
	(LP: #1011120)

2012-10-17  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Ensure the panel shadow doesn't get drawn if the panel itself is not being
	drawn. (LP: #1065393)
	.
	. Fixes: https://bugs.launchpad.net/bugs/1065393. Approved by Sam Spilsbury.

2012-10-11  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Ensure the panel shadow doesn't get drawn if the panel itself is not being
	drawn. (LP: #1065393)
	.

2012-10-16  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed source manager instance from SoftwareCenterLauncherIcon in favour of LauncherIcon instance.. Fixes: https://bugs.launchpad.net/bugs/1052582. Approved by Marco Trevisan (Treviño).

2012-10-16  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Use source manager from LaucherIcoin in SoftwareCetnerLauncherIcon

2012-10-16  Michal Hruby  <michal.mhr@gmail.com>

	Ensure categories with non-personal results can show up before empty categories with personal results. Fixes: https://bugs.launchpad.net/bugs/1067327. Approved by Pawel Stolowski.

2012-10-16  Michal Hruby  <michal.mhr@gmail.com>

	Move the declaration

2012-10-16  Michal Hruby  <michal.mhr@gmail.com>

	Ensure categories with non-personal results can show up before empty categories with personal results

2012-10-16  MC Return  <mc.return@gmx.net>

	Minor refactoring of the unityshell Compiz plug-in, replacing the "Experimental" tab with "Launcher" and "Dash" tabs.. Fixes: https://bugs.launchpad.net/bugs/1067113. Approved by Brandon Schaefer.

2012-10-16  MC Return  <mc.return@gmx.net>

	Improved shortcut_overlay tooltip's wording

2012-10-16  MC Return  <mc.return@gmx.net>

	Added forgotten punctuation

2012-10-16  MC Return  <mc.return@gmx.net>

	More final fixes :)

2012-10-16  MC Return  <mc.return@gmx.net>

	Final optimizations (hopefully)

2012-10-16  MC Return  <mc.return@gmx.net>

	Fixed punctuation characters

2012-10-16  MC Return  <mc.return@gmx.net>

	Launcher tab restructuring

2012-10-15  MC Return  <mc.return@gmx.net>

	Unified style for names (names of variables always shown before types in .xml.in file)

2012-10-15  MC Return  <mc.return@gmx.net>

	More restructuring

2012-10-15  MC Return  <mc.return@gmx.net>

	Mostly formatting fixes

2012-10-15  MC Return  <mc.return@gmx.net>

	Renamed "Behaviour" tab, now it is called "General"

2012-10-15  MC Return  <mc.return@gmx.net>

	More refactoring and moving around of options

2012-10-15  MC Return  <mc.return@gmx.net>

	Moved launcher options to launcher tab

2012-10-15  MC Return  <mc.return@gmx.net>

	Minor refactoring of unityshell.xml Compiz plug-in, replacing the "Experimental" tab with "Launcher" and "Dash" tabs 

2012-10-15  Christopher Lee  <chris.lee@canonical.com>

	Disabled test that exposes a Show Desktop bug that causes all following tests to fail.. Approved by Thomi Richards.

2012-10-16  Christopher Lee  <chris.lee@canonical.com>

	Skip test that exposes 'Show Desktop' bug and fails all following tests.

2012-10-15  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Fix reference counting problem which leads to memory leaks and a crash in MT grab handles.. Fixes: https://bugs.launchpad.net/bugs/1046201. Approved by Marco Trevisan (Treviño), Łukasz Zemczak.

2012-10-13  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* missing paren

2012-10-12  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Merged trunk, replaced boost ptr with std

2012-10-11  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixes memory leak, reference counting and crash

2012-10-15  Andrea Azzarone  <azzaronea@gmail.com>

	Unregister gdbus object in the dtor. Fix bug 1047760. Fixes: https://bugs.launchpad.net/bugs/1047760. Approved by Marco Trevisan (Treviño).

2012-10-12  Andrea Azzarone  <azzaronea@gmail.com>

	Unregister gdbus object in the dtor.

2012-10-15  MC Return  <mc.return@gmx.net>

	Fixed/unified all xml.in headers.
	
	Problem: Editors like gedit and others will not recognize *.xml.in files as xml, so if opened there is no syntax highlighting making those files harder to read.
	This commit fixes this by adding <?xml version="1.0" encoding="UTF-8"?> to all *.xml.in files in lp:unity.. Fixes: https://bugs.launchpad.net/bugs/1066823. Approved by Marco Trevisan (Treviño).

2012-10-15  MC Return  <mc.return@gmx.net>

	Fixed/unified all xml.in headers.
	
	Problem: Editors like gedit and others will not recognize *.xml.in files as xml, so if opened there is no syntax highlighting making those files harder to read.
	This commit fixes this by adding <?xml version="1.0" encoding="UTF-8"?> to all *.xml.in files in lp:unity.

2012-10-15  Michal Hruby  <michal.mhr@gmail.com>

	Rewrite UBus. Approved by Marco Trevisan (Treviño), Andrea Azzarone.

2012-10-12  Michal Hruby  <michal.mhr@gmail.com>

	Update authors

2012-10-12  Michal Hruby  <michal.mhr@gmail.com>

	Fix issues brought up during review

2012-10-11  Michal Hruby  <michal.mhr@gmail.com>

	The deed is done - removed old UBus

2012-10-11  Michal Hruby  <michal.mhr@gmail.com>

	Add more tests

2012-10-11  Michal Hruby  <michal.mhr@gmail.com>

	Merge trunk

2012-10-01  Michal Hruby  <michal.mhr@gmail.com>

	Rewrite UBus

2012-10-01  Michal Hruby  <michal.mhr@gmail.com>

	Fix Variant assignment operator

2012-10-15  MC Return  <mc.return@gmx.net>

	Added <feature>showdesktop</feature> to unityshell.xml.in, because the feature showdesktop is provided by unityshell.
	Now it will be impossible to enable the Compiz "Show Desktop" and "Fade to Desktop" plug-ins together with Unity, but they will work normally without Unity.
	CCSM will show a dialogue to the user if he tries to enable showdesktop or fadetodesktop if Unity runs, explaining the situation and allowing the user to choose.. Fixes: https://bugs.launchpad.net/bugs/1006429, https://bugs.launchpad.net/bugs/1006434, https://bugs.launchpad.net/bugs/1063171. Approved by Didier Roche.

2012-10-11  MC Return  <mc.return@gmx.net>

	Added <feature>showdesktop</feature> to unityshell.xml.in, because the feature showdesktop is provided by unityshell

2012-10-11  MC Return  <mc.return@gmx.net>

	Rebased on latest lp:unity

2012-10-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: ensure the icon and name values when the running state changes
	
	This avoids to get "?" icons. Fixes: https://bugs.launchpad.net/bugs/772986. Approved by Brandon Schaefer.

2012-10-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestApplicationLauncherIcon: add tests to check tooltip or icon value on running-changed

2012-10-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfMockApplication: fix set icon function

2012-10-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tests: use BamfMockApplication in tests (instead of the empty app)

2012-10-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfMockApplication: added a mock bamf application to have some facilities on tests

2012-10-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ApplicationLauncherIcon: ensure the icon and name values when the running state changes
	
	This avoids to get "?" icons

2012-10-12  Jay Taoko  <jay.taoko@canonical.com>

	* Follow API name change in Nux. Layer blending calls are made more descriptives.. Approved by Nicolas d'Offay, Eleni Maria Stea.

2012-10-12  Jay Taoko  <jay.taoko@canonical.com>

	* Follow API name change in Nux. Layer blending calls are made more descriptives.

2012-10-12  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Fix for "Desktop rolls over unity panel vertically when i open the dash or hud". Approved by .

2012-10-11  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Fixed dodgy maths working out the tex coord for non blurred regions.

2012-10-12  MC Return  <mc.return@gmx.net>

	Opacity should be 0 if the state is invisible.
	Added a manual "Show Desktop" test.. Fixes: https://bugs.launchpad.net/bugs/1063249. Approved by Brandon Schaefer.

2012-10-12  MC Return  <mc.return@gmx.net>

	Better title for the manual test

2012-10-12  MC Return  <mc.return@gmx.net>

	Re-worded the manual test and added more detail

2012-10-12  MC Return  <mc.return@gmx.net>

	Added manual "Show Desktop" test

2012-10-12  MC Return  <mc.return@gmx.net>

	Opacity should be 0 if the state is invisible

2012-10-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: avoid copies in launcher rendering code-path. Approved by Andrea Azzarone.

2012-10-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockLauncherIcon: update SetCenter to new API.

2012-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Remove comments

2012-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: avoid copies in launcher rendering code-path

2012-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Indicator: use const& whenever possible

2012-10-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed dash preview scrolling. (LP: #1056995). Fixes: https://bugs.launchpad.net/bugs/1056995. Approved by Brandon Schaefer.

2012-10-10  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merge with trunk

2012-10-10  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed whitespace.

2012-09-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added manual test for dash preview scrollbars.

2012-09-26  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed button size errors due to spacers.

2012-10-12  Jay Taoko  <jay.taoko@canonical.com>

	* Removing instances of nux::Nstring.. Approved by Brandon Schaefer, Jay Taoko, Nicolas d'Offay.

2012-10-11  Jay Taoko  <jay.taoko@canonical.com>

	* Removing nux::NString.

2012-10-11  Andrea Azzarone  <azzaronea@gmail.com>

	Make HudLauncherIcon::ubus_manager_ "un-static" (LP bug 1048274). Fixes: https://bugs.launchpad.net/bugs/1048274. Approved by Brandon Schaefer.

2012-10-12  Andrea Azzarone  <azzaronea@gmail.com>

	Remove ubus_manager_ static definition.

2012-10-12  Andrea Azzarone  <azzaronea@gmail.com>

	Make HudLauncherIcon::ubus_manager_ "un-static".

2012-10-11  Christopher Lee  <chris.lee@canonical.com>

	Exists (w/ log message) if unity isn't running after checking for prescribed period.. Approved by Thomi Richards.

2012-10-12  Christopher Lee  <chris.lee@canonical.com>

	Now exists (w/ log message) if unity isn't running after checking for prescribed period.

2012-10-11  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Changes the swapping order of the detail mode. Now the currently active window gets moved to the end, instead of getting swapped with the last used window.. Fixes: https://bugs.launchpad.net/bugs/1061229. Approved by Marco Trevisan (Treviño), Thomi Richards.

2012-10-10  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Added a unit test

2012-10-09  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Better assert

2012-10-09  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Pressing Alt+` twice must select the third last used window, not the first

2012-10-09  MC Return  <mc.return@gmx.net>

	Added <feature>showdesktop</feature> to plugins/unityshell.xml.in to print a warning dialogue in CCSM if the user tries to activate the "Show Desktop" or "Fade to Desktop" plug-ins when Unity is enabled telling the user that this feature is already provided by Unity
	
	Fixes: bug 1063171: "Fade to Desktop" and "Show desktop" plug-ins should be automagically disabled and hidden in CCSM if the Ubuntu Unity Plugin is enabled
	bug 1006429: Fade to Desktop plug-in makes windows disappear completely, getting them back to view solely by pressing "Show Desktop" on the Unity panel again
	bug 1006434: Show desktop plug-in fades windows out and ignores movement and movement direction settings completely once unityshell is enabled

2012-10-10  Brandon Schaefer  <brandon.schaefer@canonical.com>

	On screen keyboard now work with the Dash, when it is outside the Dashs' geo.. Fixes: https://bugs.launchpad.net/bugs/1058705. Approved by Marco Trevisan (Treviño).

2012-10-10  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* merge trunk

2012-10-10  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixed build problem?

2012-10-05  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixed conflicts

2012-10-05  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* added const

2012-10-04  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Found a function that did what I was trying to do..

2012-10-03  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Added manual test

2012-10-03  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* moved getting the geo into a function

2012-10-02  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* If a window is above the dash or hud and the mouse is inside of it do not close the dash/hud

2012-10-10  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Only animate drag icon with USC icon if sourced from a valid point on screen.
	Added tool-tip animation when app installation completes.. Fixes: https://bugs.launchpad.net/bugs/1052582. Approved by Brandon Schaefer.

2012-10-10  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merge with trunk

2012-09-25  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Only animate USC icon if coming from a valid point.

2012-10-10  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Updated preview action button focus fill (white 20% opacity, LP: #1064969). Fixes: https://bugs.launchpad.net/bugs/1064969. Approved by Brandon Schaefer.

2012-10-10  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Preview action buttons use lighter focus overlay.

2012-10-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	VolumeImp: use GCancellable to perform glib async operations. Fixes: https://bugs.launchpad.net/bugs/1055812. Approved by Nick Dedekind.

2012-10-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	VolumeImp: use GCancellable to perform glib async operations.

2012-10-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: stick a dragged icon if its position has been changed.. Fixes: https://bugs.launchpad.net/bugs/808587. Approved by Nick Dedekind.

2012-10-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncher: added stick-on-drag tests

2012-10-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: stick a dragged icon if its position has been changed.

2012-10-10  Michal Hruby  <michal.mhr@gmail.com>

	Fix ref-counting issue in TrashLauncherIcon. Fixes: https://bugs.launchpad.net/bugs/1061510. Approved by Nick Dedekind.

2012-10-10  Michal Hruby  <michal.mhr@gmail.com>

	Fix refcounting bug in TrashLauncherIcon

2012-10-10  Michal Hruby  <michal.mhr@gmail.com>

	Respect use-small-icon hint set on UnityProtocolAnnotatedIcon. Fixes: https://bugs.launchpad.net/bugs/1052513. Approved by Nick Dedekind.

2012-10-10  Michal Hruby  <michal.mhr@gmail.com>

	Respect use-small-icon hint set on UnityProtocolAnnotatedIcon

2012-10-10  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Made gwibber preview bubble more prominent (20% opaque white).
	Size of gwibber preview bubble conforming to design.. Fixes: https://bugs.launchpad.net/bugs/1062228. Approved by Xi Zhu, Michal Hruby.

2012-10-10  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Inner stroke for social preview speech bubble.

2012-10-05  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed tail position to include stroke width.

2012-10-05  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merge with trunk

2012-10-05  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed blur from social preview bubble.

2012-09-25  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed gwibber bubble fill.

2012-09-25  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Gwibber preview bubble more prominent.

2012-10-10  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Draw the panel shadow only within the redraw region. Using a bounding box
	allowed parts to get redrawn when they should not, appearing as small chunks
	of extra-dark panel shadow.
	(LP: #1057528). Fixes: https://bugs.launchpad.net/bugs/1057528. Approved by Łukasz Zemczak, Marco Trevisan (Treviño).

2012-10-02  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Cleanups per 3v1n0

2012-10-02  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Add a manual test for LP: #1057528.

2012-10-02  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Draw the panel shadow only within the redraw region. Using a bounding box
	allowed parts to get redrawn when they should not, appearing as small chunks
	of extra-dark panel shadow.
	(LP: #1057528)

2012-10-10  Christopher Lee  <chris.lee@canonical.com>

	Reverting the 'skip show desktop mode' test change from earlier this week.. Approved by Thomi Richards.

2012-10-10  Christopher Lee  <chris.lee@canonical.com>

	Reverted skipping showdesktop tests

2012-10-09  Andrea Azzarone  <azzaronea@gmail.com>

	Fix rendering flaw in search entry. (LP: #1059562). Fixes: https://bugs.launchpad.net/bugs/1059562. Approved by Nick Dedekind.

2012-10-08  Andrea Azzarone  <azzaronea@gmail.com>

	Fix.

2012-10-08  Andrea Azzarone  <azzaronea@gmail.com>

	Remove the other clear.

2012-10-08  Andrea Azzarone  <azzaronea@gmail.com>

	Clean the area below the search entry view just one time.

2012-10-01  Andrea Azzarone  <azzaronea@gmail.com>

	Fix typo.

2012-10-01  Andrea Azzarone  <azzaronea@gmail.com>

	Fix rendering flaw in search entry (see LP #1059592).

2012-10-09  Albert Astals  <albert.astals@canonical.com>

	Do not reuse the menu entries if their order changes
	
	Since the indicators api only have "add" and "remove" signals, if we reuse an entry that is not in the correct order it will case the menus or whatever this indicator represents to be in the wrong order. Fixes: https://bugs.launchpad.net/bugs/1062283. Approved by Marco Trevisan (Treviño).

2012-10-08  Albert Astals  <albert.astals@canonical.com>

	Move to glib::Object to avoid the need of the teardown

2012-10-08  Albert Astals  <albert.astals@canonical.com>

	add extra "expected_result" param, also move to a smart pointer for the dbusindicators

2012-10-08  Albert Astals  <albert.astals@canonical.com>

	unref the dbus
	
	and remove null assignment that is not really needed

2012-10-08  Albert Astals  <albert.astals@canonical.com>

	Have just one place to do the big dbus call

2012-10-08  Albert Astals  <albert.astals@canonical.com>

	Remove ;

2012-10-08  Albert Astals  <albert.astals@canonical.com>

	Move to new WaitUntil that accepts a function returning bool

2012-10-08  Albert Astals  <albert.astals@canonical.com>

	move the isConnected check to the setup as suggested by Marco

2012-10-08  Albert Astals  <albert.astals@canonical.com>

	Remove CallSync from dbus proxy, go back to old dbus indicators test code

2012-10-08  Albert Astals  <albert.astals@canonical.com>

	more style fixes

2012-10-08  Albert Astals  <albert.astals@canonical.com>

	move the star

2012-10-08  Albert Astals  <albert.astals@canonical.com>

	google tests calls this, no need to do it manually

2012-10-08  Albert Astals  <albert.astals@canonical.com>

	timeout_check is a bad name, move to timeout_cb

2012-10-08  Albert Astals  <albert.astals@canonical.com>

	Rename at Marco's request

2012-10-08  Albert Astals  <albert.astals@canonical.com>

	styling

2012-10-08  Albert Astals  <albert.astals@canonical.com>

	i read the code easier like this

2012-10-08  Albert Astals  <albert.astals@canonical.com>

	no need for double space

2012-10-08  Albert Astals  <albert.astals@canonical.com>

	style

2012-10-08  Albert Astals  <albert.astals@canonical.com>

	closer to the original

2012-10-08  Albert Astals  <albert.astals@canonical.com>

	Move test to dbus proxy (adding CallSync in it)

2012-10-08  Albert Astals  <albert.astals@canonical.com>

	just use the proxy connected function

2012-10-08  Albert Astals  <albert.astals@canonical.com>

	Use glib::Timeout instead of g_timeout_add as suggested by Marco

2012-10-08  Albert Astals  <albert.astals@canonical.com>

	Add Setup and TearDown methods

2012-10-08  Albert Astals  <albert.astals@canonical.com>

	Remove commented includes

2012-10-08  Albert Astals  <albert.astals@canonical.com>

	Make IsConnected also protected as suggested by Marco

2012-10-08  Albert Astals  <albert.astals@canonical.com>

	Make the constructor that takes a dbus_name protected as suggested by Marco

2012-10-08  Albert Astals  <albert.astals@canonical.com>

	Do not use a nux::Property but a pimpl var for the connected state

2012-10-05  Albert Astals  <albert.astals@canonical.com>

	Add a unit test for the dbus indicators that check the entries are in the correct order

2012-10-05  Albert Astals  <albert.astals@canonical.com>

	Test the new function

2012-10-05  Albert Astals  <albert.astals@canonical.com>

	Marco prefers a new method over extending GetEntry

2012-10-05  Albert Astals  <albert.astals@canonical.com>

	Do not reuse the menu entries if their order changes

2012-10-09  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fix build failure. You can't use "->" with a reference.
	(LP: #1064175). Fixes: https://bugs.launchpad.net/bugs/1064175. Approved by Łukasz Zemczak, Marco Trevisan (Treviño).

2012-10-09  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fix build failure. You can't use "->" with a reference.
	(LP: #1064175)

2012-10-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: draw the glow for scaled windows a little inside their area, to glow rounded corners too. Fixes: https://bugs.launchpad.net/bugs/1062316. Approved by Andrea Azzarone.

2012-10-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell::glow: remove unneeded vertical spaces

2012-10-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: paint the scale glow in glPaint instead of glDraw, and also inside a window based on rounded corners

2012-10-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: pass to computeGlowQuads the geometry we need, remove the scaled option

2012-10-08  Andrea Azzarone  <azzaronea@gmail.com>

	Use expand icon by default.. Fixes: https://bugs.launchpad.net/bugs/1053047. Approved by Nick Dedekind.

2012-09-24  Andrea Azzarone  <azzaronea@gmail.com>

	Add unit-test.

2012-09-24  Andrea Azzarone  <azzaronea@gmail.com>

	Create dash::StyleInterface class.

2012-09-24  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-09-20  Andrea Azzarone  <azzaronea@gmail.com>

	By default lens category are unexpanded. So use GetGroudExpandIcon in the ctor.

2012-10-07  Christopher Lee  <chris.lee@canonical.com>

	Disable tests that use hide/show desktop mode.. Fixes: . Approved by Thomi Richards.

2012-10-08  Christopher Lee  <chris.lee@canonical.com>

	Disabling tests that show/hide desktop mode.

2012-10-07  Nicolas Delvaux  <contact@nicolas-delvaux.org>

	Add ExpoLauncherIcon.cpp to POTFILES.in (fixes LP: #1062921). Fixes: https://bugs.launchpad.net/bugs/1062921. Approved by Andrea Azzarone.

2012-10-06  Nicolas Delvaux  <contact@nicolas-delvaux.org>

	Add ExpoLauncherIcon.cpp in POTFILES.in
	
	This fix LP: #1062921

2012-10-05  Andrea Azzarone  <azzaronea@gmail.com>

	Fix gap between dash/panel gradient.. Fixes: https://bugs.launchpad.net/bugs/1062375. Approved by Brandon Schaefer.

2012-10-05  Andrea Azzarone  <azzaronea@gmail.com>

	Fix gradient panel/dash issue.

2012-10-05  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Removed all PostDraw calls from Unity.. Fixes: . Approved by Eleni Maria Stea, Jay Taoko, Andrea Azzarone.

2012-10-02  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Removed all PostDraws from Unity.

2012-10-05  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Cherry-picked andyrock's fix:
	Revert rev 2780.
	Use clip region to fix dash/launcher separator drawing bug.. Fixes: https://bugs.launchpad.net/bugs/1061081. Approved by Michal Hruby.

2012-10-05  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Cherry-picked andyrock's fix:
	Revert rev 2780.
	Use clip region to fix dash/launcher separator drawing bug.

2012-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Rename BamfLauncherIcon to ApplicationLauncherIcon.. Fixes: . Approved by Nick Dedekind, Thomi Richards.

2012-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Merged refactor-keyboard-funcs into bamf-icon-rename.

2012-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Merge prev, and fix conflicts.

2012-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Merged refactor-keyboard-funcs into bamf-icon-rename.

2012-10-04  Tim Penhey  <tim.penhey@canonical.com>

	Rename BamfLauncherIcon -> ApplicationLauncherIcon in preparation of refactoring bamf calls through a real interface class.

2012-10-04  Tim Penhey  <tim.penhey@canonical.com>

	Rename the files.

2012-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Keeps the X parts of the keyboard helper methods completely hidden from the caller.. Fixes: . Approved by Nick Dedekind, Sam Spilsbury.

2012-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Merged window-manager-refactor into refactor-keyboard-funcs.

2012-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Merged window-manager-refactor into refactor-keyboard-funcs.

2012-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Merged window-manager-refactor into refactor-keyboard-funcs.

2012-10-04  Tim Penhey  <tim.penhey@canonical.com>

	Keyboard functions.

2012-10-04  Tim Penhey  <tim.penhey@canonical.com>

	Refactor the keyboard util functions.

2012-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Refactor the WindowManager.. Fixes: . Approved by Thomi Richards.

2012-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Make SetMwmWindowHints const too.

2012-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk and resolve conflicts.

2012-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Make the decorate and undecorate methods const.

2012-10-04  Tim Penhey  <tim.penhey@canonical.com>

	New window manager files.

2012-10-04  Tim Penhey  <tim.penhey@canonical.com>

	name change

2012-10-04  Tim Penhey  <tim.penhey@canonical.com>

	Initial pull from next pipe.

2012-10-04  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Fixes gconf for the ibus ap test.. Fixes: . Approved by Thomi Richards.

2012-10-04  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Remove comments

2012-10-04  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Changed to match the gconf changes in autopilot

2012-10-04  Brandon Schaefer  <brandon.schaefer@canonical.com>

	More explicit skip for XIM AP tests.. Fixes: . Approved by Thomi Richards.

2012-10-03  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Explict skip for the xim tests

2012-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DesktopUtilities: unescape the desktop paths and ids before processing them. Fixes: https://bugs.launchpad.net/bugs/1055552. Approved by Michal Hruby.

2012-10-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDesktopUtilitiesDesktopID: add test for escaped values

2012-10-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DesktopUtilities: unescape the desktop paths and ids before processing them

2012-10-04  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Always remove 'No Image Available' when loading a preview cover-art texture. (LP: #1057035). Fixes: https://bugs.launchpad.net/bugs/1057035. Approved by Michal Hruby.

2012-10-04  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Increased cover-art timeout to 30 seconds.

2012-10-04  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Changed G_IS_ICON to glib::Object::IsType

2012-10-04  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Remove 'No Image Available' when starting wait in cover-art

2012-10-04  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Remove 'No Image Available' on all coverart texture loading.

2012-10-04  Michal Hruby  <michal.mhr@gmail.com>

	Attempt to reconnect to DBus proxies if the initial connection fails. Fixes: https://bugs.launchpad.net/bugs/1058619. Approved by Gord Allott.

2012-10-04  Michal Hruby  <michal.mhr@gmail.com>

	Use error instead of warning the last time

2012-10-04  Michal Hruby  <michal.mhr@gmail.com>

	Try to reconnect to DBus proxy if we fail the first time

2012-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: add PixmapTexture struct: never separate a binded texture to its pixmap
	
	Or it will lead to crashes. Now we cache both the GLTexture and the binded XPixmap, so
	that we delete both together and there won't be crashes.
	
	Texutures binded to Pixmaps should not be alive when the binded pixmap has been
	destroyed. So, now we have a new PixmapTexture struct that keeps both the data
	structures alive.
	We now use a smart pointer of PixmapTexture to cache both the temporary decorations,
	inside a CairoContext, and the ones at class level.. Fixes: https://bugs.launchpad.net/bugs/1061396. Approved by Neil J. Patel.

2012-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: don't draw decorations when we have empty 
	
	It also fixes a crash on LLVMPIPE

2012-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: no need to use externally managed textures anymore

2012-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: don't draw a decoration if the texture has not been saved

2012-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PixmapTexture: use compiz::opengl::ExternallyManaged when binding texture

2012-10-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: add PixmapTexture struct: never separate a binded texture to its pixmap
	
	Or it will lead to crashes. Now we cache both the GLTexture and the binded XPixmap, so
	that we delete both together and there won't be crashes.

2012-10-04  Stephen M. Webb  <stephen.webb@canonical.com>

	UnityStandalone: fix initialization crash. Fixes: . Approved by Marco Trevisan (Treviño).

2012-10-01  Stephen M. Webb  <stephen.webb@canonical.com>

	Fix crashes in unity-standalone tool due to unitialized 'singleton'

2012-10-04  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed dash filter redraw issue (LP: #1059607). Fixes: https://bugs.launchpad.net/bugs/1059607. Approved by Brandon Schaefer.

2012-10-02  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added clarification comment

2012-10-02  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed dash filter scroll redrawing.

2012-10-04  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Update result geometry in ResultViewGrid introspection. (LP: #1042434). Fixes: https://bugs.launchpad.net/bugs/1042434. Approved by Brandon Schaefer.

2012-10-03  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Update result geometry in ResultViewGrid introspection on child request.

2012-10-04  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Disable reliable compiz tap detection for the Super key, so other programs
	can still bind to Super+other_keys.
	(LP: #950160). Fixes: https://bugs.launchpad.net/bugs/950160. Approved by Stephen M. Webb.

2012-10-03  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Disable tap detection for the super key

2012-10-04  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Multi key AP test fix.. Fixes: . Approved by Christopher Lee.

2012-10-03  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fix both failing multi key tests

2012-10-04  Thomi Richards  <thomi.richards@canonical.com>

	AP tests now include VolumeLauncherIcons under its count.. Fixes: . Approved by Christopher Lee.

2012-10-03  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Re worded to be less confusing.

2012-10-03  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* The launcher emulator was not counting mounted launcher icons...now it does

2012-10-04  Thomi Richards  <thomi.richards@canonical.com>

	Open applications with locale='C' so quicklist entries are not localised.

2012-10-04  Thomi Richards  <thomi.richards@canonical.com>

	Fixed problem in the dash emulator.

2012-10-04  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-10-03  Stephen M. Webb  <stephen.webb@canonical.com>

	Move the Dash navbar out of the way while a Preview is open (lp: #1053313).. Fixes: https://bugs.launchpad.net/bugs/1053313. Approved by Brandon Schaefer.

2012-10-03  Stephen M. Webb  <stephen.webb@canonical.com>

	Added manual test description for bugfix.

2012-10-03  Stephen M. Webb  <stephen.webb@canonical.com>

	Hides the Lens navbar when a preview is displayed (lp: #1053313).

2012-10-03  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Fixed flickering bug in Dash. Fixes: https://bugs.launchpad.net/bugs/1046497, https://bugs.launchpad.net/bugs/1060532. Approved by Nick Dedekind.

2012-10-03  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Fix for flickering bug.

2012-10-03  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed preview pre-activate creating preview window on direct activation. (LP: #1060827). Fixes: https://bugs.launchpad.net/bugs/1060827. Approved by Michal Hruby, David Callé.

2012-10-03  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed bug causing preview navigation to repeat results.

2012-10-03  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed preview pre-activate calling on direct activation.

2012-10-03  Andrea Azzarone  <azzaronea@gmail.com>

	Use GMountOperation in g_volume_mount. GMountOperation provides a mechanism for interacting with the use.. Fixes: https://bugs.launchpad.net/bugs/713432. Approved by Marco Trevisan (Treviño).

2012-10-02  Andrea Azzarone  <azzaronea@gmail.com>

	Fix typo.

2012-10-02  Andrea Azzarone  <azzaronea@gmail.com>

	Add unit tests.

2012-10-02  Andrea Azzarone  <azzaronea@gmail.com>

	Use GMountOperation when mounting a volume.

2012-10-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibSource: be more permissive about timing in TestGLibIdle.OneShotRun. Fixes: . Approved by Michal Hruby.

2012-10-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibSource: take the time before running the idle

2012-10-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestGLibSource: be more permissive about timing in TestGLibIdle.OneShotRun

2012-10-02  Albert Astals  <albert.astals@canonical.com>

	Ignore transient unmmaped windows on minimize/unminimize
	
	Doesn't make much sense since they are not shown and it confuses Qt code. Fixes: https://bugs.launchpad.net/bugs/929712. Approved by Marco Trevisan (Treviño).

2012-10-02  Albert Astals  <albert.astals@canonical.com>

	Ignore transient unmmaped windows on minimize/unminimize
	
	Doesn't make much sense since they are not shown and it confuses Qt code

2012-10-02  Stephen M. Webb  <stephen.webb@canonical.com>

	dash/StandaloneDash.cpp: added animator so previews will display. Fixes: . Approved by Marco Trevisan (Treviño).

2012-10-02  Stephen M. Webb  <stephen.webb@canonical.com>

	dash/StandaloneDash.cpp: added animator so previews will work

2012-10-02  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Uploaded correct (hires) icon for missing album artwork when displaying music preview.. Fixes: https://bugs.launchpad.net/bugs/1060195. Approved by Jussi Pakkanen.

2012-10-02  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Fix incorrect icon for music preview if artwork is missing.

2012-10-02  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Immediate feedback for dash preview activation.. Fixes: https://bugs.launchpad.net/bugs/1043808. Approved by Gord Allott, Brandon Schaefer.

2012-09-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added manual test for preview open lagging condition.

2012-09-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Enabled lenses to open preview from direct activation.

2012-09-26  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Pass data in all dash result uri activations. If lens forces a preview, we will not have the correct info.

2012-09-26  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Mege with trunk

2012-09-24  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Preview opens immediately with spinner if takes longer that 300ms.

2012-10-02  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed minimum width from result group causing home lens not to wrap. (LP#1053116). Fixes: https://bugs.launchpad.net/bugs/1053116. Approved by Gord Allott.

2012-09-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed line causing home lens results to overshoot boundries.

2012-09-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merge with trunk.

2012-10-02  Maxim Ermilov  <maxim.ermilov@canonical.com>

	BamfLauncherIcon: use bamf provided mime types.. Fixes: . Approved by Marco Trevisan (Treviño).

2012-09-30  Maxim Ermilov  <maxim.ermilov@canonical.com>

	style fixes

2012-09-28  Maxim Ermilov  <maxim.ermilov@canonical.com>

	BamfLauncherIcon: get supported types from bamf

2012-10-02  Andrea Azzarone  <azzaronea@gmail.com>

	Fix rendering of the dash/launcher separator.. Fixes: https://bugs.launchpad.net/bugs/1057798. Approved by Łukasz Zemczak.

2012-10-01  Andrea Azzarone  <azzaronea@gmail.com>

	Fix rendering of the dash/launcher separator.

2012-10-01  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed re-ordering of shopping lens category in home lens. (LP#1054219). Fixes: https://bugs.launchpad.net/bugs/1054219. Approved by Daniel van Vugt, Michal Hruby.

2012-10-01  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed re-ordering of shopping lens category in home lens.

2012-10-01  Thomi Richards  <thomi.richards@canonical.com>

	Fix autopilot launcher icon drag tests.. Fixes: . Approved by Christopher Lee, Brandon Schaefer.

2012-10-02  Thomi Richards  <thomi.richards@canonical.com>

	Now works even when you've set the launcher to auto-hide.

2012-10-02  Thomi Richards  <thomi.richards@canonical.com>

	Tests now drags to just below the trash icon, which should actually be more reliable.

2012-10-02  Thomi Richards  <thomi.richards@canonical.com>

	Tests pass, launcher icon drag code is greatly simplified.

2012-10-02  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-10-01  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-10-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ExpoLauncherIcon: Correctly toggle the expo on activation
	
	PluginAdapter: change the internals of MultiActionList to use a map to reference actions by name
	WindowManager: add TerminateExpo function to hide the expo plugin. Fixes: https://bugs.launchpad.net/bugs/1059759. Approved by Brandon Schaefer.

2012-10-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, icon behavior tests: add tests for the Expo Launcher Icon activations

2012-10-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ExpoLauncherIcon: Correctly toggle the expo on activation

2012-10-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapterStandalone: update according to the new API

2012-10-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager: add TerminateExpo function to hide the expo plugin
	
	Action added in UnityScreen

2012-10-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: change the internals of MultiActionList to use a map to reference actions by name
	
	Plus some various code cleanup, and update unityshell against new API

2012-10-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: add glow drawing support and draw it around the scale selected window. Fixes: . Approved by John Lea, Andrea Azzarone.

2012-09-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: remove an extra space

2012-09-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: paint a glow to the scale selected window!

2012-09-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: use nux::Color in paintGlow

2012-09-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: pass the glow size value to computeGlowQuads

2012-09-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow glow: rename the header files, remove the class GlowQuad object, refactor the glow::Quads class
	
	Also lots of code cleanups, and more C++ friendly

2012-09-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Glow: move the texture to glow_texture.h

2012-09-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow, optimize and cleanup the glow code a little

2012-09-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: don't clip the window region, when painting the glow

2012-09-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: computeGlowQuads add a parameter to consider the window aspect

2012-09-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: add Glowing windows support

2012-10-01  Ted Gould  <ted@gould.cx>

	Reference the menu in the accessible object. Fixes: https://bugs.launchpad.net/bugs/913324. Approved by Marco Trevisan (Treviño).

2012-09-28  Ted Gould  <ted@gould.cx>

	Attaching bug

2012-09-28  Ted Gould  <ted@gould.cx>

	Keep a reference to the menu if it exists

2012-10-01  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Low Graphics Mode. Fixes: https://bugs.launchpad.net/bugs/1046497. Approved by Neil J. Patel.

2012-10-01  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Merged Unity 6.0 in.

2012-10-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	cleanup

2012-10-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix detection

2012-10-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	some fixes

2012-10-01  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Changed the other low gfx mode env var to match.

2012-10-01  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Fixed background effect compile error.

2012-09-28  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Changed env var name.

2012-09-28  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Fixed bugs with lowgfx mode, getting correct background colour now. Switched off more unused calls.

2012-09-27  Nicolas d'Offay  <nicolas.doffay@canonical.com>

	Full hard coded enabled low gfx mode.

2012-09-25  Nic d'Offay  <nicolas.doffay@canonical.com>

	Made dash and panel opaque using background colour, added some optimising checks to not render some features if blur isn't activated.

2012-09-21  Nic d'Offay  <nicolas.doffay@canonical.com>

	Fixed compilation issues on early push.

2012-09-20  Nic d'Offay  <nicolas.doffay@canonical.com>

	Repush of initial blur disable lowGfx mode.

2012-10-01  Sebastien Bacher  <seb128@ubuntu.com>

	Don't convert "devices-option", it's a deprecated key. Fixes: https://bugs.launchpad.net/bugs/1059594. Approved by Andrea Azzarone.

2012-10-01  Sebastien Bacher  <seb128@ubuntu.com>

	drop devices-option key conversion, it's deprecated

2012-10-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractLauncherIcon: use everywhere (when possible) AbstractLauncherIcon::Ptr const&
	
	This will save a lot of copies of the wrapper and uneeded extra ref/unref.. Fixes: . Approved by Andrea Azzarone.

2012-09-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractLauncherIcon: use everywhere (when possible) AbstractLauncherIcon::Ptr const&
	
	This will save a lot of copies of the wrapper and uneeded extra ref/unref.

2012-10-01  Thomi Richards  <thomi.richards@canonical.com>

	Add support for opening windows using the testapp utility.. Fixes: . Approved by Marco Trevisan (Treviño).

2012-10-01  Thomi Richards  <thomi.richards@canonical.com>

	Converted a couple of panel tests to use the new test app.

2012-10-01  Thomi Richards  <thomi.richards@canonical.com>

	Preliminary support for the test application is in place.

2012-10-01  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added launcher icon destructor disconnect from expo termination signal.. Fixes: https://bugs.launchpad.net/bugs/1055995. Approved by Marco Trevisan (Treviño).

2012-10-01  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added destructor disconnect from launcher icon expo termination signal.

2012-09-28  Michal Hruby  <michal.mhr@gmail.com>

	Update rendering of the price ribbon when emblem is displayed. Fixes: https://bugs.launchpad.net/bugs/1057971. Approved by Xi Zhu, Nick Dedekind.

2012-09-28  Michal Hruby  <michal.mhr@gmail.com>

	Move the apps emblem one pixel of the right

2012-09-28  Michal Hruby  <michal.mhr@gmail.com>

	Update rendering of the price ribbon when emblem is displayed

2012-09-28  Stephen M. Webb  <stephen.webb@canonical.com>

	FavoriteStoreGSettings: use the custom deleter for g_settings_get_strv. Fixes: . Approved by Marco Trevisan (Treviño), Andrea Azzarone.

2012-09-27  Stephen M. Webb  <stephen.webb@canonical.com>

	Fix a memory corruption problem due to incorrect deleter.

2012-09-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: call Stick after that the icon is set sticky, so that the signal emission will work
	
	And so the favorites will be correctly saved.. Fixes: https://bugs.launchpad.net/bugs/1054645. Approved by Andrea Azzarone.

2012-09-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging trunk

2012-09-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: fix the tests so that they will match the real world

2012-09-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: call Stick after that the icon is set sticky, so that the signal emission will work

2012-09-28  Andrea Azzarone  <azzaronea@gmail.com>

	Make sure we call damageScreen when we have running animations.. Fixes: https://bugs.launchpad.net/bugs/1058145. Approved by Marco Trevisan (Treviño).

2012-09-28  Andrea Azzarone  <azzaronea@gmail.com>

	Make sure we call damageScreen when we have running animations.

2012-09-28  Andrea Azzarone  <azzaronea@gmail.com>

	Avoid code duplication.

2012-09-28  Andrea Azzarone  <azzaronea@gmail.com>

	Fix typo.

2012-09-28  Andrea Azzarone  <azzaronea@gmail.com>

	big_tick_ should be a member variable.

2012-09-28  Andrea Azzarone  <azzaronea@gmail.com>

	Use compiz tick-source.

2012-09-27  Omer Akram  <om26er@ubuntu.com>

	dummy merge so that there is a new version of unity in the staging future ppa. Fixes: . Approved by Omer Akram.

2012-09-27  Omer Akram  <om26er@ubuntu.com>

	pep8 says a line must not have more than 79chars, this one was longer, actually I just wanted to get this merged so that there is a new build in unity-staging-future ppa

2012-09-27  Omer Akram  <om26er@ubuntu.com>

	merg

2012-09-27  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Don't keep re-blurring parts of the shell we've already painted, because
	that will creep in and look like a shadow on the edge of the blur region.
	(LP: #1043260)
	
	This happens when the same texture (the FBO texture) is both the source and
	the destination for the three blur operations (launcher, panel, then dash).
	My quick fix is to take a copy of the FBO texture at the start of the frame
	(before any shell is painted), rather than reading from the same texture
	(FBO) that we're writing to.
	
	This also fixes LP: #1039999, because we are no longer assuming the backbuffer
	is an FBO. Instead we let Nux decide and take the right steps to read the
	real backbuffer, whatever that is.. Fixes: https://bugs.launchpad.net/bugs/1039999, https://bugs.launchpad.net/bugs/1043260. Approved by Andrea Azzarone.

2012-09-19  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Try not to slow the system down on every unity frame. Just when blurs need
	updating.

2012-09-19  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Don't keep re-blurring parts of the shell we've already painted, because
	that will creep in and look like a shadow on the edge of the blur region.
	(LP: #1043260)
	
	This happens when the same texture (the FBO texture) is both the source and
	the destination for the three blur operations (launcher, panel, then dash).
	My quick fix is to take a copy of the FBO texture at the start of the frame
	(before any shell is painted), rather than reading from the same texture
	(FBO) that we're writing to.
	
	This also fixes LP: #1039999, because we are no longer assuming the backbuffer
	is an FBO. Instead we let Nux decide and take the right steps to read the
	real backbuffer, whatever that is.

2012-09-26  Andrea Azzarone  <azzaronea@gmail.com>

	Fix horizontal alignment of search box and views below. Fixes: https://bugs.launchpad.net/bugs/1055544. Approved by Brandon Schaefer.

2012-09-24  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug 1055544.

2012-09-26  Michal Hruby  <michal.mhr@gmail.com>

	Update gwibber icon. Fixes: https://bugs.launchpad.net/bugs/1056191. Approved by Pawel Stolowski.

2012-09-26  Michal Hruby  <michal.mhr@gmail.com>

	Update gwibber asset

2012-09-26  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Manual test for the alt+tab focus fixes in trunk.. Fixes: . Approved by Marco Trevisan (Treviño).

2012-09-26  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* more changes

2012-09-26  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* fixed ap test

2012-09-26  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Manual test for alt+tab fixes

2012-09-26  Andrea Azzarone  <azzaronea@gmail.com>

	Fix redrawing of preview cover art.. Fixes: https://bugs.launchpad.net/bugs/1055455. Approved by Marco Trevisan (Treviño).

2012-09-24  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug 1055455.

2012-09-24  Andrea Azzarone  <azzaronea@gmail.com>

	Remove unneeded code.

2012-09-26  Michal Hruby  <michal.mhr@gmail.com>

	Updated category emblems. Fixes: https://bugs.launchpad.net/bugs/1056874. Approved by Pawel Stolowski.

2012-09-26  Michal Hruby  <michal.mhr@gmail.com>

	Display the generic icon for all categories that don't have specific icon

2012-09-26  Michal Hruby  <michal.mhr@gmail.com>

	Make sure the category emblems aren't blurry

2012-09-25  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Fix uninitialized variable. Fixes: https://bugs.launchpad.net/bugs/1053220. Approved by Andrea Azzarone.

2012-09-25  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Remove extra spaces

2012-09-25  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fix uninitialized var

2012-09-25  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Removes broken AP test.. Fixes: . Approved by Thomi Richards.

2012-09-25  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Remove broken test, to be added back in when testapp is finished

2012-09-25  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Stopped music preview durations wrapping onto new line.

2012-09-25  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Fixes alt+tab losing focus when alt+tabing to quickly due to ubus being to slow to send a message.. Fixes: https://bugs.launchpad.net/bugs/1035628. Approved by Nick Dedekind.

2012-09-24  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixes alt+tab issues

2012-09-25  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Adding ap tests for shopping lens.. Approved by Thomi Richards.

2012-09-24  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* forgot to remove the line!

2012-09-24  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixed the last one, there must be at lease 2 results to work

2012-09-24  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixed AP tests

2012-09-24  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Skip test if no internet connection

2012-09-24  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Actually added the file this time

2012-09-24  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Shopping Lens AP tests

2012-09-24  Thomi Richards  <thomi.richards@canonical.com>

	Autopilot: raise errors on not found objects, wait unity to restart when a crash happens. Approved by Christopher Lee, Marco Trevisan (Treviño).

2012-09-25  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk, resolved conflicts.

2012-09-24  Thomi Richards  <thomi.richards@canonical.com>

	Fix spelling error.

2012-09-24  Thomi Richards  <thomi.richards@canonical.com>

	Merged several fixes from the 6.0 branch.

2012-09-24  Thomi Richards  <thomi.richards@canonical.com>

	Ensure Unity is running before beginning a test. Also fix a race condition where failing tests that log some introspectable object with a customised __repr__ method would trigger a StateNotFound error.

2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: when spreading, render once an empty decoration texture at full size and scale it via OpenGL
	
	This saves a lot of drawing and improves the performances of the unity Spread. Also, don't redraw the decoration texture for selected windows if not needed.
	Finally, cleanup the header file. Fixes: https://bugs.launchpad.net/bugs/1055643. Approved by Brandon Schaefer.

2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: don't redraw the decoration texture for selected windows if not needed

2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: when spreading, render an empty decoration texture at full size and scale it via OpenGL
	
	This saves a lot of drawing and improves the performances of the unity Spread.
	Also, cleanup the header file

2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: enable closing on middle-click, fix scaled decoration sizes, fix theming issues, added scale autopilot tests. Fixes: https://bugs.launchpad.net/bugs/1052821, https://bugs.launchpad.net/bugs/1053225, https://bugs.launchpad.net/bugs/1055605, https://bugs.launchpad.net/bugs/1055609, https://bugs.launchpad.net/bugs/1055610. Approved by Brandon Schaefer.

2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, SpreadTests: reorder functions and add docstrings

2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, TestSpread: test if a window is focused when clicked on spread

2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot: add SpreadTests class to perform window closing tests

2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Autopilot: add emulator for unity screen

2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: add screen introspection class, make UnityWindow introspectable

2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ScreenIntrospection: add a new introspectable class to allow screen introspection

2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: use smart pointer for bghash, fix compilation issues

2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: remove the workaround on initiate/terminate spread

2012-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: reset the cached textures, when the style has changed

2012-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: remove uneeded cairo calls

2012-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with remote branch

2012-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: even more cleanup the scale decoration code
	
	Also reduce some unwanted paints...

2012-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: use another strategy to draw a rounded top border

2012-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: correctly fade out the decoration text

2012-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: use the gtk style context to render the scaled window text

2012-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: set the decoration radius to match system default values

2012-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: even more cleanup the scale decoration code
	
	Also reduce some unwanted paints...

2012-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: correctly draw a fake rounded decoration using default values

2012-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: GetScaledGeometry, fix the x/y positioning, so that the decoration won't look wider

2012-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: add close on middle-click support

2012-09-24  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Menu key opens preview for selected item in dash lens.. Fixes: https://bugs.launchpad.net/bugs/1045831. Approved by Brandon Schaefer.

2012-09-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed extra lines

2012-09-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed preview AP test description.

2012-09-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added AP test for preview menu key activation.

2012-09-19  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Dash previews activate with MENU key.

2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapterCompiz: correctly use std::find to look in our xids list. Fixes: . Approved by Michal Hruby, Sam Spilsbury.

2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapterCompiz: correctly use std::find to look in our xids list

2012-09-24  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Ignore windows that have Override Redirect set to true when checking if a window is on top.. Fixes: https://bugs.launchpad.net/bugs/1035895. Approved by Marco Trevisan (Treviño).

2012-09-20  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Check that the window is owned by nux.

2012-09-20  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* small change

2012-09-20  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Remove redundant code

2012-09-14  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Adds a tests with an override redirect window

2012-09-14  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Ignore windows that have override redirect set to true, in IsWindowOnTop

2012-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: check the mouse position after relasing a drag window, and in case hide it. Fixes: https://bugs.launchpad.net/bugs/1053978. Approved by Brandon Schaefer.

2012-09-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Previews: use .empty() instead of .size() == 0.

2012-09-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncher: add unit test to check the emission of the mouse_enter signal

2012-09-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: check the mouse position after relasing a drag window, and in case hide it

2012-09-24  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed a UI artifact bug with preview info hints.. Fixes: . Approved by Brandon Schaefer.

2012-09-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed minimum width from preview hint value.

2012-09-24  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Removed unused parameter in SwitcherController::Show.. Fixes: . Approved by Marco Trevisan (Treviño).

2012-09-21  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Remove dead param from the SwitcherController

2012-09-24  Thomi Richards  <thomi.richards@canonical.com>

	Fix an autopilot test where dragging launcher icons failed.. Fixes: . Approved by Christopher Lee.

2012-09-24  Thomi Richards  <thomi.richards@canonical.com>

	Merged missing improvments to test.

2012-09-24  Thomi Richards  <thomi.richards@canonical.com>

	Fixed test that drags launcher icons around.

2012-09-24  Thomi Richards  <thomi.richards@canonical.com>

	Fixed test that drags launcher icons around.

2012-09-21  Andrea Azzarone  <azzaronea@gmail.com>

	Fix AP test for ExpoLauncherIcon + remove obsolete test.. Fixes: . Approved by Brandon Schaefer.

2012-09-20  Andrea Azzarone  <azzaronea@gmail.com>

	Remove obsolete AP test.

2012-09-19  Andrea Azzarone  <azzaronea@gmail.com>

	Add new line between classes.

2012-09-19  Andrea Azzarone  <azzaronea@gmail.com>

	Add ExpoLauncherIcon class.

2012-09-20  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Fix broken AP test due to gcalc not having menu accelerators anymore.. Fixes: https://bugs.launchpad.net/bugs/1053188. Approved by Thomi Richards.

2012-09-20  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fix menu accelerator AP test

2012-09-20  Andrea Azzarone  <azzaronea@gmail.com>

	Use uuid+label as volume ID.. Fixes: . Approved by Marco Trevisan (Treviño).

2012-09-19  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-09-18  Andrea Azzarone  <azzaronea@gmail.com>

	Use uuid+label as ID.

2012-09-18  Andrea Azzarone  <azzaronea@gmail.com>

	Use G_VOLUME_IDENTIFIER_KIND_LABEL to identify a volume.

2012-09-20  Andrea Azzarone  <azzaronea@gmail.com>

	Remove dead code.. Fixes: . Approved by Brandon Schaefer.

2012-09-19  Andrea Azzarone  <azzaronea@gmail.com>

	Remove dead code.

2012-09-20  Omer Akram  <om26er@ubuntu.com>

	remove FlowView manual-test as the feature have been disabled.. Fixes: https://bugs.launchpad.net/bugs/1053056. Approved by Marco Trevisan (Treviño).

2012-09-20  Omer Akram  <om26er@ubuntu.com>

	Flow view has been disabled in Unity, this manual test case makes no sense

2012-09-20  Omer Akram  <om26er@ubuntu.com>

	Merge trunk

2012-09-19  Omer Akram  <om26er@ubuntu.com>

	Merge

2012-09-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Makes sure we choose a sane icon for GIcon's that our own UnityProtocolIcons too.. Fixes: . Approved by Marco Trevisan (Treviño).

2012-09-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Support for UnityProtocolAnnotatedIcon for DND

2012-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-tests: Launcher fix dragging manual test, updating it to the current behavior. Fixes: https://bugs.launchpad.net/bugs/1053129. Approved by Omer Akram.

2012-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-tests: Launcher fix dragging manual test

2012-09-20  Didier Roche  <didier.roche@canonical.com>

	Release\ 6.6.0

2012-09-20  Didier Roche  <didier.roche@canonical.com>

	Install Amazon and Ubuntu One Music Store webapp items in the launcher by default

2012-09-20  Didier Roche  <didier.roche@canonical.com>

	Install Amazon and Ubuntu One Music Store webapp items in the launcher by default

2012-09-20  Nick Dedekind  <nick.dedekind@canonical.com>

	Fixed pixel size of font (15px = 11pt) in Dash filter buttons.

2012-09-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed pixel sized fonts in Filter buttons.

2012-09-20  Nick Dedekind  <nick.dedekind@canonical.com>

	Relayout Dash input window on form factor changes

2012-09-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Relayout dash input window on form factor changes.

2012-09-20  Marco Trevisan  <marco.trevisan@canonical.com>

	Adds changes to the LauncherController to better handle favourites and the
	expo icon.

2012-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: fix new icon orders tests

2012-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: update tests against to support the new expo icon behavior

2012-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: save icons order again if the expo icon has been removed

2012-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: reorder the expo icon to the proper position

2012-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: ensure that we save favorites when the expo icon was not in the favorites
	
	this ensures us that in future we can safely disable workspaces, without creating
	issues for upgraders

2012-09-20  Omer Akram  <omer.akram@canonical.com>

	remove two manual-tests, they are now obsolete

2012-09-20  Omer Akram  <om26er@ubuntu.com>

	remove two obsolete manual-tests

2012-09-20  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Clicking on Dash border should not close the dash

2012-09-19  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Include missing header

2012-09-19  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Clicking on the Dash boarder should not close it...fixes a failing AP test

2012-09-20  Andrea Azzarone  <azzaronea@gmail.com>

	Implement "focus on hover" behavior for preview action buttons

2012-09-19  Andrea Azzarone  <azzaronea@gmail.com>

	Fix typo.

2012-09-19  Andrea Azzarone  <azzaronea@gmail.com>

	Add manual test.

2012-09-19  Andrea Azzarone  <azzaronea@gmail.com>

	Don't allow to have two highlighted action buttons.

2012-09-20  Andrea Azzarone  <azzaronea@gmail.com>

	ERROR ... unity.thumbnailgenerator ThumbnailGenerator.cpp:429 More than one
	thumbnail generator created."

2012-09-19  Andrea Azzarone  <azzaronea@gmail.com>

	Fix  "ERROR: More than one thumbnail generator created".

2012-09-20  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Fixes some unit tests

2012-09-19  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fix unit test crash
	* Reduce the amount of warnings, due to the SoftwareCenter tests

2012-09-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fixes renderering of Dash in maximised mode with redirected textures by using
	the same code-patches as the restored Dash mode for the overlay.

2012-09-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix Dash renderering on fullscreen

2012-09-19  Marco Trevisan  <marco.trevisan@canonical.com>

	Show workspace switcher icon always

2012-09-19  Ken VanDine  <ken.vandine@canonical.com>

	SocialPreview: Don't expand preview_info_hints, it was pushing down the
	comments when there wasn't enough comments to fill the space

2012-09-18  Ken VanDine  <ken.vandine@canonical.com>

	SocialPreview: Don't expand preview_info_hints, it was pushing down the 
	comments when there wasn't enough comments to fill the space

2012-09-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Don't call GraphicsContext::DeactivateFramebuffer which will immediately
	restore the backbuffer. Instead call WindowCompositor::RestoreMainFramebuffer
	to bind either the backbuffer or reference framebuffer for reading as that is
	the one we're drawing to as is the most-up-to-date

2012-09-19  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Use WindowCompositor::RestoreMainFramebuffer to restore the main buffer
	(either back or reference) to read and write from

2012-09-19  Neil Jagdish Patel  <njpatel@gmail.com>

	This branch introduces dash to preview transitions. I relies on this nux branch: https://code.launchpad.net/~unity-team/nux/nux.redirected-views/+merge/124661
	
	Animation from Dash to Preview slides out elements of the dash to make room for the previews. The process happens in 250ms. 
	
	Many changes were necessary to create this effects. It has to be said that the changes have an impact on the rendering engine and the way elements are drawn in the dash. Efforts are being made to reduce this impact.. Fixes: https://bugs.launchpad.net/bugs/1049593. Approved by Neil J. Patel.

2012-09-18  Jay Taoko  <jay.taoko@canonical.com>

	* Cleanup "
	* Added manual test.

2012-09-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	tweak spacing

2012-09-18  Jay Taoko  <jay.taoko@canonical.com>

	* Small fix at the bottom the preview in the ghost icons.

2012-09-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	make icons show a bit more at the bottom

2012-09-18  Jay Taoko  <jay.taoko@canonical.com>

	* Merged with Unity trunk.

2012-09-18  Jay Taoko  <jay.taoko@canonical.com>

	* Minor fix

2012-09-18  Jay Taoko  <jay.taoko@canonical.com>

	* Fixed background color tint.

2012-09-17  Jay Taoko  <jay.taoko@canonical.com>

	* Fixing background color tint. W.I.P.

2012-09-17  Jay Taoko  <jay.taoko@canonical.com>

	* Fixed ResultViewGrid gradient

2012-09-17  Jay Taoko  <jay.taoko@canonical.com>

	* Fixes to stabilize dash to preview animation

2012-09-16  Jay Taoko  <jay.taoko@canonical.com>

	* Merge with Unity trunk

2012-09-14  Jay Taoko  <jay.taoko@canonical.com>

	* Adjustments

2012-09-14  Jay Taoko  <jay.taoko@canonical.com>

	* Dash to Preview animation"
	* Desaturation

2012-09-11  Jay Taoko  <jay.taoko@canonical.com>

	Improved Dash transition to Preview

2012-09-06  Jay Taoko  <jay.taoko@canonical.com>

	Another Fix

2012-09-06  Jay Taoko  <jay.taoko@canonical.com>

	Fixes

2012-08-31  Jay Taoko  <jay.taoko@canonical.com>

	Work in progress

2012-08-28  Jay Taoko  <jay.taoko@canonical.com>

	Progressively reveal the preview

2012-08-28  Jay Taoko  <jay.taoko@canonical.com>

	Dash to Preview transition

2012-08-24  Jay Taoko  <jay.taoko@canonical.com>

	Success

2012-08-20  Neil Jagdish Patel  <njpatel@gmail.com>

	[merge] trunk

2012-08-17  Jay Taoko  <jay.taoko@canonical.com>

	* Work in progress: Dash transition to Previews. Minor fix

2012-08-17  Jay Taoko  <jay.taoko@canonical.com>

	* Work in progress: Dash transition to Previews

2012-08-15  Jay Taoko  <jay.taoko@canonical.com>

	* Added fade out of DashView when opening the previews

2012-08-30  Jay Taoko  <jay.taoko@canonical.com>

	dednick fix

2012-09-19  Tim Penhey  <tim.penhey@canonical.com>

	Updates the API to match nux trunk and nux/3.0. Fixes: . Approved by .

2012-09-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Update for new Nux API

2012-09-19  Tim Penhey  <tim.penhey@canonical.com>

	Update to new nux api.

2012-09-19  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Slows the animation down when installing applications in the Dash Preview and the Software Center.. Fixes: https://bugs.launchpad.net/bugs/1045746. Approved by John Lea, Nick Dedekind.

2012-09-19  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* merged trunk

2012-09-18  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Moved slow/quick speeds into variables

2012-09-12  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Removed extra new line

2012-09-12  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Adds a Slow animation to the launcher drag window

2012-09-19  Didier Roche  <didier.roche@canonical.com>

	add a depreacated --reset option as it seems otherwise to match to --reset-icons.. Fixes: . Approved by Brandon Schaefer.

2012-09-19  Didier Roche  <didier.roche@canonical.com>

	add deprecated --reset option

2012-09-19  Didier Roche  <didier.roche@canonical.com>

	rename reset-icons to reseticons so that the removed --reset option doesn't magically match --reset-icons

2012-09-19  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Dash/Hud no longer steal mouse events outside their content area. Better draw handling of hud animation.. Fixes: https://bugs.launchpad.net/bugs/857422, https://bugs.launchpad.net/bugs/1049593. Approved by Brandon Schaefer.

2012-09-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed relayout on monitor changes.

2012-09-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Changed author

2012-09-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merge with trunk.

2012-09-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added autopilot tests for dash/hud closure.

2012-09-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added check for launcher/panel mouse click areas in dash hide logic.

2012-09-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	HideDash/Hud directly from external button press.

2012-09-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Renamed ResizingBaseWindow.

2012-09-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed jerkyness in animation.

2012-09-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Hud support for focus changing outside calculated hud geometry in same monitor.

2012-09-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed dash dismiss on same sceen with reduced input window.

2012-09-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed dash event theft.

2012-09-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: implements sigc::trackable. Fixes: https://bugs.launchpad.net/bugs/1052683. Approved by Brandon Schaefer.

2012-09-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: go back to use all the screen windows on spread events, to avoid unwanted behaviors
	
	Such undecorated or maximized decorated windows

2012-09-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: use ScaleScreen windows list (hopefully smaller) to check if decorate/undecorate a window

2012-09-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: implements sigc::trackable

2012-09-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController, FavoriteStore, Launcher, Icons: always use sort priority based on favorites to get positioned on launcher. Fixes: https://bugs.launchpad.net/bugs/761155, https://bugs.launchpad.net/bugs/858540, https://bugs.launchpad.net/bugs/868423, https://bugs.launchpad.net/bugs/1028927, https://bugs.launchpad.net/bugs/1042845, https://bugs.launchpad.net/bugs/1045146. Approved by Andrea Azzarone, Brandon Schaefer.

2012-09-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tests: move the .desktop applications in a data dir so that it's more XDG compliant
	
	Fix the TestDesktopUtilities tests so that it won't depend on system changes

2012-09-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDesktopUtilities: use gnome-terminal instead of ubuntu-software-center .desktop file

2012-09-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: remove the debugging text

2012-09-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-09-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: added tests for GetLastIconPriority

2012-09-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: fix some corner cases in GetLastIconPriority
	
	Like looking for the last sticky priority when we have no sticky icons and, a first favorite_uri

2012-09-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Revert wrong commit

2012-09-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockVolumeMonitorWrapper, MockDeviceLauncherSection: add optional parameter to define the number of mocked volumes

2012-09-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: fix SortAndUpdate test

2012-09-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: add tests for UpdateNumWorkspaces

2012-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: add ResetIconPriorities test

2012-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: added FavoriteAdd test for DeviceSection

2012-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: be more precise on checking the new devices position

2012-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: add tests for view opened and special favorite removed

2012-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: add Favorite removal signal test for devices

2012-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DeviceLauncherSection: rename IconAdded signal to icon_added

2012-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: emit signals instead of directly calling the favorite event callbacks

2012-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: add DisconnectSignals utility function, so that we can avoid mistakes by newly opened views

2012-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: move some tests so that they're in a better order

2012-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: add SetupIcons tests

2012-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: AddRunningApps and AddDevices tests

2012-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: add OnFavoriteStoreFavoriteRemoved and Registered Icons stick/unstick

2012-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: add various OnFavoriteStoreAdded tests

2012-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: added SortandUpdate test

2012-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: added Launcher Special request tests

2012-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SoftwareCenterLauncherIcon: use fallback icons if the provided name is empty

2012-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: add more SaveIconsOrder tests

2012-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: added utility function AddFavoriteKeepingOldPosition to avoid code duplication
	
	This function allows to add an icon to the current icons list guessing the previous icon positioning

2012-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: try to keep the unity devices positions when saving the icons order
	
	Tests added

2012-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: add other SaveIconsOrder tests

2012-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: add SaveIconsOrder test

2012-09-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: add launcher remove_request tests for app and devices

2012-09-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: implement MockVolumeLauncherIcon and use for Launcher add_request tests

2012-09-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_mock_devices: added MockVolume

2012-09-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: add launcher's add_request application tests
	
	Also define some app:: desktop files

2012-09-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: pass the icon_uri by value on position_forgot
	
	This avoids unwanted extra-references

2012-09-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: unstick the Bamf view when deleting the BamfLauncherIcon

2012-09-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherModel: added tests for ReorderAfterNext and changed ReorderAfter to ReorderAfterPrevious

2012-09-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherModel: avoid to set again the priority for the moved icon in ReorderAfter

2012-09-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: add more construction tests and the utility BuildMockBamfLauncherIcon

2012-09-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: improve ensurelaunchers 

2012-09-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_mock_devices: add #ifndef guard (added by mistake to TestDeviceLauncherSection)

2012-09-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	FavoriteStore: make GetFavorites const

2012-09-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: more initialization checks

2012-09-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: add more registration tests, fix not-working tests

2012-09-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: add RegisterIcon tests

2012-09-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SpacerLauncherIcon: using IconType::SPACER everywhere

2012-09-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: s/GetFavoriteIcon/GetIconByUri/g

2012-09-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: s/GetFavoriteIcon/GetIconByUri/g, add tests to TestLauncherController

2012-09-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: add better RegisterIcon so that we can remove some duplicated code
	
	Also correctly reoreder icons on OnLauncherAddRequest

2012-09-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: add createfavorites test for desktop and expo icons

2012-09-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestVolumeLauncherIcon: use test_mock_devices

2012-09-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: added devices favorites test

2012-09-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests: Added test_mock_devices.h to avoid device intialization duplication code

2012-09-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GMockVolume: setup default name and uuid

2012-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: add first CreateFavorite tests

2012-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: implement in a better way MockFavoriteStore

2012-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherController: add just an Impl getter on friend class

2012-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSoftwareCenterLauncherIcon: added animation test

2012-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestSoftwareCenterLauncherIcon: added first test

2012-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherIcon: add Stick/Unstick tests

2012-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherIcon: add Visibility test

2012-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherIcon: basic LauncherIcon test

2012-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestVolumeLauncherIcon: add stick/unstick tests

2012-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestTrashLauncherIcon: add first basic test

2012-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon's: use FavoriteStore::URI_PREFIX_* values for remote uri

2012-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	FavoriteStoreGSettings: removing unneeded variables

2012-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestBamfLauncherIcon: add test for RemoteUri without .desktop file

2012-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestFavoriteStore: testing ParseFavoriteFromUri

2012-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestFavoriteStore: add more URI cases

2012-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDesktopUtilities: re-enabling disabled tests.

2012-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherModel: One more test

2012-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SoftwareCenterLauncherIcon: indentation fixes (and use const&)

2012-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: remove the duplicated set-tooltip text

2012-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests: add TestFavoriteStore class for testing static members

2012-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDesktopLauncherIcon: add activation test

2012-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager: add InShowDesktop (and implement it in PluginAdapter's).

2012-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests, *LauncherIcons: add RemoteUri tests

2012-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestDesktopLauncherIcon: add basic tests

2012-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestHudLauncherIcon: check for icon type

2012-09-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tests: remove timeouts on VolumeLauncherIcon, fix HudLauncherIcon test

2012-09-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestVolumeLauncherIcon: add position test, fix failing tests

2012-09-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestMain, TestMainXless: set the default locale to C (to fix volume failing tests)

2012-09-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestBamfLauncherIcon: check position

2012-09-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestBamfLauncherIcon: add sticky tests

2012-09-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractLauncherIcon: add position_forgot signal, use it in LauncherController and LauncherIcon

2012-09-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncher: addtest for add_request signal

2012-09-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DndData: use const char*

2012-09-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncher: add test for DndIsSpecialRequest

2012-09-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncher: check if a device icon is sticked when dragged.

2012-09-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncher: add test to check drag icon when setting an icon back to its position

2012-09-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherModel: avoid priority clashes, when icons share the priority with 'other'
	
	Tests updated and added.

2012-09-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging trunk

2012-09-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: removing fixme statement

2012-09-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncher: add AddMockIcons utility function

2012-09-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests: added TestHudLauncherIcon

2012-09-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: put back the saturation check bits

2012-09-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestBFBLauncherIcon: use testing::Test and check for icon position

2012-09-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	FavoriteStore: more const methods and static values

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: use smart pointers for GKeyFile

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: remove the ShowDesktopIcon option, correctly set the workspaces size even when vsize changes
	
	And, of course, change the launcher::Controller initialization.

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: refactor the internals to use the new LauncherModel and FavoriteStore
	
	Semplified the constructor, we really don't need to have a Display parameter here; use
	initialization list more, remove timeout on icons initialization (also use a new main function to
	initialize all the non-fixed launcher icons).
	
	The icons ordering has changed a lot: now the favorites control everything (except BFB and trash)
	and we add the icons based on their defined position. Added two special places: local::RUNNING_APPS_URI
	and local::DEVICES_URI that optionally defines where these kind of icons should be placed.
	This is not strict by the way, because if these uris are not defined we add them by default at
	the bottom of the launcher main model.
	
	So to get that, I refactored CreateFavorite so that it's like an icon factory that returns
	us an icon based on its icon-uri. It does this job only if the icon is not already available.
	Also, added GetFavoriteIcon that returns us the icon in the model with the requested uri.
	SetupIcons does the work of reading the favorite store and add the icons in order; it also
	set up the signals.
	
	When a new Device or Application icon is added to the launcher, we append it to the list of the
	non-sticky devices or applications.
	
	Favorites reordering, removal or additions have been refactored to fit to our new system;
	when we save the favorites, the position of the "running-apps" or "attached-devices" is
	computed based on where the first icon of this type is placed.
	
	The expo icon is handled differently, since it is not added if we have no workspaces available.
	
	SoftwareCenterLauncher icons are now handled differently: we consider them as sticky application
	icons, so we firstly add them to the model (setting their priority based on the last sticky icon
	we have), then we animate them. They already know where they should go, based on model computions
	(also fixed a bug that caused them not to get the overlay shourtcut when added).
	
	OnLauncherAddRequest: always stick the favorite icon

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SoftwareCenterLauncherIcon: remove the icon size parameter from the animation. Change logic.
	
	We assume now that when a SoftwareCenterLauncher icon has been added to the launcher, is already
	on the model, but it is not visible. So at this point we have only to animate ourself to 
	the position that was designed (and saved on the icon Center).
	
	When the animation is over, remove any extra reference to icon textures and launcher.
	Also make sure we're visible.

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-tests, Launcher: backport the BFB icon drag test from 5.0
	
	(fixed here as well).

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: rename signals add DndIsSpecialRequest, remember the position of the dragged icon
	
	After a drag action, save the model only if the icon has really changed its position,
	implement DndIsSpecialRequest to check if a DND request is really special (a device icon or
	a .desktop file). When a Dnd special reqeuest happens, we only have to emit a signal.
	The controller will handle them all (hopefully sticking the application)
	
	Plus, some code cleanup, use LauncherIcon::IsVisible when possible.

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockLauncherIcon: adapt to the new AbstractLauncherIcon interface

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	VolumeLauncherIcon: implement Stick and Unstick.
	
	When Sticked we should unblacklist the icon, when Unsticked we should keep it visibile anyway.

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudLauncherIcon: use IsVisible()

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	com.canonical.Unity.gschema: updated with new default values, added description.

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SpreadLauncherIcon: renamed to ExpoLauncherIcon
	
	Also implement the Stick function so that the icon is visible only if we have
	workspaces, and set it invisible by default.

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DeviceLauncherSection: remove the populate idle, add GetIcons() method
	
	Tests included

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: use the parent implmenentation of Stick and Unstick
	
	Also don't set the icon visibility based on the stickyness, the Stick() method
	will handle that at LauncherIcon level.

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherModel: use the icon position to order the icons
	
	tests updated.

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: implement IsVisible, Stick and Unstick. Set default sort priority.
	
	Now a launcher icon sets its sort priority by default on initialization, so that
	it changes based on the icon type.
	Also, implement the Stick method setting the icon visible by default and emitting
	the position_saved signal for its customers.
	
	Implement also the Unstick method, it also removes the icon from favorites.

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractLauncherIcon: remove icon_weight property, add DefaultPriority getter and position_saved signal
	
	The default priority is set to a value relative to the icon type by deafult.
	The priority_saved signal is meant to be used when an icon wants to save is position (i.e.
	add itself to favorites).

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	FavoriteStoreGSettings: implement missing methods, always store icon uris instead of destkop paths/id
	
	Add/update tests. The favorites are now meant as source for the icon ordering, they're not only
	related to desktop files but to any unity kind of icon

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	FavoriteStore: add more utility methods, plus some static ones to get the favorite uri

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	FavoriteStorePrivate: add IsDesktopFilePath utility function

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DesktopLauncherIcon: switch icon uri to "unity://desktop-icon"

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DesktopUtilities: add GetDesktopPathById method to get the desktop path from an id or file.
	
	Tests included.

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: remove unneede variable

2012-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusProxy: cleanup unneeded variable

2012-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/keep-priority-launcher-model to have a real priority model

2012-09-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-08-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging again with lp:~andyrock/unity/devices-cleanup-and-test (and trunk)

2012-08-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk trough lp:~andyrock/unity/devices-cleanup-and-test

2012-08-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	VolumeLauncherIcon: add remote Uri support

2012-08-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~andyrock/unity/devices-cleanup-and-test

2012-08-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherModel: also use the icon_weight parameter to define the icon sorting

2012-08-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractLauncherIcon: add icon_weight property that defines the default icon position

2012-08-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	launcher, CMakeLists: compile also SpreadLauncherIcon

2012-08-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: add SpreadLauncherIcon to perform the Expo action
	
	Added unit-tests, 

2012-08-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DesktopLauncherIcon: add Super+D shortcut and remoteUri

2012-08-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DeviceLauncherIcon: fix compilation

2012-08-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-08-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DeviceLauncherIcon: implement GetRemoteUri (returning the device UUID)

2012-08-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: fix the Sorting priority to avoid that opened icons are added after the sticky ones

2012-08-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/quicklist-menu-items-leak-fix (future trunk :))

2012-08-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-08-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/launcher-icon-construction-type (and trunk)

2012-08-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: set the initial animation back to work

2012-08-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: put the _initial_drag_animation back

2012-08-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: always start the drag launcher window from the original click position
	
	This fixes bug #858540

2012-08-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: allow to reorder any floating icon, fix the dragging under the last icon

2012-08-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherModel: added TestOrderByPosition

2012-08-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherModel: refactored to use testing::Test function

2012-08-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherModel: first compare icons by their position, not by type

2012-08-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: set the default icon position to FLOATING; HUD, BFB to BEGIN; Trash to END

2012-08-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractLauncherIcon: add position Enum and icon property

2012-09-18  Andrea Azzarone  <azzaronea@gmail.com>

	Refactor unity::Settings to use nux::RWProperty.. Fixes: https://bugs.launchpad.net/bugs/1044681. Approved by Omer Akram.

2012-09-18  Andrea Azzarone  <azzaronea@gmail.com>

	Don't use override keyword.

2012-09-17  Andrea Azzarone  <azzaronea@gmail.com>

	Update copyright headers.

2012-09-17  Andrea Azzarone  <azzaronea@gmail.com>

	Delete .project file.

2012-09-17  Andrea Azzarone  <azzaronea@gmail.com>

	Add unit test for unity::Settings.

2012-09-17  Andrea Azzarone  <azzaronea@gmail.com>

	Use a nux::RWProperty for the form factor.

2012-09-16  Andrea Azzarone  <azzaronea@gmail.com>

	Use std::unique_ptr for the pimpl pointer.

2012-09-16  Andrea Azzarone  <azzaronea@gmail.com>

	Use unity::glib facilities in unity::Settings::Impl

2012-09-16  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug 1044681.

2012-09-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Implemented the loading of the category icon for the application category (required for the apps lens).. Fixes: https://bugs.launchpad.net/bugs/1049593. Approved by Marco Trevisan (Treviño).

2012-09-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Check for the application emblem category type

2012-09-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Send the current XLib timestamp to applications when we're opening them to not confuse them and cause issues like what we have seen with Firefox (bug linked).. Fixes: https://bugs.launchpad.net/bugs/1050687. Approved by Marco Trevisan (Treviño).

2012-09-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Send the current time to applications when we open them

2012-09-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed scrolling in music preview.. Fixes: . Approved by Neil J. Patel.

2012-09-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed mouse scrolling in music preview.

2012-09-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Enabled focus navigation for dash preview buttons.. Fixes: https://bugs.launchpad.net/bugs/1045416. Approved by Michal Hruby, John Lea.

2012-09-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	merge with trunk

2012-09-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	removed unnecessary brackets

2012-09-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merge with trunk

2012-09-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added focus navigation to preview buttons.

2012-09-18  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	This branch fixes several failing autopilot tests.. Fixes: . Approved by Omer Akram, Christopher Lee.

2012-09-18  Thomi Richards  <thomi.richards@canonical.com>

	Merged code to fix several AP tests.

2012-09-18  Thomi Richards  <thomi.richards@canonical.com>

	Make video preview test more robust.

2012-09-18  Thomi Richards  <thomi.richards@canonical.com>

	Skip music lens preview test if the music lens is empty.

2012-09-18  Thomi Richards  <thomi.richards@canonical.com>

	Hud tests will now work even when run from inside an SSH session.

2012-09-18  Thomi Richards  <thomi.richards@canonical.com>

	Sleep after open gedit perhaps?

2012-09-18  Thomi Richards  <thomi.richards@canonical.com>

	Fixed hud test.

2012-09-17  Ken VanDine  <ken.vandine@canonical.com>

	Adds SocialPreview. Fixes: https://bugs.launchpad.net/bugs/1049127. Approved by Neil J. Patel.

2012-09-14  Ken VanDine  <ken.vandine@canonical.com>

	Added SocialPreview

2012-09-17  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Restore the panel shadow, which has been missing since Unity 6.4.
	(LP: #1045705)
	
	REQUIRES Compiz fix LP: #1050704. Without that fix, the active window will
	always have the panel shadow on top of it.. Fixes: https://bugs.launchpad.net/bugs/1045705. Approved by Brandon Schaefer.

2012-09-17  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Restore the panel shadow, which has been missing since Unity 6.4.
	(LP: #1045705)
	
	REQUIRES Compiz fix LP: #1050704. Without that fix, the active window will
	always have the panel shadow on top of it.

2012-09-17  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Register file delete events in zeitgeist when file is dropped onto Trash launcher icon.
	Added zeitgeist dependency.. Fixes: https://bugs.launchpad.net/bugs/870150. Approved by Marco Trevisan (Treviño).

2012-09-17  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Merged 6.0 branch.

2012-09-17  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Added two new special icons for missing album cover; to be used by music lens. They don't really fit into unity-asset-pool as they don't have regular sizes.. Fixes: https://bugs.launchpad.net/bugs/1049217. Approved by .

2012-09-17  Tim Penhey  <tim.penhey@canonical.com>

	Fix uninitialized and invalid reads as reported by valgrind.. Fixes: . Approved by Brandon Schaefer.

2012-09-13  Tim Penhey  <tim.penhey@canonical.com>

	Release the tray too.

2012-09-12  Tim Penhey  <tim.penhey@canonical.com>

	Initialise the initial duration for the window minimisation.

2012-09-12  Tim Penhey  <tim.penhey@canonical.com>

	Initialise indial_drag_animation, and remove some private variables that are never used.

2012-09-17  Tim Penhey  <tim.penhey@canonical.com>

	Fix the standalone launcher crash on exit.. Fixes: . Approved by Brandon Schaefer.

2012-09-12  Tim Penhey  <tim.penhey@canonical.com>

	And include the header.

2012-09-12  Tim Penhey  <tim.penhey@canonical.com>

	Destroy the icon textures.

2012-09-11  Tim Penhey  <tim.penhey@canonical.com>

	Make sure the controller is destroyed before the window thread so the process exits nicely.

2012-09-17  Ken VanDine  <ken.vandine@canonical.com>

	Added SocialPreview. Fixes: https://bugs.launchpad.net/bugs/1049127. Approved by Neil J. Patel.

2012-09-17  Ken VanDine  <ken.vandine@canonical.com>

	Removed dash preview background shadow

2012-09-17  Ken VanDine  <ken.vandine@canonical.com>

	merged latest trunk

2012-09-14  Ken VanDine  <ken.vandine@canonical.com>

	Added SocialPreview

2012-09-14  Ken VanDine  <ken.vandine@canonical.com>

	fixed a comment

2012-09-14  Ken VanDine  <ken.vandine@canonical.com>

	cleaned up some comments

2012-09-13  Ken VanDine  <ken.vandine@canonical.com>

	added test for SocialPreview

2012-09-12  Ken VanDine  <ken.vandine@canonical.com>

	use a larger font

2012-09-12  Ken VanDine  <ken.vandine@canonical.com>

	limit lines to 8

2012-09-12  Ken VanDine  <ken.vandine@canonical.com>

	if description is empty and there is an image set, display it

2012-09-11  Ken VanDine  <ken.vandine@canonical.com>

	Fixed alignment so comments line up with the info hints

2012-09-11  Ken VanDine  <ken.vandine@canonical.com>

	don't escape 

2012-09-10  Ken VanDine  <ken.vandine@canonical.com>

	Formating fixes, including less ScrollViews

2012-09-07  Ken VanDine  <ken.vandine@canonical.com>

	formating tweaks and updated more data in the standonly preview

2012-09-07  Ken VanDine  <ken.vandine@canonical.com>

	removed some print statements

2012-09-07  Ken VanDine  <ken.vandine@canonical.com>

	merged from trunk

2012-09-07  Ken VanDine  <ken.vandine@canonical.com>

	more SocialPreviewComments layout tweaks

2012-09-07  Ken VanDine  <ken.vandine@canonical.com>

	layout tweaking for Comments

2012-09-07  Ken VanDine  <ken.vandine@canonical.com>

	layout tweaks

2012-09-07  Ken VanDine  <ken.vandine@canonical.com>

	Fixed drawing of SocialPreviewComments and make it inherit from ScrollView

2012-09-06  Ken VanDine  <ken.vandine@canonical.com>

	merged from trunk

2012-09-06  Ken VanDine  <ken.vandine@canonical.com>

	set comments_ width based on the details width

2012-09-06  Ken VanDine  <ken.vandine@canonical.com>

	updated for protocol changes 

2012-09-06  Ken VanDine  <ken.vandine@canonical.com>

	serialize comments

2012-09-05  Ken VanDine  <ken.vandine@canonical.com>

	merged from trunk

2012-09-05  Ken VanDine  <ken.vandine@canonical.com>

	merged from trunk

2012-09-05  Ken VanDine  <ken.vandine@canonical.com>

	merged fixes for invalid geometry

2012-09-05  Ken VanDine  <ken.vandine@canonical.com>

	Don't draw if cr is invalid

2012-09-05  Ken VanDine  <ken.vandine@canonical.com>

	Added Comments stuff

2012-09-04  Ken VanDine  <ken.vandine@canonical.com>

	dropped SetText

2012-09-04  Ken VanDine  <ken.vandine@canonical.com>

	strip out cruft

2012-09-04  Ken VanDine  <ken.vandine@canonical.com>

	first pass at SocialPreviewComments widget

2012-09-04  Ken VanDine  <ken.vandine@canonical.com>

	merged speech bubble

2012-09-04  Ken VanDine  <ken.vandine@canonical.com>

	tweaked the color of the bubble

2012-09-04  Ken VanDine  <ken.vandine@canonical.com>

	merged in my branch

2012-09-04  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added content bubble for social preview.

2012-09-04  Ken VanDine  <ken.vandine@canonical.com>

	added some of RepliesWidget

2012-09-03  Ken VanDine  <ken.vandine@canonical.com>

	merged trunk

2012-09-01  Ken VanDine  <ken.vandine@canonical.com>

	merged from trunk

2012-08-31  Ken VanDine  <ken.vandine@canonical.com>

	removed set_title

2012-08-31  Ken VanDine  <ken.vandine@canonical.com>

	use description

2012-08-31  Ken VanDine  <ken.vandine@canonical.com>

	give the standalone preview different data

2012-08-31  Ken VanDine  <ken.vandine@canonical.com>

	merged changes from dednick

2012-08-31  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Standardised preview field usage for socual preview

2012-08-31  Ken VanDine  <ken.vandine@canonical.com>

	merged from trunk

2012-08-31  Ken VanDine  <ken.vandine@canonical.com>

	playing with layouts

2012-08-31  Ken VanDine  <ken.vandine@canonical.com>

	Merged

2012-08-31  Ken VanDine  <ken.vandine@canonical.com>

	limit the content to 10 lines

2012-08-29  Ken VanDine  <ken.vandine@canonical.com>

	added missing SocialPreview

2012-08-29  Ken VanDine  <ken.vandine@canonical.com>

	Updated SocialPreview

2012-08-28  Ken VanDine  <ken.vandine@canonical.com>

	dded SocialPreview

2012-09-17  Thomi Richards  <thomi.richards@canonical.com>

	Fix several failing autopilot tests.. Fixes: . Approved by Brandon Schaefer.

2012-09-17  Thomi Richards  <thomi.richards@canonical.com>

	Fixed a launcher test that failed if you had any devices mounted.

2012-09-17  Thomi Richards  <thomi.richards@canonical.com>

	Ordered imports.

2012-09-17  Thomi Richards  <thomi.richards@canonical.com>

	Added code to ensure that text editor icon is not in the launcher model before the test starts.

2012-09-17  Andrea Azzarone  <azzaronea@gmail.com>

	Show the alt-tab on the monitor with the mouse.. Fixes: https://bugs.launchpad.net/bugs/1044293. Approved by Marco Trevisan (Treviño).

2012-09-17  Andrea Azzarone  <azzaronea@gmail.com>

	Update AP test.

2012-09-17  Andrea Azzarone  <azzaronea@gmail.com>

	Show alt+tab in the monitor with mouse.

2012-09-17  Nic d'Offay  <nicolas.doffay@canonical.com>

	Added left and right click exit to cover art for all previews.. Fixes: https://bugs.launchpad.net/bugs/1045230, https://bugs.launchpad.net/bugs/1045752. Approved by .

2012-09-17  Nic d'Offay  <nicolas.doffay@canonical.com>

	Moved mouse click exit functionality to base class to effect all previews. Left click now also exits.

2012-09-11  Nic d'Offay  <nicolas.doffay@canonical.com>

	Added click exit functionality to MusicPreviews.

2012-09-10  Nic d'Offay  <nicolas.doffay@canonical.com>

	Fixed mouse selection with Coverflow.

2012-09-17  Omer Akram  <om26er@ubuntu.com>

	write AP test for bug 1045752. Fixes: . Approved by Neil J. Patel.

2012-09-17  Omer Akram  <om26er@ubuntu.com>

	add AP tests for lp:1045752

2012-09-17  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Register file delete events in zeitgeist when file is dropped onto Trash launcher icon.
	Added zeitgeist dependency.. Fixes: https://bugs.launchpad.net/bugs/870150. Approved by Marco Trevisan (Treviño), Michal Hruby.

2012-09-14  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Removed extra newline.

2012-09-14  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Moved ZEITGEIST_UNITY_ACTOR to unnamed namspace; formatting fixes.

2012-09-14  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Merged trunk.

2012-09-13  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Merged trunk.

2012-09-07  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Added manual test for dragging files from File Lens to Trash.

2012-09-06  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Merged trunk.

2012-09-04  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Register file delete events in zeitgeist when file is dropped onto Trash launcher icon.
	Added zeitgeist dependency.

2012-09-17  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Restore the panel shadow, which has been missing since Unity 6.4.
	(LP: #1045705). Fixes: https://bugs.launchpad.net/bugs/1045705. Approved by Omer Akram, Marco Trevisan (Treviño).

2012-09-17  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Use unity coding style.

2012-09-17  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Use references instead of copying, where possible.

2012-09-17  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Check the shadow texture exists before using it. Otherwise we'd dereference
	NULL.

2012-09-13  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Merge latest lp:unity and fix conflicts

2012-09-13  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Restored support for panel shadow drawing over unfocussed windows.
	
	Note: This REQUIRES a corresponding fix to compiz in the decor plugin. Make
	sure you have that first.

2012-09-07  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Restore the panel shadow, which has been missing since Unity 6.4.
	(LP: #1045705)
	
	Unfortunately (or fortunately IMHO) this only draws the panel shadow on the
	desktop. So far I have only been able to make the shadow draw on all windows
	(including active) or just the desktop. This may be a restriction we have to
	accept until/unless panel shadow rendering is moved into compiz itself, or
	some nice person can find a way to make it work... ?

2012-09-16  Andrea Azzarone  <azzaronea@gmail.com>

	Reduce internal-padding inside filter buttons.. Fixes: https://bugs.launchpad.net/bugs/856277. Approved by Brandon Schaefer.

2012-09-13  Andrea Azzarone  <azzaronea@gmail.com>

	Remove magic number.

2012-09-13  Andrea Azzarone  <azzaronea@gmail.com>

	Remove magic number.

2012-09-13  Andrea Azzarone  <azzaronea@gmail.com>

	Revemove debug label.

2012-09-13  Andrea Azzarone  <azzaronea@gmail.com>

	Fix typo in DashStyle.

2012-09-13  Andrea Azzarone  <azzaronea@gmail.com>

	Change label string to reproduce the bug.

2012-09-14  Andrea Azzarone  <azzaronea@gmail.com>

	Raise shortcut overlay on show.. Fixes: https://bugs.launchpad.net/bugs/985883. Approved by Brandon Schaefer.

2012-09-11  Andrea Azzarone  <azzaronea@gmail.com>

	Add unit-tests.

2012-09-10  Andrea Azzarone  <azzaronea@gmail.com>

	Minor changes.

2012-09-14  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed dash preview background shadow.. Fixes: . Approved by Brandon Schaefer.

2012-09-10  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added programatic ability to disable/enable preview content background shadows.

2012-09-14  Tim Penhey  <tim.penhey@canonical.com>

	Fixed a warning emitted by unreferencing an object owned by a smart pointer in HudController.cpp. Caused by adopting a new nux::BaseWindow.. Fixes: . Approved by Brandon Schaefer.

2012-09-12  Tim Penhey  <tim.penhey@canonical.com>

	Fix the adoption warning, and some layout tweaks.

2012-09-14  Gord Allott  <gord.allott@canonical.com>

	some changes in spacing from new designs. Fixes: . Approved by Gord Allott.

2012-09-14  Gord Allott  <gord.allott@canonical.com>

	changed font weight for filter results and filter category headers

2012-09-14  Gord Allott  <gord.allott@canonical.com>

	design spacing changes, guessed edition

2012-09-14  Gord Allott  <gord.allott@canonical.com>

	Adds a new background gradient to the dash and panel, as well as removes some separator lines. Fixes: https://bugs.launchpad.net/bugs/1049593. Approved by Omer Akram, Andrea Azzarone, John Lea.

2012-09-14  Gord Allott  <gord.allott@canonical.com>

	added tex

2012-09-14  Gord Allott  <gord.allott@canonical.com>

	fixed small issue with sizing

2012-09-14  Gord Allott  <gord.allott@canonical.com>

	remove awesome numbers

2012-09-14  Gord Allott  <gord.allott@canonical.com>

	nicer way of handling filters being open from places group

2012-09-14  Gord Allott  <gord.allott@canonical.com>

	fixes hud drawing

2012-09-13  Gord Allott  <gord.allott@canonical.com>

	removed commented lines

2012-09-13  Gord Allott  <gord.allott@canonical.com>

	removed a few more debugs

2012-09-13  Gord Allott  <gord.allott@canonical.com>

	removed some debugs

2012-09-13  Gord Allott  <gord.allott@canonical.com>

	fixes small issue with home view and scrollbar enabling

2012-09-13  Gord Allott  <gord.allott@canonical.com>

	remove filter bar expanders

2012-09-13  Gord Allott  <gord.allott@canonical.com>

	latest trunk

2012-09-13  Gord Allott  <gord.allott@canonical.com>

	remove separator at the top of the dash

2012-09-13  Gord Allott  <gord.allott@canonical.com>

	hide scrollbar in dash when there are not enough items to scroll

2012-09-13  Gord Allott  <gord.allott@canonical.com>

	lots of stuff

2012-09-12  Gord Allott  <gord.allott@canonical.com>

	merge in lp:~gordallott/unity/fix-overlay-race-condition

2012-09-12  Gord Allott  <gord.allott@canonical.com>

	don't use an idle for a call that needs to be immediate

2012-09-12  Gord Allott  <gord.allott@canonical.com>

	make sure to increase the bgs number

2012-09-11  Gord Allott  <gord.allott@canonical.com>

	latest unity

2012-09-11  Gord Allott  <gord.allott@canonical.com>

	panel gradient

2012-09-11  Gord Allott  <gord.allott@canonical.com>

	dash gradient background added

2012-09-11  Gord Allott  <gord.allott@canonical.com>

	properly placed category bgs

2012-09-10  Gord Allott  <gord.allott@canonical.com>

	undup line

2012-09-10  Gord Allott  <gord.allott@canonical.com>

	performance fix

2012-09-10  Gord Allott  <gord.allott@canonical.com>

	two highlight textures working

2012-09-10  Gord Allott  <gord.allott@canonical.com>

	merge with trunk, fix draw order issues@

2012-08-30  Gord Allott  <gord.allott@canonical.com>

	Buggy but ubuntu is crashing so i want a saved spot

2012-08-30  Gord Allott  <gord.allott@canonical.com>

	quick save

2012-08-29  Gord Allott  <gord.allott@canonical.com>

	new resources

2012-09-14  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Preview navigation buttons opacity changes on mouse-over.. Fixes: . Approved by Michal Hruby, John Lea.

2012-09-10  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Preview navigation buttons opacity changes on mouse-over.

2012-09-14  Michal Hruby  <michal.mhr@gmail.com>

	Change the IconLoader methods to allow specifying both maximum width and height. Updated rendering of the icon ribbons.. Fixes: . Approved by Omer Akram, John Lea, Nick Dedekind.

2012-09-13  Michal Hruby  <michal.mhr@gmail.com>

	Decrease the strip size according to design request

2012-09-13  Michal Hruby  <michal.mhr@gmail.com>

	Determine size more rigorously

2012-09-12  Michal Hruby  <michal.mhr@gmail.com>

	It's better when it compiles

2012-09-12  Michal Hruby  <michal.mhr@gmail.com>

	Merge with Nick's results size branch

2012-09-12  Michal Hruby  <michal.mhr@gmail.com>

	Fix ribbon compositing

2012-09-12  Michal Hruby  <michal.mhr@gmail.com>

	Allow specifying both max width and height when calling IconLoader

2012-09-12  Michal Hruby  <michal.mhr@gmail.com>

	Merge updated-ribbon-rendering branch

2012-09-06  Michal Hruby  <michal.mhr@gmail.com>

	Add shadow and overflow the ribbon by 1px

2012-09-06  Michal Hruby  <michal.mhr@gmail.com>

	Fix rendering of emblems

2012-09-05  Michal Hruby  <michal.mhr@gmail.com>

	Change ribbons visuals according to latest designs

2012-09-05  Michal Hruby  <michal.mhr@gmail.com>

	Add new category emblems

2012-09-14  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added extra-text to preview actions (for price tags).. Fixes: . Approved by Michal Hruby.

2012-09-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added preview action button accessors for label and extra text.

2012-09-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added unity test cases for preview extra-text

2012-09-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added extra-text to preview actions (for price tags).

2012-09-14  Michal Hruby  <michal.mhr@gmail.com>

	Avoid construction of row wrappers. Fixes: https://bugs.launchpad.net/bugs/1050342. Approved by Gord Allott.

2012-09-13  Michal Hruby  <michal.mhr@gmail.com>

	Fix delays when adding results

2012-09-13  Michal Hruby  <michal.mhr@gmail.com>

	Add comments to not forget about the model limitation

2012-09-13  Michal Hruby  <michal.mhr@gmail.com>

	Merge trunk

2012-09-02  Michal Hruby  <michal.mhr@gmail.com>

	Avoid construction of row wrappers

2012-09-14  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Updated dash result highlight focus to 106x106 pixels with 20% white opacity. Increased dash result file image size to 96x96.. Fixes: https://bugs.launchpad.net/bugs/1049128. Approved by John Lea, Michal Hruby.

2012-09-11  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed non-implemented function from header.

2012-09-11  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Updated dash result highlight focus to 106x106 pixels with 20% white opacity. Increased dash result file image size to 96x96.

2012-09-14  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Added two new special icons for missing album cover; to be used by music lens. They don't really fit into unity-asset-pool as they don't have regular sizes.. Fixes: https://bugs.launchpad.net/bugs/1049217. Approved by Michal Hruby.

2012-09-12  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Added album_missing_preview icon the be displayed by music previews.

2012-09-11  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Added icons for missing album and video. They will be referenced by music & video lenses.

2012-09-14  Michal Hruby  <michal.mhr@gmail.com>

	Disable the flow renderer. Fixes: https://bugs.launchpad.net/bugs/1049593. Approved by Andrea Azzarone, John Lea.

2012-09-13  Michal Hruby  <michal.mhr@gmail.com>

	Disable flow renderer

2012-09-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed dash dismissal when changing focus to a window on monitor external to that of the dash. (LP#923657)
	Improved panel update speed when opening dash. (LP#1044086). Fixes: https://bugs.launchpad.net/bugs/923657, https://bugs.launchpad.net/bugs/1044086. Approved by Brandon Schaefer.

2012-09-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	removed extra white space

2012-09-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed hud focus test.

2012-09-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merge with trunk.

2012-09-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added key focus AP tests to Dash/Hud. Fixed up Cross monitor AP tests for Dash/Hud.

2012-09-11  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed dash manual-test format.

2012-09-11  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merged with lp:~brandontschaefer/unity/dash-hud-is-dismissed-when-clicking-other-monitor. + a few fixes for focus changes.

2012-09-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: remove scale_highlighted_window_ variable, using scale's getSelectedWindow instead.. Fixes: https://bugs.launchpad.net/bugs/1046795. Approved by Andrea Azzarone.

2012-09-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk (via lp:~3v1n0/unity/spread-title-improved)

2012-09-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: avoid to compute PluginAdapter() address multiple times in handleEvent

2012-09-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: remove scale_highlighted_window_ variable, using scale's getSelectedWindow instead.

2012-09-12  Andrea Azzarone  <azzaronea@gmail.com>

	Fix crash in unity::dash::CoverflowResultView::Impl::Impl(). Fixes: https://bugs.launchpad.net/bugs/1047420. Approved by Marco Trevisan (Treviño).

2012-09-11  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug 1048420

2012-09-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Update sizing of elements to match designs, update assets. Fixes: https://bugs.launchpad.net/bugs/1049096. Approved by Andrea Azzarone, Xi Zhu.

2012-09-12  Michal Hruby  <michal.mhr@gmail.com>

	Update also lens nav bar height

2012-09-11  Michal Hruby  <michal.mhr@gmail.com>

	Merge Nick's preview-buttons-height branch

2012-09-10  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Preview action buttons height shortened by 2px to 34px.

2012-09-11  Michal Hruby  <michal.mhr@gmail.com>

	Update lens icons

2012-09-11  Michal Hruby  <michal.mhr@gmail.com>

	Update category icon sizes

2012-09-11  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed a layout flicker when first opening previews (LP#1038944).. Fixes: https://bugs.launchpad.net/bugs/1038944, https://bugs.launchpad.net/bugs/1043277. Approved by Michal Hruby, Brandon Schaefer.

2012-09-04  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Updated manual test for change in requirements.

2012-08-29  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed typo in preview manual test.

2012-08-29  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed typo in preview manual test.

2012-08-29  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Altered preview manual test.

2012-08-28  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added manual test for preview flicker/resize.

2012-08-28  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merged with trunk

2012-08-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed preview flicker on first open.

2012-09-11  Michal Hruby  <michal.mhr@gmail.com>

	Adds the extra_text property to preview Action. Fixes: https://bugs.launchpad.net/bugs/1049008. Approved by Pawel Stolowski, Nick Dedekind.

2012-09-11  Michal Hruby  <michal.mhr@gmail.com>

	Expose the extra_text property of PreviewAction

2012-09-11  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Implemented DBus interface for DashController and made HideDash() method available via DBus. Added autopilot test for it.
	This is needed by music-preview-player codec installation functionality for hiding the dash when codec installation starts.. Fixes: https://bugs.launchpad.net/bugs/1043825. Approved by Michal Hruby.

2012-09-11  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Provide cancellable when connection to DBus.

2012-09-11  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Register /com/canonical/Unity/Dash object under existing com.canonical.Unity dbus name.

2012-09-07  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Added autopilot test for com.canonical.Unity.Dash.HideDash method call.

2012-09-07  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Implemented DBus interface for DashController and made HideDash() method available via DBus.

2012-09-11  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Extended track play/pause mouse discovery for entire track row.
	Re-worded manual test for play/pause music track.. Fixes: https://bugs.launchpad.net/bugs/1043997. Approved by Michal Hruby.

2012-08-31  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Track action mouse discovery enabled for whole track row.

2012-08-31  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added clarification in preview music track manual tests.

2012-09-10  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Fix minor problem with the Hud/Dash being drawn while closing on a different monitor.. Fixes: . Approved by Tim Penhey.

2012-09-10  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixes dash/hud flashing when closing on a different monitor

2012-09-10  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Dash and Hud get drawn correctly no matter which monitor the mouse is in.. Fixes: https://bugs.launchpad.net/bugs/1002260. Approved by Tim Penhey.

2012-09-07  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixed confliced

2012-09-07  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Removed check in Draw if visible. This is fixed in a better way in another branch.

2012-09-06  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* change var names as well

2012-09-06  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Change target to ideal

2012-09-05  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* AP tests

2012-09-05  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixes multi monitor drawing of the Dash and Hud

2012-09-10  Omer Akram  <om26er@ubuntu.com>

	manual-test to AP; automate different scenarios to check successful launcher keynav. Fixes: . Approved by Christopher Lee.

2012-09-09  Omer Akram  <om26er@ubuntu.com>

	fix per veebers comment

2012-09-09  Omer Akram  <om26er@ubuntu.com>

	merge

2012-09-04  Omer Akram  <om26er@ubuntu.com>

	use move_mouse_to_right_of_launcher helper, also make the other test more obvious about what its doing

2012-09-04  Omer Akram  <om26er@ubuntu.com>

	merge trunk

2012-09-09  Omer Akram  <om26er@ubuntu.com>

	Merge trunk

2012-08-29  Omer Akram  <om26er@ubuntu.com>

	improve on last commit

2012-08-29  Omer Akram  <om26er@ubuntu.com>

	makes sure right click on a launcher icon while in expo exits it, remove equivalent manual-test

2012-08-29  Omer Akram  <om26er@ubuntu.com>

	fix docstring and some

2012-08-29  Omer Akram  <om26er@ubuntu.com>

	click on quicklist item must cancel keynav, removed equivalent manual-test

2012-08-29  Omer Akram  <om26er@ubuntu.com>

	remove manual-test

2012-08-29  Omer Akram  <om26er@ubuntu.com>

	add another case from the manual test

2012-08-29  Omer Akram  <om26er@ubuntu.com>

	add new AP test

2012-08-28  Omer Akram  <om26er@ubuntu.com>

	merge trunk

2012-08-27  Omer Akram  <om26er@ubuntu.com>

	merge trunk

2012-09-07  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: Port unity3d and panel service accessibility init to atk-bridge. Fixes: https://bugs.launchpad.net/bugs/1023542, https://bugs.launchpad.net/bugs/1046582. Approved by Andrea Azzarone, Marco Trevisan (Treviño).

2012-09-07  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-09-06  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-07-17  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: Port unity3d and panel service accessibility init to atk-bridge
	
	https://code.launchpad.net/bugs/1023542

2012-07-03  Alejandro Piñeiro  <apinheiro@igalia.com>

	Reflect on HACKING the new dependency to libatk-adaptor

2012-07-03  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: Port the panel service accessibility support to atk-bridge
	
	As Unity plugin itself, moving to atk-bridge library.
	
	Also solving minor issues

2012-07-02  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: Don't check 'toolkit-accessibility' gsettings variable
	
	So accessibility is always on, like in gtk3 and gnome-shell

2012-07-02  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: Port to atk-bridge
	
	gtk3 and gnome-shell already did that. Now the prefered way
	to initialize the bridge is using atk-bridge library, 
	instead of load a module

2012-09-07  Andrea Azzarone  <azzaronea@gmail.com>

	Revert rev 2558.. Fixes: . Approved by Marco Trevisan (Treviño).

2012-09-07  Andrea Azzarone  <azzaronea@gmail.com>

	Revert rev 2558.

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	EdgeBarrierController: Temporary disable the edge barriers also when autohide is set. Fixes: https://bugs.launchpad.net/bugs/1020058. Approved by Andrea Azzarone.

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestEdgeBarrierController: update tests

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	EdgeBarrierController: always release the barrier when requested (even if we have an handler)
	
	I.e. release it also with autohide

2012-09-07  Andrea Azzarone  <azzaronea@gmail.com>

	Re-add code to draw panel background texture when the dash is open and there is a maximized window.. Fixes: https://bugs.launchpad.net/bugs/1044460. Approved by Brandon Schaefer.

2012-09-07  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-09-05  Andrea Azzarone  <azzaronea@gmail.com>

	Split code in different functions.

2012-09-05  Andrea Azzarone  <azzaronea@gmail.com>

	Re-add code to draw panel background texture when the dash is open and there is a maximized window.

2012-09-07  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove everything in the #ifndef USE_MODERN_COMPIZ_GL ifdefs and remove the ifdefs alltogether. lp:unity now requires compiz 0.9.8.0 . Also removed ScreenEffectFramebufferObject.. Fixes: . Approved by Omer Akram, Sam Spilsbury, Andrea Azzarone.

2012-09-05  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity

2012-09-05  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.remove_modern_compiz_gl

2012-08-30  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove ScreenEffectFramebufferObject

2012-08-30  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove usage of USE_MODERN_COMPIZ_GL bump the compiz dep

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: use smart pointers, use static close_icon (with dynamic state) and PanelStyle context. Fixes: https://bugs.launchpad.net/bugs/1033935, https://bugs.launchpad.net/bugs/1045127, https://bugs.launchpad.net/bugs/1046124, https://bugs.launchpad.net/bugs/1046126. Approved by Renato Araujo Oliveira Filho.

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: put back the string optimizations, fix indentation

2012-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-09-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: even more code optimizations

2012-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: use some padding also at the end of the decoration
	
	Not to make long titles to fade to the end of the decoration

2012-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: handle any release event, if it was previously pressed

2012-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: don't allow to close a scaled window by any mouse button

2012-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: use height as scale decoration height

2012-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: Indentation fix

2012-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: avoid unneeded damages on motion event, and keep pressed also on mouse-out

2012-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: make the spread close button to react to mouse in/out and button press events
	
	Also close on button release.

2012-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: WindowCairoContext moved to struct UnityWindow::CairoContext
	
	Using it as stack allocated.

2012-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: use smart pointers, use static close_icon and panelStyle context
	
	This should save a lot of computation per each scale window.

2012-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: on spread decorate all windows, draw the new decoration above them

2012-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with renato's branch

2012-09-06  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed the size of the previews to 770x380 pixels. (LP#1045243). Fixes: https://bugs.launchpad.net/bugs/1045243. Approved by Brandon Schaefer.

2012-09-06  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Defined preview height/width values using global consts.

2012-09-04  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed preview size to 770x380.

2012-09-06  MC Return  <mc.return@gmx.net>

	Removed the variables 'oldPrev' and 'oldNext' which got assigned the value NULL, but then were never used.. Approved by Brandon Schaefer.

2012-09-05  MC Return  <mc.return@gmx.net>

	Removed the variables 'oldPrev' and 'oldNext' which got assigned the value NULL, but then were never used

2012-09-06  Didier Roche  <didier.roche@canonical.com>

	remove unity --reset, it's not anymore really needed now that we are in
	stable days of unity and we moved to gsettings. Approved by Michal Hruby.

2012-09-06  Didier Roche  <didier.roche@canonical.com>

	remove unity --reset, it's not anymore really needed now that we are in stable days of unity and we moved to gsettings

2012-09-06  MC Return  <mc.return@gmx.net>

	"Alt+Space" shortcut to reveal the window menu is not hardcoded, but a Compiz key option
	" (Hold)" should also be translated
	Made all Compiz plug-in names and all Compiz plug-in option names in unityshell.cpp static constants. Approved by Sam Spilsbury.

2012-09-02  MC Return  <mc.return@gmx.net>

	Made all Compiz plug-in names and all Compiz plug-in option names in unityshell.cpp static constants

2012-08-28  MC Return  <mc.return@gmx.net>

	Also fixed "Alt+Space" not hardcoded in StandaloneShortcuts.cpp

2012-08-28  MC Return  <mc.return@gmx.net>

	Fixed "Alt+Space" to open the window menu is not hardcoded, but a shortcut::COMPIZ_KEY_OPTION

2012-08-28  MC Return  <mc.return@gmx.net>

	" (Hold)" should also be translated

2012-08-28  MC Return  <mc.return@gmx.net>

	Fixed a typo

2012-09-06  Brandon Schaefer  <brandon.schaefer@canonical.com>

	The mouse will now cause the HUD buttons to change selection.. Fixes: https://bugs.launchpad.net/bugs/1042692. Approved by Tim Penhey, Gord Allott.

2012-09-04  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* More unneeded code...

2012-09-04  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Removed un needed code, this gets handled on button->mouse_leave...

2012-09-04  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* If the mouse is the new focused button emit query_selected to change the icon

2012-09-04  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Adds AP Test

2012-08-31  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Fixed last small problem, now works very well :)

2012-08-30  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* More fixes, still one issues with the StaticCarioText

2012-08-29  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* The Hud Buttons will now change focus with the mouse

2012-09-06  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	UnityWindow: scale window code improved
	
	* Fixed code style.
	* Moved function "GetWindowName" from UnityWindow to WindowManager.
	* Used glib::Object auto pointer instead of "c" pointer;. Fixes: https://bugs.launchpad.net/bugs/1033935, https://bugs.launchpad.net/bugs/1046125. Approved by Marco Trevisan (Treviño).

2012-09-04  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	Code optimizations.

2012-09-04  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	Removed all originial decoration when window is in scale mode;
	Draw window decoration inside of window following the designer docs;

2012-09-04  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	Fixed windows decoration for maximized windows.

2012-09-03  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	Renamed DrawTitle function.

2012-09-03  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	Fixed fade effect on title bar;
	Fixed window title alignment;

2012-09-03  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	Used panel style font on windows title decoration;
	Implemented fade effect on windows title decoration;

2012-08-31  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	Optimized GetWindowName code.

2012-08-31  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	Created "WindowCairoContext::Ptr" typedef to make the code more readable.

2012-08-31  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	Used smart pointers.

2012-08-31  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	Used glib::Object auto pointer instead of "c" pointer.

2012-08-31  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	Fixed code style.

2012-08-31  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	Moved function "GetWindowName" from UnityWindow to WindowManager.

2012-09-06  Michal Hruby  <michal.mhr@gmail.com>

	Make sure we can pass extra hints when activating preview actions. Fixes: https://bugs.launchpad.net/bugs/1046352. Approved by Pawel Stolowski, Nick Dedekind.

2012-09-04  Michal Hruby  <michal.mhr@gmail.com>

	Revert the required libunity version bump

2012-09-04  Michal Hruby  <michal.mhr@gmail.com>

	Use backwards-compatible proto

2012-09-03  Michal Hruby  <michal.mhr@gmail.com>

	Add a test

2012-09-03  Michal Hruby  <michal.mhr@gmail.com>

	Add hints parameter to PerformAction method

2012-09-03  Michal Hruby  <michal.mhr@gmail.com>

	Add the hints parameter to Activate calls, bump libunity requirement

2012-09-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherModel: rewrite the Reordering functions to keep the icon priority deltas
	
	The priority of the icons added to the model was reset every time the model
	was reordered; we should otherwise keep the priority deltas between icons
	so that we can safely set them without be worried that a reorder would completely
	reset them.
	Also add IconIndex method to get the positio of a given icon.. Fixes: https://bugs.launchpad.net/bugs/761155. Approved by Andrea Azzarone.

2012-09-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: set sort priority for favorites too, so that they won't be confused

2012-09-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherModel: use const& icon even for signals

2012-09-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: fix compilation

2012-09-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Move members to AbstractLauncherIcon::Ptr const& first

2012-09-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherModel: don't allow to add null icons or the ones already there
	
	Updated code of ReorderAfter to use std:: algorithms

2012-09-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: allow to drag an icon if has sisters or it's an only device

2012-09-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherModel: invalid icons don't have sisters

2012-09-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherModel: moving to C++11 foreach, and add few comments

2012-09-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncher/Model: update tests removing the bits no more needed with new model

2012-09-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests, TestLauncherModel: use testing::Test class added new tests

2012-09-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockLauncherIcon: make possible to define an icon type or MockLauncherIcon

2012-09-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ReorderSmart: rename save with animate

2012-09-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherModel: ReorderSmart fix icon priority based on target and be more smart on save centers

2012-09-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherModel: ReorderBefore correctly set the new icon priority based on target position

2012-09-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherModel: rewrite ReorderBefore so that we save centers more

2012-09-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherModel: rewrite the Reordering functions to keep the icon priority deltas
	
	The priority of the icons added to the model was reset every time the model
	was reordered; we should otherwise keep the priority deltas between icons
	so that we can safely set them without be worried that a reorder would completely
	reset them.
	Also add IconIndex method to get the positio of a given icon.

2012-09-06  Brandon Schaefer  <brandon.schaefer@canonical.com>

	The xim tests will now skip if no XMODIFIERS env var is set.. Approved by Christopher Lee, Thomi Richards.

2012-09-04  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Code is now more readable

2012-09-04  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Check if the XMODIFIER is a current env var

2012-09-06  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Close preview when dash is hidden. (LP#1045298). Fixes: https://bugs.launchpad.net/bugs/1045298. Approved by Nick Dedekind, Omer Akram, Gord Allott.

2012-09-05  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Close preview when dash is hidden.

2012-09-05  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed ability to delete glib::Source wrapper during its callback.. Fixes: https://bugs.launchpad.net/bugs/1044823, https://bugs.launchpad.net/bugs/1045187. Approved by Marco Trevisan (Treviño), Michal Hruby.

2012-09-05  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merge with trunk

2012-09-04  Nick Dedekind  <nicholas.dedekind@gmail.com>

	glib::Source Callback function args passed by const ref.

2012-09-04  Nick Dedekind  <nicholas.dedekind@gmail.com>

	removed whitespace.

2012-09-04  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Let glib handle source removal management during callback.

2012-09-04  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed ability to destroy glib::Source in callback.

2012-09-05  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Queue redraw after cover-art texture is updated from a url/file source. (LP#1043947). Fixes: https://bugs.launchpad.net/bugs/1043947. Approved by Omer Akram, Marco Trevisan (Treviño).

2012-09-05  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merge with trunk

2012-09-03  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Preview cover-art: Queue redraw after url texture load.

2012-09-04  Adam Conrad  <adconrad@0c3.net>

	Bring the upstream unity in line with the Ubuntu package for GLES/linking fixes.. Fixes: https://bugs.launchpad.net/bugs/1044709. Approved by Timo Jyrinki.

2012-09-03  Adam Conrad  <adconrad@0c3.net>

	* CMakeLists.txt: Make the GL/GLU linking conditional on BUILD_GLES,
	rather than based on uname, so it actually matches GLES settings.
	* dash/previews/CMakeLists.txt: Cargo-cult linking options from other
	modules for both -fPIC and UNITY_STANDALONE_LADD, fixing ARM/GLES.

2012-09-03  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed space between music track number/status and title.
	Fixed bug in preview animation timer source.. Fixes: . Approved by Michal Hruby.

2012-08-31  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed spacing between music track number/status and name.

2012-08-31  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed animation timeout source.

2012-09-03  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Fixing bug #924586 and bug #975350, both about custom background color.
	
	Now there is a check of an override color in RefreshColor (which is called when a PropertyNotify event happens). Also added a check in FullySaturateColor to avoid division by zero.. Fixes: https://bugs.launchpad.net/bugs/924586, https://bugs.launchpad.net/bugs/975350. Approved by MC Return, Andrea Azzarone, Nick Dedekind.

2012-09-02  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Fixing a typo

2012-09-01  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Removing duplicated code

2012-09-01  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Improving manual tests

2012-08-31  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Adding manual test for custom background

2012-08-31  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Merge with trunk

2012-08-28  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Merge with trunk

2012-07-12  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Fixing float comparison

2012-07-12  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Merge with trunk

2012-07-01  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Merge with trunk

2012-06-15  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Merge with trunk

2012-06-14  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Merge with trunk

2012-05-10  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Fixing custom BG color issues

2012-09-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherDragWindow: cancel drag on window mapped/unmapped. Fixes: https://bugs.launchpad.net/bugs/1044723. Approved by Andrea Azzarone.

2012-09-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncher: rename test

2012-09-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherDragWindow: add umapped, mapped signals

2012-09-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: use sigc::hide instead of defining the dummy OnWindowMapped

2012-09-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherDragWindow: cancel drag on window mapped/unmapped

2012-08-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherDragWindow: emit cancelled signal when the Escape key has been pressed during drag
	
	Launcher: restore an icon position after that the dragging has been cancelled
	. Fixes: https://bugs.launchpad.net/bugs/955561. Approved by Brandon Schaefer.

2012-08-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests: updated to add HideDragWindow()

2012-08-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestLauncherDragWindow: ungrab on destroy (to avoid Compositor crashes)

2012-08-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: add HideDragWindow utility function

2012-08-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherModel: s/GetCloserIcon/GetClosestIcon/

2012-08-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests, TestLauncher: add a tests to verify that the icon order is restored when cancelling an icon drag

2012-08-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: restore an icon position after that the dragging has been cancelled

2012-08-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests, TestLauncherDragWindow: add cancellation test

2012-08-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests, TestLauncherDragWindow: added skeleton test class

2012-08-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherDragWindow: emit cancelled signal when the Escape key has been pressed during drag

2012-08-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherModel: added GetCloserIcon to fetch the icon closer to the requested one
	
	Tests included.

2012-08-31  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	UnityWindow now implements ScaleWindowInterface.
	Implemented support to close window during the scale plugin.
	Fake windows decoration rendering using panel code as base.. Fixes: https://bugs.launchpad.net/bugs/876017. Approved by Sam Spilsbury.

2012-08-31  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	Merged mainline.

2012-08-31  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	Added "xrender" missing dependency.

2012-08-29  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	Make the windows header opaque to override the originial one.

2012-08-29  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	Used PanelStyle to retrieve the themed close button.

2012-08-29  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	Painted rounded window title.

2012-08-29  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	Draw the correct window title.

2012-08-28  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	Drawed window header using the gtk style color (based on panel code).
	Removed compiz text plugin dependency.

2012-08-27  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	Implemented windows title render.

2012-08-27  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	Updated code to work with new compiz.

2012-08-27  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	Merged mainline.

2012-08-21  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	Overrided "scaleSelectWindow" to find the active window instead of function "checkForWindowAt";

2012-08-21  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	Used OPAQUE const instead of real value.

2012-08-21  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	Used const variables

2012-08-21  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	Used client side buffer API.

2012-08-20  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	Mainline merged.

2012-08-20  Renato Araujo Oliveira Filho  <renato.filho@canonical.com>

	UnityWindow now implements ScaleWindowInterface;
	Implemented support to close window during the scale plugin;

2012-08-31  Michal Hruby  <michal.mhr@gmail.com>

	Implement new ordering of categories for home lens. Fixes: https://bugs.launchpad.net/bugs/1043915. Approved by Pawel Stolowski.

2012-08-31  Michal Hruby  <michal.mhr@gmail.com>

	Act on review comments

2012-08-31  Michal Hruby  <michal.mhr@gmail.com>

	Simplify a bit

2012-08-31  Michal Hruby  <michal.mhr@gmail.com>

	Add more tests

2012-08-31  Michal Hruby  <michal.mhr@gmail.com>

	Merge trunk

2012-08-30  Michal Hruby  <michal.mhr@gmail.com>

	Tiny cleanup

2012-08-30  Michal Hruby  <michal.mhr@gmail.com>

	Add test for ordering apps lens results as first

2012-08-30  Michal Hruby  <michal.mhr@gmail.com>

	Rename provides_private_content to provides_personal_content

2012-08-30  Michal Hruby  <michal.mhr@gmail.com>

	Merge trunk

2012-08-30  Michal Hruby  <michal.mhr@gmail.com>

	Remove debug msg

2012-08-30  Michal Hruby  <michal.mhr@gmail.com>

	Hook up the check properly

2012-08-30  Michal Hruby  <michal.mhr@gmail.com>

	Finish method that compares current search string with the apps lens results

2012-08-29  Michal Hruby  <michal.mhr@gmail.com>

	HomeLens: Prioritize categories from lenses with private content

2012-08-29  Michal Hruby  <michal.mhr@gmail.com>

	Fix build

2012-08-29  Michal Hruby  <michal.mhr@gmail.com>

	Add the newly introduced provides-private-content Lens property

2012-08-29  Michal Hruby  <michal.mhr@gmail.com>

	Merge trunk

2012-08-29  Michal Hruby  <michal.mhr@gmail.com>

	Merge home-lens-fixes branch

2012-08-28  Michal Hruby  <michal.mhr@gmail.com>

	Fix ActivateFirst

2012-08-28  Michal Hruby  <michal.mhr@gmail.com>

	Limit number of reorderings

2012-08-28  Michal Hruby  <michal.mhr@gmail.com>

	Move FilterModels methods into Lens class

2012-08-27  Michal Hruby  <michal.mhr@gmail.com>

	Implement design-requested reordering

2012-08-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LensView: fallback to normal renderer (instead of Coverflow) if GLSL is not supported. Fixes: https://bugs.launchpad.net/bugs/1040628. Approved by Gord Allott.

2012-08-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LensView: fallback to normal renderer (instead of Coverflow) if GLSL is enabled

2012-08-31  Ugo Riboni  <ugo.riboni@canonical.com>

	Progressively adjust the speed of the minimize animation. First time it is used is slower, then speeds up the more it is used.. Fixes: https://bugs.launchpad.net/bugs/1017510. Approved by Sam Spilsbury.

2012-08-31  Ugo Riboni  <ugo.riboni@canonical.com>

	Merge changes from trunk

2012-08-29  Ugo Riboni  <ugo.riboni@canonical.com>

	merge changes from trunk

2012-08-29  Ugo Riboni  <ugo.riboni@canonical.com>

	Move the trigger for the speed change to a more proper location

2012-08-29  Ugo Riboni  <ugo.riboni@canonical.com>

	Update author in copyright header and test tear down to use simpler functions.

2012-08-29  Ugo Riboni  <ugo.riboni@canonical.com>

	Add unit tests for the WindowMinimizeSpeedController

2012-08-27  Ugo Riboni  <ugo.riboni@canonical.com>

	Refactor WindowMinimizeSpeedController to not depend on UnityScreen for making it more testable

2012-08-27  Ugo Riboni  <ugo.riboni@canonical.com>

	Merge changes from trunk

2012-08-24  Ugo Riboni  <ugo.riboni@canonical.com>

	Temporarily add patch from Sam to fix NVIDIA crash on startup, so work can be done

2012-08-24  Ugo Riboni  <ugo.riboni@canonical.com>

	Merge changes from trunk

2012-08-22  Ugo Riboni  <ugo.riboni@canonical.com>

	merge changes from trunk

2012-08-22  Ugo Riboni  <ugo.riboni@canonical.com>

	Fix various errors

2012-08-22  Ugo Riboni  <ugo.riboni@canonical.com>

	Split off the minimize speed logic in a separate class

2012-08-21  Ugo Riboni  <ugo.riboni@canonical.com>

	Use references to avoid copying values unnecessarily

2012-08-21  Ugo Riboni  <ugo.riboni@canonical.com>

	Merge changes from trunk

2012-08-20  Ugo Riboni  <ugo.riboni@canonical.com>

	Merge changes from trunk

2012-08-16  Ugo Riboni  <ugo.riboni@canonical.com>

	Correctly refer to durations instead of speeds

2012-08-14  Ugo Riboni  <ugo.riboni@canonical.com>

	Adjust the default speeds per John's suggestion

2012-08-14  Ugo Riboni  <ugo.riboni@canonical.com>

	Progressively increase the minimize animation speed with use

2012-08-31  Andrea Azzarone  <azzaronea@gmail.com>

	Don't desat bfb/hud icon in DNDReset.. Fixes: https://bugs.launchpad.net/bugs/1043963. Approved by Sam Spilsbury.

2012-08-31  Andrea Azzarone  <azzaronea@gmail.com>

	Clean up.

2012-08-31  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug 1043963.

2012-08-31  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed POTFILE include.

2012-08-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: make always possible to drag an icon to the bottom or top of its sublist
	
	It was not possible before to reorder application icons below the BFB or above the workspace switcher. Fixes: https://bugs.launchpad.net/bugs/1043968. Approved by Brandon Schaefer.

2012-08-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-tests, Launcher: icons dragging manual tests improved

2012-08-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: make always possible to drag an icon to the bottom or top of its sublist
	
	It was not possible before to reorder application icons below the BFB or above the workspace switcher

2012-08-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: make the controller enable the launcher struts, based on hide-mode option. Fixes: https://bugs.launchpad.net/bugs/1044005. Approved by Brandon Schaefer.

2012-08-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests, TestLauncherController: added tests to check the launcher struts

2012-08-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: remove the struts Hack, no really more needed

2012-08-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: make the controller enable the launcher struts, based on hide-mode option

2012-08-30  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Tests gcin using XIM in unity.. Fixes: https://bugs.launchpad.net/bugs/1043627. Approved by Thomi Richards, Christopher Lee.

2012-08-30  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Skip the tests if no able to run

2012-08-29  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Made better doc strings, thanks Chris

2012-08-29  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* missed new line before class

2012-08-29  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* PEP8

2012-08-29  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Added a couple more checks before running the tests

2012-08-29  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Adds XIM tests for gcin

2012-08-30  Andrea Azzarone  <azzaronea@gmail.com>

	Refactor device launcher icons.. Fixes: https://bugs.launchpad.net/bugs/713423. Approved by Marco Trevisan (Treviño).

2012-08-29  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-08-29  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-08-28  Andrea Azzarone  <azzaronea@gmail.com>

	Fix typo.

2012-08-28  Andrea Azzarone  <azzaronea@gmail.com>

	Fix typo.

2012-08-28  Andrea Azzarone  <azzaronea@gmail.com>

	Remove OnRemoved fun.

2012-08-25  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-08-22  Andrea Azzarone  <azzaronea@gmail.com>

	Remove magic string.

2012-08-22  Andrea Azzarone  <azzaronea@gmail.com>

	Rename DeviceNotificationShower to DeviceNotificationDisplay.

2012-08-18  Andrea Azzarone  <azzaronea@gmail.com>

	Update device uri.

2012-08-17  Andrea Azzarone  <azzaronea@gmail.com>

	Revert po/*.

2012-08-17  Andrea Azzarone  <azzaronea@gmail.com>

	Clean up.

2012-08-17  Andrea Azzarone  <azzaronea@gmail.com>

	Clean up. Add tests for VolumeImp.

2012-08-17  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-08-17  Andrea Azzarone  <azzaronea@gmail.com>

	Replace shared_ptr<Class> with Class::Ptr.

2012-08-17  Andrea Azzarone  <azzaronea@gmail.com>

	sed -i s/AddBlacklisted/TryToBlacklist/g
	sed -i s/RemoveBlacklisted/TryToUnblacklist/g
	Add dnd support from dash to launcher to un-blacklist devices.

2012-08-17  Andrea Azzarone  <azzaronea@gmail.com>

	Make unity::launcher::DevicesSettings trackable. Dont' show Unmount menuitem for unmounted volumes.

2012-08-16  Andrea Azzarone  <azzaronea@gmail.com>

	Add missing file.

2012-08-15  Andrea Azzarone  <azzaronea@gmail.com>

	Add unit test for VolumeLauncherIcon.cpp

2012-08-15  Andrea Azzarone  <azzaronea@gmail.com>

	Use DeviceNotificationShower.

2012-08-15  Andrea Azzarone  <azzaronea@gmail.com>

	Add DeviceNotificationShower/Imp.

2012-08-15  Andrea Azzarone  <azzaronea@gmail.com>

	Move device settings from a favorite list to a blacklist.
	Abstract device settings and file manager opener for DI.

2012-08-12  Andrea Azzarone  <azzaronea@gmail.com>

	Rename unity::launcher::DeviceLauncherIcon to unity::launcher::VolumeLauncherIcon.

2012-08-12  Andrea Azzarone  <azzaronea@gmail.com>

	Add TestMountAndOpenInFileManager method and test it.

2012-08-11  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-08-11  Andrea Azzarone  <azzaronea@gmail.com>

	DevicesSettings is no longer a Singleton \o/.

2012-08-08  Andrea Azzarone  <azzaronea@gmail.com>

	Remove device options in ccsm. Refactor DeviceSettings. Will add a unit test later.

2012-08-08  Andrea Azzarone  <azzaronea@gmail.com>

	Add unity::launcher::Volume interface class with its implementation.

2012-08-30  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added check for width < 0 in preview layouts.. Fixes: . Approved by Brandon Schaefer.

2012-08-30  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added check for width < 0 in preview layouts.

2012-08-30  Michal Hruby  <michal.mhr@gmail.com>

	Activate proper result if the categories aren't displayed in-order. Fixes: https://bugs.launchpad.net/bugs/1040101, https://bugs.launchpad.net/bugs/1041583. Approved by Pawel Stolowski, Tim Penhey.

2012-08-29  Michal Hruby  <michal.mhr@gmail.com>

	Move stars to types, not vars

2012-08-29  Michal Hruby  <michal.mhr@gmail.com>

	Improve comment

2012-08-28  Michal Hruby  <michal.mhr@gmail.com>

	Fix ActivateFirst

2012-08-28  Michal Hruby  <michal.mhr@gmail.com>

	Move FilterModels methods into Lens class

2012-08-28  Michal Hruby  <michal.mhr@gmail.com>

	Small API changes

2012-08-22  Michal Hruby  <michal.mhr@gmail.com>

	Properly clean up CategoryRegistry

2012-08-22  Michal Hruby  <michal.mhr@gmail.com>

	Tiny API changes

2012-08-30  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Add gmodule dependency. Fixes: . Approved by Sam Spilsbury, Andrea Azzarone.

2012-08-30  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Also set the soversion

2012-08-30  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove debug message

2012-08-30  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~unity-team/unity/add-gmodule-dep

2012-08-29  Michal Hruby  <michal.mhr@gmail.com>

	Add dependancy on gmodule

2012-08-30  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Use target_link_libraries, link in pthread by default

2012-08-29  Sebastien Bacher  <seb128@ubuntu.com>

	updated the convert files to fix some typos in the key names
	. Fixes: https://bugs.launchpad.net/bugs/1041631. Approved by Timo Jyrinki.

2012-08-28  Sebastien Bacher  <seb128@ubuntu.com>

	updated convert files to fix some typos in the key names

2012-08-29  Thomi Richards  <thomi.richards@canonical.com>

	Update unity autopilot tests to match autopilot API.. Fixes: . Approved by Christopher Lee.

2012-08-29  Thomi Richards  <thomi.richards@canonical.com>

	Don't import global_context, as it's moved.

2012-08-28  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Fixes bug #950710 by expanding a PlacesGroup if it is the only category that contains results.. Fixes: https://bugs.launchpad.net/bugs/950710. Approved by Tim Penhey.

2012-08-28  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Merge from trunk and fix conflicts

2012-08-08  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Add manual test, since this is the most straightforward method to test this.

2012-08-08  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Delete the unit tests written in last two commits, they won't work and they weren't taking us anywhere.

2012-08-08  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Get tests to build, make tons of CMakeFile changes

2012-08-08  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Add unit test

2012-08-08  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Merge from trunk

2012-08-08  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	fix variable names and members of LensView, thanks Tim

2012-08-02  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Fix expand/collapse logic so it doesn't collapse every group it comes across

2012-08-02  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Expand results when only one category is displayed (LP: #950710)

2012-08-28  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Updated background layer for preview cover-art and details panels to be 10% low-light.. Fixes: . Approved by Andrea Azzarone.

2012-08-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Reversed dash previews background layer to low-light.

2012-08-28  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixes non-escaped character sequences in dash previews. (LP #1039020). Fixes: https://bugs.launchpad.net/bugs/1039020. Approved by Andrea Azzarone, Sam Spilsbury.

2012-08-28  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merged with trunk.

2012-08-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed character escaping from preview description fields.

2012-08-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added a escape sequence argument to StaticCairoText. Escape all text strings passed from UnityCore previews before display.

2012-08-27  Omer Akram  <om26er@ubuntu.com>

	Removed manual-tests that were already automated by Nick, added two tests to ensure Music and Video lens previews are tested.
	
	Also made a single class for all the Invocation tests previously they were in separate classes.. Fixes: . Approved by Thomi Richards.

2012-08-28  Omer Akram  <om26er@ubuntu.com>

	reuse code

2012-08-28  Omer Akram  <om26er@ubuntu.com>

	fix docstrings + reuse code instead of writing new

2012-08-28  Omer Akram  <om26er@ubuntu.com>

	merge trunk

2012-08-25  Omer Akram  <om26er@ubuntu.com>

	remove few manual test cases which are already automated

2012-08-24  Omer Akram  <om26er@ubuntu.com>

	merge trunk

2012-08-27  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Better wording for the keyboard shortcut. Updated from Jeremy Bichas' branch.. Fixes: https://bugs.launchpad.net/bugs/964673. Approved by Thomi Richards, Matt Price, Marco Trevisan (Treviño), MC Return.

2012-08-27  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* minor fixes

2012-08-27  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* Merged trunk.
	* Fixed shortcuts.

2012-08-09  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Taking over this branch:
	https://code.launchpad.net/~jbicha/unity/lp964673-improve-keyboard-shortcut-overlay-wording/+merge/99214
	
	* Fixed conflicts

2012-08-27  Omer Akram  <om26er@ubuntu.com>

	manual-test to AP; makes sure HUD key navigation is intact. Fixes: . Approved by Thomi Richards, Nick Dedekind.

2012-08-27  Omer Akram  <om26er@ubuntu.com>

	damn

2012-08-27  Omer Akram  <om26er@ubuntu.com>

	fix method name and docstring per instructions

2012-08-24  Omer Akram  <om26er@ubuntu.com>

	fix

2012-08-24  Omer Akram  <om26er@ubuntu.com>

	fix conflicts

2012-08-24  Omer Akram  <om26er@ubuntu.com>

	manual-test to AP; makes sure HUD keynav is intact

2012-08-27  Christopher Lee  <chris.lee@canonical.com>

	Minor cleanup of the quiclist tests, simplifying asserts used.. Fixes: . Approved by Omer Akram, Tim Penhey, jenkins.

2012-08-27  Christopher Lee  <chris.lee@canonical.com>

	Merged trunk and resolved conflict

2012-07-12  Christopher Lee  <chris.lee@canonical.com>

	Oops, was a little hasty in removing the 'dead' code' replaced.

2012-07-12  Christopher Lee  <chris.lee@canonical.com>

	Changed use of lambda, added docstring, removed dead code

2012-07-12  Christopher Lee  <chris.lee@canonical.com>

	Merge trunk

2012-07-12  Christopher Lee  <chris.lee@canonical.com>

	Cleanup/simplify asserts used

2012-07-11  Christopher Lee  <chris.lee@canonical.com>

	Minor update to use Eventually

2012-07-11  Christopher Lee  <chris.lee@canonical.com>

	Updated test to use new get_icon (not the deleted get_icon_by_desktop_id)

2012-07-11  Christopher Lee  <chris.lee@canonical.com>

	Merging pre-req branch

2012-07-11  Christopher Lee  <chris.lee@canonical.com>

	Merge prereq branch

2012-08-27  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed no vertical scrollbar in music preview tracks view. (LP#1039462). Fixes: https://bugs.launchpad.net/bugs/1039462. Approved by Brandon Schaefer.

2012-08-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merge with trunk

2012-08-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed preview Tracks drawing override to fix scroll-bar drawing.

2012-08-27  Brandon Schaefer  <brandon.schaefer@canonical.com>

	Dash now gets correct focus in X when opening.. Fixes: . Approved by Andrea Azzarone, Tim Penhey.

2012-08-24  Brandon Schaefer  <brandon.schaefer@canonical.com>

	* The Launcher was stealing X focus from the Dash when it opened.
	* Now the dash has the correct focus, so XIM works.

2012-08-26  MC Return  <mc.return@gmx.net>

	Fixed many minor typos.. Fixes: . Approved by Tim Penhey, Brandon Schaefer.

2012-08-17  MC Return  <mc.return@gmx.net>

	Merged lp:unity

2012-08-15  MC Return  <mc.return@gmx.net>

	Merged latest lp:unity

2012-08-14  MC Return  <mc.return@gmx.net>

	Hopefully fixed remaining UBUS_LAUNCHER_END_KEY_SWTICHER -> UBUS_LAUNCHER_END_KEY_SWITCHER typos

2012-07-24  MC Return  <mc.return@gmx.net>

	Rebased on latest lp:unity

2012-07-24  MC Return  <mc.return@gmx.net>

	Fixed typo in all instances of UBUS_LAUNCHER_START_KEY_SWTICHER

2012-07-23  MC Return  <mc.return@gmx.net>

	Fixed 'the objects destruction' -> 'the object's destruction' typo

2012-07-23  MC Return  <mc.return@gmx.net>

	Rebased on latest lp:unity

2012-07-12  MC Return  <mc.return@gmx.net>

	Rebased to latest lp:unity

2012-07-09  MC Return  <mc.return@gmx.net>

	Fixed more typos

2012-07-09  MC Return  <mc.return@gmx.net>

	Fixed wording and typos

2012-07-09  MC Return  <mc.return@gmx.net>

	Fixed accidentially copy-pasted line in previous commit

2012-07-09  MC Return  <mc.return@gmx.net>

	Fixed some typos
	
	modified:
	plugins/unityshell/src/unityshell.cpp
	shortcuts/StandaloneShortcuts.cpp

2012-08-25  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Don't enable client states if BUILD_MODERN_COMPIZ_GL. Fixes: https://bugs.launchpad.net/bugs/1041123. Approved by Daniel van Vugt, Olivier Tilloy.

2012-08-24  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Don't enable client states again if running with USE_MODERN_COMPIZ_GL

2012-08-24  Robert Carr  <racarr@canonical.com>

	Webapps support for unity. Fixes: . Approved by Timo Jyrinki, Marco Trevisan (Treviño).

2012-08-21  Robert Carr  <racarr@canonical.com>

	bamf_application_get_focus_child->bamf_application_get_focusable_child

2012-08-20  Robert Carr  <racarr@canonical.com>

	Merge webapps

2012-08-19  Robert Carr  <racarr@canonical.com>

	Merge trunk

2012-08-19  Robert Carr  <racarr@canonical.com>

	Some webapps cleanup

2012-08-10  Ken VanDine  <ken.vandine@canonical.com>

	manual rebase for webapps integration

2012-08-24  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed introspection bug in dash result view. (LP#1040875). Fixes: https://bugs.launchpad.net/bugs/1040875. Approved by Marco Trevisan (Treviño).

2012-08-24  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed result view introspection.

2012-08-23  Omer Akram  <om26er@ubuntu.com>

	makes sure if the hud closes when the mouse is clicked outside of the HUD region after a search has been entered and then cleared from the searchbox. Removed the equivalent manual-test.
	
	Now we also make sure the Hud closes with the press of escape key in both shrunk and expanded forms. Fixes: . Approved by Thomi Richards.

2012-08-24  Omer Akram  <om26er@ubuntu.com>

	fix

2012-08-24  Omer Akram  <om26er@ubuntu.com>

	merge

2012-08-22  Omer Akram  <om26er@ubuntu.com>

	add a few tests, remove one manual

2012-08-23  Omer Akram  <om26er@ubuntu.com>

	manual-test to AP; makes sure double clicking the grab area of a maximized app restores(unmaximize) it.. Fixes: . Approved by Thomi Richards.

2012-08-23  Omer Akram  <om26er@ubuntu.com>

	fix indentation

2012-08-23  Omer Akram  <om26er@ubuntu.com>

	fix

2012-08-23  Omer Akram  <om26er@ubuntu.com>

	manual-test to AP; double clicking unmaximize

2012-08-23  Omer Akram  <om26er@ubuntu.com>

	fix TODO; test newly activated lens' searchbar have the focus. Also removed un-needed semicolons. Fixes: . Approved by Thomi Richards.

2012-08-23  Omer Akram  <om26er@ubuntu.com>

	fix indent

2012-08-23  Omer Akram  <om26er@ubuntu.com>

	fix TODO; test newly activated lens' searchbar have the focus

2012-08-23  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bottom-up key navigation in dash filterbar.. Fixes: https://bugs.launchpad.net/bugs/1028810. Approved by Brandon Schaefer.

2012-08-22  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-08-22  Andrea Azzarone  <azzaronea@gmail.com>

	Clean up test.

2012-08-08  Andrea Azzarone  <azzaronea@gmail.com>

	Fix typo.

2012-08-08  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-07-25  Andrea Azzarone  <azzaronea@gmail.com>

	Add AP test.

2012-07-25  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug 1028810.

2012-08-23  Charles Kerr  <charles.kerr@canonical.com>

	Adds the new Sync Indicator into panel-service's indicator_order list.. Fixes: . Approved by Omer Akram.

2012-08-22  Charles Kerr  <charles.kerr@canonical.com>

	in panel-service, add the sync indicator to the indicator_order list

2012-08-23  Jason Smith  <jason.smith@canonical.com>

	Fix bug #1039959. Fixes: https://bugs.launchpad.net/bugs/1039959. Approved by .

2012-08-23  Jason Smith  <jason.smith@canonical.com>

	Fix crash

2012-08-23  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Increases launcher scroll speed using mouse wheel by 2.5 times the original.. Fixes: https://bugs.launchpad.net/bugs/906072. Approved by Andrea Azzarone.

2012-08-21  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Merge from trunk and fix conflicts

2012-08-08  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Fix tests

2012-08-08  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Add unit test, doesn't seem to work as of now

2012-08-06  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Increase launcher wheel scroll speed by 2.5x (LP: #906072)

2012-08-23  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Dragging and dropping a SD card to the trash should 'safely remove' the card. Fixes: https://bugs.launchpad.net/bugs/960910. Approved by Andrea Azzarone.

2012-08-21  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Conflict mishap, fixed completely now

2012-08-21  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Fix unnecessary delta with trunk that popped up upon merge

2012-08-21  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Merge from trunk and resolve conflicts

2012-08-08  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Add manual test for change

2012-08-03  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Stop a DeviceLauncherIcon if it can be stopped but not ejected (LP: #960910)

2012-08-23  Tim Penhey  <tim.penhey@canonical.com>

	Changed code to get a better, readable stack trace for bug 964897. Fixes: https://bugs.launchpad.net/bugs/964897. Approved by Andrea Azzarone.

2012-08-22  Tim Penhey  <tim.penhey@canonical.com>

	Extract the problematic lambda.

2012-08-23  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Fix bug 1038138 by applying some tweaks for tiles with backlight 0.0f. Fixes: https://bugs.launchpad.net/bugs/1038138. Approved by Andrea Azzarone.

2012-08-21  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Don't use custom float alpha, not needed

2012-08-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed lancher icon backlight intensity on colorify backgound.

2012-08-21  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Fixes colorization of tiles edges

2012-08-23  Omer Akram  <om26er@ubuntu.com>

	removed a manual test case which no longer applies after bzr2605. Fixes: . Approved by Sam Spilsbury.

2012-08-22  Omer Akram  <om26er@ubuntu.com>

	remove the manual case, we changed the behavior

2012-08-23  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fix build failure. Don't refer to files that don't exist:
	dash/PreviewMusic.cpp
	dash/PreviewMusicTrack.cpp
	(LP: #1040431) (regression of LP: #1038886). Fixes: https://bugs.launchpad.net/bugs/1040431. Approved by Andrea Azzarone.

2012-08-23  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fix build failure. Don't refer to files that don't exist:
	dash/PreviewMusic.cpp
	dash/PreviewMusicTrack.cpp
	(LP: #1040431) (regression of LP: #1038886)

2012-08-23  Christopher Lee  <chris.lee@canonical.com>

	A typo (keyword argument wasn't properly removed) in an autopilot emulator was causing tests to error. Fixes: . Approved by Thomi Richards.

2012-08-23  Christopher Lee  <chris.lee@canonical.com>

	Oops, fixed the wrong typo

2012-08-23  Christopher Lee  <chris.lee@canonical.com>

	Typo fix in emulator

2012-08-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Provides integration into gnome-control-center for unity.. Fixes: . Approved by Timo Jyrinki, Tim Penhey.

2012-08-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge

2012-08-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Also dep on dbus-glib-1

2012-08-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove explicit dep on gconf

2012-08-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Integrated

2012-08-21  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Apparantly just show-hud works

2012-08-21  Sam Spilsbury  <sam.spilsbury@canonical.com>

	UScreen.cpp was removed

2012-08-21  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:unity

2012-08-17  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added missing file

2012-08-17  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Generate unity g-c-c integration files

2012-08-15  Didier Roche  <didier.roche@canonical.com>

	first part of g-c-c integration

2012-08-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fix keyboard navigation in dash previews. Fixes: . Approved by Gord Allott.

2012-08-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Refocus dash on preview close.

2012-08-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merge with trunk

2012-08-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Release preview container cleanly when closing preview. Fixes preview container leak.

2012-08-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed keyboard navigation in dash previews.

2012-08-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed keypress eating by child views in dash previews.

2012-08-22  Andrea Azzarone  <azzaronea@gmail.com>

	Use linear filtering to draw icons (when needed).. Fixes: https://bugs.launchpad.net/bugs/1036231. Approved by Tim Penhey.

2012-08-21  Andrea Azzarone  <azzaronea@gmail.com>

	Use linear filtering to draw icons (when needed).

2012-08-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added Autopilot tests for Dash Previews.
	Fixed introspection of Lens Results for use in preview autopilot tests. Lens result introspection includes proposed position of the result in the result grid view.. Fixes: . Approved by Gord Allott.

2012-08-22  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merge with trunk

2012-08-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed duplicate definition.

2012-08-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed Video/Music AP tests until sample results are added.

2012-08-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed automation instruction note from some manual preview tests.

2012-08-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed superfluous code from result grid. Fixed preview PA test comment.

2012-08-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed errors in preview test hints.

2012-08-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merge with trunk

2012-08-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merge with trunk

2012-08-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added more AP tests for previews.

2012-08-17  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Preview left/right navigation autopilot tests.

2012-08-17  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merge with trunk

2012-08-17  Nick Dedekind  <nicholas.dedekind@gmail.com>

	More work on preview introspection and AP tests.

2012-08-16  Nick Dedekind  <nicholas.dedekind@gmail.com>

	untested autopilot tests + manual tests.

2012-08-16  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Preview object introspecion.

2012-08-22  Nick Dedekind  <nick.dedekind@canonical.com>

	Adding test for fix-950782, Application switching (Alt+tab) no longer updates panel menu titles.. Fixes: . Approved by Andrea Azzarone, Thomi Richards.

2012-08-22  Christopher Lee  <chris.lee@canonical.com>

	Updated tests docstring

2012-08-22  Christopher Lee  <chris.lee@canonical.com>

	Added test for fix-950782 (panel title not updated while switching apps)

2012-08-22  Christopher Lee  <chris.lee@canonical.com>

	Merged Trunk

2012-06-07  Nick Dedekind  <nick.dedekind@canonical.com>

	Application switching (Alt+tab) no longer updates panel menu titles.

2012-08-21  Andrea Azzarone  <azzaronea@gmail.com>

	Fix annoying warning in UnityCore/Hud.cpp. Fixes: https://bugs.launchpad.net/bugs/1039451. Approved by Tim Penhey.

2012-08-21  Andrea Azzarone  <azzaronea@gmail.com>

	Fix annoying warning.

2012-08-21  Omer Akram  <om26er@ubuntu.com>

	Tests that Alt+ArrowKey events are correctly passed to the active window when not interacting with Unity.. Fixes: . Approved by Brandon Schaefer.

2012-08-22  Omer Akram  <om26er@ubuntu.com>

	merge

2012-08-21  Omer Akram  <om26er@ubuntu.com>

	remove the un-needed / 

2012-08-18  Omer Akram  <om26er@ubuntu.com>

	fix

2012-08-18  Omer Akram  <om26er@ubuntu.com>

	test unity don't eat alt+arrowkey events

2012-08-21  Omer Akram  <om26er@ubuntu.com>

	merge

2012-08-22  Omer Akram  <om26er@ubuntu.com>

	merge

2012-08-21  Omer Akram  <om26er@ubuntu.com>

	Tests if Middle click pastes into dash searchbar.. Fixes: . Approved by Thomi Richards.

2012-08-22  Omer Akram  <om26er@ubuntu.com>

	merge trunk + fix siliness

2012-08-18  Omer Akram  <om26er@ubuntu.com>

	fix indentation

2012-08-18  Omer Akram  <om26er@ubuntu.com>

	removed manual case added AP test case for MiddleClickPaste

2012-08-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Stopped previews with no image or image source uri logging warning messages from the thumbnail generator.. Fixes: . Approved by Michal Hruby.

2012-08-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merge with trunk

2012-08-21  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Moved cover-art image setting to common preview code.

2012-08-17  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Check validity of source_image_uri in preview artwork.

2012-08-17  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Check return from thumbnail generator.

2012-08-21  Omer Akram  <om26er@ubuntu.com>

	HUD should activate search item and close itself on enter.. Fixes: . Approved by Andrea Azzarone.

2012-08-21  Omer Akram  <om26er@ubuntu.com>

	fix docstring

2012-08-18  Omer Akram  <om26er@ubuntu.com>

	fix damn indentation

2012-08-18  Omer Akram  <om26er@ubuntu.com>

	fix damn indentation

2012-08-18  Omer Akram  <om26er@ubuntu.com>

	test

2012-08-21  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fix multiple build failures due to incorrect #ifdefs when configured with
	-DBUILD_GLES=ON (which then defines USE_GLES).
	(LP: #1039453). Fixes: https://bugs.launchpad.net/bugs/1039453. Approved by Sam Spilsbury.

2012-08-21  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fix multiple build failures due to incorrect #ifdefs when configured with
	-DBUILD_GLES=ON (which then defines USE_GLES).
	(LP: #1039453)

2012-08-21  Michal Hruby  <michal.mhr@gmail.com>

	Implement rendering of UnityProtocolAnnotatedIcon. Fixes: . Approved by Gord Allott, Marco Trevisan (Treviño).

2012-08-20  Michal Hruby  <michal.mhr@gmail.com>

	Fix tests

2012-08-20  Michal Hruby  <michal.mhr@gmail.com>

	Add test for AnnotatedIcon

2012-08-20  Michal Hruby  <michal.mhr@gmail.com>

	Fix compilation

2012-08-20  Michal Hruby  <michal.mhr@gmail.com>

	Use shared pointers with custom deleters

2012-08-20  Michal Hruby  <michal.mhr@gmail.com>

	Merge trunk

2012-07-27  Michal Hruby  <michal.mhr@gmail.com>

	Merge trunk

2012-07-17  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:~mhr3/unity/update-core-preview-api

2012-07-11  Michal Hruby  <michal.mhr@gmail.com>

	Implement support for AnnotatedIcon into IconLoader

2012-07-09  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:~mhr3/unity/update-core-preview-api

2012-07-09  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:~mhr3/unity/core-object-safer-typechecks

2012-08-21  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fixes monitor hotplug corruption (LP #1039410). Fixes: https://bugs.launchpad.net/bugs/1039410. Approved by Daniel van Vugt.

2012-08-21  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Call outputChangeNotify

2012-08-21  Omer Akram  <om26er@ubuntu.com>

	Removed duplicate manual test which is already present in Launcher.txt file. . Fixes: . Approved by Thomi Richards.

2012-08-18  Omer Akram  <om26er@ubuntu.com>

	Removed a duplicate manual testcase. Its already present in the Launcher.txt file

2012-08-21  Omer Akram  <om26er@ubuntu.com>

	get panel height from the panel instead of hardcoding, also removed unneeded semicolons.. Fixes: . Approved by Thomi Richards.

2012-08-19  Omer Akram  <om26er@ubuntu.com>

	fix TODO

2012-08-18  Omer Akram  <om26er@ubuntu.com>

	merge

2012-08-17  Omer Akram  <om26er@ubuntu.com>

	merge trunk

2012-08-17  Omer Akram  <om26er@ubuntu.com>

	trunk

2012-08-17  Omer Akram  <om26er@ubuntu.com>

	merge

2012-08-21  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Always paint the shell separately per output. Otherwise the logic for
	deciding whether the shell should be painted on a given monitor makes no
	sense and the shell is often not painted at all. (LP: #1037408)
	
	This also appears to resolve VBO and FBO rendering bugs:
	(LP: #1036568) (LP: #1036569)
	and Benchmark painting:
	(LP: #1036609). Fixes: https://bugs.launchpad.net/bugs/1036568, https://bugs.launchpad.net/bugs/1036569, https://bugs.launchpad.net/bugs/1036609, https://bugs.launchpad.net/bugs/1037408. Approved by Sam Spilsbury.

2012-08-20  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Always paint the shell separately per output. Otherwise the logic for
	deciding whether the shell should be painted on a given monitor makes no
	sense and the shell is often not painted at all. (LP: #1037408)

2012-08-21  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Don't comment out the nuxPrologue/Epilogue functions if building
	USE_MODERN_COMPIZ_GL. They are critical functions and commenting them out
	causes serious rendering bugs: (LP: #1036528) (LP: #1037949). Fixes: https://bugs.launchpad.net/bugs/1036528, https://bugs.launchpad.net/bugs/1037949. Approved by Sam Spilsbury.

2012-08-17  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Don't comment out the nuxPrologue/Epilogue functions if building
	USE_MODERN_COMPIZ_GL. They are critical functions and commenting them out
	causes serious rendering bugs: (LP: #1036528) (LP: #1037949)

2012-08-20  Jason Smith  <jason.smith@canonical.com>

	Implements coverflow in the dash based on the work done in Nux to create a coverflow widget. Fixes: . Approved by Gord Allott.

2012-08-20  Jason Smith  <jason.smith@canonical.com>

	remove unneeded changes for this subset

2012-08-20  Jason Smith  <jason.smith@canonical.com>

	make preview move left/right

2012-08-20  Jason Smith  <jason.smith@canonical.com>

	make browser previews work

2012-08-20  Jason Smith  <jason.smith@canonical.com>

	make previews pop up

2012-08-20  Jason Smith  <jason.smith@canonical.com>

	make work with previews

2012-08-20  Jason Smith  <jason.smith@canonical.com>

	remove hack to force coverflow

2012-08-20  Jason Smith  <jason.smith@canonical.com>

	merge work to disable places group text

2012-08-20  Gord Allott  <gord.allott@canonical.com>

	latest flowview

2012-08-20  Gord Allott  <gord.allott@canonical.com>

	disables the places group text on flow

2012-08-20  Jason Smith  <jason.smith@canonical.com>

	change sizing to make fit

2012-08-20  Jason Smith  <jason.smith@canonical.com>

	minor fixes

2012-08-20  Jason Smith  <jason.smith@canonical.com>

	fix crash

2012-08-20  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2012-08-20  Jason Smith  <jason.smith@canonical.com>

	add missing files

2012-08-09  Jason Smith  <jason.smith@canonical.com>

	Recreate coverflow branch without background and alignment tweaks.

2012-08-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Added AP tests for ibus activation on keydown and on keyup.. Fixes: . Approved by Tim Penhey, jenkins.

2012-07-18  Thomi Richards  <thomi.richards@canonical.com>

	Moved code into the correct place.

2012-07-18  Thomi Richards  <thomi.richards@canonical.com>

	Several changes, mostly around making sure that the scenarios are applied to classes correctly.

2012-07-18  Thomi Richards  <thomi.richards@canonical.com>

	Fixed class setup method.

2012-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_ibus: remove debug data

2012-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_ibus: add activation tests based on scenarios

2012-07-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_ibus: updated doc strings

2012-07-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge with trunk

2012-06-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tests ibus: added tests for ibus activation on press and release

2012-08-20  Andrea Azzarone  <azzaronea@gmail.com>

	Use the same padding for the minimum width and height of hud::Icon.. Fixes: https://bugs.launchpad.net/bugs/1035951. Approved by Brandon Schaefer.

2012-08-20  Andrea Azzarone  <azzaronea@gmail.com>

	Use the same padding for the minimum width and height of hud::Icon.

2012-08-20  Andrea Azzarone  <azzaronea@gmail.com>

	Remove un-needed private memebers.

2012-08-20  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	Multi-touch gestures for switching between windows (a.k.a. "alt-tab with gestures").
	
	Approved by Tim Penhey.
	
	The following gestural interactions with the window switcher have been implemented:
	
	1. 3-fingers double tap -> switches to previous window
	
	2. 3-fingers tap followed by 3-fingers hold -> shows window switcher
	- drag those 3-fingers -> change selected window icon
	- release fingers -> selects window and closes switcher
	
	3. 3-fingers tap followed by 3-fingers hold -> shows window switcher
	- release fingers -> switcher will kept being shown for some seconds still
	- drag with one or three fingers -> change selected window
	- release finger(s) -> selects window and closes switcher
	
	4. 3-fingers tap followed by 3-fingers hold -> shows window switcher
	- release fingers -> switcher will kept being shown for some seconds still
	- tap on some window icon -> selects that icon and closes the switcher
	
	Unit tests included.. Fixes: . Approved by Tim Penhey.

2012-08-14  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	Replacing assertions with error logging

2012-08-14  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	Implementing pimpl idiom in GesturalWindowSwitcher

2012-08-14  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	Implementing pimpl idiom in CompoundGestureRecognizer

2012-08-14  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	Removing unused LauncherControllerMock

2012-08-14  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	Removing unnecessary line.
	
	It seems 10 entries are already allocated in most implementations.

2012-08-14  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	Removing some leftovers from previous implementations

2012-08-14  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	put some gesture classes into unity name space.

2012-08-14  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	Log an error instead of asserting

2012-08-14  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	Change coding style in CompoundGestureRecognizer

2012-08-14  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	Update code comment on launcher icon selection

2012-08-14  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	add some white spaces to inline comment

2012-08-03  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	Multitouch gestures for switching between windows (a.k.a. "alt-tab with gestures")
	
	The following gestural interactions with the window switcher have been implemented:
	
	1. 3-fingers double tap -> switches to previous window
	
	2. 3-fingers tap followed by 3-fingers hold -> shows window switcher
	- drag those 3-fingers -> change selected window icon
	- release fingers -> selects window and closes switcher
	
	3. 3-fingers tap followed by 3-fingers hold -> shows window switcher
	- release fingers -> switcher will kept being shown for some seconds still
	- drag with one or three fingers -> change selected window
	- release finger(s) -> selects window and cloeses switcher
	
	4. 3-fingers tap followed by 3-fingers hold -> shows window switcher
	- release fingers -> switcher will kept being shown for some seconds still
	- tap on some window icon -> selects that icon and closes the switcher

2012-07-27  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	Multitouch gestures for switching between windows (a.k.a. "alt-tab with gestures")

2012-08-20  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Implemented Preview::EmitClosed method. Fixes: . Approved by Michal Hruby.

2012-08-20  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Preview - EmitClosed() should actually be called from dash::previews::Preview.

2012-08-20  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Preview - call EmitClosed in Preview dtor.

2012-08-20  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Preview - renamed PreviewClosed to EmitClosed.

2012-08-17  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Merged trunk.

2012-08-17  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Added simple test for PreviewClosed signal.

2012-08-17  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Previews - implemented PreviewClosed() signal.

2012-08-16  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Merged trunk.

2012-08-16  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Merged trunk.

2012-08-20  Tim Penhey  <tim.penhey@canonical.com>

	Enable the new nux animation framework. Update BGHash to use the new animations.. Fixes: . Approved by Andrea Azzarone.

2012-08-15  Tim Penhey  <tim.penhey@canonical.com>

	Different method name.

2012-08-15  Tim Penhey  <tim.penhey@canonical.com>

	Update the BGHash to use a color animation.

2012-08-15  Tim Penhey  <tim.penhey@canonical.com>

	Hook up the nux animations to the shell.

2012-08-20  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Stop the launcher from overdrawing itself, hence losing transparency. It seems
	to happen whenever the panel redraws but the launcher region is not damaged.
	I have no idea why redrawing the panel unconditionally redraws the launcher
	too, but this works around the problem for now. (LP: #1036519). Fixes: https://bugs.launchpad.net/bugs/1036519. Approved by Sam Spilsbury.

2012-08-17  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Merge latest lp:unity

2012-08-16  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Stop the launcher from overdrawing itself, hence losing transparency. It seems
	to happen whenever the panel redraws but the launcher region is not damaged.
	I have no idea why redrawing the panel unconditionally redraws the launcher
	too, but this works around the problem for now. (LP: #1036519)

2012-08-20  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fix build failure. Don't refer to files that don't exist:
	dash/PreviewMusic.cpp
	dash/PreviewMusicTrack.cpp
	(LP: #1038886)
	. Fixes: https://bugs.launchpad.net/bugs/1038886. Approved by Andrea Azzarone.

2012-08-20  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fix build failure. Don't refer to files that don't exist:
	dash/PreviewMusic.cpp
	dash/PreviewMusicTrack.cpp
	(LP: #1038886)

2012-08-20  MC Return  <mc.return@gmx.net>

	Minor speed improvements.. Fixes: . Approved by Brandon Schaefer.

2012-08-18  MC Return  <mc.return@gmx.net>

	Checking for emptiness instead of checking if size == 0 to optimize performance

2012-08-18  MC Return  <mc.return@gmx.net>

	Prefix operators to optimize performance

2012-08-18  MC Return  <mc.return@gmx.net>

	Replaced the check push_preview_.size() with !push_preview_.empty() to optimize performance (2x)

2012-08-17  Michal Hruby  <michal.mhr@gmail.com>

	Use single category per lens in home lens. Fixes: . Approved by Neil J. Patel.

2012-08-16  Michal Hruby  <michal.mhr@gmail.com>

	Merge categories in home lens to one per lens

2012-08-16  Michal Hruby  <michal.mhr@gmail.com>

	Merge filter-models branch

2012-08-17  Gord Allott  <gord.allott@canonical.com>

	fixes dash drawing when preview is open. Fixes: . Approved by Neil J. Patel.

2012-08-17  Gord Allott  <gord.allott@canonical.com>

	latest unity

2012-08-17  Gord Allott  <gord.allott@canonical.com>

	correct drawing of previews

2012-08-16  Gord Allott  <gord.allott@canonical.com>

	fixes scrolling

2012-08-16  Gord Allott  <gord.allott@canonical.com>

	didrocks revert of 2566

2012-08-16  Gord Allott  <gord.allott@canonical.com>

	latest unity pull

2012-08-17  Michal Hruby  <michal.mhr@gmail.com>

	Use FilterModels inside each ResultView.. Fixes: https://bugs.launchpad.net/bugs/1027811. Approved by Marco Trevisan (Treviño).

2012-08-17  Michal Hruby  <michal.mhr@gmail.com>

	Get rid of few more RawPtr

2012-08-17  Michal Hruby  <michal.mhr@gmail.com>

	Merge trunk and fix conflicts yet again

2012-08-17  Michal Hruby  <michal.mhr@gmail.com>

	Merge trunk, fix conflicts

2012-08-16  Michal Hruby  <michal.mhr@gmail.com>

	Act on review comments

2012-08-16  Michal Hruby  <michal.mhr@gmail.com>

	Fix tests

2012-08-16  Michal Hruby  <michal.mhr@gmail.com>

	Tiny optimization for FilterModels

2012-08-15  Michal Hruby  <michal.mhr@gmail.com>

	Merge trunk

2012-08-15  Michal Hruby  <michal.mhr@gmail.com>

	Merge trunk up to r2567

2012-08-15  Michal Hruby  <michal.mhr@gmail.com>

	Reorder categories in LensView when needed

2012-08-15  Michal Hruby  <michal.mhr@gmail.com>

	Add tests as requested in review of result-iterator branch

2012-08-15  Michal Hruby  <michal.mhr@gmail.com>

	Fix signed vs unsigned comparison

2012-08-15  Michal Hruby  <michal.mhr@gmail.com>

	Ground work for dynamic reordering of categories

2012-08-14  Michal Hruby  <michal.mhr@gmail.com>

	Emit Lens' connected notification only when the property really changes

2012-08-14  Michal Hruby  <michal.mhr@gmail.com>

	Make sure we disconnect from model signals when swarm name changes

2012-08-13  Michal Hruby  <michal.mhr@gmail.com>

	Make ResultIterator operator* return non-const Result, this lowers the number of copies we need considerably

2012-08-13  Michal Hruby  <michal.mhr@gmail.com>

	Fix criticals coming from ResultView's destructor

2012-08-12  Michal Hruby  <michal.mhr@gmail.com>

	This should work

2012-08-12  Michal Hruby  <michal.mhr@gmail.com>

	Initial cut at ResultIterator usage

2012-08-11  Michal Hruby  <michal.mhr@gmail.com>

	Merge Gord's result-iterator branch

2012-08-17  MC Return  <mc.return@gmx.net>

	Minor optimizations:
	
	Used 'if (entries_.empty())' instead of 'if (entries_.size() == 0) because it can be faster. xxxx.size() can take linear time while xxxx.empty() is guaranteed to take constant time.
	
	Replaced 'windows.size() > 0' with '!windows.empty()' and '!m_ActionList.size()' with 'm_ActionList.empty()' (x2) in PluginAdapterCompiz.cpp to optimize performance.
	
	Simplified void Indicator::Sync(Indicator::Entries const& new_entries) by removing the assignment of an empty list into an empty list and just using if (!entries_.empty()) instead of the else condition.
	
	Removed redundant parentheses.
	
	Introduced std::size_t num_windows = windows.size(); and changed the if statement in PluginAdapter::ScaleWindowGroup to check num_windows.
	
	Removed declaration of the unused variable 'next_focused_uri'.. Fixes: . Approved by Tim Penhey.

2012-08-17  MC Return  <mc.return@gmx.net>

	Fixed compilation by reverting r2543

2012-08-17  MC Return  <mc.return@gmx.net>

	Merged lp:unity

2012-08-08  MC Return  <mc.return@gmx.net>

	Introduced std::size_t num_windows = windows.size(); and changed the if statement in PluginAdapter::ScaleWindowGroup to check num_windows

2012-08-08  MC Return  <mc.return@gmx.net>

	Removed redundant parentheses

2012-08-08  MC Return  <mc.return@gmx.net>

	Simplified void Indicator::Sync(Indicator::Entries const& new_entries) by removing the assignment of an empty list into an empty list and just using if (!entries_.empty()) instead of the else condition.

2012-08-05  MC Return  <mc.return@gmx.net>

	Removed declaration of the unused variable 'next_focused_uri'

2012-08-04  MC Return  <mc.return@gmx.net>

	Do not create a unnecessary string copy (x2)

2012-08-04  MC Return  <mc.return@gmx.net>

	Replaced 'windows.size() > 0' with '!windows.empty()' and '!m_ActionList.size()' with 'm_ActionList.empty()' (x2) in PluginAdapterCompiz.cpp to optimize performance

2012-08-04  MC Return  <mc.return@gmx.net>

	Used 'if (entries_.empty())' instead of 'if (entries_.size() == 0) because it can be faster. xxxx.size() can take linear time while xxxx.empty() is guaranteed to take constant time.

2012-08-17  Andrea Azzarone  <azzaronea@gmail.com>

	Always set _launcher_drag_delta_max/_launcher_drag_delta_min.. Fixes: . Approved by Tim Penhey.

2012-08-03  Andrea Azzarone  <azzaronea@gmail.com>

	Always set _launcher_drag_delta_max/_launcher_drag_delta_min.

2012-08-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	The launcher will only autohide when the mouse leaves the launcher now.. Fixes: https://bugs.launchpad.net/bugs/745707. Approved by Thomi Richards.

2012-08-16  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merged trunk (No conflict?? Yay!)

2012-08-16  Brandon Schaefer  <brandontschaefer@gmail.com>

	* AP test fixes

2012-08-16  Brandon Schaefer  <brandontschaefer@gmail.com>

	* remove printf statement

2012-08-10  Brandon Schaefer  <brandontschaefer@gmail.com>

	* merged trunk

2012-08-10  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Clicking was to slow. Sometimes it would press down long enough to activate dragging of the icon

2012-08-10  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixed enum

2012-08-08  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Added AP test

2012-08-08  Brandon Schaefer  <brandontschaefer@gmail.com>

	* removed printf statments

2012-08-08  Brandon Schaefer  <brandontschaefer@gmail.com>

	* removed more stuff

2012-08-08  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Remove LAST_ACTION quirk in the hide machine as that is no longer used.

2012-08-07  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Do not autohide when mouse is over the launcher.

2012-08-16  Omer Akram  <om26er@ubuntu.com>

	test if video lens reveals with super+v. Fixes: . Approved by Tim Penhey.

2012-08-16  Omer Akram  <om26er@ubuntu.com>

	added Video lens reveal test

2012-08-16  Thomi Richards  <thomi.richards@canonical.com>

	Update dash emulator to use new autopilot API.. Fixes: . Approved by Omer Akram.

2012-08-17  Thomi Richards  <thomi.richards@canonical.com>

	Updated to reflect new autopilot API.

2012-08-16  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Added some .convert files (for gsettings-data-convert) for converting some gconf settings to gsettings. The compiz upstream tree should have the migration tool that makes migration easier.. Fixes: . Approved by Sam Spilsbury, jenkins.

2012-07-20  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Added some .convert files (for gsettings-data-convert) for converting some gconf settings to gsettings. The compiz upstream tree should have the migration tool that makes migration easier.

2012-08-16  Gord Allott  <gord.allott@canonical.com>

	plumbing to enable the previews to activate on right click in the dash. . Fixes: . Approved by Neil J. Patel.

2012-08-15  Gord Allott  <gord.allott@canonical.com>

	latest previews ui

2012-08-15  Gord Allott  <gord.allott@canonical.com>

	remove comments, use ClosePreview and free pointers, spent too long in c++..

2012-08-14  Gord Allott  <gord.allott@canonical.com>

	reverted po changes

2012-08-14  Gord Allott  <gord.allott@canonical.com>

	merges in latest unity

2012-08-14  Gord Allott  <gord.allott@canonical.com>

	ap fixes

2012-08-14  Gord Allott  <gord.allott@canonical.com>

	quickly hooking up the keynav

2012-08-14  Gord Allott  <gord.allott@canonical.com>

	ap tests

2012-08-14  Gord Allott  <gord.allott@canonical.com>

	merge in latest previews-ui

2012-08-14  Gord Allott  <gord.allott@canonical.com>

	comments

2012-08-14  Gord Allott  <gord.allott@canonical.com>

	fix flickering

2012-08-14  Gord Allott  <gord.allott@canonical.com>

	enables preview introspection

2012-08-10  Gord Allott  <gord.allott@canonical.com>

	relayout preview on layout size change

2012-08-10  Gord Allott  <gord.allott@canonical.com>

	remove hight limitation on previews

2012-08-10  Gord Allott  <gord.allott@canonical.com>

	latest preview ui code

2012-08-10  Gord Allott  <gord.allott@canonical.com>

	resolved lots of issues

2012-08-09  Gord Allott  <gord.allott@canonical.com>

	merged in ui branch

2012-08-09  Gord Allott  <gord.allott@canonical.com>

	fixes for new preview ui branch 

2012-08-09  Gord Allott  <gord.allott@canonical.com>

	merged in latest preview work

2012-08-09  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merged lp:~borabora/avani/preview-ui-standalone

2012-08-09  Gord Allott  <gord.allott@canonical.com>

	merge latest unity

2012-08-09  Gord Allott  <gord.allott@canonical.com>

	lots - o - fixes

2012-08-08  Gord Allott  <gord.allott@canonical.com>

	revert po changes

2012-08-08  Gord Allott  <gord.allott@canonical.com>

	fixed bunch of small bugs woo

2012-08-07  Gord Allott  <gord.allott@canonical.com>

	removed a lot of the old code for handling background animations we aren't doing anymore

2012-07-31  Gord Allott  <gord.allott@canonical.com>

	gets around the neil problem again

2012-07-30  Gord Allott  <gord.allott@canonical.com>

	maybe fix some neil issues

2012-07-27  Gord Allott  <gord.allott@canonical.com>

	merged latest preview ui standalone

2012-07-27  Gord Allott  <gord.allott@canonical.com>

	hacky fix for the no mouse input on previews problem

2012-07-27  Gord Allott  <gord.allott@canonical.com>

	previews on right click not left

2012-07-27  Gord Allott  <gord.allott@canonical.com>

	closes previews on dash exit or lens change

2012-07-26  Gord Allott  <gord.allott@canonical.com>

	latest preview-ui-standalone

2012-07-26  Gord Allott  <gord.allott@canonical.com>

	result view methods for finding the next uri

2012-07-25  Gord Allott  <gord.allott@canonical.com>

	previews showing and working

2012-07-25  Gord Allott  <gord.allott@canonical.com>

	save pointbefore merging in new branch

2012-07-24  Gord Allott  <gord.allott@canonical.com>

	makes space for previews, hides filter bar, buggy hide search bar behaviour

2012-08-16  Didier Roche  <didier.roche@canonical.com>

	revert revision 2566. mhr3 and gord are seeing important corruptions on nvidia with blob driver and opengl 3.. Fixes: . Approved by .

2012-08-16  Didier Roche  <didier.roche@canonical.com>

	revert revision 2566. mhr3 and gord are seeing important corruptions on nvidia with blob driver and opengl 3.

2012-08-16  Michal Hruby  <michal.mhr@gmail.com>

	Fixes broken tests because of changes in libunity API. Fixes: . Approved by Didier Roche.

2012-08-16  Michal Hruby  <michal.mhr@gmail.com>

	Fix broken tests because of changes in libunity

2012-08-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	glib::Signal: add weak referencies to objects and cleanup them when the GObjects get invalid. Fixes: . Approved by Brandon Schaefer.

2012-08-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DeviceLauncherIcon: remove the uneeded self->

2012-08-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: indentantion fixes

2012-08-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Use SignalManager::Add<template> when possible...

2012-08-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSignal: SignalManager, remove an object when unreffed from signal manager

2012-08-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSignal: add weak pointer to reset the object_ value when the wrapped gobject has been destroyed

2012-08-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSignal: disconnect from previous signal when replacing the connection

2012-08-15  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added handlers for StaticCairoText::SetMaximumSize/SetMaximumWidth which cause cached texture to be updated if width has changed.
	StaticCairoText::GetTextExtents now updates need_new_extent_cache_ to false once the texture has updated so that it is not re-cached every time called.. Fixes: https://bugs.launchpad.net/bugs/1037187. Approved by Neil J. Patel.

2012-08-15  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Update text cached texture when maximum size changes.

2012-08-15  Gord Allott  <gord.allott@canonical.com>

	Add an iterator to unity core that iterates through DeeModels. Fixes: . Approved by Michal Hruby, Francis Ginther, jenkins, Alex Launi.

2012-04-23  Gord Allott  <gord.allott@canonical.com>

	fix issues with not setting the tag

2012-04-23  Gord Allott  <gord.allott@canonical.com>

	Merged latest trunk

2012-03-23  Gord Allott  <gord.allott@canonical.com>

	scoped iter in TestFilterValid

2012-03-23  Gord Allott  <gord.allott@canonical.com>

	added test to ensure that filtered models work as expected

2012-03-05  Gord Allott  <gord.allott@canonical.com>

	added a few more tests to flesh out the result iterator

2012-02-23  Gord Allott  <gord.allott@canonical.com>

	convert to random access itteratore

2012-02-23  Gord Allott  <gord.allott@canonical.com>

	moved to using const +/- ops and renamed to be a bidirectional iterator

2012-02-23  Gord Allott  <gord.allott@canonical.com>

	update to trunk

2012-02-21  Gord Allott  <gord.allott@canonical.com>

	use friend inlines

2012-02-20  Gord Allott  <gord.allott@canonical.com>

	Make work with C++ foreach, impliment alan suggestions

2012-02-20  Gord Allott  <gord.allott@canonical.com>

	ResultIterator object added and tested

2012-08-15  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added Music, App, Movie (basic) & Generic dash preview UIs and preview standalones.. Fixes: . Approved by Neil J. Patel.

2012-08-15  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added string cat space for gcc fail.

2012-08-15  Nick Dedekind  <nicholas.dedekind@gmail.com>

	removed printf from thumbnail generator test.

2012-08-15  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merged with trunk.

2012-08-15  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added preview and thumbnail generator unit tests.

2012-08-14  Nick Dedekind  <nicholas.dedekind@gmail.com>

	removed comment line from standalone movie preview

2012-08-14  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed standalone thumbnailer (no longer relevant.

2012-08-10  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Music track preview displays state while playing/paused

2012-08-10  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Maximum aspect ratio sourced height for previews.

2012-08-10  Nick Dedekind  <nicholas.dedekind@gmail.com>

	New design of preview info hints.

2012-08-10  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added preview wait spinner.

2012-08-10  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Stretch full texture

2012-08-10  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Use IconLoader for loading image from file; sorts out file io blocking.

2012-08-10  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Switched thumbnail generation idle sources to timers

2012-08-10  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Actionbutton uses nux::ObjectPtr for IconTexture to fix memory leak and dangling slot crash

2012-08-10  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed indentation

2012-08-09  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Preview animation uses glib timer to throttle draw queueing.

2012-08-09  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed layout loop in music preview

2012-08-09  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added check for null pixbuffers in CoverArt iconloader.

2012-08-09  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed preview music standalone navigation enabling

2012-08-09  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed typo in thumbnail generator log string

2012-08-09  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Updated previews to use PreLayoutManagement to set max sizes instead of ComputeContentSize

2012-08-08  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed nux::ObjectPtr assignment

2012-08-08  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Increased thumbnail age limit.

2012-08-08  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Improved movie previews.

2012-08-07  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed icon cover-art timeout bug

2012-08-07  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed preview info hint cropping

2012-08-07  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed preview svg thumbnail rendering

2012-08-07  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added new preview assets and IconTexture for their correct display.

2012-08-07  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merger Proposal fixes.

2012-08-07  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed preview info hint name width

2012-08-07  Nick Dedekind  <nicholas.dedekind@gmail.com>

	reverted po files.

2012-08-07  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merge with avani/unity

2012-08-07  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed preview standalone navigation logic

2012-08-07  Nick Dedekind  <nicholas.dedekind@gmail.com>

	removed dependence ofpreview  animation on idle source.

2012-08-06  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added ThumbnailGenerator header

2012-08-06  Nick Dedekind  <nicholas.dedekind@gmail.com>

	reverted transaltion file changes

2012-08-06  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Squeeze layout with empty fields

2012-08-06  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added thumbnail management

2012-08-03  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed crashes due to invalid geomotrys in action buttons.

2012-08-03  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Moved user thumbnailers into separate provider.

2012-08-03  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merged in lp:~borabora/avani/preview-ui-standalone.ThumbGenerator

2012-08-02  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merge with trunk

2012-08-02  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Thumbnail Generation for previews.

2012-07-31  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Base+Derived DBusTestRunner. Added stub thumbnail generator standalone.

2012-07-27  Gord Allott  <gord.allott@canonical.com>

	merged latest avani unity

2012-07-27  Gord Allott  <gord.allott@canonical.com>

	channeling a libunity change from mhr3 fthrough me

2012-07-26  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Dynamic resizing of previews. Added escape key handler.

2012-07-25  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed factory creation of previews to keep unity-protocol-private hidden from non-UnityCore areas.

2012-07-23  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Removed old include causing build to break.

2012-07-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	More style updates. Better action button stacking.

2012-07-20  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Accion button icons. Style fixes.

2012-07-18  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merged with trunk

2012-07-17  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added music preview.

2012-07-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	fixed build

2012-07-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added keyboard navigation (not perfect)

2012-07-13  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Show 'No image available' when no screenshot found

2012-07-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merged with lp:~mhr3/unity/update-core-preview-api

2012-07-12  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Merged with trunk

2012-07-10  Nick Dedekind  <nicholas.dedekind@gmail.com>

	fixed redraw issue

2012-07-09  Nick Dedekind  <nicholas.dedekind@gmail.com>

	More UI/Layout work.

2012-07-06  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Added swiping navigation

2012-07-06  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed action button sizing issues and multi-line description text.

2012-07-05  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Draft Application Layout

2012-07-05  Nick Dedekind  <nicholas.dedekind@gmail.com>

	PreviewContainer now hosts Previews

2012-07-04  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Fixed compile issue

2012-07-04  Nick Dedekind  <nicholas.dedekind@gmail.com>

	Factory creation of previews. Created derived previews for Application/Movies/Music/Generic.

2012-06-22  Gord Allott  <gord.allott@canonical.com>

	full preview baseclass

2012-06-22  Gord Allott  <gord.allott@canonical.com>

	theoretically add previews to lens view

2012-06-21  Gord Allott  <gord.allott@canonical.com>

	merged in the preview api branch

2012-06-21  Gord Allott  <gord.allott@canonical.com>

	changed the namespacing for previews, because mh3r hates me and stole that namespace first

2012-06-20  Gord Allott  <gord.allott@canonical.com>

	stopped pot getting removed

2012-06-20  Gord Allott  <gord.allott@canonical.com>

	add preview baseclass and build system

2012-06-20  Gord Allott  <gord.allott@canonical.com>

	makes ResultViewGrid handle the concept of a preview space

2012-08-15  Michal Hruby  <michal.mhr@gmail.com>

	Don't compare entire geometry when re-rendering focus overlay in PlacesGroup. Fixes: https://bugs.launchpad.net/bugs/1033306. Approved by Marco Trevisan (Treviño).

2012-08-06  Michal Hruby  <michal.mhr@gmail.com>

	Compare only width when re-rendering focus overlay

2012-08-15  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fixed: Benchmark window was being rendered shrunken, misplaced and frequently
	invisible if unity was built with USE_MODERN_COMPIZ_GL. (LP: #1036528)
	
	This was caused by some rather important code being #ifdef'd out incorrectly.. Fixes: https://bugs.launchpad.net/bugs/1036528. Approved by Sam Spilsbury.

2012-08-15  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Correction: We may need to call GL::bindFramebuffer even if USE_GLES is
	defined.

2012-08-15  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Merge latest lp:unity

2012-08-14  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fixed: Benchmark window was being rendered shrunken, misplaced and frequently
	invisible if unity was built with USE_MODERN_COMPIZ_GL. (LP: #1036528)
	
	This was caused by some rather important code being #ifdef'd out incorrectly.

2012-08-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractLauncherIcon: Use a vector of glib::Object<DbusmenuMenuitem> to get the Menus. Fixes: https://bugs.launchpad.net/bugs/1036338. Approved by Marco Trevisan (Treviño).

2012-08-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	sed s/MenuItemsList/MenuItemsVector/g

2012-08-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-08-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem: remove the wrong "public:" statement

2012-08-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem: always use glib::Object<DbusmenuMenuitem>

2012-08-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TrashLauncherIcon: use glib::Signal for entry-activated action

2012-08-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractLauncherIcon: add typedef for MenuItemsList

2012-08-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: Use a vector of glib::Object<DbusmenuMenuitem> to get the Menus

2012-08-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BFBLauncherIcon: use glib::SignalManager

2012-08-14  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fix uninitialized variable warnings, causing build failure (LP: #1036514)
	
	You'd only see these errors if you build lp:unity with:
	-DUSE_MODERN_COMPIZ_GL=ON. Fixes: https://bugs.launchpad.net/bugs/1036514. Approved by Sam Spilsbury.

2012-08-14  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fix uninitialized variable warnings, causing build failure (LP: #1036514)
	
	You'd only see these errors if you build lp:unity with:
	-DUSE_MODERN_COMPIZ_GL=ON

2012-08-14  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	USE_MODERN_COMPIZ_GL does not need to be a CMake option any more.
	The macro is instead detected automatically from:
	include/compiz/opengl/opengl.h. Fixes: . Approved by .

2012-08-14  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	USE_MODERN_COMPIZ_GL does not need to be a CMake option any more.
	The macro is instead detected automatically from:
	include/compiz/opengl/opengl.h

2012-08-14  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	When building with USE_MODERN_COMPIZ_GL, we still need the same fullscreen
	windowing logic. Otherwise the unity shell will appear on top of fullscreen
	windows. (LP: #1036587). Fixes: https://bugs.launchpad.net/bugs/1036587. Approved by Sam Spilsbury.

2012-08-14  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	When building with USE_MODERN_COMPIZ_GL, we still need the same fullscreen
	windowing logic. Otherwise the unity shell will appear on top of fullscreen
	windows. (LP: #1036587)

2012-08-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuitem, BFBLauncherIcon: don't close the Dash when clicking on BFB quicklist items. Fixes: https://bugs.launchpad.net/bugs/1035641. Approved by Tim Penhey.

2012-08-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_bfb_launcher_icon: add BFB tests to check if the menu items are overlay items

2012-08-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BFBLauncherIcon: don't close the Dash when clicking on BFB quicklist items

2012-08-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_quicklist_menu_item: added tests for quicklist activation

2012-08-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem: use static property strings for unity props

2012-08-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem: remove debug bits, factorize duplicated code, remove friendship, use smart pointers
	
	Removed a lot of duplicated code between implementations, use top-level factorized code, use enum class,
	c++ types and better pointer deletions
	Tests updated. Fixes: . Approved by Tim Penhey.

2012-08-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem, QuicklistView: switch to GTest based tests

2012-08-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem: remove debug bits, factorize duplicated code, remove friendship, use smart pointers
	
	Removed a lot of duplicated code between implementations, use top-level factorized code, use enum class,
	c++ types and better pointer deletions
	Tests updated

2012-08-14  Nic d'Offay  <nicolas.doffay@canonical.com>

	Fixed lens indicator bug appearing when no lens was currently selected. Prior to the fix it was checking whether a lens was active, all lenses were active. It actually needed to check whether a lens currently was both active and visible and only then render the indicator.. Fixes: https://bugs.launchpad.net/bugs/998752. Approved by Tim Penhey.

2012-08-09  Nic d'Offay  <nicolas.doffay@canonical.com>

	Fixed Bug #998752

2012-08-13  Andrea Azzarone  <azzaronea@gmail.com>

	Reduce the spread delay in alt-tab.. Fixes: https://bugs.launchpad.net/bugs/838232. Approved by John Lea, Tim Penhey, jenkins.

2012-07-17  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug 838232.

2012-08-13  Tim Penhey  <tim.penhey@canonical.com>

	Fix a race condition that caused occasional compression of the desktop icon work area in height.. Fixes: . Approved by jenkins, Andrea Azzarone.

2012-07-24  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk and resolve conflicts.

2012-04-16  Bowmore  <bowmores@telia.com>

	Both the panel and the launcher window struts are wrongly initialized with the BaseWindow default geomentry (100,100,320,200) 
	causing sporadic compression of desktop icons in the lower part of the screen. This is due to that the panel/launcher geometries 
	for their BaseWindows have not been set when corresponding struts are enabled. Those geometries are availble in the code sequences 
	so this patch just rearrange the order to see to that the geometry is set before struts is enabled.
	
	The bug appears to be sporadic but seems to be more frequent on old (slow) computers.

2012-08-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Unity: remove the dbus-glib dependency
	
	We don't really need it anymore at this level.. Fixes: . Approved by Andrea Azzarone.

2012-08-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: correctly dispose the gsettings object

2012-08-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Unity: remove the dbus-glib dependency
	
	We don't really need it anymore.

2012-08-13  Brandon Schaefer  <brandontschaefer@gmail.com>

	Right clicking a launcher icon will open its quicklist even if a quicklist is already open.. Fixes: https://bugs.launchpad.net/bugs/890991. Approved by Thomi Richards, Marco Trevisan (Treviño).

2012-08-13  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merged trunk..

2012-08-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: correctly damage the LauncherDragWindow region. Fixes: https://bugs.launchpad.net/bugs/1026247, https://bugs.launchpad.net/bugs/1032700. Approved by Brandon Schaefer, Andrea Azzarone.

2012-08-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-tests, Launcher: added manual test

2012-08-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: correctly damage the LauncherDragWindow region

2012-08-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: expose the Dragged icon on the public API

2012-08-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: use more const& variables

2012-08-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: make an icon type to be set on construction, so that it can't be changed. Fixes: https://bugs.launchpad.net/bugs/763560. Approved by Marco Trevisan (Treviño).

2012-08-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged with lp:~3v1n0/unity/icon-classs-enum+quit-fix (and trunk)

2012-08-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TrashLauncherIcon: use glib::Signal, and a GCancellable to avoid crashes

2012-08-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Fix tests compilation with IconType

2012-08-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: make an icon type to be set on construction, so that it can't be changed

2012-08-13  Brandon Schaefer  <brandontschaefer@gmail.com>

	Right clicking a launcher icon will open its quicklist even if a quicklist is already open.. Fixes: https://bugs.launchpad.net/bugs/890991. Approved by Marco Trevisan (Treviño).

2012-08-10  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merged trunk.

2012-08-03  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixed MM support and some tweaks

2012-08-01  Brandon Schaefer  <brandontschaefer@gmail.com>

	* The correct fix, with tests

2012-08-01  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixes right clicking ql

2012-08-01  Brandon Schaefer  <brandontschaefer@gmail.com>

	* revert commit

2012-07-31  Brandon Schaefer  <brandontschaefer@gmail.com>

	* revet last commit
	* added AP test for the current problem

2012-07-31  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Added a timer, where you can't re open a quick list within 100ms

2012-07-31  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fix multimonitor support (Thanks Marco)
	* other minor fixes

2012-07-30  Brandon Schaefer  <brandontschaefer@gmail.com>

	* extra space

2012-07-30  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Ap test added

2012-07-30  Brandon Schaefer  <brandontschaefer@gmail.com>

	* AP test added

2012-07-30  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Right clicking another launcher icon while a ql is open will close the current ql and open the other one.

2012-08-13  Brandon Schaefer  <brandontschaefer@gmail.com>

	Switcher is now disabled when the Wall plugin is Active.. Fixes: https://bugs.launchpad.net/bugs/1031959. Approved by Marco Trevisan (Treviño), Thomi Richards.

2012-08-10  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merged trunk, fixed conflicts

2012-08-03  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixed ap test

2012-08-03  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Removed extra line

2012-08-03  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixed up logic check, and ap test

2012-08-02  Brandon Schaefer  <brandontschaefer@gmail.com>

	* fixed conflict

2012-08-02  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Switcher is disabled now when the Wall plugin is active.

2012-08-13  Andrea Azzarone  <azzaronea@gmail.com>

	Remove gconf dep in u-p-s.. Fixes: . Approved by Didier Roche.

2012-08-13  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-08-10  Andrea Azzarone  <azzaronea@gmail.com>

	Rename 'object' to 'self'.

2012-08-10  Andrea Azzarone  <azzaronea@gmail.com>

	Remove debug code.

2012-08-10  Andrea Azzarone  <azzaronea@gmail.com>

	Use g_settings_new_with_path.

2012-08-09  Andrea Azzarone  <azzaronea@gmail.com>

	Remove gconf dep fro ups.

2012-08-13  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Detect required package "libgeis", rather than waiting for cryptic build
	failures. (LP: #1036095). Fixes: https://bugs.launchpad.net/bugs/1036095. Approved by Sam Spilsbury, Andrea Azzarone.

2012-08-13  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Detect required package "libgeis", rather than waiting for cryptic build
	failures. (LP: #1036095)

2012-08-13  Andrea Azzarone  <azzaronea@gmail.com>

	Switch on "backlight toggles" mode by default. Fixes: https://bugs.launchpad.net/bugs/1033866. Approved by Brandon Schaefer.

2012-08-13  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-08-08  Andrea Azzarone  <azzaronea@gmail.com>

	Add a test for IconBackgroundItensity with the default option value for backlight mode and start animation.

2012-08-07  Andrea Azzarone  <azzaronea@gmail.com>

	Don't change enum name.

2012-08-07  Andrea Azzarone  <azzaronea@gmail.com>

	Use "backlight toggles" by default.

2012-08-10  Andrea Azzarone  <azzaronea@gmail.com>

	Fix flickers when changing launcher icon size.. Fixes: https://bugs.launchpad.net/bugs/1024113. Approved by Tim Penhey.

2012-08-06  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug 1024113.

2012-08-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractLauncherIcon: use enum class for IconType and Quirk.
	
	Plus don't close an application when its desktop is removed from favorite store, just unstick it.. Fixes: https://bugs.launchpad.net/bugs/1032157. Approved by .

2012-08-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-08-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: remove commented code

2012-08-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherModel: put back the CompareIcons code

2012-08-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_launcher_controller: added test for only-unstick on favorite removal

2012-08-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractLauncherIcon: use enum class for Quirk and IconType

2012-08-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: only unstick an icon when removed from the favorite store, don't close it.

2012-08-10  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Release\ 6.2.0

2012-08-09  Brandon Schaefer  <brandontschaefer@gmail.com>

	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.

2012-08-09  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixs panel test

2012-08-08  Brandon Schaefer  <brandontschaefer@gmail.com>

	* You cannot have 2 gcalctools open anymore. Switched to Character map

2012-08-09  Thomi Richards  <thomi.richards@canonical.com>

	Use the new clipboard emulator in autopilot. Fixes some hanging tests.. Fixes: . Approved by Brandon Schaefer.

2012-08-03  Thomi Richards  <thomi.richards@canonical.com>

	Don't use the gtk Clipboard class. Instead, use the new clipboard emulator in autopilot.

2012-08-09  Andrea Azzarone  <azzaronea@gmail.com>

	Cherrypick rev 2539 from lp:~3v1n0/unity/launcher-icon-construction-type.. Fixes: . Approved by Łukasz Zemczak.

2012-08-09  Andrea Azzarone  <azzaronea@gmail.com>

	Cherrypick rev 2539 from lp:~3v1n0/unity/launcher-icon-construction-type. Thank you Marco.

2012-08-09  Sebastien Bacher  <seb128@ubuntu.com>

	Update the POTFILE.in list of sources. Fixes: . Approved by Łukasz Zemczak.

2012-08-09  Sebastien Bacher  <seb128@ubuntu.com>

	Update sources in POTFILES.in

2012-08-03  Andrea Azzarone  <azzaronea@gmail.com>

	Revert rev 2525. Fixes: . Approved by Michal Hruby.

2012-08-03  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-08-03  Andrea Azzarone  <azzaronea@gmail.com>

	Revert rev 2525.

2012-08-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	FavoriteStoreGSettings: remove unneeded methods, use glib::Signal, refactor tests to use memory backend. Fixes: . Approved by Brandon Schaefer.

2012-08-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	FavoriteStoreGSettings: use constant values for settings name and keys

2012-08-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	FavoriteStoreGSettings: remove unneeded methods, use glib::Signal

2012-08-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_favorite_store_gsettings: refactored to use gsettings memory backend
	
	Plus remove unneeded timeouts

2012-08-03  Sebastien Bacher  <seb128@ubuntu.com>

	Don't specify a specific destination for the dbus signals. Fixes: https://bugs.launchpad.net/bugs/1014850. Approved by Michal Hruby.

2012-08-02  Sebastien Bacher  <seb128@ubuntu.com>

	Don't specify a specific destination for the dbus signals, that 
	creates issues with the new dbus eavedropping behaviour,
	thanks Neil J. Patel for the fix!

2012-08-03  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Add the libunity private directory to unityshell.so and libunity-core-6.0.so RPATHs, so that they can easily find the libunity-protocol-private.so library on load.. Fixes: . Approved by Michal Hruby.

2012-08-03  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	As proposed by mhr3, we just re-add unity-protocol-private to the main deps

2012-08-03  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Fixed some build issues to incomplete merges and invalid thought process

2012-08-03  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Merge in latest trunk changes

2012-08-03  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Also added the same RPATH for unity-core.

2012-08-02  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Add the libunity private directory to unityshell.so RPATH, so that it can easily find the libunity-protocol-private.so library on load.

2012-08-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: fix the nvidia crash on glDrawArrays disabling/enabling the client state on nuxPrologue/Epilogue (LP: #982626) (LP: #1031554). Fixes: https://bugs.launchpad.net/bugs/982626, https://bugs.launchpad.net/bugs/1031554. Approved by Daniel van Vugt, Sam Spilsbury.

2012-08-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: fix the nvidia crash on glDrawArrays disabling/enabling the client state on nuxPrologue/Epilogue

2012-08-03  jokerdino@bvm128.zdom.org

	Add keyboard shortcut for the video lens in the shortcut overlay.. Fixes: https://bugs.launchpad.net/bugs/937334. Approved by Łukasz Zemczak.

2012-07-16  jokerdino@bvm128.zdom.org

	Add shortcut for video lens

2012-08-03  MC Return  <mc.return@gmx.net>

	Optimized performance and style following suggestions reported by cppcheck:
	
	1. Reduced the scope of various variables.
	
	2. Used prefix ++ operators for non-primitive types, because those can be more efficient than post-increment. Post-increment usually keeps a copy of the previous value, adds extra code and is slower.. Fixes: . Approved by Brandon Schaefer, Marco Trevisan (Treviño).

2012-07-30  MC Return  <mc.return@gmx.net>

	Reduced the scope of the variable 'TextureObjectLocation' in IconRenderer.cpp

2012-07-30  MC Return  <mc.return@gmx.net>

	Reduced the scope of the variable 'radius' in DashStyle.cpp

2012-07-30  MC Return  <mc.return@gmx.net>

	Reduced the scope of the variable 'closest_diff' in BGHash.cpp

2012-07-30  MC Return  <mc.return@gmx.net>

	Reduced the scope of the variable 'useFbo' in unityshell.cpp

2012-07-30  MC Return  <mc.return@gmx.net>

	Reduced the scope of the variable 'key_code' in unityshell.cpp

2012-07-30  MC Return  <mc.return@gmx.net>

	Reduced the scope of the variables 'hdirection' and 'vdirection' in unitydialog.cpp

2012-07-30  MC Return  <mc.return@gmx.net>

	Reduced the scope of the variable 'fading_pixels' in PanelMenuView.cpp

2012-07-30  MC Return  <mc.return@gmx.net>

	Reduced the scope of the variable 'text_width' in PanelIndicatorEntryView.cpp

2012-07-30  MC Return  <mc.return@gmx.net>

	Fixed possible performance issue in PluginAdapterCompiz.cpp by replacement of postfix ++ operator with prefix one

2012-07-30  MC Return  <mc.return@gmx.net>

	Fixed possible performance issue in IconRenderer.cpp by replacement of postfix ++ operator with prefix one

2012-07-30  MC Return  <mc.return@gmx.net>

	Fixed possible performance issue in unityshell.cpp by replacement of postfix ++ operator with prefix one

2012-07-30  MC Return  <mc.return@gmx.net>

	Fixed possible performance issue in unity-switcher-accessible.cpp by replacement of postfix ++ operator with prefix one

2012-07-30  MC Return  <mc.return@gmx.net>

	Fixed possible performance issue in unity-launcher-accessible.cpp by replacement of postfix ++ operator with prefix one

2012-07-30  MC Return  <mc.return@gmx.net>

	Fixed possible performance issue in nux-layout-accessible.cpp by replacement of postfix ++ operator with prefix one

2012-07-30  MC Return  <mc.return@gmx.net>

	Fixed possible performance issue in unitydialog.cpp by replacement of postfix ++ operator with prefix one

2012-07-30  MC Return  <mc.return@gmx.net>

	Fixed possible performance issue in unity-mt-grab-handles.cpp by replacement of postfix ++ operator with prefix one

2012-07-30  MC Return  <mc.return@gmx.net>

	Fixed possible performance issues in LauncherModel.cpp by replacement of postfix ++ operators with prefix ones

2012-07-30  MC Return  <mc.return@gmx.net>

	Fixed possible performance issue in LauncherController.cpp by replacement of postfix ++ operator with prefix one

2012-07-30  MC Return  <mc.return@gmx.net>

	Fixed possible performance issues in Launcher.cpp by replacement of postfix ++ operators with prefix ones

2012-07-30  MC Return  <mc.return@gmx.net>

	Fixed possible performance issue in ResultViewGrid.cpp by replacement of postfix ++ operator with prefix one

2012-07-30  MC Return  <mc.return@gmx.net>

	Fixed possible performance issue in ResultView.cpp by replacement of postfix ++ operator with prefix one

2012-07-30  MC Return  <mc.return@gmx.net>

	Fixed possible performance issues in HomeLens.cpp by replacement of postfix ++ operators with prefix ones

2012-08-03  Andrea Azzarone  <azzaronea@gmail.com>

	Don't set mouse position on mouse leaving.. Fixes: https://bugs.launchpad.net/bugs/980942. Approved by Brandon Schaefer.

2012-08-02  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug 980942.

2012-08-03  Andrea Azzarone  <azzaronea@gmail.com>

	Remove gconf dep in panel::Style.. Fixes: . Approved by Marco Trevisan (Treviño).

2012-08-01  Andrea Azzarone  <azzaronea@gmail.com>

	Use glib::Signal.

2012-08-01  Andrea Azzarone  <azzaronea@gmail.com>

	Fix indent bug.

2012-08-01  Andrea Azzarone  <azzaronea@gmail.com>

	Use g_setenv("GSETTINGS_BACKEND", "memory", TRUE);

2012-08-01  Andrea Azzarone  <azzaronea@gmail.com>

	Minor changes.

2012-08-01  Andrea Azzarone  <azzaronea@gmail.com>

	Add unit test.

2012-08-01  Andrea Azzarone  <azzaronea@gmail.com>

	Remove check. This key is installed on precise too.

2012-08-01  Andrea Azzarone  <azzaronea@gmail.com>

	Don't use glib::Signal for "changed" signal.

2012-07-31  Andrea Azzarone  <azzaronea@gmail.com>

	Remove gconf dep in panel::Style.

2012-08-03  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	use the gestures support from nux instead of talking to libgeis directly.. Fixes: . Approved by .

2012-07-27  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	make tests compilation succeed even if compiz lib is at a non-standard dir

2012-07-27  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	Use gestures support from Nux and adapt code for regular gesture rules
	
	Remove GeisAdapter as we are getting gesture events from Nux instead.
	
	Then modify code to handle geisv2-style gestures. They require
	acceptance/rejection and enable multiple simultaneous gestures

2012-08-02  Brandon Schaefer  <brandontschaefer@gmail.com>

	The switcher causes a crash if the current desktop has zero results. (Can only happen if you disable Show Desktop Icon). Fixes: . Approved by Marco Trevisan (Treviño).

2012-08-01  Brandon Schaefer  <brandontschaefer@gmail.com>

	* added and fixed test

2012-08-01  Brandon Schaefer  <brandontschaefer@gmail.com>

	* fixes a crash if zero results are there in a current workspace

2012-07-30  Brandon Schaefer  <brandontschaefer@gmail.com>

	Add the option to disable the ShowDesktop icon in the switcher in CCSM.. Fixes: . Approved by Marco Trevisan (Treviño).

2012-07-30  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Adds a unit test

2012-07-27  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Removed extra space

2012-07-27  Brandon Schaefer  <brandontschaefer@gmail.com>

	*Merged trunk. Fixed an AP test

2012-07-26  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixed AP test, as well as the switcher code

2012-07-26  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Now the switcher ap test will run all test with and with out the Show Desktop icon.

2012-07-26  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Adds the option to disable the ShowDesktop icon in the switcher

2012-07-30  Andrea Azzarone  <azzaronea@gmail.com>

	Avoid extra calls to GetGeometry and GetAbsoluteGeometry.. Fixes: . Approved by Marco Trevisan (Treviño).

2012-07-26  Andrea Azzarone  <azzaronea@gmail.com>

	Avoid calls to GetGeometry and GetAbsoluteGeometry.

2012-07-29  Andrea Azzarone  <azzaronea@gmail.com>

	Fix typo in QuicklistView::RecvItemMouseDrag. It was the cause of the bug #1027955.. Fixes: https://bugs.launchpad.net/bugs/1027955. Approved by Marco Trevisan (Treviño).

2012-07-25  Andrea Azzarone  <azzaronea@gmail.com>

	Fix typo.

2012-07-25  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug 1027955.

2012-07-27  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Added image_source_uri property to Preview base class. Fixes: . Approved by Michal Hruby.

2012-07-26  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Previews: renamed image_source to image_source_uri in unity protocol lib.

2012-07-26  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Require unity-protocol-private 5.93.1, not 5.94.0.

2012-07-26  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Previews: renamed thumbnail to image in protocol lib.

2012-07-26  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Bumped required verison of unity-protocol-private.

2012-07-26  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Previews: renamed image_source preview property to image_source_uri.

2012-07-26  Pawel Stolowski  <pawel.stolowski@canonical.com>

	Previews - added image_source preview property (wraps thumbnail_source from the libunity protocol).

2012-07-27  Andrea Azzarone  <azzaronea@gmail.com>

	Remove "strut hack" in launcher.cpp. Fixes: https://bugs.launchpad.net/bugs/1024113. Approved by Marco Trevisan (Treviño), jenkins.

2012-07-27  Andrea Azzarone  <azzaronea@gmail.com>

	Minor change.

2012-07-19  Andrea Azzarone  <azzaronea@gmail.com>

	Fix typo.

2012-07-19  Andrea Azzarone  <azzaronea@gmail.com>

	Add manual test.

2012-07-19  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-07-13  Andrea Azzarone  <azzaronea@gmail.com>

	Remove strut hack. It seems to cause bug 1024113.

2012-07-26  Brandon Schaefer  <brandontschaefer@gmail.com>

	The switcher in detail mode will now focus the last active window, instead of the current one. If the current focus window activated the switcher.. Fixes: https://bugs.launchpad.net/bugs/1029215. Approved by Christopher Lee.

2012-07-25  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixes detail mode not selecting the last active window.
	* This also fixes the problem with Detail mode swaping icons.

2012-07-26  Martin Mrazik  <martin.mrazik@canonical.com>

	Fixed few manual test-cases which were not consistent with the TEST_TEMPLATE.txt and other manual test-cases.. Fixes: . Approved by Thomi Richards.

2012-07-25  Martin Mrazik  <martin.mrazik@canonical.com>

	Fixed occurence of Expected Result_s_

2012-07-25  Martin Mrazik  <martin.mrazik@canonical.com>

	Changing few manual tests to be consistent with the TEST_TEMPLATE.txt

2012-07-26  Thomi Richards  <thomi.richards@canonical.com>

	Make the autopilot unity logging functions more stable when unity crashes & restarts.. Fixes: . Approved by Christopher Lee.

2012-07-27  Thomi Richards  <thomi.richards@canonical.com>

	Don't cache the unity debug logging dbus interface, so if unity crashes and comes back we can continue the test run.

2012-07-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: Rewritten EnsureLaunchers() added tests, fix a crash caused by invalid barrier subscriptions.. Fixes: https://bugs.launchpad.net/bugs/1020075. Approved by Andrea Azzarone.

2012-07-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_launcher_controller: initialize also GeisAdapter

2012-07-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	EdgeBarrierController: use auto const& for type

2012-07-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-07-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_launcher_controller: more barrier subscriptions tests

2012-07-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_launcher_controller: check the barrier controller subscriptions

2012-07-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: make TestLauncherController friend of it

2012-07-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	EdgeBarrierController: make GetSubscriber public

2012-07-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: move launcher::Controller::Impl definition in LauncherControllerPrivate
	
	So that we can test it!

2012-07-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_edge_barrier_controller: add subscribing tests

2012-07-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_edge_barrier_controller: Add test for GetSubscriber

2012-07-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	EdgeBarrierController: fix the monitor/size comparisons
	
	This fixes a crash, plus add GetSubscriber protected member

2012-07-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_edge_barrier_controller: check the breaking events with invalid monitor values

2012-07-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_uscreen_mock.h: add MockUscreen and use it in tests

2012-07-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: use only one cycle to ensure launchers, and correctly unsubscribe barriers

2012-07-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_launcher_controller: test removal of internal monitors

2012-07-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_launcher_controller: add switching tests

2012-07-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_launcher_controller: added multimonitor launchers tests

2012-07-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	EdgeBarrierController: be safer, always resize the barrier list on setup barriers

2012-07-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UScreen: make the default screen a static member, so that we can mock it

2012-07-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_launcher_controller: added basic LauncherController test

2012-07-24  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	SoftwareCenterLauncherIcon: avoid the "Waiting to Install" tooltip to stay after installation
	
	Be consistent with auto-hiding launcher.. Fixes: https://bugs.launchpad.net/bugs/925014. Approved by Brandon Schaefer, Tim Penhey, Marco Trevisan (Treviño).

2012-06-06  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Fix string{,.h} include, thanks Tim

2012-06-05  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	If the aptdaemon transaction ID isn't supplied, then don't change tooltip to "Waiting to install" (Bug #925014)

2012-07-24  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	The launcher will auto hide when installing a program from the software center now.. Fixes: https://bugs.launchpad.net/bugs/1002440. Approved by Brandon Schaefer, Marco Trevisan (Treviño).

2012-06-17  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Fix string comparison with SC agent, thanks Tim

2012-06-13  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Merge from trunk

2012-06-13  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Semicolon missed, ah well, blame Python.

2012-06-13  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Return early if the desktop file wasn't specified, or is set to SC agent

2012-06-09  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Unhide launcher only when the animation is feasable (with a desktop file and all) LP: #1002440

2012-07-24  Gary Lasker  <gary.lasker@canonical.com>

	manual-tests/SoftwareCenter.txt: added tests for Ubuntu Software Center/Unity launcher integration feature. Fixes: . Approved by Brandon Schaefer, jenkins.

2012-07-22  Gary Lasker  <gary.lasker@canonical.com>

	fix typo

2012-07-21  Gary Lasker  <gary.lasker@canonical.com>

	clarify tests per Brandon Schaefer's recommendations in the corresponding Unity 5.0 branch MR, https://code.launchpad.net/~gary-lasker/unity/software-center-launcher-integration-tests-for-5.0/+merge/114241

2012-07-21  Gary Lasker  <gary.lasker@canonical.com>

	merge trunk

2012-06-25  Gary Lasker  <gary.lasker@canonical.com>

	more test details

2012-06-25  Gary Lasker  <gary.lasker@canonical.com>

	additional tests to round out the suite, these will thoroughly test 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

2012-06-25  Gary Lasker  <gary.lasker@canonical.com>

	start adding a suite of manual tests for the Ubuntu Software Center Unity launcher integration feature

2012-07-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BarrierEdgeController, PointerBarrier: release the sticky edge after that the user has broken it for configurable ms. Fixes: https://bugs.launchpad.net/bugs/1020058. Approved by jenkins, Brandon Schaefer.

2012-07-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	EdgeBarrierController: disable the lambda based proxy version
	
	Nux does not support that yet

2012-07-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_edge_barrier_controller: add test for sticky edge property

2012-07-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	EdgeBarrierController: make sticky_edges property a proxy to launcher options

2012-07-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell.xml.in: changed the short name of the setting

2012-07-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	merging with trunk

2012-07-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_edge_barrier_controller: added tests for temporary released barrier

2012-07-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_edge_barrier_controller: no need to explictly set an unhandling subscriber

2012-07-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_edge_barrier_controller: add MakeBarrierEvent function to generate events

2012-07-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_edge_barrier_controller: add tests to check the event Processing

2012-07-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	EdgeBarrierController: add ProcessBarrierEvent as protected member
	
	So we can use it for testing

2012-07-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_edge_barrier_controller: added skeleton test

2012-07-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	EdgeBarrierController: use make_shared, avoid unneeded namespaces

2012-07-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_pointer_barrier.cpp can be xless

2012-07-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_pointer_barrier: added tests for PointerBarrier

2012-07-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PointerBarrier: make pointer barrier more testable

2012-07-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PointerBarrier: use reinterpret cast

2012-07-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: add option to set the launcher sticky edge disabled duration

2012-07-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	EdgeBarrierController: use the launcher option to set the disable timeout duration

2012-07-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherOptions: add edge_passed_disabled_time option

2012-07-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherOptions: use initializer list

2012-07-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	EdgeBarrierController: use the barrier's released property to disable the sticky edge

2012-07-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PointerBarrier: add released property, if set remove the notify delay

2012-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	EdgeBarrierController: temporary disable the barrier when just passed through

2012-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSource: use std::to_string instead of lexical cast

2012-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PointerBarrier: use by-value callback data instead of class data in timeout
	
	Also use initializer list in BarrierEvent

2012-07-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherHideMachine, LauncherHoverMachine: use std::to_string instead of boost

2012-07-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	EdgeBarrierController: use unsigned integers for monitor
	
	(remove evil casts)

2012-07-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherHideMachine, EdgeBarrierController: use stack allocated Decaymulator

2012-07-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	EdgeBarrierController: use std::unique_ptr for pimpl
	
	FIXES MEMORY LEAK!

2012-07-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: use stack allcoated EdgeBarrierController

2012-07-23  Martin Mrazik  <martin.mrazik@canonical.com>

	Adding gtest_output=xml to unit tests to generate Junit XML. Fixes: . Approved by Tim Penhey, jenkins, Sam Spilsbury.

2012-06-13  Martin Mrazik  <martin.mrazik@canonical.com>

	Adding gtest_output=xml to unit tests to generate Junit XML

2012-07-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	KeyboardUtil: fix possible crash if XkbGetKeyboard returns null
	
	Also use initializer list. Fixes: https://bugs.launchpad.net/bugs/920258. Approved by Tim Penhey, Andrea Azzarone, jenkins.

2012-07-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	KeyboardUtil: fixed typo

2012-07-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	KeyboardUtil: oops fix return value.

2012-07-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	KeyboardUtil: fix possible crash if XkbGetKeyboard returns null
	
	Also use initializer list

2012-07-22  Tim Penhey  <tim.penhey@canonical.com>

	Remove the -Wno-uninitialized to bring back the compiler warning for uninitialized variables.. Fixes: . Approved by Christopher Lee.

2012-07-23  Tim Penhey  <tim.penhey@canonical.com>

	Initialize some colors.

2012-07-23  Tim Penhey  <tim.penhey@canonical.com>

	Make sure that weight is always set.

2012-07-23  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2012-07-18  Tim Penhey  <tim.penhey@canonical.com>

	Stop turning off the uninitialized check.

2012-07-19  Martin Mrazik  <martin.mrazik@canonical.com>

	Making manual test-cases consistent with TEST_TEMPLATE.txt. Fixes: . Approved by Tim Penhey, jenkins.

2012-07-12  Martin Mrazik  <martin.mrazik@canonical.com>

	updated README.txt

2012-07-12  Martin Mrazik  <martin.mrazik@canonical.com>

	Making manual test-cases consistent with TEST_TEMPLATE.txt

2012-07-19  Didier Roche  <didier.roche@canonical.com>

	Migration session from /desktop/unity/ to /com/canonical/unity/ as the dconf
	documentation recommends. Fixes: . Approved by jenkins, Michal Hruby.

2012-07-19  Didier Roche  <didier.roche@canonical.com>

	move schema and value from old /desktop/unity/ location to /com/canonical/unity/ new one as the dconf documentation recommends

2012-07-18  Andrea Azzarone  <azzaronea@gmail.com>

	Fix duplicated device launcher icons.. Fixes: https://bugs.launchpad.net/bugs/1010714, https://bugs.launchpad.net/bugs/1010858. Approved by Marco Trevisan (Treviño).

2012-07-19  Andrea Azzarone  <azzaronea@gmail.com>

	Fix build issue on precise.

2012-07-19  Andrea Azzarone  <azzaronea@gmail.com>

	Remove _ prefix.

2012-07-18  Andrea Azzarone  <azzaronea@gmail.com>

	Minor change.

2012-07-18  Andrea Azzarone  <azzaronea@gmail.com>

	Fix build issue.

2012-07-18  Andrea Azzarone  <azzaronea@gmail.com>

	Fix build issue.

2012-07-18  Andrea Azzarone  <azzaronea@gmail.com>

	Mock GVolume too.

2012-07-18  Andrea Azzarone  <azzaronea@gmail.com>

	Minor changes.

2012-07-17  Andrea Azzarone  <azzaronea@gmail.com>

	Minor changes.

2012-07-17  Andrea Azzarone  <azzaronea@gmail.com>

	Add unit test.

2012-07-17  Andrea Azzarone  <azzaronea@gmail.com>

	Add a wrapper for GVolumeMonitor.

2012-07-17  Andrea Azzarone  <azzaronea@gmail.com>

	Don't duplicate device launcher icons.

2012-07-18  Michal Hruby  <michal.mhr@gmail.com>

	Updated the Preview API present in UnityCore to match latest protocol used by libunity. Fixes: . Approved by Marco Trevisan (Treviño), Gord Allott.

2012-07-17  Michal Hruby  <michal.mhr@gmail.com>

	Get rid of NoReplyCallback usage, as it disappeared

2012-07-17  Michal Hruby  <michal.mhr@gmail.com>

	Merge trunk

2012-07-17  Michal Hruby  <michal.mhr@gmail.com>

	Use enum for Track play_state, not just a bool

2012-07-10  Michal Hruby  <michal.mhr@gmail.com>

	Add missing properties to ApplicationPreview and LayoutHint enum

2012-07-04  Michal Hruby  <michal.mhr@gmail.com>

	Merge trunk

2012-07-02  Michal Hruby  <michal.mhr@gmail.com>

	Use unique_ptr for pimpl even in Preview subclasses (and it actually works when one uses proper incantations)

2012-07-02  Michal Hruby  <michal.mhr@gmail.com>

	Make Marco happy, get rid of g_strdup...

2012-06-29  Michal Hruby  <michal.mhr@gmail.com>

	A couple of issues brought up during review

2012-06-29  Michal Hruby  <michal.mhr@gmail.com>

	Merge trunk

2012-06-29  Michal Hruby  <michal.mhr@gmail.com>

	Add more tests

2012-06-29  Michal Hruby  <michal.mhr@gmail.com>

	Propagate preview_lens and uri to child preview

2012-06-29  Michal Hruby  <michal.mhr@gmail.com>

	Implement Preview::PerformAction

2012-06-29  Michal Hruby  <michal.mhr@gmail.com>

	Added TestPreviewSignal

2012-06-28  Michal Hruby  <michal.mhr@gmail.com>

	Enable TestLens.TestPreview

2012-06-28  Michal Hruby  <michal.mhr@gmail.com>

	Whoops parent_lens can't be a shared_ptr

2012-06-28  Michal Hruby  <michal.mhr@gmail.com>

	Fix segfault caused by TestFilter

2012-06-28  Michal Hruby  <michal.mhr@gmail.com>

	Commit the music signals

2012-06-26  Michal Hruby  <michal.mhr@gmail.com>

	Signal lens when SeriesPreview::selected_item_index changes

2012-06-26  Michal Hruby  <michal.mhr@gmail.com>

	Prepare base Preview methods for interaction with previews

2012-06-21  Michal Hruby  <michal.mhr@gmail.com>

	Merge trunk

2012-06-19  Michal Hruby  <michal.mhr@gmail.com>

	Implement SeriesPreview

2012-06-19  Michal Hruby  <michal.mhr@gmail.com>

	Add test for MusicPreview

2012-06-19  Michal Hruby  <michal.mhr@gmail.com>

	Implement MusicPreview

2012-06-19  Michal Hruby  <michal.mhr@gmail.com>

	Implement ApplicationPreview

2012-06-19  Michal Hruby  <michal.mhr@gmail.com>

	Implement MoviePreview

2012-06-19  Michal Hruby  <michal.mhr@gmail.com>

	Hide stuff under pimpl

2012-06-18  Michal Hruby  <michal.mhr@gmail.com>

	Hook up the Preview method

2012-06-18  Michal Hruby  <michal.mhr@gmail.com>

	Add a few tests

2012-06-18  Michal Hruby  <michal.mhr@gmail.com>

	Wrap actions and info hints

2012-06-18  Michal Hruby  <michal.mhr@gmail.com>

	Make it link as well

2012-06-15  Michal Hruby  <michal.mhr@gmail.com>

	Start new Preview API

2012-07-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusProxy: use glib::Variant instead of std::shared_ptr. Fixes: . Approved by Michal Hruby.

2012-07-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusProxy: use glib::Variant instead of std::shared_ptr

2012-07-17  Andrea Azzarone  <azzaronea@gmail.com>

	Fix 'Launcher Edge Stop Overcome Pressure' when the Launcher is set to autohide and 'Sticky edges' are turned off.. Fixes: https://bugs.launchpad.net/bugs/987955. Approved by Marco Trevisan (Treviño), jenkins.

2012-06-29  Andrea Azzarone  <azzaronea@gmail.com>

	Minor changes.

2012-06-28  Andrea Azzarone  <azzaronea@gmail.com>

	Add AP test.

2012-06-28  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug 987955.

2012-07-16  Thomi Richards  <thomi.richards@canonical.com>

	Fix an autopilot panel test and add additional logging to other autopilot tests.. Fixes: . Approved by jenkins, Brandon Schaefer.

2012-07-17  Thomi Richards  <thomi.richards@canonical.com>

	Made the test much simpler.

2012-07-17  Thomi Richards  <thomi.richards@canonical.com>

	Fixed failing test.

2012-07-16  Thomi Richards  <thomi.richards@canonical.com>

	Made the panel assertion a bit more verbose, and removed an error about the Try object being missing.

2012-07-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_bamflaunchericon: don't try to run an application, just test for the icon name. Fixes: . Approved by jenkins, Brandon Schaefer.

2012-07-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_bamflaunchericon: updated copyright

2012-07-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_bamflaunchericon: check default icon for empty application

2012-07-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapterStandalone: remove the unneeded close implementation

2012-07-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_bamflaunchericon: don't try to run an application, just test for the icon name

2012-07-16  Andrea Azzarone  <azzaronea@gmail.com>

	Fix launcher autoscroll during dnd.. Fixes: https://bugs.launchpad.net/bugs/987223. Approved by Brandon Schaefer, jenkins.

2012-07-11  Andrea Azzarone  <azzaronea@gmail.com>

	Add a manual test.

2012-07-11  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug 987223.

2012-07-16  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fix blinking/flickering of the launcher and panel, especially when running
	LibreOffice or Emacs. (LP: #1024459). Fixes: https://bugs.launchpad.net/bugs/1024459. Approved by jenkins, Łukasz Zemczak.

2012-07-16  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Don't force shell repaint on every fullscreen redraw. That will cause the
	panel and launcher to appear over the top of fullscreen windows,
	intermittently. Which is bad.

2012-07-16  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Rebase on latest upstream lp:unity

2012-07-16  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Add test cases.

2012-07-16  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fix blinking/flickering of the launcher and panel, especially when running
	LibreOffice or Emacs. (LP: #1024459)

2012-07-16  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Don't bind the FBO if it's possible it won't get painted and unbound. That
	could lead the the screen freezing while fullscreen windows are open.
	(LP: #1024911)
	. Fixes: https://bugs.launchpad.net/bugs/1024911. Approved by Łukasz Zemczak, jenkins.

2012-07-16  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Add test case.

2012-07-16  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Don't bind the FBO if it's possible it won't get painted and unbound. That
	could lead the the screen freezing while fullscreen windows are open.
	(LP: #1024911)

2012-07-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Use std::function instead of sigc::slot. Fixes: . Approved by jenkins, Tim Penhey.

2012-07-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusProxy: always return on error

2012-07-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusProxy: use std::shared_ptr with deleter to unref the variant

2012-07-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutView: pass values to lambda by value instead of using sigc::bind

2012-07-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Fix various code depending on sigc::slot

2012-07-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TextureCache: replace sigc::slot with std::function

2012-07-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UBusWrapper: replace sigc::slot with std::function
	
	Also make UBusConnection struct private and remove the unneeded manager field

2012-07-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconLoader: replace sigc::slot with std::function
	
	Also don't accept requests from invalid slots

2012-07-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusProxy: replace sigc::slot with std::function
	
	Also remove the NoReplyCallback and use default nullptr value

2012-07-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSignal: replace sigc::slot with std::function

2012-07-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSource: replace sigc::slot with std::function

2012-07-13  Andrea Azzarone  <azzaronea@gmail.com>

	Add test for bug 1020891.. Fixes: https://bugs.launchpad.net/bugs/1020891. Approved by Gord Allott, jenkins.

2012-07-12  Andrea Azzarone  <azzaronea@gmail.com>

	Add unit test for branch lp:~andyrock/unity/fix-1020891

2012-07-12  Brandon Schaefer  <brandontschaefer@gmail.com>

	Scale mode now does not skip the first super to open the dash.. Fixes: https://bugs.launchpad.net/bugs/1023811. Approved by Thomi Richards.

2012-07-12  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merged trunk, and fixed ap test

2012-07-12  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Dont set scale_just_active if super was not pressed to start scale.

2012-07-12  Thomi Richards  <thomi.richards@canonical.com>

	Fix up panel autopilot tests.. Fixes: . Approved by Christopher Lee, jenkins, Brandon Schaefer.

2012-07-13  Thomi Richards  <thomi.richards@canonical.com>

	Well behaved checks now use assertProperty, thereby giving us some grace time.

2012-07-13  Thomi Richards  <thomi.richards@canonical.com>

	Merged branch that fixes regressions.

2012-07-12  Thomi Richards  <thomi.richards@canonical.com>

	Fixed failing show desktop test.

2012-07-12  Thomi Richards  <thomi.richards@canonical.com>

	Fixed failing autopilot test.

2012-07-12  Thomi Richards  <thomi.richards@canonical.com>

	Converted a hud test that failed to use the Eventually matcher.

2012-07-12  Thomi Richards  <thomi.richards@canonical.com>

	Fixed an error waiting for the Bamf model to update.

2012-07-12  Thomi Richards  <thomi.richards@canonical.com>

	Hud now closes correctly.

2012-07-12  Thomi Richards  <thomi.richards@canonical.com>

	Made the panel menu entry tests more reliable.

2012-07-13  Thomi Richards  <thomi.richards@canonical.com>

	Merged parent.

2012-07-10  Thomi Richards  <thomi.richards@canonical.com>

	Fixed erroring panel test.

2012-07-10  Thomi Richards  <thomi.richards@canonical.com>

	FIxed an issue in the hud emulator.

2012-07-10  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-07-09  Thomi Richards  <thomi.richards@canonical.com>

	Merged prerequisite branch.

2012-07-09  Thomi Richards  <thomi.richards@canonical.com>

	Undo the workaround for the panel tests that was needed to avoid a bug in Unity.

2012-07-09  Thomi Richards  <thomi.richards@canonical.com>

	Change panel tests to use the new assertProperty method available in autopilot.

2012-07-09  Thomi Richards  <thomi.richards@canonical.com>

	Changed case of custom assert methods to be camelCase.

2012-07-12  Brandon Schaefer  <brandontschaefer@gmail.com>

	Default Icon used if one isn't found by bamf.. Fixes: https://bugs.launchpad.net/bugs/886778. Approved by Tim Penhey, Thomi Richards.

2012-07-11  Brandon Schaefer  <brandontschaefer@gmail.com>

	* removed debugging

2012-07-11  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Added gtest for blank icon

2012-07-10  Brandon Schaefer  <brandontschaefer@gmail.com>

	* test was bad...

2012-07-10  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Adds a gtest

2012-07-10  Brandon Schaefer  <brandontschaefer@gmail.com>

	* If no icon is found, then use a default one.

2012-07-12  smspillaz  <sam.spilsbury@canonical.com>

	Scale the generated fbo tex by the screen dimentions as its screen size
	and ensure nux sets the reference viewport back to output size.
	
	(LP: #1016789). Fixes: https://bugs.launchpad.net/bugs/1016789. Approved by Daniel van Vugt, jenkins.

2012-06-23  smspillaz  <sam.spilsbury@canonical.com>

	Scale the generated fbo tex by the screen dimentions as its screen size
	and ensure nux sets the reference viewport back to output size.
	
	(LP: #1016789)

2012-07-11  Brandon Schaefer  <brandontschaefer@gmail.com>

	Quicklist closes when opening the Dash.. Fixes: https://bugs.launchpad.net/bugs/913994. Approved by Thomi Richards.

2012-07-11  Brandon Schaefer  <brandontschaefer@gmail.com>

	* small fixes

2012-07-11  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merged trunk, fixed conflicts

2012-07-03  Brandon Schaefer  <brandontschaefer@gmail.com>

	* mistakes in the ap test

2012-07-02  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Quickilist closes when dash is activated

2012-07-11  Thomi Richards  <thomi.richards@canonical.com>

	Fix up switcher test suite to use new assert methods available in the latest autopilot.. Fixes: . Approved by jenkins, Brandon Schaefer.

2012-07-10  Thomi Richards  <thomi.richards@canonical.com>

	Made new start_applications() method that starts test apps for the switcher tests. Fixed the rest of the switcher tests to not sleep so much, use new style asserts instead.

2012-07-10  Thomi Richards  <thomi.richards@canonical.com>

	Fixed more switcher tests.

2012-07-10  Thomi Richards  <thomi.richards@canonical.com>

	Converted the switcher window management tests to use the assertProperty method in favour of the lambda-based Eventually matcher.

2012-07-10  Thomi Richards  <thomi.richards@canonical.com>

	Several cleanups to the basic switcher tests.

2012-07-11  Andrea Azzarone  <azzaronea@gmail.com>

	Tint the launcher icons that are *not* valid drop receptacles.. Fixes: https://bugs.launchpad.net/bugs/1020891. Approved by Andrea Azzarone.

2012-07-11  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-07-04  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug 1020891.

2012-07-11  Andrea Azzarone  <azzaronea@gmail.com>

	Fix padding issues in quicklist view.. Fixes: https://bugs.launchpad.net/bugs/955158. Approved by Andrea Azzarone.

2012-06-27  Andrea Azzarone  <azzaronea@gmail.com>

	Minor changes.

2012-06-26  Andrea Azzarone  <azzaronea@gmail.com>

	Fix padding issues in QuicklistView.cpp

2012-07-11  Thomi Richards  <thomi.richards@canonical.com>

	Autopilot launcher model cleanup.. Fixes: . Approved by Christopher Lee.

2012-07-11  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk, fixed conflicts.

2012-07-11  Thomi Richards  <thomi.richards@canonical.com>

	Fixed docstring.

2012-07-11  Thomi Richards  <thomi.richards@canonical.com>

	Fixed a spot where we were using filter(...) and we didn't need to.

2012-07-11  Thomi Richards  <thomi.richards@canonical.com>

	Removed a bunch of methods that weren't being used in the launcher model, and updated lots of places in the code where we were using get_icon_by_desktop_id and replaced it with get_icon(...) calls, as this is safer.

2012-07-11  Thomi Richards  <thomi.richards@canonical.com>

	A couple of quicklist test changes, and added the new get_icon method to the launcher mode.

2012-07-11  Thomi Richards  <thomi.richards@canonical.com>

	PEP8 fixes in test_shortcut_hint.py

2012-07-11  Christopher Lee  <chris.lee@canonical.com>

	Removed references to files that have been removed. Fixes: . Approved by Tim Penhey.

2012-07-11  Christopher Lee  <chris.lee@canonical.com>

	Removed references to files that where removed (revno: 2414)

2012-07-10  Brandon Schaefer  <brandontschaefer@gmail.com>

	Hud closes when a Quicklist is open.. Fixes: https://bugs.launchpad.net/bugs/1020246. Approved by Thomi Richards.

2012-07-09  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merged with trunk, fixed conflicts

2012-07-05  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merged with trunk and fix confict.

2012-07-05  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixed ap test

2012-07-02  Brandon Schaefer  <brandontschaefer@gmail.com>

	* The hud will now open if a quicklist is open

2012-07-10  Andrea Azzarone  <azzaronea@gmail.com>

	Unfold valid drop icons.. Fixes: https://bugs.launchpad.net/bugs/839717. Approved by jenkins, Marco Trevisan (Treviño).

2012-07-10  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-07-04  Andrea Azzarone  <azzaronea@gmail.com>

	Minor changes to the manual test.

2012-07-04  Andrea Azzarone  <azzaronea@gmail.com>

	Add manual test.

2012-07-04  Andrea Azzarone  <azzaronea@gmail.com>

	Minor changes.

2012-07-04  Andrea Azzarone  <azzaronea@gmail.com>

	Don't link QUIRK_DROP_PRELIGHT and QUIRK_PRESENTED.

2012-07-04  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug #839717.

2012-07-10  Thomi Richards  <thomi.richards@canonical.com>

	Show desktop autopilot tests now use new-style autopilot assertions.. Fixes: . Approved by Christopher Lee.

2012-07-11  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-07-11  Thomi Richards  <thomi.richards@canonical.com>

	Pushed switcher icon selection code into the switcher emulator.

2012-07-10  Thomi Richards  <thomi.richards@canonical.com>

	Fixed errors.

2012-07-10  Thomi Richards  <thomi.richards@canonical.com>

	No commit message
2012-07-10  Andrea Azzarone  <azzaronea@gmail.com>

	Revert revision 2398.. Fixes: . Approved by Tim Penhey.

2012-07-04  Andrea Azzarone  <azzaronea@gmail.com>

	Revert revision 2398.

2012-07-10  Michal Hruby  <michal.mhr@gmail.com>

	Added Object::IsType method. Fixes: . Approved by Marco Trevisan (Treviño).

2012-07-04  Michal Hruby  <michal.mhr@gmail.com>

	Added Object::IsType method

2012-07-10  Tim Penhey  <tim.penhey@canonical.com>

	Reduce the amount of logging spam from bamf by checking for null first.. Fixes: . Approved by Thomi Richards.

2012-07-05  Tim Penhey  <tim.penhey@canonical.com>

	Bamf logging changes.

2012-07-10  Christopher Lee  <chris.lee@canonical.com>

	Removed 2 fast-switching tests, made them manual tests instead.. Fixes: . Approved by Thomi Richards.

2012-07-09  Christopher Lee  <chris.lee@canonical.com>

	Made instructions a little more explicit

2012-07-09  Christopher Lee  <chris.lee@canonical.com>

	Removed fast-switching tests, made them manual tests

2012-07-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSource, SourceManager: add utility functions to add timeouts and idles
	
	Update the code to use them.. Fixes: . Approved by Marco Trevisan (Treviño).

2012-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: use AddIdle

2012-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge with trunk

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests, glib::SourceManager: added tests for adding timeouts and idles

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Use glib::SourceManager Add utility functions to add Idles and Timeouts

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSource, SourceManager: add utility functions to add timeouts and idles

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	glib::Source, rename Source::SourceCallback to Source::Callback

2012-07-10  Andrea Azzarone  <azzaronea@gmail.com>

	Fix freezes during dnd.. Fixes: https://bugs.launchpad.net/bugs/772445. Approved by Gord Allott.

2012-07-09  Andrea Azzarone  <azzaronea@gmail.com>

	Add manual test.

2012-07-09  Andrea Azzarone  <azzaronea@gmail.com>

	Replace g_file_info_get_content_type with g_content_type_guess.

2012-07-10  Thomi Richards  <thomi.richards@canonical.com>

	Dash and hud now close on Alt+F4 even when the caps lock or num lock keys are active.. Fixes: https://bugs.launchpad.net/bugs/1022801. Approved by Tim Penhey.

2012-07-10  Thomi Richards  <thomi.richards@canonical.com>

	Dash test passes now too.

2012-07-10  Thomi Richards  <thomi.richards@canonical.com>

	Hud test passes.

2012-07-10  Thomi Richards  <thomi.richards@canonical.com>

	Have failing dash test too.

2012-07-10  Thomi Richards  <thomi.richards@canonical.com>

	Have failing test.

2012-07-09  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Release\ 6.0.0

2012-07-09  Thomi Richards  <thomi.richards@canonical.com>

	Fix several intermittently failing tests.. Fixes: . Approved by Tim Penhey.

2012-07-09  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk, fixed conflicts.

2012-07-09  Thomi Richards  <thomi.richards@canonical.com>

	Use new assertProperty method in favour of assert_window_focused.

2012-07-09  Thomi Richards  <thomi.richards@canonical.com>

	moar fixes.

2012-07-09  Thomi Richards  <thomi.richards@canonical.com>

	Fixed another test to use start_app_window method.

2012-07-09  Thomi Richards  <thomi.richards@canonical.com>

	Fixed another quicklist test to use start_application_window method.

2012-07-09  Thomi Richards  <thomi.richards@canonical.com>

	Fixed quicklist test to use start_app_window method.

2012-07-09  Thomi Richards  <thomi.richards@canonical.com>

	Cleaned up switcher tests.

2012-07-09  Thomi Richards  <thomi.richards@canonical.com>

	Get rid of open_test_apps method alltogether.

2012-07-09  Thomi Richards  <thomi.richards@canonical.com>

	test_icon_behavior tests now use new autopilot method.

2012-07-06  Thomi Richards  <thomi.richards@canonical.com>

	Fixed launcher test.

2012-07-06  Thomi Richards  <thomi.richards@canonical.com>

	Forgot a break.

2012-07-06  Thomi Richards  <thomi.richards@canonical.com>

	Fixed timing issues in a switcher test.

2012-07-08  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fix dash slowness/lag by prioritizing user interaction ahead of active blur
	updates. (LP: #1021665) (LP: #874230)
	. Fixes: https://bugs.launchpad.net/bugs/874230, https://bugs.launchpad.net/bugs/1021665. Approved by Andrea Azzarone, Sam Spilsbury.

2012-07-08  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fix dash slowness/lag by prioritizing user interaction ahead of active blur
	updates. (LP: #1021665) (LP: #874230)

2012-07-08  Brandon Schaefer  <brandontschaefer@gmail.com>

	Panels and window buttons do not steal keynav focus when the overlays are open now.. Fixes: https://bugs.launchpad.net/bugs/1021087. Approved by Thomi Richards.

2012-07-08  Brandon Schaefer  <brandontschaefer@gmail.com>

	* fixed confilcts

2012-07-08  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixed ap test

2012-07-06  Brandon Schaefer  <brandontschaefer@gmail.com>

	* test added

2012-07-06  Brandon Schaefer  <brandontschaefer@gmail.com>

	* No keynav focus when mouse down for window buttons! Ever!

2012-07-05  Brandon Schaefer  <brandontschaefer@gmail.com>

	* should WindowButtons even accept keynav focus?

2012-07-05  Brandon Schaefer  <brandontschaefer@gmail.com>

	* When an overlay starts on a moniter turn of keynav focus on mouse down.

2012-07-08  Thomi Richards  <thomi.richards@canonical.com>

	Fixed up panel autopilot tests.. Fixes: . Approved by Marco Trevisan (Treviño), Christopher Lee.

2012-07-06  Thomi Richards  <thomi.richards@canonical.com>

	Apparently 'proc' isn't a real word.

2012-07-06  Thomi Richards  <thomi.richards@canonical.com>

	Style fix.

2012-07-06  Thomi Richards  <thomi.richards@canonical.com>

	Cleaned up docstrings.

2012-07-06  Thomi Richards  <thomi.richards@canonical.com>

	Multi-monitor tests fixed up to use the Eventually matcher.

2012-07-06  Thomi Richards  <thomi.richards@canonical.com>

	PanelGrabAreaTests class fixed up to use Eventually matcher.

2012-07-06  Thomi Richards  <thomi.richards@canonical.com>

	Fixed test_mouse_does_not_break_key_navigation test,

2012-07-06  Thomi Richards  <thomi.richards@canonical.com>

	Fixed up the test_panel_indicators_key_navigation_prev_works test.

2012-07-06  Thomi Richards  <thomi.richards@canonical.com>

	Refactored test_panel_indicators_key_navigation_next_works test to use the Eventually matcher, and not test things outside it's remit.

2012-07-06  Thomi Richards  <thomi.richards@canonical.com>

	Refactoring...

2012-07-06  Thomi Richards  <thomi.richards@canonical.com>

	test_panel_menu_accelerators_work test uses Eventually matcher.

2012-07-06  Thomi Richards  <thomi.richards@canonical.com>

	test_panel_first_menu_show_works test uses Eventually matcher.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Fixed the PanelIndicatorEntryTests tests: removed dupliactes, converted tests to use the Eventually matcher.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Removed some tests that I realised were duplicated.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	test_menus_show_when_indicator_active_and_mouse_over_panel test now uses Eventually matcher.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Fixed test_menus_show_after_closing_an_entry test to use Eventually matcher.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	test_menus_dont_show_with_hud test now uses Eventually matcher.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	test_menus_dont_show_with_dash test uses Eventually matcher.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Fixed the test_menus_show_for_maximized_window_on_mouse_in test to use Eventually matcher.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Fixed test_menus_dont_show_for_maximized_window_on_mouse_out test.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Cleaned up test_menus_show_for_restored_window_on_mouse_in test.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Cleaned up test_menus_dont_show_for_restored_window_on_mouse_out.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Cleaned up test_menus_dont_show_if_a_new_application_window_is_opened test.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	test_menus_shows_when_new_application_is_opened uses Eventually matcher.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	test_menus_are_not_shown_if_the_application_has_no_menus test now uses the Eventually matcher.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Converted the test_menus_are_added_on_new_application test to use the Eventually matcher.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Converted the test_hovering_indicators_open_menus test to use the Eventually matcher.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Split the test_menus_show_for_maximized_window_on_mouse_in test into four tests, and converted them all to use the Eventually matcher.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Split the test_only_menus_show_for_restored_window_on_mouse_in test into four smaller ones, and converted them all to use the Eventually matcher.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	CLeaned up the test_window_buttons_show_when_holding_show_menu_key test.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Converted the test_minimize_button_disabled_for_non_minimizable_windows test to use the Eventually matcher.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Converted the test_window_buttons_maximization_buttons_works_for_dash test to use the Eventually matcher, and added a bunch of comments to help explain it to other people. I don't have the patience to split it apart right now.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Split dash minimize button test into two smaller tests that both use the Eventually matcher.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	cleaned up the test_window_buttons_close_button_works_for_dash test.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Fixed the test_hud_maximize_button_does_not_change_dash_form_factor test, and several copy and paste errors in comments.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Split a test into two, and made both use the Eventually matcher.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Split the test_minimize_button_disabled_for_hud test into two, and made both use the Eventually matcher.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Cleaned up test_window_buttons_close_button_works_for_hud test.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	test_window_buttons_unmaximize_follows_fitts_law test now uses Eventually matcher.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Cleaned up test_window_buttons_unmaximize_button_works_for_window test.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	CLeaned up test_window_buttons_minimize_follows_fitts_law test.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Cleaned up test_window_buttons_close_button_works_for_window test.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Cleaned up test_window_buttons_close_follows_fitts_law test.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	test_window_buttons_close_button_works_for_window uses Eventually matcher, no longer uses a bamf interface that's died, and works correctly on multi-monitor setups.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Cleanup test_window_buttons_cancel test to use Eventually matcher and work around a bug in the panel.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Fixed test_window_buttons_update_visual_state test to use Eventually matcher, and changed the hud emulator so closing the hud is always done with the Escape key, to avoid race conditions between closing the hud with the mouse and with the keyboard, which was causing this test to fail occaisonally.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	test_window_buttons_show_with_hud test uses Eventually matcher and custom assertion method.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	test_window_buttons_show_with_dash test cleaned up. uses eventually matcher, and fixed custom window button assertion method to be more flexible.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Added an EVentually to test_window_buttons_dont_show_on_empty_desktop test.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Don't need to sleep in the test_window_buttons_dont_show_for_restored_window_with_mouse_in_panel test thanks to the eventually matcher.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Don't need to sleep in test_window_buttons_dont_show_for_maximized_window_on_mouse_out test thanks to eventually matcher.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	test_window_buttons_show_for_maximized_window_on_mouse_in uses Eventually matcher and custom assert method.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Split the test_window_buttons_dont_show_for_restored_window test into two smaller tests, and made both use the Eventually matcher.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	test_window_buttons_dont_show_on_empty_desktop uses eventually matcher, and sleeps longer before checking window buttons.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	test_panel_title_updates_on_maximized_window_title_changes now uses Eventually matcher.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	Split a panel test into two tests and made both tests use the Eventually matcher.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	test_panel_title_with_maximized_application uses Eventually matcher.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	test_panel_title_with_restored_application uses Eventually matcher and is more explicit.

2012-07-05  Thomi Richards  <thomi.richards@canonical.com>

	test_panel_title_on_empty_desktop uses Eventually matcher.

2012-07-06  timo.jyrinki@canonical.com

	Fix building on ARM without OpenGL (only EGL + OpenGL ES). A successful build also needed the -fPIC addition for arm.. Fixes: . Approved by Sam Spilsbury, jenkins.

2012-07-06  timo.jyrinki@canonical.com

	Move the check to the top-level CMakeLists.txt

2012-07-06  timo.jyrinki@canonical.com

	Merge trunk.

2012-07-06  timo.jyrinki@canonical.com

	Use a more concise form for the ARM changes.

2012-06-21  timo.jyrinki@canonical.com

	Fix building on ARM without OpenGL (only EGL + OpenGL ES). A successful build also needed the -fPIC addition for arm.

2012-07-06  Brandon Schaefer  <brandontschaefer@gmail.com>

	Fixes Alt+F1 mode while the HUD is open.. Fixes: https://bugs.launchpad.net/bugs/1020808. Approved by Łukasz Zemczak, Thomi Richards.

2012-07-05  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixes Alt+F1 problem with the Hud

2012-07-06  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Ensure the unity shell gets drawn before (below) windows stacked above it,
	like DnD icons (LP: #1021541). Fixes: https://bugs.launchpad.net/bugs/1021541. Approved by Łukasz Zemczak.

2012-07-06  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Add manual test.

2012-07-06  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Remove debug output

2012-07-06  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	First prototype fix for LP: #1021541
	Ensure windows stacked above the shell actually get rendered above the shell.

2012-07-06  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Ensure the launcher gets redrawn during keynav mode (LP: #1021549)
	. Fixes: https://bugs.launchpad.net/bugs/1021549. Approved by Łukasz Zemczak, Sam Spilsbury.

2012-07-06  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Use a much nicer fix for LP: #1021549 which involves removing the workaround
	for Nux bug LP: #1014610. This assumes everyone has upgraded to Nux 3.0 (!)

2012-07-06  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Ensure the launcher gets redrawn during keynav mode (LP: #1021549)

2012-07-06  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Revert fix for LP: #833727 for now. It either needs test cases or to be
	replaced with a more generic fix that applies to all unityshell plugin
	options. And I'd rather wait for the latter before writing tests for it.
	. Fixes: https://bugs.launchpad.net/bugs/833727. Approved by .

2012-07-06  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Revert fix for LP: #833727 for now. It either needs test cases or to be
	replaced with a more generic fix that applies to all unityshell plugin
	options. And I'd rather wait for the latter before writing tests for it.

2012-07-03  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Stop Unity from redrawing the shell on every frame (ie. when it doesn't need
	to). It had a severe impact on graphics performance. (LP: #988079)
	
	This especially improves OpenGL application performance and multi-monitor
	desktop performance. Because unity was previously slowing down compiz
	rendering by 20-40% for each monitor added to the system. This slowdown no
	longer occurs as only damaged areas of the unity shell are repainted. Now
	unity will not have any impact on compiz rendering performance for most
	video frames.
	
	Coincidentally, this fixes a number of other bugs (linked).. Fixes: https://bugs.launchpad.net/bugs/734908, https://bugs.launchpad.net/bugs/874619, https://bugs.launchpad.net/bugs/886605, https://bugs.launchpad.net/bugs/967112, https://bugs.launchpad.net/bugs/988079, https://bugs.launchpad.net/bugs/992516, https://bugs.launchpad.net/bugs/1016430. Approved by Tim Penhey, Sam Spilsbury, jenkins.

2012-06-27  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Remove debug code.

2012-06-27  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Optimize boolean logic.

2012-06-27  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Simplify and add comments.

2012-06-27  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Generalized occlusion detection. Not just fullscreen windows can be over
	the shell.

2012-06-27  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Better variable naming.

2012-06-27  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Rebase on latest lp:unity

2012-06-26  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Honour force-paint-on-top. Even when the windows are not stacked correctly.
	Incorrect stacking of the shell over fullscreen windows however is not
	something to fix in this branch. I'm just making it look the same as it does
	with trunk already.

2012-06-26  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Occlusion detection, compiz-style. Removed shellIsHidden.
	
	I think this is a bit bigger, uglier and slower than shellIsHidden. But
	more in line with the existing compiz occlusion code.

2012-06-26  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Don't check BackgroundEffectHelper::HasDirtyHelpers for doShellRepaint.
	It has nothing directly to do with shell rendering as smspillaz mentioned.

2012-06-26  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Clean up comments

2012-06-26  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Rebase on latest upstream lp:unity

2012-06-25  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Remove debug output

2012-06-25  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Simplify shellIsHidden() how smspillaz suggests.

2012-06-25  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Use CompWindowStateHiddenMask as suggested by smspillaz.

2012-06-25  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Rebase on latest lp:unity

2012-06-22  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fix style per Marco.

2012-06-22  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fix failure to redraw the shell on returning from full screen. This time
	without breaking multi-monitor support.

2012-06-22  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Revert r2445. It's causing multi-monitor redraw problems.

2012-06-22  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Rebase on latest lp:unity

2012-06-21  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Avoid potential crashes on startup. Just in case.

2012-06-21  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	A more logical location for damaging BackgroundEffectHelper.

2012-06-21  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Simplify and optimize damage propagation from GetDrawList.

2012-06-21  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fixed: Dash was not always redrawing in some cases (unless something was
	redrawing behind it).

2012-06-21  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fix typo.

2012-06-21  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Don't clear the draw list when doShellRepaint==false. Otherwise returning
	from fullscreen the shell views will still think they're already queued
	for drawing then they're not and will fail to redraw.
	
	The problem only happened when this branch was used with the fix for Nux
	bug LP: #1014610.

2012-06-21  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Style tweaks per Marco.

2012-06-21  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Rebase on latest upstream lp:unity

2012-06-20  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Remove unused variable REDRAW_IDLE.

2012-06-20  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Rebase on latest lp:unity

2012-06-19  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Remove debug code.

2012-06-19  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Damage panels independently. This gives a significant performance boost with
	multiple monitors since damaging one panel no longer triggers redraws of
	all panels.

2012-06-19  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Rebase on latest lp:unity

2012-06-19  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Reintroduce some old code, which it turns out was a workaround for
	Nux bug LP: #1014610. Now we're not dependent on the fix being released in
	Nux.

2012-06-19  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Rebase on latest upstream lp:unity

2012-06-18  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Remove the almost pointless FastQueueDraw(). A correct fix for the pauses
	and poor performance has been proposed for Nux --> LP: #1014610

2012-06-18  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Slight improvement in avoiding DrawList floods, which are causing UI pauses.

2012-06-18  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Faster startup. I think.

2012-06-18  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Remove some dead damage code.

2012-06-18  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Remove redundant damage call.

2012-06-18  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Don't repaint the shell on outputs where the repaint region is empty.
	Maybe the opengl plugin needs fixing. Not sure.

2012-06-18  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Add debug code. Will need it again. It seems shellIsHidden() isn't working
	perfectly. There are two buggy cases:
	
	1. Two monitors and fullscreen video on one monitor --> results in shell
	repaints far too often. Even though the shell on the monitor with the
	video isn't visible.
	
	2. Again, a fullscreen window on one monitor. Now if you focus any window
	on the other monitor, the shell will overdraw the fullscreen window
	on the second. Not sure if this is a new bug though... ?

2012-06-18  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fixed damage feedback causing high CPU, observed with >1 monitors.

2012-06-18  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Revert previous commit. It causes redraw regressions.

2012-06-18  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fixed feedback loop causing constant CPU usage with multiple monitors.

2012-06-18  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Move ClearDrawList() to donePaint() as per smspillaz' suggestion. Don't see
	any difference myself.

2012-06-18  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Simplify.

2012-06-18  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Shrink the diff.

2012-06-18  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Rebase on latest lp:unity

2012-06-15  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Detect when a fullscreen window is obscuring the shell and avoid wasting
	GPU and CPU cycles on redrawing the shell. Very important for games and
	benchmarks.

2012-06-15  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Rebase on latest upstream lp:unity

2012-06-14  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Rebase on latest upstream lp:unity and fix a conflict.

2012-06-14  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Remove unnecessary launcher redraw

2012-06-14  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Finally fixed all tooltip and quicklist damage bugs ?!

2012-06-14  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Finally tooltips render completely. Seems to cause a regression in quicklists
	though.

2012-06-14  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Use safer reference-counted pointers

2012-06-14  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	More const, less copying.

2012-06-14  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Much improved rendering of tooltips on top of Nux damage. Still not perfect.

2012-06-14  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Merge in lp:~vanvugt/unity/fix-865006 because we will need the new function
	UnityScreen::damageRegion soon.

2012-06-14  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Report no tooltip when there is none.

2012-06-14  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Finally, tooltips draw on top of compiz damage. However, still some problems
	with not all of the tooltip being redrawn. Probably incomplete communication
	of tooltips queued for drawing --> compiz damage.

2012-06-14  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Ensure Quicklists always draw on top of any compiz damage below them.

2012-06-13  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Simplified. We no longer need to force shell repainting on all full-screen
	redraws, so the performance optimization will now also work for people who
	have full screen redraws enabled.

2012-06-13  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Rebase on upstream changes from lp:unity

2012-06-13  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Rebase on latest upstream lp:unity

2012-06-12  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Rebase on latest lp:unity and fix conflicts.

2012-06-12  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Tidy up comments

2012-06-12  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Add stub for redrawing tooltips damaged by other windows (compiz). Not
	finished yet.

2012-06-12  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Remove an old optimization which is now redundant and in fact harmful (it
	seems to make performance worse now).

2012-06-12  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fixed almost all damage problems.

2012-06-12  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Initial prototype.
	
	Don't redraw Unity shell on every frame; just when we need to. This solves
	graphics application performance problems (LP: #988079).
	
	What's still broken:
	- Windows damaging the launcher/panel when the launcer/panel are idle.
	- Screen damage when unmaximizing the dash (changing from fullscreen dash
	back to normal).

2012-07-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IMTextEntry: updated to match the new interface of lp:~3v1n0/nux/text-entry-virtual-clipboard. Fixes: https://bugs.launchpad.net/bugs/1016354. Approved by Brandon Schaefer.

2012-07-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IMTextEntry: updated to match the new interface of lp:~3v1n0/nux/text-entry-virtual-clipboard

2012-07-03  Andrea Azzarone  <azzaronea@gmail.com>

	Close the overlay is a modifier key is pressed. Don't treat super+tab as a special case.. Fixes: https://bugs.launchpad.net/bugs/934062. Approved by Marco Trevisan (Treviño), jenkins.

2012-07-02  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug 934062.

2012-06-29  Andrea Azzarone  <azzaronea@gmail.com>

	Close the shortcut overlay if a key modifier has been pressed.

2012-07-03  Didier Roche  <didier.roche@canonical.com>

	libgnome-desktop is not needed anymore. Removing the dep check. Fixes: . Approved by Andrea Cimitan.

2012-07-03  Didier Roche  <didier.roche@canonical.com>

	remove gnome-desktop check, not needed anymore

2012-07-03  Jay Taoko  <jay.taoko@canonical.com>

	* Using Nux API 3.0
	* Deprecated nux-image. Fixes: . Approved by Łukasz Zemczak, Didier Roche, Tim Penhey.

2012-07-03  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	One more dependency that needed changing to 3.0.

2012-06-29  Jay Taoko  <jay.taoko@canonical.com>

	* Fixed requirement for Nux 3.0

2012-06-26  Jay Taoko  <jay.taoko@canonical.com>

	* Merged with Unity trunk.

2012-05-25  Jay Taoko  <jay.taoko@canonical.com>

	* Deprecated nux-image. Files under NuxImage/ are now under NuxGraphics.
	* Requires nux-3.0.

2012-07-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSignal: rewrite using the variadic templates to generate multiple types
	
	Also, use std::shared_ptr and boost::noncopyable, plus add utility template function to the Manager to add signals without initialization.. Fixes: . Approved by jenkins, Tim Penhey.

2012-07-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSignal: properly use defined to check __GNUC__

2012-07-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSignal: fix copyright dates

2012-07-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSignal: check for invalid __GNUC__ too

2012-07-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSignal, Manager: add utility template function to add signals without initialization

2012-07-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_glib_signals: update against the new API

2012-07-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSignal: rewrite using the variadic templates to generate multiple types
	
	Also, use std::shared_ptr and boost::noncopyable

2012-07-03  Brandon Schaefer  <brandontschaefer@gmail.com>

	Triggering any quicklist item now closes the dash, if open.. Fixes: https://bugs.launchpad.net/bugs/937338. Approved by Marco Trevisan (Treviño).

2012-07-02  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Check if item is valid also

2012-07-02  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Moved safety check

2012-07-01  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Changed to use QuicklistMenuItem

2012-06-29  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Changed into function

2012-06-29  Brandon Schaefer  <brandontschaefer@gmail.com>

	* merged trunk

2012-06-29  Brandon Schaefer  <brandontschaefer@gmail.com>

	* When any quicklist item is triggered it will close the dash.

2012-07-02  Thomi Richards  <thomi.richards@canonical.com>

	Fixed panel and quicklist autopilot tests.. Fixes: . Approved by Christopher Lee.

2012-07-02  Thomi Richards  <thomi.richards@canonical.com>

	Fixed broken panel test.

2012-07-02  Thomi Richards  <thomi.richards@canonical.com>

	FIxed the quicklist tests.

2012-07-02  Thomi Richards  <thomi.richards@canonical.com>

	quicklist tests now open the quicklist correctly.

2012-07-02  Thomi Richards  <thomi.richards@canonical.com>

	Removed unused import

2012-07-01  Thomi Richards  <thomi.richards@canonical.com>

	Fixed two failing dash autopilot tests.. Fixes: . Approved by Christopher Lee.

2012-07-02  Thomi Richards  <thomi.richards@canonical.com>

	Fixed naming issue from code review.

2012-07-02  Thomi Richards  <thomi.richards@canonical.com>

	Merged previous test fix branch and frixed two failing dash tests.

2012-07-01  Thomi Richards  <thomi.richards@canonical.com>

	Fix broken Hud autopilot tests.. Fixes: . Approved by Christopher Lee, jenkins.

2012-06-29  Thomi Richards  <thomi.richards@canonical.com>

	Fixed bad import statement.

2012-06-29  Thomi Richards  <thomi.richards@canonical.com>

	Merged code that contains the updated autopilot dbus code.

2012-06-29  Thomi Richards  <thomi.richards@canonical.com>

	Merged prerequisite branch to get wildcard support.

2012-06-29  Thomi Richards  <thomi.richards@canonical.com>

	Fixed panel minimise window button test.

2012-06-29  Thomi Richards  <thomi.richards@canonical.com>

	Fix hud searchbar and icon not being found.

2012-06-29  Andrea Azzarone  <azzaronea@gmail.com>

	Fix a crash in compizminimizedwindowhandler.. Fixes: https://bugs.launchpad.net/bugs/851982. Approved by Marco Trevisan (Treviño), jenkins.

2012-06-27  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug 851982.

2012-06-29  Andrea Azzarone  <azzaronea@gmail.com>

	Fix hud expand animation.. Fixes: https://bugs.launchpad.net/bugs/932531. Approved by Marco Trevisan (Treviño), Brandon Schaefer, jenkins.

2012-06-27  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug 932531.

2012-06-29  Brandon Schaefer  <brandontschaefer@gmail.com>

	Alt+F4 closes the hud. Fixes: https://bugs.launchpad.net/bugs/1019440. Approved by Marco Trevisan (Treviño).

2012-06-29  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Alt+F4 closes the hud

2012-06-29  Brandon Schaefer  <brandontschaefer@gmail.com>

	Alt+F1 now closes the dash when activated.. Fixes: https://bugs.launchpad.net/bugs/919209. Approved by Marco Trevisan (Treviño).

2012-06-29  Brandon Schaefer  <brandontschaefer@gmail.com>

	*merged trunk

2012-06-29  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Re-enables activating Alt+F1 mode while the Dash is open.

2012-06-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapterCompiz: ignore offscreen windows when looking for the top one. Fixes: https://bugs.launchpad.net/bugs/996604. Approved by jenkins, Brandon Schaefer.

2012-06-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_icon_behavior: add the scale test and fix runtime error

2012-06-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapterCompiz: ignore offscreen windows when looking for the top one

2012-06-29  Didier Roche  <didier.roche@canonical.com>

	Fix a crash when a GError exception is triggered. Fixes: https://bugs.launchpad.net/bugs/778470. Approved by Sam Spilsbury, jenkins.

2012-06-28  Didier Roche  <didier.roche@canonical.com>

	import glib for handling the GError (LP: #778470)

2012-06-29  Didier Roche  <didier.roche@canonical.com>

	Remove migration configuration tool from unity as we don't support those upgrade paths anymore.. Fixes: . Approved by jenkins.

2012-06-25  Didier Roche  <didier.roche@canonical.com>

	remove favorite-migration tool, not needed anymore

2012-06-29  Thomi Richards  <thomi.richards@canonical.com>

	This branch updates unity to conform to the new Autopilot DBus wire protocol.. Fixes: . Approved by Christopher Lee, jenkins.

2012-06-29  Thomi Richards  <thomi.richards@canonical.com>

	thereifixedit.

2012-06-29  Thomi Richards  <thomi.richards@canonical.com>

	Trying things to get new DBus protocol to work

2012-06-29  Thomi Richards  <thomi.richards@canonical.com>

	Add wildcard support (and tests) for DBus XPath query matching.

2012-06-28  Thomi Richards  <thomi.richards@canonical.com>

	Don't introspect recursively. Instead, send child names only.

2012-06-28  Thomi Richards  <thomi.richards@canonical.com>

	Modified unity test suite to work with the new autopilot DBus specification.

2012-06-28  Thomi Richards  <thomi.richards@canonical.com>

	Unity logging interface given a better name.

2012-06-28  Thomi Richards  <thomi.richards@canonical.com>

	Unity debug dbus interface now split into two DBus interfaces - the autopilot one and the debug logging one.

2012-06-27  Brandon Schaefer  <brandontschaefer@gmail.com>

	Condensed some code in for saving input focus and focusing a new window in unityshell.cpp. Fixes: . Approved by Andrea Azzarone.

2012-06-27  Brandon Schaefer  <brandontschaefer@gmail.com>

	* remove old function

2012-06-26  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Condense saving input, then focusing window function. It is used twice

2012-06-27  Christopher Lee  <chris.lee@canonical.com>

	Hud test now checks query result before hitting enter.. Fixes: . Approved by Thomi Richards, jenkins.

2012-06-28  Christopher Lee  <chris.lee@canonical.com>

	Corrected hud_selected_button to return selected not first button

2012-06-27  Christopher Lee  <chris.lee@canonical.com>

	Merge trunk

2012-06-27  Christopher Lee  <chris.lee@canonical.com>

	Cleaned up 'selected hud button' usage

2012-06-27  Christopher Lee  <chris.lee@canonical.com>

	Updated test so it checks the actual hud query result before hitting enter

2012-06-27  Christopher Lee  <chris.lee@canonical.com>

	Merge hud button introspection

2012-06-27  Andrea Azzarone  <azzaronea@gmail.com>

	Use the "Range-based for" feature in QuicklistView.cpp. Fixes: . Approved by Marco Trevisan (Treviño), jenkins.

2012-06-26  Andrea Azzarone  <azzaronea@gmail.com>

	Use c++11 for.

2012-06-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashView: filter out the unprintable keys when focusing the search bar
	
	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, jenkins.

2012-06-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	KeyboardUtil tests, re-added the above key symbol tests

2012-06-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	KeyboardUtil: IsMoveKeySymbol, use better variable name

2012-06-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	KeyboardUtil: use gdk_keyval_to_unicode instead of raw checking

2012-06-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashView: use both IsPrintableKeySymbol and IsMoveKeySymbol to check search key

2012-06-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	KeyboardUtil: add IsMoveKeySymbol, change IsPrintableKeySymbol behavior
	
	IsMoveKeySymbol is used to check move keys, IsPrintableKeySymbol to check
	if the symbol can modify the printed text
	
	Tests updated

2012-06-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests, test_keyboard_util: added test for KeyboardUtil::IsPrintableKeySymbol

2012-06-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	KeyboardUtil: move to unity-shared and add IsPrintableKeySymbol() method

2012-06-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashView: filter out the unprintable keys when focusing the search bar
	
	The search bar can't be focused when invalid keys (such as shift, ctrl
	F1...) are pressed.

2012-06-27  Andrea Azzarone  <azzaronea@gmail.com>

	Fix build failure using gcc 4.7. Fixes: . Approved by Łukasz Zemczak, jenkins.

2012-06-27  Andrea Azzarone  <azzaronea@gmail.com>

	Don't use class members in lamda capture list.

2012-06-27  Andrea Azzarone  <azzaronea@gmail.com>

	Set a min/max width for the hudbutton to avoid layout issues.. Fixes: https://bugs.launchpad.net/bugs/1016239. Approved by Marco Trevisan (Treviño), jenkins.

2012-06-26  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug #1016239.

2012-06-27  Andrea Azzarone  <azzaronea@gmail.com>

	Fix a test failure.. Fixes: . Approved by Didier Roche.

2012-06-27  Andrea Azzarone  <azzaronea@gmail.com>

	Add a timeout just to be sure that the hud has been shown.

2012-06-27  Andrea Azzarone  <azzaronea@gmail.com>

	Remove dead code in QuiclistView.cpp. Fixes: . Approved by Marco Trevisan (Treviño), jenkins.

2012-06-26  Andrea Azzarone  <azzaronea@gmail.com>

	Remove _default_item_layout and _default_item_list.

2012-06-26  Christopher Lee  <chris.lee@canonical.com>

	Added introspection for HudButtons (hud query results). Fixes: . Approved by jenkins, Thomi Richards.

2012-06-27  Christopher Lee  <chris.lee@canonical.com>

	Moved access to hud_buttons a little and better escaping for labels

2012-06-27  Christopher Lee  <chris.lee@canonical.com>

	Added help property for access to emulators hudbuttons

2012-06-27  Christopher Lee  <chris.lee@canonical.com>

	Added introspection for HudButtons (hud query results)

2012-06-26  Brandon Schaefer  <brandontschaefer@gmail.com>

	The dash will now open when invoked while in spread/scale mode.. Fixes: https://bugs.launchpad.net/bugs/944033. Approved by Marco Trevisan (Treviño).

2012-06-26  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Initialize...never forget to do that!

2012-06-26  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Added AP test for the dash opening in spread mode (lens, command, and home)

2012-06-26  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Scale will now exit when you invoke the dash in anyway

2012-06-25  Brandon Schaefer  <brandontschaefer@gmail.com>

	Fixes closing the shurnk Hud when clicking outside it's geometry.. Fixes: https://bugs.launchpad.net/bugs/962651. Approved by Thomi Richards, Gord Allott.

2012-06-25  Brandon Schaefer  <brandontschaefer@gmail.com>

	* conflict for some reason...

2012-06-25  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Missed removing some default values

2012-06-25  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Copy the entire content_geo now
	* Fixed the ap test

2012-06-25  Brandon Schaefer  <brandontschaefer@gmail.com>

	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: https://bugs.launchpad.net/bugs/926406. Approved by Andrea Azzarone, Thomi Richards.

2012-06-25  Brandon Schaefer  <brandontschaefer@gmail.com>

	* minor changes

2012-06-25  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Update with a sleep so the window has time to close on slower machines.

2012-06-23  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixes a failed AP this branch would cause
	* Added an ap test to show alt+f4 is disabled

2012-06-22  Brandon Schaefer  <brandontschaefer@gmail.com>

	* merged to another branch...removed wrong rev

2012-06-22  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Switcher now focuses its own window so other events cannot happen behind it,
	such as alt+f4.

2012-06-22  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixes closing the hud by clicking outside its geo when shrunk

2012-06-25  Thomi Richards  <thomi.richards@canonical.com>

	Remove several ugly bits in the autopilot tests since we can now use the new Eventually matcher callable support.. Fixes: . Approved by Christopher Lee, jenkins.

2012-06-25  Thomi Richards  <thomi.richards@canonical.com>

	Fixed a few other places with the same issues.

2012-06-25  Thomi Richards  <thomi.richards@canonical.com>

	Fixed another place.

2012-06-25  Thomi Richards  <thomi.richards@canonical.com>

	Seems to work...

2012-06-25  Thomi Richards  <thomi.richards@canonical.com>

	Fixed an autopilot test that was failing.. Fixes: . Approved by Christopher Lee.

2012-06-25  Thomi Richards  <thomi.richards@canonical.com>

	Use new autopilot patch_environment feature, instead of doing it ourself (badly).

2012-06-22  Thomi Richards  <thomi.richards@canonical.com>

	Made it easier to select an icon in the launcher using the keyboard controls from within an autopilot test.. Fixes: . Approved by Christopher Lee.

2012-06-22  Thomi Richards  <thomi.richards@canonical.com>

	Moved assertNumberWins custom assertion up the inheritance tree, and fixed a few places where we were being particularly stupid about setLauncherHideMode.

2012-06-22  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-06-22  Thomi Richards  <thomi.richards@canonical.com>

	Updated more tests to use the new method.

2012-06-22  Thomi Richards  <thomi.richards@canonical.com>

	Added kaybord_select_icon method, and used an existing test to make sure that it worked.

2012-06-22  Thomi Richards  <thomi.richards@canonical.com>

	Various code cleanups in the launcher tests.

2012-06-21  Thomi Richards  <thomi.richards@canonical.com>

	Split the autopilot launcher tests into several smaller files.. Fixes: . Approved by Christopher Lee.

2012-06-22  Thomi Richards  <thomi.richards@canonical.com>

	PEP8 fixes.

2012-06-22  Thomi Richards  <thomi.richards@canonical.com>

	Split the MASSIVE test_launcher file into a separate package that contains different files for each different class of tests. This will make it easier to hack on the autopilot tests without causing conflicts.

2012-06-21  Thomi Richards  <thomi.richards@canonical.com>

	Extend the autopilot bad behavior tests.. Fixes: . Approved by Christopher Lee.

2012-06-22  Thomi Richards  <thomi.richards@canonical.com>

	Extended the bad behavior tests that get run at the end of each autopilot test.

2012-06-21  Brandon Schaefer  <brandontschaefer@gmail.com>

	Removed activate_idle_ unique ptr to using the source manager already in launcher controller.. Fixes: . Approved by Marco Trevisan (Treviño).

2012-06-21  Brandon Schaefer  <brandontschaefer@gmail.com>

	* minor fixes

2012-06-21  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Changed from using UniqePtr to using the SourceManager

2012-06-21  Thomi Richards  <thomi.richards@canonical.com>

	Cleaned up launcher autopilot tests.. Fixes: . Approved by Christopher Lee.

2012-06-21  Thomi Richards  <thomi.richards@canonical.com>

	Removed unused impoprts, prefer addCleanup to tearDown, and don't use setUp methods for things that are really part of the test.

2012-06-21  Thomi Richards  <thomi.richards@canonical.com>

	Fix launcher switcher tests.

2012-06-20  Brandon Schaefer  <brandontschaefer@gmail.com>

	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 Thomi Richards.

2012-06-20  Brandon Schaefer  <brandontschaefer@gmail.com>

	* re-worded

2012-06-20  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Not part of the design for the bug.

2012-06-20  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Added manual test

2012-06-20  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Only want to close the dash if the icon is new.

2012-06-20  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Dash will close when an icon gets added to the launcher or a file is draged into another program.

2012-06-20  Brandon Schaefer  <brandontschaefer@gmail.com>

	Lambda function was using an undefined variable, changed to pass by value now.. Fixes: . Approved by Tim Penhey.

2012-06-20  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Moved the super call in TearDown to be below keynav cancel.

2012-06-20  Brandon Schaefer  <brandontschaefer@gmail.com>

	* added an AP test

2012-06-20  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Explict capture usage

2012-06-20  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Need to pass by value not refrence in Lambda function.

2012-06-20  Christopher Lee  <chris.lee@canonical.com>

	Ensured that any test that changes workspaces returns to the original one at completion of the test.. Fixes: . Approved by Thomi Richards.

2012-06-21  Christopher Lee  <chris.lee@canonical.com>

	Added a couple more misbehaving tests (workspace switching)

2012-06-20  Christopher Lee  <chris.lee@canonical.com>

	Merge trunk

2012-06-20  Christopher Lee  <chris.lee@canonical.com>

	Fixed tests that didn't return to initial workspace

2012-06-20  Brandon Schaefer  <brandontschaefer@gmail.com>

	Fixes focus problem when entering expo mode from KeyNav(Alt+F1).. Fixes: https://bugs.launchpad.net/bugs/962408. Approved by Thomi Richards, Jason Smith.

2012-06-20  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Added another ap test for using Esc to exit expo mode

2012-06-20  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Added missing ap info

2012-06-20  Brandon Schaefer  <brandontschaefer@gmail.com>

	* ap test added

2012-06-20  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixes races condition created by ubus messages.

2012-06-20  Andrea Azzarone  <azzaronea@gmail.com>

	Remove internal partitions after they have been unmounted.. Fixes: https://bugs.launchpad.net/bugs/994163. Approved by Marco Trevisan (Treviño).

2012-06-20  Andrea Azzarone  <azzaronea@gmail.com>

	Fix manual test title.

2012-06-20  Andrea Azzarone  <azzaronea@gmail.com>

	Fix.

2012-06-19  Andrea Azzarone  <azzaronea@gmail.com>

	Add manual test.

2012-06-19  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug 994163.

2012-06-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IMTextEntry: ignore invalid keypress when using modifiers keys.
	
	All the key pressure when pressing the Alt or Super key should be ignored.
	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 Andrea Azzarone.

2012-06-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests: added test_im_text_entry to check IMTextEntry values

2012-06-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IMTextEntry: pass a nux::Event to TryHandleSpecial

2012-06-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IMTextEntry: ignore invalid keypress when using modifiers keys.
	
	All the key pressure when pressing the Alt or Super key should be ignored.
	When pressing Ctrl key we should only allow: A key, arrow keys, Backspace
	or Delete keys and Home or Delete keys.

2012-06-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashController / HudController: hide the overlay when the spread is initiated. Fixes: https://bugs.launchpad.net/bugs/870284. Approved by Tim Penhey.

2012-06-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_dash: fix spacing

2012-06-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests, test-gtest: remove the unneeded WindowManager calls into tests

2012-06-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_dash: add test to check if it closes on spread

2012-06-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_hud: add test to check if HUD closes on spread

2012-06-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests, test_main: initialize the Plugin adapter, and use the standalone version

2012-06-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudController: hide the HUD when the spread is initiated

2012-06-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashController: hide the dash when spread is initiated

2012-06-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-06-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged icon-loader-cleanup into timeout-seconds.

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged icon-loader-cleanup into timeout-seconds.

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged icon-loader-cleanup into timeout-seconds.

2012-06-20  Thomi Richards  <thomi.richards@canonical.com>

	Adds logging to the unity / compiz plugin adapter class, and code in autopilot to collect those logs.. Fixes: . Approved by Christopher Lee.

2012-06-20  Thomi Richards  <thomi.richards@canonical.com>

	Make log messages easier to tell apart.

2012-06-20  Thomi Richards  <thomi.richards@canonical.com>

	Added logging to the unity/compiz plugin class, and set all tests to attach those logs to failed AP tests.

2012-06-20  Thomi Richards  <thomi.richards@canonical.com>

	Autopilot tests once again attach the unity log to the test results.. Fixes: . Approved by Christopher Lee.

2012-06-20  Thomi Richards  <thomi.richards@canonical.com>

	Re-enable the collection of unity logs.

2012-06-19  Thomi Richards  <thomi.richards@canonical.com>

	Autopilot tests that leave the system in a bad state will now fail with a descriptive message.. Fixes: . Approved by Tim Penhey.

2012-06-19  Thomi Richards  <thomi.richards@canonical.com>

	Fixes from code review.

2012-06-19  Thomi Richards  <thomi.richards@canonical.com>

	Whitespace fixes.

2012-06-19  Thomi Richards  <thomi.richards@canonical.com>

	Tests that are not well bahaved will now fail.

2012-06-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests, glib_source: be more permissive on TestGLibTimeoutSeconds.MultipleShotsRun. Fixes: . Approved by Michal Hruby.

2012-06-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests, glib_source: be more permissive on TestGLibTimeoutSeconds.MultipleShotsRun

2012-06-18  Thomi Richards  <thomi.richards@canonical.com>

	Added LauncherEntryRemote to the unity introspection tree.. Fixes: . Approved by Tim Penhey.

2012-06-19  Thomi Richards  <thomi.richards@canonical.com>

	Added python emulator support.

2012-06-19  Thomi Richards  <thomi.richards@canonical.com>

	LauncherEntry inbstances are now introspectable.

2012-06-18  Thomi Richards  <thomi.richards@canonical.com>

	Added extra logging to the autopilot window manager emulator.. Fixes: . Approved by Christopher Lee.

2012-06-19  Thomi Richards  <thomi.richards@canonical.com>

	More logging for show desktop functions in window manager emulator.

2012-06-18  Thomi Richards  <thomi.richards@canonical.com>

	Updated HACKING file to point to the new autopilot documentation.. Fixes: . Approved by Tim Penhey.

2012-06-19  Thomi Richards  <thomi.richards@canonical.com>

	Added a separate README file for autopilot-running instructions, updated the autopilot shell script, and the HACKING file.

2012-06-19  Thomi Richards  <thomi.richards@canonical.com>

	Updated instructions for autopilot migration.

2012-06-18  Thomi Richards  <thomi.richards@canonical.com>

	Fix a timing issue in a launcher autopilot test.. Fixes: . Approved by Christopher Lee.

2012-06-18  Thomi Richards  <thomi.richards@canonical.com>

	Fixed spelling mistake.

2012-06-18  Thomi Richards  <thomi.richards@canonical.com>

	Fixed test.

2012-06-17  Thomi Richards  <thomi.richards@canonical.com>

	Fixed the test_launcher_keynav_alt_tab_quits autopilot test.. Fixes: . Approved by Christopher Lee.

2012-06-18  Thomi Richards  <thomi.richards@canonical.com>

	Fixed the LauncherKeyNavTests.test_launcher_keynav_alt_tab_quits autopilot test. We can't use the emulator, since we expect the initiate action to fail.

2012-06-17  Christopher Lee  <chris.lee@canonical.com>

	Use calculator rather than gedit for an autopilot test since gedit has some odd new-instance behavior.. Fixes: . Approved by Thomi Richards.

2012-06-18  Christopher Lee  <chris.lee@canonical.com>

	Use calculator not gedit for this test as gedit was just opening another tab (designed like this?)

2012-06-15  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Give Unity's input windows more unique names, so we can do matching on them
	more reliably. (LP: #1010338)
	. Fixes: https://bugs.launchpad.net/bugs/1010338. Approved by Sam Spilsbury, Andrea Azzarone.

2012-06-15  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Rebase on latest lp:unity and fix a conflict.

2012-06-12  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Merge upstream lp:unity changes. Fix a conflict.

2012-06-08  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Give Unity's input windows more unique names, so we can do matching on them
	more reliably. (LP: #1010338)

2012-06-15  Thomi Richards  <thomi.richards@canonical.com>

	Update method signature in UnityNETWorkareaRegionWindow::resizeNotify so this method is called when the base class resizeNotify method is called.. Fixes: https://bugs.launchpad.net/bugs/1010303. Approved by Tim Penhey.

2012-06-12  Thomi Richards  <thomi.richards@canonical.com>

	Fixed a place where we'd changed a method signiture incorrectly, so it wasn't being called.

2012-06-15  Gord Allott  <gord.allott@canonical.com>

	Removes old, unused, preview codebase. Fixes: . Approved by Mikkel Kamstrup Erlandsen.

2012-06-15  Gord Allott  <gord.allott@canonical.com>

	just removes the old preview codebase, not relevant for the current dash and was never used

2012-06-15  Andrea Azzarone  <azzaronea@gmail.com>

	The dash maximise button changes location if clicked just after the login.. Fixes: https://bugs.launchpad.net/bugs/987674. Approved by Marco Trevisan (Treviño).

2012-06-14  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug 987674.

2012-06-14  Andrea Azzarone  <azzaronea@gmail.com>

	Fix inconsistent hover/highlight/clickable area behavior.. Fixes: https://bugs.launchpad.net/bugs/979686. Approved by Thomi Richards.

2012-06-11  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes.

2012-06-07  Andrea Azzarone  <azzaronea@gmail.com>

	Remove space.

2012-06-07  Andrea Azzarone  <azzaronea@gmail.com>

	Add AP test.

2012-06-07  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug 979686.

2012-06-14  Andrea Azzarone  <azzaronea@gmail.com>

	Fix compilation problems on quantal.. Fixes: https://bugs.launchpad.net/bugs/1012000. Approved by Andrea Azzarone, Sam Spilsbury.

2012-06-12  Andrea Azzarone  <azzaronea@gmail.com>

	Remove format menuitem.

2012-06-12  Andrea Azzarone  <azzaronea@gmail.com>

	Fix compilation errors.

2012-06-14  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fixed: The panel blur was not always updating when something behind it
	changed (LP: #865006)
	
	The reason for this bug was because we were tracking damage from the
	XDamage extension. However XDamage only provides a subset of the total
	damage applied to the compiz screen. For example, redrawing/moving window
	decorations does not necessarily generate any XDamage. Nor do OpenGL
	operations from compiz plugins.. Fixes: https://bugs.launchpad.net/bugs/865006. Approved by Sam Spilsbury.

2012-06-14  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fix style - no whitespace in: function (calls);

2012-06-14  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Avoid potential future feedback loops. And const-ify with references where
	appropriate.

2012-06-13  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Monitor real damage regions rather than assuming glPaintOutput will always
	have the superset of damage.

2012-06-13  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Rebase on latest upstream lp:unity

2012-06-13  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fixed: The panel blur was not always updating when something behind it
	changed (LP: #865006)
	
	The reason for this bug was because we were tracking damage from the
	XDamage extension. However XDamage only provides a subset of the total
	damage applied to the compiz screen. For example, redrawing/moving window
	decorations does not necessarily generate any XDamage. Nor do OpenGL
	operations from compiz plugins.
	
	Instead, look at the total damage region passed to glPaintOutput. That will
	always contain the real damage, which is a superset of the XDamage. This
	method should also be faster because it's only executed once per frame. The
	old XDamage code could easily be called thousands of times per frame.

2012-06-13  Tim Penhey  <tim.penhey@canonical.com>

	Clean up StaticCairoText and make sure all members are initialised.. Fixes: . Approved by Thomi Richards.

2012-06-13  Tim Penhey  <tim.penhey@canonical.com>

	Update header.

2012-06-13  Tim Penhey  <tim.penhey@canonical.com>

	Refactor the StaticCairoText.

2012-06-13  Tim Penhey  <tim.penhey@canonical.com>

	Make sure the hud::Controller deletes the window when destroyed.. Fixes: . Approved by Thomi Richards.

2012-06-14  Tim Penhey  <tim.penhey@canonical.com>

	Have the smart pointer own the reference.

2012-06-13  Albert Astals  <albert.astals@canonical.com>

	Launcher: Fix dragging to the last position when out of the launcher. Fixes: https://bugs.launchpad.net/bugs/971421. Approved by Thomi Richards.

2012-06-11  Christopher Lee  <chris.lee@canonical.com>

	Merge in lp:~aacid/unity/fix_draging_last_position_out_of_launcher

2012-06-05  Albert Astals  <albert.astals@canonical.com>

	Fix dragging to the last position when out of the launcher 

2012-06-11  Christopher Lee  <chris.lee@canonical.com>

	Added test for dragging of icons in the launcher
	
	Added icon drag functionality in launcher emulator
	Added 2 tests for dragging

2012-06-08  Christopher Lee  <veebers@gmail.com>

	Merge trunk

2012-06-13  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Don't ignore the panel opacity setting on startup (LP: #833727)
	. Fixes: https://bugs.launchpad.net/bugs/833727. Approved by Tim Penhey.

2012-06-13  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Don't ignore the panel opacity setting on startup (LP: #833727)

2012-06-13  Christopher Lee  <chris.lee@canonical.com>

	Removed bamf daemon killing/restarting tests (check no double-ups on launcher) and made it a manual test.. Fixes: . Approved by Tim Penhey, Thomi Richards.

2012-06-13  Christopher Lee  <chris.lee@canonical.com>

	Remove Bamf Reports (killing bamfdaemon) && made it a manual test.

2012-06-12  Andrea Azzarone  <azzaronea@gmail.com>

	Fix HUD flickering when showing up after closing previous search. Included with respective unit test and required changes.. Fixes: https://bugs.launchpad.net/bugs/1011507. Approved by Łukasz Zemczak.

2012-06-12  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-06-11  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-06-09  Andrea Azzarone  <azzaronea@gmail.com>

	Call hud::view::ResetToDefault when at the end of the fade-out animation.

2012-06-05  Andrea Azzarone  <azzaronea@gmail.com>

	Reset the hud view when it's about to hide.

2012-06-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSource: added glib::TimeoutSeconds to use g_timeout_add_seconds directly
	
	Code using seconds-timeouts ported to the new class.. Fixes: . Approved by Michal Hruby.

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Use glib::TimeoutSeconds when we can

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged icon-loader-cleanup into timeout-seconds.

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged icon-loader-cleanup into timeout-seconds.

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests, glib::Source: added tests for glib::TimeoutSeconds

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSource: added glib::TimeoutSeconds to use g_timeout_add_seconds directly

2012-06-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconLoader: updated to be more safe using smart pointers and glib wrappers.
	
	Using glib::Object<GdkPixbuf> to handle the loaded pixbufs and shared_ptr for the IconLoaderTask instances.
	Moved some methods into the IconLoaderTask.. Fixes: . Approved by Tim Penhey, Michal Hruby.

2012-06-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconLoader: update the cache sooner (in IconLoaderTask::LoadIconComplete)

2012-06-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconLoader: Reverting previous commit

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconLoader: remove the Calesce timeout, do all in task LoadIconComplete

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconLoader: fix possible assigment from a const& to nullptr...

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconLoader: setting back functions to global namespace prefix

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged launcher-cleanup into icon-loader-cleanup.

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource-manager-rewrite into launcher-cleanup.

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource-rewrite into gsource-manager-rewrite.

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged launcher-cleanup into icon-loader-cleanup.

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource-manager-rewrite into launcher-cleanup.

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ResultRendererTile: use more less vertical space for IconLoaded function

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged launcher-cleanup into icon-loader-cleanup.

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged launcher-cleanup into icon-loader-cleanup.

2012-06-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged launcher-cleanup into icon-loader-cleanup.

2012-06-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged launcher-cleanup into icon-loader-cleanup.

2012-06-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged launcher-cleanup into icon-loader-cleanup.

2012-06-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconLoader: connect to theme-changed signal and clear the pixbuf cache on theme changed

2012-06-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconLoader(Task): use the impl defined theme instead of passing a new one

2012-06-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconLoader: move the task handling methods into IconLoaderTask struct

2012-06-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconLoader: invoke slot doesn't really need a parameter

2012-06-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconLoader: use shared_ptr to handle IconLoaderTask's

2012-06-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconLoader: use glib::Object<GdkPixbuf> in callback slot too
	
	Using classes updated, using nux::Size in IconTexture too.

2012-06-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconLoader: use glib::Object to store the pixbuf into IconLoaderTask
	
	Also add a destructor

2012-06-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: some code cleanup, move the dbus server to the Controller.. Fixes: . Approved by Tim Penhey, Andrea Azzarone.

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource-manager-rewrite into launcher-cleanup.

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource-manager-rewrite into launcher-cleanup.

2012-06-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: put return types in the same line of function definition

2012-06-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with dependant branches

2012-06-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource-manager-rewrite into launcher-cleanup.

2012-06-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource-manager-rewrite into launcher-cleanup.

2012-06-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource-manager-rewrite into launcher-cleanup.

2012-06-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource-manager-rewrite into launcher-cleanup.

2012-06-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: add a new SC icon on current launcher.

2012-06-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SoftwareCenterLauncherIcon: don't reference the drag-window, the ptr will do it.

2012-06-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: move the dbus-server to handle special call here
	
	It was pointless to add it to each Launcher.

2012-06-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: use initialization list

2012-06-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: use LauncherModel::Ptr

2012-06-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Port the Unity source to use the glib::Source (Manager) utilities for idles and timeouts. Fixes: . Approved by Tim Penhey.

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController, PanelMenuView: use std::make_shared to create sources

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with BamfLauncherIcon changes

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource-rewrite into gsource-manager-rewrite.

2012-06-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: add DndTimeoutSetup() to unify the timeout creation

2012-06-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Use constant strings to define glib::Source's names

2012-06-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource-rewrite into gsource-manager-rewrite.

2012-06-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Use std::make_shared to create Timeout and Idles whenever possible.

2012-06-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource-rewrite into gsource-manager-rewrite.

2012-06-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource-rewrite into gsource-manager-rewrite.

2012-06-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: set the the visibility to false on closed signal

2012-06-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: check for _bamf_app validity on move timeout

2012-06-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: syntax cleanup

2012-06-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource-rewrite into gsource-manager-rewrite.

2012-06-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: remove timeouts when not needed anymore

2012-06-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource-rewrite into gsource-manager-rewrite.

2012-06-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: use glib::SourceManager to handle timeouts

2012-06-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: use the LauncherIcon glib::SourceManager to handle timeouts and idles

2012-06-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: don't try to set a g_object_qdata to null pointer

2012-06-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: add protected glib::SourceManager and use it to handle timeouts

2012-06-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource-rewrite into gsource-manager-rewrite.

2012-06-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherModel: no need to use a queue, passing icon by value is enough!

2012-05-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource-rewrite into gsource-manager-rewrite.

2012-05-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherModel: use glib::Source to handle remove timeouts
	
	Prevents possible crashes too.

2012-05-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource-rewrite into gsource-manager-rewrite.

2012-05-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource-rewrite into gsource-manager-rewrite.

2012-05-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelController: use nux::ObjectPtr to handle the windows

2012-05-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: use glib::SourceManager
	
	Update tests

2012-05-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutController: removed unneeded dtor

2012-05-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource-rewrite into gsource-manager-rewrite.

2012-05-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: use nux::ObjectPtr to handle the BaseWindow

2012-05-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutController: use nux::ObjectPtr to handle the BaseWindow

2012-05-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScren: use glib::SourceManager to handle timeouts and idles

2012-05-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: use glib::Timeout

2012-05-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: add missing destructor (empty) or it won't compile.

2012-05-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: use glib::SourceManager

2012-05-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: use unique_ptr for handling pimpl

2012-05-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: use glib::SourceManager and smart pointers when really needed.
	
	Plus some extra code cleanup

2012-06-12  Thomi Richards  <thomi.richards@canonical.com>

	Fix a spot in the code where someone was using '&&' where they should have been using '&'.. Fixes: https://bugs.launchpad.net/bugs/1010307. Approved by Tim Penhey.

2012-06-12  Thomi Richards  <thomi.richards@canonical.com>

	Fix a spot in the code where the author obviously meant t o do a bitwise comparison, but used '&&' by mistake.

2012-06-12  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fix build failure with Nux 2.x. (LP: #1010348)
	
	Don't depend on Nux 3.x API changes until it becomes necessary.. Fixes: https://bugs.launchpad.net/bugs/1010348. Approved by Thomi Richards, Sam Spilsbury.

2012-06-10  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Add tests. Fix edge-cases.

2012-06-08  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fix build failure with Nux 2.x. (LP: #1010348)
	
	Don't depend on Nux 3.x API changes until it becomes necessary.

2012-06-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Port the Unity source to use the glib::Source utilities for idles and timeouts. Fixes: . Approved by Tim Penhey.

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSource: few documentation fixes

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource into gsource-rewrite.

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-06-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests, glib::Source: added tests for empty callbacks

2012-06-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusIndicators: use NuxLogger

2012-06-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Various code cleanups, to make Tim happy ;)

2012-06-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests, glib::Source, added tests for removing sources on callbacks

2012-06-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherHideMachine: put the "const" keyword where it shold be

2012-06-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashController: removed redoundant SetOpacity

2012-06-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudController: removed unneeded SetOpacity

2012-06-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Overall: use glib::Source::UniquePtr.reset() instead of = nullptr

2012-06-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityCore, Filter: use std::make_shared

2012-06-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityCore, indicators: use std::shared_ptr instead of boost (and std::make_shared)

2012-06-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusIndicators: pass entry_id by value in ShowEntry Idle

2012-06-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource into gsource-rewrite.

2012-06-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource into gsource-rewrite.

2012-06-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource into gsource-rewrite.

2012-06-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusIndicators: use glib::Idle for delayed calls

2012-05-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconLoader: use std::unique_ptr

2012-05-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconLoader: Use glib::Timeout

2012-05-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ResultViewGrid: fix missing icons issue on expand

2012-05-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconLoader: use glib::Idle

2012-05-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource into gsource-rewrite.

2012-05-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource into gsource-rewrite.

2012-05-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: reverting last change, putting it into another branch

2012-05-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: use glib::SourceManager and smart pointers when really needed.
	
	Plus some extra code cleanup

2012-05-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: don't use Adopt for WindowButtons and PanelTitlebarGrabArea

2012-05-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: always use the class' UBusManager

2012-05-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource into gsource-rewrite.

2012-05-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashController: use constant to define preload timeout length

2012-05-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource into gsource-rewrite.

2012-05-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DeviceLauncherSection: use glib::Idle, reorder members to avoid crashes on destruction

2012-05-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherHideMachine: use glib::Idle and glib::Timeout, move into unity::launcher namespace
	
	And other C++ code cleanups

2012-05-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ResultViewGrid: use glib::Idle and glib::Timeout

2012-05-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherDragWindow: move also into unity::launcher namespace

2012-05-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherDragWindow: use glib::Timeout, move into the unity namespace
	
	Plus some extra C++isms...

2012-05-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PointerBarrier: use glib::Timeout and initialization list

2012-05-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashView: use glib::Timeout 

2012-05-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PlacesGroup: Use HIGH priority idle, as it was...

2012-05-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelTray: use glib::Idle

2012-05-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Use nux::ObjectPtr to destroy the child items before the Animator

2012-05-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Unity: make the sources to always destroy before other relevant objects

2012-05-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SearchBar: use glib::Source timeouts and idles, and std::unique_ptr

2012-05-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UScreen: use glib::Idle

2012-05-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Decaymulator: use glib::Timeout

2012-05-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: use ObjectPtr to handle the rounding_texture_ and the text_view.

2012-05-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: move to glib::Idle

2012-05-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherHoverMachine: use glib::Idle and move into the unity namespace

2012-05-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelTitlebarGrabAreaView: move to glib::Timeout

2012-05-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: use glib::Timeout to track the mouse position

2012-05-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudController: use nux::ObjectPtr to handle the window

2012-05-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashController: add glib::Timeout to ensure the dash on startup!

2012-05-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashController: use ObjectPtr to wrap the Window

2012-05-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashController: use Animator to fade in/out the window instead of a simple timeout

2012-05-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PlacesGroup: move to std::string

2012-05-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PlacesGroup: move to glib::Idle and wrap pointers with std::unique_ptr or nux::ObjectPtr

2012-05-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LensView: move to glib::Idle

2012-05-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudView: move to glib::Idle

2012-05-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	FilesystemLenses: move to glib::Idle

2012-05-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusProxy: move to glib::Source

2012-05-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusIndicators: use glib::Source::UniquePtr

2012-05-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BGHash: optimize the class adding more const functions, remove unneeded dtor

2012-05-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BGHash: remove all the unneeded code, we only have to monitor the Atom change right now.

2012-05-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BGHash: move to glib::Object and UBusManager, avoid unneeded computation

2012-05-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Animator, ShortcutController: use glib::Source::UniquePtr (fixes some crashes on startup)

2012-05-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource into gsource-rewrite.

2012-05-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: don't refresh the background color when it has not been changed!
	
	This saves a lot of unneded calls to the BGHash.RefreshColor() function, especially on itialization.

2012-05-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudController: correctly initialize the animator start progress

2012-05-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusIndicators: move to glib::Timeout

2012-05-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged gsource into gsource-rewrite.

2012-05-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudController: use unity Animator instead of timeout

2012-05-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BGHash: connect only once to the animator signal

2012-05-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutController: move to glib::Timeout

2012-05-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BGHash: move to Animator instead of g_timeout

2012-05-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Animator: move to glib::Timeout

2012-06-08  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Remove dead code: gtkloader plugin
	
	gtkloader has never been used AFAIK. Instead, in Unity 4.x the GTK init
	happened in compiz' main(). And in Unity 5.x, the GTK init happens in
	unityshell.cpp: UnityPluginVTable::init(). gtkloader is not even mentioned
	in the Unity compizconfig profile. It's dead code, and redundant too.
	. Fixes: . Approved by Andrea Azzarone.

2012-06-08  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Remove dead code: gtkloader plugin
	
	gtkloader has never been used AFAIK. Instead, in Unity 4.x the GTK init
	happened in compiz' main(). And in Unity 5.x, the GTK init happens in
	unityshell.cpp: UnityPluginVTable::init(). gtkloader is not even mentioned
	in the Unity compizconfig profile. It's dead code, and redundant too.

2012-06-08  Christopher Lee  <veebers@gmail.com>

	Moving get_compiz_option from Unity AP emulator into Autopilot.. Fixes: . Approved by Thomi Richards.

2012-06-08  Christopher Lee  <veebers@gmail.com>

	Fixed import list to be coding standard compliant.

2012-06-08  Christopher Lee  <veebers@gmail.com>

	Removed 'get_comiz_option' functionality that should be/now is in Autopilot

2012-06-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSource: wrapper for GSource, to handle GLib timeouts and Idle
	
	This is a wrapper for the GLib sources like idle and timeouts, it also includes a Manager to handle multiple sources at once.. Fixes: . Approved by Tim Penhey.

2012-06-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-06-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSource: add CallBackData struct, since the DestroyCallback can be called later
	
	We add a new struct that is used to pass the Source pointer to the callbacks
	since the DestroyCallback can be called even after that the wrapper
	has been destroyed. This would cause a seg-fault.
	
	At this point the Manager doesn't need to check when we remove a source.

2012-06-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSources: comments added. tests, glib::Source code cleanup

2012-06-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSource: make Remove() methods to return booleans

2012-06-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSource: no need to call again Remove in OnSourceRemoved or it will cause troubles

2012-06-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests, glib source: added more running checks.

2012-06-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSource, SourceManager: added utility function to remove source
	
	Plus, fixed some potential crashes caused by removing sources from
	SourceManager when the Remove() method was called inside the callback
	function. The callback return value should actually control this.

2012-06-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSource: adding virtual destructor, using lexical cast and fix iterator

2012-06-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-05-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests, test_glib_source: add some more tests for GetSource

2012-05-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SourceManager: use std::map.find to remove a source

2012-05-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSource: removing the virtual dtor, it's not needed here.
	
	Saving some overhead, we can just do everything at the base level.

2012-05-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSource: added some basic documentation.

2012-05-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-05-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests, test_glib_source: check adding duplicated sources to the SourceManager

2012-05-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSource: don't allow to add the same sources two times to the SourceManager

2012-05-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests, glib_source: add tests for SourceManager using nicks

2012-05-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSource: reference the sources with std::string in SourceManager

2012-05-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	glib::Source don't use inline sources...

2012-05-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	glib::Source: use non-virtual Run method, but a general one.

2012-05-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-05-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSource: add also unique_ptr typedef

2012-05-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSource: include some sigc typedef needed to make the lambda functions to work with glib::Source

2012-05-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests: added test_glib_source to test the new glib::Source classes
	
	Includes test for glib::Source, glib::Timeout, glib::Idle and glib::SourceManager

2012-05-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Test utils: remove duplicated unneeded functions

2012-05-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibSource: wrapper for GSource, to handle GLib timeouts and Idle
	
	This is a wrapper for the GLib sources like idle and timeouts, it
	also includes a Manager to handle multiple sources at once.

2012-06-06  Andrea Azzarone  <azzaronea@gmail.com>

	Adds support for X-Unity-IconBackgroundColor in the .desktop file.. Fixes: . Approved by Thomi Richards, Marco Trevisan (Treviño).

2012-06-06  Andrea Azzarone  <azzaronea@gmail.com>

	Fix.

2012-06-06  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-06-01  Andrea Azzarone  <azzaronea@gmail.com>

	Replace the AP test with a unit test.

2012-06-01  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-06-01  Andrea Azzarone  <azzaronea@gmail.com>

	Fix.

2012-06-01  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes.

2012-05-28  Andrea Azzarone  <azzaronea@gmail.com>

	Add AP test.

2012-05-28  Andrea Azzarone  <azzaronea@gmail.com>

	Make ...::BackgroundColor() const.

2012-05-25  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes.

2012-05-25  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes.

2012-05-25  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-05-25  Andrea Azzarone  <azzaronea@gmail.com>

	Use the new nux::Color ctor to create a color from the html notation.

2012-05-23  Andrea Azzarone  <azzaronea@gmail.com>

	Adds another unit test.

2012-05-23  Andrea Azzarone  <azzaronea@gmail.com>

	Add unit test.

2012-05-23  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-05-23  Andrea Azzarone  <azzaronea@gmail.com>

	First draft for X-Unity-IconBackroundColor.

2012-06-06  Jay Taoko  <jay.taoko@canonical.com>

	Fixes Nux/Unity crash on Quantal.. Fixes: . Approved by Marco Trevisan (Treviño), Didier Roche, Łukasz Zemczak.

2012-06-06  Jay Taoko  <jay.taoko@canonical.com>

	* Removed PanelIndicatorsView::QueueDraw().
	* Incidentally fixes Unity crash on Quantal.

2012-06-06  Andrea Azzarone  <azzaronea@gmail.com>

	Draw the result grid in proximity of the search entry.. Fixes: https://bugs.launchpad.net/bugs/1008603. Approved by Marco Trevisan (Treviño), Łukasz Zemczak.

2012-06-06  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bottom padding.

2012-06-04  Andrea Azzarone  <azzaronea@gmail.com>

	Don't draw the grid if there are no results.

2012-06-04  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug 1008603.

2012-06-06  Michal Hruby  <michal.mhr@gmail.com>

	Disabling tests that got broken due to an API change in libunity.. Fixes: . Approved by Andrea Azzarone, Łukasz Zemczak.

2012-06-06  Michal Hruby  <michal.mhr@gmail.com>

	Fix test break with latest libunity

2012-06-05  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	When dragging a non-application, do not saturate all icons automatically, but only those that are needed.
	
	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 Jason Smith, Sam Spilsbury.

2012-05-31  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Merging all changes made from the time when the fix was prepared.

2012-05-09  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Merged the latest trunk changes, essentially fixing the segfault on startup.

2012-05-08  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	When dragging a non-application, do not saturate all icons automatically, but only those that are needed.
	
	Eliminates flickering before 'prelighting' the Launcher icons that can handle the current drag-and-drop (LP #863230).

2012-06-05  Thomi Richards  <thomi.richards@canonical.com>

	Fix several switcher autopilot tests.. Fixes: . Approved by Christopher Lee.

2012-06-05  Thomi Richards  <thomi.richards@canonical.com>

	Fixed an error in the switcher tests.

2012-06-05  Thomi Richards  <thomi.richards@canonical.com>

	Fix for bug #754565 - Shift+Click on a launcher icon should open a new instance of the application.. Fixes: . Approved by Tim Penhey, Christopher Lee.

2012-06-01  Thomi Richards  <thomi.richards@canonical.com>

	CLeaned up test a little bit.

2012-06-01  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk (I think).

2012-05-03  Thomi Richards  <thomi.richards@canonical.com>

	Added working autopilot test.

2012-05-03  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-04-11  Miklos Juhasz  <juhasz.miklos.1@gmail.com>

	[unityshell] Added key modifier/flags to the mouse events of launcher icons, and added logic for shift+click = new instance
	
	modified:
	plugins/unityshell/src/AbstractLauncherIcon.h
	- Added flags to the mouse events
	
	plugins/unityshell/src/Launcher.cpp
	- Pass through key flags to launcher icons
	
	plugins/unityshell/src/LauncherIcon.cpp
	- Logic added for shift click based on flag state
	
	plugins/unityshell/src/LauncherIcon.h
	plugins/unityshell/src/SimpleLauncherIcon.cpp
	plugins/unityshell/src/SimpleLauncherIcon.h
	- Changed interfaces based on the AbstractLauncherIcon

2012-06-05  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	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.

2012-06-01  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Added two manual-tests for testing the fixed behavior. Better have everything well tested.

2012-06-01  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Added a unit test for the switcher show functionality. The same as in the previous proposition.

2012-05-31  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	Don't show the switcher window during constructing the view. Wait for the show timeout.

2012-06-04  Andrea Azzarone  <azzaronea@gmail.com>

	Makes rounded the last hud button,. Fixes: https://bugs.launchpad.net/bugs/1008656. Approved by Marco Trevisan (Treviño).

2012-06-05  Andrea Azzarone  <azzaronea@gmail.com>

	Improve the readability of the test. 

2012-06-05  Andrea Azzarone  <azzaronea@gmail.com>

	Add unity test for hud::View::SetQueries.

2012-06-04  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug #1008656.

2012-06-04  Christopher Lee  <veebers@gmail.com>

	Expose, for introspection, the amount of current details displayed on the switcher.
	Update the emulator and tests so that it utilises this new detail (so it can prepare the test correctly).
	
	AP switcher test was failing if the last icon had > 1 details. Was unable to get to the end of the window list, there was no way to tell how many details the icon had.
	
	Updated AP tests to use the newly exposed details so it runs correctly.. Fixes: . Approved by Thomi Richards.

2012-06-01  Christopher Lee  <veebers@gmail.com>

	Updated test to use renamed property

2012-06-01  Christopher Lee  <veebers@gmail.com>

	merged branch that fixes switcher tests

2012-06-01  Christopher Lee  <veebers@gmail.com>

	Code cleanup of switcher test

2012-06-01  Christopher Lee  <veebers@gmail.com>

	Better named property for consistancy

2012-05-31  Christopher Lee  <veebers@gmail.com>

	Exposed, for introspection, the count of details visible from the switcher

2012-06-02  Gord Allott  <gord.allott@canonical.com>

	fixes the standalone clients in unity. Fixes: . Approved by Jason Smith.

2012-06-01  Gord Allott  <gord.allott@canonical.com>

	fix the standalone clients

2012-06-02  Christopher Lee  <veebers@gmail.com>

	Removed duplicate method as well as renaming and added check for argument to assist in clarifying usage.. Fixes: . Approved by Thomi Richards.

2012-06-01  Christopher Lee  <veebers@gmail.com>

	Code cleanup: clarification of method use

2012-06-01  Christopher Lee  <veebers@gmail.com>

	Code cleanup: remove duplicate method declaration

2012-06-01  Marco Mariani  <dfly720@gmail.com>

	Show correct label when switcher starts in detail model.. Fixes: . Approved by Andrea Azzarone, Thomi Richards.

2012-06-01  Thomi Richards  <thomi.richards@canonical.com>

	Made test PEP8 compliant, and made it a bit more pythonic.

2012-06-01  Marco Mariani  <dfly720@gmail.com>

	Add AP test.

2012-05-31  Marco Mariani  <dfly720@gmail.com>

	Merge trunk

2012-04-27  Marco Mariani  <dfly720@gmail.com>

	Use the correct label when the applications switcher starts in detail mode.

2012-06-01  Thomi Richards  <thomi.richards@canonical.com>

	Fix bug where disabled menus could be opened.. Fixes: . Approved by Tim Penhey.

2012-06-01  Thomi Richards  <thomi.richards@canonical.com>

	Added a manual test.

2012-05-25  Albert Astals  <albert.astals@canonical.com>

	And now make it compile :D

2012-05-25  Albert Astals  <albert.astals@canonical.com>

	Do not show the menu if it is not sensitive

2012-05-31  smspillaz  <sam.spilsbury@canonical.com>

	Use COMPIZ_PLUGIN_INSTALL_TYPE=package by default.. Fixes: . Approved by Thomi Richards.

2012-05-28  smspillaz  <sam.spilsbury@canonical.com>

	Use COMPIZ_PLUGIN_INSTALL_TYPE=package by default

2012-05-31  Tim Penhey  <tim.penhey@canonical.com>

	Update the coding guidelines to be more in line with what we actually do.. Fixes: . Approved by Marco Trevisan (Treviño).

2012-05-29  Tim Penhey  <tim.penhey@canonical.com>

	Update the coding style guide.

2012-05-31  Didier Roche  <didrocks@ubuntu.com>

	fix some gcc 4.7 new warnings/errors. Fixes: . Approved by Gord Allott.

2012-05-31  Didier Roche  <didrocks@ubuntu.com>

	fix unsigned to sign comparaison error when value can only be > 0

2012-05-31  Didier Roche  <didrocks@ubuntu.com>

	fixing inconsistent user-defined literal, macro needs to be separated to be expanded now

2012-05-31  smspillaz  <sam.spilsbury@canonical.com>

	Don't delete through a nonvirtual destructor.. Fixes: . Approved by Didier Roche.

2012-05-31  smspillaz  <sam.spilsbury@canonical.com>

	Don't delete through a nonvirtual destructor

2012-05-30  Christopher Lee  <veebers@gmail.com>

	Added introspection to expose _in_show_desktop and updated AP tests to use this.. Fixes: . Approved by Thomi Richards.

2012-05-31  Christopher Lee  <veebers@gmail.com>

	Updated window_manager for show_desktop introspection && updated tests
	
	Tests that used to use keybindings to hide/show desktop now use
	enter_show_desktop/leave_show_desktop

2012-05-31  Christopher Lee  <veebers@gmail.com>

	Added 'show desktop' introspection details to all PluginAdapters

2012-05-30  Christopher Lee  <veebers@gmail.com>

	Added 'show desktop' details for introspection

2012-05-30  Andrea Azzarone  <azzaronea@gmail.com>

	Use transparent text for not match parts in hud buttons.. Fixes: https://bugs.launchpad.net/bugs/939436. Approved by Marco Trevisan (Treviño), Xi Zhu.

2012-05-30  Andrea Azzarone  <azzaronea@gmail.com>

	Remove unneeded condtion.

2012-05-30  Andrea Azzarone  <azzaronea@gmail.com>

	Remove magic number.

2012-05-30  Andrea Azzarone  <azzaronea@gmail.com>

	Update the design of the hud button text. Use a full opacity for the highlighted text.

2012-05-29  Thomi Richards  <thomi.richards@canonical.com>

	Fixed a typo in the tools/autopilot shell script.. Fixes: . Approved by Sam Spilsbury.

2012-05-29  Thomi Richards  <thomi.richards@canonical.com>

	Fixed autopilot redirection script hint to have the correct AP package name.

2012-05-29  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	A small syntax change for g++ 4.7.0 - 'this' before Connect() in GLibSignal-inl.h is now needed.
	Fixes one build problem on quantal.
	. Fixes: . Approved by Tim Penhey.

2012-05-29  Łukasz 'sil2100' Zemczak  <lukasz.zemczak@canonical.com>

	A small syntax change for g++ 4.7.0 - 'this' is now needed. 
	Fixes one build problem on quantal.

2012-05-29  Andrea Azzarone  <azzaronea@gmail.com>

	Update hudbutton.cpp coding style.. Fixes: . Approved by Tim Penhey.

2012-05-29  Andrea Azzarone  <azzaronea@gmail.com>

	We can pass [&] intead of [this].

2012-05-28  Andrea Azzarone  <azzaronea@gmail.com>

	Remove un-needed code.

2012-05-28  Andrea Azzarone  <azzaronea@gmail.com>

	Fix hudbutton.cpp coding style.

2012-05-27  Alexandros Frantzis  <alexandros.frantzis@linaro.org>

	Disassociate using GLES and using the modern Compiz GL API.
	
	This allows building using the modern Compiz GL API with desktop GL
	by configuring with -DUSE_MODERN_COMPIZ_GL=ON.
	
	It's a safe change, in the sense that it only changes some instances
	of the USE_GLES define guard to use USE_MODERN_COMPIZ_GL instead.. Fixes: . Approved by Tim Penhey, Sam Spilsbury.

2012-04-06  Alexandros Frantzis  <alexandros.frantzis@linaro.org>

	Disassociate using GLES and using the modern Compiz GL API.
	
	This allows building using the modern Compiz GL API with desktop GL
	by configuring with -DUSE_MODERN_COMPIZ_GL=ON.

2012-05-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: Unset the BamfApplication when removing the icon.
	
	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 Tim Penhey.

2012-05-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: use glib::Signal to handle the Bamf matcher signal.

2012-05-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: Add better comments in ::Remove()

2012-05-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: Disconnect all the _bamf_app signals at once on removal.

2012-05-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests, glib_signals: added test for the object signals disconnection.

2012-05-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLib::SignalManager: allow to disconnect all the signals for a given Object.
	
	When the signal string name is empty, we disconnect all the sigals
	for the given object.

2012-05-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: Unset the BamfApplication when removing the icon.
	
	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).

2012-05-24  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Add a comment explaining how important it is to avoid rebinding the FBO, so as to avoid yet another regression like LP: #987304.. Fixes: . Approved by Omer Akram, Sam Spilsbury, Michal Hruby.

2012-05-24  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Add a comment explaining how important it is to avoid rebinding the FBO,
	so as to avoid yet another regression like LP: #987304.

2012-05-24  Gord Allott  <gord.allott@canonical.com>

	* Capture information about the icon of the application to be installed from the software center. Re-use it when rendering the launcher interface.
	* Fix bug #981168. Fixes: https://bugs.launchpad.net/bugs/981168. Approved by Gord Allott.

2012-05-24  Gord Allott  <gord.allott@canonical.com>

	fixed up memory leaks

2012-04-17  Jay Taoko  <jay.taoko@canonical.com>

	* Capture information about the icon of the application to be installed from the software center. Re-use it when rendering the launcher interface.

2012-04-16  Jay Taoko  <jay.taoko@canonical.com>

	* Capture part of the content of Launcher::handle_dbus_method_call into a lambda call.

2012-05-23  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fix major performance regression-regression due to rebinding FBO's much more
	often than is required (LP: #987304)
	
	This commit just reintroduces the fix for LP: #861061 (the same performance
	regression) which was deleted by the fix for LP: #839480 in Unity 5.10.
	
	UPDATE: This is not a complete fix for bug 987304 as other (new) performance problems seem to be present in Unity 5.x. But it is a critical part of the fix for bug 987304.. Fixes: https://bugs.launchpad.net/bugs/987304. Approved by Andrea Azzarone, Marco Trevisan (Treviño), Łukasz Zemczak, Tim Penhey.

2012-05-07  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Fix major performance regression-regression due to rebinding FBO's much more
	often than is required (LP: #987304)
	
	This commit just reintroduces the fix for LP: #861061 (the same performance
	regression) which was deleted by the fix for LP: #839480 in Unity 5.10.

2012-05-23  Gord Allott  <gord.allott@canonical.com>

	Adds a standalone mode to unity. Fixes: . Approved by Jason Smith.

2012-05-22  Gord Allott  <gord.allott@canonical.com>

	merged trunk

2012-05-22  Gord Allott  <gord.allott@canonical.com>

	added standalone PluginAdapter

2012-05-22  Gord Allott  <gord.allott@canonical.com>

	fixed up the pluginadapter abstractation

2012-05-22  Gord Allott  <gord.allott@canonical.com>

	added in a switch for unity standalone mode against tv mode

2012-05-22  Gord Allott  <gord.allott@canonical.com>

	added standdalone flag and always maximised flag into Settigns and Dash Style

2012-05-22  Gord Allott  <gord.allott@canonical.com>

	added tv form factor

2012-05-21  Gord Allott  <gord.allott@canonical.com>

	reverted out po changes

2012-05-21  Gord Allott  <gord.allott@canonical.com>

	Snapshot before refactoring components

2012-05-18  Andrea Azzarone  <azzaronea@gmail.com>

	Reduces the number of calling to ResultViewGrid::QueueDraw.. Fixes: . Approved by Marco Trevisan (Treviño).

2012-05-15  Andrea Azzarone  <azzaronea@gmail.com>

	Adds unit-test.

2012-05-08  Andrea Azzarone  <azzaronea@gmail.com>

	Reduce the number of calling to QueueDraw/NeedRedraw in ResultViewGrid.cpp

2012-05-08  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes.

2012-05-18  Thomi Richards  <thomi.richards@canonical.com>

	Fix several erroring autopilot tests that were broken either during the recent switcher emulator API changes, or when we removed autopilot from the unity source tree.. Fixes: . Approved by Tim Penhey.

2012-05-18  Thomi Richards  <thomi.richards@canonical.com>

	Removed innacurate docstring.

2012-05-18  Thomi Richards  <thomi.richards@canonical.com>

	Fixed show desktop tests that were broken in the recent switcher API change.

2012-05-18  Thomi Richards  <thomi.richards@canonical.com>

	Quicklist tests now work when there's more icons than can fit on the launcher (i.e.- icons are scrolled off the bottom of the launcher).

2012-05-18  Thomi Richards  <thomi.richards@canonical.com>

	Fixed launcher test case 'test_launcher_keynav_alt_grave_quits'.

2012-05-17  Andrea Azzarone  <azzaronea@gmail.com>

	Unmute launcher.. Fixes: https://bugs.launchpad.net/bugs/949448. Approved by Marco Trevisan (Treviño).

2012-04-20  Andrea Azzarone  <azzaronea@gmail.com>

	Unmute launcher.

2012-04-20  Andrea Azzarone  <azzaronea@gmail.com>

	Un-mute screen reader.

2012-05-17  Andrea Azzarone  <azzaronea@gmail.com>

	Fix UnityViewWindow background when blur is disabled.. Fixes: https://bugs.launchpad.net/bugs/989291. Approved by Alex Launi.

2012-05-17  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-05-17  Andrea Azzarone  <azzaronea@gmail.com>

	Add AP test.

2012-05-16  Andrea Azzarone  <azzaronea@gmail.com>

	Remove manual test.

2012-04-27  Andrea Azzarone  <azzaronea@gmail.com>

	Fix typos.

2012-04-27  Andrea Azzarone  <azzaronea@gmail.com>

	Add manual test.

2012-04-27  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes bug #989291.

2012-05-17  Andrea Azzarone  <azzaronea@gmail.com>

	Remove places tile code.. Fixes: . Approved by Marco Trevisan (Treviño).

2012-05-08  Andrea Azzarone  <azzaronea@gmail.com>

	Remove place tile tests.

2012-05-08  Andrea Azzarone  <azzaronea@gmail.com>

	Remove placestile.cpp code.

2012-05-16  Thomi Richards  <thomi.richards@canonical.com>

	Remove autopilot from the unity source tree - large reorganization of the autopilot code.. Fixes: . Approved by Tim Penhey.

2012-05-17  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk, resolved conflicts.

2012-05-16  Thomi Richards  <thomi.richards@canonical.com>

	Fixed several tests that were failing due to AP removal.

2012-05-16  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-05-16  Thomi Richards  <thomi.richards@canonical.com>

	Autopilot script now provides instructions on how to run unity AP tests.

2012-05-15  Thomi Richards  <thomi.richards@canonical.com>

	Test case class members are now properties, to avoid the overhead of the dbus call every time the test is loaded. Previously this made the 'list' autopilot command unusable.

2012-05-08  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.:

2012-05-08  Thomi Richards  <thomi.richards@canonical.com>

	Added a few missing files. Removed the MANIFEST.

2012-05-08  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-05-08  Thomi Richards  <thomi.richards@canonical.com>

	Removed autopilot emulators and added absolute imports for all python files.

2012-05-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: add a timeout on application close before removing the icon
	
	This makes the application to correctly hide when closed, but avoids
	that the launcher icon is removed when an application is quickly opened/closed
	
	Also we override the Remove() method to make sure that once it's called
	we remove the "unity-seen" flag from the BamfApplication object.
	So an application icon could be re-added in the period between the Remove()
	call and the ~BamfLauncherIcon call (that could take some time).. Fixes: https://bugs.launchpad.net/bugs/995916, https://bugs.launchpad.net/bugs/999820. Approved by Tim Penhey, Thomi Richards.

2012-05-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, fix the close_all_app to correctly use kill

2012-05-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: add a timeout on application close before removing the icon
	
	This makes the application to correctly hide when closed, but avoids
	that the launcher icon is removed when an application is quickly opened/closed
	
	Also we override the Remove() method to make sure that once it's called
	we remove the "unity-seen" flag from the BamfApplication object.
	So an application icon could be re-added in the period between the Remove()
	call and the ~BamfLauncherIcon call (that could take some time).

2012-05-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_launcher: added test for missing-icon on quick application reopen

2012-05-15  Andrea Azzarone  <azzaronea@gmail.com>

	Disable the bfb/hudlaunchericon tooltip when the dash/hud is open.. Fixes: https://bugs.launchpad.net/bugs/978030. Approved by Marco Trevisan (Treviño).

2012-04-27  Andrea Azzarone  <azzaronea@gmail.com>

	Add AP tests.

2012-04-27  Andrea Azzarone  <azzaronea@gmail.com>

	Disable the bfb/hudlaunchericon tooltip when the dash/hud is open.
	Hide a launcher icon tooltip as soon as the dash/hud is shown.

2012-05-14  Thomi Richards  <thomi.richards@canonical.com>

	Variant wrapper now adds an empty string as the value when it's passed a NULL char* value parameter.. Fixes: . Approved by Sam Spilsbury.

2012-05-14  Thomi Richards  <thomi.richards@canonical.com>

	use gvariant_new, although passing an empty string seems to work as well

2012-05-14  Thomi Richards  <thomi.richards@canonical.com>

	Don't add NULL pointers to GVariant inside the variant wrapper.

2012-05-14  Brandon Schaefer  <brandontschaefer@gmail.com>

	Fixes ibus pinyin and hangul ap test. Fixes: . Approved by Thomi Richards.

2012-05-13  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Update the ibus ap test to fix the Pinyin and Hangul failures.

2012-05-13  Thomi Richards  <thomi.richards@canonical.com>

	QuicklistMenuItem class now uses std::string instead of a gchar*.. Fixes: . Approved by Tim Penhey.

2012-05-14  Thomi Richards  <thomi.richards@canonical.com>

	Don't use gchar* inside QuicklistMenuItem, use std::string instead.

2012-05-08  Gord Allott  <gord.allott@canonical.com>

	fixes runtime segfault in trunk. Fixes: . Approved by Łukasz Zemczak.

2012-05-08  Gord Allott  <gord.allott@canonical.com>

	some files wern't being built, caused errors on load

2012-05-07  Gord Allott  <gord.allott@canonical.com>

	re-architectures the physical file structure of unity
	now several souce directories inside of unity that each house their own specific files. Fixes: . Approved by Gord Allott, Tim Penhey.

2012-05-07  Gord Allott  <gord.allott@canonical.com>

	added missing file

2012-05-07  Gord Allott  <gord.allott@canonical.com>

	revert pot changes

2012-05-07  Gord Allott  <gord.allott@canonical.com>

	reverted po changes

2012-05-07  Gord Allott  <gord.allott@canonical.com>

	tests building and working

2012-05-07  Gord Allott  <gord.allott@canonical.com>

	removed standalone clients

2012-05-07  Gord Allott  <gord.allott@canonical.com>

	shortcuts and unityshell working woo

2012-05-07  Gord Allott  <gord.allott@canonical.com>

	launcher and switcher added

2012-05-06  Gord Allott  <gord.allott@canonical.com>

	added hud

2012-05-06  Gord Allott  <gord.allott@canonical.com>

	panel and dash moved to subdirectories

2012-05-07  Alex Launi  <alex.launi@canonical.com>

	Remove GLibRunner from Autopilot.. Fixes: . Approved by Alex Launi.

2012-05-04  Alex Launi  <alex.launi@canonical.com>

	remove glibrunner import

2012-05-04  Alex Launi  <alex.launi@canonical.com>

	Remove GLibRunner. No longer run tests in glib loop

2012-05-03  Alex Launi  <alex.launi@canonical.com>

	Run all tests inside the glib loop

2012-04-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot: added tests to avoid duplication of icons for applications with no .desktop files. Fixes: . Approved by Thomi Richards.

2012-04-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: rely to BamfLauncherIcon the "unity-seen" qdata setting

2012-04-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, bamf: get_window_by_xid filter in one step

2012-04-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_launcher: check for any duplicated icon on bamf restart
	
	We check if there are two icons that refers to the same BamfApplication.
	Fix also a docstring.

2012-04-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_launcher: add tests for desktop-less applications based on xids
	
	We check if there are more than one icon that controls the tested xids

2012-04-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, launcher: get an icon by controlled xid

2012-04-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, icon: add method to check if an icon controls a specified xid

2012-04-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, bamf: add some xid based getters and use WindowStackForMonitor
	
	No need to use '_NET_CLIENT_LIST_STACKING', bamf already can give us
	a list.

2012-04-27  Alex Launi  <alex.launi@canonical.com>

	Port autopilot switcher emulator to new-style API.. Fixes: . Approved by Thomi Richards.

2012-04-26  Alex Launi  <alex.launi@canonical.com>

	merge thomi's whitespace fixes

2012-04-27  Thomi Richards  <thomi.richards@canonical.com>

	Fixed trailing whitespace issues.

2012-04-26  Alex Launi  <alex.launi@canonical.com>

	update from merge comments

2012-04-24  Alex Launi  <alex.launi@canonical.com>

	Fix documentation, slight test refactoring

2012-04-24  Alex Launi  <alex.launi@canonical.com>

	initial port to new API finished. tests pass

2012-04-23  Alex Launi  <alex.launi@canonical.com>

	Begin porting switcher to new style API

2012-04-27  Didier Roche  <didier.roche@canonical.com>

	Release\ 5.12.0

2012-04-26  Sebastien Bacher  <seb128@ubuntu.com>

	Revert r2331, it's creating hang issues on start.. Fixes: . Approved by Didier Roche.

2012-04-26  Sebastien Bacher  <seb128@ubuntu.com>

	Revert r2331, it's creating hang issues on start. The commit is not fixing any
	important issue and not needed in the SRU, it can come once the problems have
	been resolved.

2012-04-26  Michael Vogt  <michael.vogt@ubuntu.com>

	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.

2012-04-26  Michael Vogt  <michael.vogt@ubuntu.com>

	manual-tests/SoftwareCenter.txt: add manual test for the launcher integration cancel

2012-04-17  Michael Vogt  <michael.vogt@ubuntu.com>

	remove USC launcher again from unity on download/install failure or cancel

2012-04-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	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.

2012-04-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_launcher: removed the xclock test... We'll put it back soon.

2012-04-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging thomi's fixes

2012-04-26  Thomi Richards  <thomi.richards@canonical.com>

	Added xclock.

2012-04-26  Thomi Richards  <thomi.richards@canonical.com>

	Renamed test methods.

2012-04-26  Thomi Richards  <thomi.richards@canonical.com>

	Removed tautology from the test.

2012-04-26  Thomi Richards  <thomi.richards@canonical.com>

	CLeaned up test.

2012-04-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, use kill instead of pkill to close applications

2012-04-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: export the application ID for introspection

2012-04-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_launcher: added test to check the launcher status after bamfdaemon killing

2012-04-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: set the "unity-seen" qdata to all the BamfApplications we have
	
	This avoid that we create two icons for the same application instance.
	Moving to the safer GUINT...

2012-04-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: Focus an application if no child window is actually on top of the stack. Raises all urgent windows.
	
	This fixes bug #802816 that happens when an application raises a window on the top of the stack but the focus doesn't change.
	
	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.

2012-04-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk.

2012-04-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual test: updated.

2012-04-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge with trunk

2012-04-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-tests, Launcher: added a test for non top non-focused windows

2012-04-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: raise all the urgent windows, if there are any

2012-04-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: focus an application if no child window is actually on top of the stack.
	
	This fixes bug #802816 that happens when an application raises a window on the top of the stack but the
	focus doesn't change.
	
	Plus, don't perform unneeded checks for non-active applications.

2012-04-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager: add method to get if a window is on top.
	
	Top window is a window that is on top of the stack, excluding invisible, not mapped,
	minimized, set "above" and unity windows.

2012-04-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-test, Launcher: added manual test for the Chromium web applications. Fixes: . Approved by Tim Penhey.

2012-04-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-test, Launcher: added manual test for the Chromium web applications

2012-04-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: activate the icon using the quicklist item using an Idle.
	
	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.

2012-04-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager: removed the g_debug("%s", G_STRFUNC); from AddProperties dummy implementation

2012-04-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_quicklist: add a test to check that spread works when initiated by quicklist

2012-04-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, keybindings: include spread keybindings

2012-04-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, add WindowManager emulator

2012-04-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_quicklist: added test to check if the application label works

2012-04-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: set PluginAdapter as introspectable child

2012-04-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager: make it introspectable, implementation in PluginAdapter.

2012-04-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge with trunk

2012-04-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: remove the _quicklist_activated_id related source on destruction

2012-04-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: activate the icon using the quicklist item using an Idle.
	
	This fixes the bug #986461 that caused the spread not to initiate clicking on the quicklist
	application name.

2012-04-25  Michal Hruby  <michal.mhr@gmail.com>

	Fix scale inversion when processing non-rect tile textures. Fixes: https://bugs.launchpad.net/bugs/988338. Approved by Gord Allott.

2012-04-25  Michal Hruby  <michal.mhr@gmail.com>

	Fix scale inversion when processing non-rect tile textures

2012-04-25  Andrea Azzarone  <azzaronea@gmail.com>

	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).

2012-04-25  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes LP bug #975003.

2012-04-25  Michal Hruby  <michal.mhr@gmail.com>

	Destroy lens views before destroying lens models. Fixes: . Approved by Gord Allott, Sam Spilsbury.

2012-04-24  Michal Hruby  <michal.mhr@gmail.com>

	Add a comment

2012-04-24  Michal Hruby  <michal.mhr@gmail.com>

	Destroy lens views before destroying lens models

2012-04-25  Michal Hruby  <michal.mhr@gmail.com>

	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).

2012-04-24  Michal Hruby  <michal.mhr@gmail.com>

	Make sure hud's spinner stops spinning after hud service returns reply

2012-04-25  Brandon Schaefer  <brandontschaefer@gmail.com>

	Shorten the press/release time of the Ctrl+Space for the IBus AP tests.. Fixes: . Approved by Thomi Richards.

2012-04-24  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Shortens the press/release time for Ctrl+Space as jenkins is a little slow

2012-04-24  Andrea Azzarone  <azzaronea@gmail.com>

	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).

2012-04-25  Andrea Azzarone  <azzaronea@gmail.com>

	Fix typo.

2012-04-25  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes.

2012-04-25  Andrea Azzarone  <azzaronea@gmail.com>

	Add a manual test.

2012-04-25  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes bug #880798.

2012-04-24  Andrea Azzarone  <azzaronea@gmail.com>

	Set a shortcut for the new apps on the launcher too.. Fixes: https://bugs.launchpad.net/bugs/778499. Approved by Marco Trevisan (Treviño).

2012-04-24  Andrea Azzarone  <azzaronea@gmail.com>

	Fix.

2012-04-24  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-04-23  Andrea Azzarone  <azzaronea@gmail.com>

	Adds AP test.

2012-04-23  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes bug #778499.

2012-04-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DeviceLauncherSection: updated to use glib::SignalManager and glib::Object
	
	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.

2012-04-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DeviceLauncherSection: use glib::SignalManager

2012-04-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DeviceLauncherIcon: use a glib::Object to handle the volume.
	
	So we can be safe about reference. This will automagically add
	and remove a reference when needed.

2012-04-24  Brandon Schaefer  <brandontschaefer@gmail.com>

	UnityScreen: use smart_pointers correctly, destruct items in correct order. Fixes: https://bugs.launchpad.net/bugs/987932. Approved by Marco Trevisan (Treviño).

2012-04-24  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Remove useless namespace

2012-04-24  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixed spacing issue

2012-04-24  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Some fixes, also added some comments about the ordering (was causing the crashes)

2012-04-24  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Changed WindowThread to use a unique ptr
	* Also fixed a memory leak with the debugger
	* Some cleaning up also
	* Thanks Treviño for the information :)

2012-04-24  Brandon Schaefer  <brandontschaefer@gmail.com>

	UnityScreen: destroy the controllers before the window thread
	
	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).

2012-04-23  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixes some crashes with the ccsm and plugins
	* There still seems to be a crash, but it looks to be in bamf

2012-04-24  Michal Hruby  <michal.mhr@gmail.com>

	GLibDBusProxy: Remove 1 second timeout we used before connecting to dbus proxies. Fixes: . Approved by Marco Trevisan (Treviño).

2012-04-24  Michal Hruby  <michal.mhr@gmail.com>

	Remove 1 second timeout we used before connecting to dbus proxies

2012-04-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudLauncherIcon: close the HUD when activating the icon
	
	As design requested in bug #963918. Fixes: https://bugs.launchpad.net/bugs/963918. Approved by Gord Allott.

2012-04-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudLauncherIcon: removed unneeded space.

2012-04-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_hud: add test to check if clicking over the HUD icon closes it.

2012-04-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudLauncherIcon: close the HUD when activating the icon
	
	As design requested in bug #963918

2012-04-24  smspillaz  <sam.spilsbury@canonical.com>

	See Bug 880449 : Minimized windows were being considered for showdesktop and had their input shape removed twice.
	
	1) Never allow different entities to fight over the input shape of the window. Have one shared interface between them with RAII semantics
	2) Don't allow minimized windows to enter showdesktop mode. Fixes: . Approved by Gord Allott.

2012-04-23  smspillaz  <sam.spilsbury@canonical.com>

	Fix style, use <memory>

2012-04-18  smspillaz  <sam.spilsbury@canonical.com>

	Don't showdesktop minimized windows

2012-04-18  smspillaz  <sam.spilsbury@canonical.com>

	Make the minimize handler use the same mechanism

2012-04-18  smspillaz  <sam.spilsbury@canonical.com>

	Acquire input shape removal through RAII semantics

2012-04-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Hud: update the icon size to match the launcher icon size when in auto-hide mode
	
	Plus prevent a couple of crashes. Fixes: https://bugs.launchpad.net/bugs/921506, https://bugs.launchpad.net/bugs/983646. Approved by Tim Penhey.

2012-04-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudView: Set the minimum icon height to match the content_layout
	
	So the icon is vertically centered to the hud search (minimal) layout if needed.

2012-04-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudIcon: use unsigned integer for padding.

2012-04-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudView: remove space

2012-04-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudIcon: Fix the icon position to be relative to size, add a minimum vertical padding
	
	This makes the icon draw correctly when it's big, also it makes the view to increas its
	vertical size slightly to use some padding if needed.

2012-04-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudView: fix the geometry not to change when the icon size changes

2012-04-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudController: add SetIcon function that removes some code duplication

2012-04-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconTexture: be more safe when handling _pixbuf_cached
	
	Set it to null when invalid and during initialization

2012-04-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk (window button fixes)

2012-04-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-04-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Hud: update the icon size to match the launcher icon size.

2012-04-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with icon fixes branch

2012-04-23  Andrea Azzarone  <azzaronea@gmail.com>

	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.

2012-04-20  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug #977817.

2012-04-20  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-04-21  Michael Rawson  <michaelrawson76@gmail.com>

	Fixes position of "show desktop" icon-LP:964073. Fixes: https://bugs.launchpad.net/bugs/964073. Approved by Marco Trevisan (Treviño).

2012-04-18  Michael Rawson  <michaelrawson76@gmail.com>

	Fixed braces

2012-04-17  Michael Rawson  <michaelrawson76@gmail.com>

	Fixed indentation

2012-04-15  Michael Rawson  <michaelrawson76@gmail.com>

	Fixed ccsm problem

2012-04-15  Michael Rawson  <michaelrawson76@gmail.com>

	Removed excess DesktopLauncherIcons()

2012-04-14  Michael Rawson  <michaelrawson76@gmail.com>

	Re-added code

2012-04-14  Michael Rawson  <michaelrawson76@gmail.com>

	Made fix more explicit-thanks Marco

2012-04-13  Michael Rawson  <michaelrawson76@gmail.com>

	Moved show desktop icon to intended position

2012-04-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: avoid to disable the Overlay close button.
	
	This fixes a regression I probabily introduced (sorry).. Fixes: https://bugs.launchpad.net/bugs/986264. Approved by Andrea Azzarone.

2012-04-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: remove extra space, and be more crash-safe

2012-04-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: avoid to disable the Overlay close button.
	
	This fixes a regression I probabily introduced (sorry).

2012-04-20  Andrea Azzarone  <azzaronea@gmail.com>

	Don't activate "home.lens" during dash closing.. Fixes: https://bugs.launchpad.net/bugs/914785. Approved by Michal Hruby, Marco Trevisan (Treviño).

2012-04-20  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-04-20  Andrea Azzarone  <azzaronea@gmail.com>

	Don't activate the home lens during the dash closing.

2012-04-20  Thomi Richards  <thomi.richards@canonical.com>

	Update IBus tests to only set the IME once per test case class.. Fixes: . Approved by Brandon Schaefer, Thomi Richards.

2012-04-20  Thomi Richards  <thomi.richards@canonical.com>

	Use a single setUpClass method.

2012-04-20  Brandon Schaefer  <brandontschaefer@gmail.com>

	* setUpClass, not tearDownClass

2012-04-20  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Removed param, as it is no longer needed

2012-04-20  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Now the ibus only reset the context when it changes test engines

2012-04-19  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Changed to deactivate to an explicit call

2012-04-20  Chase Douglas  <chase.douglas@ubuntu.com>

	Fix potential pointer lockup on initial drag gesture.. Fixes: https://bugs.launchpad.net/bugs/979418. Approved by Marco Trevisan (Treviño), Alex Launi.

2012-04-12  Chase Douglas  <chase.douglas@ubuntu.com>

	Add test comment

2012-04-11  Chase Douglas  <chase.douglas@ubuntu.com>

	Fix pointer locking up after three touch window drag
	
	GestureEngine::EndDrag() checks if a drag gesture was performed before
	ungrabbing the pointer. Unfortunately, it checks if the gesture ID is
	non-zero, but a zero ID is valid. We don't need to check the gesture ID
	at all since the drag window is maintained properly.

2012-04-11  Chase Douglas  <chase.douglas@ubuntu.com>

	Add regression test for drag gesture pointer grabs not being removed

2012-04-11  Chase Douglas  <chase.douglas@ubuntu.com>

	Add grab counting in compiz screen mock

2012-04-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: disable the close button if the controlled window is not closable
	
	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.

2012-04-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-tests: WindowButtons, added test case for disabled close button

2012-04-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: disable the close button if the controlled window is not closable

2012-04-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager: add functions to get if a window is maximizable and closable

2012-04-19  Thomi Richards  <thomi.richards@canonical.com>

	IBus autopilot tests now wait for input method context to be created before typing characters.. Fixes: . Approved by Brandon Schaefer.

2012-04-20  Thomi Richards  <thomi.richards@canonical.com>

	ibus tests now wait for ibus to be activated in the target widget. This removes the need for sleep statements alltogether.

2012-04-20  Thomi Richards  <thomi.richards@canonical.com>

	IBus tests now wait until the im_active property on the SearchBar is set to true.

2012-04-20  Thomi Richards  <thomi.richards@canonical.com>

	First pass at fixing the ibus tests.

2012-04-20  Thomi Richards  <thomi.richards@canonical.com>

	Merged launcher tests fix, needed by this branch.

2012-04-19  Andrea Azzarone  <azzaronea@gmail.com>

	Add a sanity check to avoid crashes.. Fixes: https://bugs.launchpad.net/bugs/982730. Approved by Marco Trevisan (Treviño).

2012-04-20  Andrea Azzarone  <azzaronea@gmail.com>

	Adds a sanity check to avoid crashes.

2012-04-19  Thomi Richards  <thomi.richards@canonical.com>

	Fixes autopilot launcher test.. Fixes: . Approved by Alex Launi.

2012-04-20  Thomi Richards  <thomi.richards@canonical.com>

	Fixed launcher emulator and tests.

2012-04-19  Michal Hruby  <michal.mhr@gmail.com>

	Finetune priorities when updating dash results, prevents flickering. Fixes: https://bugs.launchpad.net/bugs/961979. Approved by Gord Allott.

2012-04-19  Michal Hruby  <michal.mhr@gmail.com>

	Finetune priorities when updating dash results, prevents flickering

2012-04-19  Thomi Richards  <thomi.richards@canonical.com>

	Shortcut hint tests now all pass.. Fixes: . Approved by Alex Launi.

2012-04-19  Thomi Richards  <thomi.richards@canonical.com>

	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.

2012-04-19  Thomi Richards  <thomi.richards@canonical.com>

	Fixed two failing tests.

2012-04-19  Thomi Richards  <thomi.richards@canonical.com>

	Improve autopilot assertion messages inside the new wait_for method.. Fixes: . Approved by Alex Launi.

2012-04-19  Thomi Richards  <thomi.richards@canonical.com>

	Autopilot wait_for assertions have a slightly better error message.

2012-04-19  Thomi Richards  <thomi.richards@canonical.com>

	Fixed failing panel autopilot tests.. Fixes: . Approved by Brandon Schaefer.

2012-04-19  Thomi Richards  <thomi.richards@canonical.com>

	Fixed two failing panel tests.

2012-04-19  Brandon Schaefer  <brandontschaefer@gmail.com>

	HudIcon now filters out windows on different workspaces and windows that are hidden.. Fixes: . Approved by Marco Trevisan (Treviño).

2012-04-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* changed xid back to a 0, not a pointer

2012-04-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixed ap test
	* Uses nullptr now

2012-04-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* remove debug include

2012-04-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixed the ? icon appearing.

2012-04-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Added ap test

2012-04-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Now the hud filters out windows on different workspaces for the HudIcon.

2012-04-19  Thomi Richards  <thomi.richards@canonical.com>

	Fixed a failing test in the command_lens test suite.. Fixes: . Approved by Brandon Schaefer.

2012-04-19  Thomi Richards  <thomi.richards@canonical.com>

	Fixed a failing command lens test. Somehow the assertion got inverted in the porting process.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	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.

2012-04-19  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk, resolved conflicts.

2012-04-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixed indent error

2012-04-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixed the dash test that was removed

2012-04-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* uses properties

2012-04-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* 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

2012-04-17  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixed 2 ap fails

2012-04-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistView: fixed the quicklist key navigation, to make it consistent with Gtk menus navigation.
	
	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.

2012-04-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_quicklist: cyclic keynav docstring fixes

2012-04-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_quicklist: use the Eventually matcher to avoid false-negatives

2012-04-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-04-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot: quicklist emulator, applying Thomi's fixes.

2012-04-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_quicklist: docstrings updated.

2012-04-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot: quicklist, use only properties

2012-04-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestQuicklistMenuitems: added GetSelectable tests

2012-04-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, quicklist: added other tests to check the cyclic key-navigation
	
	Also the quicklist emulator now includes the selectable_items property

2012-04-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, quicklist: use the new selectable item property instead of computing it

2012-04-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem: add GetSelectable virtual method
	
	So each item can define when it's possible to select them, by default all
	the items are selectable when visible and enabled, while the Separator
	item can never be selected.

2012-04-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, quicklist: add more last/first tests

2012-04-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_quicklist: added first bunch of key navigation tests

2012-04-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistView, QuicklistMenuItem: export absolute geometries for introspection

2012-04-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistView: add support to Home/End Page up/down buttons to select items

2012-04-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistView: use the new SelectItem into RecvItemMouseDrag

2012-04-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem: don't change the focus on move, only on enter/leave
	
	This to keep the consistency with GTK menus.
	Also when leaving an unselected entry, we shouldn't unselect all.

2012-04-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem: make the introspection prelight name more explicit

2012-04-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistView: enhance the key navigation to follow the same menus behavior
	
	1) When no item is selected pressing the Down arrow key should
	select the first item (from top)
	2) When no item is selected pressing the Up arrow key should
	select the last item (from top)
	3) When the last item is selected, pressing the Down arrow key
	should select the first item
	4) When the first item is selected, pressing the Up arrow key
	should select the last item
	
	All these cases assume that the mouse pointer is outside the
	quicklist or over an item and not moving, in the case that the
	mouse pointer is moved over an unselected item, the focus should
	be moved to that item.

2012-04-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistView: manage the prelight item status, avoid double-selected items

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Update HUD tests to use the new Eventually() matcher.. Fixes: . Approved by Brandon Schaefer.

2012-04-19  Thomi Richards  <thomi.richards@canonical.com>

	Removed unused import, fixed reference to property being treated as a function.

2012-04-19  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Cleaned up code after review.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Merged home-lens-tests-to-wait_for-feature into hud-tests-to-wait_for-feature.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Merged home-lens-tests-to-wait_for-feature into hud-tests-to-wait_for-feature.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Hud tests now use Eventually() matcher object instead of wait_for.

2012-04-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	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.

2012-04-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Use the correct assert

2012-04-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* removed sleep

2012-04-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixes Hud to Dash not restoring window focus
	* Also fixes a Dash ap test failing

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Home lens tests use wait_for instead of explicit sleep statements.. Fixes: . Approved by Brandon Schaefer, Alex Launi, Thomi Richards.

2012-04-19  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk, reso;lved conflicts.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Merged dash-tests-to-wait_for-feature into home-lens-tests-to-wait_for-feature.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Merged fix-command-lens-ap-tests-with-new-wait_for-featuer into dash-tests-to-wait_for-feature.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Merged wait_for-to-use-testtools-exception into fix-command-lens-ap-tests-with-new-wait_for-featuer.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Merged dash-tests-to-wait_for-feature into home-lens-tests-to-wait_for-feature.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Merged fix-command-lens-ap-tests-with-new-wait_for-featuer into dash-tests-to-wait_for-feature.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Merged wait_for-to-use-testtools-exception into fix-command-lens-ap-tests-with-new-wait_for-featuer.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Home lens tests now use the Eventually() syntax.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	IBus tests use new Eventually matcher.. Fixes: . Approved by Thomi Richards.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	IBus tests now use the Eventually() matcher instead of wait_for.

2012-04-18  Andrea Azzarone  <azzaronea@gmail.com>

	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.

2012-04-18  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-04-18  Andrea Azzarone  <azzaronea@gmail.com>

	Fix AP test.

2012-04-17  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes typo. Adds AP test.

2012-04-17  Andrea Azzarone  <azzaronea@gmail.com>

	Clicking on the desktop dash border should do nothing, *NOT* close the dash.

2012-04-18  Michal Hruby  <michal.mhr@gmail.com>

	Make sure we don't try to remove sources that were already removed.. Fixes: . Approved by Marco Trevisan (Treviño), Andrea Azzarone.

2012-04-18  Michal Hruby  <michal.mhr@gmail.com>

	Don't remove invalid sources

2012-04-18  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes bug #980924.. Fixes: https://bugs.launchpad.net/bugs/980924. Approved by Gord Allott, Marco Trevisan (Treviño).

2012-04-18  Andrea Azzarone  <azzaronea@gmail.com>

	Remove unneeded code.

2012-04-17  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes LP bug #980924.

2012-04-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UScreen: code updated to be more C++ friendly.
	
	Also moved into the unity namespace.. Fixes: . Approved by Andrea Azzarone.

2012-04-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UScreen: ref the GdkScreen object we own.

2012-04-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UScreen: code updated to be more C++ friendly.
	
	Also moved into the unity namespace.

2012-04-18  Andrea Azzarone  <azzaronea@gmail.com>

	Fix compilation of standalone launcher.. Fixes: https://bugs.launchpad.net/bugs/983989. Approved by Marco Trevisan (Treviño), Sam Spilsbury.

2012-04-18  Andrea Azzarone  <azzaronea@gmail.com>

	Fix standalone launcher.

2012-04-18  Andrea Azzarone  <azzaronea@gmail.com>

	Use std::shared_ptr::reset instead of = some::Ptr(new...) for UScreen::proxy_. Fixes: . Approved by Marco Trevisan (Treviño).

2012-04-18  Andrea Azzarone  <azzaronea@gmail.com>

	Revert prev commit. Use std::shared_ptr::reset.

2012-04-18  Andrea Azzarone  <azzaronea@gmail.com>

	Makes UScreen::proxy_ a unity::glib::DBusProxy.

2012-04-18  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug #977922.. Fixes: https://bugs.launchpad.net/bugs/977922. Approved by Tim Penhey.

2012-04-18  Andrea Azzarone  <azzaronea@gmail.com>

	Fix.

2012-04-18  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug #977922.

2012-04-18  Andrea Azzarone  <azzaronea@gmail.com>

	Fix the switcher so it displays the full title of apps in Chinese. Fixes: https://bugs.launchpad.net/bugs/830801. Approved by Tim Penhey.

2012-04-18  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk

2012-04-16  Andrea Azzarone  <azzaronea@gmail.com>

	Add a manual test.

2012-04-14  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug #830801.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Launcher tests use Eventually() matcher.. Fixes: . Approved by Thomi Richards.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Launcher emulator now uses wait_for to block until the action has been performed. Reduces the need for sleep() statements inside tests.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Launcher tests now use Eventually() matcher. Also removed some cruft from the launcher emulators.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Merged ibus-test-to-wait_for-feature into launcher-tests-pep8-whitespace-fixes.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Merged hud-tests-to-wait_for-feature into ibus-test-to-wait_for-feature.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Merged home-lens-tests-to-wait_for-feature into hud-tests-to-wait_for-feature.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Merged dash-tests-to-wait_for-feature into home-lens-tests-to-wait_for-feature.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Merged ibus-test-to-wait_for-feature into launcher-tests-pep8-whitespace-fixes.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Merged hud-tests-to-wait_for-feature into ibus-test-to-wait_for-feature.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Merged home-lens-tests-to-wait_for-feature into hud-tests-to-wait_for-feature.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Merged dash-tests-to-wait_for-feature into home-lens-tests-to-wait_for-feature.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Merged ibus-test-to-wait_for-feature into launcher-tests-pep8-whitespace-fixes.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Merged hud-tests-to-wait_for-feature into ibus-test-to-wait_for-feature.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Merged home-lens-tests-to-wait_for-feature into hud-tests-to-wait_for-feature.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Merged dash-tests-to-wait_for-feature into home-lens-tests-to-wait_for-feature.

2012-04-17  Thomi Richards  <thomi.richards@canonical.com>

	Fixes PEP8 and whitespace issues.

2012-04-17  Thomi Richards  <thomi.richards@canonical.com>

	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.

2012-04-17  Thomi Richards  <thomi.richards@canonical.com>

	Merged home-lens-tests-to-wait_for-feature into hud-tests-to-wait_for-feature.

2012-04-17  Thomi Richards  <thomi.richards@canonical.com>

	Merged dash-tests-to-wait_for-feature into home-lens-tests-to-wait_for-feature.

2012-04-17  Thomi Richards  <thomi.richards@canonical.com>

	Fixes several timing issues. Unity exports some properties in arrays, which makes it slightly tricky to use the wait_for feature.

2012-04-17  Thomi Richards  <thomi.richards@canonical.com>

	More hud test changes.

2012-04-17  Thomi Richards  <thomi.richards@canonical.com>

	Hud test changes first pass merge.

2012-04-17  Thomi Richards  <thomi.richards@canonical.com>

	Home lens uses wait_for instead of explicit sleeps.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Dash autopilot tests use the new autopilot wait_for feature.. Fixes: . Approved by Brandon Schaefer, Tim Penhey.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Missed one spot.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Dash tests changed to use Eventually matcher.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Merged fix-command-lens-ap-tests-with-new-wait_for-featuer into dash-tests-to-wait_for-feature.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Merged fix-command-lens-ap-tests-with-new-wait_for-featuer into dash-tests-to-wait_for-feature.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Merged fix-command-lens-ap-tests-with-new-wait_for-featuer into dash-tests-to-wait_for-feature.

2012-04-17  Thomi Richards  <thomi.richards@canonical.com>

	Merged fix-command-lens-ap-tests-with-new-wait_for-featuer into dash-tests-to-wait_for-feature.

2012-04-17  Thomi Richards  <thomi.richards@canonical.com>

	fixed code after code review.

2012-04-17  Thomi Richards  <thomi.richards@canonical.com>

	Merged fix-command-lens-ap-tests-with-new-wait_for-featuer into dash-tests-to-wait_for-feature.

2012-04-17  Thomi Richards  <thomi.richards@canonical.com>

	More fixes.

2012-04-17  Thomi Richards  <thomi.richards@canonical.com>

	Merged fix-command-lens-ap-tests-with-new-wait_for-featuer into dash-tests-to-wait_for-feature.

2012-04-17  Thomi Richards  <thomi.richards@canonical.com>

	Merged in code to fix up the dash tests.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Command lens uses Eventually() autopilot matcher to eliminate the need for sleep() statements in autopilot tests.. Fixes: . Approved by Brandon Schaefer, Tim Penhey.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Updated to use the Eventually matcher.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Merged wait_for-to-use-testtools-exception into fix-command-lens-ap-tests-with-new-wait_for-featuer.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Merged wait_for-to-use-testtools-exception into fix-command-lens-ap-tests-with-new-wait_for-featuer.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Merged wait_for-to-use-testtools-exception into fix-command-lens-ap-tests-with-new-wait_for-featuer.

2012-04-17  Thomi Richards  <thomi.richards@canonical.com>

	Merged wait_for-to-use-testtools-exception into fix-command-lens-ap-tests-with-new-wait_for-featuer.

2012-04-17  Thomi Richards  <thomi.richards@canonical.com>

	Merged wait_for-to-use-testtools-exception into fix-command-lens-ap-tests-with-new-wait_for-featuer.

2012-04-17  Thomi Richards  <thomi.richards@canonical.com>

	Removed unused import

2012-04-17  Thomi Richards  <thomi.richards@canonical.com>

	Command lens tests updated to use the new wait_for feature, and various other API fixes.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Cleaned up docstrings and whitespace in autopilot panel tests.. Fixes: . Approved by Tim Penhey.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Whitespace, PEP8 and PEP257 fixes for the panel tests.

2012-04-17  Thomi Richards  <thomi.richards@canonical.com>

	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.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Check match and wait_for attribute are callables.:

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Fixed code from review.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Fixed code from review.

2012-04-17  Andrea Azzarone  <azzaronea@gmail.com>

	Fix some uninitialized variables.. Fixes: https://bugs.launchpad.net/bugs/983333. Approved by Tim Penhey.

2012-04-16  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug #983333

2012-04-17  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes bug #983268. Fixes: https://bugs.launchpad.net/bugs/983268. Approved by Thomi Richards.

2012-04-17  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes bug #983268.

2012-04-17  Thomi Richards  <thomi.richards@canonical.com>

	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.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Fixed typo

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Added 'Eventually' autopilot matcher.

2012-04-17  Thomi Richards  <thomi.richards@canonical.com>

	Extend the autopilot wait_for feature to use testtools matcher instances as well as ordinary values.. Fixes: . Approved by Alex Launi.

2012-04-18  Thomi Richards  <thomi.richards@canonical.com>

	Don't use hasattr,

2012-04-17  Thomi Richards  <thomi.richards@canonical.com>

	Cleaned up code after code review.

2012-04-17  Thomi Richards  <thomi.richards@canonical.com>

	wait_for now deals with attributes that have a '-' in them correctly.

2012-04-17  Thomi Richards  <thomi.richards@canonical.com>

	wait_for attribute now accept testtools matchers.

2012-04-17  Thomi Richards  <thomi.richards@canonical.com>

	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.

2012-04-17  Andrea Cimitan  <andrea.cimitan@canonical.com>

	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.

2012-04-17  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Correct fix for 965323

2012-04-17  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Use false as boolean instead FALSE, whitespaces

2012-04-17  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Attempt to fix 965323

2012-04-17  Thomi Richards  <thomi.richards@canonical.com>

	Added the autopilot wait_for attribute feature.. Fixes: . Approved by Marco Trevisan (Treviño), Brandon Schaefer.

2012-04-13  Thomi Richards  <thomi.richards@canonical.com>

	Dash and hud emulators use new wait_for attribute feature.

2012-04-13  Thomi Richards  <thomi.richards@canonical.com>

	Merged autopilot-attribute-feature into convert-to-use-wait_for.

2012-04-13  Thomi Richards  <thomi.richards@canonical.com>

	Don't change dash in this pipeline.

2012-04-13  Thomi Richards  <thomi.richards@canonical.com>

	Merged branch that fixes the multi key code.

2012-04-12  Thomi Richards  <thomi.richards@canonical.com>

	Cleaned up gsettings calling code. Don't want to run command through a shell, and removed extra quotes.

2012-04-11  Alex Launi  <alex.launi@canonical.com>

	Small fixes for compose key tests

2012-04-11  Alex Launi  <alex.launi@canonical.com>

	Args should be a list not a tuple

2012-04-13  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-04-13  Thomi Richards  <thomi.richards@canonical.com>

	Dash tests now use new autopilot wait_for mechanism.

2012-04-13  Thomi Richards  <thomi.richards@canonical.com>

	Fix unity logging reset.

2012-04-11  Thomi Richards  <thomi.richards@canonical.com>

	Feature seems to work. Trying it out on the dash tests.

2012-04-11  Thomi Richards  <thomi.richards@canonical.com>

	Removed old code, added special sauce.

2012-04-17  Lars Uebernickel  <lars.uebernickel@canonical.com>

	Force menu reposition on popup in case its contents have changed.
	
	Fixes bug 883317.. Fixes: https://bugs.launchpad.net/bugs/883317. Approved by Marco Trevisan (Treviño).

2012-04-13  Lars Uebernickel  <lars.uebernickel@canonical.com>

	Force menu reposition on popup in case its contents have changed

2012-04-17  Michal Hruby  <michal.mhr@gmail.com>

	Fix a couple of wrong reference/memory management issues. Fixes: https://bugs.launchpad.net/bugs/979429. Approved by Marco Trevisan (Treviño).

2012-04-16  Michal Hruby  <michal.mhr@gmail.com>

	Fix possible signal disconnection on already dead object

2012-04-16  Michal Hruby  <michal.mhr@gmail.com>

	Fix incorrect string freeing in Hud

2012-04-16  Michal Hruby  <michal.mhr@gmail.com>

	Fix wrong unref in DebugInterface

2012-04-17  Gord Allott  <gord.allott@canonical.com>

	Small fix for the unity cmake, depend on unity core was missing from a test. Fixes: . Approved by Michal Hruby.

2012-04-17  Gord Allott  <gord.allott@canonical.com>

	fixes small cmake depends issue

2012-04-16  Andrea Azzarone  <azzaronea@gmail.com>

	The shortcut keys in workspace section of the shortcut overlay aren't translated.. Fixes: https://bugs.launchpad.net/bugs/980828. Approved by Didier Roche.

2012-04-13  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes bug #980828.

2012-04-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	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.
	
	
	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.
	
	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.
	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.
	
	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.

2012-04-16  Tim Penhey  <tim.penhey@canonical.com>

	Test the alt-tab appears on the monitor that has window focus.

2012-04-16  Tim Penhey  <tim.penhey@canonical.com>

	Add window stack assertions to the switcher tests.

2012-04-16  Tim Penhey  <tim.penhey@canonical.com>

	Assert that the visible window stack is what we expect.

2012-04-16  Tim Penhey  <tim.penhey@canonical.com>

	More AP test tweaks.

2012-04-16  Tim Penhey  <tim.penhey@canonical.com>

	Tweaks to the test.

2012-04-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: avoid to raise and unminimize top_window if already done

2012-04-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: be more clear in comment (yeah?)

2012-04-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UScreen: use GetMonitorAtPosition in GetMonitorWithMouse

2012-04-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager, BamfLauncherIcon: some code cleanup

2012-04-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_launcher: updated click test to check minimized windows too
	
	Removed debug data

2012-04-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_switcher: updated against new updates

2012-04-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: show the Alt+Tab window in the monitor where is the active window
	
	As per design.

2012-04-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager: add method to get the active window.

2012-04-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: removing debugging bits

2012-04-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with branch changes

2012-04-14  Brandon Schaefer  <brandontschaefer@gmail.com>

	* removed something that got added somehow

2012-04-14  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Added an AP test for the new design changes.

2012-04-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: Removing the code for the Quick Alt+Tab, it should behave always at the same way
	
	19:11:04 <JohnLea> so to summarize the above, when a app icon is selected
	in Alt-Tab, the most recently focused window (on any monitor, but only in
	the current workspace) of that application which is not minimised
	should be focused

2012-04-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot: fixed the AP test

2012-04-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: Also invisible windows shouldn't be counted as available in monitor
	
	Now the spread works as expected, clicking on each monitor's panel! ;)

2012-04-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: don't consider an unmapped window as one in monitor

2012-04-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: focus a window if the application is not active on the current monitor

2012-04-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: if the current launcher is used for all the monitors, don't filter windows per monitor

2012-04-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: include the switcher monitor when activating a group

2012-04-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager: add GetWindowMonitor method, and use UScreen to fetch it
	
	This now used in PluginAdapter not to have inconsistences.

2012-04-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UScreen: allow to get the monitor for a given point

2012-04-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: switcher, use UScreen to get the monitor value.
	
	Not using this can cause inconsistences, due to the fact that compiz
	numbers the devices in a different way.

2012-04-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter::FocusWindowGroup: add a parameter to define if focusing the on-top window only
	
	This allow to be more monitor/VP safe

2012-04-12  Brandon Schaefer  <brandontschaefer@gmail.com>

	* remove extra line

2012-04-12  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixed the No new line error diff was reporting

2012-04-12  Brandon Schaefer  <brandontschaefer@gmail.com>

	* merged trunk

2012-04-12  Brandon Schaefer  <brandontschaefer@gmail.com>

	* removed random dash '-'

2012-04-12  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Add autopilot test for both bugs!

2012-04-12  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Added more autopilot test for quick alt+tab

2012-04-11  Brandon Schaefer  <brandontschaefer@gmail.com>

	* merged trunk

2012-04-09  Brandon Schaefer  <brandontschaefer@gmail.com>

	* merged trunk

2012-04-06  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Added 2 autopilot test showing quick tab is true when pressed fast enough

2012-04-06  Brandon Schaefer  <brandontschaefer@gmail.com>

	* fixed manual test I messed up

2012-04-06  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Added a timer for quick tab

2012-04-06  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merged trunk

2012-04-05  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Added another manual test
	* Fixes

2012-04-04  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixed tabbing issues

2012-04-04  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merged with trunk, fixed conficts

2011-12-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: don't include dialog windows on Alt+Tab.

2011-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-tests: Added test for QuickAltTab

2011-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: Add support for the FocusVisibility::OnlyVisibleOnTop on FocusWindowGroup
	
	When a group is asked to focus with OnlyVisibleOnTop, we look for the
	first non-minimized window on top of the stack and we raise and activate it.
	
	Code indentation fixes included.

2011-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: when we receive a "quick" activate, use the OnlyVisibleOnTop focus visbility
	
	Defined a new FocusVisibility called OnlyVisibleOnTop that is meant
	to only focus the first application window on top of the stack.
	That is used when we receive a Switcher activate with a button != 0.

2011-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: use the button value of ActionArg to indicate the switch type
	
	Instead of defining another type of ActionArg, I've used the button value
	of ActionArg to define if we're currently performing a quick-alt+tab or
	a standard switch.
	Basically: 

2012-04-16  Alexandros Frantzis  <alexandros.frantzis@linaro.org>

	Fix compilation with OpenGL ES 2.0.. Fixes: . Approved by Sam Spilsbury.

2012-04-06  Alexandros Frantzis  <alexandros.frantzis@linaro.org>

	Fix compilation with OpenGL ES 2.0.

2012-04-12  Gord Allott  <gord.allott@canonical.com >

	fixes an uninitalised variable in the dashview code

2012-04-12  Gord Allott  <gord.allott@canonical.com>

	fixed uninitalised value

2012-04-12  Didier Roche  <didier.roche@canonical.com>

	Release\ 5.10.0

2012-04-12  Michal Hruby  <michal.mhr@gmail.com>

	Make sure the lenses search for things we want on startup. Fixes: https://bugs.launchpad.net/bugs/979799. Approved by Gord Allott.

2012-04-12  Michal Hruby  <michal.mhr@gmail.com>

	Make sure the lenses search for things we want on startup

2012-04-12  Gord Allott  <gord.allott@canonical.com>

	creates input windows and opens/closes them on startup for the HUD and Dash. Fixes: https://bugs.launchpad.net/bugs/774447. Approved by Didier Roche.

2012-04-12  Gord Allott  <gord.allott@canonical.com>

	added fixmes

2012-04-12  Gord Allott  <gord.allott@canonical.com>

	opens an input window for the dash and hud and closes them immediately on startup, to fix hud/dash passthrough

2012-04-12  Andrea Azzarone  <azzaronea@gmail.com>

	Fix a mistake in FilterExpanderLabel.cpp.. Fixes: . Approved by Didier Roche.

2012-04-12  Andrea Azzarone  <azzaronea@gmail.com>

	Replace AddLayout with RemoveChildObject in FilterExpanderLabel.cpp

2012-04-11  Jay Taoko  <jay.taoko@canonical.com>

	Deactivated panel blurring when a window is maximised and the dash is open on system without GLSL support.. Fixes: https://bugs.launchpad.net/bugs/975103. Approved by Tim Penhey.

2012-04-09  Jay Taoko  <jay.taoko@canonical.com>

	* Fix for bug #975103
	* Deactivated panel blurring when a window is maximized and the dash is open on system without GLSL support.

2012-04-11  Gord Allott  <gord.allott@canonical.com>

	HUD: Ignores service updates if user is key navigating. Fixes: https://bugs.launchpad.net/bugs/962984. Approved by Michal Hruby.

2012-04-11  Gord Allott  <gord.allott@canonical.com>

	tests

2012-04-11  Gord Allott  <gord.allott@canonical.com>

	doesn't update results in hud if you start to keynav

2012-04-11  smspillaz  <sam.spilsbury@canonical.com>

	Hack around the nvidia driver losing window pixmaps when minimizing windows. See LP #977189. Fixes: https://bugs.launchpad.net/bugs/977189. Approved by Michal Hruby, Didier Roche.

2012-04-11  smspillaz  <sam.spilsbury@canonical.com>

	Added manual test

2012-04-11  smspillaz  <sam.spilsbury@canonical.com>

	Force a rebind when windows are minimized
	
	See LP#977189. The nvidia driver seems to lose pixmap contents when we
	minimize windows ... for whatever reason. Force a rebind of those contents
	when the minimize animation has completed. 

2012-04-11  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Reduced frosty effect to 30% (was 100% before). Fixes: https://bugs.launchpad.net/bugs/978785. Approved by Didier Roche, Xi Zhu.

2012-04-11  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Update dash_noise.png asset by making it more subtle

2012-04-11  Andrea Azzarone  <azzaronea@gmail.com>

	Lens selection should work when clicking in the rectangle outside of the icon.. Fixes: https://bugs.launchpad.net/bugs/937193. Approved by .

2012-04-10  Andrea Azzarone  <azzaronea@gmail.com>

	Fix test style.

2012-04-10  Andrea Azzarone  <azzaronea@gmail.com>

	Rename DashLensBar to DashLensBarTests.

2012-04-10  Andrea Azzarone  <azzaronea@gmail.com>

	Fix AP test.

2012-04-10  Andrea Azzarone  <azzaronea@gmail.com>

	Add introspection to LensBarIcon.

2012-04-10  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug #977961.

2012-04-11  Andrea Azzarone  <azzaronea@gmail.com>

	The keyboard shortcuts overlay bottom is truncated. . Fixes: https://bugs.launchpad.net/bugs/973386. Approved by Tim Penhey.

2012-04-11  Andrea Azzarone  <azzaronea@gmail.com>

	Add manual-test.

2012-04-11  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug #973386.

2012-04-11  Brandon Schaefer  <brandontschaefer@gmail.com>

	Fixed uninitialized variables in LauncherController. Fixes: . Approved by Tim Penhey.

2012-04-10  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixed uninitialized variables

2012-04-11  Thomi Richards  <thomi.richards@canonical.com>

	Ensure autopilot always attaches the unity log, even if unity crashes.. Fixes: . Approved by Tim Penhey.

2012-04-11  Thomi Richards  <thomi.richards@canonical.com>

	Make sure we still attach the unity log if unity has crashed.

2012-04-11  Alex Launi  <alex.launi@canonical.com>

	Set the compose key before running dash compose key tests. Fixes: . Approved by Thomi Richards, Alex Launi.

2012-04-10  Alex Launi  <alex.launi@canonical.com>

	remove Gio and Glib in globals.py

2012-04-10  Alex Launi  <alex.launi@canonical.com>

	Pass list to check_output and keep test_dash.py PEP8 compliant

2012-04-10  Alex Launi  <alex.launi@canonical.com>

	remove gi import

2012-04-10  Alex Launi  <alex.launi@canonical.com>

	reset _DISPLAY after changing the keyboard map

2012-04-10  Alex Launi  <alex.launi@canonical.com>

	remove line

2012-04-10  Alex Launi  <alex.launi@canonical.com>

	Use gsettings to set the multi key for cases where it's not already set

2012-04-09  Alex Launi  <alex.launi@canonical.com>

	Set the compose key before running multi key tests

2012-04-10  Thomi Richards  <thomi.richards@canonical.com>

	PanelMenuView no longer tries to dereference a pointer that has already been deleted when it's destroyed.. Fixes: . Approved by Tim Penhey, Brandon Schaefer.

2012-04-11  Thomi Richards  <thomi.richards@canonical.com>

	Removed nullptr assigns.

2012-04-11  Thomi Richards  <thomi.richards@canonical.com>

	Found a better way.

2012-04-11  Thomi Richards  <thomi.richards@canonical.com>

	Fixed an issue in PanelMenuView where we were dereferencing a pointer that had already been deleted.

2012-04-10  Andrea Azzarone  <azzaronea@gmail.com>

	Disconnect IconLoader handle in IconTexture destructor. Fixes: https://bugs.launchpad.net/bugs/935307. Approved by Tim Penhey.

2012-04-11  Andrea Azzarone  <azzaronea@gmail.com>

	Fix.

2012-04-11  Andrea Azzarone  <azzaronea@gmail.com>

	Disconnect IconLoader in IconTexture dtor.

2012-04-10  Thomi Richards  <thomi.richards@canonical.com>

	Fix StaticCairoText so we're not reading uninitialised values in an if statement.. Fixes: . Approved by Sam Spilsbury.

2012-04-11  Thomi Richards  <thomi.richards@canonical.com>

	Fixed valgrind error about using uninitialised valies in an if statement.

2012-04-10  Thomi Richards  <thomi.richards@canonical.com>

	BGHash no longer causes an invalid read of a deleted pointer in it's destructor.. Fixes: . Approved by Alex Launi.

2012-04-11  Thomi Richards  <thomi.richards@canonical.com>

	BGHash no longer causes the glib::SignalManager to read a deleted pointer.

2012-04-10  Thomi Richards  <thomi.richards@canonical.com>

	FavoriteStore is no longer a singleton. Fixes a memory leak in FavoriteStoreGSettings.. Fixes: . Approved by Gord Allott.

2012-04-11  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-04-10  Thomi Richards  <thomi.richards@canonical.com>

	Fixed favoritestore unit tests.

2012-04-10  Thomi Richards  <thomi.richards@canonical.com>

	Keep the * next to the type.

2012-04-10  Thomi Richards  <thomi.richards@canonical.com>

	Convert FavoriteStore from a proper singleton into a quasi-singleton, thereby fixing a memory leak in FavoriteStoreGSettings.

2012-04-10  Thomi Richards  <thomi.richards@canonical.com>

	Fix valgrind error: "Invalid read of size 8" inside PanelTray.. Fixes: . Approved by .

2012-04-10  Thomi Richards  <thomi.richards@canonical.com>

	Don't delete the gtk window twice inside PanelTray.

2012-04-10  Thomi Richards  <thomi.richards@canonical.com>

	Fixed a memory leak in the LauncherController.. Fixes: . Approved by Gord Allott.

2012-04-10  Thomi Richards  <thomi.richards@canonical.com>

	Fix memory leak in LauncherController.

2012-04-10  Thomi Richards  <thomi.richards@canonical.com>

	Fix memory leak in GeisAdaptor and GestureEngine.. Fixes: . Approved by Tim Penhey.

2012-04-10  Thomi Richards  <thomi.richards@canonical.com>

	Remove gesture_engine_ from initialiser list.

2012-04-10  Thomi Richards  <thomi.richards@canonical.com>

	Renamed to gesture_engine_

2012-04-10  Thomi Richards  <thomi.richards@canonical.com>

	Fixed with feedback from review.

2012-04-10  Thomi Richards  <thomi.richards@canonical.com>

	GeisAdaptor is no longer a singleton, and we don't leak the GestureEngine either.

2012-04-09  Thomi Richards  <thomi.richards@canonical.com>

	ResultRendererTile no longer uses an unitialised variable to determine correct tile scaling.. Fixes: . Approved by Tim Penhey.

2012-04-10  Thomi Richards  <thomi.richards@canonical.com>

	ResultRenderTile no longer uses an uninitialised variable to scale icons.

2012-04-09  Thomi Richards  <thomi.richards@canonical.com>

	Fix memory leak in PanelIndicatorEntryView.. Fixes: . Approved by Tim Penhey.

2012-04-10  Thomi Richards  <thomi.richards@canonical.com>

	Fix from review feedback.

2012-04-10  Thomi Richards  <thomi.richards@canonical.com>

	Fix leak in a better way after code review. Use nux::ObjectPtr instead of deleting the texture manually.

2012-04-10  Thomi Richards  <thomi.richards@canonical.com>

	Move delete closer to the allocation.

2012-04-10  Thomi Richards  <thomi.richards@canonical.com>

	Delete texture when we die as well.

2012-04-10  Thomi Richards  <thomi.richards@canonical.com>

	Don't leak texture in Panel::Refresh method.

2012-04-09  Thomi Richards  <thomi.richards@canonical.com>

	Fix a memory leak in the LauncherIcon code.. Fixes: . Approved by Tim Penhey.

2012-04-10  Thomi Richards  <thomi.richards@canonical.com>

	Free the pango font description after we're done with it in the LauncherIcon.

2012-04-09  Thomi Richards  <thomi.richards@canonical.com>

	Fix a memory leak in LensDirectoryReader.. Fixes: . Approved by Tim Penhey.

2012-04-10  Thomi Richards  <thomi.richards@canonical.com>

	Don't leak the return value of g_keyfile_get_string.

2012-04-09  Didier Roche  <didier.roche@canonical.com>

	Make Ubuntu Desktop string translated again. We can't use a namespaced version as the gettext domain isn't setup yet.
	Pick already translated Alt and Press string (LP: #975815). Fixes: https://bugs.launchpad.net/bugs/975815. Approved by Sam Spilsbury.

2012-04-09  Didier Roche  <didier.roche@canonical.com>

	make it a const as it doesn't change

2012-04-09  Didier Roche  <didier.roche@canonical.com>

	Pick already translated Alt and Press string (LP: #975815)

2012-04-09  Didier Roche  <didier.roche@canonical.com>

	make Ubuntu Desktop string translated again. We can't use a namespaced version as the gettext domain isn't setup yet

2012-04-09  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Change hilight and card background color. Fixes: . Approved by .

2012-04-07  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Correct card background values from design

2012-04-06  Gord Allott  <gord.allott@canonical.com>

	Modifies our BGHash codebase to read the average colour from the root XWindow property
	lots of code removed.
	
	Tests will arrive on Monday. Gord committed to it ;). Fixes: . Approved by Andrea Cimitan.

2012-04-06  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Merge el trunko

2012-04-06  Didier Roche  <didier.roche@canonical.com>

	sometimes you see a hundred lines of conflicts in a file… and then, you realize it's just because of a blank added line…

2012-04-05  Gord Allott  <gord.allott@canonical.com>

	resolve conflicts, merged with trunk

2012-04-05  Gord Allott  <gord.allott@canonical.com>

	Ensures we react to property changes on the root window

2012-04-05  Gord Allott  <gord.allott@canonical.com>

	make bghash use the root window method

2012-04-06  Didier Roche  <didier.roche@canonical.com>

	reverting rev 2237: caused bug #975103 and some side-effects on at least another machine making unity unusable (see comment #1). Fixes: . Approved by .

2012-04-06  Didier Roche  <didier.roche@canonical.com>

	reverting rev 2237: caused bug #975103 and some side-effects on at least another machine making unity unusable (see comment #1)

2012-04-06  Michal Hruby  <michal.mhr@gmail.com>

	Fix stack corruption. Fixes: . Approved by Didier Roche.

2012-04-06  Michal Hruby  <michal.mhr@gmail.com>

	Fix stack corruption

2012-04-06  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Fix average colors tweaks. Fixes: . Approved by Andrea Cimitan, Mirco Müller.

2012-04-06  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Don't call MatchColor on the aubergine

2012-04-06  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Process canonical Aibergine too, to fix alpha value to 0.72f

2012-04-06  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Remove useless computation and improves saturation tune

2012-04-06  Mirco Müller  <mirco.mueller@ubuntu.com>

	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.

2012-04-06  Mirco Müller  <mirco.mueller@ubuntu.com>

	Make sure the special masking of the dash's decoration is restored when a repaint of the lens-nav-bar destroyed it

2012-04-06  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Fix 974408 removing a regression introduced by revision 2221. Fixes: https://bugs.launchpad.net/bugs/974408. Approved by Michal Hruby.

2012-04-06  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Fix 974408 by reverting a regression introduced by revision 2221

2012-04-06  Michal Hruby  <michal.mhr@gmail.com>

	Fixes a regression that caused the category icons to use default icons. Fixes: . Approved by Mirco Müller.

2012-04-06  Michal Hruby  <michal.mhr@gmail.com>

	Fix missing category icons

2012-04-06  smspillaz  <sam.spilsbury@canonical.com>

	Fixes LP #877778 - Introduces tests for UnityShowdesktopHandler. Fixes: https://bugs.launchpad.net/bugs/877778. Approved by Tim Penhey.

2012-04-06  smspillaz  <sam.spilsbury@canonical.com>

	Merge trunk

2012-04-06  smspillaz  <sam.spilsbury@canonical.com>

	Fix typo

2012-04-06  smspillaz  <sam.spilsbury@canonical.com>

	Fix typo

2012-04-06  smspillaz  <sam.spilsbury@canonical.com>

	Also update frame region when the window is unshowdesktoped

2012-04-06  smspillaz  <sam.spilsbury@canonical.com>

	Make pure virtual methods private

2012-04-06  smspillaz  <sam.spilsbury@canonical.com>

	Merge lp:unity and style

2012-04-02  smspillaz  <sam.spilsbury@canonical.com>

	Merge lp:unity

2012-03-30  smspillaz  <sam.spilsbury@canonical.com>

	Coding style

2012-03-24  smspillaz  <sam.spilsbury@canonical.com>

	Use some template magic to ensure that input removers are not leaked

2012-03-24  smspillaz  <sam.spilsbury@canonical.com>

	Added tests for opacity, paint masks, etc

2012-03-24  smspillaz  <sam.spilsbury@canonical.com>

	Add tests for fading out and in

2012-03-24  smspillaz  <sam.spilsbury@canonical.com>

	Added tests to ensure that the right windows are showdesktoped

2012-03-24  smspillaz  <sam.spilsbury@canonical.com>

	Testing framework for the showdesktop handler

2012-03-24  smspillaz  <sam.spilsbury@canonical.com>

	Split out the show desktop handler into its own file, break the dependency on compiz

2012-03-23  smspillaz  <sam.spilsbury@canonical.com>

	Fixes the showdesktop behaviour LP #877778
	
	Animate from 0 to 1 instead of vice versa to prevent variable initializations
	from breaking showdesktop, don't prematurely free the handler class and set the
	window to opaque with PAINT_WINDOW_NO_CORE_INSTANCE_MASK when fully hidden
	so it turns up in scale

2012-04-06  Mirco Müller  <mirco.mueller@ubuntu.com>

	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.

2012-04-06  Mirco Müller  <mirco.mueller@ubuntu.com>

	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

2012-04-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Autopilot: added the testing support for the panel. Fixes: . Approved by Tim Penhey.

2012-04-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_panel: added missing sleep time, waiting for app discovery

2012-04-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_panel: add more sleeps...

2012-04-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_panel: make some tests more robust

2012-04-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: added missing introspection variable (fix typo)

2012-04-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_panel: added grab area tests!

2012-04-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_panel: more indicator tests, plus panel key navigation.

2012-04-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-04-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_panel: added some indicators interaction tests

2012-04-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, panel: allow to get an indicator entry by the name-hint

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot: removed some tests duplication, added the PanelHoveringTests class

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_panel: adding menu tests

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-cleanup into panel-p-tests.

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-cleanup into panel-p-tests.

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_panel: added more window buttons tests for fitts law check

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_panel: making the tests more solid

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot: test_panel, some improvements to the move / maximize code

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, panel tests: some optimizations following Tim's review.

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, panel: make the click tests less prone to false positive

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_panel: fix the "close button" test for other monitors

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_panel: even more tests for strange bugs

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, BAMF: closed is a signal... Let's use another trick

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_panel: add some bug related window buttons tests

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_panel: add test to check window buttons in multimonitor with overlays

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashController: use BuildWrapper and export the monitor into the introspection data

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: include fading timings into the introspection data

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-cleanup into panel-p-tests.

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_panel: added even more WindowButtons tests.

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashView: add introspection data about the form-factor

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_panel: added first tests for window buttons

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, bamf: get if a window has been closed

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot: panel, improved the window buttons related functions

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: add more introspection data

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_panel: do most of the initialization into the PanelTestsBase class

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_panel: added test to check that the window title has changed

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_panel: using self.screen_geo.drag_window_to_monitor instead of the self-provided function

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	X11: added ScreenGeometry().drag_window_to_monitor utility function

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_panel: added an utility function to launch application windows for a given monitor

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, bamf: add the set_focus method support

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-cleanup into panel-p-tests.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-cleanup into panel-p-tests.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with WindowButtons changes

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-cleanup into panel-p-tests.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_panel: use maximize in cleanups, added a new test switching focused window

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, panel: added other window title related tests.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelTitlebarGrabAreaView: use absolute geometry for introspection data

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, panel: fixed some math, and more properties

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, panel: applying the Thomi's fixes

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_launcher: add keynav / switcher tests for focus activation

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_launcher: check if key_nav resumes the focus on cancel

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_launcher: added tests for focus resume on launcher switcher
	
	Tests cover bug #970420

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-cleanup into panel-p-tests.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-cleanup into panel-p-tests.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-cleanup into panel-p-tests.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: introspection, use "entry_id", or Autopilot won't work with "id" parameters

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_panel: added first panel title tests

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, bamf: use the window geometry using gdk, xlib aren't working here.

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, bamf: add monitor property to window

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-cleanup into panel-p-tests.

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, keybindings: added some window management keybindings support

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, add first panel support.

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Panel: use GetAbsoluteGeometry for introspection...

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons, PanelIndicatorEntryView: Set invisible items event insensitive
	
	Also, improve the introspection data

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-cleanup into panel-p-tests.

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-cleanup into panel-p-tests.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: introspection add human-readable type and menu geometries

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: introspection, add introspection property if the desktop is active.

2012-04-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	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.

2012-04-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: Ops, fixing merge issue

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk, resolving conflicts

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-panel-view into panel-p-cleanup.

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-menu-view into panel-p-panel-view.

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: don't allow clicks in the grab-area when an overlay is opened

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-panel-view into panel-p-cleanup.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-menu-view into panel-p-panel-view.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: remove the PostLayoutManagement set window-buttons' monitor

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-panel-view into panel-p-cleanup.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-menu-view into panel-p-panel-view.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-core into panel-p-menu-view.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelController: Set the layout as the last thing, to avoid geometry changes (andyrock)
	
	And this finally fixes the "Cut" menus issue that happened on startup,
	kudos to Andrea Azzarone for this fix.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashController: save the dash monitor value and emit that both when showing and hiding the dash
	
	This caused an issue when hiding the dash in a monitor and trying to close it from another.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-panel-view into panel-p-cleanup.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-menu-view into panel-p-panel-view.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-core into panel-p-menu-view.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-window-manager into panel-p-core.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-tray into panel-p-window-manager.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-grab-area into panel-p-tray.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-window-buttons into panel-p-grab-area.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: make the buttons multi-monitor aware.
	
	This is needed to ignore the overlay events for another monitor.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-panel-view into panel-p-cleanup.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-menu-view into panel-p-panel-view.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: don't ignore clicks on window buttons if the dash is opened on the given panel

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-panel-view into panel-p-cleanup.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-menu-view into panel-p-panel-view.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: only change the title on the target panel, when using the launcher switcher

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-panel-view into panel-p-cleanup.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-menu-view into panel-p-panel-view.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-core into panel-p-menu-view.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: include the monitor in the UBUS_SWITCHER_SHOWN message

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: be multi-monitor aware when informing about the launcher key nav/switcher start

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-panel-view into panel-p-cleanup.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-menu-view into panel-p-panel-view.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-core into panel-p-menu-view.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: don't restore the focus if the selected icon is currently running.

2012-04-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: s/OnMenusClosed/NotifyAllMenusClosed/g

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-panel-view into panel-p-cleanup.

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-menu-view into panel-p-panel-view.

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: be safer, if the current _new_application has been closed, just reset it.
	
	This fixes the always-visible menu issue that can happen when quickly closing/opening applications

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-panel-view into panel-p-cleanup.

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-menu-view into panel-p-panel-view.

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: no need to overwrite QueueDraw

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: adding more constants, removed unneeded _padding variable

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-panel-view into panel-p-cleanup.

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-menu-view into panel-p-panel-view.

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: s/AllMenusClosed/OnMenusClosed/g

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-panel-view into panel-p-cleanup.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-menu-view into panel-p-panel-view.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: set the maximum entries width on the PostLayout
	
	This fixes the missing menus / compressed menus issue that could happen on fresh start...

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-panel-view into panel-p-cleanup.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: use Window type for tray Xid

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-panel-view into panel-p-cleanup.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-menu-view into panel-p-panel-view.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-core into panel-p-menu-view.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelController: the tray can have more than one XID, on multimonitor.
	
	Updating unityshell for it.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-panel-view into panel-p-cleanup.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-menu-view into panel-p-panel-view.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-core into panel-p-menu-view.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-window-manager into panel-p-core.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-tray into panel-p-window-manager.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelTray: use Window type for xid

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-panel-view into panel-p-cleanup.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-menu-view into panel-p-panel-view.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: reduce the risk of getting an empty panel menu on startup

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-panel-view into panel-p-cleanup.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: fixed some spacing issues

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-panel-view into panel-p-cleanup.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: set some methods const

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-panel-view into panel-p-cleanup.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: added the more generic IsActive method to get if a view is currently the active one

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-panel-view into panel-p-cleanup.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-menu-view into panel-p-panel-view.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-core into panel-p-menu-view.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-window-manager into panel-p-core.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-tray into panel-p-window-manager.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-grab-area into panel-p-tray.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-window-buttons into panel-p-grab-area.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: ignore the click events when the buttons are not enabled.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelTitlebarGrabAreaView: fixed typo in the comment

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-panel-view into panel-p-cleanup.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: main code cleanup, fixed dash/HUD switch.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-panel-view into panel-p-cleanup.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: fix console gtk_widget_path errors 

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with panel-p-menu-view changes

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: removed the useless (at this point) HasOurWindowFocused...

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: make the possible methods const.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-panel-view into panel-p-cleanup.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-core into panel-p-menu-view.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-window-manager into panel-p-core.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager: GetGeometry* related methods set to const
	
	Plus removed some unneeded casts.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-panel-view into panel-p-cleanup.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-core into panel-p-menu-view.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-window-manager into panel-p-core.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-tray into panel-p-window-manager.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-grab-area into panel-p-tray.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-window-buttons into panel-p-grab-area.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-indicators-view into panel-p-window-buttons.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorsView: «don't use "using namespace indicator;" in a header file.»

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-panel-view into panel-p-cleanup.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-core into panel-p-menu-view.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-window-manager into panel-p-core.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-tray into panel-p-window-manager.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-grab-area into panel-p-tray.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-window-buttons into panel-p-grab-area.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-indicators-view into panel-p-window-buttons.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-indicator-entry into panel-p-indicators-view.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: make GetLabel const

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-panel-view into panel-p-cleanup.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-core into panel-p-menu-view.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-window-manager into panel-p-core.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-tray into panel-p-window-manager.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-grab-area into panel-p-tray.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-window-buttons into panel-p-grab-area.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-indicators-view into panel-p-window-buttons.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-indicator-entry into panel-p-indicators-view.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: don't use "using namespace ..." into the Header
	
	Also fixed some typo and the widget path errors

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-panel-view into panel-p-cleanup.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-core into panel-p-menu-view.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-window-manager into panel-p-core.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-tray into panel-p-window-manager.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-grab-area into panel-p-tray.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-window-buttons into panel-p-grab-area.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-indicators-view into panel-p-window-buttons.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-indicator-entry into panel-p-indicators-view.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged panel-p-style into panel-p-indicator-entry.

2012-04-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: ignore click events if not enabled.

2012-03-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Panel: Fixing the overlay name...

2012-03-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Ops... s/Overaly/Overlay/g ... 

2012-03-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream

2012-03-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: code cleanup, multimonitor bug fixes and misc improvements
	
	The layout system has been rewritten and now it works
	natively without the workarounds we were using before,
	fixed the panel paddings to match design specs;
	Optimized the drawing operations, now the title texture is cached and
	rebuilt only if really needed.
	Fixed the panel title on Expo and Scale.
	Improved the detection of the panel used to draw the app title on
	multi-monitor (disabled otherwise), and the alt+tab/alt conflict.
	Maximized windows list is re-populated on startup or when adding a new
	screen.

2012-03-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Added misc changes needed to make the panel rock

2012-03-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager: implemented some methods to handle the window position/size.

2012-03-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelTray: code rewritten to use more C++ utilities

2012-03-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelTitlebarGrabAreaView: addded to unity namespace, rewritten the event handling
	
	The grabbing handle has been greatly improved

2012-03-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: code cleanup, more control to the buttons.
	
	rewritten using in a better way the subclass nux::Button
	features, factorizing some code for each button into WindowButtons.
	Also the handling of the controlled window is now done internally,
	not by the PanelMenuView. 

2012-03-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorsView: some API cleanup, added more protected virtual members

2012-03-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView:
	
	code cleaned a lot to be more C++ conformant, and modified to be easily
	extendible in the near future. Also fixed issues with the indicator entries
	and Scale/Expo. Reduced some memory or CPU usage.

2012-03-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView, PanelMenuView: set widget path types before name.
	
	This fixes a lot of warnings.

2012-03-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: use the correct panel type to get the font

2012-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Set the WindowButtons padding as per design.

2012-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Only Scale is active for a window subset, show their app name.
	
	The desktop name otherwise. So on Super+S the desktop name is shown.

2012-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: added IsScaleActiveForGroup to get if scale is running for a window subset

2012-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: make the desktop name to draw in all the panels

2012-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Removing all the LIM stuff, it will be back soon!

2012-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorsView: removed the "layout workaround", NUX likes us now!
	
	The menu/indicators layout can safely be kept and handled as the view's
	layout, this saves us by doing unwanted workarounds and to just
	manage its geometry.
	
	This also fixes an issue with multimonitor, that caused menus on
	other monitors not to be clickable.

2012-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: remove useless methods

2012-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: don't be confused by different overlays
	
	Now switching from Dash to Hud and back works. See bug #963118

2012-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: typo: s/showPanelFirstMenuKeyInitiate/showPanelFirstMenuKeyTerminate/

2012-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Panel: s/Dash/Overlay/g

2012-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: use Window type for windows.

2012-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: window's can't be obscured by window in different screens.
	
	Checking the geometry, though.

2012-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: use nux::Rect.IsInside where possible

2012-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: when we don't control the active window, all clicks are over the grab area

2012-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: don't draw anything on the panel located into a monitor that doesn't control the active window

2012-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelTray: remove the idle before destroying the window.
	
	Let's be paranoid! ;)

2012-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelTray: don't crash when unplugging a monitor.

2012-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: putting back some changes lost during merges

2012-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with latest trunk.

2012-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorAppmenuView: don't sync our geometry if not focused
	
	This will make the unity-panel-service correctly handle
	the keyboard navigation.

2012-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with newer lp:~3v1n0/unity/lim

2012-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/indicators-tests

2012-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/dbus-indicators-proxy

2012-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging again with lp:~3v1n0/unity/indicators-p

2012-03-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/indicators-p

2012-03-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with changes in lp:~3v1n0/unity/lim

2012-03-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: listen also the launcher switcher signals

2012-03-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: emit the right keynav signal

2012-03-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: add some more spacing, to improve readability

2012-03-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: put return types on the same line of the function name

2012-03-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: add OnApplicationClosed function, to avoid casts
	
	Also added more controls to avoid un-hidden menus.

2012-03-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: reset the _new_application if it points to an invalid application

2012-03-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: add GetTopWindow method to get the top valid window, even if not in focus
	
	Added also utility functions such as GetBamfWindowForXid and IsValidWindow
	to get a BamfView or to check if a window can be handled by us.
	
	We use the GetTopWindow to get the top view when an invalid one (an unity)
	window is focused.

2012-03-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: call the right function on launcher switcher end

2012-03-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: also connect to the key-switcher ubus events

2012-03-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: send the right ubus message depending on the key navigation type

2012-03-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: show the selected icon name on the panel during key navigation
	
	Also, avoid to generate textures with empty labels, just nullify it

2012-03-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: send UBus messages when the launcher selection has changed

2012-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-03-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-03-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: don't allow to open menus in an inactive PanelMenuView

2012-03-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: take care of the workarea x when dragging down a window.
	
	Fixes the restored position in a multimonitor setup.

2012-03-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: improve debugging strings

2012-03-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorAppmenuView: set invisible by default.

2012-03-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: reduce the risk of getting an empty panel

2012-03-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorAppmenuView: use area visibility as well.
	
	Disable the appmenu when not in use.

2012-03-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: use PanelIndicatorsView as base for introspection data

2012-03-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Panel: add more debug introspection informations

2012-03-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorsView: make each menu entry to use the most space it really can
	
	When setting the maximium width for the entries, we shouold care of the
	current sizes. So basically, if an entry doesn't need to be resized,
	we can just take its width and remove it from the maximum space we have,
	then the space that the other entries can use, is computed using the
	remaining space.
	
	This improves a lot the entries collapsing, and make sure that we always
	use all the horizontal space that we have.

2012-03-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: improve the drawing of collapsed menus
	
	Consider the right_marging as well.

2012-02-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-02-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelTray: update whitelist value on runtime.

2012-02-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelTray: main code cleanup, hopefully fix crashes

2012-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Pushing back removed changes

2012-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/lim

2012-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging trunk

2012-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging trunk

2012-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: manually manage the clicks on the buttons to be more Fitts conformant
	
	The window buttons are now put into the layout to manage their position
	automatically, but we redirect the mouse events over them
	to be more conformant to the Fitt's law.

2012-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: make the buttons more Fitt's law conformant.

2012-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButton: add UpdateSize function to define the maximum button size

2012-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: put win-buttons into the unity namespace.

2012-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelTitlebarGrabAreaView: return gboolean FALSE instead of bool false on timeout

2012-04-06  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	Fix pinch gesture.. Fixes: https://bugs.launchpad.net/bugs/969554. Approved by Thomi Richards.

2012-04-04  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	Unit test for maximizing a window with a pinch gesture
	
	Tests fix for bug lp:969554

2012-03-30  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	unityshell: Fix pinch gesture radius usage
	
	There was a change in the maning of a pinch radius.
	Before it was expressed in device units, whose resolution
	can vary wildly among different device types.
	
	Pinch radius is now expressed as a ratio between the initial radius
	and the current radius.

2012-04-05  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	Fix the three-finger move for unity.. Fixes: https://bugs.launchpad.net/bugs/940612. Approved by Tim Penhey.

2012-04-04  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	Unit test for moving a window with a 3-finger's drag gesture.
	
	Tests fix for bug lp:940612

2012-04-04  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	Adding infrastructure for testing plugins/unityshell/GestureEngine class
	
	Creates test-gesture-engine test along with necessary mocks

2012-04-03  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	Remove unused include from GestureEngine.h

2012-04-03  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	test/CmakeLists - link libraries against targets individually
	
	There may be targets that want to link against a different set of libraries
	than the one offered by link_libraries().
	Besides link_libraries() has been deprecated in favor of targe_link_libraries()

2012-03-30  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	unityshell: gesture focus is a float, not an int

2012-03-30  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	unityshell gestures: Use hit-test to find window affected by 3-touch drag
	
	Instead of climbing up the window hierarchy with XQueryTree. That will improve
	performance.
	
	The root cause of lp:940612 is that after the re-architecture of the UTouch stack
	the child_window_id event attribute is no longer being filled. Even though
	UTouch stack should have it fixed, the change made by this patch is still
	an improvement on its own right. Besides, in the new architecture, UTouch might
	have trouble filling this attribute in the same way as before.

2012-04-05  Kevin DuBois  <kevin.dubois@canonical.com>

	Ensure that an animation always takes place after the Shortcut menu is shown
	fixes: https://bugs.launchpad.net/unity/+bug/924636. Fixes: https://bugs.launchpad.net/bugs/924636. Approved by Marco Trevisan (Treviño).

2012-04-05  Kevin DuBois  <kevin.dubois@canonical.com>

	update manual tests to test for this incorrect rendering scenario

2012-04-05  Kevin DuBois  <kevin.dubois@canonical.com>

	Correct issue where shortcut animation was not taking place while mousing over launcher

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_launcher: fix error due to missing multiply_scenarios import. Fixes: . Approved by Tim Penhey.

2012-04-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Fix multiply scenarios import

2012-04-05  Jay Taoko  <jay.taoko@canonical.com>

	* Fix a rendering call for systems with no GLSL support.. Fixes: . Approved by Jason Smith.

2012-04-05  Jay Taoko  <jay.taoko@canonical.com>

	* Use proper rendering call for system with no GLSL support.
	* Removed a printf.

2012-04-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Panel style changes.. Fixes: . Approved by Tim Penhey.

2012-04-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: use &glib::String instead of glib::String.AsOutParam.

2012-03-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: general cleanup, move to UnityCore glib:: utilities
	
	It can be used now to check all the panel related settings, including
	fonts and DPI. Emitting the changed signal when they get changed (so now
	when changing the title font, it gets updated immediately).
	Added better support for HighContrast themes and fallback buttons.

2012-04-05  Alex Launi  <alex.launi@canonical.com>

	Refactors the launcher tests. Adds a more logical organization, and removes duplicated code.. Fixes: . Approved by Alex Launi, Marco Trevisan (Treviño).

2012-04-05  Alex Launi  <alex.launi@canonical.com>

	Fix merge conflicts

2012-03-22  Alex Launi  <alex.launi@canonical.com>

	merge trunk

2012-03-15  Alex Launi  <alex.launi@canonical.com>

	remove 'file' that was added for no reason

2012-03-15  Alex Launi  <alex.launi@canonical.com>

	refactor launcher reveal tests

2012-03-15  Alex Launi  <alex.launi@canonical.com>

	refactor launcher keynav tests

2012-03-15  Alex Launi  <alex.launi@canonical.com>

	refactor launcher shortcut tests

2012-03-15  Alex Launi  <alex.launi@canonical.com>

	refactor switcher tests

2012-04-05  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Very subtle card view background. Fixes: . Approved by Marco Trevisan (Treviño).

2012-04-05  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Very subtle card view background

2012-04-05  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Removes shadow from the decoration assets.. Fixes: . Approved by Andrea Azzarone, Marco Trevisan (Treviño).

2012-04-05  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Fixes horizontal parity

2012-04-05  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Should fix parity at topright

2012-04-05  Andrea Cimitan  <andrea.cimitan@canonical.com>

	New dash decoration assets

2012-04-05  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Less opacity on both line and background for search bar. Fixes: . Approved by Andrea Azzarone, Marco Trevisan (Treviño).

2012-04-05  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Latest refinements on search bar from design: less opacity on both line and background

2012-04-05  Jay Taoko  <jay.taoko@canonical.com>

	* 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.

2012-04-05  Jay Taoko  <jay.taoko@canonical.com>

	* Fixed rendering offset error.

2012-04-05  Jay Taoko  <jay.taoko@canonical.com>

	* Merge

2012-04-05  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Draw nicer panel/dash launcher/dash separators, following mockups

2012-04-05  Jay Taoko  <jay.taoko@canonical.com>

	* Merged with Unity trunk.

2012-04-05  Jay Taoko  <jay.taoko@canonical.com>

	* Fixed shader compilation.

2012-04-05  Jay Taoko  <jay.taoko@canonical.com>

	* Rendering improvements.
	* Removing the inverted textures as they are no longer necessary.

2012-04-04  Jay Taoko  <jay.taoko@canonical.com>

	* Fixed rendering of the Dash corners.

2012-03-27  Mirco Müller  <mirco.mueller@ubuntu.com>

	Re-merged with trunk

2012-02-24  Jay Taoko  <jay.taoko@canonical.com>

	
	* Fixed blending issues when using QRP_TexMaskTexAlpha.
	* A weird problems remains on the bottom left corner.
	* Shine and other effects remain to be applied on the corners.

2012-02-24  Mirco Müller  <mirco.mueller@canonical.com>

	Only use the alpha-channel in the mask-textures. Create the correct blurred texture-parts for the corners. Apply it all.

2012-02-21  Mirco Müller  <mirco.mueller@canonical.com>

	Added mask-textures for the three color-texture making up the corners of the dash/hud decoration

2012-04-05  Andrea Azzarone  <azzaronea@gmail.com>

	Use gtk_accelerator_get_label to get a translatable key binding.. Fixes: https://bugs.launchpad.net/bugs/971332. Approved by Gord Allott.

2012-04-04  Andrea Azzarone  <azzaronea@gmail.com>

	Fix.

2012-04-04  Andrea Azzarone  <azzaronea@gmail.com>

	Fix.

2012-04-03  Andrea Azzarone  <azzaronea@gmail.com>

	Fix style issue.

2012-04-03  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug #971332.

2012-04-05  Koichi Akabe  <vbkaisetsu@gmail.com>

	Ensures hud ignores key presses once ibus is active. Fixes: https://bugs.launchpad.net/bugs/957927, https://bugs.launchpad.net/bugs/964760, https://bugs.launchpad.net/bugs/973344. Approved by Brandon Schaefer, Gord Allott.

2012-04-04  Koichi Akabe  <vbkaisetsu@gmail.com>

	change to check im_preedit instead of im_active on dash (for lp:973344)

2012-04-03  Koichi Akabe  <vbkaisetsu@gmail.com>

	fix typo on autopilot test_ibus.py
	remove for loop on test_ignore_key_events_on_hud

2012-04-03  Koichi Akabe  <vbkaisetsu@gmail.com>

	merge with trunk to solve conflicts

2012-03-23  Koichi Akabe  <vbkaisetsu@gmail.com>

	merge from trunk to solve conflicts

2012-03-23  Koichi Akabe  <vbkaisetsu@gmail.com>

	add autopilot test for ignoring key events while ibus is active

2012-03-19  Koichi Akabe  <vbkaisetsu@gmail.com>

	ignore tab key on dash when ibus is active

2012-03-18  Koichi Akabe  <vbkaisetsu@gmail.com>

	fix behaviour when unexpected key (left/right tab) is pressed on hud

2012-03-17  Koichi Akabe  <vbkaisetsu@gmail.com>

	add im_preedit property to get state of ibus
	ignore up/down key while ibus is active
	remove search_activated.emit() on HudView.cpp because it is te reason why HUD executes items twice
	move query_activated.emit() to search_bar_->activated

2012-04-05  Thomi Richards  <thomi.richards@canonical.com>

	Fixed failing assertion in the Hud.. Fixes: . Approved by Gord Allott.

2012-04-05  Thomi Richards  <thomi.richards@canonical.com>

	Don't call g_variant_equal in the Hud when there's a chance that one of the variants can be NULL.

2012-04-05  Gord Allott  <gord.allott@canonical.com>

	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.

2012-04-05  Gord Allott  <gord.allott@canonical.com>

	fix wrongly aligned icons

2012-04-05  Gord Allott  <gord.allott@canonical.com>

	Fixes a long standing slight visual bug in the dash, widescreen icons now render correctly

2012-04-05  Jason Smith  <jason.smith@canonical.com>

	* Fix for bug #839480
	* Fix rendering of the Dash, Launcher and Panel when "NO_BLUR" is selected in CCSM
	* Added support to get a none blurred region of the display from BackgroundEffectHelper. Fixes: https://bugs.launchpad.net/bugs/839480, https://bugs.launchpad.net/bugs/941066. Approved by Gord Allott, Brandon Schaefer, Jason Smith.

2012-04-04  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merged trunk, fixed conflict

2012-04-04  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Change dash_is_open_ to use the launcher_controller->IsOverlayOpen()
	* Removed some commented out lines of code

2012-04-02  Jay Taoko  <jay.taoko@canonical.com>

	* Merged with Unity Trunk.

2012-03-30  Jason Smith  <jason.smith@canonical.com>

	fix detection of when to paint panel background

2012-03-28  Jay Taoko  <jay.taoko@canonical.com>

	* Fix update of static blur case

2012-03-26  Jay Taoko  <jay.taoko@canonical.com>

	* Check that the maximized window is not a native window.

2012-03-26  Jay Taoko  <jay.taoko@canonical.com>

	* Fixes

2012-03-24  Jay Taoko  <jay.taoko@canonical.com>

	* Update Panel texture only when necessary.

2012-03-23  Jay Taoko  <jay.taoko@canonical.com>

	* Added support for panel rendering.

2012-03-23  Jay Taoko  <jay.taoko@canonical.com>

	* Fixing Panel background

2012-03-23  Jay Taoko  <jay.taoko@canonical.com>

	* Fix for bug #839480

2012-03-23  Jay Taoko  <jay.taoko@canonical.com>

	* Cleanup

2012-03-23  Jay Taoko  <jay.taoko@canonical.com>

	* Fixes the rendering of the dash when the "No Blur" option is selected in CCSM.

2012-04-05  Mirco Müller  <mirco.mueller@ubuntu.com>

	Implement new card view design. Fixes: https://bugs.launchpad.net/bugs/901164. Approved by Andrea Cimitan.

2012-04-05  Mirco Müller  <mirco.mueller@ubuntu.com>

	New input from Design... tiles background tint-color is meant to be like the one used on the lens-nav-bar

2012-04-03  Mirco Müller  <mirco.mueller@ubuntu.com>

	Work around a bug in QRP_QuadWireframe() not drawing the bottom-left-most pixel in the black outline around the icon

2012-04-03  Mirco Müller  <mirco.mueller@ubuntu.com>

	Fixing the horizontal tile renderer (aka card-view) to comply with the design-specs

2012-04-05  Gord Allott  <gord.allott@canonical.com>

	Fixes a hud translation issue, can't have const std::strings in an anonymous namespace.. Fixes: . Approved by Michal Hruby.

2012-04-05  Gord Allott  <gord.allott@canonical.com>

	merged with trunk fixed conflicts

2012-04-05  Gord Allott  <gord.allott@canonical.com>

	Fixed translation error in hud, "Type your command" is now properly translatable

2012-04-05  Tim Penhey  <tim.penhey@canonical.com>

	Allow Unity to correctly respond to a non-modifier key-binding for "show hud".. Fixes: https://bugs.launchpad.net/bugs/969256. Approved by Daniel van Vugt, Thomi Richards.

2012-04-05  Tim Penhey  <tim.penhey@canonical.com>

	Fix the docstring duplication.

2012-04-05  Tim Penhey  <tim.penhey@canonical.com>

	Use the result of ShowHud.

2012-04-05  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2012-04-05  Tim Penhey  <tim.penhey@canonical.com>

	Autopilot tests.

2012-04-05  Tim Penhey  <tim.penhey@canonical.com>

	Allow hud initiate to be bound to a non-modifier key.

2012-04-04  Jason Smith  <jason.smith@canonical.com>

	Implement sticky edge behavior as requested by design. Add EdgeBarrierController class to handle complexity of edge barriers.. Fixes: . Approved by Thomi Richards.

2012-04-04  Jason Smith  <jason.smith@canonical.com>

	update edge barrier class to use sticter types

2012-04-04  Jason Smith  <jason.smith@canonical.com>

	fix review issues

2012-04-04  Jason Smith  <jason.smith@canonical.com>

	fix doc strings

2012-04-04  Jason Smith  <jason.smith@canonical.com>

	add autopilot tests to test new behaviors

2012-04-04  Jason Smith  <jason.smith@canonical.com>

	dont capture mouse when not hiding and sticky edges is off

2012-04-03  Jason Smith  <jason.smith@canonical.com>

	implement edge barrier behavior as updated in spec

2012-04-04  Thomi Richards  <thomi.richards@canonical.com>

	Only desaturate icons when an overlay is shown if the mouse is not over the launcher.. Fixes: https://bugs.launchpad.net/bugs/973063. Approved by Jason Smith.

2012-04-05  Thomi Richards  <thomi.richards@canonical.com>

	Added a test for when you mose over after the dash is opened.

2012-04-05  Thomi Richards  <thomi.richards@canonical.com>

	Fixed bug, test passes.

2012-04-05  Thomi Richards  <thomi.richards@canonical.com>

	Have failing test.

2012-04-05  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-04-04  Thomi Richards  <thomi.richards@canonical.com>

	Force launcher icons to saturate when keynav starts.. Fixes: https://bugs.launchpad.net/bugs/913569. Approved by Jason Smith.

2012-04-04  Thomi Richards  <thomi.richards@canonical.com>

	Fixed bug, test passes.

2012-04-04  Thomi Richards  <thomi.richards@canonical.com>

	Have failing test. Also fixed scenario generation for launcher tests when we're running a single monitor only.

2012-04-04  Michal Hruby  <michal.mhr@gmail.com>

	Ensure that the spinner is shown even for empty searches. Fixes: https://bugs.launchpad.net/bugs/965492. Approved by Gord Allott.

2012-04-04  Michal Hruby  <michal.mhr@gmail.com>

	Use string::empty method

2012-04-04  Michal Hruby  <michal.mhr@gmail.com>

	Ensure that the spinner is shown even for empty searches

2012-04-04  Albert Astals  <albert.astals@canonical.com>

	Clear queries_ in HudImpl::UpdateQueryCallback
	
	As suggested by Ryan Lortie in https://bugs.launchpad.net/indicator-appmenu/+bug/965299
	. Fixes: https://bugs.launchpad.net/bugs/965299. Approved by Gord Allott, Thomi Richards.

2012-04-03  Albert Astals  <albert.astals@canonical.com>

	Clear queries_ in HudImpl::UpdateQueryCallback
	
	As suggested by Ryan Lortie in https://bugs.launchpad.net/indicator-appmenu/+bug/965299

2012-04-03  Thomi Richards  <thomi.richards@canonical.com>

	Make Ctrl+Tab from commands lens work correctly.. Fixes: https://bugs.launchpad.net/bugs/971850. Approved by Tim Penhey.

2012-04-03  Thomi Richards  <thomi.richards@canonical.com>

	Added comment.

2012-04-03  Thomi Richards  <thomi.richards@canonical.com>

	Have fix, tests pass.

2012-04-03  Thomi Richards  <thomi.richards@canonical.com>

	Have failing test.

2012-04-03  Benjamin Kerensa  <bkerensa@ubuntu.com>

	Update tooltip in ccsm for "Show Desktop Icon".. Fixes: https://bugs.launchpad.net/bugs/934526. Approved by Marco Biscaro, Fitoschido.

2012-03-23  Benjamin Kerensa  <bkerensa@ubuntu.com>

	Actually Fixed Now

2012-03-22  Benjamin Kerensa  <bkerensa@ubuntu.com>

	Fixed Typo LP: #934526

2012-04-03  Brandon Schaefer  <brandontschaefer@gmail.com>

	Fixes the pinyin pop up box disappearing in the hud.. Fixes: https://bugs.launchpad.net/bugs/968777. Approved by Tim Penhey.

2012-04-02  Brandon Schaefer  <brandontschaefer@gmail.com>

	* More fixes to the ap test

2012-04-02  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merged trunk, fixed conflict

2012-04-02  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixed ap test

2012-04-01  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Adds auotpilot test

2012-04-01  Brandon Schaefer  <brandontschaefer@gmail.com>

	* merged trunk

2012-03-29  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixes so when go from Hud to the Dash to make sure you close
	the Hud BEFORE the dash opens

2012-04-03  Thomi Richards  <thomi.richards@canonical.com>

	Fix several failing assertions in gtk, glib, and dbusmenu.. Fixes: . Approved by Marco Trevisan (Treviño).

2012-04-04  Thomi Richards  <thomi.richards@canonical.com>

	LauncherIcon now stores unity icon theme inside a glib::Object wrapper.

2012-04-03  Thomi Richards  <thomi.richards@canonical.com>

	Fixed two places in BamfLauncherIcon where we were sending null pointers into libdbusmenu, which would cause assertions to fail.

2012-04-03  Thomi Richards  <thomi.richards@canonical.com>

	Fixed failing gtk assert in PanelIndicatorEntryView.

2012-04-03  Thomi Richards  <thomi.richards@canonical.com>

	Fixed a failing gtk assert in PanelMenuView.

2012-04-03  Thomi Richards  <thomi.richards@canonical.com>

	Fixed a glib assertion in the LauncherIcon - we were trying to unref a null ptr.

2012-04-03  Andrea Azzarone  <azzaronea@gmail.com>

	Fix a crash in unity::launcher::DeviceLauncherIcon::ShowNotification.. Fixes: https://bugs.launchpad.net/bugs/971345. Approved by Tim Penhey.

2012-04-03  Andrea Azzarone  <azzaronea@gmail.com>

	Should fix a crash bug #971345.

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	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.

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_hud: removed the unneeded sleep on tests base

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Autopilot: test_showdesktop, remove the hardcoded 'Control+Alt+d' keybinding

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot: test_hud, test_switcher: use the new start_app return value

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, make start_app to return the ran BamfApplication instance

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_hud: use self.dash.ensure_visible()

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_hud: Check if the BFB icon is shown on empty desktop

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, keybindings: added the window/show_desktop keybinding

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudLauncherIcon: fix typo

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_hud: Move to the new icon methods

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, hud: add icon property to get the current HUD icon

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudIcon: rename it as HudEmbeddedIcon for better AP integration

2012-04-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-04-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autpilot, test_hud: added test for Dash/HUD interaction and icon changes

2012-04-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudController: use the ubuntu icon as fallback if we don't have a valid window focused

2012-04-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudLauncherIcon: fallback to the BFB icon if the name is empty.

2012-04-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudController: reset the focused_app_icon_ value on invalid focused view

2012-03-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudController: use the monitor index = -1 to get the windows of all monitors
	
	Added also some comments

2012-03-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudController: Check the top window if the active one is an unity window
	
	If the top window is an unity window, we must check the last valid
	window in the stack, otherwise switching from the Dash to the HUD won't
	work.

2012-03-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudController: don't change the Hud Icon if unity is the active application
	
	This fixes the bad icon isse that we have when switching from
	HUD to Dash.

2012-04-03  Michal Hruby  <michal.mhr@gmail.com>

	Make sure we don't display the no-results-hint if we do have results. Fixes: https://bugs.launchpad.net/bugs/971430. Approved by Gord Allott, Brandon Schaefer.

2012-04-02  Michal Hruby  <michal.mhr@gmail.com>

	Add a manual test

2012-04-02  Michal Hruby  <michal.mhr@gmail.com>

	Make sure we don't display the no-results-hint if we do have results

2012-04-03  Thomi Richards  <thomi.richards@canonical.com>

	Fixed a failing assert in the TrashLauncherIcon.. Fixes: . Approved by Tim Penhey.

2012-04-03  Thomi Richards  <thomi.richards@canonical.com>

	send glib::Error to logging framework directly.

2012-04-03  Thomi Richards  <thomi.richards@canonical.com>

	Fixed after Tim's code review.

2012-04-03  Thomi Richards  <thomi.richards@canonical.com>

	The TrashLauncherIcon would cause glib to assert if the user is running a filesystem (such as gvfs) that does not support the Trash:/// uri. This commit makes it log an error message instead. Also fixed whitespace issues.

2012-04-02  Thomi Richards  <thomi.richards@canonical.com>

	Prevents launcher autopilot tests from crashing.. Fixes: . Approved by Tim Penhey.

2012-04-03  Thomi Richards  <thomi.richards@canonical.com>

	FIxed launcher autopilot tests.

2012-04-02  Thomi Richards  <thomi.richards@canonical.com>

	Made autopilot code mostly PEP8 compliant.. Fixes: . Approved by Tim Penhey.

2012-04-03  Thomi Richards  <thomi.richards@canonical.com>

	Various PEP8 fixes for autopilot code.

2012-04-02  Gord Allott  <gord.allott@canonical.com>

	Corrects a callback to use the established variant for UBUS_OVERLAY_SHOWN. Fixes: . Approved by Michal Hruby.

2012-04-02  Gord Allott  <gord.allott@canonical.com>

	fix build

2012-04-02  Gord Allott  <gord.allott@canonical.com>

	fixed conflict with trunk

2012-03-29  Gord Allott  <gord.allott@canonical.com>

	corrects a callback to use the establised varient for UBUS_OVERLAY_SHOWN

2012-04-02  Michal Hruby  <michal.mhr@gmail.com>

	Make sure applications can be started from the HomeLens as soon as we get results from apps lens. Fixes: https://bugs.launchpad.net/bugs/966417. Approved by Gord Allott.

2012-04-02  Michal Hruby  <michal.mhr@gmail.com>

	Act on review comments

2012-03-30  Michal Hruby  <michal.mhr@gmail.com>

	Add an AP test for HomeLens

2012-03-30  Michal Hruby  <michal.mhr@gmail.com>

	Make sure applications can be started as soon as we get results from apps lens

2012-04-01  Jason Smith  <jason.smith@canonical.com>

	Repaint the launcher on resume from suspend.. Fixes: https://bugs.launchpad.net/bugs/915265. Approved by Tim Penhey.

2012-03-29  Jason Smith  <jason.smith@canonical.com>

	migrate to more acceptable and generic way to access resuming signals

2012-03-29  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2012-03-04  Jason Smith  <jason.smith@canonical.com>

	fix resume from suspend corruption on certain nvidia gpu's

2012-04-01  Thomi Richards  <thomi.richards@canonical.com>

	Fix autopilot tests that error (instead of passing or failing).. Fixes: . Approved by Tim Penhey.

2012-04-02  Thomi Richards  <thomi.richards@canonical.com>

	Fixed an error in the autopilot keybindings module that was causing anumber of tests to error. Also fixed the software center launcher icon test.

2012-04-01  Gord Allott  <gord.allott@canonical.com>

	Reduce stress on hud service by waiting 100ms prior to sending request.. Fixes: https://bugs.launchpad.net/bugs/948820. Approved by Tim Penhey.

2012-03-29  Gord Allott  <gord.allott@canonical.com>

	added fixme

2012-03-28  Gord Allott  <gord.allott@canonical.com>

	waits 100ms before asking for another search

2012-04-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Hud: fixed the paddings and geometries, remove the icon glitches
	
	I've fixed all the paddings and geometries to match design (and the dash, then), plus I've fixed a size mismatch that caused some drawing glitches of the icon.
	
	HUD before the fix: http://i.imgur.com/b7BO0.png | http://i.imgur.com/9vpmv.png
	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.

2012-04-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudView: remove unneeded includes

2012-04-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudView, HudIcon: removing unneeded includes

2012-04-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudIcon: add private members

2012-04-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudIcon: simplify the constructor

2012-04-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconTexture: don't try to load 0 sized icons.
	
	Otherwise the class won't work even changing the size value...

2012-03-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudView: Fixed the HUD padding, removed some magic numbers.
	
	The Hud view padding didn't match the dash padding when the
	launcher not in the auto-hide mode.
	
	So, fixed all the spaces, removed some spacelayouts and using pure padding.
	Removed the icon layout, since it is not needed anymore.

2012-03-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudIcon: Don't use a different icon renderer size, than the one provided.
	
	This fixes some icon drawing issues that we have with the embedded HUD.
	Plus remove the unneeded constructor, and set the tile size relative
	to the icon size.
	
	Reducing the minimum widh to the default launcher icon size.

2012-04-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherEntryRemote: added tests for the entry remote class. Fixes: . Approved by Thomi Richards.

2012-03-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged with latest lp:~3v1n0/unity/launcher-remote-model-c++

2012-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests: added a test suite for LauncherEntryRemote

2012-04-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherRemoteModel rewritten to be more C++ friendly. Fixes: . Approved by Michal Hruby, Thomi Richards.

2012-03-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk.

2012-03-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests: test_desktop_utilities added test for TestGetDataDirectory

2012-03-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests, added test for DesktopUtilities functions

2012-03-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	FavoriteStoreGSettings, FavoriteStorePrivate: Move to DesktopUtilities::GetDesktopID
	
	And tests disabled

2012-03-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon, LauncherEntryRemote: move to DesktopUtilities::GetDesktopID

2012-03-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityCore, added the DesktopUtilities class
	
	Inside there are static members to get the User and System data directories
	Plus an utility to get the desktop ID from a desktop path for the given
	data directories.

2012-03-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherEntryRemote: moving out the useless .get() from Ptr check...

2012-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherEntryRemoteModel: more code cleanup...

2012-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherEntryRemoteModel: use nullptr and move to more nice names for cb functions

2012-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherEntryRemoteModel: use glib::String to parse the removed parameters

2012-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherEntryRemoteModel:: use smart pointer for emitting signals
	
	Code updated against this.

2012-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherEntryRemoteModel, more LauncherEntryRemote::Ptr usage

2012-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherEntryRemote: move to shared_ptr
	
	Using the simpler std::shared_ptr ensures all the functionalities and more clean code.

2012-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherEntryRemoteModel: rewritten to be more C++ friendly

2012-03-30  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Adds CJK autopilot test for the Hud. Fixes: . Approved by Thomi Richards.

2012-03-30  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Merged with trunk, and fixed an ap error I commited

2012-03-29  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixed ap problems!

2012-03-29  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Re-worked the hud emulator and added a Hud class
	* Added CJK test for the Hud

2012-03-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherRemoteEntry: code rewritten to be more C++ friendly, and moved into unity namespace. Fixes: . Approved by Thomi Richards.

2012-03-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherEntryRemote: Added missing ';'... Ops!

2012-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherEntryRemote: glib::Variant explained

2012-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherEntryRemote: Quicklist returns the glib::Object
	
	Plus both accepts variant strings and objects paths for QL.

2012-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherEntryRemote: making some methods const

2012-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherEntryRemote: More C++ friendly and moved into unity namespace

2012-03-30  Andrea Azzarone  <azzaronea@gmail.com>

	Inserting items into launcher makes unnecessary animations on other monitors. Fixes: https://bugs.launchpad.net/bugs/925021. Approved by Marco Trevisan (Treviño).

2012-03-26  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug #925021

2012-03-26  Andrea Azzarone  <azzaronea@gmail.com>

	Update prerequiste branch.

2012-03-26  Andrea Azzarone  <azzaronea@gmail.com>

	Merge prerequiste branch.

2012-03-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: use std::string for RemoteUri. Fixes: . Approved by Thomi Richards.

2012-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: use std::string for RemoteUri

2012-03-30  Michal Hruby  <michal.mhr@gmail.com>

	Fix warnings coming from HomeLens' filters merger. Fixes: . Approved by Mikkel Kamstrup Erlandsen.

2012-03-30  Michal Hruby  <michal.mhr@gmail.com>

	Add a couple of comments

2012-03-29  Michal Hruby  <michal.mhr@gmail.com>

	Fix warnings coming from HomeLens' filters merger

2012-03-30  Brandon Schaefer  <brandontschaefer@gmail.com>

	Fixes unityshell.cpp not taking into account of the hud overlay being active.. Fixes: . Approved by Thomi Richards.

2012-03-29  Brandon Schaefer  <brandontschaefer@gmail.com>

	* merged trunk, conficts resolved

2012-03-27  Brandon Schaefer  <brandontschaefer@gmail.com>

	* removed new line!

2012-03-27  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Autopilot test fixes

2012-03-27  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Added autopilot test

2012-03-27  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Exposed HideDash(), so we can correctly exit from the dash, if the hud is about to show

2012-03-26  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixed an uninitialized which could cause a crash. Though very unlikley.

2012-03-26  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Added a new IsOverlayOpen, which checks if any overlay exist on any moniter

2012-03-26  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Changed unityshell to use the launcher IsOverlayOpen() as the hud was getting
	ignored when it shoudn't
	* Autopilot test coming!

2012-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon_ added MonitorVisibility property and subclass SingleMonitorLauncherIcon
	
	Thanks to that, and making HudLauncherIcon to subclass it, we have that in case of locked launcher:
	- BFB should be shown in all the monitors where there is not an HUD icon opened.
	- HUD icon should only be shown in the monitor where the HUD is actually opened.
	
	Plus, don't desaturate the icons placed in a launcher that has no an overalay attached.. Fixes: . Approved by Andrea Azzarone.

2012-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_hud: updated against the new support for monitor-visible icons

2012-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, launcher: added method to get the icons for each monitor

2012-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, icons: add monitor visibility related methods

2012-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudLauncherIcon: always set it invisible on autohide setting changed

2012-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging again with: lp:~3v1n0/unity/hud-lock-out-monitors-tests

2012-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: add monitor visibility informations to the debug introspection

2012-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/hud-lock-out-monitors-tests

2012-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test: added SingleMonitorLauncherIcon unit-test

2012-03-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockLauncherIcon: implemented missing methods

2012-03-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/hud-lock-out-monitors-tests

2012-03-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: only desaturate icons on the monitor where there's an overlay opened

2012-03-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: don't show icons invisible on the launcher's monitor

2012-03-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudLauncherIcon: subclass SingleMonitorLauncherIcon, show only on target monitor

2012-03-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BFBLauncherIcon: hide the BFB icon only on the monitor where there's an HUD open

2012-03-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SingleMonitorLauncherIcon: new class to control icons visible only in one monitor

2012-03-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractLauncherIcon: add support for icons visible only on selected monitors

2012-03-29  Andrea Azzarone  <azzaronea@gmail.com>

	Increase dash height.. Fixes: . Approved by Andrea Cimitan.

2012-03-29  Andrea Azzarone  <azzaronea@gmail.com>

	Increse the dash height.

2012-03-29  Andrea Azzarone  <azzaronea@gmail.com>

	Merge prerequiste branch.

2012-03-29  Andrea Azzarone  <azzaronea@gmail.com>

	Makes the dash search entry horizontally extensible.. Fixes: https://bugs.launchpad.net/bugs/841907. Approved by Marco Trevisan (Treviño), Andrea Cimitan.

2012-03-27  Andrea Azzarone  <azzaronea@gmail.com>

	Add 10px border between the search entry text and the right border.

2012-03-27  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug #841907.

2012-03-29  Thomi Richards  <thomi.richards@canonical.com>

	Fixed a memory leak in the file-system lens - we were leaking LensFileData objects.. Fixes: . Approved by Jason Smith, Marco Trevisan (Treviño).

2012-03-29  Thomi Richards  <thomi.richards@canonical.com>

	Filesystem lens no longer leaks LensFileData objects.

2012-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	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.

2012-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Fixing previous merge...

2012-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-03-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/hud-lock-out-monitors-tests changes

2012-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot: test_hudm, added active icon status check

2012-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractLauncherIcon: Add TYPE_HUD icon type
	
	This fixes the visual issue causing that both the BFB and HUD to draw
	a right triangle.

2012-03-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudController: Fixed geometries for single-launcher mode.
	
	And added tests for multimonitor in HUD, with lock-out support.. Fixes: https://bugs.launchpad.net/bugs/963577. Approved by Thomi Richards.

2012-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, updated changes following thomi's review

2012-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: add GetDesktopID function to perform the common operations

2012-03-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopliot, test_hud: check that the HUD icon is not desaturated

2012-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, use start_app with one more locale parameter, more than start_app_c_locale

2012-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_showdesktop: be more locale friendly

2012-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_switcher: use BAMF application names, to work with different locales

2012-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, switcher: update against new introspection values

2012-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot: allow to launch applications with C locale
	
	And use it for gedit HUD test

2012-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: use GVariantBuilder to build the xids array

2012-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: g_variant_new_array can compute the array size automatically

2012-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_hud: test splitted in multiple parts, use multiply_scenarios

2012-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot: default tests, use C locale to launch applications.

2012-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, hud: Removed unneeded print

2012-03-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot: test_hud some cleanups

2012-03-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, launcher: allow to get the bfb launcher icon from LauncherModel

2012-03-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, X11: fix typo... actually use rect when checking for monitor geo!

2012-03-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudController: make the HUD relayout if the monitor has changed

2012-03-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudView: no need to remove the introspection child on destruction

2012-03-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, hud: add test to check if the hud icon shows the proper emblem

2012-03-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_hud: updated the tests against the new embedded icon introspection

2012-03-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudView: set the icon as introspectable child.
	
	And add and remove it when needed.

2012-03-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudIcon: make it Introspectable, and use the new IconTexture API

2012-03-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconTexture: move to std::string

2012-03-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SimpleLauncherIcon: add the icon_name to the introspection properties

2012-03-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: use the GetWindows function when we can

2012-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_hud: simplify the desaturated test

2012-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, hud emulator: removing deprecated get_geometry method

2012-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudController: removed typo

2012-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: make sure we initialize the HudController multiple_launchers property

2012-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_hud: Check if the launcher icons (except the HUD one) are desaturated

2012-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_hud: get icon by desktop id, not by tooltip_text
	
	It fixes internationalization issues.

2012-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, launcher emulator: update against icon introspection changes
	
	Allow to get an icon by its desktop id

2012-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot: update icon properties against new quirkless names

2012-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test HUD: added checks for the HUDLauncherIcon

2012-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: added autopilot introspection friendly properties

2012-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudController: oops... g_strcmp != 0 => str1 != str2 ;)

2012-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, hud: added new HudController / HudView properties
	
	They allow to check if the HUD is locked to the launcher, in which
	monitor is shown and if the embedded icon is shown on the view.
	
	Added an extra assert to check if hud_monitor equals hud.monitor

2012-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudView: simplify the embedded icon showing API, add some introspection

2012-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudController: some code cleanup, use functions to reduce code duplication

2012-03-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_hud: added checks for geometry for both locked and unlocked status

2012-03-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	HudController: add support for the multiple launchers feature
	
	The HUD should show at the left edge of the screen when multiple
	launchers are disabled and the mouse pointer is on a non-primary screen.

2012-03-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-03-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, tests: updated against Thomi's suggestions

2012-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot: test_hud, correctly check the window geometry on multimonitor

2012-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Hud: add geometry introspection informations

2012-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot: added hud monitor-aware tests

2012-03-29  Thomi Richards  <thomi.richards@canonical.com>

	Don't leak shortcut hints.. Fixes: . Approved by Andrea Azzarone, Marco Trevisan (Treviño).

2012-03-29  Thomi Richards  <thomi.richards@canonical.com>

	Don't play fast and loose with raw pointers to shortcuts.

2012-03-29  Thomi Richards  <thomi.richards@canonical.com>

	Fix memory leak in PanelView.. Fixes: . Approved by Tim Penhey.

2012-03-29  Thomi Richards  <thomi.richards@canonical.com>

	Used local typedef.

2012-03-29  Thomi Richards  <thomi.richards@canonical.com>

	PanelView no longer leaks a nux::ColorLayer on exit.

2012-03-28  Tim Penhey  <tim.penhey@canonical.com>

	Make the favourite store a bit more robust around empty environments.. Fixes: . Approved by Thomi Richards, Tim Penhey.

2012-03-29  Tim Penhey  <tim.penhey@canonical.com>

	Make the method public for testing, and test it.

2012-03-28  Thomi Richards  <thomi.richards@canonical.com>

	Don't leak a UbusMessageInfo in ubus_server if there's no handlers defined for a message.. Fixes: . Approved by Tim Penhey.

2012-03-29  Thomi Richards  <thomi.richards@canonical.com>

	Don't leak in ubus_server when there's no handlers for a particular message,

2012-03-28  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Add animation of icon moving to the launcher, and the wiggle when installation is complete.. Fixes: https://bugs.launchpad.net/bugs/955147. Approved by Tim Penhey.

2012-03-29  Thomi Richards  <thomi.richards@canonical.com>

	Merged branch that stops launcher tests from failing.

2012-03-29  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-03-29  Thomi Richards  <thomi.richards@canonical.com>

	Merged branch that had the fix for version 1 of this code, to make sure this still merges cleanly with trunk.

2012-03-28  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-03-21  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-03-16  Thomi Richards  <thomi.richards@canonical.com>

	Store drag window in a nux::ObjectPtr.

2012-03-16  Thomi Richards  <thomi.richards@canonical.com>

	Whitespace fixes.

2012-03-16  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-03-16  Thomi Richards  <thomi.richards@canonical.com>

	Member variable rename.

2012-03-16  Thomi Richards  <thomi.richards@canonical.com>

	Forward declare as much as we can in header files.

2012-03-16  Thomi Richards  <thomi.richards@canonical.com>

	Removed more debug logging.

2012-03-16  Thomi Richards  <thomi.richards@canonical.com>

	GetIconSize should be const.

2012-03-16  Thomi Richards  <thomi.richards@canonical.com>

	Don't call c_str() on a std::string when assigning to another std::string.

2012-03-16  Thomi Richards  <thomi.richards@canonical.com>

	Removed more debug logging.

2012-03-16  Thomi Richards  <thomi.richards@canonical.com>

	Removed some unneeded down-casts.

2012-03-16  Thomi Richards  <thomi.richards@canonical.com>

	Removed some debugging code that's no longer needed.

2012-03-16  Thomi Richards  <thomi.richards@canonical.com>

	Icon now invisible while animation is running.

2012-03-16  Thomi Richards  <thomi.richards@canonical.com>

	Works now, just need to make the icon invisible in the launcher while the animation runs.

2012-03-15  Thomi Richards  <thomi.richards@canonical.com>

	Removed some unnecessary casting.

2012-03-15  Thomi Richards  <thomi.richards@canonical.com>

	Removed some cruft, now it kind-of works, except that anim_complete signal doesn't fire correctly.

2012-03-15  Thomi Richards  <thomi.richards@canonical.com>

	Only unref property_value if we got it.

2012-03-15  Thomi Richards  <thomi.richards@canonical.com>

	Indentation fixes.

2012-03-15  Thomi Richards  <thomi.richards@canonical.com>

	Trying to remove ptr hacks, crashes.

2012-03-15  Thomi Richards  <thomi.richards@canonical.com>

	Fixed indentation, removed un-needed initialisers.

2012-03-14  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Merge from trunk

2012-03-14  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Cleanup tests even further, follow Alex's recommendations, thanks a lot Alex

2012-03-14  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Cleanup at the end, move function to the proper class

2012-03-14  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Make changes in tests, merge function into LauncherTests, etc

2012-03-13  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Cleanup tests, also first ensure Software Center is removed

2012-03-13  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Merge from trunk, fix conflicts

2012-03-13  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Fix crash on second install, THANKS THOMI

2012-03-08  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Fix a line in tests

2012-03-08  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Change C-style casts

2012-03-08  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Use SC icon instead of iBus

2012-03-08  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Get all tests working

2012-03-08  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Thanks Thomi for the helper function on getting icon from desktop file

2012-03-08  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Merge from trunk

2012-03-08  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Try to get test working

2012-03-07  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Merge from trunk

2012-03-05  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Make changes in code as per Marco's review, thanks a lot!

2012-03-04  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Cleanup code

2012-03-03  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Get the launcher to hide/unhide as needed

2012-03-03  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Get the DragWindow to disappear properly after the animation

2012-03-03  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Get the Animation target right

2012-03-02  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Everything's compete now, except the animation target

2012-03-02  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Add test animation, get everything else working

2012-03-02  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Code cleanup

2012-03-02  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Get the dragwindow working, YAY

2012-03-02  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Add GetIconSize function to Launcher

2012-02-29  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	First steps towards getting a DragWindow working

2012-02-27  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Merge from trunk and fix runtime failure

2012-02-26  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Try to get baseWindow working

2012-02-23  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Fix build failures

2012-02-23  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Send icon_x, y and size to the SCLauncherIcon constructor

2012-02-23  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Merge from trunk

2012-03-28  Tim Penhey  <tim.penhey@canonical.com>

	Move TestPlacesGroupImpl google test into the group that needs X.. Fixes: . Approved by Sam Spilsbury.

2012-03-29  Tim Penhey  <tim.penhey@canonical.com>

	The lensview_impl gtest needs X.

2012-03-28  Thomi Richards  <thomi.richards@canonical.com>

	Autopilot launcher tests now skip instead of fail when running the nvidia chipset.. Fixes: . Approved by Alex Launi.

2012-03-29  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk, made docstring and error messages more explicit.

2012-03-29  Thomi Richards  <thomi.richards@canonical.com>

	Raise BlacklistedDriverError sooner, since nvidia chipsets can't even get the monitor name.

2012-03-29  Thomi Richards  <thomi.richards@canonical.com>

	Fix scenario generation.

2012-03-28  Thomi Richards  <thomi.richards@canonical.com>

	Made some autopilot exception messages more informative and explicit.. Fixes: . Approved by Tim Penhey.

2012-03-29  Thomi Richards  <thomi.richards@canonical.com>

	Even better.

2012-03-29  Thomi Richards  <thomi.richards@canonical.com>

	Made ValueExceptions more explicit in the ScreenGeometry class.

2012-03-28  Thomi Richards  <thomi.richards@canonical.com>

	Fix a crash in the launcher software center integration code.. Fixes: https://bugs.launchpad.net/bugs/963718. Approved by Tim Penhey.

2012-03-29  Thomi Richards  <thomi.richards@canonical.com>

	Don't need AsOutParam.

2012-03-28  Thomi Richards  <thomi.richards@canonical.com>

	Initialise ptr to nullptr to appease Tim.

2012-03-28  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-03-26  Gord Allott  <gord.allott@canonical.com>

	fixes a gvariant unref bug

2012-03-28  Michal Hruby  <michal.mhr@gmail.com>

	Fix inversion of logic in the glib logger. Fixes: . Approved by .

2012-03-28  Michal Hruby  <michal.mhr@gmail.com>

	Fix inversion of logic in the glib logger

2012-03-28  Andrea Cimitan  <andrea.cimitan@canonical.com>

	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).

2012-03-28  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Super subtle refinement to the top pixel of the panel shadow

2012-03-27  Andrea Azzarone  <azzaronea@gmail.com>

	Reduce the spread delay for all items other than the initial item the select lands on after alt-tab opens.. Fixes: https://bugs.launchpad.net/bugs/838232. Approved by Thomi Richards.

2012-03-28  Andrea Azzarone  <azzaronea@gmail.com>

	Fix typo.

2012-03-27  Andrea Azzarone  <azzaronea@gmail.com>

	Use two different timeout lenghts for the alt-tab details mode. Fix Bug #838232.

2012-03-27  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Smaller but sharper panel shadow, from design. Fixes: . Approved by Andrea Azzarone, Marco Trevisan (Treviño).

2012-03-27  Andrea Cimitan  <andrea.cimitan@canonical.com>

	New panel shadow

2012-03-27  Andrea Azzarone  <azzaronea@gmail.com>

	Fix crash on PointerBarrier.. Fixes: https://bugs.launchpad.net/bugs/944217. Approved by Thomi Richards.

2012-03-28  Andrea Azzarone  <azzaronea@gmail.com>

	Update manual test.

2012-03-27  Andrea Azzarone  <azzaronea@gmail.com>

	Adds a manual test.

2012-03-27  Andrea Azzarone  <azzaronea@gmail.com>

	Disconnect smoothing_handle_ on PointerBarrierWrapper destruction.

2012-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Autopilot: added tests for the primary-monitor aware LauncherController. Fixes: . Approved by Thomi Richards.

2012-03-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with thomi's multiply_scenarios branch

2012-03-28  Thomi Richards  <thomi.richards@canonical.com>

	Launcher tests now use multiply_scenarios to generate test scenarios.

2012-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, launcher: added tests to check the number of launchers

2012-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, X11: get the glxinfo output only once.

2012-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_launcher: code updated to follow the thomi's suggestions ;)

2012-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, X11: add BlacklistedDriverError

2012-03-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_launcher: skip the tests if we can't set the primary monitor.

2012-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot: X11 emulator, add blacklist of drivers to skip the primary monitor set

2012-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot: test launcher, added scenarios to test with more configurations

2012-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autpilot, X11: allow to set the primary monitor via xrandr

2012-03-26  Thomi Richards  <thomi.richards@canonical.com>

	Converted several classes to use std::string instead of const char* or const gchar*.. Fixes: . Approved by Brandon Schaefer.

2012-03-27  Thomi Richards  <thomi.richards@canonical.com>

	Use initialiser list.

2012-03-27  Thomi Richards  <thomi.richards@canonical.com>

	Updated to coding standards.

2012-03-27  Thomi Richards  <thomi.richards@canonical.com>

	LauncherIcon::SetEmblemText now takes a std::string.

2012-03-27  Thomi Richards  <thomi.richards@canonical.com>

	LauncherIcon::emblem now uses std::string instead of const char*

2012-03-27  Thomi Richards  <thomi.richards@canonical.com>

	Made PlacesTileSimple::uri a std::string, and updated dependant code.

2012-03-27  Thomi Richards  <thomi.richards@canonical.com>

	Made PlacesSimpleTile::lable a std::string.

2012-03-27  Thomi Richards  <thomi.richards@canonical.com>

	Removed const char* from IconTexture class, and all places that call it.

2012-03-26  Brandon Schaefer  <brandontschaefer@gmail.com>

	Disable Alt+F1 mode when the dash is open.. Fixes: . Approved by Thomi Richards.

2012-03-26  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Added autopilot test

2012-03-26  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Disable alt+f1 when the dash is open

2012-03-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: Connect the already present icons to signals when setting the model.
	
	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.

2012-03-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: Connect the already present icons to signals when setting the model.
	
	This fixes the bug #964851

2012-03-26  Alex Launi  <alex.launi@canonical.com>

	Reorganize and refactor the manual tests. Fixes: . Approved by Alex Launi, Thomi Richards.

2012-03-26  Alex Launi  <alex.launi@canonical.com>

	add newline to end of Hud.txt

2012-03-26  Alex Launi  <alex.launi@canonical.com>

	merge trunk

2012-03-23  Alex Launi  <alex.launi@canonical.com>

	Reorganize and refactor the manual tests

2012-03-26  Andrea Cimitan  <andrea.cimitan@canonical.com>

	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).

2012-03-22  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Dim icons in the launcher for 938620

2012-03-26  Andrea Azzarone  <azzaronea@gmail.com>

	Fix the alignment of the dash window buttons.. Fixes: https://bugs.launchpad.net/bugs/963019. Approved by Marco Trevisan (Treviño), Andrea Cimitan.

2012-03-23  Andrea Azzarone  <azzaronea@gmail.com>

	Fix.

2012-03-23  Andrea Azzarone  <azzaronea@gmail.com>

	Remove the if.

2012-03-23  Andrea Azzarone  <azzaronea@gmail.com>

	Fix dash window buttons alignment.

2012-03-23  Didier Roche  <didier.roche@canonical.com>

	Release\ 5.8.0

2012-03-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: implement WindowsOnViewport to get only windows on visible VP
	
	This function doesn't take account of the monitors.
	Rewritten also BamfLauncherIcon::Windows and ::WindowsForMonitor
	to remove code duplication, using the new GetWindows function to perform
	filtering via the WindowFilterMask.. Fixes: https://bugs.launchpad.net/bugs/961977. Approved by Thomi Richards, Jason Smith.

2012-03-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-03-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-tests, Launcher: improved the launcher multimonitor/workspace tests

2012-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-tests: added a Launcher manual test to check the "pips" changes

2012-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: implement WindowsOnViewport to get only windows on visible VP
	
	This function doesn't take account of the monitors.
	
	Redesigned also BamfLauncherIcon::Windows and ::WindowsForMonitor
	to remove code duplication, using the new GetWindows function to perform
	filtering via the WindowFilterMask.

2012-03-22  Tim Penhey  <tim.penhey@canonical.com>

	Make the panel more aware of open overlays, and make sure that all launchers resaturate the icons when overlays (the dash or hud) are closed.. Fixes: https://bugs.launchpad.net/bugs/961844, https://bugs.launchpad.net/bugs/962720. Approved by Thomi Richards.

2012-03-23  Tim Penhey  <tim.penhey@canonical.com>

	Manual test for the launcher icon saturation.

2012-03-23  Tim Penhey  <tim.penhey@canonical.com>

	The panel was assuming that you would get a close before an open if switching from the dash to the hud, but they come in the other order.

2012-03-23  Tim Penhey  <tim.penhey@canonical.com>

	Purely a redraw issue with the resaturation.

2012-03-22  Brandon Schaefer  <brandontschaefer@gmail.com>

	Added extra tests for the ibus Anthy engine: we now test both Ctrl+J and Enter as a commit key.. Fixes: . Approved by Brandon Schaefer.

2012-03-23  Thomi Richards  <thomi.richards@canonical.com>

	Use multiple_scenarios from testscenarios to generate a dot-product for scenarios that need it. If the version of testscenarios is too old, we provide our own implementation.

2012-03-22  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Added to the ibus_anthy test using Enter to commit preedit

2012-03-22  Tim Penhey  <tim.penhey@canonical.com>

	Make sure the decay function callback is removed on object destruction.. Fixes: https://bugs.launchpad.net/bugs/962693. Approved by Marco Trevisan (Treviño).

2012-03-23  Tim Penhey  <tim.penhey@canonical.com>

	Add a destructor to the Decaymulator to remove the on timeout function call.

2012-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Open the Menus Indicators on ButtonPress avoiding flickers
	
	Now the indicator menus shows once Alt+F10 keybinding has been pressed, and is not anymore needed to release the Alt key.
	Also, fixed the panel issue reported in bug #948522 that could happen when using menus. To avoid it we use now a timeout to filter the events that we can ignore not to make unity-panel-service crazy.. Fixes: https://bugs.launchpad.net/bugs/943223, https://bugs.launchpad.net/bugs/948522. Approved by Tim Penhey.

2012-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicators: added Alt+F10 manual test

2012-03-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: show First indicator menu on key-down, also remove the flickering issue

2012-03-22  Thomi Richards  <thomi.richards@canonical.com>

	Removed one manual test that was impossible to run, and another that existed in two separate places.
	
	UNBLOCK. Fixes: . Approved by Alex Launi.

2012-03-22  Thomi Richards  <thomi.richards@canonical.com>

	Removed the antialiasing text manual tests, as it's impossible to verify.

2012-03-22  Thomi Richards  <thomi.richards@canonical.com>

	Removed duplicate manual tests.

2012-03-22  Thomi Richards  <thomi.richards@canonical.com>

	Fix autopilot tests for launcher keynav mode and super+tab switcher.. Fixes: . Approved by Alex Launi.

2012-03-22  Thomi Richards  <thomi.richards@canonical.com>

	Fixed launcher keynav tests.

2012-03-22  Michal Hruby  <michal.mhr@gmail.com>

	Set proper view_type on lenses when they're activated by shortcut. Fixes: https://bugs.launchpad.net/bugs/961338. Approved by Gord Allott, Mikkel Kamstrup Erlandsen.

2012-03-22  Michal Hruby  <michal.mhr@gmail.com>

	Make the test cleanup itself

2012-03-22  Michal Hruby  <michal.mhr@gmail.com>

	Add AP test

2012-03-22  Michal Hruby  <michal.mhr@gmail.com>

	Set proper view_type on lenses when they're activated by shortcut

2012-03-22  Thomi Richards  <thomi.richards@canonical.com>

	Fixed the shortcut_hint autopilot tests. These were broken after the launcher emulator was changed.. Fixes: . Approved by Tim Penhey.

2012-03-22  Thomi Richards  <thomi.richards@canonical.com>

	Fixed shortcut hint auitopilot tests.

2012-03-21  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Reduces opacity of the blur effect in the dash icons from 50% to 15%, as requested by design. Fixes: . Approved by Andrea Azzarone.

2012-03-21  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Less opacity for the blurred effect on icons in the dash

2012-03-21  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Trunk uses 100% opacity for search bar border opacity, should be 80%. Fixes: . Approved by Andrea Azzarone.

2012-03-21  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Fix regression of search bar border opacity

2012-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: show a launcher in the primary monitor if set
	
	This ensures that the launcher is shown only on the primary one, not on the one at the left.. Fixes: https://bugs.launchpad.net/bugs/961281. Approved by Andrea Azzarone.

2012-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: ensures we have a valid launchers[0]
	
	It shouldn't ever happen, btw.

2012-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: ensure that the primary monitor is used when using only one launcher

2012-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher manual test: added test to check the launcher monitors.

2012-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: be aware of the primary monitor.
	
	Only show the launcher in the primary monitor if set.

2012-03-21  Andrea Azzarone  <azzaronea@gmail.com>

	Fixing current dash layout which doesn't match the wanted design.
	
	Moreover the dash code is full of magic number.. Fixes: . Approved by Andrea Cimitan, Marco Trevisan (Treviño).

2012-03-21  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Spacing

2012-03-21  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Readd the const& to the variable

2012-03-21  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Merge trunk

2012-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Re-Remerge trunk

2012-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Re-merging with trunk.

2012-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-03-21  Andrea Azzarone  <azzaronea@gmail.com>

	Update paddin value.

2012-03-21  Andrea Azzarone  <azzaronea@gmail.com>

	Fix search bar height in hud.

2012-03-20  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes dash layout bugs. Moves padding values in dash::style.

2012-03-21  Michal Hruby  <michal.mhr@gmail.com>

	Fix incorrect signal connections for handling global search finished. Fixes: . Approved by .

2012-03-21  Michal Hruby  <michal.mhr@gmail.com>

	Merge trunk

2012-03-21  Michal Hruby  <michal.mhr@gmail.com>

	Fix incorrect signal connections for handling global search finished

2012-03-21  Gord Allott  <gord.allott@canonical.com>

	Hud wasn't sending its monitor with the OVERLAY_HIDDEN message, corrects that, fixes lp:961169. Fixes: . Approved by Marco Trevisan (Treviño).

2012-03-21  Gord Allott  <gord.allott@canonical.com>

	ensured that the hud hide method sends the correct monitor in its ubus signal

2012-03-21  Didier Roche  <didier.roche@canonical.com>

	gord has a fix, reverting the revert

2012-03-21  Didier Roche  <didier.roche@canonical.com>

	revert lp:~thumper/unity/lock-out-hud. Causing bug #961169

2012-03-21  Gord Allott  <gord.allott@canonical.com>

	Fixes the incorrect item count in See x more results. see lp:934944. Fixes: https://bugs.launchpad.net/bugs/934944. Approved by Mirco Müller.

2012-03-21  Gord Allott  <gord.allott@canonical.com>

	remove debug

2012-03-21  Gord Allott  <gord.allott@canonical.com>

	fix rare case when there are less items shown than they should

2012-03-21  Gord Allott  <gord.allott@canonical.com>

	merged trunk, resolved criss-cross merge

2012-03-19  Gord Allott  <gord.allott@canonical.com>

	clarified manual test

2012-03-06  Gord Allott  <gord.allott@canonical.com>

	Ensures PlacesGroup corrects the number of visible results depending on the result view it is using

2012-03-06  Gord Allott  <gord.allott@canonical.com>

	depend on standalone dash fix branch

2012-03-21  Gord Allott  <gord.allott@canonical.com>

	Removes the focus forcing hack in the HUD.. Fixes: . Approved by Gord Allott, Alex Launi, Marco Trevisan (Treviño), Michal Hruby.

2012-03-21  Gord Allott  <gord.allott@canonical.com>

	resolved conflict with trunk

2012-03-07  Gord Allott  <gord.allott@canonical.com>

	fix conflict with trunk

2012-02-15  Gord Allott  <gord.allott@canonical.com>

	remove the bad timeout

2012-03-21  Daniel van Vugt  <vanvugt@gmail.com>

	Fix the autoscroll timer waking up 50 times per sec when no scrolling needs to be done (LP: #917210). Fixes: https://bugs.launchpad.net/bugs/917210. Approved by Marco Trevisan (Treviño).

2012-03-14  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	manual-tests/Wakeups.txt: Add test case for bug LP: #917210

2012-03-14  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Merged latest lp:unity

2012-01-24  Daniel van Vugt  <vanvugt@gmail.com>

	Fix the autoscroll timer waking up 50 times per sec when no scrolling needs
	to be done (LP: #917210)
	
	Also removed some unused variables.

2012-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unity-panel-service: don't crash if the parsed a11y indicator entry is not valid
	
	Entries with invalid parent_object have been removed from the indicator
	so we shouldn't really care about them.. Fixes: https://bugs.launchpad.net/bugs/937119. Approved by Didier Roche.

2012-03-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Manual Test: Added Panel Service test

2012-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelindicatorEntryAccessible: don't crash if the parsed entry is not valid
	
	Entries with invalid parent_object have been removed from the indicator
	so we shouldn't really care about them.

2012-03-21  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Don't respond to "Confirm" actions in showLauncherKeyTerminate, which come
	from pressing Enter during any action (holding Alt). Those calls are spurious
	(a long-standing design bug in compiz) and do not come with a valid options[]
	vector. So accessing options[] would crash (LP: #960957)
	. Fixes: https://bugs.launchpad.net/bugs/960957. Approved by Marco Trevisan (Treviño), Gord Allott.

2012-03-21  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Don't respond to "Confirm" actions in showLauncherKeyTerminate, which come
	from pressing Enter during any action (holding Alt). Those calls are spurious
	(a long-standing design bug in compiz) and do not come with a valid options[]
	vector. So accessing options[] would crash (LP: #960957)

2012-03-21  Tim Penhey  <tim.penhey@canonical.com>

	Adapt the HUD visuals to look nice with a locked out launcher.. Fixes: https://bugs.launchpad.net/bugs/921506. Approved by Gord Allott, Marco Trevisan (Treviño).

2012-03-21  Tim Penhey  <tim.penhey@canonical.com>

	Add some sleeps to allow unity time to work things out.

2012-03-21  Tim Penhey  <tim.penhey@canonical.com>

	Update the hud autopilot tests to run with both the launcher hide settings.

2012-03-21  Tim Penhey  <tim.penhey@canonical.com>

	Make the HUD and BFB launcher icons not switch visibility if the launcher is not locked out.

2012-03-21  Tim Penhey  <tim.penhey@canonical.com>

	Trim trailing whitespace.

2012-03-21  Tim Penhey  <tim.penhey@canonical.com>

	Make the launcher realise when the hud is open.

2012-03-21  Tim Penhey  <tim.penhey@canonical.com>

	Hook up the BFB and HUD launcher icons to the hide_mode changed signal.

2012-03-21  Tim Penhey  <tim.penhey@canonical.com>

	Fix the enum declarations.

2012-03-21  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2012-03-16  Gord Allott  <gord.allott@canonical.com>

	added manual test for hud lock out behaviour as there is no AP mechanism for ensuring the launchers locked out state

2012-03-16  Gord Allott  <gord.allott@canonical.com>

	fixed wrong highlight

2012-03-15  Gord Allott  <gord.allott@canonical.com>

	update hud/launcher visuals for design change

2012-03-21  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixes the icon getting frozen and producing a duplicate icon.. Fixes: https://bugs.launchpad.net/bugs/918753. Approved by Tim Penhey.

2012-03-20  Brandon Schaefer  <brandontschaefer@gmail.com>

	* DRY - Dont Repeat Yourself

2012-03-20  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Lose mouse control now

2012-03-19  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixes the icon getting frozen and producing a duplicate icon.

2012-03-20  Andrea Azzarone  <azzaronea@gmail.com>

	Remove obsolete manual tests.. Fixes: . Approved by Tim Penhey.

2012-03-20  Andrea Azzarone  <azzaronea@gmail.com>

	Removes obsolete manual tests.

2012-03-20  Alexandros Frantzis  <alexandros.frantzis@linaro.org>

	ubus: Ensure the GType system has been initialized before using any GTypes.
	
	The unity plugin doesn't explicitly call g_type_init(), although it uses a
	GObject for UBusServer. This currently works because the ccp plugin, which
	gets loaded before the unity plugin, calls g_type_init(), but this is fragile.
	If ccp is not used, g_type_init() is not called by the time UBusServer gets
	initialized, leading to a crash. This patch ensures that the GType system
	has been initialized before using UBusServer (it is safe to call g_type_init()
	multiple times).. Fixes: . Approved by Marco Trevisan (Treviño), Jay Taoko.

2012-03-16  Alexandros Frantzis  <alexandros.frantzis@linaro.org>

	ubus: Ensure the GType system has been initialized before using any GTypes.
	
	The unity plugin doesn't explicitly call g_type_init(), although it uses a
	GObject for UBusServer. This currently works because the ccp plugin, which
	gets loaded before the unity plugin, calls g_type_init(), but this is fragile.
	If ccp is not used, g_type_init() is not called by the time UBusServer gets
	initialized, leading to a crash. This patch ensures that the GType system
	has been initialized before using UBusServer (it is safe to call g_type_init()
	multiple times).

2012-03-20  Gord Allott  <gord.allott@canonical.com>

	Fixes issue with hud not emitting a signal when results change. Fixes: https://bugs.launchpad.net/bugs/956480. Approved by Marco Trevisan (Treviño).

2012-03-16  Gord Allott  <gord.allott@canonical.com>

	emit signal (1 line) and tests (about a billion lines)

2012-03-20  Ryan Lortie  <desrt@desrt.ca>

	don't store average-bg-color in GSettings
	
	This is now exported by libgnome-desktop as an X property on the root window. Interested applications can pick it up from there.. Fixes: https://bugs.launchpad.net/bugs/949277. Approved by Ryan Lortie, Mirco Müller.

2012-03-09  Ryan Lortie  <desrt@desrt.ca>

	don't store average-bg-color in GSettings
	
	This is now exported by libgnome-desktop as an X property on the root
	window.  Interested applications can pick it up from there.

2012-03-20  Alexandros Frantzis  <alexandros.frantzis@linaro.org>

	gles2: Reference compiz's GLFramebufferObject class using a global namespace.
	
	We need to do this to differentiate from the class of the same name provided
	in the Nux namespace.. Fixes: . Approved by Jay Taoko.

2012-02-23  Alexandros Frantzis  <alexandros.frantzis@linaro.org>

	gles2: Reference compiz's GLFramebufferObject class using a global namespace.
	
	We need to do this to differentiate from the class of the same name provided
	in the Nux namespace.

2012-03-20  Jay Taoko  <jay.taoko@canonical.com>

	* Fix for bug #956878:
	The hud is designed such that the first valid option is always selected. When the activated signal is detected early in hud::View::FindKeyFocusArea, the selected button signal is emitted, and the text entry is still selected as the focus area. Therefore, the hud should not reacted to the search_bar_->activated signal since it alreacdy acted in hud::View::FindKeyFocusArea.. Fixes: . Approved by Gord Allott.

2012-03-20  Jay Taoko  <jay.taoko@canonical.com>

	* Removed empty lines in manual test file.

2012-03-20  Jay Taoko  <jay.taoko@canonical.com>

	* Make sure the the Enter key is processesd when it is down.
	* Changed temporary file name for test. Added "autopilot_" prefix.

2012-03-19  Jay Taoko  <jay.taoko@canonical.com>

	* Added test.

2012-03-19  Jay Taoko  <jay.taoko@canonical.com>

	* Added a manual test.
	* Reverted a previous change that breaks the functionality.

2012-03-19  Jay Taoko  <jay.taoko@canonical.com>

	* Reset the state of activated_signal_sent_, following a test in search_bar_->activated.connect(). This let the SearchBar act on the activated signals again and requires the Enter key to be pressed for activated_signal_sent_ to be set by a button.

2012-03-16  Jay Taoko  <jay.taoko@canonical.com>

	* Monitor the state of activated_signal_sent_ and use it to decide if the activated signal should be sent.

2012-03-16  Jay Taoko  <jay.taoko@canonical.com>

	* Fix for bug #956878:
	The hud is designed such that if the first valid option is always selected. When the activated signal is detected early in hud::View::FindKeyFocusArea, the selected button is emitted, and the text entry is still selected as the focus area. Therefore, the hud should not reacted to the search_bar_->activated signal since it alreacdy acted in hud::View::FindKeyFocusArea.

2012-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Unity panel service: fix a small memory leak, the duplicated keystr should be free'd. Fixes: . Approved by Michal Hruby.

2012-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: fix keystr memory leak

2012-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests: added gtests for the unity::indicator::Indicators class. Fixes: . Approved by Tim Penhey.

2012-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/dbus-indicators-proxy

2012-03-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Indicators: emit a null on_entry_activated signal if the entry is not valid.
	
	This fixes a regression, tests updated.

2012-03-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityCore/Indicators: be simpler in GetEntry

2012-03-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_indicators: Moving SetupTestIndicators to MockIndicators::SetupTestChildren
	
	Reducing some more code duplication

2012-03-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_indicators: Splitted IndicatorEntriesEvents into smaller tests.
	
	Adding SetupTestIndicators to fill the indicators with values.

2012-03-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-03-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests: added a test suite for the unity::indicator::Indicators class
	
	This class is an abstract class that redirects the events from the indicators to the
	service and back, and was not tested at all.
	
	Added tests to check that is really doing what it was supposed to do.

2012-03-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusIndicators: emit the on_entry_activated signal only if the entry has really been found.

2012-03-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Indicators: don't re-add an indicator if already present. Just return the known one.

2012-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusIndicators code rewritten to use glib::DBusProxy instead of raw gdbus calls. Fixes: . Approved by Michal Hruby.

2012-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/indicators-p (and trunk)

2012-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with Michal's branch
	
	lp:~mhr3/unity/connected-state-without-watch-name

2012-03-19  Michal Hruby  <michal.mhr@gmail.com>

	Make sure we keep correct connection state

2012-03-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Indicators: move to std::unique_ptr based pimpl

2012-03-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusIndicators: Use safer idle and move to glib::Variant in CallData

2012-03-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusIndicators: avoid to run the reconnect timeout twice.

2012-03-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/dbus-proxy-name-owner-watch changes

2012-03-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusIndicators: sync against DBusProxy changes, add reconnection support here

2012-03-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusProxy: fix pimpl, and use "notify::g-name-owner" to check the connection status.
	
	This avoids that a disconnected signal is emitted when the proxy has not been fully disconnected yet.
	
	Also, remove the autoconnection support, this can be now done easily by clients.

2012-03-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Reverting changes of the latest two revisions, putting them on a different branch.

2012-03-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusIndicators: sync against DBusProxy changes, add reconnection support here
	
	Plus, when clearing the indicators, we also clear the cached entries locations.

2012-03-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusProxy: fix pimpl, and use "notify::g-name-owner" to check the connection status.
	
	This avoids that a disconnected signal is emitted when the proxy has not been fully disconnected yet.
	
	Also, remove the autoconnection support, this can be now done easily by clients.

2012-03-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusIndicators: cleaning up

2012-03-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusIndicators: code rewritten to make it use glib::DBusProxy
	
	Code cleanup and usage of the utilty gdbus proxy class that allows to improve the code
	and reduce the usage of C-code.
	Also, improved the pimpl idiom, using the std::unique_ptr and setting everything private

2012-03-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	GLibDBusProxy: add support for auto-reconnection
	
	If enabling the auto_reconnect value, the proxy tries to reconnect to the service when the
	connection is lost.

2012-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Updated unity-panel-service and libunity-core against the libindicator API changes. Fixes: https://bugs.launchpad.net/bugs/878492, https://bugs.launchpad.net/bugs/926330, https://bugs.launchpad.net/bugs/938890, https://bugs.launchpad.net/bugs/938895. Approved by Thomi Richards, Tim Penhey, Andrea Azzarone, Michal Hruby.

2012-03-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-03-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Oops, resetting back the exec property to autopilot

2012-03-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusIndicators: use glib::Object to handle the dbus proxy, so we have ref-counting for free

2012-03-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusIndicators: ref/unref proxy when using idle...

2012-03-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: remove unneeded include

2012-03-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: make sure we don't try to show an entry that is not shown on the panel using the key navigation.
	
	Or at least, an entry with not synced geometries.

2012-03-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Indicators: avoid to cast the AppmenuIndicator when not needed.

2012-03-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: c_str() is not needed in GetName

2012-03-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: close the menu if the related entry has been removed.

2012-03-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorsView: don't activate invisible views on mouse movement.

2012-03-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: removed the workaround to look for wrongly-removed entries

2012-03-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AppmenuIndicator: removing the LIM-related code

2012-03-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IndicatorEntry: add also the ShowMenu method with no Xid parameter as fallback

2012-03-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: store a keycode instead of a keysym.

2012-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Reverting changes wrongly pushed to lp:~3v1n0/unity/lim
	
	They come from the lim-panel branch... Sorry for that.

2012-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelTitlebarGrabAreaView: increase the mouse-down timeout to 150ms

2012-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: On opacity toggle redraw the panel on expo changes
	
	Fixes bug #940683

2012-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: merging with lp:~3v1n0/lim fixes

2012-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: don't hardcode F10 keybinding to hide the menus, use the gconf key value.
	
	Also hide them on KeyPress

2012-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Panelservice: Fixed coverity warning

2012-02-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorAppmenuView: add a workaround to disable the menus only on few cases
	
	Right now it's better to stop the false-negatives more than the false-positives

2012-02-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: fix the evil red panel
	
	It happened with bluish backgrounds... Damned double/float conversion! ;)

2012-02-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/lim

2012-02-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream

2012-02-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: update the entry_activated callback signature to fix a crash

2012-02-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk.

2012-02-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorsView: don't activate an unfocused entry on keyboard Alt+F10

2012-02-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: Alt+F10 should be triggeted on ButtonPress.

2012-02-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: always set the monitor.

2012-02-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging trunk

2012-02-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: add monitor getter.

2012-02-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: don't try to draw an invalid flair, and re-draw it
	
	Flair wasn't drawn anymore... Fixing it, and possible glitches.

2012-02-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: removing unneeded includes

2012-02-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-02-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView -> PanelIndicatorAppmenu: don't always open menus on keyboard shortcuts
	
	We need to check that the current appmenu is actually focused.

2012-02-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: use geometry in DrawText

2012-02-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: no need to register interest for dash status, let's use the parent

2012-02-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: some more cleanup

2012-02-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: move to UBusWrapper

2012-02-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: no need to resync on remote synced signal, entries will notify the panel

2012-02-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: cleanup the API

2012-02-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: sync geometries also for unfocused items.
	
	It could gives wrong results when opening an unfocused menu.

2012-02-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicators: don't activate them if unfocused or invisible on mouse-over

2012-02-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButton: no need to add an extra _enabled variable, ViewEnabled can be enough
	
	We need the nux branch lp:~3v1n0/nux/view-enable-logic-fix to be merged
	as well.

2012-02-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: if the managed window is not minimizable, disable the minimize button

2012-02-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager: add getter to check if a window is minimizable.

2012-02-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: make the WindowButtons handle their operation, just update their xid

2012-02-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: add one more button for restore state, and swap it with the maximize one
	
	Also handle internally the maximization / restore of the dash.

2012-02-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: improved a lot the code, using more the WindowButtons container

2012-02-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: restore a grabbed window, handling it in a position relative to the panel size
	
	So this is shared between integrated and global modes.

2012-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: fallback buttons, make them smaller, except for HighContrast themes

2012-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: update the layout padding on sytle changes, according to buttons size

2012-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: fallback-buttons, handle the case of an unfocused close button

2012-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Unione con il tronco... [cit. Jason]

2012-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Panel*.h classes, move introspection methods in protect field.

2012-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Make the grabbing of a maximized window from the panel better.
	
	- The window is be restored as soon as the mouse pointer drags content outside
	the panel area.
	- Once a window is restored it is not placed outside the desktop area,
	unless it fits into it, also it is never below the launcher (when visible).
	In the case that the window is bigger than the available space,
	the top and left borders should be always visible anyway.
	- The just restored window, is grabbed on a point of the top decoration
	that is proportional to the x-offset grabbed on the panel, so if you start
	dragging at the left of the panel, the window is handled by the top-left
	corner, if you start dragging on the right of the panel, the window is
	proportionally handled on the right; this applies only with LIM enabled.
	When LIMs are disabled, we just prefer the decoration middle point.
	
	Added also misc improvements to the PanelMenuView code.

2012-02-18  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager: add some utility functions to handle window geometries
	
	GetWindowSavedGeometry: returns the window saved geometry, that it doesn't
	consider if the window is maximized or not.
	MoveResizeWindow: the name should say what it does ;)
	GetWorkAreaGeometry: returns the size of the work-area for the given
	window of for the current output (if xid = 0),
	It considers the struts geometries.
	RestoreAt: restores a window and move it at the given x, y position
	keeping the standard geometry.

2012-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorAppmenuView: use the Cimi's cairo flair instead of the asset
	
	Thanks

2012-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelTitlebarGrabAreaView: ignore the grabs if during the timeout we got a small movement
	
	Adding movement tolerance to the grab, if we have a grab of just few pixels
	during the first timeout duration, let's just ignore them.
	
	As design wanted.

2012-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: add myself as author.

2012-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: make GetFallbackWindowButton public
	
	It was GetWindowButtonForTheme before.

2012-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: implement unfocused/disabled state on GetWindowButtonForTheme

2012-02-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: fixed compiler warning

2012-02-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with LIM fixes from lp:~3v1n0/unity/lim

2012-02-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	services/CMakeLists: fixed typo.

2012-02-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService renamed the *_actually_show_entry* function to something better

2012-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: fixed dbus parameter name

2012-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Some code cleanup requested by andyrock

2012-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: avoid to get an invalid maximized window

2012-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: fix the items padding values according to the design specs
	
	Making the panel pixel-perfect as well! ;)

2012-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorAppmenuView: setting the right padding value to 7 pixels
	
	The value has been computed using design mokups

2012-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: add support for left/right padding protected parameters

2012-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell, resources: added the LIM flair assets from design

2012-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorAppmenuView: Consider the entry with when drawing the flair
	
	When an entry is smaller than the opened menu, we have to draw a smaller flair.
	
	Also using cairo_translate to correctly draw without being dependent on the source geometry.

2012-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: make sure that the window buttons are middle-aligned on the panel.

2012-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorAppmenuView: including the has_menu property to the introspect.

2012-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorAppmenuView: reduced the spacing to 2px

2012-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: allow to define the spacing per each view.

2012-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityCore, Variant: added wrappers for long long types as well.

2012-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: remove the right layout padding
	
	Otherwise there would be a small area at the right of the menus that won't be grabbable.

2012-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: don't leak memory when allocating the textures.
	
	We need to use the ObjectPtr's Adopt facility here.

2012-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: always draw the destkop shadow when integrated menus are enabled.

2012-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: Consider window in showdesktop mode when checking for visibility or obscured

2012-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorAppmenuView: check if the target window has a menu, when setting the window xid.
	
	If a window has not menus we don't need to draw the indicator entry icon.

2012-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorAppmenuView: implement IsLabelSensitive and IsIconSensitive
	
	The they should be both sensitive unless there's a window that exports the ubuntu menus atoms.

2012-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: add new getters (overridable) to define the label/icon status
	
	Also, draw an unfocused icon as insensitive

2012-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: added some comments to explain how we manage the events of the integrated menus

2012-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorAppmenuView: implement the Activate method.

2012-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: use the new PanelTitlebarGrabArea features to handle the panel grabbing / signals
	
	Maximized windows are now handled using the new code, no more cursor change when not needed! :)

2012-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelTitlebarGrabAreaView: keep track of the mouse-down button, to check it while dragging.
	
	Also add restore_request signal on double-click.

2012-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelTitlebarGrabAreaView: redesigned, to getter grabbed event using a timeout
	
	If the grab area get a mouse-down event, if we get a mouse-up event before a defined timeout
	(set to 120ms now) occurs, then we consider that a click. Otherwise we send the grab_started event
	
	This allows to improve the way we handle the grab event in the panel, and allow to avoid to
	change the mouse cursor if not needed.

2012-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorAppmenuView: implement the DrawEntryPrelight method to draw the menu flair
	
	When an appmenu is active, we draw this small shadow, using the design-provided assets.

2012-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityWindow: don't draw the panel shadow over a window if the integrated menus are enabled.

2012-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: Add a integrated_menus property to get the current panel status

2012-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Indicators: Updating the geometry before than the active status!

2012-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityCore, Indicators: set the geometry before than the active status.

2012-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/lim changes

2012-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityCore, IndicatorEntry: add support for entry geometry.

2012-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityCore: add first basic support to the geometry on EntryActivated

2012-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelSerivice: Emit EntryActivated signal including the opened menu geometries

2012-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Use everywhere on the panel land the panel::Style's panel_height.

2012-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with thomi's branch from trunk that adds the panel-height to panel::style

2012-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with thomi's cleanup branch from trunk

2012-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorAppmenuView: as first stage, activate the related window on click.

2012-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/lim changes

2012-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: avoid to do unneeded loops when looking for an entry

2012-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Panel-Service: added workaround to check if a removed entry is really invalid
	
	This is needed due to an indicator-appmenu issue, I hope to remove this soon.

2012-02-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: resetg the static service on finalize.

2012-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Panel-service: Merging with changes from lp:~3v1n0/unity/lim-panel

2012-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	panel-service: fixed a typo
	
	Eeekk! It caused menus not to swtich on keypress!

2012-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	panel-service: don't use the "evil hack" to get the entry value... Going back to HashTable
	
	Using IO could lead to unexpected troubles and is slower, Hashtables
	are better :)

2012-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: don't activate during expo and scale and cut with fade long entries
	
	This will apply to both APPMENU entry and other entries, even if with
	different values.

2012-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: set the maximum space that the child entries can use
	
	So applications with a lot of menu entries can be drawn correctly.

2012-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorsView: allow to define the maximum area to be used by entries

2012-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Add a setter and geter for the integrated mode
	
	Plus, add right padding to the layout to avoid drawing issues and
	cleanup the methods types newlin

2012-02-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: remove the extra layout, use the parent layout.
	
	Even if we need to remove it from the main view not to make it draw
	using all its space.
	Removed the post-layout computation, and added a small pre-layout computation
	to adjust the grab area size.

2012-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: avoid to do unnededed computation if the integrated menus are enabled

2012-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: correctly handle unmapped windows, using Bamf
	
	Compiz doesn't give us the right xid when a window is closed, we need
	to use compiz view-closed signal to get the xid, remove it from
	our sets and redraw the panel (without this, when closing unfocused
	windows, this was never happening).

2012-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: on restored, immediately update _maximized_set
	
	Otherwise we get the wrong maximized window.

2012-02-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: fill the decoration set on init, make the window to activate before being retsored

2012-02-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Make the menus / label show when they really are needed
	
	Never showing the menus on dash-open or when expo or scale are active
	Plus, improve the code to avoid the title to be redrawn when not needed.
	
	Also, use BAMF again to get the application name.

2012-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Use the window title for maximized windows in integrated menus too
	
	Fallback to application name if it's not available.

2012-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: neve draw appmenu entry as prelighted

2012-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: update the integrated menu focused state according to the current status

2012-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: add support for focused state.
	
	The entries marked as unfcoused will use the gtk style contex state
	GTK_STATE_FLAG_BACKDROP

2012-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: use new PanelStyle features, draw differently APPMENU entries

2012-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: use PanelStyle to get the font settings, fix crash on distroy
	
	And other various fixes...

2012-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: allow to get text for each panel entry type and monitor title changes
	
	PanelStyle now monitors also gconf changes to the title key and allow
	to easily get the theme for each panel entry

2012-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: First working stub of integrated menus
	
	The logic is all here, we need to improve the design.
	However, now when integrated menus are enabled, when adding an entry to
	the panel, we just consider it as the integrated-menu and we create a new
	PanelIndicatorAppmenuView that will handle that.
	The view is also updated everytime the panel title or the active window
	changes.

2012-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorAppmenuView: added indicator-entry subclass to store the Appmenu Entry
	
	This is a special entry used for locally integrated menu, it has a xid
	window associated and a label to make sure we're showing a menu for
	that given window.

2012-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: Improve the class to make it usable as base for our Appmenu entry

2012-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorsView: add more versatile functions for protected guests
	
	So it's possible to add an entry by its view, not only by indicator::Entry

2012-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Variant: added more int wrappers

2012-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: removing the evil define's

2012-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/lim updates (and with trunk too)

2012-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Panel-service: Fix dispose errors.

2012-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: added preliminary code for LIM, support for integrated window buttons
	
	The panel title now reflects the currently maximized window (even if not
	shown yet) or the desktop name.
	The Window buttons code should be final instead, the buttons now reflects
	the status of the most maximized window and are linked to that, so
	when pressing them the changes are applied to the maximized window
	in top of the stack. Also they are correctly draw as active or inactive.

2012-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: addSupport for focused/unfocused buttons.

2012-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: fix a typo to get unfocused button texture

2012-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: add support for unfocused window buttons style

2012-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: use more wrapper classes to be safer and cleaner

2012-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: fill the maximized set once that the monitor has been set

2012-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: override Add/Remove indicator methods to connect to Appmenu signals
	
	Used to update the _is_integrated value

2012-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorsView: added IsAppmenu method.

2012-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: added more private or protected members

2012-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: using UBusManager for handling events

2012-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: emit the changed singal also when the text dpi changed
	
	So, when the scaling factor value is changed the panel gets immediately
	updated.

2012-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: don't re-draw the panel text if it's not needed
	
	If the geometry, the text or the style have not changed, there's
	no need re-draw the cairo text layout.

2012-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: don't listen to font changes
	
	Also, no need to disconnect to signals connected with sigc::mem_fun

2012-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: emit the changed signal also when the font has changed.

2012-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: avoid to use unneeded memory to store a TextureLayer

2012-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: don't use a TextureLayer, we can just use a BaseTexture

2012-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: cleanup the DrawText code

2012-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Panel-Service: Some indentation fixes.

2012-02-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Panel-Service: If the gometries of the current opened entry have changed, we need to update the menu postion
	
	This fixes some issues with menu entries that changes the label while the menu is showing.

2012-02-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Move GetActiveViewName to std::string

2012-02-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: first slot of code cleanup... Moving out pointers

2012-02-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: Cleanup the code, and use the new wrappers

2012-02-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	No commit message
2012-02-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: the indicators aren't blurred anymore when dash is opened :(
	
	By design... I really loved them!

2012-02-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: merging with some code refactoring I did few weeks ago.
	
	Coming from the "legendary" lp:~3v1n0/unity/dash-glow branch...

2012-02-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusIndicators: Removing debug code

2012-02-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: if an entry is not visible, don't draw it and set it as invisible.
	
	This fixes bug #926330

2012-02-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IndicatorEntry: the image_type should be valid as well to make an entry visible

2012-02-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	panel-service: check if we know the parent indicator and reduce writes...

2012-02-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IndicatorEntry: remove the UNUSED_ID support, and add the visible property
	
	The Unused flag is deprecated since last cycle. No need to use it.
	We can use the visible flag otherwise, also to notify when an entry is actually shown.
	
	An entry is visible when has valid label or valid image.

2012-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityCore, AppmenuIndicator: don't emit a signal on ShowAppmenu if the indicator is not integrated

2012-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: added a g_warning message if we try to parse an invalid IndicatorEntryObject

2012-02-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests, IndicatorAppmenu, added one more construction test.

2012-02-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests, TestAppmenuIndicator: added ShowAppmenu signal test.

2012-02-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests, IndicatorAppmenu, testing gsettings changes.

2012-02-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests: add preliminary test for IndicatorAppmenu

2012-02-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests: Added a test for checking the Indicator class
	
	Plus, moving indicator-entry tests to xless, they don't need DBus.

2012-02-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityCore, Indicator: disconnect from entry signals when they are removed from an indicator.
	
	Otherwise a removed entry was able to emit a signal through the old indicator.

2012-01-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk fixes

2012-01-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream

2012-01-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AppmenuIndicator: using the changed:: signal

2012-01-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AppmenuIndicator: keys/values names updated to the final ones

2012-01-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusIndicators, using unsigned int for button too.

2012-01-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AppmenuIndicator: update to use the real key, not the supposed one.

2012-01-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Indicators: Oops, inverted logic.

2012-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AppmenuIndicator: correctly emit the integrated_changed signal

2012-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with remote branch

2012-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityCore: Implement OnShowAppMenu on DBusIndicators
	
	When the signal is emitted by an AppmenuIndicator, a dbus call is made to ShowAppMenu

2012-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityCore: Implement OnShowAppMenu on DBusIndicators
	
	When the signal is emitted by an AppmenuIndicator, a dbus call is made to ShowAppMenu

2012-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Indicators: add ShowAppMenu virtual function and call it when AppmenuIndicator is added.
	
	Only AppmenuIndicator's are connected to that function.

2012-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AppmenuIndicator: Update ShowAppmenu to emit a signal when called.

2012-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: use IsAppmenu to check the nature of the indicator.

2012-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityCore: Added AppmenuIndicator class, subclass of Indicator to keep track of setting changes
	
	Modified also Indicator, to get the type of the indicator.

2012-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView, PanelIndicatorEntry: update against the new Indicator API

2012-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusIndicators: updated also the on_entry_show_menu signal.

2012-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tests, PanelService: re-enabled the test and fixed the compilation and execution.

2012-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests: Updated IndicatorEntry test against new API

2012-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityCore: update Entry ShowMenu related methods against the services changes.

2012-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: reordering the ShowEntry parameters

2012-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: using unsigned int for sending the button

2012-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	panel-service: implemented the method ShowAppMenu
	
	Plus some code cleanup, factorizing the show-menu function in
	panel_service_actually_show_entry

2012-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: don't close the pipe's read fd, or also writing will fail.

2012-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: add xid parameter to ShowEntry

2012-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	panel-service: make sure we remove invalid entries when syncing the geometry hash.

2012-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	panel-service: get_indicator_entry_by_id must be static, improving the comments.

2012-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	panel-service: remove the entry2indicator_hash, moving using the entry parent_object field
	
	Also improved the get_indicator_entry_by_id function to make it really check if the entry we've found
	is really a valid pointer to an IndicatorObjectEntry without crashing.
	to do that, we use an hack that uses the low-level write function to read from the pointer to a valid
	fds (we use a pipe for convenience). Write will fail if we try to read from an invalid pointer without
	crashing, so we can finally be pretty sure if the pointed entry is an IndicatorObjectEntry if it has a
	valid parent IndicatorObject

2012-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Unity: Depends on newer indicator3-0.4 0.4.90

2012-03-20  foxoman  <foxoman.u@gmail.com>

	change Dash Home tooltip to use header capitalization from "Dash home" to "Dash Home" lp:924354. Fixes: https://bugs.launchpad.net/bugs/924354. Approved by Tim Penhey, Thomi Richards.

2012-02-12  foxoman  <foxoman.u@gmail.com>

	change Dash Home tooltip to use header capitalization from "Dash home" to "Dash Home"

2012-03-20  Jay Taoko  <jay.taoko@canonical.com>

	Implement new dash blending algorithm on cards with GLSL support.. Fixes: https://bugs.launchpad.net/bugs/865239. Approved by Robert Carr, Tim Penhey, Jay Taoko.

2012-03-12  Jay Taoko  <jay.taoko@canonical.com>

	* Renamed nux::GraphicsEngine::BlendMode to nux::LayerBlendMode.

2012-03-09  Jay Taoko  <jay.taoko@canonical.com>

	* Merged with Unity trunk.

2012-02-25  Robert Carr  <racarr@canonical.com>


	Update to use new Nux CompositionLayer API

2012-02-23  Robert Carr  <racarr@canonical.com>


	Remove questioning comment

2012-02-23  Robert Carr  <racarr@canonical.com>


	Fix some logic errors in new blending

2012-02-23  Robert Carr  <racarr@canonical.com>


	PanelView.cpp: When we have GLSL use the new blending heuristic

2012-02-23  Robert Carr  <racarr@canonical.com>


	OverlayRenderer.cpp: Use the new blending heuristic when we have GLSL

2012-02-23  Robert Carr  <racarr@canonical.com>


	Launcher.cpp: Implement the new blending heuristics when we have GLSL

2012-02-23  Robert Carr  <racarr@canonical.com>


	Some color tweaks courtesy of Cimi

2012-02-23  Robert Carr  <racarr@canonical.com>


	UnityWindowView.cpp: When GLSL is available use overlay blending for colorization

2012-02-23  Robert Carr  <racarr@canonical.com>


	BGHash.cpp: Drop the 0.7 multiplier on computed background color

2012-03-20  Tim Penhey  <tim.penhey@canonical.com>

	Refactor a number of autopilot tests to reduce the likelihood of timing based failures.. Fixes: . Approved by Thomi Richards, Marco Trevisan (Treviño).

2012-03-20  Tim Penhey  <tim.penhey@canonical.com>

	Use the new tap_duration local

2012-03-20  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk

2012-03-20  Tim Penhey  <tim.penhey@canonical.com>

	Don't debug dash.

2012-03-20  Tim Penhey  <tim.penhey@canonical.com>

	More whitespace killed.

2012-03-20  Tim Penhey  <tim.penhey@canonical.com>

	PEP-257 comment tweaks, removing whitespace, and reformatting a test.

2012-03-20  Tim Penhey  <tim.penhey@canonical.com>

	More dash test tweaks.

2012-03-20  Tim Penhey  <tim.penhey@canonical.com>

	Clean up the dash tests.

2012-03-20  Tim Penhey  <tim.penhey@canonical.com>

	Add some logging for the tests to report on failure.

2012-03-20  Tim Penhey  <tim.penhey@canonical.com>

	Add simple property for the dash search string.

2012-03-20  Tim Penhey  <tim.penhey@canonical.com>

	Revert the dash reveal timeout.

2012-03-19  Tim Penhey  <tim.penhey@canonical.com>

	Sometimes incoming results stop the dash from hiding.

2012-03-19  Tim Penhey  <tim.penhey@canonical.com>

	More timing issues with the dash

2012-03-19  Tim Penhey  <tim.penhey@canonical.com>

	Fix the hud tests to wait for the hud a little more.

2012-03-19  Tim Penhey  <tim.penhey@canonical.com>

	Make sure to the best of our ability that the launcher does actually enter autohide mode.

2012-03-19  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Use more accurate timing to detect key taps (for Super or Alt).. Fixes: https://bugs.launchpad.net/bugs/953089. Approved by Marco Trevisan (Treviño), Mirco Müller.

2012-03-17  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Add test case for the Super tap timing problem (LP: #953089)

2012-03-16  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Use more accurate timing to detect key taps (for Super or Alt). The previous
	timing methods were failing on slow or busy systems, causing taps to be
	misdetected and ignored. Instead use the timestamps that come with each
	keypress/release event. (LP: #953089)

2012-03-19  Tim Penhey  <tim.penhey@canonical.com>

	Fix shutdown crashes and memory leaks. Fixes: . Approved by Sam Spilsbury.

2012-03-19  Tim Penhey  <tim.penhey@canonical.com>

	Fix the crash around the uninitialised pointer by making them all smartpointers.

2012-03-19  Tim Penhey  <tim.penhey@canonical.com>

	Make extra textures that were created be destroyed.

2012-03-19  Tim Penhey  <tim.penhey@canonical.com>

	Stop the panel menu from sinking the grab area causing it not to be deleted.

2012-03-19  Tim Penhey  <tim.penhey@canonical.com>

	The disabled dash texture wasn't being unrefed if it existed before being overwritten

2012-03-19  Tim Penhey  <tim.penhey@canonical.com>

	We need to remove the redraw request if there is one in progress, and we must reset the glib logging as we shutdown.

2012-03-18  Didier Roche  <didier.roche@canonical.com>

	Add xfixes dependency.. Fixes: . Approved by Tim Penhey.

2012-03-13  Didier Roche  <didier.roche@canonical.com>

	Xfixes.h is used by plugins/unityshell/src/PointerBarrier* but wasn't listed in the pc file configuration. It was picked by chance by another dep

2012-03-18  Thomi Richards  <thomi.richards@canonical.com>

	Remove calls to c_str() where they're not needed.. Fixes: . Approved by Tim Penhey.

2012-03-16  Thomi Richards  <thomi.richards@canonical.com>

	Removed lots of calls to std::string.c_str() where we didn't need to call it.

2012-03-18  Tim Penhey  <tim.penhey@canonical.com>

	Make sure the launchers are cleaned up appropriately on shutdown.. Fixes: . Approved by Mirco Müller.

2012-03-16  Tim Penhey  <tim.penhey@canonical.com>

	Clean up the launchers.

2012-03-16  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixes the problem where Alt+F1 wouldn't quit key nav mode. Now it toggles. Fixes: https://bugs.launchpad.net/bugs/885304. Approved by Thomi Richards.

2012-03-15  Brandon Schaefer  <brandontschaefer@gmail.com>

	* new line needed

2012-03-15  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Added test for alt+tab and alt+`

2012-03-15  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Added autopilot test for toggling alt+f1 mode

2012-03-15  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Allows toggling of Alt+F1 mode
	* Now Alt + <Anykey> will close the keynav mode

2012-03-16  Gord Allott  <gord.allott@canonical.com>

	Fixes the HUD AP keynav tests, tests were expecting 5 items but got 6. Fixes: . Approved by Michal Hruby.

2012-03-16  Gord Allott  <gord.allott@canonical.com>

	fixes issue with 6 items being displayed in hud instead of 5, covered by AP test

2012-03-16  Paul Sladen  <sladen@canonical.com>

	Remove internal UnityWindow shadow and use new 5px nux mask - requires new nux!. Fixes: https://bugs.launchpad.net/bugs/940493. Approved by Jay Taoko.

2012-03-16  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Fixes 940493 with new assets and new nux corner mask

2012-03-01  Paul Sladen  <sladen@canonical.com>

	Switcher/Shortcut outline re-cut from fresh border: with shadow, without background

2012-02-26  Paul Sladen  <sladen@canonical.com>

	Switcher border: Remove external shadow (may need tweaking/reverting depending on review)

2012-02-26  Paul Sladen  <sladen@canonical.com>

	Switcher border: Remove internal dots per Cimi

2012-02-24  Paul Sladen  <sladen@canonical.com>

	No glow: Switcher border: Nuke inner aubergine to avoid double edge

2012-02-24  Paul Sladen  <sladen@canonical.com>

	No glow: Alt-tab switcher and Switcher border edge (LP: #940493)

2012-03-16  Sebastien Bacher  <seb128@ubuntu.com>

	list LensView.cpp to translate. Fixes: . Approved by Tim Penhey.

2012-03-15  Sebastien Bacher  <seb128@ubuntu.com>

	list LensView.cpp to translate

2012-03-15  Alex Launi  <alex.launi@canonical.com>

	Refactors the launcher emulator to clean up the API. Fixes: . Approved by Thomi Richards.

2012-03-15  Alex Launi  <alex.launi@canonical.com>

	Go back to raising a runtime error if trying to use keynav/switcher functions outside of keynav or switcher mode

2012-03-15  Alex Launi  <alex.launi@canonical.com>

	Refactor the launcher emulator
	
	Removes duplicated code, and cleans up some API.

2012-03-15  Alex Launi  <alex.launi@canonical.com>

	merge trunk

2012-03-14  Alex Launi  <alex.launi@canonical.com>

	add file

2012-03-15  Mirco Müller  <mirco.mueller@canonical.com>

	Fix alignment and padding of scrollbars. Fixes: https://bugs.launchpad.net/bugs/608124. Approved by Andrea Cimitan.

2012-03-15  Mirco Müller  <mirco.mueller@ubuntu.com>

	fixed bloody anjuta-induced spacing issues

2012-03-14  Mirco Müller  <mirco.mueller@canonical.com>

	Clean up and remove debug-rects

2012-03-13  Mirco Müller  <mirco.mueller@canonical.com>

	Added andyrock's suggestion regarding the Min/Max-size for the VScrollBar to fix the issue with the right scrollbar (when filters are expanded)

2012-03-13  Mirco Müller  <mirco.mueller@canonical.com>

	Fixed horizontal padding between scrollbar of results-view and expanded filters... also made sure the right edge of search-bar right-aligns with this

2012-03-12  Mirco Müller  <mirco.mueller@canonical.com>

	Still hunting for the right spot to tweak the padding for dash-scollbars... added debug-rects again

2012-03-14  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	This is a one-line change to fix SC launcher integration (bug #761851).
	
	Since SC Launcher integration phase 1 landed before Unity 5.2.0, this change doesn't need a UIFe. This branch merely fixes the integration. Please ensure it lands before Unity 5.6.0.. Fixes: https://bugs.launchpad.net/bugs/932280. Approved by Alex Launi.

2012-03-02  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Merge from trunk

2012-02-20  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Fix software center launcher integration.

2012-03-14  Alex Launi  <alex.launi@canonical.com>

	Refactors the dash tests to remove duplicated setup/tear down code, and generally helps make the tests more correct.. Fixes: . Approved by Thomi Richards, Alex Launi.

2012-03-14  Alex Launi  <alex.launi@canonical.com>

	Change dash emulator view attribute to a property.
	
	Prevents the dash emulator from throwing an exception during construction
	by not actually loading the dash view until requested by a test. By this
	point the dash will have been opened, and the views created.

2012-03-14  Alex Launi  <alex.launi@canonical.com>

	fix python error in test from refactoring. all dash tests now pass

2012-03-14  Alex Launi  <alex.launi@canonical.com>

	Fix '..' typo

2012-03-14  Alex Launi  <alex.launi@canonical.com>

	fix conflicts with trunk

2012-03-12  Alex Launi  <alex.launi@canonical.com>

	Add AltR key translation

2012-03-12  Alex Launi  <alex.launi@canonical.com>

	Add a dash member to AutopilotTestCase

2012-03-12  Alex Launi  <alex.launi@canonical.com>

	merge trunk

2012-03-12  Alex Launi  <alex.launi@canonical.com>

	Refactor the dash tests

2012-03-09  Alex Launi  <alex.launi@canonical.com>

	do some work on fixing up the dash tests

2012-03-14  Thomi Richards  <thomi.richards@canonical.com>

	Fix AutoPilotTestCase class so launcher tests pass again.. Fixes: . Approved by Marco Trevisan (Treviño).

2012-03-15  Thomi Richards  <thomi.richards@canonical.com>

	Fix autopilot test case class, so launcher tests pass again.

2012-03-14  Andrea Azzarone  <azzaronea@gmail.com>

	Don't add the hseparator for the final dash category. It's a kind of regression due to the new message displayed when there are no results.
	
	Test
	====
	Already in trunk.. Fixes: https://bugs.launchpad.net/bugs/955296. Approved by Marco Trevisan (Treviño).

2012-03-14  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug #955296

2012-03-14  Andrea Azzarone  <azzaronea@gmail.com>

	Fix a stupid regression. . Fixes: https://bugs.launchpad.net/bugs/955160. Approved by Mirco Müller.

2012-03-14  Andrea Azzarone  <azzaronea@gmail.com>

	Fix stupid regression.

2012-03-14  Jason Smith  <jason.smith@canonical.com>

	== The Problem ==
	Someone (me) made a simple coding error that slipped through review
	
	== The Solution ==
	Fix minor coding error (use min instead of max)
	
	== Testing ==
	Fixes existing tests that now fail. Fixes: . Approved by Marco Trevisan (Treviño).

2012-03-14  Jason Smith  <jason.smith@canonical.com>

	fix minor snafu with min/max

2012-03-14  Didier Roche  <didier.roche@canonical.com>

	remove workaround that is now properly fixed in compiz, as it resulted in bug #953783
	Added a manual test as an autopilot one will require more pocking (firefox API)
	
	Please poke me before merging it, I need to revert this to the package (it's already
	published as a distro-patch). Fixes: . Approved by Daniel van Vugt, Marco Trevisan (Treviño).

2012-03-14  Didier Roche  <didier.roche@canonical.com>

	better test case

2012-03-13  Didier Roche  <didier.roche@canonical.com>

	remove workaround that is now propery fixed in compiz resulting in bug #953783

2012-03-13  Didier Roche  <didier.roche@canonical.com>

	add a manual test

2012-03-14  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Don't absorb Alt+ArrowKey (et al) events if you're not doing anything with
	them. Ensures unused events get sent to the active window. (LP: #953783)
	. Fixes: https://bugs.launchpad.net/bugs/953783. Approved by Didier Roche.

2012-03-14  Daniel van Vugt  <daniel.van.vugt@canonical.com>

	Don't absorb Alt+ArrowKey (et al) events if you're not doing anything with
	them. Ensures unused events get sent to the active window. (LP: #953783)

2012-03-14  Thomi Richards  <thomi.richards@canonical.com>

	Update the unity logging tests to use the updated autopilot API.. Fixes: . Approved by Michal Hruby.

2012-03-14  Thomi Richards  <thomi.richards@canonical.com>

	Fixed new unity logging tests.

2012-03-14  Thomi Richards  <thomi.richards@canonical.com>

	Autopilot tests can now produce unity logs for a failing autopilot test.. Fixes: . Approved by Jason Smith, Tim Penhey.

2012-03-14  Thomi Richards  <thomi.richards@canonical.com>

	Trim trailing whitespace.

2012-03-14  Thomi Richards  <thomi.richards@canonical.com>

	Changed from review.

2012-03-14  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-03-14  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-03-14  Thomi Richards  <thomi.richards@canonical.com>

	Fixed typo.

2012-03-14  Thomi Richards  <thomi.richards@canonical.com>

	Logging now reset after each test is complete.

2012-03-14  Thomi Richards  <thomi.richards@canonical.com>

	Launcher tests now make the launcher log debug-level log messages.

2012-03-14  Thomi Richards  <thomi.richards@canonical.com>

	Renamed StopLoggingToFile -> ResetLogging. Added infrastructure to test case class.

2012-03-13  Thomi Richards  <thomi.richards@canonical.com>

	Now attaches unity log to tests.

2012-03-13  Thomi Richards  <thomi.richards@canonical.com>

	Added more tests to ensure the logging framework is running correctly.

2012-03-13  Thomi Richards  <thomi.richards@canonical.com>

	Merged Tim's branch that contains the log implementation.

2012-03-13  Tim Penhey  <tim.penhey@canonical.com>

	Implement the logging features.

2012-03-13  Thomi Richards  <thomi.richards@canonical.com>

	Added the test file.

2012-03-13  Thomi Richards  <thomi.richards@canonical.com>

	Added a failing test for unity's logging infrastructure.

2012-03-13  Thomi Richards  <thomi.richards@canonical.com>

	DBus methods in place.

2012-03-13  Brandon Schaefer  <brandontschaefer@gmail.com>

	. Fixes: . Approved by Thomi Richards.

2012-03-13  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Fixed using ensure_dash in ALL test cases, now only in setUp and tearDown
	* Fixed self.dash = Dash() being used everytime in setUp. Now in AutopilotTest

2012-03-13  Brandon Schaefer  <brandontschaefer@gmail.com>

	* Test for Multi_Key/Composition characters

2012-03-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Added support for Up/Down arrow keys to change the selected launcher icon when using the Super+Tab
	
	This fixes the bug #950404
	
	On the test sides, I've used autopilot to test this particular fix, also I've made some changes to the launcher emulator, to make it handle in a better way the Launcher key navigation and the Launcher Switcher as two different kinds of key navigation. This should avoid any confusion and cleans the code.. Fixes: https://bugs.launchpad.net/bugs/950404. Approved by Andrea Azzarone, Thomi Richards.

2012-03-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot: added the tests for the Up/Down arrow keys during launcher switcher
	
	Plus, redesigned the launcher emulator, underlining the differece between the Launcher Switcher
	and the Launcher Key navigation.

2012-03-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: make Launcher switcher to work also with arrow keys

2012-03-13  Andrea Azzarone  <azzaronea@gmail.com>

	The problems
	-------------
	Bug #927710: No text inside multirange filters
	Bug #942508: Dash - Font metrics and colors are wrong
	
	The fix
	-------
	Update the dash fonts.
	
	Test
	----
	Not applicable.
	
	http://ubuntuone.com/1a4mdRPJ8tgFrg4bMuNiQE
	
	I've merged lp:~sladen/unity/unity-drunken-spinner-lp943656.. Fixes: https://bugs.launchpad.net/bugs/927710, https://bugs.launchpad.net/bugs/942508. Approved by John Lea, Andrea Cimitan, Mirco Müller.

2012-03-13  Andrea Azzarone  <azzaronea@gmail.com>

	Add SVGs.

2012-03-13  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-03-06  Andrea Azzarone  <azzaronea@gmail.com>

	Fix the space between the search entry icon and the text.

2012-03-06  Andrea Azzarone  <azzaronea@gmail.com>

	Merge needed branch.

2012-03-05  Andrea Azzarone  <azzaronea@gmail.com>

	Move font description in const variables.

2012-03-01  Andrea Azzarone  <azzaronea@gmail.com>

	Update the dash font settings.

2012-03-13  Mirco Müller  <mirco.mueller@canonical.com>

	Trying to understand how and where changes to an icons alpha- and saturation-value are taking place is material to get insane. By now I've spent many many many hours trying to get behind what's going on. I can't say I fully grasp
	the intricate ways of icons opacity and saturation in class Launcher.
	
	As far as I can tell, there are four valid "cases" for the launcher icons in terms of alpha and saturation. To make it easier for you to follow, have a look at this table:
	
	alpha  |  saturation
	-------------------------------------------------------------------
	|  dash open                             |   0.5   |     0.0      |
	|  dash closed                           |   1.0   |     1.0      |
	|  drop-target (dragging & dash open)    |   1.0   |     1.0      |
	|  no drop-target (dragging & dash open) |   0.5   |     0.0      |
	-------------------------------------------------------------------
	
	So alpha should never be outside [0.5 .. 1.0] and saturation should never be outside [0.0 .. 1.0]. From my investigation it is sufficient to protect only against the lower threshold, where alpha needs to be 0.5 and saturation 0.0
	
	without fix:
	http://people.canonical.com/~mmueller/863230-issue-1.ogv
	
	with fix:
	http://people.canonical.com/~mmueller/after-fix-863230.ogv
	
	If anybody ever causes this to regress, I'll ... !. Fixes: https://bugs.launchpad.net/bugs/863230. Approved by Tim Penhey.

2012-02-29  Mirco Müller  <mirco.mueller@canonical.com>

	Added a manual-test for the bug

2012-02-15  Mirco Müller  <mirco.mueller@canonical.com>

	Best attempt yet, trying to fix LP: #863230

2012-03-13  Gabor Kelemen  <kelemeng@ubuntu.com>

	Added missing files to POTFILES.in. Fixes: https://bugs.launchpad.net/bugs/923762. Approved by Thomi Richards, Michal Hruby.

2012-03-05  Gabor Kelemen  <kelemeng@ubuntu.com>

	Update POTFILES.in/skip. LP: 923762

2012-03-13  Alex Launi  <alex.launi@canonical.com>

	Adds "x" and "y" properties to the quicklists and their menu items, so that autopilto can find and click them in tests.. Fixes: . Approved by Thomi Richards.

2012-02-23  Alex Launi  <alex.launi@canonical.com>

	add absolute (screen) x and y coordinated to quicklists

2012-03-13  Andrea Azzarone  <azzaronea@gmail.com>

	= The Problem =
	
	HUD shortcut is not in the overlay.
	
	= The Fix =
	
	Add it.
	
	= Testing =
	
	None.. Fixes: https://bugs.launchpad.net/bugs/942515. Approved by Marco Trevisan (Treviño).

2012-03-05  Andrea Azzarone  <azzaronea@gmail.com>

	Fix.

2012-02-28  Andrea Azzarone  <azzaronea@gmail.com>

	Add the HUD shortcut to the overlay.

2012-03-13  Andrea Azzarone  <azzaronea@gmail.com>

	= The Problem =
	
	The shortcut overlay uses hardcoded value for switching ws.
	
	= The Fix =
	
	Add a new type of shortcut option COMPIZ_METAKEY_OPTION.
	
	= Testing =
	
	Added.. Fixes: https://bugs.launchpad.net/bugs/939517. Approved by Mirco Müller.

2012-02-28  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug #939517.

2012-03-13  Paul Sladen  <sladen@canonical.com>

	Dash/HUD: logic inversion in spinner rotation offset (LP: #943656). Fixes: https://bugs.launchpad.net/bugs/943656. Approved by Andrea Azzarone, Andrea Cimitan.

2012-03-01  Paul Sladen  <sladen@canonical.com>

	Dash/HUD: logic inversion in spinner rotation offset

2012-03-13  Andrea Cimitan  <andrea.cimitan@canonical.com>

	The glow in the alt-tab switcher is misaligned leading to a dark line at right and bottom edge. This commit fixes it. Fixes: . Approved by Andrea Cimitan.

2012-02-29  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Fix misalignment of the glow in alt-tab switcher

2012-03-13  Martin Mrazik  <mrazik@gmail.com>

	I'll try to automate this in the next few days.. Fixes: . Approved by Thomi Richards.

2012-02-28  Martin Mrazik  <mrazik@gmail.com>

	manual test for lp:929506

2012-03-13  Andrea Azzarone  <azzaronea@gmail.com>

	= The Problem =
	
	See: https://bugs.launchpad.net/unity/+bug/748101.
	
	= The Fix =
	
	Keep in consideration the baseline to align the labels inside the category header.
	
	= Testing =
	
	AP test: ./tools/autopilot run autopilot.tests.test_dash.DashVisualTests.test_see_more_result_alignment. Fixes: https://bugs.launchpad.net/bugs/748101. Approved by Alex Launi, Marco Trevisan (Treviño), Thomi Richards, Andrea Cimitan.

2012-03-13  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-02-29  Andrea Azzarone  <azzaronea@gmail.com>

	Fix.

2012-02-29  Andrea Azzarone  <azzaronea@gmail.com>

	Complete the AP test.

2012-02-29  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-02-29  Andrea Azzarone  <azzaronea@gmail.com>

	First draft for the AP test.

2012-02-29  Andrea Azzarone  <azzaronea@gmail.com>

	Use something like a baseline alignment for the category header.

2012-03-13  Thomi Richards  <thomi.richards@canonical.com>

	Make autopilot test log lines much shorter by using the module name rather than the full path name.. Fixes: . Approved by Jason Smith.

2012-03-13  Thomi Richards  <thomi.richards@canonical.com>

	Use the module name rather than the full path name in the test log file.

2012-03-12  Jason Smith  <jason.smith@canonical.com>

	== The Problem ==
	Design requested changes to multi-monitor to provide support for toggling barriers and multiple-launchers
	
	== The Solution ==
	Implement the options
	
	== Testing ==
	Interactions should be covered under existing tests. Fixes: . Approved by Tim Penhey.

2012-03-12  Jason Smith  <jason.smith@canonical.com>

	don't violate the rule of three

2012-03-12  Jason Smith  <jason.smith@canonical.com>

	change text to be a little clearer

2012-03-12  Jason Smith  <jason.smith@canonical.com>

	add manual test

2012-03-12  Jason Smith  <jason.smith@canonical.com>

	ensure that we have the launcher properly reflect the entire desktop rather than just the monitor when in single launcher mode

2012-03-12  Jason Smith  <jason.smith@canonical.com>

	implement mm options for multiple launchers

2012-03-12  Brandon Schaefer  <brandontschaefer@gmail.com

	= Problem description =
	
	If no results are returned from a lens there is no message informing the user so.
	
	= The fix =
	
	In DashView::OnSearchFinished a check is made to see if a message should be
	shown.
	
	A default message is used if the lens doesn't provide one.
	
	There is also a timer that waits for 150ms then hides the
	message, if the search is taking a while.
	
	= Test coverage =
	
	There is an autopilot test for this now!. Fixes: https://bugs.launchpad.net/bugs/711199. Approved by Tim Penhey, Alex Launi, Michal Hruby, Marco Trevisan (Treviño), Brandon Schaefer.

2012-03-08  Brandon Schaefer  <brandontschaefer@gmail.com>

	Removed comments added by me...

2012-03-08  Brandon Schaefer  <brandontschaefer@gmail.com>

	merge trunk

2012-03-05  Brandon Schaefer  <brandontschaefer@gmail.com

	merged trunk

2012-03-04  Brandon Schaefer  <brandontschaefer@gmail.com

	*Changed autopilot search string

2012-03-02  Brandon Schaefer  <brandontschaefer@gmail.com

	Mixed names up

2012-03-02  Brandon Schaefer  <brandontschaefer@gmail.com

	* Split the autopilot test

2012-03-02  Brandon Schaefer  <brandontschaefer@gmail.com

	* Sleep added after kb.type()

2012-03-02  Brandon Schaefer  <brandontschaefer@gmail.com

	* Added an autopilot test and removed the manual onew

2012-03-02  Brandon Schaefer  <brandontschaefer@gmail.com

	trunk

2012-03-01  Brandon Schaefer  <brandontschaefer@gmail.com

	Fixed the timer where it would go off when switching lenses

2012-03-01  Brandon Schaefer  <brandontschaefer@gmail.com

	merged trunk

2012-03-01  Brandon Schaefer  <brandontschaefer@gmail.com

	In LensView::HideResultsMessage, now checks if the message is active before hiding it

2012-03-01  Brandon Schaefer  <brandontschaefer@gmail.com

	Added a signal so to hide the results message after 150ms

2012-02-29  Brandon Schaefer  <brandontschaefer@gmail.com

	merged trunk

2012-02-06  Brandon Schaefer  <brandontschaefer@gmail.com>

	Fixed style problems, along with some other clean ups.

2012-02-06  Brandon Schaefer  <brandontschaefer@gmail.com>

	Changed to use std::sstream instead of std::string

2012-02-06  Brandon Schaefer  <brandontschaefer@gmail.com>

	markup now uses std::string instead of gchar* and g_strdup_printf()

2012-02-03  Brandon Schaefer  <brandontschaefer@gmail.com>

	Cleaned up, and fixed conflicts

2012-03-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Added tests for SwitcherController changes done in lp:~3v1n0/unity/alt+tab-background-load, enabled the SwitcherModel tests as well.. Fixes: https://bugs.launchpad.net/bugs/942634. Approved by Tim Penhey, Andrea Azzarone.

2012-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_switcher_controller: make the construction test to really test something

2012-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_switcher_controller: removing the redoundant Test prefix in functions

2012-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_switcher_controller: reduce the time to use to perform the test

2012-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/alt+tab-background-load changes

2012-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests: added test_switcher_controller to check construction and lazy load

2012-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tests, enabling test_switcher_model

2012-02-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-03-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Add some background operations to the SwitcherController to make the Alt+Tab to show-up quicker
	
	The switcher controller now when initialized setup a lazy timer (now set to 10s) that on timeout will construct the
	switcher view, to make the first time usage quicker.
	
	Also, I've added an idle that will run as soon as the user presses the switcher key combination, that constructs the view in background (and shows an invisible window, since the the ShowWindow operation can take longer than just setting the view visible) to make sure that when the show-timeout occurs everything is already there and it just needs to be shown (setting its opacity).
	
	Tests included into the branch lp:~3v1n0/unity/alt+tab-background-load.tests. Fixes: https://bugs.launchpad.net/bugs/942634. Approved by Andrea Azzarone.

2012-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: allow to define the load timeout on construction

2012-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: use protected member to set the construct timeout
	
	So it will be possible to test it.

2012-02-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: setting the load timeout to 20s

2012-02-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: use SetOpacity instead of SetVisible

2012-02-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: move to UBusManager

2012-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: add an idle to construct the view when waiting for the show timeout

2012-02-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: add a lazy loader to create the Alt+Tab window on background
	
	This should improve the startup time of the first Alt+Tab session.

2012-03-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Partly fixes bug #824965 enabling scroll wheel on Alt+Tab to switch the active application.. Fixes: https://bugs.launchpad.net/bugs/824965. Approved by Alex Launi, Thomi Richards.

2012-03-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk changes.

2012-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: add / remove scroll actions in compiz screen
	
	This is not strictly needed here since compiz seems to grab them
	already, but this should ensure that they're managed.

2012-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-02-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Autopilot, switcher: split mouse-wheel tests

2012-02-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: support both horizontal and vertical scroll events on AltTab

2012-02-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: remove unneeded space.

2012-02-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Added autopilot test for switcher mouse-wheel support.

2012-02-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-02-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: igonore quick scroll events, use a limit of 150ms

2012-02-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: inverting the scrolling direction to for the switcher

2012-02-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: allow to change Switcher selected icon via mouse-wheel

2012-03-12  Thomi Richards  <thomi.richards@canonical.com>

	Problem: Several of the test_shortcut_hint autopilot tests fail.
	Solution: Update tests. One issue was that the autopilot API had changed, another was a typo in the test.. Fixes: . Approved by Marco Trevisan (Treviño).

2012-03-13  Thomi Richards  <thomi.richards@canonical.com>

	Fixed shortcut_hint tests.

2012-03-13  Thomi Richards  <thomi.richards@canonical.com>

	Merged branch that fixes unity crash in shortcut hint controller.

2012-03-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Avoid autopilot to crash unity when the shortcut hint view has not been initialized.. Fixes: . Approved by Thomi Richards.

2012-03-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutController: avoid to crash during autopilot if view_window_ has not been initialized.

2012-03-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Add support to hide the shortcut hint view by Escape key.
	
	I've made some work to handle the Escape keypress events for both the Launcher
	Switcher and the Shortcut hint view, using this policy:
	- If the Launcher switcher is active, Escape terminates it
	- If the Shortcut hint is active, Escape terminates it
	- If both are active, the first Escape terminates the Super+Tab,
	the second one will hide the shortcut hint.
	
	Added autopilot support for the Shortcut hint controller, and a first bunch of tests.. Fixes: https://bugs.launchpad.net/bugs/943422. Approved by Andrea Azzarone, Thomi Richards.

2012-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_shortcut_hint.py: set the default size on constructor.

2012-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot: test_shortcut_hint.py check if all the shortcut hints are showing together
	
	Shortcut hints view and the launcher icon hint should be shown at the same time

2012-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging again with thomi's fixed tests

2012-03-05  Thomi Richards  <thomi.richards@canonical.com>

	Fixed tests so they pass, and merged launcher emulator changes, so this should merge cleanly with trunk.

2012-03-05  Thomi Richards  <thomi.richards@canonical.com>

	Removed unneeded refresh_state calls, fixed test.

2012-03-02  Thomi Richards  <thomi.richards@canonical.com>

	Various test cleanups.

2012-03-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_shortcut_hint: added ShortcutHints integration tests.
	
	They tests the interaction between the shortcut hints and other unity
	parts, especially the LauncherSwitcher and the other Super keybindings

2012-03-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot: test launcher switcher cancel by Escape key

2012-03-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_shortcut_hint: added first basic shortcut hint tests

2012-03-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot: ShortcutHint emulator, misc code fixes

2012-03-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, X11 emulator: allow to get the primary monitor

2012-03-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutController: add more introspection data.
	
	Setting it as visible when the view is really visible.
	Also include the FADE duration into the timeout.

2012-03-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: add the shortcut controller as an introspectable child.

2012-03-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with autopilot fixes included into lp:~3v1n0/unity/super+tab-shortcut-fixes

2012-03-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot: add first shortcut_hint.py emulator scheleton

2012-03-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutController: added introspection support

2012-02-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: EnableCancelAction, add support for multiple targets
	
	It allows to setup more cancel actions (one per target) and to remove them.
	Thanks to this, we can handle the Escape keypress for both the Launcher
	Switcher and the Shortcut hint view.
	And we use this policy:
	- If the Launcher switcher is active, Escape terminates it
	- If the Shortcut hint is active, Escape terminates it
	- If both are active, the first Escape terminates the Super+Tab,
	the second one will hide the shortcut hint.

2012-03-12  Gord Allott  <gord.allott@canonical.com>

	adds an include that broke the standalone client build
	
	Build fix - tests not applicable. Fixes: . Approved by Michal Hruby.

2012-03-01  Gord Allott  <gord.allott@canonical.com>

	fixes the dash standalone client build

2012-03-12  Andrea Azzarone  <azzaronea@gmail.com>

	The problem
	===
	Dash - Missing category separator line in dash
	
	The fix
	===
	
	17	-  bool found_one = false;
	18	-
	19	-  for (rit = children.rbegin(); rit != children.rend(); ++rit)
	20	-  {
	21	-    PlacesGroup* group = static_cast<PlacesGroup*>(*rit);
	22	-
	23	-    if (group->IsVisible())
	24	-      group->SetDrawSeparator(found_one);
	25	-
	26	-    found_one = group->IsVisible();
	27	-  }
	
	If the next group is not visibile the separator is not shown in the prev group.
	This branch fixes it moving the logic side in another (testable) function. I'd love to
	remove the static_cast too but I can't find an easy way right now.
	
	The test
	===
	Adds a unit test for the logic side.. Fixes: https://bugs.launchpad.net/bugs/850984. Approved by Marco Trevisan (Treviño).

2012-03-09  Andrea Azzarone  <azzaronea@gmail.com>

	Fix include "issue".

2012-03-09  Andrea Azzarone  <azzaronea@gmail.com>

	Fix.

2012-03-09  Andrea Azzarone  <azzaronea@gmail.com>

	Adds tests.

2012-03-09  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug #850984.

2012-03-12  Michael Rawson  <michaelrawson76@gmail.com>

	Fixes bug #877382 (no long description on hover for CCSM).. Fixes: https://bugs.launchpad.net/bugs/877382. Approved by Tim Penhey.

2012-03-01  Michael Rawson  <michaelrawson76@gmail.com>

	Fixed bug #877382

2012-03-12  Tim Penhey  <tim.penhey@canonical.com>

	Added some manual tests for the launcher reorder animations.. Fixes: . Approved by Mirco Müller.

2012-03-05  Tim Penhey  <tim.penhey@canonical.com>

	Added a few manual tests about the moving of launcher icons.

2012-03-12  Lorenzo Mattei  <lore.mattei@gmail.com>

	. Fixes: https://bugs.launchpad.net/bugs/891818. Approved by Marco Trevisan (Treviño), Mirco Müller.

2012-03-07  Lorenzo Mattei  <lore.mattei@gmail.com>

	Safer autopilot test

2012-03-07  Lorenzo Mattei  <lore.mattei@gmail.com>

	Added autopilot test for lp:891818

2012-03-05  Lorenzo Mattei  <lore.mattei@gmail.com>

	Fixex lp:891818

2012-03-12  Michal Hruby  <michal.mhr@gmail.com>

	Makes the tests less racy by using g_timeout_add instead of the add_seconds which tries to fire multiple timeouts at once at the cost of precision. Also fixes a possible crash in the tests caused by FilesystemLenses.. Fixes: . Approved by Gord Allott.

2012-03-05  Michal Hruby  <michal.mhr@gmail.com>

	Safer tests

2012-03-12  Michal Hruby  <michal.mhr@gmail.com>

	== The Problem ==
	Crashed lens doesn't restart unless searching in home view.
	
	== The Solution ==
	Make sure a Search call can restart a lens just as GlobalSearch can.
	
	== Testing ==
	Added a manual test for the issue.. Fixes: https://bugs.launchpad.net/bugs/947301. Approved by Mirco Müller, Gord Allott.

2012-03-06  Michal Hruby  <michal.mhr@gmail.com>

	Fix the killall command in manual test

2012-03-05  Michal Hruby  <michal.mhr@gmail.com>

	Make sure Search method can restart a lens (not just GlobalSearch)

2012-03-12  Paolo Rotolo  <paolorotolo@ubuntu-it.org>

	Fix typo in plugins/unityshell/unityshell.xml.in: stoped → stopped. Fixes LP: #931382.. Fixes: https://bugs.launchpad.net/bugs/931382. Approved by Marco Trevisan (Treviño).

2012-03-07  Paolo Rotolo  <paolorotolo@ubuntu-it.org>

	Fix typo in plugins/unityshell/unityshell.xml.in: stoped → stopped. Fixes LP: #931382.

2012-03-12  Martin Mrazik  <mrazik@gmail.com>

	Test template to be used for all manual tests to ensure:
	1. consistency acrross test-cases
	2. quality of the manual tests
	. Fixes: . Approved by Alex Launi.

2012-03-07  Martin Mrazik  <mrazik@gmail.com>

	Test template to be used for all manual tests to ensure:
	1. consistency acrross test-cases
	2. quality of the manual tests

2012-03-12  Thomi Richards  <thomi.richards@canonical.com>

	Adds the ability in autopilot to get a launcher icon with a specified desktop file.. Fixes: . Approved by Marco Trevisan (Treviño).

2012-03-09  Thomi Richards  <thomi.richards@canonical.com>

	Added functionality to launcher model class - you can now retrieve icons by their desktop icon.

2012-03-12  Thomas Voß  <thomas.voss@rub.de>

	Introduces a cached variable to handle the Google Test source dir.. Fixes: . Approved by Didier Roche.

2012-03-09  Thomas Voß  <thomas.voss@rub.de>

	Introduced a cached variable for google-test source path.

2012-03-12  Thomi Richards  <thomi.richards@canonical.com>

	The Problem:
	
	Node properties in the unity introspection visualiser script were shown unordered. This made it hard to view node properties.
	
	The solution:
	
	Node properties are now sorted.
	
	Tests:
	
	ummm... no.. Fixes: . Approved by Tim Penhey.

2012-03-12  Thomi Richards  <thomi.richards@canonical.com>

	Unity introspection script now sorts node properties alphabetically.

2012-03-12  Thomi Richards  <thomi.richards@canonical.com>

	Fixed an autopilot test so it actually tests something useful.. Fixes: . Approved by Tim Penhey.

2012-03-12  Thomi Richards  <thomi.richards@canonical.com>

	The test_reveal_with_mouse_under_launcher test no longer moves the mouse out of the way before revealing the launcher. Previously this test wasn't actually testing anything.

2012-03-12  Thomi Richards  <thomi.richards@canonical.com>

	Fixed the CommandLensSearchTests.test_run_before_refresh test so it passes, and refactored the bamf emulator.. Fixes: . Approved by Tim Penhey.

2012-03-12  Thomi Richards  <thomi.richards@canonical.com>

	Cleaned up command lens, which required removing large quantities of code from the bamf emulator.

2012-03-12  Thomi Richards  <thomi.richards@canonical.com>

	Updated show desktop autopilot test to use new launcher API.. Fixes: . Approved by Tim Penhey.

2012-03-12  Thomi Richards  <thomi.richards@canonical.com>

	Fixed show_desktop test.

2012-03-11  Thomi Richards  <thomi.richards@canonical.com>

	Poll for visibility to avoid system differences in tests.. Fixes: . Approved by Tim Penhey.

2012-03-12  Thomi Richards  <thomi.richards@canonical.com>

	Dash emulator ensure_hidden and ensure_visible now poll the dash visibility state to make sure that the dash is visible before they return. After 10 seconds an exception is raised.

2012-03-11  Thomi Richards  <thomi.richards@canonical.com>

	The problem:
	
	The Autopilot test case class didn't log anything when calling set_unity_option, which made it hard to diagnose certain failing autopilot tests.
	
	The solution:
	
	The log message is now produced both when a compiz option is set, and when it is unset (as part of cleanup).
	
	Tests:
	
	Log messages from set_unity_option and set_compiz_option will appear in jenkins test logs.
	
	UNBLOCK. Fixes: . Approved by Tim Penhey.

2012-03-12  Thomi Richards  <thomi.richards@canonical.com>

	Removed debugging code.

2012-03-12  Thomi Richards  <thomi.richards@canonical.com>

	Fixed an issue with the autopilot logging infrastructure which meant we were missing some important log messages in certain AP tests.

2012-03-11  Thomi Richards  <thomi.richards@canonical.com>

	Fix the DashKeyboardFocusTests.test_filterbar_expansion_leaves_kb_focus autopilot test.. Fixes: . Approved by Tim Penhey.

2012-03-12  Thomi Richards  <thomi.richards@canonical.com>

	FilterBar class can now get the correct searchbar.

2012-03-11  Thomi Richards  <thomi.richards@canonical.com>

	Fixed a timing issue with the dash reveal behavior.. Fixes: . Approved by Tim Penhey.

2012-03-12  Thomi Richards  <thomi.richards@canonical.com>

	Fixed a timing issue with the dash reveal behavior. This was causing the dash to appear and dissapear quickly when hitting Super+a (or any other lens shortcut). Also fixed a memory leak in the DashController.

2012-03-11  Thomi Richards  <thomi.richards@canonical.com>

	Only attach video capture log to failing tests if the video capture process returned non-0. Video capture logs aren't useful unless the capture process failed for some reason.
	
	UNBLOCK. Fixes: . Approved by Tim Penhey.

2012-03-12  Thomi Richards  <thomi.richards@canonical.com>

	Only attach video capture log if the capture process returned non-0 exit code. Capture logs aren't that useful anyway.

2012-03-11  Thomi Richards  <thomi.richards@canonical.com>

	This branch slows down the show desktop tests. 
	
	As far as I can see, they're failing on the jenkins instance due to timing issues. This branch should help resolve that (or at least eliminate that possibility).
	
	UNBLOCK. Fixes: . Approved by Tim Penhey.

2012-03-12  Thomi Richards  <thomi.richards@canonical.com>

	Wait a bit longer after initiating show desktop mode. This should help these tests pass on the jenkins instance.

2012-03-09  Gord Allott  <gord.allott@canonical.com>

	Fixes the hud not returning focus on return
	
	UNBLOCK. Fixes: https://bugs.launchpad.net/bugs/934061. Approved by .

2012-03-09  Gord Allott  <gord.allott@canonical.com>

	fixes issue with focus on return not being returned to the application

2012-03-09  Thomi Richards  <thomi.richards@canonical.com>

	This branch adds autopilot tests to verify the fix for bug lp:942042.
	
	UNBLOCK. Fixes: https://bugs.launchpad.net/bugs/942042. Approved by Tim Penhey.

2012-03-07  Thomi Richards  <thomi.richards@canonical.com>

	Cleanups.

2012-03-07  Thomi Richards  <thomi.richards@canonical.com>

	added quicklist test file.

2012-03-07  Thomi Richards  <thomi.richards@canonical.com>

	added python-xdg to the dependancy list for autopilot.

2012-03-07  Thomi Richards  <thomi.richards@canonical.com>

	Merged branch with bugfix, test passes.

2012-02-28  Ted Gould  <ted@gould.cx>

	Removing a free'ing of the keyfile that was removed

2012-02-27  Ted Gould  <ted@gould.cx>

	Drop unused variables

2012-02-27  Ted Gould  <ted@gould.cx>

	Attaching Bug

2012-02-27  Ted Gould  <ted@gould.cx>

	Libindicator handles the case where we don't find shortcuts without warning now, don't need this if statement.  This brings Unity up to compliance with the name changes in the desktop spec

2012-03-07  Thomi Richards  <thomi.richards@canonical.com>

	Have a failing test.

2012-03-09  Gord Allott  <gord.allott@canonical.com>

	fixes issue with hud not returning focus correctly, hack was bad.
	
	UNBLOCK. Fixes: https://bugs.launchpad.net/bugs/934061. Approved by Gord Allott, Mirco Müller.

2012-03-05  Gord Allott  <gord.allott@canonical.com>

	resolved conflict

2012-03-05  Gord Allott  <gord.allott@canonical.com>

	remove debugs

2012-03-02  Gord Allott  <gord.allott@canonical.com>

	fixed up the bamf wrapper to use desktop files for matching rather than application names, should work on non english locales now

2012-03-02  Gord Allott  <gord.allott@canonical.com>

	merged trunk and added ap tests

2012-02-23  Gord Allott  <gord.allott@canonical.com>

	remove stupid po changes i hate that

2012-02-23  Gord Allott  <gord.allott@canonical.com>

	fixes the hud not giving focus back if you open close the hud fast, no tests

2012-03-09  Gord Allott  <gord.allott@canonical.com>

	UNBLOCK
	
	dummy merge to bump abi. Fixes: . Approved by Didier Roche, Gord Allott.

2012-03-08  Gord Allott  <gord.allott@canonical.com>

	corrected HACKING file

2012-03-08  Jeremy Bicha  <jbicha@ubuntu.com>

	UNBLOCK: set title case for Lock to Launcher/Unlock from Launcher. Fixes: https://bugs.launchpad.net/bugs/949636. Approved by Didier Roche.

2012-03-07  Jeremy Bicha  <jbicha@ubuntu.com>

	Use title case for "Lock to Launcher"/"Unlock from Launcher" (LP: #949636)

2012-03-08  Gord Allott  <gord.allott@canonical.com>

	Includes the google test library in our build system, could use some slimming down after some investigation
	
	UNBLOCK. Fixes: . Approved by .

2012-03-08  Gord Allott  <gord.allott@canonical.com>

	more graceful handling of no gtest

2012-03-08  Gord Allott  <gord.allott@canonical.com>

	builds cmake locally using distro supplied cmake - hardcoded to /usr/src/gtest right now

2012-03-08  Gord Allott  <gord.allott@canonical.com>

	adds the entire gtest library to our build system as per googles preference

2012-03-07  Thomi Richards  <thomi.richards@canonical.com>

	Autopilot now logs when it sets a compiz plugin option as part of a test run. Fixed a bug in a log message inside the Mouse class.
	
	UNBLOCK. Fixes: . Approved by Alex Launi.

2012-03-08  Thomi Richards  <thomi.richards@canonical.com>

	Fixed a bug in the Mouse class log message.

2012-03-08  Thomi Richards  <thomi.richards@canonical.com>

	Added logging to code that alters unity settings.

2012-03-07  Jay Taoko  <jay.taoko@canonical.com>

	* Revert composition character support in Unity. It introduced a regression in Unity.
	
	UNBLOCK. Fixes: . Approved by Alex Launi.

2012-03-07  Jay Taoko  <jay.taoko@canonical.com>

	* Revert composition character support in Unity. It introduced a regression in Unity.

2012-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: don't ungrab the keyboard on Alt press if switcher is active
	
	When the Alt+Tab switcher is active is the keyboard must not be ungrabbed or the Alt+Tab cancel action won't work (i.e. escaping from switcher by Escape key).
	This fixes a regression introduced recently. I've also included AP tests to check if the cancel action works.
	
	UNBLOCK. Fixes: https://bugs.launchpad.net/bugs/948227. Approved by Tim Penhey, Thomi Richards.

2012-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_switcher.py: added tests for switcher escaping, and lazy invocation

2012-03-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: don't ungrab the keyboard on Alt press if switcher is active
	
	When the Alt+Tab switcher is active is the keyboard must not be
	ungrabbed or the Alt+Tab cancel action won't work (i.e. escaping
	from switcher by Escape key).

2012-03-06  Thomi Richards  <thomi.richards@canonical.com>

	Adds an option to the autopilot script that allows users to pick which folder to store videos of failed tests. This is needed by the jenkins infrastructure.
	
	UNBLOCK. Fixes: . Approved by Alex Launi.

2012-03-07  Thomi Richards  <thomi.richards@canonical.com>

	Adds an option to the autopilot script so we can pick where to store videos of failed tests.

2012-03-06  Thomi Richards  <thomi.richards@canonical.com>

	Add the ability to video capture failing autopilot tests. This feature is enabled with the '-r' switch to the 'autopilot run' command.
	
	Videos are stored in /tmp/autopilot. This feature is intended for use on the jenkins slave machines.
	
	UNBLOCK. Fixes: . Approved by Marco Trevisan (Treviño), Tim Penhey.

2012-03-07  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk, fixed conflicts.

2012-03-06  Thomi Richards  <thomi.richards@canonical.com>

	Whitespace fixes.

2012-03-06  Thomi Richards  <thomi.richards@canonical.com>

	Prevent passing tests from encoding the video file, so we don't suffer the encoding overhead. Removed the dummy test I was using to test this feature.

2012-03-06  Thomi Richards  <thomi.richards@canonical.com>

	Recording is disabled if the recording app is not present.

2012-03-06  Thomi Richards  <thomi.richards@canonical.com>

	Video capture works.

2012-03-06  Jay Taoko  <jay.taoko@canonical.com>

	UNBLOCK
	
	* Use Gtk im for composition characters.
	
	Fix bug #944674. Fixes: https://bugs.launchpad.net/bugs/944674. Approved by Neil J. Patel.

2012-03-06  Jay Taoko  <jay.taoko@canonical.com>

	* Simulate 'ô' in a test.

2012-03-05  Jay Taoko  <jay.taoko@canonical.com>

	* Merged with trunk.

2012-03-05  Jay Taoko  <jay.taoko@canonical.com>

	* Fixed errors in tests

2012-03-05  Jay Taoko  <jay.taoko@canonical.com>

	* Adding Autopilot test for composition characters (â,ô,ĩ,î,ã) typing in the dash.

2012-03-05  Jay Taoko  <jay.taoko@canonical.com>

	* Fix

2012-03-05  Jay Taoko  <jay.taoko@canonical.com>

	* Cleanup

2012-03-05  Jay Taoko  <jay.taoko@canonical.com>

	* Fix: removed bad conditional.

2012-03-02  Jay Taoko  <jay.taoko@canonical.com>

	* Use Gtk im for composition characters.

2012-03-02  Jay Taoko  <jay.taoko@canonical.com>

	* Adding support for dead keys.

2012-03-06  Gord Allott  <gord.allott@canonical.com>

	UNBLOCK resolves a silly glib issue, glib is C not C++ ;). Fixes: . Approved by Michał Sawicz.

2012-03-06  Gord Allott  <gord.allott@canonical.com>

	resolves a 2d build issue

2012-03-04  Thomi Richards  <thomi.richards@canonical.com>

	Refactor the autopilot launcher emulator to use the new UnityIntrospectableObject class. Launcher tests will now run once per configured monitor.. Fixes: . Approved by Tim Penhey.

2012-03-05  Thomi Richards  <thomi.richards@canonical.com>

	Fixed typo, made show desktop tests even nicer to read.

2012-03-05  Thomi Richards  <thomi.richards@canonical.com>

	Added a TODO comment before switcher emulator prompting me to refactor it in another branch.

2012-03-05  Thomi Richards  <thomi.richards@canonical.com>

	Fixed filtering in get_children_by_type.

2012-03-05  Thomi Richards  <thomi.richards@canonical.com>

	Imports should be system first, then local, and in alphabetical order.

2012-03-05  Thomi Richards  <thomi.richards@canonical.com>

	Removed debug logging that was flooding the test logs, fixed showdesktop tests.

2012-03-05  Thomi Richards  <thomi.richards@canonical.com>

	Fixed a breakage in the hud tests, and fixed a bug in the UnityIntrospectableObject class, where children would be filtered if no filter was applied.

2012-03-05  Thomi Richards  <thomi.richards@canonical.com>

	Launcher emulator is now split into separate classes: LauncherController, LauncherModel, and Launcher. Updated tests. Launcher tests are now scenario'd depending on the number of monitors configured on the machine. All new-style emulators automatically update their state when someone requests an attribute from unity.

2012-03-05  Thomi Richards  <thomi.richards@canonical.com>

	Renamed Launcher to LauncherHelper, added LauncherController and Launcher classes. Tests still pass.

2012-03-04  Thomi Richards  <thomi.richards@canonical.com>

	Modifies the tools/autopilot script to print the total number of tests found.
	
	UNBLOCK. Fixes: . Approved by Tim Penhey.

2012-03-03  Thomi Richards  <thomi.richards@canonical.com>

	autopilot script prints total number of tests after listing them.

2012-03-04  Gord Allott  <gord.allott@canonical.com>

	Check pixbuf before dereferencing.. Fixes: https://bugs.launchpad.net/bugs/937421. Approved by Tim Penhey.

2012-02-28  Gord Allott  <gord.allott@canonical.com>

	add safety check on gdk pixbuf

2012-03-04  smspillaz  <sam.spilsbury@canonical.com>

	Fix the Alt+F1 or Alt+F2 sending a ";3P" or ";3Q" to the active windows issue, and also fixes some alt holding showing menus.  Compiz-core fix needed for complete fix.. Fixes: https://bugs.launchpad.net/bugs/943194, https://bugs.launchpad.net/bugs/943239, https://bugs.launchpad.net/bugs/943456. Approved by Tim Penhey, Sam Spilsbury, Daniel van Vugt.

2012-03-02  smspillaz  <sam.spilsbury@canonical.com>

	Added a small work-a-round for bug 943194

2012-03-02  smspillaz  <sam.spilsbury@canonical.com>

	Always return true whenever an action was handled

2012-03-04  Jason Smith  <jason.smith@canonical.com>

	Don't show the switcher when alt+right is pressed. Fixes: https://bugs.launchpad.net/bugs/943902. Approved by Tim Penhey.

2012-03-04  Jason Smith  <jason.smith@canonical.com>

	add test

2012-03-04  Jason Smith  <jason.smith@canonical.com>

	Fix alt-arrow causing switcher to pop up

2012-03-02  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	Fixes lp:942625
	
	GestureEngine::FindCompWindow() would enter in an infinite loop if the window passed to it is the root window since its break condition (parent == root) would never be reached as parent would be zero.
	
	Also includes some other safeguards around the same issue.
	
	UNBLOCK. Fixes: https://bugs.launchpad.net/bugs/942625. Approved by Marco Trevisan (Treviño).

2012-03-01  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	Fixes infinite loop in GestureEngine. lp:942625
	
	GestureEngine::FindCompWindow() would enter in an infinite loop
	if the window passed to it is the root window since its break condition
	(parent == root) would never be reached as parent would be zero.

2012-03-02  Tim Penhey  <tim.penhey@canonical.com>

	* Fixes the key navigation in the hud. Implemented an "ok" behaviour when navigationg with the key. This will have to be refined with input from design.
	
	* This branch relies on this nux branch: https://code.launchpad.net/~unity-team/nux/nux.hud-fixes/+merge/95399
	
	UNBLOCK
	. Fixes: . Approved by Tim Penhey, Gord Allott.

2012-03-02  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2012-03-02  Tim Penhey  <tim.penhey@canonical.com>

	Make the base autopilot test case use the glib runner, and add more hud tests.

2012-03-02  Tim Penhey  <tim.penhey@canonical.com>

	Expose the HudView through the controller.

2012-03-02  Tim Penhey  <tim.penhey@canonical.com>

	Remember the selected button, and expose over debug interface.

2012-03-02  Tim Penhey  <tim.penhey@canonical.com>

	Initialize the view member, and add the view as an introspectable child.

2012-03-02  Tim Penhey  <tim.penhey@canonical.com>

	Add an unsigned type to the variant wrapper.

2012-03-01  Jay Taoko  <jay.taoko@canonical.com>

	* Fix: properly updated the app icons when navigating through the Hud buttons
	* Fix left and right navigation keys in the text entry
	* Cleanup

2012-03-01  Jay Taoko  <jay.taoko@canonical.com>

	* Cleanup and comments.

2012-03-01  Jay Taoko  <jay.taoko@canonical.com>

	* Fixes the key navigation in the hud. Implemented an "ok" behaviour when navigationg with the key. This will have to be refined with input from design.

2012-03-02  Thomi Richards  <thomi.richards@canonical.com>

	Two changes to the key the Keyboard emulator handles multi-key combos: We insert a delay between pressing and releasing individual keys, and always release keys in the reverse order they were pressed.
	
	UNBLOCK. Fixes: . Approved by Marco Trevisan (Treviño), Alex Launi.

2012-03-02  Thomi Richards  <thomi.richards@canonical.com>

	Keyboard emulator now inserts a delay between each key in a multi-key press or release action.

2012-02-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	The launcher icons can be shown during the Super Tab Launcher switcher.
	
	For both the shortcut hints and the icons shortcut overlays we use the same policy:
	- If they were shown before starting the Super+Tab session, we still show them
	- If they were not shown before starting the Super+Tab session, they won't be ever shown
	
	Plus, if we're pressing a valid unity shortcut key when the Launcher Switcher is active, we should terminate the switcher without doing anything.
	
	UNBLOCK. Fixes: https://bugs.launchpad.net/bugs/943372, https://bugs.launchpad.net/bugs/943377. Approved by Thomi Richards.

2012-03-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, more test_launcher.py fixes

2012-03-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~thomir/unity/fix-ap-test-stability

2012-03-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test_launcher.py: fixed some errors in tests

2012-02-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~thomir/unity/super+tab-shortcut-fixes-bettertests

2012-03-01  Thomi Richards  <thomi.richards@canonical.com>

	Split apart launcher tests into many smaller tests.

2012-02-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_launcher.py: Added the switcher starts on zero test

2012-02-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_launcher.py: Fixing the docstrings
	
	Plus use self.keyboard.

2012-02-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk.

2012-02-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-tests: SuperTab, removed the tests now covered by autopilot

2012-02-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_launcher: added Super+Tab cycling tests

2012-02-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, test_launcher: added tests for bug #943372 and bug #943372
	
	We both check the interaction with the launcher icon shortcuts, both
	from a visual and logical point of view.

2012-02-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	autopilot, launcher emulator: add getters for shortcuts status and keyboard target launcher

2012-02-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: add introspection to get the keyboard target launcher

2012-02-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: add introspect to check if the shortcuts overlays are showing

2012-02-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2012-02-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	No need to terminate the Key navigation releasing super.

2012-02-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-tests: SuperTab, one more test to check the interaction with the unity shortcuts

2012-02-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-test: added missing manual test for SuperTab and launcher icons shortcuts interaction

2012-02-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: if a valid shortcut key is pressed and the keynavigation is active, terminate it

2012-02-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: don't hide the icon shortcuts on KeyNavigation
	
	They should be shown if they've been already there when starting the navigation.

2012-02-29  Thomi Richards  <thomi.richards@canonical.com>

	Two tests are now skipped. These need to be rewritten, but this is a non-trivial test to write. The current tests try and do something that's not supported by unity.
	
	UNBLOCK. Fixes: . Approved by Tim Penhey.

2012-03-01  Thomi Richards  <thomi.richards@canonical.com>

	Skipping tests that modify _NET_WM_STATE property after a window has been mapped, since unity doesn't support that.

2012-02-29  Thomi Richards  <thomi.richards@canonical.com>

	Fixed several stability issues with autopilot tests.
	
	Specifically:
	
	* hud tests now make sure the hud is hidden after each test.
	* Keyboard and mouse cleanup happens after test tearDown methods are called, so tests can do things like hide the dash and the keyboard cleanup will still work as expected.
	* Keyboard cleanup now removes pressed keys from the global list after releasing them (oops!)
	* Mouse cleanup now releases pressed mouse buttons as well as moving mouse to a safe position.
	* Keyboard and mouse release methods will log a warning when asked to release a key that wasn't pressed, rather than crashing. This shouldn't normally happen, but crashing is never the right thing to do.
	* Revealing the dash, or any lens will now clear the old search text by default.
	
	UNBLOCK. Fixes: . Approved by Marco Trevisan (Treviño).

2012-03-01  Thomi Richards  <thomi.richards@canonical.com>

	Fixed typo.

2012-03-01  Thomi Richards  <thomi.richards@canonical.com>

	Remove mouse and keyboard cleanup methods from LoggedTestCase tearDown method.

2012-03-01  Thomi Richards  <thomi.richards@canonical.com>

	Mouse and keyboard clenup must happen after test tearDown, so add them as a cleanup method.

2012-03-01  Thomi Richards  <thomi.richards@canonical.com>

	Launcher can have 0 active icons.

2012-03-01  Thomi Richards  <thomi.richards@canonical.com>

	Fixed type.

2012-03-01  Thomi Richards  <thomi.richards@canonical.com>

	Log when we start an application.

2012-03-01  Thomi Richards  <thomi.richards@canonical.com>

	Only count visible launcher icons as potentially active.

2012-03-01  Thomi Richards  <thomi.richards@canonical.com>

	Hud tests now  ensure hud is hidden after each test.

2012-03-01  Thomi Richards  <thomi.richards@canonical.com>

	Keyboard and Mouse emulators now warn if asked to generate a release even for a key/button that was not pressed, rather than throwing an exception.

2012-03-01  Thomi Richards  <thomi.richards@canonical.com>

	By default, revealing the dash (or any lens) clears the last search string.

2012-03-01  Thomi Richards  <thomi.richards@canonical.com>

	Keyboard cleanup method only releases keys once. Mouse cleanup method now releases buttons that were previously pushed. Keyboard and mouse cleanup happens AFTER test cleanup.

2012-02-29  Tim Penhey  <tim.penhey@canonical.com>

	Uses the new modifier-tap ability in compiz to only show the HUD if someone hasn't used another key with alt (or the associated key).. Fixes: https://bugs.launchpad.net/bugs/923410. Approved by Thomi Richards, Mirco Müller.

2012-02-29  Tim Penhey  <tim.penhey@canonical.com>

	Oops, an extra }

2012-02-29  Tim Penhey  <tim.penhey@canonical.com>

	More autopilot tests for the hud.

2012-02-29  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk

2012-02-29  Tim Penhey  <tim.penhey@canonical.com>

	A few more tests.

2012-02-29  Tim Penhey  <tim.penhey@canonical.com>

	Make the dash only show on tap, and move the 250 into a constant.

2012-02-29  Tim Penhey  <tim.penhey@canonical.com>

	Bring back the timer.

2012-02-29  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk

2012-02-16  Tim Penhey  <tim.penhey@canonical.com>

	Use the new tap behaviour in compiz to only respond to taps to show the hud.

2012-02-29  Thomi Richards  <thomi.richards@canonical.com>

	Fix the autopilot setup.py script, so jenkins will run again.
	
	The run_autopilot script is no longer managed by python distutils.
	
	UNBLOCK. Fixes: . Approved by .

2012-02-29  Thomi Richards  <thomi.richards@canonical.com>

	remove scripts from setup.py since we don't need to install that anymore.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Fixed a bug in the new autopilot keybindings API which would fail to hold down single-key keybindings.. Fixes: . Approved by Marco Trevisan (Treviño).

2012-02-29  Thomi Richards  <thomi.richards@canonical.com>

	Fixed bug where single-key keybindings couldn't be held with the new keybindings system.

2012-02-28  Jason Smith  <jason.smith@canonical.com>

	Fix the details mode in alt-tab over multiple workspaces and monitors.. Fixes: https://bugs.launchpad.net/bugs/925484, https://bugs.launchpad.net/bugs/933406. Approved by Jason Smith, Thomi Richards.

2012-02-29  Tim Penhey  <tim.penhey@canonical.com>

	Clean up tests.

2012-02-29  Tim Penhey  <tim.penhey@canonical.com>

	Add test for  bug: 933406

2012-02-29  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2012-02-22  Jason Smith  <jason.smith@canonical.com>

	merge fix-alt-tab-progression branch

2012-02-22  Jason Smith  <jason.smith@canonical.com>

	dont leak implementation details in switcher controller from switcher model

2012-02-22  Jason Smith  <jason.smith@canonical.com>

	merge workspaces fix

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	run_autopilot script now warns sensibly about missing dependancies, allows users to list all tests, and run specific test(s) as well as run the entire suite. Script is now in /tools/autopilot
	
	UNBLOCK. Fixes: . Approved by Marco Trevisan (Treviño).

2012-02-29  Thomi Richards  <thomi.richards@canonical.com>

	Renamed run_autopilot to just 'autopilot'. This avoids the situation where we type 'run_autopilot run'.

2012-02-29  Thomi Richards  <thomi.richards@canonical.com>

	Can now run specific tests.

2012-02-29  Thomi Richards  <thomi.richards@canonical.com>

	run_autopilot can now list tests as well as run the entire suite.

2012-02-29  Thomi Richards  <thomi.richards@canonical.com>

	Moved run_autopilot script, made it report missing dependancies, and made it patch sys.path if needed.

2012-02-28  Tim Penhey  <tim.penhey@canonical.com>

	Fix logic determining icons for alt-tab.. Fixes: . Approved by Thomi Richards.

2012-02-29  Tim Penhey  <tim.penhey@canonical.com>

	Use the compiz keybinding to minimise.

2012-02-29  Tim Penhey  <tim.penhey@canonical.com>

	Fix the AP test.

2012-02-29  Tim Penhey  <tim.penhey@canonical.com>

	The method for determining whether to show only current workspace had the logic wrong.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Adds autopilot tests for jason's branch that fixes a bug regarding switching to minimised apps.. Fixes: . Approved by Tim Penhey.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Removed print debugging statement.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Merged Jason's branch with the fix. Tests now pass.

2012-02-22  Jason Smith  <jason.smith@canonical.com>

	fix issue where windows wouldn't unminimize with alt-tab

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Failing test.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Merged multi-monitor alt+tab tests, as I need some of the infrastructure here.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Can now launch gedit easily from within tests, and can see if a BamfWindow is focused or not.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Added autopilot tests for the switcher "show apps from all workspaces" mode.. Fixes: . Approved by Tim Penhey.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Fixed typo in comment.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Fixed an error in the swticher tests, and relaxed the keybindings module WRT getting hold and tap parts of a single-key binding.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Updated keybindings for switcher in 'all' mode.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Merged branch that stops trunk from crashing. This has been approved, but not merged yet.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Merged Jason's branch with the alt-tab-on-all-workspaces fix.

2012-02-22  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2012-02-07  Thomi Richards  <thomi.richards@canonical.com>

	Added small timeout to launcher tests to get them to pass.

2012-02-06  Jason Smith  <jason.smith@canonical.com>

	better scaling

2012-02-06  Jason Smith  <jason.smith@canonical.com>

	scale reveal pressure by screen size

2012-02-06  Jason Smith  <jason.smith@canonical.com>

	re-enable and fix launcher reveal tests

2012-02-06  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2012-02-01  Jason Smith  <jason.smith@canonical.com>

	implement ctrl+alt+tab to show apps on all viewports

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Failing AP test - switcher does not show apps from all workspaces.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Added test to ensure that switcher only shows icons from current workspace.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	We now have a basic workspace manager - we can switch between workspaces at will.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Added keybindings from the wall plugin.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Added file for workspace manager.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Added a manual test to describe how to test bug lp:932365.
	
	The code has already been merged for this, but it's currently pretty hard to test with autopilot.. Fixes: . Approved by Tim Penhey.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Updated manual test - it works with a device icon too.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Added manual test for dragging an icon over the trash in the launcher.

2012-02-27  Tim Penhey  <tim.penhey@canonical.com>

	Code correctness fix.
	Fixes potential multi-monitor issue with alt-tab getting settings confused.
	
	= Problem description =
	
	We passed an int into a function expecting a bool. This caused the switcher to confuse its settings and act weirdly.
	
	= The fix =
	
	We pass a bool now.
	
	= Test coverage =
	
	Existing tests cover a degree of this behavior. Currently testing does not cover multi-monitor behavior however (which is where this bug showed up). The fix is obvious and the current code is clearly and demonstrably wrong, to the point of passing the wrong type into a function.
	
	A manual test was added for the multi-monitor work.. Fixes: . Approved by Thomi Richards.

2012-02-28  Tim Penhey  <tim.penhey@canonical.com>

	Tweak the test.

2012-02-28  Tim Penhey  <tim.penhey@canonical.com>

	Add a manual multi-monitor test.

2012-02-22  Jason Smith  <jason.smith@canonical.com>

	dont pass an int as a bool, this is obviously wrong (and buggy)

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Don't call std::list::remove while iterating over the list.
	
	This bug was found while running a soon-to-be-landed autopilot test.. Fixes: . Approved by Tim Penhey, Jason Smith.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Revert rev 2018, since it causes crashes in the switcher.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Re-added the switcher tests after they were accidentally lost in a recent merge.. Fixes: . Approved by Jason Smith.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Re-added switcher tests that got lost in a merge.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Launcher does not reveal if mouse button 1 is held down while pushing against screen edge. Fixes lp:928805.. Fixes: . Approved by Jason Smith.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Fixed test name and docstring to match test contents.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Merged fix branch. Test passes.

2012-02-21  Jason Smith  <jason.smith@canonical.com>

	dont reveal when mouse is down

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Have a failing test.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Moved launcher reveal tests to separate test case class.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Change autopilot so instead of hardcoding keybindings, we get them from compiz.. Fixes: . Approved by Tim Penhey.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Improved error handling for optional paramter.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Added an optional delay parameter to KeybindingsHelper.keybinding so the hud emulator can use it as well.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Dash emulator uses KeybindingsHelper class.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Launcher emulator uses keybindingsHelper class.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Switcher emulator uses KeybindingsHelper class.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Switcher emulator changed to use new keybindings system.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Hud emulator converted to new keybindings system.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Dash emulator converted to use new keybindings system.

2012-02-28  Thomi Richards  <thomi.richards@canonical.com>

	Finished switching launcher to new keybindings system. Refactored keybindings internals to use a single dictionary. Made it easier to get the hold part and the tap part of a multi-key keybindings (like Alt+Tab)

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Seems to work...

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Added keybindings module. About to start adding it to the emulators.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Renamed function, changed test to use an import alias so this is easier in the future.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Moved to keybindings module.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Fixed some whitespace and added one more test, for good luck.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	All tests pass.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Test passes.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Failing test: identical keys must not be duplicated in output.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	TEst Passes.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Failing test: <Control> -> Ctrl

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Test passes.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Failing test: must strip trailing whitespace from imput string.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Test now passes.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Failing test - single letter translation.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Refactored - translation function should take strings, and return strings.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Test now passes.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Failing test: only setting instances with type=Key should be allowed.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Test passes.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Failing test case: must raise TypeError if something other than a compizconfig.Setting is passed in.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Added tests for the command lens.
	
	Specifically: 
	* Empty string query should hide the results category.
	* Non-empty string should show the results category.
	* Non-empty string should show results within the results category.
	* Hitting enter before the view has had time to refresh should run the correct result.
	* Ensure that expanding or collapsing the filter bar does not remove keyboard focus from the searchbar.. Fixes: . Approved by Tim Penhey.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Removed whitespace

2012-02-24  Thomi Richards  <thomi.richards@canonical.com>

	Removed manual test specs that are now tested automatically.

2012-02-24  Thomi Richards  <thomi.richards@canonical.com>

	Added test to ensure that keyboard focus is not lost when expanding or collapsing the filter bar.

2012-02-24  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-02-24  Thomi Richards  <thomi.richards@canonical.com>

	Added x,y,widtha nd height properties to FilterBar.

2012-02-23  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-02-23  Thomi Richards  <thomi.richards@canonical.com>

	Removed unused import.

2012-02-23  Thomi Richards  <thomi.richards@canonical.com>

	Added test that verifies correct app is run when Enter is pressed before the view can update.

2012-02-23  Thomi Richards  <thomi.richards@canonical.com>

	Forgot to add the file previously. Added test file with 3 new tests for the command lens.

2012-02-23  Thomi Richards  <thomi.richards@canonical.com>

	Added ResultsView to introspection tree.

2012-02-23  Thomi Richards  <thomi.richards@canonical.com>

	Basic results test.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Re-enabled launcher reveal tests, and set launcher mode to "autohide" for these tests.
	Made it significantly easier to set any compiz/unity option for a single test. These options get automatically un-set when the test finishes.. Fixes: . Approved by Jason Smith.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Removed stray pdb statement.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Re-enabled launcher tests. Made it easier to set any unity /compiz option for a single test.

2012-02-26  Thomi Richards  <thomi.richards@canonical.com>

	Added autopilot tests to verify that the switcher moves to the next switcher icon when Tab is pressed while in details mode.
	
	Switcher tests for details mode are "scenario"'d so we cover details mode initiated by both '`' and 'Down' keys.. Fixes: . Approved by Tim Penhey.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Merged Jason's branch, verified that switcher tests passed.

2012-02-21  Jason Smith  <jason.smith@canonical.com>

	make pressing the down arrow not result in window looping

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Have a failing test case - pressing tab after initiating details mode with the 'Down' arrow does not select next item in the switcher model.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Added tests to verify that the switcher starts in normal mode, and that pressing '`' starts details mode.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Added test to ensure that hitting down arrow puts switcher into details mode.

2012-02-26  Tim Penhey  <tim.penhey@canonical.com>

	This branch just refactors some autopilot code.
	
	Extracts the log handling code for the test into a different base class.
	
	Also makes bamf and keyboard an attribute of all autopilot tests.
	
	Adds a helper method to start an app.. Fixes: . Approved by Thomi Richards.

2012-02-27  Tim Penhey  <tim.penhey@canonical.com>

	Make a Bamf instance a member of they base test case.

2012-02-27  Tim Penhey  <tim.penhey@canonical.com>

	Extract the logger setup into a base class.

2012-02-26  Thomi Richards  <thomi.richards@canonical.com>

	Autopilot ibus tests now use new autopilot API for getting dash searchbar object.. Fixes: . Approved by Tim Penhey.

2012-02-27  Thomi Richards  <thomi.richards@canonical.com>

	Updated ibus tests to match new autopilot API.

2012-02-26  Thomi Richards  <thomi.richards@canonical.com>

	IBus test suites that don't have the required engine installed will no longer fail with an error on tearDown. Instead, the test will be skipped with a helpful message (as originally intended).
	
	Also updated the scenario names for the Anthy engine tests.. Fixes: . Approved by Robert Carr.

2012-02-26  Thomi Richards  <thomi.richards@canonical.com>

	IBus tests suites no longer fail if the ibus engine is missing. The tests will be skipped instead.

2012-02-26  Thomi Richards  <thomi.richards@canonical.com>

	Forgot to change scenario names in Anthy tests.

2012-02-25  Jeremy Bicha  <jbicha@ubuntu.com>

	. Fixes: https://bugs.launchpad.net/bugs/926213. Approved by Marco Trevisan (Treviño), Matthew Paul Thomas, Sam Spilsbury.

2012-02-03  Jeremy Bicha  <jbicha@ubuntu.com>

	Overlay should say "Menu Bar" not "Top Bar" (LP: #926213)

2012-02-25  Jason Smith  <jason.smith@canonical.com>

	= The Problem =
	Alt-Tab timeouts are too long
	
	= The Fix =
	Make the timeout 75ms instead of 150ms
	
	= Testing =
	The existing switcher autopilot tests cover the expected behaviour alt-tab behaviour.. Fixes: https://bugs.launchpad.net/bugs/888636. Approved by David Barth.

2012-02-22  Jason Smith  <jason.smith@canonical.com>

	update alt-tab timeout time to match design requirements

2012-02-24  Paul Sladen  <sladen@canonical.com>

	No glow updates and associate code/asset removal (LP: #933578). Fixes: https://bugs.launchpad.net/bugs/933578. Approved by Gord Allott, Andrea Cimitan.

2012-02-24  Paul Sladen  <sladen@canonical.com>

	Remove unused glow assets

2012-02-24  Paul Sladen  <sladen@canonical.com>

	ABI break: remove now unused Glow variables and helper functions

2012-02-24  Paul Sladen  <sladen@canonical.com>

	No glow: Dash search: remove Glow texture drawing
	(leave functions themselves in order not to break ABI)

2012-02-24  Alex Launi  <alex.launi@canonical.com>

	Overrides the Add and RemoveChild methods of Introspectable for more readable code in the ResultView.. Fixes: . Approved by Gord Allott.

2012-02-24  Alex Launi  <alex.launi@canonical.com>

	Add IntrospectableWrapper to standalone dash CMakeList

2012-02-24  Alex Launi  <alex.launi@canonical.com>

	refactor dash result introspection to use standard introspection api

2012-02-23  Brandon Schaefer  <brandontschaefer@gmail.com

	= Problem description =
	
	Fixes middle mouse button pasting, which was removed by me.
	
	= The fix =
	
	Restored the IMTextEntry::OnMouseButtonUp function but now it only handles paste with the middle mouse
	
	= Test coverage =
	
	There is a manual test for this. Fixes: https://bugs.launchpad.net/bugs/926793. Approved by Thomi Richards.

2012-02-23  Brandon Schaefer  <brandontschaefer@gmail.com

	Changed indent
	Also now using manual test for middle mouse paste

2012-02-23  Brandon Schaefer  <brandontschaefer@gmail.com

	Test for clipboard added,
	Still need to finish Primary Paste

2012-02-23  Brandon Schaefer  <brandontschaefer@gmail.com

	Fixes the problem where you can't paste multiple times

2012-02-23  Brandon Schaefer  <brandontschaefer@gmail.com

	Adds test for middle click pasting
	Adds Test for copy/paste crash bug:926793

2012-02-23  Brandon Schaefer  <brandontschaefer@gmail.com

	Re-fixes middle paste, which was removed by me

2012-02-23  Thomi Richards  <thomi.richards@canonical.com>

	Added tests for ibus strings being entered into the dash. Engines tested include Pinyin (Chinese), Anthy (Japanese), and Hangul (Korean).. Fixes: . Approved by Alex Launi.

2012-02-23  Thomi Richards  <thomi.richards@canonical.com>

	Wait a bit after restarting the ibus bus.

2012-02-22  Thomi Richards  <thomi.richards@canonical.com>

	Restart ibus bus after setting a new input method engine.

2012-02-22  Thomi Richards  <thomi.richards@canonical.com>

	Get the engine name right.. again.

2012-02-22  Thomi Richards  <thomi.richards@canonical.com>

	Japanese engine doesn't put spaces in...

2012-02-22  Thomi Richards  <thomi.richards@canonical.com>

	Get the engine name right\!

2012-02-22  Thomi Richards  <thomi.richards@canonical.com>

	Now with tests for the anthi input engine.

2012-02-22  Thomi Richards  <thomi.richards@canonical.com>

	Hangul input strings append a space to the expected result. Updated tests.

2012-02-22  Thomi Richards  <thomi.richards@canonical.com>

	Better class docstrings, and encode all unicode in u'\uXXXX' format.

2012-02-22  Thomi Richards  <thomi.richards@canonical.com>

	Added tests for hangul input engine.

2012-02-22  Thomi Richards  <thomi.richards@canonical.com>

	I'm an idiot

2012-02-22  Thomi Richards  <thomi.richards@canonical.com>

	AP tests now use testscenarios.

2012-02-21  Thomi Richards  <thomi.richards@canonical.com>

	Now activate ibus after loading dash.

2012-02-21  Thomi Richards  <thomi.richards@canonical.com>

	CLeaned up ibus dash tests.

2012-02-21  Thomi Richards  <thomi.richards@canonical.com>

	No longer use the global ibus engine. Instead, install engines into the active engine list.

2012-02-17  Thomi Richards  <thomi.richards@canonical.com>

	Updated ibus tests from Martin's branch.

2012-02-16  Thomi Richards  <thomi.richards@canonical.com>

	Fixed ibus tests.

2012-02-16  Thomi Richards  <thomi.richards@canonical.com>

	Remember to add new files.

2012-02-16  Thomi Richards  <thomi.richards@canonical.com>

	Added ibus tests.

2012-02-23  Andrea Cimitan  <andrea.cimitan@canonical.com>

	New asses from design, looks nicer!. Fixes: . Approved by Marco Trevisan (Treviño), Andrea Cimitan.

2012-02-23  Andrea Cimitan  <andrea.cimitan@canonical.com>

	New BFB shine

2012-02-23  Lars Uebernickel  <lars.uebernickel@canonical.com>

	= Problem description =
	
	In precise, print status is shown via an indicator instead of using system-config-printer's applet (which is whitelisted in Unity right now).
	
	= The fix =
	
	This patch makes sure the print indicator is shown at the correct position in the panel and removes the whitelist entry for 'scp-dbus-service'.
	
	= Test coverage =
	
	None, trivial change.
	. Fixes: . Approved by Gord Allott.

2012-02-22  Lars Uebernickel  <lars.uebernickel@canonical.com>

	Add indicator-printers support and remove whitelist entry of old printer applet

2012-02-23  Jason Smith  <jason.smith@canonical.com>

	= The Problem =
	
	Slide animation wasn't smooth when dragging icons around ont he launcher
	
	= The Fix =
	
	Make the animation take into account the parents geometry offset when calculating the animation
	
	= Testing =
	
	None. Fixes: . Approved by Gord Allott.

2012-02-22  Jason Smith  <jason.smith@canonical.com>

	Fix calculation of slide animation to account for parent geometry

2012-02-23  Didier Roche  <didier.roche@canonical.com>

	Change F10 to open the first menu of top panel to Alt + F10 as per design (LP: #878492). Fixes: https://bugs.launchpad.net/bugs/878492. Approved by Tim Penhey.

2012-02-23  Didier Roche  <didier.roche@canonical.com>

	Change F10 to open the first menu of top panel to Alt + F10 as per design (LP: #878492)

2012-02-23  Brandon Schaefer  <brandontschaefer@gmail.com

	IMTextEntry now only handles copy/cut and pasting, everything else is in nux::TextEntry. Fixes: https://bugs.launchpad.net/bugs/880876. Approved by Tim Penhey, Jay Taoko, Thomi Richards.

2012-02-23  Brandon Schaefer  <brandontschaefer@gmail.com

	merged trunk, fixed conflicts

2012-02-22  Brandon Schaefer  <brandontschaefer@gmail.com

	removed ibus dep check

2012-02-22  Brandon Schaefer  <brandontschaefer@gmail.com

	TextEntry was replaced with TextEntryIM

2012-02-22  Jay Taoko  <jay.taoko@canonical.com>

	
	* Using signal TextEntryIM::text_changed.

2012-02-22  Brandon Schaefer  <brandontschaefer@gmail.com

	TextEntryIM now using NUX_TRACKER_LOCATION, instead of hard coding it in

2012-02-22  Brandon Schaefer  <brandontschaefer@gmail.com

	Merged trunk

2012-02-20  Brandon Schaefer  <brandontschaefer@gmail.com

	merged trunk

2012-02-20  Brandon Schaefer  <brandontschaefer@gmail.com

	Fixes the preedit box disappearing because it never knew dash lost key focus

2012-02-17  Brandon Schaefer  <brandontschaefer@gmail.com

	Fixed double pasting

2012-02-17  Brandon Schaefer  <brandontschaefer@gmail.com

	merge

2012-02-16  Brandon Schaefer  <brandontschaefer@gmail.com

	Fixes crash in IMTextEntry
	IMTextEntry now only handles copying/cuting/pasting
	New nux TextEntryIM being used for now

2012-02-23  Tim Penhey  <tim.penhey@canonical.com>

	= Problem description =
	
	Failed to compile with the new nux as the signal for text_changed had changed.
	
	= The fix =
	
	Rename the signal
	
	= Test coverage =
	
	Clean compile.. Fixes: . Approved by Mirco Müller.

2012-02-23  Tim Penhey  <tim.penhey@canonical.com>

	New signals.

2012-02-22  Thomi Richards  <thomi.richards@canonical.com>

	Split the dash keynav test into several smaller tests that test one specific thing.
	
	Also removed an unused import from the dash emulator.. Fixes: . Approved by Tim Penhey.

2012-02-23  Thomi Richards  <thomi.richards@canonical.com>

	Split several dash tests into multiple, smaller tests.

2012-02-22  Thomi Richards  <thomi.richards@canonical.com>

	Refactored the autopilot dash emulator to use multiple classes instead of one massive one.
	
	Also removed several instances where XPath queries were being hard-coded. Updated tests to use new class structure.. Fixes: . Approved by .

2012-02-23  Thomi Richards  <thomi.richards@canonical.com>

	Refactoring finished.

2012-02-23  Thomi Richards  <thomi.richards@canonical.com>

	Refactor finished, all tests pass.

2012-02-23  Thomi Richards  <thomi.richards@canonical.com>

	Refactor half done. All tests pass.

2012-02-22  Gord Allott  <gord.allott@canonical.com>

	Makes bghash only change the gsettings key once per wallpaper change, instead of on every frame it transitions to the next wallpaper.
	
	No test as gsettings is not sandboxable and this change is *only* gsettings key change related.. Fixes: . Approved by Mirco Müller.

2012-02-22  Gord Allott  <gord.allott@canonical.com>

	makes bghash only change the gsettings setting where it makes sense instead of clobbering it every frame of animation

2012-02-22  Gord Allott  <gord.allott@canonical.com>

	Enables -Werror. Fixes: . Approved by Michal Hruby.

2012-02-22  Gord Allott  <gord.allott@canonical.com>

	re-enables -Werror - should never have been turned off

2012-02-22  Michal Hruby  <michal.mhr@gmail.com>

	Splits out the .lens file reading out of FilesystemLenses class and exposes it in LensDirectoryReader, this allows the BFB to directly check the lens files from the disk and we don't start up the lenses as soon as unity starts.
	
	Un-reverts the revert done in r2001.
	
	The extremely complex part for unity-2d is @ https://code.launchpad.net/~mhr3/unity-2d/default-filesystemlenses-constructor/+merge/94102
	
	Covered by existing tests.. Fixes: https://bugs.launchpad.net/bugs/929506. Approved by Gord Allott.

2012-02-22  Michal Hruby  <michal.mhr@gmail.com>

	Unrevert the revert of r2001

2012-02-21  Jason Smith  <jason.smith@canonical.com>

	Restores accidentally commented code. This should have been uncommented before merge previously, but was missed. Fixes bug where launcher didn't properly reflect window states on initial startup. Fixes: . Approved by Tim Penhey.

2012-02-21  Jason Smith  <jason.smith@canonical.com>

	Check launcher icon state on creation again. Was accidentally left commented when porting to AbstractLauncherIcon::Ptr in rev 1948.8.1

2012-02-21  Thomi Richards  <thomi.richards@canonical.com>

	Clean up result wrappers when resultview exits.. Fixes: . Approved by Tim Penhey.

2012-02-22  Thomi Richards  <thomi.richards@canonical.com>

	Clean up wrappers on destruction of ResultsView.

2012-02-22  Thomi Richards  <thomi.richards@canonical.com>

	Clean up wrappers on destruction of ResultsView.

2012-02-21  Thomi Richards  <thomi.richards@canonical.com>

	Make results from dash searches introspectable in autopilot.. Fixes: . Approved by Alex Launi.

2012-02-22  Thomi Richards  <thomi.richards@canonical.com>

	Don't take comment from Result.

2012-02-22  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-02-22  Thomi Richards  <thomi.richards@canonical.com>

	Don't need '.c_str()' when adding std::strings to the variant::BuilderWrapper class.

2012-02-21  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-02-21  Thomi Richards  <thomi.richards@canonical.com>

	Committing before merging trunk to get NString removal code.

2012-02-21  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-02-21  Thomi Richards  <thomi.richards@canonical.com>

	Unity now wraps dash results during introspection.

2012-02-21  Thomi Richards  <thomi.richards@canonical.com>

	LensView now adds a couple of useful properties.

2012-02-21  Thomi Richards  <thomi.richards@canonical.com>

	ResultView added to introspection tree.

2012-02-21  Thomi Richards  <thomi.richards@canonical.com>

	Added ResultView class.

2012-02-21  Thomi Richards  <thomi.richards@canonical.com>

	Revert revision 1999 since it breaks unity2d.. Fixes: . Approved by Jay Taoko.

2012-02-22  Thomi Richards  <thomi.richards@canonical.com>

	Revert revision 1999 since it breaks unity2d.

2012-02-21  Gord Allott  <gord.allott@canonical.com>

	Adds a gdbus proxy test suite. Fixes: . Approved by Michal Hruby.

2012-02-21  Gord Allott  <gord.allott@canonical.com>

	and the other sources

2012-02-21  Gord Allott  <gord.allott@canonical.com>

	remove the source, oops

2012-02-21  Gord Allott  <gord.allott@canonical.com>

	fix up the tests so they pass

2012-02-21  Gord Allott  <gord.allott@canonical.com>

	adds a gdbus test and service

2012-02-21  Michal Hruby  <michal.mhr@gmail.com>

	Splits out the .lens file reading out of FilesystemLenses class and exposes it in LensDirectoryReader, this allows the BFB to directly check the lens files from the disk and we don't start up the lenses as soon as unity starts.. Fixes: https://bugs.launchpad.net/bugs/929506. Approved by Gord Allott.

2012-02-21  Michal Hruby  <michal.mhr@gmail.com>

	Default setting for Visible key is true

2012-02-21  Michal Hruby  <michal.mhr@gmail.com>

	Move LensFileData struct into LensDirectoryReader

2012-02-21  Michal Hruby  <michal.mhr@gmail.com>

	Merge trunk

2012-02-21  Michal Hruby  <michal.mhr@gmail.com>

	Refactor FilesystemLenses class

2012-02-21  Andrea Azzarone  <azzaronea@gmail.com>

	Depends on https://code.launchpad.net/~andyrock/nux/focus-on-enter
	
	Implements dash key navigation.
	
	known issues:
	- shift + tab doesn't work well because of this: bug 931393. Fixes: https://bugs.launchpad.net/bugs/817436, https://bugs.launchpad.net/bugs/844033, https://bugs.launchpad.net/bugs/891648. Approved by John Lea, Tim Penhey.

2012-02-21  Andrea Azzarone  <azzaronea@gmail.com>

	Focus on enter for rating filter too.

2012-02-21  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-02-21  Andrea Azzarone  <azzaronea@gmail.com>

	Implement rating filter key navigation.

2012-02-21  Andrea Azzarone  <azzaronea@gmail.com>

	Fix AP test.

2012-02-21  Andrea Azzarone  <azzaronea@gmail.com>

	Add an AP test for Tab.

2012-02-20  Andrea Azzarone  <azzaronea@gmail.com>

	Add a partial test for Tab. Need to commit to merge a branch.

2012-02-20  Andrea Azzarone  <azzaronea@gmail.com>

	Add an autopilot test for the ctlr + tab.

2012-02-20  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-02-20  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk

2012-02-17  Andrea Azzarone  <azzaronea@gmail.com>

	Fix focus on enter.

2012-02-17  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-02-17  Andrea Azzarone  <azzaronea@gmail.com>

	Focus on mouse enter.

2012-02-14  Andrea Azzarone  <azzaronea@gmail.com>

	Don't focus on mouse down.

2012-02-14  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-02-14  Andrea Azzarone  <azzaronea@gmail.com>

	Ops.

2012-02-14  Andrea Azzarone  <azzaronea@gmail.com>

	Fix backward key navigation.

2012-02-13  Andrea Azzarone  <azzaronea@gmail.com>

	Fix.

2012-02-13  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-02-13  Andrea Azzarone  <azzaronea@gmail.com>

	Fix.

2012-02-13  Andrea Azzarone  <azzaronea@gmail.com>

	Cltr+tab and tab key navigation.

2012-02-13  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-02-13  Andrea Azzarone  <azzaronea@gmail.com>

	Implements filters key navigation.

2012-02-13  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-02-13  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk. Make "Filter results focusable". Fix ResultGridView key navigation.

2012-02-21  Jason Smith  <jason.smith@canonical.com>

	fix bug where icons would jump around when resorting over an icon not in their own group
	
	Launcher still lacks any significant method of being tested for these kinds of changes. Significant refactoring is still required.. Fixes: https://bugs.launchpad.net/bugs/932365. Approved by Thomi Richards.

2012-02-21  Jason Smith  <jason.smith@canonical.com>

	make sure we dont re-sort icons that are of different types as they wont be allowed to mingle anyhow

2012-02-21  Jason Smith  <jason.smith@canonical.com>

	Fixes an issue where the launcher icons would seem to "dance" back and forth when re-ordering by dragging. Fixes: . Approved by Sam Spilsbury.

2012-02-21  Jason Smith  <jason.smith@canonical.com>

	fix re-order thrashing

2012-02-21  Thomi Richards  <thomi.richards@canonical.com>

	Removed calls to g_variant_builder_add in favor of using the variant::BuilderWrapper class in UnityCore.. Fixes: . Approved by Jason Smith.

2012-02-21  Thomi Richards  <thomi.richards@canonical.com>

	Forgot to add #include.

2012-02-21  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk, fixed one place with g_variant calls.

2012-02-21  Thomi Richards  <thomi.richards@canonical.com>

	Removed a bunch of g_variant_builder_add calls.

2012-02-20  Jason Smith  <jason.smith@canonical.com>

	Ensures that icons start from the proper location when dragging. Fixes: . Approved by Tim Penhey.

2012-02-20  Jason Smith  <jason.smith@canonical.com>

	make drag icons start from the pointer location properly

2012-02-20  Thomi Richards  <thomi.richards@canonical.com>

	LauncherIcon, StaticCairoText and Tooltip classes now use std::string rather than nux::NString.. Fixes: . Approved by Tim Penhey, Jason Smith.

2012-02-21  Thomi Richards  <thomi.richards@canonical.com>

	Const keyword reordering.

2012-02-21  Thomi Richards  <thomi.richards@canonical.com>

	Cleanups.

2012-02-21  Thomi Richards  <thomi.richards@canonical.com>

	SCT takes a std::string in it's ctor now.

2012-02-21  Thomi Richards  <thomi.richards@canonical.com>

	Removed NString from StaticCairoText, Tooltip and LauncherIcon classes.

2012-02-21  Thomi Richards  <thomi.richards@canonical.com>

	Removed NString from QuicklistView.

2012-02-20  Thomi Richards  <thomi.richards@canonical.com>

	Fixed a warning about member variable order in initialiser list in PanelMenuView class.. Fixes: . Approved by Tim Penhey.

2012-02-21  Thomi Richards  <thomi.richards@canonical.com>

	Fix a warning about bad order in initialiser list in PanelMenuView class.

2012-02-20  Gabor Kelemen  <kelemeng@ubuntu.com>

	. Fixes: https://bugs.launchpad.net/bugs/930510. Approved by Tim Penhey.

2012-02-18  Gabor Kelemen  <kelemeng@ubuntu.com>

	Mark some forgotten strings for translation. LP: 930510

2012-02-20  Thomi Richards  <thomi.richards@canonical.com>

	Update the unity introspection tree debug script to use the new autopilot API.. Fixes: . Approved by Tim Penhey, Andrea Azzarone.

2012-02-20  Thomi Richards  <thomi.richards@canonical.com>

	Updated unity introspection tree display script to use new autopilot API.

2012-02-20  Mirco Müller  <mirco.mueller@canonical.com>

	Fixed artwork-assets to be correctly cropped to intended size. Replaced procedural vector drawing methods with newly added artwork-textures. Updated sizes and margins to adapt to new artwork. Added FIXME-hint for keyboard-navigation highlight implementation.
	
	Also see size/gap verification in gimp for screenshot of newly implemented rating-stars:
	http://people.canonical.com/~mmueller/fix-924884.png. Fixes: https://bugs.launchpad.net/bugs/924884. Approved by Andrea Azzarone, Andrea Cimitan.

2012-02-20  Mirco Müller  <mirco.mueller@canonical.com>

	Added new artwork-assets for rating-stars. Replace old procedural vector-drawing with new textures. Adjusted sizes and gaps/margins. Added fixme-hint for later keyboard-navigation highlight implementation.

2012-02-20  Andrea Azzarone  <azzaronea@gmail.com>

	Update the design for the lensbar focus highlight. 
	
	Mockup: https://chinstrap.canonical.com/~sabdfl/12_04/desktop_and_netbook/dash/tweaks_dash.png
	Branch: http://ubuntuone.com/4Y6KetbWzMYcofmTbftCih. Fixes: . Approved by Andrea Cimitan, John Lea, Xi Zhu.

2012-02-09  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes.

2012-02-08  Andrea Azzarone  <azzaronea@gmail.com>

	Update AGAIN the design for the lensbar focus highlight.
	Reintroduce the triangle that indicates the active lens too.

2012-02-20  Michal Hruby  <michal.mhr@gmail.com>

	Makes sure we properly emit the connected signal.. Fixes: . Approved by Gord Allott.

2012-02-20  Michal Hruby  <michal.mhr@gmail.com>

	Fix incorrect proxy state

2012-02-20  alanbell@ubuntu.com

	the dependency on the largedesktop feature which can be provided by wall or cube is a nice idea, but in practice this means that when changing from one to the other the unity plugin gets unloaded half way through which breaks peoples desktops. Without the dependency the transition works fine.. Fixes: . Approved by Didier Roche.

2012-02-18  alanbell@ubuntu.com

	dropped dependency on largedesktop feature, it doesn't need it except for the switcher and users changing to cube from wall end up deselecting unity, this makes it safer.

2012-02-20  Thomi Richards  <thomi.richards@canonical.com>

	Add an autopilot test to verify that multiple Hud reveals don't leave the launcher in a bad state.. Fixes: . Approved by Tim Penhey.

2012-02-20  Thomi Richards  <thomi.richards@canonical.com>

	Removed unused import.

2012-02-20  Thomi Richards  <thomi.richards@canonical.com>

	Wrote failing test for hud multiple-reveals.

2012-02-19  Jay Taoko  <jay.taoko@canonical.com>

	* Triggers Unity build following Nux abi changes.. Fixes: . Approved by Jay Taoko.

2012-02-19  Jay Taoko  <jay.taoko@canonical.com>

	
	* Triggers Unity build following Nux abi changes.

2012-02-17  Didier Roche  <didier.roche@canonical.com>

	Release\ 5.4.0

2012-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Fix crash on missing dash WindowButton files
	
	Improved the PanelStyle code to support the Maximize window button and to draw the cairo fallback version.
	WindowButtons now uses less code duplication.
	
	Testcase
	1) remove your $prefix/share/unity/5/unmaximize_dash* $prefix/share/unity/5/maximize_dash* and so
	2) restart unity, but it will always crash.. Fixes: https://bugs.launchpad.net/bugs/921130. Approved by Tim Penhey.

2012-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtonType: use fallback buttons if no one is valid, fix crash.
	
	Fixes LP: #921130, code improved to avoid duplication.

2012-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: add MAXIMIZE state and draw an unmaximized version as well

2012-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelStyle: move to GetFallbackWindowButton and support disabled status

2012-02-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Fix crash on viewport switch, caused by http://is.gd/nOfPl5
	
	UNBLOCK. Fixes: https://bugs.launchpad.net/bugs/933456. Approved by Tim Penhey.

2012-02-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Fix crash that can happen on viewport switch after deleting a Launcher

2012-02-16  Thomi Richards  <thomi.richards@canonical.com>

	Autopilot test log messages now include file and line number, date, time and severity information.. Fixes: . Approved by Marco Trevisan (Treviño).

2012-02-17  Thomi Richards  <thomi.richards@canonical.com>

	Make a custom LogFormatter to get better log message formats.

2012-02-17  Thomi Richards  <thomi.richards@canonical.com>

	AP tests now use a more helpful log format.

2012-02-16  Jay Taoko  <jay.taoko@canonical.com>

	* Fixed icon colorization issue when using ARB shaders. Bug #932138. Fixes: . Approved by Jason Smith.

2012-02-16  Jay Taoko  <jay.taoko@canonical.com>

	
	* Fixed icon colorization issue when using ARB shaders. Bug #932138

2012-02-16  Thomi Richards  <thomi.richards@canonical.com>

	Fix a memory leak in QuicklistMenuItem.. Fixes: . Approved by Tim Penhey.

2012-02-15  Thomi Richards  <thomi.richards@canonical.com>

	Fix memory leak in QuickListMenuItem.

2012-02-16  Gord Allott  <gord.allott@canonical.com>

	Makes sure we take a reference because glib::object does not work how you expect. Approved by THE Michal Hruby ;)

2012-02-16  Gord Allott  <gord.allott@canonical.com>

	take reference in hud bamf object

2012-02-15  Thomi Richards  <thomi.richards@canonical.com>

	Autopilot tests are now always run using run_autopilot script. setup.py script now automatically finds new python packages in the autopilot module.. Fixes: . Approved by Tim Penhey, Jason Smith.

2012-02-16  Thomi Richards  <thomi.richards@canonical.com>

	Makefile now explicitly requests text format.

2012-02-16  Thomi Richards  <thomi.richards@canonical.com>

	Added --format option to run_autopilot script.

2012-02-16  Thomi Richards  <thomi.richards@canonical.com>

	Makefile now uses 'run_autopilot' script to run autopilot tests.

2012-02-16  Thomi Richards  <thomi.richards@canonical.com>

	python setup script will now automatically detect new python packages.

2012-02-15  Gord Allott  <gord.allott@canonical.com>

	UNBLOCK 
	
	does everything i can think of to ensure the hud is forced, something else is stealing focus 
	or at the very least removing focus from the hud input window on alt press, needs further investigation. Fixes: https://bugs.launchpad.net/bugs/932072. Approved by Michal Hruby.

2012-02-15  Gord Allott  <gord.allott@canonical.com>

	things

2012-02-14  Gord Allott  <gord.allott@canonical.com>

	fix keyfocus issue with hud

2012-02-14  Jason Smith  <jason.smith@canonical.com>

	Redraw pips, UNBLOCK. Fixes: https://bugs.launchpad.net/bugs/931483. Approved by Tim Penhey.

2012-02-14  Jason Smith  <jason.smith@canonical.com>

	Make sure pips redraw on viewport switch

2012-02-14  Jason Smith  <jason.smith@canonical.com>

	Fixes issue where LauncherIcon would wrap itself into a smart pointer after it was dead. Zombie smart pointers are evil.
	
	UNBLOCK. Fixes: https://bugs.launchpad.net/bugs/932318. Approved by Tim Penhey.

2012-02-14  Jason Smith  <jason.smith@canonical.com>

	really fix it

2012-02-14  Jason Smith  <jason.smith@canonical.com>

	fix ordering

2012-02-14  Jason Smith  <jason.smith@canonical.com>

	Make sure we dont wrap ourselves into a smart pointer when we are dying

2012-02-14  Gord Allott  <gord.allott@canonical.com>

	makes sure bghash cache directory exists before caching. Fixes: . Approved by Michal Hruby.

2012-02-14  Gord Allott  <gord.allott@canonical.com>

	mh3r happification, also used g_build_filename, its safer and nicer

2012-02-14  Gord Allott  <gord.allott@canonical.com>

	mkdir before writing the cache

2012-02-14  smspillaz  <sam.spilsbury@canonical.com>

	LP #871801
	
	Also inhibit leaving showdesktop mode on MapRequest. Fixes: https://bugs.launchpad.net/bugs/871801. Approved by Gord Allott.

2012-02-14  smspillaz  <sam.spilsbury@canonical.com>

	Fixes LP #871801
	
	Also inhibit showdesktop mode when a window is opened.

2012-02-13  smspillaz  <sam.spilsbury@canonical.com>

	Fix bug 931409
	
	Don't unset the handlers until the window is destroyed.. Fixes: https://bugs.launchpad.net/bugs/931409. Approved by Tim Penhey.

2012-02-14  smspillaz  <sam.spilsbury@canonical.com>

	Fix LP#931409
	
	Don't unset the minimize and unminimize callbacks when mMinimizeHandler gets destroyed,
	we really only wanted to do that when the window was destroyed.

2012-02-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Correctly draw the tooltip tex to fix bug #930043. Fixes: https://bugs.launchpad.net/bugs/930043. Approved by Tim Penhey.

2012-02-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tooltip: make the tooltip text draw correctly.

2012-02-13  Thomi Richards  <thomi.richards@canonical.com>

	Added a Hud controller class, and a simple unit test to test a hud bug.. Fixes: https://bugs.launchpad.net/bugs/931405. Approved by Tim Penhey.

2012-02-14  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-02-14  Thomi Richards  <thomi.richards@canonical.com>

	Fixed hud test.

2012-02-14  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk

2012-02-14  Thomi Richards  <thomi.richards@canonical.com>

	Added Hud autopilot tests.

2012-02-13  Jason Smith  <jason.smith@canonical.com>

	Fixes leak caused by freeing memory before we release its contents. Fixes: . Approved by Tim Penhey.

2012-02-13  Jason Smith  <jason.smith@canonical.com>

	C++ification of C code

2012-02-13  Jason Smith  <jason.smith@canonical.com>

	use Release

2012-02-13  Jason Smith  <jason.smith@canonical.com>

	fix memory leak in glib callback

2012-02-13  Thomi Richards  <thomi.richards@canonical.com>

	Refactor autopilot emulators into separate namespaces. Make it easier to create autopilot emulators for new Unity state objects.. Fixes: . Approved by Tim Penhey, Alex Launi.

2012-02-14  Thomi Richards  <thomi.richards@canonical.com>

	Added comment explaining XLib data sizes.

2012-02-14  Thomi Richards  <thomi.richards@canonical.com>

	Fixed typo.

2012-02-14  Thomi Richards  <thomi.richards@canonical.com>

	Fixed tests merged from trunk.

2012-02-14  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk to resolve conflicts.

2012-02-14  Thomi Richards  <thomi.richards@canonical.com>

	Renamed base class for new-style emulators.

2012-02-13  Thomi Richards  <thomi.richards@canonical.com>

	PEP8 fixes.

2012-02-13  Thomi Richards  <thomi.richards@canonical.com>

	Can now easily create all instances of a particular class in python code.

2012-02-13  Thomi Richards  <thomi.richards@canonical.com>

	Tests now add a log detail when they fail.

2012-02-10  Thomi Richards  <thomi.richards@canonical.com>

	Quicklist now uses refresh_state() method from parent class.

2012-02-10  Thomi Richards  <thomi.richards@canonical.com>

	Infrastructure for logging finished.

2012-02-10  Thomi Richards  <thomi.richards@canonical.com>

	Fixed indentation.

2012-02-10  Thomi Richards  <thomi.richards@canonical.com>

	Many classes use new automatic dbus-to-python code path.

2012-02-10  Thomi Richards  <thomi.richards@canonical.com>

	make_introspection_object creates a python class instance from a dbus child tuple. Added get_children_by_type and refresh_state to ObjectCreatableFromStateDict class.

2012-02-10  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-02-10  Thomi Richards  <thomi.richards@canonical.com>

	make_launcher_function now generalised to any unity state object.

2012-02-10  Thomi Richards  <thomi.richards@canonical.com>

	Tests now use fully qualified paths to emulator classes.

2012-02-10  Thomi Richards  <thomi.richards@canonical.com>

	More refactoring. DBus now initialised once, with correct mainloop set.

2012-02-10  Thomi Richards  <thomi.richards@canonical.com>

	SHow Desktop tests now pase before each test. Also updated to use the new switcher API.

2012-02-10  Thomi Richards  <thomi.richards@canonical.com>

	Invisiable window tests no longer assume all icons have a 'visible' property.

2012-02-09  Thomi Richards  <thomi.richards@canonical.com>

	Moved bits around, everything still passes.

2012-02-13  Andrea Cimitan  <andrea.cimitan@canonical.com>

	- Added shadows on launcher icons and alt-tab icons
	- Tweaked BFB edges
	- Tweaked background tile color for wallpaper-colorized launcher icons (including BFB)
	- Added device and show-desktop launcher icons to the list of wallpaper-colorized launcher icons. Fixes: . Approved by Marco Trevisan (Treviño), Andrea Cimitan.

2012-02-13  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Merge trunk and fix conflict

2012-02-13  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Added shadows on launcher icons and alt-tab icons, tweaked BFB edges, tweaked background tile color for wallpaper-colorized launcher icons (including BFB), added device and show-desktop launcher icons to the list of wallpaper-colorized launcher icons 

2012-02-10  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Further tweaks to BFB and colorized icons

2012-02-13  Tim Penhey  <tim.penhey@canonical.com>

	Fixes the hud crashing when you open hud on an empty desktop. Fixes: https://bugs.launchpad.net/bugs/931405. Approved by Marco Trevisan (Treviño).

2012-02-14  Tim Penhey  <tim.penhey@canonical.com>

	Use the wrapper.

2012-02-13  Gord Allott  <gord.allott@canonical.com>

	fixes crash when putting a null string into a std::string

2012-02-13  Jason Smith  <jason.smith@canonical.com>

	Makes unity use nux::ObjectPtr for AbstractLauncherIcon's rather than doing manual memory management.. Fixes: . Approved by Gord Allott.

2012-02-12  Jason Smith  <jason.smith@canonical.com>

	merge el trunko

2012-02-12  Jason Smith  <jason.smith@canonical.com>

	dont emit signals in object if reference is not owned to avoid self deletion

2012-02-12  Jason Smith  <jason.smith@canonical.com>

	make sure desktop icon ends up at start of switcher

2012-02-12  Jason Smith  <jason.smith@canonical.com>

	port to AbstractLauncherIcon::Ptr from AbstractLauncherIcon*

2012-02-13  Brandon Schaefer  <brandontschaefer@gmail.com>

	Fixes the gtk-im-context not getting focused when the dash is opened. A signal from nux was removed causing this; couldn't find one to replace it. So using a property bool when the dash is about to show to call OnFocusIn(); when it is hiding OnFocusOut().
	
	Not sure if I should have exposed those two functions in IMTextEntry.h, if that is not wanted I can add another property bool in IMTextEntry.cpp and use that focus in and out.. Fixes: https://bugs.launchpad.net/bugs/915828, https://bugs.launchpad.net/bugs/928154. Approved by Tim Penhey, Sam Spilsbury.

2012-02-13  Brandon Schaefer  <brandontschaefer@gmail.com>

	OnKeyNavFocusChange is now key_nav_focus_change. Fixed
	Merge with Trunk.

2012-02-02  Brandon Schaefer  <brandontschaefer@gmail.com>

	Fixed test agian

2012-02-02  Brandon Schaefer  <brandontschaefer@gmail.com>

	Test fixed

2012-02-02  Brandon Schaefer  <brandontschaefer@gmail.com>

	Added test

2012-02-02  Brandon Schaefer  <brandontschaefer@gmail.com>

	Test added

2012-02-01  Brandon Schaefer  <brandontschaefer@gmail.com>

	merged

2012-02-01  Brandon Schaefer  <brandontschaefer@gmail.com>

	Changed to use a signal.

2012-01-12  Brandon Schaefer  <brandontschaefer@gmail.com>

	Couldn't find a signal in nux to handle this anymore, so using a property bool instead

2012-02-13  Gord Allott  <gord.allott@canonical.com>

	BGHash gets a cache, serializes the cache to ~/.config/unity/ - reads on startup instead of loading the wallpaper and
	averaging out the colour - should make second boot faster. Fixes: . Approved by Jason Smith.

2012-02-13  Gord Allott  <gord.allott@canonical.com>

	removed debugs

2012-02-13  Gord Allott  <gord.allott@canonical.com>

	remove useless depends

2012-02-13  Gord Allott  <gord.allott@canonical.com>

	reverted out stupid po changes

2012-02-13  Gord Allott  <gord.allott@canonical.com>

	modifes BGHash to cache its background colours, stores cache in a cache file, should speed up startup time somewhat

2012-02-13  Michal Hruby  <michal.mhr@gmail.com>

	Make sure we don't waste resources by loading the same icon multiple times.. Fixes: https://bugs.launchpad.net/bugs/922074. Approved by Gord Allott, Thomi Richards.

2012-02-02  Michal Hruby  <michal.mhr@gmail.com>

	Make sure we don't load the same icon multiple times

2012-02-12  smspillaz  <sam.spilsbury@canonical.com>

	Fix LP #881190 #871801
	
	The transient for reader would report every window as a "transient" if it
	matched the w->transientFor () definition on the window - at destruction time
	this will be zero, so it will match every single window. That would cause
	all windows to be unminimized.
	
	However, it makes no sense to do the unminimize/minimize normally dance when
	the window has been destroyed.
	
	Covered by tests/minimized-window-handler. Fixes: . Approved by Tim Penhey.

2012-02-13  smspillaz  <sam.spilsbury@canonical.com>

	Use reset

2012-02-13  smspillaz  <sam.spilsbury@canonical.com>

	Use .reset ()

2012-02-08  smspillaz  <sam.spilsbury@canonical.com>

	Fix typo

2012-02-07  smspillaz  <sam.spilsbury@canonical.com>

	Merged

2012-02-07  smspillaz  <sam.spilsbury@canonical.com>

	Cleanup

2012-02-07  smspillaz  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.fix_881190v2
	
	Fix LP #881190 #871801
	
	The transient for reader would report every window as a "transient" if it
	matched the w->transientFor () definition on the window - at destruction time
	this will be zero, so it will match every single window. That would cause
	all windows to be unminimized.
	
	However, it makes no sense to do the unminimize/minimize normally dance when
	the window has been destroyed.

2012-02-02  smspillaz  <sam.spilsbury@canonical.com>

	Use std::unique_ptr, nullptr

2012-01-20  smspillaz  <sam.spilsbury@canonical.com>

	Move the unminimize / minimize dance to the minimize window handler destructor,
	don't care about transients on windows that are destroyed. Fixes LP #881190

2012-01-20  smspillaz  <sam.spilsbury@canonical.com>

	Remove virtual function

2012-01-20  Daniel van Vugt  <vanvugt@gmail.com>

	Merge lp:~vanvugt/unity/fix-918329-trunk

2012-02-12  Andrea Azzarone  <azzaronea@gmail.com>

	Autoscroll the dash when a category header gets the focus. Add an AP test too.. Fixes: https://bugs.launchpad.net/bugs/919563. Approved by Tim Penhey.

2012-02-13  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-02-13  Andrea Azzarone  <azzaronea@gmail.com>

	Fix.

2012-02-12  Andrea Azzarone  <azzaronea@gmail.com>

	Add an AP test.

2012-02-12  Andrea Azzarone  <azzaronea@gmail.com>

	Auto Scroll the dash when a category header gets the focus.

2012-02-12  Sven Baars  <svenb.linux@gmail.com>

	Initialize _is_grabbed before use. Also remove some comparisons to true and false.
	
	Fixes https://bugs.launchpad.net/unity/+bug/919328. Fixes: https://bugs.launchpad.net/bugs/919328. Approved by Thomi Richards.

2012-02-08  Sven Baars  <svenb.linux@gmail.com>

	Initialize _is_grabbed before use
	
	Also remove some comparisons to true and false

2012-02-12  Andrea Azzarone  <azzaronea@gmail.com>

	This branch implements the "Filter results" highlight. For the moment it's used just for the mouse over state, but it will be used for the focus state too.
	
	http://ubuntuone.com/73zJg1acYWuyk72MlHnHxr. Fixes: . Approved by Tim Penhey, Andrea Cimitan.

2012-02-11  Andrea Azzarone  <azzaronea@gmail.com>

	Fix.

2012-02-10  Andrea Azzarone  <azzaronea@gmail.com>

	Fix.

2012-02-10  Andrea Azzarone  <azzaronea@gmail.com>

	Implements "Filter results" highlight.

2012-02-12  Gord Allott  <gord.allott@canonical.com>

	uses the focused application for the first icon shown in HUD as ted doesn't seem to want to give it to me on empty
	search query ;). Fixes: https://bugs.launchpad.net/bugs/929452. Approved by Gord Allott, Jason Smith.

2012-02-12  Gord Allott  <gord.allott@canonical.com>

	grabs the active windows icon for displaying when first showing hud

2012-02-12  Andrea Azzarone  <azzaronea@gmail.com>

	Fix a bug in the backward key navigation (bug. 931025). Fixes: https://bugs.launchpad.net/bugs/931025. Approved by Tim Penhey.

2012-02-12  Andrea Azzarone  <azzaronea@gmail.com>

	Style fixes.

2012-02-12  Andrea Azzarone  <azzaronea@gmail.com>

	Fix backward key navigation.

2012-02-12  Sven Baars  <svenb.linux@gmail.com>

	. Fixes: . Approved by Thomi Richards.

2012-02-09  Sven Baars  <svenb.linux@gmail.com>

	Release introspection_data upon return (Valgrind)

2012-02-12  Gord Allott  <gord.allott@canonical.com>

	Adds the resource for disabled dash window buttons. Fixes: https://bugs.launchpad.net/bugs/929453. Approved by Jason Smith.

2012-02-12  Gord Allott  <gord.allott@canonical.com>

	updates the panel window buttons to support disabled case for hud

2012-02-12  Gord Allott  <gord.allott@canonical.com>

	Ensures the hud gets key focus on invocation. Fixes: https://bugs.launchpad.net/bugs/930048. Approved by Jason Smith.

2012-02-12  Gord Allott  <gord.allott@canonical.com>

	slight change to test

2012-02-12  Gord Allott  <gord.allott@canonical.com>

	ensures the hud gets focus when its invocated

2012-02-12  Gord Allott  <gord.allott@canonical.com>

	Updates hud for a design request, the first item should always be focused when searching, only when the user keynavs
	should other items get focused. Fixes: https://bugs.launchpad.net/bugs/929455. Approved by Andrea Azzarone.

2012-02-12  Gord Allott  <gord.allott@canonical.com>

	fixes the design request, first item in hud should always be focused unless another item takes focus

2012-02-12  Gord Allott  <gord.allott@canonical.com>

	Allows the hud to resize dynamically. Fixes: https://bugs.launchpad.net/bugs/839485. Approved by Andrea Azzarone, Gord Allott.

2012-02-12  Gord Allott  <gord.allott@canonical.com>

	made slight change for mp

2012-02-10  Gord Allott  <gord.allott@canonical.com>

	reverted out dash changes so its just a hud branch

2012-02-10  Gord Allott  <gord.allott@canonical.com>

	dash optimization

2012-02-10  Gord Allott  <gord.allott@canonical.com>

	fixed weird redrawing issue

2012-02-10  Gord Allott  <gord.allott@canonical.com>

	fixed weird redrawing issue

2012-02-10  Gord Allott  <gord.allott@canonical.com>

	working hud resize but strange redrawing

2012-02-10  Gord Allott  <gord.allott@canonical.com>

	reverted out lensview change, it was programmer error

2012-02-09  Gord Allott  <gord.allott@canonical.com>

	reverted out po being annoying

2012-02-09  Gord Allott  <gord.allott@canonical.com>

	resizing hud

2012-02-08  Gord Allott  <gord.allott@canonical.com>

	fixed a stupid bug that caused the dash to constantly relayout whenever there were 0 results

2012-02-08  Gord Allott  <gord.allott@canonical.com>

	fixed a stupid bug that caused the dash to constantly relayout whenever there were 0 results

2012-02-08  Gord Allott  <gord.allott@canonical.com>

	implimented a pause before resizing

2012-02-07  Gord Allott  <gord.allott@canonical.com>

	fixed a few sizing issues, redraw issues

2012-02-07  Gord Allott  <gord.allott@canonical.com>

	dash resizing active

2012-02-07  Gord Allott  <gord.allott@canonical.com>

	dash resizing active

2012-02-12  Jason Smith  <jason.smith@canonical.com>

	Fixes corruption when unminizing windows. Fixes: . Approved by Jay Taoko.

2012-02-12  Jason Smith  <jason.smith@canonical.com>

	fix panel shadow corruption

2012-02-11  Jason Smith  <jason.smith@canonical.com>

	- Fixes issue where windows minimized to the wrong monitor
	- Fixes issue where icons dragged off a launcher always returned to the first monitors launcher
	- Makes hud respect multiple monitors. Fixes: . Approved by Jay Taoko.

2012-02-11  Jason Smith  <jason.smith@canonical.com>

	remove stray call

2012-02-11  Jason Smith  <jason.smith@canonical.com>

	ensure that windows minimize to the correct launcher

2012-02-11  Jason Smith  <jason.smith@canonical.com>

	make HUD popup on correct monitor
	make Icon drag out animation return to the correct monitor

2012-02-10  Andrea Azzarone  <azzaronea@gmail.com>

	Implements the highlight for the filter expanders.. Fixes: . Approved by Marco Trevisan (Treviño), John Lea, Andrea Cimitan.

2012-02-10  Andrea Azzarone  <azzaronea@gmail.com>

	Removes magic numbers.

2012-02-10  Andrea Azzarone  <azzaronea@gmail.com>

	Removes magic numbers.

2012-02-09  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-02-09  Andrea Azzarone  <azzaronea@gmail.com>

	Update the design of the mouse over state for the filters expander. This design will be used for the focus state too.

2012-02-09  Thomi Richards  <thomi.richards@canonical.com>

	Make the panel-height a property of the panel::Style class, instead of redefining it everywhere we need it.. Fixes: https://bugs.launchpad.net/bugs/928544. Approved by Jason Smith.

2012-02-09  Thomi Richards  <thomi.richards@canonical.com>

	use nux::Property instead.

2012-02-09  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-02-08  Thomi Richards  <thomi.richards@canonical.com>

	Trying to replace various panel-height definitions with one nux::ROProperty.

2012-02-09  Jason Smith  <jason.smith@canonical.com>

	. Fixes: . Approved by Andrea Cimitan.

2012-02-09  Jason Smith  <jason.smith@canonical.com>

	hack resource to work

2012-02-09  Jason Smith  <jason.smith@canonical.com>

	increase tile colorify

2012-02-09  Jason Smith  <jason.smith@canonical.com>

	minor tweaks

2012-02-09  Jason Smith  <jason.smith@canonical.com>

	make trash change colors too

2012-02-09  Jason Smith  <jason.smith@canonical.com>

	start colorifying trash/expo

2012-02-09  Jason Smith  <jason.smith@canonical.com>

	improve rendering to more closely match design

2012-02-09  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Merged trunk

2012-02-09  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Some tweaks to BFB colorization and border

2012-02-02  Jason Smith  <jason.smith@canonical.com>

	colorify BFB all the time

2012-02-02  Jason Smith  <jason.smith@canonical.com>

	fix bfb size

2012-02-09  Jason Smith  <jason.smith@canonical.com>

	. Fixes: . Approved by Andrea Azzarone.

2012-02-09  Jason Smith  <jason.smith@canonical.com>

	remove unused stuff from Launcher

2012-02-09  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes the category header AP test.. Fixes: . Approved by Thomi Richards.

2012-02-09  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes category header ap test.

2012-02-09  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Removing glow, new assets. Fixes: . Approved by Marco Trevisan (Treviño), Andrea Cimitan.

2012-02-09  Andrea Cimitan  <andrea.cimitan@canonical.com>

	New launcher triangles assets

2012-02-09  Sven Baars  <svenb.linux@gmail.com>

	Always free the created GVariantBuilder before return of DBusIndicators::Impl::SyncGeometries
	
	This should fix the biggest leak reported in the original valgrind log of https://bugs.launchpad.net/unity/+bug/886467. Fixes: https://bugs.launchpad.net/bugs/886467. Approved by Mikkel Kamstrup Erlandsen.

2012-02-09  Sven Baars  <svenb.linux@gmail.com>

	Always free the created GVariantBuilder before return

2012-02-09  Andrea Azzarone  <azzaronea@gmail.com>

	Removes the dash search bar glow.. Fixes: https://bugs.launchpad.net/bugs/929183. Approved by Andrea Cimitan.

2012-02-09  Andrea Azzarone  <azzaronea@gmail.com>

	Removes search bar glow.

2012-02-09  Jason Smith  <jason.smith@canonical.com>

	. Fixes: . Approved by Thomi Richards.

2012-02-09  Jason Smith  <jason.smith@canonical.com>

	remove manual child removal as this is handled on object deletion

2012-02-08  Jason Smith  <jason.smith@canonical.com>

	remove code that doesn't do anything useful

2012-02-08  Jason Smith  <jason.smith@canonical.com>

	lazy load quicklist and tooltips when they are needed

2012-02-08  Jason Smith  <jason.smith@canonical.com>

	. Fixes: . Approved by Tim Penhey.

2012-02-08  Jason Smith  <jason.smith@canonical.com>

	use texture cache to prevent multiple texture loading

2012-02-08  Jason Smith  <jason.smith@canonical.com>

	only make a single damage call rather than many

2012-02-08  Tim Penhey  <tim.penhey@canonical.com>

	Fix some leaking textures.. Fixes: . Approved by Marco Trevisan (Treviño).

2012-02-09  Tim Penhey  <tim.penhey@canonical.com>

	We don't want to adopt, just assign as the layout is not initially owned.

2012-02-09  Tim Penhey  <tim.penhey@canonical.com>

	Use Adopt not assignment for taking textures as they are initially owned.

2012-02-09  Tim Penhey  <tim.penhey@canonical.com>

	whitespace

2012-02-09  Tim Penhey  <tim.penhey@canonical.com>

	Use the texture_ptr_from_cairo_graphics when assigning to a smart pointer.

2012-02-09  Tim Penhey  <tim.penhey@canonical.com>

	Use Adopt not assignment for taking textures as they are initially owned.

2012-02-08  Jason Smith  <jason.smith@canonical.com>

	Makes responsiveness value 2.0f and adjusts scaling slightly. At request of design team.. Fixes: . Approved by Thomi Richards.

2012-02-08  Jason Smith  <jason.smith@canonical.com>

	change default responsiveness to 2.0f
	make decay rate increase slightly faster with responsiveness
	make overcome pressure scale with responsiveness

2012-02-08  Jason Smith  <jason.smith@canonical.com>

	. Fixes: . Approved by Gord Allott.

2012-02-08  Jason Smith  <jason.smith@canonical.com>

	Make pressure effect (more or less) match design mockup, using design asset

2012-02-08  Jason Smith  <jason.smith@canonical.com>

	Does what commit description says. Fixes: . Approved by Gord Allott.

2012-02-08  Jason Smith  <jason.smith@canonical.com>

	remove all traces of intellihide, die a little inside

2012-02-08  Jason Smith  <jason.smith@canonical.com>

	. Fixes: https://bugs.launchpad.net/bugs/919209. Approved by .

2012-02-08  Jason Smith  <jason.smith@canonical.com>

	Close dash when entering alt+f1

2012-02-08  Thomi Richards  <thomi.richards@canonical.com>

	Removed keybinding #defines that are now in nux, where they belong.. Fixes: . Approved by Jason Smith.

2012-02-08  Thomi Richards  <thomi.richards@canonical.com>

	Removed NUX_KP_* #defines, since these are now in nux trunk.

2012-02-08  Jason Smith  <jason.smith@canonical.com>

	. Fixes: . Approved by .

2012-02-08  Jason Smith  <jason.smith@canonical.com>

	fix struts not being set on startup

2012-02-08  Didier Roche  <didier.roche@canonical.com>

	Add initialization for default value. Fixes: https://bugs.launchpad.net/bugs/928153. Approved by Thomi Richards.

2012-02-07  Didier Roche  <didier.roche@canonical.com>

	add initialization variable

2012-02-07  Martin Albisetti  <argentina@gmail.com>

	This updates the shortcut descriptions to reflect how they actually work  :). Fixes: https://bugs.launchpad.net/bugs/926441. Approved by Andrea Azzarone.

2012-02-04  Martin Albisetti  <argentina@gmail.com>

	Remove extra string

2012-02-04  Martin Albisetti  <argentina@gmail.com>

	Fix shortcuts descriptions

2012-02-07  Jason Smith  <jason.smith@canonical.com>

	Improves animation and disables effect until approved by design. Fixes: . Approved by Thomi Richards.

2012-02-07  Jason Smith  <jason.smith@canonical.com>

	use nux::color::Transparent

2012-02-07  Jason Smith  <jason.smith@canonical.com>

	get rid of jerky animation when launcher unhides

2012-02-07  Jason Smith  <jason.smith@canonical.com>

	smooth animation a bit

2012-02-07  Jason Smith  <jason.smith@canonical.com>

	make pressure color configurable

2012-02-07  Tim Penhey  <tim.penhey@canonical.com>

	Fix a crash on shutdown due to an infinite loop.. Fixes: . Approved by Jason Smith.

2012-02-08  Tim Penhey  <tim.penhey@canonical.com>

	Stop the infinite delete loop.

2012-02-07  Thomi Richards  <thomi.richards@canonical.com>

	Adds two tests to verify unity's behavior when dealing with windows that have the 'skip-tasklist' window flag set.. Fixes: . Approved by Jason Smith.

2012-02-08  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk to resolve conflicts.

2012-02-07  Thomi Richards  <thomi.richards@canonical.com>

	Removed unused include.

2012-02-07  Thomi Richards  <thomi.richards@canonical.com>

	Removed test spec from manual test file.

2012-02-07  Thomi Richards  <thomi.richards@canonical.com>

	completed tests.

2012-02-07  Thomi Richards  <thomi.richards@canonical.com>

	PEP8 fixed, removed debuging code.

2012-02-07  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-02-07  Thomi Richards  <thomi.richards@canonical.com>

	Switcher emulator now returns icons correctly, and bamf emulator no longer throws exceptions if the bamf view interface has not yet been registered.

2012-02-07  Thomi Richards  <thomi.richards@canonical.com>

	Refactor of launcher icon classes.

2012-02-03  Thomi Richards  <thomi.richards@canonical.com>

	Introspectable objects now have a unique ID.

2012-02-02  Thomi Richards  <thomi.richards@canonical.com>

	Test for invisible windows started. Need unique Id for LauncherIcons.

2012-02-02  Thomi Richards  <thomi.richards@canonical.com>

	QuickListView now explicitly orders introspectable children.

2012-02-02  Thomi Richards  <thomi.richards@canonical.com>

	Quicklist menu items now export their lit state over DBus.

2012-02-02  Thomi Richards  <thomi.richards@canonical.com>

	No need to fully qualify type name.

2012-02-02  Thomi Richards  <thomi.richards@canonical.com>

	Can now get all launcher icons in the correct order.

2012-02-02  Thomi Richards  <thomi.richards@canonical.com>

	Merged change to the introspection code such that children can be explicitly ordered by parents during an introspection call.

2012-01-31  Jason Smith  <jason.smith@canonical.com>

	let Introspectable's override children getter

2012-02-02  Thomi Richards  <thomi.richards@canonical.com>

	fixed tests after change to launcher API

2012-02-01  Thomi Richards  <thomi.richards@canonical.com>

	Clear the flag when the test finishes.

2012-02-01  Thomi Richards  <thomi.richards@canonical.com>

	Basic test of user-invisible windows added.

2012-01-31  Thomi Richards  <thomi.richards@canonical.com>

	Merged AP improvments, since they're not in trunk yet.

2012-01-31  Thomi Richards  <thomi.richards@canonical.com>

	Commit since I need to merge AP improvment branch.

2012-01-31  Thomi Richards  <thomi.richards@canonical.com>

	First version of the debug window class.

2012-02-07  Thomi Richards  <thomi.richards@canonical.com>

	Removes several instances of 'friend' classes in unity where they're not strictly required.. Fixes: . Approved by Jason Smith.

2012-02-08  Thomi Richards  <thomi.richards@canonical.com>

	LauncherIcon and LauncherModel are no longer friends.

2012-02-08  Thomi Richards  <thomi.richards@canonical.com>

	LauncherIcon and Launcher are no longer friends.

2012-02-08  Thomi Richards  <thomi.richards@canonical.com>

	Removed friend class in LauncherEntryRemote.

2012-02-07  Thomi Richards  <thomi.richards@canonical.com>

	Removed several instances where the preprocessor was being used to define constants. These are now defined using 'const int' or 'const std::string'.. Fixes: . Approved by Jason Smith.

2012-02-08  Thomi Richards  <thomi.richards@canonical.com>

	Fixed several other trivial cases.

2012-02-08  Thomi Richards  <thomi.richards@canonical.com>

	Removed #define in PanelMenuView.

2012-02-08  Thomi Richards  <thomi.richards@canonical.com>

	Whitespace fixes.

2012-02-08  Thomi Richards  <thomi.richards@canonical.com>

	LauncherIcon constants are no longer #defines.

2012-02-08  Thomi Richards  <thomi.richards@canonical.com>

	Got rid of several #defines in the controllers.

2012-02-08  Thomi Richards  <thomi.richards@canonical.com>

	Got rid of many more #defines in launcher.cpp.

2012-02-08  Thomi Richards  <thomi.richards@canonical.com>

	Removed another #define that's used in both LauncherIcon and Launcher.

2012-02-08  Thomi Richards  <thomi.richards@canonical.com>

	Removed several #defines in Launcher.h

2012-02-07  Jason Smith  <jason.smith@canonical.com>

	Implements a pressure effect to help train users. Fixes: . Approved by Thomi Richards.

2012-02-07  Jason Smith  <jason.smith@canonical.com>

	implement glowing pressure effect

2012-02-07  Andrea Azzarone  <azzaronea@gmail.com>

	Implements the new design for the focus/over state for the category headers. Fixes bug #843026 and #919559 too.. Fixes: https://bugs.launchpad.net/bugs/843026, https://bugs.launchpad.net/bugs/893966, https://bugs.launchpad.net/bugs/919559. Approved by Thomi Richards.

2012-02-07  Andrea Azzarone  <azzaronea@gmail.com>

	Don't use magic numbers.

2012-02-07  Andrea Azzarone  <azzaronea@gmail.com>

	Add a docstring for the AP test.

2012-02-07  Andrea Azzarone  <azzaronea@gmail.com>

	Uses const whenever possible.

2012-02-07  Andrea Azzarone  <azzaronea@gmail.com>

	Puts   _accept_key_nav_focus = false; in the init list.

2012-02-07  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-02-07  Andrea Azzarone  <azzaronea@gmail.com>

	Adds an AP test.

2012-02-07  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-02-07  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-02-07  Andrea Azzarone  <azzaronea@gmail.com>

	Fix.

2012-02-06  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk. Merge prerequisite branch. Use 2px radious border.

2012-02-06  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-02-02  Andrea Azzarone  <azzaronea@gmail.com>

	Use rounded corners.

2012-01-27  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-01-27  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-01-26  Andrea Azzarone  <azzaronea@gmail.com>

	Uses the prelight for the over state too.

2012-01-25  Andrea Azzarone  <azzaronea@gmail.com>

	Considers the 8px right padding in GetBestFitGeometry.

2012-01-25  Andrea Azzarone  <azzaronea@gmail.com>

	Fix.

2012-01-25  Andrea Azzarone  <azzaronea@gmail.com>

	Fix padding.

2012-01-24  Jay Taoko  <jay.taoko@canonical.com>

	* Fix

2012-01-24  Jay Taoko  <jay.taoko@canonical.com>

	* PlaceGroup header background

2012-01-24  Andrea Azzarone  <azzaronea@gmail.com>

	Merge Mirco's work. First draft of the header prelight.

2012-01-24  Andrea Azzarone  <azzaronea@gmail.com>

	Remove fix.

2012-01-24  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes "Filter Results >" padding.

2012-02-07  Jason Smith  <jason.smith@canonical.com>

	Makes the panel shadow paint directly below the active window. Fixes: https://bugs.launchpad.net/bugs/871760. Approved by Thomi Richards.

2012-02-07  Jason Smith  <jason.smith@canonical.com>

	make sure we draw a shadow over the desktop still

2012-02-07  Sven Baars  <svenb.linux@gmail.com>

	This should fix
	
	==1994== Conditional jump or move depends on uninitialised value(s)
	==1994==    at 0x19F439E9: unity::launcher::Launcher::DndHoveredIconReset() (in /usr/lib/compiz/libunityshell.so)
	==1994==    by 0x19F44025: unity::launcher::Launcher::OnUpdateDragManagerTimeout(void*) (in /usr/lib/compiz/libunityshell.so)
	==1994==    by 0x670876A: ??? (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3116.0)
	==1994==    by 0x6707B29: g_main_context_dispatch (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3116.0)
	==1994==    by 0x6707EEF: ??? (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3116.0)
	==1994==    by 0x67082E9: g_main_loop_run (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3116.0)
	==1994==    by 0x42E855: CompScreen::eventLoop() (in /usr/bin/compiz)
	==1994==    by 0x422219: main (in /usr/bin/compiz)
	
	This is my first commit to unity, so I thought I'd just pick something easy to get used to bzr/launchpad. If you guys would like some more fixes of valgrind warnings, and prefer fixes for other specific warnings, or like to get more fixes in one commit (instead of one per commit), then just tell me so I know this next time.. Fixes: . Approved by Thomi Richards.

2012-02-07  Sven Baars  <svenb.linux@gmail.com>

	Don't access an uninitialized variable (Valgrind)

2012-02-07  Sven Baars  <svenb.linux@gmail.com>

	This should fix
	
	==1994== 1,415 bytes in 180 blocks are definitely lost in loss record 23,444 of 25,065
	==1994==    at 0x4C296CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
	==1994==    by 0x670D918: g_malloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3116.0)
	==1994==    by 0x6721DED: g_strdup (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3116.0)
	==1994==    by 0x6738D92: ??? (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3116.0)
	==1994==    by 0x6738C19: ??? (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3116.0)
	==1994==    by 0x6739A78: g_variant_get_va (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3116.0)
	==1994==    by 0x6739BC4: g_variant_get (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3116.0)
	==1994==    by 0x19E6090D: LauncherEntryRemoteModel::on_dbus_name_owner_changed_signal_received(_GDBusConnection*, char const*, char const*, char const*, char const*, _GVariant*, void*) (in /usr/lib/compiz/libunityshell.so)
	==1994==    by 0x93B8B24: ??? (in /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3116.0)
	==1994==    by 0x6707B29: g_main_context_dispatch (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3116.0)
	==1994==    by 0x6707EEF: ??? (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3116.0)
	==1994==    by 0x67082E9: g_main_loop_run (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3116.0). Fixes: . Approved by Thomi Richards.

2012-02-07  Sven Baars  <svenb.linux@gmail.com>

	Don't allocate memory for strings by calling g_variant_get (Valgrind)

2012-02-07  Jason Smith  <jason.smith@canonical.com>

	Makes the panel shadow paint directly below the active window. Fixes: https://bugs.launchpad.net/bugs/871760. Approved by Thomi Richards.

2012-02-07  Jason Smith  <jason.smith@canonical.com>

	make panel shadow paint below active window as per design

2012-02-07  Andrea Azzarone  <azzaronea@gmail.com>

	1. Implement the lens bar key navigation
	2. Removes the white triangle that indicates the active lens
	3. Changes the over state for a lens bar icon
	4. Adds an AP test too
	
	Branch: http://ubuntuone.com/4I4brmXv3imw0j7XU48rIc
	Mockup: http://ubuntuone.com/47pmdV2B8ardvcXphjFkeT
	
	P.S: sometimes backward navigation doesn't work. Not my fault. Someone broke it in trunk.. Fixes: https://bugs.launchpad.net/bugs/881872. Approved by Thomi Richards, Andrea Cimitan.

2012-02-07  Andrea Azzarone  <azzaronea@gmail.com>

	Fix the docstring for get_num_rows.

2012-02-07  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-02-07  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes.

2012-02-06  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes.

2012-02-06  Andrea Azzarone  <azzaronea@gmail.com>

	Improves the AP test.

2012-02-06  Andrea Azzarone  <azzaronea@gmail.com>

	Adds a simple autopilot test for the lensbar key navigation.

2012-02-06  Andrea Azzarone  <azzaronea@gmail.com>

	Merge thomi's branch.

2012-02-06  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-02-06  Andrea Azzarone  <azzaronea@gmail.com>

	Focus the search bar when a lens bar is activated.

2012-02-06  Andrea Azzarone  <azzaronea@gmail.com>

	Len bar key navigation.

2012-02-07  Jason Smith  <jason.smith@canonical.com>

	Cant be tested due to difficulties with xtest and pointer barriers.. Fixes: . Approved by Thomi Richards.

2012-02-06  Jason Smith  <jason.smith@canonical.com>

	implement reveal trigger modes

2012-02-07  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Fixes a couple of pixel misalignments, and enlarge menuitem separators by 2px. Fixes: . Approved by Marco Trevisan (Treviño), Andrea Cimitan.

2012-02-07  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Enlarge quicklist menuitem separators to 7px

2012-02-07  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Few cairo alignment fixes to quicklist items

2012-02-07  Andrea Azzarone  <azzaronea@gmail.com>

	http://ubuntuone.com/5pgybrVmIYDaYE2TTxQLS0
	http://ubuntuone.com/0pAK3iTjw8wsckhGeI4PAs
	http://ubuntuone.com/3DrWrSvWZ3ryiA32OnDecs
	
	For the designers: I'm just applying a white (0.50 alpha) overlay to the focused segment... If you find other visual bugs in the mulirange filter widget please don't report them here :) Open a new bug, etc. etc.
	
	P.S. You cannot test it, because the filter key navigation doesn't work in trunk.. Fixes: . Approved by Marco Trevisan (Treviño), Andrea Cimitan.

2012-02-07  Andrea Azzarone  <azzaronea@gmail.com>

	Fix.

2012-02-07  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk. 

2012-02-03  Andrea Azzarone  <azzaronea@gmail.com>

	Remove un-needed commas.

2012-02-03  Andrea Azzarone  <azzaronea@gmail.com>

	Implement multirange filter focus state.

2012-02-07  Mirco Müller  <mirco.mueller@canonical.com>

	The updated Unity-part of fixing LP: #810325. This makes sure the average color - computed after a change of wallpaper -  is exposed via Unity's GSettings schema. That in turn can get picked up by other applications... notify-osd in this case.. Fixes: https://bugs.launchpad.net/bugs/810325. Approved by Gord Allott.

2012-02-07  Mirco Müller  <mirco.mueller@canonical.com>

	doh

2012-02-07  Mirco Müller  <mirco.mueller@canonical.com>

	Gord gets no beer from me :)

2012-02-07  Mirco Müller  <mirco.mueller@canonical.com>

	Use client member-variable, be more C++-ish

2012-02-07  Mirco Müller  <mirco.mueller@canonical.com>

	Make fix for LP: #810325 work again with latest trunk

2012-02-07  Didier Roche  <didier.roche@canonical.com>

	Lock launcher by default as per design request (LP: #928153). Fixes: https://bugs.launchpad.net/bugs/928153. Approved by Gord Allott.

2012-02-07  Didier Roche  <didier.roche@canonical.com>

	new default on design request: launcher never hides (LP: #928153)

2012-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Some updates to tooltips and quicklist... New visuals, positioning (Cimi, already signed-off by design), padding, some code refactoring by Marco including a standalone test program and fixes to StaticCairoText that now can use a pango_layout with a size different of the text extents (this allows to both draw cut text and to position it as requested).
	
	Also added CairoBaseWindow class that is used by both tooltip and quicklists to draw their cairo items avoiding code duplication.. Fixes: . Approved by Andrea Azzarone, Andrea Cimitan.

2012-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Quicklist: adding quicklists to unity namespace
	
	Plus fix tests build issues.

2012-02-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream

2012-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CairoBaseWindow: added a virtual destructor.

2012-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tooltip: use const& to get geometry.

2012-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistView: some more cleanup, removing unneeded pointers

2012-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CairoBaseWindow: use post-fixed member variables.
	
	Updating the depending code.

2012-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CairoBaseWindow: added new class to create a nux base window with cairo elements
	
	Used to factorize the code of QuicklistView and TooltipView.
	
	Code merged from lp:~3v1n0/unity/cairo-base-window

2012-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CairoBaseWindow: make sure that we clear the background when drawing.

2012-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: move the quicklist 1px to the left

2012-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tooltip, Quicklist: use the CairoBaseWindow as parent, so we can factorize lot of drawing code

2012-02-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CairoBaseWindow: added new class to create nux base windows with cairo elements

2012-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: again, move the quicklist 1 px more to the left

2012-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: move also the quicklist on to the left

2012-02-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: move the tooltip position one more pixel left.
	
	As requested by Cimi, it's mostly need the after the merge with this branch:
	lp:~unity-team/unity/launcher-design-fixes

2012-02-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StaticCairoText, Tooltip: using const& parameters...

2012-02-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tooltip: even more cleanup, and move to new nux layout values

2012-02-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem: use const& to pass colors

2012-02-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: remove unneeded members, and use ObjectPtr to handle tooltip and quicklist

2012-02-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tooltip, removing comments

2012-02-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistView: setting a minimum width for the item vertical layout.

2012-02-02  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Revert previous commit

2012-02-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: Set launcher right-line transparency at 0.15%

2012-02-02  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Shifted tooltips and quicklist position, set minimum dimension to 100px

2012-02-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Uncommit some unwanted changes...

2012-02-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tooltip fixed comments.

2012-02-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tooltip: always use nux::ObjectPtr when possible.

2012-02-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tooltip: no need to use the nux namespace, plus more cleanup.

2012-02-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tooltip: consider the padding when checking the minimum width.

2012-02-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tooltip: Moved into the unity namespace, and using a Text padding and a fixed minimum width
	
	Plus some code cleanup.

2012-02-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	standalone-clients, added the TestTooltip code!
	
	It allows to easily check how an unity tooltip is drawn

2012-02-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StaticCairoText: update the cached texture if the base geometry has changed
	
	This makes sure that the cairo text is redrawn when the Base size has changed, and the pango
	layout is updated against the new values.

2012-02-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StaticCairoText: make the pango_layout to use all the available space when requested
	
	Updating the pango layout size using the requested size.
	Now, the alignment values are properly used.

2012-02-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tooltip: added standalone client.

2012-02-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tooltip: Blur the tooltip background.

2012-02-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem*: add a shared function to Draw the Prelight that applies a blurred glow
	
	All the kinds of QuicklistMenuitems now uses the shared DrawText and DrawPrelight functions
	to draw the content, these functions are also aware of the padding that the quicklist item
	should use.
	
	Plus, now the disabled quicklist are using a semi-transparent white color, computed comaparing
	the results with the design mokups.
	
	Patch imported from lp:~3v1n0/unity/quicklist-item-glow-selection r:1803

2012-02-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged with lp:~3v1n0/unity/fixed-bad-quicklist-items-drawing
	
	USE IT AS PREREQUSITE WHEN MERGING!

2012-02-01  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Few tweaks to the quicklist

2012-02-01  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Add a slight glow

2012-02-01  Andrea Cimitan  <andrea.cimitan@canonical.com>

	New shape for tooltips

2012-02-07  Andrea Azzarone  <azzaronea@gmail.com>

	Implement the focus state for the filters label buttons.
	
	For the momement you cannot directly test because in trunk the filter bar is not key navigable. You can test it changing:
	
	139	+  if (HasKeyboardFocus())
	
	with
	
	139	+  if (IsMouseInside())
	
	I've a branch for filters key navigation too, but the visual design is not ready...
	
	Mockup - https://chinstrap.canonical.com/~sabdfl/12_04/desktop_and_netbook/dash/video_lens_v1.2_2.png
	
	Branch - http://ubuntuone.com/4CwCQGcAuejfjQAY4Ky7Ry
	http://ubuntuone.com/3vHehMXz1KoBWKQ2uugZzL. Fixes: . Approved by Marco Trevisan (Treviño), Andrea Cimitan.

2012-02-07  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-01-26  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-01-26  Andrea Azzarone  <azzaronea@gmail.com>

	Implement the design for the focus state of the filters label buttons.

2012-02-07  Andrea Azzarone  <azzaronea@gmail.com>

	. Fixes: . Approved by Sam Spilsbury, Marco Trevisan (Treviño).

2012-02-02  Andrea Azzarone  <azzaronea@gmail.com>

	Uses CreateActionString in unityshell.

2012-02-02  Andrea Azzarone  <azzaronea@gmail.com>

	Ops.

2012-02-02  Andrea Azzarone  <azzaronea@gmail.com>

	Adds UnityShellPrivate. Makes CreateActionSting testable. Tests it.

2012-02-02  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-01-12  Andrea Azzarone  <azzaronea@gmail.com>

	Makes super key configurable.

2012-02-07  Daniel van Vugt  <vanvugt@gmail.com>

	Avoid crashing due to uninitialized GTK/GDK libraries when using upstream compiz (LP: #915819)
	. Fixes: https://bugs.launchpad.net/bugs/915819. Approved by .

2012-02-07  Daniel van Vugt  <vanvugt@gmail.com>

	Fix hand-porting mistake.

2012-02-07  Daniel van Vugt  <vanvugt@gmail.com>

	Simplified gtk_init, required to avoid crashing with regular compiz
	(LP: #915819)

2012-02-07  Daniel van Vugt  <vanvugt@gmail.com>

	Rebase.

2012-02-04  Daniel van Vugt  <vanvugt@gmail.com>

	Rebased and resolved conflicts.

2012-01-13  Daniel van Vugt  <vanvugt@gmail.com>

	Avoid crashing due to uninitialized GTK/GDK libraries when using
	upstream compiz (LP: #915819)

2012-02-06  Luke Yelavich  <luke.yelavich@canonical.com>

	. Fixes: . Approved by Luke Yelavich, Neil J. Patel.

2012-01-20  Luke Yelavich  <luke.yelavich@canonical.com>

	Remove the FIXME comment. After further reading of the code, I don't see any
	other way of getting a pointer to the launcher window, as the launcher
	accessible is likely not created yet, and we would need to iterate through
	all children of the root accessible to find it anyway. We also can't get
	a pointer to the launcher controller.

2012-01-11  Luke Yelavich  <luke.yelavich@canonical.com>

	Search for the window named LauncherWindow, allowing Orca to read the launcher
	again, also add a FIXME note so that we know to fetch the launcher window
	name properly from the launcher object at a later date.

2012-02-06  Jason Smith  <jason.smith@canonical.com>

	Fix duplicate launchers. Fixes: https://bugs.launchpad.net/bugs/916228. Approved by Jay Taoko, Tim Penhey.

2012-02-06  Jason Smith  <jason.smith@canonical.com>

	make sure we destroy launchers when we intend to

2012-02-06  Jason Smith  <jason.smith@canonical.com>

	. Fixes: https://bugs.launchpad.net/bugs/916228. Approved by Jay Taoko, Sam Spilsbury.

2012-02-06  Jason Smith  <jason.smith@canonical.com>

	Fix issue where unity would crash when a tray was open when closing a monitor

2012-02-06  Thomi Richards  <thomi.richards@canonical.com>

	Adds tests for the 'Show Desktop' feature.
	
	Also adds various classes to autopilot that are required by these tests (specifically: BAMF emulators). Updates keyboard emulator to make keyboard interaction easier.. Fixes: . Approved by Alex Launi, Tim Penhey.

2012-02-07  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk to resolve conflicts.

2012-01-31  Thomi Richards  <thomi.richards@canonical.com>

	Mouse is now centered on the first monitor after every test.

2012-01-31  Thomi Richards  <thomi.richards@canonical.com>

	Disabled tests that currently don't work (waiting on a fix elsewhere).

2012-01-31  Thomi Richards  <thomi.richards@canonical.com>

	Removed trailing whitespace.

2012-01-31  Thomi Richards  <thomi.richards@canonical.com>

	Showing desktop via switcher is now faster.

2012-01-31  Thomi Richards  <thomi.richards@canonical.com>

	Test 'ShowDesktopTests.test_unhide_single_app' now works.

2012-01-31  Thomi Richards  <thomi.richards@canonical.com>

	Fixed ShowDesktopTests.test_showdesktop_switcher test.

2012-01-31  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk.

2012-01-31  Thomi Richards  <thomi.richards@canonical.com>

	Test cases now all automatically releas pushed keys. Whitespace fixes also.

2012-01-30  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk. Lots of test failures.

2012-01-30  Thomi Richards  <thomi.richards@canonical.com>

	PEP8 fixes, and removed a commented import.

2012-01-30  Thomi Richards  <thomi.richards@canonical.com>

	Merged trunk to resolve conflicts.

2012-01-30  Thomi Richards  <thomi.richards@canonical.com>

	Removed trailing whitespace in unity.py.

2012-01-25  Thomi Richards  <thomi.richards@canonical.com>

	Keyboard emulator now uses strings to represent multiple keys.

2012-01-25  Thomi Richards  <thomi.richards@canonical.com>

	Removed extra blank line in Dash.txt.

2012-01-25  Thomi Richards  <thomi.richards@canonical.com>

	PEP8 fix - extra blank line between module-level items.

2012-01-25  Thomi Richards  <thomi.richards@canonical.com>

	Keyboard emulator now uses current keyboard mapping to determine which keys are shifted.

2012-01-25  Thomi Richards  <thomi.richards@canonical.com>

	Fixed docstrings on keyboard emulator.

2012-01-25  Thomi Richards  <thomi.richards@canonical.com>

	Keyboard emulator refactored to remove ugly control key hack.

2012-01-25  Thomi Richards  <thomi.richards@canonical.com>

	Bamf emulator now waits on DBus signal when waiting on app launch instead of polling. Closing windows now works as expected from within AP test.

2012-01-24  Thomi Richards  <thomi.richards@canonical.com>

	Launcher AddProperties now uses builder helper.

2012-01-24  Thomi Richards  <thomi.richards@canonical.com>

	Bamf emulator now waits for Dbus signal instead of polling for applications opened.

2012-01-24  Thomi Richards  <thomi.richards@canonical.com>

	Fixed logic bug in bamf emulator.

2012-01-23  Thomi Richards  <thomi.richards@canonical.com>

	Removed old debugging code.

2012-01-20  Thomi Richards  <thomir@gmail.com>

	Merged trunk, resolved conflict.

2012-01-20  Thomi Richards  <thomir@gmail.com>

	Split single large switcher test into several smaller ones.

2012-01-20  Thomi Richards  <thomir@gmail.com>

	Removed unused import.

2012-01-20  Thomi Richards  <thomir@gmail.com>

	Switcher emulator now uses same launcher icon abstraction as launcher emulator. Removed cruft.

2012-01-20  Thomi Richards  <thomir@gmail.com>

	Bamf emulator now filters non-visible windows and applications more safely.

2012-01-20  Thomi Richards  <thomir@gmail.com>

	X11 emulators now share a single display. Added method to Keyboard class to reset all pressed keys to an un-pressed state. Increased key_press delay to 0.2, since smaller values break the switcher tests.

2012-01-20  Thomi Richards  <thomir@gmail.com>

	SwitcherModel now stores Launcher icons as children in a sane way.

2012-01-20  Thomi Richards  <thomir@gmail.com>

	Removed manual test spec since it's automated.

2012-01-18  Thomi Richards  <thomir@gmail.com>

	Various python cleanups.

2012-01-18  Thomi Richards  <thomir@gmail.com>

	Replaces wnck with pure Xlib calls, removed debug info from test.

2012-01-12  Thomi Richards  <thomir@gmail.com>

	Added methods to wait for a particular application to be started.

2012-01-12  Thomi Richards  <thomir@gmail.com>

	PEP257 compliance.

2012-01-12  Thomi Richards  <thomir@gmail.com>

	Whitespace fixes.

2012-01-12  Thomi Richards  <thomir@gmail.com>

	Dash tests are now in the correct file, removed (now empty) launcher test file.

2012-01-12  Thomi Richards  <thomir@gmail.com>

	Added show desktop tests, removed manual test specification file.

2012-01-12  Thomi Richards  <thomir@gmail.com>

	Show desktop test completed.

2012-01-12  Thomi Richards  <thomir@gmail.com>

	Almost finished show desktop test.

2012-01-12  Thomi Richards  <thomir@gmail.com>

	Can now detect hidden windows.

2012-01-12  Thomi Richards  <thomir@gmail.com>

	Bamf applications and windows now have a nicer __repr__ method, and the bamf utility class now filters out user-invisible applications and windows by default.

2012-01-12  Thomi Richards  <thomir@gmail.com>

	Launcher tests now move mouse out of the way when tests complete.

2012-01-12  Thomi Richards  <thomir@gmail.com>

	Now tests command lens shortcut.

2012-01-12  Thomi Richards  <thomir@gmail.com>

	Keyboard emulator modified to support function keys.

2012-01-11  Thomi Richards  <thomir@gmail.com>

	Can't write test for command lense until i overhaul the keyboard input emulator.

2012-01-11  Thomi Richards  <thomir@gmail.com>

	Added autopilot tests that ensure the various dash shortcuts work as expected.

2012-01-11  Thomi Richards  <thomir@gmail.com>

	Merged trunk.

2012-01-11  Thomi Richards  <thomir@gmail.com>

	Added active-lens property to LensBar.

2012-01-11  Thomi Richards  <thomir@gmail.com>

	Whitespace fixes

2012-01-11  Thomi Richards  <thomir@gmail.com>

	Added some utility functions to Bamf class.

2012-01-11  Thomi Richards  <thomir@gmail.com>

	Better app introspection.

2012-01-11  Thomi Richards  <thomir@gmail.com>

	Application and window introspection now work.

2012-01-10  Thomi Richards  <thomir@gmail.com>

	Slight code refactor in bamf access code.

2012-01-10  Thomi Richards  <thomir@gmail.com>

	DBus interface to BAMF works.

2012-02-06  Thomi Richards  <thomi.richards@canonical.com>

	Unity introspection tree debug script now has option to display image instead of saving it to disk, and can handle any file format supported by dot.. Fixes: . Approved by Jason Smith.

2012-01-30  Thomi Richards  <thomi.richards@canonical.com>

	Temnp files now cleaned up.

2012-01-30  Thomi Richards  <thomi.richards@canonical.com>

	unity introspection tree debugging script now can write output to any format supported by dot, and has the option to display the image with the 'eog' app.

2012-02-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Fixed the drawing of the radios or checkmarks quicklist menu items
	
	When using quicklist menu-items containing radios or checkmarks, unity draws them incorrectly.
	First of all, the Active logic is inverted (unactive items were marked, while active were not), then the disabled status was causing an incorrect drawing.
	
	This is an example code that underlines the issue: http://paste.ubuntu.com/788515/
	You can see the issue in this screenshot: http://go.3v1n0.net/vhgofi
	
	This branch fixes these issues, and this is the expected result: http://ubuntuone.com/5avZ10Lrd8MFxnBmRIOJfQ
	(of course now it works well also when an item is prelighted)
	
	I've not added a manual test since for the graphic nature of the issue, I guess it's hard to automatically test it (and autopilot doesn't help at all, clearly). So, let me know if this is ok.. Fixes: https://bugs.launchpad.net/bugs/910286. Approved by Andrea Azzarone.

2012-02-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestQuicklistVisuals: fix compilation issues

2012-02-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream

2012-01-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Fixed the compilation of /some/ other standalone clients.

2012-01-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestQuicklist: rewritten using the nux test framework to check the events.

2012-01-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Including the nux test framework into the standalone-clients.

2012-01-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests, TestQuicklistMenuitems: added check for GetChildren()

2012-01-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistView: GetChildren should return the list of children.

2012-01-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream.

2012-01-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestQuicklist: readded the item-activated tests

2012-01-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestQuicklist: fixed a typo.

2012-01-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestQuicklist: added more visual tests for all the quicklist possible cases

2012-01-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestQuicklistVisuals: the application name now should be bold.
	
	Updating the visual test.

2012-01-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestQuicklistVisuals: allow to create disabled label items, and use it

2012-01-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestQuicklistVisuals: the checked/unchecked status shouldn't be inverted.

2012-01-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestQuicklist: fix the test using the expected checked/unchecked state

2012-01-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	StandaloneClients: use aubergine background color for quicklist tests.
	
	It makes them a little bit more real ;)

2011-12-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItemRadio: fix the rendering of the active/unactive and disabled states
	
	Fixing bug #910286 caused the menuitem to be drawn incorrectly

2011-12-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItemCheckmark: fix the rendering of the active/unactive and disabled states
	
	Fixing bug #910286 caused the menuitem to be drawn incorrectly

2012-02-06  Gord Allott  <gord.allott@canonical.com>

	. Fixes: https://bugs.launchpad.net/bugs/921112, https://bugs.launchpad.net/bugs/921249, https://bugs.launchpad.net/bugs/921270, https://bugs.launchpad.net/bugs/921329. Approved by Gord Allott, John Lea.

2012-02-06  Gord Allott  <gord.allott@canonical.com>

	updated to trunk to fix conflicts

2012-02-03  Gord Allott  <gord.allott@canonical.com>

	more visual refinements

2012-02-02  Gord Allott  <gord.allott@canonical.com>

	working launcher icons

2012-02-02  Gord Allott  <gord.allott@canonical.com>

	colours working for launcher icon

2012-02-02  Gord Allott  <gord.allott@canonical.com>

	working launcher icon

2012-02-02  Gord Allott  <gord.allott@canonical.com>

	allways renders firefox.png

2012-02-02  Gord Allott  <gord.allott@canonical.com>

	add missing files

2012-02-02  Gord Allott  <gord.allott@canonical.com>

	added missing files

2012-02-02  Gord Allott  <gord.allott@canonical.com>

	more checks in UnityCore/Hud

2012-02-02  Gord Allott  <gord.allott@canonical.com>

	additional checks in unity core

2012-02-02  Gord Allott  <gord.allott@canonical.com>

	merge in branch to remove magic numbers

2012-02-02  Gord Allott  <gord.allott@canonical.com>

	namespace up magic numbers

2012-02-02  Gord Allott  <gord.allott@canonical.com>

	merged in alignment branch

2012-02-02  Gord Allott  <gord.allott@canonical.com>

	reduced search box one pixel

2012-02-02  Gord Allott  <gord.allott@canonical.com>

	More alignment

2012-02-02  Gord Allott  <gord.allott@canonical.com>

	first stab at launcher icon, did not go well, more alignments

2012-02-01  Gord Allott  <gord.allott@canonical.com>

	more visual tweaking

2012-02-02  Gord Allott  <gord.allott@canonical.com>

	stop tricking applications into thinking GDbus is connected when it is not

2012-01-31  Gord Allott  <gord.allott@canonical.com>

	merge with trunk again, fix even more conflicts

2012-01-31  Gord Allott  <gord.allott@canonical.com>

	fix about a million conflicts with trunk, updated to trunk (5.2)

2012-01-30  Gord Allott  <gord.allott@canonical.com>

	adds introspection to hud

2012-01-30  Gord Allott  <gord.allott@canonical.com>

	add more introspection

2012-01-30  Gord Allott  <gord.allott@canonical.com>

	added introspection

2012-01-27  Gord Allott  <gord.allott@canonical.com>

	changed potfiles

2012-01-27  Gord Allott  <gord.allott@canonical.com>

	merged with trunk

2012-01-26  Gord Allott  <gord.allott@canonical.com>

	enables tests that were disabled

2012-01-26  Gord Allott  <gord.allott@canonical.com>

	re-enable tests that were disabled

2012-01-26  Gord Allott  <gord.allott@canonical.com>

	fixes the interactions with the dash

2012-01-26  Gord Allott  <gord.allott@canonical.com>

	Fixed the drawing in netbook mode

2012-01-26  Gord Allott  <gord.allott@canonical.com>

	fix issues with dash and hud interaction, refocuses the last window on alt

2012-01-26  Gord Allott  <gord.allott@canonical.com>

	fixed conflicts

2012-01-26  Gord Allott  <gord.allott@canonical.com>

	updated to latest unity trunk

2012-01-26  Gord Allott  <gord.allott@canonical.com>

	removes the callback on alt release

2012-01-25  Gord Allott  <gord.allott@canonical.com>

	merges in a branch to fix the seperation between DashSearchBar and HudSearchBar

2012-01-25  Gord Allott  <gord.allott@canonical.com>

	removed HudSearchBar, moved the code into DashSearchBar, renamed DashSearhBar to SearchBar

2012-01-25  Gord Allott  <gord.allott@canonical.com>

	clean up ptrs

2012-01-24  Gord Allott  <gord.allott@canonical.com>

	removed typo, no longer is the hud timeout 500ms, but now 150ms

2012-01-24  Gord Allott  <gord.allott@canonical.com>

	remove debugs

2012-01-24  Gord Allott  <gord.allott@canonical.com>

	fixed icon loading issue

2012-01-23  Gord Allott  <gord.allott@canonical.com>

	fix manual tests to refer to tapping Alt not pressing SuperH

2012-01-23  Gord Allott  <gord.allott@canonical.com>

	merge in the use alt and tap branch

2012-01-23  Gord Allott  <gord.allott@canonical.com>

	move over to tap and alt by default

2012-01-23  Gord Allott  <gord.allott@canonical.com>

	pushed up the minor version

2012-01-21  Gord Allott  <gord.allott@canonical.com>

	merge in icon view code

2012-01-21  Gord Allott  <gord.allott@canonical.com>

	modified the icon renderer

2012-01-21  Gord Allott  <gord.allott@canonical.com>

	change icon on keynav

2012-01-21  Gord Allott  <gord.allott@canonical.com>

	merge in default text branch

2012-01-20  Gord Allott  <gord.allott@canonical.com>

	more robust icon loading code, standalone client working again

2012-01-21  Gord Allott  <gord.allott@canonical.com>

	added manual tests for hud

2012-01-20  Gord Allott  <gord.allott@canonical.com>

	merge in branch to make the hud go away on click off or escape

2012-01-20  Gord Allott  <gord.allott@canonical.com>

	dash goes away on escape and mouse click off

2012-01-19  Gord Allott  <gord.allott@canonical.com>

	use left aligned button api

2012-01-19  Gord Allott  <gord.allott@canonical.com>

	emit the OVERLAY_SHOWN/HIDDEN messages

2012-01-19  Gord Allott  <gord.allott@canonical.com>

	Merged in the ubus refactor message branch

2012-01-19  Gord Allott  <gord.allott@canonical.com>

	removed hack for dash style

2012-01-19  Gord Allott  <gord.allott@canonical.com>

	Merged in left align dashstyle button branch

2012-01-19  Gord Allott  <gord.allott@canonical.com>

	latest unity trunk

2012-01-18  Gord Allott  <gord.allott@canonical.com>

	Button logic working

2012-01-18  Gord Allott  <gord.allott@canonical.com>

	better size requisition code

2012-01-18  Gord Allott  <gord.allott@canonical.com>

	moved hud to 0 pixels on the side

2012-01-18  Gord Allott  <gord.allott@canonical.com>

	fixes for the auto hide with ALWAYS SHOW enabled

2012-01-18  Gord Allott  <gord.allott@canonical.com>

	add locking the launcher to the hud code

2012-01-17  Gord Allott  <gord.allott@canonical.com>

	Merge in the hide launcher branch

2012-01-17  Gord Allott  <gord.allott@canonical.com>

	small cleanup

2012-01-17  Gord Allott  <gord.allott@canonical.com>

	working dash visuals on the hud

2012-01-16  Gord Allott  <gord.allott@canonical.com>

	Merged in dash view refactor branch

2012-01-16  Gord Allott  <gord.allott@canonical.com>

	upgrade to latest hud base

2012-01-16  Gord Allott  <gord.allott@canonical.com>

	upgraded to latest trunk and fix all the conflicts again

2012-01-16  Gord Allott  <gord.allott@canonical.com>

	add in icon support

2012-01-12  Gord Allott  <gord.allott@canonical.com>

	Build in execute by Search

2012-01-12  Gord Allott  <gord.allott@canonical.com>

	fixed up tests

2012-01-12  Gord Allott  <gord.allott@canonical.com>

	updated hudButton to new api, merged in unity update branch

2012-01-10  Gord Allott  <gord.allott@canonical.com>

	merged in latest unity trunk

2012-01-12  Gord Allott  <gord.allott@canonical.com>

	updated hud api

2012-01-11  Gord Allott  <gord.allott@canonical.com>

	Add close hint API to HudCore api

2012-01-10  Gord Allott  <gord.allott@canonical.com>

	Add shortcut keys to the UnityCore/Hud.h api

2012-01-10  Gord Allott  <gord.allott@canonical.com>

	Enable activation by keynav

2012-01-10  Gord Allott  <gord.allott@canonical.com>

	Support activating by return on button

2012-01-10  Gord Allott  <gord.allott@canonical.com>

	semi working button activating

2012-01-10  Gord Allott  <gord.allott@canonical.com>

	Coverted refererence to a hud::Suggestion to hud::Suggestion::Ptr

2012-01-09  Gord Allott  <gord.allott@canonical.com>

	added tests for hud core

2012-01-06  Gord Allott  <gord.allott@canonical.com>

	added tests

2012-01-06  Gord Allott  <gord.allott@canonical.com>

	removal of icon api, stored in suggestions now

2012-01-06  Gord Allott  <gord.allott@canonical.com>

	Better Hud classes for UnityCore, much more C++ like

2012-01-04  Gord Allott  <gord.allott@canonical.com>

	Moved the Hud class to UnityCore

2011-12-09  Gord Allott  <gord.allott@canonical.com>

	few changes to the icon size and positioning

2011-12-08  Gord Allott  <gord.allott@canonical.com>

	better rendering, fixed transparency bug

2011-12-07  Gord Allott  <gord.allott@canonical.com>

	Merge in fix for kdevelop

2011-12-07  Gord Allott  <gord.allott@canonical.com>

	merged latest unity trunk

2011-12-05  Gord Allott  <gord.allott@canonical.com>

	use pango text from service

2011-12-02  Gord Allott  <gord.allott@canonical.com>

	fix crasher with wrong hud service api, show icon on hud show, clear hud search box on show

2011-12-02  Gord Allott  <gord.allott@canonical.com>

	change the key binding for hud to <Super>H

2011-12-01  Gord Allott  <gord.allott@canonical.com>

	Adds icon support and moves a lot of code from the view into the controller

2011-11-18  Gord Allott  <gord.allott@canonical.com>

	updated to latest API

2011-11-16  Gord Allott  <gord.allott@canonical.com>

	fixed drawing issues, hud goes away after a search and returns focus to where it should be

2011-11-15  Gord Allott  <gord.allott@canonical.com>

	plus tests

2011-11-15  Gord Allott  <gord.allott@canonical.com>

	current wip prototype

2012-02-05  Andrea Cimitan  <andrea.cimitan@canonical.com>

	New visual assets for dash buttons. Fixes: . Approved by Marco Trevisan (Treviño).

2012-01-30  Andrea Cimitan  <andrea.cimitan@canonical.com>

	New dash window buttons, new assets from designers

2012-02-05  David Planella  <david.planella@ubuntu.com>

	Adding a simple comment for translators to disambiguate the meaning of the 'Format...' message. This comment will be automatically extracted by the build system, put into the translation template (.pot file) and be visible to translators in Launchpad, providing them more context (bug 926339).
	
	I would suggest following this practice for any translatable string that might be prone to confusion, or if anything needs clarifying to translators. It's just a matter of adding a comment above the line where the translatable string appears - the gettext machinery takes care of all the rest.. Fixes: https://bugs.launchpad.net/bugs/926339. Approved by Marco Trevisan (Treviño), Marco Biscaro.

2012-02-04  David Planella  <david.planella@ubuntu.com>

	Added a translators comment to appear in Launchpad to clarify the meaning of the 'Format...' message (bug 926339)

2012-02-03  Brandon Schaefer  <brandontschaefer@gmail.com>

	Clicking now quits the KeyNav mode from the launcher and if the quicklist is open. Shortcuts while in KeyNav mode now work and quit KeyNav mode.. Fixes: https://bugs.launchpad.net/bugs/869122. Approved by Jason Smith.

2012-02-01  Brandon Schaefer  <brandontschaefer@gmail.com>

	Noticed from the last fix that when a window as getting restored it would always restore to the window that was active when key nav mode first started. Now the correct window gets focus when you leave key nav mode.

2012-02-01  Brandon Schaefer  <brandontschaefer@gmail.com>

	Fixed error on ubus call. Used START instead of END.

2012-01-31  Brandon Schaefer  <brandontschaefer@gmail.com>

	test added

2012-01-31  Brandon Schaefer  <brandontschaefer@gmail.com>

	Fixes the KeyNav issues, such as click outside of the launcher to quit,
	using shortcut while in KeyNav, and Quicklist quiting correctly while
	in KeyNav mode.

2012-02-03  Jason Smith  <jason.smith@canonical.com>

	. Fixes: . Approved by .

2012-02-03  Jason Smith  <jason.smith@canonical.com>

	merge trunkle

2012-02-01  Jason Smith  <jason.smith@canonical.com>

	forward declare class in IconRenderer

2012-02-01  Jason Smith  <jason.smith@canonical.com>

	add multi-monitor header and import it where needed

2012-01-31  Jason Smith  <jason.smith@canonical.com>

	Make AbstractIconRenderer inherit from IconTextureSource
	Make IconRenderer use IconTextureSource to limit coupling with Launcher types

2012-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	As shown in the design mockups and as requested by Cimi, I've fixed some visual issues of the launcher and dash:
	
	1) The right launcher border line should use more transparency and
	should be outside the launcher background
	2) The launcher should use on both sides a padding of 6 pixels,
	and without the right border, it should be 64px wide.
	3) Adjusted the dash position, to make it use the launcher real geometry
	
	Launcher screenshot: http://ubuntuone.com/6atOJPagikJTGoMELnKWXu
	Lancher + Dash screenshot: http://ubuntuone.com/5XxXY6pp8vEFN0p4JdK684. Fixes: https://bugs.launchpad.net/bugs/921465. Approved by Andrea Cimitan.

2012-02-04  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Launcher right line opacity 0.15f

2012-02-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: explain the -1 magic number.

2012-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	OverlayRenderer: Draw inner rounded corner only if needed.

2012-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	OverlayRenderer: use transparent color for our lines...

2012-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	OverlayRenderer: some math cleanup...

2012-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	OverlayRenderer: enable blending when drawing the top and right lines

2012-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	OverlayRenderer: make the dash to use the top and right lines that matches the launcher
	
	Also, these lines are now drawn under the background, to get them properly masked.

2012-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: make the right-line using a 22% opaque white.

2012-02-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DashController / Unity: adjust the dash position using the launcher geometry.

2012-02-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: put the right-line to a position relative to the one of the launcher
	
	Fixes the "always-showing" line issue.

2012-02-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: be aware of the right-line and don't consider it as part of the launcher.

2012-02-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: changing right-line color opacity

2012-02-03  Jay Taoko  <jay.taoko@canonical.com>

	* This branch follows the changes made in https://code.launchpad.net/~unity-team/nux/nux.key-nav-improvements/+merge/90566
	
	* This branch fixes bug #863405
	. Fixes: . Approved by Jason Smith.

2012-02-03  Jay Taoko  <jay.taoko@canonical.com>

	* Merged with Unity trunk

2012-01-28  Jay Taoko  <jay.taoko@canonical.com>

	* This branch follows the changes made in https://code.launchpad.net/~unity-team/nux/nux.key-nav-improvements/+merge/90566
	
	* This branch fixes bug  #863405

2012-01-27  Jay Taoko  <jay.taoko@canonical.com>

	* Fix #863405

2012-01-16  Jay Taoko  <jay.taoko@canonical.com>

	* Fixing key nav

2012-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: a lot of code cleanup using more C++ friendly members to fix memory leaks and improve our work.
	
	After holding this branch to wait the jason one to merge lp:~unity-team/unity/unity.multi-launcher, I've updated it including his changes.
	
	I've also included some cleanups for the new SoftwareCenterLauncherIcon that depends on BamfLauncherIcon
	
	Plus fixed the bug #921102 that was caused by the fact that the remote dbusmenu was unreferenced by the icon, and bug #925839 that was caused by the fact that after the multi-monitor branch, an icon was not redrawn on EnsureWindowState until there was a monitor / vp change, now we force the redraw.. Fixes: https://bugs.launchpad.net/bugs/921102, https://bugs.launchpad.net/bugs/925839. Approved by Jason Smith.

2012-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MockLauncherIcon: make GetQuirk const to match the parent.
	
	Fixes tests

2012-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: always make the icon redraw when children are added, removed and so on!.

2012-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk changes.

2012-01-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SoftwareCenterLauncherIcon: small cleanup...

2012-01-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: remove some const methods to avoid weird results...

2012-01-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: don't make ShowInSwitcher() const or it won't work!

2012-01-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SoftwareCenterLauncherIcon: more cleanup...

2012-01-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SoftwareCenterLauncherIcon: cleaning-up the whole patch... Using std::string and fixing indentation.

2012-01-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream, optimize a little LauncherController

2012-01-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: removing the last static method, adding OnDndHovered() that is called by timeout lambda.

2012-01-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: GetQuirk dependent methods can be const now, making them constant!

2012-01-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: making GetQuirk const

2012-01-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: no need to duplicate the checks... 

2012-01-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: don't use C casts, check for type and use static_cast
	
	Fixes also a leak... Every click the children list were not free'd.

2012-01-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: making DesktopFile to return a std::string.

2012-01-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: Using std::string for _desktop_file, plus add more const members.

2012-01-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: using glib:Object for _menu_clients too
	
	Also fixing bug #921102

2012-01-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: More glib::Object and glib::Error usage

2012-01-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: FillSupportedTypes can be a member function, using a lambda to call it.

2012-01-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: removing the evil ShortcutData struct, we can do the same without it.

2012-01-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: use glib::Object instead of a pointer on ShortcutData, plus fix a memory leak.
	
	The desktop_shortcuts value was unreferenced too few times, so it wasn't ever destroyed.
	Using a glib::Object for it, fixes the issue.

2012-01-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: Desktop shortcuts, using more C++ facilities

2012-01-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: Use glib::String when getting the window name.

2012-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: use a lambda function to free the temporary struct.

2012-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: make ShortcutData a little more C++ friendly

2012-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: no need to add a new ref, when saving the menuitems

2012-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: use glib::Object to store local dbusmenuitems

2012-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: using glib::Signal to handle the default quicklist item callbacks

2012-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: use std::string to handle _remote_uri, it also fixes a leak.

2012-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: add more getter functions and avoid to use too much bamf calls when we have cached values
	
	Plus more usage of glib::String

2012-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: no need to cache the name as well...

2012-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: putting the constructor at the top of the file, as expected.

2012-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: no need to cache the desktop file, libbamf owns and caches it

2012-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: use glib::Object and glib::Signal for handling the desktop file changes

2012-01-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: moving to glib::SignalManager and using lamba function callbacks.

2012-01-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: more cleanup, fixed a crash.

2012-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Use glib::Object<DbusmenuMenuitem> for handling the menu desktop shortcuts

2012-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncher: rerganizing the header file to improve readability.

2012-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: stripping tralinig spaces

2012-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: use glib::Object to handle _bamf_app

2012-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: s/m_App/_bamf_app/g

2012-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: use an initialization list

2012-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: s/NULL/nullptr/g

2012-01-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: removed unneeded member, update only the application whose window has been moved!
	
	Plus unref the created menuitem, since it's reff'ed when appended to root

2012-02-03  Gord Allott  <gord.allott@canonical.com>

	Small spring cleaning of the ubus message UBUS_PLACE_VIEW_SHOWN/HIDDEN 
	Replaces it with UBUS_OVERLAY_SHOWN/HIDDEN - also sends along a gvariant that ID's the overlay and sends whether it can
	be maximised or not. Fixes: . Approved by Mirco Müller.

2012-01-31  Gord Allott  <gord.allott@canonical.com>

	merge with trunk, fix lots of conflicts, sad day

2012-01-27  Gord Allott  <gord.allott@canonical.com>

	fix shortcut controller

2012-01-27  Gord Allott  <gord.allott@canonical.com>

	merged latest trunk and fixed conflicts

2012-01-19  Gord Allott  <gord.allott@canonical.com>

	Renames PLACE_VIEW to OVERLAY, also includes a gvariant along with the ubus message

2012-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Fixed the wording the Launcher manual-test. Fixes: https://bugs.launchpad.net/bugs/923996. Approved by Thomi Richards.

2012-01-31  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-test: fixed the Launcher manual test wording

2012-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Due to wrong syntax in cmake pkgconfig settings unity configuration gave these warnings.
	
	MAKE_CXX_FLAGS_DEBUG="-g" -DCMAKE_C_FLAGS_DEBUG="-g"
	-- Found Gettext: /usr/bin/msgmerge (found version "5.0.0")
	-- checking for module '>='
	--   package '>=' not found
	-- checking for module '2.0.0'
	--   package '2.0.0' not found
	
	Fixed removing the unwanted spaces. Fixes: https://bugs.launchpad.net/bugs/919248. Approved by Andrea Azzarone.

2012-02-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CMake: pkg_config check needs doesn't support spaces between package and version.
	
	This caused some configuration warning / errors

2012-02-03  Didier Roche  <didier.roche@canonical.com>

	Release\ 5.2.0

2012-02-03  Didier Roche  <didier.roche@canonical.com>

	welcome unity 5.2

2012-02-02  Andrea Azzarone  <azzaronea@gmail.com>

	Constructs the shortcut view until its first needed.  UNBLOCK.. Fixes: . Approved by Jason Smith.

2012-02-02  Andrea Azzarone  <azzaronea@gmail.com>

	Constructs the shortcut view until its first needed.

2012-02-01  Jason Smith  <jason.smith@canonical.com>

	Adds filtering when icon backgrounds are being scaled.
	
	UNBLOCK - this is a display regression.. Fixes: . Approved by Gord Allott.

2012-02-01  Jason Smith  <jason.smith@canonical.com>

	fix square icons at non-default sizes

2012-01-31  Jason Smith  <jason.smith@canonical.com>

	UNBLOCK
	
	Fixes launcher reveal for some people. Fixes: . Approved by Robert Carr, Gord Allott.

2012-01-31  Jason Smith  <jason.smith@canonical.com>

	adjust algo some more

2012-01-31  Jason Smith  <jason.smith@canonical.com>

	tweak algo

2012-01-31  Jason Smith  <jason.smith@canonical.com>

	implement responsiveness as a conglomerate option for changing reveal behavior

2012-01-31  Jason Smith  <jason.smith@canonical.com>

	initialize variable

2012-01-31  Jason Smith  <jason.smith@canonical.com>

	ooops

2012-01-31  Jason Smith  <jason.smith@canonical.com>

	don't ever release barriers on left edge of X screen

2012-01-31  Jason Smith  <jason.smith@canonical.com>

	dont emit on event_id change as there are some bugs in the protocol still

2012-01-31  Andrea Azzarone  <azzaronea@gmail.com>

	Make sure that the dash searchbar doesn't lose the focus when clicking on an empty dash area (or an area that should not get the focus on mouse down).
	
	SetAccepetKeyNavFocus is already tested in trunk.
	
	UNBLOCK. Fixes: https://bugs.launchpad.net/bugs/919567, https://bugs.launchpad.net/bugs/923988. Approved by Mikkel Kamstrup Erlandsen.

2012-01-31  Andrea Azzarone  <azzaronea@gmail.com>

	Updates the manual test.

2012-01-30  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes bug #923988.

2012-01-27  Andrea Azzarone  <azzaronea@gmail.com>

	Adds a manutal test.

2012-01-26  Andrea Azzarone  <azzaronea@gmail.com>

	Clicking on an empty areas makes the dash search bar lose focus.

2012-01-31  Gord Allott  <gord.allott@canonical.com>

	adds definition to the launcher manual test
	UNBLOCK. Fixes: . Approved by Didier Roche.

2012-01-31  Gord Allott  <gord.allott@canonical.com>

	added definition to the launcher manual-test

2012-01-30  Jason Smith  <jason.smith@canonical.com>

	UNBLOCK
	
	(as didrocks requested)
	
	This branch implements different defaults for the edge reveal as well as capping velocities at 600 to help slower devices.. Fixes: . Approved by Thomi Richards.

2012-01-30  Jason Smith  <jason.smith@canonical.com>

	make sure test passes every time

2012-01-30  Jason Smith  <jason.smith@canonical.com>

	fix autopilot tests
	add test to ensure launcher doesn't hide after mouse reveal

2012-01-30  Jason Smith  <jason.smith@canonical.com>

	fix defaults

2012-01-30  Jason Smith  <jason.smith@canonical.com>

	update defaults

2012-01-30  Jason Smith  <jason.smith@canonical.com>

	increase smoothing a bit

2012-01-30  Jason Smith  <jason.smith@canonical.com>

	cap max velocity

2012-01-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Making the panel service to attach its menus to a MenuBar to make the new lp:light-themes to correctly draw them.
	
	Now we use a menubar child of an offscreen window to attach the menus to. So Cimi can recognize them and make them pink! :D
	
	UNBLOCK. Fixes: . Approved by Andrea Cimitan.

2012-01-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Added manual test.

2012-01-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: go back to use gtk_window_set_attached_to

2012-01-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: we don't need anymore gtk+-3.0 3.3... 

2012-01-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: Moving to gtk_menu_attach_to_widget
	
	It doesn't need to get the indicator toplevel window, and is here since long time

2012-01-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: add created menus to a menubar, to fix styling
	
	Idea by Cimi.

2012-01-30  Jason Smith  <jason.smith@canonical.com>

	UNBLOCK
	
	Creates test for situation where mouse is under launcher, and the user presses and releases super. The launcher should hide again after all is done.. Fixes: . Approved by Neil J. Patel.

2012-01-30  Jason Smith  <jason.smith@canonical.com>

	add autopilot test for launcher hide after super keypress

2012-01-29  Jason Smith  <jason.smith@canonical.com>

	Colorifies icons as per design spec. Fixes: . Approved by .

2012-01-29  Jason Smith  <jason.smith@canonical.com>

	implement colorify filtering on desaturated icons to match design goals

2012-01-29  Jason Smith  <jason.smith@canonical.com>

	. Fixes: . Approved by Thomi Richards.

2012-01-29  Jason Smith  <jason.smith@canonical.com>

	whitespace fixes

2012-01-29  Jason Smith  <jason.smith@canonical.com>

	get monitor properly

2012-01-29  Jason Smith  <jason.smith@canonical.com>

	add monitor to Launcher introspection

2012-01-29  Jason Smith  <jason.smith@canonical.com>

	fix some whitespace issues and fix spurious ranging

2012-01-29  Jason Smith  <jason.smith@canonical.com>

	add comment to test

2012-01-29  Jason Smith  <jason.smith@canonical.com>

	improve quicklist testing

2012-01-29  Jason Smith  <jason.smith@canonical.com>

	make reveal test check every launcher

2012-01-29  Jason Smith  <jason.smith@canonical.com>

	restore reveal test

2012-01-29  Jason Smith  <jason.smith@canonical.com>

	This branch implements the following behaviors into Unity:
	
	- Multiple launchers per monitor
	- Dash follows mouse
	- Keybindings follow mouse
	- Focus and raising windows is monitor aware
	- Launchers are monitor and workspace aware. Fixes: . Approved by Thomi Richards, Marco Trevisan (Treviño).

2012-01-29  Jason Smith  <jason.smith@canonical.com>

	merge multi-screen work for autopilot

2012-01-30  Thomi Richards  <thomi.richards@canonical.com>

	Screen Geometry class added to X11.py

2012-01-29  Jason Smith  <jason.smith@canonical.com>

	fix sort test

2012-01-29  Jason Smith  <jason.smith@canonical.com>

	fix test formatting

2012-01-29  Jason Smith  <jason.smith@canonical.com>

	make SwitcherView and ShortcutView use the same code to render their backgrounds

2012-01-29  Jason Smith  <jason.smith@canonical.com>

	hide shortcuts when entering key nav mode

2012-01-29  Jason Smith  <jason.smith@canonical.com>

	add test for quicklist open/close in launcher switcher

2012-01-29  Jason Smith  <jason.smith@canonical.com>

	make window placement algorithm aware of all launchers

2012-01-29  Jason Smith  <jason.smith@canonical.com>

	add autopilot tests for launcher keybinding interactions

2012-01-29  Jason Smith  <jason.smith@canonical.com>

	restore functionality so key-nav continues after closing a quicklist in alt+f1

2012-01-29  Jason Smith  <jason.smith@canonical.com>

	fix potential crash whel Alt+F1 is used and last_monitor is not set

2012-01-29  Jason Smith  <jason.smith@canonical.com>

	use nullptr

2012-01-29  Jason Smith  <jason.smith@canonical.com>

	more consting

2012-01-28  Jason Smith  <jason.smith@canonical.com>

	more const's

2012-01-28  Jason Smith  <jason.smith@canonical.com>

	begin const-ification of launcher and its fellow classes

2012-01-28  Jason Smith  <jason.smith@canonical.com>

	remove unused code

2012-01-27  Jason Smith  <jason.smith@canonical.com>

	prepare for doing some sort of progress indication

2012-01-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: reimplementing some lost features to disable the switcher on key / button press.
	
	And also to avoid to send the cancel event if not requested.

2012-01-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Opps. damned bzr: removing duplicated values.

2012-01-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream.

2012-01-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with jason changes

2012-01-27  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2012-01-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: don't show the shortcuts if the key_nav is active.

2012-01-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Go back to use TYPE_BEGIN for the DesktopLauncherIcon or it will mess around with the switcher.

2012-01-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	AbstractLauncherIcon: reducing the priority of the desktop icon on switcher.

2012-01-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: Don't show the switcher if the desktop icon is the only available.

2012-01-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DesktopLauncherIcon: don't set as running.
	
	This fix the issue that was causing an arrow indicator to show next to it.

2012-01-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherView: add monitor property and use it to get the number of windows indicators to draw

2012-01-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: don't return window invisible windows on WindowsForMonitor

2012-01-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: WindowsForMonitor should take care of the viewport too.

2012-01-27  Jason Smith  <jason.smith@canonical.com>

	Also render sheen properly for rows

2012-01-27  Jason Smith  <jason.smith@canonical.com>

	properly calculate current monitor

2012-01-27  Jason Smith  <jason.smith@canonical.com>

	make overlay sheen render properly in multi-monitor

2012-01-27  Jason Smith  <jason.smith@canonical.com>

	make sure right panel goes transparent

2012-01-27  Jason Smith  <jason.smith@canonical.com>

	ensure proper monitor gets used

2012-01-26  Jason Smith  <jason.smith@canonical.com>

	fix issue where tooltip would pop up even when mouse wasn't over launcher

2012-01-26  Jason Smith  <jason.smith@canonical.com>

	apply smoothing to raw pointer barrier events

2012-01-26  Jason Smith  <jason.smith@canonical.com>

	monitor aware focus behavior

2012-01-26  Jason Smith  <jason.smith@canonical.com>

	enable Super+Esc

2012-01-26  Jason Smith  <jason.smith@canonical.com>

	enable looping around of super+tab and make sure that icons are always visible

2012-01-26  Jason Smith  <jason.smith@canonical.com>

	remove dead code

2012-01-26  Jason Smith  <jason.smith@canonical.com>

	make sure icons redraw when selection changes

2012-01-26  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2012-01-26  Jason Smith  <jason.smith@canonical.com>

	make dash move around with mouse

2012-01-26  Jason Smith  <jason.smith@canonical.com>

	restore feature parity with trunk, but now with MM support

2012-01-26  Jason Smith  <jason.smith@canonical.com>

	restore alt-f1 functionality

2012-01-26  Jason Smith  <jason.smith@canonical.com>

	restore activation with keyboard

2012-01-26  Jason Smith  <jason.smith@canonical.com>

	restore shortcut drawing

2012-01-26  Jason Smith  <jason.smith@canonical.com>

	remove cruft

2012-01-26  Jason Smith  <jason.smith@canonical.com>

	start responding to Super keybindings again

2012-01-25  Jason Smith  <jason.smith@canonical.com>

	Add decaymulator

2012-01-25  Jason Smith  <jason.smith@canonical.com>

	merge trunk and make options configurable

2012-01-25  Jason Smith  <jason.smith@canonical.com>

	start work to match upstream changes to pointer barrier work

2012-01-24  Jason Smith  <jason.smith@canonical.com>

	start work of porting keynav to multi-monitor world

2012-01-24  Jason Smith  <jason.smith@canonical.com>

	make sure we destroy launchers when we no longer need them

2012-01-24  Jason Smith  <jason.smith@canonical.com>

	add launcher model tests 

2012-01-24  Jason Smith  <jason.smith@canonical.com>

	make alt-tab properly select based on viewport

2012-01-24  Jason Smith  <jason.smith@canonical.com>

	fix issue where show desktop didn't show up when the switcehr is biased

2012-01-24  Jason Smith  <jason.smith@canonical.com>

	add  missing files

2012-01-24  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2012-01-23  Jason Smith  <jason.smith@canonical.com>

	start tweaking in velocity (waiting for upstream changes to finalize)

2012-01-20  Jason Smith  <jason.smith@canonical.com>

	add autohide support to multi-monitor setups

2012-01-18  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2012-01-17  Jason Smith  <jason.smith@canonical.com>

	port Launcher to AbstractLauncherIcon

2012-01-17  Jason Smith  <jason.smith@canonical.com>

	make sure we resize launchers appropriately when screen layout changes

2012-01-17  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2012-01-16  Jason Smith  <jason.smith@canonical.com>

	make arrow indicators accurately reflect monitor counts in multi-monitor setups

2012-01-16  Jason Smith  <jason.smith@canonical.com>

	first attempt at multi-monitor launcher support

2012-01-29  Thomi Richards  <thomir@gmail.com>

	Added the PanelController to the Introspectable tree. This allows us to write AP tests for panel indicators etc.
	
	Fixed a bug in Introspectable which sometimes caused a crash when Unity shut down, due to the fact that Introspectable was holding stale pointers to parents.. Fixes: . Approved by Jason Smith.

2012-01-30  Thomi Richards  <thomi.richards@canonical.com>

	Fixed a few things from MP review.

2012-01-20  Thomi Richards  <thomir@gmail.com>

	Added a warning to stop people overriding Introspectable::GetChildsName() without cause.

2012-01-20  Thomi Richards  <thomir@gmail.com>

	Removed instances where people were overriding the childs name in the introspection tree for no good reason.

2012-01-20  Thomi Richards  <thomir@gmail.com>

	Shell now adds panel controller to introspection tree.

2012-01-20  Thomi Richards  <thomir@gmail.com>

	PanelController is now an introspectable object.

2012-01-20  Thomi Richards  <thomir@gmail.com>

	Fixed a bug that would cause unity to crash sometimes on exit due to Introspectable keeping stale pointers to parents.

2012-01-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Improved the Super+Tab switcher making possible to escape from it using the Esc key and making the selection circular.
	
	This branch mostly fixes bug #919018 and bug #919019 as requested by design on recent updates of the main bug #891620. Fixes: https://bugs.launchpad.net/bugs/891620, https://bugs.launchpad.net/bugs/919018, https://bugs.launchpad.net/bugs/919019. Approved by Sam Spilsbury.

2012-01-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-tests, SuperTab: added more manual tests for circular switcher and escaping.

2012-01-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: ignore the Escape key when looking for shortcuts.
	
	This also avoids the shortcut-hint to be hidden when pressing Escape

2012-01-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: don't consider the Escape key as releasing the Super key

2012-01-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: add the EnableCancelAction utility function
	
	It allows to enable or disable the Escape action.

2012-01-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: Cancel the Launcher KeySwitcher on Escape and on ButtonPress
	
	Also now we actually use the terminate callback fuction.

2012-01-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: add KeySwitcherCancel function to terminate the switcher without effects

2012-01-19  3v1n0  <mail@3v1n0.net>

	Launcher: make the Super+Tab circular.

2012-01-27  Jason Smith  <jason.smith@canonical.com>

	Adds a testcase for 922447. Fixes: . Approved by Jason Smith.

2012-01-28  smspillaz  <sam.spilsbury@canonical.com>

	Added a case for different monitor layouts

2012-01-27  smspillaz  <sam.spilsbury@canonical.com>

	Merge lp:~unity-team/unity/unity.fix-fbo-viewport

2012-01-27  Jason Smith  <jason.smith@canonical.com>

	fix viewport calculation

2012-01-27  Michal Hruby  <michal.mhr@gmail.com>

	Coalesce results coming from the background icon loader threads, so we don't update the UI after each icon loaded.. Fixes: . Approved by Mirco Müller.

2012-01-26  Michal Hruby  <michal.mhr@gmail.com>

	Coalesce results from the IconLoader, so we don't repaint the UI after each result

2012-01-26  Mirco Müller  <mirco.mueller@ubuntu.com>

	Remaining issues for LP: #863246 (and also LP: #863240) fixed.
	
	See example screenshots of the after-state here:
	http://people.canonical.com/~mmueller/fix-863246-863240-1.png
	http://people.canonical.com/~mmueller/fix-863246-863240-2.png
	http://people.canonical.com/~mmueller/fix-863246-863240-3.png
	http://people.canonical.com/~mmueller/fix-863246-863240-4.png
	
	Alignments, margins, colors, opacities, artwork fixed for buttons, separators, outlines, text and expander-arrows.
	
	One glitch remaining is the separator-rendering being too thick/missing occasionally (on some systems). A solution for fixing this, is available. It's reverted in this branch, as some blending issues with this remain. But that can be added afterwards, to avoid all the other fixes being blocked on just that.. Fixes: https://bugs.launchpad.net/bugs/863246. Appoved by Andrea Azzarone, Andrea Cimitan.

2012-01-26  Mirco Müller  <mirco.mueller@ubuntu.com>

	Use unnamed namespace instead of static variable declaration

2012-01-26  Mirco Müller  <mirco.mueller@ubuntu.com>

	Tweak the outline-opacity as per request, make sure the top/bottom-padding for the ratings-widget is 12px also

2012-01-26  Mirco Müller  <mirco.mueller@ubuntu.com>

	Remove the layout debug-rects

2012-01-26  Mirco Müller  <mirco.mueller@ubuntu.com>

	Revert the separator-drawing to the Draw2DLine approach for now, make sure the filter-results text is the same size as the filter-genre caption-text

2012-01-25  Mirco Müller  <mirco.mueller@ubuntu.com>

	Don't forget about the removal of the separator when getting rid of a filter

2012-01-25  Mirco Müller  <mirco.mueller@ubuntu.com>

	Use a TextureArea as part of the filter-layout for drawing the separators between filter-categories

2012-01-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	Replace text-based expander-arrow with correct image-file based artwork from Design, tweak outline highlight-opacity for selected buttons

2012-01-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	Fix right edge alignment for all-, toggle- and multirange-buttons.

2012-01-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	Padding gap between adjacent filter-categories is always 12px now thus complying with the Design

2012-01-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	Fix vertical padding to be 12px between All-button and previous separator line

2012-01-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	Fix vertical padding to be 12px between All-button and first button of filters

2012-01-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	Fix position of filter-expander heading, solve issue with trailing separators in filters

2012-01-20  Mirco Müller  <mirco.mueller@ubuntu.com>

	fixed all-button size, disabled debug-rects for the moment

2012-01-19  Mirco Müller  <mirco.mueller@ubuntu.com>

	Add colored debug-rectangles, remove drawing of trailing separator lines

2012-01-26  Andrea Azzarone  <azzaronea@gmail.com>

	Add FavoriteStore external change support.. Fixes: https://bugs.launchpad.net/bugs/681503. Appoved by Mirco Müller.

2012-01-26  Andrea Azzarone  <azzaronea@gmail.com>

	Don't pessimize prematurely.

2012-01-26  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-01-18  Andrea Azzarone  <azzaronea@gmail.com>

	Fix.

2012-01-18  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-01-18  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-01-07  Andrea Azzarone  <azzaronea@gmail.com>

	Fix corner case.

2012-01-07  Andrea Azzarone  <azzaronea@gmail.com>

	Ops.

2012-01-07  Andrea Azzarone  <azzaronea@gmail.com>

	Add signals tests.

2012-01-07  Andrea Azzarone  <azzaronea@gmail.com>

	Clean up.

2012-01-07  Andrea Azzarone  <azzaronea@gmail.com>

	Add FavoriteStore external change support.

2012-01-06  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-01-06  Andrea Azzarone  <azzaronea@gmail.com>

	First step to fix bug #681503.

2012-01-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Add support to middle-click pasting on the dash search bar.
	
	When the XA_PRIMARY clipboard has some content, that is pasted by middle click over the dash search bar.
	This is for consistency with the rest of the system.
	
	I've also added the proper glib::Object support to the class.. Fixes: https://bugs.launchpad.net/bugs/842462. Appoved by Mirco Müller, Andrea Azzarone.

2012-01-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IMTextEntry: always use glib:: namespace for casting
	
	To improve read-ability.

2012-01-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IMTextEntry: some more code cleanup.

2012-01-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	No need to initialize empty glib::Object.

2012-01-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IMTextEntry IM shouldn't be enabled to allow paste-by-middle-click.

2012-01-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Dash: added middle-click manual test.

2012-01-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IMTextEntry: don't crash when there's no text to paste.

2012-01-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IMTextEntry: moving to glib::Object

2012-01-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IMTextEntry: add support for middle-click over the dash search bar to paste content.
	
	When middle-clicking over the dash search bar, the XA_PRIMARY keyboard content is pasted
	in the search box and the cursor position get updated.

2012-01-26  Andrea Azzarone  <azzaronea@gmail.com>

	Window auto-maximise functionality should be disabled on monitors with a resolution above 1024 x 600.. Fixes: https://bugs.launchpad.net/bugs/797808. Appoved by Mirco Müller, Marco Biscaro.

2012-01-18  Andrea Azzarone  <azzaronea@gmail.com>

	Add a manual test.

2012-01-07  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes.

2012-01-07  Andrea Azzarone  <azzaronea@gmail.com>

	Disables window auto-maximise functionality if the monitor resolution is greater then 1024x600.

2012-01-26  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Replace the Unity home screen tiles with a "merged lens view" where lenses can contribute any categories they see fit.
	
	settings: introduced a new gsettings key in the com.canonical.Unity.Dash namespace that controls the order of the results on the home screen. We should consider in a later branch having the sorting logic in FilesystemLenses also use this key (still falling back to alphabetical sorting when nothing is set). It empowers users and OEMs to override the default view on the homescreen by putting custom stuff first.
	
	libunity-core: Added a HomeLens class that implements Lens and Lenses interfaces. The typical use case is to add a FilesystemLenses to the HomeLens which will make it automatically merge all lenses found on the fs. In testing we implement custom Lenses instances and add those to the HomeLens in stead.
	
	unityshell: Removed the tiled homescreen and use a bog standard LensView to render the HomeLens in stead. Fixed a bunch of places where we assumed that Lenses' categories were always only appended to. This is no longer true with the HomeLens. Also important: Fix the SetViewType() calling semantics to the lenses when showing/hiding the dash and when switching between the lenses.
	
	Testing it out:
	For this branch to work you need also: lp:~kamstrup/unity-lens-applications/home-lenses, lp:~kamstrup/unity-lens-files/home-lenses, and lp:~mhr3/unity-lens-music/home-lenses. Add to that latest bamf. Without these you will not see the correct results.
	
	To validate the results: Make sure that bringing up the dash resets the search and shows you a default view with exactly 3 categories in this order: Recent Apps, Recent Files, and Downloads. Then do a search and validate that you have exactly 3 categories in this order Applications, Files & Folders, and Music.
	
	Finally; launch an app that is not a favorite, then bring up the bring up the dash home screen and assert that the running app is *not* in the recent apps category (but showing in the launcher). Then close the app and bring up the dash again. The app should now show under Recent Apps.
	
	Design review:
	Home screen without search: https://bugs.launchpad.net/unity/+bug/885738/+attachment/2690636/+files/unity-home-lens-design-review-1.png
	Home screen with search: https://bugs.launchpad.net/unity/+bug/885738/+attachment/2690639/+files/unity-home-lens-design-review-2.png. Fixes: https://bugs.launchpad.net/bugs/885738, https://bugs.launchpad.net/bugs/914759. Appoved by Michal Hruby.

2012-01-26  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Sync with trunk

2012-01-26  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Use glib::String to simplify mem management in HomeLens

2012-01-26  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Add automatic std::string conversion to glib::String

2012-01-25  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Clear search entry when Esc is pressed - and close it if we have no search string.

2012-01-24  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Implement search state retention policy for the home lens as specified in https://bugs.launchpad.net/unity/+bug/914759

2012-01-24  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Re-add unity.pot. It seems to have been removed by some freak accident in r1832 of this branch

2012-01-24  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Sync with trunk

2012-01-24  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Remove PlacesHomeView.cpp from POTFILES.in

2012-01-24  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Remove HomeView.{cpp,h} and PlacesHomeView.{cpp,h} now that they have been obsoleted by the HomeLens class. Check them diffstats, ma'!

2012-01-24  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	From the review: Make the destructor for the Lens class virtual

2012-01-24  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	From the review: Make the Model<RowAdaptor> constructors call into a shared Init() method to make sure we don't forget to initialize some of the properties (in particular one variant of the constructor wasn't setting a getter on the 'model' property)

2012-01-23  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Revert changes to .po files

2012-01-23  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Add some tests for the category merging in HomeLens and fix a bug that it turned up (when different lenses registered cats with the same display name we screwed up the offsets)

2012-01-23  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Some refactoring in the HomeLens tests

2012-01-23  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Sync with trunk

2012-01-20  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Add some tests to the HomeLens that actually executes a search. More in depth validation of the results to come. This required that I added some more convenience helpers to test_utils.h

2012-01-20  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Make the Lens.search_in_global properly actually writable as per declaration. We need that for tests.

2012-01-20  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Fix small memleak in HomeLens. Initialize source category models up fron if they are preloaded with data.

2012-01-20  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	More tests for HomeLens

2012-01-20  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	More tests for HomeLens

2012-01-20  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Start writing unit tests for the HomeLens class

2012-01-20  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Whitespace fixes in tests/CMakeLists.txt

2012-01-20  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Implement on-the-fly recalibration of merged category offsets if the categories are resorted in HomeLens (typically imposed by the external sorting of lenses vie the gsettings key). This fixes the crashers I was talking about earlier. They were caused by Result instaces pointing to incorrect categories

2012-01-20  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Sync with trunk

2012-01-20  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Add todo item - // FIXME: Coordinated sorting between the lens bar and home screen categories. Make void FilesystemLenses::Impl::DecrementAndCheckChildrenWaiting() use the gsettings key

2012-01-20  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	WIP: Sort categories on the home screen according to their sorting order defined in the gsettings key "com.canonical.Unity.Dash/home-lens-ordering".
	
	NOTE: This required some bug fixing in LensView.cpp and there are still bugs (crashers) a plenty. Although, the initial view renders correctly, as soon as you change the search we get a crash. The problem seems to be that everything in the rendering has been written with the assumption that lenses will only ever *append* to the categories model. The HomeLens breaks this assumption (and can not even in theory be made to work that way)

2012-01-20  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Add gsettings schema com.canonical.Unity.Dash which holds a key to specify lens sorting (FIXME: how do we sort the entries in the lens bar, perhaps we should really respect those in stead?)

2012-01-19  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Whitespace fixes in gsettings schema

2012-01-19  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Make HomeLens constructor take i18n strings so we don't have to add i18n to libunity-core. Remove some unsused variables and confusing code. Simplify setting of search_hints in the search entry now that we have a proper i18n hint.

2012-01-19  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	W00t! Sort out the whole SetViewType mess in the dash. Sometimes we were spamming change messages other times we remained silent about important ones.
	
	This was one tricky one. Should be correct now.

2012-01-19  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Implement glib::DBusProxy::IsConnected() and add some guards checking this in the unity::dash::Lens class

2012-01-19  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Emit search_changed from HomeLens when all running global searches in normal lenses have completed

2012-01-19  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Make sure we actually set ViewType::HIDDEN when we're hiding lenses

2012-01-18  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Sync with trunk

2012-01-18  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Add another FIXME so I don't forget

2012-01-18  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Update FIXMEs

2012-01-18  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Don't show filters in the HomeLens

2012-01-17  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Some simplifications and debugging

2012-01-17  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Fix arguments of HomeLens::Impl::EnsureCategoryAnnotation() being inverted which resulted in a cascade of errors.
	
	Stricter error checking and more useful debug logging.

2012-01-17  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merged gord's lp:~gordallott/unity/dashview-renderer-refactoring

2012-01-17  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Implement Activate() and Preview() for the HomeLens

2012-01-17  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Sync with trunk

2012-01-16  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Sync with trunk

2012-01-16  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Add some TODOs for the HomeLens

2012-01-13  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Remove a noisy debugging statement

2012-01-13  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Fix a double free of a gvariant - the one we replace in the merged results model to fix the offsets into the merged category model

2012-01-13  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Fix a divide-by-zero in ResultViewGrid that were spraying SIGFPEs in my general direction.

2012-01-13  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Make sure we use the results models to generate category ids in all cases. We were mixing it up. This required some closure magic in order not to get out of hand logic-wise; because they enable us to capture the locals that we need in the async context.

2012-01-13  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	More elaborate debugging and erro output in HomeLens. Also fix an unsigned int "under flow" where we passed in -1.

2012-01-13  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Make Lens subclassable by making GlobalSearch(), Search(), Activate(), and Preview() virtual; and override these methods in HomeLens.

2012-01-13  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Add a remark to HACKING explaining how to enable debug logging

2012-01-13  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	The big switch! Change the HomeView to a normal LensView backed by the new HomeLens class. Segfaults a plenty.

2012-01-13  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Improve debugging statements in Lens.cpp

2012-01-13  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Fix linker errors caused by missing implementations of constructors for ResultsMerger and CategoryMerger

2012-01-13  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Wire up the (hairy) logic to merge categories and results correctly in the HomeLens

2012-01-13  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Implement row-removed and row-changed signal handling for HomeLens::ModelMerger.

2012-01-13  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Wire up categories- and filters models in HomeLens. Document the logic in EnsureRowBuf().

2012-01-12  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	WIP Start writing a ModelMerger class that will be responsible for backing the models of the HomeLens with the data from all the loaded lenses

2012-01-12  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	WIP Start implementing a HomeLens class in UnityCore that extends the Lens class. The plan is to use it to make home screen rendering use stock lens rendering mechanisms

2012-01-11  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Show default global search results instead of tiles in the home view. In order to get lenses up we initialize them when we're about to show.

2012-01-11  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Fix compilation of the stand alone Dash example

2012-01-26  3v1n0  <mail@3v1n0.net>

	Fixed the logical interaction between lp:~3v1n0/unity/super-tab-switcher and lp:~andyrock/unity/shortcut-hint as defined by design.
	
	Plus, some code improvements and fixed an issue that caused the shortcut hint to show when pressing Super and clicking over the BFB to show the dash.
	
	I'm wondering if we should avoid the same also when pressing over the workspace switcher.. Fixes: https://bugs.launchpad.net/bugs/918453. Appoved by Andrea Azzarone, Tim Penhey.

2012-01-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityScreen: use ubus_manager_ also to send messages.

2012-01-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	ShortcutController: always use UBusWrapper (also for sending messages)

2012-01-15  3v1n0  <mail@3v1n0.net>

	No commit message
2012-01-15  3v1n0  <mail@3v1n0.net>

	UnityScreen: fixing indentation

2012-01-15  3v1n0  <mail@3v1n0.net>

	ShortcutController: always hide the shortcut-overlay when the dash is opened.

2012-01-15  3v1n0  <mail@3v1n0.net>

	manual-tests: SuperTab, added test for the interaction with the overlay

2012-01-15  3v1n0  <mail@3v1n0.net>

	ShortcutController: animators doesn't need to be dinamically allocated.

2012-01-15  3v1n0  <mail@3v1n0.net>

	ShortcutController: use UBusWrapper to manage interests

2012-01-15  3v1n0  <mail@3v1n0.net>

	UnityScreen: always use UBusManager

2012-01-14  3v1n0  <mail@3v1n0.net>

	UnityScreen: disable the shortcut only if a "standard" key is pressed
	
	This is done not to make the overlay to show when Super+Tab is used.
	We need an idle, since the overlay activation is done after handleEvent
	is called.

2012-01-14  3v1n0  <mail@3v1n0.net>

	ShortcutController: allow to be enabled and disabled, and disable it on Super-Tab
	
	When the launcher key-navigation is activated and the shortcut hint has
	still not been shown, the shortcut hint should be disabled.

2012-01-26  Andrea Azzarone  <azzaronea@gmail.com>

	Should use GTK_IS_MENU instead GTK_MENU. Fixes: . Appoved by Michal Hruby.

2012-01-26  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Fixes potential crashes

2012-01-23  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes.

2012-01-23  Andrea Azzarone  <azzaronea@gmail.com>

	Updates test_lens.cpp

2012-01-22  Andrea Azzarone  <azzaronea@gmail.com>

	Auto selects the All button if all the CheckOptionButtons are selected.

2012-01-25  David Planella  <david.planella@ubuntu.com>

	- Change 'Rubbish Bin' to 'Trash' in the Unity shortcuts hints overlay
	
	From bug 920529:
	
	In all the software we ship in Ubuntu we use American English (en-US) messages as the source for translations. These can then be translated to any language or variant, such as British English (en-GB).
	
	In the Unity shortcuts hints overlay, the current message (for the want of a better name) for the place where discarded files go is "Rubbish Bin", which is the en-GB version.
	
	In order to be consistent with the rest of the desktop and with the translations, the original message should refer to "Trash", which can then be translated to "Rubbish Bin" in en-GB and will allow the right translation to be shown in the user's desktop for their chosen locales.
	
	It might seem a trivial issue, but those involved in bug 406626, its duplicates and follow-ups will remember that it's a sensitive topic.... Fixes: https://bugs.launchpad.net/bugs/920529. Appoved by John Lea, Tim Penhey.

2012-01-23  David Planella  <david.planella@ubuntu.com>

	Changed 'Rubbish Bin' to 'Trash' - the translatable messages' source locale should be en-US

2012-01-25  Thomi Richards  <thomir@gmail.com>

	Added 'Debug Unity Introspection Tree' script (duit.py). Use this to quickly discover what information is available in the introspection tree.. Fixes: . Appoved by Tim Penhey, Sam Spilsbury, Alex Launi.

2012-01-24  Thomi Richards  <thomi.richards@canonical.com>

	Now prints a more friendly message if it can't find the autopilot module.

2012-01-24  Thomi Richards  <thomi.richards@canonical.com>

	Moved duit script into tools/ folder, and made the name more explicit.

2012-01-24  Thomi Richards  <thomi.richards@canonical.com>

	PEP8 fixes.

2012-01-23  Thomi Richards  <thomi.richards@canonical.com>

	Whitespace fix.

2012-01-23  Thomi Richards  <thomi.richards@canonical.com>

	Now uses a proper font-face ;)

2012-01-19  Thomi Richards  <thomir@gmail.com>

	Finished writing the 'Debug Unity Introspection Tree' script.

2012-01-19  Thomi Richards  <thomir@gmail.com>

	Clean ups, and make node shape rounded record.

2012-01-19  Thomi Richards  <thomir@gmail.com>

	Output works.

2012-01-19  Thomi Richards  <thomir@gmail.com>

	duit now uses pydot only.

2012-01-19  Thomi Richards  <thomir@gmail.com>

	First version of duit

2012-01-25  Brandon Schaefer  <brandontschaefer@gmail.com>

	Just refactoring, and removing unused variable to clean up valgrind results.
	
	Covered by existing tests.. Fixes: . Appoved by Tim Penhey.

2012-01-24  Brandon Schaefer  <brandontschaefer@gmail.com>

	Changed variable name from it to icon_it because it isn't an itertor but a refrence to an icon

2012-01-24  Brandon Schaefer  <brandontschaefer@gmail.com>

	Missed removing unsued iterator

2012-01-24  Brandon Schaefer  <brandontschaefer@gmail.com>

	Changed 2 more for loops to use range based instead

2012-01-23  Brandon Schaefer  <brandontschaefer@gmail.com>

	Removed un used vars and changed for loops to use range based

2012-01-23  Brandon Schaefer  <brandontschaefer@gmail.com>

	Fixed uninitialized variables.

2012-01-25  Alexandros Frantzis  <alexandros.frantzis@linaro.org>

	Desktop safe OpenGL ES 2.0 branch from Linaro's Graphics WG
	- This branch protects OpenGL ES 2.0 specific code with a build time option (BUILD_GLES)
	- The branch does not affect the runtime execution of Unity on the desktop if BUILD_GLES is not activated
	
	Authors:
	alexandros.frantzis@linaro.org
	marc.ordinasillopis@linaro.org
	. Fixes: . Appoved by Jay Taoko, Jason Smith.

2012-01-25  Jay Taoko  <jay.taoko@canonical.com>

	* Merged into Unity trunk

2012-01-24  Alexandros Frantzis  <alexandros.frantzis@linaro.org>

	Desktop safe OpenGL ES 2.0 branch from Linaro's Graphics WG
	- This branch protects OpenGL ES 2.0 specific code with a build time option (BUILD_GLES)
	- The branch does not affect the runtime execution of Unity on the desktop if BUILD_GLES is not activated
	
	Authors:
	alexandros.frantzis@linaro.org
	marc.ordinasillopis@linaro.org

2012-01-24  Alexandros Frantzis  <alexandros.frantzis@linaro.org>

	GLES2: Fix gles2 compilation in unity-mt-grab-handles.

2012-01-23  Alexandros Frantzis  <alexandros.frantzis@linaro.org>

	GLES2: Fix GLES conditional in CMakeLists.txt.

2012-01-20  Marc Ordinas i Llopis  <marc.ordinasillopis@linaro.org>

	GLES2: Make GLES2 build compile.

2012-01-20  Alexandros Frantzis  <alexandros.frantzis@linaro.org>

	GLES2: Fixed shader header definitions in the IconRenderer port.

2012-01-20  Marc Ordinas i Llopis  <marc.ordinasillopis@linaro.org>

	GLES2: Ported changes to plugins/unityshell/src/IconRenderer.cpp.

2012-01-20  Alexandros Frantzis  <alexandros.frantzis@linaro.org>

	GLES2: Ported changes to plugins/unityshell.

2012-01-19  Marc Ordinas i Llopis  <marc.ordinasillopis@linaro.org>

	GLES2: Ported changes to files outside plugins/unityshell.

2012-01-25  Tim Penhey  <tim.penhey@canonical.com>

	Don't assign null to a std::string. Fixes: https://bugs.launchpad.net/bugs/865840. Appoved by Marco Trevisan (Treviño), Sam Spilsbury.

2012-01-24  Tim Penhey  <tim.penhey@canonical.com>

	Use the wrapper to avoid assigning null to a std::string.

2012-01-25  Michal Hruby  <michal.mhr@gmail.com>

	Move all icon loading into background gio threads. (there was mainly issue with gtk_icon_info_load_icon which is doing synchronous IO and noticeably blocks the UI when using some themes). Fixes: https://bugs.launchpad.net/bugs/828582. Appoved by Gord Allott, Sam Spilsbury.

2012-01-23  Michal Hruby  <michal.mhr@gmail.com>

	Add tests

2012-01-19  Michal Hruby  <michal.mhr@gmail.com>

	Make sure all the icon loading is done in non-main thread

2012-01-25  Jason Smith  <jason.smith@canonical.com>

	. Fixes: . Appoved by Neil J. Patel.

2012-01-25  Jason Smith  <jason.smith@canonical.com>

	fix build

2012-01-23  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	This branch contains the first phase of the implementation of software-center integration with Unity. The complete spec on how it should be implemented, is located at:
	https://wiki.ubuntu.com/SoftwareCenter#Learning_how_to_launch_an_application
	
	This branch brings the following changes:
	1) An app being installed is shown in the launcher with a tooltip "Waiting to install"
	2) A progress bar on the launcher item displays the download/install progress.
	3) When the app gets installed, the launcher items becomes usable, and the tooltip gets changed to the app name.
	
	Things which are still to be implemented, in the next phases:
	1) Animate the movement of the icon from the USC window to the Unity launcher.
	2) Make the launcher icon wiggle when installation is complete
	3) Stop the launcher icon from blinking when clicked in "waiting to install" state.
	
	In the meantime, you can merge this branch into Unity while I implement the remaining aspects
	
	Branch Testing instructions:
	1) Make sure Unity built from my branch is running.
	2) Get software-center from bzr branch lp:~gary-lasker/software-center/launcher-integration-lp761851
	3) In the software center branch dir, run PYTHONPATH=. python ./software-center
	4) Make sure that in the software center View menu, "New Applications In Launcher" is CHECKED.
	5) Install a package using software-center that contains a desktop file (like gnome-color-chooser, gnome-mplayer or could be any package with a .desktop file)
	6) Watch the Unity launcher :-). Fixes: https://bugs.launchpad.net/bugs/761851. Appoved by Mikkel Kamstrup Erlandsen.

2012-01-17  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Fix yet another g_strcmp0

2012-01-16  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Make minor changes as pointed out by Mikkel, thanks!

2012-01-15  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Fix crash, icon of newly-created icon

2012-01-15  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Fix persistance of launcher icons

2012-01-15  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Major code cleanup, get progress bar to work

2012-01-15  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Integrate SoftwareCenterLauncherIcon.* code back into the main Unity 5.0 source and fix build failures.

2012-01-15  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Fix build failure

2012-01-15  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Merge from trunk

2011-09-05  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Massive code cleanup, still not able to solve a memory issue :(

2011-09-05  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Use GLIbDBusProxy

2011-09-05  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Trunkify yet again

2011-09-04  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Fix some issues, thanks Neil! Still need to work out on GDBusProxy

2011-08-19  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Merge from trunk

2011-08-17  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	MEH. Fix conflicts

2011-08-17  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Phase-1 integration complete

2011-08-17  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	NEARLY THERE\!

2011-08-17  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Get the value of Progress in the g-signal

2011-08-16  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Fix segfault

2011-08-16  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Make code less crappy, fix signals

2011-08-14  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Listen to signals, fix properties proxy

2011-08-10  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Can someone help me?

2011-08-09  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Fix "undefined symbol" runtime error FOR GOOD

2011-08-08  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Fix DBus property Get call.

2011-08-08  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	DBussing all the way to the moon\!

2011-08-07  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Tons of underlying changes for better SC integration with Unity

2012-01-20  Jay Taoko  <jay.taoko@canonical.com>

	* Triggers a Unity build following Nux API change. Fixes: . Appoved by Jason Smith.

2012-01-20  Jay Taoko  <jay.taoko@canonical.com>

	* Trigger Unity build

2012-01-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Make the launcher be aware of the window's workspace
	
	Fixed another part of bug #689733 that we were missing, making the launcher to count only the windows in the current workspace when drawing the left "pips".
	
	Also fixed the unity side of the bug #690143 to make the launcher to spread only the windows in the current workspace.
	
	Manual tests included.. Fixes: https://bugs.launchpad.net/bugs/689733, https://bugs.launchpad.net/bugs/690143. Appoved by .

2012-01-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-tests: Launcher, removing old test.

2012-01-19  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging again with trunk

2012-01-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream

2012-01-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-tests: added a test for spread windows in current workspace

2012-01-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-tests: added test for launcher icon.

2012-01-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: some code cleanup
	
	Avoid extra computation of the VP, we already checked for that.

2012-01-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: spread only windows available on the current workspace.

2012-01-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream

2012-01-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: show only windows on current workspace on the launcher pips
	
	The launcher icons should show only a number of "pips" equal to 
	the windows on the current workspace.

2012-01-20  Didier Roche  <didier.roche@canonical.com>

	kill any previous compiz process as it can hangs before --replace
	(LP: #919132). Fixes: https://bugs.launchpad.net/bugs/919132. Appoved by Gord Allott.

2012-01-20  Didier Roche  <didier.roche@canonical.com>

	be without any mercy

2012-01-20  Didier Roche  <didier.roche@canonical.com>

	kill any previous compiz process as it can hangs before --replace (LP: #919132)

2012-01-20  Daniel van Vugt  <vanvugt@gmail.com>

	Fix SIGSEGV when a window is minimized. (LP: #918329)
	
	The crash was caused by 'minimizedWindows' leaking pointers to windows that had been deleted, and then later trying to dereference those pointers. The reason for the leak appears to be a reference leak in the boost::shared_ptr's to CompizMinimizedWindowHandler. Reverting to regular pointers avoids the reference leak, avoids the crash, and makes the code easier to understand (and debug).
	
	Detailed valgrind log showing the error:
	https://bugs.launchpad.net/ubuntu/+source/unity/+bug/918329/comments/6. Fixes: https://bugs.launchpad.net/bugs/918329. Appoved by Sam Spilsbury.

2012-01-20  Daniel van Vugt  <vanvugt@gmail.com>

	Fix SIGSEGV when a window is minimized. (LP: #918329)
	
	The crash was caused by 'minimizedWindows' leaking pointers to windows that
	had been deleted, and then later trying to dereference those pointers. The
	reason for the leak appears to be a reference leak in the boost::shared_ptr's
	to CompizMinimizedWindowHandler. Reverting to regular pointers avoids the
	reference leak, avoids the crash, and makes the code easier to understand (and
	debug).

2012-01-19  Thomi Richards  <thomir@gmail.com>

	Very small change that fixes valgrind warnings about uninitialised variables.. Fixes: . Appoved by Alex Launi.

2012-01-19  Thomi Richards  <thomir@gmail.com>

	Fixed a valgrind uninitialised variable warning.

2012-01-19  Andrea Azzarone  <azzaronea@gmail.com>

	Updates launcher icons shortcuts when removing icons from launcher.. Fixes: https://bugs.launchpad.net/bugs/914018. Appoved by Marco Biscaro.

2012-01-10  Andrea Azzarone  <azzaronea@gmail.com>

	Ops.

2012-01-10  Andrea Azzarone  <azzaronea@gmail.com>

	Update launcher shortcuts when removing icons from launcher.

2012-01-19  Didier Roche  <didier.roche@canonical.com>

	This branch does two things:
	- dep on scale and wall after the discussion on bug #897697
	- alt-tab per workspace is the new default, from the design requirement. Fixes: https://bugs.launchpad.net/bugs/897697. Appoved by Sam Spilsbury.

2012-01-19  Didier Roche  <didier.roche@canonical.com>

	s/wall/expo as it's the one we wanted

2012-01-19  Didier Roche  <didier.roche@canonical.com>

	alt-tab per workspace is the new default, from the design requirement

2012-01-19  Didier Roche  <didier.roche@canonical.com>

	dep on scale and wall after the discussion on bug #897697

2012-01-19  Omer Akram  <om26er@ubuntu.com>

	comment #27 bug 778256
	
	"This bugfix got lost during the merge in revision 1361: http://bazaar.launchpad.net/~unity-team/unity/trunk/revision/1361
	It was fixed in revision 1228: http://bazaar.launchpad.net/~unity-team/unity/trunk/revision/1228
	The fix landed in June but this way it did not make it into Oneiric and is not part of the latest 5.0 release in Precise either.
	Could any Ubuntu developer please check this out? It's a one liner change only.". Fixes: https://bugs.launchpad.net/bugs/778256. Appoved by Michal Hruby, Fitoschido.

2012-01-19  Omer Akram  <om26er@ubuntu.com>

	fix

2012-01-15  Omer Akram  <om26er@ubuntu.com>

	Re-apply the fix for bug 778256 which got lost in a major unity change.

2012-01-19  Gord Allott  <gord.allott@canonical.com>

	Adds alignment options in to DashStyle, only enabled for DashStyle::Button right now. Fixes: . Appoved by Mirco Müller.

2012-01-19  Gord Allott  <gord.allott@canonical.com>

	remove debugs

2012-01-19  Gord Allott  <gord.allott@canonical.com>

	enables alignment selection in DashStyle::Button

2012-01-19  Daniel van Vugt  <vanvugt@gmail.com>

	Log messages from unity should say "unity", not "glib" which is totally misleading (LP: #908004)
	. Fixes: https://bugs.launchpad.net/bugs/908004. Appoved by Marco Trevisan (Treviño).

2011-12-23  Daniel van Vugt  <vanvugt@gmail.com>

	Log messages from unity should say "unity", not "glib" which is totally
	misleading (LP: #908004)

2012-01-19  Thomas Voß  <thomas.voss@rub.de>

	Fixes a dependency issue for unity-mt-grab-handles. Fixes: . Appoved by .

2012-01-19  Thomas Voß  <thomas.voss@rub.de>

	Fixed dependency issue on nux-1 instead of nux-2.

2012-01-19  Alex Launi  <alex.launi@canonical.com>

	This test has been automated via an autopilot test.. Fixes: . Appoved by .

2012-01-10  Alex Launi  <alex.launi@canonical.com>

	Launcher test has been automated into an autopilot test

2012-01-18  smspillaz  <sam.spilsbury@canonical.com>

	Fixes LP bug 912682
	
	glTexEnvMode was never reset to GL_REPLACE so GL_MODULE caused any texture with an alpha channel to draw without proper blending. Fixes: . Appoved by Jay Taoko.

2012-01-19  smspillaz  <sam.spilsbury@canonical.com>

	Reset the tex env mode to GL_REPLACE once we're done. Fixes LP#912682

2012-01-12  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Do gtk_init_check in unity

2012-01-10  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Port to the new compiz API

2012-01-18  Gord Allott  <gord.allott@canonical.com>

	Converts the Launcher.cpp ubus handles into a ubus manager class, safer
	Adds the LOCK_HIDE qurik into the hide machine, enables it when ubus calls it. Fixes: . Appoved by Jason Smith.

2012-01-18  Gord Allott  <gord.allott@canonical.com>

	fully working with LAUNCHER_HIDE_NEVER mode now

2012-01-17  Gord Allott  <gord.allott@canonical.com>

	Convert the launcher ubus work over to ubus manager and add the LOCK_HIDE quirk

2012-01-18  Mirco Müller  <mirco.mueller@ubuntu.com>

	Fourth of fifth time I fix my stuff after the stuff in trunk changed below my feet after it was approved... having a fun wasting time :/
	
	"The actual unity-part of the fix for LP: #841902. It needs lp:~macslow/libunity/libunity.fix-841902 and lp:~macslow/unity-lens-music/unity-lens-music.fix-841902 to be merged first.". Fixes: . Appoved by Michal Hruby.

2012-01-18  Mirco Müller  <mirco.mueller@ubuntu.com>

	Oops

2012-01-18  Mirco Müller  <mirco.mueller@ubuntu.com>

	Fixing the the unity-part of my patch for LP: #841902 for the fourth of fifth time... after it got approved everytime before... seriously WTF

2012-01-18  Michal Hruby  <michal.mhr@gmail.com>

	Added new unity::glib::Variant class wrapping GVariant. This also fixes GVariant ref-counting issues when using std::map (or Lens::Hints, HintsMap, Filter::Properties etc.). Fixes: . Appoved by Gord Allott.

2012-01-17  Michal Hruby  <michal.mhr@gmail.com>

	Get rid of the Utils class, move the functionality to Variant

2012-01-17  Michal Hruby  <michal.mhr@gmail.com>

	Make sure Variant::GetString doesn't blow up

2012-01-17  Michal Hruby  <michal.mhr@gmail.com>

	Added unity::glib::Variant wrapper

2012-01-17  Mirco Müller  <mirco.mueller@canonical.com>

	Fixes the position, alignment, spacing and arrow-artwork for the "Filter results". See...
	
	http://people.canonical.com/~mmueller/fix-863240.png. Fixes: https://bugs.launchpad.net/bugs/863240. Appoved by Gord Allott.

2012-01-17  Mirco Müller  <mirco.mueller@ubuntu.com>

	Correct right gap between expander-arrow and inner Dash edge to be 14 px

2012-01-11  Mirco Müller  <mirco.mueller@canonical.com>

	Fix vertical expander-arrow position with an insane nux-layout setup

2012-01-11  Mirco Müller  <mirco.mueller@canonical.com>

	Make Filter-text follow right edge when dash is expanded to fullscreen

2012-01-11  Mirco Müller  <mirco.mueller@canonical.com>

	Add callback to expander-arrow, fix initial display of just the expander-arrow

2012-01-11  Mirco Müller  <mirco.mueller@canonical.com>

	Disabled colored debug-rectangles, make it flush to the right

2012-01-11  Mirco Müller  <mirco.mueller@canonical.com>

	First set of fixes for patching LP: #863240

2012-01-17  Gord Allott  <gord.allott@canonical.com>

	Re-factors the dash rendering into its own OverlayRenderer class, doesn't add new code above that so should be fairly sane. . Fixes: . Appoved by Mikkel Kamstrup Erlandsen, Michal Hruby.

2012-01-17  Gord Allott  <gord.allott@canonical.com>

	merged with latest trunk, fixed kamstrupflicts

2012-01-16  Gord Allott  <gord.allott@canonical.com>

	make kamstrup happy by adding a comment on the unique pointer reasoning

2012-01-16  Gord Allott  <gord.allott@canonical.com>

	hook up the abouttoshow/hide mechanic

2012-01-16  Gord Allott  <gord.allott@canonical.com>

	integrated the OverlayRenderer class in to DashView

2012-01-16  Gord Allott  <gord.allott@canonical.com>

	merged in standalone-clients fix from trunk

2012-01-16  Gord Allott  <gord.allott@canonical.com>

	First stab at overlay renderer class

2012-01-17  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Make standalone-clients/dash actually compile. Fixes: . Appoved by Gord Allott.

2012-01-17  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Make standalone-clients/dash actually compile

2012-01-17  Michal Hruby  <michal.mhr@gmail.com>

	Dispatch search to lenses faster and add a timeout for animating the spinner (otherwise it would just flicker now).. Fixes: . Appoved by Mikkel Kamstrup Erlandsen, Mirco Müller.

2012-01-16  Michal Hruby  <michal.mhr@gmail.com>

	Be more verbose when something is wrong with a DBus call

2012-01-16  Michal Hruby  <michal.mhr@gmail.com>

	Decrease the timeout used for dispatching searches to lenses and introduce timeout which starts the spinner animation

2012-01-16  Omer Akram  <om26er@ubuntu.com>

	revert the bad looking panel branch. the real fix is still being worked on and may take a while.. its for bug 839480. Fixes: . Appoved by Andrea Azzarone.

2012-01-16  Omer Akram  <om26er@ubuntu.com>

	revert bug 839480

2012-01-16  Omer Akram  <om26er@ubuntu.com>

	merge

2012-01-16  Didier Roche  <didier.roche@canonical.com>

	Removing unexisting file in potfiles.in. Seems enough to make it build
	there. Fixes: . Appoved by Michal Hruby, Gord Allott.

2012-01-16  Didier Roche  <didier.roche@canonical.com>

	removing unexisting file from POTFILES.in

2012-01-16  Jay Taoko  <jay.taoko@canonical.com>

	* Fix Nux calls in standalone-clients test.. Fixes: . Appoved by Gord Allott.

2012-01-15  Jay Taoko  <jay.taoko@canonical.com>

	* Fix Nux calls in standalone-clients test.

2012-01-15  3v1n0  <mail@3v1n0.net>

	Fixed bug #891620 to support the Super+Tab switcher.
	
	Added a new launcher key switcher that matches design bug #891620, the key bindings are set to default to Super+Tab and Super+Shift+Tab by default, but they can be changed from compiz settings.
	
	I've added some new functions to Launcher to manage the KeySwitcher and others to share the code between the switcher and the key navigation.. Fixes: https://bugs.launchpad.net/bugs/891620. Appoved by .

2012-01-14  3v1n0  <mail@3v1n0.net>

	Merging with upstream.

2012-01-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Super+Tab manual-test: fixed a typo.

2012-01-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Updated the manual test

2012-01-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-tests: Added test for Super-Tab switcher

2012-01-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityAccesibile: register interest for launcher on key-switcher.

2012-01-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: added UBUS support for KeySwitcher.

2012-01-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: add SelectPreviousIcon() and SelectNextIcon() to factorize code
	
	This code can be shared both by the key navigation and by the Super+Tab

2012-01-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: launcher swticher code cleanup.

2012-01-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SuperTab, rename it to Launcher Key Switcher, as the keybinding can change

2012-01-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell, Launcher: add first support for Super+Tab launcher switcher
	
	This is a first draft, but working super+tab swtiching, it allows
	to select windows from the launcher and to activate them when releasing
	the defined keybinding.

2012-01-13  Andrea Azzarone  <azzaronea@gmail.com>

	Display a shortcut hints overlay during the super key pressing.
	
	It includes two unit tests and a standalone test.
	
	Mockup: https://launchpadlibrarian.net/85352653/Super_key_shutcuts_overlay.png
	Branch: http://ubuntuone.com/7cqBbWAbvXTRCT4ySFj7z4
	
	Visual diff: http://ubuntuone.com/014zDKCoxaQYmtm8mS5pp8
	
	Keep in mind that something is different because the shortcuts values are not hardcoded.. Fixes: https://bugs.launchpad.net/bugs/855532. Appoved by Marco Trevisan (Treviño), John Lea, Tim Penhey.

2012-01-13  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2011-12-19  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes.

2011-12-19  Andrea Azzarone  <azzaronea@gmail.com>

	Center it in the screen.

2011-12-19  Andrea Azzarone  <azzaronea@gmail.com>

	Close the dash on super press.

2011-12-19  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2011-12-19  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes.

2011-12-19  Andrea Azzarone  <azzaronea@gmail.com>

	Add COMPIZ_MOUSE_OPTION

2011-12-19  Andrea Azzarone  <azzaronea@gmail.com>

	Uses proper case for shortcut hints. Tests it too.

2011-12-16  Andrea Azzarone  <azzaronea@gmail.com>

	Try to make it as pixel perfect as possible.

2011-12-14  Andrea Azzarone  <azzaronea@gmail.com>

	Ops.

2011-12-14  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes.

2011-12-14  Andrea Azzarone  <azzaronea@gmail.com>

	Updates shortcut hints list.

2011-12-14  Andrea Azzarone  <azzaronea@gmail.com>

	Show the shortcut in the primary monitor with the right alignment. Don't show the overlay if it doesn't fit in the monitor.

2011-12-14  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes padding.

2011-12-13  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes.

2011-12-13  Andrea Azzarone  <azzaronea@gmail.com>

	Hide the shortcuts overlay when a key is pressed.

2011-12-13  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2011-12-11  Andrea Azzarone  <azzaronea@gmail.com>

	Fix typo.

2011-12-10  Andrea Azzarone  <azzaronea@gmail.com>

	Updates the shortcuts window if a shortcut option changes.

2011-12-10  Andrea Azzarone  <azzaronea@gmail.com>

	Fix standalone test.

2011-12-10  Andrea Azzarone  <azzaronea@gmail.com>

	Add a quick fade in/out animation.

2011-12-09  Andrea Azzarone  <azzaronea@gmail.com>

	Layout processing is slown, so it doesn't create the shortcut overlay every single time.

2011-12-09  Andrea Azzarone  <azzaronea@gmail.com>

	Add bold to the titles.

2011-12-08  Andrea Azzarone  <azzaronea@gmail.com>

	Unregister dbus interest after controller destruction.

2011-12-08  Andrea Azzarone  <azzaronea@gmail.com>

	Jay's work merged. 

2011-12-08  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2011-12-08  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes FixShortcutFormat and fixes it.

2011-12-08  Andrea Azzarone  <azzaronea@gmail.com>

	Const const const.

2011-12-08  Andrea Azzarone  <azzaronea@gmail.com>

	First draft of a function to fix shortcut format.

2011-12-07  Andrea Azzarone  <azzaronea@gmail.com>

	Moves ctor and copy ctor in the abstract class.

2011-12-07  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2011-12-05  Andrea Azzarone  <azzaronea@gmail.com>

	First draft of a shortcuts hint overlay...

2012-01-13  Mirco Müller  <mirco.mueller@canonical.com>

	Since the bug LP: #863246 states so many issues, I'm splitting up the work into a series of branches/fixes. This first part corrects pixel-grid alignment of selected/unselected button-outlines, opacity-values (outline, filling) and vertical and horizontal spacing between buttons.
	
	Here are a few screenshots/screencast showing this first set of improvements:
	
	http://people.canonical.com/~mmueller/fix-863246-part-1.png
	http://people.canonical.com/~mmueller/fix-863246-part-4.png
	http://people.canonical.com/~mmueller/fix-863246-part-5.ogv. Fixes: https://bugs.launchpad.net/bugs/863246. Appoved by Andrea Azzarone.

2012-01-13  Mirco Müller  <mirco.mueller@canonical.com>

	Jenkins reported conflicts... merged with branch again and solved conflicts... *sigh³*

2012-01-13  Mirco Müller  <mirco.mueller@canonical.com>

	Fixed the vertical and horizontal spacing between buttons to comply with the design

2012-01-13  Mirco Müller  <mirco.mueller@canonical.com>

	Fix pixel-grid alignment of curved parts of the multi-range widgets outline

2012-01-13  Mirco Müller  <mirco.mueller@canonical.com>

	more value tweaking of opacities to fit the design

2012-01-13  Mirco Müller  <mirco.mueller@canonical.com>

	Fix pixel-grid alignment of selected/unselected button-outline, corrected outline color-opacity according to design

2012-01-12  Mirco Müller  <mirco.mueller@canonical.com>

	Align outline of selected multirange-widget elements to pixel-grid

2012-01-12  Mirco Müller  <mirco.mueller@canonical.com>

	Fixed the pixel-grid alignment of the outline of the unselected multirange-widget/buttons

2012-01-13  Andrea Azzarone  <azzaronea@gmail.com>

	Dash filters fixes.. Fixes: https://bugs.launchpad.net/bugs/838901, https://bugs.launchpad.net/bugs/841864, https://bugs.launchpad.net/bugs/841870. Appoved by Tim Penhey, Michal Hruby.

2012-01-11  Andrea Azzarone  <azzaronea@gmail.com>

	Keep in consideration collapsed property.

2012-01-10  Andrea Azzarone  <azzaronea@gmail.com>

	Strips trailing spaces.

2012-01-10  Andrea Azzarone  <azzaronea@gmail.com>

	Makes the FilterWidget inherit from nux::View.

2012-01-09  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes.

2012-01-09  Andrea Azzarone  <azzaronea@gmail.com>

	Uses dash style json file to disable prelight state.

2011-12-20  Andrea Azzarone  <azzaronea@gmail.com>

	Uses nux::ObjectPtr in FilterExpanderLabel

2011-12-20  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes.

2011-12-15  Andrea Azzarone  <azzaronea@gmail.com>

	Adds manual tests.

2011-12-15  Andrea Azzarone  <azzaronea@gmail.com>

	Style fixes.

2011-12-15  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.
	Fix rating stars padding.

2011-12-15  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2011-12-15  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes #841870. Don't use SetVisibile on a Layout, nux doesn't like it.

2011-12-15  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes.

2011-12-15  Andrea Azzarone  <azzaronea@gmail.com>

	Add FilterAllButton class too.

2011-12-15  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes "All" button behaviour.

2011-12-14  Andrea Azzarone  <azzaronea@gmail.com>

	Updates dash filters coding style.

2011-12-14  Andrea Azzarone  <azzaronea@gmail.com>

	Merge lp:~yeganeh/unity/fix-for-838901

2011-10-06  Zaid Yeganeh  <zaid.yeganeh@gmail.com>

	[unityshell] Removed the 'prelight' state that is used on mouse overs
	
	modified:
	plugins/unityshell/src/FilterBasicButton.cpp
	plugins/unityshell/src/FilterBasicButton.h

2012-01-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Making unity be aware of user-invisible windows, and manage them correctly.
	
	Fixed bug #784804, but after a discussion with Jason I followed his guidelines to get the things fixed.
	Basically now user-invisible windows (i.e. the ones with the skip-taskbar flag) are ignored by unity unless they don't belong to a sticky application. In that case the application is shown as running, but clicking on it makes the application to run a new instance (while the alt+tab allows to select the user-invisible windows).
	When an application as both user visible and invisible windows, clicking on the launcher icon or the alt+tab gives priority to the visible windows when bringing them to focus, while when closing all the visible windows, the application is hidden from launcher and alt+tab unless it's sticky (and in this case it behaves as explained above).
	Also the user-invisible windows, never increment the count of the running windows (i.e. the launcher "pips").
	
	Read more cases in the provided manual-tests.
	
	This branch also fixes the management of the urgent windows, that with some latest commits were not managed anymore as they should (now they get again priority when the parent application is focused).. Fixes: https://bugs.launchpad.net/bugs/784804. Appoved by Mirco Müller.

2012-01-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-tests: added test for UserInvisibleWindows

2012-01-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: manage user-invisible windows
	
	Windows that have the skip-taskbar flag shouldn't be managed by
	unity unless there's another user-visible window of the given application
	mapped or the application is pinned.
	
	Also, when performing a click over a launcher icon, if it has currently
	opened only non-visible windows, the application is launched, otherwise
	we give priority to the user visible windows bringing to focus just them
	(this doesn't happen in the case of the Alt+Tab).
	
	When an application with user-invisible windows is closed, we show it
	on the launcher only if that is pinned.

2012-01-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Update the top panel title with the current alt+tab focused application title.
	
	Fixed bug #855516, using ubus messages to make the switcher notify of events.. Fixes: https://bugs.launchpad.net/bugs/855516, https://bugs.launchpad.net/bugs/913889. Appoved by Mirco Müller.

2012-01-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: added the "paranoia"-checks ;)

2012-01-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-test: added Panel manual test for Alt+Tab interaction

2012-01-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: set the show-now delay to the previous value.

2012-01-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: set show_now as disactive when showing the switcher.

2012-01-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: reduce the risk of not hiding the menus.

2012-01-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: update the mouse position when the switcher has been hidden
	
	Since the switcher grabs the pointer, we need to update the mouse position
	to check if the the pointer is over the panel or not.

2012-01-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Never shows menus or window buttons when the switcher is showing

2012-01-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: use a vector instead of signal guint values to save ubus interests

2012-01-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: be aware of the switcher status and update the title on switcher changes
	
	This fixes bug #855516, making the Alt+Tab switcher to update the unity
	panel title.

2012-01-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	SwitcherController: send new UBusMessages when switcher changes visibility or selection
	
	So clients can easily get what's happening on the switcher without
	using class signals.

2012-01-13  Mirco Müller  <mirco.mueller@canonical.com>

	Changed rendering of filling of Dash's search-bar according to design-suggestion... http://people.canonical.com/~mmueller/fix-913717.png. Fixes: https://bugs.launchpad.net/bugs/913717. Appoved by John Lea, Andrea Cimitan, Andrea Azzarone.

2012-01-12  Mirco Müller  <mirco.mueller@canonical.com>

	Fix color/opacity of Dash's search-bar filling. Fix LP: #913717

2012-01-12  agateau  <aurelien.gateau@canonical.com>

	Release\ 5.0.0

2012-01-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Fixed bug #914251, local variables should be passed by value.
	
	UNBLOCK. Fixes: https://bugs.launchpad.net/bugs/914251. Appoved by Andrea Azzarone.

2012-01-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: pass quicklist positions by value on expo-terminated lambda.
	
	This fixes bug #914251

2012-01-10  Didier Roche  <didier.roche@canonical.com>

	Dummy merge for rebuilding against latest libunity UNBLOCK. Fixes: . Appoved by .

2012-01-10  Didier Roche  <didier.roche@canonical.com>

	dummy commit for ABI rebuild

2012-01-10  Michal Hruby  <michal.mhr@gmail.com>

	UNBLOCK Make sure the search finished signals are emitted after the models are updated.. Fixes: . Appoved by Gord Allott.

2012-01-10  Michal Hruby  <michal.mhr@gmail.com>

	Make sure the Lens::*Finished signals are emitted after the model updates

2012-01-09  Michal Hruby  <michal.mhr@gmail.com>

	Add --debug option to unity wrapper script, which will start compiz in gdb and print the backtrace if it crashes.
	panel-service now also checks SILENT_PANEL_SERVICE environment variable and discard all debug messages if set.. Fixes: . Appoved by Mirco Müller.

2011-12-20  Michal Hruby  <michal.mhr@gmail.com>

	Check SILENT_PANEL_SERVICE envvar which will disable panel-service logging if set

2011-12-20  Michal Hruby  <michal.mhr@gmail.com>

	Add --debug option to unity to start it in gdb and print backtrace if it crashes

2012-01-09  Gord Allott  <gord.allott@canonical.com>

	removes g_thread_init from the unity codebase. Fixes: . Appoved by Mirco Müller.

2012-01-09  Gord Allott  <gord.allott@canonical.com>

	removes the dependency on g_thread_init

2012-01-09  Alex Launi  <alex.launi@canonical.com>

	Uncomments the actual running of the tests.. Fixes: . Appoved by Alex Launi.

2012-01-09  Alex Launi  <alex.launi@canonical.com>

	Uncomment test runner lines

2012-01-09  Alex Launi  <alex.launi@canonical.com>

	Output test results in Junit XML. Fixes: . Appoved by Alex Launi, Allan LeSage.

2012-01-09  Alex Launi  <alex.launi@canonical.com>

	Merge change to argparse and small fixes

2012-01-09  Allan LeSage  <allanlesage@gmail.com>

	Switched to argparse and corrected an error condition with lamalex' help.

2012-01-09  Alex Launi  <alex.launi@canonical.com>

	CORRECTLY create needed directory structure if it doesn't exist

2012-01-09  Alex Launi  <alex.launi@canonical.com>

	Create needed directory structure if it doesn't exist

2012-01-09  Alex Launi  <alex.launi@canonical.com>

	Add option to set results file, and default to stdout

2012-01-06  Alex Launi  <alex.launi@canonical.com>

	be more consistent with single quote usage

2012-01-06  Alex Launi  <alex.launi@canonical.com>

	write junit xml output to file

2012-01-06  Alex Launi  <alex.launi@canonical.com>

	Publish test results in junit xml format

2012-01-07  Andrea Azzarone  <azzaronea@gmail.com>

	Quit a running application on drag and drop on trash icon.. Fixes: https://bugs.launchpad.net/bugs/870143. Appoved by Marco Trevisan (Treviño).

2012-01-07  Andrea Azzarone  <azzaronea@gmail.com>

	Removes un-needed spaces.

2012-01-07  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes.

2011-12-20  Andrea Azzarone  <azzaronea@gmail.com>

	Quit the application on "trash DND".

2012-01-06  Jay Taoko  <jay.taoko@canonical.com>

	* Renamed Event class members in Nux
	* Removed reference to NUX_STATE_META in unity-util-accessible.cpp. NUX_STATE_META wasn't generated by Nux.
	* Removed reference to e_length in unity-util-accessible.cpp. No longer generated in Nux.
	
	Depend on this Nux branch: https://code.launchpad.net/~jaytaoko/nux/nux-renamed-event-members/+merge/87426. Fixes: . Appoved by Mirco Müller.

2012-01-03  Jay Taoko  <jay.taoko@canonical.com>

	* Renamed Event class members in Nux
	* Removed reference to NUX_STATE_META in unity-util-accessible.cpp. NUX_STATE_META wasn't generated by Nux.
	* Removed reference to e_length in unity-util-accessible.cpp. No longer generated in Nux.

2012-01-03  Jay Taoko  <jay.taoko@canonical.com>

	* Renamed Event class members in Nux

2012-01-06  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Also make glfuncloader depend on libunity-core in case it is built first.
	
	A note that link_libraries is REALLY REALLY REALLY EVIL and needs to die.. Fixes: . Appoved by Didier Roche.

2012-01-06  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Also make glfuncloader depend on libunity-core in case it is built first.
	
	A note that link_libraries is REALLY REALLY REALLY EVIL and needs to die.

2012-01-05  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix bug 868120 and bug 872625
	
	We should use one framebuffer object per screen rather than one per monitor. Using one per monitor leads to all kinds of interesting rendering glitches because the plugins expect that paint is clipped to the entire backbuffer rather than paint being contained in one buffer.
	
	This should also fix crashes on changing resolutions, as we don't have the race condition where a monitor paints and an fbo hasn't been created for it yet.
	
	Also adds a testcase now, its in standalone-tests/TestScreenEffectFramebufferObject.cpp .
	
	The testcase is a little quirky because we're trying to simulate what's going on when unity is actually running embedded in another opengl application, which means that we have to use nux's embedded mode rather than testing BackgroundEffectHelper directly. The testcase shows what happens in cases where parts of the scene are blurred and other parts aren't as well as what happens when some parts need updating and others don't (eg, the framebuffer should unbind). There's no automated test yet, but I imagine we could make one.. Fixes: https://bugs.launchpad.net/bugs/838128, https://bugs.launchpad.net/bugs/864037, https://bugs.launchpad.net/bugs/864784, https://bugs.launchpad.net/bugs/868120, https://bugs.launchpad.net/bugs/872625. Appoved by Jason Smith.

2012-01-05  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Style fixes, check gl error, don't disable scissor bit explicitly

2011-12-23  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Clean up the framebuffer object paint code

2011-12-23  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Use identity matrix. Fixes redraw issues with the framebuffer object code
	when there are windows stacked above it

2011-12-23  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Don't process damage events on windows that are on top of unity

2011-12-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Move UnityScreen::nuxPrologue call to after we have painted the framebuffer
	since we are painting it using assumptions on the compiz projection matrix.

2011-12-19  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Use libunityshell.so to look up glXGetProcAddress and fix typo

2011-12-19  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix warning

2011-12-16  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove useless constructors

2011-12-16  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Cleanup the testcase and fix typo

2011-12-16  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added standalone fbo/blur client on foreign layer

2011-12-16  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Completely break the dependency with compiz - look up function pointers for
	GL_framebuffer_object_ARB support

2011-12-16  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Factored out the framebuffer object code into its own file

2011-12-16  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Break the dependency on compiz

2011-12-15  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Don't unbind framebuffer if it was never bound

2011-12-15  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Typo

2011-12-15  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix typo

2011-12-15  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merged lp:~vanvugt/unity/fix-861061-trunk

2011-11-21  Daniel van Vugt  <vanvugt@gmail.com>

	Fix major performance regressions due to unnecessary UnityFBO binding
	(LP: #861061) (LP: #880707)
	
	UnityFBO was being bound even when not required. This caused major lag in
	glPaintOutput, which slowed down all rendering. This was seen in reduced
	framerates in apps (LP: #861061) and significantly worse screen tearing with
	Unity 4.x compared to 3.x (LP: #880707).

2011-12-15  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merged lp:~smspillaz/unity/unity.fix_84037_864784_868120_872625

2011-11-14  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.big_fbo

2011-10-12  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix typo

2011-10-12  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix pinched blurs

2011-10-12  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Set the viewport size correctly. Fixes LP #872625

2011-10-12  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix draw buffers not being reset in failure case and don't use
	GL_CURRENT_BIT in glPushAttrib as it doesn't carry over the previous
	values on the stack on the nvidia driver

2011-10-05  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Cleanup

2011-10-05  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Some cleanup

2011-10-05  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove some debugging code

2011-10-05  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Use one framebuffer object, rather than many

2012-01-05  Andrea Azzarone  <azzaronea@gmail.com>

	This branch depends on https://code.launchpad.net/~andyrock/nux/please-dont-focus-me-on-mouse-down.
	
	Read the manual test to learn how to test it.
	
	It replaces https://code.launchpad.net/~andyrock/unity/dont-focus-me-on-mouse-down/+merge/86176 because it had some problems with gettext.. Fixes: https://bugs.launchpad.net/bugs/867548, https://bugs.launchpad.net/bugs/905921. Appoved by Mirco Müller.

2012-01-02  Andrea Azzarone  <azzaronea@gmail.com>

	Ops, sigh...

2012-01-02  Andrea Azzarone  <azzaronea@gmail.com>

	Ops.

2012-01-02  Andrea Azzarone  <azzaronea@gmail.com>

	Doesn't give focus on mouse down to category headers, home dash tiles, and dash icons.

2012-01-02  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2012-01-02  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes.

2011-12-19  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk. Fixes

2011-12-18  Andrea Azzarone  <azzaronea@gmail.com>

	Add a manual test.

2011-12-17  Andrea Azzarone  <azzaronea@gmail.com>

	Doesn't give focus on mouse down to category headers, home dash tiles, and dash icons. Fixes bug #867548 too.

2012-01-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: make progress_y position relative to the fill_y, so they will be always close. Fixes: https://bugs.launchpad.net/bugs/911553. Appoved by Mirco Müller.

2012-01-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IconRenderer: make progress_y position relative to the fill_y, so they will be always joined
	
	This fixes bug #911553

2012-01-04  Andrea Cimitan  <andrea.cimitan@canonical.com>

	First step, increasing saturation of the average color. Fixes: https://bugs.launchpad.net/bugs/865239. Appoved by Gord Allott.

2012-01-04  Andrea Cimitan  <andrea.cimitan@canonical.com>

	1.36 is a float

2012-01-04  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Increase average color saturation by 36%, used when dash is opened

2012-01-03  Andrea Azzarone  <azzaronea@gmail.com>

	Add a missing break.. Fixes: . Appoved by Marco Trevisan (Treviño).

2012-01-02  Andrea Azzarone  <azzaronea@gmail.com>

	Add a missing "break".

2012-01-03  Alejandro Piñeiro  <apinheiro@igalia.com>

	. Fixes: https://bugs.launchpad.net/bugs/856392. Appoved by Alex Launi.

2011-11-07  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: Support for the switcher

2011-09-27  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: Support for the switcher

2011-09-22  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: cleaning g_debug

2011-09-22  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: Support for the switcher

2012-01-03  Alejandro Piñeiro  <apinheiro@igalia.com>

	. Fixes: https://bugs.launchpad.net/bugs/842033. Appoved by Alex Launi.

2011-11-07  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: Simplify basewindow:(activate/deactivate) emission

2011-09-27  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: Simplify basewindow:(activate/deactivate) emission

2011-09-16  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: missing one state-change notification on the quicklistview

2011-09-16  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: moving to use AtkWindow interface

2011-09-16  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: Simplify basewindow:(activate/deactivate) emission

2012-01-02  Jay Taoko  <jay.taoko@canonical.com>

	* Deprecated the following:
	nux::GetWindow
	nux::GetGraphicsThread
	nux::GetGraphicsEngine
	The entry point to Nux internal component is nux::GetWindowThread().
	
	* IMTextEntry:
	changed _text to text_ and _preedit to preedit_ as per Nux.
	. Fixes: . Appoved by Jason Smith.

2012-01-02  Jay Taoko  <jay.taoko@canonical.com>

	* Deprecated the following:
	nux::GetWindow
	nux::GetGraphicsThread
	nux::GetGraphicsEngine
	The entry point to Nux internal component is nux::GetWindowThread().
	
	* IMTextEntry:
	changed _text to text_ and _preedit to preedit_ as per Nux.

2011-12-19  Jay Taoko  <jay.taoko@canonical.com>

	* Resolved conflict

2011-12-10  Jay Taoko  <jay.taoko@canonical.com>

	* Use the WindowThread  to access the GraphicsDisplay, WindowCompositor, ...

2012-01-02  Jay Taoko  <jay.taoko@canonical.com>

	* Changes to Nux API
	* Dependant on branch https://code.launchpad.net/~jaytaoko/nux/nux-windowthread-cleanup1/+merge/86981. Fixes: . Appoved by Jason Smith.

2011-12-27  Jay Taoko  <jay.taoko@canonical.com>

	* Changes to Nux API

2012-01-02  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Adds test for animation code. Fixes: . Appoved by Thomas Voß.

2011-12-23  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merged 901714.test_show_hide into 901714.test_animation.

2011-12-23  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merged 901714.test_layouts into 901714.test_show_hide.

2011-12-23  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merged 901714.test_show_hide into 901714.test_animation.

2011-12-23  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge

2011-12-23  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merged 901714.test_show_hide into 901714.test_animation.

2011-12-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove virtual methods

2011-12-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merged 901714.test_show_hide into 901714.test_animation.

2011-12-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merged 901714.test_show_hide into 901714.test_animation.

2011-12-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merged 901714.test_show_hide into 901714.test_animation.

2011-12-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merged 901714.test_show_hide into 901714.test_animation.

2011-12-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added tests for animation code

2012-01-02  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Adds test for conditional show/hide. Fixes: . Appoved by Thomas Voß.

2011-12-23  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merged 901714.test_layouts into 901714.test_show_hide.

2011-12-23  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove virtual function

2011-12-23  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merged 901714.test_layouts into 901714.test_show_hide.

2011-12-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove virtual method

2011-12-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merged 901714.test_layouts into 901714.test_show_hide.

2011-12-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merged 901714.test_layouts into 901714.test_show_hide.

2011-12-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merged 901714.test_layouts into 901714.test_show_hide.

2011-12-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added a test for show/hide on the handles

2012-01-02  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added Google Test and Google Mocks for layout algorithm. Fixes: . Appoved by Thomas Voß.

2011-12-23  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merged 901714.split_files into 901714.test_layouts.

2011-12-23  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merged 901714.split_files into 901714.test_layouts.

2011-12-23  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove virtual specified

2011-12-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove virtual methods that don't need to be virtual

2011-12-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merged 901714.split_files into 901714.test_layouts.

2011-12-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merged 901714.split_files into 901714.test_layouts.

2011-12-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added Google Test and Google Mock tests for unity::MT::GrabHandle

2012-01-02  Alejandro Piñeiro  <apinheiro@igalia.com>

	. Fixes: https://bugs.launchpad.net/bugs/772573. Appoved by Alex Launi.

2011-11-07  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: Implement AtkAction for LauncherIcon

2011-09-25  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: Implement atkaction for LauncherIcon

2012-01-02  Alex Launi  <alex.launi@canonical.com>

	Fix the autopilot launcher test. Approved by Allan Lesage

2011-12-20  Alex Launi  <alex.launi@canonical.com>

	Add back the accidentally removed get_is_visible method

2011-12-20  Alex Launi  <alex.launi@canonical.com>

	Fix launcher tests

2012-01-02  Jay Taoko  <jay.taoko@canonical.com>

	* Fix broken rendering and text search entry: After typing some characters in the search entry, interaction with the mouse produces incorrect rendering.. Fixes: . Appoved by Mirco Müller.

2011-12-19  Jay Taoko  <jay.taoko@canonical.com>

	* Fixed pointer declaration: the pointer should stay with the type.

2011-11-10  Jay Taoko  <jay.taoko@canonical.com>

	* Fix broken rendering and text search entry: After typing some characters in the search entry, interaction with the mouse produces incorrect rendering.

2012-01-02  Alex Launi  <alex.launi@canonical.com>

	Live cd doesn't have users-admin. Use mahjongg instead.. Fixes: . Appoved by Sam Spilsbury.

2011-12-20  Alex Launi  <alex.launi@canonical.com>

	Live cd doesn't have users-admin. Use mahjongg instead

2012-01-02  Andrey Logvinov  <Andrey.Logvinov.81@gmail.com

	This is a fix for https://bugs.launchpad.net/unity/+bug/873765
	The problem was that when no RGBA antialiasing was set for "gtk-xft-rgba", unity shell assumed that no font antialiasing should be used at all, even if grayscale antialiasing is selected by user e.g. in gnome-tweak-tool. This resulted in non-antialiased text in unity panel, launcher and lenses even though text in windows is properly grayscale antialiased.
	I added further check for "gtk-xft-antialias" value in case when "gtk-xft-rgba" is "none". If "gtk-xft-antialias" is true, then set antialiasing to CAIRO_ANTIALIAS_GRAY instead of CAIRO_ANTIALIAS_NONE.. Fixes: https://bugs.launchpad.net/bugs/873765. Appoved by Marco Trevisan (Treviño).

2011-12-09  Andrey Logvinov  <Andrey.Logvinov.81@gmail.com

	Added gtk-xft-antialias value notification to FontSettings constructor
	Added manual test case for grayscale antialiasing

2011-12-08  Andrey Logvinov  <Andrey.Logvinov.81@gmail.com

	Added fix for grayscale antialiasing in Unity shell.

2011-12-24  Chase Douglas  <chase.douglas@ubuntu.com>

	Fix a unity crash if utouch fails to initialize.. Fixes: https://bugs.launchpad.net/bugs/860707. Appoved by Sam Spilsbury.

2011-12-22  Chase Douglas  <chase.douglas@ubuntu.com>

	Close geis instance when deleting GeisAdapter

2011-12-22  Chase Douglas  <chase.douglas@ubuntu.com>

	Close geis instance if we fail to initialize it

2011-12-22  Chase Douglas  <chase.douglas@ubuntu.com>

	Initialize geis instance to nullptr
	
	Fixes a crash if geis fails to initialize.

2011-12-24  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Splits code into files. Fixes: https://bugs.launchpad.net/bugs/907174. Appoved by Thomas Voß.

2011-12-23  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Use a shared ptr

2011-12-23  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Use a shared ptr for the impl factory

2011-12-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge

2011-12-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Use unsigned short

2011-12-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Set the high bit if no state or actions are set since our bitwise check
	requires that at least one bit is set

2011-12-21  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Split the implementation into files

2011-12-23  Sam Spilsbury  <sam.spilsbury@canonical.com>

	s/Unity/unity. Fixes: https://bugs.launchpad.net/bugs/907174. Appoved by Thomas Voß.

2011-12-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge

2011-12-21  Sam Spilsbury  <sam.spilsbury@canonical.com>

	s/Unity/unity

2011-12-23  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Refactors the code to make it testable. Fixes: https://bugs.launchpad.net/bugs/907174. Appoved by Thomas Voß.

2011-12-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove empty constructors and destructors

2011-12-21  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Use nux::Geometry instead of CompSize and CompRect in the Unity::MT classes since we can't
	link to those

2011-12-21  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Bug 904174: Refactored the code to allow for separate instantiation and testing

2011-12-21  Andrea Azzarone  <azzaronea@gmail.com>

	. Fixes: https://bugs.launchpad.net/bugs/839467. Appoved by Andrea Cimitan.

2011-12-21  Andrea Azzarone  <azzaronea@gmail.com>

	Fix header padding.

2011-12-20  Alex Launi  <alex.launi@canonical.com>

	When we call next icon we roll over to the show desktop icon at index 0, failing the test. This isn't really what we want anyway. Launching a third application makes the array big enough that this doesn't occur.. Fixes: . Appoved by Allan LeSage.

2011-12-20  Alex Launi  <alex.launi@canonical.com>

	kill users_admin at teardown

2011-12-20  Alex Launi  <alex.launi@canonical.com>

	Launch a third application to fix test_switcher index error

2011-12-20  Andrea Azzarone  <azzaronea@gmail.com>

	Use unity::IconLoader to load device launcher icon that will be used to show an OSD notification. If it's not able to load an icon it shows a OSD notification without an icon.
	
	This merge propose comes from this one (https://code.launchpad.net/~andyrock/unity/fix-875467/+merge/79638). In that merge proposal I've created a mini (very very mini) icon loader implementation. Reading unity code I noticed that we already use two icon loader implementations (the dash icon loader and the launcher ones) so...
	
	Because unity::IconLoader has already been tested and in a unit test we should not test an external module (osd notification library), i don't know if we need a unit test for this change. In the case let me know.. Fixes: https://bugs.launchpad.net/bugs/875467. Appoved by Tim Penhey, Marco Trevisan (Treviño).

2011-12-16  Andrea Azzarone  <azzaronea@gmail.com>

	Adds x-canonical-private-synchronous hint.

2011-12-16  Andrea Azzarone  <azzaronea@gmail.com>

	Adds manual test.

2011-12-14  Andrea Azzarone  <azzaronea@gmail.com>

	Use GLibWrapper to unref notification.

2011-12-14  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2011-12-14  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes.

2011-11-18  Andrea Azzarone  <azzaronea@gmail.com>

	Makes icon_name a SimpleLauncherIcon property.

2011-11-18  Andrea Azzarone  <azzaronea@gmail.com>

	Use IconLoader to load OSD notification icon when a drive is ejected.

2011-12-19  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes alignment of dash category headers.
	
	Before the fix: http://ubuntuone.com/1xiQ9jw02ZWg1uwulTOmo8
	After the fix: http://ubuntuone.com/57irlquNwrFGuTZCHJqkOC
	
	Home view after fix: http://ubuntuone.com/3NVd6COSYR8keMPvcVQngT. Fixes: https://bugs.launchpad.net/bugs/839467. Appoved by John Lea, Sam Spilsbury.

2011-12-16  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes alignements of dash category headers.

2011-12-18  Christopher James Halse Rogers  <raof@ubuntu.com>

	Add some small tests for StaticCairoText demonstrating the cause of bug #807921, and then fix them.. Fixes: https://bugs.launchpad.net/bugs/807921. Appoved by Tim Penhey.

2011-12-16  Christopher James Halse Rogers  <raof@ubuntu.com>

	TestStaticCairoText: UTF-8 encode the test string.
	
	Otherwise we're relying on the encoding of the source file, which is not necessarily
	going to work, or work everywhere.

2011-11-30  Christopher James Halse Rogers  <raof@ubuntu.com>

	Perform RTL/LTR string tests with an appropriate LANGUAGE set.
	
	Make extra, super, dobule-dog sure we're really testing LTR/RTL layout.

2011-11-30  Christopher James Halse Rogers  <raof@ubuntu.com>

	Assert that the left-to-right and right-to-left test strings really have that orientation

2011-11-22  Christopher James Halse Rogers  <raof@ubuntu.com>

	StaticCairoText: fix RTL width calculation.
	
	Pango will calculate logRect.x as the left-most point of the string, and
	start rendering the string at (0,0).  For right-to-left languages
	that means that logRect.x will always be <= -logRect.width.
	
	StaticCairoText does not use logRect.x to offset the text rendering,
	so just ignore it in the extent calculation.

2011-11-22  Christopher James Halse Rogers  <raof@ubuntu.com>

	TestStaticCairoText: Clean up properly after test

2011-11-22  Christopher James Halse Rogers  <raof@ubuntu.com>

	TestStaticCairoText: factor out common test code

2011-11-22  Christopher James Halse Rogers  <raof@ubuntu.com>

	tests: Add a simple StaticCairoText extent test

2011-12-16  Daniel van Vugt  <vanvugt@gmail.com>

	Fix uninitialized variable causing the dash search spinner to sometimes not spin (LP: #901610) (LP: #903090). Fixes: https://bugs.launchpad.net/bugs/901610, https://bugs.launchpad.net/bugs/903090. Appoved by Andrea Azzarone, Marco Trevisan (Treviño).

2011-12-08  Daniel van Vugt  <vanvugt@gmail.com>

	Fix uninitialized variable (LP: #901610)

2011-12-16  Mirco Müller  <mirco.mueller@ubuntu.com>

	http://people.canonical.com/~mmueller/when-we-say-precise-we-mean-it.ogv. Fixes: https://bugs.launchpad.net/bugs/838904. Appoved by Mikkel Kamstrup Erlandsen.

2011-12-16  Mirco Müller  <mirco.mueller@ubuntu.com>

	Don't draw text entered beyond the region of the search-bar

2011-12-16  Mirco Müller  <mirco.mueller@ubuntu.com>

	Finally search-bar is now exactly matching size and position of the mockup

2011-12-14  Mirco Müller  <mirco.mueller@ubuntu.com>

	merge with trunk

2011-12-14  Mirco Müller  <mirco.mueller@ubuntu.com>

	Adjust position, padding, width and height of Dash' search-bar to exactely match the mockups... second round of fixes for LP: #838904

2011-12-16  Daniel van Vugt  <vanvugt@gmail.com>

	Fix uninitialized variable read (LP: #901603)
	. Fixes: https://bugs.launchpad.net/bugs/901603. Appoved by Marco Trevisan (Treviño).

2011-12-08  Daniel van Vugt  <vanvugt@gmail.com>

	Fix uninitialized variable read (LP: #901603)

2011-12-16  Daniel van Vugt  <vanvugt@gmail.com>

	Fix uninitialized variable read (LP: #901602). Fixes: https://bugs.launchpad.net/bugs/901602. Appoved by Marco Trevisan (Treviño).

2011-12-08  Daniel van Vugt  <vanvugt@gmail.com>

	Fix uninitialized variable read (LP: #901602)

2011-12-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Use Nux InputArea mouse_double_click signal on PanelTitlebarGrabAreaView. Fixes: . Appoved by Tim Penhey, Andrea Azzarone.

2011-12-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	No commit message
2011-12-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-tests: added manual test for Panel double-clicks.

2011-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelTitlebarGrabAreaView: removed unneeded includes.

2011-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelTitlebarGrabAreaView: removed the workaround code to emit a double-click signal
	
	Finally Nux does it correcty! :)

2011-12-16  Thomi Richards  <thomir@gmail.com>

	This branch installs autopilot python package and a simple run_autopilot script as part of the 'install' phase.. Fixes: . Appoved by Tim Penhey.

2011-12-16  Thomi Richards  <thomir@gmail.com>

	Fixed branch conflicts, and whitespace issue in run_autopilot script.

2011-12-16  Thomi Richards  <thomir@gmail.com>

	Improved run_autopilot script, per Thumper's specifications.

2011-12-15  Thomi Richards  <thomir@gmail.com>

	Simple autopilot_run script is now installed, along with the autopilot python library during the install phase.

2011-12-16  Thomi Richards  <thomir@gmail.com>

	This branch does several things:
	
	1) Changes slightly the structure of returned state information from unity - Children are returned in a tuple with the key being 'Children' by default, or whatever the virtual method "Introspectable::GetChildsName()" returns.
	
	2) Updated a few places in the code where classes were overriding GetChildsName() and either returning "" or returning a null pointer. Classes that don't need to change the name of their children in the introspection tree should not override this method and use the default implementation.
	
	3) Merged the autopilot test code in to the tests/autopilot folder.
	
	4) Added a make target named "autopilot" that runs all the autopilot tests. Currently this is not executed as part of any of the "make check*" targets, since it's kind of annoying to run.. Fixes: . Appoved by Tim Penhey.

2011-12-16  Thomi Richards  <thomir@gmail.com>

	Various const fixes.

2011-12-15  Thomi Richards  <thomir@gmail.com>

	A final gchar* to std::string conversion.

2011-12-15  Thomi Richards  <thomir@gmail.com>

	Fixed a few more instances of people using gchar* in introspection methods.

2011-12-15  Thomi Richards  <thomir@gmail.com>

	Code now uses GetChildsName() method correctly. Updated a few places in the code where classes had overloaded this method incorrectly.

2011-12-15  Thomi Richards  <thomir@gmail.com>

	Updated setup.py to reflect new project location.

2011-12-15  Thomi Richards  <thomir@gmail.com>

	Fixed autopilot tests to use new state structure.

2011-12-15  Thomi Richards  <thomir@gmail.com>

	Merged fixes to change structure of Introspection queries.

2011-12-15  Thomi Richards  <thomir@gmail.com>

	Children now returned in a tuple with their names.

2011-12-14  Thomi Richards  <thomir@gmail.com>

	Kind of works...

2011-12-15  Thomi Richards  <thomir@gmail.com>

	Merged trunk.

2011-12-14  Thomi Richards  <thomir@gmail.com>

	Added 'autopilot' target, which runs autopilot tests

2011-12-14  Thomi Richards  <thomir@gmail.com>

	Added autopilot src

2011-12-15  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Inhibit core from unshowdesktoping all other windows as soon as one window is activated by request from design. CompWindow::activate will do this implicitly, so we simply don't allow the final CompScreen::leaveShowDesktopMode to be called while we are in CompWindow::activate's wrap chain.
	
	Fixes bug 871801. Manual test added.. Fixes: https://bugs.launchpad.net/bugs/871801. Appoved by Gord Allott.

2011-12-15  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added manual test

2011-12-15  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Inhibit other windows from leaving show desktop mode in the case that
	core tries to leave show desktop mode after a window was activated - in this
	case we should only allow the window that was activated to leave show desktop
	mode and keep the "show desktop" mode state on until the user explicitly leave
	s
	show desktop mode.
	
	Fixes LP #871801 and LP #899932

2011-12-15  Mirco Müller  <mirco.mueller@ubuntu.com>

	The left-, right-, top- and bottom-padding has been changed to comply with the three-pixel-margin seen in the mockups. For the edge-case of one-item Quicklists (e.g. Launcher Trashcan) the padding is fixed now too. Also the opacity of the background-tint has been tweaked in dialog with Design. Fixes LP: #767063. Fixes: https://bugs.launchpad.net/bugs/767063. Appoved by Sam Spilsbury.

2011-12-13  Mirco Müller  <mirco.mueller@ubuntu.com>

	use self-explanatory variable-names instead of magic numbers

2011-12-12  Mirco Müller  <mirco.mueller@ubuntu.com>

	After much discussion and ping-ponging screenshots with Design (Rosie) this is the tint-opacity-value that should be used

2011-12-12  Mirco Müller  <mirco.mueller@ubuntu.com>

	Fix left-, right-, top- and bottom-padding in Quicklists... also for edge-case with one-item Quicklist (e.g. Trashcan-Quicklist)

2011-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	glib::Object: review to support more operators and to improve operations
	
	- Added a constructor that allows to ref the wrapped object.
	- Added support for the swap operations
	- Using the copy and swap idiom on the operator=
	- Moved some methods to const
	- Added support for the == and != operators
	- Added utility function to cast object to another type.
	
	All these features allows, amongs the others, to add glib::Object's
	to standard containers such as lists and to lookup and remove items.
	
	Then using it on PanelMenuView.
	
	Including tests.. Fixes: . Appoved by Tim Penhey.

2011-12-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: use glib::Object to handle BamfMatcher.

2011-12-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with lp:~3v1n0/unity/globalmenu-discovery-new-apps

2011-12-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: ref the temporary object that we had to the list.
	
	Otherwise on removal we'll get an extra-unref.

2011-12-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests, glib::Object added check for self assignment.

2011-12-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	glib::Object, fixed some bugs and tests improved.
	
	Thanks to the new Tim's review.

2011-12-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests: glib::Object, check for object destruction on swap test.

2011-12-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests: glib_object, using better object initializers.

2011-12-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	glib::Object: some code cleanup and improvements

2011-12-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with latest lp:~3v1n0/unity/globalmenu-discovery-new-apps

2011-12-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: use glib::Object for managing BamfApplication list

2011-12-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	glib::Object: removing the move constructor, as it should be too confusing.

2011-12-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests: added glib::Object tests

2011-12-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	glib::Object: review to support more operators and to improve operations
	
	- Added a constructor that allows to ref the wrapped object.
	- Added support for the swap operations
	- Using the copy and swap idiom on the operator=
	- Moved some methods to const
	- Added support for the == and != operators
	- Added utility function to cast object to another type.
	
	All these features allows, amongs the others, to add glib::Object's
	to standard containers such as lists and to lookup and remove items.

2011-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Implemented the design bug #874254 to make a newly opened application to quickly show its menus when firstly mapped using a slightly longer fade effect (now set to 200ms to fade in and 300ms to fade out).
	To work properly, this feature, requires the merge of the BAMF branch lp:~3v1n0/bamf/always-notify-view otherwise sticky applications won't be show their menus when opened.
	
	I've also added some fixes and features to the Animator class, and improved the drawing of the fading panel entries.
	
	Plus, I've integrated the bug #875472, introducing 5 new configuration parameters to customize the fading timings and the menu discover-ability time.
	
	Tests for this will be done when the autopilot system will be ready.. Fixes: https://bugs.launchpad.net/bugs/874254, https://bugs.launchpad.net/bugs/875472. Appoved by Tim Penhey.

2011-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream, to resolve conflicts.

2011-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-tests: Added test for Panel menus revelation.

2011-12-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: don't ref the BamfMatcher, libbamf does that already for us

2011-12-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream.

2011-12-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: moving to glib::Signal to be more C++ friendly.
	
	All the g_signal_connect functions moved to glib::Signal's, it allows
	to get more clean code.

2011-12-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Animator: Using an initialization list.

2011-12-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Animator: coding style fixes

2011-12-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Animator: make it non-copyable.

2011-12-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests: Add missing test_animator.cpp to test-gtest-xless

2011-12-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Reverting temporary modification.

2011-12-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream

2011-12-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests: Animator, use scope instead of dinamically allocated objects.

2011-12-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Animator: emit Stop signal on object destruction.
	
	Update the test accordingly.

2011-12-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream.

2011-12-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests: Animator, added simulation with duration = 0

2011-12-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	test: Animator, added more Animation simulations
	
	Standard animation, stopped animations, animations with one-time-duration.
	
	Using the Utils::WaitUntil function

2011-12-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Animator: Emit the startedd signal on animation start.
	
	That's why testing helps! :)

2011-12-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests: Moving WaitUntil and ScheduleTimeout to test_utils
	
	They can be useful for other tests too.

2011-12-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Test: animator, simulate an animation step.

2011-12-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tests: Added a first basic test for Animator class.

2011-12-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Animator: return the correct value of rate
	
	Thanks to tests! :)

2011-11-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Animator: Add a public DoStep() method for unit testing purposes.

2011-11-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Animator: using trailing underscore for class members

2011-11-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Animator: Using const getters

2011-11-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Animator: don't use #include <Nux/Nux.h>
	
	Implicitly add the needed includes.

2011-11-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Animator: Remove FadableObject2 class
	
	It was added for testing purposes, and committed by mistake.

2011-11-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Using CLAMP in gradient generation...

2011-11-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: gradient, use a bigger color increment to reduce the visibility
	
	So the gap is less visible.

2011-11-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: remove the color gap between the maks and the title.
	
	The color gradient used to fade the title now updates its color to make
	the switch between the end of the title the start of the fade smoother.

2011-11-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: no need to redraw the begin of the title, the gradient can do that
	
	Removed the old workaround wich caused the beginning of a cut title
	to redraw over the gradient. We can do everything on the gradient itself,
	we only have to make sure that we're using a white mask on the first
	pixels.

2011-11-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Small cleanup

2011-11-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Improved the fading between the buttons / menus for maximized windows
	
	Or for those with no menus. The rendering should be finally "precise" and
	pixel-perfect (I hope! :|).

2011-11-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Cache the DrawMenus and DrawWindowButtons results
	
	This avoid to recompute the check too many times.

2011-11-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Never draw the window title when we have menus and we need to draw them
	
	Fixes the issue that caused the window title of a maximized window
	to quickly show-up when clicking on the top-panel to focus the maximized
	window.

2011-11-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: use glib::Object where possible.

2011-11-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Animator: be more explicit about the duration check...

2011-11-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Animator: Allow duration = 0, to disable the animation.
	
	This allows to use the animator also when the animations have been disabled.

2011-11-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: don't allow negative values in SetMenuShowTimings

2011-11-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityShell: correcly initialize the menu-fading options.

2011-11-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Always use nullptr

2011-11-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell -> PanelMenuView: Make menu timings configurable.
	
	Now the fade-in/out timings and the menu discovery time can be configured.
	
	Fixes bug #875472

2011-11-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Use the new Animator Start to use different fade timings
	
	When a new application is shown, to use different fade-in/out timings,
	we use the new Start function that allows to define a per-animation
	duration, this makes the code much more clean.
	By the way we need a boolean variable to track when we need to fade-out
	slowly.

2011-11-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: some optimizations on the Draw function.
	
	Now when a window with menus is restored, the application title behind
	the buttons is correctly faded-in.

2011-11-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Animator: Add temporary animation duration support.
	
	Now you can start an animation using a temporary duration that will be
	used only per that animation, once the animation has completed, just
	reset back to the default value.

2011-11-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Reduce the Fade-in/out timings for the menu discovery
	
	When we're showing the menu of a newly opened application the fade
	time should be reduced.
	
	New values: fade-in 200ms, fade-out: 300ms

2011-11-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Animator: correctly return the real animation duration value.

2011-11-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherController: Check if the added bamf view is sticky.
	
	This check was previously included in libbamf itself, but we removed
	it to make it working better with PanelMenuView.

2011-11-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: OnNewViewOpened, don't check for user visibility.
	
	This could lead to some issues. BAMF should be fixed on this side.

2011-11-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Add a small delay before showing menus on new applications.
	
	We need to add a small delay (now set to 300ms) before showing the application menus,
	after the new application has been mapped. This is because they menus could take
	some time to load, and this would make the fade-in effet bad.
	It also improves the user experience when multiple applications are loaded in a small
	amount of time, keeping sure that a menu is not shown if the application has not been
	kept on focus for a minimum time.

2011-11-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Tune some title opacity levels.

2011-11-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Use the BAMF "active-application-changed" signal to check when draw menus
	
	This should save some CPU time.

2011-11-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: display the appmenu when an application has been firstly launched.
	
	When a new application view has been opened we add it to a list of new tracked applications
	then, we wait until at least one of its windows it's activated, and in that moment we
	show the global menus for two seconds.
	When the active application has been changed or when the timeout occurs, the global menus
	continue working like before.
	
	I used a list of new applications, to keep a queue of applications that needs to show their
	menus, in the case that more than one application is launched at the same time.
	
	This code doesn't support the favorite applications yet.

2011-12-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	In the current unity implementation when an indicator is opened, there's no way to send it scroll or middle-click events.
	
	This commit fixes this, applying an exception to the case of the appmenu entries, that should handle the middle-click like any other click.
	
	Testing this with autopilot plus a fake indicator which reports events should be doable in the near future.. Fixes: https://bugs.launchpad.net/bugs/722082. Appoved by Tim Penhey.

2011-12-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Manual Tests: added manual test for sending events over the active indicators.

2011-12-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream

2011-11-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: improved clicks handling when indicator menus are opened
	
	Now unity-panel-service ignores any button press event (since we can't)
	check its type, and then we look at the type of the button release event.
	So, when scrolling or middle-clicking over an indicator entry (that is
	not an appmenu item) we send the proper signal to the indicator, and we
	avoid to close the indicator menus.
	
	This allows, for example, to change the volume using the mouse wheel when
	the indicator menu is showing.
	
	This fixes LP: #890971

2011-12-14  Andrea Azzarone  <azzaronea@gmail.com>

	Removes shows-on-edge setting.. Fixes: https://bugs.launchpad.net/bugs/853086. Appoved by Tim Penhey, Marco Trevisan (Treviño).

2011-12-12  Andrea Azzarone  <azzaronea@gmail.com>

	Removes show-on-edge setting.

2011-12-14  Thomi Richards  <thomir@gmail.com>

	This branch adds XPath-like query capabilities to the DBus debug interface. This allows autopilot tests to specify precise queries to retrieve only the part of the state tree they wish to inspect. We don't support the full XPath syntax (far from it!), a brief description of the syntax supported is given below:
	
	
	== XPath Syntax ==
	
	"", "/", and "/Unity" all select the root node of the tree. This is exactly the same as if you had not specified a piece name in the old code (so old autopilot tests will continue to work without change).
	
	Absolute paths start with a forward-slash ("/") and may specify a full path to a node. For example, to get the SearchBar node, a test might specify: "/Unity/DashController/DashView/SearchBar".
	
	Tests may also specify relative paths. For example, to get the SearchBar node, no matter where it is in the introspection tree, a test can use the query string "//SearchBar". Note that this can (and often does) return multiple results (for e.g.- a query of "//LauncherIcon" returns all the launcher icons in the introspection tree).
	
	You can also specify children of a relative query, for example "//Launcher/LauncherIcon" returns all the LauncherIcon nodes that are direct children of the Launcher node - this may return different results to the query "//LauncherIcon" if LauncherIcon nodes are added to the introspection tree somewhere else.
	
	Finally, you can restrict which items are returned by querying a node's properties. For example, to get all the launchers that are hidden, tests can use the query "//Launcher[hidden=True]". Just like previous examples, you can select child nodes this way as well: "//Launcher[hidden=true]/LauncherIcon" does what you'd expect. Currently you can inspect all string, boolean, and integer properties. CUrrently you cannot restrict based on more than one property at once: the following DOES NOT WORK: "//Launcher[hidden=True,otherproperty=foo]".
	
	== Performance ==
	
	I've run tests by querying the DBus interface with different queries and measuring the performance. See the following table:
	
	Old method (current code): 24 mS (average) query = ""
	New method (proposed code): 22 mS (average) query = ""
	New method (proposed code): 21 mS (average) query = "/Unity"
	New method (proposed code): 2mS (average) query = "/Unity/DashController/DashView/SearchBar" *
	
	New Method (proposed code): 2mS (average) query = "//SearchBar" *
	New Method (proposed code): 33mS (average) query = "//Launcher[hidden=True]" **
	
	Notes:
	* This result indicates to me that most of the work is in actually sending data over DBus, rather than collecting & processing which nodes to send. 
	** property inspection is slow since the Introspectable::AddProperties method needs to be called twice - once to check if the property is there, and check it's value, and again when the actual introspection happens.
	
	== Tests ==
	
	There's a set of tests that ensure that the XPath stuff works as expected.
	
	== Points of interest / controversial stuff ==
	
	* I've had to change the scope of Introspectable::AddProperties so I can access an introspectable's properties. The alternatives to this are: 1) call Introspect() instead - this is too slow, since it introspects the object and all children, recursively. 2) use friend classes - this is just plain bad.
	
	* I've kept all the code in DebugDBusInterface.cpp - there's an argument for moving the XPathQueryPart class into a separate file, but it's only ever going to be used here.
	
	* This is my first serious code for unity, so I welcome any feedback you have, but be gentle!
	
	. Fixes: . Appoved by Sam Spilsbury.

2011-12-13  Thomi Richards  <thomir@gmail.com>

	Fixed linking issues

2011-12-13  Thomi Richards  <thomir@gmail.com>

	Changes after code-review

2011-12-13  Thomi Richards  <thomir@gmail.com>

	Performance improvment, various other cleanup ops.

2011-12-13  Thomi Richards  <thomir@gmail.com>

	Renamed search function

2011-12-12  Thomi Richards  <thomir@gmail.com>

	Added tests for malformed queries.

2011-12-12  Thomi Richards  <thomir@gmail.com>

	Parameter queries based on boolean and integer fields now work as expected.

2011-12-12  Thomi Richards  <thomir@gmail.com>

	Tests pass, code needs cleaned up.

2011-12-12  Thomi Richards  <thomir@gmail.com>

	Failing unit test

2011-12-12  Thomi Richards  <thomir@gmail.com>

	Removed some debug logging, cleaned up the code a bit, and refactored to allow for parameter matching.

2011-12-09  Thomi Richards  <thomir@gmail.com>

	Small cleanups

2011-12-09  Thomi Richards  <thomir@gmail.com>

	Queries with no results tested & working.

2011-12-09  Thomi Richards  <thomir@gmail.com>

	Tests pass, but code needs cleanup.

2011-12-09  Thomi Richards  <thomir@gmail.com>

	Complex relative queries fail.

2011-12-09  Thomi Richards  <thomir@gmail.com>

	Simple relative queries now work.

2011-12-09  Thomi Richards  <thomir@gmail.com>

	Malformed relative queries now work too.

2011-12-09  Thomi Richards  <thomir@gmail.com>

	Test passes

2011-12-09  Thomi Richards  <thomir@gmail.com>

	I'm an idiot.

2011-12-09  Thomi Richards  <thomir@gmail.com>

	Failing test

2011-12-09  Thomi Richards  <thomir@gmail.com>

	First pass at building XPath expression parser, with initial tests working.

2011-12-08  Thomi Richards  <thomir@gmail.com>

	Changes from code review.

2011-12-08  Thomi Richards  <thomir@gmail.com>

	Whitespace cleanup.

2011-12-08  Thomi Richards  <thomir@gmail.com>

	Removed left-over autopilot src files.

2011-12-08  Thomi Richards  <thomir@gmail.com>

	Merged in trunk, cleaned up conflicts.

2011-11-08  Alex Launi  <alex.launi@canonical.com>

	more char* to std::string fixes

2011-11-08  Alex Launi  <alex.launi@canonical.com>

	Convert debugging code from gchar* to std::string

2011-11-08  Alex Launi  <alex.launi@canonical.com>

	Merged test-args-refactor into gchar-to-stdstring.

2011-11-08  Alex Launi  <alex.launi@canonical.com>

	Merged clean-header into test-args-refactor.

2011-11-08  Alex Launi  <alex.launi@canonical.com>

	merge

2011-11-08  Alex Launi  <alex.launi@canonical.com>

	Merged no-downcast into namespace-dbusdebugging.

2011-11-08  Alex Launi  <alex.launi@canonical.com>

	Merged trunk into no-downcast.

2011-11-08  Alex Launi  <alex.launi@canonical.com>

	Fix up the TestArgs handling to be sane

2011-11-07  Alex Launi  <alex.launi@canonical.com>

	update DashSearchBar to std::string

2011-11-07  Alex Launi  <alex.launi@canonical.com>

	update DashController to std::string

2011-11-07  Alex Launi  <alex.launi@canonical.com>

	Change gchar* to std::string in the debugging classes

2011-11-07  Alex Launi  <alex.launi@canonical.com>

	Remove unneeded #includes from DebugDBusInterface.h

2011-11-07  Alex Launi  <alex.launi@canonical.com>

	Move constant strings into DebugDBusInterface class declaration

2011-11-04  Alex Launi  <alex.launi@canonical.com>

	move DebugDBusInterface into the unity namespace

2011-12-13  Michal Hruby  <michal.mhr@gmail.com>

	Integration with libunity-5.0. Note that this branch breaks UnityCore API (which was therefore bumped to unity-core-5.0).. Fixes: . Appoved by Gord Allott.

2011-12-09  Michal Hruby  <michal.mhr@gmail.com>

	Use view_type instead of active property

2011-12-09  Michal Hruby  <michal.mhr@gmail.com>

	Merged trunk

2011-12-08  Michal Hruby  <michal.mhr@gmail.com>

	Add a comment about searches in the lens

2011-12-06  Michal Hruby  <michal.mhr@gmail.com>

	Merge trunk

2011-12-06  Michal Hruby  <michal.mhr@gmail.com>

	Revert the disabling of tests

2011-12-06  Michal Hruby  <michal.mhr@gmail.com>

	Fix tests

2011-12-06  Michal Hruby  <michal.mhr@gmail.com>

	Adapt to new libunity DBus API

2011-12-13  Andrea Azzarone  <azzaronea@gmail.com>

	Uses a two state item (Lock to launcher/Unlock from launcher) instead of the current checkbox option.. Fixes: https://bugs.launchpad.net/bugs/874380. Appoved by Mirco Müller, Marco Trevisan (Treviño).

2011-12-13  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2011-12-13  Andrea Azzarone  <azzaronea@gmail.com>

	Fix.

2011-11-27  Andrea Azzarone  <azzaronea@gmail.com>

	Changes "Keep in launcher" checkbox item to "Lock to launcher"/"Unlock from launcher".

2011-12-12  Mirco Müller  <mirco.mueller@ubuntu.com>

	This fixes the alignment of the baseline of both text-labels (both on the same baseline now), uses updated/correct artwork-assets for the expander-arrows and corrects the spacing between icon, name, expander-label and expander-arrows.
	
	There is no test other than the before/after screenshots I provide here...
	
	http://people.canonical.com/~mmueller/748101-before.png
	http://people.canonical.com/~mmueller/748101-after.png. Fixes: https://bugs.launchpad.net/bugs/748101. Appoved by Sam Spilsbury.

2011-12-12  Mirco Müller  <mirco.mueller@ubuntu.com>

	Removed the left-over debug-functions and some tweaks from another branch, which should not have been in here

2011-12-08  Mirco Müller  <mirco.mueller@ubuntu.com>

	yet more tweaks

2011-12-08  Mirco Müller  <mirco.mueller@ubuntu.com>

	new/updated artwork-asset added, more postition-tweaks

2011-12-07  Mirco Müller  <mirco.mueller@ubuntu.com>

	Screw the wrong icon-size for the expander... grrrr

2011-12-07  Mirco Müller  <mirco.mueller@ubuntu.com>

	Trying to figure out why layouts don't work as they should

2011-12-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem code cleanup and support for markup text and bold application titles.. Fixes: https://bugs.launchpad.net/bugs/899677, https://bugs.launchpad.net/bugs/900400. Appoved by Mirco Müller, Tim Penhey.

2011-12-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream.

2011-12-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: Let's move string printf to C++! :)

2011-12-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BFBLauncherIcon: don't use markup escape anymore.

2011-12-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	TestQuicklistMenuitems: added tests for the markup support.

2011-12-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem: Add Initialize function to avoid code duplication.

2011-12-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem: Ref/unref the dbus menuitem.

2011-12-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem: Use the dbus-menuitem property to set the markup usage

2011-12-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem*: removed some code duplication and better text initialization

2011-12-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon s/false/FALSE/

2011-12-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: don't allow clients to use markup on quicklists.

2011-12-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon and LauncherIcon: support markup when requested.
	
	If a dbusmenuitem has the "unity-use-markup" property set to enabled
	then we need to enable the markup support on the quicklist.
	
	This fixes bug #899677

2011-12-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	QuicklistMenuItem: factorize some initialization code and support text markup
	
	Now a quicklist item can use pango markup, based on the value defined via the
	EnableLabelMarkup function. Pango Markup support is disabled by default for
	all the menu items.

2011-12-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: Making the application title on the quicklist bold
	
	This fixes bug #900400

2011-12-08  Daniel van Vugt  <vanvugt@gmail.com>

	Fix SIGSEGV after SwitcherController desctruction (LP: #887465). Fixes: https://bugs.launchpad.net/bugs/887465. Appoved by Marco Trevisan (Treviño).

2011-12-08  Daniel van Vugt  <vanvugt@gmail.com>

	Safer destruction order...

2011-12-08  Daniel van Vugt  <vanvugt@gmail.com>

	Fix SIGSEGV after SwitcherController desctruction (LP: #887465)

2011-12-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Fixing bug #888650 and bug #890970 which caused the global menubar to not correctly react to mouse events when an indicator menu is open.
	
	Since compiz can't get the mouse position when the unity-panel-service grabs the mouse, we need to manually update the mouse position and send it to the menubar to make it correctly draw also when the Nux events aren't emitted.
	
	Tests for this code will come as soon as possible (i.e when the autopilot will be completed).. Fixes: https://bugs.launchpad.net/bugs/888650, https://bugs.launchpad.net/bugs/890970. Appoved by Tim Penhey.

2011-12-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Manual Tests: added manual test for testing the PanelMenuView on mouse grabbed by indicators

2011-12-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream.

2011-11-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView and PanelIndicatorsView: Using C++11 nullptr instead of NULL

2011-11-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: add SetMousePosition function to set mouse position when grabbed
	
	Now when the mouse is grabbed by panel-service's menu we update it's position
	in the PanelMenuView, to check how it should be drawn.
	
	This allows to draw menus entries and window buttons when the mouse is over
	the PanelMenuView and an indicator's menu is currently open.
	
	Fixes bug #888650 and bug #890970

2011-11-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorsView: changed interface to activate entries.
	
	Renamed OnPointerMoved to ActivateEntryAt and make it and
	ActivateEntry to return the activated view.

2011-12-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	As requested on bug #807891 I've added an option to toggle the panel opacity if a window is currently maximized (and visible) in the current workspace.
	
	Test is missing, it will be added once the autopilot will be available.. Fixes: https://bugs.launchpad.net/bugs/807891. Appoved by Tim Penhey.

2011-12-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Manual Tests: added manual test for Panel Opacity Toggle.

2011-12-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream

2011-11-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: get maximized window just once.

2011-11-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream.

2011-09-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: avoid to connect to unneeded WindowManager signals
	
	Connect to the needed window manager signals only if the panel maximized
	opacity toggle option has been enabled.

2011-09-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: add maximized opacity toggle option
	
	This fixes bug #807891 allowing to enable an option that will cause
	unity to always draw an opaque panel when a maximized window is currently
	visible.

2011-12-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Doing work to fix bug #791810 properly.
	
	When a quicklist is opened when the expo is currently running, we just wait it to be closed, before showing the quicklist itself.. Fixes: https://bugs.launchpad.net/bugs/791810. Appoved by Tim Penhey.

2011-12-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: don't use auto operator when the type is not explicit

2011-12-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	manual-tests: Added manual test for quicklists when on Expo.

2011-12-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: If expo is active, wait it to be terminated before showing a quicklist
	
	Opening a quicklist when the expo is active, cause the quicklist to freeze,
	so if we're opening one when expo is runing, we need to wait it to be
	terminated before showing up the quicklist.
	
	This fixes bug #791810

2011-12-07  Jason Smith  <jason.smith@canonical.com>

	. Fixes: . Appoved by Neil J. Patel.

2011-12-06  Jason Smith  <jason.smith@canonical.com>

	get rid of spare tuples

2011-12-06  Jason Smith  <jason.smith@canonical.com>

	Make sure we add children using the builder as a stack allocated var

2011-12-06  Jason Smith  <jason.smith@canonical.com>

	initial perf improvement

2011-12-07  Gord Allott  <gord.allott@canonical.com>

	replaces some compiz code that looped over a directory with manual add_subdirectory calls
	
	this gets unitys build system working in kdevelop, which is a plus. Fixes: . Appoved by Sam Spilsbury.

2011-12-06  Gord Allott  <gord.allott@canonical.com>

	fixes the build system so it works in kdevelop

2011-12-06  Thomi Richards  <thomir@gmail.com>

	This branch adds the Dash controller, Dash View, and search bar to the tree of objects that can be examined via the debug DBus interface.. Fixes: . Appoved by .

2011-12-06  Thomi Richards  <thomir@gmail.com>

	Dash controller, dash view, and dash search bar are now all in the introspectable state tree.

2011-12-06  Jason Smith  <jason.smith@canonical.com>

	Adds introspection for the switcher and makes the introspection class clean up after itself. Fixes: . Appoved by Alex Launi.

2011-12-06  Jason Smith  <jason.smith@canonical.com>

	merge in trunk

2011-12-02  Jason Smith  <jason.smith@canonical.com>

	remove spare comment

2011-12-02  Jason Smith  <jason.smith@canonical.com>

	make parent tracking internal to introspection

2011-12-02  Jason Smith  <jason.smith@canonical.com>

	make switcher model export children as property

2011-12-01  Jason Smith  <jason.smith@canonical.com>

	Add switcher introspection in detail

2011-12-06  Andrea Azzarone  <azzaronea@gmail.com>

	Display a list of the lenses in the bfb quicklist. It tries to fix bug #825037 too.. Fixes: https://bugs.launchpad.net/bugs/825037, https://bugs.launchpad.net/bugs/868452. Appoved by Mirco Müller, Marco Trevisan (Treviño).

2011-12-06  Andrea Azzarone  <azzaronea@gmail.com>

	Ops :/

2011-12-06  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk and resolve conflicts.

2011-12-05  Andrea Azzarone  <azzaronea@gmail.com>

	Remove un-needed boost #include.

2011-12-05  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes: «Plus, if you open the dash, and you right-click on the BFB, all the quicklist items works, except the "Dash Home" item.»

2011-12-05  Andrea Azzarone  <azzaronea@gmail.com>

	Ops...

2011-12-05  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk. Use g_markup_escape_text.

2011-11-26  Andrea Azzarone  <azzaronea@gmail.com>

	Activate the dash during alt+f1.

2011-11-26  Andrea Azzarone  <azzaronea@gmail.com>

	Creates a bfb quicklist.

2011-12-06  Gord Allott  <gord.allott@canonical.com>

	Updates the hacking file to reflect the current build system in unity. Fixes: . Appoved by Mikkel Kamstrup Erlandsen.

2011-12-06  Gord Allott  <gord.allott@canonical.com>

	Updated HACKING file

2011-12-06  Gord Allott  <gord.allott@canonical.com>

	Bumps up the unity version to 5.0 and nux dep to 2.0
	
	also ignores a file in POTFILES and adds unity-core-5 dependecy checking to tests that were missing it as all this was required to get a clean build of 5.0. Fixes: . Appoved by Didier Roche, Marco Trevisan (Treviño), Jay Taoko, Tim Penhey.

2011-12-06  Gord Allott  <gord.allott@canonical.com>

	revert out po file changes

2011-10-26  Gord Allott  <gord.allott@canonical.com>

	reverted the po changes because they were insane

2011-10-26  Gord Allott  <gord.allott@canonical.com>

	Bumps the unity API verison to 5.0 on both unity and UnityCore, also bumps the nux dependency up to 2.9

2011-12-05  Andrea Azzarone  <azzaronea@gmail.com>

	Highlights bfb launcher icon during key navigation.
	
	To test:
	* press ALT+F1
	* the launcher icon should be like this (https://bugs.launchpad.net/unity/+bug/849561/+attachment/2605217/+files/bfb85.png)
	. Fixes: https://bugs.launchpad.net/bugs/849561. Reviewed by Tim Penhey.

2011-11-30  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk. Add a manual test.

2011-11-22  Andrea Azzarone  <azzaronea@gmail.com>

	Highlights bfb icon during key nav.

2011-12-05  Tim Penhey  <tim.penhey@canonical.com>

	Don't try to create a std::string with a null pointer.. Fixes: https://bugs.launchpad.net/bugs/881106. Reviewed by Tim Penhey.

2011-11-28  Tim Penhey  <tim.penhey@canonical.com>

	gmock.h brings in gtest.h

2011-11-28  Tim Penhey  <tim.penhey@canonical.com>

	Add an exhaustive test for the method.

2011-11-25  Tim Penhey  <tim.penhey@canonical.com>

	Add a test or three.

2011-11-24  Tim Penhey  <tim.penhey@canonical.com>

	Check for null values from dee.

2011-12-05  Brandon Schaefer  <brandontschaefer@gmail.com>

	Fix the dash so it gets keyboard focus the first time.. Fixes: https://bugs.launchpad.net/bugs/860805. Reviewed by Tim Penhey.

2011-11-28  Brandon Schaefer  <brandontschaefer@gmail.com>

	Added manual test

2011-11-23  Brandon Schaefer  <brandontschaefer@gmail.com>

	merged

2011-11-23  Brandon Schaefer  <brandontschaefer@gmail.com>

	This is a better fix, now SetKeyFocusArea works in ShowDash. Instead of it just retruning.

2011-11-21  Brandon Schaefer  <brandontschaefer@gmail.com>

	Fixes the problem with the Dash not getting focus when using the super key on startup

2011-12-05  Alex Launi  <alex.launi@canonical.com>

	Revert the introspection interface name back to its original, and correct value.. Fixes: . Reviewed by Alex Launi.

2011-12-05  Alex Launi  <alex.launi@canonical.com>

	Fix introspection dbus interface name

2011-12-05  Thomi Richards  <thomir@gmail.com>

	DBus object path static string is now initialised correctly.. Fixes: . Reviewed by Alex Launi.

2011-12-06  Thomi Richards  <thomir@gmail.com>

	DBus object path now correctly initialised.

2011-12-05  Alex Launi  <alex.launi@canonical.com>

	Removes the #defined'd strings from DebugDBusInterface and changes them to constant strings.. Fixes: . Reviewed by Didier Roche.

2011-12-02  Alex Launi  <alex.launi@canonical.com>

	clean up #define'd strings

2011-12-05  Alex Launi  <alex.launi@canonical.com>

	Switches from the very long method of defining GDBus structs, to writing a nice clean xml description of the interface.. Fixes: . Reviewed by Didier Roche.

2011-12-01  Alex Launi  <alex.launi@canonical.com>

	Switch from GDBus structs to a nice clean xml description

2011-12-05  Alex Launi  <alex.launi@canonical.com>

	Move DebugDBusInterface and Introspectable into debug namespace.
	Also moves this into a separate .Debug bus for abstraction and consistency.. Fixes: . Reviewed by Alex Launi.

2011-11-28  Alex Launi  <alex.launi@canonical.com>

	Move Introspectable and DebugDBusInterface into debug namespace

2011-12-05  Zaid Yeganeh  <zaid.yeganeh@gmail.com>

	. Fixes: https://bugs.launchpad.net/bugs/869873. Reviewed by Neil J. Patel.

2011-10-10  Zaid Yeganeh  <zaid.yeganeh@gmail.com>

	Added to POTFILES.in so "Ubuntu Desktop" can be translated

2011-10-10  Zaid Yeganeh  <zaid.yeganeh@gmail.com>

	Updated string to it can be translated properly

2011-10-08  Zaid Yeganeh  <zaid.yeganeh@gmail.com>

	[unityshell] Renamed default topbar from 'Desktop' to 'Ubuntu Desktop'
	
	modified:
	plugins/unityshell/src/PanelMenuView.cpp

2011-12-05  Ricardo Mendoza  <ricardo.mendoza@canonical.com>

	Work for bug #863240. Fixes: https://bugs.launchpad.net/bugs/863240. Reviewed by Didier Roche.

2011-10-11  Ricardo Mendoza  <ricardo.mendoza@canonical.com>

	Bug #863246: Fix filter results label alignment and margins

2011-12-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	This is needed after the merge of lp:~ismise/unity/fix-864708 due that caused a bug similar to the bug #870844 that I previously fixed (before the merging of the previously mentioned branch) with the lp:~3v1n0/unity/fix-panel-dash-interactions branch.
	
	I'm proposing the fix against lp:unity, however maybe for consistency it should be backported to lp:unity/4.0 too.. Fixes: https://bugs.launchpad.net/bugs/873100. Reviewed by Tim Penhey.

2011-10-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Don't raise the maximized window on panel click when the dash is open
	
	The panel shouldn't react either to clicks when the dash is open.

2011-12-05  Thomas Voß  <thomas.voss@rub.de>

	Added an Eclipse CDT style setup to the tools-folder. Eases formatting code according to coding convention.. Fixes: . Reviewed by Marco Trevisan (Treviño).

2011-11-08  Thomas Voß  <thomas.voss@rub.de>

	ADDED: Eclipse style setup to support default C++ style guidelines.

2011-12-05  Michael Terry  <michael.terry@canonical.com>

	In https://code.launchpad.net/~mterry/unity/never-stop-oh-never-stop-the-scrubbing/+merge/47581 I added this line:
	g_signal_connect (priv->last_menu, "deactivate", G_CALLBACK (gtk_widget_destroy), NULL);
	
	But destroying the widget causes dispose to be run, and GtkMenuShell's dispose causes "deactivate" to run.
	
	I'm pretty sure I tested this code and didn't get this behavior. So either this sequence changed or I'm misremembering. Regardless, it's like that now.
	
	One fix is simply to disconnect the signal handler when we get that signal, done in this branch.
	
	I'm not sure how to reproduce though.  The related bug does not give useful information to get to this state.  And the steps from my original merge don't work anymore, since indicator-appmenu is better these days.  :-/
	
	But the branch seems obviously correct to me.. Fixes: https://bugs.launchpad.net/bugs/851954. Reviewed by Michal Hruby.

2011-11-10  Michael Terry  <michael.terry@canonical.com>

	panel-service: don't enter endless deactiate->destroy loop with our stub menuitem

2011-12-05  Michal Hruby  <michal.mhr@gmail.com>

	The changes in this branch try to make the panel-service more crash-proof by disallowing casts of random pointers to IndicatorObjectEntry instances, as well as installing a weak notifier on the Indicators (in case they are unreferenced after instantiation).
	
	Please note that this should go also into unity/4.0 branch.. Fixes: https://bugs.launchpad.net/bugs/861144, https://bugs.launchpad.net/bugs/869816. Reviewed by Tim Penhey.

2011-11-17  Michal Hruby  <michal.mhr@gmail.com>

	Let's not waste precious CPU cycles

2011-11-11  Michal Hruby  <michal.mhr@gmail.com>

	Try to prevent some crashers

2011-12-05  Andrea Azzarone  <azzaronea@gmail.com>

	Don't update dash blur if the damage event is caused by a drag and drop source window.
	
	This is a partially fix to bug #851172: logically dash blur updating is not disabled if the damage event is caused by another window and in the same time you're dragging a dash icon. I think that we should improve blur performance or something like that.. Fixes: https://bugs.launchpad.net/bugs/851172. Reviewed by Tim Penhey.

2011-11-23  Andrea Azzarone  <azzaronea@gmail.com>

	Removes unneeded space.

2011-11-21  Andrea Azzarone  <azzaronea@gmail.com>

	Don't update dash blur during dash dnd.

2011-12-05  Michal Hruby  <michal.mhr@gmail.com>

	Fixes bug #856205 by delaying activation of the first item in the model. Note that this requires also change to lenses (because currently they emit the SearchFinished signal before updating the model).
	
	As didrocks informed me, this can't just go to stable branch without going to trunk, although I have much nicer fix in mind once we change some libunity internals.. Fixes: https://bugs.launchpad.net/bugs/856205. Reviewed by Tim Penhey.

2011-11-28  Michal Hruby  <michal.mhr@gmail.com>

	Add manual test

2011-11-28  Michal Hruby  <michal.mhr@gmail.com>

	Merge trunk

2011-11-24  Michal Hruby  <michal.mhr@gmail.com>

	Delay activation of result if search is still in progress

2011-12-05  Jason Conti  <jason.conti@gmail.com>

	The array indicator_order in services/panel-service.c has 2 columns but specifies 13 columns. It does have 13 rows though, which is probably where the current value originated.. Fixes: . Reviewed by Marco Trevisan (Treviño).

2011-11-25  Jason Conti  <jason.conti@gmail.com>

	indicator_order has 2 columns not 13

2011-12-05  Alex Launi  <alex.launi@canonical.com>

	Removes the autopilot specific code.. Fixes: . Reviewed by Jason Smith.

2011-11-28  Alex Launi  <alex.launi@canonical.com>

	Remove the autopilot test code

2011-12-05  Andrea Azzarone  <azzaronea@gmail.com>

	Add a ccsm option to display a "Show Desktop" icon in the launcher. . Fixes: https://bugs.launchpad.net/bugs/681348. Reviewed by Mirco Müller.

2011-11-30  Andrea Azzarone  <azzaronea@gmail.com>

	Add a ccsm option to display a "Show Desktop" icon in the launcher.

2011-12-05  Unity Merger  <unity.merger@gmail.com>

	changes our build system so we provide two targets for tests
	make check runs all our tests
	make check-headless runs only the tests that work under a headless environment (xvfb does not work for our needs)
	
	what is expected is that on headless machines we can run make check-headless || make check; so that we get as many tests as possible, but most dev's need only run make check
	
	also included is fixes to the gsettings favorite backend test so that we run with local desktop files only and run local gsettings schemas
	
	By gord, the lord

2011-12-05  Gord Allott  <gord.allott@canonical.com>

	removed all the dbus tests because libunity changed

2011-12-05  Gord Allott  <gord.allott@canonical.com>

	sorry, missing file.. monday morning

2011-12-05  Gord Allott  <gord.allott@canonical.com>

	fix build error

2011-12-05  Gord Allott  <gord.allott@canonical.com>

	merged with trunk

2011-12-05  Gord Allott  <gord.allott@canonical.com>

	removed more potfile nonsense

2011-12-05  Gord Allott  <gord.allott@canonical.com>

	reverted out silly po/pot changes

2011-12-02  Gord Allott  <gord.allott@canonical.com>

	disable dbus tests in check-headless

2011-12-02  Gord Allott  <gord.allott@canonical.com>

	split tests up into three targets, tests that require x, tests that require dbus and tests that run without x

2011-12-02  Gord Allott  <gord.allott@canonical.com>

	changed our make targets so that our standalone applications only build with the standalone-clients make target

2011-11-29  Gord Allott  <gord.allott@canonical.com>

	disabled glib signals as it was causing problems

2011-11-28  Gord Allott  <gord.allott@canonical.com>

	made the AddFavourite test local

2011-11-28  Gord Allott  <gord.allott@canonical.com>

	made local desktop file tests only for gsettings

2011-11-28  Gord Allott  <gord.allott@canonical.com>

	ensure the schema setting directory

2011-11-28  Gord Allott  <gord.allott@canonical.com>

	remove std

2011-11-28  Gord Allott  <gord.allott@canonical.com>

	added error for null returned from gsettings

2011-11-23  Gord Allott  <gord.allott@canonical.com>

	add a headless test target

2011-11-28  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Fix substring search in DashView::AnalyseLensURI

2011-11-15  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Merge Tim Penhey's branch that fixes some problems with tests

2011-11-14  Tim Penhey  <tim.penhey@canonical.com>

	Move the method implementation to a private file, and add a few more tests.

2011-11-15  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Merge with trunk

2011-11-11  Marco Biscaro  <marcobiscaro2112@gmail.com>

	New test (broken at moment): tests/test_dashview_impl.cpp

2011-11-11  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Created DashViewPrivate.h and moved the parse_lens_uri to it.

2011-11-09  Marco Biscaro  <marcobiscaro2112@gmail.com>

	New method to parse the lens URI and create a filter.

2011-11-09  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Changed BOOST_FOREACH to for. Now the braces are in a new line.

2011-11-09  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Merge with trunk

2011-11-04  Marco Biscaro  <marcobiscaro2112@gmail.com>

	AnalyseLensURI refactored.

2011-11-28  Tim Penhey  <tim.penhey@canonical.com>

	Add a directory for manual test documentation.

2011-11-10  Tim Penhey  <tim.penhey@canonical.com>

	Add the manual-test directory, and a readme file.

2011-11-22  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:~mhr3/unity/no-zero-timeouts

2011-11-14  Michal Hruby  <michal.mhr@gmail.com>

	Don't use g_timeout_add with 0 interval

2011-11-15  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merged lp:lp:~kamstrup/unity/remove-apps-lens-schemas

2011-11-15  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Remove the com.canonical.Unity.Runner schema. It's not hosted in lp:unity-lens-applications

2011-11-14  Alex Launi  <alex.launi@canonical.com>

	merge a11y quicklis branch

2011-11-07  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: implemented a11y support for quicklists

2011-09-27  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: implemented a11y support for quicklists

2011-09-15  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: implemented a11y support for quicklists

2011-09-15  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: I forgot some commits

2011-09-15  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: implemented a11y support for quicklists

2011-11-14  Alex Launi  <alex.launi@canonical.com>

	merge internal dash a11y branch

2011-11-07  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: Implement a11y support for Dash internals
	
	It includes:
	* a11y objects for most parts of the Dash.
	* BaseWindow are added to the root window-list by the a11y code

2011-09-27  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: Implement a11y support for Dash internals
	
	It includes:
	* a11y objects for most parts of the Dash.
	* BaseWindow are added to the root window-list by the a11y code

2011-09-15  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: Implement a11y support for Dash internals
	
	It includes:
	* a11y objects for most parts of the Dash.
	* BaseWindow are added to the root window-list by the a11y code

2011-09-15  Alejandro Piñeiro  <apinheiro@igalia.com>

	Code style review

2011-09-15  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: Implement a11y support for Dash internals
	
	It includes:
	* a11y objects for most parts of the Dash.
	* BaseWindow are added to the root window-list by the a11y code

2011-09-13  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: BaseWindow are added to the root window-list by the a11y code
	
	They are not added manually from unity non-a11y code anymore. They
	use some WindowCompositor signals.
	
	This would make Quicklist implementation easier.
	
	This is also required after the change to make Dash creation under-demand

2011-09-12  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: BaseWindow are added to the root window-list by the a11y code
	
	They are not added manually from unity non-a11y code anymore. They
	use some WindowCompositor signals.
	
	This would make Quicklist implementation easier.
	
	This is also required after the change to make Dash creation under-demand

2011-09-12  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: Implementation of the a11y support for Dash internals

2011-09-06  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: Implementation of the a11y support for Dash internals

2011-08-30  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: Implementation of the a11y support for Dash internals

2011-08-30  Alejandro Piñeiro  <apinheiro@igalia.com>

	Polishing details

2011-08-30  Alejandro Piñeiro  <apinheiro@igalia.com>

	Added text entry

2011-08-30  Alejandro Piñeiro  <apinheiro@igalia.com>

	Setting the proper name and role on the search bar text entry

2011-08-29  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: Dash a11y support

2011-08-29  Alejandro Piñeiro  <apinheiro@igalia.com>

	Rvgrid manages the selection

2011-08-29  Alejandro Piñeiro  <apinheiro@igalia.com>

	Adding UnityResultAccessible

2011-08-26  Alejandro Piñeiro  <apinheiro@igalia.com>

	Starting selection stuff

2011-08-26  Alejandro Piñeiro  <apinheiro@igalia.com>

	Using UBusManager to check some window activate/deactivate changes

2011-08-25  Alejandro Piñeiro  <apinheiro@igalia.com>

	Added SimpleTile and PlacesGroup

2011-08-25  Alejandro Piñeiro  <apinheiro@igalia.com>

	Merging

2011-08-25  Alejandro Piñeiro  <apinheiro@igalia.com>

	ResultViewGrid skeleton

2011-08-25  Alejandro Piñeiro  <apinheiro@igalia.com>

	Search bar back on the accessible factory

2011-08-25  Alejandro Piñeiro  <apinheiro@igalia.com>

	Getting UnitySearchBarAccessible back

2011-08-25  Alejandro Piñeiro  <apinheiro@igalia.com>

	Adding some debug messages, StaticCairoText and enabled Dash

2011-11-08  Jay Taoko  <jay.taoko@canonical.com>

	* Removed custom nux type such as t_u32 and replaced with unsigned int. Custom type definitions have be removed from Nux trunk.

2011-10-21  Jay Taoko  <jay.taoko@canonical.com>

	* Removed custom nux type: t_u32

2011-11-07  Alex Launi  <alex.launi@canonical.com>

	Merge branch removing UnityScreen to Introspectable downcast

2011-11-07  Alex Launi  <alex.launi@canonical.com>

	Remove #includes from DebugDBusInterface.h

2011-11-04  Alex Launi  <alex.launi@canonical.com>

	Update code from Tim's review

2011-11-02  Alex Launi  <alex.launi@canonical.com>

	Refactor DebugDBusInterface to remove dynamic cast.

2011-10-28  Alex Launi  <alex.launi@canonical.com>

	Merge selective introspection branch

2011-10-28  Alex Launi  <alex.launi@canonical.com>

	remove debugging

2011-10-27  Alex Launi  <alex.launi@canonical.com>

	Enable only introspecting a named piece and its children down the tree

2011-10-28  Jason Smith  <jason.smith@canonical.com>

	Merge stacking branch from 4.0 branch (manual merge)

2011-10-26  Mirco Müller  <mirco.mueller@canonical.com>

	Add an out-of-bounds check to the DetailXids vector.

2011-10-26  Mirco Müller  <mirco.mueller@canonical.com>

	Add an out-of-bounds check to the DetailXids vector. Fixes LP: #834630

2011-10-26  Victor Eduardo  <victormartinez79@gmail.com>

	Fix the alignment of the tooltips in relation to the launcher-icons.

2011-09-09  Victor Eduardo  <victormartinez79@gmail.com>

	Fix for lp:702989

2011-10-26  Mirco Müller  <mirco.mueller@canonical.com>

	Be properly unref'ing _tray the FilterTrayCallback should be correctly unregistered and not called again.

2011-10-26  Mirco Müller  <mirco.mueller@canonical.com>

	Be properly unref'ing _tray the FilterTrayCallback should be correctly unregistered and not called again. Fixes LP: 832151

2011-10-26  Mirco Müller  <mirco.mueller@canonical.com>

	_root_instance was never checked for NULL... not in unity and not in geis. Now it's at least checked in unity.

2011-10-25  Mirco Müller  <mirco.mueller@canonical.com>

	_root_instance was never checked for NULL... not in unity and not in geis. Now it's at least checked in unity... should fix LP: #850623

2011-10-26  Jason Smith  <jason.smith@canonical.com>

	merge branch to fix switcher model xids

2011-10-26  Jason Smith  <jason.smith@canonical.com>

	make sure we use our modified xid results in switcher model

2011-10-26  Jason Smith  <jason.smith@canonical.com>

	merge branch to make alt-tab workspace aware

2011-10-26  Jason Smith  <jason.smith@canonical.com>

	fix review issues

2011-10-26  Jason Smith  <jason.smith@canonical.com>

	fix alt-tab to work workspace specific optionally

2011-10-25  Tim Penhey  <tim.penhey@canonical.com>

	Land the large refactoring of the styles and added namespaces.

2011-10-25  Tim Penhey  <tim.penhey@canonical.com>

	Tweaks from trunk found during compile.

2011-10-25  Tim Penhey  <tim.penhey@canonical.com>

	Merge prev.

2011-10-25  Tim Penhey  <tim.penhey@canonical.com>

	Remove comment.

2011-10-25  Tim Penhey  <tim.penhey@canonical.com>

	Merge prev.

2011-10-25  Tim Penhey  <tim.penhey@canonical.com>

	Merge prev.

2011-10-25  Tim Penhey  <tim.penhey@canonical.com>

	Merge prev.

2011-10-25  Tim Penhey  <tim.penhey@canonical.com>

	Merge prev.

2011-10-25  Tim Penhey  <tim.penhey@canonical.com>

	Merge prev and resolve conflicts.

2011-10-25  Tim Penhey  <tim.penhey@canonical.com>

	Merge prev pipe.

2011-10-25  Tim Penhey  <tim.penhey@canonical.com>

	Merge prev pipe and resolve conflicts.

2011-10-25  Tim Penhey  <tim.penhey@canonical.com>

	Merge prev pipe.

2011-10-25  Tim Penhey  <tim.penhey@canonical.com>

	Merge prev pipe and resolve conflicts.

2011-10-25  Tim Penhey  <tim.penhey@canonical.com>

	Merge prev pipe.

2011-10-25  Tim Penhey  <tim.penhey@canonical.com>

	Updated name as per review comments.

2011-10-25  Tim Penhey  <tim.penhey@canonical.com>

	Merge prev pipe.

2011-10-25  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk and resolve conflicts.

2011-10-25  Tim Penhey  <tim.penhey@canonical.com>

	Remove unneeded headers and commented out code.

2011-10-06  Tim Penhey  <tim.penhey@canonical.com>

	A few tweaks to get it to compile.

2011-10-06  Tim Penhey  <tim.penhey@canonical.com>

	Use the launcher from the controller.

2011-10-06  Tim Penhey  <tim.penhey@canonical.com>

	Move the configuration logic of the launcher into the launcher controller.

2011-10-06  Tim Penhey  <tim.penhey@canonical.com>

	Put the launcher and launcher model into the unity::launcher namespace.

2011-10-06  Tim Penhey  <tim.penhey@canonical.com>

	Move the launcher and launcher_window from unity screen into the launcher controller.

2011-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Member renames.

2011-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Cleanup the BamfTimerCallback.

2011-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Merged switcher-controller-rename into launcher-controller-more.

2011-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Merged dash-controller-rename into switcher-controller-rename.

2011-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Merged launcher-controller-refactor into dash-controller-rename.

2011-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Merged places-style-into-dash-style into launcher-controller-refactor.

2011-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Don't hold the filename as a const ref.

2011-10-05  Tim Penhey  <tim.penhey@canonical.com>

	User data needed on callback.

2011-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Try a lambda callback.

2011-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Add a pimpl to the launcher::Controller.

2011-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Update debugging.

2011-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Merged dash-controller-rename into switcher-controller-rename.

2011-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Merged launcher-controller-refactor into dash-controller-rename.

2011-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Merged places-style-into-dash-style into launcher-controller-refactor.

2011-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Merged panel-controller-members into places-style-into-dash-style.

2011-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Merged panel-controller-refactor into panel-controller-members.

2011-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Merged dash-settings-refactor into panel-controller-refactor.

2011-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Merged dash-style-namespace into dash-settings-refactor.

2011-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Merged unityshell-namespace into dash-style-namespace.

2011-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Merged panel-style-namespace into unityshell-namespace.

2011-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Merged panel-style-refactor into panel-style-namespace.

2011-10-05  Tim Penhey  <tim.penhey@canonical.com>

	Merged hacking into panel-style-refactor.

2011-10-04  Tim Penhey  <tim.penhey@canonical.com>

	renamed switcher::SwitcherController to switcher::Controller.

2011-10-04  Tim Penhey  <tim.penhey@canonical.com>

	Variable rename.

2011-10-04  Tim Penhey  <tim.penhey@canonical.com>

	Rename dash::DashController to dash::Controller.

2011-10-04  Tim Penhey  <tim.penhey@canonical.com>

	Add a namespace.

2011-10-04  Tim Penhey  <tim.penhey@canonical.com>

	Merged panel-controller-members into places-style-into-dash-style.

2011-10-04  Tim Penhey  <tim.penhey@canonical.com>

	Merged panel-controller-refactor into panel-controller-members.

2011-10-04  Tim Penhey  <tim.penhey@canonical.com>

	Merged dash-settings-refactor into panel-controller-refactor.

2011-10-04  Tim Penhey  <tim.penhey@canonical.com>

	Update the dash settings in the dash controller.

2011-10-04  Tim Penhey  <tim.penhey@canonical.com>

	Merge the PlacesStyle into dash::Style.

2011-10-03  Tim Penhey  <tim.penhey@canonical.com>

	Renaming for current coding standards.

2011-10-03  Tim Penhey  <tim.penhey@canonical.com>

	Merged dash-settings-refactor into panel-controller-refactor.

2011-10-03  Tim Penhey  <tim.penhey@canonical.com>

	Merged dash-style-namespace into dash-settings-refactor.

2011-10-03  Tim Penhey  <tim.penhey@canonical.com>

	Merge prev pipe.

2011-10-03  Tim Penhey  <tim.penhey@canonical.com>

	Merged panel-style-namespace into unityshell-namespace.

2011-10-03  Tim Penhey  <tim.penhey@canonical.com>

	Merge prev pipe.

2011-10-03  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2011-09-29  Tim Penhey  <tim.penhey@canonical.com>

	Change PanelController to unity::panel::Controller, give it a pimpl, and take nux::Object out of the inheritiance.

2011-09-29  Tim Penhey  <tim.penhey@canonical.com>

	Merged dash-style-namespace into dash-settings-refactor.

2011-09-29  Tim Penhey  <tim.penhey@canonical.com>

	Merged unityshell-namespace into dash-style-namespace.

2011-09-29  Tim Penhey  <tim.penhey@canonical.com>

	Merged panel-style-namespace into unityshell-namespace.

2011-09-29  Tim Penhey  <tim.penhey@canonical.com>

	Merged panel-style-refactor into panel-style-namespace.

2011-09-29  Tim Penhey  <tim.penhey@canonical.com>

	Merged launcher-clipping into panel-style-refactor.

2011-09-29  Tim Penhey  <tim.penhey@canonical.com>

	Merged dash-style-namespace into dash-settings-refactor.

2011-09-29  Tim Penhey  <tim.penhey@canonical.com>

	Merge prev pipe.

2011-09-29  Tim Penhey  <tim.penhey@canonical.com>

	Merged panel-style-namespace into unityshell-namespace.

2011-09-29  Tim Penhey  <tim.penhey@canonical.com>

	Merge prev pipe.

2011-09-29  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2011-09-29  Tim Penhey  <tim.penhey@canonical.com>

	Put DashSettings in a namespace, give it a pimpl, and refactor the form factor enum.

2011-09-29  Tim Penhey  <tim.penhey@canonical.com>

	Make unity::DashStyle change to unity::dash::Style.

2011-09-29  Tim Penhey  <tim.penhey@canonical.com>

	Don't need that namespace any more.

2011-09-29  Tim Penhey  <tim.penhey@canonical.com>

	Unity namespace for the plugin.

2011-09-29  Tim Penhey  <tim.penhey@canonical.com>

	Add a panel namespace, and make PanelStyle panel::Style.

2011-09-29  Tim Penhey  <tim.penhey@canonical.com>

	Pseudo-singleton panel style.

2011-09-28  Tim Penhey  <tim.penhey@canonical.com>

	Add unity namespace and change singleton type.

2011-10-24  Jason Smith  <jason.smith@canonical.com>

	fix hardcoded values

2011-10-21  Jason Smith  <jason.smith@canonical.com>

	make it possible to manually change the unity shading color for testing purposes

2011-10-20  Jay Taoko  <jay.taoko@canonical.com>

	Ported Unity to Nux 2.0
	
	- The Button class in Nux no longer has properties. Refer to Nux API for more details on the signals and functions of that class
	
	- ProcessEvent member functions have been removed (remnant of the former event architecture)
	
	- Removed former Focus API
	
	- ComputeLayout2 has been renamed ComputeContentSize

2011-10-19  Jay Taoko  <jay.taoko@canonical.com>

	* Removing deprecated file

2011-10-19  Jay Taoko  <jay.taoko@canonical.com>

	* Fixed window states.

2011-10-19  Jay Taoko  <jay.taoko@canonical.com>

	* Fixed text entry position in the dash

2011-10-19  Jay Taoko  <jay.taoko@canonical.com>

	* Merged with Unity trunk
	* Some fixes

2011-10-11  Jay Taoko  <jay.taoko@canonical.com>

	* Merge
	* Removing deprecated calls to ProcessEvent

2011-10-05  Jay Taoko  <jay.taoko@canonical.com>

	Porting to Nux 2.0

2011-10-03  Jay Taoko  <jay.taoko@canonical.com>

	Porting to Nux 2.0

2011-10-03  Jay Taoko  <jay.taoko@canonical.com>

	Porting to Nux 2.0

2011-10-03  Jay Taoko  <jay.taoko@canonical.com>

	Porting to Nux 2.0

2011-10-15  Andrea Azzarone  <aazarone@gmail.com>

	Merge lp:~andyrock/unity/fix-874410

2011-10-15  Andrea Azzarone  <azzaronea@gmail.com>

	Reduces Launcher icon de-coupling delay

2011-10-14  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Bug #863114: Cannot raise window from panel after minimize	High	Triaged
	Bug #865890: compiz crashed with SIGSEGV in nux::BaseWindow::GetInputWindowId() (when onboard is used)

2011-10-14  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove debug message and fix focusing across desktops

2011-10-14  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Ensure that windows which are forcibly unminimized receive the input focus

2011-10-14  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Always unminimize the windows on the current workspace if none of the windows
	of the activated launcher icon's application are visible on the current desktop
	when it is activated in the case that there are windows open on other
	desktops as well.
	
	Fixes LP#863114

2011-10-12  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Don't crash on startup when onboard is mapped
	
	Fixes LP#865890

2011-10-13  Gord Allott  <gord.allott@canonical.com>

	fixes an issue with the panel service segfaulting on window change

2011-10-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix tests for FilerMultirangeWidget

2011-10-12  Zaid Yeganeh  <zaid.yeganeh@gmail.com>

	Lens range widgets do not function correctly

2011-10-07  Zaid Yeganeh  <zaid.yeganeh@gmail.com>

	[UnityCore] Fixed the mouse interactions with the multi range filter
	
	modified:
	UnityCore/MultiRangeFilter.cpp

2011-10-12  Jay Ó Broin  <ismise@lavabit.com>

	Clicking blank space on top panel doesn't raise maximized window to front

2011-10-10  Jay Ó Broin  <ismise@lavabit.com>

	Add handler to raise maximized window on left-click on panel (LP: #864708)

2011-10-12  Brandon Schaefer  <schbra02@evergreen.edu>

	When the ibus was active and you pressed down it would move the focus to the result grid. Now when the ibus is active it keeps the focus when your press down/up

2011-10-11  Brandon Schaefer  <brandontschaefer@gmail.com>

	Now pressing the ddown key with ibus works

2011-10-12  Sam Spilsbury  <sam.spilsbury@canonical.com>

	lp:~smspillaz/unity/unity.fix_843958

2011-10-12  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Always focus the window when the titlebar is grabbed
	
	Fixes LP#843958

2011-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Bug #869196: unity panel menus don't stay open when clicked on second monitor with different geometry

2011-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: Code spacing fix

2011-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: entry2geometry_hash free the keys as well.

2011-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: reset the use_event variable on menu-hidden
	
	This fixes the bug which caused the menus to re-close when opening one
	after that the previous one has been closed using the "ESC" button.

2011-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: Sync geometries on panel window destruction
	
	This clears the indicators and menus entries geometries cached
	in unity panel service.

2011-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: always sync geometries for indicators.
	
	Don't sync menus only if they aren't available in the current panel window
	for the given monitor.

2011-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: When syncing geometries send a different panel name for each panel window
	
	Thanks to the new unity-panel-service code, this finally fixes bug #869196
	for unity.

2011-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: Order the entries geometry per-panel to fix multi-monitor issues
	
	The entries geometries now are related to their parent panel, so every panel window
	that is built now can define the geometries of his own entries.
	This allows to redefine the get_entry_at function to make the event_filter function
	to work correctly also when we're in a multi-screen environment not cause the indicator
	menus to close on non-primary monitors.
	
	This is the needed base to fix bug #869196

2011-10-10  Robert Carr  <racarr@canonical.com>

	Minimum height of multi range filter should be the same as for Genre buttons (32)

2011-10-10  Robert Carr  <racarr@canonical.com>

	Always check return value of XGetWindowProperty otherwise we sometimes free a random chunk of memory

2011-10-10  Robert Carr  <racarr@canonical.com>

	Merge lp:~robertcarr/unity/filtertweaks

2011-10-10  Mirco Müller  <mirco.mueller@ubuntu.com>

	Bug #841750: Dash - horizental divider line in between categories incorrectly drawn

2011-10-11  Robert Carr  <robert.carr@canonical.com>

	Always check return value of XGetWindowProperty otherwise we sometimes free a random chunk of memory

2011-10-11  Robert Carr  <robert.carr@canonical.com>

	Minimum height of multi range filter should be the same as for Genre buttons (32)

2011-10-11  Robert Carr  <robert.carr@canonical.com>

	Merge lp:~robertcarr/unity/filtertweaks

2011-10-10  Robert Carr  <racarr@canonical.com>

	Fix button opacity

2011-10-10  Robert Carr  <racarr@canonical.com>

	Fix all button positioning and right margin

2011-10-10  Robert Carr  <racarr@canonical.com>

	Fix all button shape

2011-10-10  Robert Carr  <racarr@canonical.com>

	Filter Genre widget buttons are too big, fix to match mockup

2011-10-10  Robert Carr  <racarr@canonical.com>

	Fix some spacing in filter bar. work against 863246

2011-10-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Bug #862849: F10 opens a random menu item when it should open the first one [regression]

2011-10-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Bug #839480: Dash - When the Dash is open and there is a maximised app in the background, the top bar background should not disappear

2011-10-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Bug #869109: compiz crashed with SIGSEGV in nux::ROProperty<std::string>::operator std::string()

2011-10-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-10-05  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:~mhr3/unity/bug-865482

2011-10-11  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.fix_870430

2011-10-11  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Use correct memory management and temporarily disable focus handlers when passing
	the showdesktop wrap chain to core.
	
	Core checks for whether or not the window is allowed focus, for minimized windows
	we set this to true because plugins such as scale need to check this value
	to determine if a window should be added to their display lists. However, core
	will set the "in showdesktop mode" value to true if the window is allowed to have
	focus and wasn't already in showdesktop mode by the time the wrap chain is passed,
	but the window is already hidden, so it shouldn't be allowed to be included in the
	showdesktop list, so disable focus handlers such that CompWindow::focus will
	return false

2011-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Bug #870844: Double-click on the dash top panel is taken effect on the window underneith

2011-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: don't react to middle-click when the dash is opened.

2011-10-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: don't react to double-click when the dash is opened.
	
	Fixes bug #870844

2011-10-10  Mirco Müller  <mirco.mueller@ubuntu.com>

	Bug #841750: Dash - horizental divider line in between categories incorrectly drawn

2011-10-10  Mirco Müller  <mirco.mueller@ubuntu.com>

	Fixed additional issues (opacity, margin) added to LP: #841750

2011-10-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Bug #814610: FFe: Since showing devices in Nautilus is removed, there is no way to format an usb stick

2011-09-24  Andrea Azzarone  <azzaronea@gmail.com>

	Add a "Format..." quicklist item to device icons (LP bug# 814610).

2011-10-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Bug #862849: F10 opens a random menu item when it should open the first one [regression]

2011-10-07  Andrea Azzarone  <azzaronea@gmail.com>

	F10 should open the first menu.

2011-10-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Bug #839480: Dash - When the Dash is open and there is a maximised app in the background, the top bar background should not disappear

2011-10-07  Mirco Müller  <mirco.mueller@ubuntu.com>

	Don't replace top-bar when dash is opened and there's a maximized window. Fix LP: #839480

2011-10-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Bug #869109: compiz crashed with SIGSEGV in nux::ROProperty<std::string>::operator std::string()

2011-10-07  Gord Allott  <gord.allott@canonical.com>

	fixes issues with clicking when you don't actually move the mouse, but the UI moves underneith it

2011-10-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	ibus character selection window not drawn

2011-10-09  Brandon Schaefer  <brandontschaefer@gmail.com>

	Fixed the preedit_cursor_

2011-10-07  Brandon Schaefer  <brandontschaefer@gmail.com>

	Fixed ibus window and text disappearing. Also the preedit text is now highlighted, like it usually is else where

2011-10-10  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.fix_864758

2011-10-05  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove old minimized window handlers from the handler list and null check
	the transient for windows that we read, since compiz may have already removed
	them.
	
	Fixes LP #864758

2011-10-07  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.fix_868930

2011-10-07  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Use a temporary

2011-10-06  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Do automaximization on placement which only happens once when the window
	is mapped after it is created, rather than on reparenting which may happen
	if the window is withdrawn.
	
	Fixes LP #868930

2011-10-07  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.fix_867959

2011-10-07  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix space

2011-10-06  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Check for hidden windows rather than minimized ones to cover the
	show-desktop case

2011-10-07  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.fix_854595

2011-10-07  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Cast correctly

2011-10-07  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Use an enum

2011-10-05  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Only force unminimize windows for the launcher case

2011-10-05  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Always unminimize initially minimized windows when a launcher icon is
	activated since they are inaccessible elsewhere
	
	Fix LP #854595

2011-10-06  Jay Taoko  <jay.taoko@canonical.com>

	Resize the _gradient_texture (in PanelMenuView::Draw) if needed
	
	Fix: bug #863068
	Fix: bug #868293
	Fix: bug #869028

2011-10-06  Alejandro Piñeiro  <apinheiro@igalia.com>

	Fix bug 843280

2011-10-05  Alejandro Piñeiro  <apinheiro@igalia.com>

	Avoid a shadowed variable

2011-10-05  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: Solves bug 843280

2011-10-05  Alex Launi  <alex.launi@canonical.com>

	merge fix for GetState crash

2011-10-03  Alex Launi  <alex.launi@canonical.com>

	Remove introspection implementations on PanelMenuView to avoid crash

2011-10-03  Alex Launi  <alex.launi@canonical.com>

	merge trunk

2011-10-05  Michal Hruby  <michal.mhr@gmail.com>

	Merge lp:~mhr3/unity/bug-865482

2011-10-04  Michal Hruby  <michal.mhr@gmail.com>

	Fix bug #865482

2011-10-05  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.fix_868185

2011-10-05  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/untiy/unity.fix_868185

2011-10-05  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix LP#868185 . Fall through the map case when determining whether or
	not to hook the minimize function in core

2011-10-04  Neil Jagdish Patel  <neil.patel@canonical.com>

	Release\ 4.22.0

2011-10-04  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add -lm

2011-10-04  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove roundel

2011-10-04  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove roundel

2011-10-04  Neil Jagdish Patel  <neil.patel@canonical.com>

	Bug #865430: Categories Applications and Files and folders are untranslated

2011-10-04  Neil Jagdish Patel  <neil.patel@canonical.com>

	Correctly load translations for Lens names

2011-10-03  Jay Taoko  <jay.taoko@canonical.com>

	Fixed incorrect test

2011-10-03  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.fix_864503

2011-10-02  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Mark hidden showdesktop windows as hidden and don't double-hide windows
	which might result in their input shape not being restored.

2011-10-03  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.maybe_fix_861143

2011-10-01  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Maybe fix LP#861143
	
	Instead of explicitly undecorating windows when they are maximized, listen
	for changes in decoration state on PropertyNotify events on the windows
	themselves and respond to them, because we might get the maximization
	event when the window is mapped before compiz has had a chance to decorate
	the window.
	
	Also cover the case where a window is withdrawn and then mapped maximized
	again, where we wouldn't redecorate those windows.
	
	In order to avoid cycling on our own undecoration requests, we set the
	high bit on _MOTIF_WM_HINTS decoration field, if that high bit is
	present and the window is otherwise undecorated, we should treat it
	like it is still a decorated window and redecorate it when
	it is restored.

2011-10-03  Gord Allott  <gord.allott@canonical.com>

	fixes key focus getting in the way of mouse clicks, Bug #863555

2011-10-03  Gord Allott  <gord.allott@canonical.com>

	fixes lp:863555 by hacking around nux, nux calls the keynav change event on an object before the click event which causes the scrollview to scroll to the new focused area (the first item) causing the click event to launch the wrong application. 

2011-10-03  Tim Penhey  <tim.penhey@canonical.com>

	Make sure the pop clipping rects match up with the pushes.
	
	There is a pending nux branch to use RAII objects to control this.

2011-09-29  Tim Penhey  <tim.penhey@canonical.com>

	Match up the push and pop clipping rectangles.

2011-10-03  Tim Penhey  <tim.penhey@canonical.com>

	Clean up the specialist scroll views in the HomeView and LensView.
	
	Don't delete the nux objects, they are deleted through the views.
	
	Don't unreference the view_window if it hasn't been created.

2011-09-30  Tim Penhey  <tim.penhey@canonical.com>

	Don't delete nux objects.

2011-09-30  Tim Penhey  <tim.penhey@canonical.com>

	It is possible that the user has never hit alt-tab.

2011-10-01  Jason Smith  <jason.smith@canonical.com>

	fix crash when launcher icon dies within 250ms of window movement

2011-10-01  Jason Smith  <jason.smith@canonical.com>

	initialize memory to prevent crashes if it gets initialized to a non-0 value and the locking of the rectangle fails

2011-09-30  Jason Smith  <jason.smith@canonical.com>

	dont crash when grab fails and trying to do a detail
	
	Fixes LP: #863693

2011-09-30  Didier Roche  <didier.roche@canonical.com>

	fix to latest conventions

2011-09-30  Didier Roche  <didier.roche@canonical.com>

	- Focus the desktop when the desktop is mapped and that there is no other window around (focus on startup in particular) (LP: #863037)
	- Show the 'Desktop' label when desktop has been focused (LP: #863129)

2011-09-30  Didier Roche  <didier.roche@canonical.com>

	check only managed windows

2011-09-30  Didier Roche  <didier.roche@canonical.com>

	increase timeout for slow machine, for now, don't care about the other windows as there is a CompWindowTypeUtilMask at startup (and a terminal has this attribute as well?

2011-09-30  Didier Roche  <didier.roche@canonical.com>

	Show the 'Desktop' label when desktop has been focused (LP: #863129)

2011-09-30  Didier Roche  <didier.roche@canonical.com>

	focus the desktop when the desktop is mapped and that there is no other window around (focus on startup in particular) (LP: #863037)

2011-09-30  Jason Smith  <jason.smith@canonical.com>

	dont try to place windows which we shouldn't be messing with
	
	fixes LP:862743

2011-09-29  Gord Allott  <gord.allott@canonical.com>

	fixes the home view not having a scrollbar

2011-09-29  Gord Allott  <gord.allott@canonical.com>

	enables the home view to have the new scrollbar

2011-09-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	Release\ 4.20.0

2011-09-29  Gord Allott  <gord.allott@canonical.com>

	fixes a leak in the pango escaping code

2011-09-29  Gord Allott  <gord.allott@canonical.com>

	fix a gord has heat stroke based leak

2011-09-29  Gord Allott  <gord.allott@canonical.com>

	fixes escaping in pango text

2011-09-29  Gord Allott  <gord.allott@canonical.com>

	fixes issue with text not being escaped before being sent to pango

2011-09-29  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.fix_835259

2011-09-29  Sam Spilsbury  <sam.spilsbury@canonical.com>

	NULL check windows the layout system gives us

2011-09-29  Mirco Müller  <mirco.mueller@ubuntu.com>

	Fix rendernig of the scrollbar in the scrolled views of the Dash, LP: #836656

2011-09-29  Mirco Müller  <mirco.mueller@ubuntu.com>

	Fix the rendering as much as possible in the remaining 15 minutes

2011-09-29  Mirco Müller  <mirco.mueller@ubuntu.com>

	Don't make it crash

2011-09-29  Mirco Müller  <mirco.mueller@ubuntu.com>

	Trying to fight g++... ehm... fix #836656

2011-09-29  Gordon Allott  <gord.allott@canonical.com>

	the horizontal renderer was renderering text at the slightly wrong width, which caused a lot of problems with the subpixel font renderering, fixes that by drawing the right width

2011-09-29  Gord Allott  <gord.allott@canonical.com>

	fixes the text for results being rendered the wrong size causing subpixel errors

2011-09-29  Gordon Allott  <gord.allott@canonical.com>

	removes the blur on hover by checking the state before drawing

2011-09-29  Gord Allott  <gord.allott@canonical.com>

	removes the blur on results when highlighted

2011-09-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	Support for SearchFinished for global results, some fixes for focus

2011-09-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	[oneiric] Clicking the maximize/restore button for the dash window loses the keyboard focus

2011-09-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix GlobalSearchFinished listeners

2011-09-29  Gord Allott  <gord.allott@canonical.com>

	removes some unneeded variables

2011-09-29  Gord Allott  <gord.allott@canonical.com>

	removes unneeded variables

2011-09-29  Mirco Müller  <mirco.mueller@ubuntu.com>

	Fixed LP: #851359

2011-09-29  Mirco Müller  <mirco.mueller@ubuntu.com>

	Revert the pixel-grid alignment for the multi-range widget for the moment

2011-09-29  Mirco Müller  <mirco.mueller@ubuntu.com>

	Add dynamic left/right padding to text-drawing, use pango-markups small-tag to help fix LP: #851359

2011-09-29  Mitsuya Shibata

	Fix unvisible pre-edit text in Dash with iBus.
	https://bugs.launchpad.net/ubuntu-translations/+bug/663776/comments/77
	
	How to reproduce:
	1. Open Dash.
	2. Startup Input Method(in Japanese, press Ctrl+Space)
	-> emit signal "preedit-start"
	3. Type 'a', preedit text should be render, but dont
	-> emit signal "preedit-changed"
	4. Press Enter, preedit text is fixed
	-> emit signal "commit", and render text in Dash
	
	In code:
	OnCommit signal handler call SetText, then text is rendered.
	However OnPreeditChanged signal handler do nothing.
	
	This branch add code to render preedit text in OnPreeditChanged.
	And at OnCommit, remove preedit text, and reset cursor position.
	
	***
	
	I've also made it so the Dash doesn't tab between Lenses if IM is currently active, as the tab is a saved key for going through options

2011-09-14  Mitsuya Shibata  <mty.shibata@gmail.com>

	Fix unvisible preedit text with ibus (lp: 663776)

2011-09-29  Robert Carr  <robert.carr@canonical.com>

	Clamp rating values to between 0 and 1

2011-09-28  Robert Carr  <racarr@canonical.com>

	FilterRatingsWidget: Clamp rating values to between 0 and 1

2011-09-29  Robert Carr  <robert.carr@canonical.com>

	Check return value of XGetWindowProperty

2011-09-28  Robert Carr  <racarr@canonical.com>

	Always check the return value of XGetWindowProperty

2011-09-29  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Make sure that launcher shortcuts works also using numpad.
	
	I've not yet found a way to make sure the launcher shortcuts works using shift and numlok in the same moment. As you know shift cancels numlock:
	
	NumLock off NumLock on
	---------------------------
	Shift off 1 2
	Shift on 3 4
	
	In other words state 1 = state 4. Any idea about this?

2011-09-28  Andrea Azzarone  <azzaronea@gmail.com>

	Removes not working code.

2011-09-28  Andrea Azzarone  <azzaronea@gmail.com>

	Merge Trunk.

2011-09-26  Andrea Azzarone  <azzaronea@gmail.com>

	Super+number shortcuts should work with numpad.

2011-09-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	This is based on the design bug #690143 and bug #688117. Basically when we click on a launcher icon that controls windows that are all in different workspaces, we need to check where is the first valid window (not minimized, if any is not minimized) and then activate that window and all the other windows of the same application that are in the same viewport. This patch fix this issue and should also fix bug #838766.
	
	Al this is based on my old branch lp:~3v1n0/unity/fix-688117

2011-09-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: don't mix urgent and non-urgent windows.

2011-09-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: correctly map the windows in other viewports
	
	If a launcher icon is selected to map an application that has more than one
	window in a different viewport, we should first find the window to map
	and then map also all the other windows that are in the same viewport.

2011-09-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: Focus, some code cleanup

2011-09-29  Jason Smith  <jason.smith@canonical.com>

	disable spread on hover for now

2011-09-29  Jason Smith  <jason.smith@canonical.com>

	prefer visual glitches in multi-monitor to single monitor until real fix is found

2011-09-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	merge branch of win from Marco that fixes a bug where global menus wont show up with awkward window positioning (50% offscreen)

2011-09-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: disable the menus entries when they aren't shown.
	
	This fixes the bug that caused to switch VP and to see a window menu
	when clicking in the panel.

2011-09-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: Add disabled support
	
	If an entryview is disabled, it doesn't get any mouse event.

2011-09-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Don't use the timeout to re-show the window controls when hidden
	
	So if we move a window not handled in the panel, as soon as we reach
	the minimum visible partition, the controls are shown back in the panel.

2011-09-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Hide the panel content (menus and title) if 1/4 of the window is out
	
	If 1/4 of a winndow height or a 1/4 of a window width is not viewable
	in the current viewport, then don't handle that in the panel.

2011-09-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Check for window position when resized.
	
	This fixes bug #861279 caused by grid plugin: so now when we resize a window
	we also check that it's currently visible in the current viewport.

2011-09-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	merge branch to make sure viewport indication updates when moving window via alternative means

2011-09-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: Use a timeout when checking for VP on window move.
	
	If we're moving a window, don't perform any check until we stopped
	moving for 250ms.

2011-09-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: use the OnWindowMoved code also for OnViewPortSwitchEnded
	
	Better not to duplicate the code...

2011-09-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: some code optimizations, avoid to duplicate loops

2011-09-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: we should check that every launcher window is on current VP
	
	Otherwise just moving one would cause the indicator to change.

2011-09-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: check for viewport on window moved to update the indicator
	
	So if a window is moved to another viewport using the window decoration controls
	this is correctly handled.

2011-09-28  Jason Smith  <jason.smith@canonical.com>

	fix potential crash in BamfLauncherIcon

2011-09-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	Merge my fixes branch, bugs linked

2011-09-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	Close dash when indicator is clicked

2011-09-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	Only turn primary monitors Panel into dash mode

2011-09-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-09-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Dash - 'Shortcuts' arrow should be removed

2011-09-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Text in Dash search text box overflows and doesn't crop with longer strings; RtL input starts in wrong place

2011-09-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-09-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Marcos animating panel

2011-09-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Popdown menu on second F10

2011-09-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Adjust y position depending on size of font

2011-09-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for drawing the Ubuntu roundel

2011-09-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Show 'Desktop' for the desktop window title

2011-09-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-09-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	Show Refine Search only if we have added a filter

2011-09-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	Don't crash if the result category index is out of bounds

2011-09-28  Jason Smith  <jason.smith@canonical.com>

	ensure we dont overlap launcher on map

2011-09-28  Jason Smith  <jason.smith@canonical.com>

	make onboard stack above the dash like a boss

2011-09-28  Jason Smith  <jason.smith@canonical.com>

	merge branch to fix _XFreeEventCookies (mmmmmmm cookies) crash

2011-09-29  Sam Spilsbury  <sam.spilsbury@canonical.com>

	NULL free'd rectangle arrays and set the number to zero so that sendConfigureNotify
	won't try and use them. Also check if an X call failed because we did it on a destroyed
	window, and in that case return immediately since the return values of XQueryTree
	will often point to memory that is internal to xlib and freeing that will cause
	a whole raft of trouble.

2011-09-28  Jason Smith  <jason.smith@canonical.com>

	merge sams branch to ensure minimized windows leave a focus trail

2011-09-28  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Ensure that minimized windows cannot receive the focus while still being
	in animations which may change the focus so they can be unminimized. Fixes LP #859885

2011-09-28  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Don't initiate scale after terminating it. Fixes LP #764673

2011-09-28  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Don't initiate spread after terminating it. Fixes LP 764673

2011-09-23  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Immediate update framebuffers on output change

2011-09-28  Jason Smith  <jason.smith@canonical.com>

	merge sams branch to fix windows popping up under panels

2011-09-28  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix bug #857214
	
	Avoid the panels as well when placing windows, using some mad region logic.

2011-09-28  Jason Smith  <jason.smith@canonical.com>

	merge sams branch to make 3 finger drag more magical

2011-09-28  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Warp the pointer correctly, set the correct pointer image and notify external
	plugins that we are moving the window while it is grabbed.

2011-09-28  Jason Smith  <jason.smith@canonical.com>

	merge sams branch to fix show desktop not masking inputs

2011-09-28  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix LP 836325 and trigger the option change correctly

2011-09-28  Jason Smith  <jason.smith@canonical.com>

	fix scrolling by default introduce in previous commit

2011-09-28  Jason Smith  <jason.smith@canonical.com>

	fix issue where launcher would reveal from panel edge

2011-09-28  Jay Taoko  <jay.taoko@canonical.com>

	Fix key navigation problem. see bug #861251

2011-09-28  Jay Taoko  <jay.taoko@canonical.com>

	Fix key navigation problem. see bug #861251

2011-09-28  Gord Allott  <gord.allott@canonical.com>

	fixes the issue with dash results not being drawn in dual monitor top-bottom configurations

2011-09-28  Gord Allott  <gord.allott@canonical.com>

	fix top monitor weirdness maybe

2011-09-28  Jason Smith  <jason.smith@canonical.com>

	make desaturation time match dash show time

2011-09-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge panel fading branch

2011-09-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IndicatorEntryView and WindowButtons: no need to set the blending again
	
	It's controlled at upper levels.

2011-09-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: correctly use _we_control_active
	
	Otherwise it could have lead to wrong drawing.

2011-09-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: don't use the switch viewport signal, go back to _we_control_active

2011-09-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: don't draw the window title if it's not viewable
	
	Fixes bad panel title on viewport switch.

2011-09-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: don't draw any title if we're focussing the panel

2011-09-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: always force draw the panel content when requested
	
	Othewise buttons could hide while dragging a maximized window.

2011-09-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream

2011-09-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Always use CLAMP when we can.

2011-09-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: add an indicator typed as a MENU
	
	This allows to disable some unneeded features like secondary activate and
	scrolling.

2011-09-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorsView: support for indicator view typing
	
	Default type is (like it was before) an Indicator.

2011-09-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: Add typing support for indicators view
	
	I basically added two types of indicators that can be drawn using
	PanelIndicatorEntryView: INDICATOR and MENU.
	
	A menu is a little bit less complex and it doesn't handle the scrolling over
	an entry, and supports also the middle-click for being shown.
	
	An Indicator is acting like before, but now supports also a kind of
	secondary-activate feedback. On middle-click down, in fact, the item opacity
	is decreased a little and then restored on button up. This should give
	better usability.
	
	So now it's possible to use the INDICATOR type for all the system indicators
	and the MENU for the panelmenu menus, that now will act exactly like
	the menus of a gtk-menubar.

2011-09-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: cache the texture layer, and use it to draw.
	
	This code was missing in the previous versions by mistake.

2011-09-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: redraw panel after pressing a window button.

2011-09-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Animator: clamp progress value.

2011-09-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Clamp on fade-out to get nice value.

2011-09-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Full-redraw on init.
	
	It fixes the issue of the first menu-over.

2011-09-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Fixing compilation issues, due to bad merge.

2011-09-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: improving the cross-fade between title and menus
	
	Tuning the rate of the cross fading when switching from menus+buttons bar
	to a title bar (for maximized windows). We increase the fade-out of the
	showing item and the fade-in of the hiding one.

2011-09-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: setting the fade in/out values as requested by design
	
	Setting the fadein title timing at 100ms and fadeout timing at 120ms as
	discussed with JohnLea

2011-09-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: tuning the title gradient fade-out
	
	If we're fading-out the title, it's better to quickly hide
	the transparent right-most area.

2011-09-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Avoid crashes when unlocking/locking the title gradient.
	
	After long time of not using, unity it could crash when overing the panel
	and requesting to apply a gradient mask to the window title.
	This should fix the crash.

2011-09-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream changes.

2011-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: correctly reset the fade-out duration effect
	
	If we changed the fade-out duration it should be reset in any case.

2011-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Increasing the fade-in/fade-out durations

2011-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Don't show a window title when the dash is on!

2011-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: quickly hide the window buttons if menus aren't hiding
	
	If we want to hide only the window buttons (i.e. quitting the dash
	or clicking over the restore button of a maximized window), we need
	to do this in a quicker way.

2011-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: on fade-out quickly show the cut title part
	
	When fading-out the title we need to quickly show back the menu title
	part that has been previously cut with fade.

2011-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenu: use a cross-fade effect when showing the menus and hiding the title
	
	Now the window title and the menus are both faded in reverse direction
	to show a cross-fade effect.
	
	It only happens if we show bot the menus and the buttons and the title
	is not faded.

2011-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenu: When the menus are being shown, update the title gradient on opacity change
	
	This allows to get a nice effect, also the title now is cut using
	a progressive mask which increases its opacity following the menu animation.

2011-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: don't paintbackground, make the parent do it!

2011-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Don't show anything in the panel if at least the buttons are there
	
	If we draw the windowbuttons, then no title should shown in the panel!

2011-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Animator: small API change to set the default FPS value to 30
	
	So now when creating an animator we must define only the duration.

2011-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IndicatorEntry and WindowButtons: no need to clear the background
	
	Since we redraw them from an higher level, we don't have to clear their
	area when drawing them.

2011-09-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: use the new Animator class to show/hide menus and buttons
	
	Now we animate the panelmenu items using the Animator timer.

2011-09-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Add DrawMenus and DrawWindowButtons utility functions
	
	They allow to check the variables to see if the menus or the window buttons
	should be drawn. All this for better code readability.

2011-09-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Remove FadeController, add a more generic Animator class
	
	It allows basically to manage a timer for animation purposes.
	It emits signals that can be used to animat widgets.
	
	Based on the OsAnimation GObject class by Andrea Cimitan.

2011-09-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Show the buttons when pressing Alt on maximized windows.

2011-09-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenu: fade-in / out Menus and Buttons when they're shown.
	
	It works well for menus of restored windows, while maximized windows
	are actually bugged.

2011-09-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: support for opacity and set them as fadable Objects

2011-09-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorsView: support opacity and set as a FadableObject
	
	This allows to make indicators fade in/out easily.

2011-09-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	FadeController: new class for handling the fading of FadableObjects
	
	This class allows to define an object to be faded-in/out using a nux::Timer

2011-09-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView: support for drawing items with a different opacity

2011-09-28  Jason Smith  <jason.smith@canonical.com>

	fix line drawing in dash

2011-09-28  Gord Allott  <gord.allott@canonical.com>

	fixes the aspect ratio of non square dash items

2011-09-28  Gord Allott  <gord.allott@canonical.com>

	some cairo cleanups

2011-09-26  Gord Allott  <gord.allott@canonical.com>

	makes sure icon tiles are aspect ratio correct

2011-09-28  Gord Allott  <gord.allott@canonical.com>

	allows the dash to scroll on keynav

2011-09-27  Gord Allott  <gord.allott@canonical.com>

	change the position of the focus callback a little so that we can show the group header too

2011-09-27  Gord Allott  <gord.allott@canonical.com>

	Hacks in a way to have the dash scroll down on keyboard navigation, will fix better in P when we can break nux ABI

2011-09-28  Gord Allott  <gord.allott@canonical.com>

	darkens the dash further

2011-09-28  Gord Allott  <gord.allott@canonical.com>

	darken the launcher/panel/dash

2011-09-28  Robert Carr  <racarr@canonical.com>

	Merge lp:~robertcarr/unity/ratingswidget-fixdesign

2011-09-26  Robert Carr  <racarr@canonical.com>

	Also clamp the filter in the mouse handling so we don't filter by a fractional amount

2011-09-26  Robert Carr  <racarr@canonical.com>

	Update the filter ratings widget to fit design. Firstly the user should not be able to set half stars. Secondly the user should be able to drag and change the star rating

2011-09-28  Jason Smith  <jason.smith@canonical.com>

	merge blur performance branch

2011-09-28  Jason Smith  <jason.smith@canonical.com>

	improve blur rendering performance

2011-09-28  Tim Penhey  <tim.penhey@canonical.com>

	Delete the windows thread and switcher controller when destroying UnityScreen.

2011-09-28  Tim Penhey  <tim.penhey@canonical.com>

	Delete the switcherController and the windows thread when destroying the UnityScreen.
	Having a clean exit depends on nux not trying to access the windows thread when destroying the Views, Layouts and ResourceData.

2011-09-27  Jason Smith  <jason.smith@canonical.com>

	make switcher view ensure text is inside the switcher

2011-09-27  Robert Carr  <racarr@canonical.com>

	Merge lp:~robertcarr/unity/vpswitch-closedash

2011-09-27  Robert Carr  <racarr@canonical.com>

	Close the dash when we start a viewport switch

2011-09-27  Robert Carr  <racarr@canonical.com>

	Merge lp:~unity-team/unity/unity.viewport-bias

2011-09-26  Jason Smith  <jason.smith@canonical.com>

	make alt-tab able to give priority to windows on the current viewport

2011-09-27  Robert Carr  <racarr@canonical.com>

	Merge lp:~robercarr/unity/launcher-nopointergrab. Have the launcher not take a pointer grab in keynav mode.

2011-09-26  Robert Carr  <racarr@canonical.com>

	Merge the branch in to itself? I suck at bzr

2011-09-26  Robert Carr  <racarr@canonical.com>

	Launcher: Don't take a pointer grab in key nav mode

2011-09-26  Robert Carr  <racarr@canonical.com>

	Use the search close asset in SearchBarSpinner.

2011-09-26  Robert Carr  <racarr@canonical.com>

	Launcher: Don't take a pointer grab in keynav mode

2011-09-27  Didier Roche  <didier.roche@canonical.com>

	Add system setting icon to Launcher (LP: #764744)

2011-09-26  Jason Smith  <jason.smith@canonical.com>

	merge dash draw perf branch

2011-09-26  Jason Smith  <jason.smith@canonical.com>

	improve rendering performance slightly when doing a full dash redraw

2011-09-26  Robert Carr  <racarr@canonical.com>

	Merge lp:~robertcarr/unity/dash-fourfingertap

2011-09-26  Robert Carr  <racarr@canonical.com>

	Uncomment the line using GEIS_GESTURE_ATTRIBUTE_TOUCHES to set in our GeisAdapter, not sure of the history of GEIS (as in why it was disabled originally) but it seems to work fine now and be the appropriate way to access it through the new GEIS API...which we don't use but that's a whole different matter

2011-09-26  Didier Roche  <didier.roche@canonical.com>

	Don't cut text on 2 lines on home dash (Neil fixes for french)

2011-09-26  Robert Carr  <racarr@canonical.com>

	Merge lp:~robertcarr/unity/homelauncher-dnd

2011-09-26  Robert Carr  <racarr@canonical.com>

	A proper fix to enabling DND support to the Home folder launcher. Previously it only worked if you had a nautilus-home.desktop which I patched myself...and then forgot about?

2011-09-26  Robert Carr  <racarr@canonical.com>

	Merge lp:~robertcarr/unity/dnd-iconsize

2011-09-26  Robert Carr  <racarr@canonical.com>

	ResultViewGrid: Use the same size as dash icons for dnd images

2011-09-26  Robert Carr  <racarr@canonical.com>

	Merge lp:~robertcarr/unity/dnd-closedash

2011-09-26  Robert Carr  <racarr@canonical.com>

	DashView: Process DND events to close the Dash when we drag a DND object outside of the dash

2011-09-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	Release\ 4.18.0

2011-09-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	Call panel_a11y_init before creating dbus services to fix thread-safety issues when dealing with get/setenv

2011-09-26  Andrea Azzarone  <azzaronea@gmail.com>

	Launcher - a spread can accidentally be triggered during the 'dragging and dropping behind the Launcher' interaction

2011-09-24  Andrea Azzarone  <azzaronea@gmail.com>

	Blocks the triggering of a spread during the 'dragging and dropping behind the Launcher' interaction.

2011-09-26  Andrea Azzarone  <azzaronea@gmail.com>

	Bug #855909: holding down super while dash is open resaturates launcher but super-key-shortcuts don't appear

2011-09-25  Andrea Azzarone  <azzaronea@gmail.com>

	Doesn't saturate icons on super key when the dash is open.

2011-09-26  Andrea Azzarone  <azzaronea@gmail.com>

	Launcher - When useing Alt F1 launcher keyboard navigation, Launcher should not scroll until top or bottom of Launcher is reached. It uses lp:~andyrock/unity/fix-858469 as a prerequisite to fix the jump bug.

2011-09-25  Andrea Azzarone  <azzaronea@gmail.com>

	Launcher - When useing Alt F1 launcher keyboard navigation, Launcher should not scroll until top or bottom of Launcher is reached.

2011-09-26  Andrea Azzarone  <azzaronea@gmail.com>

	Don't jump during launcher keynav.
	
	To reproduce the problem:
	1. With a "filled" launcher bar press Alt+F1 (make sure to move your mouse outside of the launcher bar area to not hit bug 858502)
	2. Press the down key
	
	RESULT:
	* The launcher items jump up and down.
	
	---------------------------------------------------------------
	
	I think this is not the best solution but this is a kind of workaround. Given that we are now at an advanced stage of the release cycle, I think it is better that launcher.cpp does not change too much (Launcher.cpp is not a file, is a puzzle :P )

2011-09-25  Andrea Azzarone  <azzaronea@gmail.com>

	Don't jump during launcher keynav (bug 858469).

2011-09-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Fixed lots of other PanelMenuView related bugs (see the linked list of "In Progress bugs" for reference).
	
	In particular, I've also changed these things:
	- Moving to nux::GetGraphicsDisplay()->GetMouseScreenCoord() (instead of gdk functions,
	warning this needs nux bzr-453 or newer not to crash, thanks to Jay for fixing!)
	- Checking for mouse position after closing menus to hide/show them (bug bug #843670)
	- Checking for mouse position after dragging a window to to hide/show menus
	- Fix for PluginAdapter not to consider unmapped windows as maximized (bug #781215)
	- Panel-service: correctly close menus when releasing mouse outside a menu title (bug #844309)
	- Panel-service: cache the indicator entries geometry and use the values for checking mouse position
	- Don't redecorate windows on maximization drag (bug #838923)
	- panel-service: Remove id2entry_hash and use sscanf to parse the entries IDs
	- PanelView: track mouse position only when it has been changed (fix bug #834065)
	- PanelMenuView / PanelIndicatorsView: remove code duplication for adding an entry
	- Better mouse grab management using only PanelTitleGrabArea
	- PanelMenuView: even more checks to avoid to show/hide menus when we shouldn't
	- PanelView: sync geometries for real
	
	See the related commit logs for more informations.
	
	This branch, to work properly, needs the updated UnityCore code that I've pushed in my lp:~3v1n0/unity/menus-switching-hacks branch (for the entries geometry things), so in the case that the other branch isn't accepted, we need to port its UnityCore changes here.
	
	PS: for the record, this is the previous merge request for this branch: https://code.launchpad.net/~3v1n0/unity/panelmenu-fixes/+merge/73622

2011-09-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowButtons: Fixing bug #823353, re-add pressed form for buttons

2011-09-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: don't allow to drag windows from panel when the dash is open
	
	Fixing bug #858815

2011-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Some more optimizations in UpdateShowNow to avoid false-positive
	
	We now use also the status and we avoid to do unneeded computation when
	we just requested to hide the menus.

2011-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Add a delay before showing the menus when we press the ALT key
	
	This fixes bug #855521 preventing the menus to be shown when doing an
	alt+tab. The delay is actually set to 180ms and seems to work well.

2011-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Remove conflicts with lp:~3v1n0/unity/menus-switching-hacks

2011-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: move to foreach to iterate over entries...

2011-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream to resolve conflicts.

2011-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorsView: use foreach loops when possible

2011-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: change name to UnityPanel not to clash with unity-2d

2011-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: sync geometries on indicator entry view Updated.

2011-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: fixing typo.

2011-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: correct wrongly changed comment string...

2011-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: SyncGeometries doesn't actually sync anything
	
	Added missing method to sync geometries with the service.

2011-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream.

2011-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: we don't need to keep _title_tex, _title_layer is enough
	
	Removing _title_tex and using just the saved _title_layer to draw the
	faded application title.

2011-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Code cleanup
	
	Disabling some old code, fixed some spacing and updating some lines around.

2011-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: check if we're inside the panel after a drag event.
	
	If we release the mouse inside the panel, after dragging it around
	we need to draw it properly.

2011-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: Use all the panel size to check when we have to start dragging
	
	We should drag for real only when we're outside the panel, not when
	we're outside the menuview. In fact, this would cause the grid plugin
	to start when we're over the indicators (for example).

2011-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelTitleGrabArea: control the grabbed status
	
	Add the grabbed cursor support to the PanelTitleGrabArea without contrilling
	this directly from PanelMenuView, and update this one to use the
	new grab-area interface.
	
	Also we directly uses the signals eredited from InputArea in the grab area
	with no more code duplication.

2011-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelMenuView: avoid code duplication in OnEntryAdded
	
	Use the new PanelIndicatorsWidget functions to add an entry to the
	panel menu view, without code duplication.

2011-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorsView: Add AddEntry / RemoveEntry APIs to allow better code reusability
	
	Added new APIs to allow to reuse the code to add entries also in the
	PanelMenuView. Entries can be added in any position, or automatically
	(by priority).

2011-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	panel-service: remove an implicit check.

2011-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	panel-service: re-open a menu if clicking over its title after a keyboard navigation
	
	If we were navigating over indicators using the keyboard
	and now we click over the indicator under the mouse, we
	must force it to show back again, not make all the menus close.

2011-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: track mouse position only when it has been changed
	
	We cache the tracked mouse position to avoid to check for changed
	position every few milliseconds without any need.
	
	This commit fixes bug #834065 since with the previous implementation,
	when changing the active menu using the keyboard, the mouse position was
	always checked for opening a menu. Now it's relevant only if it has been
	changed.

2011-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Go back (again) to auto mouse = nux::GetGraphicsDisplay()->GetMouseScreenCoord()
	
	Since Jay fixed it for us in Nux (commit 453), now we can use it safely here
	with no more crashes ;)

2011-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Ignore keyboard events when the mouse is over a menu title
	
	This is a first workaround to but #827582 and it eliminates the visual
	issue that is happening when using the keyboard arrows when
	the mouse is over an indicator.

2011-09-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	panel-service: Remove id2entry_hash and go back to a direct hash entry2geometry_hash
	
	There's no need to use the id2entry hash since sscanf can do the
	work for us to get back a pointer from its previously generated string.
	This works well and saves memory and computation.
	
	Also it solves the issue with entry2geometry_hash that now can be again an hashtable
	using the direct access and doesn't use memory to duplicate the entry_id
	string

2011-09-16  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Use a string based hash-table for geometry and don't remove values on entry-removed
	
	When switching the focus from a window to one of its dialog children
	(for example an open dialog, or any other dialog with no proper menu)
	unity-panel-service gets quickly an "entry-removed" signal for an entry
	and then a new "entry-added" signal for the very same entry.
	This causes the panel-service not to sync with the client, since the
	two events are too near and so if in this case we would have removed
	the cached geometries for that entry, then the client wouldn't have shown
	its menu correctly.
	
	So now we remove the entries from the entry2geometry_hash hashtable only
	when the client asked to do that to avoid errors, however we use more
	memory and a slower hashtable since we need to use strings.

2011-09-15  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Fixing for good the Redecorate maximized windows issue.
	
	This fixes bug #838923 (and particularly the redecorate problem
	also noticed by other bugs like #825230).
	
	Really this is more a workaround than a fix, since in the previous
	implementation of the PluginAdapter::IsWindowDecorated function
	we used the compiz way to get the decoration parameters.
	However compiz is too slow to catch the changes we did in the function
	PluginAdapter::SetMwmWindowHints which actually uses directly the
	Xlib APIs. So, also when querying for the decorate status
	we need to use XGetWindowProperty to get the real value.
	
	The old code has been left there, with a FIXME statement.

2011-09-14  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Code cleanup...

2011-09-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	panel-service: Fixed coding style.

2011-09-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Panel-service: cache the entry geometries and use them for parsing mouse events
	
	When a client calls the SyncGeometry method the panel-service caches
	the geometries for the changed entries and then we use them in the
	event filter function to check if a release event has been done
	over an indicator entry name or not.
	
	This fixes for good bug #844309 and improves the menus handling with
	a single-click: when a click is released over a non-previously selected
	menu title, then the release event is ignored, otherwise we use it
	to close the menus.

2011-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	panel-service: Don't remove all release events outside the menu area on first click
	
	Unity panel service, after opening a menu was ignoring all the mouse release events
	to avoid to close the just opened menu. But this was incorrect and caused
	bug #844309 so it was impossible click on a menu, continue clicking over it
	and releasing the mouse outside its area (to close it).
	
	So now we only ingore release events that are above the menu, so if
	a mouse button is released above the menu (and so in its title in the panel)
	the release event is ignored and so the menu doesn't close, otherwise
	the menu closes.

2011-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging missing changes...

2011-09-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Don't consider unmapped and unviewable windows in IsWindowObscured
	
	An unmapped or not viewable window can't for sure obscure another window.
	So, when trying to collect the maximized Windows in PanelMenuWindow
	(to restore them grabbing from the panel), the unmapped windows
	(like banshee in the sound menu or deluge reduced to its indicator)
	must not be considered or the dragging wouldn't work.
	
	This should fix bugs like #781215 and #774121

2011-09-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager: don't StartMove with negative coordinates
	
	Otherwise unity will crash.

2011-09-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Panel: Show the menu after maximizing using the window title drag
	
	When a window is maximized we force to check for the mouse position
	to draw correctly the panel.

2011-09-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	nux::GetGraphicsDisplay()->GetMouseScreenCoord() is buggy, let's move back to GDK
	
	It's better to avoid crashes here. Always check mouse position using GDK.

2011-09-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView, never use nux::GetGraphicsDisplay()->GetMouseScreenCoord();
	
	It's too unstable, it could causes crashes when the mouse pointer is
	grabbed. Reverting to the default implementation, including a FIXME.

2011-09-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Fallback to Gdk display if nux::GetGraphicsDisplay() is null
	
	Sometimes nux doesn't seem to work as expected, leading to crashes
	in the previous implementation. So adding a gdk fallback if needed.

2011-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Put back AllMenuClosed and check for new mouse position using Nux
	
	This allows to properly fix bug #843670 hiding menus only when the mouse
	pointer is outside the top menu panel.

2011-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream

2011-09-26  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	This is a set of hacks to improve the reaction of the panel on fast menus switching
	
	Everytime unity shows a menu it needs to contact unity-panel-service and to wait for its reply to correctly redraw the panel (selecting the mapped menu title).
	This is correct, but due to the low speed of this process it causes some visual issues when moving quickly the mouse over the indicators, this gives the impression that the unity interface is slow.
	
	To reduce this feeling I've made some hacks to make the Panel update its aspect as soon as a menu has been hovered, without waiting for the panel-service reply both when selecting and de-selecting a menu.
	However, the panel reply is not ignored, but considered only if our guess was wrong.
	
	This allows to navigate over titles without that the panel will show a "redraw cascade effect" caused by the late replies of the panel service.
	Of course the speed of the menus themselves won't change, but the switch process should look cleaner.
	
	Check also this [1] merge proposal for better understanding some of the changes:
	
	[1] https://code.launchpad.net/~3v1n0/unity/panelmenu-fixes/+merge/76133

2011-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Don't draw white indicators when a menu entry is active.
	
	Patch suggested by Andrea Cimitan.

2011-09-24  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Don't use the IsActive getter when modifying the private value

2011-09-23  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorEntryView always use the IsActive() function
	
	Instead of the draw_active_ variable.

2011-09-26  Sam Spilsbury  <sam.spilsbury@canonical.com>

	This is relevant to 754689 - when a user changes the launcher size the offsets for the expo plugin need to change.

2011-09-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Offset expo plugin space for launcher size

2011-09-26  Sam Spilsbury  <sam.spilsbury@canonical.com>

	XRegion.h defines TRUE and FALSE too

2011-09-16  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix TRUE/FALSE def conflict

2011-09-26  Omer Akram  <om26er@ubuntu.com>

	Dash unmaximize/maximize button is mismatched with actual window size

2011-09-18  Omer Akram  <om26er@ubuntu.com>

	fix for bug 852984 from Wildjiji

2011-09-26  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@canonical.com>

	ResultRendererTile leaked a lot of GIcons. In fact for any icon string resembling a URI, or when loading an icon by name.

2011-09-16  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Fix leak of GIcon in ResultRendererTile. It was leaked when loading from a URI or icon name.

2011-09-26  Gordon Allott  <gord.allott@canonical.com>

	this should fix the music lens bug, what seems to have been happening is that tim added some code that resets the handle_counter_ in the IconLoader, but it was watching the wrong container to know when to reset the handle_counter_, which caused handles to get overridden, which caused the wrong slot to get disconnected when we call disconnectbyhandle in ResultRenderer
	
	and figuring that out has stolen some of my soul.

2011-09-23  Gord Allott  <gord.allott@canonical.com>

	add protection in icon loading

2011-09-23  Gord Allott  <gord.allott@canonical.com>

	don't zero out the handle index unless the task_map is empty

2011-09-23  Jason Smith  <jason.smith@canonical.com>

	prefer lower left monitor instead of upper left monitor

2011-09-23  Jason Smith  <jason.smith@canonical.com>

	make "primary" monitor be the left most monitor, regardless of what X says...
	We do this because we are more or less forced to by the design

2011-09-23  Jason Smith  <jason.smith@canonical.com>

	merge gords reflection branch

2011-09-22  Gord Allott  <gord.allott@canonical.com>

	gets the real dash size emitted on ubus, so that the result views can render reflections properly

2011-09-23  Jason Smith  <jason.smith@canonical.com>

	tmp

2011-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorsView: use foreach loops in OnPointerMoved.

2011-09-20  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream.

2011-09-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusIndicators: re-use computed rect value.

2011-09-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusIndicators: cache locations per each different caller
	
	When syncing the locations geometries, we must consider also who asked
	to sync them. Each client should have different geometries, so we must cache
	them considering the caller name.
	
	Also fix a typo causing the file not compile.

2011-09-11  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DBusIndicators: don't spam the service, just send really changed geometries
	
	Cache the last received EntryLocations map in DBusIndicators, so on next
	call to SyncGeometries we just send to the service informations about
	the entries that have really changed their geometry.
	
	When an entry has been removed, we just send to the service invalid
	width and height values.

2011-09-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: SyncGeometries doesn't actually sync anything
	
	Added missing method to sync geometries with the service.

2011-09-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	This is a set of hacks to improve the reaction of the panel on fast menus switching
	
	Everytime unity shows a menu it needs to contact unity-panel-service
	and to wait for its reply to correctly redraw the panel (selecting the
	mapped menu title).
	This is correct, but due to the low speed of this process it causes
	some visual issues when moving quickly the mouse over the indicators,
	this gives the impression that the unity interface is slow.
	
	To reduce this feeling I've made some hacks to make the Panel update
	its aspect as soon as a menu has been overed, without waiting for
	the panel-service reply both when selecting and deselecting a menu.
	However, the panel reply is not ignored, but considered only if our
	guess was wrong.
	
	This allows to navigate over titles without that the panel will show
	a "redraw cascade effect" caused by the late replies of the panel service.
	Of course the speed of the menus themselves won't change, but the switch
	process should look cleaner.

2011-09-22  Jason Smith  <jason.smith@canonical.com>

	merge alt-tab follows mouse branch

2011-09-22  Jason Smith  <jason.smith@canonical.com>

	make alt-tab follow mouse and not focused window

2011-09-22  Jason Smith  <jason.smith@canonical.com>

	Make alt-tab track monitor with mouse on it

2011-09-22  Jason Smith  <jason.smith@canonical.com>

	make switcher dots match those on dash material

2011-09-22  Daniel van Vugt  <vanvugt@gmail.com>

	Fixes LP: #747682. Thanks for the patch, Daniel!

2011-09-19  Daniel van Vugt  <vanvugt@gmail.com>

	Fix unity4-specific shadow toggling.

2011-09-19  Daniel van Vugt  <vanvugt@gmail.com>

	Panel shadow opacity should match panel opacity. (LP: #747682)

2011-09-22  Daniel van Vugt  <vanvugt@gmail.com>

	Fixes LP: #815454. Thanks for the patch, Daniel!

2011-09-21  Daniel van Vugt  <vanvugt@gmail.com>

	Fixed missing panel shadow on secondary monitors. (LP: #815454)

2011-09-22  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes LP: #851185. Thanks for the patch, Andrea!

2011-09-16  Andrea Azzarone  <azzaronea@gmail.com>

	Doesn't trigger dnd behind launcher interaction is dash is open.

2011-09-22  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes LP: #851619. Thanks for the patch, Andrea!

2011-09-22  Andrea Azzarone  <azzaronea@gmail.com>

	Gives feedback when dropping an icon that's already in launcher.

2011-09-22  Didier Roche  <didier.roche@canonical.com>

	bump build-dep requirement on CMakeLists.txt (LP: #846447)

2011-09-22  Jason Smith  <jason.smith@canonical.com>

	update switcher view glow to match design (minor tweak)

2011-09-22  Mirco Müller  <mirco.mueller@ubuntu.com>

	Fix regression in pixel-grid aligned drawing.

2011-09-22  Mirco Müller  <mirco.mueller@ubuntu.com>

	Fix regression from DashStyle refactoring messing up the pixel-grid alignment

2011-09-22  Jason Smith  <jason.smith@canonical.com>

	Merge branch from Brandon Schaefer to make window buttons appear when pressing alt

2011-09-18  Brandon Schaefer  <brandontschaefer@gmail.com>

	WindowButtons now work when using alt

2011-09-21  Jason Smith  <jason.smith@canonical.com>

	make layout system implement maximum vertical size

2011-09-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.fix_855068

2011-09-21  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix typo

2011-09-22  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.real_minimize_spread

2011-09-21  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Temporarily allow minimied windows to be "focused" so that other plugins
	will add them to focus effects (eg scale) and remove temp unminimization.

2011-09-21  Jason Smith  <jason.smith@canonical.com>

	restore paint background to IconTexture

2011-09-21  Jason Smith  <jason.smith@canonical.com>

	fix dash rendering Draw vs DrawContent

2011-09-21  Jason Smith  <jason.smith@canonical.com>

	fix regression in drag icon renderering from rev 1575

2011-09-21  Jason Smith  <jason.smith@canonical.com>

	fix bug where corrupted FBO paints bad data all over screen

2011-09-21  Jason Smith  <jason.smith@canonical.com>

	merge faster blur branch

2011-09-20  Jason Smith  <jason.smith@canonical.com>

	merge jays optimized effects branch
	tweak to make blurs more reliable and speedy

2011-09-20  Jay Taoko  <jay.taoko@canonical.com>

	Optimized effects creation

2011-09-21  Mirco Müller  <mirco.mueller@ubuntu.com>

	Fixed LP: #838904 

2011-09-21  Mirco Müller  <mirco.mueller@ubuntu.com>

	Fixed height and alignment relative to the top-most launcher icon of the
	dash-search-bar.

2011-09-20  Mirco Müller  <mirco.mueller@ubuntu.com>

	position, size and glow of the search-bar outline fixed

2011-09-21  Gord Allott  <gord.allott@canonical.com>

	adjusts the layout of the dash somewhat

2011-09-20  Gord Allott  <gord.allott@canonical.com>

	add magic numbers to tile size to make gord sad

2011-09-20  Gord Allott  <gord.allott@canonical.com>

	remove colours

2011-09-20  Gord Allott  <gord.allott@canonical.com>

	make the dash resize code flush against the tiles

2011-09-20  Gord Allott  <gord.allott@canonical.com>

	change places style to suit previous commit

2011-09-20  Gord Allott  <gord.allott@canonical.com>

	set the spacing in result tiles to 10

2011-09-20  Gord Allott  <gord.allott@canonical.com>

	remove padding from result view

2011-09-20  Gord Allott  <gord.allott@canonical.com>

	fix the placesgroup object using too much space vertically

2011-09-20  Gord Allott  <gord.allott@canonical.com>

	draw pretty colours all over the dash

2011-09-21  Gord Allott  <gord.allott@canonical.com>

	chunks the loading of dash items so we never block compiz for more than 8ms

2011-09-19  Gord Allott  <gord.allott@canonical.com>

	fix the off by one error and track the timeout handle

2011-09-19  Gord Allott  <gord.allott@canonical.com>

	do the lazy loading of the dash into 8ms chucks, before queuing to the next frame£

2011-09-21  Gord Allott  <gord.allott@canonical.com>

	Merges in a dash rendering cleanup branch, should be a slightly quicker dash

2011-09-19  Gord Allott  <gord.allott@canonical.com>

	remove the clipping from the result view, in certain cases we actually want to go outside our bounds

2011-09-19  Gord Allott  <gord.allott@canonical.com>

	same for the horizontal tile

2011-09-19  Gord Allott  <gord.allott@canonical.com>

	remove unneeded renderering in the dash

2011-09-19  Gord Allott  <gord.allott@canonical.com>

	remove unneeded blend mode setting

2011-09-20  Jason Smith  <jason.smith@canonical.com>

	fix accounting of dash backgrounds to prevent double painting of blur on scroll

2011-09-20  Robert Carr  <racarr@canonical.com>

	BackgroundEffectHelper: Change the default noise factor for blur from 1.2 to 1.1

2011-09-20  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.fix_invisible_windows

2011-09-20  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix spacing and add a comment

2011-09-20  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge trunk

2011-09-20  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Reference count the fbos and ensure that we are not binding
	and painting fbos in the transformed screen case as we don't
	set up the buffers properly for that

2011-09-20  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix dupe

2011-09-20  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge trunk

2011-09-20  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Ensure that the frame region is cleared on showdesktop too

2011-09-20  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~unity-team/unity/unity..sdh_invisible_window

2011-09-20  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix invisible windows when using showdesktop handler

2011-09-20  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~unity-team/unity/unity.fix_732997

2011-09-20  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix LP#732997 - do not override minimization functions until the window
	is mapped and do not show inaccessible windows which have been withdrawn
	or started out iconfied in the alt-tab

2011-09-20  Didier Roche  <didier.roche@canonical.com>

	add Update-notifier to the whitelist as per request from the release team LP: #779382

2011-09-19  Jason Smith  <jason.smith@canonical.com>

	merge branch to improve layout system to be smarter with many windows of varying aspect ratios

2011-09-19  Jason Smith  <jason.smith@canonical.com>

	make layout system look ahead to see the effect of the next window on the current row

2011-09-19  Jason Smith  <jason.smith@canonical.com>

	make layout system prefer even layouts when possible

2011-09-19  Andrea Azzarone

	merge branch to saturate/desaturate the launcher when the dash is open and DND starts

2011-09-15  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes some problem with saturation/desaturation of the launcher when dash is open and dnd starts.

2011-09-19  Jason Smith  <jason.smith@canonical.com>

	merge branch to make GIMP handle spread mode better in some cases

2011-09-13  Jason Smith  <jason.smith@canonical.com>

	Handle applications like the GIMP better in spread mode

2011-09-19  Jason Smith  <jason.smith@canonical.com>

	make sure we dont tell compiz to draw durring a draw

2011-09-19  Tim Penhey  <tim.penhey@canonical.com>

	DashStyle refactoring.

2011-09-15  Tim Penhey  <tim.penhey@canonical.com>

	Merged dash-style-string-const-ref into dash-style-cmath.

2011-09-15  Tim Penhey  <tim.penhey@canonical.com>

	Merged dash-style-pseudo-singleton into dash-style-string-const-ref.

2011-09-15  Tim Penhey  <tim.penhey@canonical.com>

	Merged dash-style-enums into dash-style-pseudo-singleton.

2011-09-15  Tim Penhey  <tim.penhey@canonical.com>

	Remove tabs.

2011-09-15  Tim Penhey  <tim.penhey@canonical.com>

	Merged dash-style-string-const-ref into dash-style-cmath.

2011-09-15  Tim Penhey  <tim.penhey@canonical.com>

	Merged dash-style-pseudo-singleton into dash-style-string-const-ref.

2011-09-15  Tim Penhey  <tim.penhey@canonical.com>

	Merged dash-style-enums into dash-style-pseudo-singleton.

2011-09-15  Tim Penhey  <tim.penhey@canonical.com>

	Merged dash-style-whitespace into dash-style-enums.

2011-09-15  Tim Penhey  <tim.penhey@canonical.com>

	Merged dash-style-variable-rename into dash-style-whitespace.

2011-09-15  Tim Penhey  <tim.penhey@canonical.com>

	Merge prev pipe.

2011-09-15  Tim Penhey  <tim.penhey@canonical.com>

	Add some const correctness.

2011-09-15  Tim Penhey  <tim.penhey@canonical.com>

	Use <cmath> and anon namespace.

2011-09-15  Tim Penhey  <tim.penhey@canonical.com>

	Pass std::string by const&.

2011-09-15  Tim Penhey  <tim.penhey@canonical.com>

	Update tests.

2011-09-15  Tim Penhey  <tim.penhey@canonical.com>

	Pseudo singleton for DashStyle.

2011-09-15  Tim Penhey  <tim.penhey@canonical.com>

	Use strong enums.

2011-09-15  Tim Penhey  <tim.penhey@canonical.com>

	Fix whitespace in the header.

2011-09-15  Tim Penhey  <tim.penhey@canonical.com>

	Fix the whitespace.

2011-09-15  Tim Penhey  <tim.penhey@canonical.com>

	Rename the member variables to match coding guidelines.

2011-09-15  Tim Penhey  <tim.penhey@canonical.com>

	More tweaks.

2011-09-15  Tim Penhey  <tim.penhey@canonical.com>

	Initial extraction.

2011-09-15  Tim Penhey  <tim.penhey@canonical.com>

	Remove extra constants.

2011-09-15  Tim Penhey  <tim.penhey@canonical.com>

	Generic mapping array too.

2011-09-15  Tim Penhey  <tim.penhey@canonical.com>

	Mapped string reader.

2011-09-15  Tim Penhey  <tim.penhey@canonical.com>

	Mode array and int array changed.

2011-09-15  Tim Penhey  <tim.penhey@canonical.com>

	More reading refactoring.

2011-09-14  Tim Penhey  <tim.penhey@canonical.com>

	Refactoring colors and json reading.

2011-09-14  Tim Penhey  <tim.penhey@canonical.com>

	Minimal changes to make DashStyle use a pimpl.

2011-09-16  Jason Smith  <jason.smith@canonical.com>

	merge optimization branch

2011-09-16  Jason Smith  <jason.smith@canonical.com>

	fix memory leak in dash

2011-09-16  Jason Smith  <jason.smith@canonical.com>

	Optimize unity to minimize number of calls to get projection matrix (math reduction)
	Remove useless call to draw background in IconTexture

2011-09-16  Jay Taoko  <jay.taoko@canonical.com>

	Fixed regression in the dash search entry. See bug #764859

2011-09-16  Jay Taoko  <jay.taoko@canonical.com>

	Fixed regression in the dash search entry. See bug #764859

2011-09-16  Robert Carr  <racarr@canonical.com>

	Merge lp:~robertcarr/unity/dash-keepfocus

2011-09-16  Robert Carr  <racarr@canonical.com>

	unityshell: If the dash is open dont let other windows steal input focus. closes lp:830730

2011-09-16  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merge lp:~cimi/unity/black-dash-layer

2011-09-15  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Use plain black #000000, instead #333333, as dark dash layer

2011-09-16  Alejandro Piñeiro  <apinheiro@igalia.com>

	Adding NUX_[DECLARE/IMPLEMENT]_OBJECT_TYPE macros for LauncherIcon

2011-09-15  Alejandro Piñeiro  <apinheiro@igalia.com>

	Fixing a type on LauncherIcon NUX_DECLARE_TYPE

2011-09-15  Alejandro Piñeiro  <apinheiro@igalia.com>

	Adding the NUX_DECLARE/IMPLEMENT macros for LauncherIcon

2011-09-15  Jason Smith  <jason.smith@canonical.com>

	fix issue where (rarely) alt-tab could enter spread mode prematurely

2011-09-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Release\ 4.16.0

2011-09-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix count of hidden results

2011-09-15  Gord Allott  <gord.allott@canonical.com>

	makes the shine on the dash much less intensive

2011-09-15  Gord Allott  <gord.allott@canonical.com>

	less bright sheen

2011-09-15  Gord Allott  <gord.allott@canonical.com>

	fixes the tiling for icons in the dash, small icons now stretch

2011-09-15  Gord Allott  <gord.allott@canonical.com>

	Makes the icons in the dash scale instead of tile

2011-09-15  Mirco Müller  <mirco.mueller@ubuntu.com>

	Mirco's branch to adjust spacing and solve lp:844889
	
	Fixed issues:
	
	- Category header icons are too large
	- The font size of category header titles is too larged
	- The search result icons are too small
	- The search filter toggle boxes are too high
	- The search filter toggle boxes are too narrow
	- the search box is too short
	- The the font size of the text underneath each icon in the search results is too large
	- The size and shape of the arrow that points to the currently selected Dash Lens is incorrect

2011-09-15  Mirco Müller  <mirco.mueller@ubuntu.com>

	reverted the attempt in changing the dash-size, made category font smaller

2011-09-15  Mirco Müller  <mirco.mueller@ubuntu.com>

	Numerous fixes for LP: #844889... about 50% of the states issues still to do

2011-09-15  Gord Allott  <gord.allott@canonical.com>

	changes the dash background to be darker with a shine

2011-09-15  Gord Allott  <gord.allott@canonical.com>

	made the sheen less shiny

2011-09-15  Gord Allott  <gord.allott@canonical.com>

	remove comments

2011-09-15  Gord Allott  <gord.allott@canonical.com>

	fixes the launcher renderering

2011-09-15  Gord Allott  <gord.allott@canonical.com>

	adds a sheen to the launcher, dash and panel

2011-09-14  Gord Allott  <gord.allott@canonical.com>

	shine in the dash

2011-09-14  Gord Allott  <gord.allott@canonical.com>

	darken layer added to the ui elements in dash mode

2011-09-15  Gord Allott  <gord.allott@canonical.com>

	reduce the grid view spacing

2011-09-15  Gord Allott  <gord.allott@canonical.com>

	reduce height of results in the dash by one line of text

2011-09-15  Gord Allott  <gord.allott@canonical.com>

	fixed bug with total rows being +1 instead of ceil

2011-09-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix Panel icons and text when dash is open

2011-09-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make icons white when the dash is open

2011-09-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make indicators draw white text when Dash is showing

2011-09-15  Gord Allott  <gord.allott@canonical.com>

	Fixes a bug with the horizontal renderer not using the correct text drawing method

2011-09-13  Gord Allott  <gord.allott@canonical.com>

	fixed the horizontal renderer cutting off some of the text

2011-09-13  Gord Allott  <gord.allott@canonical.com>

	Merge in the new dash size branch

2011-09-13  Gord Allott  <gord.allott@canonical.com>

	made the loadtext method in resultrenderer virtual

2011-09-15  Jason Smith  <jason.smith@canonical.com>

	fix timeout delay to be consistent

2011-09-15  Gord Allott  <gord.allott@canonical.com>

	merging in a branch to increase the icon size in the dash, one of many targeting lp:844889

2011-09-14  Gord Allott  <gord.allott@canonical.com>

	changed fallback icon size to use places style code

2011-09-14  Gord Allott  <gord.allott@canonical.com>

	Merged updated fix-missing-icons branch

2011-09-12  Gord Allott  <gord.allott@canonical.com>

	remove spacing from the results grid renderer

2011-09-12  Gord Allott  <gord.allott@canonical.com>

	changed the horizontal renderer to fit the new size

2011-09-12  Gord Allott  <gord.allott@canonical.com>

	changed dash icon size from 42 to 64

2011-09-12  Gord Allott  <gord.allott@canonical.com>

	fix missing icons branch merged in to stop future conflicts

2011-09-12  Gord Allott  <gord.allott@canonical.com>

	quicksave

2011-09-15  Gord Allott  <gord.allott@canonical.com>

	Merges in a branch to fix missing icons, targeting lp:830887

2011-09-14  Gord Allott  <gord.allott@canonical.com>

	fixes icon renderer so that it returns a null reference when it can't find a file rather than silently quitting, so we can use that codepath instead of stating files all the live long day

2011-09-09  Gord Allott  <gord.allott@canonical.com>

	fix lp:830887

2011-09-15  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.fix_crash_on_startup

2011-08-05  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix crash on startup
	
	On startup, compiz does plugin->vTable->init () for every single plugin in
	the load queue. It then does plugin->vTable->initScreen (); On some drivers,
	doing a glGet () before an opengl context is created can result in a crash,
	so move the detection and failure code to UnityScreen's constructor where
	opengl has already been loaded.

2011-09-14  Jason Smith  <jason.smith@canonical.com>

	merge branch to make dash not close on DND start

2011-09-14  Jason Smith  <jason.smith@canonical.com>

	Dont close dash on DND start

2011-09-14  Jason Smith  <jason.smith@canonical.com>

	merge top autoscroll branch

2011-09-14  Jason Smith  <jason.smith@canonical.com>

	Restore top autoscroll

2011-09-14  Jason Smith  <jason.smith@canonical.com>

	merge darken pips branch

2011-09-14  Jason Smith  <jason.smith@canonical.com>

	make sure darkening only happens when rendering is done over the tile

2011-09-14  Jason Smith  <jason.smith@canonical.com>

	make pips render darker when in highlight mode

2011-09-14  Jason Smith  <jason.smith@canonical.com>

	merge alt-shift-grave branch

2011-09-14  Jason Smith  <jason.smith@canonical.com>

	make alt-shift-` able to initiate detail mode and start on the last window

2011-09-14  Jason Smith  <jason.smith@canonical.com>

	switch default of detail_on_timeout to match that in xml file

2011-09-14  Jason Smith  <jason.smith@canonical.com>

	add <Alt><Shift>Key Above Tab support

2011-09-14  Jason Smith  <jason.smith@canonical.com>

	merge branch to fix issue with switcher padding

2011-09-14  Jason Smith  <jason.smith@canonical.com>

	fix issue where switcher would layout with improper padding when the number of flat icons was exactly 1

2011-09-14  Jay Taoko  <jay.taoko@canonical.com>

	Removing incorrect call for setting opengl render buffer. The call also is not needed, so I am removing it entirely.

2011-09-14  Jay Taoko  <jay.taoko@canonical.com>

	Fix: Removing incorrect call for setting opengl render buffer.

2011-09-14  Jason Smith  <jason.smith@canonical.com>

	fix f10

2011-09-14  Alex Launi  <alex.launi@canonical.com>

	fix a syntax error in the unity launch script

2011-09-14  Jason Smith  <jason.smith@canonical.com>

	update design resources
	make Launcher rendering proper for new resources

2011-09-14  Didier Roche  <didier.roche@canonical.com>

	Set alt + tab timeout to true (LP: #838075)

2011-09-14  Didier Roche  <didier.roche@canonical.com>

	Set alt + tab timeout to true (LP: #838075)

2011-09-14  Robert Carr  <racarr@canonical.com>

	Merge lp:~robertcarr/unity/launcherdrag-checkicon

2011-09-14  Robert Carr  <racarr@canonical.com>

	Launcher::StartIconDragRequest. Only set action state if we actually have a drag icon

2011-09-14  Jason Smith  <jason.smith@canonical.com>

	merge branch to fix minor design team issues

2011-09-14  Jason Smith  <jason.smith@canonical.com>

	make BFB launcher use UBusManager rather than C api

2011-09-13  Jason Smith  <jason.smith@canonical.com>

	fix launcher scroll direction

2011-09-13  Jason Smith  <jason.smith@canonical.com>

	Make alt-tab close the dash when it opens

2011-09-13  Jason Smith  <jason.smith@canonical.com>

	fix issue where slow moving pointer would not trigger edge reveal

2011-09-14  Didier Roche  <didier.roche@canonical.com>

	This branch does 2 things:
	- bring back Super + Shift + Num to open a new instance of an app (LP: #842977)
	- force sorting at start to get shortcut working (LP: #768076)

2011-09-12  Didier Roche  <didier.roche@canonical.com>

	force sorting at start to get shortcut working (LP: #768076)

2011-09-12  Didier Roche  <didier.roche@canonical.com>

	bring back Super + Shift + Num to open a new instance of an app (LP: #842977)

2011-09-14  Didier Roche  <didier.roche@canonical.com>

	update unity --distro to latest installed files (LP: #847799)

2011-09-12  Didier Roche  <didier.roche@canonical.com>

	update unity --distro to latest installed files (LP: #847799)

2011-09-14  Tim Penhey  <tim.penhey@canonical.com>

	Unload the renderer from the results when the ResultsView dies.

2011-09-14  Tim Penhey  <tim.penhey@canonical.com>

	More logging cleanup.

2011-09-14  Tim Penhey  <tim.penhey@canonical.com>

	Cleaning up unneeded logging.

2011-09-13  Tim Penhey  <tim.penhey@canonical.com>

	Don't log the renderer count.

2011-09-13  Tim Penhey  <tim.penhey@canonical.com>

	Stop counting results.

2011-09-13  Tim Penhey  <tim.penhey@canonical.com>

	Unload any results we have hanging around at destruction time.

2011-09-13  Tim Penhey  <tim.penhey@canonical.com>

	Log the adding and removing of results.

2011-09-13  Tim Penhey  <tim.penhey@canonical.com>

	Count the containers.

2011-09-13  Tim Penhey  <tim.penhey@canonical.com>

	Merged cleanup-filters into renderer-leak.

2011-09-13  Tim Penhey  <tim.penhey@canonical.com>

	Logging and counters.

2011-09-12  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2011-09-12  Tim Penhey  <tim.penhey@canonical.com>

	Add count check.

2011-09-14  Tim Penhey  <tim.penhey@canonical.com>

	Remove extra references on the layouts and remove the unreferences added
	in error.
	
	Fixes lp:845732.

2011-09-13  Tim Penhey  <tim.penhey@canonical.com>

	Remove unreferences added in error.

2011-09-13  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2011-09-12  Tim Penhey  <tim.penhey@canonical.com>

	Avoid gratuitous referencing.

2011-09-12  Tim Penhey  <tim.penhey@canonical.com>

	Adding some missed nux object type information.

2011-09-13  Jason Smith  <jason.smith@canonical.com>

	merge switcher crash on window close branch

2011-09-13  Jason Smith  <jason.smith@canonical.com>

	fix crash when window closes and switcher is open

2011-09-13  Jay Taoko  <jay.taoko@canonical.com>

	Set framebuffer depth attachment to 0

2011-09-13  Jason Smith  <jason.smith@canonical.com>

	Fix potential crash when hash table is null in remove entry model

2011-09-13  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~unity-team/unity/unity.fix_847967

2011-09-13  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Add some comments

2011-09-13  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Don't save and restore implicit bounding shapes since this shape will be kept after restore

2011-09-13  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix sent shape events not working correctly, ensure that they are sent to clients
	that will actually receive them.
	
	This won't work without http://lists.x.org/archives/xorg-devel/2011-September/024996.html
	since there's a bug in the X Server

2011-09-12  Jason Smith  <jason.smith@canonical.com>

	Round orange outline

2011-09-12  Jason Smith  <jason.smith@canonical.com>

	merge layout improvements branch

2011-09-12  Jason Smith  <jason.smith@canonical.com>

	make sure we dont let stuff scale up beyond bounds

2011-09-12  Jason Smith  <jason.smith@canonical.com>

	improve layout system to optimize horizontal spacing

2011-09-12  Robert Carr  <racarr@canonical.com>

	Merge lp:~robertcarr/unity/alttab-checkgrabresult

2011-09-12  Robert Carr  <racarr@canonical.com>

	altTabInitiateCommon: Check if we successfully get a grab, if not short circuit

2011-09-12  Robert Carr  <racarr@canonical.com>

	Style

2011-09-12  Robert Carr  <racarr@canonical.com>

	Style

2011-09-12  Robert Carr  <racarr@canonical.com>

	BamfLauncherIcon::ValidateUrisForLaunch: If we are the home launcher we can accept any kind of URI

2011-09-12  Robert Carr  <racarr@canonical.com>

	Merge lp:~robertcarr/unity/tab-lens-navigation

2011-09-11  Robert Carr  <racarr@canonical.com>

	Implement KeyNavIteration on DashView to allow switching through the lens bar with tab and left tab (shift-tab)

2011-09-12  Didier Roche  <didier.roche@canonical.com>

	remove unity-preferences, we will need to add some blessed option as a g-c-c capplet (LP: #847599)

2011-09-12  Didier Roche  <didier.roche@canonical.com>

	remove unity-preferences, we will need to add some blessed option as a g-c-c capplet (LP: #847599)

2011-09-12  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: atk-bridge location path changed his format

2011-09-09  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: atk-bridge location path changed format
	
	Changed the format on this bug:
	https://bugzilla.gnome.org/show_bug.cgi?id=645321
	
	Fixes bug:
	https://bugs.launchpad.net/unity/+bug/844927

2011-09-11  Jason Smith  <jason.smith@canonical.com>

	merge switcher layout branch

2011-09-11  Jason Smith  <jason.smith@canonical.com>

	fix merge issues

2011-09-11  Jason Smith  <jason.smith@canonical.com>

	fix padding math

2011-09-11  Jason Smith  <jason.smith@canonical.com>

	soften opacity differences as orange outline works now

2011-09-11  Jason Smith  <jason.smith@canonical.com>

	improve layout system and switcher view to more closely match design goals

2011-09-09  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.stack_debug_fixed_minimized_windows

2011-09-09  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~unity-team/unity/unity.stack-debug

2011-09-08  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2011-09-09  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Only remove the input shape on the client window and send a synethetic ShapeNotify when that happens
	
	We should only remove the input shape on the client window because core will respond by updating the
	regions correctly so that if the shape changes again core will be able to restore it correctly. However,
	we disable XShape events on the client window such that we will not receive a ShapeNotify event
	on the client window for our own operation which would cause cycling in the shape code. Instead craft
	a synethetic ShapeNotify event and send that to the root window so that core will update the window
	region and we can ignore the synethetic ShapeNotify event.

2011-09-08  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2011-09-08  Jason Smith  <jason.smith@canonical.com>

	track upstream stacking changes

2011-09-09  Robert Carr  <racarr@canonical.com>

	Merge lp:~robertcarr/unity/result-dragimages

2011-09-08  Robert Carr  <racarr@canonical.com>

	When dragging from dash results, make better use of the icon_hint the lens gave us, i.e. if it is a filename (presumably a thumbnail) try loading that first. This ensures that the drag image will be the same as the image displayed in the dash

2011-09-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 4.14.2

2011-09-08  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Update tests to new libunity API

2011-09-08  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Oh, who  wants to NULL initialize GLists anyway?!

2011-09-08  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Update test cases to reflect latest API breaks in libunity. There's a segv in test-gtest-service inside g_object_new() on a GIcon instance I create. What's up with that?!

2011-09-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 4.14.0

2011-09-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix test

2011-09-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	Don't show Filter Search for home lens

2011-09-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	Revert Robert's spacer from the DashSearchBar as it's causing the filters to be pushed off the edge of the Dash on some resolutions

2011-09-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	To implement the Desktop DX Indicators Review blueprint [1] and to implement the system indicators ordering requested by design team [2], I've redesigned the way the indicators work in unity.

2011-09-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Correctly unref floating indicator objects.

2011-09-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Removing old PanelTray code

2011-09-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream

2011-09-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelView: notify indicators and menu views on indicator object removed
	
	When the signal is fired the indicators will be removed from unity.

2011-09-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorsView: support indicator removal

2011-09-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityCore: added Indicator::GetEntries() and notify on removal

2011-09-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	panel-service: reduce close-timeout to 1 second.

2011-09-06  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	DbusIndicators: kill panel service if needed

2011-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityCore: adding Indicators::RemoveIndicator and Indicators::GetIndicators()
	
	They both allow to remove indicators when they have been lost.

2011-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Better Indicator and Indicators APIs
	
	Using Indicator:Ptr everywhere and reduced loops when syncing.

2011-09-05  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Add a timeout to the Indicator Remove API
	
	So we are sure that in the case that no client is actually running
	the panel will close, without waiting a reply from the client.
	
	Currently set to 3 seconds, maybe it could be set to a lower value.

2011-09-04  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Make unity to remove the indicators when the panel service has been closed
	
	Not killed, that needs to update the unity side.

2011-09-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService small api change...

2011-09-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream.

2011-09-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelService: fix keynavigation on priority based indicators.
	
	With the new priority based positioning system, when using the keynavigation
	to open menus on the panel we need to follow the priority order.
	The old implementation otherwise, causes the indicators menus to be shown
	following the order of the ohe indicator the objects.
	
	Bug fixed by reoreding the indicator entries considering their priority and
	using the temporary generated list to select which menu should be opened.

2011-09-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream, fixing the small conflict with TrayIcon

2011-08-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Cleaning up another missed comment.

2011-08-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	More cleanups...

2011-08-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Removing unneeded and commented code

2011-08-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with Upstream.

2011-08-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Some optimizations for clearing empty indicators.

2011-08-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Indicator entries should always be resynced, also if they're empty.
	
	Then the indicator could remove them.
	
	This fixes the issue that I introduced which caused the menus not to
	be removed when a window had no menus at all.

2011-08-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Menus already arrive in the correct order, no need to check for priority.
	
	Also if that could be a nice extra check, I prefer not to waste time here.

2011-08-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Including name_hint parameter in the IndicatorEntry.
	
	Also if actually this is not used by the shell, but only by the panel
	service, this value could be useful in future development.
	
	Updated also the entry tests.

2011-08-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Added PanelIndicatorsView to move to the priority-based system for ordering entries
	
	Removed PanelIndicatorObject and replaced with PanelIndicatorsView that
	basically is a container of indicators which shows them following the priority
	of the given entries.
	
	So, now PanelView just contains two indicator children: menu_view and indicators
	They get updated when a new entry is added and uses the entries priority
	to order them. Thanks to this now the indicators can be also in a mixed order
	and the entries aren't anymore ordered just per-IndicatorObject.

2011-08-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityCore: Support for prioritized indicator entries
	
	When an IndicatorEntry is allocated now, we also consider its priority
	flag, as the PanelService sends us that value too.
	
	Also, now we avoid to allocate a new entry at every Sync, but we
	try to use the already allocated instance if it exists.
	Added also the support for removing an indicator entry when
	it's not more synced by the PanelSerive, with signal support.
	
	This avoids that unity will create blank indicator entries, but
	actually it only generates real entries to be added to the panel.
	
	Finally, now we use have an indicator entry priority flag, we don't
	need to order all the entries per-indicator.

2011-08-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Panel service: Add priority flag to indicators
	
	When panel service loads the indicators, it also compute the priority
	of the indicator entry itself. That value then can be used by
	the panel to correctly order the indicators.
	
	Now panel service orders the indicators following the specifications
	defined by the design team, and basically from the end of the screen:
	* indicator-session
	* indicator-datetime
	* indicator-sound
	* network manager (nm-applet)
	* bluetooth manager
	* indicator-messages
	* keyboard layout
	* All the others appindicators
	* The application menus

2011-08-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Enable debugging symbols in Debug mode.

2011-09-08  Didier Roche  <didier.roche@canonical.com>

	Fix missing lens shortcuts (Super-A, Super-F) (LP: #834078)

2011-09-08  Didier Roche  <didier.roche@canonical.com>

	fix show/hide dash when shortcuts are pressed quickly

2011-09-08  Didier Roche  <didier.roche@canonical.com>

	Fix uneeded object construction

2011-09-07  Didier Roche  <didier.roche@canonical.com>

	bring back lenses shortcut activation. Seems there is still an issue on registering keybinding on first super invocation, but good enough for main cases (LP: #834078)

2011-09-08  Tim Penhey  <tim.penhey@canonical.com>

	Merging in tims branch to replace PlacesStyle with a non-singleton
	
	This branch changes one of our singletons that never gets destroyed
	into a pseudo-singleton.
	
	The PlacesStyle object now uses smart pointers to own the textures,
	and the signal manger to dicsonnect the signals.
	
	Other small tweaks include putting it in the unity namespace, and
	returning the text color by const&, and making some of the methods
	const.

2011-09-08  Tim Penhey  <tim.penhey@canonical.com>

	Makes PlacesStyle a non-singleton, but warns you if you try
	to create more than one instance.
	
	This means that the unity screen can own the style, so it get
	nicely destroyed when the screen is destroyed.

2011-09-08  Gord Allott  <gord.allott@canonical.com>

	Merging in my branch that speeds up the dash even further, we now only render the results that are on the screen and only load the icons that are visible, reducing the memory footprint 

2011-09-08  Gord Allott  <gord.allott@canonical.com>

	removed comment

2011-09-08  Gord Allott  <gord.allott@canonical.com>

	only pre-load the tiles that are currently visible

2011-09-07  Gord Allott  <gord.allott@canonical.com>

	fixed bug with the last row in a results view being dropped

2011-09-07  Gord Allott  <gord.allott@canonical.com>

	Only draw the icons in a result view that are visible on the screen

2011-09-07  Gord Allott  <gord.allott@canonical.com>

	fix relayout branch

2011-09-07  Gord Allott  <gord.allott@canonical.com>

	latest trunk

2011-09-07  Gord Allott  <gord.allott@canonical.com>

	snapshot

2011-09-05  Gord Allott  <gord.allott@canonical.com>

	merge latest trunk

2011-09-05  Gord Allott  <gord.allott@canonical.com>

	first attempt at only displaying the results that are visible

2011-09-08  Andrea Cimitan  <andrea.cimitan@canonical.com>

	merging in Cimi's branch to modify the theming of the panel

2011-09-07  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Also render frame on the panel

2011-09-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove stray g_debug

2011-09-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix panel opacity settings

2011-09-08  Neil Jagdish Patel  <njpatel@Pulse>

	Merging neils branch to order the lenses in the dash

2011-09-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add some ordering, make sure Applications lens is always first

2011-09-08  Neil Jagdish Patel  <njpatel@Pulse>

	Merging neils branch to remove some hacks revolving around the inital results

2011-09-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove hacks that work around lenses not giving initial results

2011-09-08  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Merges in Marcos branch that fixes lp:#801413 and lp:843425 and some more fixes/improvements
	
	This branch includes various fixes for the QuickList handling such as:
	- Correct hiding of quicklist items and quicklist roots (including not showing unneeded separators, see more at bug #843425).
	- Support for monitoring .desktop file changes to dynamically update the "static" quicklist generated using the launcher .desktop file
	- Some memory optimizations and fix of memory leaks
	- Fixed a bug causing unity to crash if removing launcher with an open quicklist (bug #801413)

2011-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	LauncherIcon: Hide a visible quicklist when removing the Icon
	
	If a LauncherIcon has been removed while its quicklist is still showing,
	unity crashes since it's still listening for events waiting a click
	outside the quicklist. Hiding it before removing the icon fixes it.
	
	This fixes bug #801413

2011-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: Fixed some MenuItems memory leaks
	
	Keeping pointers of all other menu-items we use in the quicklist
	to avoid to re-create them on every icon right-click (each time
	the quicklist is shown).
	
	All the used menu_items are now also unreferenced when the Launcher Icon
	is destructed.

2011-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Update .desktop file quicklist on file modification
	
	Monitor for desktop file changes and reload the launcher quicklist
	on file edit. Also the monitor is updated when the linked desktop file
	changes (that's BAMF responsability).
	
	Plus, don't update the cached desktop file if not needed and always use
	DesktopFile() to get it.

2011-09-07  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: Don't show quicklist items if they aren't visible.
	
	A quicklist menu or a quicklist menuitem shouldn't be considered if not visible
	at all. This would cause to show just a separator leading to bug #843425

2011-09-08  Mirco Müller  <mirco.mueller@ubuntu.com>

	This fixes a lot of the issues stated in the mega-bug LP: #841945. But since
	it is so much not everything is done yet. Still already done fixes should
	move into trunk as soon as possible. Here's a list of done fixes:
	
	from the list of positioning issues:
	- The Category Headers are positioned wrong (too far left, too low)
	- The magnifying glass inside the search box is positioned wrong (should be
	further to the left)
	- There is too much space below each category header
	- "Filter results" header is positioned wrong (should be right and slightly up)
	- The "All" button is aligned incorrectly relative to the other filter buttons
	(right sides should fall on the same vertical axis)
	
	from the list of shape issues:
	- "Filter results" is the wrong font size and weight
	- The corner radius of the search filter toggle boxes is wrong
	- The 'rating' stars are the wrong size
	- the un-selected 'rating' star has the wrong border
	- the 1px dividers in-between the categories should be narrower with 15px
	margin on each side
	- the dividers in between the filter results categories are missing
	- the 'All' button's shape is very wrong
	- the filter results category headers are with wrong font size and weight

2011-09-08  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merge with trunk again

2011-09-08  Mirco Müller  <mirco.mueller@ubuntu.com>

	Made font-weight of filter-caption text bold, added drawing of separators to the genre- and multi-range-widgets

2011-09-07  Mirco Müller  <mirco.mueller@ubuntu.com>

	Fixed spacing between filter-header and actual filter-widget

2011-09-07  Mirco Müller  <mirco.mueller@ubuntu.com>

	fixed the horizontal position and alignment of SeachBar and result-captions... gave up on the icon-sizes of the result-views for now

2011-09-06  Mirco Müller  <mirco.mueller@ubuntu.com>

	first bunch of fixes on the filter-page for the mega-bug LP: #841945

2011-09-08  Jay Taoko  <jay.taoko@canonical.com>

	Fix blur in multimonitor config

2011-09-08  Jay Taoko  <jay.taoko@canonical.com>

	Merged trunk

2011-09-07  Jay Taoko  <jay.taoko@canonical.com>

	minor fix

2011-09-07  Jay Taoko  <jay.taoko@canonical.com>

	Fix blur in multimonitor config

2011-09-08  Jason Smith  <jason.smith@canonical.com>

	merge bfb hide dash branch

2011-09-08  Jason Smith  <jason.smith@canonical.com>

	Fix bug where dash wouldn't go away when BFB was clicked on

2011-09-07  Andrea Azzarone

	Merge dnd fixes branch

2011-08-31  Andrea Azzarone  <azzaronea@gmail.com>

	Add global comment.

2011-08-31  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2011-08-31  Andrea Azzarone  <azzaronea@gmail.com>

	Add comments.

2011-08-31  Andrea Azzarone  <azzaronea@gmail.com>

	Some changes.

2011-08-30  Andrea Azzarone  <azzaronea@gmail.com>

	Add null check.

2011-08-30  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk. 
	Use WindowManager in DNDCollectionWindow.
	Use signal window_moved instead of using timeout.

2011-08-29  Andrea Azzarone  <azzaronea@gmail.com>

	Ops...

2011-08-29  Andrea Azzarone  <azzaronea@gmail.com>

	Restack the window properly.

2011-08-29  Andrea Azzarone  <azzaronea@gmail.com>

	10ms should be enough.

2011-08-28  Andrea Azzarone  <azzaronea@gmail.com>

	This should fix bug #835362

2011-08-28  Andrea Azzarone  <azzaronea@gmail.com>

	Ops...

2011-08-28  Andrea Azzarone  <azzaronea@gmail.com>

	Makes the DNDCollectionWindow work properly with dash (and panel) with just one mouse movement.

2011-08-28  Andrea Azzarone  <azzaronea@gmail.com>

	Revert changes.

2011-08-28  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk and make the dndcollectionwindow works properly with unity panel and unity dash with just one movement of the mouse.

2011-08-26  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2011-08-26  Andrea Azzarone  <azzaronea@gmail.com>

	Use 200ms as timeout again.

2011-08-25  Andrea Azzarone  <azzaronea@gmail.com>

	Makes a device icons always movable.

2011-08-25  Andrea Azzarone  <azzaronea@gmail.com>

	Make it possible to add more than one .desktop file at once.

2011-08-24  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2011-08-24  Andrea Azzarone  <azzaronea@gmail.com>

	Use 50 as timeout.

2011-08-24  Andrea Azzarone  <azzaronea@gmail.com>

	Make itpossible to add more .desktop files at once using dnd.

2011-08-24  Andrea Azzarone  <azzaronea@gmail.com>

	Some fixes...

2011-08-24  Andrea Azzarone  <azzaronea@gmail.com>

	Makes it possible adding more .desktop files to the launcher at once.

2011-08-25  Andrea Azzarone  <azzaronea@gmail.com>

	Finally fixes "short/fast dragging" problem

2011-09-07  Jason Smith  <jason.smith@canonical.com>

	merge lancher with dash branch

2011-09-07  Jason Smith  <jason.smith@canonical.com>

	make launcher react properly when dash is open

2011-09-08  Tim Penhey  <tim.penhey@canonical.com>

	Making sure the ColorLayers are deleted.

2011-09-08  Tim Penhey  <tim.penhey@canonical.com>

	Clean up the iteration code.

2011-09-08  Tim Penhey  <tim.penhey@canonical.com>

	Clean up the deletion of nux::ColorLayer.

2011-09-08  Tim Penhey  <tim.penhey@canonical.com>

	Numerous memory leaks fixed, valgrind is now much happier.

2011-09-07  Tim Penhey  <tim.penhey@canonical.com>

	Don't ref the layouts.

2011-09-07  Tim Penhey  <tim.penhey@canonical.com>

	Unref the filter views we remove.

2011-09-07  Tim Penhey  <tim.penhey@canonical.com>

	Fix the emblem leak.

2011-09-07  Tim Penhey  <tim.penhey@canonical.com>

	Unsubscribe from the dbus owner changed id too.

2011-09-07  Tim Penhey  <tim.penhey@canonical.com>

	Removing member variables where temporaries are fine.

2011-09-06  Tim Penhey  <tim.penhey@canonical.com>

	Fix the leaking Regions on early exit.

2011-09-06  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2011-09-05  Tim Penhey  <tim.penhey@canonical.com>

	Unreference the buttons when removed from the layout.

2011-09-05  Tim Penhey  <tim.penhey@canonical.com>

	Clean up the destructor.

2011-09-07  Robert Carr  <racarr@canonical.com>

	Merge lp:~robertcarr/unity/imtextentry-cursor

2011-09-07  Robert Carr  <racarr@canonical.com>

	IMTextEntry: When committing IM changes we need to insert the text at the cursor position rather than arbitrarily at the end. Closes LP:840862

2011-09-07  Robert Carr  <racarr@canonical.com>

	Reapply 1496 (aligning filter results) in light of 1499 (fix cyclical layout)

2011-09-07  Alex Launi  <alex.launi@canonical.com>

	merge changes to the autopilot wire protocol

2011-09-01  Alex Launi  <alex.launi@canonical.com>

	Add show_dash autopilot test

2011-08-30  Alex Launi  <alex.launi@canonical.com>

	Update ElapsedTimeMonitor to use TimeDelta

2011-08-30  Alex Launi  <alex.launi@canonical.com>

	merge trunk

2011-08-30  Alex Launi  <alex.launi@canonical.com>

	Add Elapsed time monitor and aggregator monitor

2011-08-29  Alex Launi  <alex.launi@canonical.com>

	Add Monitor class, and monitor for elapsed test time.

2011-08-29  Alex Launi  <alex.launi@canonical.com>

	add data arg to testfinished signal and some minor fixes

2011-09-07  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Merged branch lp:~cimi/unity/use_gint_for_widget_path

2011-09-07  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Use gint and not guint when getting the widget path position

2011-09-07  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Use gint and not guint when getting the widget path position

2011-09-07  Andrea Azzarone  <azzaronea@gmail.com>

	I noticed that in many files we use something like this:
	
	#include "Nux/..."
	
	Maybe it's better this:
	
	#include <Nux/...>
	
	I don't know if there is a good reason to use the former form, if so please apologise me for the merge proposal.

2011-09-06  Andrea Azzarone  <azzaronea@gmail.com>

	C++ files should end with an extra line.

2011-09-06  Andrea Azzarone  <azzaronea@gmail.com>

	Uses <Nux/...> instead of "Nux/...". 

2011-09-06  Andrea Azzarone  <azzaronea@gmail.com>

	Merge Trunk.

2011-09-06  Andrea Azzarone  <azzaronea@gmail.com>

	Merge Trunk.

2011-09-05  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2011-09-07  Andrea Azzarone  <azzaronea@gmail.com>

	Removes the plus one padding (cimi's work not of mine).

2011-09-06  Andrea Azzarone  <azzaronea@gmail.com>

	Removes the 1px of padding.

2011-09-07  Mirco Müller  <mirco.mueller@ubuntu.com>

	Added sheen-asset for dash provided by Design

2011-09-07  Gord Allott  <gord.allott@canonical.com>

	fixes a relayout loop in the dash view

2011-09-07  Gord Allott  <gord.allott@canonical.com>

	fix the bug with the relayout cycle going crazy

2011-09-06  Jason Smith  <jason.smith@canonical.com>

	Revert commit 1496, can cause cycling in layouts

2011-09-06  Jay Taoko  <jay.taoko@canonical.com>

	Round corners in Dash and Alt+Tab

2011-09-06  Jay Taoko  <jay.taoko@canonical.com>

	Round corners in Dash and Alt+Tab

2011-09-06  Robert Carr  <racarr@canonical.com>

	Merge: lp:~robertcarr/unity/rightalign-filter

2011-09-06  Robert Carr  <racarr@canonical.com>

	Filter results label should be right aligned

2011-09-06  Robert Carr  <robert.carr@canonical.com>

	Merge lp:~robertcarr/unity/showdesktop-desktop-focus

2011-09-06  Robert Carr  <racarr@canonical.com>

	When entering show desktop mode hand input focus to the desktop window

2011-09-06  Didier Roche  <didier.roche@canonical.com>

	replace ubuntuonecontrol-panel-gtk with ubuntuone-installer as requested per ubuntuone team

2011-09-06  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: Adding a missing g_object_ref and some extra NULL checks
	
	Fixes launchpad bug 817477

2011-09-02  Alejandro Piñeiro  <apinheiro@igalia.com>

	a11y: Adding a missing g_object_ref and some extra NULL checks
	
	Fixes launchpad bug 817477

2011-09-05  Didier Roche  <didier.roche@canonical.com>

	prevent weird configuration when gconf profiles don't answer (LP: #809378)

2011-09-05  Didier Roche  <didier.roche@canonical.com>

	prevent weird configuration when gconf profiles don't answer (LP: #809378)

2011-09-05  Jason Smith  <jason.smith@canonical.com>

	s/fade/de-sat/ launcher icons when dash opens

2011-09-02  Jason Smith  <jason.smith@canonical.com>

	make launcher fade out desaturated icons

2011-09-05  Tim Penhey  <tim.penhey@canonical.com>

	This branch fixes a leak in the IconLoader.
	
	The fundamental here is that the IconLoader was using the glib queue.
	However the problem is that the way the items on the queue are freed
	doesn't take into account any of the object destructors, like sigc::slot.

2011-09-05  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk (and design).

2011-08-31  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2011-08-31  Tim Penhey  <tim.penhey@canonical.com>

	Add some logging.

2011-08-31  Tim Penhey  <tim.penhey@canonical.com>

	Update call-sites and remove the block timer.

2011-08-31  Tim Penhey  <tim.penhey@canonical.com>

	The call sites are using std::strings so change the params.

2011-08-31  Tim Penhey  <tim.penhey@canonical.com>

	Refactoring with extreme prejudice on the IconLoader.

2011-08-31  Tim Penhey  <tim.penhey@canonical.com>

	Add an ElapsedMicroSeconds to Timer.

2011-09-05  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for loading the Dash lazily

2011-09-05  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add a timeout to load Dash long after login, to keep it snappy when the user calls it

2011-09-05  Neil Jagdish Patel  <neil.patel@canonical.com>

	Change DashController to load lazily, clean up some bits and pieces

2011-09-05  Tim Penhey  <tim.penhey@canonical.com>

	I noticed that quite a few of the memory leaks were do to
	making a texture from a CairoGraphics object. Instead of having
	to remember at all the call sites, I've created a couple of helper
	methods.
	
	I had to control myself a lot during this change to not change too
	many other things at once. Sometimes I couldn't help myself though.
	
	In particular I changed the TextureContainer to use smart pointers.

2011-09-05  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2011-09-02  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2011-09-02  Tim Penhey  <tim.penhey@canonical.com>

	Fix the TextureCache callsites.
	
	Added namespace unity around some.

2011-09-02  Tim Penhey  <tim.penhey@canonical.com>

	A large(ish) refactoring of the TextureCache.
	
	Simplifies the internal map and uses std::strings and nux object pointers.

2011-09-02  Tim Penhey  <tim.penhey@canonical.com>

	Add the texture_cache tests.

2011-09-02  Tim Penhey  <tim.penhey@canonical.com>

	There are some disabled tests here as I can't figure out right
	now how to get nux to allow me to create some BaseTexture* type
	objects without an X11 window, or how to fake an X11 window.
	
	These tests have been left in though, in the hope that we will soon
	be able to test this.

2011-09-02  Tim Penhey  <tim.penhey@canonical.com>

	Initialize nux for the test suite.

2011-09-01  Tim Penhey  <tim.penhey@canonical.com>

	Added tracker locations and found line crashing unity.

2011-09-01  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2011-09-01  Tim Penhey  <tim.penhey@canonical.com>

	Making sure that all the TextureContainer textures get assigned with the correct reference count.

2011-09-01  Tim Penhey  <tim.penhey@canonical.com>

	Damn namespaces.

2011-09-01  Tim Penhey  <tim.penhey@canonical.com>

	And done. Now to see if it compiles.

2011-09-01  Tim Penhey  <tim.penhey@canonical.com>

	Lunch time.

2011-09-01  Tim Penhey  <tim.penhey@canonical.com>

	Add the nux object type macros, and changed the textures in the TextureContainer to be smart pointers.

2011-09-05  Gord Allott  <gord.allott@canonical.com>

	fixed a bug with test launcher not building due to its depends being copy-pasted

2011-09-03  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix another typo (oof)

2011-09-03  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge  lp:~smspillaz/unity/unity.fix_output_bug

2011-09-02  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Pass the call chain so that the opengl plugin is aware of screen
	size changes

2011-09-03  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.fix_click_through_windows

2011-09-02  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix typo that caused windows with no custom bounding shape to have
	a zero shape upon unminimization.
	
	Also ensure that window region is updated upon unminimize as well

2011-09-02  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix typo that caused windows with no custom bounding shape to have
	a zero shape upon unminimization.
	
	Also ensure that window region is updated upon unminimize as well

2011-09-03  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.fix_na_tray_expo

2011-09-02  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Only paint tray on top when screen is transformed

2011-09-01  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Ensure that natray is always painted on top of everything during expo mode

2011-09-02  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Update assets and new behavior for Panel dash buttons

2011-09-01  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Different window button styles with opened dash

2011-09-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	This branch includes some fixes for PanelMenuView which in current trunk has often some visual issues (menus are not hidden, title is not faded out).

2011-09-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Always restore the mouse cursor on grab end.

2011-09-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelTitlebarGrabArea: send mouse_down only on left-click.

2011-09-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Add a workaround to avoid the compiz grid plugin to show the full-screen effect
	
	It happens when you try to restore a maximized window by dragging its
	title down. If the mouse drags the window when it's in the panel
	compiz draw a fullscreen shape of the window, but that's incorrect
	as discussed in bug #838923
	
	A workaround to avoid this is to track the dragging in the panel
	and to activate that drag only when we're out from the panel.
	
	So here we simulate a drag, changing the mouse pointer, then when
	the mouse drag goes outside the panel, the real window drag is activated.
	
	This doesn't fix completely the bug #838923, since that is mostly caused
	by an X race in updating the Window X properties.

2011-09-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Don't hide menus and windowcontrols (if shown) when closing the menus.
	
	Fixes bug #838759

2011-09-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Track the mouse enter/leave for WindowButtons too
	
	There's no need to double the checks for mouse position, if we always track
	where it is. Thanks to this we can always use the _is_inside variable
	to check where the mouse is instead of checking it twice with
	nux::GetWindowCompositor().GetMousePosition()

2011-09-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Fixing bug #838021 causing the menus not to hide after a double-click in the panel
	
	When the panelmenu get a double-click apparently it also gets a MouseLeave
	event and then another MouseEnter event, so we need to force the _is_inside
	value to true, and _is_grabbed to false to make _is_inside to be reverted
	to true when the MouseEnter event happens.

2011-09-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	When drawing the PanelMenuView always check for current pointer position.
	
	This caused bug #838479 (when restoring a window using the restore button
	or the double-click over the panel, the application title text wasn't
	faded out correctly).

2011-09-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Fixing again bug #820293 (using a cleaner way) and #835637
	
	So, now the panel view is hidden also when leaving the panel from the
	left edge of the panel.
	
	Bug #835731 can't fixed in PanelMenuView directly, since the it doesn't
	get events when the pointer is positioned on the first screen column of pixels
	(also if it uses that area, actually).

2011-09-02  Brandon Schaefer  <schbra02@evergreen.edu>

	Forgot to add Brandon's name to the IBus commits

2011-09-02  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/unity.fix_838062

2011-09-02  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Cover all the cases where the input shape of the window could be restored
	while it is fake minimized.
	
	Also remove the input shape of the client window too, since of core tries to
	update the frame region again it will read that and we won't get a notification
	about it since it removes the ShapeNotifyMask on the XShape input field while it's
	doing that.

2011-09-01  Didier Roche  <didier.roche@canonical.com>

	remove dash-widgets.ods

2011-09-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	Release 4.12.0

2011-09-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fixes a bunch of dash issues

2011-09-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add back hack around empty dash

2011-09-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	make the shortcut icons work

2011-09-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-09-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	Dash - Adjustments to stateful behaviour 

2011-08-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] parent

2011-08-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	[dash] preferred applications are not stored in GConf anylonger

2011-09-01  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fixes a few of the issues that came up with this during this cycle:
	* Fixed infinite loop issue with windows syncing to each other when the server was lagging behind (requires core patch)
	* Expand / Contract parent window when requested dialog size is larger than the window
	* Fixed offscreen to onscreen movement, move back
	* Changed the way the paint system works - now we collect all of the geometry and textures from a single paint pass of the window and add that geometry to it's parent and paint the textures with the parent window's vertex data, which means that the dialog will actually appear to be "pinned" to the window in every single case (eg scale, switcher)
	* Fixed various placement issues
	* Fixed offscreen dialogs with Qt applications
	
	Bugs:
	
	LP #805795
	LP #815778
	LP #815890

2011-08-29  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Refactor paint info collection into its own class

2011-08-29  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove dead code

2011-08-29  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Run the formatter

2011-08-29  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove gtk_init_check

2011-08-29  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix damage issue

2011-08-29  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Use the geometry phase to ensure that the dialog is always painted on
	top of the window, no matter what kind of transformation the parent has
	
	Fix indentation

2011-08-27  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix movement animation issues

2011-08-27  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Don't shift windows around if they're maximized or fullscreen

2011-08-27  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Expand and contract the parent window if the dialog requests a size that's larger than it.
	Keep the parent window on-screen

2011-08-27  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Change the window size if the dialog is too small

2011-08-27  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Also move the window back

2011-08-27  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix a number of placement issues in the animation

2011-08-27  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Add workaround for stupid applications that set WM_TRANSIENT_FOR to complete
	nonsense

2011-08-27  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Formatting, fix a cycling issue

2011-09-01  Gord Allott  <gord.allott@canonical.com>

	removes the uri paramater from ResultRendererTile::LoadIcon

2011-09-01  Gord Allott  <gord.allott@canonical.com>

	removes the useless uri from iconloading

2011-09-01  Gord Allott  <gord.allott@canonical.com>

	fix up the background colour selection, now darker, should fit more wallpapers better

2011-09-01  Gord Allott  <gord.allott@canonical.com>

	only pick one colour for grayscale images

2011-09-01  Gord Allott  <gord.allott@canonical.com>

	better greens

2011-09-01  Gord Allott  <gord.allott@canonical.com>

	removed a debug

2011-09-01  Gord Allott  <gord.allott@canonical.com>

	much nicer colour handling

2011-09-01  Tim Penhey  <tim.penhey@canonical.com>

	Launcher is a child of LauncherWindow, we don't need to unreference it

2011-09-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for IBus and some other input methods, fix dash sizing, add support for copy and paste

2011-08-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	Simplfy focus bits

2011-08-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	Set the cursor position correctly

2011-08-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	Send the window through

2011-08-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	Making ibus sync solves issues related to events coming in

2011-08-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for copypasta

2011-08-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-08-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix sizing of the dash content

2011-09-01  Mirco Müller  <mirco.mueller@ubuntu.com>

	Make sure overlay-effects (glow) on buttons are not cut off (since they currently can't bleed into space-allocations of adjacent widgets). Added API to query DashStyle for additional space-requirements. This is used for the genre-buttons in FilterGenreWidget.

2011-09-01  Mirco Müller  <mirco.mueller@ubuntu.com>

	Made sure the glowing overlay of buttons are not cut off, added API for querying additional space-requirements

2011-08-31  Jason Smith  <jason.smith@canonical.com>

	protect against crash when icon loading happens after renderer is already deleted

2011-08-31  Jason Smith  <jason.smith@canonical.com>

	Make switcher show tabs again

2011-08-31  Gord Allott  <gord.allott@canonical.com>

	merged in set renderer branch for the dash, much quicker rendering for the results view, changes api slightly for IconLoader

2011-08-31  Gord Allott  <gord.allott@canonical.com>

	Merged with trunk

2011-08-31  Gord Allott  <gord.allott@canonical.com>

	few changes, null out set_renderer and such

2011-08-31  Gord Allott  <gord.allott@canonical.com>

	unreference textures the dumb way

2011-08-31  Gord Allott  <gord.allott@canonical.com>

	fixed up horizontal tile to subclass from renderer tile and also use the new mapless renderering

2011-08-31  Gord Allott  <gord.allott@canonical.com>

	lots of changes, updated ResultRendererTile to not use a map anywhere, causing IconLoader to support handles in order to disconnect the signals, also removed a warning here and there

2011-08-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove some useless code

2011-08-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix PanelTray: RGBA support, positioning and resizing fixes

2011-08-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix alpha in panel

2011-08-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix positioning when a new tray icon opens

2011-08-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix sizing of panel tray

2011-08-31  Tim Penhey  <tim.penhey@canonical.com>

	Fix the leak of the cairo context in the LauncherIcon.

2011-08-30  Tim Penhey  <tim.penhey@canonical.com>

	Fix the leak of the cairo context.

2011-08-31  Tim Penhey  <tim.penhey@canonical.com>

	Fix the numerous leaks in CreateBlurredTextureCallback

2011-08-30  Tim Penhey  <tim.penhey@canonical.com>

	Fix the numerous leaks in CreateBlurredTextureCallback

2011-08-30  Marco Trevisan

	Merge filled/unfilled arrow branch

2011-08-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	WindowManager / PluginAdapter add compiz_event signal
	
	This is emitted when a compiz_event is notified by the plugin.
	It's a generic signal, emitter that can be parsed checking the passed options.
	
	It's actually not used anywhere but it could be useful for future usage.

2011-08-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	MinimizedHandler: Add static variable to check if we have to handle compiz events or not
	
	This allow to get the same result of the original version, without affecting
	all the UnityShell plugin at all when setting to handle or not compiz
	events.

2011-08-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	CompizMinimizedWindowHandler: don't disable compiz event dispatching.
	
	This would cause issues with some WindowManager signals, as they
	wouldn't be emitted any more.
	
	As side effect the launcher would hide/show on viewport switch
	and it would be impossible to detect a viewport switch event.

2011-08-30  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream changes.

2011-08-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncher: check for win

2011-08-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merge with upstream

2011-07-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Add two more options to Icon BackLight Illumination
	
	They allow to set other two different kind of illuminations:
	- Edge Illumination Toggles: illuminate only the edge of the icons linked to
	running applications.
	- Backlight and Edge Illumination Toggles: illuminate the background of the
	icons linked to running
	applications; if the windows
	of this application are all in
	a non viewable workspace, then
	only the edge of the icon is
	illuminated.
	
	The second of this option has been designed with JohnLea

2011-07-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Change indicator when an app instance is not running on the current view-port
	
	In the case that an application is not running on the current viewport
	we need to draw just an empty arrow. This finally fixes bug #690143

2011-07-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: check windows's viewport on viewport change
	
	When a viewport switch event has terminated or when the expo plugin
	has been terminated, we need check if the launcher icons are still
	visible on the current viewport. In that case we must update the UI
	accordingly.

2011-07-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Launcher: when a viewport switch event occurs do the needed things.
	
	Code moved from unityshell.cpp for more clarity. When such events
	are emitted the launcher should disable and re/enable the launcher
	showing.

2011-07-29  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PluginAdapter: suport compiz_screen_viewport_switch_{started,ended} signals
	
	PluginAdapter now is listening at the unityshell NotifyCompizEvent
	signals and it fires the two signals when a viewport switch occurs.

2011-08-30  Jason Smith  <jason.smith@canonical.com>

	Make switcher view use timeutil class

2011-08-30  Alex Launi  <alex.launi@canonical.com>

	Merge timeutil branch

2011-08-30  Alex Launi  <alex.launi@canonical.com>

	Add TimeUtil class and member function for finding delta between timespecs

2011-08-30  Jason Smith  <jason.smith@canonical.com>

	fix switcher test

2011-08-30  Jason Smith  <jason.smith@canonical.com>

	enable blur in switcher test app

2011-08-29  Jason Smith  <jason.smith@canonical.com>

	merge stand alone launcher branch

2011-08-29  Jason Smith  <jason.smith@canonical.com>

	Implement test launcher stand alone application

2011-08-29  Jason Smith  <jason.smith@canonical.com>

	be smarter about enabling/disabling blur in the launcher

2011-08-27  Jason Smith  <jason.smith@canonical.com>

	disable live launcher blur behind as the performance hit on certain drivers is too great

2011-08-27  Jason Smith  <jason.smith@canonical.com>

	merge keyboard utils branch

2011-08-26  Jason Smith  <jason.smith@canonical.com>

	remove useless option and remove useless initial grab

2011-08-26  Jason Smith  <jason.smith@canonical.com>

	properly binds alt-key above tab

2011-08-26  Jason Smith  <jason.smith@canonical.com>

	implement keyboard utility and test program

2011-08-26  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2011-08-26  Gord Allott  <gord.allott@canonical.com>

	small hack to get the lens icons always displayed on small screens in netbook mode

2011-08-26  Gord Allott  <gord.allott@canonical.com>

	remove leftovers

2011-08-26  Gord Allott  <gord.allott@canonical.com>

	okay fo-reals this time

2011-08-26  Gord Allott  <gord.allott@canonical.com>

	add logging

2011-08-26  Gord Allott  <gord.allott@canonical.com>

	attempt #2

2011-08-26  Gord Allott  <gord.allott@canonical.com>

	attempt #1

2011-08-26  Gord Allott  <gord.allott@canonical.com>

	Fixes the dnd in the dash to launcher

2011-08-26  Gord Allott  <gord.allott@canonical.com>

	fixes referencing too much in the dash with dnd and a scope error

2011-08-26  Mirco Müller  <mirco.mueller@ubuntu.com>

	should fix the glitch of the button-outline

2011-08-26  Sebastien Bacher  <seb128@ubuntu.com>

	updated translatable files

2011-08-26  Jani Monoses  <jani@ubuntu.com>

	Merged in a fix for a ftb on arm from Jani Monoses

2011-08-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 4.10.2

2011-08-25  Jason Smith  <jason.smith@canonical.com>

	merge dnd opt out branch

2011-08-25  Jason Smith  <jason.smith@canonical.com>

	opt out of dnd when it makes no sense

2011-08-25  Gord Allott  <gord.allott@canonical.com>

	for ken, we now elipsize the horizontal renderer at the end not the start

2011-08-25  Gord Allott  <gord.allott@canonical.com>

	elipize at the end of the horizontal tile text not the start

2011-08-25  Jason Smith  <jason.smith@canonical.com>

	fix window dodge now that windows dont unmap on minimize

2011-08-25  Jason Smith  <jason.smith@canonical.com>

	make changes at request of design team

2011-08-25  Jason Smith  <jason.smith@canonical.com>

	fix ARB rendering of icons that were broken by mistake

2011-08-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix for multimonitor, jay lies\!\!

2011-08-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	Don't hang on invalid results

2011-08-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	Always set focus on the entry after switching lenses

2011-08-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 4.10.0

2011-08-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] dash fixes branch

2011-08-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	No need for a stop drive callback, we don't do anything with it anyway

2011-08-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add some fallback dnd_uri support for lenses that don't send in valid DND uris

2011-08-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	make activation work

2011-08-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	make text entry grab focus on about to show

2011-08-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	bezel fixes

2011-08-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-08-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	Half of new dash renderering

2011-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Delete the world, make panel window buttons control the dash

2011-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix counts

2011-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fullscreen support

2011-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Half the new assets

2011-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix moving of cursor not working initially

2011-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Don't spin the spinner when the dash view is setting the search string

2011-08-25  Andrea Azzarone  <azzaronea@gmail.com>

	Do not show the application menu, when the launcher is a little to the left/bottom/top in relation to the window-buttons. Fixes LP: #820293

2011-08-22  Andrea Azzarone  <azzaronea@gmail.com>

	Doesn't show the menu if the mouse pointer is a little left to window controls.

2011-08-25  Andrea Azzarone  <azzaronea@gmail.com>

	Solves regression of .desktop file being dragged to the launcher and not saving it to the launcher' favourites. Fixes LP: #830536

2011-08-21  Andrea Azzarone  <azzaronea@gmail.com>

	Tries to solve an old regression: ".desktop dragged onto unity launcher will not be added to com.canonical.unity.launcher favorite unless moved into the launcher"

2011-08-25  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~unity-team/unity/unity.fullscreen_windows_paint_on_top

2011-08-25  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Simplify the input focus restore stuff and move that into
	PluginAdaptor and fix input focus not being restored when
	the dash is closed
	
	See: http://mail.gnome.org/archives/wm-spec-list/2011-August/msg00011.html
	as to why we have to use compiz to do this

2011-08-25  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Handle corner cases where something grabs the screen

2011-08-25  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Handle cases where we need unityshell to paint on top

2011-08-25  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge lp:~unity-team/unity/unity.minimized_windows_switcher

2011-08-25  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Small optimization

2011-08-25  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge trunk and add a rudimentary showdesktop functionality so that
	we don't lose windows while they're showdesktop'd

2011-08-25  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Also handle _NET_WM_STATE_HIDDEN on _NET_WM_STATE

2011-08-25  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove useless API

2011-08-25  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Make public method protected

2011-08-25  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Base the minimize handler test off of the read transients test

2011-08-25  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added an x11-window-read-transients, which reads transient information

2011-08-25  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added minimize window handler test and split out X11Window into its own file

2011-08-25  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Break the dependency of getTransients from MinimizedWindowHandler

2011-08-25  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added test-get-transients

2011-08-24  Sam Spilsbury  <sam.spilsbury@canonical.com>

	More minimize window handler tests

2011-08-24  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Did some work on the tests, fix formatting, etc

2011-08-24  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Add comments stating that we will merge that back into compiz

2011-08-23  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added input remover test

2011-08-23  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added break

2011-08-23  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove stray tab usage

2011-08-23  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Use C++11 for

2011-08-23  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove unnecessary unmap reference increment

2011-08-23  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added support for minimized windows, with some classes to be used for external testing of the window hiding code for buggy applications (note: not yet complete)

2011-08-25  Gord Allott  <gord.allott@canonical.com>

	adds a horizontal tile renderer for lenses that require it

2011-08-25  Gord Allott  <gord.allott@canonical.com>

	added horizontal renderer

2011-08-25  Gord Allott  <gord.allott@canonical.com>

	changed Any string to All

2011-08-25  Mirco Müller  <mirco.mueller@ubuntu.com>

	Added correct separator-rendering, fixed text-positioning on buttons,
	updated active- and prelight-state button-rendering, updated multi-range
	rendering to reflect a new design-change

2011-08-25  Mirco Müller  <mirco.mueller@ubuntu.com>

	Defined a subtle look for hover/prelight

2011-08-24  Mirco Müller  <mirco.mueller@ubuntu.com>

	Switched outline for buttons and multi-range to regular rounded-rect, updated multi-range to new design, fixed some formatting

2011-08-24  Mirco Müller  <mirco.mueller@ubuntu.com>

	got rid of unused variables

2011-08-24  Mirco Müller  <mirco.mueller@ubuntu.com>

	Enable the pixel-grid alignment for the button-outline again

2011-08-24  Mirco Müller  <mirco.mueller@ubuntu.com>

	Fix text-position in buttons

2011-08-24  Mirco Müller  <mirco.mueller@ubuntu.com>

	Added rendering of separators, changed look of button-states

2011-08-25  Jason Smith  <jason.smith@canonical.com>

	fix big memory leak on some systems

2011-08-25  Gordon Allott  <gord.allott@canonical.com>

	fixes the colour issue with the bghash code where it doesn't give the right value on startup sometimes

2011-08-24  Gord Allott  <gord.allott@canonical.com>

	remove warnings

2011-08-24  Gord Allott  <gord.allott@canonical.com>

	actually fixed issue, yay

2011-08-24  Gord Allott  <gord.allott@canonical.com>

	Maybe fix?

2011-08-24  Gord Allott  <gord.allott@canonical.com>

	Maybe fix?

2011-08-24  Gord Allott  <gord.allott@canonical.com>

	Maybe fix?

2011-08-24  Gord Allott  <gord.allott@canonical.com>

	more logging 

2011-08-24  Gord Allott  <gord.allott@canonical.com>

	more logging 

2011-08-24  Gord Allott  <gord.allott@canonical.com>

	added logging

2011-08-25  Jason Smith  <jason.smith@canonical.com>

	Improve launcher draw performance by removing key bottlenecks

2011-08-25  Jason Smith  <jason.smith@canonical.com>

	merge alt-tab window titles branch

2011-08-24  Jason Smith  <jason.smith@canonical.com>

	make alt-grave work without alt-tab

2011-08-24  Jason Smith  <jason.smith@canonical.com>

	dont leak memory

2011-08-24  Jason Smith  <jason.smith@canonical.com>

	render window titles in alt-tab

2011-08-24  Jason Smith  <jason.smith@canonical.com>

	Minor rendering fix
	Make sure alt-tab doesn't expand on timeout unless there are 2+ windows to show

2011-08-25  Jay Taoko  <jay.taoko@canonical.com>

	Seamless blur transition between the dash, panel and launcher.

2011-08-24  Jay Taoko  <jay.taoko@canonical.com>

	Seamless blur transition between the dash, panel and launcher

2011-08-24  Jason Smith  <jason.smith@canonical.com>

	add bfb squircle rendering

2011-08-24  Omer Akram  <om26er@ubuntu.com>

	Change the string 'Refine search' to 'Filter results' to fix bug 832060

2011-08-24  Omer Akram  <om26er@ubuntu.com>

	s/Refine search/Filter results

2011-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Update panel to match the spec

2011-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for new maximised state in panel

2011-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove PanelHomeButton and update everything that depended on it. Fix the test so it no longer spits out any warnings and runs without crashing

2011-08-24  Gord Allott  <gord.allott@canonical.com>

	fixes the all button size

2011-08-24  Gord Allott  <gord.allott@canonical.com>

	fixes the size of the any buttons

2011-08-24  Gord Allott  <gord.allott@canonical.com>

	merged in the fix strings branch

2011-08-24  Gord Allott  <gord.allott@canonical.com>

	Fixes untranslatable strings in unity filters, also makes sure to set the filter names correctly

2011-08-24  Gord Allott  <gord.allott@canonical.com>

	fixed string handling so everything is translatable and using the corrent names for filters

2011-08-24  Gord Allott  <gord.allott@canonical.com>

	adds dnd to the dash

2011-08-24  Gord Allott  <gord.allott@canonical.com>

	add warning on error

2011-08-24  Gord Allott  <gord.allott@canonical.com>

	adds dnd to the results view

2011-08-24  Jason Smith  <jason.smith@canonical.com>

	fix blur not working when damage is null

2011-08-24  Gord Allott  <gord.allott@canonical.com>

	Fixes the sizes of the filter buttons

2011-08-24  Gord Allott  <gord.allott@canonical.com>

	fixes the wrong hight in filter basic button

2011-08-24  Jason Smith  <jason.smith@canonical.com>

	dont crash if damage_region_ is null

2011-08-24  Andrea Azzarone  <azzaronea@gmail.com>

	merged in Andrea's branch that fixes bug #808162 - makes nautilus give us an empty trash dialog

2011-08-19  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2011-08-19  Andrea Azzarone  <azzaronea@gmail.com>

	Uses the nautilus3 dbus interface to fix bug #808162.

2011-08-24  Tim Penhey  <tim.penhey@canonical.com>

	A bunch of fixes to memory issues.
	
	Some cleanup for wrappers around gdk pixbuf.

2011-08-24  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2011-08-24  Tim Penhey  <tim.penhey@canonical.com>

	Stop the crash in scrollview.

2011-08-24  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2011-08-24  Tim Penhey  <tim.penhey@canonical.com>

	TODO added

2011-08-24  Tim Penhey  <tim.penhey@canonical.com>

	UnReference the view window, and the switcher view is now controlled using an object ptr.

2011-08-24  Tim Penhey  <tim.penhey@canonical.com>

	Move the window thread deletion to the end.

2011-08-22  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2011-08-22  Tim Penhey  <tim.penhey@canonical.com>

	Fix the temporary.

2011-08-19  Tim Penhey  <tim.penhey@canonical.com>

	bamf_view_get_name returns a dup'ed string.

2011-08-19  Tim Penhey  <tim.penhey@canonical.com>

	Use the glib wrappers.

2011-08-19  Tim Penhey  <tim.penhey@canonical.com>

	Simpler boolean

2011-08-24  Gordon Allott  <gord.allott@canonical.com>

	Filter ratings fixes

2011-08-23  Gord Allott  <gord.allott@canonical.com>

	fixed the problem with the rendering of the ratings widget in the dash

2011-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Misc. Dash fixes and a bunch of style improvements

2011-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Set the AA depending on what we get from gtk

2011-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Use gtk font settings

2011-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	simply some code

2011-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	More renderering fixes

2011-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fixes to renderering the lens views

2011-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Stop flashing the user

2011-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove debugs from standalone_dash

2011-08-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-08-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some more fixes

2011-08-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some style fixes, and actually set the default blooming font options

2011-08-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add a protection timeout to the Spinner to stop it spinning indefinitely, also change it to use an animation that is nicer to Compiz and blur

2011-08-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	Reset lenses on connection

2011-08-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	Load results at startup, reset views on startup

2011-08-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	Load existing results on startup

2011-08-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some fixes

2011-08-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make the LensBar useful by providing some state information

2011-08-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	restore home lens as the default view when you click on or summon the Dash

2011-08-23  Jason Smith  <jason.smith@canonical.com>

	merge switcher pips branch

2011-08-23  Jason Smith  <jason.smith@canonical.com>

	use linear filtering for pips

2011-08-23  Jason Smith  <jason.smith@canonical.com>

	render pips in switcher at double size

2011-08-24  Tim Penhey  <tim.penhey@canonical.com>

	Rename nux::IntrusiveSP to nux::ObjectPtr to avoid using the #define for the deprecated name.

2011-08-24  Tim Penhey  <tim.penhey@canonical.com>

	Rename IntrusiveSP to ObjectPtr.

2011-08-23  Tim Penhey  <tim.penhey@canonical.com>

	Fix some memory releasing issues.
	Make the LauncherEntryRemoteModel not a singleton again.
	Add a Destroy method for the QuicklistManager.

2011-08-19  Tim Penhey  <tim.penhey@canonical.com>

	Remove the comment out code.

2011-08-19  Tim Penhey  <tim.penhey@canonical.com>

	Remove the extra unreference from the merge.

2011-08-19  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2011-08-18  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2011-08-18  Tim Penhey  <tim.penhey@canonical.com>

	Unreference the noise texture.

2011-08-18  Tim Penhey  <tim.penhey@canonical.com>

	Add back in some lower case Ls, and remove #define.

2011-08-18  Tim Penhey  <tim.penhey@canonical.com>

	Make the LauncherController actually have an instance of the model object instead of a pointer to a singleton.

2011-08-18  Tim Penhey  <tim.penhey@canonical.com>

	Make the LauncherEntryRemoteModel a normal object and not a singleton.

2011-08-18  Tim Penhey  <tim.penhey@canonical.com>

	Primarily just reordering the layouts to see what is going on.

2011-08-18  Tim Penhey  <tim.penhey@canonical.com>

	Add the home button as a child so it is destroyed properly.

2011-08-18  Tim Penhey  <tim.penhey@canonical.com>

	The header is not needed.

2011-08-18  Tim Penhey  <tim.penhey@canonical.com>

	Add the destroy method for the quicklist manager.

2011-08-18  Tim Penhey  <tim.penhey@canonical.com>

	The forward declarations are incorrect as they aren't in the nux namespace.  What's more, the full declarations are there anyway from the nux headers.

2011-08-18  Tim Penhey  <tim.penhey@canonical.com>

	Delete the switcher_desktop_icon if it has been created.
	Destroy the quicklist manager in the unity screen destructor.
	Clean up the iteration adding in the launcher icons.

2011-08-23  Tim Penhey  <tim.penhey@canonical.com>

	Changes necessary due to nux updates.

2011-08-22  Jason Smith  <jason.smith@canonical.com>

	change default

2011-08-22  Jason Smith  <jason.smith@canonical.com>

	remove dead code

2011-08-22  Gord Allott  <gord.allott@canonical.com>

	merges in the fixes for the multi-range filter branch

2011-08-22  Gord Allott  <gord.allott@canonical.com>

	fixes multi-range widget

2011-08-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make standalone work again after blur rework

2011-08-22  Jason Smith  <jason.smith@canonical.com>

	merge faster blur branch

2011-08-21  Jason Smith  <jason.smith@canonical.com>

	remove dead code
	make sure we still work properly with full screen repaints

2011-08-21  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2011-08-21  Jason Smith  <jason.smith@canonical.com>

	merge sams blur occlusion branch

2011-08-21  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Formatting and fix an issue where blur wouldn't appear on the switcher
	until about 2~frames later

2011-08-21  Sam Spilsbury  <sam.spilsbury@canonical.com>

	More deformatterization

2011-08-21  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Add some comments to explain what's going on

2011-08-21  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Deformattize

2011-08-21  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix leak, clean up code a bit

2011-08-21  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Detect occlusions and apply this to the region update logic

2011-08-20  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Use and XRegion instead of nux::Geometry to determine the dirty regions
	that need refreshing.
	
	The problem with using nux::Geometry on a flat bounds is something like this:
	
	-------------------------
	|d|                     |
	|d|   |bbbbbbbbbb|      |
	|     |bbbbbbbbbb|      |
	|                     |d|
	-------------------------
	
	Will result in 
	
	-------------------------
	|d|rrrrrrrrrrrrrrrrrrrrr|
	|d|rrr|bbbbbbbbbb|rrrrrr|
	|rrrrr|bbbbbbbbbb|rrrrrr|
	|rrrrrrrrrrrrrrrrrrrrr|d|
	-------------------------
	
	Rather than
	
	-------------------------
	|r|                     |
	|r|   |bbbbbbbbbb|      |
	|     |bbbbbbbbbb|      |
	|                     |r|
	-------------------------
	
	Causing the blur to be updated when the regions in d are changed. We don't
	need to do that.
	
	NOTE: I couldn't find anything in nux that works similarly to X11's regions
	so I just used it directly. That can be removed if something else from
	nux is suitable.
	
	NOTE2: It seems like the damage regions nux is giving us for our BaseWindows
	are HUGE, this needs to be fixed in nux.

2011-08-20  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Only update the blur texture when the damage bounds actually intersect

2011-08-19  Jason Smith  <jason.smith@canonical.com>

	dramatically improve blur performance

2011-08-21  Jason Smith  <jason.smith@canonical.com>

	remove crazy pointer math for standard library call to remove_if in getWindowPainList function

2011-08-19  Jason Smith  <jason.smith@canonical.com>

	fix crash when view window is null

2011-08-19  Jay Taoko  <jay.taoko@canonical.com>

	Essential Nux event signals have been renamed. To ease the transition, the former name have been preserved via macros:
	
	#define OnMouseMove             mouse_move
	#define OnMouseDown             mouse_down
	#define OnMouseUp                 mouse_up
	#define OnMouseEnter            mouse_enter
	#define OnMouseLeave            mouse_leave
	#define OnMouseClick            mouse_click
	#define OnMouseDoubleClick      mouse_double_click
	#define OnMouseDrag             mouse_drag
	#define OnMouseWheel            mouse_wheel
	#define OnMouseDownOutsideArea  mouse_down_outside_pointer_grab_area
	#define OnKeyEvent              key_down
	#define OnKeyReleased           key_up
	#define OnStartKeyboardReceiver begin_key_focus
	#define OnStopKeyboardReceiver  end_key_focus
	
	This branch is using the new signals names. Subsequently, the old signals will be removed in Nux.

2011-08-19  Jay Taoko  <jay.taoko@canonical.com>

	Signals renaming

2011-08-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Select the current search string when opening the dash to allow for typing straight away

2011-08-19  Andrea Azzarone

	Merge awesome work of Anrea Azzarone to make launcher detect contents of DND before DND even enters launcher

2011-08-19  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes window stack problem.

2011-08-19  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2011-08-12  Andrea Azzarone  <azzaronea@gmail.com>

	Create a DNDCollectionWindow to get dnd data as soon as drag and drop starts.

2011-08-10  Andrea Azzarone  <azzaronea@gmail.com>

	Uses screen size to create the fake window.

2011-08-10  Andrea Azzarone  <azzaronea@gmail.com>

	Add a sign::connection for OnDNDDataCollected.

2011-08-09  Andrea Azzarone  <azzaronea@gmail.com>

	Ops.. solve a stupid bug.

2011-08-09  Andrea Azzarone  <azzaronea@gmail.com>

	Uses DNDCollectionWindow to read drag information before mouse enters launcher x window. 
	Now we can highlight valid targets as soon as dnd starts (bug #727901).
	Fixes also bug #724986 (Launcher reveals when dragging a window widget),
	bug #727902 (Launcher icon highlighting should not switch off as soon the cursor moves after the app spread appears)
	and bug #773028 	.(Any text drag causes bar to show up).

2011-08-19  Jason Smith  <jason.smith@canonical.com>

	fix typo

2011-08-19  Andrea Azzarone  <azzaronea@gmail.com>

	[merge] Bug #824831: Fallback window controls shown for maximized windows

2011-08-19  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes "Window buttons don't respect Ambiance e Radiance themes".

2011-08-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Protect against a null iter.second

2011-08-19  Jason Smith  <jason.smith@canonical.com>

	dont ask nux to process events when the switcher is open, those events are not meant for it.

2011-08-19  Jason Smith  <jason.smith@canonical.com>

	merge faster switcher branch

2011-08-19  Jason Smith  <jason.smith@canonical.com>

	Fix crash when switcher is not displayed after displaying the first time

2011-08-19  Jason Smith  <jason.smith@canonical.com>

	preserve base window to store switcher view in so that we dont pay the texture creation overhead constantly

2011-08-18  Jason Smith  <jason.smith@canonical.com>

	better fix for alt-tab causing workspace switcher to get stuck

2011-08-18  Jason Smith  <jason.smith@canonical.com>

	disable adding and removing of actions in trunk as it screws up the Wall plugin

2011-08-18  Jason Smith  <jason.smith@canonical.com>

	merge sams alt-tab polish branch

2011-08-18  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix warning

2011-08-18  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix keybindings, grab the screen when active, left/right, remove redundant
	code, etc

2011-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add some size protection until we get fullscreening back

2011-08-18  Jason Smith  <jason.smith@canonical.com>

	fix memory leak in BEH

2011-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 4.8.2

2011-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix redrawing, fix blending in lensbar

2011-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] dead key support

2011-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	replace l's

2011-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Disable multi-context until we make sense of whats wrong

2011-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	as much as I have right now

2011-08-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	some fixes

2011-08-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Actually show menu

2011-08-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add some fixes

2011-08-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Clean up code a bit

2011-08-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Correct keycode handling

2011-08-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some fixes

2011-08-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some form of workingness

2011-08-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	beginnings of IM support integration

2011-08-18  Gord Allott  <gord.allott@canonical.com>

	merged in branch to fix a few bugs and crashers in the bg hash codebase

2011-08-18  Gord Allott  <gord.allott@canonical.com>

	try and fix the race

2011-08-18  Gord Allott  <gord.allott@canonical.com>

	hopefully fixed the issue with the default colour

2011-08-18  Gord Allott  <gord.allott@canonical.com>

	fixed crasher with gradients

2011-08-18  David Gomes  <davidrafagomes@gmail.com>

	Merged in DavidGomes branch to fix neils lack of l's

2011-08-12  David Gomes  <davidrafagomes@gmail.com>

	Fixed NJPatels email

2011-08-12  David Gomes  <davidrafagomes@gmail.com>

	Fixed NJPatels name on DashSearchBar.cpp

2011-08-18  Gord Allott  <gord.allott@canonical.com>

	merging in a branch to do some slight visual changes to the results view

2011-08-18  Gord Allott  <gord.allott@canonical.com>

	ran the formatter on the results code

2011-08-18  Gord Allott  <gord.allott@canonical.com>

	remove mouse focus in results grid on mouse leave

2011-08-18  Gord Allott  <gord.allott@canonical.com>

	fixed the position of the blurred icons in the results grid

2011-08-18  Gord Allott  <gord.allott@canonical.com>

	increased size of tile highlight

2011-08-18  Gord Allott  <gord.allott@canonical.com>

	merge in keynav support for the results view

2011-08-17  Gord Allott  <gord.allott@canonical.com>

	removed debugs, hooked up to activation

2011-08-17  Gord Allott  <gord.allott@canonical.com>

	woo fully working keynav

2011-08-17  Gord Allott  <gord.allott@canonical.com>

	whatever i did

2011-08-16  Gord Allott  <gord.allott@canonical.com>

	should now bubble up

2011-08-16  Gord Allott  <gord.allott@canonical.com>

	inital keynav working

2011-08-18  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge in crash fix

2011-08-18  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix indentation

2011-08-17  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Make it more obvious what we're doing here

2011-08-17  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Decrement the return value of ::base () due to the offset

2011-08-17  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Correctly erase elements when traversing the paint list

2011-08-18  Jason Smith  <jason.smith@canonical.com>

	properly fix crash in SwitcherView::OnDrawTimeout

2011-08-18  Jason Smith  <jason.smith@canonical.com>

	avoid leaking background texture

2011-08-17  Jason Smith  <jason.smith@canonical.com>

	merge switcher-polish branch

2011-08-17  Jason Smith  <jason.smith@canonical.com>

	delay destruction of switcher view to avoid race condition with g_source_remove

2011-08-17  Jason Smith  <jason.smith@canonical.com>

	simplify and add comment

2011-08-17  Jason Smith  <jason.smith@canonical.com>

	ensure that stacking order is preserved when raising groups of windows

2011-08-17  Jason Smith  <jason.smith@canonical.com>

	make switcher timeout configurable

2011-08-17  Jason Smith  <jason.smith@canonical.com>

	initial work for timeout for reveal of windows

2011-08-17  Jason Smith  <jason.smith@canonical.com>

	implement down/up area to detail
	alt-grave to flip between windows
	alt-esc to cancel and alt-tab operation

2011-08-17  Jason Smith  <jason.smith@canonical.com>

	merge tims memory leak branch

2011-08-18  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2011-08-16  Tim Penhey  <tim.penhey@canonical.com>

	Oops, pass by reference, not copy.

2011-08-16  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2011-07-25  Tim Penhey  <tim.penhey@canonical.com>

	Make sure we call the destroy textures in the unityshell cleanup.

2011-07-25  Tim Penhey  <tim.penhey@canonical.com>

	More clean up in icon renderer.

2011-07-25  Tim Penhey  <tim.penhey@canonical.com>

	More local:: namespacing.

2011-07-25  Tim Penhey  <tim.penhey@canonical.com>

	Make the GenerateTextures and DestroyTextures class methods, and move the implementation of the shared resources into the .cpp file.

2011-08-17  Jay Taoko  <jay.taoko@canonical.com>

	* Changes to AbstractButton class
	* Replaced "Activated" signal with "activated"

2011-08-17  Jay Taoko  <jay.taoko@canonical.com>

	Merge

2011-08-17  Jay Taoko  <jay.taoko@canonical.com>

	Changed click signal to activated in AbstractButton class

2011-08-16  Jay Taoko  <jay.taoko@canonical.com>

	Changes to AbstractButton class

2011-08-17  Jason Smith  <jason.smith@canonical.com>

	fix spacing issues in IconRenderer
	fix unneeded branch in BEH

2011-08-16  Jason Smith  <jason.smith@canonical.com>

	merge blur abstraction branch

2011-08-16  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2011-08-16  Jason Smith  <jason.smith@canonical.com>

	more performance improvements

2011-08-16  Jason Smith  <jason.smith@canonical.com>

	simplify effect helper further

2011-08-15  Jason Smith  <jason.smith@canonical.com>

	enable configurable sigma levels for different power GPU's

2011-08-13  Jason Smith  <jason.smith@canonical.com>

	avoid blurring the screen durring animations/redraws
	this improves performance dramatically, basically dynamically switching
	between a static blur and an active blur

2011-08-13  Jason Smith  <jason.smith@canonical.com>

	make sigma size configurable

2011-08-13  Jason Smith  <jason.smith@canonical.com>

	centralize control over blur behavior into BackgroundEffectHelper class
	this improves the abstraction greatly and avoids the need to track many different item types

2011-08-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix issue with accessing member variables from a static method

2011-08-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Don't access member variables in a static function

2011-08-16  Tim Penhey  <tim.penhey@canonical.com>

	Some memory leaks fixes and clean up shutdown.
	
	A few object deletions commented out to allow shutdown.
	Fix leaks in tooltips, PanelStyle, and BGHash.

2011-08-15  Tim Penhey  <tim.penhey@canonical.com>

	Remove the destroy textures from the destructor.  I have another branch that fixes that one.

2011-08-12  Tim Penhey  <tim.penhey@canonical.com>

	Actually destroy the textures.

2011-08-12  Tim Penhey  <tim.penhey@canonical.com>

	Don't leak the background every time it is changed.

2011-08-12  Tim Penhey  <tim.penhey@canonical.com>

	Use the internal context so as not to leak the created one.

2011-08-12  Tim Penhey  <tim.penhey@canonical.com>

	Remember to fre the texture mask and outline as well.

2011-08-12  Tim Penhey  <tim.penhey@canonical.com>

	Don't delete the window thread (leak it for now) to allow compiz to actually shutdown.

2011-08-12  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk (again).

2011-08-11  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk

2011-08-10  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2011-08-10  Tim Penhey  <tim.penhey@canonical.com>

	Temporarily disable the gtk_widget_destroy window for the systray as it is blocking on X during compiz shutdown.

2011-08-10  Tim Penhey  <tim.penhey@canonical.com>

	More debugging info in PlacesView.

2011-08-13  Jason Smith  <jason.smith@canonical.com>

	fix bug where using alt-tab would cause launcher to fail to reveal

2011-08-12  Didier Roche  <didier.roche@canonical.com>

	adding dee pkgconfig as the lib is leaking it's API

2011-08-12  Jason Smith  <jason.smith@canonical.com>

	fix minor crash

2011-08-12  Jason Smith  <jason.smith@canonical.com>

	fix null deref

2011-08-11  Gord Allott  <gord.allott@canonical.com>

	fix for the background blur codebase in a race

2011-08-11  Gord Allott  <gord.allott@canonical.com>

	forces background colour update

2011-08-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some fixes for global search

2011-08-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix fallback launching....DUH

2011-08-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] jason's branc

2011-08-11  Jason Smith  <jason.smith@canonical.com>

	disable blur updates in switcher whenever it is animating

2011-08-11  Jason Smith  <jason.smith@canonical.com>

	disable blur in test app

2011-08-11  Jason Smith  <jason.smith@canonical.com>

	implement alt-tab blur

2011-08-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	Disable corner activation pending design input as it's really funky right now

2011-08-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	Release 

2011-08-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix build

2011-08-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	Place -> Lens

2011-08-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix colouring issues

2011-08-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make altf2 work

2011-08-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add missing files

2011-08-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	Implement home view

2011-08-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make global search work again

2011-08-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make global search work again

2011-08-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix some background stuff

2011-08-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	Correctly delete filters

2011-08-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix filter stuff

2011-08-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-08-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Do some nice drawing and stop crash

2011-08-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] gords work

2011-08-10  Gord Allott  <gord.allott@canonical.com>

	multi-range drawing code

2011-08-10  Gord Allott  <gord.allott@canonical.com>

	save point

2011-08-10  Gord Allott  <gord.allott@canonical.com>

	latest neil stuff

2011-08-10  Gord Allott  <gord.allott@canonical.com>

	eh

2011-08-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make activation work

2011-08-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Expand/contract filters

2011-08-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	make panel text bold

2011-08-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Disable PanelHomeButton

2011-08-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix issue with panel

2011-08-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix text parsing

2011-08-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix issues in filters

2011-08-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fixes for filters

2011-08-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] gords work so far

2011-08-10  Gord Allott  <gord.allott@canonical.com>

	latest

2011-08-10  Gord Allott  <gord.allott@canonical.com>

	filter buttons style

2011-08-10  Gord Allott  <gord.allott@canonical.com>

	latest dash style

2011-08-10  Gord Allott  <gord.allott@canonical.com>

	made track previews use the track widget

2011-08-10  Gord Allott  <gord.allott@canonical.com>

	added missing track preview stuff

2011-08-10  Gord Allott  <gord.allott@canonical.com>

	drawing preview button correct

2011-08-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some filter work

2011-08-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix blur support

2011-08-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add blur support to panel

2011-08-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	actually make it default

2011-08-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make active blur default. Yeah, I know, ballsy

2011-08-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add blur support

2011-08-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Merge with trunk

2011-08-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Close on click-outside

2011-08-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	boo

2011-08-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	make normal input work, thanks to jason

2011-08-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	hook up broken search_finished signal

2011-08-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	More fixes for searching etc

2011-08-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fixes to lensbar

2011-08-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix more results view and group stuff, starting to look like dash again now

2011-08-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix another crash when results are removed

2011-08-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make the renderer use the style calculations as much as possible

2011-08-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix crasher

2011-08-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	[parent]

2011-08-09  Gord Allott  <gord.allott@canonical.com>

	copies results in resultview instead of using references

2011-08-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some more fixes

2011-08-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	IT PAINTS

2011-08-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	IT PAINTS

2011-08-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] upstream

2011-08-09  Gord Allott  <gord.allott@canonical.com>

	fixed issue with result renderer offset

2011-08-09  Gord Allott  <gord.allott@canonical.com>

	fixed the renderer names in the filter factory

2011-08-09  Gord Allott  <gord.allott@canonical.com>

	remove debugs

2011-08-09  Gord Allott  <gord.allott@canonical.com>

	adds in expanded behaviour

2011-08-09  Gord Allott  <gord.allott@canonical.com>

	hooked up the left/right preview buttons

2011-08-09  Gord Allott  <gord.allott@canonical.com>

	nux hating complete, but i win.

2011-08-09  Gord Allott  <gord.allott@canonical.com>

	adds multi-range widget

2011-08-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some forward movement

2011-08-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Somewhat working groups, no results get rendererd

2011-08-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	unfuck everything

2011-08-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	merge with fixes

2011-08-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some more lens view bits

2011-08-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	some more progress

2011-08-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Lots of fixes

2011-08-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some renaming of Places=>Dash and cleanup

2011-08-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	more fixes

2011-08-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	more dash view stuff, nothing visible yet

2011-08-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove a lot of unneeded code

2011-08-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	Clean up standalone tests, start dash view, more fixes

2011-08-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	It actually runs\!

2011-08-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add missing files

2011-08-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	First cut of DashController

2011-08-09  Gord Allott  <gord.allott@canonical.com>

	fixed HTTP textures in the results view, also ^_^

2011-08-09  Gord Allott  <gord.allott@canonical.com>

	the i hate nux commit

2011-08-09  Gord Allott  <gord.allott@canonical.com>

	Handle preview flow and input redirection

2011-08-09  Gord Allott  <gord.allott@canonical.com>

	fixed up the generic preview

2011-08-09  Gord Allott  <gord.allott@canonical.com>

	added album preview

2011-08-09  Gord Allott  <gord.allott@canonical.com>

	offset grid view blurs relative to the centre

2011-08-08  Gord Allott  <gord.allott@canonical.com>

	adds tile blur

2011-08-08  Gord Allott  <gord.allott@canonical.com>

	nicer highlight renderering - a few fixes

2011-08-08  Gord Allott  <gord.allott@canonical.com>

	Merged in latest trunk

2011-08-08  Gord Allott  <gord.allott@canonical.com>

	disable preview in test

2011-08-07  Gord Allott  <gord.allott@canonical.com>

	added previews

2011-08-07  Gord Allott  <gord.allott@canonical.com>

	pre-previews merge

2011-08-05  Gord Allott  <gord.allott@canonical.com>

	failing preview commit

2011-08-05  Gord Allott  <gord.allott@canonical.com>

	latest previews

2011-08-05  Gord Allott  <gord.allott@canonical.com>

	latest previews

2011-08-05  Gord Allott  <gord.allott@canonical.com>

	applications preview working

2011-08-05  Gord Allott  <gord.allott@canonical.com>

	save point

2011-08-05  Gord Allott  <gord.allott@canonical.com>

	Merge latest filterbar

2011-08-05  Gord Allott  <gord.allott@canonical.com>

	um yeah, make it compile

2011-08-05  Gord Allott  <gord.allott@canonical.com>

	Merged in filterbar

2011-08-04  Gord Allott  <gord.allott@canonical.com>

	save point

2011-08-04  Gord Allott  <gord.allott@canonical.com>

	merge in neil lens api

2011-08-04  Gord Allott  <gord.allott@canonical.com>

	restore the actual files

2011-08-04  Gord Allott  <gord.allott@canonical.com>

	restore code lost in a rm -r, i am smrat

2011-08-03  Gord Allott  <gord.allott@canonical.com>

	pre multi-range

2011-08-02  Gord Allott  <gord.allott@canonical.com>

	re-added rating changing code

2011-06-20  Gord Allott  <gord.allott@canonical.com>

	save point

2011-06-20  Gord Allott  <gord.allott@canonical.com>

	some c++x0 testing fun

2011-06-20  Gord Allott  <gord.allott@canonical.com>

	a perfectly legitimate change

2011-06-20  Gord Allott  <gord.allott@canonical.com>

	remove cats

2011-06-20  Gord Allott  <gord.allott@canonical.com>

	merged in latest trunk

2011-06-20  Gord Allott  <gord.allott@canonical.com>

	save point

2011-06-15  Gord Allott  <gord.allott@canonical.com>

	save point\!

2011-08-10  David Gomes  <davidrafagomes@gmail.com>

	Bug #823353: Unity windows buttons icons and clicking them not matching

2011-08-09  David Gomes  <davidrafagomes@gmail.com>

	Proposal to fix bug lp:823353

2011-08-10  Didier Roche  <didier.roche@canonical.com>

	[merge] Fix and store in the right way the kde apps

2011-08-08  Didier Roche  <didier.roche@canonical.com>

	store in the right way the kde apps, and don't look at subdirectories for them. gio is opening them in subdir-desktopname.desktop (LP: #741129)

2011-08-10  Andrea Cimitan  <andrea.cimitan@canonical.com>

	[merge] theming fixes

2011-08-05  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Latest couple of fixes

2011-08-04  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Use C++ functions where possible

2011-08-03  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Theme home button icon using gtk

2011-08-03  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Render the indicator icons with gtk

2011-08-03  Andrea Cimitan  <andrea.cimitan@canonical.com>

	whitespaces

2011-08-03  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Use unity directory for each theme, reading home directory, then theme directory, if not, use fallback (drawing)

2011-08-03  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Add 1px of horizontal padding, maybe not the right fix but works for the moment. Added a FIXME to remember

2011-08-10  Mirco Müller  <mirco.mueller@ubuntu.com>

	[merge] DashStyle

2011-08-10  Mirco Müller  <mirco.mueller@ubuntu.com>

	crap

2011-08-10  Mirco Müller  <mirco.mueller@ubuntu.com>

	turns out we need ARROW_NONE after all

2011-08-10  Mirco Müller  <mirco.mueller@ubuntu.com>

	Added API-stubs for TrackView and Separators

2011-08-10  Mirco Müller  <mirco.mueller@ubuntu.com>

	make arrows of the MultiRange-widget align to pixel-grid, corrected their fill-color

2011-08-10  Mirco Müller  <mirco.mueller@ubuntu.com>

	swapped the order of ACTIVE and NORMAL

2011-08-10  Mirco Müller  <mirco.mueller@ubuntu.com>

	Changed API for the rating-stars

2011-08-10  Mirco Müller  <mirco.mueller@ubuntu.com>

	Added arrow-rendering for MultiRange widget, use the normal state from Nux/View.h, use correct install-path for .json file

2011-08-09  Mirco Müller  <mirco.mueller@ubuntu.com>

	make sure left and right edges of the multi-range widget touch each other

2011-08-09  Mirco Müller  <mirco.mueller@ubuntu.com>

	Shapes of the multi-range widget-parts are correct now

2011-08-09  Mirco Müller  <mirco.mueller@ubuntu.com>

	Made button-outline use absolute cairo-API, thus were able to add pixel-grid alignment for line-drawing... started MultiRange-widget after agreement on API with Gordon

2011-08-08  Mirco Müller  <mirco.mueller@ubuntu.com>

	make .json file install correctly, make sure the ratings-bar scales correctly

2011-08-08  Mirco Müller  <mirco.mueller@ubuntu.com>

	fix order of entries in font-weight enum, implemented ReadWeightArray() and ReadModeArray(), tweaked .json file

2011-08-08  Mirco Müller  <mirco.mueller@ubuntu.com>

	make the test-case closer to real-world usage, hook up drawing of some text-attributes

2011-08-05  Mirco Müller  <mirco.mueller@ubuntu.com>

	remove obsolete style-definitions due to design updates, focus on button (with label) drawing

2011-08-05  Mirco Müller  <mirco.mueller@ubuntu.com>

	rebase on trunk, adapting to latest designs, beginning of porting custom button outline shape from SVG to real code

2011-07-01  mirco.mueller@canonical.com

	add the comment-entry for the widget-states again, move the more simple looking entries at the top of the file, so it looks less "scary" when first opening it

2011-06-30  mirco.mueller@canonical.com

	added new icons for the dash

2011-06-30  mirco.mueller@canonical.com

	started adding reading-functions for the JSON-file

2011-06-29  mirco.mueller@canonical.com

	test change to show Rosie how to pull changes from bzr

2011-06-29  mirco.mueller@canonical.com

	updated dash-resources json-file

2011-06-29  mirco.mueller@canonical.com

	quick snapshot of style- and asset-handover-process

2011-06-26  Mirco Müller  <mirco.mueller@ubuntu.com>

	added:
	src/DashStyle.cpp
	src/DashStyle.h
	tests/TestDashStyle.cpp
	modified:
	tests/CMakeLists.txt
	
	Quick test-snapshot

2011-08-10  Andrea Azzarone  <azzaronea@gmail.com>

	Doesn't show an empty menu when coursor reaches the title in the panel.
	It refers just to maximized windows, since the case is already fixed for
	non-maximized ones. Fixes LP: #734900

2011-08-02  Andrea Azzarone  <azzaronea@gmail.com>

	Doesn't show an empty menu when coursor reaches the title in the panel. It refers just to maximized windows, since the case is already fixed for non-maximized ones. (bug #734900)

2011-08-10  Jason Smith  <jason.smith@canonical.com>

	change alt-tab to default to alt-tab

2011-08-09  Jay Taoko  <jay.taoko@canonical.com>

	Added active blur option to CCSM

2011-08-09  Jay Taoko  <jay.taoko@canonical.com>

	Added active blur option to CCSM

2011-08-08  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2011-08-04  Jay Taoko  <jay.taoko@canonical.com>

	* Added BackgroundEffectHelper class for things like blur effects: optimizations for different GPU classes
	
	* Real-time blur is activated by default. Look for 
	- // Marker 0 for real-time blur
	- // Marker 1 for real-time blur
	and comment the line just below to deactivate real-time blur
	
	* Compiz support for rendering into an FBO (Sam Spilsbury)

2011-08-04  Jay Taoko  <jay.taoko@canonical.com>

	Added markers for real-time blur

2011-08-04  Jay Taoko  <jay.taoko@canonical.com>

	Fixes

2011-08-02  Jay Taoko  <jay.taoko@canonical.com>

	Added class BackgroundEffectHelper

2011-08-01  Jay Taoko  <jay.taoko@canonical.com>

	enable real-time blur

2011-08-01  Jay Taoko  <jay.taoko@canonical.com>

	Blur Fixes

2011-07-28  Jay Taoko  <jay.taoko@canonical.com>

	Dash blur fallback per GPU

2011-07-27  Jay Taoko  <jay.taoko@canonical.com>

	Fixes

2011-07-27  Jay Taoko  <jay.taoko@canonical.com>

	Fixes

2011-07-26  Jay Taoko  <jay.taoko@canonical.com>

	Fixes

2011-07-20  Jay Taoko  <jay.taoko@canonical.com>

	Compose Compiz desktop into a texture

2011-07-12  Jay Taoko  <jay.taoko@canonical.com>

	- FBO fix

2011-07-01  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Add a getter for the texture

2011-07-01  Sam Spilsbury  <sam.spilsbury@canonical.com>

	We need to use glPaintOutput for now, even though that's a hack

2011-07-01  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Use one fbo per monitor ... this introduces some slight flickering in the multimontor case
	and should probably be debugged

2011-06-30  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Redirect compiz drawing into an FBO

2011-08-10  Jason Smith  <jason.smith@canonical.com>

	merge layout system branch

2011-08-10  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2011-08-10  Jason Smith  <jason.smith@canonical.com>

	use swap over manual swapping

2011-08-09  Jason Smith  <jason.smith@canonical.com>

	Make TestSwitcher program much more useful

2011-08-06  Jason Smith  <jason.smith@canonical.com>

	fix build

2011-08-06  Jason Smith  <jason.smith@canonical.com>

	make sure to clean up on destruction

2011-08-06  Jason Smith  <jason.smith@canonical.com>

	make simple launcher icon handle multiple sizings gracefully

2011-08-06  Jason Smith  <jason.smith@canonical.com>

	more work on alt-tab user interactions

2011-08-06  Jason Smith  <jason.smith@canonical.com>

	new interaction for tabbing

2011-08-06  Jason Smith  <jason.smith@canonical.com>

	Use extra space at top of grid instead of bottom

2011-08-06  Jason Smith  <jason.smith@canonical.com>

	improve grid layout

2011-08-05  Jason Smith  <jason.smith@canonical.com>

	improve layouts of windows in alt-tab switcher

2011-08-10  Tim Penhey  <tim.penhey@canonical.com>

	Fix many uninitialized variables, and get debuggin info back.
	
	The flags in the CMakeLists.txt were updated so debugging info
	is added again using -g3.
	LauncherIcon now has all members initialized, and the unused m_Window
	is removed.
	PlacesSearchBar now also initializes all members.
	As does PlacesView.
	QuickListMenuItem now doesn't leak the name.
	QuicklistView updated to use initialiser lists, and some boolean
	expressions are simplified.  Also stops the leak in GetName.
	Removed unused members from Tooltip.
	unityshell also now initialises all the members.

2011-08-08  Tim Penhey  <tim.penhey@canonical.com>

	Make unity have debug builds again.

2011-08-08  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2011-08-05  Tim Penhey  <tim.penhey@canonical.com>

	Initialize all the values.

2011-08-05  Tim Penhey  <tim.penhey@canonical.com>

	Simplify some logic

2011-08-05  Tim Penhey  <tim.penhey@canonical.com>

	Using initializer lists, and fix GetName not to make a copy of the name.

2011-08-05  Tim Penhey  <tim.penhey@canonical.com>

	Remove the _dpiX, _dpiY, and _fontOpts from the headers.  Code was removed 2010-11-25 in favour of GtkSettings.

2011-08-04  Tim Penhey  <tim.penhey@canonical.com>

	_progress and _present_urgency were not initialized.

2011-08-04  Tim Penhey  <tim.penhey@canonical.com>

	m_Window is never used.

2011-08-04  Tim Penhey  <tim.penhey@canonical.com>

	PlacesSearchBar was not initialising _last_width or _last_height.

2011-08-04  Tim Penhey  <tim.penhey@canonical.com>

	PlacesView was not initializing all the members.

2011-08-08  Alex Launi  <alex.launi@canonical.com>

	Fix WindowButtons.cpp/h for work done in the nux abstract button branch

2011-08-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] lenses-extras

2011-08-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] parent

2011-08-05  Neil Jagdish Patel  <neil.patel@canonical.com>

	Don't leak iters

2011-08-05  Neil Jagdish Patel  <neil.patel@canonical.com>

	Test ratings

2011-08-05  Neil Jagdish Patel  <neil.patel@canonical.com>

	Multirange tests

2011-08-05  Neil Jagdish Patel  <neil.patel@canonical.com>

	CheckOption tests and some cleanup

2011-08-05  Neil Jagdish Patel  <neil.patel@canonical.com>

	Lots of fixes and tests for RadioOptions

2011-08-05  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix Filters to emit correct signals and Filter to return correct filter

2011-08-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	s/Button/Option for filters

2011-08-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix naming

2011-08-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix marshalling

2011-08-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	import in filters that do marshalling/unmarshalling and logic of the views

2011-08-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add generic renderer

2011-08-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add ApplicationPreview

2011-08-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	More track preview testing

2011-08-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add TrackPreview and update tests for testing it better

2011-08-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add missing files and update to support new lens <-> scope functionality for activation

2011-08-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	add uri schema support

2011-08-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for activation

2011-08-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] more-lenses

2011-08-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] parent

2011-08-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-08-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Update to make work with libunity.pc lensesdir

2011-08-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] parent

2011-08-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	install ModelRowAdaptor-inl.h

2011-08-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	use default copy constructor

2011-07-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] parent and fix issues related to that

2011-07-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] parent

2011-07-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] parent

2011-07-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix issues raised by Tim

2011-07-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] parent and fix issue with variant builder

2011-07-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] parent

2011-07-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] parent

2011-07-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] parent

2011-07-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] parent

2011-07-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	unref lens on exit

2011-07-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	clean up tests a bit

2011-07-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	tests for global results

2011-07-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	Lens search tests

2011-07-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add tests for category

2011-07-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix some naming

2011-07-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	Beginning of lens tests

2011-07-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	Beginning of lens tests

2011-08-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] connect-to-lenses

2011-08-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-07-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	Put the accessing of DeeModelIters inside the RowAdaptorBase class and use sigc::bind to manipulate those functions for getters - excellent idea by Tim

2011-07-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	Use the new glib wrapper niceties

2011-07-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-07-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some more fixes

2011-07-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make copy constructors work

2011-07-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] parent

2011-07-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] parent

2011-07-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-07-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some more fixes

2011-07-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove overzealous gboolean checking

2011-07-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Clean up the initialisation of filters as well as protect them from invalid models

2011-07-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	s/unsigned int/std::size_t

2011-07-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	s/boost::shared_ptr/std::shared_ptr

2011-07-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	s/boost::shared_ptr/std::shared_ptr

2011-07-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	some more fixes

2011-07-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	some fixes

2011-07-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	clean up RowAdaptorBase

2011-07-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] parent

2011-07-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] parent

2011-07-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] with trunk

2011-07-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] with parent

2011-07-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	style fixes

2011-07-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-07-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add ratings filter

2011-07-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	update to coding style

2011-07-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	Filter tests

2011-07-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	Starting filter tests

2011-07-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix test naming

2011-07-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Add support for testing Results and Categories
	- Make the tests more robust by using some tricks to ensure we carry them out when
	the service is ready
	- Clean up after ourselves

2011-07-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make the Results and Categories wrapper a bit nicer, make the test service exit easily as it now exports a controller object. All is fine with the world right now

2011-07-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make the naming even nicer

2011-07-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Clean up Model implementation and add tests, incliding support for testing dbus-based services

2011-07-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-07-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	It works\!

2011-07-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Update and add models that use the new Category interface

2011-07-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	a mid-point commit

2011-07-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make ResultsModel and ResultsModelIter independant

2011-07-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add some methods and hook up some signals

2011-07-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Hook up a whole bunch of stuff

2011-07-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some more niceness

2011-07-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make things connect and add a Call method

2011-07-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Start connection to the lens daemons

2011-07-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-08-05  Jason Smith  <jason.smith@canonical.com>

	merge alt-tab windows branch

2011-08-05  Jason Smith  <jason.smith@canonical.com>

	prevent stray renders of icons that are marked skip

2011-08-05  Jason Smith  <jason.smith@canonical.com>

	fade windows in

2011-08-05  Jason Smith  <jason.smith@canonical.com>

	enable selection of specific windows with alt-tab

2011-08-04  Jason Smith  <jason.smith@canonical.com>

	better layout (far from nice)

2011-08-04  Jason Smith  <jason.smith@canonical.com>

	minor fixes

2011-08-05  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Overload updateIconPos to get the correct position.

2011-08-04  Jason Smith  <jason.smith@canonical.com>

	actually increment x and y

2011-08-04  Jason Smith  <jason.smith@canonical.com>

	use correct matrix

2011-08-04  Jason Smith  <jason.smith@canonical.com>

	fix bounding box calculations

2011-08-04  Jason Smith  <jason.smith@canonical.com>

	more work on painting thumbnails

2011-08-04  Jason Smith  <jason.smith@canonical.com>

	start work on painting thumbnails

2011-08-04  Jason Smith  <jason.smith@canonical.com>

	make the test a little nicer to work with

2011-08-04  Jason Smith  <jason.smith@canonical.com>

	start work on detailing the current selected item

2011-08-03  Jason Smith  <jason.smith@canonical.com>

	merge clickthrough tooltips branch

2011-08-03  Jason Smith  <jason.smith@canonical.com>

	add explanitory comment

2011-08-03  Jason Smith  <jason.smith@canonical.com>

	make tooltips click through

2011-08-03  Jason Smith  <jason.smith@canonical.com>

	merge bfb reshuffle branch

2011-08-03  Jason Smith  <jason.smith@canonical.com>

	fix merge issues

2011-08-02  Jason Smith  <jason.smith@canonical.com>

	comment magic number

2011-08-02  Jason Smith  <jason.smith@canonical.com>

	cleanup duplicate function

2011-08-02  Jason Smith  <jason.smith@canonical.com>

	fix date

2011-08-02  Jason Smith  <jason.smith@canonical.com>

	implement launcher based BFB

2011-08-03  Tim Penhey  <tim.penhey@canonical.com>

	Catch a SIGSEGV that happens if the image doesn't load.
	Use the glib::Error and glib::Object wrappers.

2011-08-02  Tim Penhey  <tim.penhey@canonical.com>

	add namespace

2011-08-02  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2011-08-01  Tim Penhey  <tim.penhey@canonical.com>

	Put return types on the same line as the function.

2011-08-01  Tim Penhey  <tim.penhey@canonical.com>

	Add in the assignment function returns.

2011-08-01  Tim Penhey  <tim.penhey@canonical.com>

	Merge glib-tweaks.

2011-08-01  Tim Penhey  <tim.penhey@canonical.com>

	Use glib wrappers, and more the Reference into the location where texture is guaranteed to be not null.

2011-08-03  Tim Penhey  <tim.penhey@canonical.com>

	Whitespace fixes, and remove the unused iterator.

2011-08-03  Tim Penhey  <tim.penhey@canonical.com>

	Whitespace fixes, and remove the unused iterator.

2011-08-02  Jason Smith  <jason.smith@canonical.com>

	merge shortcuts fix

2011-08-02  Jason Smith  <jason.smith@canonical.com>

	fix final merge requirements

2011-08-02  Jason Smith  <jason.smith@canonical.com>

	fix issues found in merge review

2011-08-02  Jason Smith  <jason.smith@canonical.com>

	restore shortcuts

2011-08-02  Jason Smith  <jason.smith@canonical.com>

	merge fix middle click branch

2011-08-02  Jason Smith  <jason.smith@canonical.com>

	fix middle click

2011-08-02  Jay Taoko  <jay.taoko@canonical.com>

	Changed logger enum

2011-08-01  Jay Taoko  <jay.taoko@canonical.com>

	Fix bug #810971

2011-08-01  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Code style review using tools/apply_unity_formatting.sh

2011-08-01  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Cleaning g_debug calls

2011-08-01  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Improve the shared focus management on the Launcher/Dash
	
	Right now the Launcher and the Dash manages the keyboard navigation in
	a different way (Launcher based on InputArea signals, Dash based on
	Focusable interface).
	
	This commit tries does:
	* Implement the atk focus notification in a homogeneus way
	
	* Improve the management of the active window
	* Before this change, the Launcher BaseWindow didn't emit his activate signal
	
	* Improve how AtkObject::focus-event and BaseWindow::activate are
	sorted, prior this commit those signals were emitted but in a wrong
	order
	* In order to do that it implements a pending notification proces
	
	* Document all this stuff on BaseWindowAccessible developer documentation

2011-07-21  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Improve the shared focus management on the Launcher/Dash
	
	Right now the Launcher and the Dash manages the keyboard navigation in
	a different way (Launcher based on InputArea signals, Dash based on
	Focusable interface).
	
	This commit tries does:
	* Implement the atk focus notification in a homogeneus way
	
	* Improve the management of the active window
	* Before this change, the Launcher BaseWindow didn't emit his activate signal
	
	* Improve how AtkObject::focus-event and BaseWindow::activate are
	sorted, prior this commit those signals were emitted but in a wrong
	order
	* In order to do that it implements a pending notification proces
	
	* Document all this stuff on BaseWindowAccessible developer documentation

2011-07-19  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Improve the shared focus management on the Launcher/Dash
	
	Right now the Launcher and the Dash manages the keyboard navigation in
	a different way (Launcher based on InputArea signals, Dash based on
	Focusable interface).
	
	This commit tries does:
	* Implement the atk focus notification in a homogeneus way
	
	* Improve the management of the active window
	* Before this change, the Launcher BaseWindow didn't emit his activate signal
	
	* Improve how AtkObject::focus-event and BaseWindow::activate are
	sorted, prior this commit those signals were emitted but in a wrong
	order
	* In order to do that it implements a pending notification proces
	
	* Document all this stuff on BaseWindowAccessible developer documentation

2011-07-12  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Improve the shared focus management on the Launcher/Dash
	
	Right now the Launcher and the Dash manages the keyboard navigation in
	a different way (Launcher based on InputArea signals, Dash based on
	Focusable interface).
	
	This commit tries does:
	* Implement the atk focus notification in a homogeneus way
	* Improve the management of the active window
	* Before this change, the Launcher BaseWindow didn't emit his activate signal
	
	* Improve how AtkObject::focus-event and BaseWindow::activate are
	sorted, prior this commit those signals were emitted but in a wrong
	order
	* In order to do that it implements a pending notification proces
	* Document all this stuff on BaseWindowAccessible developer documentation

2011-05-03  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Fixing BaseWindowAccessible developer documentation

2011-05-02  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Improve the shared focus management on the Launcher/Dash
	
	Right now the Launcher and the Dash manages the keyboard navigation
	in a different way (Launcher based on InputArea signals, Dash based
	on Focusable interface).
	
	This commit tries to:
	* Implement the atk focus notification in a homogeneus way
	* Improve the management of the active window
	* Before this change, the Launcher BaseWindow didn't emit his activate signal
	* Improve how AtkObject::focus-event and BaseWindow::activate are sorted,
	prior this commit those signals were emitted but in a wrong order
	* In order to do that it implements a pending notification process

2011-05-02  Alejandro Piñeiro  <apinheiro@igalia.com>

	Changing the virtual method to just a pending notification
	Children now told the parent that it is active

2011-05-01  Alejandro Piñeiro  <apinheiro@igalia.com>

	Added a virtual nuxarea virtual methods

2011-04-25  Alejandro Piñeiro  <apinheiro@igalia.com>

	Work in progress

2011-04-12  Alejandro Piñeiro  <apinheiro@igalia.com>

	Work in progress

2011-04-06  Alejandro Piñeiro  <apinheiro@igalia.com>

	Work in progress ....

2011-04-06  Alejandro Piñeiro  <apinheiro@igalia.com>

	Work in progress

2011-08-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	Release\ 4.6.0

2011-08-01  Gord Allott  <gord.allott@canonical.com>

	revert using a colour for the background until we have a blur

2011-08-01  Gord Allott  <gord.allott@canonical.com>

	paints it black

2011-08-01  Gord Allott  <gord.allott@canonical.com>

	added extra compiler flag to our build, fixed array bounds issue in launcher.h

2011-08-01  Gord Allott  <gord.allott@canonical.com>

	fixed array bounds in launcher.h - added array-bounds flag to compiler warnings

2011-08-01  Andrea Azzarone  <azzaronea@gmail.com>

	merging in andrea's branch to fix lp:810315

2011-08-01  Gord Allott  <gord.allott@canonical.com>

	small change to make conflict go away

2011-07-14  Andrea Azzarone  <azzaronea@gmail.com>

	Resolve ident mistake.

2011-07-14  Andrea Azzarone  <azzaronea@gmail.com>

	Wastes no time if hide mode is never.

2011-07-14  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes bug #810315.

2011-08-01  Jason Smith  <jason.smith@canonical.com>

	merge branch to prevent mapping of minimized window when not needed

2011-07-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	BamfLauncherIcon: Don't map minimized windows if a mapped one is available
	
	This fixes bug #783434
	
	Plus, moved some for iterations to C++0x foreach-like, to improve readability

2011-08-01  Jason Smith  <jason.smith@canonical.com>

	merge pulse once branch

2011-07-30  Andrea Azzarone  <azzaronea@gmail.com>

	Pulse once when something is dropped into the launcher trash icon.

2011-08-01  Andrea Azzarone  <azzaronea@gmail.com>

	Fix memory leaks

2011-07-30  Andrea Azzarone  <azzaronea@gmail.com>

	Fix memory leak in PluginAdapter.cpp (bug #818477)

2011-07-30  Andrea Azzarone  <azzaronea@gmail.com>

	Fix memory leak in PlacesHomeView::Refresh (fix #818450)

2011-08-01  Jason Smith  <jason.smith@canonical.com>

	merge launcher edge reveal branch

2011-07-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Added configurable option to define the launcher edge-show timeout
	
	A compiz option has been added to define the timeout to wait before
	showing the launcher when the left edge has been touched.
	
	Default value set to 150 ms.

2011-07-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Edge launcher reveal: reduce the timeout and reduce unwanted revelations
	
	Reduce the timeout before revealing the launcher, but doesn't reveal it
	if after the timeout the mouse pointer is too far from the first hit point.
	If the launcher isn't shown due to a moviment in the Y axis, we'll try to
	show it until the mouse is touching the left edge.

2011-08-01  Andrea Azzarone  <azzaronea@gmail.com>

	Add a ccsm option to change launcher opacity. the default value is 0.6667, about 0xAA (current default value).

2011-07-29  Andrea Azzarone  <azzaronea@gmail.com>

	Add a ccsm option to change launcher background opacity. Default value is 0.6667 (about 0xAA, current value).

2011-08-01  Andrea Azzarone  <azzaronea@gmail.com>

	Counts the number of volumes for each drive to fix the bug.

2011-07-29  Andrea Azzarone  <azzaronea@gmail.com>

	Tries to fix bug #799890.

2011-08-01  Daniel van Vugt  <vanvugt@gmail.com>

	Make panel menus more responsive, less laggy, when scrubbing. Removed logic that used to send pointer motion events over dbus. (LP: #742664)

2011-07-29  Daniel van Vugt  <vanvugt@gmail.com>

	Add missing destructor code, got lost when porting the change from
	unity-3 to unity-4.

2011-07-29  Daniel van Vugt  <vanvugt@gmail.com>

	Minor style and spacing cleanup.

2011-07-29  Daniel van Vugt  <vanvugt@gmail.com>

	Merged the fix for bug 742664 with recent changes to lp:unity.

2011-07-29  Daniel van Vugt  <vanvugt@gmail.com>

	Make panel menus more responsive, less laggy, when scrubbing. Removed logic
	that used to send pointer motion events over dbus. (LP: #742664)

2011-08-01  Andrea Azzarone  <azzaronea@gmail.com>

	[merge] Porting TestFavoriteStoreGSetting from glib test to Google test.

2011-07-28  Andrea Azzarone  <azzaronea@gmail.com>

	Porting of TestFavoriteStoreGSettings to Google Test.

2011-07-29  Tim Penhey  <tim.penhey@canonical.com>

	[merge] glib wrapper tweaks

2011-07-29  Tim Penhey  <tim.penhey@canonical.com>

	Change a std::cout for LOG_WARN.

2011-07-29  Tim Penhey  <tim.penhey@canonical.com>

	More tweaks.

2011-07-29  Tim Penhey  <tim.penhey@canonical.com>

	Use the new address of operators and streaming.

2011-07-29  Tim Penhey  <tim.penhey@canonical.com>

	Make operator& overloads for AsOutParam, and some streaming operators.

2011-07-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] load lens files

2011-07-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	remaining fixes

2011-07-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-07-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	forgot to remove stray variable

2011-07-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	more more more fixes

2011-07-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some more more fixes

2011-07-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	some more fixes

2011-07-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	some fixes mentioned in merge request

2011-07-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-07-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	Formatting fix

2011-07-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	Woops, forgot to remove the lambda test

2011-07-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	Update coding style

2011-07-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-07-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-07-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-07-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] latest nicer-glib-signals branch, which brings in trunk too

2011-07-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Add support for reading the keyfiles
	- Initialise the Lens object
	- Implement the property system using getters as a proxy to the actual value in the
	Impl
	- Add tests
	- Clean up tests

2011-07-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some more movement on the Tests

2011-07-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	Do some lens creation plus test the pipes

2011-07-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add some more data to test with

2011-07-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	Support for clean destruction as well as making the tests pass for reading the directories

2011-07-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	Simplify directory scanning, add support for reading the file async and then reading the keyfile

2011-07-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some refactoring to make testing easier

2011-07-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Merge in signal stuff as we need it

2011-07-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some renaming and fixes

2011-07-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	Start moving in beginnings of the new dash infrastructure

2011-07-28  Jay Taoko  <jay.taoko@canonical.com>

	Changed to signal OnKeyEvent declaration (Remerged after merging the corresponding branch in Nux)

2011-07-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Revert out jays branch, was committed before it was time to merge

2011-07-28  Gord Allott  <gord.allott@canonical.com>

	merging in the new background-colour branch, unity now uses the average (weighted to the left) value of your background colour to tint its UI

2011-07-28  Gord Allott  <gord.allott@canonical.com>

	merge in a previous spelling change that i missed, oops, change to using the signal manager stuff and disconnect the ubus signals

2011-07-28  Gord Allott  <gord.allott@canonical.com>

	applied bg colour branch

2011-07-28  Jay Taoko  <jay.taoko@canonical.com>

	Changed to signal OnKeyEvent declaration

2011-07-25  Jay Taoko  <jay.taoko@canonical.com>

	Changed to signal OnKeyEvent declaration

2011-07-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Scrolling in the indicators: sync with latest Nux changes
	
	A nux area needs SetAcceptMouseWheelEvent(true) to get the
	mouse wheel events.
	
	Plus, the nux delta value now is less than 0 when down, and greater
	when it's up. Updating the panel service.

2011-07-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	panel-service: nux scroll delta has been inverted.
	
	Syncing with the new value when sending signal.

2011-07-22  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	PanelIndicatorObjectEntry: accept mouse wheel events.
	
	A Nux Area now needs to explicitly accept the mouse wheel events
	otherwise they will be ignored.

2011-07-28  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Added support to "secondary-activate" event on middle-click, which is
	needed to fix LP: #609860 and LP: #812933

2011-07-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging branches (upstream and local)

2011-07-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	panel-service: Support for the "secondary-activate" indicator signal
	
	When the panel-service get the SecondaryActivateEntry dbus
	method call, it redirects it to libindicator signal using the
	"secondary-activate" glib signal defined in libindicator

2011-07-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	unityshell: Send SecondaryActivate signal on indicator middle click
	
	When an indicator item is middle-clicked the SecondaryActivate
	method is called. The real click position is exported as requested
	by the StatusNotifierItem specifications, and the event is
	emitted only if the user middle-click and release over an indicator.
	(so the mouse click can be canceled releasing the mouse click
	outside the indicator entry space).

2011-07-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	UnityCore: support for SecondaryActivate on indicators
	
	Secondary activation can be done by middle click and is needed
	to implement the StatusNotifierItem specification.

2011-07-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Indicator: Don't use anymore the x,y position on secondary-activation
	
	All the tree is updated to use the new signal.

2011-07-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with Upstream

2011-07-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with Upstream

2011-07-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Support for seconday activate

2011-07-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Get back fading

2011-07-27  Tim Penhey  <tim.penhey@canonical.com>

	Update now that nux::GdkGraphics takes ownership of the pixbuf.

2011-07-26  Tim Penhey  <tim.penhey@canonical.com>

	Updates now that nux::GdkGraphics takes ownership of the pixbuf.

2011-07-26  Gord Allott  <gord.allott@canonical.com>

	fix for lp:814619 - checks for a NULL pointer before assigning it to a string

2011-07-26  Gord Allott  <gord.allott@canonical.com>

	Check for a null pointer before assigning it to a std::string, hopefully fixes lp:814619

2011-07-26  Andrea Azzarone  <azzaronea@gmail.com>

	Launcher device management improvments

2011-07-26  Andrea Azzarone  <azzaronea@gmail.com>

	Merge trunk.

2011-07-07  Andrea Azzarone  <azzaronea@gmail.com>

	Use g_drive_is_media_removable instead of g_volume_should_automount!

2011-07-05  Andrea Azzarone  <azzaronea@gmail.com>

	Use launcher instead of launcher.

2011-07-05  Andrea Azzarone  <azzaronea@gmail.com>

	Resolve conflicts.

2011-06-25  Andrea Azzarone  <azzaronea@gmail.com>

	Fix crashes and identation issues. 

2011-06-24  Andrea Azzarone  <azzaronea@gmail.com>

	Use keep_in_launcher_ instead of checked_. Change a little its behavior to make it more readable.

2011-06-24  Andrea Azzarone  <azzaronea@gmail.com>

	Porting to Oneiric trunk.

2011-06-23  Andrea Azzarone  <azzaronea@gmail.com>

	Remove other uneeded 'RAWPTRs'.

2011-06-23  Andrea Azzarone  <azzaronea@gmail.com>

	Don't use glib::Object::RawPtr() when it isn't needed.

2011-06-23  Andrea Azzarone  <azzaronea@gmail.com>

	Removes extra brackets and inline.

2011-06-23  Andrea Azzarone  <azzaronea@gmail.com>

	We don't use DEFAULT_ICON...

2011-06-23  Andrea Azzarone  <azzaronea@gmail.com>

	Keeps the pointer with the type not the variable name.
	Should be 
	const char* DEFAULT_ICON = "drive-removable-media"; 
	and not
	const char* DEFAULT_ICON = "drive-removable-media";

2011-06-23  Andrea Azzarone  <azzaronea@gmail.com>

	Uses spaces instad tabs.

2011-06-22  Andrea Azzarone  <azzaronea@gmail.com>

	Try to organize better the includes.

2011-06-22  Andrea Azzarone  <azzaronea@gmail.com>

	Move all signal handlers from DeviceLauncherIcon to DeviceLauncherSection.

2011-06-22  Andrea Azzarone  <azzaronea@gmail.com>

	Remove uneeded spaces.

2011-06-20  Andrea Azzarone  <azzaronea@gmail.com>

	Stuff

2011-06-20  Andrea Azzarone  <azzaronea@gmail.com>

	Porting of DeviceLauncherIcon.{cpp,h} DeviceLauncherSection.{cpp,h}
	and DeviceSettings.{cpp,h} to GLibWrapper and new coding style.
	Remove some memory leaks and weird gobject warning.

2011-06-15  Andrea Azzarone  <azzaronea@gmail.com>

	Initial commit:
	* ccsm option to show/hide external devices on launcher
	* "Keep in launcher" quicklist item also for external devices launcher icon.
	
	TODO: use GlibWrapper!

2011-06-10  Andrea Azzarone  <azzaronea@gmail.com>

	Adding the quicklist item "Keep in Launcher" also for the device icons.

2011-03-23  Andrea Azzarone  <aazzarone@hotmail.it>

	I have added the quicklist item "Keep in Launcher" also for the device icons!
	
	In addition i have added a ccsm option "Show Devices" by the which we can choose to display all devices, only mounted devices and no one.
	
	The "keep in launcher" works only if the option "Show Devices" is set to "Only Mountes" and if the device is not an automounted one!

2011-03-19  Andrea Azzarone  <aazzarone@hotmail.it>

	I have added the quicklist item "Keep in Launcher" also for the device icons!
	
	In addition i have added a ccsm option "Show Devices" by the which we can choose to display all devices, only mounted devices and no one.
	
	The "keep in launcher" works only if the option "Show Devices" is set to "Only Mountes" and if the device is not an automounted one!

2011-07-25  Tim Penhey  <tim.penhey@canonical.com>

	Fix the leaking of some CairoStaticText objects.

2011-07-22  Tim Penhey  <tim.penhey@canonical.com>

	The class level member variable is not needed.

2011-07-22  Tim Penhey  <tim.penhey@canonical.com>

	Remove a SinkReference on the StaticCairoText.  This call adds an extra ref count to the static text that is never removed.

2011-07-22  Tim Penhey  <tim.penhey@canonical.com>

	Add the coding guidelines into the tree.

2011-07-20  Tim Penhey  <tim.penhey@canonical.com>

	No longer need to mess with .bzrignore.

2011-07-20  Tim Penhey  <tim.penhey@canonical.com>

	Make the html file be built out of the tree, copy the style sheet in, and add a nice tool to open it in a browser.

2011-07-19  Tim Penhey  <tim.penhey@canonical.com>

	Update the style guide to refer to unity, canonical and us.

2011-07-19  Tim Penhey  <tim.penhey@canonical.com>

	Ignore the generated file.

2011-07-19  Tim Penhey  <tim.penhey@canonical.com>

	Add the style guide into the tree.

2011-07-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Update AUTHORS

2011-07-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Release\ 4.4.0

2011-07-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix make release deps

2011-07-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Update formatting to match style (as close as possible)

2011-07-19  Gord Allott  <gord.allott@canonical.com>

	reorganise

2011-07-19  Gord Allott  <gord.allott@canonical.com>

	bsd style, unpad parans, no namespace indents

2011-07-19  Gord Allott  <gord.allott@canonical.com>

	added an astyle formatter to the tools

2011-07-21  Jay Taoko  <jay.taoko@canonical.com>

	* Some cleanup
	* A bit of event signal refactoring (temporary)
	* Support for Escape key closing the Dash.

2011-07-21  Jay Taoko  <jay.taoko@canonical.com>

	Fixed Escape key support in Dash

2011-07-21  Andrea Azzarone  <azzaronea@gmail.com>

	Don't use XQueryPointer if other methods exist. It is a round trip, so it can be slow.

2011-07-19  Andrea Azzarone  <azzaronea@gmail.com>

	Don't use XQueryPointer if you can. It is a round-trip request, do it can be slow.

2011-07-21  Marco Trevisan  <mail@3v1n0.net>

	Bug #809907: Title fade effect no longer works

2011-07-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	attach cairo_mask to pattern craetion
	
	too keep a logical separation between "creation"
	and "destruction" of the elements (again)

2011-07-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Keep the space before gtk_style_context_restore
	
	too keep a logical separation between "creation" and
	"destruction" of the elements

2011-07-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Use always cairo_pattern_add_color_stop_rgba
	
	For better readability...

2011-07-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Just use a cairo mask to fade the title
	
	Don't use the gtk colors to fade the title, but just make
	gtk to paint the panel title, then set it as a cairo_source
	(using the cairo group trick) and finally draw over a mask
	with proper alpha values to make the text fade out correctly.
	
	This should work fine with GTK theming and Cimi likes it ;)

2011-07-17  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Fix panel title fading for long titles
	
	The previous implementation wasn't working any more with
	gtk_render_layout support, this patch makes it to work
	again writing over the result of the gtk rendering.

2011-07-21  Didier Roche  <didier.roche@canonical.com>

	merged Didiers branch to remove qt apps from our systray whitelist

2011-07-20  Didier Roche  <didier.roche@canonical.com>

	remove qt apps from systray whitelist: we have sni-qt now

2011-07-21  Daniel van Vugt  <vanvugt@gmail.com>

	merged Daniels branch to fix dead code in the launcher

2011-07-04  Daniel van Vugt  <vanvugt@gmail.com>

	Fixed dead code in Launcher::OnUpdateDragManagerTimeout (LP: #805327)

2011-07-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged Marco's branch fix the opengl detection code for locales that use , instead of .

2011-07-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Added missing parenthesis.

2011-07-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	OpenGL version string can be divided by a "comma" too
	
	If the OpenGL version string is in the form X,Y unity
	won't start. With this additional check we allow it to run.
	
	Also, we check that the char after the float divsor is a digit.

2011-07-13  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with upstream

2011-07-21  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merged Marco's branch to send the entry-scrolled signal in the indicators

2011-07-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Use the "entry-scrolled" signal instead of the old ones
	
	It follows the API change of libindicator

2011-07-21  Didier Roche  <didier.roche@canonical.com>

	Add schema (prefer centralized schema for gsettings unity values) for runner in
	unity-place-applications

2011-07-20  Didier Roche  <didier.roche@canonical.com>

	add runner schema

2011-07-21  Jason Smith  <jason.smith@canonical.com>

	merge null icon crash fix

2011-07-20  Jason Smith  <jason.smith@canonical.com>

	remove useless cast

2011-07-20  Jason Smith  <jason.smith@canonical.com>

	fix crash when bamf gave a null name string

2011-07-20  Jason Smith  <jason.smith@canonical.com>

	merge alt-tab cleanups branch

2011-07-19  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2011-07-19  Jason Smith  <jason.smith@canonical.com>

	Share texture memory in IconRenderer
	Make alt-tab 150 size tiles
	Add 150 size tile resources

2011-07-19  Jason Smith  <jason.smith@canonical.com>

	add easing and configurable animation time

2011-07-20  Jason Smith  <jason.smith@canonical.com>

	merge xwin perf branch

2011-07-19  Jason Smith  <jason.smith@canonical.com>

	General performance improvements
	Match nux performance updates

2011-07-20  Tim Penhey  <tim.penhey@canonical.com>

	Remove the unneeded sigc::connection objects due to the class inheriting from sigc::trackable.

2011-07-19  Tim Penhey  <tim.penhey@canonical.com>

	Another connection not needed.  And a small amount of trailing whitespace tweaking.

2011-07-19  Tim Penhey  <tim.penhey@canonical.com>

	Yet another connection not needed.

2011-07-19  Tim Penhey  <tim.penhey@canonical.com>

	Connection not needed.

2011-07-19  Tim Penhey  <tim.penhey@canonical.com>

	Cast is not needed.

2011-07-19  Tim Penhey  <tim.penhey@canonical.com>

	Private members not used.

2011-07-19  Tim Penhey  <tim.penhey@canonical.com>

	Casts are not needed.

2011-07-19  Tim Penhey  <tim.penhey@canonical.com>

	Removed the connection objects from PanelView.

2011-07-19  Tim Penhey  <tim.penhey@canonical.com>

	Kill connection objects from PlacesSearchBar.

2011-07-19  Tim Penhey  <tim.penhey@canonical.com>

	More connections removed.

2011-07-19  Tim Penhey  <tim.penhey@canonical.com>

	Clean up the connections on the SimpleLauncherIcon.  Also fixed the naming and layout.

2011-07-19  Tim Penhey  <tim.penhey@canonical.com>

	A note about tribool.

2011-07-19  Tim Penhey  <tim.penhey@canonical.com>

	Remove the unneeded connection objects as LauncherController directly inherits from sigc::trackable.

2011-07-19  Tim Penhey  <tim.penhey@canonical.com>

	Remove the unneeded sigc::connection objects in Launcher.  Launcher inherits from nux::View, which is a nux::Object, and that inherits from sigc::tractable.

2011-07-19  Tim Penhey  <tim.penhey@canonical.com>

	Remove the unneeded sigc::connection objects in BamfLauncherIcon.  The AbstractLauncherIcon inherits indirectly from nux::Object, which inherits from sigc::tractable.

2011-07-19  Jay Taoko  <jay.taoko@canonical.com>

	* fix bug in the launcher introduced following the revised nux event architecture
	* fix typo

2011-07-19  Jay Taoko  <jay.taoko@canonical.com>

	Fix launcher mouse in/out bug

2011-07-19  Jay Taoko  <jay.taoko@canonical.com>

	Fixed typo

2011-07-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] This changes unity-preference's desktop file to use OnlyShowIn=Unity instead of OnlyShowIn=GNOME.

2011-07-19  Michael Terry  <michael.terry@canonical.com>

	use OnlyShowIn=Unity

2011-07-19  Jason Smith  <jason.smith@canonical.com>

	Minor design changes from design

2011-07-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] GLibSignal branch that makes signal connection a fun and joyous occasion\!

2011-07-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Try to not pad out the parameters for a method

2011-07-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Get rid of UnityCore.h

2011-07-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	s/using namepspace sigc/using sigc::nil/

2011-07-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-07-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make SignalManager noncopyable

2011-07-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	cleanup

2011-07-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] c++0x support

2011-07-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-07-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Switch to sigc::nil

2011-07-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	Prioritise library in UnityCore

2011-07-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove Signal manager destructor

2011-07-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	Use std::string const& in Signal template

2011-07-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	get_foo/foo

2011-07-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	Don't use upper case o

2011-07-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	some style fixes

2011-07-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Duh, commit and push all the work before merge review

2011-07-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some cleanups

2011-07-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-07-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some clean up + comments

2011-07-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Forgot to add support for sending the emitting GObject!
	This had the awesome effect of cleaning up a bunch of the code and basically things fell into place nicely after that.
	
	The only downside is we needed to drop Signal7 as Signal6 now reaches the sigc::slot limit of 8 types (we can easily make Signal7 if we need to in the future, i just went through Devhelp and couldn't find something that send out 7 args!).
	
	With it working and the tests passing, I've ported over DBusIndicators to use glib::SignalManager, which seems to work fine.

2011-07-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix return value on get_name

2011-07-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support to SignalManager for disconnections and add a test for that

2011-07-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	Yay, auto-disconnection works

2011-07-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	Test connections are still working

2011-07-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add a test case that connects up all the diffrent types of signals

2011-07-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add an ass load of constructors. Template programming is a lot of repeating the same code...

2011-07-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	Beginnings of SignalManager

2011-07-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add some more tests, clean up file

2011-07-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	Complete testing of connection & emmision

2011-07-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add all the signal types

2011-07-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	Got the test infrastructure working finally

2011-07-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add some more testing infrastructure and fix the definitions

2011-07-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Initial testing support

2011-07-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Import Signal work as merging old trunk was breaking things

2011-07-19  Jason Smith  <jason.smith@canonical.com>

	merge alt-tab fixes branch

2011-07-19  Jason Smith  <jason.smith@canonical.com>

	Add missing files

2011-07-19  Jason Smith  <jason.smith@canonical.com>

	implement fixes and changes to alt tab as requested by design

2011-07-19  Jay Taoko  <jay.taoko@canonical.com>

	Fixed bug in panel:
	- Correctly detects when mouse enters the panel and then show the global menu.

2011-07-19  Jay Taoko  <jay.taoko@canonical.com>

	Fix Panel

2011-07-19  Tim Penhey  <tim.penhey@canonical.com>

	Fix a leak on closing.

2011-07-18  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk

2011-07-14  Tim Penhey  <tim.penhey@canonical.com>

	Remove the unused GetResultsController method.
	Reformat some of the methods.
	Delete the _results_controller in the PlacesView destructor.
	Make sure the ResultsController clears its results in the destructor.

2011-07-19  Tim Penhey  <tim.penhey@canonical.com>

	Fix a slight omission in the glib object wrapper template assignment operator.

2011-07-18  Tim Penhey  <tim.penhey@canonical.com>

	Ooops.

2011-07-18  Jay Taoko  <jay.taoko@canonical.com>

	This branch has been adapted to the new event system in Nux.
	
	All the member functions ::ProcessEvent are now obsolete. However you should see that the changes to Unity are not that big.
	Here is what to expect with this branch:
	- Keyboard navigation in the dash is functional, minus a few glitches to resolve.
	- Alt+F1 is working in the launcher. Key navigation in and out of the quicklist is also working.
	
	Please report all the regressions you see.

2011-07-18  Jay Taoko  <jay.taoko@canonical.com>

	Fixes

2011-07-18  Jay Taoko  <jay.taoko@canonical.com>

	Fixed conflict

2011-07-18  Jay Taoko  <jay.taoko@canonical.com>

	Fixes

2011-07-15  Jay Taoko  <jay.taoko@canonical.com>

	Fixes

2011-07-14  Jay Taoko  <jay.taoko@canonical.com>

	Merged with trunk

2011-07-13  Jay Taoko  <jay.taoko@canonical.com>

	* Key navigation fixes

2011-07-12  Jay Taoko  <jay.taoko@canonical.com>

	* Fixes

2011-07-07  Jay Taoko  <jay.taoko@canonical.com>

	Fixed signal callback

2011-06-28  Jay Taoko  <jay.taoko@canonical.com>

	* Merge with unity trunk

2011-06-28  Jay Taoko  <jay.taoko@canonical.com>

	* Added Introspectable to the "unity" namesapce

2011-06-22  Jay Taoko  <jay.taoko@canonical.com>

	* Fixes

2011-06-21  Jay Taoko  <jay.taoko@canonical.com>

	* Ported to the Unity new file layout

2011-06-21  Jay Taoko  <jay.taoko@canonical.com>

	This branch has been adapted to the new event system in Nux.
	
	All the member functions ::ProcessEvent are now obsolete. However you should see that the changes to Unity are not that big.
	Here is what to expect with this branch:
	- Keyboard navigation in the dash is not working. 
	- You have to click in the search bar text entry before you start typing some text into it
	- There is a regression in the scroll speed of the Dash ScrollView
	- Alt+F1 is working in the launcher. Key navigation in and out of the quicklist is also working.
	
	Please report all the regressions you see.

2011-06-12  Jay Taoko  <jay.taoko@canonical.com>

	* Nux event architecture: fixed most of the dash

2011-06-12  Jay Taoko  <jay.taoko@canonical.com>

	* Fix unity for the new event architecture

2011-07-18  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Checking if a11y is enabled using gsettings instead of gconf

2011-07-13  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Checking if a11y is enabled using gsettings instead of gconf

2011-07-17  Jason Smith  <jason.smith@canonical.com>

	merge renderer updates branch

2011-07-17  Jason Smith  <jason.smith@canonical.com>

	fix merge issues

2011-07-17  Jason Smith  <jason.smith@canonical.com>

	Add switcher model unit tests

2011-07-16  Jason Smith  <jason.smith@canonical.com>

	increase draw distance of folded icons

2011-07-16  Jason Smith  <jason.smith@canonical.com>

	add text to switcher

2011-07-16  Jason Smith  <jason.smith@canonical.com>

	fix crash when first switch doesn't show switcher

2011-07-16  Jason Smith  <jason.smith@canonical.com>

	add popup delay behavior

2011-07-16  Jason Smith  <jason.smith@canonical.com>

	cleanup redraw handle

2011-07-16  Jason Smith  <jason.smith@canonical.com>

	fix crash

2011-07-16  Jason Smith  <jason.smith@canonical.com>

	start animation work

2011-07-15  Jason Smith  <jason.smith@canonical.com>

	allow backwards movement for switcher
	fix background size drawing

2011-07-15  Jason Smith  <jason.smith@canonical.com>

	make switcher start to be more than just a thing of pretty

2011-07-15  Jason Smith  <jason.smith@canonical.com>

	improve damage performance

2011-07-15  Jason Smith  <jason.smith@canonical.com>

	sexier rendering

2011-07-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix the panel-service

2011-07-15  Gord Allott  <gord.allott@canonical.com>

	enables c++0x support

2011-07-14  Gord Allott  <gord.allott@canonical.com>

	enables C++0x support in unity

2011-07-12  Gord Allott  <gord.allott@canonical.com>

	enables c++0x support in unity

2011-07-14  Ted Gould  <ted@gould.cx>

	Indicators love you long time.

2011-07-14  Ted Gould  <ted@gould.cx>

	Dropping Me, adding Power, and reshuffling slightly to match http://wiki.ubuntu.com/MenuBar

2011-07-14  Jason Smith  <jason.smith@canonical.com>

	merge alt-tab branch

2011-07-14  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2011-07-14  Jason Smith  <jason.smith@canonical.com>

	improve layout of alt-tab

2011-07-14  Jason Smith  <jason.smith@canonical.com>

	merge fixes

2011-07-14  Jason Smith  <jason.smith@canonical.com>

	fix logger merge issues

2011-07-14  Jason Smith  <jason.smith@canonical.com>

	mark reason for not const

2011-07-14  Jason Smith  <jason.smith@canonical.com>

	protect double hide calls

2011-07-14  Jason Smith  <jason.smith@canonical.com>

	set workspace and tile size properly

2011-07-13  Jason Smith  <jason.smith@canonical.com>

	fix signal names

2011-07-13  Jason Smith  <jason.smith@canonical.com>

	prefer ++i

2011-07-13  Jason Smith  <jason.smith@canonical.com>

	remove trailing whitespace

2011-07-13  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2011-07-13  Jason Smith  <jason.smith@canonical.com>

	more review fixes

2011-07-13  Jason Smith  <jason.smith@canonical.com>

	more merge review fixes

2011-07-13  Jason Smith  <jason.smith@canonical.com>

	pass nux::Geometry as const&

2011-07-13  Jason Smith  <jason.smith@canonical.com>

	migrate tooltip to using a nux::Property
	fix header dates

2011-07-12  Jason Smith  <jason.smith@canonical.com>

	remove leftover function definition
	more icons in switcher test

2011-07-12  Jason Smith  <jason.smith@canonical.com>

	start work on proper rendering of alt-tab

2011-07-12  Jason Smith  <jason.smith@canonical.com>

	Get icons renderering in mockup

2011-07-12  Jason Smith  <jason.smith@canonical.com>

	fix build issues with newest build rules

2011-07-11  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2011-07-11  Jason Smith  <jason.smith@canonical.com>

	minor updates

2011-07-08  Jason Smith  <jason.smith@canonical.com>

	fix math error

2011-07-08  Jason Smith  <jason.smith@canonical.com>

	properly destroy icon labels

2011-07-08  Jason Smith  <jason.smith@canonical.com>

	make labels work again with new renderer

2011-07-08  Jason Smith  <jason.smith@canonical.com>

	all put together and working

2011-07-08  Jason Smith  <jason.smith@canonical.com>

	theoretical completion of IconRenderer

2011-07-07  Jason Smith  <jason.smith@canonical.com>

	almost finished building icon renderer

2011-07-07  Jason Smith  <jason.smith@canonical.com>

	more progress porting the IconRenderer

2011-07-07  Jason Smith  <jason.smith@canonical.com>

	finish making LauncherIcon use a proper API for transforms

2011-07-07  Jason Smith  <jason.smith@canonical.com>

	start moving rendering of icons into own class
	make transforms a proper API

2011-07-07  Jason Smith  <jason.smith@canonical.com>

	add switcher test and IconRenderer.h

2011-07-07  Jason Smith  <jason.smith@canonical.com>

	migrate switcher away from concrete implementations

2011-07-07  Jason Smith  <jason.smith@canonical.com>

	remove random gboolean usage, bool works fine here

2011-07-07  Jason Smith  <jason.smith@canonical.com>

	Make LauncherIcon use standard string

2011-07-06  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2011-07-06  Jason Smith  <jason.smith@canonical.com>

	Add missing files
	Rebase LauncherIcon on top of AbstractLauncherIcon

2011-06-29  Jason Smith  <jason.smith@canonical.com>

	more work towards teh glorious switcher future. Something is now painted on the screen and a unit test is started but not working

2011-06-27  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2011-06-27  Jason Smith  <jason.smith@canonical.com>

	more updates

2011-06-17  Jason Smith  <jason.smith@canonical.com>

	add switcher controller

2011-06-17  Jason Smith  <jason.smith@canonical.com>

	Start work on switcher model

2011-07-14  Daniel van Vugt  <vanvugt@gmail.com>

	Fix white flashes seen in the panel menus during scrubbing, or when they're unmapped (LP: #687567)

2011-07-14  Daniel van Vugt  <vanvugt@gmail.com>

	Optimize the GDK event filter used to implement panel scrubbing, so that it
	does not need to call gdk/gtk/X11 functions. Avoiding these function calls
	inside the event filter fixes graphics glitches seen in the panel menus
	(LP: #687567)

2011-07-13  Rafał Cieślak  <rafalcieslak256@gmail.com>

	Merged in Rafałs branch to fix lp:734010

2011-07-11  Rafał Cieślak  <rafalcieslak256@gmail.com>

	[fix 734010] spacing between indicators should be 5 pixels
	
	modified:
	plugins/unityshell/src/PanelIndicatorObjectEntryView.h
	- changed default indicator padding to 5px

2011-07-13  Rafał Cieślak  <rafalcieslak256@gmail.com>

	Merged in Rafałs branch to fix lp:691808

2011-07-10  Rafał Cieślak  <rafalcieslak256@gmail.com>

	[fix #691808] Don't switch title to menu when hovering window buttons
	
	modified:
	plugins/unityshell/src/PanelMenuView.cpp
	- Check whether the window is maximized, and do not exclude the buttons' area in case it's not.

2011-07-10  Rafał Cieślak  <rafalcieslak256@gmail.com>

	[fix #691808] Don't switch title to menu when hovering window buttons
	
	modified:
	plugins/unityshell/src/PanelMenuView.cpp
	- Extended appropriate if statement checking for pointer location to exclude window buttons' area.

2011-07-12  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	CMakeLists.txt
	plugins/unityshell/src/DeviceLauncherIcon.cpp
	plugins/unityshell/src/DeviceLauncherIcon.h
	plugins/unityshell/src/LauncherController.cpp
	plugins/unityshell/src/unityshell.cpp
	
	Merged Andrea Azzarone's fix-764905 branch to unity trunk after review,
	test and approval by me. Unmounts/ejects an USB-stick by dragging it to
	the trash-icon on the launcher. This also spawns a notification to inform
	the use of the succeeded operation. Thanks again for the great work,
	Andrea! Fixes LP: #764905

2011-07-12  Andrea Azzarone  <azzaronea@gmail.com>

	The strings used for the notification need to be translated.

2011-07-10  Andrea Azzarone  <azzaronea@gmail.com>

	Show an OSD notifaction is a drive is successful ejected.

2011-07-10  Andrea Azzarone  <azzaronea@gmail.com>

	Eject an "eject-able" device when drag and drop it into the trash.

2011-07-12  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	plugins/unityshell/src/Launcher.cpp
	plugins/unityshell/src/LauncherController.cpp
	plugins/unityshell/src/LauncherController.h
	
	Merged Andrea Azzorone's fix-733425 branch after review, test and approval
	by me. Eliminates superfluous disk-I/O while dragging a launcher-icon to a
	new position. Thanks for the patch, Andrea! Fixes LP: #733425

2011-07-10  Andrea Azzarone  <azzaronea@gmail.com>

	Tries to solve bug #733425 (Moving a launcher icon around generates lots of disk write activity).

2011-07-12  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	plugins/unityshell/src/BamfLauncherIcon.cpp
	plugins/unityshell/src/SimpleLauncherIcon.cpp
	plugins/unityshell/src/TrashLauncherIcon.cpp
	
	Merged Andrea Azzarone's fix-some-memory-leaks branch after review, test
	and approval by me. This solves 5 mem-leaks identfied via valgrind.
	Thanks a lot for this patch Andrea. Fixes LP: #806984

2011-07-07  Andrea Azzarone  <azzaronea@gmail.com>

	Fixes some memory leaks.

2011-07-12  Daniel van Vugt  <vanvugt@gmail.com>

	Merged in Daniel's branch to fix lp:761465

2011-07-07  Daniel van Vugt  <vanvugt@gmail.com>

	Make icon highlight box the same size (maximum) for all icons in the
	dash (LP: #761465)

2011-07-12  Oliver Sauder  <os@esite.ch>

	This fixes the issue that the command history is not shown first time after login.

2011-06-28  Oliver Sauder  <os@esite.ch>

	Reactive entry after successful connection

2011-07-08  Sebastien Bacher  <seb128@ubuntu.com>

	updated to the new indicator .pc naming.

2011-07-07  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge in  lp:~unity-team/unity/unity.dialog_gtk3_hack

2011-06-27  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Bump to gtk3

2011-06-27  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Add gtk3 menubar hack

2011-07-07  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Use Gtk3 rendering to draw panel and it's menuitems

2011-07-01  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Use prelight instead active on menubar items (I think this is correct, sorry neil)

2011-07-01  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Seems to fix slowdown, much faster. gtk_widget_path_copy can be quite slow

2011-07-01  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Fix the titlebar and free the widget path on menuitems

2011-07-01  Andrea Cimitan  <andrea.cimitan@canonical.com>

	Coding style fix

2011-07-01  Andrea Cimitan  <andrea.cimitan@canonical.com>

	First work of switching to gtk+ style context API for panel widgets

2011-07-07  Andrea Azzarone  <azzaronea@gmail.com>

	[merge] Fix leak in PanelIndicatorObjectEntryView::make_pixbuf

2011-07-06  Andrea Azzarone  <azzaronea@gmail.com>

	Fix a memory leaking in make_pixbuf (#806485).

2011-07-04  Neil Jagdish Patel  <neil.patel@canonical.com>

	Release\ 4.2.0

2011-07-04  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove dependancy on gtkloader as it doesn't work for upgrading Unity on existing installs

2011-07-01  Gord Allott  <gord.allott@canonical.com>

	updated copyright in unityshell.cpp/h

2011-06-30  Aurélien Gâteau  <aurelien.gateau@canonical.com>

	Merge fix to block NULL indicators from sending signals

2011-06-30  Aurelien Gateau  <aurelien.gateau@canonical.com>

	Do not emit signals for invalid indicator entries.

2011-06-30  Aurélien Gâteau  <aurelien.gateau@canonical.com>

	Merge Aurélien's updates to Indicator* class documentation

2011-06-30  Aurelien Gateau  <aurelien.gateau@canonical.com>

	Document (some) members of UnityCore classes

2011-06-30  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge fix for 759899

2011-06-11  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix conditions where workarea region wouldn't be updated

2011-06-30  Tim Penhey  <tim.penhey@canonical.com>

	Add logging config and start using nux logging.

2011-06-23  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk and resolve conflicts.

2011-06-15  Tim Penhey  <tim.penhey@canonical.com>

	Resolve conflict.

2011-06-15  Tim Penhey  <tim.penhey@canonical.com>

	Add a default g_log handler.

2011-06-14  Tim Penhey  <tim.penhey@canonical.com>

	Use the new logger.

2011-06-14  Tim Penhey  <tim.penhey@canonical.com>

	New logging FTW.

2011-06-13  Tim Penhey  <tim.penhey@canonical.com>

	Move the constructor to the top and the anon namespace to the botton of the file.

2011-06-30  Jason Smith  <jason.smith@canonical.com>

	merge branch to make spread only show windows on the current workspace

2011-06-28  Oliver Sauder  <os@esite.ch>

	[App spread] Added null pointer check

2011-06-28  Oliver Sauder  <os@esite.ch>

	[App spread] Only show applications on current workspace

2011-06-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	merged in neils gtk3 panel branch

2011-06-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	Port filter code to Xi2

2011-06-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	Initial build with gtk3, stuff broken

2011-06-30  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge

2011-06-30  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge

2011-06-30  Alexander Fougner  <fougner89@gmail.com>

	merge Alexander Fougner's branch to fix lp:795422

2011-06-10  Alexander Fougner  <fougner89@gmail.com>

	Replaced "Keep In Launcher" with "Keep in launcher", fixing LP: #795422

2011-06-28  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Merge launcher/scale interaction fixes

2011-06-09  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Removing unnecessary code.

2011-06-09  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Merge with trunk

2011-06-04  Marco Biscaro  <marcobiscaro2112@gmail.com>

	BamfLauncherIcon click behaviour fixed (LP: #724045).

2011-06-28  Alex Launi  <alex.launi@canonical.com>

	merge build fixes for GCC 4.6

2011-06-28  Alex Launi  <alex.launi@canonical.com>

	Remove unused variables to fix build on oneiric

2011-06-28  Oier Mees  <oier.mees@gmail.com>

	Merge branch to remove Search hint when clicking in dash search box

2011-06-14  Oier Mees  <oier.mees@gmail.com>

	Clicking inside the Dash search box removes the search hint, fixed LP:764859.

2011-06-13  Jay Taoko  <jay.taoko@canonical.com>

	* A solution for bug #764859

2011-06-27  Manuel Nicetto  <manuel.nicetto@gmail.com>

	Merge fix for quicklist keyboard navigation focus issues

2011-06-09  Manuel Nicetto  <manuel.nicetto@gmail.com>

	fixes the bug for the current version on unity, fixes also return focus to last opened window on exit keynav mode

2011-06-27  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix some stupid errors

2011-06-24  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Add GTK3 Workraround

2011-06-24  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Link unitydialog to gtk3

2011-06-30  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove debug message

2011-06-27  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix crash

2011-06-22  Andrea Azzarone  <azzaronea@gmail.com>

	Merge fix for 769335 and 798318

2011-06-18  Andrea Azzarone  <azzaronea@gmail.com>

	PointerX and PointerX don't work well. Use Xlib instead.

2011-06-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	Use g_warning

2011-06-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	Use the same default that you provide to compiz

2011-06-22  Aurélien Gâteau  <aurelien.gateau@canonical.com>

	correct libunity-core pc file

2011-06-22  Aurelien Gateau  <aurelien.gateau@canonical.com>

	Add dependency on nux-core

2011-06-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove dep on nux-graphics from libunity-core

2011-06-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix soname stuff

2011-06-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Don't fail if GTest isn't found

2011-06-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix typos

2011-06-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Release\ 4.0.1

2011-06-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Tweak release script

2011-06-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Bump deps

2011-06-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Update the build system

2011-06-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix documentation generation for the nation

2011-06-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make everything depend on itself, because it was too hard to just build sub-directories in order

2011-06-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove un-needed build file

2011-06-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Unfuck CMake

2011-06-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-06-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Move resources into the unityshell plugin directory
	- Make generated things to into the current binary directory instead of the source dir

2011-06-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Tests biiiiiaaaatch!

2011-06-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Rename unity-share to unity-core
	- Fix include paths for UnityCore
	- Add in all the code that's meant to be shared, update the plugin to look for that code in
	libunity-core
	- Tests are disabled again, will fix in next commit
	- Update .pc file to reflect new include path

2011-06-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Re-enable gtest

2011-06-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	libunity-shared => libunity-core

2011-06-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make the panel draw the right background with the new gtk3 goodness

2011-06-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make tests build again, but they don't all work due to gtk clashes, nothing I can do about that right now. Also, make the panel recognise that the service is sending gtk2 values for GtkImageType. Finally switch back on the code that was commented out due to gtk3. Will fix that next week with the final transition

2011-06-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Put networkarearegion into the plugins folder too

2011-06-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Initial go at making things sane again

2011-06-21  Gord Allott  <gord.allott@canonical.com>

	fixes a problem with undecorated windows redecorating after maximise

2011-06-21  Gord Allott  <gord.allott@canonical.com>

	fixes undecorated windows getting decorations after being maximised then restored

2011-06-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Merge Gord's gtk3 work
	- Add back support for all the features of the systray

2011-06-17  Gord Allott  <gord.allott@canonical.com>

	cleanup

2011-06-16  Gord Allott  <gord.allott@canonical.com>

	save point

2011-06-16  Gord Allott  <gord.allott@canonical.com>

	Bump indicator and bamf to gtk3 versions

2011-06-17  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	[merge] First pass at Gtk3 port

2011-05-18  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Port to GTK3

2011-06-15  Andrea Azzarone  <azzaronea@gmail.com>

	Fix error where bottom of launcher would not properly unfold from a hidden state

2011-06-10  Andrea Azzarone  <azzaronea@gmail.com>

	No commit message
2011-06-09  Andrea Azzarone  <azzaronea@gmail.com>

	Use the the horizontal offset of the launcher instead of 0.

2011-06-09  Andrea Azzarone  <azzaronea@gmail.com>

	Applied changes as requested by Tim Penhey.

2011-06-08  Andrea Azzarone azzaronea@gmail.com

	When the user reveals the Launcher by moving the pointer to the left side of the screen, the Launcher should unfold at exactly the point entered.

2011-06-15  Tim Penhey  <tim.penhey@canonical.com>

	Tweaking the unityshell files for the new coding standard

2011-06-13  Tim Penhey  <tim.penhey@canonical.com>

	Mostly alignment changes.

2011-06-13  Tim Penhey  <tim.penhey@canonical.com>

	Delete trailing whitespace and fix function signatures to new coding standard.

2011-06-11  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added scrollbar support

2011-06-06  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Did I say _NET_WORKAREA_MONITORS? Soz, I meant _NET_WORKAREA_REGION

2011-06-06  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Delete the property on unload and ensure that property is in _NET_WM_SUPPORTED like the EWMH says to

2011-06-06  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix load and property setting

2011-06-06  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added _UNITY_NET_WORKAREA_MONITORS support

2011-06-10  Alex Launi  <alex.launi@canonical.com>

	Remove autopilot.py from CMake install list

2011-06-10  Gord Allott  <gord.allott@canonical.com>

	generates nicer AUTHOR files by consolodating multiple identities

2011-06-10  Gord Allott  <gord.allott@canonical.com>

	i always forget to add a file...

2011-06-10  Gord Allott  <gord.allott@canonical.com>

	uses sed to consoldate our AUTHOR list a bit

2011-06-09  Alex Launi  <alex.launi@canonical.com>

	Merge autopilot test framework support

2011-06-09  Alex Launi  <alex.launi@canonical.com>

	Move shared strings into #define statements

2011-06-06  Alex Launi  <alex.launi@canonical.com>

	fix up the branch for merging

2011-06-06  Alex Launi  <alex.launi@canonical.com>

	send signal on launcher scroll drag

2011-06-06  Alex Launi  <alex.launi@canonical.com>

	merge trunk ... again

2011-05-09  Alex Launi  <alex.launi@canonical.com>

	Fix interface that TestFinished is being emitted on

2011-05-06  Alex Launi  <alex.launi@canonical.com>

	merge trunk

2011-05-04  Alex Launi  <alex.launi@canonical.com>

	merge trunk

2011-04-19  Alex Launi  <alex.launi@canonical.com>

	merge trunk

2011-04-12  Alex Launi  <alex.launi@canonical.com>

	merge trunk

2011-03-14  Alex Launi  <alex.launi@canonical.com>

	remove display and add handlers for icon dragging

2011-03-14  Alex Launi  <alex.launi@canonical.com>

	merge trunk

2011-03-02  Alex Launi  <alex.launi@canonical.com>

	Show timegraph updates for fps

2011-03-01  Alex Launi  <alex.launi@canonical.com>

	merge

2011-03-01  Alex Launi  <alex.launi@canonical.com>

	fix nux usage

2011-03-01  Alex Launi  <alex.launi@canonical.com>

	merge trunk

2011-02-28  Alex Launi  <alex.launi@canonical.com>

	merge trunk

2011-02-28  Alex Launi  <alex.launi@canonical.com>

	use a layout on the window

2011-02-25  Alex Launi  <alex.launi@canonical.com>

	enable nux input window on stats display

2011-02-25  Alex Launi  <alex.launi@canonical.com>

	fix autopilot so it actually compiles

2011-02-24  Alex Launi  <alex.launi@canonical.com>

	merge trunk

2011-02-07  Alex Launi  <alex.launi@canonical.com>

	merge trunk

2011-02-07  Alex Launi  <alex.launi@canonical.com>

	start hacking display

2011-02-04  Alex Launi  <alex.launi@canonical.com>

	fix copyright

2011-02-04  Alex Launi  <alex.launi@canonical.com>

	merge trunk

2011-02-04  Alex Launi  <alex.launi@canonical.com>

	some formatting

2011-02-03  Alex Launi  <alex.launi@canonical.com>

	add some documentation to the autopilot script

2011-02-03  Alex Launi  <alex.launi@canonical.com>

	fix indentation

2011-02-03  Alex Launi  <alex.launi@canonical.com>

	fix python syntax errors

2011-02-03  Alex Launi  <alex.launi@canonical.com>

	nicer exit message

2011-02-03  Alex Launi  <alex.launi@canonical.com>

	emit testfinished to all listeners so i dont have to give auto.py a bus

2011-02-03  Alex Launi  <alex.launi@canonical.com>

	hook autopilot.py up to internal testing hook

2011-02-03  Alex Launi  <alex.launi@canonical.com>

	refactor test registration

2011-02-02  Alex Launi  <alex.launi@canonical.com>

	fire ubus message on tooltip shown

2011-02-02  Alex Launi  <alex.launi@canonical.com>

	take care of registering unregistering tests

2011-02-02  Alex Launi  <alex.launi@canonical.com>

	merge trunk

2011-02-02  Alex Launi  <alex.launi@canonical.com>

	remove display and just focus on test logic

2011-02-01  Alex Launi  <alex.launi@canonical.com>

	remove updatetime for fps counting and just go whole hog

2011-01-31  Alex Launi  <alex.launi@canonical.com>

	merge trunk

2011-01-31  Alex Launi  <alex.launi@canonical.com>

	switch to floatingwindow

2011-01-28  Alex Launi  <alex.launi@canonical.com>

	begin wiring up nux display

2011-01-27  Alex Launi  <alex.launi@canonical.com>

	hook into compiz plugin stuff

2011-01-27  Alex Launi  <alex.launi@canonical.com>

	Fix TestFinished signal args

2011-01-27  Alex Launi  <alex.launi@canonical.com>

	make it compile

2011-01-27  Alex Launi  <alex.launi@canonical.com>

	merge trunk

2011-01-27  Alex Launi  <alex.launi@canonical.com>

	start setting up communication between C++ and python

2011-01-20  Alex Launi  <alex.launi@canonical.com>

	implement autopilot dbus interface

2011-01-20  Alex Launi  <alex.launi@canonical.com>

	use gdk x connection for clicks

2011-01-19  Alex Launi  <alex.launi@canonical.com>

	use screen->dpy () instead of an owned x connection

2011-01-19  Alex Launi  <alex.launi@canonical.com>

	use screen->warppointer instead of xwarppointer

2011-01-14  Alex Launi  <alex.launi@canonical.com>

	break autopilot out into its own interface

2011-01-14  Alex Launi  <alex.launi@canonical.com>

	merge trunk

2011-01-14  Alex Launi  <alex.launi@canonical.com>

	merge trunk

2011-01-14  Alex Launi  <alex.launi@canonical.com>

	Make Autopilot runnable via dbus dbus interface

2011-01-13  Alex Launi  <alex.launi@canonical.com>

	Implement unity tests and mouse class

2011-01-12  Alex Launi  <alex.launi@canonical.com>

	Make the runner decide pass/fail

2011-01-11  Alex Launi  <alex.launi@canonical.com>

	Make test runner a thread that gets spawned from unity script

2011-06-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix magically resizing panel and magical never-ending icon search

2011-06-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix size calculation error for PanelTray objects that are not the primary tray

2011-06-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Protect against a missing default icon

2011-06-09  Daniel van Vugt  <vanvugt@gmail.com>

	Allows you to unmount devices in the launcher that do not have an Eject option, fixes lp:773946

2011-05-25  Daniel van Vugt  <vanvugt@gmail.com>

	Mounts which have the Eject option already don't need Unmount also.
	Improves fix for LP: #773946.

2011-05-17  Daniel van Vugt  <vanvugt@gmail.com>

	Added missing Unmount option to devices in the Launcher. This is especially
	important for eSATA mounts which don't have Eject or Remove options
	(LP: #773946)

2011-06-09  Mirco Müller  <mirco.mueller@ubuntu.com>

	added:
	dialog/
	dialog/unitydialog/
	dialog/unitydialog/CMakeLists.txt
	dialog/unitydialog/src/
	dialog/unitydialog/src/unitydialog.cpp
	dialog/unitydialog/src/unitydialog.h
	dialog/unitydialog/unitydialog.xml.in
	modified:
	CMakeLists.txt
	
	Merged Sam's unity.add_dialogs branch to trunk after review, test and
	approval from Tim and myself. This makes the rendering of modal dialogs
	a lot nicer and gives the user a better visual clue which dialog belongs
	to which (parent) window. It can be switched on/off via the typical
	compiz-plugin frontends (e.g. ccsm).

2011-06-09  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Make avoid match read only

2011-06-09  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Add avoid match

2011-06-09  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Coding style fixes

2011-06-09  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Don't need a 4x4 texture

2011-06-09  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Don't need to create context multiple times

2011-06-08  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Set the _UNITY_IS_PARENT property .. we could need this later

2011-06-08  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove debug message

2011-06-08  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Optimize painting code, only enable preparePaint and friends when there are
	transients around, only bother trying to animate windows we know are parents

2011-06-08  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Disable paint functions when there are no transients left

2011-06-08  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Make UnityDialogWindow class members private

2011-06-08  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Make class memebers in UnityDialogScreen private

2011-06-08  Sam Spilsbury  <sam.spilsbury@canonical.com>

	s/compizResizeAtom/mCompizResizeAtom/

2011-06-08  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Whitespace

2011-06-08  Sam Spilsbury  <sam.spilsbury@canonical.com>

	No need to have an IPW Map, remove it

2011-06-08  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Clean up animation code, setMaxConstrainingAreas

2011-06-08  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Use lexical cast and temporary string in match handler

2011-06-08  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Clean up UnityDialogShadeTexture

2011-05-21  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Add unity dialog plugin to build

2011-05-21  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added dialog handling plugin

2011-06-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix build deps

2011-06-09  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Launcher mispelled as Launcer in LauncherController.cpp and LauncherController.h

2011-06-04  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Fix typo in LauncherController.cpp (LP: #792590). Thanks Rick Spencer for
	notice the typo and propose a patch!

2011-06-09  Andrea Azzarone  <azzaronea@gmail.com>

	Bug #735031: If you pull down the application panel, the context menu pop up

2011-06-06  Andrea Azzarone  <azzaronea@gmail.com>

	Use only the left mouse click for dnd. Resolve bug #735031.

2011-06-09  Marius Gedminas  <marius@pov.lt>

	Bug #778256: Notification area ('system tray') missing when using dual monitors of different sizes, with their bottoms aligned

2011-06-07  Marius Gedminas  <marius@gedmin.as>

	Fix invisible tray icons when the panel is not at 0x0.
	
	This happens in dual-head configurations, when the monitor on the left is
	shorter than the monitor on the right, and the monitors are aligned at the
	bottom.
	
	See https://bugs.launchpad.net/ubuntu/+source/unity/+bug/778256

2011-06-09  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Make compilation of Unity on GCC versions 4.5 and below, as strict as that on GCC 4.6 .

2011-05-24  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Remove -fno-strict-enums from CXXFLAGS as it isn't supported by GCC 4.5 and below

2011-05-18  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	Add extra CXX flags to make compilation on GCC 4.5 and below, as strict as GCC 4.6

2011-06-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Do the first automatic AUTHORS and ChangeLog creation to avoid issues for the next release

2011-06-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for shared library. Add a 'make release' target

2011-06-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Go back to the early 00s

2011-06-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Link shared library to the unity plugin

2011-06-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for producing a shared library that can contain core objects and utilities for both implemenations of Unity. Also do a little cleanup of build stuff

2011-06-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add a few new make targets to make my life easier during releases.
	- pre-distcheck handles the release in bzr, updating AUTHORS and ChangeLog too
	- post-distcheck signs the tarballs and publishes it
	- make release calls pre-distcheck, distcheck and post-distcheck

2011-06-06  Alex Launi  <alex.launi@canonical.com>

	Merge branch moving launcher emblems to the right side of the launcher icons

2011-05-05  Alex Launi  <alex.launi@canonical.com>

	Move emblems to the right side of the launcher icon

2011-06-06  Gord Allott  <gord.allott@canonical.com>

	fix make install when documentation has not been built

2011-06-05  Gord Allott  <gord.allott@canonical.com>

	small quick fix, trunk now configures if you do not have doxygen installed, fatal warning removed

2011-06-05  Gord Allott  <gord.allott@canonical.com>

	fix for me breaking trunk, doxygen no longer fatal errors if its not installed

2011-06-03  Gord Allott  <gord.allott@canonical.com>

	added a hacking file

2011-06-03  Gord Allott  <gord.allott@canonical.com>

	no, i lied, this time i added the HACKING file

2011-06-03  Gord Allott  <gord.allott@canonical.com>

	Added a HACKING file

2011-06-03  Gord Allott  <gord.allott@canonical.com>

	Adds internal doxygen doc generation to unity, not for external API, just for internal use

2011-05-24  Gord Allott  <gord.allott@canonical.com>

	forgot to add Doxyfile.in

2011-05-24  Gord Allott  <gord.allott@canonical.com>

	Enables doxygen documentation building, for internal use only. use make doxygen

2011-06-03  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/Tooltip.cpp
	
	Merged Manuel Nicetto's branch bug-713119 to trunk after review, test and
	approval by me. This corrects the vertical alignment of the text in the
	tooltips. Thanks for the patch, Manuel! Fixes LP: #713119

2011-06-01  Manuel Nicetto  <manuel.nicetto@gmail.com>

	* Text in tooltip not vertically centered (LP: #713119)
	
	-- Manuel Nicetto <manuel.nicetto@gmail.com> Wed 01 Jun 2011 23:20

2011-06-03  Tim Penhey  <tim.penhey@canonical.com>

	More indicator changes so the header files expose no internal implementation for the Indicators or DBusIndicators.

2011-06-03  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2011-06-02  Tim Penhey  <tim.penhey@canonical.com>

	Include cleanup.

2011-06-02  Tim Penhey  <tim.penhey@canonical.com>

	Move the variant creation into the bowels of the DBusIndicator.

2011-06-02  Tim Penhey  <tim.penhey@canonical.com>

	Make the DBusIndicators::Impl work.

2011-06-02  Tim Penhey  <tim.penhey@canonical.com>

	Start a compiler firewall.

2011-06-02  Tim Penhey  <tim.penhey@canonical.com>

	Move the constants into the anon namespace.

2011-06-02  Tim Penhey  <tim.penhey@canonical.com>

	Remove the unused method.

2011-06-02  Tim Penhey  <tim.penhey@canonical.com>

	Remove the AddProperties on the DBusIndicators object.

2011-06-02  Tim Penhey  <tim.penhey@canonical.com>

	Test the image type and data on assignment.

2011-06-02  Tim Penhey  <tim.penhey@canonical.com>

	Make sure that MarkUnused emits updated.

2011-06-02  Tim Penhey  <tim.penhey@canonical.com>

	Update tests.

2011-06-02  Tim Penhey  <tim.penhey@canonical.com>

	Remove the GdkPixbuf bits from the entries themselves.

2011-06-02  Tim Penhey  <tim.penhey@canonical.com>

	Move the implementation anonymous namespace to the bottom of the file and add (move) a method to make a pixbuf from the image type and image data.

2011-06-02  Jason Smith  <jason.smith@canonical.com>

	merge branch from Andrea Azzarone to fix num workspaces calculation

2011-02-22  Andrea Azzarone aazzarone@hotmail.it

	Maybe:
	_num_workspaces = _screen->vpSize ().width () * _screen->vpSize ().height ();
	
	is better than:
	_num_workspaces = _screen->vpSize ().width ();
	
	What happens in fact if we have a 4x1 viewport? The icon will not be shown and it is not good.

2011-06-02  Jason Smith  <jason.smith@canonical.com>

	merge fix for 769335 from Andrea Azzarone

2011-06-02  Andrea Azzarone  <azzaronea@gmail.com>

	Try to resolve bug #769335.

2011-06-02  Jason Smith  <jason.smith@canonical.com>

	merge branch from Andrea Azzarone to fix several tooltip related bugs
	
	modify branch to use 500ms timer vs 1000ms

2011-05-27  Andrea Azzarone  <azzaronea@gmail.com>

	Fix #682787

2011-05-27  Andrea Azzarone  <azzaronea@gmail.com>

	Try to fix bug #687956.
	
	The tooltip is deferred 1s after initial entry to the launcher, but
	once it's being shown for one icon, it is shown on others immediately as
	you move vertically from one to the other.

2011-06-02  Jay Taoko  <jay.taoko@canonical.com>

	* In UnityScreen::initLauncher, self->launcherWindow and self->launcher where no properly reference counted.
	* In UnityScreen::~UnityScreen, do not call layout->UnReference (). The layout is managed and freed by its parent widget (Unless SinkReference was called on the layout before it was added in the widget tree).

2011-05-30  Jay Taoko  <jay.taoko@canonical.com>

	* In UnityScreen::initLauncher, self->launcherWindow and self->launcher where no properly reference counted.
	* In UnityScreen::~UnityScreen, do not call layout->UnReference (). The layout is managed and freed by its parent widget (Unless SinkReference was called on the layout before it was added in the widget tree).

2011-06-02  Marco Biscaro  <marcobiscaro2112@gmail.com>

	some applications always start with maximized windows

2011-05-25  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Removing debug info.

2011-05-25  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Creating option to adjust the automaximize value (LP: #754214).

2011-06-02  Daniel van Vugt  <vanvugt@gmail.com >

	Unity MT Grab Handles plugin settings all have the same name

2011-05-17  Daniel van Vugt  <vanvugt@gmail.com>

	Fix duplicate names for Unity MT Grab Handles plugin settings (LP: #783813)

2011-06-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	remove more cruft

2011-06-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove cruft

2011-06-02  Chris Coulson  <chris.coulson@canonical.com>

	[merge] Bug #767642: unity is spamming ~/.xsession-errors when windows are closed

2011-04-20  Chris Coulson  <chrisccoulson@ubuntu.com>

	Fix LP: #767642 - _menu_items and _menu_callbacks will not be populated in
	BamLauncherIcon destructor if the launcher menu was never opened. Check this to
	avoid glib errors

2011-06-02  Tim Penhey  <tim.penhey@canonical.com>

	Refactoring the indicators prior to them being split into their own shared library.

2011-06-01  Tim Penhey  <tim.penhey@canonical.com>

	Remove unneeded headers.

2011-06-01  Tim Penhey  <tim.penhey@canonical.com>

	Test other events.

2011-06-01  Tim Penhey  <tim.penhey@canonical.com>

	Assignment and MarkUnused tested.

2011-06-01  Tim Penhey  <tim.penhey@canonical.com>

	Seems that we don't need to emit on no change after all.

2011-06-01  Tim Penhey  <tim.penhey@canonical.com>

	test for active event emitting

2011-06-01  Tim Penhey  <tim.penhey@canonical.com>

	Revert .po changes.

2011-06-01  Tim Penhey  <tim.penhey@canonical.com>

	Add some tests.

2011-06-01  Tim Penhey  <tim.penhey@canonical.com>

	Remove more logging, and an unused constructor.

2011-06-01  Tim Penhey  <tim.penhey@canonical.com>

	Remove extra logging.

2011-06-01  Tim Penhey  <tim.penhey@canonical.com>

	Add a note to the location that is causing the menu flash.

2011-06-01  Tim Penhey  <tim.penhey@canonical.com>

	Add and remove some logging, and change the way the Indicators base class gets Entries.  Can't use a map as I was due to the changing keys (entry->id()).  It now traverses the indicator objects themselves to get the entry objects.

2011-06-01  Tim Penhey  <tim.penhey@canonical.com>

	When marking an entry unused, it needs to emit the updated event for the view to clen up.

2011-06-01  Tim Penhey  <tim.penhey@canonical.com>

	Remember the padding entries too.

2011-05-31  Tim Penhey  <tim.penhey@canonical.com>

	A lot of logging stuff to be removed, but also the fix for the segfault, check the entry is valid before trying to match the name.

2011-05-31  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk and resolve the conflicts.

2011-05-30  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk and resolve the (very annoying) conflicts.

2011-05-30  Tim Penhey  <tim.penhey@canonical.com>

	Well the existing tests pass.

2011-05-30  Tim Penhey  <tim.penhey@canonical.com>

	More refactoring of the PanelView.

2011-05-30  Tim Penhey  <tim.penhey@canonical.com>

	Refactoring the PanelView to stop it reaching into the internals of the other views.

2011-05-30  Tim Penhey  <tim.penhey@canonical.com>

	Fixing more compile time errors...

2011-05-30  Tim Penhey  <tim.penhey@canonical.com>

	Fixing the compile time errors...

2011-05-30  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk and resolve conflicts

2011-05-27  Tim Penhey  <tim.penhey@canonical.com>

	Almost done... I think.

2011-05-27  Tim Penhey  <tim.penhey@canonical.com>

	Time to commit.

2011-05-27  Tim Penhey  <tim.penhey@canonical.com>

	Middle of hacking, need some wrapers.

2011-05-27  Tim Penhey  <tim.penhey@canonical.com>

	Initial rename, doesn't build yet.

2011-05-26  Tim Penhey  <tim.penhey@canonical.com>

	More unity namespacing.

2011-05-26  Tim Penhey  <tim.penhey@canonical.com>

	Hack the IndicatorObjectProxyRemote.

2011-05-26  Tim Penhey  <tim.penhey@canonical.com>

	Tweaking the indicator.

2011-05-26  Tim Penhey  <tim.penhey@canonical.com>

	Update usage.

2011-05-26  Tim Penhey  <tim.penhey@canonical.com>

	Remove old header and rename new.

2011-05-26  Tim Penhey  <tim.penhey@canonical.com>

	Refactor the indicator entry.

2011-06-02  Tim Penhey  <tim.penhey@canonical.com>

	Update the FavoriteStoreGSettings class to use std::strings.  Also adds some simple wrapper objects for some GObject stuff.

2011-06-02  Tim Penhey  <tim.penhey@canonical.com>

	Was this not compiled before?

2011-06-02  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2011-05-19  Tim Penhey  <tim.penhey@canonical.com>

	Add a bit of a comment around a tricky bit.

2011-05-19  Tim Penhey  <tim.penhey@canonical.com>

	Add assignment to glib::Object.

2011-05-19  Tim Penhey  <tim.penhey@canonical.com>

	Be explicit and noncopyable.

2011-05-19  Tim Penhey  <tim.penhey@canonical.com>

	Moved favorite store to use std::strings.

2011-05-18  Tim Penhey  <tim.penhey@canonical.com>

	Adding some glib wrappers, and updating FavoriteStore to use strings.

2011-06-01  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/Launcher.cpp
	
	Merged Andrea Azzarone's branch after review, test and approval by me.
	Menu-key should open quicklist for the selected item in the launcher, if in
	keyboard-navigation mode. Thanks for the patch Andrea. Fixes LP: #750778

2011-05-24  Andrea Azzarone  <azzaronea@gmail.com>

	Menu key should open quicklist for the selected item in the launcher.

2011-06-01  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/PanelMenuView.cpp
	
	Merged Oliver Sauder's branch fix-use-window-title-font to trunk after 
	review, test and approval by me. This makes the application-name in the
	panel obey the system-wide set font. Thanks for the patch Oliver!
	Fixes LP: #746382

2011-04-12  Oliver Sauder  <os@esite.ch>

	[panel] dpi still needs to be retrieved with GtkSettings
	
	modified:
	src/PanelMenuView.cpp

2011-04-12  Oliver Sauder  <os@esite.ch>

	[panel] Use window title font for panel label 
	
	modified:
	src/PanelMenuView.cpp

2011-05-31  Tim Penhey  <tim.penhey@canonical.com>

	Add a helper class to make building GVariant instances a less verbose process.

2011-05-27  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2011-04-21  Tim Penhey  <tim.penhey@canonical.com>

	Various bits caught by compiling.

2011-04-21  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk and resolve conflicts.

2011-02-17  Tim Penhey  <tim.penhey@canonical.com>

	More updates.

2011-02-17  Tim Penhey  <tim.penhey@canonical.com>

	More updates.

2011-02-17  Tim Penhey  <tim.penhey@canonical.com>

	Make the builer understand rectangles.

2011-02-17  Tim Penhey  <tim.penhey@canonical.com>

	Couldn't stand the #defines.

2011-02-17  Tim Penhey  <tim.penhey@canonical.com>

	Variant it up.

2011-02-17  Tim Penhey  <tim.penhey@canonical.com>

	Add floats.

2011-02-17  Tim Penhey  <tim.penhey@canonical.com>

	Fix a few more.

2011-02-17  Tim Penhey  <tim.penhey@canonical.com>

	Add a method to add doubles.

2011-02-17  Tim Penhey  <tim.penhey@canonical.com>

	Add implementation.

2011-02-16  Tim Penhey  <tim.penhey@canonical.com>

	First hack at the interface for a variant builder helper.

2011-05-31  Tim Penhey  <tim.penhey@canonical.com>

	Fix the critical log message when trying to unref info when it doesn't point to anything

2011-05-25  Tim Penhey  <tim.penhey@canonical.com>

	Only unref if we have info.

2011-05-31  Tim Penhey  <tim.penhey@canonical.com>

	Refactor the time-me macros into a class and add a googletest cmake target.

2011-05-27  Tim Penhey  <tim.penhey@canonical.com>

	Remove the wrong comment - had micro, nano confusion.

2011-05-27  Tim Penhey  <tim.penhey@canonical.com>

	Separate the block timer logging from the timer itself.

2011-05-27  Tim Penhey  <tim.penhey@canonical.com>

	Rename the TimeMe files.

2011-05-20  Tim Penhey  <tim.penhey@canonical.com>

	Add a custom gcheck target so we can just make and run the google tests with one command.

2011-05-20  Tim Penhey  <tim.penhey@canonical.com>

	Add tests for timeme.

2011-05-20  Tim Penhey  <tim.penhey@canonical.com>

	Merge trunk.

2011-05-20  Tim Penhey  <tim.penhey@canonical.com>

	Merge Neil's work on the cmake target.

2011-05-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add a GTest target for make check

2011-05-17  Tim Penhey  <tim.penhey@canonical.com>

	Refactor the log timer.

2011-05-29  Jay Taoko  <jay.taoko@canonical.com>

	* Adapted Unity to NuxGraphics API changes.

2011-05-26  Jay Taoko  <jay.taoko@canonical.com>

	* Adapted Unity to NuxGraphics API  changes.

2011-05-26  Jason Smith  <jason.smith@canonical.com>

	merge sru fixes for positioning of new windows and left edge reveal getting stuck

2011-05-25  Jason Smith  <jason.smith@canonical.com>

	ensure we only try to fix positioning when its really needed

2011-05-25  Jason Smith  <jason.smith@canonical.com>

	Fix issue where left edge of launcher is sometimes unresponsive on first run of unity

2011-05-26  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/PanelIndicatorObjectEntryView.cpp
	src/PanelIndicatorObjectEntryView.h
	
	Do correct repainting of the inactive menus. Thanks a lot for this fix
	Manuel! Fixes LP: #733740

2011-05-03  Manuel Nicetto  <manuel.nicetto@gmail.com>

	* PANEL: fixed inactive menus becomes brighter on sub-sequent clicks. (LP: #733740)
	
	-- Manuel Nicetto <manuel.nicetto@gmail.com> Tue 03 May 2011 00:12

2011-05-26  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/Launcher.cpp
	
	Avoid focus-switching when opening quicklists. Thanks for the patch
	Manuel! Fixes LP: #750781

2011-04-28  Manuel Nicetto  <manuel.nicetto@gmail.com>

	LP: #750781

2011-04-28  Manuel Nicetto  <manuel-nicetto@gmail.com>

	Fixed bitesize bug 75071
	Manuel Nicetto <manuel.nicetto@gmail.com> 28/04/2011 00:57

2011-05-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fixes bug #779717: pixbuf in indicator icon update was retrieved twice, and not unrefed correctly.

2011-05-25  Michael Hofmann  <mh21@piware.de>

	Do not leak pixbuf in indicator update (LP: #779717).

2011-05-26  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/Tooltip.cpp
	src/Tooltip.h
	
	Correctly remove any signal-connections (sigc) used for StaticCairoText in
	the destructor of the Tooltip. Should fix any remaining issue regarding
	LP: #762801

2011-05-26  Mirco Müller  <mirco.mueller@ubuntu.com>

	Correctly remove any signal-connections (sigc) used for the
	StaticCairoText in the destructor of the Tooltip. Should fix any remaining
	issue regarding LP: #762801

2011-05-24  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge in lp:~bitshifternz/unity/fix-for-bug-769781

2011-04-24  Cameron Hart  <cam@bitshifter.net.nz>

	Check window's maximum size before attepmpting to maximize. Also fix memory leak by using a std:string instead of a strdup char* which is not freed on all code paths.

2011-05-23  Alex Launi  <alex.launi@canonical.com>

	Fix for 728949: bottom icon folds even when there is enough space not to

2011-05-21  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug #728949. It have no sense have a folding_threshold less
	then launcher_height if sum - _space_between_icons is lees or 
	equal then launcher_height. 

2011-05-23  Andrea Azzarone  <azzaronea@gmail.com>

	Merging in Andrea Azzarones branch to fix the window title fade - fixes lp:722178

2011-05-22  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug #722178.

2011-05-23  Didier Roche  <didier.roche@canonical.com>

	Merging in Didiers branch to fix lp:774280, lp:737320

2011-05-04  Didier Roche  <didier.roche@canonical.com>

	workaround a --reset case where the schema isn't a gconf object but just an usual string. We just ignore --reset in that case as we are unsure what's the state of gconf environment variable (LP: #774280, 737320)

2011-05-23  Marco Biscaro  <marcobiscaro2112@gmail.com>

	merging in Marco Briscaro's branch to change the opacity of the BFB background if the panel has opacity

2011-04-26  Marco Biscaro  <marcobiscaro2112@gmail.com>

	merge with trunk

2011-04-26  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Only use the inverted background on BFB if the panel opacity = 1.0 (LP #767733)

2011-05-23  Tim Penhey  <tim.penhey@canonical.com>

	Merging in tims use-std-string branch

2011-04-26  Tim Penhey  <tim.penhey@canonical.com>

	Use std::string by value rather than pointer.

2011-05-23  Alex Launi  <alex.launi@canonical.com>

	Fix for 718185: Keep launcher hidden when modal dialog is opened

2011-05-23  Andrea Azzarone  <azzaronea@gmail.com>

	Fix bug #718185

2011-05-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Fix for 759174 from Bilal Akhtar

2011-05-16  Bilal Akhtar  <bilalakhtar@ubuntu.com>

	While rendering quicklist, skip DBusmenu MenuItems if its PROP_VISIBLE is not true.

2011-05-18  Tim Penhey  <tim.penhey@canonical.com>

	Revert the _align changes that were merged by mistake.

2011-05-18  Tim Penhey  <tim.penhey@canonical.com>

	Update unity to work with the new nux changes for color, size and point.

2011-05-17  Tim Penhey  <tim.penhey@canonical.com>

	Fix the alpha channel.

2011-05-13  Tim Penhey  <tim.penhey@canonical.com>

	Merged sync-nux-color-refactoring into align-fix.

2011-05-13  Tim Penhey  <tim.penhey@canonical.com>

	Last of the unity changes for this

2011-05-13  Tim Penhey  <tim.penhey@canonical.com>

	Fix the _align method by using std::floor.

2011-05-13  Tim Penhey  <tim.penhey@canonical.com>

	More color updates.

2011-05-13  Tim Penhey  <tim.penhey@canonical.com>

	Primarily nux::Colors -> nux::color changes.

2011-05-04  Jason Smith  <jason.smith@canonical.com>

	merge branch to remove unneeded member variable

2011-05-04  Jason Smith  <jason.smith@canonical.com>

	remove unneeded passed member variable

2011-05-03  Didier Roche  <didier.roche@canonical.com>

	Remove timeout when window is destroyed
	
	Bug #743390: compiz crashed with SIGSEGV in
	CompWindow::updateWindowOutputExtents()

2011-04-17  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix crash in 743390 - remove timeout handle when window is destroyed so that we don't
	access a garbage pointer to this when the timeout activates again

2011-04-27  Didier Roche  <didier.roche@canonical.com>

	By Jeremy Bicha, add system-config-printer-applet to systray whitelist (LP:
	#771562)
	
	Thanks!

2011-04-26  Jeremy Bicha  <jeremy@bicha.net>

	add system-config-printer-applet to systray whitelist (LP: #771562)

2011-04-27  Didier Roche  <didier.roche@canonical.com>

	[release] 3.8.12

2011-04-26  Jay Taoko  <jay.taoko@canonical.com>

	Fix bug #753971: This will fix the bug on Intel and ATI GPUs. However there are still issues with NVidia GPUs. This is an issue with the NVidia driver that should be addressed separately.

2011-04-26  Jason Smith  <jason.smith@canonical.com>

	start fixing render artifacts on resize

2011-04-26  Didier Roche  <didier.roche@canonical.com>

	unregister gconf notify events on destruction (LP: #762120)

2011-04-26  Didier Roche  <didier.roche@canonical.com>

	unregister gconf notify events on destruction (LP: #762120)

2011-04-25  Jason Smith  <jason.smith@canonical.com>

	re-enabled inputs from wall plugin:
	Wall's inputs were disabled because it was sending FocusIn/Out events which was causing issues when the mouse was over the launcher.

2011-04-22  Jason Smith  <jason.smith@canonical.com>

	trigger area does not extend offscreen

2011-04-22  Jason Smith  <jason.smith@canonical.com>

	re-add ignoring on inputs from wall as it is still sending random data sometimes

2011-04-22  Didier Roche  <didier.roche@canonical.com>

	import GError in case of gconf key issue to treat the exception (LP: #759744). This commit to trunk is dedicated to Jason ;)

2011-04-22  Jason Smith  <jason.smith@canonical.com>

	merge leave events branch

2011-04-22  Jason Smith  <jason.smith@canonical.com>

	Remove leave event hack

2011-04-22  Didier Roche  <didier.roche@canonical.com>

	it's already reverted to false on SetHidden, not the bug there

2011-04-22  Jason Smith  <jason.smith@canonical.com>

	make sure to reset active action state on edge reveal

2011-04-20  Jason Smith  <jason.smith@canonical.com>

	remove accidental revert

2011-04-20  Jason Smith  <jason.smith@canonical.com>

	simpler fix

2011-04-20  Didier Roche  <didier.roche@canonical.com>

	set POST_REVEAL for MOUSE_OVER_ACTIVE_EDGE

2011-04-20  Didier Roche  <didier.roche@canonical.com>

	Fix some corner case where intellihide can be puzzled (LP: #767250)
	
	Some corner cases (where nux doesn't receive events because the dash appears
	above):
	1. put the mouse over the launcher
	2. press super
	3. click outsided the launcher/dash to close it
	-> stuck opened
	
	1. mouse over bfb
	2. press super/click
	3. click outsided the launcher/dash to close it
	-> stuck opened
	
	1. mouse over trigger
	2. press super/click
	3. click outsided the launcher/dash to close it
	-> stuck opened

2011-04-20  Didier Roche  <didier.roche@canonical.com>

	Fix some corner case where intellihide can be puzzled (LP: #767250)
	
	Some corner cases (where nux doesn't receive events because the dash appears
	above):
	1. put the mouse over the launcher
	2. press super
	3. click outsided the launcher/dash to close it
	-> stuck opened
	
	1. mouse over bfb
	2. press super/click
	3. click outsided the launcher/dash to close it
	-> stuck opened
	
	1. mouse over trigger
	2. press super/click
	3. click outsided the launcher/dash to close it
	-> stuck opened

2011-04-20  Didier Roche  <didier.roche@canonical.com>

	Don't ack double/triple click or super press on bfb and places icons.
	(LP: #766776)
	This is workarounded in different files right now, the correct fix will be to
	handle that in the ubus level (too risky at this stage), added FIXME to remember
	that for oneiric.
	
	There is one glitch though, which cannot been tackled without the ubus rewrite:
	- if you open a place, then, double click on a placeicon in the launcher to
	close it, it will be closed by will be reactivated (this is because we send
	the UBUS_PLACE_ENTRY_ACTIVATE_REQUEST again on click).
	- so, the next super press will not show the home dash, but the active place
	(closing/opening it again will reset to the home dash)
	
	I still think it's an improvment (see Charline's report in maverick for double
	clicking on bfb and people being puzzled) and the last described glitch only
	impact people double clicking on a place LauncherIcon for closing it…

2011-04-20  Didier Roche  <didier.roche@canonical.com>

	Don't ack double/triple click or super press on bfb and places icons.
	(LP: #766776)
	This is workarounded in different files right now, the correct fix will be to
	handle that in the ubus level (too risky at this stage), added FIXME to remember
	that for oneiric.
	
	There is one glitch though, which cannot been tackled without the ubus rewrite:
	- if you open a place, then, double click on a placeicon in the launcher to
	close it, it will be closed by will be reactivated (this is because we send
	the UBUS_PLACE_ENTRY_ACTIVATE_REQUEST again on click).
	- so, the next super press will not show the home dash, but the active place
	(closing/opening it again will reset to the home dash)
	
	I still think it's an improvment (see Charline's report in maverick for double
	clicking on bfb and people being puzzled) and the last described glitch only
	impact people double clicking on a place LauncherIcon for closing it…

2011-04-20  Didier Roche  <didier.roche@canonical.com>

	Every GtkIconThemes are invalidated once the "changed" signal is emitted. Reload
	the _unity_theme cache in that case where the ws switcher icon was reverting to
	Humanity icon (LP: #761289)

2011-04-20  Didier Roche  <didier.roche@canonical.com>

	use GTK_IS_ICON_THEME, back to gobject! Stop C++ :)

2011-04-20  Didier Roche  <didier.roche@canonical.com>

	all GtkIconTheme are invalidated once the changed signal is emitted. Reload the _unity_theme cache in that case (LP: #761289)

2011-04-19  Jason Smith  <jason.smith@canonical.com>

	hide tooltip when places is shown

2011-04-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 3.8.10

2011-04-19  Loïc Molinari  <loic.molinari@canonical.com>

	Don't unref GTK+ widget since ownership's been given to its GTK+ container

2011-04-19  Jason Smith  <jason.smith@canonical.com>

	fix shader to more closely match design desaturation

2011-04-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Don't unreference something thatwe don't own

2011-04-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Fix issues with empty tray

2011-04-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	No need to show the window straight away

2011-04-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Cannot click on left-most indicator on panel if a non-indicator icon appears

2011-04-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	We were not unref'ing the panelviews on destruction of PanelController.

2011-04-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Correctly unreference PanelViews

2011-04-19  Mirco Müller  <mirco.mueller@ubuntu.com>

	attempt to fix lp:#761211 by adding pointer checks before using any member-methods

2011-04-19  Mirco Müller  <mirco.mueller@ubuntu.com>

	*sigh* don't try to do to many things at the same time

2011-04-19  Mirco Müller  <mirco.mueller@ubuntu.com>

	Best attempt to fix LP: #761211 without a more telling stacktrace

2011-04-19  Nico van der Walt  <nico@kimburu.co.za>

	Resizes the combobox when the font changes

2011-04-19  Nico van der Walt  <nico@kimburu.co.za>

	Update height of combobox in lenses when font changes so that text will fit vertically for large fonts.

2011-04-19  Nico van der Walt  <nico@kimburu.co.za>

	Merged in gtk font resize notify checking for indicator objects

2011-04-15  Nico van der Walt  <nico@kimburu.co.za>

	Fix LP: #759886 where indicator fonts does not update when changing fonts in appearance preferences.

2011-04-19  Loïc Molinari  <loic.molinari@canonical.com>

	Merged branch unity-fix-756951

2011-04-18  Loïc Molinari  <loic.molinari@canonical.com>

	Relayout right after launcher initialization in order to have a first render at the right position

2011-04-19  Didier Roche  <didier.roche@canonical.com>

	Fix when the user try to unity --reset in a tty (LP: #753528)

2011-04-19  Didier Roche  <didier.roche@canonical.com>

	Fix when the user try to unity --reset in a tty (LP: #753528)

2011-04-19  Didier Roche  <didier.roche@canonical.com>

	add missing file ready for translation (thanks seb)

2011-04-19  Didier Roche  <didier.roche@canonical.com>

	make the trash look good: only one instance, handled in a more async way (LP:
	#761643)

2011-04-15  Didier Roche  <didier.roche@canonical.com>

	make the trash look good: only one instance, handled in a more async way (LP: #761643)

2011-04-19  Jason Smith  <jason.smith@canonical.com>

	lighten up panel shadow

2011-04-19  Jason Smith  <jason.smith@canonical.com>

	only emit order-changed signal when order actually changed

2011-04-18  Didier Roche  <didier.roche@canonical.com>

	This branch:
	- Fix a wrong state machine with edge reveal
	- Remove wrong keynav hilight and quicklist random appearance
	- Keep the right icons activated for ws switcher, remove the hack for the trash
	- Add an addition g_source_remove crash fix
	- Fix another crash on PlacesView::OnResizeFrame
	- Fix a wrong state for current focused window when you have few window (or in
	dodge active window)

2011-04-18  Didier Roche  <didier.roche@canonical.com>

	Send a signal on focus changed, relying on the mainloop to ensure the new window is the active one (and not the root window) (LP: #734681)

2011-04-18  Didier Roche  <didier.roche@canonical.com>

	Fix compiz crashed with SIGSEGV in PlacesView::OnResizeFrame() (LP: #763800)

2011-04-18  Didier Roche  <didier.roche@canonical.com>

	printf can die now

2011-04-18  Didier Roche  <didier.roche@canonical.com>

	only answer to keynav control when we are in keynav mode (LP: #764730)

2011-04-18  Didier Roche  <didier.roche@canonical.com>

	of course, working have long live, and in this particular case: 1. x=0, 2. rap super, 3. go over dash, 4. close

2011-04-18  Didier Roche  <didier.roche@canonical.com>

	more printf to find this foishoifshoiferhoifehzoifhe bug

2011-04-18  Didier Roche  <didier.roche@canonical.com>

	set MOUSE_OVER_ACTIVE_EDGE to false when hovering the bfb. Replaces another fix (LP: #764643)

2011-04-18  Didier Roche  <didier.roche@canonical.com>

	debug commit

2011-04-18  Didier Roche  <didier.roche@canonical.com>

	Only special case the ws switcher now that the trash have been reverted. Workaround race in LP: #761289

2011-04-18  Didier Roche  <didier.roche@canonical.com>

	additional g_source_remove fix (set var to 0 when needed)

2011-04-18  Gord Allott  <gord.allott@canonical.com>

	Fixes two bugs regarding signal disconnections

2011-04-18  Gord Allott  <gord.allott@canonical.com>

	fix for lp:763560

2011-04-18  Gord Allott  <gord.allott@canonical.com>

	removes a ubus signal that we forgot about, fixes lp:761942

2011-04-18  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merged lp:~bitshifternz/unity/bug-750349-restore-state

2011-04-09  Cameron Hart  <cam@bitshifter.net.nz>

	Use the spreaded window list to keep track of minimized windows that should be minimised after the spread is finished. The spreaded window list was unused before.

2011-04-18  Didier Roche  <didier.roche@canonical.com>

	Merge Marco's fix for UIFe: Unity Dash button does not give adequate feedback
	(LP: #748676)
	- added a one pixel switch vertically as well from the initial branch

2011-04-16  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Pressed state for home button (BFB).

2011-04-16  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Unregistering interest on places shown and places hidden.

2011-04-16  Marco Biscaro  <marcobiscaro2112@gmail.com>

	another merge with trunk

2011-04-08  Marco Biscaro  <marcobiscaro2112@gmail.com>

	merge with trunk

2011-04-07  Marco Biscaro  <marcobiscaro2112@gmail.com>

	[panel] implementing pressed state on PanelHomeButton (LP: #748676)
	
	modified:
	src/PanelHomeButton.cpp
	src/PanelHomeButton.h

2011-04-18  Gord Allott  <gord.allott@canonical.com>

	fixes broken dnd, fixes lp:728319 and lp:761495

2011-04-15  Gord Allott  <gord.allott@canonical.com>

	uses gfile's instead of filenames when passing to g_app_info_launch like the api requires. fixes lp:761495

2011-04-15  Jason Smith  <jason.smith@canonical.com>

	small cleanups and performance improvements

2011-04-15  Didier Roche  <didier.roche@canonical.com>

	don't unreference nux layout views as nux unreference them for us (LP: #761634)

2011-04-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove source in destruction

2011-04-15  Didier Roche  <didier.roche@canonical.com>

	merge a fix for wrong try of an activation at startup

2011-04-15  Didier Roche  <didier.roche@canonical.com>

	njpatel has always a cleaner fix :)

2011-04-15  Didier Roche  <didier.roche@canonical.com>

	Fix missing activation on super press or shortcut (LP: #761225)

2011-04-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 3.8.8

2011-04-14  Loïc Molinari  <loic.molinari@canonical.com>

	Merged branch unity-clean-up-at-destruction-2

2011-04-14  Loïc Molinari  <loic.molinari@canonical.com>

	Re-added the launcher window unref at destruction and removed the refsink that seemed to be there to workaround ref counting issue

2011-04-14  Loïc Molinari  <loic.molinari@canonical.com>

	Plugged several memory leaks and removed some signal connections at destruction

2011-04-14  Didier Roche  <didier.roche@canonical.com>

	don't show shortcuts and don't hover the launcher when a place is visible (LP: #760728, #760770)

2011-04-14  Didier Roche  <didier.roche@canonical.com>

	don't show shortcuts and don't hover the launcher when a place is visible (LP: #760728, #760770)

2011-04-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] misc fixes

2011-04-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-04-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	Shouldn't count minimised windows as obscuring other windows

2011-04-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix not resetting show_now when moving between windows, fix not fading out title if there are no valid entries

2011-04-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	We shouldn't be updating a background in PostLayoutManagement, it's expensive as it's during size negotiation

2011-04-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix the sizing of the empty view to match basic width of the dash

2011-04-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	Desktop menus accessible from all monitors

2011-04-14  Gord Allott  <gord.allott@canonical.com>

	fixes a few memleaks in places

2011-04-14  Gord Allott  <gord.allott@canonical.com>

	fixes a few small memleaks

2011-04-14  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/LauncherIcon.cpp
	
	Merged Andy Horng branch to unity trunk after review/approval by myself.
	It makes sure that the upper left count does not wrap when exceeding 9999.
	Instead "****" will be shown. Fixes LP: 741787

2011-04-07  Andy Horng  <andyhorng1@gmail.com>

	Fix for bug 741787
	In OnRemoteCountChanged() in LauncherIcon.cpp, added a check for count >9999
	If count>9999, show "****" in emblem.
	Else, show count in emblem

2011-04-14  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Fixes loading the correct application when using the home place email shortcut

2011-04-10  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Search the correct key for mail application (LP: #754095)

2011-04-14  Henri De Veene  <henri.deveene@gmail.com>

	Fixes the positioning of the running/active indicators on folded launcher icons

2011-04-13  Henri De Veene  <henri.deveene@gmail.com>

	Fix for bug #703067 Running/active indicators point to space between launcher
	icons for folded icons 

2011-04-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	Defer the loading of the place daemons (calling Connect () on a Place) until
	just before we actually require them. This allows us to avoid trashing the
	CPU or disk on log in by starting up N place daemons that could set off
	a bunch of other things.

2011-04-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	Restore the comments which were there once but then got shy

2011-04-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	A French fix

2011-04-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add some notes

2011-04-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make test work

2011-04-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-04-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for reconnecting to the place daemons

2011-04-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make main place loading lazy

2011-04-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	correctly clean up the panel-tray on dispose

2011-04-14  Didier Roche  <didier.roche@canonical.com>

	restore the operator after the blending as discussed with loicm, remove the
	double unecessary PopClippingRectangle as well. Should fix dimmed launcher after
	icon dnd (LP: #747304)

2011-04-13  Didier Roche  <didier.roche@canonical.com>

	restore the operator after the blending as discussed with loicm, remove the double unecessary PopClippingRectangle as well. Should fix dimmed launcher after icon dnd (LP: #747304)

2011-04-14  Didier Roche  <didier.roche@canonical.com>

	fix missing directory for unity --distro

2011-04-14  Didier Roche  <didier.roche@canonical.com>

	* use gi18n-lib.h to make unity-preferences load translation (LP: #759682)
	* don't resize/maximize such a small window

2011-04-13  Didier Roche  <didier.roche@canonical.com>

	be picky, do the right thing

2011-04-13  Didier Roche  <didier.roche@canonical.com>

	don't resize such a small window

2011-04-13  Didier Roche  <didier.roche@canonical.com>

	use gi18n-lib.h to make unity-preferences load translation (LP: #759682)

2011-04-14  Didier Roche  <didier.roche@canonical.com>

	support numpad Enter in Launcher and Quicklist (LP: #760003)

2011-04-13  Didier Roche  <didier.roche@canonical.com>

	support numpad Enter in Launcher and Quicklist (LP: #760003)

2011-04-13  Jason Smith  <jason.smith@canonical.com>

	pass input from wall plugin during desktop switch

2011-04-13  Jason Smith  <jason.smith@canonical.com>

	fix bug where launcher unfolded prematurely

2011-04-13  Alex Launi  <alex.launi@canonical.com>

	fix introspection crash

2011-04-13  Didier Roche  <didier.roche@canonical.com>

	Updates the maximum width of the combobox when the font changes.
	(Thanks Nico van der Walt)
	
	Fixes Bug #759763: dropdown box in places search bar does not resize when font
	size changes

2011-04-13  Nico van der Walt  <nico@kimburu.co.za>

	Fix for LP: #759763 where dropdown box in places search bar is not resized when font size change.

2011-04-13  Jay Taoko  <jay.taoko@canonical.com>

	* Fix sign/unsigned errors

2011-04-13  Didier Roche  <didier.roche@canonical.com>

	revert more asset after a discussion with Neil

2011-04-13  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/PlacesVScrollBar.cpp
	src/PlacesVScrollBar.h
	
	Adapt to late design-change. Remove state-handling for vertical Dash-scrollbar
	Change rendering of said scrollbar. Fixes LP: #750374

2011-04-13  Mirco Müller  <mirco.mueller@ubuntu.com>

	Avoid potential segfaults and check against NULL-pointers being returned

2011-04-12  Mirco Müller  <mirco.mueller@ubuntu.com>

	Remove state-handling for vertical Dash-scrollbar. Change rendering of said scrollbar. Fixes LP: #750374

2011-04-13  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/Launcher.cpp
	src/Launcher.h
	src/PanelHomeButton.cpp
	src/PanelMenuView.cpp
	src/PlacesController.cpp
	src/PlacesController.h
	src/PlacesHomeView.cpp
	src/PlacesHomeView.h
	src/PlacesSearchBar.cpp
	src/PlacesSearchBar.h
	src/PlacesView.cpp
	src/PlacesView.h
	src/unityshell.cpp
	src/unityshell.h
	
	Correctly unregister all registered interests with the ubus-server in a
	class' destructor. Fixes LP: #757588

2011-04-13  Mirco Müller  <mirco.mueller@ubuntu.com>

	Make use of G_N_ELEMENTS-macro to harden ubus-handles juggling

2011-04-12  Mirco Müller  <mirco.mueller@ubuntu.com>

	Correctly unregister all registered interests with the ubus-server. Fixes LP: #757588

2011-04-13  Didier Roche  <didier.roche@canonical.com>

	revert grab handles export after a chat with John

2011-04-13  Didier Roche  <didier.roche@canonical.com>

	This fixes dynamic quick lists yet again, bug 729074
	
	ken really just applied the same fix mterry did last week, which got inadvertently
	removed when the urgency API was added.

2011-04-12  Ken VanDine  <ken.vandine@canonical.com>

	make dynamic quicklists work once again

2011-04-13  Jason Smith  <jason.smith@canonical.com>

	ensure grab handles dont make random appearances

2011-04-12  Jay Taoko  <jay.taoko@canonical.com>

	* Removed unnecessary call. Also, possible fix for crash in WindowCompositor::RenderTopView: bug #754461

2011-04-12  Jay Taoko  <jay.taoko@canonical.com>

	* Removed unnecessary call. Also possible fix for crash in WindowCompositor::RenderTopView

2011-04-12  Didier Roche  <didier.roche@canonical.com>

	This branch try to load from unity-icon-theme first for some dedicated icons (LP: #750471)

2011-04-12  Didier Roche  <didier.roche@canonical.com>

	* use gtk_icon_theme_lookup_icon to avoid having a gicon
	* use a cache for unity_theme loading
	* use a cache (which can be invalidated) for knowing if the current theme is
	mono or not

2011-04-12  Didier Roche  <didier.roche@canonical.com>

	Try to load from unity-icon-theme first for some dedicated icons (LP: #750471)

2011-04-12  Didier Roche  <didier.roche@canonical.com>

	merge sladen's new export asset (LP: #745555)

2011-04-11  Paul Sladen  <sladen@ubuntu.com>

	* Add cropped + renamed icons from upstream
	Unity Design team asset dump.  These are
	in bitmaps form, displacing the original
	.svg forms in some cases:
	+ unity-my-grab-handles/* (larger than previous to match mockup)
	+ resources/find*
	+ tests/data/bfb.png (may or may not be required)
	(LP: #741804, #745555, #745647)
	* These icons are re-cropped/re-named to hopefully
	what they should be.

2011-04-11  Didier Roche  <didier.roche@canonical.com>

	merge reset MOUSE_OVER_ACTIVE_EDGE activation in some corner case (LP: #757810)

2011-04-11  Didier Roche  <didier.roche@canonical.com>

	reset MOUSE_OVER_ACTIVE_EDGE activation in some corner case (LP: #757810)

2011-04-11  Didier Roche  <didier.roche@canonical.com>

	g_dngettext is nice, thanks for thinking about our poor non english soul… However adding the file to po/POTFILES.in is even better :) (LP: #757663)

2011-04-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 3.8.6

2011-04-11  Didier Roche  <didier.roche@canonical.com>

	Migrate when gconf python binding isn't there

2011-04-11  Didier Roche  <didier.roche@canonical.com>

	protect on gconf and other modules missing (LP: #752176)

2011-04-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Revealing Jason

2011-04-11  Jason Smith  <jason.smith@canonical.com>

	dont unhide when screen is grabbed via edge

2011-04-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	UnJason the strings

2011-04-10  Jason Smith  <jason.smith@canonical.com>

	behave better with edge reveal

2011-04-10  Jason Smith  <jason.smith@canonical.com>

	fix default

2011-04-10  Jason Smith  <jason.smith@canonical.com>

	minor fixup

2011-04-10  Jason Smith  <jason.smith@canonical.com>

	MWAHAHAHAHHAHAAHAHAHAHAHAHAHAHAH

2011-04-10  Jason Smith  <jason.smith@canonical.com>

	merge autohide branch

2011-04-10  Jason Smith  <jason.smith@canonical.com>

	more work to make unhide sexy

2011-04-10  Jason Smith  <jason.smith@canonical.com>

	starting work on left hand hide

2011-04-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add desktop file

2011-04-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add a small config app for changing the launcher settings

2011-04-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for shows-on-edge option, true by default

2011-04-11  Didier Roche  <didier.roche@canonical.com>

	Commit Marco's branch on Fix two Nautilus windows open when clicked on a device icon
	on Launcher (started after 3.8.2) (LP: #748299)

2011-04-09  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Don't open two nautilus windows when clicking on device icon (LP: #748299)

2011-04-11  Jason Smith  <jason.smith@canonical.com>

	ensure panel shadow gets redrawn when expo ends (evil but effective style)

2011-04-11  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/StaticCairoText.cpp
	
	Take non-zero x- and y-offsets for GetTextExtents() into account. Fixes
	LP: #750350

2011-04-11  Mirco Müller  <mirco.mueller@ubuntu.com>

	*cough.cough*

2011-04-11  Mirco Müller  <mirco.mueller@ubuntu.com>

	fixed now for real, removed debugging-related calls

2011-04-11  Mirco Müller  <mirco.mueller@ubuntu.com>

	trying to fix LP: #750350

2011-04-10  Jason Smith  <jason.smith@canonical.com>

	Merge branch from Marco Biscaro to prevent double escaping

2011-04-10  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Don't double escape the device's name (LP: #754014)

2011-04-10  Jason Smith  <jason.smith@canonical.com>

	merge neils branch of epic win

2011-04-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	unfuck the file

2011-04-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add border around the close button

2011-04-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] merge back spinner branch with jason's fix for the centring

2011-04-10  Jason Smith  <jason.smith@canonical.com>

	fix spinner wobble

2011-04-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	new spinner, part one

2011-04-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Pressing F10 then left arrow wit Unity on Natty makes the system unusable

2011-04-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Don't load unnecessary results

2011-04-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] funk

2011-04-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	remove unnecessary refs and make the test-places-backend be able to send a search

2011-04-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] places

2011-04-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some clean up

2011-04-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Delete bitmap

2011-04-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Protect against callbacks from the proxy once the IndicatorObjectFactoryRemote has been destroyed, both against signals and async callbacks

2011-04-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-04-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	Properly disconnect ubus interests

2011-04-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	panel superposition 

2011-04-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	compiz crashed with SIGSEGV in QuicklistView::IsMenuItemSeperator ()

2011-04-10  Jason Smith  <jason.smith@canonical.com>

	dont paint shadow when expo is active

2011-04-10  Jay Taoko  <jay.taoko@canonical.com>

	* Fix: use nux::Colors namespace

2011-04-10  Jay Taoko  <jay.taoko@canonical.com>

	* Color fix

2011-04-10  Gord Allott  <gord.allott@canonical.com>

	fixes a leak in the places scrollbar code

2011-04-10  Gord Allott  <gord.allott@canonical.com>

	fixes a leak in PlacesVScrollbar

2011-04-10  Gord Allott  <gord.allott@canonical.com>

	fixes lp:749890 and a few mem leaks

2011-04-10  Gord Allott  <gord.allott@canonical.com>

	fixes a few mem leaks

2011-04-08  Gord Allott  <gord.allott@canonical.com>

	remember to disconnect gsource connections on destroy. fixes lp:749890

2011-04-10  Jason Smith  <jason.smith@canonical.com>

	dont assume font weight is normal

2011-04-10  Jason Smith  <jason.smith@canonical.com>

	Dont pass events from resize plugin

2011-04-10  Jason Smith  <jason.smith@canonical.com>

	fix issue where launcher was looking for icon to drag even after invalid drag was started

2011-04-10  Jason Smith  <jason.smith@canonical.com>

	merge desaturate branch

2011-04-09  Jason Smith  <jason.smith@canonical.com>

	merge jays desat work
	desat when places is visible

2011-04-09  Jay Taoko  <jay.taoko@canonical.com>

	* desat filter fix

2011-04-09  Jay Taoko  <jay.taoko@canonical.com>

	* desat fix

2011-04-09  Jay Taoko  <jay.taoko@canonical.com>

	* Desaturation filter for the launcher

2011-04-09  Jason Smith  <jason.smith@canonical.com>

	merge no blue bfb branch

2011-04-09  Jason Smith  <jason.smith@canonical.com>

	draw blue triangle rather than turn BFB blue

2011-04-09  Jason Smith  <jason.smith@canonical.com>

	remove malfunctioning hack that was preventing BFB clock off of dash

2011-04-09  Jason Smith  <jason.smith@canonical.com>

	merge always autoscroll branch

2011-04-08  Jason Smith  <jason.smith@canonical.com>

	enable autoscroll in normal hover case

2011-04-08  Jason Smith  <jason.smith@canonical.com>

	merge remote urgency branch

2011-04-01  Jason Smith  <jason.smith@canonical.com>

	fix some minor issues

2011-04-01  Jason Smith  <jason.smith@canonical.com>

	respond to remote urgency

2011-04-08  Didier Roche  <didier.roche@canonical.com>

	avoid a race when the BFB doesn't see we are not over the trigger anymore (LP: #744325)

2011-04-08  Didier Roche  <didier.roche@canonical.com>

	avoid a race when the BFB doesn't see we are not over the trigger anymore (LP: #744325)

2011-04-08  Jason Smith  <jason.smith@canonical.com>

	decorate/undecorate using compiz display

2011-04-08  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/IndicatorObjectEntryProxyRemote.cpp
	src/IndicatorObjectFactoryRemote.cpp
	src/IndicatorObjectProxyRemote.cpp
	
	Merged branch unity.fix-752293 to trunk after review and approval from
	Didier. Added more NULL-pointer checks and variables-initializations.
	This fixes LP: #752293.

2011-04-08  Mirco Müller  <mirco.mueller@ubuntu.com>

	initialize values, check for NULL before trying to duplicate, should fix LP: #752293

2011-04-08  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merge Mikkel's branch lp:~kamstrup/unity/activation-return-respect :
	
	* Respect the return value from the Activation API

2011-04-08  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Repect return value from Place Activation requests

2011-04-07  Jason Smith  <jason.smith@canonical.com>

	merge dnd push off restore branch

2011-04-07  Jason Smith  <jason.smith@canonical.com>

	Restore launcher from DND push off when hovering the BFB

2011-04-07  Alex Launi  <alex.launi@canonical.com>

	remove launcher from favorites when application is uninstalled
	
	fixes lp:748107

2011-04-07  Alex Launi  <alex.launi@canonical.com>

	remove favorites from launcher when app is uninstalled

2011-04-07  Jason Smith  <jason.smith@canonical.com>

	sprinkle some more unicorn blood and pixie dust on magical constant
	fixes lp:731869

2011-04-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 3.8.4

2011-04-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] fixes

2011-04-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix sizing of the floating dash

2011-04-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some fixes for sizing

2011-04-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Dash - Switch dash highlight to new highlight

2011-04-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-04-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Horizontal renderer rendering issues

2011-04-06  Neil Jagdish Patel  <neil.patel@canonical.com>

	Clean up panel creation/destruction and correctly unsubscribe from UBus interests to avoid crashing old panels

2011-04-06  Neil Jagdish Patel  <neil.patel@canonical.com>

	Dash: Applications should have higher preference

2011-04-06  Neil Jagdish Patel  <neil.patel@canonical.com>

	Der er ingen ko på isen (så længe halen er på land).

2011-04-06  Neil Jagdish Patel  <neil.patel@canonical.com>

	Sink reference on titlebar grab area

2011-04-05  Neil Jagdish Patel  <neil.patel@canonical.com>

	clean up LauncherIcon tooltip and quicklist

2011-04-05  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-04-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	Empty Trash legend illegible

2011-04-07  Didier Roche  <didier.roche@canonical.com>

	- make shortcuts work with fn key and keynum pad (LP: #747153)
	- unmimize all for selected apps window on scale. Don't minimize them if not
	selected after, see FIXME (LP: #750349)
	- depends on largedestkop feature (LP: #711561)
	- finish the "start drag but press 1s" animation.

2011-04-07  Didier Roche  <didier.roche@canonical.com>

	depends on largedestkop feature (LP: #711561)

2011-04-07  Didier Roche  <didier.roche@canonical.com>

	unmimize all for selected apps window on scale. Don't minimize them if not selected after, see FIXME (LP: #750349)

2011-04-07  Didier Roche  <didier.roche@canonical.com>

	make it awesome

2011-04-07  Didier Roche  <didier.roche@canonical.com>

	don't miss latest and greatest

2011-04-06  Didier Roche  <didier.roche@canonical.com>

	make shortcuts work with fn key and keynum pad (LP: #747153)

2011-04-07  Gord Allott  <gord.allott@canonical.com>

	merges in a fix for highlights being misaligned by one pixel

2011-04-07  Gord Allott  <gord.allott@canonical.com>

	fixes misalignment in tile rendering, lp:748588

2011-04-07  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	services/panel-service.c
	
	Merged Ted's set-indicator-env after review and approval from Jay. This
	fixes LP: #703555

2011-04-05  Ted Gould  <ted@gould.cx>

	Setting indicator environment for panel service

2011-04-07  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/PanelMenuView.cpp
	
	Avoid title of a fullscreen'ed application coming back for an instant
	when user clicks on top panel. Thanks very much for the fix Jimmy! Fixes
	LP: #736390.

2011-03-30  Jimmy Wahlberg  <jimmy.wahlberg@gmail.com>

	Changed _is_inside to true in PanelMenuView::OnMaximizedGrab. First click is a grab command, but user "is inside" and the menu shall be drawn. Not the title

2011-04-07  Gord Allott  <gord.allott@canonical.com>

	merged in jays Color -> Colors branch

2011-04-06  Jay Taoko  <jay.taoko@canonical.com>

	* Predefined colors are now in their own namespace: nux::Colors::

2011-04-06  Gord Allott  <gord.allott@canonical.com>

	fixes lp:741599 and lp:742378

2011-04-05  Gord Allott  <gord.allott@canonical.com>

	merged latest latest trunk

2011-04-05  Gord Allott  <gord.allott@canonical.com>

	merged in latest trunk

2011-03-31  Gord Allott  <gord.allott@canonical.com>

	fixes lp:742378

2011-03-31  Gord Allott  <gord.allott@canonical.com>

	fixes lp:741599

2011-03-31  Gord Allott  <gord.allott@canonical.com>

	reverted unity so i can actually build it

2011-04-06  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/QuicklistView.cpp
	src/QuicklistView.h
	
	Merged unity.fix-741657 into trunk after review and approval from Jason.
	This makes the keyboard-navigation of Quicklists skip over separator
	items and also checks for the edge-case of first or last item being a
	separator. Fixes LP: #741657

2011-04-01  Mirco Müller  <mirco.mueller@ubuntu.com>

	Re-merged with trunk and fixed merge-conflicts

2011-04-01  Mirco Müller  <mirco.mueller@ubuntu.com>

	Protect against key-nav edge-case of first or last item being a separator

2011-03-31  Mirco Müller  <mirco.mueller@ubuntu.com>

	Make code more readable

2011-03-30  Mirco Müller  <mirco.mueller@ubuntu.com>

	Skip over separator items in Quicklists, if walking them with keyboard-navigation. Fixes LP: #741657

2011-04-05  Jason Smith  <jason.smith@canonical.com>

	I will not use g_str_equal when I don't know if pointers are null
	I will not use g_str_equal when I don't know if pointers are null
	I will not use g_str_equal when I don't know if pointers are null
	...

2011-04-05  Didier Roche  <didier.roche@canonical.com>

	This branch:
	- fix an issue with repeated key (LP: #750535)
	- reduce shortcuts label size and change some super behaviour (LP: #747812)
	- additional cleanage (signals and code)
	- prevents false positive "bring the dash" positive even when we are in scale
	mode (not directly handled by unity) (LP: #751102)
	- Avoid spamming the launcher with state change when the state is finally the
	same. (Launcher and Hover machine). That will hopefully fix the "click
	through" bug when the Launcher wrongly stay visible (half of bug LP: #744325)
	- move the position of the icon on timeout drag. Fix a potential crasher as well
	(LP: #751196)

2011-04-05  Didier Roche  <didier.roche@canonical.com>

	disconnect more signals

2011-04-05  Didier Roche  <didier.roche@canonical.com>

	add one extra second delay at the end to finish work on 747812 (LP: #747812)

2011-04-05  Didier Roche  <didier.roche@canonical.com>

	show shortcuts after a delay

2011-04-05  Didier Roche  <didier.roche@canonical.com>

	intermediate commit

2011-04-05  Didier Roche  <didier.roche@canonical.com>

	Avoid spamming the launcher with state change when the state is finally the
	same. (Launcher and Hover machine). That will hopefully fix the "click through"
	bug when the Launcher wrongly stay visible (half of bug LP: #744325)

2011-04-05  Didier Roche  <didier.roche@canonical.com>

	move the position of the icon on timeout drag. Fix a potential crasher as well (LP: #751196)

2011-04-05  Didier Roche  <didier.roche@canonical.com>

	additinal source removal

2011-04-05  Didier Roche  <didier.roche@canonical.com>

	prevent false positive "bring the dash" positive even when we are in scale mode (not directly handled by unity) (LP: #751102)

2011-04-05  Didier Roche  <didier.roche@canonical.com>

	I wanted to clean that for ages

2011-04-04  Didier Roche  <didier.roche@canonical.com>

	reduce shortcuts label size

2011-04-04  Didier Roche  <didier.roche@canonical.com>

	deal with repeated keys (LP: #750535)

2011-04-04  Alex Launi  <alex.launi@canonical.com>

	merge fix for f10 on desktop

2011-04-04  Alex Launi  <alex.launi@canonical.com>

	fix F10 when indicator 0 is un-activatable

2011-04-04  Michael Terry  <mike@mterry.name>

	merge initial-quicklist fix to make dynamic quicklists work once again

2011-04-03  Michael Terry  <mike@mterry.name>

	make sure to use remote quick list when first adding the remote entry

2011-04-03  Jason Smith  <jason.smith@canonical.com>

	hack around Qt not releasing XdndSelection

2011-04-02  Jason Smith  <jason.smith@canonical.com>

	fix initial map placement behavior

2011-04-02  Jason Smith  <jason.smith@canonical.com>

	ensure we work even if bamf fails to ref count

2011-04-02  Jason Smith  <jason.smith@canonical.com>

	fix crash on removal of items not found in gsettings due to sync issues

2011-04-02  Jason Smith  <jason.smith@canonical.com>

	minimize to icon when launcher is visible

2011-04-01  Jason Smith  <jason.smith@canonical.com>

	some extra crash protection

2011-04-01  Jason Smith  <jason.smith@canonical.com>

	fix crash on 3 finger press release under certain conditions

2011-03-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 3.8.2

2011-03-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	Kill panel service on start

2011-03-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add HP systray to whitelist

2011-03-31  Jason Smith  <jason.smith@canonical.com>

	ensure the panel arrows fade with everything else

2011-03-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix Shadows for multi-monitor

2011-03-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix DND

2011-03-31  Jason Smith  <jason.smith@canonical.com>

	Dont crash doing XFree

2011-03-31  Jay Taoko  <jay.taoko@canonical.com>

	On behalf of Neil Patel
	
	bug fixes

2011-03-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	does not display icons until hovered

2011-03-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix unreffing of gvariant when we shouldn't, re-use existing proxy

2011-03-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	Do a check before using a pixbuf

2011-03-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-03-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for a horizontal result tile in the dash

2011-03-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	Set unreferenced pointer to null so if we get a theme-changed signal while looking up an icon it doesn't unreference an invalid pointer

2011-03-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	it is still possible to quit unity from the panel 

2011-03-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	Combo in the search bar did not disappear after the places was closed

2011-03-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	Don't open the menu unless there are paired key events

2011-03-31  Jay Taoko  <jay.taoko@canonical.com>

	On behalf of Jason Smith
	
	fix crash when present is called right before delte of an icon

2011-03-31  Jason Smith  <jason.smith@canonical.com>

	fix crash when present is called right before delte of an icon

2011-03-31  Jay Taoko  <jay.taoko@canonical.com>

	On behalf of Jason Smith
	
	Reset private variables properly on icon removal

2011-03-31  Jason Smith  <jason.smith@canonical.com>

	Reset private variables properly on icon removal

2011-03-31  Jay Taoko  <jay.taoko@canonical.com>

	On behalf of Marco Biscaro
	
	Remove "Find" from the 3 first items on dash (LP: #729002)

2011-03-31  Marco Biscaro  <marcobiscaro2112@gmail.com>

	[dash] Rename the links on the Dash home screen (LP: #729002)
	
	modified:
	src/PlacesHomeView.cpp

2011-03-31  Jay Taoko  <jay.taoko@canonical.com>

	On behalf of Mirco Muller
	
	Ensure correct stacking of Tooltips. Fixes LP: #729093

2011-03-30  Mirco Müller  <mirco.mueller@ubuntu.com>

	Ensure correct stacking of Tooltips. Fixes LP: #729093

2011-03-31  Jay Taoko  <jay.taoko@canonical.com>

	On Behalf of Mirco Muller
	
	Add support for launcher/quicklist keyboard-navigation to also react on cursor-keys of numeric keypad. Fixes LP: #741154
	
	Since it is not clear, if adding the needed defines for the num. keypad cursor-keys to nux breaks ABI, I've added them locally to Launcher.cpp and QuicklistView.cpp as a temp. workaround.

2011-03-30  Mirco Müller  <mirco.mueller@ubuntu.com>

	Add support for launcher/quicklist keyboard-navigation to also react on cursor-keys of numeric keypad. Fixes LP: #741154

2011-03-31  Didier Roche  <didier.roche@canonical.com>

	This branch is the second part of launcher fixes this week (the other one is
	already merged), it should:
	- rebring expo triggered by Super + S (regression of previous branch)
	- Change the icon saturation of the launcher icon when the dash is opened bug
	#741926
	- add debug to the hide and hover machine (LP: #745586)
	- Wire latest piece for dynamic quicklist. Workarounding using the current
	implementation (LP: #729074)
	- set FADE and SLIDE by default and increase to 65% (LP: #745602)
	- increase the trigger zone to 5x5 circle (LP: #736034)
	- launch apps and folder with g_app_info_launch from the runner (LP: #745746)

2011-03-30  Didier Roche  <didier.roche@canonical.com>

	launch apps and folder with g_app_info_launch from the runner (LP: #745746)

2011-03-30  Didier Roche  <didier.roche@canonical.com>

	increase the trigger zone to 5x5 circle (LP: #736034)

2011-03-30  Didier Roche  <didier.roche@canonical.com>

	set FADE and SLIDE by default and increase to 65% (LP: #745602)

2011-03-30  Didier Roche  <didier.roche@canonical.com>

	Wire latest piece for dynamic quicklist. Workarounding using the current implementation (LP: #729074)

2011-03-30  Didier Roche  <didier.roche@canonical.com>

	set the reveal effect to 60% (LP: #745602)

2011-03-30  Didier Roche  <didier.roche@canonical.com>

	add debug to the hide and hover machine (LP: #745586)

2011-03-30  Didier Roche  <didier.roche@canonical.com>

	Change the icon saturation of the launcher icon when the dash is opened bug #741926

2011-03-29  Didier Roche  <didier.roche@canonical.com>

	rebring expo triggered by Super + S

2011-03-31  Jay Taoko  <jay.taoko@canonical.com>

	On Behalf of: Alejandro Piñeiro
	
	This branch provides the base support for the Dash.
	
	Some explanation:
	* Dash is using Focusable class to manage the focus
	* But it is not used on the Launcher
	* So I needed to use both, and being care to not create
	* In the same way, places still requires the low level focus management, as the top level window (a base window) still requires to get the key input focus
	* But the places focus management based on Focusable can start to be applied before receive the key input focus.
	* So in order to have a proper order (base window focus, then places contain focus), I don't emit the focus change based on Focusable until the top level base window became active.
	
	So, with this branch:
	* Launcher is still working
	* Pressing Alt+F2 you get the notification of places window being focused, and search bar entry being focused.
	
	NOTE: with the alt+f2 thing, we get a extra notification or orca. I will try to fix it while Rodrigo reviews the branch

2011-03-28  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Starting a11y support for the dash (run command dialog)

2011-03-28  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] finishing

2011-03-28  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Dash basic a11y support

2011-03-25  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Dash basic a11y support

2011-03-24  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Restoring tests

2011-03-24  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Removing the nux-view focus support not based on focusable, use ad-hoc on Launcher

2011-03-23  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Starting a11y support on the dash view

2011-03-23  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] More dummy objects and start to use Focusable on nux-view

2011-03-22  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] ATK dummy implementation for PlacesView

2011-03-10  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] ATK dummy implementation for PlacesView

2011-03-31  Jason Smith  <jason.smith@canonical.com>

	merge launcher panel shadow branch

2011-03-31  Jason Smith  <jason.smith@canonical.com>

	implement panel shadow on launcher to match panel shadow on desktop

2011-03-31  Jason Smith  <jason.smith@canonical.com>

	merge panel shadow branch

2011-03-31  Jason Smith  <jason.smith@canonical.com>

	no words to describe... should have sent a poet

2011-03-30  Jason Smith  <jason.smith@canonical.com>

	make panel draw a shadow

2011-03-30  Jason Smith  <jason.smith@canonical.com>

	begin panel shadow work

2011-03-30  Alex Launi  <alex.launi@canonical.com>

	merge fix for lp:688816

2011-03-30  Alex Launi  <alex.launi@canonical.com>

	ensure that moving the window away from the launcher doesn't push it off of the screen

2011-03-30  Alex Launi  <alex.launi@canonical.com>

	make positioning respectful of LauncherHideMode

2011-03-30  Alex Launi  <alex.launi@canonical.com>

	ensure that newly created window get placed off of the launcher

2011-03-30  Jason Smith  <jason.smith@canonical.com>

	merge fix love handles branch

2011-03-30  Jason Smith  <jason.smith@canonical.com>

	ensure grab handles disappear after consistent timeout
	due to consistent timeout, shorten timer to 2 seconds

2011-03-30  Jason Smith  <jason.smith@canonical.com>

	begin work on 3 finger touch gesture

2011-03-30  Jay Taoko  <jay.taoko@canonical.com>

	Fix bug #742139: calling Reference () on _panel_titlebar_grab_area. Matched with UnReference at destruction time.

2011-03-29  Jay Taoko  <jay.taoko@canonical.com>

	Fix bug #742139: calling Reference () on _panel_titlebar_grab_area. Matched with UnReference at destruction time.

2011-03-30  Michael Terry  <mike@mterry.name>

	merge fix for LauncherEntryRemote race condition

2011-03-25  Michael Terry  <mike@mterry.name>

	avoid race condition with LauncherEntryRemote objects by checking if one exists when we register a LauncherIcon

2011-03-30  Loïc Molinari  <loic.molinari@canonical.com>

	Merged branch unity-relayout-timeout-fixes

2011-03-30  Loïc Molinari  <loic.molinari@canonical.com>

	Removed trailing line feed from the last commit

2011-03-30  Loïc Molinari  <loic.molinari@canonical.com>

	relayout timeout source fixes
	
	- Ensured the source is not queued in the mainloop more than once.
	- Removed the source from the mainloop at screen destruction.

2011-03-30  Mirco Müller  <mirco.mueller@ubuntu.com>

	A std:: was missing for a successful compile

2011-03-30  Didier Roche  <didier.roche@canonical.com>

	Neil likes to disconnect!

2011-03-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	Clean up signal handler disconnection in PlacesSearchBar*

2011-03-30  Gord Allott  <gord.allott@canonical.com>

	places cleanup code

2011-03-29  Gord Allott  <gord.allott@canonical.com>

	wth???

2011-03-29  Gord Allott  <gord.allott@canonical.com>

	misc missing frees added and nulling of items

2011-03-29  Gord Allott  <gord.allott@canonical.com>

	remove texture cache signals

2011-03-30  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/BamfLauncherIcon.cpp
	src/BamfLauncherIcon.h
	src/DeviceLauncherIcon.cpp
	src/DeviceLauncherIcon.h
	src/DeviceLauncherSection.cpp
	src/DeviceLauncherSection.h
	src/Launcher.cpp
	src/Launcher.h
	src/LauncherController.cpp
	src/LauncherController.h
	src/LauncherDragWindow.cpp
	src/LauncherDragWindow.h
	src/LauncherIcon.cpp
	src/LauncherIcon.h
	src/LauncherModel.cpp
	src/LauncherModel.h
	src/PlaceLauncherIcon.cpp
	src/PlaceLauncherIcon.h
	src/PlaceLauncherSection.cpp
	src/PlaceLauncherSection.h
	src/TrashLauncherIcon.cpp
	src/TrashLauncherIcon.h
	
	Merged branch unity.fix-741961 to trunk after review and approval from
	Didier. This is a major clean-sweep of fixing numerous missing
	signal-disconnects. Fixes LP: #741961

2011-03-30  Mirco Müller  <mirco.mueller@ubuntu.com>

	Reverted some overly paranoid signal-disconnects

2011-03-29  Mirco Müller  <mirco.mueller@ubuntu.com>

	Re-merged with trunk

2011-03-29  Mirco Müller  <mirco.mueller@ubuntu.com>

	Added tons of storage for signal-handler connections to allow their proper disconnection upon object destruction. Hopefully fixes numerous segfaults also relating to LP: #741961

2011-03-29  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Fix crash when navigating indicators with the keyboard

2011-03-29  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Fix formatting

2011-03-29  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Be more clever about indicators without entries

2011-03-29  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-03-29  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Check pointers

2011-03-28  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-03-29  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/IconLoader.cpp
	
	Should fix LP: #742091

2011-03-28  Mirco Müller  <mirco.mueller@ubuntu.com>

	Should fix LP: #742091

2011-03-29  Didier Roche  <didier.roche@canonical.com>

	some not destroyed signals in the service. The others are already disconnected or going down with the object itself

2011-03-29  Didier Roche  <didier.roche@canonical.com>

	some not destroyed signals in the service. The others are already disconnected or going down with the object itself

2011-03-29  Didier Roche  <didier.roche@canonical.com>

	Disconnect signals and glib handlers as well and remove sources in *Panel*

2011-03-29  Didier Roche  <didier.roche@canonical.com>

	Disconnect panel signals and remove glib handlers and sources

2011-03-29  Didier Roche  <didier.roche@canonical.com>

	Fix from Marco Biscaro:
	A small fix, that ignores invalid values for shortcuts, as discussed on bug
	#742985.
	
	Added a third place when the shortcut was compared to 0

2011-03-29  Marco Biscaro  <marcobiscaro2112@gmail.com>

	[launcher] Ignore invalid values for shortcuts (only accept values greater than 32)
	
	modified:
	src/Launcher.cpp

2011-03-28  Didier Roche  <didier.roche@canonical.com>

	Merge Andrea Azzarone change:
	Fix "Launcher icon progress-bar too big for a 32px launcher" (#741775)

2011-03-25  Andrea Azzarone  <aazzarone@hotmail.it>

	Fix "Launcher icon progress-bar too big for a 32px launcher" (#741775)

2011-03-28  Didier Roche  <didier.roche@canonical.com>

	Merge Marco's branch (#737633: Unmounting media gives no error when failed)

2011-03-24  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Give feedback when user try to safely remove a busy device (LP: #737633)
	
	modified:
	src/DeviceLauncherIcon.cpp

2011-03-28  Didier Roche  <didier.roche@canonical.com>

	This branch intends to:
	- don't show empty shortcut for places not defining a label (LP: #742985)
	- use regular and not tweaked quicklist system for trashlaunchericon (LP:
	#741793)
	- clean the activation, QL, opennewinstance stack, as it triggered a lot of bugs
	and is more straightforward now (LP: #744196)
	- only open quicklist if there is one to open (LP: #741772)
	- add an HoverMachine and ensure we don't hover when tapping super (LP: #744344)

2011-03-28  Didier Roche  <didier.roche@canonical.com>

	add an HoverMachine and ensure we don't hover when tapping super (LP: #744344)

2011-03-28  Didier Roche  <didier.roche@canonical.com>

	only open quicklist if there is one to open (LP: #741772)

2011-03-28  Didier Roche  <didier.roche@canonical.com>

	clean the activation, QL, opennewinstance stack, as it triggered a lot of bugs and is more straightforward now (LP: #744196)

2011-03-28  Didier Roche  <didier.roche@canonical.com>

	use regular and not tweaked quicklist system for trashlaunchericon (LP: #741793)

2011-03-28  Didier Roche  <didier.roche@canonical.com>

	don't show empty shortcut for places not defining a label (LP: #742985)

2011-03-28  Didier Roche  <didier.roche@canonical.com>

	Merge Nico van der Walt's branch:
	Bug #731212: "Applications" and "Files & Folders" keyboard shortcut overlays not
	drawn correctly with scalable launcher
	Bug #741346: superkey shortcut labels does not scale properly

2011-03-24  Nico van der Walt  <nico@kimburu.co.za>

	Fix for LP: #731212 where 'Applications' and 'Files & Folders' keyboard shortcuts did not align properly
	Fix for LP: #741346 where shortcut labels did not scale properly

2011-03-28  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/SimpleLauncherIcon.cpp
	src/SimpleLauncherIcon.h
	
	Merged unity.fix-742110 after review and approval from Mikkel. This is
	storing connection-objects for all sigc-signal-handers being connected in
	the constructor of SimpleLauncherIcon, so they the can be cleanly
	disconnected upon destruction of SimpleLauncherIcon. Fixing LP: #742110

2011-03-28  Mirco Müller  <mirco.mueller@ubuntu.com>

	Hopefully fixing LP: #742110

2011-03-25  Jason Smith  <jason.smith@canonical.com>

	minor draw optimization

2011-03-25  Jason Smith  <jason.smith@canonical.com>

	make the BFB icon turn blue when an application goes urgent

2011-03-25  Jason Smith  <jason.smith@canonical.com>

	update design changes as requested
	- disable all icon popout animations
	- make all windows minimize to 0,0

2011-03-25  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Added extra states to view and launcher icon accessible objects

2011-03-24  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Added extra states to view and launcher icon accessible objects

2011-03-24  Jason Smith  <jason.smith@canonical.com>

	ugly hack around bug in geis

2011-03-24  Didier Roche  <didier.roche@canonical.com>

	use border instead of input rects (LP: #741761)

2011-03-24  Didier Roche  <didier.roche@canonical.com>

	Time & Date has no application quicklist menuitem title (LP: #741680)

2011-03-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Don't double escape tooltip text

2011-03-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Don't crash on theme changed

2011-03-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 3.6.8

2011-03-23  Jay Taoko  <jay.taoko@canonical.com>

	* Fixed scrollbar clipping in Dash

2011-03-23  Jay Taoko  <jay.taoko@canonical.com>

	* Fixed scrollbar clipping in Dash

2011-03-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] dash niceness

2011-03-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	add some protection if the user is impatient :)

2011-03-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	make blur respect the actual size of the dash

2011-03-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-03-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	wait until search finished for enter to have effect

2011-03-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for HTTP image loading

2011-03-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Convert to URI internally rather than paths

2011-03-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	add some race protection

2011-03-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add some support for if we don't get the timeout signals

2011-03-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	Spin the spinner, absolutely rubbish assets so it looks like crap

2011-03-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	Show the spinner not spinning

2011-03-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	First bits of spinner

2011-03-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	Get entries to tell us when they are done

2011-03-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-03-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-03-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for showing empty search/sections, global doesn't work yet

2011-03-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add some protection for large result sets

2011-03-24  Didier Roche  <didier.roche@canonical.com>

	Fix tooltip not drawn when getting special characters (LP: #740907)
	Drag an application icon on the trash should unstick it (LP: #676466)
	expands the icons on super and keynav (LP: #741319) with a basic launcher drag
	move with keys (no animation yet, will be integrated properly later)

2011-03-24  Didier Roche  <didier.roche@canonical.com>

	just move a little the drag delta for now. Animation will come later

2011-03-23  Didier Roche  <didier.roche@canonical.com>

	expand the icons on super and keynav (LP: #741319)

2011-03-23  Didier Roche  <didier.roche@canonical.com>

	drag an application on the trash should unstick it (LP: #676466)

2011-03-23  Didier Roche  <didier.roche@canonical.com>

	escape markup for tooltip (LP: #740907)

2011-03-23  Jason Smith  <jason.smith@canonical.com>

	merge grab handles branch

2011-03-23  Jason Smith  <jason.smith@canonical.com>

	add hilarious hack

2011-03-23  Jason Smith  <jason.smith@canonical.com>

	trigger handles on MT

2011-03-23  Jay Taoko  <jay.taoko@canonical.com>

	* Fixed blurred background in Places

2011-03-23  Jay Taoko  <jay.taoko@canonical.com>

	* Fixes

2011-03-23  Jay Taoko  <jay.taoko@canonical.com>

	* Fixed blurred background in Places

2011-03-23  Jason Smith  <jason.smith@canonical.com>

	make sure we wait for a grab release when showing places

2011-03-23  Gord Allott  <gord.allott@canonical.com>

	one line change to enable the combobox

2011-03-23  Gord Allott  <gord.allott@canonical.com>

	tiniest merge in the universe, lets the combo box in places be focused

2011-03-23  Gord Allott  <gord.allott@canonical.com>

	Merged in a branch from https://launchpad.net/~slash-m3 to have a more robust method of launching applications from the home view, fixes lp:730623

2011-03-23  Andreas Reichel  <slash.m3@googlemail.com>

	resolved conflicts

2011-03-23  Andreas Reichel  <slash.m3@googlemail.com>

	.

2011-03-23  Andreas Reichel  <slash.m3@googlemail.com>

	fixed some conflicts

2011-03-23  Andreas Reichel  <slash.m3@googlemail.com>

	removed pointless PlacesGroup::View::IsViewActive in PlacesHomeView::Refresh

2011-03-23  Andreas Reichel  <slash.m3@googlemail.com>

	re-activated gconf key notification

2011-03-14  Andreas Reichel  <slash.m3@googlemail.com>

	fix for bug #730623 (dash home screen can become outdated)

2011-03-23  Jason Smith  <jason.smith@canonical.com>

	fix memory leak

2011-03-23  Jason Smith  <jason.smith@canonical.com>

	fix magical color changing tiles when setting an icon emblem

2011-03-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/BamfLauncherIcon.cpp
	src/BamfLauncherIcon.h
	
	Merged unity.fix-723877 to trunk after review and approval from Neil. Adds
	separators and application-name label to the quicklist again. The
	application-name label also allows to start/focus the app... just like
	the launcher-icon itself. Fixes LP: #723877

2011-03-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	Ok, let's try that again... *sigh*

2011-03-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	Make sure app-label in quicklist does start/focus application

2011-03-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	Use correct order of items. Don't add first separator, if not needed

2011-03-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	Fix LP: 723877

2011-03-23  Gord Allott  <gord.allott@canonical.com>

	Enables a slight glow on places tiles when focused

2011-03-23  Gord Allott  <gord.allott@canonical.com>

	adjusted glow to not clip

2011-03-22  Gord Allott  <gord.allott@canonical.com>

	add a glow to places tiles hilight state, closer matches design

2011-03-23  Gord Allott  <gord.allott@canonical.com>

	Enables proper place activation support in unity

2011-03-23  Gord Allott  <gord.allott@canonical.com>

	places activation on return now actually works

2011-03-23  Jason Smith  <jason.smith@canonical.com>

	ensure we dont hind on action complete if we dont need to

2011-03-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Multimonitor

2011-03-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-03-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix maximised window handling

2011-03-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	Use the centre point of the window to determine which monitor it's on

2011-03-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-03-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	sync if this view has the active menubar

2011-03-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-03-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	take into account the y of the panel

2011-03-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	Don't show BFB on \!primary monitors as it causes broken interations with the dash/launcher

2011-03-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove all instances of panel (apart from PanelController) from unityshell

2011-03-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	Beginnings of multiple panel support

2011-03-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	Oops, forgot to get rid of the debug-output.

2011-03-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	added:
	src/PlacesVScrollBar.cpp
	src/PlacesVScrollBar.h
	modified:
	src/PlacesResultsView.cpp
	tests/CMakeLists.txt
	
	Merged unity.fix-608124-3 after review and approval form Gordon. This
	implements the styled states (off, hover, pressed) of the scrollbar for
	the dash according to the mockups from the design-team. Fixes LP: #608124.

2011-03-22  Mirco Müller  <mirco.mueller@ubuntu.com>

	Re-merge again with unity trunk...

2011-03-22  Mirco Müller  <mirco.mueller@ubuntu.com>

	Adapt to newer API of nux::CairoGraphics

2011-03-21  Mirco Müller  <mirco.mueller@ubuntu.com>

	Remove debug-output and png-dumps, use Nux::CairoGraphics::DrawRoundedRectangle()

2011-03-18  Mirco Müller  <mirco.mueller@ubuntu.com>

	added the pattern to the over-state of the slider, added the triple stripes to all states of the slider

2011-03-18  Mirco Müller  <mirco.mueller@ubuntu.com>

	get the glow going for the different slider-states and the track

2011-03-18  Mirco Müller  <mirco.mueller@ubuntu.com>

	textures for track and slider finally match, but redraw on enter/leave still doesn't work and expanding a group causes the track and slider to be cut off at the bottom

2011-03-17  Mirco Müller  <mirco.mueller@ubuntu.com>

	checking if textures for scrollbar-slider and track are correctly updated

2011-03-15  Mirco Müller  <mirco.mueller@ubuntu.com>

	Derive from nux::VScrollBar so we can overload the drawing later

2011-03-23  Gord Allott  <gord.allott@canonical.com>

	places tiles now use the system font settings

2011-03-23  Gord Allott  <gord.allott@canonical.com>

	makes places tile use the system font settings

2011-03-23  Didier Roche  <didier.roche@canonical.com>

	reenable EnableInputWindow on the launcher as it wasn't the cause of the focus grab (Xmap/Xunmap was and it's fixed in nux). This fix the launcher not being clickeable on a fresh session. Also reenable strut as it's needed to get edge resistance for Hide Launcher = Never

2011-03-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	MUHAHAHHA

2011-03-23  Didier Roche  <didier.roche@canonical.com>

	enable removing symlink (LP: #740779)

2011-03-22  Jason Smith  <jason.smith@canonical.com>

	ensure we dont allow dragging of windows that shouldn't be dragged

2011-03-22  Jason Smith  <jason.smith@canonical.com>

	fix startup initialization

2011-03-22  Didier Roche  <didier.roche@canonical.com>

	unitymtgrabhandles to require imgpng

2011-03-22  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/SimpleLauncherIcon.cpp
	src/SimpleLauncherIcon.h
	
	Patch from Marco Biscaro to reload icons in launcher upon
	icon-theme-change. Fixes LP: #605475. Thanks a lot for the fix, Marco!

2011-03-16  Marco Biscaro  <marcobiscaro2112@gmail.com>

	Sanity check in OnIconThemeChanged.
	
	modified:
	src/SimpleLauncherIcon.cpp

2011-03-15  Marco Biscaro  <marcobiscaro2112@gmail.com>

	[launcher] Reload icons from applications in launcher on theme change (
	LP: 605475)
	
	modified:
	src/SimpleLauncherIcon.cpp
	src/SimpleLauncherIcon.h

2011-03-22  Gord Allott  <gord.allott@canonical.com>

	Enables subpixel support in unity places and pushes the font up by one point - should help with lp:727799

2011-03-21  Gord Allott  <gord.allott@canonical.com>

	enables subpixel rendering for StaticCairoText

2011-03-22  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/Launcher.cpp
	src/Launcher.h
	src/PlacesTile.cpp
	src/PlacesTile.h
	src/QuicklistMenuItem.cpp
	src/QuicklistMenuItem.h
	src/QuicklistMenuItemCheckmark.cpp
	src/QuicklistMenuItemLabel.cpp
	src/QuicklistMenuItemRadio.cpp
	src/QuicklistView.cpp
	src/Tooltip.cpp
	
	Merged unity.remove-redundant-cairo-code to trunk after review and
	approval from Gordon. This does clean up the cairo rendering-code 
	quite a bit, which deletes lots of duplicated code and makes the 
	remaining code less error-prone. It uses the API for drawing
	pixel-grid aligned rounded rectangles and blurring cairo image-surfaces,
	which were recently added to nux. Quicklists, Tooltips, Dash,
	Place-Tiles all still render correctly.

2011-03-22  Mirco Müller  <mirco.mueller@ubuntu.com>

	oops, typo

2011-03-22  Mirco Müller  <mirco.mueller@ubuntu.com>

	Remove lots of redundant code by adapting to newly added API in nux::CairoGraphics

2011-03-22  Didier Roche  <didier.roche@canonical.com>

	Merge Dylan's work after resolving a merge confict! Thanks a lot/
	
	This branch changes the mechanics for the top panel acting as a titlebar.
	Previously, the top panel could be dragged in order to unmaximize (and move) a
	maximized window, but only if that window was in focus. This opened up some
	issues, which are covered in bug #716177.
	
	With this branch, Unity's PanelMenuView maintains a list of maximized windows.
	(Note: When I say “maximized window,” I really mean “a window that Unity has
	started decorating instead of the window decorator.” Right now, that is limited
	to maximized windows).
	
	When the user clicks the top panel, that click affects the front-most of the
	PanelMenuView's maximized windows. Previously, OnMaximizedGrab would only affect
	the active window if it was maximized.
	I also added some code to Activate the front-most maximized window, bringing it
	into focus when the top panel is clicked.
	
	There is some intricacy involving multiple viewports and desktops, where the top
	panel should never act as a titlebar for a window that is not visible (be it
	behind another maximized window or on a different viewport). I believe I have
	covered the appropriate cases in WindowManager::IsWindowOnCurrentDesktop and
	WindowManager::IsWindowObscured.
	
	Fix:
	
	Bug #716177: The Unity Panel's window controls and window dragging features
	should work for the uppermost maximized window regardless of current window in
	focus
	Bug #723882: When a maximized window has window on top of it in 'restored state'
	(not maximised) , it is not possible to un-maximized the window by dragging the
	title bar downwards
	Bug #736580: Possible race condition in PanelMenuView::OnWindowMaximized and
	OnWindowRestored

2011-03-17  Dylan McCall  <dylanmccall@gmail.com>

	Continue to decorate or undecorate umaximized or maximized windows regardless of current focus. Fixes race condition. (LP: #736580)
	Removed obsolete FIXME.

2011-03-17  Dylan McCall  <dylanmccall@gmail.com>

	Removed code that compares window->desktop (), because that cannot be trusted.

2011-03-17  Dylan McCall  <dylanmccall@gmail.com>

	Added double left click for PanelTitlebarGrabArea.

2011-03-16  Dylan McCall  <dylanmccall@gmail.com>

	Explicit response to double clicking the panel instead of calling OnRestoreClicked. Restores front-most maximized window.

2011-03-15  Dylan McCall  <dylanmccall@gmail.com>

	Strengthened code for determining front-most maximized window.
	Split WindowManager::IsWindowVisible to IsWindowOnCurrentDesktop and IsWindowObscured.
	Added PanelMenuView::GetMaximizedWindow, which returns the (maximized) window attached to the top panel.
	Updated OnMouseMiddleClicked.
	Removed debug messages.

2011-03-15  Dylan McCall  <dylanmccall@gmail.com>

	IsWindowVisible checks for maximized windows above the given window, on the current desktop and viewport. Fixes ordering issue from last commit.

2011-03-14  Dylan McCall  <dylanmccall@gmail.com>

	MouseDown in menu bar drag area affects last maximized window, regardless of current focus (LP: 716177).

2011-03-22  Didier Roche  <didier.roche@canonical.com>

	add a fade and slide option (LP: #739567), ensure that FADE on BFB and slide
	otherwise is still the default

2011-03-22  Didier Roche  <didier.roche@canonical.com>

	add a fade and slide option (LP: #739567), ensure that FADE on BFB and slide otherwise is still the defaul

2011-03-22  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Emission of children-changed on View and Layout

2011-03-21  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Emission of children-changed on View and Layout

2011-03-21  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Emission of "children-changed" on View and Layout

2011-03-21  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Emission of "children-changed" on View and Layout

2011-03-22  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Manual exploration of any BaseWindow children when added
	
	Fixes LB#739689

2011-03-21  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Manual exploration of any BaseWindow children when added
	
	Fixes LB#739689

2011-03-22  Didier Roche  <didier.roche@canonical.com>

	Fix another crash due to a bad gconf path (LP: #737016)

2011-03-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	check for null before accessing

2011-03-22  Jason Smith  <jason.smith@canonical.com>

	make sure frames respond to MT events too

2011-03-22  Jason Smith  <jason.smith@canonical.com>

	slightly easier pinch activation

2011-03-22  Jason Smith  <jason.smith@canonical.com>

	use child window id to find the correct comp window to rout event to

2011-03-22  Jason Smith  <jason.smith@canonical.com>

	use geis defines rather than strings

2011-03-21  Jason Smith  <jason.smith@canonical.com>

	merge four finger drag branch

2011-03-21  Jason Smith  <jason.smith@canonical.com>

	increase grace area

2011-03-21  Jason Smith  <jason.smith@canonical.com>

	give some leeway

2011-03-21  Jason Smith  <jason.smith@canonical.com>

	implement four finger drag

2011-03-21  Didier Roche  <didier.roche@canonical.com>

	only show the tooltip when relevant (meaning, the mouse moved). BTW, some work should be done with keynav for emmitting those events as well?

2011-03-21  Jason Smith  <jason.smith@canonical.com>

	Show dash on four finger tap

2011-03-21  Jason Smith  <jason.smith@canonical.com>

	fix default

2011-03-21  Jason Smith  <jason.smith@canonical.com>

	merge hide cleanup branch

2011-03-21  Jason Smith  <jason.smith@canonical.com>

	merge didrocks fixes

2011-03-21  Didier Roche  <didier.roche@canonical.com>

	fix the wrong event for enter and release

2011-03-21  Didier Roche  <didier.roche@canonical.com>

	fix a typo in a commit and add a workaround for super key release sending mouse leave event

2011-03-21  Didier Roche  <didier.roche@canonical.com>

	launcher slide by default as request by design (bug referenced in the merge)

2011-03-21  Didier Roche  <didier.roche@canonical.com>

	add a MOUSE_MOVE_POST_REVEAL QUIRK for taking or not into account the MOUSE_OVER_LAUNCHER state. Remove false positive on super and keynav. Remove also other unused variable

2011-03-21  Didier Roche  <didier.roche@canonical.com>

	readd the disable window position check to avoid some corner cases like moving maximized window on an empty workspace

2011-03-21  Didier Roche  <didier.roche@canonical.com>

	set DND_PUSHED_OFF to off once EXTERNAL_DND_ACTIVE is off

2011-03-21  Didier Roche  <didier.roche@canonical.com>

	rationalize trigger and bfb terminology, raise trigger on a cirle of radius 3, and fix the fading flash

2011-03-21  Didier Roche  <didier.roche@canonical.com>

	fix triggering the launcher to translate from position-based to time-based

2011-03-21  Didier Roche  <didier.roche@canonical.com>

	remove and deprecate some variables and get a better behavior on bfb

2011-03-21  Jason Smith  <jason.smith@canonical.com>

	fix crash

2011-03-21  Jason Smith  <jason.smith@canonical.com>

	hide immediately on mouse off when last action was activate

2011-03-21  Jason Smith  <jason.smith@canonical.com>

	assure we dont try to open alt+f2 while grab is active (thus blocking our own grab)

2011-03-21  Jason Smith  <jason.smith@canonical.com>

	rename variable

2011-03-21  Jason Smith  <jason.smith@canonical.com>

	unset LAST_ACTION_ACTIVATE when hide changes either way

2011-03-21  Jason Smith  <jason.smith@canonical.com>

	implement close on action activate

2011-03-21  Jason Smith  <jason.smith@canonical.com>

	fix some minor bugs with places

2011-03-21  Jason Smith  <jason.smith@canonical.com>

	hide/unhide properly with expo/scale

2011-03-20  Jason Smith  <jason.smith@canonical.com>

	disable input window on places as it performs grabbies

2011-03-20  Jason Smith  <jason.smith@canonical.com>

	ensure places gets keyboard focus

2011-03-20  Jason Smith  <jason.smith@canonical.com>

	start work converting to using an external hide machine

2011-03-21  Gord Allott  <gord.allott@canonical.com>

	recurse over desktop files when looking them up to catch kde4 entries

2011-03-18  Gord Allott  <gord.allott@canonical.com>

	makes unity more exhaustative in its desktop file lookups - finds kde4 applications

2011-03-18  Jason Smith  <jason.smith@canonical.com>

	Use drag id to track drags
	Fix merge fail

2011-03-18  Jay Taoko  <jay.taoko@canonical.com>

	* Fixed DND; see #727647

2011-03-18  Jay Taoko  <jay.taoko@canonical.com>

	* Fixed DND; see #727647

2011-03-18  Loïc Molinari  <loic.molinari@canonical.com>

	Fixed the build renaming file names in POTFILES.in

2011-03-18  Jason Smith  <jason.smith@canonical.com>

	merge branch to fitts law up the trash icon

2011-03-17  Andreas Reichel  <slash.m3@googlemail.com>

	fix for bug 728598

2011-03-18  Jason Smith  <jason.smith@canonical.com>

	merge multitouch branch

2011-03-18  Jason Smith  <jason.smith@canonical.com>

	add gesture engine which uses gestures to do stuff

2011-03-17  Jason Smith  <jason.smith@canonical.com>

	bug fixes

2011-03-17  Jason Smith  <jason.smith@canonical.com>

	Implement touch support

2011-03-17  Alex Launi  <alex.launi@canonical.com>

	[merge] Fix for empty menu items during key navigation

2011-03-17  Alex Launi  <alex.launi@canonical.com>

	removed commented out printf

2011-03-17  Alex Launi  <alex.launi@canonical.com>

	Fix for empty indicators showing up during keynav when label or image was hidden.

2011-03-17  Alex Launi  <alex.launi@canonical.com>

	Merge fix to reset keynav position on launcher hide

2011-03-17  Alex Launi  <alex.launi@canonical.com>

	Reset keynav after launcher hides

2011-03-17  Didier Roche  <didier.roche@canonical.com>

	Don't search search, just search

2011-03-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 3.6.6

2011-03-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge various fixes

2011-03-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-03-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	SIGSEGV in PlaceEntryHome::SetSearch 

2011-03-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	compiz crashed with SIGSEGV in g_type_check_instance_is_a()

2011-03-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	compiz crashed with SIGSEGV in g_atomic_int_exchange_and_add()

2011-03-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-03-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Pressing Alt key does not underline mnemonics & indicator-appmenu breaks Alt accelerator keys

2011-03-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make service support ShowNowChanged

2011-03-17  Didier Roche  <didier.roche@canonical.com>

	define transition state when we shouldn't check for hidden state or not (like
	viewport switch) to avoid wrong glitch with the launcher appearing. This only
	should be used for transitional state to keep previous state and the check event
	has to be respawn manually then

2011-03-17  Didier Roche  <didier.roche@canonical.com>

	define transition state when we shouldn't check for hidden state or not (like viewport switch) to avoid wrong glitch with the launcher appearing. This only should be used for transitional state to keep previous state and the check event has to be respawn manually then

2011-03-17  Rodrigo Moya  <rodrigo.moya@canonical.com>

	[a11y] Implement AtkComponent interface for both PanelIndicatorAccessible and PanelIndicatorEntryAccessible

2011-03-17  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Fix formatting

2011-03-17  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Add removed file by mistake

2011-03-17  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-03-17  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Move atk_get_root call to panel_a11y_init

2011-03-17  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge po from trunk

2011-03-17  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-03-17  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Made it work correctly

2011-03-16  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Retrieve the root ATK object only once all initialization is done

2011-03-15  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-03-15  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-03-14  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-03-14  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Move the call to sync geometries

2011-03-04  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Instantiate root A11Y object before notifying change of geometries

2011-03-04  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-03-03  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Add a comment about absolute/relative coordinates

2011-03-03  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-03-02  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Fix formatting

2011-03-02  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Add cmake magic for glib-genmarshal

2011-03-02  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Add cmake rules for using glib-genmarshal

2011-03-02  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Implement AtkComponent's get_extents for PanelIndicatorAccessible

2011-03-02  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Remove call to atk_object_notify_state_change on finalize

2011-03-02  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Return from DBus server call with g_dbus_method_invocation_return_value

2011-03-01  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-03-01  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Add missing g_signal_handlers_disconnect_by_func call

2011-03-01  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Compilation fixes

2011-02-28  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-02-28  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Implement AtkComponent's get_extents for PanelIndicatorEntryAccessible

2011-02-28  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Signal in the panel service when we get the geometries

2011-02-28  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-02-28  Rodrigo Moya  <rodrigo.moya@canonical.com>

	First pass

2011-02-21  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-02-18  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Attach to bug

2011-03-17  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Implement atk_[add/remove]_key_event_listener
	
	Fixes LB#702672

2011-03-16  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Implement atk_[add/remove]_key_event_listener
	
	Fixes LB#702672

2011-03-17  Jason Smith  <jason.smith@canonical.com>

	merge launcher icons 2 branch

2011-03-17  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2011-03-17  Jason Smith  <jason.smith@canonical.com>

	exit nav mode on click out

2011-03-17  Jason Smith  <jason.smith@canonical.com>

	more work to make keynav work reliably

2011-03-16  Jason Smith  <jason.smith@canonical.com>

	Ungrab on exit of quicklist

2011-03-16  Jason Smith  <jason.smith@canonical.com>

	make sure we reference/unreference our base windows

2011-03-16  Jason Smith  <jason.smith@canonical.com>

	export icons backport

2011-03-16  Jason Smith  <jason.smith@canonical.com>

	merge global clipping branch

2011-03-14  Jason Smith  <jason.smith@canonical.com>

	remove useless define

2011-03-14  Jason Smith  <jason.smith@canonical.com>

	utilize passed output from gl plugin

2011-03-14  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2011-03-14  Jason Smith  <jason.smith@canonical.com>

	update to follow global clipping API in nux

2011-03-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Dash fixes

2011-03-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Dash: first-use text entry does not work until Alt-F2 version is used

2011-03-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	[dash] text cursor not vertically centred in the entry

2011-03-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Moving cursor in dash text entry field causes cursor artifacts

2011-03-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	[dash] scrollbar's clickable zone should extend to the right border of the dash border

2011-03-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-03-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix crasher

2011-03-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some cleanup of magic values

2011-03-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Hide the panel when the dash shows

2011-03-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix size/position of grid and also reduce the weight of the home screen text

2011-03-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix issue with home button

2011-03-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix homeview sections

2011-03-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make the bottom bar dissapear for the last active group, fix activating the first result

2011-03-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make the settings for the home screen expanded state stick

2011-03-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix the hilighting of the expand arrows and the focus visual

2011-03-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add the group separators, still need to make them better for the last group, but will do that later

2011-03-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for Alt+F2

2011-03-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Stop teh warnin's

2011-03-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Step the expanding of many results to give Compiz some time to breath

2011-03-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for animated resizing

2011-03-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Enable support for variable-height Dash

2011-03-16  Didier Roche  <didier.roche@canonical.com>

	Merge Add unity --reset-icons option to restore default launcher icons.
	(LP: #731578). Thanks a lot to Andrea Azzarone for the change!

2011-03-16  Andrea Azzarone  <aazzarone@hotmail.it>

	Add unity --reset-icons option to restore default launcher icons.

2011-03-16  Didier Roche  <didier.roche@canonical.com>

	This branch:
	* Fix some false-positive when the check call isn't refresh on ws change (LP:
	#730679)
	* enable adding a new desktop file with the dbus call (LP: #670403)
	* add another drag icon action: pressing for 500ms on a launcher icon would
	decouple it from the Launcher. Clean some other code as well (LP: #727922)
	* increase the dead zone size on th bfb (lp: #736034)
	* do some cleanup on the launcher code as well

2011-03-16  Didier Roche  <didier.roche@canonical.com>

	enlarge the dead zone to a 3x3 square (LP: #736034)

2011-03-16  Didier Roche  <didier.roche@canonical.com>

	remove debug code

2011-03-16  Didier Roche  <didier.roche@canonical.com>

	add another drag icon action: pressing for 500ms on a launcher icon would decouple it from the Launcher. Clean some other code as well (LP: #727922)

2011-03-15  Didier Roche  <didier.roche@canonical.com>

	enabling adding a new desktop file with the dbus call (LP: #670403)

2011-03-15  Didier Roche  <didier.roche@canonical.com>

	add dbus interface for the launcher

2011-03-14  Didier Roche  <didier.roche@canonical.com>

	Fix some false-positive when the check call isn't refresh on ws change (LP: #730679)

2011-03-14  Didier Roche  <didier.roche@canonical.com>

	no hardcode in shortcuts, pleaseeeee

2011-03-14  Didier Roche  <didier.roche@canonical.com>

	New list of defaults (LP: #714707)

2011-03-16  Didier Roche  <didier.roche@canonical.com>

	s for workspace shortcut (LP: #723273)

2011-03-16  Didier Roche  <didier.roche@canonical.com>

	merge (after removing uneeded case) Keyboard navigation should jump invisible icons from Andrea Azzarone. Thanks! (LP: #734018)

2011-03-12  Andrea Azzarone  <aazzarone@hotmail.it>

	Skip invisible icon in launcher keyboard navigation.

2011-03-16  Michael Terry  <mike@mterry.name>

	Merge lp:~mterry/unity/despread:
	
	* When active app is spread, a further click on the icon should despread

2011-03-14  Michael Terry  <mike@mterry.name>

	de-spread if we click on currently spread icon; add a bit more comments to related code

2011-03-16  Didier Roche  <didier.roche@canonical.com>

	This branch:
	* add Mumble to the systray list (LP: #732682)
	* get place-definied search hint. Fallback to 'Search' otherwise. (LP: #733897)

2011-03-16  Didier Roche  <didier.roche@canonical.com>

	fix typo

2011-03-16  Didier Roche  <didier.roche@canonical.com>

	revert restacking the systray, Neil will handle it

2011-03-16  Didier Roche  <didier.roche@canonical.com>

	add Mumble to the list (LP: #732682)

2011-03-15  Didier Roche  <didier.roche@canonical.com>

	get place-definied search hint. Fallback to 'Search' otherwise. (LP: #733897)

2011-03-15  Didier Roche  <didier.roche@canonical.com>

	intermediate commit: X doesn't want to be my friend and show this systray on top, getting a badwindow for an existing value corresponding to the systray… I'm sad

2011-03-16  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merge Mikkel's branch lp:~kamstrup/unity/localapps:
	
	* Fix app launching in Places for wine apps and other apps deeply nested in ~/local/share/applications

2011-03-14  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Fix app launching in Dash for Wine apps and other apps that are deeply nested in ~/.local/share/applications.
	
	We need to do - to / substitution if we don't find the right file by desktop id. Note that the fix is not 110% tight as certain kinds of folder structures will be ignored (the eager reader should experiment with exotic combinations of nested dirs and -'s in folder names :-)). These exotic folder structure have yet to be observed in the wild though - so hopefully no biggie

2011-03-16  Loïc Molinari  <loic.molinari@canonical.com>

	Merged branch unity-ensure-opengl-extensions-availability-at-plugin-init

2011-03-16  Loïc Molinari  <loic.molinari@canonical.com>

	Added OpenGL version check at plugin init

2011-03-16  Loïc Molinari  <loic.molinari@canonical.com>

	Fixed ARB_vertex_program extension name typo

2011-03-15  Loïc Molinari  <loic.molinari@canonical.com>

	Ensured at plugin init that the required OpenGL extensions are supported by the implementation

2011-03-16  Andrea Azzarone  <aazzarone@hotmail.it>

	Merging in a fidx for lp:715711

2011-03-07  Andrea Azzarone  <aazzarone@hotmail.it>

	Some fixes.

2011-03-07  Andrea Azzarone  <aazzarone@hotmail.it>

	Added the files DevicesSettings.cpp and DevicesSettings.h.

2011-03-06  Andrea Azzarone  <aazzarone@hotmail.it>

	A patch that add the possibility to show only mounted device in the springboard,
	all devices and no devices.
	I have used gsettings.

2011-03-16  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	resources/round_glow_hl_62x62.png
	src/Launcher.cpp
	
	Implemented new launcher key-nav highlight to stand out more clearly.
	Fixes LP: #728935. Uses design-artwork from LP: #733154. Note #728935
	was falsely marked as a duplicate of #733154

2011-03-11  Mirco Müller  <mirco.mueller@ubuntu.com>

	Implemented new launcher key-nav highlight to stand out more clearly. Fixes LP: #728935. Uses design-artwork from LP: #733154

2011-03-15  Mirco Müller  <mirco.mueller@ubuntu.com>

	added:
	tests/ui/TestQuicklistVisuals.cpp
	modified:
	src/QuicklistMenuItemCheckmark.cpp
	src/QuicklistMenuItemLabel.cpp
	src/QuicklistMenuItemRadio.cpp
	tests/CMakeLists.txt
	tests/ui/TestQuicklist.cpp
	
	Fixed rendering of disabled Quicklist-items (Label, Checkmark, Radio).
	Added new visual test-case to ui-tests. Fixes LP: #676928

2011-03-11  Mirco Müller  <mirco.mueller@ubuntu.com>

	Correct rendering of disabled quicklist-items. Add visual-test-case for verification. Fixes LP: #676928

2011-03-14  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Connect to IndicatorObject's accessible_desc_update signal

2011-03-14  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Fixed last merge

2011-03-14  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-03-14  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Use name from GtkImage's in Indicators

2011-03-14  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Use the accessible description just for description

2011-03-14  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Use the accessible description just for description

2011-03-14  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Fix formatting

2011-03-14  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Remove call to atk_object_notify_state_change on finalize

2011-03-14  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Disconnect IndicatorObject signals on panel_indicator_accessible_finalize

2011-03-14  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Connect to accessible_desc_update signal on indicatorObject

2011-03-14  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Emitting the signal 'children-changed'
	
	It adds the emission of this signal for
	* UnityRootAccessible: each time a window is added
	* UnityLauncherAccessible: each time a launcher icon is added/removed

2011-03-14  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Emitting the signal 'children-changed'
	
	It adds the emission of this signal for
	* UnityRootAccessible: each time a window is added
	* UnityLauncherAccessible: each time a launcher icon is added/removed

2011-03-14  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Removing a g_debug

2011-03-14  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Emitting the signal 'children-changed'
	
	It adds the emission of this signal for
	* UnityRootAccessible: each time a window is added
	* UnityLauncherAccessible: each time a launcher icon is added/removed

2011-03-14  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Set the correct ATK parent on A11Y objects

2011-03-14  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Set the correct ATK parent on A11Y objects

2011-03-14  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Revamping a11y unit tests
	
	* Solving one failing test by using nux::Layout instead of Quicklist
	* Moving them to a specific cpp, to maintain unitya11y.cpp with the
	core a11y support

2011-03-10  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Revamping a11y unit tests
	
	* Solving one failing test by using nux::Layout instead of Quicklist
	* Moving them to a specific cpp, to maintain unitya11y.cpp with the
	core a11y support

2011-03-10  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Moving the a11y unit tests to a specific file
	
	The idea is maintain unitya11y.cpp for the core of the accessibility
	support.

2011-03-10  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Replacing Quicklist for nux::Layout on one of the unit tests

2011-03-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 3.6.4

2011-03-10  Didier Roche  <didier.roche@canonical.com>

	Handle alt F2 unity side to show the new applications place entry.

2011-03-09  Didier Roche  <didier.roche@canonical.com>

	alt + F2 to active the new place. Will be nice now to check the place exists

2011-03-10  Gord Allott  <gord.allott@canonical.com>

	updated keynav support, much better behaviour now

2011-03-10  Gord Allott  <gord.allott@canonical.com>

	refocus entries when loaded from a place activation request

2011-03-10  Gord Allott  <gord.allott@canonical.com>

	remove debugs

2011-03-10  Gord Allott  <gord.allott@canonical.com>

	merging latest fixes

2011-03-09  Gord Allott  <gord.allott@canonical.com>

	latest trunk

2011-03-09  Gord Allott  <gord.allott@canonical.com>

	changes canfocus support

2011-03-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Dash and multihead fixes

2011-03-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Respect ShowEntry

2011-03-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix CheckWindowOverLauncher to use the absolute geometry

2011-03-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Support for positioning the quicklist and tooltip properly

2011-03-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	make panel work with multi monitor

2011-03-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix fullscreening

2011-03-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix dash screen size support

2011-03-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-03-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add disabled-by-default support for blur behind the dash...it's slow right now hence disabled

2011-03-10  Jay Taoko  <jay.taoko@canonical.com>

	* Prevent the blur texture from bleeding on the marging areas.

2011-03-09  Jay Taoko  <jay.taoko@canonical.com>

	* Dash blur minor fix: Get the right area to blur behind the dash.

2011-03-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add some blur stuff, needs to be made an option

2011-03-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	revert to linear, which seems to work best with compiz

2011-03-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add a fade in and out to the dash

2011-03-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] various fixes work

2011-03-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix closing of dash

2011-03-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	inactive menus are not shown

2011-03-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-03-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix the places quicklists so they show sections and conform to design

2011-03-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Adjust the form factor detection to include 800 height screens in the desktop mode

2011-03-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make place activation work :)

2011-03-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Redo the result activation to finally come from the Place that owns it rather than being presented without any relationship

2011-03-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Stop killing place daemons

2011-03-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add way to get the parent Place from a PlaceEntry, also fix the hiding of groups

2011-03-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix home view to expand/unexpand

2011-03-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make ENTER work, also fix the queue mechanism for the tiles

2011-03-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	Set the proper hints on the systray window

2011-03-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make sure we don't pass events onto the menu if our own window is active

2011-03-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Jamie Rowe fixes Bug #717250: Dragging .desktop file to launcher's trash creates space for new launcher icon

2011-03-08  Jamie Rowe  <jrrowe89@gmail.com>

	.desktop files dropped over trash are now removed

2011-03-07  Jamie Rowe  <jrrowe89@gmail.com>

	Fix for bug #717250. The space for a new icon through dnd is now only created when required and is removed when no longer required.

2011-03-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Marco Biscaro fixes Bug #731533: quicklist must respect enabled state

2011-03-09  Marco Biscaro  <marcobiscaro2112@gmail.com>

	[quicklist] Ignore clicks when a QuickListMenuItem is disabled (LP: #731533)

2011-03-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Marco Biscaro's fix for [panel] The start-here icon should be updated on icon theme chang...

2011-03-07  Marco Biscaro  <marcobiscaro2112@gmail.com>

	[panel] The start-here icon should be updated on icon theme change (LP: 726267)

2011-03-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Bug #725631: unity-panel-service crashed with SIGSEGV in dbusmenu_menuitem_send_about_to_show()

2011-03-09  Chris Coulson  <chrisccoulson@ubuntu.com>

	Oops, don't leak id

2011-03-09  Chris Coulson  <chrisccoulson@ubuntu.com>

	Don't leave stale entries in id2entry_hash

2011-03-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Marco's work

2011-03-09  Marco Biscaro  <marcobiscaro2112@gmail.com>

	[dash] Reverting ellipsis on 'Find XYZ' (LP: #731162)

2011-03-08  Marco Biscaro  <marcobiscaro2112@gmail.com>

	[launcher] Emptying the trash should respect nautilus setting (LP: #730003)

2011-03-08  Marco Biscaro  <marcobiscaro2112@gmail.com>

	[launcher] Empty trash quicklist item is missing an ellipsis (LP: #731472)
	[launcher] Show disabled 'Empty trash' option when trash is already empty (
	LP: #723880)

2011-03-08  Marco Biscaro  <marcobiscaro2112@gmail.com>

	[dash] Adding ellipsis to 'Find XYZ' options (LP: #731162)

2011-03-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] mircos work

2011-03-08  Mirco Müller  <mirco.mueller@ubuntu.com>

	Fix LP: #731096

2011-03-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] fixes for change of display size

2011-03-09  Jay Taoko  <jay.taoko@canonical.com>

	* Fixed resolution change

2011-03-09  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Exposing as ACTIVE and FOCUSED the launcher icon selected
	
	Orca doesn't speech out all the selection changes. For instance, it doesn't
	speech the selection changes if the role is a tool bar. It worked before
	because I used a different role. But the proper role of the launcher
	is ATK_ROLE_TOOLBAR. In order to solve that, we expose as FOCUSED the
	launcher icon selected. From the pov this is consistent information
	
	Fixes https://bugs.launchpad.net/unity/+bug/727133
	Fixes https://bugs.launchpad.net/ubuntu/+source/unity/+bug/729165

2011-03-09  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Exposing as ACTIVE and FOCUSED the launcher icon selected
	
	Orca doesn't speech out all the selection changes. For instance, it doesn't
	speech the selection changes if the role is a tool bar. It worked before
	because I used a different role. But the proper role of the launcher
	is ATK_ROLE_TOOLBAR. In order to solve that, we expose as FOCUSED the
	launcher icon selected. From the pov this is consistent information
	
	Fixes https://bugs.launchpad.net/unity/+bug/727133
	Fixes https://bugs.launchpad.net/ubuntu/+source/unity/+bug/729165

2011-03-09  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Fix the atkobject child-parent hierarchy

2011-03-04  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Fix the atkobject child-parent hierarchy
	
	Fixes bug https://bugs.launchpad.net/ubuntu/+source/unity/+bug/727908

2011-03-08  Gord Allott  <gord.allott@canonical.com>

	Merging in a variable launcher size branch from Andrea Azzarone that fixes wishlist bug lp:713087

2011-03-04  Andrea Azzarone  <aazzarone@hotmail.it>

	None.

2011-03-04  Andrea Azzarone  <aazzarone@hotmail.it>

	Some fixes.

2011-03-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 3.6.2

2011-03-07  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/Launcher.cpp
	src/Launcher.h
	
	This adds a trigger for opening an icons quicklist, when the user presses
	and hold the LMB over an icon. At the moment the single-finger-hold
	duration is set to 1000 ms. We might need to tweak that value depending
	on user-feedback. Fixes LP: #702486

2011-03-07  Mirco Müller  <mirco.mueller@ubuntu.com>

	protect against application launching if user releases LMB (single finger hold) after the single-finger-hold duration-threshold was passed

2011-03-07  Mirco Müller  <mirco.mueller@ubuntu.com>

	and commit the same stuff a third or fourth time... :(

2011-03-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Bug #727840: Launcher selection can move past the launchers into nowhere

2011-03-07  Артём Попов  <artfwo@gmail.com>

	Don't move Launcher selection below the last launcher.

2011-03-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Bug #660010: No 'safely remove' option is present in the unity menu when a usb disk is inserted

2011-03-05  Marco Biscaro  <marcobiscaro2112@gmail.com>

	[launcher] Show 'safely remove' option for devices (LP: 660010)

2011-03-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] ROAFs multihead work

2011-03-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-03-03  Christopher James Halse Rogers  <raof@ubuntu.com>

	Call UnityScreen::ScheduleRelayout from 'monitor-changed' and 'size-changed' handlers.
	
	->NeedsRelayout() only sets a boolean that's looked at in Relayout(), which is
	never otherwise called :)

2011-03-03  Christopher James Halse Rogers  <raof@ubuntu.com>

	Attach 'monitor-changed' and 'size-changed' signals the right way 'round.
	
	We were unintentionally calling UnityScreen::NeedsRelayout() on a GdkScreen in
	these signal handlers.  That's not going to end well.

2011-03-03  Christopher James Halse Rogers  <raof@ubuntu.com>

	Pull out a UnityScreen->ScheduleRelayout()
	
	This will be needed to actually relayout the shell on monitor
	changes.

2011-03-07  Gord Allott  <gord.allott@canonical.com>

	Merging in a branch for Артём Попов - fixes lp:730638 - busy devices now eject properly on the launcher

2011-03-07  Артём Попов  <artfwo@gmail.com>

	Call g_volume_eject_with_operation with a GtkMountOperation (fixes LP: #730638).

2011-03-07  Didier Roche  <didier.roche@canonical.com>

	fix missing colon

2011-03-07  Didier Roche  <didier.roche@canonical.com>

	Merge Marco Biscaro's patch to set nautilus-home by default on the launcher. Thanks (LP: #721121)

2011-03-07  Didier Roche  <didier.roche@canonical.com>

	* don't lock the launcher on launcher reveal if the mouse didn't move (LP:
	#727746)
	
	* enable using shortcut even if keybinding isn't shown. Disable tap on super in
	this case (LP: #727580). Also, if a unity shortcut is triggered, don't let other
	plugins using it (LP: #729166)
	
	* Get the lastest X server status, not the cached one which can be racy (LP:
	#718054)

2011-03-07  Didier Roche  <didier.roche@canonical.com>

	revert debugging printf, see you at next false positive\!

2011-03-07  Didier Roche  <didier.roche@canonical.com>

	Get the lastest X server status, not the cached one which can be racy (LP: #718054)

2011-03-07  Didier Roche  <didier.roche@canonical.com>

	enable using shortcut even if keybinding isn't shown. Disable tap on super in this case (LP: #727580). Also, if a unity shortcut is triggered, don't let other plugins using it (LP: #729166)

2011-03-07  Didier Roche  <didier.roche@canonical.com>

	don't lock the launcher on launcher reveal if the mouse didn't move (LP: #727746)

2011-03-07  Didier Roche  <didier.roche@canonical.com>

	add debug for hidden state

2011-03-07  Didier Roche  <didier.roche@canonical.com>

	Fix some crashes in the migrate favorites scripts (LP: #722403, #723656)
	Remove nux on unity --distro

2011-03-07  Didier Roche  <didier.roche@canonical.com>

	remove Nux as well

2011-03-07  Didier Roche  <didier.roche@canonical.com>

	ignore invalid gconf keys (LP: #722403)

2011-03-07  Didier Roche  <didier.roche@canonical.com>

	log in cache home xdg dir and don't crash on fail to log

2011-03-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Dash fixes and various other fixes for today

2011-03-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	clicking multiple time on the bfb makes the logo darker and darker

2011-03-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Juggle around the refreshing of the menu so width/height is always valid

2011-03-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove idle in destruction

2011-03-06  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make global search expanding work

2011-03-06  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add a queuing system for tiles instead of clipping, this simplifies the container logic, allowing for easier keynav and also faster layouting

2011-03-05  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove the caching that wasn't needed with the faster places approach

2011-03-07  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix crashyness with the grab handles, properly check for different client lists
	and avoid races

2011-03-04  Didier Roche  <didier.roche@canonical.com>

	Bug #725529: Double-click on panel to unmaximize only works in right half
	Contributed by Oliver Sauder
	
	The mouse events from the Nux InputArea seem to be a bit "bumpy" (also mentioned
	in some FIXME in the unity code).
	
	The OnMouseClick is only emitted when _event_processor.MouseIn() is true, which
	does not apply when clicking on the left side of the title bar.
	
	Therefore, as a workaround I've replaced the OnMouseClick event with OnMouseUp
	to implement the double click behavior. In the long run I suppose it would be
	desirable to fix the mouse events in Nux.

2011-03-04  Oliver Sauder  <os@esite.ch>

	[panel] As a workaround connect to OnMouseUp event to implement double click on panel

2011-03-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	I made a boo boo

2011-03-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	blending was wrong

2011-03-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 3.6.0

2011-03-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	Disable plugin in code as it's very unstable but we want it to be enabled at least

2011-03-01  Didier Roche  <didier.roche@canonical.com>

	fix no redraw for the labels

2011-03-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add some null checks to the grab handles code

2011-03-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix

2011-03-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] dash sections support

2011-03-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-03-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix the redrawing issue with the menu closing

2011-03-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-02-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some more fixes

2011-02-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for switching sections

2011-02-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Load in the sections

2011-02-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	First bits of sections choosing

2011-03-01  Mirco Müller  <mirco.mueller@ubuntu.com>

	removed:
	resources/bfb.png
	modified:
	src/PanelStyle.cpp
	
	Changing file PanelStyle.cpp to always use start-here icon from theme
	(before this, it was using bfb.png for Ambience theme). Thanks for the
	patch Marco! Fixes LP: #713789

2011-02-27  Marco Biscaro  <marcobiscaro2112@gmail.com>

	[panel] Panel should always use the start-here icon from theme (fixes
	LP: #713789)
	
	removed:
	resources/bfb.png
	- No longer necessary
	modified:
	src/PanelStyle.cpp
	- Using start-here for Ambience too (and not bfb.png)

2011-03-01  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/Launcher.cpp
	src/Launcher.h
	src/unityshell.cpp
	
	Avoid setting the focus back to the previously focused window, when user
	brings different window to the front using Launcher key-nav.
	Fixes LP: #721811

2011-02-28  Mirco Müller  <mirco.mueller@ubuntu.com>

	Avoid setting the focus back to the previously focused window, when user brings different window to the front using Launcher key-nav. Fixes LP: #721811

2011-03-01  Didier Roche  <didier.roche@canonical.com>

	Show shortcut labels only if not tapping on super (LP: #726630)

2011-03-01  Didier Roche  <didier.roche@canonical.com>

	ensure super is pressed

2011-03-01  Didier Roche  <didier.roche@canonical.com>

	Show shortcut labels only if not tapping on super (LP: #726630)

2011-02-28  Jason Smith  <jason.smith@canonical.com>

	merge places dnd branch

2011-02-28  Jason Smith  <jason.smith@canonical.com>

	Hide places when DND begins

2011-02-28  Jason Smith  <jason.smith@canonical.com>

	drag and drop support from places to launcher

2011-02-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Stop breaking my stuff

2011-02-28  Alejandro Piñeiro  <apinheiro@igalia.com>

	When the keynavmode starts it is also required to emit selection_change

2011-02-28  Alejandro Piñeiro  <apinheiro@igalia.com>

	When the keynavmode starts it is also required to emit selection_change

2011-03-01  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added ut mt grab handles

2011-03-01  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Remove default keybinding

2011-03-01  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Add mt grab handles

2011-02-28  Gord Allott  <gord.allott@canonical.com>

	adds keynav support to places

2011-02-28  Gord Allott  <gord.allott@canonical.com>

	merged latest from neil

2011-02-28  Gord Allott  <gord.allott@canonical.com>

	erm, bunch of stuff. support for keynav, woo

2011-02-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] dash fixes part deux

2011-02-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some more fixes for multi-monitor

2011-02-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix the lazy loading

2011-02-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Don't load any icons that we don't need to

2011-02-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for dash Size Modes

2011-02-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add the fullscreen toggle

2011-02-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Update the homescreen to new design, add the expanded/unexpanded arrows

2011-02-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	don't grab keyboard, not necessary

2011-02-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	dont toggle on clicking on the home button

2011-02-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add corrent ready/clear search assets and make the asset button clickable to clear the search

2011-02-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	updated assets and some other bits and bobs

2011-02-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-02-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Draw the background properly

2011-02-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add the dash edges :)

2011-02-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add PlacesStyle object o calculate and deliver various sizes and assets

2011-02-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	clean up the counts and empty group hiding

2011-02-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	Play around with padding a bit using the text size to determine it

2011-02-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for expandable groups

2011-02-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	Show the right expand button hint

2011-02-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	Clean some more things up

2011-02-28  Didier Roche  <didier.roche@canonical.com>

	This branch clean some hardcoded duplicated values and simplify the super key
	code. Also, now Super + Shift != Super for keynum:
	Super + keynum -> activate existing instances (ignore Shift modifier in some
	weird keyboard layout like French ones :))
	Super + Shift + keynum -> open a new instance
	
	It also merge some fixes on alt + F1 from Oliver's that I retouched slightly
	It's still hackish on the keynav stuff, some refactoring will be needed.
	
	Also there are some crash fixes, like invalid CompWindow lost in track

2011-02-28  Didier Roche  <didier.roche@canonical.com>

	minor fix

2011-02-28  Didier Roche  <didier.roche@canonical.com>

	some cleanage to get more generic code and fix a bug when keys weren't resetted once out of the loop

2011-02-28  Didier Roche  <didier.roche@canonical.com>

	remove hardcoded duplicated ICON_SIZE

2011-02-28  Didier Roche  <didier.roche@canonical.com>

	remove CompWindow focus tracking when they are removed

2011-02-28  Didier Roche  <didier.roche@canonical.com>

	some fixes for alt + f1

2011-02-28  Didier Roche  <didier.roche@canonical.com>

	Merge Oliver Sauder's keynav branch with some small additional fixes
	(see complete list on:
	https://code.launchpad.net/~sao/unity/show_launcher_in_navmode/+merge/49894)
	
	Fixes:717125
	Thanks Olivier!

2011-02-25  Oliver Sauder  <os@esite.ch>

	Merged with trunk

2011-02-23  Oliver Sauder  <os@esite.ch>

	[launcher] Fixed typo in method NoveFocusToKeyNavMode
	
	modified:
	src/Launcher.cpp
	src/Launcher.h

2011-02-23  Oliver Sauder  <os@esite.ch>

	[launcher] Move focus to KeyNav after launcher has been opened
	
	modified:
	src/Launcher.cpp
	src/Launcher.h
	src/unityshell.cpp

2011-02-28  Didier Roche  <didier.roche@canonical.com>

	Super + keynum -> activate existing instances (ignore Shift modifier in some 
	weird keyboard layout like French ones :))
	Super + Shift + keynum -> open a new instance
	(LP: #723273)

2011-02-28  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Implement ATK states for PanelIndicatorEntryAccessible

2011-02-28  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Add sanity check

2011-02-28  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Remove atk_state_set_remove_state calls

2011-02-28  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-02-24  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-02-24  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Implement ref_state_set for PanelIndicatorAccessible

2011-02-24  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Don't keep our own AtkStateSet

2011-02-23  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Emit state_changed signals when appropriate

2011-02-23  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Crashing in GObject signals???

2011-02-23  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Implement ref_state_set for PanelIndicatorEntryAccessible object

2011-02-28  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Use the accessible name from the entries to set the name for PanelIndicatorAccessible class

2011-02-28  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-02-24  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Removed extra call

2011-02-24  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Use the accessible_desc also for PanelIndicatorEntryAccessible

2011-02-24  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-02-24  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Revert

2011-02-24  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Use the accessible name from the entries to set the name for PanelIndicatorAccessible class

2011-02-28  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] AtkSelection implementation
	
	Solves: 722660, 723804, 723806

2011-02-27  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Added more type-safed casting, avoiding the previous crashes

2011-02-27  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] AtkSelection implementation

2011-02-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Dash fixes + fix issue Mikkel noted

2011-02-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	Finish off the new architecture by adding in the group controller to do some of the heavy lifting for the rest of the views

2011-02-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	Lots more clean up and first bits of making PlacesResultsController use the new stuff

2011-02-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	Jay's work

2011-02-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix structs

2011-02-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	More cleanup

2011-02-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	Hook up global search to use the new stuff, we no longer leak Dee at all :)

2011-02-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for basic place searching using the new stuff

2011-02-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	Emit the new signals

2011-02-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fill out a few more classes

2011-02-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	First bits to clean up the dash and hide the implementation of the PlaceEntrys

2011-02-28  Jay Taoko  <jay.taoko@canonical.com>

	* Improved scrolling performance
	* Fixes for keyboard navigation
	* TextEntry gets the keyboard focus when dash becomes visible.
	* Close Quicklist on mouse down outside
	* Properly reset the ScrollView vertical delta to zero (Top) when adding or removing groups.
	* Cleanup

2011-02-28  Jay Taoko  <jay.taoko@canonical.com>

	* Code Cleanup
	* Properly reset the ScrollView vertical delta to zero (Top) when adding or removing groups.

2011-02-27  Jay Taoko  <jay.taoko@canonical.com>

	* Merged with Unity trunk

2011-02-27  Jay Taoko  <jay.taoko@canonical.com>

	Merge

2011-02-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-02-27  Jay Taoko  <jay.taoko@canonical.com>

	* Dash Fixes:
	- Quicklist closes
	- Dash scrolling does not stop when mouse goes out of the BaseWindow.

2011-02-25  Jay Taoko  <jay.taoko@canonical.com>

	* Dash fixes

2011-02-24  Jay Taoko  <jay.taoko@canonical.com>

	* Support for scrolling and keyboard navigation
	* TextEntry gets the keyboard focus when dash becomes visible.

2011-02-23  Jay Taoko  <jay.taoko@canonical.com>

	* support for accessibility

2011-02-23  Jay Taoko  <jay.taoko@canonical.com>

	* Fixes

2011-02-23  Jay Taoko  <jay.taoko@canonical.com>

	* Scrolling improvements

2011-02-25  Jani Monoses  <jani.monoses@canonical.com>

	Do not cast guchar pointer to another pointer that requires strict alignment on ARM.
	Fixes armel FTBFS (LP: #724615)

2011-02-25  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/unityshell.cpp
	src/unityshell.h
	
	Merged unity.fix-675862 branch after review and approval from Sam. This is
	based on Mathieu Trudel-Lapierre' branch lp:~mathieu-tl/unity/multimonitor
	and re-merged with trunk and adapted to the fixing-remarks Sam stated in
	his comments on the inital merge-proposal. See
	https://code.launchpad.net/~mathieu-tl/unity/multimonitor/+merge/50234.
	This fixes LP: #675862

2011-02-24  Mirco Müller  <mirco.mueller@ubuntu.com>

	This is based on Mathieu Trudel-Lapierre' branch
	lp:~mathieu-tl/unity/multimonitor and re-merged with trunk and adapted to
	the fixing-remarks Sam stated in his comments on the inital merge-proposal.
	See https://code.launchpad.net/~mathieu-tl/unity/multimonitor/+merge/50234
	I left out point 5.) intentionally for later. This fixes LP: #675862  

2011-02-21  Mathieu Trudel-Lapierre  <mathieu-tl@ubuntu.com>

	Merge from lp:unity (trunk)

2011-02-17  Mathieu Trudel-Lapierre  <mathieu-tl@ubuntu.com>

	Some code cleanups.

2011-02-16  Mathieu Trudel-Lapierre  <mathieu-tl@ubuntu.com>

	Trying to have the screen repainted properly on resize.
	
	Now, the desktop is not fubared, so it's already a little better.
	
	Panel is not visible, reacts, and strut is fine.
	
	Launcher is still drawn in wrong position (too high?), but reacts at the
	right spot.

2011-02-02  Mathieu Trudel-Lapierre  <mathieu.trudel-lapierre@canonical.com>

	Attempt to force the sizes of the Panel and Launcher to conform to the actual
	size of the primary monitor for multi-monitor setups (it runs for single-
	monitor too, but changes nothing).
	
	This ensures the panel and launcher remain entirely visible when multiple
	screens with different resolutions are used. Otherwise you'd get e.g. a
	Launcher than spans to beyond the bottom of the primary screen, with some
	items completely unreachable (like the garbage bin).
	
	TODO: make this really work for size changes. Right now it only works
	on unity startup.

2011-02-25  Didier Roche  <didier.roche@canonical.com>

	Finish the hunt on remaining false launcher hide/show positive
	(LP: #711176, LP: #724956)

2011-02-25  Didier Roche  <didier.roche@canonical.com>

	remove latest (hopefully) false positives and get a more cohrent behavior (LP: #711176)

2011-02-25  Didier Roche  <didier.roche@canonical.com>

	fix one false trigger positive (LP: #724956)

2011-02-25  Alex Launi  <alex.launi@canonical.com>

	[autopilot] make sure the launcher gets fully unhidden

2011-02-25  Didier Roche  <didier.roche@canonical.com>

	stop make the launcher dance (LP: #717364)

2011-02-25  Didier Roche  <didier.roche@canonical.com>

	stop make the launcher dance (LP: #717364)

2011-02-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 3.4.6

2011-02-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] more dash work

2011-02-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	crappy fix 'till I get the size negotiation working

2011-02-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	escape search hint text

2011-02-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make LauncherIcon GIcon aware

2011-02-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix crasher

2011-02-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	add a hack to not show empty search results

2011-02-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	add emblem support to groups, add some better padding/spacing

2011-02-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix issue with text not displaying...

2011-02-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk and lots of other fixes of mine

2011-02-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	temp

2011-02-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix Panel font rendering to be clearer, fix entry to be larger and render correctly

2011-02-24  Didier Roche  <didier.roche@canonical.com>

	increase super key tap duration

2011-02-24  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Use gconf to check if the accessibility is enabled

2011-02-23  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Use gconf to check if the accessibility is enabled
	
	Fixes https://bugs.launchpad.net/unity/+bug/723699

2011-02-24  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/Launcher.cpp
	src/Launcher.h
	src/LauncherIcon.cpp
	src/LauncherIcon.h
	
	Merged my unity.fix-646712 branch to trunk after review and approval form
	Didier. This implements the superkey-overlay-labels according to the signed
	off mockups from Design. First ten launcher-icons get 1..0 and special
	places-icons get dynamic labels read from localized .place files.
	Fixes LP: #646712

2011-02-24  Mirco Müller  <mirco.mueller@ubuntu.com>

	make the code more readable, unref textures of superkey-labels in Launcher's destructor

2011-02-24  Mirco Müller  <mirco.mueller@ubuntu.com>

	make superkey-shortcuts dynamic for special/places icons, so they automatically adapt to a localized shortcut-binding from .place file

2011-02-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	Re-merge with trunk, fixed merge-conflict

2011-02-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	made the alpha of the superkey-label bg a bit more opaque

2011-02-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	first working version of dynamic superkey-labels for launcher-icons

2011-02-23  Didier Roche  <didier.roche@canonical.com>

	fix side -> slide typo (LP: #723354)

2011-02-23  Didier Roche  <didier.roche@canonical.com>

	fix side -> slide typo (LP: #723354)

2011-02-23  Didier Roche  <didier.roche@canonical.com>

	Tap super key show/hide the dash (LP: #706713)

2011-02-23  Didier Roche  <didier.roche@canonical.com>

	Tap super key show/hide the dash (LP: #706713)

2011-02-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] dash fixes

2011-02-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	reset the dash

2011-02-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	reset the dash

2011-02-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix up the fallback apps

2011-02-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	remove comments

2011-02-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-02-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix the drawing issue when results were updating, make everything in places SRC_OVER blended, and if not at least save the blending state. Stop flickering when painting

2011-02-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	Switch to QueueRelayout where possible

2011-02-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	use teh nue API

2011-02-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	Use preferred applicatons where possible in the home screen

2011-02-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix homescreen

2011-02-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix warning in tray, fix identifying our own windows

2011-02-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	revert the simply

2011-02-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Simplify the event processing in a bid to find out why things aren't working like they should

2011-02-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	To complete the set of layout fixes, queue up requests for computing the relayouts in groups to better deal with the influx of signals we get from Dee (so we don't do a relayout per added/removed, everything is *much* faster now :)

2011-02-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-02-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make texture-area draw the icon texture directly centered in the area provided instead of resetting it's size every time the icon is updated, this reduces the number of relayouts by a magnitude as well as solving some other things like the pink squares

2011-02-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Clean up adding/removing, fix some crashers, add UNITY_PLACES_DISABLE for disabling the file factory

2011-02-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Hide/show groups instead of adding/removing them from the layout

2011-02-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Create PlacesSettings add support for different dash sizes

2011-02-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for auto-resziing

2011-02-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some speed improvements and a simple tool for doing time calculations when your trying to do performance improvements

2011-02-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix crashing and properly unref textures

2011-02-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	plug a million leaks

2011-02-23  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] sanity commit meanwhile we move the a11y enabled check to gconf

2011-02-23  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] sanity commit meanwhile we move the a11y enabled check to gconf

2011-02-23  Didier Roche  <didier.roche@canonical.com>

	small and stupid fix

2011-02-23  Didier Roche  <didier.roche@canonical.com>

	remove debug

2011-02-23  Didier Roche  <didier.roche@canonical.com>

	I'm stupid

2011-02-22  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] updating method definition for nux::Object OnDestroyed signal

2011-02-22  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Object destruction management
	
	* Updates the state of the accessible object when the base object is destroyed
	* Also updates the internal pointer to this base object
	* Removes the object from the hash table of accessibles when:
	* ... the base object is destroyed
	* ... the accessible object is destroyed
	
	Add some temporal custom unit tests. When the issue on the Launcher gets solved
	will be moved to the unit test framework (with some adaptations).

2011-02-16  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Object destruction management
	
	* Updates the state of the accessible object when the base object is destroyed
	* Also updates the internal pointer to this base object
	* Removes the object from the hash table of accessibles when:
	* ... the base object is destroyed
	* ... the accessible object is destroyed
	
	Add some temporal custom unit tests. When the issue on the Launcher gets solved
	will be moved to the unit test framework (with some adaptations).

2011-02-22  Didier Roche  <didier.roche@canonical.com>

	This branch add the capability of setting hard coded keybindings to the
	workspace
	switcher and the Trash.
	In addition, each place entry can specify a shortcut in its place file like:
	Shortcut=a
	in the [Entry:xxx] section
	
	In addition, there are some fixes to be able to navigate by key navigation (or
	activate the shortcuts) for the special switchers: ws, places, devices and
	trash.
	
	Fixes:
	Bug #617356: Super-shortcuts for apps, files, and workspace switcher	Medium
	Triaged
	Bug #723141: key navigation doesn't activate trash, keys, expo or places	High
	In Progress

2011-02-22  Didier Roche  <didier.roche@canonical.com>

	hook set shortcut in the right place and fix ws switcher not being activable (LP: #617356)

2011-02-22  Didier Roche  <didier.roche@canonical.com>

	fix for activating places, devices, trash on keynav (and so, will work on shortcut as well) (LP: #723141)

2011-02-22  Didier Roche  <didier.roche@canonical.com>

	initial work, still issues with adding/removing icons and places not activated

2011-02-21  Didier Roche  <didier.roche@canonical.com>

	Changes the quick list menu for the trash icon to be positioned as others are
	(LP: #718880). Thanks Jamie Rowe!

2011-02-16  Jamie Rowe  <jrrowe89@gmail.com>

	Fix for bug #718880

2011-02-21  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/Launcher.cpp
	src/Launcher.h
	src/LauncherIcon.cpp
	src/LauncherIcon.h
	src/PlacesController.cpp
	src/QuicklistView.cpp
	src/QuicklistView.h
	src/UBusMessages.h
	src/unityshell.cpp
	src/unityshell.h
	tests/CMakeLists.txt
	
	Merged branch unity.fix-701543-2 after review and approval from Didier.
	This implements the quicklist-part of the keyboard-navigation.
	Fixes LP: #701543

2011-02-21  macslow@bangang.de

	Re-merge with unity trunk again... fixed merge-conflicts

2011-02-21  macslow@bangang.de

	no longer crashing on ESC... phew, all UBus-control goes via UnityScreen now, renamed the UBus-signals for key-nav

2011-02-17  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merge with trunk

2011-02-17  Mirco Müller  <mirco.mueller@ubuntu.com>

	Removed debugging output, got rid of FocusIn/Out callbacks, hooked up ql-key-nav with real functionality, switching from ql-key-nav back to launcher-key-nav still failing, disabled menu-items in ql are not dealt with atm for ql-key-nav

2011-02-15  macslow@bangang.de

	Merged with trunk.

2011-02-15  macslow@bangang.de

	Hook up callback to watch the Focus-state on the launcher and quicklist

2011-02-21  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/Launcher.cpp
	src/Launcher.h
	
	Merged Matthew's  launcher-action-state-work branch to trunk after review
	and approval. This uses proper getter/setter for the Launcher's member-var
	_launcher_action_state.

2011-02-18  Matthew Rasmus  <tareth.ml@gmail.com>

	Switched to using a getter/setter for _launcher_action_state. Whenever the action state changes, we exit keynav mode (if it's active).

2011-02-18  Didier Roche  <didier.roche@canonical.com>

	Try to get a better animation when hovering the launcher (LP: #721125)
	Basically, the fade animation goes from 25% of opacity to 75%. The slide goes
	from 0% to 45%
	Then, when we are "locking" it, the position based animation goes to a time
	based one to not make the final animation too bumpy (there is only 4/5 frames
	for few ms in the fade animation, but it's just better that just pushing to
	100% of opacity).
	This enabled to clean a little bit the logic as well.
	There is also a dead locking zone of 2x2

2011-02-18  Didier Roche  <didier.roche@canonical.com>

	push to 45% for the slide animation

2011-02-18  Didier Roche  <didier.roche@canonical.com>

	all are now parameters and make sliding != fading

2011-02-18  Didier Roche  <didier.roche@canonical.com>

	add a dead zone of < 2x2 for locking it

2011-02-18  Didier Roche  <didier.roche@canonical.com>

	better finish of the animation (LP: #721125)

2011-02-18  Didier Roche  <didier.roche@canonical.com>

	intermediate commit

2011-02-18  Didier Roche  <didier.roche@canonical.com>

	- Add the super shortcuts logic (LP: #721264)
	- Cleanup a little bit the Keypress function

2011-02-18  Didier Roche  <didier.roche@canonical.com>

	add keypress shortcut logic (super + digit) (LP: #721264)

2011-02-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 3.4.4

2011-02-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] this week's dash fixes

2011-02-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	close dash when you click on home button

2011-02-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	make escape close the dash

2011-02-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Reduce transparancy in places window

2011-02-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix rendering issues

2011-02-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Enable -Werror and other fun flags

2011-02-17  Gord Allott  <gord.allott@canonical.com>

	Adds nicer hilights to unity and a texture caching system of additional speedups

2011-02-17  Gord Allott  <gord.allott@canonical.com>

	changed struct name and made con/de/structor private

2011-02-17  Gord Allott  <gord.allott@canonical.com>

	connected to texture destruction in case of epic fail

2011-02-17  Gord Allott  <gord.allott@canonical.com>

	merge with trunk

2011-02-17  Gord Allott  <gord.allott@canonical.com>

	moved texture cache over to a nux destroy signa

2011-02-15  Gord Allott  <gord.allott@canonical.com>

	reverted po files, not sure what happened there, baaad bzr bad

2011-02-15  Gord Allott  <gord.allott@canonical.com>

	merged from trunk

2011-02-15  Gord Allott  <gord.allott@canonical.com>

	changed texture cache api slightly to allow texture creation in a callback, updated IconTexture.cpp to use the texture cache

2011-02-15  Gord Allott  <gord.allott@canonical.com>

	added texture caching support

2011-02-14  Gord Allott  <gord.allott@canonical.com>

	oops forgot new graphics

2011-02-14  Gord Allott  <gord.allott@canonical.com>

	much nicer hilights on tiles

2011-02-17  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Remove all empty private structures to avoid warnings when calling g_type_class_add_private

2011-02-17  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Revert changes to .po files

2011-02-17  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Revert changes to .po files

2011-02-17  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Remove empty private structures to avoid warnings when calling g_type_class_add_private

2011-02-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Panel fixes

2011-02-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-02-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix the home button logo to match theme

2011-02-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for non Ambiance/Radiance window buttons

2011-02-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Implement panel button theming support for Ambiance and Radiance

2011-02-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	correctly repaint everything

2011-02-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Put systray in right place, with padding

2011-02-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for swtiching themes properly

2011-02-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	More styling fixes

2011-02-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	Draw the active indicator with gtk colours too

2011-02-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	clean up the panelmenuview rendering

2011-02-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	Start moving over the renderering to gtk colours

2011-02-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	Update the style branch, add ability to draw the panel background from the theme

2011-02-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] mirco's panel style branch

2010-12-09  Mirco Müller  <mirco.mueller@ubuntu.com>

	hook up changed-signal

2010-12-09  Mirco Müller  <mirco.mueller@ubuntu.com>

	fix some of the color-shades, use those in PanelView, base PanelStyle on nux::Object and do ref-counting

2010-12-09  Mirco Müller  <mirco.mueller@ubuntu.com>

	applied some requested style-changes to the code

2010-12-09  Mirco Müller  <mirco.mueller@ubuntu.com>

	re-merge with trunk

2010-12-08  Mirco Müller  <mirco.mueller@ubuntu.com>

	trying to hooking up the correct colors

2010-12-08  Mirco Müller  <mirco.mueller@ubuntu.com>

	new style-handling class for the panel implemented as a singleton

2011-02-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	Implement whitelisting for Skype, Java and Wine apps

2011-02-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	Size and position systray window

2011-02-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	create the tray window

2011-02-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	Startings of systray support

2011-02-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Activate the first menu in the panel when F10 is pressed

2011-02-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Blank the panel for our own windows

2011-02-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Don't show menu if there are no entries

2011-02-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Don't pop down the old menu 'till the new menu is up

2011-02-17  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/PanelMenuView.cpp
	
	Merged Matthew Rasmus' branch (fix-718886) after review and approval.
	Thanks a lot for the fix Matthew! This catches windows opening maximized
	and trying to "dodge" getting undecorated. Fixes LP: #718886

2011-02-16  Matthew Rasmus  <tareth.ml@gmail.com>

	We should be able to catch any window that starts out maximized but avoids getting undecorated now. 

2011-02-17  Didier Roche  <didier.roche@canonical.com>

	add --distro switch to remove local installation of unity with default options
	(LP: #715703)

2011-02-09  Didier Roche  <didier.roche@canonical.com>

	add --distro switch to remove local installation of unity with default options (LP: #715703

2011-02-16  Jay Taoko  <jay.taoko@canonical.com>

	* Fixed texture that was destroyed with delete instead of UnReference
	* Fixed GridLayout stretchfactor

2011-02-11  Jay Taoko  <jay.taoko@canonical.com>

	* Minor fixes

2011-02-16  Didier Roche  <didier.roche@canonical.com>

	fix a corner case issue triggering the lock

2011-02-16  Didier Roche  <didier.roche@canonical.com>

	This branch intends to:
	- clean a lot the autohide logic. Removing action_done and introducing just one
	state: the launcher is locked on mouseover or not
	- add the fading effect as in the spec. The initial fade is at ~ 33% instead of
	50% which made blinging. The fade only appears when hovering the trigger. The
	lock state is right now 0x0. We should maybe be a little bit more flexible in
	the future about the "locking value" (LP: #706146).
	- clicking on a launcher item still give the 1 second grace period before hiding
	the launcher. However, if you quit the launcher, the hiding animation is
	performed immediately.
	- removing a incorrect data type warning as well that was annoying me since last
	week :)

2011-02-16  Didier Roche  <didier.roche@canonical.com>

	remove a warning as the function is typed char* and not const char*

2011-02-16  Didier Roche  <didier.roche@canonical.com>

	add an option to choose desired autohide effect

2011-02-15  Didier Roche  <didier.roche@canonical.com>

	premultiplied each component as it's the correct way to do it

2011-02-15  Didier Roche  <didier.roche@canonical.com>

	force quitting immediately if an action is done and we leave the launcher

2011-02-15  Didier Roche  <didier.roche@canonical.com>

	add real fade and remove some debug stuff

2011-02-15  Didier Roche  <didier.roche@canonical.com>

	avoid double checks for better framerate andn separate the two kind of autohide for clarity

2011-02-15  Didier Roche  <didier.roche@canonical.com>

	better logic foor the locking state

2011-02-14  Didier Roche  <didier.roche@canonical.com>

	more launcher appearing work, still need some love

2011-02-14  Didier Roche  <didier.roche@canonical.com>

	inntermediate commit before refactor on lock

2011-02-15  Jason Smith  <jason.smith@canonical.com>

	minor fixes

2011-02-15  Jason Smith  <jason.smith@canonical.com>

	Merge work from Ruben Verweij to ensure that launcher does not advertise expo unless it will actually do something useful

2011-02-10  Ruben Verweij  <rbnvrw@gmail.com>

	Conflicts resolved, remaining changes:     modified:
	src/LauncherController.cpp
	src/LauncherController.h
	- Add a function that displays/hides the workspace launcher when the number
	of workspaces changes
	src/unity.cpp
	src/unity.h
	- Add a function that calls the function in the LauncherController if the
	number of workspaces has changed

2010-12-09  Ruben Verweij  <rbnvrw@gmail.com>

	modified:
	src/LauncherController.cpp
	src/LauncherController.h
	- Add a function that displays/hides the workspace launcher when the number
	of workspaces changes
	src/unity.cpp
	src/unity.h
	- Add a function that calls the function in the LauncherController if the
	number of workspaces has changed

2010-12-08  Ruben Verweij  <rbnvrw@gmail.com>

	modified:
	src/LauncherController.cpp
	src/LauncherController.h
	- Fix bug 677594 by checking how many workspaces Compiz has via GConf

2011-02-15  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Add A11Y objects hierarchy for indicators in the panel service

2011-02-15  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Use ATK_OBJECT for castings

2011-02-14  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Keep track of indicator object entries

2011-02-14  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Ref children when returning them on ref_child method

2011-02-14  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-02-14  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Remove unused variables

2011-02-10  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Create accessible objects at initialization

2011-02-10  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-02-09  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-02-08  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Attach to bug

2011-02-08  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Add menus as children for the indicator entries

2011-02-08  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Add PanelIndicator*Accessible classes

2011-02-07  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-02-03  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-02-15  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Expose panel and home button via ATK

2011-02-14  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Revert unwanted change

2011-02-14  Rodrigo Moya  <rodrigo.moya@canonical.com>

	No need to set a name for the panel view accessible object

2011-02-14  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Revert unwanted change

2011-02-14  Rodrigo Moya  <rodrigo.moya@canonical.com>

	A few fixes from API's branch review

2011-02-14  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Add panel window via unity_util_accessible_add_window

2011-02-14  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-02-11  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Fix hopefully last merge problem

2011-02-11  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Update po files from trunk, not sure why bzr merge didn't get these

2011-02-11  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Attach to bug

2011-02-11  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Only return 1 child for PanelView a11y object

2011-02-11  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-01-27  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-01-25  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Rename UnityPanelAccessible to UnityPanelViewAccessible for consistency

2011-01-25  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Return the layout as the only children for UnityPanelAccessible

2011-01-24  Rodrigo Moya  <rodrigo.moya@canonical.com>

	No need to override AtkObject's get_name method

2011-01-24  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Use the layout's children

2011-01-24  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Remove buggy children retrieval code from PanelView and UnityPanelAccessible

2011-01-24  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Implement get_name virtual method for UnityPanelAccessible

2011-01-24  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Add missing Nux object declarations

2011-01-24  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Add panel window to a11y registry

2011-01-24  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-01-24  Rodrigo Moya  <rodrigo.moya@canonical.com>

	More UnityPanelHomeButtonAccessible

2011-01-20  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Add basic structure of UnityPanelHomeButtonAccessible object

2011-01-20  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-01-19  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Correct coding style for UnityUtilAccessible

2011-01-19  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-01-19  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Associate with LP bug

2011-01-18  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Make PanelView track all its children and use that in UnityPanelAccessible

2011-01-18  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Basic structure of UnityPanelAccessible and some build fixes

2011-02-15  Didier Roche  <didier.roche@canonical.com>

	prevent crashing against empty launcher in unity mutter. Add same security to netbook-launcher and gnome-panel (LP: #716382)

2011-02-14  Jason Smith  <jason.smith@canonical.com>

	merge fix from Mathew Rasmus to exit keyboard nav when the launcher loses focus

2011-02-13  Matthew Rasmus  <tareth.ml@gmail.com>

	Exits keyboard navigation for the launcher when focus leaves (fixes lp:713632).

2011-02-14  Jason Smith  <jason.smith@canonical.com>

	Merge branch from Matthew Rasmus to exit launcher keyboard nav on drag

2011-02-13  Matthew Rasmus  <tareth.ml@gmail.com>

	Exits launcher keyboard navigation when a launcher icon is dragged (fixes lp:713642).

2011-02-14  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/Launcher.cpp
	src/PlacesController.cpp
	src/QuicklistView.cpp
	src/unityshell.cpp
	
	Merged unity.adapt-to-new-xinputwindow-api to trunk after review and
	approval from Loic. This adapts unity to a newer API of nux' XInputWindow
	allowing to give input-windows distinct names. This needs to be compiled
	against nux rev >= 220.

2011-02-13  macslow@bangang.de

	Adapt to newer API of XInputWindow allowing to give input-windows distinct names.

2011-02-11  Jason Smith  <jason.smith@canonical.com>

	Add bug fix from Marc Trevisan to fix minor bugs with long titles

2011-02-10  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Fading title: consider padding for long titles, don't fade the title too early
	
	The title should be faded just few pixel (currently I've
	increased the fading space to 30) before the end of the
	Panel Menuview (so before the indicators).
	The previous implementation was wrong, also due to the fact
	that for title slightly longer than the panel space no
	cut was applied.

2011-02-11  Didier Roche  <didier.roche@canonical.com>

	Merge some cleanup and keynav enhancement (LP: #717213)

2011-02-11  Didier Roche  <didier.roche@canonical.com>

	don't mess with public virtual method

2011-02-11  Didier Roche  <didier.roche@canonical.com>

	- space in keynav mode triggers a new instance (LP: #717213)
	- Super just show the launcher for a second, no more black magic

2011-02-11  Didier Roche  <didier.roche@canonical.com>

	remove the _was_hidden hack

2011-02-11  Jason Smith  <jason.smith@canonical.com>

	Merge remote disconnect branch

2011-02-11  Jason Smith  <jason.smith@canonical.com>

	reset icon state when remote model drops off bus

2011-02-10  Jason Smith  <jason.smith@canonical.com>

	Fix issue where launcher would unhide when timer was active

2011-02-10  Jason Smith  <jason.smith@canonical.com>

	merge branch to implement DND triggering scale

2011-02-10  Jason Smith  <jason.smith@canonical.com>

	implement DND hover to trigger scale

2011-02-10  Jason Smith  <jason.smith@canonical.com>

	remove stray calls to ensure hidden state

2011-02-10  Alex Launi  <alex.launi@canonical.com>

	fix whitespacing in autopilot

2011-02-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 3.4.2

2011-02-09  Didier Roche  <didier.roche@canonical.com>

	add --distro switch to remove local installation of unity with default options (LP: #715703

2011-02-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] global search and speedups

2011-02-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	close dash when something is clicked

2011-02-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	also remove global results

2011-02-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	more global search stuff

2011-02-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	global search stuff

2011-02-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	global search stuff

2011-02-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	update bg

2011-02-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	remove the unneeded result id stuff

2011-02-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Switch to pointers for id's instead of strings, makes the lookup super, duper, fast

2011-02-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	some clean up and improve speed of switching between places

2011-02-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix file icon loading

2011-02-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] gord fixes the world and scrolling

2011-02-09  Gord Allott  <gord.allott@canonical.com>

	smooth scrolling ftw

2011-02-09  Gord Allott  <gord.allott@canonical.com>

	merge

2011-02-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	some texture size fixes, in progress

2011-02-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	re-add correct clipping

2011-02-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	simplify the painting of the PlacesTile hilight

2011-02-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Lots of fixes in views

2011-02-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-02-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	icon loader bits

2011-02-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make file loading use load_contents_async

2011-02-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	some improvements, needs testing

2011-02-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make the cache work with icon texture

2011-02-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	implement the initial slow-loading

2011-02-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	intermediate commit

2011-02-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	intermediate commit

2011-02-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	some more bits

2011-02-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	some more progress

2011-02-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	started to copy things into final implementation

2011-02-06  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix blending (zomg), use layered layout

2011-02-10  Jason Smith  <jason.smith@canonical.com>

	more robust DND check

2011-02-10  Jason Smith  <jason.smith@canonical.com>

	make sure we dont mess up static mode

2011-02-10  Jason Smith  <jason.smith@canonical.com>

	improve drag interactions when not over unity

2011-02-09  Jason Smith  <jason.smith@canonical.com>

	ensure we dont allow double adding of icons 

2011-02-09  Jason Smith  <jason.smith@canonical.com>

	Merge branch from Marco Trevisan to fade long titles

2011-02-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Using fade effect to cut the window Title when it's longer than the panel
	
	Using cairo linear patterns to fade the title end when it's going
	to be longer than the panel width.
	
	This fixes LP: #694924

2011-02-09  Jason Smith  <jason.smith@canonical.com>

	implement backlight modes as requested by design

2011-02-09  Jason Smith  <jason.smith@canonical.com>

	merge branch implement dnd responses in the launcher

2011-02-09  Jason Smith  <jason.smith@canonical.com>

	merge el trunko

2011-02-09  Jason Smith  <jason.smith@canonical.com>

	fix memory initialization

2011-02-09  Jason Smith  <jason.smith@canonical.com>

	Implement dropping .desktop files onto the launcher + animations

2011-02-08  Jason Smith  <jason.smith@canonical.com>

	make alpha behave as it should

2011-02-08  Jason Smith  <jason.smith@canonical.com>

	implement hinting of drop targets

2011-02-08  Jason Smith  <jason.smith@canonical.com>

	Ensure we have an x/y before we set hover state in DND

2011-02-08  Jason Smith  <jason.smith@canonical.com>

	allow icons to specify the action they wish to perform

2011-02-08  Jason Smith  <jason.smith@canonical.com>

	small memory leak fix

2011-02-08  Jason Smith  <jason.smith@canonical.com>

	implement dragging to trash

2011-02-08  Jason Smith  <jason.smith@canonical.com>

	implement drag to open

2011-02-09  Didier Roche  <didier.roche@canonical.com>

	reapply removed Open New Window wrongly reverted by inadvertance

2011-02-09  Gord Allott  <gord.allott@canonical.com>

	merges fix to static cairo text to make scrolling real quick

2011-02-09  Gord Allott  <gord.allott@canonical.com>

	Fixes to static cairo text to make it not do expensive ops on layout, only when needed. makes scrolling silky smoooooooth

2011-02-09  Jason Smith  <jason.smith@canonical.com>

	merge Marco Trevisan's branch to implement additional hiding modes

2011-02-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Plugin Adapter Focussed window is not needed, using Compiz activeWindow()
	
	Compiz already knows which is the focussed / active window, using
	it instead of my PluginAdapter implementation!

2011-02-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Improved the Always and When Need Hide modes
	
	Don't perform unneeded iterations when the launcher shoudld be
	always hidden, just hide it.
	
	When the hide mode is on on "When Needed", don't consider invalid
	focussed windows as the ones that could make it show again.

2011-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Support for multiple tipes of Hidding modes
	
	Now the bar can be:
	- Always shown
	- Always hidden (use the keyboard shortcut or mouse to show)
	- Automatically (when no window is below it)
	- When Needed (When no focussed window is below it: intellihide)
	
	Plus the AutoHide* functions are now called Hide functions...

2011-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Better Autohide option, using the LauncherAutohideMode enum.

2011-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Add IntelliHide as an option, to select when enabling AutoHide with intellihide or less
	
	This allows to set the Autohide option to:
	- Never (never autohide)
	- Always (always autohide the bar when there's a window below it)
	- When needed (autohide the bar only if the focussed window is below it)

2011-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Enable real IntelliHide, always for now! :P

2011-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Use just the window id as PluginAdapter focussed parameter
	
	It's used everywhere, so it's best to keep that!

2011-02-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Add support for focussed window in WindowManager and PluginAdapter

2011-02-08  Alex Launi  <alex.launi@canonical.com>

	merge ATK focus management

2011-02-05  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Basic ATK focus management support

2011-02-08  Alex Launi  <alex.launi@canonical.com>

	Merge branch to lower window on titlebar middle click

2011-02-08  Stefano Candori  <stefano.candori@gmail.com

	Fixed bug #703411

2011-02-07  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2011-02-07  Jason Smith  <jason.smith@canonical.com>

	fix merge fail

2011-02-07  Jason Smith  <jason.smith@canonical.com>

	merge branch to fix LP 709178

2011-02-05  Didier Roche  <didier.roche@canonical.com>

	hide immediatly the launcher on keypress if we have done an action

2011-02-05  Didier Roche  <didier.roche@canonical.com>

	hide the launcher after an action without triggering another action.  (LP: #709178)

2011-02-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix blending (I know, right?)

2011-02-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix crash on startup

2011-02-07  Jason Smith  <jason.smith@canonical.com>

	start implementing dnd support in launcher

2011-02-07  Jay Taoko  <jay.taoko@canonical.com>

	Quicklist blurred background for all systems

2011-02-02  Jay Taoko  <jay.taoko@canonical.com>

	* Quicklist blurred background for all systems

2011-02-07  Jay Taoko  <jay.taoko@canonical.com>

	Removed deprecated API of BaseWindow

2011-02-07  Jay Taoko  <jay.taoko@canonical.com>

	* Removed deprecated API of BaseWindow

2011-02-07  Didier Roche  <didier.roche@canonical.com>

	Middle click to open a new instance (LP: #709707)
	drop the menu entry, now that we have a way to launch the application reliably.
	We will add additional one to individual .desktop file

2011-02-04  Didier Roche  <didier.roche@canonical.com>

	drop the menu entry, now that we have a way to launch the application reliably. We will add additional one to individual .desktop file

2011-02-04  Didier Roche  <didier.roche@canonical.com>

	Middle click to open a new instance (LP: #709707)

2011-02-07  Didier Roche  <didier.roche@canonical.com>

	fix crash if no current profile in compiz and we try to reset unity (LP:
	#711105)
	fix crash if --reset without a gconf client available (LP: #710876)

2011-02-04  Didier Roche  <didier.roche@canonical.com>

	fix crash if no current profile in compiz and we try to reset unity (LP: #711105)

2011-02-04  Didier Roche  <didier.roche@canonical.com>

	fix crash if --reset without a gconf client available (LP: #710876)

2011-02-07  Didier Roche  <didier.roche@canonical.com>

	show unknown icon for icon not found, clean some error checking unused
	(LP: #711200)

2011-02-06  Didier Roche  <didier.roche@canonical.com>

	show unkown icon for icon not found, clean some error checking unused (LP: #711200)

2011-02-07  Didier Roche  <didier.roche@canonical.com>

	Support incorrectly formated .desktop file when Icon=<filename>.extension
	(LP: #711189)

2011-02-07  Didier Roche  <didier.roche@canonical.com>

	don't strip the extension ourself, try to workaround the glib for that

2011-02-06  Didier Roche  <didier.roche@canonical.com>

	copy the new icon name to avoid further lookup

2011-02-06  Didier Roche  <didier.roche@canonical.com>

	Support incorrectly formated .desktop file when Icon=<filename>.extension (LP: #711189)

2011-02-07  Gord Allott  <gord.allott@canonical.com>

	Fix to get places groups working after nux changes

2011-02-04  Jason Smith  <jason.smith@canonical.com>

	ignore wall and switcher plugins for foreign events

2011-02-03  Jason Smith  <jason.smith@canonical.com>

	Ease out of dnd return

2011-02-03  Loïc Molinari  <loic.molinari@canonical.com>

	Fixed the build after merge r818

2011-02-03  Mirco Müller  <mirco.mueller@ubuntu.com>

	added:
	resources/round_glow_hl_62x62.png
	modified:
	src/BamfLauncherIcon.cpp
	src/BamfLauncherIcon.h
	src/Launcher.cpp
	src/Launcher.h
	src/LauncherEntryRemote.h
	src/LauncherIcon.cpp
	src/LauncherIcon.h
	src/SimpleLauncherIcon.cpp
	src/SimpleLauncherIcon.h
	src/UBusMessages.h
	src/unityshell.cpp
	src/unityshell.h
	unityshell.xml.in
	
	The first part of a11y (keyboard-navigation) support for the launcher. By
	default Alt-F1 sets the input-focus on the launcher and you can use
	Up/Down to move the selection around, SPACE/RETURN activates the currently
	selected icon, Shift-F10/Right opens the quicklist (keyboard-navigation
	for this isn't merged yet), ESC (or opening Quicklist) exits keyboard-navigation
	of launcher. Fixes LP: #701546

2011-02-03  Mirco Müller  <mirco.mueller@ubuntu.com>

	Re-merge again with unity trunk *sigh*

2011-02-03  Mirco Müller  <mirco.mueller@ubuntu.com>

	give callback a better name

2011-02-03  Mirco Müller  <mirco.mueller@ubuntu.com>

	Re-merge with unity trunk

2011-02-03  Mirco Müller  <mirco.mueller@ubuntu.com>

	Use UBus to cleanly exit from launcher-keyboard-navigation and set input focus back to window, which previously had the input-focus before entering key-nav

2011-02-03  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/Launcher.cpp
	src/Launcher.h
	src/LauncherEntryRemote.h
	src/LauncherIcon.h
	src/LauncherModel.h
	src/unityshell.cpp
	src/unityshell.h
	
	What the hell is going on here with the includes?

2011-02-02  Mirco Müller  <mirco.mueller@ubuntu.com>

	Rename DoQuicklist() to OpenQuicklist(), extract RecvMouseDown() into OpenQuicklist()

2011-02-02  Mirco Müller  <mirco.mueller@ubuntu.com>

	Use better separation for methods Activate() and OnMouseClick()

2011-02-02  Mirco Müller  <mirco.mueller@ubuntu.com>

	remove debug-printfs

2011-02-02  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged with current unity trunk

2011-02-02  Mirco Müller  <mirco.mueller@ubuntu.com>

	Use KeyPressed signal, not KeyReleased one

2011-02-02  Mirco Müller  <mirco.mueller@ubuntu.com>

	updated commets

2011-02-02  Mirco Müller  <mirco.mueller@ubuntu.com>

	Hook up opening a quicklist on keyboard-navigation, keyboard-navigation of the quicklist itself will come from a separate branch

2011-02-01  Mirco Müller  <mirco.mueller@ubuntu.com>

	Better preserve state during leaving and entering keyboard-navigation mode

2011-02-01  Mirco Müller  <mirco.mueller@ubuntu.com>

	add some preliminary highlight for the launcher keyboard-navigation

2011-02-01  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/BamfLauncherIcon.cpp
	src/BamfLauncherIcon.h
	src/Launcher.cpp
	src/Launcher.h
	src/LauncherIcon.cpp
	src/LauncherIcon.h
	src/SimpleLauncherIcon.cpp
	src/SimpleLauncherIcon.h
	src/unityshell.cpp
	src/unityshell.h
	unityshell.xml.in
	
	Make some of the keyboard-navigation work again, after so much change
	below my feet.

2011-02-03  Jason Smith  <jason.smith@canonical.com>

	merge pre-multiplied alpha branch

2011-02-01  Loïc Molinari  <loic.molinari@canonical.com>

	Made sure blending is enabled before setting the blend factors
	
	modified:
	src/Launcher.cpp
	src/PanelMenuView.cpp
	src/QuicklistMenuItemCheckmark.cpp
	src/QuicklistMenuItemLabel.cpp
	src/QuicklistMenuItemRadio.cpp
	src/QuicklistMenuItemSeparator.cpp
	src/QuicklistView.cpp
	src/StaticCairoText.cpp
	src/Tooltip.cpp
	src/WindowButtons.cpp
	- Added calls to SetBlend before setting the blend factors.

2011-02-01  Loïc Molinari  <loic.molinari@canonical.com>

	Merged from main branch

2011-02-01  Loïc Molinari  <loic.molinari@canonical.com>

	Updated to the new SetPremultipliedBlend signature

2011-01-28  Loïc Molinari  <loic.molinari@canonical.com>

	Merge from main branch

2011-01-21  Loïc Molinari  <loic.molinari@canonical.com>

	[rendering] Simplified premultiplied blend states definition
	
	modified:
	src/Launcher.cpp
	src/PanelMenuView.cpp
	src/PlacesTile.cpp
	src/QuicklistMenuItemCheckmark.cpp
	src/QuicklistMenuItemLabel.cpp
	src/QuicklistMenuItemRadio.cpp
	src/QuicklistMenuItemSeparator.cpp
	src/QuicklistView.cpp
	src/StaticCairoText.cpp
	src/Tooltip.cpp
	src/WindowButtons.cpp
	- Switched code to the new nux SetPremultipliedBlend() function.

2011-01-21  Loïc Molinari  <loic.molinari@canonical.com>

	[rendering] Switched the panel menu gradient to premultiplied alpha
	
	modified:
	src/PanelMenuView.cpp
	- Converted menu gradient to premultiplied pixels

2011-01-21  Loïc Molinari  <loic.molinari@canonical.com>

	Merge from main branch

2011-01-20  Loïc Molinari  <loic.molinari@canonical.com>

	[rendering] Switched the rendering to premultiplied alpha blending 
	
	modified:
	src/IconTexture.cpp
	src/Launcher.cpp
	src/LauncherIcon.cpp
	src/PanelMenuView.cpp
	src/PanelView.cpp
	src/PlacesSearchBar.cpp
	src/QuicklistMenuItemSeparator.cpp
	src/QuicklistMenuItemSeparator.h
	src/Tooltip.cpp
	src/WindowButtons.cpp
	src/unity-util-accessible.cpp
	- Switched to the new nux texture creation API 
	- Removed the use of separated color and alpha channel blending
	- Unified src-over blending to a single function (1, 1-src_a).
	- Converted colors to premultiplied colors

2011-02-03  Jason Smith  <jason.smith@canonical.com>

	merge emblem branch

2011-02-02  Jason Smith  <jason.smith@canonical.com>

	Send home button mouse events over ubus rather than direct intervention

2011-02-02  Jason Smith  <jason.smith@canonical.com>

	move emblems to the left

2011-02-02  Jason Smith  <jason.smith@canonical.com>

	implement emblem creation

2011-02-02  Jason Smith  <jason.smith@canonical.com>

	merge kamstrups fixes branch for matching api

2011-02-02  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Slight change in how Update() DBus signals are treated in the Launcher API. By definition they only contain the "delta" - ie. the changed properties. Before this fix we always replaced all entry properties wholesale.

2011-02-02  Jason Smith  <jason.smith@canonical.com>

	a little tiny fix

2011-02-02  Jason Smith  <jason.smith@canonical.com>

	hook up libunity to launcher

2011-02-01  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2011-02-01  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2011-02-01  Jason Smith  <jason.smith@canonical.com>

	initialize timer handles

2011-02-01  Jay Taoko  <jay.taoko@canonical.com>

	* A new function is needed to transform a polygon that is placed on top of another polygon and follows the exact same transformation.

2011-02-01  Jason Smith  <jason.smith@canonical.com>

	start implementation of emblems

2011-02-03  Didier Roche  <didier.roche@canonical.com>

	create intermediate local file if we are the first (LP: #711964)

2011-02-02  Didier Roche  <didier.roche@canonical.com>

	create intermediate local file if we are the first (LP: #711964)

2011-02-02  Jay Taoko  <jay.taoko@canonical.com>

	* Renamed PlacesGroup::SetLayout to PlacesGroup::AddLayout
	SetLayout was conflicting with SetLayout defined in Nux/View.cpp

2011-02-02  Jay Taoko  <jay.taoko@canonical.com>

	* Renamed PlacesGroup::SetLayout to PlacesGroup::AddLayout
	SetLayout was conflicting with SetLayout defined in Nux/View.cpp

2011-02-01  Jason Smith  <jason.smith@canonical.com>

	merge launcher api branch

2011-02-01  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Lax overly strict DBus name checking in LauncherEntryRemote::SetQuicklist()

2011-02-01  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Add convenience API to LauncherEntryRemoteModel - LookupByDesktopId() and LookupByDesktopFile()

2011-02-01  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Add support for dynamically updating the unique DBus name owning a LauncherEntryRemote

2011-02-01  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Wire LauncherController up with the LauncherEntryRemoteModel. It still doesn't sync the incoming data to the LauncherIcons in the LauncherModel, but it's a start

2011-02-01  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Fix LauncherEntryRemote to apply the right magic Nux Object macros

2011-02-01  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Implement support for quicklists in the Launcher DBus API

2011-02-01  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Make LauncherEntryRemoteModel a singleton

2011-01-31  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Launcher API fully implemented, but is so far untested in the real world :-) It's still not wired up to the UI yet.

2011-01-31  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Still not done, but most of the management stuff is ready, now we just need to compile GVariant -> LauncherEntryRemote

2011-01-31  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	More stubbing out of the Launcher DBus API, still not functional, but compiles without warnings

2011-01-28  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Add initial stubs to support the com.canonical.Unity.LauncherEntry DBus API in Unity

2011-02-01  Loïc Molinari  <loic.molinari@canonical.com>

	[merge] sigc-trackable-base-class

2011-01-28  Loïc Molinari  <loic.molinari@canonical.com>

	Adapted to new nux::Object API
	
	modified:
	src/LauncherIcon.h
	- Removed inheritance from sigc::trackable since the base nux::Trackable
	class now inherits from it.

2011-02-01  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Add basic A11Y hierarchy for the panel service

2011-01-31  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Remove unneeded header

2011-01-31  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-01-30  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Several fixes

2011-01-28  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-01-28  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Remove default log handler

2011-01-28  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Remove default log handler

2011-01-28  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Fix initialization of AtkUtil overloaded methods

2011-01-28  Rodrigo Moya  <rodrigo.moya@canonical.com>

	More tries

2011-01-28  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Load the AT bridge

2011-01-28  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Some more tries

2011-01-28  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Add PanelIndicatorAccessible class

2011-01-27  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Add basic Util/Root ATK objects for the panel

2011-01-27  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-01-27  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Merge from trunk

2011-02-01  Didier Roche  <didier.roche@canonical.com>

	kill unity-panel-service to get the menu back at unity restart (LP: #711289)

2011-02-01  Didier Roche  <didier.roche@canonical.com>

	kill unity-panel-service to get the menu back at unity restart (LP: #711289)

2011-02-01  Loïc Molinari  <loic.molinari@canonical.com>

	[merge] disable-lighting-bit

2011-01-31  Loïc Molinari  <loic.molinari@canonical.com>

	[rendering] Disabled the OpenGL lighting bit
	
	modified:
	src/unityshell.cpp
	- Disabled the OpenGL lighting bit that was leaked by other plugins slowing
	down rendering and potentially causing rendering issues.
	- Worked around an NVIDIA Push/Pop Attrib bug.

2011-01-31  Alex Launi  <alex.launi@canonical.com>

	Make 'Empty trash' text on dialog translatable

2011-01-31  Alex Launi  <alex.launi@canonical.com>

	Add quicklist to the trash launcher icon

2011-01-28  Stefano Candori  <stefano.candori@gmail.com>

	Added quicklist for trashbin

2011-01-31  Alex Launi  <alex.launi@canonical.com>

	add scroll event support to the panel service

2011-01-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	panel-service: emit "scroll-entry" signal on scroll over an entry
	
	unity (panel-service, in fact): now sends also a "scroll-entry"
	signal when an indicator is scrolled, with the target entry as
	parameter.

2011-01-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	duh

2011-01-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	always reset to ''

2011-01-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 3.4.0

2011-01-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] initial places hookup work

2011-01-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-01-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	ignore available links

2011-01-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	some fixes

2011-01-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add gicon support

2011-01-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	set search string

2011-01-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] gords group hiding work

2011-01-31  Gord Allott  <gord.allott@canonical.com>

	adds rejiggying groups to the places views, super slow,m need to fix nux

2011-01-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	add launching of tiles

2011-01-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	clean up come results-controller code, fix id's to always be the same

2011-01-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	some more lookup fixes

2011-01-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	add support for clearing the results

2011-01-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix crashes and get basic searching working

2011-01-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-01-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	some cleanup

2011-01-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-01-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	some more support for places

2011-01-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some basic integration

2011-01-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	Connect up to the required bits

2011-01-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	some fixes for live search

2011-01-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] gords place view work

2011-01-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	make size same as dash

2011-01-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	unfuck everything and rely on the standalone mode for testing

2011-01-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	correct show active states for the places, had to disable search bar due to a crash

2011-01-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-01-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	more internal bits

2011-01-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	propagate the search to searchbox

2011-01-31  Jason Smith  <jason.smith@canonical.com>

	merge spread fixes branch

2011-01-31  Jason Smith  <jason.smith@canonical.com>

	Add comment to explain hack

2011-01-31  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2011-01-31  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2011-01-27  Jason Smith  <jason.smith@canonical.com>

	make terminate work

2011-01-27  Jason Smith  <jason.smith@canonical.com>

	more work to make scale play nice

2011-01-26  Jason Smith  <jason.smith@canonical.com>

	remove unused calls

2011-01-25  Jason Smith  <jason.smith@canonical.com>

	Fix minimize animation
	Implement edge scrolling on launcher
	Make expose work reliably

2011-01-31  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Added init check system (reintegrating fix reverted in r790)

2011-01-28  Didier Roche  <didier.roche@canonical.com>

	Enable dragging the LauncherIcon only in the same area and between the same Launcher types. Also, only drag on left click (LP: #709179, 709119)

2011-01-28  Didier Roche  <didier.roche@canonical.com>

	considering that the shelf can have the same LauncherIcon type that the main area

2011-01-28  Didier Roche  <didier.roche@canonical.com>

	only enable drag if other launcher with the same type

2011-01-28  Didier Roche  <didier.roche@canonical.com>

	fix left click only in Launcher class only

2011-01-28  Didier Roche  <didier.roche@canonical.com>

	Drag only autorized launcher and do it only if Left click is used. (LP: #709179, #709119)

2011-01-28  Didier Roche  <didier.roche@canonical.com>

	don't initiate dragging on special icons as you can't reorganize them (LP: #709119)

2011-01-28  Didier Roche  <didier.roche@canonical.com>

	Change automaximize value to 75% of the workarea (LP: #708809)

2011-01-28  Didier Roche  <didier.roche@canonical.com>

	Change automaximize value to 75% of the workarea (LP: #708809)

2011-01-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.3.16

2011-01-27  Gord Allott  <gord.allott@canonical.com>

	adds a place results view

2011-01-27  Gord Allott  <gord.allott@canonical.com>

	fix for the nux layout system

2011-01-27  Gord Allott  <gord.allott@canonical.com>

	fixes to work around nuxs weird layout system

2011-01-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	break gord

2011-01-27  Gord Allott  <gord.allott@canonical.com>

	merged in jays layout fixes

2011-01-26  Jay Taoko  <jay.taoko@canonical.com>

	* Fix for result view

2011-01-26  Gord Allott  <gord.allott@canonical.com>

	place groups merge

2011-01-26  Gord Allott  <gord.allott@canonical.com>

	latest changes

2011-01-26  Gord Allott  <gord.allott@canonical.com>

	layout bug

2011-01-26  Gord Allott  <gord.allott@canonical.com>

	getting closer...

2011-01-26  Gord Allott  <gord.allott@canonical.com>

	latest code before merging in places group

2011-01-25  Gord Allott  <gord.allott@canonical.com>

	controller/view/group wrapped up in a neat little bow for njpatel

2011-01-25  Gord Allott  <gord.allott@canonical.com>

	save

2011-01-25  Gord Allott  <gord.allott@canonical.com>

	latest unity-places-group

2011-01-25  Gord Allott  <gord.allott@canonical.com>

	save game

2011-01-25  Gord Allott  <gord.allott@canonical.com>

	save game

2011-01-25  Gord Allott  <gord.allott@canonical.com>

	basic places results view, doesn't work right now because the places group doesn't work... so erm.. right\!

2011-01-27  Gord Allott  <gord.allott@canonical.com>

	adds the places group view

2011-01-26  Gord Allott  <gord.allott@canonical.com>

	jays fixes to layout

2011-01-26  Gord Allott  <gord.allott@canonical.com>

	latest

2011-01-26  Gord Allott  <gord.allott@canonical.com>

	layout fixes to places group

2011-01-26  Gord Allott  <gord.allott@canonical.com>

	nux layouts hate me

2011-01-26  Gord Allott  <gord.allott@canonical.com>

	bug fixes to get text rendering working

2011-01-25  Gord Allott  <gord.allott@canonical.com>

	silly mistake corrected

2011-01-25  Gord Allott  <gord.allott@canonical.com>

	added getLayout

2011-01-25  Gord Allott  <gord.allott@canonical.com>

	commiting what i have to merge into a different branch

2011-01-27  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/Launcher.cpp
	
	Merged Didier's branch fix-705805 after review and approval by me. Don't
	wait for the autohide delay on launcher trigger (key press or dash) if we
	have already waited the launcher trigger time. This fixes LP: #705805.

2011-01-24  Didier Roche  <didier.roche@canonical.com>

	don't wait for the autohide delay on launcher trigger (key press or dash) if we have already waited the launcher trigger time (LP: #705805)

2011-01-27  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/PanelMenuView.cpp
	src/PanelMenuView.h
	
	Merged branch unity.fix-691651 after review and approval from Gordon.
	This hooks up to the "name-changed" signal, thus window-titles of
	maximized windows get correctly updated, when a tab-focus occurs.
	
	NOTE: This needs libbamf (rev 377) to work.
	
	Fixes LP: #691651.

2011-01-26  Mirco Müller  <mirco.mueller@ubuntu.com>

	correctly disconnect registered callback from old-view before connecting it to new-view

2011-01-26  Mirco Müller  <mirco.mueller@ubuntu.com>

	Hooked up the name-changed signal so window-titles of maximized windows get correctly updated, when a tab-focus occurs. Fixes LP: #691651

2011-01-27  Gord Allott  <gord.allott@canonical.com>

	enables didrocks doubleclick branch to unmaximize windows by double clicking the panel

2011-01-26  Didier Roche  <didier.roche@canonical.com>

	Enabling double click on the launcher to restore a maximized window
	(LP: #661049)
	
	This isn't the best fix as nux seems to have some broken piece in
	OnMouseDoubleClick but rather a temporary solution. Fixing it in nux will enable
	us to depend on system setup and such. For now, the faked double-click time is
	500ms.

2011-01-27  Gord Allott  <gord.allott@canonical.com>

	merged in didrocks branch to fix translation bugs, all hail the "Rubbish Bin"\!

2011-01-26  Didier Roche  <didier.roche@canonical.com>

	more love with latest trunk, for us, poor 'rest of the world'

2011-01-26  Didier Roche  <didier.roche@canonical.com>

	merge with trunk as new strings are coming

2011-01-26  Didier Roche  <didier.roche@canonical.com>

	make unity able to speak sane languages… like French (LP: #697166)

2011-01-27  Gord Allott  <gord.allott@canonical.com>

	merged in mterrys panel-service scrubbing branch

2011-01-26  Michael Terry  <mike@mterry.name>

	create stub menus when scrubbing over entries without their own menu

2011-01-26  Loïc Molinari  <loic.molinari@canonical.com>

	[a11y] Fixed a NULL pointer critical assertion
	
	modified:
	src/unity-util-accessible.cpp
	- Retrieved the object through the right singleton access mechanism
	
	src/unitya11y.cpp
	src/unitya11y.h
	src/unityshell.cpp
	- Reverted initial attempt at fixing the issue (r783)

2011-01-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix translations issues

2011-01-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] places-launcher-devices

2011-01-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] didrocks place view notification stuff

2011-01-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-01-26  Jay Taoko  <jay.taoko@canonical.com>

	* Added a Pango based text Entry
	* You need Nux from trunk!

2011-01-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make eject work

2011-01-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	Support mounting drives that need mounting before showing them

2011-01-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	show volumes that are already mounted

2011-01-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make icons show up

2011-01-24  Jay Taoko  <jay.taoko@canonical.com>

	* Merged

2011-01-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	some initial device support

2011-01-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Give the place icons a menu

2011-01-24  Jay Taoko  <jay.taoko@canonical.com>

	* Fixed rendering, blending

2011-01-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	use ubus to signal that the icon has been clicked

2011-01-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix icon position

2011-01-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	get the place icons showing

2011-01-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	initial support for places in launcher!

2011-01-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix 100MB memory leaks!

2011-01-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	jay fixes

2011-01-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	missing file

2011-01-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some clean up of current work, make sure we're not using factory implementations directly

2011-01-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	use ubus to request place entry activation

2011-01-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	clean up combo

2011-01-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	add combo with entries

2011-01-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	add combo with entries

2011-01-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	beginnings of a nice debugging/testing setup for places

2011-01-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	look in the right place for places

2011-01-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	some fixes for entry size

2011-01-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix up test so it simply presents the places view

2011-01-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	Move to basewindow outside, but painting seems to be broken :(

2011-01-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-01-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	some initial work on making PlacesView not a basewindow

2011-01-20  Jay Taoko  <jay.taoko@canonical.com>

	* Fixed blending and Outline issues

2011-01-26  Didier Roche  <didier.roche@canonical.com>

	define a new UBus signal to avoid accessing PlacesController internals, show
	launcher when places are activated (LP: #705948)
	
	Also, rename the show on launcher key to something more sane as we will have
	more
	cases of "force to show launcher" and we don't want that another factor
	interferes in the behavior.

2011-01-24  Didier Roche  <didier.roche@canonical.com>

	send ubus message from the view rather than the controller

2011-01-24  Didier Roche  <didier.roche@canonical.com>

	define a new UBus signal to avoid accessing PlacesController internals, show launcher when places are activated (LP: #705948)

2011-01-24  Didier Roche  <didier.roche@canonical.com>

	rename Force to Key as we want an additional trigger and avoid pressing super to interfere that

2011-01-26  Didier Roche  <didier.roche@canonical.com>

	This branch with two bugs introduced when the padding was made variable
	(3 pixels instead of 6) in the indicator:
	- extra blank space between some indicator groups (which are unclickeable)
	- the session indicator isn't in the top right corner
	
	Furthemore, we ensure that the session indicator will still be in the top right
	corner even if we mess again with size.

2011-01-25  Didier Roche  <didier.roche@canonical.com>

	set the default PanelIndicatorObjectView size to 12, has the default in nux is 32 and we have some PanelIndicatorObjectEntryView which are smaller than that (LP: #705803)

2011-01-25  Didier Roche  <didier.roche@canonical.com>

	stack PanelIndicatorObjectView on Right, this enables to not mess with Fitt even if we don't have the right width (LP: #705697)

2011-01-25  Didier Roche  <didier.roche@canonical.com>

	remove double debug print, commented PADDING variable and use g_debug (even if not functional yet)

2011-01-24  Didier Roche  <didier.roche@canonical.com>

	fix the invisible window on top (LP: #705672)

2011-01-24  Didier Roche  <didier.roche@canonical.com>

	no need for EnableInputWindow there as we want false at start and the default is false (LP: #705672)

2011-01-24  Didier Roche  <didier.roche@canonical.com>

	Enable _NET_WM_WINDOW_TYPE_UTILITY (like gimp toolbox) to hide the Launcher (LP: #706109)

2011-01-24  Didier Roche  <didier.roche@canonical.com>

	add utility window as making the launching hiding (LP: #706109)

2011-01-21  Alex Launi  <alex.launi@canonical.com>

	merge fix for a11y warning on launcher when a11y is not initialized

2011-01-20  Alejandro Piñeiro  <apinheiro@igalia.com>

	Add the Launcher BaseWindow to the a11y component only if a11y was initialized
	
	Fixes bug 705442

2011-01-21  Alex Launi  <alex.launi@canonical.com>

	Make sure we show the launcher before running a test

2011-01-21  Mirco Müller  <mirco.mueller@ubuntu.com>

	Make background of PlacesHomeView use proper arc-drawing, thus matching design closer

2011-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	disable test because it's data has been moved out

2011-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.3.14

2011-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] home view

2011-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	disable hover effect 'till nux is fixed

2011-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] jays work

2011-01-19  Jay Taoko  <jay.taoko@canonical.com>

	* Fix text entry in places: need Nux trunk

2011-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add a way to close places through UBus

2011-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	execute something and fix event coords

2011-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	some more info

2011-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	add print out on click

2011-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix icons 'for now'

2011-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	load the icons we want

2011-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add some options to make the tile icons larger

2011-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix background drawing

2011-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] gord's tile work

2011-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] gord's work

2011-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some rendering fixes

2011-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix flickering on clicking home button again

2011-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	make homescreen start to work

2011-01-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	missing files

2011-01-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] unity

2011-01-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	foo

2011-01-13  Jay Taoko  <jay.taoko@canonical.com>

	* Places background color

2011-01-13  Jay Taoko  <jay.taoko@canonical.com>

	* Fix rendering inside the Places.

2011-01-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	foo

2011-01-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	Beginnings of some places stuff

2011-01-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some fixes

2011-01-20  Didier Roche  <didier.roche@canonical.com>

	Bug #698061: appmenu doesn't correspond to currently focused applicationMediumTriaged
	bzr commit -m Bug

2011-01-19  Matthew Rasmus  <tareth.ml@gmail.com>

	Merged with tunk...

2011-01-19  Matthew Rasmus  <tareth.ml@gmail.com>

	Menus are now redrawn if the mouse is hovering over them during PanelMenuView::PostLayoutManagement (fixes lp:698061)

2011-01-20  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/PanelIndicatorObjectEntryView.cpp
	src/PanelIndicatorObjectEntryView.h
	src/PanelMenuView.cpp
	src/PanelMenuView.h
	
	Merged unity.fix-684114 after review and approval from Neil. This uses
	different paddings for appmenu-items (6 px) and indicators (3 px).
	Fixes LP: #684114

2011-01-20  Mirco Müller  <mirco.mueller@ubuntu.com>

	Actually make use of the new parameter of the constructor now

2011-01-20  Mirco Müller  <mirco.mueller@ubuntu.com>

	Use a padding of 6px for the appmenu and 3px for the other indicators. Fixes LP: #684114

2011-01-20  Gord Allott  <gord.allott@canonical.com>

	Merged in places-tile branch plus tests

2011-01-20  Gord Allott  <gord.allott@canonical.com>

	implicit is better than explicit... i meen explicit is bettercd ..

2011-01-20  Gord Allott  <gord.allott@canonical.com>

	pixel alignment from mirco

2011-01-20  Gord Allott  <gord.allott@canonical.com>

	made some mikkel catch changes, in my defense, i was running on fumes last week ;)

2011-01-19  Gord Allott  <gord.allott@canonical.com>

	latest codebase, quicklist bug unrelated to this branch

2011-01-19  Gord Allott  <gord.allott@canonical.com>

	forgot to add some files, oops\!

2011-01-18  Gord Allott  <gord.allott@canonical.com>

	latest work so i can get on desktop

2011-01-13  Gord Allott  <gord.allott@canonical.com>

	EOD workings

2011-01-11  Gord Allott  <gord.allott@canonical.com>

	merged latest unity

2011-01-11  Gord Allott  <gord.allott@canonical.com>

	commiting tile work so i can merge in latest unity

2011-01-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Places backend work

2011-01-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	implement review fixes

2011-01-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-01-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2011-01-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Expose groups and results model

2011-01-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for showing the sections in the test

2011-01-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some fixes, sections model support

2011-01-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2010-12-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Startings of a test app for the backend

2010-12-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some code which I don't know works

2010-12-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	Connect to the entry

2010-12-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2010-12-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some more niceness

2010-12-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	Finish off the Place bits (bar Activation)

2010-12-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	Basic sync between daemon and cached entries

2010-12-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	some more progress

2010-12-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	Grab and unpack GetEntries()

2010-12-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	More keyfile loading

2010-12-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	Getting there...slowly

2010-12-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some more hooking up

2010-12-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	Do the initial loading of a .place file, bar the entries

2010-12-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	More initial loading work

2010-12-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make tests deal with asyncness

2010-12-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Initial places bits

2010-12-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Initial place bits

2011-01-19  Mirco Müller  <mirco.mueller@ubuntu.com>

	last obsolete dependency on libunity removed from cmake-list, now compilation works as expected

2011-01-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make UBus actuall compile

2011-01-19  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merge Mikkel's branch: lp:~unity-team/unity/libunityectomy
	
	* Remove libunity from the source tree. Long live lp:libunity !

2011-01-18  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Sync with trunk

2011-01-11  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Remove ref to olde test-vala from libunity

2011-01-11  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	libunity is dead! Long live lp:libunity

2011-01-18  Alex Launi  <alex.launi@canonical.com>

	Merge fix for a11y warning

2011-01-14  Alejandro Piñeiro  <apinheiro@igalia.com>

	[a11y] Little fix to avoid a warning on compilation

2011-01-18  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Implement global listeners for UnityUtilAccessible class

2011-01-17  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Don't add window event listeners for now

2011-01-17  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Add specific case for window global listeners

2011-01-14  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Remove unused GObjectClass variable

2011-01-14  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Implement global listeners for UnityUtilAccessible class

2011-01-14  Jay Taoko  <jay.taoko@canonical.com>

	* Reverting fix related to #697791. This fix causes rendering bug on the tooltip text.

2011-01-14  macslow@bangang.de

	This reverts commit 735 relating to LP: #697791 because it caused the tooltip-text be clipped at the bottom on some systems.

2011-01-14  Alex Launi  <alex.launi@canonical.com>

	fix warnings in unityally.cpp

2011-01-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.3.12

2011-01-14  Alex Launi  <alex.launi@canonical.com>

	Merge Sam's scale  hacks branch

2011-01-13  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge

2011-01-13  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merge

2011-01-06  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Indentation fixes

2011-01-06  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Don't leak list

2010-12-31  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix warnings

2010-12-30  Sam Spilsbury  <sam.spilsbury@canonical.com>

	-> Added maximized window snapoff functionality
	-> Moved more stuff to WindowManager
	-> Functionality to better hide/show titlebars on spread initiate / fini

2010-12-25  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Fix bugs in implementation, have some better logic too

2010-12-24  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Improve spread handling:
	* Don't need to link the scale plugin
	* Check double termination
	* Clicking on other launcher icons which are "spreadable"
	spreads them too while in "spread" mode
	* Also interacts correctly with the scale plugin's "all windows" spread

2011-01-14  Jason Smith  <jason.smith@canonical.com>

	merge debug object rename branch

2011-01-14  Alex Launi  <alex.launi@canonical.com>

	Finish that rename across the source tree

2011-01-14  Alex Launi  <alex.launi@canonical.com>

	Rename /com/canonical/Unity/Debug/Introspection to /com/canonical/Unity/Debug so that I can expand the use of that object for more non-introspection dbus debugging

2011-01-14  Didier Roche  <didier.roche@canonical.com>

	stupid me

2011-01-14  Jason Smith  <jason.smith@canonical.com>

	update design resources

2011-01-13  Alex Launi  <alex.launi@canonical.com>

	Automaximize windows in Unity with some rules like blacklisting some
	applications, initial window size.
	It fixes also some bugs, like maximized window on first map not

2011-01-13  Didier Roche  <didier.roche@canonical.com>

	use coverage area rather than comparing value and remove blacklist

2011-01-13  Didier Roche  <didier.roche@canonical.com>

	remove leftover

2011-01-13  Didier Roche  <didier.roche@canonical.com>

	Automaximize windows in Unity with some rules like blacklisting some
	applications, initial window size.
	It fixes also some bugs, like maximized window on first map not undecorated
	(LP: #667009, #669716, #693779, #691741)

2011-01-11  Didier Roche  <didier.roche@canonical.com>

	remerge with latest and greatest

2011-01-11  Didier Roche  <didier.roche@canonical.com>

	Maximize on indow when they are big enough

2011-01-07  Didier Roche  <didier.roche@canonical.com>

	First quick look at automaximization if window size ~ screen size
	
	* debug output here
	* seems I have to emit a notifychange signal as when the window is mapped,
	there is not such even afterwards
	* On map even, the window is maximized but not undecorated as bamf doesn't find
	it as current window
	* didn't activate the code for checking the size of the window as there is a
	gdkscreen issue and I'll have a look to that later

2011-01-13  Alex Launi  <alex.launi@canonical.com>

	fix crash when desktop schema is missing

2011-01-13  Alex Launi  <alex.launi@canonical.com>

	Merge initial unity atk implementation

2011-01-13  Alejandro Piñeiro  <apinheiro@igalia.com>

	Initial unity/nux atk module implementation
	
	This commit includes the skeleton implementation for most of the ATK objects,
	that provides the accessibility support for the related nux and unity objects.
	
	Those objects doesn't provide too much functionality, but with them you can
	obtain the tree object hierarchy of the Launcher from a AT tool. This objects
	will be used as a base to work on. The next step will be fill them with
	functionality.
	
	This commit provides:
	
	* ATK objects for the nux objects Object, Area, View, Layout and BaseWindow.
	
	* ATK objects for the unity objects Launcher and LauncherIcon
	
	* As we don't want to add the accessibility tips directly on Nux, it is
	provided a factory like method, that maintains the reference of each
	accessible object on a hash table.
	
	* This factory method is based on the Object systems provided by Nux.
	
	* For this reason we needed to add Launcher and LauncherIcon on this
	object system (anyway, this was likely a error)
	
	* For the moment the Launcher window is added manually to the root. In
	the short term this will be improved by a signal-callback system.
	
	* We also provide some basic functionality on some objects:
	* The container AtkObject methods on all the objects (to get the hierarchy)
	* Screen position on Area
	* ATK object for LauncherIcon expose the LauncherIcon tooltip as the
	accessible object name

2011-01-13  Jason Smith  <jason.smith@canonical.com>

	merge branch for launcher design

2011-01-13  Jason Smith  <jason.smith@canonical.com>

	More work on launcher design conformance

2011-01-13  Alex Launi  <alex.launi@canonical.com>

	Merge branch to load ATK brige, and dummy atk implementation

2011-01-12  Alejandro Piñeiro  <apinheiro@igalia.com>

	Initialize the accessibility support if the accessibility is enabled
	
	* Set the proper envvars to avoid the load during the gtk_init
	* Ensure a valid AtkUtil implementation (a dummy in this patch)
	* Loads the atk-bridge using gsettings to find the location
	
	Anyway, if the atk-bridge loading fails, the proper envvars would
	avoid a wrong atk-bridge loading with a wrong (gail) AtkUtil implementation

2011-01-13  Gord Allott  <gord.allott@canonical.com>

	merged in Mathieu Trudel-Lapierre's manpage branch

2010-12-24  Mathieu Trudel-Lapierre  <mathieu.trudel-lapierre@canonical.com>

	Include manpages, and make them translatable.
	
	Documentation.cmake rules vastly inspired from Julian Andres Klose's amazing
	work to migrate Apt to CMake (not included in apt yet).

2011-01-12  Jay Taoko  <jay.taoko@canonical.com>

	* Support for Quicklist background effect
	* Blurred Quicklist background on NVidia GPUs
	* Added number of passes to blur call

2011-01-07  Jay Taoko  <jay.taoko@canonical.com>

	* added number of passes to blur call

2011-01-06  Jay Taoko  <jay.taoko@canonical.com>

	* Support for Quicklist background effect

2011-01-11  Gord Allott  <gord.allott@canonical.com>

	merged in didrocks migrate docks branch

2011-01-04  Didier Roche  <didier.roche@canonical.com>

	after three, there is four…

2011-01-04  Didier Roche  <didier.roche@canonical.com>

	fix typo and launch migration

2011-01-04  Didier Roche  <didier.roche@canonical.com>

	migrate popular dock launchers to fix bug #692967

2011-01-04  Didier Roche  <didier.roche@canonical.com>

	centralize gsettings record and better debug output + add a new level of debug

2011-01-04  Didier Roche  <didier.roche@canonical.com>

	add Exec key comparison and fix typos

2011-01-11  Gord Allott  <gord.allott@canonical.com>

	merged in mterry's hide launcher on dialog branch

2011-01-07  Michael Terry  <mike@mterry.name>

	move launcher aside for dialogs too

2011-01-11  Gord Allott  <gord.allott@canonical.com>

	updates unity to the latest dbusmenu - now requires dbusmenu-0.4

2011-01-10  Gord Allott  <gord.allott@canonical.com>

	remove warning from new dbus

2011-01-11  Jay Taoko  <jay.taoko@canonical.com>

	- Proper selection of shader code path
	- Do not crash when application icon is missing

2011-01-10  Jay Taoko  <jay.taoko@canonical.com>

	* Fixes:
	- Proper selection of shader code path
	- Do not crash when application icon is missing

2011-01-11  macslow@bangang.de

	modified:
	src/StaticCairoText.cpp
	src/StaticCairoText.h
	src/Tooltip.cpp
	
	Merged Michael's watch-font-changes branch after review and approval to
	trunk. Makes tooltips and quicklists update their text-textures after the
	system-font changed size, family or style. Fixes LP: #688537

2011-01-07  Michael Terry  <mike@mterry.name>

	watch for font changes and update tooltip appropriately

2011-01-11  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merge Mikkel's branch lp:~unity-team/unity/libunity-gdbus
	
	* Port libunity from dbus-glib to gdbus

2011-01-06  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Port libunity from dbus-glib to gdbus. Still entirely untested!

2011-01-11  macslow@bangang.de

	modified:
	src/BamfLauncherIcon.cpp
	src/QuicklistMenuItem.cpp
	src/QuicklistMenuItem.h
	src/QuicklistView.cpp
	
	Merged Michael's invisible-quicklist-items branch after review and
	approval. This prevents menuitems set to invisible from being shown in
	quicklists. Fixes LP: #697706.

2011-01-07  Michael Terry  <mike@mterry.name>

	keep track of visible state of quick list menu items

2011-01-11  macslow@bangang.de

	modified:
	src/Launcher.cpp
	src/QuicklistView.cpp
	
	Merged branch unity.fix-691114 to trunk after review and approval by
	Gordon. This avoids quicklists to be partially offscreen at the bottom
	screen-edge. This fixes LP: #691114.

2011-01-10  Jay Taoko  <jay.taoko@canonical.com>

	* Fixed Quicklist position in QuicklistView::ShowQuicklistWithTipAt 
	* Fix in Launcher.cpp: Don't draw icon if icon is not available

2011-01-10  macslow@bangang.de

	Avoid Quicklists being positioned so that they are partially offscreen at the bottom screen-edge. Fixes LP: #691114

2011-01-11  Jason Smith  <jason.smith@canonical.com>

	merge mouse wheel support for indicator branch by Connar Carney (big thanks)

2010-12-29  Connor Carney  <ccarney@gmail.com>

	Respect mouse wheel delta

2010-12-22  Connor Carney  <ccarney@gmail.com>

	Mousewheel support for indicators

2011-01-10  Jason Smith  <jason.smith@canonical.com>

	minor changes to get resources from design

2011-01-10  Alex Launi  <alex.launi@canonical.com>

	Merge Unity autopilot script

2011-01-10  Alex Launi  <alex.launi@canonical.com>

	Add Unity autopilot script

2011-01-07  Didier Roche  <didier.roche@canonical.com>

	add modelines for smart editor, thanks mterry

2011-01-07  Michael Terry  <mike@mterry.name>

	revert all indenting fixes I made

2011-01-07  Michael Terry  <mike@mterry.name>

	merge from trunk

2010-12-17  Michael Terry  <mike@mterry.name>

	merge from upstream

2010-12-13  Michael Terry  <mike@mterry.name>

	merge from trunk

2010-12-13  Michael Terry  <mike@mterry.name>

	add modelines and fix up some inconsistent tabbings

2011-01-07  Didier Roche  <didier.roche@canonical.com>

	ensure we compile with valac-0.12, thanks mterry

2011-01-07  Michael Terry  <mike@mterry.name>

	use valac-0.12 binary, not unversioned valac one

2011-01-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Compilation fixes by Rodrigo Moya

2011-01-05  Rodrigo Moya  <rodrigo.moya@canonical.com>

	Kill some compilation warnings

2011-01-06  Ted Gould  <ted@gould.cx>

	Ensuring the panel service has no menu proxy

2011-01-06  Ted Gould  <ted@gould.cx>

	Unset the menuproxy for the panel service

2011-01-06  Didier Roche  <didier.roche@canonical.com>

	fix bug #696780: MAXIMIZE_STATE is a mask composed of horizontal and vertical
	maximization. Do a real comparison

2011-01-06  Didier Roche  <didier.roche@canonical.com>

	better formatting

2011-01-06  Didier Roche  <didier.roche@canonical.com>

	fix bug #696780: MAXIMIZE_STATE is a mask composed of horizontal and vertical maximization. Do a real comparison

2011-01-06  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/StaticCairoText.cpp
	src/Tooltip.cpp
	
	Removed some old and commented out code. Corrected slight alignment-issue
	of text position. Fixes LP: #697791

2011-01-06  Mirco Müller  <mirco.mueller@ubuntu.com>

	Corrected slight alignment-issue of text position. Fixes LP: #697791

2011-01-06  Mirco Müller  <mirco.mueller@ubuntu.com>

	removed lots of old and commented out code

2011-01-06  Gord Allott  <gord.allott@canonical.com>

	Merged in Michael Terry's branch, fixes lp:694945

2011-01-03  Michael Terry  <mike@mterry.name>

	don't invalidate an iterator we are using when getting paint list

2011-01-06  Didier Roche  <didier.roche@canonical.com>

	Merge add UNITY_DEV_MODE env variable. The first thing it does is to avoid
	automatic
	respawn for the unity panel service if set (help debugging)

2011-01-04  Didier Roche  <didier.roche@canonical.com>

	add UNITY_DEV_MODE env variable. The first thing it does is to avoid automatic respawn for the unity panel service if set (help debugging)

2011-01-06  Didier Roche  <didier.roche@canonical.com>

	merge fagan's branch on adding a dummy --replace option for compatibility reason (LP: #692569)

2011-01-06  Didier Roche  <didier.roche@canonical.com>

	keep alphabetical order for the option code

2011-01-03  Shane Fagan shanepatrickfagan@ubuntu.com

	Added the other change didrocks asked for to print a message warning that the --replace switch shouldnt be used. One little thing though, with all the errors unity is putting out id say this message would be lost in them.

2010-12-21  Shane Fagan shanepatrickfagan@ubuntu.com

	Added a bit more text to the help to stress that --replace actually does the exact same thing as unity without --replace

2010-12-20  Shane Fagan shanepatrickfagan@ubuntu.com

	added a --replace switch it works the same as unity without switches (runs unity) its only cosmetic to use the same syntax as gnome-panel --replace and gnome-shell --replace

2011-01-06  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/QuicklistMenuItem.cpp
	
	Make sure the underscore is correctly places under the corresponding
	accelerator-key. Fixes LP: #683427

2011-01-06  Mirco Müller  <mirco.mueller@ubuntu.com>

	Make sure an underscore is correctly placed under the corresponding accelerator-key. Fixes LP: #683427

2011-01-05  Jay Taoko  <jay.taoko@canonical.com>

	* Correction to use general rendering calls that follow the GLSL or ASM shader code path.

2011-01-03  Jay Taoko  <jay.taoko@canonical.com>

	Rendering call correction

2011-01-04  Didier Roche  <didier.roche@canonical.com>

	move the option to the right place

2011-01-04  Didier Roche  <didier.roche@canonical.com>

	add super key to show the launcher

2011-01-04  Didier Roche  <didier.roche@canonical.com>

	merge with latest and greatest and fix a typo in trunk option

2011-01-04  Didier Roche  <didier.roche@canonical.com>

	show the launcher on <Super> KeyPress, this will be needed when the shortcut will be implemented if we are in intellihide mode

2011-01-03  Jason Smith  <jason.smith@canonical.com>

	merge work to update animations to better match design requirements

2010-12-21  Jason Smith  <jason.smith@canonical.com>

	ensure super short lived windows do not result in a jumpy animation

2010-12-21  Jason Smith  <jason.smith@canonical.com>

	black trash

2010-12-21  Jason Smith  <jason.smith@canonical.com>

	Use C++ style scoping for enums rather than C style enums

2010-12-21  Jason Smith  <jason.smith@canonical.com>

	implement urgent wiggle animation

2010-12-21  Jason Smith  <jason.smith@canonical.com>

	Change defaults

2010-12-20  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2010-12-18  Jason Smith  <jason.smith@canonical.com>

	update default

2010-12-18  Jason Smith  <jason.smith@canonical.com>

	Make as many animations work as logically possible

2010-12-18  Jason Smith  <jason.smith@canonical.com>

	remove floating option

2010-12-18  Jason Smith  <jason.smith@canonical.com>

	add option to turn backlight on for all icons (default)

2010-12-22  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Install the unity.vapi file, not just the unity.pc file. Otherwise vala programs fails to compile.

2010-12-20  Jason Smith  <jason.smith@canonical.com>

	Merge branch from Matthew Rasmus to fix bug 691765

2010-12-18  Matthew Rasmus  <tareth.ml@gmail.com>

	Fixes lp:691765

2010-12-20  Jason Smith  <jason.smith@canonical.com>

	Merge branch from Matthew Rasmus to fix bug 691812

2010-12-18  Matthew Rasmus  <tareth.ml@gmail.com>

	Unfortunately, the previous revision didn't work out like I wanted it to...The bug is still fixed, though.

2010-12-18  Matthew Rasmus  <tareth.ml@gmail.com>

	Fixes lp:691812

2010-12-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	3.2.8

2010-12-17  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merge lp:~unity-team/unity/gio-vapi-break with Neil's and Mikkel's work:
	
	* Bring back the Unity.IO and Unity.AppInfoManager namespaces together with their unit tests

2010-12-17  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Fixes to /Unit/Place/TwoEntries to make njpatel 20-30% more happy

2010-12-17  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	/Unit/Place/TwoEntries had a logical failure in expecting a given ordering in the keys of a hashtable. Use a more generic validation instead

2010-12-17  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Make unit tests for Unity.IO and Unity.AppInfoManager pass again
	
	Cleanup 'make check' output

2010-12-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix building

2010-12-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	add config.vapi and set the correct variable

2010-12-17  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Update test-io.vala to use new Unity.IO.read_stream_async() API
	
	Remove duplicate unit tests

2010-12-15  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Enable Unity.AppInfoManager and Unity.IO in the build

2010-12-15  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Add gee-1.0 to required libs for unityshell since unity-appinfo-manager.vala leaks GeeList in the public api...

2010-12-15  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merge lp:~unity-team/unity/enable-vala-tests to reenable the test suite

2010-11-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2010-11-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove old ui tests and those that depended on Clutter, re-enable core libunity tests

2010-12-15  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Sync with trunk

2010-11-22  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Warning: libunity API and ABI break. Add unity-io.vala and unity-appinfo-manager.vala back into the build. They where previously broken because of incompatible changes in gio-2.0.vapi introduced in modern Vala distributions

2010-12-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Intellihide: Fails to hide when restoring an overlapping window

2010-12-11  Matthew Rasmus  <tareth.ml@gmail.com>

	Now checks for isViewable() instead

2010-12-11  Matthew Rasmus  <tareth.ml@gmail.com>

	Forgot a space!

2010-12-11  Matthew Rasmus  <tareth.ml@gmail.com>

	Forgot to clean up some debugging output!

2010-12-11  Matthew Rasmus  <tareth.ml@gmail.com>

	Fixes lp:686419

2010-12-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix initialization error

2010-12-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] panel work

2010-12-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	don't give window button events unless they are showing

2010-12-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2010-12-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make bold, fix comment

2010-12-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add some comments and a few more renderering fixes

2010-12-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix renderering

2010-12-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Enable support for decorating/undecorating

2010-12-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Basic support for undecorating logic

2010-12-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Support for knowing the state of window decorations

2010-12-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix rendering

2010-12-16  Jay Taoko  <jay.taoko@canonical.com>

	* Fix: correctly redraw panel window buttons when the mouse is inside

2010-12-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make window state changes work

2010-12-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Implement some basic features

2010-12-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Clean up renderering

2010-12-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	hook up some signals

2010-12-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make things show at the right time

2010-12-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Show something, but input events are broken

2010-12-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add the basic window buttons, though there are some renderering errors and the buttons only work with Ambiance at this point

2010-12-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Beginnings of the window buttons

2010-12-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make the in/out stuff work properly

2010-12-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2010-12-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	boo

2010-12-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Switch between actual application name and the menubar

2010-12-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Clean up some more stuff, use cairo for rendering of title as we need to do some funkiness there

2010-12-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Clear out the background on paint

2010-12-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] jays work

2010-12-08  Jay Taoko  <jay.taoko@canonical.com>

	PanelMenuView: with independent layouts

2010-12-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	Starting of mouseover

2010-12-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	some initial menubar stuff

2010-12-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Move the menubar into it's own object, which is always created to at least fill up the space

2010-12-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Can't switch to another application when in expose mode

2010-12-13  Michael Terry  <mike@mterry.name>

	merge from trunk

2010-12-04  Michael Terry  <mike@mterry.name>

	don't terminate scale if we're not scaling; terminate scale if we click on any launcher icon, not just running bamf ones

2010-12-01  Michael Terry  <mike@mterry.name>

	terminate ongoing scales when a bamf launcher icon is pressed

2010-12-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] unity-panel-service should be autorestarted by unity when crashing

2010-12-13  Michael Terry  <mike@mterry.name>

	when the panel-service dies, restart it

2010-12-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	put unityshell in Desktop category

2010-12-13  Michael Terry  <mike@mterry.name>

	put unityshell in Desktop category

2010-12-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge]  the unityshell plugin has no icon in ccsm

2010-12-13  Michael Terry  <mike@mterry.name>

	install ccsm plugin icon

2010-12-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] activate entries when showing them

2010-12-15  Chris Coulson  <chrisccoulson@ubuntu.com>

	Call indicator_object_entry_activate when showing indicator menus,
	to ensure that the AboutToShow signal ends up being sent. This is necessary for Firefox and Thunderbird to work

2010-12-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Gords work

2010-12-16  Gord Allott  <gord.allott@canonical.com>

	free the keyfile

2010-12-16  Gord Allott  <gord.allott@canonical.com>

	removes libindicator debug messages

2010-12-16  Alex Launi  <alex.launi@canonical.com>

	Merge optional boot logging with -DBOOT_LOGGER=ON cmake flag

2010-12-16  Alex Launi  <alex.launi@canonical.com>

	Add compile time support for perf logging, otherwise make it a noop

2010-12-16  Jason Smith  <jason.smith@canonical.com>

	merge branch that adds animation to dropping a drag

2010-12-16  Jason Smith  <jason.smith@canonical.com>

	make sure our hover state is correct after an icon drag

2010-12-16  Jason Smith  <jason.smith@canonical.com>

	animate drag window back into place on launcher... sexy :)

2010-12-16  Gord Allott  <gord.allott@canonical.com>

	inital places view work and tests, needs environment variable UNITY_ENABLE_PLACES

2010-12-15  Gord Allott  <gord.allott@canonical.com>

	fix sink ref count

2010-12-15  Gord Allott  <gord.allott@canonical.com>

	updated placing

2010-12-15  Gord Allott  <gord.allott@canonical.com>

	slight re-positioning

2010-12-15  Gord Allott  <gord.allott@canonical.com>

	ref fix

2010-12-15  Gord Allott  <gord.allott@canonical.com>

	fix for the weird offset + jay nux fixes

2010-12-14  Gord Allott  <gord.allott@canonical.com>

	add environment variable to places test

2010-12-14  Gord Allott  <gord.allott@canonical.com>

	moved the nautilus launching code over to places controller

2010-12-13  Gord Allott  <gord.allott@canonical.com>

	initial places view

2010-12-15  Jason Smith  <jason.smith@canonical.com>

	merge intellihide fixes branch

2010-12-15  Jason Smith  <jason.smith@canonical.com>

	Add drag bar

2010-12-15  Jason Smith  <jason.smith@canonical.com>

	Collapse launcher when dragging outside launcher

2010-12-15  Jason Smith  <jason.smith@canonical.com>

	one more focus bug down

2010-12-15  Jason Smith  <jason.smith@canonical.com>

	implement progress bars

2010-12-14  Jason Smith  <jason.smith@canonical.com>

	remove broken optimization

2010-12-14  Jason Smith  <jason.smith@canonical.com>

	Random autohide fixes
	Utilize plugin adapter rather than passing events to launcher

2010-12-14  Jason Smith  <jason.smith@canonical.com>

	Merge work from Stefano Candori to fix duplicate quit items from quicklists

2010-12-14  Stefano Candori  <stefano.candori@gmail.com>

	Fixed #683466

2010-12-14  Jason Smith  <jason.smith@canonical.com>

	make sure we check out the animation progress prior to painting

2010-12-14  Jason Smith  <jason.smith@canonical.com>

	merge plugin adapter signals branch

2010-12-14  Jason Smith  <jason.smith@canonical.com>

	add massive signals to plugin adapter

2010-12-14  Jason Smith  <jason.smith@canonical.com>

	merge compiz paint loop branch

2010-12-14  Jason Smith  <jason.smith@canonical.com>

	add nifty comment

2010-12-14  Jason Smith  <jason.smith@canonical.com>

	Rely on compiz paint loop

2010-12-13  Jason Smith  <jason.smith@canonical.com>

	allow for arbitrary icon rotations

2010-12-13  Jason Smith  <jason.smith@canonical.com>

	ensure we dont unhover the launcher when a quicklist is open

2010-12-13  Jason Smith  <jason.smith@canonical.com>

	add wheel scrolling

2010-12-13  Jason Smith  <jason.smith@canonical.com>

	Ensure we give priority focusing to urgent windows

2010-12-13  Jason Smith  <jason.smith@canonical.com>

	merge dnd animation branch

2010-12-13  Jason Smith  <jason.smith@canonical.com>

	make sure we dont render the icon upside down

2010-12-13  Jason Smith  <jason.smith@canonical.com>

	remove unneeded hack

2010-12-13  Jason Smith  <jason.smith@canonical.com>

	works but is upside down

2010-12-13  Jason Smith  <jason.smith@canonical.com>

	starting work on offscreen render for drag window

2010-12-13  Jason Smith  <jason.smith@canonical.com>

	implement DND animation

2010-12-13  Gord Allott  <gord.allott@canonical.com>

	remove debugs from perf-logger

2010-12-13  Gord Allott  <gord.allott@canonical.com>

	removed debugs

2010-12-12  Jason Smith  <jason.smith@canonical.com>

	sink reference of our drag window

2010-12-11  Jason Smith  <jason.smith@canonical.com>

	fix destructor chaining

2010-12-10  Jason Smith  <jason.smith@canonical.com>

	Merge work from Mathew Rasmus to make multiple clicks not launch multiple instances of applications

2010-12-10  Matthew Rasmus  <tareth.ml@gmail.com>

	More adjustment!!!

2010-12-10  Matthew Rasmus  <tareth.ml@gmail.com>

	Implemented DBO's suggestion in IRC

2010-12-10  Matthew Rasmus  <tareth.ml@gmail.com>

	Merge with trunk

2010-12-10  Matthew Rasmus  <tareth.ml@gmail.com>

	The STARTING quirk gets set to false after an application has successfully launched instead of waiting for the running status to change... 

2010-12-09  Matthew Rasmus  <tareth.ml@gmail.com>

	Merged with trunk..

2010-12-09  Matthew Rasmus  <tareth.ml@gmail.com>

	My fix now plays more nicely with the starting animation, and will also not break if an application fails to launch properly. 

2010-12-08  Matthew Rasmus  <tareth.ml@gmail.com>

	Fixes 686182

2010-12-10  Jason Smith  <jason.smith@canonical.com>

	merge dnd branch

2010-12-10  Jason Smith  <jason.smith@canonical.com>

	Ensure we dont hide while in a drag

2010-12-10  Jason Smith  <jason.smith@canonical.com>

	make sure we dont accidentally favorite things not previously favorited

2010-12-09  Jason Smith  <jason.smith@canonical.com>

	save our re-ordering

2010-12-09  Jason Smith  <jason.smith@canonical.com>

	basic drag and drop re-order implemented

2010-12-09  Jason Smith  <jason.smith@canonical.com>

	merge trunk and update signals to be less generic

2010-12-09  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2010-12-09  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2010-12-09  Jason Smith  <jason.smith@canonical.com>

	Make urgency fade out work correctly

2010-12-09  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2010-12-08  Jason Smith  <jason.smith@canonical.com>

	make the drag window more reflective of what is being dragged

2010-12-08  Jason Smith  <jason.smith@canonical.com>

	dragging is starting to come together

2010-12-07  Jason Smith  <jason.smith@canonical.com>

	start working out drag window stuff

2010-12-09  Jason Smith  <jason.smith@canonical.com>

	Tiny patch from jamal to remove redundant code

2010-12-09  Jason Smith  <jason.smith@canonical.com>

	merge quicklist autohide fixing branch from Jamal Fanaian

2010-12-09  Jamal Fanaian  <j@jamalfanaian.com>

	Fixed weird input issue in the quicklist view

2010-12-09  Jamal Fanaian  <j@jamalfanaian.com>

	meant to do a check for _enable_quicklist_for_testing in QuicklistView::Hide()

2010-12-09  Jamal Fanaian  <j@jamalfanaian.com>

	Removed the active quicklist references from Launcher. We're using QuicklistManager now

2010-12-09  Jamal Fanaian  <j@jamalfanaian.com>

	merged from trunk

2010-12-08  Jamal Fanaian  <j@jamalfanaian.com>

	Switched QuicklistManager to be a singleton. Launcher checks the quicklist state in EnsureHidden. Emitting signals when Quicklist is opened/closed. Launcher will now use those to start off the animation.

2010-12-08  Jamal Fanaian  <j@jamalfanaian.com>

	Removed debugging prints. Don't register a quicklist more than once.

2010-12-08  Jamal Fanaian  <j@jamalfanaian.com>

	QuicklistManager now listens for show/hide signals from QuicklistView. Created Hide and Show methods in QuicklistView.

2010-12-08  Jamal Fanaian  <j@jamalfanaian.com>

	Started on QuicklistManager. Animation kind of gets stopped when a QuicklistView is open, but it's still a bit wonky.

2010-12-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 3.2.6

2010-12-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	remove stray debug

2010-12-09  Jason Smith  <jason.smith@canonical.com>

	fix merge error

2010-12-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix missing reset in service

2010-12-09  Jason Smith  <jason.smith@canonical.com>

	merge panel fixes branch

2010-12-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	merge and fix trunk

2010-12-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix compile

2010-12-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Support for arrowing between indicators

2010-12-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make in-indicator arrowing work

2010-12-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some basic logic for arrowing between menus

2010-12-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Get the first bits in for left/right navigations

2010-12-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix menu position

2010-12-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix up scrubbing to not stop half way

2010-12-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add test for show_menu

2010-12-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for actually showing the menus when requested. Still doesn't work with anything apart from the first menu

2010-12-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Correctly sort indicator-network

2010-12-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Hook up menu_show signal, but only works for the first menu so far

2010-12-09  Alex Launi  <alex.launi@canonical.com>

	Add xids to list of BamfLauncherIcon introspection properties and fix a small leak

2010-12-09  Alex Launi  <alex.launi@canonical.com>

	Add xids to list of BamfLauncherIcon introspection properties and fix a small leak

2010-12-09  Didier Roche  <didier.roche@canonical.com>

	add a log file LP: #687721 + small other little candies

2010-12-09  Didier Roche  <didier.roche@canonical.com>

	don't be dum and use the new function maybe?

2010-12-09  Didier Roche  <didier.roche@canonical.com>

	log unity mutter as the others

2010-12-09  Didier Roche  <didier.roche@canonical.com>

	consider that if a custom shortcut match a name in xdg_data_path, it's the same

2010-12-09  Didier Roche  <didier.roche@canonical.com>

	add a log file LP: #687721

2010-12-09  Didier Roche  <didier.roche@canonical.com>

	respect xdg_config_home

2010-12-09  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/QuicklistMenuItemRadio.cpp
	src/QuicklistMenuItemRadio.h
	tests/ui/TestQuicklist.cpp
	
	Merged unity.fix-684048 after review and approval from Gordon. This corrects
	the rendering of the quicklist-radio-item. It also adapts the UI-test for
	quicklist. Fixes LP: #684048.

2010-12-07  Mirco Müller  <mirco.mueller@ubuntu.com>

	fixed drawing of broken ql-radio-item rendering by removing obsolete local member-variables shadowing member-variables of parent-class

2010-12-09  Gord Allott  <gord.allott@canonical.com>

	adds boot perf-logging to unity and libunity

2010-12-09  Gord Allott  <gord.allott@canonical.com>

	adds boot perf logging to unity and libunity

2010-12-02  Gord Allott  <gord.allott@canonical.com>

	merged with trunk

2010-12-02  Gord Allott  <gord.allott@canonical.com>

	perf logger update

2010-12-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Commit fix from jay for NULL icons

2010-12-09  Gord Allott  <gord.allott@canonical.com>

	adds desktop actions to unity quicklists

2010-12-08  Gord Allott  <gord.allott@canonical.com>

	adds Indicator Desktop Shortcut support to quicklists

2010-12-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix build and install

2010-12-09  Didier Roche  <didier.roche@canonical.com>

	add an unity binary (LP: #599716)

2010-12-09  Didier Roche  <didier.roche@canonical.com>

	not sure people want debug print :)

2010-12-08  Didier Roche  <didier.roche@canonical.com>

	support and update with version

2010-12-08  Didier Roche  <didier.roche@canonical.com>

	add the cmake love

2010-12-08  Didier Roche  <didier.roche@canonical.com>

	first unity binary version, still quite hackish on some point, but well… it's a start (LP: #599716)

2010-12-09  Mirco Müller  <mirco.mueller@ubuntu.com>

	make gcc on natty happy

2010-12-09  Mirco Müller  <mirco.mueller@ubuntu.com>

	Introspection files needed to be added to the test-quicklist make-target

2010-12-09  Mirco Müller  <mirco.mueller@ubuntu.com>

	added:
	tests/ui/
	tests/ui/EventFaker.cpp
	tests/ui/EventFaker.h
	tests/ui/TestQuicklist.cpp
	modified:
	src/QuicklistView.cpp
	src/QuicklistView.h
	tests/CMakeLists.txt
	
	Merged unity.fix-676040 after review and approval from Gordon. This marks
	the first iteration of automated UI-test functionality in unity... starting
	with Quicklists. Fixes LP: #676040.

2010-12-03  Mirco Müller  <mirco.mueller@ubuntu.com>

	added assertions verifying that the fake events actually were received by the underlying dbusmenu-items

2010-12-03  Mirco Müller  <mirco.mueller@ubuntu.com>

	use separate thread to inject fake events (mouse-clicks) into event-loop

2010-12-02  Mirco Müller  <mirco.mueller@ubuntu.com>

	argl

2010-12-02  Mirco Müller  <mirco.mueller@ubuntu.com>

	trying to get the click-events triggered

2010-12-02  Mirco Müller  <mirco.mueller@ubuntu.com>

	hookup dummy callback

2010-12-02  Mirco Müller  <mirco.mueller@ubuntu.com>

	oops

2010-12-02  Mirco Müller  <mirco.mueller@ubuntu.com>

	got rid of critical-warning from dbusmenu *cough*

2010-12-02  Mirco Müller  <mirco.mueller@ubuntu.com>

	compiling at least

2010-12-02  Mirco Müller  <mirco.mueller@ubuntu.com>

	working on LP: #676040, EventFaker, Quicklist UI-test

2010-12-07  Jason Smith  <jason.smith@canonical.com>

	missed the active arrow coloring

2010-12-07  Jason Smith  <jason.smith@canonical.com>

	lighten up arrows via design request.
	Make all present animations use 50% urgency

2010-12-07  Jason Smith  <jason.smith@canonical.com>

	use roundf instead of (int) as casting acts like a floor function

2010-12-07  Jason Smith  <jason.smith@canonical.com>

	fix build

2010-12-07  Alex Launi  <alex.launi@canonical.com>

	Bring back set trash icon depending on whether there are files in the trash or not

2010-12-07  Alex Launi  <alex.launi@canonical.com>

	Change LauncherIcon introspection key to LauncherIcon and put tooltip text into a property

2010-12-07  Jason Smith  <jason.smith@canonical.com>

	merge intellhide fixes branch from sam

2010-12-08  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Update intellihide when windows minimize, unminimize, hide, unhide, map, unmap, shade, unshade

2010-12-07  Alex Launi  <alex.launi@canonical.com>

	Add x, y, z coordinates to LauncherIcon introspection

2010-12-06  Alex Launi  <alex.launi@canonical.com>

	Add x, y, z coordinates to LauncherIcon position

2010-12-07  Alex Launi  <alex.launi@canonical.com>

	Revert Trash icon setting commit until author signs contributer agreement

2010-12-07  Alex Launi  <alex.launi@canonical.com>

	Set trash icon depending on whether there are files in the trash or not

2010-12-07  Jamal Fanaian  <j@jamalfanaian.com>

	Added a GFileMonitor to monitor changes to trash.

2010-12-07  Jamal Fanaian  <j@jamalfanaian.com>

	merged from trunk

2010-12-06  Jamal Fanaian  <j@jamalfanaian.com>

	fixed tabs

2010-12-01  Jamal Fanaian  <j@jamalfanaian.com>

	Setting the full icon on load when for trash full if there is anything in the trash. The icon is currently not redrawing, though, so it will still show the empty trash icon.

2010-12-06  Jason Smith  <jason.smith@canonical.com>

	merge intellihide branch after review

2010-12-06  Jason Smith  <jason.smith@canonical.com>

	ignore invisible windows

2010-12-06  Jason Smith  <jason.smith@canonical.com>

	make it work

2010-12-06  Jason Smith  <jason.smith@canonical.com>

	Use inputRegion instead of frameRegion

2010-12-06  Jason Smith  <jason.smith@canonical.com>

	Implement intellihide

2010-12-06  Jason Smith  <jason.smith@canonical.com>

	be nicer to our memory

2010-12-06  Jason Smith  <jason.smith@canonical.com>

	move to sub-pixel precision for entire calculation and round at the end

2010-12-06  Jason Smith  <jason.smith@canonical.com>

	ensure changing the icon name actually results in the icon being re-rendered

2010-12-06  Jason Smith  <jason.smith@canonical.com>

	1 Line of code changed, 1 bug fixed... 3 hours of tracing that bad boy
	Move folding threshold along with drag to encourage folding to be more fluid
	especially when entering of icons

2010-12-06  Jason Smith  <jason.smith@canonical.com>

	merge launcher action items branch

2010-12-04  Jason Smith  <jason.smith@canonical.com>

	avoid copying timespec more than we need to

2010-12-04  Jason Smith  <jason.smith@canonical.com>

	fix memory leak

2010-12-04  Jason Smith  <jason.smith@canonical.com>

	dramatically improve window management

2010-12-04  Jason Smith  <jason.smith@canonical.com>

	update resources to have glow as strong as mockups

2010-12-04  Jason Smith  <jason.smith@canonical.com>

	remove shimmer and simplify

2010-12-04  Jason Smith  <jason.smith@canonical.com>

	Implement multiple indicator support

2010-12-04  Jason Smith  <jason.smith@canonical.com>

	finish out launcher action items

2010-12-03  Jason Smith  <jason.smith@canonical.com>

	Implement folding shelf, re-enable running arrows

2010-12-03  Jason Smith  <jason.smith@canonical.com>

	minor lighten of dim state

2010-12-03  Jason Smith  <jason.smith@canonical.com>

	remove outline

2010-12-03  Didier Roche  <didier.roche@canonical.com>

	only add an app (need newer bamf to return null in case of invalid desktop file) as a favorite if valid (LP: #42627)

2010-12-03  Didier Roche  <didier.roche@canonical.com>

	chech that bamf returned an application and not an unrecognized desktop file (LP: #682345)

2010-12-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Installation instructions

2010-12-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix typo

2010-12-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add installation instructions

2010-12-02  Jason Smith  <jason.smith@canonical.com>

	minor crash fix

2010-12-02  Jay Taoko  <jay.taoko@canonical.com>

	* Added introspection to Quicklist, QuicklistMenuItem and Tooltip
	* Code correction to revision 657 
	
	
	[modified]
	src/LauncherIcon.cpp
	￼ src/LauncherIcon.h
	src/QuicklistMenuItem.cpp
	src/QuicklistMenuItem.h
	src/QuicklistMenuItemCheckmark.cpp
	src/QuicklistMenuItemLabel.cpp
	src/QuicklistMenuItemRadio.cpp
	src/QuicklistMenuItemSeparator.cpp
	src/QuicklistView.cpp
	src/QuicklistView.h
	src/Tooltip.cpp
	src/Tooltip.h
	tests/CMakeLists.txt

2010-12-02  Jay Taoko  <jay.taoko@canonical.com>

	* Adding more introspection parameters to Tooltip and QuicklistMenuItem.
	
	[modified]
	src/QuicklistMenuItem.cpp
	src/Tooltip.cpp

2010-12-02  Jay Taoko  <jay.taoko@canonical.com>

	* Added introspection to Quicklist, QuicklistMenuItem and Tooltip
	
	[modified]
	src/LauncherIcon.cpp
	￼ src/LauncherIcon.h
	src/QuicklistMenuItem.cpp
	src/QuicklistMenuItem.h
	src/QuicklistMenuItemCheckmark.cpp
	src/QuicklistMenuItemLabel.cpp
	src/QuicklistMenuItemRadio.cpp
	src/QuicklistMenuItemSeparator.cpp
	src/QuicklistView.cpp
	src/QuicklistView.h
	src/Tooltip.cpp
	src/Tooltip.h
	tests/CMakeLists.txt

2010-12-02  Jay Taoko  <jay.taoko@canonical.com>

	* Added introspection to Quiclist, tooltip and Launcher Icon
	
	[modified]
	src/LauncherIcon.cpp
	￼  src/LauncherIcon.h
	src/QuicklistMenuItem.cpp
	src/QuicklistMenuItem.h
	src/QuicklistMenuItemCheckmark.cpp
	src/QuicklistMenuItemLabel.cpp
	src/QuicklistMenuItemRadio.cpp
	src/QuicklistMenuItemSeparator.cpp
	src/QuicklistView.cpp
	src/QuicklistView.h
	src/Tooltip.cpp
	src/Tooltip.h
	tests/CMakeLists.txt

2010-12-01  Jay Taoko  <jay.taoko@canonical.com>

	* In progress: introspection

2010-12-02  Didier Roche  <didier.roche@canonical.com>

	add support to custom icon, fix bug #683444

2010-12-02  Didier Roche  <didier.roche@canonical.com>

	free the gerror(s)

2010-12-02  Didier Roche  <didier.roche@canonical.com>

	support custom icon path in desktop file, fix bug #683444

2010-12-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Panel introspection

2010-12-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	s/name/uname

2010-12-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Clean up the Introspect function, implement GetChildsName() for some nicer results

2010-12-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Revert changes to introspectable

2010-12-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Rest of the panel data

2010-12-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add introspection to the rest of the panel (some bits left still) and clean up the Introspect function to handle GetName() == NULL, and also to not Indent the children, rather keep them as child objects

2010-12-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	Basic support for Panel and HomeButton dumping info, still need to do the indicators

2010-12-02  Jason Smith  <jason.smith@canonical.com>

	Fix merge issues

2010-12-02  Jason Smith  <jason.smith@canonical.com>

	Merge launcher introspection branch

2010-12-02  Jason Smith  <jason.smith@canonical.com>

	add introspection to launcher icon

2010-12-02  Jason Smith  <jason.smith@canonical.com>

	Implement launcher introspection

2010-12-02  Jason Smith  <jason.smith@canonical.com>

	Merge jason.fixes branch

2010-12-02  Jason Smith  <jason.smith@canonical.com>

	Fix line endings

2010-11-30  Jason Smith  <jason.smith@canonical.com>

	Implement limits as specified in launcher documentation

2010-11-30  Jason Smith  <jason.smith@canonical.com>

	Some more menu work and a minor crash fix

2010-12-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Sams paint work

2010-11-26  Sam Spilsbury  <sam.spilsbury@canonical.com>


	Just remove windows from the paint list instead of painting them with 0 opacity.
	
	This ensures that plugins never touch those windows, which is a good thing

2010-12-02  Didier Roche  <didier.roche@canonical.com>

	dep on wall

2010-11-30  Didier Roche  <didier.roche@canonical.com>

	dep on the wall plugin, fix bug #683211

2010-12-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove line endings

2010-12-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove executable flags from files. *looks at jay*

2010-11-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 3.2.2

2010-11-30  Jay Taoko  <jay.taoko@canonical.com>

	* Allow the Quicklist inpout window to have an input redirect value set to 1. This is a temporary fix for the quicklist. Click outside the quicklist should close it.

2010-11-30  Didier Roche  <didier.roche@canonical.com>

	no empathy by default, we have it in the messaging menu

2010-11-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	Update QL rendering

2010-11-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	Don't print debug stuff

2010-11-30  Mirco Müller  <mirco.mueller@ubuntu.com>

	merged with trunk, fixed conflicts, got rid of debug-output

2010-11-30  Mirco Müller  <mirco.mueller@ubuntu.com>

	really don't call FillInDefaultItems()

2010-11-30  Mirco Müller  <mirco.mueller@ubuntu.com>

	make outline-gradient correctly adapt to width of quicklist, don't call FillInDefaultItems()

2010-11-30  Mirco Müller  <mirco.mueller@ubuntu.com>

	fix the padding and intensity of the separator, fix the gradient on the outline

2010-11-30  Mirco Müller  <mirco.mueller@ubuntu.com>

	fix padding around radiobutton point

2010-11-30  Mirco Müller  <mirco.mueller@ubuntu.com>

	fix padding around items and checkmarks

2010-11-30  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merge Mikkel's branch lp:~kamstrup/unity/ubus-cleanups:
	
	* Fixes some memleaks in UBus
	* Optimizes memory usage in UBus
	* Optimizes message dispatching and interest registration in UBus
	* Code style cleanups

2010-11-26  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Clean up the code style in the UBus test cases a bit

2010-11-26  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Fix leak of UBusDispatchInfo.id member. This is done by using guints as handles instead of gulongs and using the standard glib macros GPOINTER_TO_UINT and GUINT_TO_POINTER
	
	With the new way of using the interest handles we can use the g_direct_* hash functions instead of the custom gulong_* ones we had before
	
	Code style cleanups

2010-11-26  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Use interned message names for keys in the message_interest_table. This allows us to switch hash functions from g_str_* to g_direct_*. As well as saving us some reallocations
	
	Lots of code style cleanups

2010-11-26  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Use the slice allocator for UBusDispatchInfo structs
	
	Use message names interned with g_string_chunk_insert_const() for UBusDispatchInfo

2010-11-26  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Use a GStringChunk to improve memory management of message names. Also allows us to compare message names with direct pointer comparison
	
	Use the slice allocator for allocating UBusMessageInfos
	
	Fix leak of message names from ubus_server_finalize()

2010-11-26  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Add static modifiers to private functions to prevent them from being exported by the linker and messing up our ABI

2010-11-26  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Fix memory leaks:
	
	* Not taking floating ref of message payload (but normal ref only)
	* Not freeing the message name when disposing of a UBusMessageInfo

2010-11-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Enable default quicklist items

2010-11-30  Jason Smith  <jason.smith@canonical.com>

	merge el trunko

2010-11-30  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2010-11-29  Jason Smith  <jason.smith@canonical.com>

	some memory work

2010-11-29  Jason Smith  <jason.smith@canonical.com>

	disable empty menus

2010-11-29  Jason Smith  <jason.smith@canonical.com>

	almost finish implementation. Fixes in favorites store required.

2010-11-29  Jason Smith  <jason.smith@canonical.com>

	Implement pinning

2010-11-29  Jason Smith  <jason.smith@canonical.com>

	make quit button work

2010-11-29  Jason Smith  <jason.smith@canonical.com>

	hook up menu events

2010-11-29  Jason Smith  <jason.smith@canonical.com>

	Start work on default quicklist work

2010-11-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Show applications folder

2010-11-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	Show nautilus on clicking the panel

2010-11-30  Jay Taoko  <jay.taoko@canonical.com>

	* Fix click event on menu item

2010-11-30  Jay Taoko  <jay.taoko@canonical.com>

	* Improved mouse event handling. Interpret mouse events on the quicklist and get ready to send the clicked signal.
	
	[modified]
	src/QuicklistMenuItem.cpp
	src/QuicklistMenuItem.h
	src/QuicklistView.cpp
	src/QuicklistView.h

2010-11-30  Jay Taoko  <jay.taoko@canonical.com>

	* Improved mouse event handling 
	
	src/QuicklistMenuItem.cpp
	src/QuicklistMenuItem.h
	src/QuicklistView.cpp
	src/QuicklistView.h

2010-11-29  Jay Taoko  <jay.taoko@canonical.com>

	Fix for bug #681515. Avoid computing the text size if the text is empty.
	
	[modified]
	src/QuicklistMenuItem.cpp
	src/QuicklistMenuItemCheckmark.cpp
	src/QuicklistMenuItemLabel.cpp
	src/QuicklistMenuItemRadio.cpp
	src/QuicklistMenuItemSeparator.cpp
	src/QuicklistMenuItemSeparator.h

2010-11-29  Jay Taoko  <jay.taoko@canonical.com>

	Fix for bug #681515. Avoid computing the text size if the text is empty.
	
	
	[modified]
	src/QuicklistMenuItem.cpp
	src/QuicklistMenuItemCheckmark.cpp
	src/QuicklistMenuItemLabel.cpp
	src/QuicklistMenuItemRadio.cpp
	src/QuicklistMenuItemSeparator.cpp
	src/QuicklistMenuItemSeparator.h

2010-11-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Proper destruction for panel service

2010-11-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove the code that didn't actually fix the problem

2010-11-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	Another attempt at a fix

2010-11-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	Try and nullify the pointers

2010-11-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix spacing

2010-11-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	Correctly finalize and remove sources

2010-11-29  Didier Roche  <didier.roche@canonical.com>

	merge fix in migrate_favorites when gsetting CLI isn't installed

2010-11-29  Didier Roche  <didier.roche@canonical.com>

	launch gsettings if only installed

2010-11-26  Jason Smith  <jason.smith@canonical.com>

	ensure we dont paint our input windows

2010-11-26  Jason Smith  <jason.smith@canonical.com>

	merge shimmer branch

2010-11-25  Jason Smith  <jason.smith@canonical.com>

	Implement shimmer animation as seen in mockups

2010-11-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some fixes for testing

2010-11-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] show_entry later branch

2010-11-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Move out asking for the menu to be shown until after the current mainloop run
	to allow us two oppertunities to XFlush and make sure X honours our
	XUngrabPointer request

2010-11-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] unity.* cleanup by Mister Sam Splillaz

2010-11-26  Sam Spilsbury  <sam.spilsbury@canonical.com>


	Don't break if we asked the shell to repaint

2010-11-25  Sam Spilsbury  <sam.spilsbury@canonical.com>


	Force unityshell to load after every plugin and also some other known plugins to do naughty things (eg full screen transforms)

2010-11-25  Sam Spilsbury  <sam.spilsbury@canonical.com>


	Changed up the way that we find actions - find them on plugin init so that
	we can catch plugins which are already loaded

2010-11-25  Sam Spilsbury  <sam.spilsbury@canonical.com>


	Nuke unused functions

2010-11-25  Sam Spilsbury  <sam.spilsbury@canonical.com>


	Remove useless comments, this is not an example plugin

2010-11-25  Mirco Müller  <mirco.mueller@ubuntu.com>

	added:
	src/QuicklistMenuItem.cpp
	src/QuicklistMenuItem.h
	src/QuicklistMenuItemCheckmark.cpp
	src/QuicklistMenuItemCheckmark.h
	src/QuicklistMenuItemLabel.cpp
	src/QuicklistMenuItemLabel.h
	src/QuicklistMenuItemRadio.cpp
	src/QuicklistMenuItemRadio.h
	src/QuicklistMenuItemSeparator.cpp
	src/QuicklistMenuItemSeparator.h
	tests/unit/TestQuicklistMenuitems.cpp
	tests/unit/TestThreadHelper.h
	modified:
	src/LauncherIcon.cpp*
	src/LauncherIcon.h
	src/QuicklistView.cpp*
	src/QuicklistView.h*
	src/StaticCairoText.cpp
	src/StaticCairoText.h
	src/Tooltip.cpp
	src/Tooltip.h
	tests/CMakeLists.txt
	tests/unit/TestMain.cpp*
	
	Merged unity.qlmenuitems branch after review (and corrections) and approval
	to trunk. This implements proper logic and rendering for Quicklist-menuitems
	(minus pending visual polish) and solves the comma-vs-decimal-point issues
	with Tooltips seen on some non-english locales.

2010-11-25  Mirco Müller  <mirco.mueller@ubuntu.com>

	make StaticCairoText use GtkSettings for pulling system-wide font-settings, removed unneeded SetFontWeight() & Co

2010-11-25  Mirco Müller  <mirco.mueller@ubuntu.com>

	even more removal of code-redundancy, moved DrawText() to parrent-class QuicklistMenuItem, got rid of custom SetFontName() & Co

2010-11-25  Mirco Müller  <mirco.mueller@ubuntu.com>

	more code-redundancy removal, keep GetTextExtents() only within parent-class QuicklistMenuItem

2010-11-25  Mirco Müller  <mirco.mueller@ubuntu.com>

	move DrawRoundedRectangle() to parent-class QuicklistMenuItem to avoid code-redundancy

2010-11-25  Mirco Müller  <mirco.mueller@ubuntu.com>

	time-stamp fix to avoid conflict with trunk during merge

2010-11-25  Mirco Müller  <mirco.mueller@ubuntu.com>

	Got rid of GetDPI() and _fontOpts, now using GtkSettings to pull screen's DPI and font-options from system

2010-11-25  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merge back with changes from Jay.

2010-11-24  Jay Taoko  <jay.taoko@canonical.com>

	Quicklist:
	* label
	* check mark
	* separator
	* prelight implementation
	* mouse event hooks
	* Unit tests
	
	[added]
	src/QuicklistMenuItem.cpp
	src/QuicklistMenuItem.h
	src/QuicklistMenuItemCheckmark.cpp
	src/QuicklistMenuItemCheckmark.h
	src/QuicklistMenuItemLabel.cpp
	src/QuicklistMenuItemLabel.h
	src/QuicklistMenuItemRadio.cpp
	src/QuicklistMenuItemRadio.h
	src/QuicklistMenuItemSeparator.cpp
	src/QuicklistMenuItemSeparator.h
	tests/unit/TestQuicklistMenuitems.cpp
	tests/unit/TestThreadHelper.h
	
	[modified]
	po/unity.pot
	src/LauncherIcon.cpp
	src/LauncherIcon.h
	src/QuicklistView.cpp
	src/QuicklistView.h
	src/StaticCairoText.cpp
	src/StaticCairoText.h
	src/Tooltip.cpp
	src/Tooltip.h
	tests/CMakeLists.txt
	tests/unit/TestMain.cpp

2010-11-24  Jay Taoko  <jay.taoko@canonical.com>

	* Cleanup

2010-11-24  Jay Taoko  <jay.taoko@canonical.com>

	* Fixes and cleanup

2010-11-24  Jay Taoko  <jay.taoko@canonical.com>

	* Fixes and corrections

2010-11-24  Jay Taoko  <jay.taoko@canonical.com>

	* Fixes and corrections

2010-11-24  Mirco Müller  <mirco.mueller@ubuntu.com>

	got rid of conditional compiler-directives

2010-11-24  Jay Taoko  <jay.taoko@canonical.com>

	* Corrected issues resulting from code review

2010-11-24  Jay Taoko  <jay.taoko@canonical.com>

	Quicklist:
	* label 
	* check mark
	* separator
	* prelight implementation
	* mouse event hooks
	* Unit tests
	
	[modified]
	src/LauncherIcon.cpp
	src/QuicklistMenuItem.cpp
	src/QuicklistMenuItem.h
	src/QuicklistMenuItemCheckmark.cpp
	src/QuicklistMenuItemCheckmark.h
	src/QuicklistMenuItemLabel.cpp
	src/QuicklistMenuItemLabel.h
	src/QuicklistMenuItemRadio.cpp
	src/QuicklistMenuItemRadio.h
	src/QuicklistView.cpp
	src/QuicklistView.h
	tests/unit/TestMain.cpp
	tests/unit/TestQuicklistMenuitems.cpp

2010-11-23  Jay Taoko  <jay.taoko@canonical.com>

	* Quicklist item rendering
	* Item size negociation

2010-11-23  Jay Taoko  <jay.taoko@canonical.com>

	Merged

2010-11-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	added rounded rect. for Label-item

2010-11-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	rounded rectangle for active/prelight item working now

2010-11-23  Jay Taoko  <jay.taoko@canonical.com>

	* Connected events to items states

2010-11-23  Jay Taoko  <jay.taoko@canonical.com>

	Merged

2010-11-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	fixed indentation issue

2010-11-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	trying to fix the text-indentation

2010-11-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	re-merge with branch

2010-11-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	implemented rendering for the radio-button-ql-menuitems, fixed some mem-leaks

2010-11-23  Jay Taoko  <jay.taoko@canonical.com>

	Quicklist Check mark

2010-11-23  Jay Taoko  <jay.taoko@canonical.com>

	* Quicklist check mark

2010-11-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	implemented rendering for Checkmark-quicklist-item

2010-11-22  Mirco Müller  <mirco.mueller@ubuntu.com>

	temp. test for trying to see if we get the different item-types via the dbusmenu

2010-11-22  Jay Taoko  <jay.taoko@canonical.com>

	Quicklist Rendering code: 
	* Line separators now have the correct size
	* Bug fixes

2010-11-21  Jay Taoko  <jay.taoko@canonical.com>

	* YOU NEED TO UPDATE NUX
	* Fixed QuicklistMenuItem tests

2010-11-19  Mirco Müller  <mirco.mueller@ubuntu.com>

	merge back with changes from Jay

2010-11-19  Mirco Müller  <mirco.mueller@ubuntu.com>

	added thread-helpers to make testing the QuicklistMenuItems work, before they failed with a segfault because the nux-event-loop wasn't in place

2010-11-19  Jay Taoko  <jay.taoko@canonical.com>

	* Minor fix

2010-11-19  Jay Taoko  <jay.taoko@canonical.com>

	* Merged with Mirco's separator

2010-11-19  Mirco Müller  <mirco.mueller@ubuntu.com>

	Added commented code-section for later use.

2010-11-19  Mirco Müller  <mirco.mueller@ubuntu.com>

	Remerged with parent branch.

2010-11-19  Mirco Müller  <mirco.mueller@ubuntu.com>

	Separator is rendered now, width and allocated space still need some work

2010-11-18  Jay Taoko  <jay.taoko@canonical.com>

	* QuicklistView test

2010-11-18  Jay Taoko  <jay.taoko@canonical.com>

	* Using QuicklistMenuItemLabel instead of StaticCairoText in Quicklistview

2010-11-18  Jay Taoko  <jay.taoko@canonical.com>

	* Fixes

2010-11-18  Jay Taoko  <jay.taoko@canonical.com>

	* TextRendering in QuicklistMenuItemLabel

2010-11-18  Jay Taoko  <jay.taoko@canonical.com>

	* Merged Mirco's QuicklistMenuItem work with trunk.

2010-11-18  Mirco Müller  <mirco.mueller@ubuntu.com>

	get the other tests in place, add the sigc-callback for the debugging

2010-11-18  Mirco Müller  <mirco.mueller@ubuntu.com>

	missed the View-related calls

2010-11-18  Mirco Müller  <mirco.mueller@ubuntu.com>

	inital commit, doesn't compile atm, still missing much

2010-11-25  Didier Roche  <didier.roche@canonical.com>

	add favorites migration tools back

2010-11-25  Didier Roche  <didier.roche@canonical.com>

	try to not free random areas

2010-11-25  Didier Roche  <didier.roche@canonical.com>

	add cmake to install the right file + remove debug

2010-11-25  Didier Roche  <didier.roche@canonical.com>

	launch the migration tool if needed

2010-11-25  Didier Roche  <didier.roche@canonical.com>

	merge with latest and greatest

2010-11-25  Didier Roche  <didier.roche@canonical.com>

	final list of natty defaults… for now

2010-11-24  Didier Roche  <didier.roche@canonical.com>

	new version of the migration script

2010-11-25  Gord Allott  <gord.allott@canonical.com>

	Adds ubus to unity, a message broadcasting system for inter component comminication without having componants depend on each other
	
	Plus tests!
	
	added:
	libunity/ubus-server.c
	libunity/ubus-server.h
	tests/unit/TestUBus.cpp
	modified:
	libunity/CMakeLists.txt
	services/panel-service.c - fixes to make the tests work
	tests/CMakeLists.txt
	tests/unit/TestMain.cpp

2010-11-25  Gord Allott  <gord.allott@canonical.com>

	only allow one reference on ubus-server, never want to lose our object

2010-11-25  Gord Allott  <gord.allott@canonical.com>

	stoopid tab problems resolved, hate new ide...

2010-11-25  Gord Allott  <gord.allott@canonical.com>

	fixes bug in tests that failed the next test and ensured memory freeing

2010-11-25  Gord Allott  <gord.allott@canonical.com>

	fixed panel-service.c so tests run

2010-11-25  Gord Allott  <gord.allott@canonical.com>

	merged latest unity

2010-11-25  Gord Allott  <gord.allott@canonical.com>

	added ubus + tests

2010-11-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] favorite store fixes

2010-11-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Initial changed signal support

2010-11-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2010-11-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add some more tests

2010-11-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make MoveFavorite work and add some initial tests

2010-11-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	some cleanup and arg checks

2010-11-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix support for RemoveFavorite and add tests

2010-11-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	update some docs

2010-11-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Add support for paths in favorites like "/foo"
	- Add support for saving paths i.e. if you save /home/njpatel/Desktop/foo.desktop and it obviously isn't in a XDG_DATA_DIR we don't convert it to a desktop id and rather save the path entirely.
	- Fix AddFavorite to honour the position properly
	- Allow sending -1 to AddFavorite so it can append the favorite to the end of the list
	- Add Tests

2010-11-25  Jason Smith  <jason.smith@canonical.com>

	merge the autohide branch

2010-11-25  Jason Smith  <jason.smith@canonical.com>

	minor render glitch

2010-11-25  Jason Smith  <jason.smith@canonical.com>

	fix paint under certain conditions (transformed + notify osd)

2010-11-25  Jason Smith  <jason.smith@canonical.com>

	Give a little more control over behavior

2010-11-24  Jason Smith  <jason.smith@canonical.com>

	ensure we minimize to the icon

2010-11-24  Jason Smith  <jason.smith@canonical.com>

	shorten present time on minimize animation

2010-11-24  Jason Smith  <jason.smith@canonical.com>

	merge el trunko

2010-11-24  Jason Smith  <jason.smith@canonical.com>

	Implement:
	- Autohide like a boss
	- Present icon on minimize
	- Reveal hidden icons on present
	- Glow on urgency
	
	like a boss

2010-11-24  Alex Launi  <alex.launi@canonical.com>

	Merge introspecton branch

2010-11-24  Alex Launi  <alex.launi@canonical.com>

	Add myself to AUTHORS

2010-11-24  Alex Launi  <alex.launi@canonical.com>

	Merge trunk

2010-11-24  Alex Launi  <alex.launi@canonical.com>

	A last couple of for s/State//

2010-11-24  Alex Launi  <alex.launi@canonical.com>

	Add example of property adding to Introspectable.h

2010-11-24  Alex Launi  <alex.launi@canonical.com>

	Rename DBus interface from StateIntrospection to Introspection

2010-11-24  Alex Launi  <alex.launi@canonical.com>

	Make DBusMethodCall private

2010-11-24  Alex Launi  <alex.launi@canonical.com>

	Fix compilation

2010-11-24  Alex Launi  <alex.launi@canonical.com>

	free gerror after failing to register bus

2010-11-24  Alex Launi  <alex.launi@canonical.com>

	run astyle over my files

2010-11-24  Alex Launi  <alex.launi@canonical.com>

	Fix method names

2010-11-24  Alex Launi  <alex.launi@canonical.com>

	Fix Canonical DBus namespacing

2010-11-24  Alex Launi  <alex.launi@canonical.com>

	Fix copyright in headers

2010-11-22  Alex Launi  <alex.launi@canonical.com>

	implement Introspectable on Panel and Launcher

2010-11-22  Alex Launi  <alex.launi@canonical.com>

	Merge trunk

2010-11-18  Alex Launi  <alex.launi@canonical.com>

	remove fake introspection properties

2010-11-18  Alex Launi  <alex.launi@canonical.com>

	Remove some poor-man's debugging

2010-11-18  Alex Launi  <alex.launi@canonical.com>

	Fix double nesting of children

2010-11-18  Alex Launi  <alex.launi@canonical.com>

	Add name of top level item to dictionary

2010-11-18  Alex Launi  <alex.launi@canonical.com>

	Move StateIntrospectionDBusInterface Introspectable member into .cpp file to fix missing symbol

2010-11-17  Alex Launi  <alex.launi@canonical.com>

	Merge trunk

2010-11-17  Alex Launi  <alex.launi@canonical.com>

	Build framework for elements to be introspected

2010-11-12  Alex Launi  <alex.launi@canonical.com>

	Return a bunch of fake introspection data in at least the correct format

2010-11-12  Alex Launi  <alex.launi@canonical.com>

	Fix up GetState to return correct type

2010-11-12  Alex Launi  <alex.launi@canonical.com>

	poor mans debugging

2010-11-12  Alex Launi  <alex.launi@canonical.com>

	merge trunk

2010-11-12  Alex Launi  <alex.launi@canonical.com>

	merge trunk

2010-11-12  Alex Launi  <alex.launi@canonical.com>

	Export debugging interface over dbus

2010-11-12  Alex Launi  <alex.launi@canonical.com>

	Split introspection debugging code into its own class

2010-11-12  Alex Launi  <alex.launi@canonical.com>

	Merge trunk

2010-11-11  Alex Launi  <alex.launi@canonical.com>

	Claim the Unity debugging bus

2010-11-10  Alex Launi  <alex.launi@canonical.com>

	merge trunk

2010-11-24  Jason Smith  <jason.smith@canonical.com>

	merge trash can branch

2010-11-24  Jason Smith  <jason.smith@canonical.com>

	Implement trash can

2010-11-24  Jason Smith  <jason.smith@canonical.com>

	add missing check if paint already happened

2010-11-24  Jason Smith  <jason.smith@canonical.com>

	merge startup notification branch

2010-11-24  Jason Smith  <jason.smith@canonical.com>

	missing dep

2010-11-24  Jason Smith  <jason.smith@canonical.com>

	unbreak present on add

2010-11-23  Jason Smith  <jason.smith@canonical.com>

	ensure we minimize to the right place

2010-11-23  Jason Smith  <jason.smith@canonical.com>

	remove cruft

2010-11-23  Jason Smith  <jason.smith@canonical.com>

	consolidate backlight intensity calculation

2010-11-23  Jason Smith  <jason.smith@canonical.com>

	Startup notification initial implementation

2010-11-25  Sam Spilsbury  <sam.spilsbury@canonical.com>


	Fixes the unity interface drawing on top of the gnome-screensaver by finding windows in the draw queue that should be on top of the unity shell and painting the unity shell directly underneath them.

2010-11-24  Sam Spilsbury  <sam.spilsbury@canonical.com>


	Tweak the paint system so that if we are painting a window and there are unity shell input windows underneath it, then the unity shell gets painted before that window (eg on top of that window), otherwise, just on top of everything else

2010-11-23  Jason Smith  <jason.smith@canonical.com>

	fix crash

2010-11-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add style 'guide'

2010-11-22  Jason Smith  <jason.smith@canonical.com>

	dont mess with Fitts, it's the law

2010-11-22  Jason Smith  <jason.smith@canonical.com>

	formatting

2010-11-22  Jason Smith  <jason.smith@canonical.com>

	Consolidate RenderIcon and RenderIconImage into RenderIcon

2010-11-22  Didier Roche  <didier.roche@canonical.com>

	change defaults to natty one

2010-11-19  Didier Roche  <didier.roche@canonical.com>

	don't build vala files for places: not used today and make FTBFS

2010-11-19  Jason Smith  <jason.smith@canonical.com>

	rediculously simple fix for floating icon bug and making floating mode play better with dragging

2010-11-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 3.1.4

2010-11-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some fixes

2010-11-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] panel work

2010-11-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add tests for adding entries

2010-11-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Also check the Sync () message 

2010-11-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add Empty indicator test

2010-11-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Initial panel tests

2010-11-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for correctly moving and removing icons, make sure we always startup ordered and also reserve space for indicators without any entries, and also protect against bad frees

2010-11-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make sure that the panel service's order is always picked up correctly

2010-11-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make pixel edges worlk

2010-11-18  Jay Taoko  <jay.taoko@canonical.com>

	* Quicklist:
	- added place holder for quicklist default item
	- pulling menu items from dbus
	* Updated display of the quicklist with user interaction events
	
	[modified]
	src/BamfLauncherIcon.cpp
	src/Launcher.cpp
	src/Launcher.h
	src/LauncherIcon.cpp
	src/LauncherIcon.h
	src/QuicklistView.cpp
	src/QuicklistView.h
	￼  src/StaticCairoText.cpp
	￼ src/StaticCairoText.h
	src/Tooltip.cpp
	src/Tooltip.h
	src/unity.cpp

2010-11-18  Jay Taoko  <jay.taoko@canonical.com>

	* Updated display of the quicklist with user interaction events
	
	[modified]
	src/BamfLauncherIcon.cpp
	src/LauncherIcon.cpp

2010-11-17  Jay Taoko  <jay.taoko@canonical.com>

	* Support for Unity quicklist

2010-11-17  Jay Taoko  <jay.taoko@canonical.com>

	* Support for Quicklist

2010-11-16  Jay Taoko  <jay.taoko@canonical.com>

	* In progress: Quicklist

2010-11-16  Jay Taoko  <jay.taoko@canonical.com>

	* Quicklist cleanup

2010-11-15  Jay Taoko  <jay.taoko@canonical.com>

	*In progress: Quicklist

2010-11-15  Jay Taoko  <jay.taoko@canonical.com>

	*Quicklist cleanup

2010-11-15  Jay Taoko  <jay.taoko@canonical.com>

	In progres: quicklist

2010-11-18  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Also build unity-io.vala and unity-appinfo-manager.vala into libunity as they are needed to build unity-place-applications

2010-11-17  Jason Smith  <jason.smith@canonical.com>

	expand shadow height slightly

2010-11-17  Jason Smith  <jason.smith@canonical.com>

	implement shadow

2010-11-17  Jason Smith  <jason.smith@canonical.com>

	merge shelf branch

2010-11-15  Jason Smith  <jason.smith@canonical.com>

	set line width to 1

2010-11-15  Jason Smith  <jason.smith@canonical.com>

	modify alpha value for new blending

2010-11-15  Jason Smith  <jason.smith@canonical.com>

	fix blending on startup

2010-11-15  Jason Smith  <jason.smith@canonical.com>

	ensure we dont trip hover for simply hovering the shelf

2010-11-15  Jason Smith  <jason.smith@canonical.com>

	start implementing shelf in full

2010-11-17  Jason Smith  <jason.smith@canonical.com>

	use correct api

2010-11-14  Jason Smith  <jason.smith@canonical.com>

	Fix set time struts

2010-11-13  Jason Smith  <jason.smith@canonical.com>

	move to clock_gettime 

2010-11-13  Jason Smith  <jason.smith@canonical.com>

	Clamp running_progress

2010-11-12  Jason Smith  <jason.smith@canonical.com>

	present on urgency

2010-11-12  Jason Smith  <jason.smith@canonical.com>

	implement present animation and use by default on entry

2010-11-12  Jason Smith  <jason.smith@canonical.com>

	update folding constant to be a little bigger (makes folded selection easier)

2010-11-12  Jason Smith  <jason.smith@canonical.com>

	enable "enter" behavior

2010-11-12  Jason Smith  <jason.smith@canonical.com>

	ensure dnd animation is continuous

2010-11-12  Jason Smith  <jason.smith@canonical.com>

	remove unused line

2010-11-12  Jason Smith  <jason.smith@canonical.com>

	merge clamping fix branch

2010-11-12  Jason Smith  <jason.smith@canonical.com>

	merge trunk

2010-11-12  Jason Smith  <jason.smith@canonical.com>

	use clamp

2010-11-12  Jason Smith  <jason.smith@canonical.com>

	Ensure time deltas dont fall negative (like when clock is reset backwards)

2010-11-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	make panel service only emit the re-sync signal when it's ready

2010-11-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	change fallback icon into something that exists

2010-11-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	Protect against missing icons

2010-11-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	remove io and appinfo

2010-11-12  Jason Smith  <jason.smith@canonical.com>

	Ensure we sort new applications at the bottom

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	remove building uneeded file

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	fix typo

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	remove more clutter/clutk which seems to be used in all case. Still some in the tests and unity-private

2010-11-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove last clutter deps

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	be coherent where installing data files

2010-11-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix lookup of icon

2010-11-12  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Update the vtable name

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	already releasing 3.1.3

2010-11-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	rename data directory so it doesn't get picked up by compiz magic

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	make install will pass now

2010-11-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	Drop library versioning and rename the unity plugin

2010-11-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add library versioning

2010-11-12  Didier Roche  <didier.roche@canonical.com>

	merge back some DSO linking fixes

2010-11-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 3.1.2

2010-11-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	updated pot

2010-11-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	remove unneeded vapis

2010-11-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Unity 3

2010-11-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add licensing

2010-11-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	some panel fixes

2010-11-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] New panel service

2010-11-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2010-11-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add some initial support for scrubbing with mouse

2010-11-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	horrible, horrible, horrible

2010-11-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for insensitive menuitems but nothing uses them yet

2010-11-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	Work around mouse down/up pairing

2010-11-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some printfs and a leak fix

2010-11-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make mouse-down events work

2010-11-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Show menu on button down and send through the button event. Also ungrab the pointer from X

2010-11-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2010-11-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Have a used name

2010-11-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Support and emit EntryActivated signal

2010-11-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove some useless messages

2010-11-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	make things show

2010-11-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Beginnings of re-usable tile support

2010-11-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2010-11-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Connect to re-sync

2010-11-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Send the sync event through to the proxy-remote objects

2010-11-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some more cleanup

2010-11-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Beginnings of move to new service

2010-11-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Free up some mem

2010-11-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make ShowMenu work, as well as EntryActivated

2010-11-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Try and be clever about how much we ping the clients

2010-11-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	Support for Sync

2010-11-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	send pixbuf data too

2010-11-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	dump all info apart from pixbuf icons

2010-11-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	add re-sync signal

2010-11-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	some timeout magic

2010-11-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	More panel service work

2010-11-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add some support for signals and basic methods

2010-11-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add some support for signals and basic methods

2010-11-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	add missing files

2010-11-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	First bits of service

2010-11-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Initial service bits

2010-11-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2010-11-11  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	src/LauncherIcon.cpp
	src/Tooltip.cpp
	
	Merged the unity.tooltips-nosd-ified branch after review and approval
	from Neil. This makes the tooltips look more like notify-osd and keeps
	them visually distinct from quicklists. Thus users don't feel they are
	meant to be clickable.

2010-11-10  Mirco Müller  <mirco.mueller@ubuntu.com>

	make tooltips look more like notify-osd (visually distinct from quicklists) to prevent users thinking they can click them

2010-11-10  Jason Smith  <jason.smith@canonical.com>

	seriously...

2010-11-10  Jason Smith  <jason.smith@canonical.com>

	fixed build

2010-11-10  Jason Smith  <jason.smith@canonical.com>

	enable dbus menu work

2010-11-10  Jason Smith  <jason.smith@canonical.com>

	restore click behavior

2010-11-10  Jay Taoko  <jay.taoko@canonical.com>

	* Adding license to files

2010-11-10  Jay Taoko  <jay.taoko@canonical.com>

	* Adding license to files

2010-11-10  Jay Taoko  <jay.taoko@canonical.com>

	* Added button value to mouse down/up/click events
	
	[modified]
	src/Launcher.cpp
	src/Launcher.h
	src/LauncherController.cpp
	src/LauncherController.h
	src/LauncherIcon.h
	src/QuicklistView.h
	src/SimpleLauncherIcon.cpp
	src/SimpleLauncherIcon.h
	src/StaticCairoText.cpp
	src/Tooltip.h

2010-11-10  Jay Taoko  <jay.taoko@canonical.com>

	* Added button value to mouse down/up/click events
	
	[modified]
	src/Launcher.cpp
	src/Launcher.h
	src/LauncherController.cpp
	src/LauncherController.h
	src/LauncherIcon.h
	src/QuicklistView.h
	src/SimpleLauncherIcon.cpp
	src/SimpleLauncherIcon.h
	src/StaticCairoText.cpp
	src/Tooltip.h

2010-11-10  Didier Roche  <didier.roche@canonical.com>

	some licenses fix, more to come

2010-11-09  Jason Smith  <jason.smith@canonical.com>

	ensure we get struts set back properly on exiting of autohide mode

2010-11-10  Sam Spilsbury  <sam.spilsbury@canonical.com>

	1. Remove action cruft
	2. Implement launcher options as compiz options

2010-11-10  Sam Spilsbury  <sam.spilsbury@canonical.com>

	1. Use internal StaticCairoText
	2. Cleanup Metadata File

2010-11-09  jassmith@gmail.com

	- Darken background of launcher
	- Use local StaticCairoText

2010-11-09  jassmith@gmail.com

	implement icon sorting

2010-11-09  jassmith@gmail.com

	no more blinky blinky with transformed screens

2010-11-09  jassmith@gmail.com

	remove printf

2010-11-09  jassmith@gmail.com

	ensure we get events when grabbing plugins are active

2010-11-09  jassmith@gmail.com

	ensure we setup window state on running (favorites wont give signals for added/removed all the time)

2010-11-09  jassmith@gmail.com

	indicate number of running windows

2010-11-09  jassmith@gmail.com

	modify urgent animation to not fall down to 0 opacity

2010-11-09  Jay Taoko  <jay.taoko@canonical.com>

	* Revised Tooltip rendering
	* Added StaticCairoText files
	* Prototype Quicklist rendering
	
	[Added]
	src/QuicklistView.cpp
	src/QuicklistView.h
	src/StaticCairoText.cpp
	src/StaticCairoText.h
	
	[Modified]
	po/unity.pot
	src/StaticCairoText.cpp
	src/Tooltip.cpp
	src/Tooltip.h

2010-11-09  Jay Taoko  <jay.taoko@canonical.com>

	* Revised Tooltip rendering
	
	[modified]
	src/StaticCairoText.cpp
	src/Tooltip.cpp
	src/Tooltip.h

2010-11-09  Jay Taoko  <jay.taoko@canonical.com>

	* Added StaticCairoText files
	* Prototype Quicklist rendering
	
	[Added]
	src/QuicklistView.cpp
	src/QuicklistView.h
	src/StaticCairoText.cpp
	src/StaticCairoText.h
	
	[Modified]
	po/unity.pot
	src/Tooltip.cpp
	src/Tooltip.h

2010-11-09  jassmith@gmail.com

	increase the number of blinks in an urgent cycle

2010-11-09  jassmith@gmail.com

	ensure we dont write alpha on the right edge line

2010-11-09  jassmith@gmail.com

	Initial introduction of urgent animation

2010-11-09  Jay Taoko  <jay.taoko@canonical.com>

	* Replaced a delete with UnReference ().
	
	[modified]
	src/PanelView.cpp

2010-11-09  jassmith@gmail.com

	merge render controller branch

2010-11-08  jassmith@gmail.com

	autohide and floating mode basic implementations completed

2010-11-08  jassmith@gmail.com

	ensure we always display the right tooltip

2010-11-08  jassmith@gmail.com

	add very slight opacity to colored tiles in order to retain glass feeling

2010-11-08  jassmith@gmail.com

	dont eat CPU on mouse move

2010-11-08  jassmith@gmail.com

	remove hack which is no longer needed

2010-11-08  jassmith@gmail.com

	minor tweak

2010-11-08  jassmith@gmail.com

	enable more complex rendering on the launcher

2010-11-08  jassmith@gmail.com

	redamentaory drag behavior

2010-11-08  jassmith@gmail.com

	merge el trunko

2010-11-08  jassmith@gmail.com

	More owrk on extro animation

2010-11-08  jassmith@gmail.com

	work on positioning algorithm

2010-11-07  jassmith@gmail.com

	more animation work

2010-11-07  jassmith@gmail.com

	implement sister timestamp concept (for enter/exit style events)

2010-11-07  jassmith@gmail.com

	more work on simplification

2010-11-06  jassmith@gmail.com

	More progress on function oriented animation system

2010-11-06  jassmith@gmail.com

	starting work on getting folding defined in a more functional manner

2010-11-05  Jay Taoko  <jay.taoko@canonical.com>

	* Connected rendering to the data provided by RenderArgs
	* Updated to the latest Nux trunk
	* GET NUX FROM TRUNK!

2010-11-05  jassmith@gmail.com

	start working on high level render controller

2010-11-05  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some fixes to the panel test

2010-11-05  Neil Jagdish Patel  <neil.patel@canonical.com>

	A Panel loader for quick testing

2010-11-05  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add license

2010-11-05  Neil Jagdish Patel  <neil.patel@canonical.com>

	Set envvar earlier

2010-11-05  Didier Roche  <didier.roche@canonical.com>

	build in distcheck (with system path) and with latest nux

2010-11-05  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add make distcheck support

2010-11-05  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for GTester and a make check target

2010-11-05  Jay Taoko  <jay.taoko@canonical.com>

	* Fixed allocation/release of textures. Was causing a major memory leak.
	
	[modified]
	src/PanelHomeButton.cpp
	src/PanelIndicatorObjectEntryView.cpp
	src/PanelView.cpp

2010-11-04  Jay Taoko  <jay.taoko@canonical.com>

	* Fixed Blending of launcher 
	
	[modified]
	src/Launcher.cpp

2010-11-04  Jay Taoko  <jay.taoko@canonical.com>

	* Removed unused files VScrollBarSlim.cpp/.h
	* Changed naming of class following changes in Nux
	
	[modified]
	po/unity.pot
	src/Launcher.cpp
	src/Launcher.h
	src/PanelIndicatorObjectView.cpp
	src/PanelIndicatorObjectView.h
	src/PanelView.cpp
	src/PanelView.h
	src/Tooltip.cpp
	src/Tooltip.h
	
	[deleted]
	src/VScrollBarSlim.cpp
	src/VScrollBarSlim.h

2010-11-04  Neil Jagdish Patel  <neil.patel@canonical.com>

	It is a real test

2010-11-04  Neil Jagdish Patel  <neil.patel@canonical.com>

	Testing and jays branch

2010-11-03  Jay Taoko  <jay.taoko@canonical.com>

	* fixed an issue with the blending of the launcher background
	* UnReference textures instead of deleting them.
	
	[modified]
	src/Launcher.cpp
	src/SimpleLauncherIcon.cpp
	src/Tooltip.cpp
	src/Tooltip.h

2010-11-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fixed issue starting service. Added support for unit tests

2010-11-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add first bits of unity teshhhhhhting

2010-11-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	Missed a file

2010-11-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	Move compiz glib script into tools

2010-11-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	Build the plugin

2010-11-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	Build the compiz plugin

2010-11-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	Build and install the service

2010-11-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	Import the work done so far with Compiz

2010-11-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	Verison libunity

2010-11-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add .pot to tree

2010-11-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for translations

2010-11-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make sure we configure stuff out of tree too

2010-11-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add in the data we need, removing everything else

2010-11-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Create and install the pkgconfig file. Serve up kittens to be slaughtered by the god of CMake

2010-11-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Build and install libunity and it's header

2010-11-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add build stuff for vala

2010-11-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some more cleanup

2010-11-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove autofoo stuff and unneeded code *sobs*

2010-10-13  David Barth  <david.barth@canonical.com>

	add support for disabling the effects cache

2010-10-01  David Barth  <david.barth@canonical.com>

	move cache/effects quirks into a cleaner interface

2010-09-30  David Barth  <david.barth@canonical.com>

	add UNITY_DISABLE_CACHE env. variable to let unity run on poor GL drivers, like my ATI M56/X1600 radeon

2010-10-08  jassmith@gmail.com

	fix crash

2010-10-07  jassmith@gmail.com

	Remove 2x2 minimum limitation on workspace layout

2010-10-06  Didier Roche  <didier.roche@canonical.com>

	add ? to the dance (LP: #652785) of migration

2010-10-06  Didier Roche  <didier.roche@canonical.com>

	add ? to the dance (LP: #652785)

2010-10-05  Didier Roche  <didier.roche@canonical.com>

	merge replace = to _ for favorite migration (LP: #655175)

2010-10-05  Didier Roche  <didier.roche@canonical.com>

	replace = to _ for favorite migration (LP: #655175)

2010-10-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Fix sections with long names issue

2010-10-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	merge trunk

2010-10-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	make sizing a bit more normal

2010-10-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	ff

2010-10-01  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merge Mikkel's branch lp:~unity-team/unity/plugging-leaks-with-a-nailgun:
	
	* Plug elusive, but big, leaks when exercising the places. Note that low end graphics hardware (like my i945) still has trouble keeping up with our aggresive allocations of new textures for the tiles. This triggers lots of garbage collections in the driver which causes noticiable lag in the UI. Fixing this will require more work.
	
	* Fix occasional slowdown of place rendering because of mem churn

2010-10-01  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Dammit Mikkel! Remember to chain up the dispose() handler already!

2010-10-01  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Implement a "disposed mode" for the default group renderer. After dispose() has been run it drops all requests to update it's state. This seems to catch a leak we had where result (especially from the files place) could arrive after the place view had been closed, causing Tile actors to be generated and leaked - or something...

2010-09-30  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Be sure to chain up when overriding dispose()

2010-09-30  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Clean up some of the ref counting logic, plugging an odd leak. Also free all texture memory once a place is dismissed, we used to keep the textures around until next time we brought that particular place up again. This could cause problems on low end graphics hardware because the texture mem would be filled up causing all WM operations to be very slow.
	
	* Don't use manual unref() because of odd refcounts, but clean up the underlying code to return the right thing
	
	* Free all memory when a place is dismissed
	
	* Use Gee to manage lists of GObjects instead of G*List which have unclear memory semantics
	
	* There are still leaks. Sorry :´-|
	

2010-09-29  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	NOTE: ABI and API break in libunity was required to fix a leak. The affected abi+api was not used any where outside libunity itself.
	
	Revamp the internal re-usage of tiles to use Gee collections instead of GSList which doesn't work super well wth Vala mem management
	
	Discovered a bug in Vala causing it to generate self-refs in object constructors if the object has a delegate member which is set to a lambda or a non-static method on 'this'. This was the root cause of a series of leaks we have been battling for some time. Made the offending places use static methods in stead.

2010-09-29  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Optimize tile creation by using a factory instead of expensive strcmp()s

2010-09-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix loading of translations from the place files

2010-09-28  Gord Allott  <gord.allott@canonical.com>

	changes the launcher behaviour to launch a new application if no user visible windows are found to fix lp:647979

2010-09-27  Gord Allott  <gord.allott@canonical.com>

	launches new apps if there are no open windows, helps fix lp:647979

2010-09-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	Devel bump

2010-09-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.2.46

2010-09-27  Gord Allott  <gord.allott@canonical.com>

	fix for crasher in favourites

2010-09-27  Gord Allott  <gord.allott@canonical.com>

	use get_basename instead of silly str manipulating, should fix lp:648625

2010-09-27  Didier Roche  <didier.roche@canonical.com>

	fix remaining issue when software is at start for non 3D detection (LP: #614088)

2010-09-27  Didier Roche  <didier.roche@canonical.com>

	silly issue when software is at start

2010-09-27  Didier Roche  <didier.roche@canonical.com>

	Fix duplicate ubiquity entry in UNE live session (was importing it from the GNOME desktop) (LP: #648827)

2010-09-27  Didier Roche  <didier.roche@canonical.com>

	Fix duplicate ubiquity entry in UNE live session (was importing it from the GNOME desktop) (LP: #648827)

2010-09-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Jason pleasures didrocks

2010-09-24  jassmith@gmail.com

	Ensure the user has at least 4 workspaces and respect if they have more

2010-09-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Bump to next devel release

2010-09-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.2.44

2010-09-24  jassmith@gmail.com

	Merge configure workspace layout branch

2010-08-26  jassmith@gmail.com

	ensure workspace layout is set upon unity start

2010-09-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Updated MT code

2010-09-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Do two stage back too

2010-09-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Implemented two stage pinch

2010-09-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	interim commit

2010-09-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	interim commit

2010-09-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	3-pinch = app-expose

2010-09-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	4-tap = show/hide dash

2010-09-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Only drag windows on 3-to-2

2010-09-24  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merge lp:~unity-team/unity/num-trash-items

2010-09-24  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Workaround for fixing bug #646653 "The number of items message in the Unity trash does not load translations".
	
	For some reason ngettext() doesn't work for us, and I've been unable to come up with a fix in suitable time for Maverick. Sorry world!

2010-09-24  Gord Allott  <gord.allott@canonical.com>

	fixes favorite loading for didrocks, fixes lp:645835

2010-09-24  Gord Allott  <gord.allott@canonical.com>

	don't check for application type

2010-09-24  Gord Allott  <gord.allott@canonical.com>

	tries to work around crazy paths for favorites

2010-09-24  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Fix crasher when place daemons fails to start on DBus activation

2010-09-24  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Fix crasher when place daemons failed to start up on DBus activation.

2010-09-24  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	unity-private/panel/panel-home-button.vala
	
	Merged unity.fix-644686 after review and approval from Gordon. This
	uses the new (crisper) 24x24 cof-logo icon provided by Otto for the
	panel's home-button. This needs to go alongside unity-asset-pool rev. 48 
	Fixes LP: #644686

2010-09-24  Mirco Müller  <mirco.mueller@ubuntu.com>

	Use an updated cof-logo icon for the home-button. This needs a newer version of unity-asset-pool (rev. 48). Fixes LP: #644686

2010-09-24  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	unity-private/launcher/scroller-view.vala
	
	Merged branch unity.fix-633069 after review and approval form Gordon. 
	Beautified the keyboard-shortcuts. Text is crisper and centered in the
	box. Rounded corners are a bit smaller. This is for the Maverick RC.
	Fixes LP: #633069

2010-09-24  Mirco Müller  <mirco.mueller@ubuntu.com>

	Make keyboard-shortcut overlays a bit nicer. Rounded corners are a bit smaller now. Text is crisper and centered. Fixes LP: #633069

2010-09-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix vapi for indicator

2010-09-23  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Add dep on latest libindicator (0.3.14) to get the new libindicate ABI

2010-09-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	Post release bump

2010-09-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.2.42

2010-09-22  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merge Neil's branch lp:~unity-team/unity/places-fixes-2010-09-22:
	
	* Bug #607821: Search Field does not behave as specified when the search fails
	* Bug #607829: Clicking a Place icon while viewing the same place in the Dash should return to the Home screen of that place and clear the search
	* Bug #612562: URI activation in global view
	* Bug #637136: launchers should act like if the application was not focussed in the place views
	* Bug #638402: clicking on a category from CoFs does not directly take you to the desired category
	* Bug #638857: dash initial icons states
	* Bug #641554: cropping an image in shotwell crashes unity
	* Bug #641669: Launcher loads 48 px icons instead of 32 px
	* Bug #642669: mutter crashes when closing pop-up dialog
	* Bug #644215: "Applications" and "Files & Folders" tooltips are not translatable

2010-09-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	Load icons at 32px for the launcher, thanks to Severin Heiniger for pointing this out

2010-09-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2010-09-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	We were validating the wrong mutter window! this obviously can lead to crashes galore during MT stuff

2010-09-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	Load locale strings

2010-09-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add URI activation support for the global place

2010-09-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Use gdk_error_trap properly

2010-09-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Guard against a null entry or null entry.parent. Now vala won't ignore these checks

2010-09-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Set the search bar first, otherwise we might still receive events from the old place when we shouldn't

2010-09-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make switching quicker, make sure that  file browsing works

2010-09-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make sure we correctly reset the dash on clicking on places

2010-09-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Show the  failed search red bg on the entry

2010-09-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Don't expose an active application if we're in dash mode when the user clicks

2010-09-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make the home buttons reactive

2010-09-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add red tint when search fails

2010-09-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Support new libindicator API

2010-09-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for entry_activated () 

2010-09-22  jassmith@gmail.com

	merge window spread popup fix branch

2010-09-22  jassmith@gmail.com

	Ensure we dont map windows when expose is active

2010-09-22  Gord Allott  <gord.allott@canonical.com>

	fixes lp:619344 by removing glow on fold

2010-09-22  Gord Allott  <gord.allott@canonical.com>

	fixes lp:619344 by removing glow on fold

2010-09-22  Gord Allott  <gord.allott@canonical.com>

	adds support into unity for using a gconf key to disable super key support

2010-09-22  Ying-Chun Liu (PaulLiu)  <grandpaul@gmail.com>

	Add gconf key to disable/enable super key.

2010-09-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Multi-monitor support

2010-09-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make sure the input region is correct

2010-09-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	dummy

2010-09-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make the other bits work with multi-monitor setups

2010-09-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Basic multi monitor support

2010-09-22  Gord Allott  <gord.allott@canonical.com>

	fixes launcher focus grabbing lp:637123

2010-09-22  Gord Allott  <gord.allott@canonical.com>

	fixes lp:637123

2010-09-22  Gord Allott  <gord.allott@canonical.com>

	fixes the places icons and workspace manager icon so that you can't drag them out

2010-09-22  Gord Allott  <gord.allott@canonical.com>

	stops drag events from affecting special launcher icons such as places, also stops you dragging past those icons

2010-09-22  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merge lp:~unity-team/unity/trash-i18n-fixes. Partial fix for bug #645038 "Trash menu items in Unity are either not translatable or translations are not loaded".
	
	Still missing an issue with ngettext("%d item", "%d items", n_items); Please see the linked bug.

2010-09-22  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	First stab at fixing bug #645038: "Trash menu items in Unity are either not translatable or translations are not loaded". Still haven't figured out why the "%d items" statement with ngettext() is not working.

2010-09-22  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merge Mikkel's branch lp:~unity-team/unity/fast-icons:
	
	* This branch optimizes the icon loading considerably. Most notably the places will now appear on screen much faster. You will note that on initial launch of a place the icons will not appear instantly - in fact may appear to arrive slower than before. This is due to the fact that the new code shows the place on screen much earlier than the old code.
	
	* Fixes the bug where tiles in the places could sometimes have the wrong icon.
	
	* DISCLAIMER: It breaks ABI and API of Unity.IO. Slightly. This was required to remove a heckuwa lot of reallocations of some big IO buffers. Unity internally has been updated to reflect this (of course). The place daemons are the only other consumers, and I will update them to require the latest unity, which should make this a non-problem.

2010-09-22  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Make process_icon_queue() private now that we don't have to leak this logic anymore (all optimizations are handled internally)

2010-09-22  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Make the PixbufCache a *lot* more clever on when to start loading icons - and do some more aggresively than before. This change allowed us to remove a hack from places-default-renderer-group.vala that leaked some logic into the group renderer class to optimize responsiveness.
	
	Simplify and clean up the logic of PixbufCache

2010-09-22  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Outcomment dubious call to internals of Unity.PixbufCache

2010-09-22  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Add some docs to the public methods of UnityPixbufCache

2010-09-22  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Rename method load_iteration() to process_icon_queue_dispatcher() and make it private

2010-09-21  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	API/ABI break of libunity: in unity_io_read_stream_async() only consumer is unity internally and the place daemons. They will be bumped to require the new libunity version. So no reason to change soname.
	
	Fixes bug where the wrong icon where at times associated with a tile in the places view. LP bug #642935
	
	Work on optimizing file icon loading:
	
	* Reduced number of reallocations
	* Increased buffer size and made sure the buffer is allocated only once
	* Less roundtrips to mainloop
	* Try and match read buffer size to default inode size (4k)
	* Sequential reading of queued files. Before this we'd load at minimum 10 in parallel! Note that this change might actually make the loading *slower* on SSD while almost certainly faster on conventional drives

2010-09-21  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	make PixbufRequestType a private enum

2010-09-21  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Make PixbufCacheTask a private class and add [Compact] annotation in order to make them a little lighter (we might spawn several thousands of these)

2010-09-21  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Unregister the icon queue timeout (if set) when a PixbufCache is destroyed

2010-09-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Some menu's keep showing

2010-09-22  jassmith@gmail.com

	Ensure our dnd window is set to not accept input focus

2010-09-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Jasons maximus fixes

2010-09-22  jassmith@gmail.com

	Ensure we dont process any window that is already too big for the stage

2010-09-22  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	unity-private/places/places-place-search-navigation.vala
	
	Merged unity.fix-638285 after review and approval from Mikkel. The
	forward- and back-buttons in the places-view are now rendered with
	lowered opacity to better indicate being insensitive, thus the user does
	not accidentally assume they can be pressed. Fixes LP: #638285

2010-09-21  Mirco Müller  <mirco.mueller@ubuntu.com>

	Made the insensitive state of the forward- and back-button more obvious by decreasing their opacity, thus users don't assume they are actually clickable. Fixes LP: #638285

2010-09-22  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	targets/mutter/window-management.vala
	
	Merged Jason's restore-foce-activate branch after review and approval.

2010-09-22  jassmith@gmail.com

	restore force activate function using timeout of 0 instead of idle. This seems to eliminate the crash

2010-09-22  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	unity-private/places/places-button.vala
	unity-private/places/places-default-renderer.vala
	unity-private/places/places-place-search-sections-bar.vala
	
	Merged Cimi's fix-cairo-misalignments branch after review and approval.
	This fixes some fills, line-widths, alignments in the default
	places-renderer and scrollbar.

2010-09-17  Andrea Cimitan  <andrea.cimitan@gmail.com>

	Fixes to scrollbar

2010-09-17  Andrea Cimitan  <andrea.cimitan@gmail.com>

	More fixes, now to places default rendered

2010-09-17  Andrea Cimitan  <andrea.cimitan@gmail.com>

	Fixes fill of places_button when pressed

2010-09-17  Andrea Cimitan  <andrea.cimitan@gmail.com>

	Fixes some misalignments, different design (sharp borders), should be faster

2010-09-22  Gord Allott  <gord.allott@canonical.com>

	fixes for various bugs, linked in the commits

2010-09-21  Gord Allott  <gord.allott@canonical.com>

	moves the auto-scroll animation from 30fps based to clutter animation based, fixes lp:640560

2010-09-21  Gord Allott  <gord.allott@canonical.com>

	fixes issue with icons that are dragged out remaining, fixes lp:643434

2010-09-20  Gord Allott  <gord.allott@canonical.com>

	hides hidden menu items, fixes lp:641543

2010-09-22  Didier Roche  <didier.roche@canonical.com>

	detects if software acceleration rather than hw is available and if so, try to
	logout from the session after a dialog prompt, changing the selected session in
	gdm to gnome.

2010-09-21  Didier Roche  <didier.roche@canonical.com>

	change user session selected by default if no 3D driver detected

2010-09-18  Didier Roche  <didier.roche@canonical.com>

	prompt a dialog and exit if we detect that GL is software rendered

2010-09-22  Didier Roche  <didier.roche@canonical.com>

	People are sometime insane in filling their custom launcher name. Try to be
	smart and to convert some of them.

2010-09-21  Didier Roche  <didier.roche@canonical.com>

	being safe when people are using crazy caracters in desktop file (LP: #644114, #635156)

2010-09-22  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	unity-private/panel/panel-indicator-object-entry-view.vala
	
	Merged branch unity.fix-604505-2 after review and approval from Gordon.
	Upon initial focus of insensitive menus (upon program startup) they are
	no longer reactive, thus the user can't activate them with the mouse or
	keyboard as intended. Fixes LP: #604505

2010-09-21  Mirco Müller  <mirco.mueller@ubuntu.com>

	Make insensitive menu really inactive, when window is initially focused (program is started). Fixes LP: #604505

2010-09-22  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	unity-private/launcher/quicklist-menu-item.vala
	
	Merged branch unity.fix-643315 for after review and approval by Gordon.
	Makes quicklist-items have equal width again and fixes regression of all
	the clutter-warning about relayout happening during an allocation cycle.
	Fixes LP: #643315

2010-09-21  Mirco Müller  <mirco.mueller@ubuntu.com>

	use timeout again, fixes LP: #643315 (quicklist items having different widths) and the other regression of clutter spitting out warnings about relayout being performed during an allocation cycle

2010-09-21  Jay Taoko  <jay.taoko@canonical.com>

	Unref item returned from menu_item_from_dbusmenuitem. They have an extra reference that stop them from being properly deleted.
	
	[modified]
	unity-private/launcher/quicklist-controller.vala

2010-09-21  Jay Taoko  <jay.taoko@canonical.com>

	Unref item returned from menu_item_from_dbusmenuitem. They have an extra reference that stop them from being properly deleted.
	
	[modified]
	unity-private/launcher/quicklist-controller.vala

2010-09-21  Jay Taoko  <jay.taoko@canonical.com>

	Unref item returned from menu_item_from_dbusmenuitem. They have an extra reference that stop themfrom being properly deleted.
	
	[modified]
	unity-private/launcher/quicklist-controller.vala

2010-09-21  Jay Taoko  <jay.taoko@canonical.com>

	Unref item returned from menu_item_from_dbusmenuitem. They have an extra reference that stop themfrom being properly deleted.
	
	[modified]
	unity-private/launcher/quicklist-controller.vala

2010-09-21  Jay Taoko  <jay.taoko@canonical.com>

	Add correct destructor name to menu items.
	
	[modified]
	unity-private/launcher/quicklist-check-menu-item.vala
	unity-private/launcher/quicklist-image-menu-item.vala
	unity-private/launcher/quicklist-radio-menu-item.vala
	unity-private/launcher/quicklist-seperator-menu-item.vala

2010-09-21  Jay Taoko  <jay.taoko@canonical.com>

	* Add correct destructor name to menu items.
	
	[modified]
	unity-private/launcher/quicklist-check-menu-item.vala
	unity-private/launcher/quicklist-image-menu-item.vala
	unity-private/launcher/quicklist-radio-menu-item.vala
	unity-private/launcher/quicklist-seperator-menu-item.vala

2010-09-21  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	unity-private/launcher/quicklist-controller.vala
	
	Merged branch unity.fix-631446-2 after review and approval from Gordon.
	Make sure the anchor-position/offset of label and quicklist is really
	the same.  Fixes LP: #631446.

2010-09-21  Mirco Müller  <mirco.mueller@ubuntu.com>

	use same offset for label and quicklist, should fix LP: #631446 for real now

2010-09-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Improved breadcrumb look by Cimi

2010-09-17  Andrea Cimitan  <andrea.cimitan@gmail.com>

	Improved look of breadcrumbs in folder view

2010-09-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Cimi's work that fixes up menuitem look and feel

2010-09-17  Andrea Cimitan  <andrea.cimitan@gmail.com>

	Update text color to reflect Ambiance changes

2010-09-17  Andrea Cimitan  <andrea.cimitan@gmail.com>

	Fix ambiance theme in maverick, hardcoded, bug #611967

2010-09-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Update ignores

2010-09-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Cimi's fix window buttons branch

2010-09-17  Andrea Cimitan  <andrea.cimitan@gmail.com>

	Fixes for window decorations buttons in the panel, using new Ambiance theme

2010-09-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Post release bump

2010-09-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.2.40

2010-09-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Merge gords launcher fixes branches

2010-09-16  Gord Allott  <gord.allott@canonical.com>

	fix for lp:601093 icons now zoom in and out

2010-09-16  Gord Allott  <gord.allott@canonical.com>

	fixes lp:633084

2010-09-16  Gord Allott  <gord.allott@canonical.com>

	fixes menu generation on scroll

2010-09-16  Gord Allott  <gord.allott@canonical.com>

	sends motion event on animations

2010-09-16  Gord Allott  <gord.allott@canonical.com>

	fixes lp:627488 active (left) indicator on the special launchers should not hang around anymore

2010-09-16  Gord Allott  <gord.allott@canonical.com>

	increased exp count for balance

2010-09-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Don't register for MGRAGS

2010-09-07  Chase Douglas  <chase.douglas@ubuntu.com>

	Don't register for MDRAGs since they aren't used
	
	Four finger drags aren't used, and MDRAGs prevent EDRAGs from continuing
	if four touches are ever seen during a drag gesture's lifetime.
	
	Fixes LP: #632613

2010-09-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for showing menus when the user presses Alt+FOO

2010-09-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Update to supprt menu_show signal from libindicator. This enables keyboard shortcuts in the global menu

2010-09-16  jassmith@gmail.com

	remove force activate call as it can cause issues with very very shortlived windows

2010-09-16  jassmith@gmail.com

	merge youtube fix branch

2010-09-16  jassmith@gmail.com

	remove dead test

2010-09-16  jassmith@gmail.com

	fix issue where youtube videos did not stay fullscreen

2010-09-16  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	unity-private/panel/panel-indicator-object-entry-view.vala
	
	Merged unity.fix-600191 branch after review and approval from Jay. Made
	sure all possible combinations of image and lable being visible or not
	are correctly handled, thus the menu (parent) gets correctly shown or
	hidden and no "gap" is left on the global menu. Fixes LP: #600191

2010-09-16  Mirco Müller  <mirco.mueller@ubuntu.com>

	cover all possible cases of image and label being shown or not, removed debug ouput

2010-09-16  Mirco Müller  <mirco.mueller@ubuntu.com>

	getting closer

2010-09-16  Mirco Müller  <mirco.mueller@ubuntu.com>

	trying to fix the gap issue

2010-09-16  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merge Mikkel's branch lp:~unity-team/unity/browse-in-nautilus:
	
	* Adds support for the UnityExtraAction hint. Which can be used for place daemons to register a small icon that launches some extra feature for the currently displayed dataset.
	
	In particular this is used by the files daemon to show a small "Browse current folder in Nautilus" button when in folder browsing mode.

2010-09-16  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Hide/show Dash according to Activate()s return value when triggering a UnityExtraAction from a place daemon

2010-09-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make the extra action stick to the right

2010-09-16  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Implement support for the UnityExtraAction hint. This makes it possible for the files' place daemon to add a button that when clicked opens Nautilus on the currently browsed folder. This fixes bug #633201 "Provide an "open this folder" button"

2010-09-16  Jay Taoko  <jay.taoko@canonical.com>

	Jay Taoko 2010-09-15 In reference to bug 617339. This branch add the label menu item to the quicklist menu. There are cases when the quicklist is requested and the menu hasn't been previously filled with the label item.

2010-09-15  Jay Taoko  <jay.taoko@canonical.com>

	In reference to bug 617339. This branch add the label menu item to the quicklist menu. There are cases when the quicklist is requested and the menu hasn't been previously filled with the label item.
	
	[modified]
	unity-private/launcher/quicklist-controller.vala

2010-09-16  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Fix huge leak when showing place. All tiles where leaked.

2010-09-15  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Fix *huge* mem leak when showing a place

2010-09-15  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Remove inappropriate comment string

2010-09-15  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	.bzrignore
	unity-private/panel/panel-indicator-object-entry-view.vala
	unity-private/panel/panel-indicator-object-view.vala
	
	Merged unity.fix-604505 branch after review and approval from Jay. This
	makes insensitive labels/images in the global-menu render with lower
	opacity. It also makes sure insensitive menus can't be accessed by the
	mouse or keyboard-navigation. Fixes LP: #604505

2010-09-15  Mirco Müller  <mirco.mueller@ubuntu.com>

	make sure the insensitive menu is also skipped if the user navigates with the cursor-keys

2010-09-15  Mirco Müller  <mirco.mueller@ubuntu.com>

	don't allow mouse-clicks on insensitive entries/menus

2010-09-15  Mirco Müller  <mirco.mueller@ubuntu.com>

	handle changes/updates to the state of the sensitive-flag for label and image

2010-09-15  Mirco Müller  <mirco.mueller@ubuntu.com>

	render insensitive menu-labels/images with only a quarter of the normal opacity

2010-09-15  Mirco Müller  <mirco.mueller@ubuntu.com>

	ignore intermediate C-files

2010-09-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	bump for next development release

2010-09-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.2.38

2010-09-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Misc fixes

2010-09-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	Pressing enter activates the first result in search

2010-09-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Beginnings of a context stack

2010-09-14  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	unity-private/launcher/scroller-controller.vala
	
	Merged branch unity.fix-632460 after review and approval from Gordon.
	This avoids the crash on Super-key-shortcuts with places.
	Fixes LP: #632460 

2010-09-14  Mirco Müller  <mirco.mueller@ubuntu.com>

	add a warning() and FIXME-remark for the failure-case

2010-09-14  Mirco Müller  <mirco.mueller@ubuntu.com>

	Added some debug-output for testing

2010-09-14  Gord Allott  <gord.allott@canonical.com>

	enables support for sending favourites to bamf

2010-09-14  Gord Allott  <gord.allott@canonical.com>

	send favourites list to bamf

2010-09-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	MT fixes

2010-09-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some more cleanups

2010-09-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make moving windows not screw up the size of the window

2010-09-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some cleanups

2010-09-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make 4-pinch show/hide places

2010-09-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Raise windows that are maximised/fullscreened, so you don't get left in strange states

2010-09-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make 3-tap and 4-tap toggle expose

2010-09-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add 3-tap app-window-pick and 4-tap all window pick

2010-09-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make gestures with magicpad work, fix the randomness of multiple gestures happening at once

2010-09-14  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Update POTFILES.in with missing source files with translatable strings. This fixes bug #637128: "lot of strings can't be translated..."

2010-09-14  Mirco Müller  <mirco.mueller@ubuntu.com>

	added:
	unity-private/panel/panel-divider.vala
	modified:
	unity-private/Makefile.am
	unity-private/panel/panel-home-button.vala
	unity-private/panel/panel-view.vala
	
	Merged branch unity.fix-636602 after review and approval from Gordon.
	A new class called Unity.Panel.Divider is added. This adds a special
	Ctk.Image actor between the home-button and menubar/window-buttons to
	hold the dividing groove artwork. Fixes LP: #636602. This needs
	unity-asset-pool rev. 44.

2010-09-13  Mirco Müller  <mirco.mueller@ubuntu.com>

	make sure the divider/groove is not visible when the shell is shown

2010-09-13  Mirco Müller  <mirco.mueller@ubuntu.com>

	removed unused boolean flag

2010-09-13  Mirco Müller  <mirco.mueller@ubuntu.com>

	Add class Unity.Panel.Divider to extract the groove from the home-button to a separate actor. This branch needs to go along with lp:~unity-team/unity-asset-pool/unity-asset-pool.fix-636602 because of new artwork. Fixes LP: #636602

2010-09-14  Gord Allott  <gord.allott@canonical.com>

	fixes a lot of small design tweaks, bug links in branch comment

2010-09-14  Gord Allott  <gord.allott@canonical.com>

	fix for small double menu problem introduced with this branches changes

2010-09-14  Gord Allott  <gord.allott@canonical.com>

	fixes lp:632991 - removes jittering when rubber band is in use on the launcher

2010-09-14  Gord Allott  <gord.allott@canonical.com>

	fixes lp:633045 - auto scroll speed is now corrected

2010-09-14  Gord Allott  <gord.allott@canonical.com>

	fixes lp:631452

2010-09-14  Gord Allott  <gord.allott@canonical.com>

	fixes lp:620427 - launcher does not contract if a menu is open

2010-09-14  Gord Allott  <gord.allott@canonical.com>

	fixes lp:620427 - launcher does not contract if a menu is open

2010-09-14  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merge a one-liner branch fixing the logging of launched apps in places (by accepting a tiny bit of sync io when launching an app)

2010-09-14  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Don't use Unity.AppInfoManager when launching apps. This means we'll do a bit of sync IO when launching an app, but we need to do it this way in order to trigger the zeitgeist-gio module to log the app launch event.
	
	This fixes bug #632203: "Log apps launched via unity-place-applications"

2010-09-13  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	unity-private/launcher/quicklist-controller.vala
	
	Tooltip expanding to quicklist no longer jumps to the right. Furthermore
	the anchor-arrow of the tooltip/quicklist now no longer is over the
	launcher-icon/tile and fully aligns with the triangle indicating the
	focused application. Fixes LP: #631446.

2010-09-13  Mirco Müller  <mirco.mueller@ubuntu.com>

	make sure the anchor-arrow aligns with the focused-triangle indicating the current app.

2010-09-13  Mirco Müller  <mirco.mueller@ubuntu.com>

	Correct the offset of the quicklist so it doesn't jump to the right when expanding from a tooltip. Fixes LP: #631446

2010-09-09  Didier Roche  <didier.roche@canonical.com>

	oh autools, why are you so mean and don't want to dist my libexec script

2010-09-09  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Post release version bump

2010-09-09  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Release 0.2.36

2010-09-09  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merge Mikkel's branch lp:~unity-team/unity/pixbufcache-fixes:
	
	While this branch does not fix the big leak we have when bringing up a place, it fixes a leak of maybe 5-10mb we'll have on startup and it drastically improves the loading/rendering times of icons in the places:
	
	* Fix a big leak when loading pixbufs with Unity.PixbufCache
	
	* Optimize IO when loading pixbufs, by using a bigger buffer
	
	* Remove a few unnecessary async calls to reduce the number of mainloop round trips
	
	Remove some stale outcommented code

2010-09-09  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Fix a big leak when loading pixbufs with Unity.PixbufCache
	
	Optimize IO when loading pixbufs, by using a bigger buffer
	
	Remove a few unnecessary async calls to reduce the number of mainloop round trips
	
	Remove some stale outcommented code

2010-09-09  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merge Mikkel's branch lp:~unity-team/unity/group-icons:
	
	* Support loading and rendering of group header icons

2010-09-09  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Display group header icons as hinted by the model

2010-09-09  Didier Roche  <didier.roche@canonical.com>

	launch migration script from vala to transition one time new people to unity (LP: #622146)

2010-09-09  Didier Roche  <didier.roche@canonical.com>

	add comment about the workaround for dumping gconf values

2010-09-09  Didier Roche  <didier.roche@canonical.com>

	use prefix

2010-09-08  Didier Roche  <didier.roche@canonical.com>

	launch migration script from vala to transition one time new people to unity (LP: #622146)

2010-09-08  Didier Roche  <didier.roche@canonical.com>

	add migrate favorite script and distribute it

2010-09-09  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	unity-private/panel/panel-home-button.vala
	
	Merged unity.fix-630031 branch after review and approval from Jason. There
	was a regression in the alignment of the home-button groove and the right
	edge of the launcher. It was off by two pixels. By adding two to the to
	the query of the launcher-width this is now corrected. Fixes LP: #630031.

2010-09-08  Mirco Müller  <mirco.mueller@ubuntu.com>

	Fix width of home-button on panel, so groove aligns with right edge of launcher, fixes LP: #630031

2010-09-03  Didier Roche  <didier.roche@canonical.com>

	rebump post-release

2010-09-03  Didier Roche  <didier.roche@canonical.com>

	downgrade for merge-upstream no conflict

2010-09-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add devices.png to tarball

2010-09-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	Bumped to next dev version

2010-09-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.2.34

2010-09-03  Gord Allott  <gord.allott@canonical.com>

	This branch queues requests to remove results from the views long enough to update the existing tiles if add_result comes in. This allows the views not to flash as much during searches.

2010-09-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make seaching in places a little nicer

2010-09-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add a batch processing for icon setting

2010-09-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some batchprocessing for pixbuf loading

2010-09-03  Mirco Müller  <mirco.mueller@ubuntu.com>

	Forgot to remove the debug()-calls

2010-09-03  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged Neil's fix-places-memleaks branch after review and approval. Fixes
	numerous mem-leaks in Places and Quicklists.
	
	modified:
	unity-private/launcher/quicklist-check-menu-item.vala
	unity-private/launcher/quicklist-image-menu-item.vala
	unity-private/launcher/quicklist-menu-item.vala
	unity-private/launcher/quicklist-radio-menu-item.vala
	unity-private/places/places-default-renderer-group.vala
	unity-private/places/places-default-renderer-tiles.vala
	unity-private/places/places-default-renderer.vala
	unity-private/places/places-place-home-renderer.vala
	unity-private/places/places-place-search-entry.vala
	unity-private/places/places-view.vala
	unity/unity-layered-bin.vala

2010-09-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Correctly free child actors

2010-09-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Clean up memory usage inside places

2010-09-02  Gord Allott  <gord.allott@canonical.com>

	fixes lp:623953 - applications that are favourited and then closed are now not removed

2010-09-02  Gord Allott  <gord.allott@canonical.com>

	removed a debug

2010-09-02  Gord Allott  <gord.allott@canonical.com>

	merged in latest unity and fixed lp:614329

2010-09-02  Gord Allott  <gord.allott@canonical.com>

	debugging

2010-09-02  Gord Allott  <gord.allott@canonical.com>

	fixes a gettext translation to support non plural translations

2010-09-02  Gord Allott  <gord.allott@canonical.com>

	fix for lp:623953 - icons loaded after unity starts are reactive again

2010-09-01  Gord Allott  <gord.allott@canonical.com>

	small speed improvement to previous fix

2010-09-01  Gord Allott  <gord.allott@canonical.com>

	fix for lp:623953

2010-08-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Add support for latest unity-asset-pool

2010-08-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for latest asset pool

2010-08-31  Gord Allott  <gord.allott@canonical.com>

	fix neil mode in the launcher and re-enable quicklists

2010-08-31  Gord Allott  <gord.allott@canonical.com>

	fixed double menu open issue

2010-08-27  Gord Allott  <gord.allott@canonical.com>

	re-enabled quicklists

2010-08-27  Gord Allott  <gord.allott@canonical.com>

	don't auto-scroll when already scrolling

2010-08-27  Gord Allott  <gord.allott@canonical.com>

	fixes the scroller so that its scrolls correctly for the use case of having not enough icons to fill the launcher

2010-08-30  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	unity-private/places/places-default-renderer.vala
	
	Merged (with small suggested fixes) after review and approval from Mikkel
	into trunk. This brings the scrollbar closer to the mockups from Design.

2010-08-28  Mirco Müller  <mirco.mueller@ubuntu.com>

	add glow to slider

2010-08-28  Mirco Müller  <mirco.mueller@ubuntu.com>

	support drawing the three different styles for the slider depending on its 'state': normal, prelight, active... 'state'-handling should be done properly in Ctk.ScrollView

2010-08-27  Mirco Müller  <mirco.mueller@ubuntu.com>

	forgot to use update() instead of do_queue_redraw() for Unity.CairoCanvas

2010-08-27  Mirco Müller  <mirco.mueller@ubuntu.com>

	added missing background-pattern to trough, added striped pattern to prelight slider, work-around state-handling for slider still not working

2010-08-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	Post release version bump

2010-08-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.3.32

2010-08-26  jassmith@gmail.com

	Ensure we have a heigh enough spaces calculation

2010-08-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] My frigging work

2010-08-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Trunk

2010-08-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	launch folder browsing for fileinfo

2010-08-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	Change the folder hilight to underline

2010-08-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	Reduce the blinking a bit

2010-08-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove unecessary printf

2010-08-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	Properly remove empty results from home screen

2010-08-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	More global fixes

2010-08-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make global search work again, fix some warnings

2010-08-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add states to groups view

2010-08-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add states to section buttons

2010-08-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix padding

2010-08-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for clicking parent folder in FileInfoRenderer

2010-08-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	Update ignores

2010-08-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add states feedback to tiles

2010-08-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	Padding fixes, use comment in FileInfo if != uri, and lots more

2010-08-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	Beginnings of FileInfoTile

2010-08-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add UnityShowcaseRenderer

2010-08-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make Tile into an abstract class to be implemented by the world and it's lonely kitten

2010-08-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for the ExpandedGroups hint

2010-08-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	Post release bump

2010-08-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.2.30

2010-08-26  Gord Allott  <gord.allott@canonical.com>

	merged in a fix for launcher not unfolding on startup

2010-08-26  Gord Allott  <gord.allott@canonical.com>

	potential fix for problematic unfolding of launcher

2010-08-26  jassmith@gmail.com

	merge touchy feely branch

2010-08-26  jassmith@gmail.com

	merge el trunko

2010-08-26  jassmith@gmail.com

	ensure we properly get the mutter window even in more deeply nested situations

2010-08-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	Update the properties

2010-08-26  njpatel

	merge

2010-08-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Chase's rounding fix

2010-08-25  Chase Douglas  <chase.douglas@canonical.com>

	Add 0.5 to gesture pan deltas when using floorf for even rounding
	
	Currently, windows tend to drift up and to the left. This is because
	floorf(-0.1) = -1, while floorf(0.1) = 0.

2010-08-26  njpatel

	Some prep for better window management in gestures

2010-08-24  njpatel

	5.7 User fullscreens a window

2010-08-24  njpatel

	5.5 User maximizes a window:: 2.b & 7.a

2010-08-24  njpatel

	5.5 User maximizes a window & 5.5 variation 2.a (semi-maximizes)

2010-08-24  njpatel

	fix  setting of last maximised point

2010-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Interim commit

2010-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Disable unreliable resizing and also fixup the moving stuff

2010-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Actually make the window moving not suck

2010-08-24  njpatel

	interim commit

2010-08-24  njpatel

	5.1 User moves a window

2010-08-24  njpatel

	[merge] trunk

2010-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make sure all the properties are set; Some cleanup

2010-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Half way there

2010-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2010-08-13  njpatel

	Clean up

2010-08-12  njpatel

	Add support for left/right expand

2010-08-12  njpatel

	Better support for window maximising

2010-08-11  njpatel

	Add some support for maximising

2010-08-11  njpatel

	Add support for window move

2010-08-11  njpatel

	Added support for more reaction when doing expose

2010-08-11  njpatel

	doesn't work

2010-08-11  njpatel

	Finish support for the new properties

2010-08-11  njpatel

	Clean up

2010-08-10  njpatel

	Get events from geis

2010-08-10  njpatel

	Update ignores

2010-08-10  njpatel

	Initial geis bootstrapping

2010-08-10  njpatel

	Some support for geis

2010-08-10  njpatel

	Add support for PAN

2010-08-10  njpatel

	- Add support for correctly showing expose or dash (and protecting against the other showing)
	
	modified:
	targets/mutter/plugin.vala
	unity-private/gesture/gesture-dispatcher-xcb-glue.c

2010-08-10  njpatel

	Make mutter plugin use new API from GestureDispatcher

2010-08-10  njpatel

	Add support for pinching API

2010-08-10  njpatel

	Support for 3-tap

2010-08-10  njpatel

	Add Chase's name to the authors

2010-08-10  njpatel

	Set fingers for tap event

2010-08-10  njpatel

	Start adding event types and proper dispatching

2010-08-10  njpatel

	Do some clean up, add support for choosing which events to receive

2010-08-09  njpatel

	Dump some more useful info

2010-08-09  njpatel

	Fix the source function

2010-08-09  njpatel

	Intermediate commit

2010-08-09  njpatel

	Add missing files

2010-08-09  njpatel

	Beginnings of gesture dispatcher

2010-08-26  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	unity-private/launcher/scrollerchild-controller.vala
	unity-private/launcher/scrollerchild.vala
	
	Merged Gordon's unity.notify-fixes branch after review and approval. By
	now his machine works again :)

2010-08-26  Gord Allott  <gord.allott@canonical.com>

	new notification animation

2010-08-26  Gord Allott  <gord.allott@canonical.com>

	quick fix to stop places segfaulting unity

2010-08-26  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	unity-private/launcher/quicklist-controller.vala
	unity-private/launcher/scroller-view.vala
	unity-private/launcher/scrollerchild-controller.vala
	
	Merged in gord's unity.scrolling-update branch, since his machine is
	broken atm.

2010-08-26  Gord Allott  <gord.allott@canonical.com>

	removed a debug

2010-08-26  Gord Allott  <gord.allott@canonical.com>

	enables scroll wheel events

2010-08-26  Gord Allott  <gord.allott@canonical.com>

	fix to stop the icons moving during scroll

2010-08-26  Gord Allott  <gord.allott@canonical.com>

	new scroller animations finished

2010-08-26  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	unity-private/places/places-default-renderer.vala
	
	Merged branch unity.fix-608124 into trunk after review and approval from
	Jason. Fixes LP: #608124.

2010-08-26  Mirco Müller  <mirco.mueller@ubuntu.com>

	put custom rendering of slider and trough into place, different states are not supported by Ctk.ScrollView yet, more pixel-tweaking could be done

2010-08-26  Mirco Müller  <mirco.mueller@ubuntu.com>

	hm... state-changes are not triggered

2010-08-26  Mirco Müller  <mirco.mueller@ubuntu.com>

	make sure stuff is actually visible

2010-08-26  Mirco Müller  <mirco.mueller@ubuntu.com>

	just see if the boiler-plate for the new scrollbar-rendering works

2010-08-26  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merge Jason's branch lp:~unity-team/unity/workspace-switcher-focus-fix:
	
	* When focusing a window from the workspace switcher sometimes the last focused window got focus instead

2010-08-26  jassmith@gmail.com

	ensure windows are properly focused when workspace switch happens

2010-08-26  Gord Allott  <gord.allott@canonical.com>

	new dnd code, to fit visual design

2010-08-25  Gordon Allott  <gord.allott@canonical.com>

	fixed small issue with releasing mouse button outside of launcher not snaping icon back

2010-08-25  Gordon Allott  <gord.allott@canonical.com>

	fix to wrong pick method being used and snaps back the icon on release

2010-08-24  Gord Allott  <gord.allott@canonical.com>

	make sure scroller flings after a launcher pops out

2010-08-24  Gord Allott  <gord.allott@canonical.com>

	resistance to launcher dragging enabled

2010-08-24  Gord Allott  <gord.allott@canonical.com>

	working new drag-drop animations, woohoo\!

2010-08-24  Gord Allott  <gord.allott@canonical.com>

	close icon supported

2010-08-23  Gord Allott  <gord.allott@canonical.com>

	save point

2010-08-23  Gord Allott  <gord.allott@canonical.com>

	merged in latest unity trunk

2010-08-23  Gord Allott  <gord.allott@canonical.com>

	disable rectangle

2010-08-26  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	unity-private/testing/background.vala
	
	Merged branch unity.fix-605788 after review and approval from Mikkel. All
	picture-options for wallpaper and gradients are now taken into account.
	This fixes LP: #605788. Also fixes LP: #617084.

2010-08-25  Mirco Müller  <mirco.mueller@ubuntu.com>

	Using different approach to pull wallpaper/gradient from GnomeBG. Fixes LP: #605788. Also fixes LP: #617084

2010-08-25  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merge Mikkel's branch lp:~unity-team/unity/updated-activation-api
	
	* The URI activation of place daemons can now determine whether the dash should be hidden or not after activation. This fixes the bug where we didn't hide the dash when the user clicks an item in the Available section of the apps place to bring up software-center. (Note that otoh we don't want to hide the dash when the user is doing folder browsing in the files place)

2010-08-25  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Fix LP bug #612537 'Dash doesn't hide when clicking an app in the "Available" group'
	
	This is done through a slight refactoring moving all the launching logic into Unity.Places.Place and simply having Unity.Places.View react to that. Before this the launching logic was a bit split between these two classes.
	
	Note that this update is necessary to also reflect the new dbus wire format for com.canonical.Unity.Activation.Activate(uri)

2010-08-25  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Post release version bump. A bit late :-)

2010-08-25  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Let com.canonical.Unity.Activation.Activate(uri) return a uint32 instead of a bool. See LP bug #612537: 'Dash doesn't hide when clicking an app in the "Available" group'

2010-08-25  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	When launching apps via the launcher construct the DesktopAppInfo objects in a way which is more friendly to the Zeitgeist GIO module

2010-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Async PlaceEntries and Browsing

2010-08-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for async browser callbacks

2010-08-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make the signals work using the old dynamic object type

2010-08-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	First bits of async dbus calls

2010-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] misc fixes branch

2010-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make sure to update background when text changes

2010-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Stop cursor blinking if unchanged for 30 seconds, and start re-blinking if something changed

2010-08-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make the setting of the glow part of the count get/set instead of get_preferred_height

2010-08-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove unneeded variable

2010-08-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add some cuteness

2010-08-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	beginnings of correct empty section bits

2010-08-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add layered-bin support to the default renderer

2010-08-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add layered bin to allow content areas to fade in/out from eachother

2010-08-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	Update more-results-buttons

2010-08-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add some spacing fixes to the sections

2010-08-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add clear button

2010-08-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for blinking the cursor

2010-08-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	Separate hint text and set the right text

2010-08-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Interim commit

2010-08-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Clean up the window ordering code to detect which window should be raised. Add support for preferring urgent windows over non-urgent (and falling back to time if both urgent

2010-08-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Order windows correctly by last used, so we raise the correct one

2010-08-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Only animate menus when fading out, so they don't feel slow

2010-08-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Reactivate keynav between menus, and protect against menus that have submenus

2010-08-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Correctly hide the window controls if the current bamf view is destroyed

2010-08-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Make the workspace button work properly again\n- Make sure going to workspaces hides any visible places

2010-08-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add an error trap around the offending X call

2010-08-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	unity-private/panel/panel-home-button.vala
	
	Fixed LP: #592787 again. But glow on button is still not used, since
	there are problems with the effect-caching, which sometimes don't switch
	off the glow or do not allow it to appear in the first place.

2010-08-20  Mirco Müller  <mirco.mueller@ubuntu.com>

	re-submit the patch for LP: #592787

2010-08-20  Gord Allott  <gord.allott@canonical.com>

	fix for missing icons in launcher in expanded mode

2010-08-20  Gord Allott  <gord.allott@canonical.com>

	fixes issue with missing launcher

2010-08-20  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	The place daemons should not update the results model if a SetSearch(search, hints) sets exactly the same search string and hints as is already being shown

2010-08-20  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Place daemons should not emit PlaceEntryInfo when local properties change. This visibly removes flicker from the place rendering

2010-08-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.2.28

2010-08-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Disable glows as they are causing issues

2010-08-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] places fixes and homescreen

2010-08-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2010-08-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Only show the first word from the app name

2010-08-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add the no search results renderer

2010-08-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Show message

2010-08-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Show message

2010-08-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	some movement with no sections available

2010-08-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make more results button use strips

2010-08-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	More places visuals and add stripe texture

2010-08-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix section buttons

2010-08-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove grid from glow

2010-08-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove underscores from panel item labels

2010-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Do global search

2010-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for opening the right places

2010-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add some tiles

2010-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] places fixes branch

2010-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	beginnings of home place

2010-08-19  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	unity-private/launcher/quicklist-check-menu-item.vala
	unity-private/launcher/quicklist-image-menu-item.vala
	unity-private/launcher/quicklist-menu-item.vala
	unity-private/launcher/quicklist-radio-menu-item.vala
	unity-private/launcher/quicklist-view.vala
	unity/quicklist-rendering.vala
	
	Merged my unity.more-visual-quicklist-tweaks branch after review and
	approval from Neil. This branch uses the new (leaner) visuals for
	checkmark- and radiobutton-items in quicklists. It also indents all
	items (normal, image, checkmark, radio-button). Due to this and the
	fact that quicklists are meant to grow out of tooltips, the label of
	a tooltip is now also indented (balanced with a gap on the right side
	too... this was done after consulting Design).

2010-08-18  Mirco Müller  <mirco.mueller@ubuntu.com>

	After consultation with Otto about the issue with the item-indentation between tooltips and quicklists - in regards to the expand-animation - I added a larger margin on the right side for tooltips too so they look a bit more balanced. This is an intermediate solution until we have something better from design.

2010-08-18  Mirco Müller  <mirco.mueller@ubuntu.com>

	change checkmark- and radiobutton-rendering again, indent all items labels

2010-08-19  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	targets/mutter/Makefile.am
	targets/mutter/expose-manager.vala
	targets/mutter/plugin.vala
	targets/mutter/spaces-manager.vala
	targets/mutter/window-management.vala
	unity-private/panel/panel-tray.vala
	unity-private/panel/panel-window-buttons.vala
	unity-private/unity-utils.c
	unity-private/utils.vala
	
	Merged Neil's places-fixes-17-08-2010 branch after review and approval by
	me. This branch fixes various window-manager related issues and also tweaks
	proper use of themed decorations.

2010-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Don't set maximised windows with theopened-undecorated flag

2010-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Figure out the current window on open, and update window buttons

2010-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for Ambiance-maverick-beta with a fallback for normal Ambiance. Also load all the textures

2010-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some fixes for the undecorating

2010-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Undecorate maximized windows

2010-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make the tray loading safer

2010-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Reset expose if windows are removed while it's showing

2010-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Also close if user clicks on launcher area

2010-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Return to desktop if panel is focused in workspace overview mode

2010-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Return to desktop if panel is focused in workspace overview mode

2010-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Show workspaces tooltip

2010-08-19  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	configure.ac
	unity-private/Makefile.am
	unity-private/launcher/scroller-view.vala
	unity-private/launcher/scrollerchild.vala
	unity/icon-postprocessor.vala
	
	Merged Gordon's unity.mb-launcher-work branch after review and approval
	by myself. This makes the rotation-animation of icons on the launcher
	smoother, fixes the ordering of icons during this rotation-animation and
	corrects keyboard-indicator rendering.

2010-08-18  Gord Allott  <gord.allott@canonical.com>

	disabled soem WIP code that isn't ready for release, upgraded visuals for keyboard indicators

2010-08-17  Gordon Allott  <gord.allott@canonical.com>

	re-enabled pango

2010-08-17  Gordon Allott  <gord.allott@canonical.com>

	save point

2010-08-16  Gordon Allott  <gord.allott@canonical.com>

	cleanup and fix to get order of icons when rotating correct

2010-08-16  Gordon Allott  <gord.allott@canonical.com>

	fixed rotation animation being out of whack

2010-08-18  jassmith@gmail.com

	Ensure our windows never underlap our background

2010-08-18  jassmith@gmail.com

	ensure drop areas are properly sized

2010-08-18  jassmith@gmail.com

	enable non gl picking in unity

2010-08-18  jassmith@gmail.com

	merge in work to ensure proper dnd prelights in workspace overview mode

2010-08-18  jassmith@gmail.com

	ensure we prelight properly to give hints as to where drags will land

2010-08-18  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged branch unity.fix-592787-2 after review and approval from Gordon.
	This needs to go alongside unity-asset-pool rev. 36, which provides up-
	dated visuals for the ubuntu-home-button. Fixing regression of former fix
	of LP: #592787 

2010-08-18  Mirco Müller  <mirco.mueller@ubuntu.com>

	reverted commit 412, thus re-enabling rendering different backgrounds for different button-states, this needs to go along with unity-asset-pool rev. 36, fixing LP: #592787

2010-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Removable media support in launcher

2010-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove stray printf

2010-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for dragging off the launcher = ejecting

2010-08-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add some comments

2010-08-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make eject work

2010-08-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add some support for correctly showing the device (and mounting if a mount doesn't exist

2010-08-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Basic support for showing devices

2010-08-18  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merge Mikkel's branch lp:~unity-team/unity/cache-desktop-categories
	
	* Add method AppInfoManager.get_categories() to look up the categories defined for a given desktop file. This is needed because G(Desktop)AppInfo doesn't expose this API

2010-08-18  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Don't g_warning() on missing Category key in the .desktop files. This is not an error condition. Lots of apps don't do this for valid reasons (fx. WMs)

2010-08-17  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Add a new method AppInfoManager.get_categories(desktop_id). This is needed because GAppInfo and GDesktopAppInfo doesn't provide API to access the raw XDG categories of the .desktop file

2010-08-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for GIcon

2010-08-18  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merge Jason's branch lp:~unity-team/unity/workspace-dnd :
	
	* Enables support for dragging windows between workspaces when inside the workspace switcher

2010-08-17  jassmith@gmail.com

	merge trunk

2010-08-17  jassmith@gmail.com

	ensure smooth animations

2010-08-17  jassmith@gmail.com

	abandon old DND approach and implement new one

2010-08-13  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Post release version bump

2010-08-13  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Release Unity 0.2.26

2010-08-13  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Merge Jason's branch lp:~unity-team/unity/workspace-selections:
	
	* Adds support for selecting windows as well as hover previews for everything. DND code that somewhat works is also present however full support is not enabled. The DND bits are currently disabled.

2010-08-12  jassmith@gmail.com

	merge local branch with dnd disabled but selction working properly

2010-08-12  jassmith@gmail.com

	Enable really dumb window picking

2010-08-12  Gord Allott  <gord.allott@canonical.com>

	stop infinate loop when the scroller picks itself on mouse leave

2010-08-12  Gord Allott  <gord.allott@canonical.com>

	commented out delay on launcher contraction. causing segfaults

2010-08-12  Gord Allott  <gord.allott@canonical.com>

	adds keyboard navigation support to unity, only works in mutter. requires mutter patch

2010-08-12  Gord Allott  <gord.allott@canonical.com>

	updated to latest unity codebase

2010-08-12  Gord Allott  <gord.allott@canonical.com>

	merged in support for launcher improvements branch

2010-08-12  Gord Allott  <gord.allott@canonical.com>

	removed last remnant of gtkhotkey

2010-08-12  Gord Allott  <gord.allott@canonical.com>

	removed gtk hotkey

2010-08-12  Gord Allott  <gord.allott@canonical.com>

	full keyboard navigation support, requires patched mutter

2010-08-12  Gord Allott  <gord.allott@canonical.com>

	latest unity trunk merged in

2010-08-12  Gord Allott  <gord.allott@canonical.com>

	working prototype of keyboard navigation on the launcher

2010-07-30  Gord Allott  <gord.allott@canonical.com>

	merge from latest trunk

2010-07-30  Gord Allott  <gord.allott@canonical.com>

	keyboard navigation support

2010-07-26  Gord Allott  <gord.allott@canonical.com>

	added gtkhotkey bindings

2010-08-12  Gord Allott  <gord.allott@canonical.com>

	fixes up the launcher so that its more correct against the specification and prototype

2010-08-12  Gord Allott  <gord.allott@canonical.com>

	removed debug

2010-08-12  Gord Allott  <gord.allott@canonical.com>

	use sources nicely for timeout on contract behaviour

2010-08-12  Gord Allott  <gord.allott@canonical.com>

	latest unity merged in

2010-08-12  Gord Allott  <gord.allott@canonical.com>

	working changes for the launcher

2010-08-09  Gord Allott  <gord.allott@canonical.com>

	tweek values

2010-08-09  Gord Allott  <gord.allott@canonical.com>

	make the icons around the fringe of the flat icons in exposed mode half rotated

2010-08-09  Gord Allott  <gord.allott@canonical.com>

	make the icons around the fringe of the flat icons in exposed mode half rotated

2010-08-11  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Don't emit PlaceEntryInfoChanged on the bus when the search property is changed on an Unity.Place.EntryInfo. The search is purely a local property

2010-08-10  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>

	Improve Unity.AppInfoManager:
	
	* Also cache the fact that a desktop file doesn't exist
	
	* Install directory monitors on all relevant directories,
	and emit a 'changed' signal if any cached AppInfo changes
	
	* Update the cache accordingly when appinfo, changes, appears,
	or goes away

2010-08-05  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Post release version bump

2010-08-05  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Release 0.2.24

2010-08-05  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	unity-private/launcher/quicklist-check-menu-item.vala
	unity-private/launcher/quicklist-controller.vala
	unity-private/launcher/quicklist-image-menu-item.vala
	unity-private/launcher/quicklist-menu-item.vala
	unity-private/launcher/quicklist-radio-menu-item.vala
	unity/quicklist-rendering.vala
	
	Merged branch unity.fix-607251 after review and approval from Gordon.
	This implements new custom rendering for radiobutton- and checkmark-items
	in quicklists according to mockups from the Design-team.

2010-08-05  Mirco Müller  <mirco.mueller@ubuntu.com>

	Resolved a diversion between my branch unity.fix-607251 and trunk.

2010-08-05  Mirco Müller  <mirco.mueller@ubuntu.com>

	using the indentation-value Otto told me during the sprint in Prague

2010-08-05  Mirco Müller  <mirco.mueller@ubuntu.com>

	doh, my brain doesn't work sometimes

2010-08-04  Mirco Müller  <mirco.mueller@ubuntu.com>

	clean up, further tweak and polish radio- and checkmark-item rendering

2010-08-04  Mirco Müller  <mirco.mueller@ubuntu.com>

	clean up

2010-08-04  Mirco Müller  <mirco.mueller@ubuntu.com>

	tried to make warning more verbose, but type-reporting doesn't work... only get (null) printed out

2010-08-04  Mirco Müller  <mirco.mueller@ubuntu.com>

	clean up, abuse for debugging radio-button item because no app is using radio-buttons in their exposed menu-definitions, trying to write a stand-alone test-app which does this is not possible as dbusmenu reports errors if one uses GtkToggleActionEntry

2010-07-28  Mirco Müller  <mirco.mueller@ubuntu.com>

	add radiobutton item, with guess-work

2010-08-05  Gord Allott  <gord.allott@canonical.com>

	better spaces interactions

2010-08-05  Gord Allott  <gord.allott@canonical.com>

	enable better interactions between spaces manager and expose manager and set the places manager icon to active when we are exposing places

2010-08-05  Gord Allott  <gord.allott@canonical.com>

	Hack to get launcher events working correctly

2010-08-05  Gord Allott  <gord.allott@canonical.com>

	merge with latest unity

2010-08-05  Gord Allott  <gord.allott@canonical.com>

	switches out clutters event handling for the launcher for our own handling, fixes issues with mouse-leave events on the launcher

2010-08-02  Gord Allott  <gord.allott@canonical.com>

	latest trunk

2010-08-05  Neil Jagdish Patel  <njpatel@Pulse>

	Work around upstream mutter not including a header

2010-08-04  jassmith@gmail.com

	merge latest mutter branch

2010-07-20  jassmith@gmail.com

	ensure we dont crash on workspace switch

2010-07-20  jassmith@gmail.com

	Update for newest mutter

2010-08-02  Gord Allott  <gord.allott@canonical.com>

	fixes lp:612494 - makes sure to load translations from .desktop files

2010-08-02  Gord Allott  <gord.allott@canonical.com>

	make sure to load translations from desktop files

2010-08-02  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Post release version bump

2010-08-02  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Release 0.2.22

2010-08-02  Neil Jagdish Patel  <njpatel@Pulse>

	[merge] Folder browsing

2010-08-02  Neil Jagdish Patel  <njpatel@Pulse>

	merge

2010-08-02  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Add missing file

2010-08-02  Neil Jagdish Patel  <njpatel@Pulse>

	Make sure we see all the results when in folder view

2010-08-02  Neil Jagdish Patel  <njpatel@Pulse>

	fix moving between sections in pathbar mode

2010-08-02  Neil Jagdish Patel  <njpatel@Pulse>

	clean up

2010-08-02  Neil Jagdish Patel  <njpatel@Pulse>

	[merge] trunk

2010-08-02  Neil Jagdish Patel  <njpatel@Pulse>

	[merge] Mikkels 'show neil up' test case

2010-08-02  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Fix the browsing stack in Unity.Place.Browser and add corresponding unit tests. The browser object needs to keep track of the current browsing state otherwise it can't cimpletely know when to push/pop the back/forward stacks

2010-08-02  Neil Jagdish Patel  <njpatel@Pulse>

	sort sections properly

2010-08-01  Neil Jagdish Patel  <njpatel@Pulse>

	Add some chevrons baby

2010-08-01  Neil Jagdish Patel  <njpatel@Pulse>

	[merge] Merge trunk

2010-07-29  Neil Jagdish Patel  <njpatel@Pulse>

	Make back buttons work

2010-07-29  Neil Jagdish Patel  <njpatel@Pulse>

	Update nav arrows depending on hints

2010-07-29  Neil Jagdish Patel  <njpatel@Pulse>

	Fix showing of sections

2010-07-29  Neil Jagdish Patel  <njpatel@Pulse>

	Add support for back/forward buttons
	
	added:
	unity-private/places/places-place-search-navigation.vala
	modified:
	.bzrignore
	unity-private/Makefile.am
	unity-private/places/places-default-renderer-group.vala
	unity-private/places/places-place-search-bar.vala
	unity-private/places/places-place-search-entry.vala
	unity-private/places/places-place-search-sections-bar.vala
	unity-private/places/places-view.vala

2010-07-29  Neil Jagdish Patel  <njpatel@Pulse>

	[merge] with trunk
	
	modified:
	configure.ac
	tests/unit/Makefile.am
	tests/unit/test-appinfo-manager.vala
	tests/unit/test-io.vala
	tests/unit/test-launcher.vala
	tests/unit/test-places-place-file-model.vala
	tests/unit/test-places-place.vala
	unity-private/launcher/scrollerchild.vala
	unity-private/panel/panel-indicator-model.vala
	unity-private/places/places-default-renderer-group.vala
	unity-private/places/places-place-model.vala
	unity-private/places/places-place-search-entry.vala
	unity/theme.vala
	vapi/config.vapi
	pending merges:
	Neil Jagdish Patel 2010-07-29 Fix for latest vala (0.9.4)

2010-07-28  Neil Jagdish Patel  <njpatel@Pulse>

	Update ignores

2010-07-28  Neil Jagdish Patel  <njpatel@Pulse>

	Add support for activation API

2010-07-28  Neil Jagdish Patel  <njpatel@Pulse>

	Correctly show paths

2010-07-28  Neil Jagdish Patel  <njpatel@Pulse>

	Actually render something useful

2010-07-28  Neil Jagdish Patel  <njpatel@Pulse>

	Load in activation information

2010-08-02  Neil Jagdish Patel  <njpatel@Pulse>

	Add support for cacheing the panel and launcher to reduce power consumption

2010-08-02  Neil Jagdish Patel  <njpatel@Pulse>

	panel fading

2010-08-02  Neil Jagdish Patel  <njpatel@Pulse>

	Really fix fullscreen and panel issues

2010-08-02  Neil Jagdish Patel  <njpatel@Pulse>

	Make places and DND work

2010-08-02  Neil Jagdish Patel  <njpatel@Pulse>

	[merge] trunk

2010-07-30  Jay Taoko  <jay.taoko@canonical.com>

	Launcher caching: Fixes sliding of the launcher when an app is going fullscreen
	
	[modified]
	targets/mutter/plugin.vala

2010-07-30  Jay Taoko  <jay.taoko@canonical.com>

	Merge: CtkEffectCache for the panel

2010-07-30  Neil Jagdish Patel  <njpatel@Pulse>

	add support to panel

2010-07-30  Jay Taoko  <jay.taoko@canonical.com>

	Merge

2010-07-30  Neil Jagdish Patel  <njpatel@Pulse>

	Add to panel, causes crash

2010-07-30  Jay Taoko  <jay.taoko@canonical.com>

	Merge

2010-07-30  Neil Jagdish Patel  <njpatel@Pulse>

	Disable when animating

2010-07-30  Jay Taoko  <jay.taoko@canonical.com>

	Merge 

2010-07-30  Neil Jagdish Patel  <njpatel@Pulse>

	try and activate cache

2010-07-29  Jay Taoko  <jay.taoko@canonical.com>

	Added the CtkEffectCache object as an argument to the ScrollerView constructor.
	CtkEffectCache can be accessed from the ScrollerView to modify the cache mechanism.
	
	[modified]
	unity-private/launcher/launcher.vala
	unity-private/launcher/scroller-view.vala

2010-07-29  Jay Taoko  <jay.taoko@canonical.com>

	Updated Clutk vapi file

2010-07-29  Jay Taoko  <jay.taoko@canonical.com>

	Corrected the position of the launcher container in Mutter mode
	
	[modified]
	targets/mutter/plugin.vala

2010-07-28  Jay Taoko  <jay.taoko@canonical.com>

	Launcher Caching. Added the launcher to a CtkBin with and EffectCache attached.
	
	[modified]
	targets/mutter/plugin.vala
	unity-private/launcher/launcher.vala
	unity-private/testing/test-window.vala
	vapi/clutk-0.3.vapi

2010-07-28  Jay Taoko  <jay.taoko@canonical.com>

	Launcher Caching. Added the launcher to a CtkBin with and EffectCache attached.

2010-08-02  Neil Jagdish Patel  <njpatel@Pulse>

	Remove extra visuals off panel

2010-08-02  Gord Allott  <gord.allott@canonical.com>

	Re-added some logic that got lost in merges in prague, bug fixed where the launcher would get removed on window closed and re-enabled Add to Launcher quicklist checkbox

2010-08-02  Gord Allott  <gord.allott@canonical.com>

	re-made a fix that got lost in a merge sometime. no longer do launchers vanish when you close their window

2010-08-02  Gord Allott  <gord.allott@canonical.com>

	re-enabled launcher menu items, logic of the code got messed up in a hectic merge sometime in prague

2010-08-01  Neil Jagdish Patel  <njpatel@Pulse>

	[merge] Window controls

2010-07-30  Neil Jagdish Patel  <njpatel@Pulse>

	Unfuck everything

2010-07-30  Neil Jagdish Patel  <njpatel@Pulse>

	Revert some stuff, fix dealing with Bamf stuff

2010-07-30  Neil Jagdish Patel  <njpatel@Pulse>

	intermediate commit

2010-07-30  Neil Jagdish Patel  <njpatel@Pulse>

	Make window buttons and state work

2010-07-29  Neil Jagdish Patel  <njpatel@Pulse>

	Hook up to bamf somewhat

2010-07-29  Neil Jagdish Patel  <njpatel@Pulse>

	[merge] trunk

2010-07-29  Neil Jagdish Patel  <njpatel@Pulse>

	Start of window buttons bits

2010-08-01  Neil Jagdish Patel  <njpatel@Pulse>

	[merge] places-in-launcher

2010-08-01  Neil Jagdish Patel  <njpatel@Pulse>

	Remove defunc set_indicator_mode call in IndicatorBar

2010-08-01  Neil Jagdish Patel  <njpatel@Pulse>

	Fix warning about effect factor

2010-07-29  Neil Jagdish Patel  <njpatel@Pulse>

	[merge] with trunk

2010-07-28  Neil Jagdish Patel  <njpatel@Pulse>

	make compile with old vala

2010-07-28  Neil Jagdish Patel  <njpatel@Pulse>

	Fix up compile errors

2010-07-28  Neil Jagdish Patel  <njpatel@Pulse>

	Merge with trunk

2010-07-28  Neil Jagdish Patel  <njpatel@Pulse>

	Make things not contract on startup

2010-07-28  Neil Jagdish Patel  <njpatel@Pulse>

	Make the ubuntu button behave right

2010-07-28  Neil Jagdish Patel  <njpatel@Pulse>

	Fix the panel button funkiness

2010-07-28  Neil Jagdish Patel  <njpatel@Pulse>

	Update mutter

2010-07-28  Neil Jagdish Patel  <njpatel@Pulse>

	Fix some DND

2010-07-28  Neil Jagdish Patel  <njpatel@Pulse>

	- Add support for grouping ScrollerChildren into certain sections of the launcher
	- Stop them from leaving their section during DND
	- Make SpacesManager use the new API

2010-07-27  Neil Jagdish Patel  <njpatel@Pulse>

	Pre-populate sections

2010-07-27  Neil Jagdish Patel  <njpatel@Pulse>

	Make being draggable an option for ScrollerControllers

2010-07-27  Neil Jagdish Patel  <njpatel@Pulse>

	Add dialog to protect accidental trash deletion

2010-07-27  Neil Jagdish Patel  <njpatel@Pulse>

	Add missing files

2010-07-27  Neil Jagdish Patel  <njpatel@Pulse>

	Initial trash place

2010-07-27  Neil Jagdish Patel  <njpatel@Pulse>

	Add quicklist support

2010-07-27  Neil Jagdish Patel  <njpatel@Pulse>

	Have menu

2010-07-26  Neil Jagdish Patel  <njpatel@Pulse>

	Fix the home button showing in places mode

2010-07-26  Neil Jagdish Patel  <njpatel@Pulse>

	Add missing filees

2010-07-26  Neil Jagdish Patel  <njpatel@Pulse>

	Make sure all the links work from global search

2010-07-26  Neil Jagdish Patel  <njpatel@Pulse>

	Show the running indicators

2010-07-26  Neil Jagdish Patel  <njpatel@Pulse>

	Add some support for switching to places

2010-07-26  Neil Jagdish Patel  <njpatel@Pulse>

	Add some support for switching to places

2010-07-26  Neil Jagdish Patel  <njpatel@Pulse>

	Show places in launcher

2010-07-26  Neil Jagdish Patel  <njpatel@Pulse>

	Fix warnings

2010-07-26  Neil Jagdish Patel  <njpatel@Pulse>

	Remove warnings

2010-08-01  Neil Jagdish Patel  <njpatel@Pulse>

	Update ignores

2010-07-30  Gord Allott  <gord.allott@canonical.com>

	enables auto-scrolling support

2010-07-30  Gord Allott  <gord.allott@canonical.com>

	updated to latest unity

2010-07-26  Gord Allott  <gord.allott@canonical.com>

	enables auto-scrolling support

2010-07-29  Neil Jagdish Patel  <njpatel@Pulse>

	Fix for latest vala (0.9.4)

2010-07-27  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	Merge Mikkel's branch lp:~unity-team/unity/activation-api:
	
	* Add new API to libunity to help place daemons export an activation service over DBus
	
	* Add new API to libunity to help place daemons export a browsing (back/forward) service over DBus

2010-07-27  Mikkel Kamstrup Erlandsen  <kamstrup@delight>

	sync with trunk

2010-07-02  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	[bug] If we receive a notify on EntryInfo.browser only change the DBus status if the property actually changed

2010-07-02  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	[build fix] Compile errors with automagic hint setting based on the browser property of the EntryInfo
	
	[optimization] Schedule PlaceEntryInfoChanged signals for bus in the next idle handler, and drop them id we already have one queued up. Without this setting the browser property on an EntryInfo would result in 3 signal emissions

2010-07-02  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Automatically set/unset the UnitySectionStyle when the Unity.Place.Browser is set on an EntryInfo

2010-07-02  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Sync with trunk

2010-07-01  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Browser class exported and unexprted correctly when set or unset on an exported EntryInfo instance

2010-07-01  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Remember to update the service state on inital creation of a Unity.Place.Browser

2010-07-01  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Make the Unity.Place.Browser class automatically manage the back/forward history via generic states

2010-07-01  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	DBus interfaces and convenience GObject wrapping for back/forward navigation (Unity.Place.Browser) and remote URI activation via Unity.Place.Activation working

2010-07-26  Neil Jagdish Patel  <njpatel@Pulse>

	[merge] Jasons workspace fixes branch

2010-07-23  jassmith@gmail.com

	Check spacing on expose
	Make workspace overview close on click
	Make workspace overview use background texture instead of DESKTOP window

2010-07-23  Gordon Allott  <gord.allott@canonical.com>

	fixes the issue with launcher focus

2010-07-23  Gordon Allott  <gord.allott@canonical.com>

	removed comment

2010-07-23  Gordon Allott  <gord.allott@canonical.com>

	fixes the launcher focus problem
	also sets the focus to the active

2010-07-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	unity-private/launcher/quicklist-check-menu-item.vala
	unity-private/launcher/quicklist-image-menu-item.vala
	unity-private/launcher/quicklist-menu-item.vala
	unity-private/launcher/quicklist-radio-menu-item.vala
	unity-private/utils.vala
	
	Added regex-based string-replacement for labels. Stripping underscores
	from any quicklist-items. Putting checkmark- and radio-buttons on the
	left side of labels.

2010-07-22  Mirco Müller  <mirco.mueller@ubuntu.com>

	added regex-based string-replacement for labels, strip underscores from any quicklist-items, put checkmarks and radio-buttons on the left side of labels

2010-07-23  Neil Jagdish Patel  <njpatel@Pulse>

	revert stuff

2010-07-22  Gordon Allott  <gord.allott@canonical.com>

	new clutk vapi

2010-07-22  Gordon Allott  <gord.allott@canonical.com>

	new clutk vapi

2010-07-22  Neil Jagdish Patel  <njpatel@Pulse>

	Bump to next development version

2010-07-22  Neil Jagdish Patel  <njpatel@Pulse>

	[release] 0.2.20

2010-07-22  Neil Jagdish Patel  <njpatel@Pulse>

	Reset stuff

2010-07-22  jassmith@gmail.com

	make unity not leave space for menus in expose mode

2010-07-22  Neil Jagdish Patel  <njpatel@Pulse>

	Disable glow because it's broken on intel, our favourite chipset

2010-07-22  Neil Jagdish Patel  <njpatel@Pulse>

	[merge] killing kittens

2010-07-22  Neil Jagdish Patel  <njpatel@Pulse>

	making kittens die (tm)

2010-07-22  Jay Taoko  <jay.taoko@canonical.com>

	Replaced CtkMenu with CtkMenuExpandable
	
	[modified]
	unity-private/launcher/quicklist-controller.vala
	unity-private/launcher/quicklist-view.vala
	vapi/clutk-0.3.vapi

2010-07-22  Jay Taoko  <jay.taoko@canonical.com>

	Adjusted anchor X position 
	
	[modified]
	unity-private/launcher/quicklist-controller.vala

2010-07-22  Jay Taoko  <jay.taoko@canonical.com>

	Replaced CtkMenu with CtkMenuExpandable
	
	[modified]
	unity-private/launcher/quicklist-controller.vala
	unity-private/launcher/quicklist-view.vala
	vapi/clutk-0.3.vapi

2010-07-22  Jay Taoko  <jay.taoko@canonical.com>

	Adjusted anchor position
	
	[modified]
	unity-private/launcher/quicklist-controller.vala

2010-07-22  Jay Taoko  <jay.taoko@canonical.com>

	Merge + Work on CtkMenuExpandable

2010-07-17  Jay Taoko  <jay.taoko@canonical.com>

	Increased speen of the opening of CtkMenuExpandable
	
	[modified]
	unity-private/launcher/quicklist-controller.vala

2010-07-15  Jay Taoko  <jay.taoko@canonical.com>

	Create a CtkMenuExpandable quicklist
	Rebased on the latest unity branch.
	
	[modified]
	unity-private/launcher/quicklist-view.vala
	unity-private/launcher/quicklist-controller.vala

2010-07-22  Gordon Allott  <gord.allott@canonical.com>

	lots of fixes into unity

2010-07-22  Gordon Allott  <gord.allott@canonical.com>

	made the spaces manager always stay at the end of the model

2010-07-22  Gordon Allott  <gord.allott@canonical.com>

	merged in workspace branch

2010-07-22  Gordon Allott  <gord.allott@canonical.com>

	fixed dnd view

2010-07-22  Gordon Allott  <gord.allott@canonical.com>

	merged in latest code

2010-07-22  Gordon Allott  <gord.allott@canonical.com>

	fixes to drag view

2010-07-22  Gordon Allott  <gord.allott@canonical.com>

	handle user visible changed correctly

2010-07-22  Gordon Allott  <gord.allott@canonical.com>

	bunch of crazy ideas to get drag ordering of launcher icons to be smooth

2010-07-22  Gordon Allott  <gord.allott@canonical.com>

	removed debugs

2010-07-22  Gordon Allott  <gord.allott@canonical.com>

	fixes lp:605587

2010-07-22  Gordon Allott  <gord.allott@canonical.com>

	merge in sprint fixes branch

2010-07-20  Gordon Allott  <gord.allott@canonical.com>

	correct generated tile colour value for grayscale icons

2010-07-20  Gordon Allott  <gord.allott@canonical.com>

	fixes double menus problem

2010-07-20  Gordon Allott  <gord.allott@canonical.com>

	Insanity removed

2010-07-20  Gordon Allott  <gord.allott@canonical.com>

	remove expose on right click, enable expose on click of focued item

2010-07-20  Gordon Allott  <gord.allott@canonical.com>

	Changed quit menu label to Quit

2010-07-20  Gordon Allott  <gord.allott@canonical.com>

	add checkbox menu item for unpinned entries

2010-07-20  Gordon Allott  <gord.allott@canonical.com>

	favourites work again

2010-07-20  Gordon Allott  <gord.allott@canonical.com>

	force menus to be closed on drag opperation

2010-07-20  Gordon Allott  <gord.allott@canonical.com>

	fix GValue error

2010-07-20  Gordon Allott  <gord.allott@canonical.com>

	add checkbox for keep in launcher entry

2010-07-22  Gordon Allott  <gord.allott@canonical.com>

	adds workspace switching to unity

2010-07-22  Gordon Allott  <gord.allott@canonical.com>

	fix into the tests

2010-07-20  jassmith@gmail.com

	implement workspace overview

2010-07-22  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged unity.fix-592787 after review and approval from Jason. This fixes
	LP: #592787 providing the user with a visual hint that the COF/BFB is
	clickable.

2010-07-22  Mirco Müller  <mirco.mueller@ubuntu.com>

	Got rid of temp. local file in branch. Will be part of unity-asset-pool.

2010-07-22  Mirco Müller  <mirco.mueller@ubuntu.com>

	Got rid of temp. local file in this branch. Will be part of unity-asset-pool.

2010-07-22  Mirco Müller  <mirco.mueller@ubuntu.com>

	properly catch exceptions for loading state-background texture-images, don't use the glow for now as it does not correctly update on state-changes of the button, load texture-images from correct system-wide path

2010-07-22  Mirco Müller  <mirco.mueller@ubuntu.com>

	adding missed normal-texture

2010-07-22  Mirco Müller  <mirco.mueller@ubuntu.com>

	added self-drawn artwork not provided by the design-team until we can move it into unity-asset-pool

2010-07-22  Mirco Müller  <mirco.mueller@ubuntu.com>

	revert the fiddling around with class ThemeImage

2010-07-22  Mirco Müller  <mirco.mueller@ubuntu.com>

	Made theme_image a Ctk.Image to restrict the glow only to the logo and avoid the glow being applied to the rectangular area of the button.

2010-07-21  Mirco Müller  <mirco.mueller@ubuntu.com>

	set a different background depending on state to mimick the pressed-down status of the button

2010-07-21  Mirco Müller  <mirco.mueller@ubuntu.com>

	There was actually a bug in theme.vala, initially preventing CtkEffects to work with a CtkButton. Now switched back to using CtkEffectGlow on the home-button.

2010-07-21  Mirco Müller  <mirco.mueller@ubuntu.com>

	change using different texture for the three different button-states

2010-07-22  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Merge lp:~unity-team/unity-place-applications/pkgsearch:
	
	* Unity.AppInfoManager can now also look up and cache appinfos by absolute paths

2010-07-21  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Allow looking up AppInfos from absolute path to the .desktop  file in AppInfoManager

2010-07-22  Didier Roche  <didier.roche@canonical.com>

	More i18n love and remove …

2010-07-22  Didier Roche  <didier.roche@canonical.com>

	More i18n love and remove …

2010-07-22  Didier Roche  <didier.roche@canonical.com>

	add i18n to launcher

2010-07-22  Didier Roche  <didier.roche@canonical.com>

	because Gord is a i18n hater :)

2010-07-19  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged unity.fix-592817-resolved after review and approval from Gordon,
	which is actually unity.fix-592817 conflict-resolved. Fixes LP: #592817

2010-07-16  Mirco Müller  <mirco.mueller@ubuntu.com>

	solving merge-conflict by reworking patch, because trunk completely again under the feet of this branch

2010-07-19  Gordon Allott  <gord.allott@canonical.com>

	New code to scroll to the correct position

2010-07-19  Gordon Allott  <gord.allott@canonical.com>

	new code to scroll to the correct position

2010-07-19  jassmith@gmail.com

	protect against multiple end expose calls

2010-07-19  jassmith@gmail.com

	move window clones to be above window group to avoid clipping issues

2010-07-16  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged unity.fix-599718-resolved into trunk after review and approval
	from Gordon. This is an extended "resolve merge conflicts" of the
	initial unity.fix-599718 branch, which didn't cleanly merge as trunk
	changed under its feet. The main goal was to get rid of as many 
	queue-relayout and queue-redraw warnings for the quicklists as possible.
	Some still remain though. Furthermore object-generation was moved
	outside of allocation-call and separated out into a timeout-handler as
	was suggested.
	
	modified:
	unity-private/launcher/quicklist-check-menu-item.vala
	unity-private/launcher/quicklist-image-menu-item.vala
	unity-private/launcher/quicklist-menu-item.vala
	unity-private/launcher/quicklist-radio-menu-item.vala
	unity-private/launcher/quicklist-seperator-menu-item.vala
	unity-private/launcher/quicklist-view.vala

2010-07-16  Mirco Müller  <mirco.mueller@ubuntu.com>

	Resolved merge-conflicts between trunk and unity.fix-599718 and adapted
	all new quicklist-menu-items (radio, checkmark, image) to use the timeout
	approach for updating their backgrounds when their allocation changed.

2010-07-15  Mirco Müller  <mirco.mueller@ubuntu.com>

	Added queueing up redraws for quicklist-items again.

2010-07-13  Mirco Müller  <mirco.mueller@ubuntu.com>

	Extract the remaining background-creation calls for separators and items in a timeout-handler

2010-07-13  Mirco Müller  <mirco.mueller@ubuntu.com>

	trying to fix LP: #599718, still segfaulting though

2010-07-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add dbus-menu vapi to build

2010-07-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Bump to next devel version

2010-07-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.2.18

2010-07-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] global search

2010-07-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Fix initial global search results
	- Focus the entry when activated
	
	modified:
	targets/mutter/plugin.vala
	unity-private/places/places-place-home.vala
	unity-private/places/places-place-search-bar.vala

2010-07-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Update ignores

2010-07-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Reduce some relayout warnings

2010-07-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make the 'See more results' button do something useful

2010-07-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Beginnings of See more results work

2010-07-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make global search actually search and show stuff

2010-07-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	intermediate commit

2010-07-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	Merge from trunk

2010-07-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	Intermediate commit

2010-07-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Make PlaceEntry a iface so we can create home entry
	
	added:
	unity-private/places/places-place-home.vala
	modified:
	unity-private/Makefile.am
	unity-private/places/places-place-entry.vala
	unity-private/places/places-place.vala
	unity-private/places/places-view.vala
	unity-private/testing/test-window.vala

2010-07-15  Gord Allott  <gord.allott@canonical.com>

	Enables Dbusmenu and Application Indicator based quicklist menus. also enables the desktop action based menus. 
	
	Also took the time to split the quicklist view's up into seperate files
	
	added:
	tests/unit/test-dbusmenu-quicklists.vala
	unity-private/launcher/quicklist-check-menu-item.vala
	unity-private/launcher/quicklist-image-menu-item.vala
	unity-private/launcher/quicklist-menu-item.vala
	unity-private/launcher/quicklist-radio-menu-item.vala
	unity-private/launcher/quicklist-seperator-menu-item.vala
	vapi/Dbusmenu-Glib-0.2.vapi
	modified:
	configure.ac
	targets/mutter/Makefile.am
	targets/mutter/expose-manager.vala
	targets/mutter/plugin.vala
	targets/unity/Makefile.am
	tests/ui/Makefile.am
	tests/ui/test-automate.vala
	tests/ui/test-quicklist.vala
	tests/unit/Makefile.am
	tests/unit/test-launcher.vala
	tests/unit/test-unit.vala
	unity-private/Makefile.am
	unity-private/launcher/application-controller.vala
	unity-private/launcher/quicklist-controller.vala
	unity-private/launcher/quicklist-view.vala
	unity-private/launcher/scroller-controller.vala
	unity-private/launcher/scrollerchild-controller.vala
	unity/Makefile.am
	vapi/Bamf-0.2.vapi
	vapi/clutk-0.3.vapi
	vapi/indicator.vapi

2010-07-15  Gord Allott  <gord.allott@canonical.com>

	bump dbusmenu-glib dependancy

2010-07-15  Gord Allott  <gord.allott@canonical.com>

	add fix for intel chips that can't figure out what actor is infront of what...

2010-07-15  Gord Allott  <gord.allott@canonical.com>

	added test finally, woo

2010-07-15  Gord Allott  <gord.allott@canonical.com>

	fixed clutter warnings

2010-07-15  Gord Allott  <gord.allott@canonical.com>

	fix issue with expose

2010-07-15  Gord Allott  <gord.allott@canonical.com>

	fleshed out ImageMenuItem

2010-07-15  Gord Allott  <gord.allott@canonical.com>

	removed left over old ql code

2010-07-14  Gord Allott  <gord.allott@canonical.com>

	working version

2010-07-14  Gord Allott  <gord.allott@canonical.com>

	merged with upstream

2010-07-14  Gord Allott  <gord.allott@canonical.com>

	merged with upstream

2010-07-14  Gord Allott  <gord.allott@canonical.com>

	working menu activation and multiple opening of menu

2010-07-14  Gord Allott  <gord.allott@canonical.com>

	milestone, working menus from app indicators :-)

2010-07-13  Gord Allott  <gord.allott@canonical.com>

	fix test to work with new bamf api

2010-07-13  Gord Allott  <gord.allott@canonical.com>

	latest codebase

2010-07-13  Gord Allott  <gord.allott@canonical.com>

	shows and connects to radio/check/seperator menu items

2010-07-13  Gord Allott  <gord.allott@canonical.com>

	add the new clutk vapi

2010-07-13  Gord Allott  <gord.allott@canonical.com>

	split quicklist-view.vala into individual componant files

2010-07-12  Gord Allott  <gord.allott@canonical.com>

	made UnityMenuItem a subclass of CtkMenuItem

2010-07-12  Gord Allott  <gord.allott@canonical.com>

	remove top seperator when there is no top menu

2010-07-12  Gord Allott  <gord.allott@canonical.com>

	added Dbusmenu-Glib-0.2 to every Makefile.am in existance

2010-07-12  Gord Allott  <gord.allott@canonical.com>

	reverted last change, already had a dbusmenu-glib vapi file that i overwrote. its monday morning...

2010-07-12  Gord Allott  <gord.allott@canonical.com>

	added dbusmenu-glib vapi so that the branch will actually build on lucid, which is helpful

2010-07-08  Gord Allott  <gord.allott@canonical.com>

	removed commented code

2010-07-08  Gord Allott  <gord.allott@canonical.com>

	made desktop shortcuts identifier be Unity

2010-07-08  Gord Allott  <gord.allott@canonical.com>

	dbusmenu powered quick lists and desktop actions through lib indicate support

2010-07-15  Gord Allott  <gord.allott@canonical.com>

	merged in a bug fixing branch

2010-07-15  Gord Allott  <gord.allott@canonical.com>

	use typeof instead of G_TYPE_

2010-07-09  Gord Allott  <gord.allott@canonical.com>

	use X-GNOME-FullName whenever possible, fixes lp:594285

2010-07-09  Gord Allott  <gord.allott@canonical.com>

	fixes issue with drag dropping onto a launcher empty space making the app get added to the top not the bottom of the launcher, fixes lp:595819

2010-07-09  Gord Allott  <gord.allott@canonical.com>

	much smoother launcher animations for launchers moving, nice

2010-07-02  Gord Allott  <gord.allott@canonical.com>

	check to see if we need a new position animation in the launcher before starting a new one

2010-07-09  Gord Allott  <gord.allott@canonical.com>

	make sure to queue relayout after re-ordering children

2010-07-15  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged branch unity.fix-594232 into trunk after review and approval from
	Neil. With this GNOME background-settings (gradient, wallpaper) are now
	taken into account by unity's desktop-rendering. Note: remaining features
	to be implemented are filed as 605788 (support all picture-options) and
	605442 (wallpaper-slideshow support). Fixes LP: #594232

2010-07-15  Mirco Müller  <mirco.mueller@ubuntu.com>

	updated fallback-color to provided values by design-team, only picture-options tiled and scaled work

2010-07-15  Mirco Müller  <mirco.mueller@ubuntu.com>

	no matter what I try I can't get the image to change its size, altering the size of the parent container yields a whole other can of worms

2010-07-14  Mirco Müller  <mirco.mueller@ubuntu.com>

	trigger first update of either image or gradient upon allocation-change of Ctk.Bin

2010-07-14  Mirco Müller  <mirco.mueller@ubuntu.com>

	pulling from image/gradient background-settings from gconf work now, also upon startup

2010-07-14  Mirco Müller  <mirco.mueller@ubuntu.com>

	why on earth isn't _on_changed() called

2010-07-14  Mirco Müller  <mirco.mueller@ubuntu.com>

	only use Gnome.BG, trying to hook up to the changed- and transitioned-signals

2010-07-13  Mirco Müller  <mirco.mueller@ubuntu.com>

	trying to hook up monitoring background gradient-shading values with cairo-texture-generation

2010-07-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add libgnomeui-2.0 dep and fix vapi

2010-07-13  Mirco Müller  <mirco.mueller@ubuntu.com>

	trying to get gnome_bg_*() calls accessable via vala

2010-07-13  Gord Allott  <gord.allott@canonical.com>

	disables -Werror, we are putting all our trust in vala. I for one welcome our new vala overlords

2010-07-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	Bump to next development release

2010-07-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.2.16

2010-07-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Jasons unmatched applications branch

2010-07-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	merge with trunk

2010-07-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add missind method to test

2010-07-02  Jason Smith  <jason@hakimaki>

	ensure we dont overdo things

2010-07-02  Jason Smith  <jason@hakimaki>

	Cause unity to properly display unmatched applications

2010-07-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Collapsing place groups

2010-07-06  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Add support for about to show (really speeds up the showing of results)
	- Make the pixbuf cache a little better at loading up files
	- Lot's of other cleanups
	
	modified:
	unity-private/places/places-default-renderer-group.vala
	unity-private/places/places-default-renderer.vala
	unity-private/places/places-place-search-bar.vala
	unity-private/places/places-place-search-entry.vala
	unity-private/places/places-view.vala
	unity/unity-expanding-bin.vala
	unity/unity-pixbuf-cache.vala
	vapi/clutk-0.3.vapi

2010-07-05  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Darken the background in testing mode when showing places
	- Clean up the unexpanded_height setting method
	- Take into account the padding of the actor when updating the
	unexpanded_height property
	
	modified:
	unity-private/places/places-default-renderer-group.vala
	unity-private/places/places-default-renderer.vala
	unity-private/testing/test-window.vala
	unity/unity-expanding-bin.vala

2010-07-05  Neil Jagdish Patel  <neil.patel@canonical.com>

	= Add expandable bin which can be in three states, closed (hidden), unexpanded (required height) and expanded (full child height). It can animate between the states (mostly :)
	- Make the DefaultRendererGroup use this bin
	- Make the DefaultRendererGroup set the new property on the icon view
	
	added:
	unity/unity-expanding-bin.vala
	modified:
	.bzrignore
	unity-private/places/places-default-renderer-group.vala
	unity/Makefile.am

2010-07-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Bugfixes from QA friday

2010-07-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	Hide Unity when something is activated in places

2010-07-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add HACKING file to dist

2010-07-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Check menu exists before closing it

2010-07-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	can't focus indicators in places model

2010-07-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Update ignores

2010-07-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Correctly unparent our child actor, as we're actually hold two references to it

2010-07-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Check if the place was successfully brought online before adding to the model

2010-07-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	Bump for next devel version

2010-07-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.2.14

2010-07-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	Listen to the icon hint

2010-07-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] My places misc fixes branch

2010-07-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix the text entry

2010-07-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	Try a lookup before making the loading of the icons async, to make the presentation nicer

2010-07-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	More spacing/padding fixes

2010-07-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix some padding

2010-07-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix some padding

2010-07-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Add some support for smooth transitions between section sizes
	
	modified:
	unity-private/places/places-place-search-sections-bar.vala

2010-07-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Revert unity-flow-layout as it's a failed experiment
	
	modified:
	unity-private/places/places-place-search-sections-bar.vala
	unity/Makefile.am

2010-06-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	FlowLayout stubs

2010-07-01  Gord Allott  <gord.allott@canonical.com>

	applies clip to launcher actors to stop them showing up under the BFB

2010-07-01  Gord Allott  <gord.allott@canonical.com>

	adds a clip to the launchers so that they don't show under the BFB when we are in places mode

2010-07-01  Jay Taoko  <jay.taoko@canonical.com>

	Circle back the appmenu when navigating with the keyboard.
	
	[modified]
	unity-private/panel/panel-indicator-bar.vala
	unity-private/panel/panel-menubar.vala

2010-06-29  Jay Taoko  <jay.taoko@canonical.com>

	Circleback the appmenu when navigating with the keyboard.
	
	[modified]
	unity-private/panel/panel-menubar.vala
	unity-private/panel/panel-indicator-bar.vala

2010-07-01  Gord Allott  <gord.allott@canonical.com>

	adds a fix into the launcher, the launchers should now not fall off the screen in contracted mode

2010-07-01  Gord Allott  <gord.allott@canonical.com>

	Fixes launcher being too big problem in contracted mode
	
	simple fix, added an extra space into the space calculation of how many flat launchers we can have in a contracted launcher. before it was letting there be one too many flat launchers

2010-07-01  Gord Allott  <gord.allott@canonical.com>

	uses picking instead of maths to find the mouse over icon on the scroller, fixes #595878

2010-07-01  Gord Allott  <gord.allott@canonical.com>

	does order correct picking in scroller view

2010-07-01  Gord Allott  <gord.allott@canonical.com>

	Uses picking to get model indexes in the model view instead of maths (boo maths)

2010-07-01  Gord Allott  <gord.allott@canonical.com>

	fixes index lookup problem when moving mouse down from ubuntu button

2010-07-01  Gord Allott  <gord.allott@canonical.com>

	fixes index lookup problem when moving mouse down from ubuntu button

2010-07-01  Gord Allott  <gord.allott@canonical.com>

	merge fix from unity trunk

2010-07-01  Gord Allott  <gord.allott@canonical.com>

	oops, forgot to commit a change so the tests build, favorites abstract class was updated but the test fake favorites class didn't impliment the new method

2010-07-01  Gord Allott  <gord.allott@canonical.com>

	removes favorite apps on drag out and makes the favorite uid lookup more robust, fixes #592744

2010-07-01  Gord Allott  <gord.allott@canonical.com>

	adds nicer favorite UID finding so we always remove things :)

2010-07-01  Gord Allott  <gord.allott@canonical.com>

	removes apps on drop

2010-06-25  Gord Allott  <gord.allott@canonical.com>

	removes/unfavorites apps on drag out, fixes #592744

2010-07-01  Gord Allott  <gord.allott@canonical.com>

	fixes issue with not being able to drag to the end of the launcher, #595819

2010-07-01  Gord Allott  <gord.allott@canonical.com>

	fixes not being able to drag to the end of the scroller bug #595819

2010-06-30  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	unity-private/launcher/quicklist-view.vala
	unity/quicklist-rendering.vala
	
	Merged branch unity.new-quicklist-rendering into trunk after review and
	approval from Gordon.
	
	Added the new texture-parts rendering for the quicklist/tooltip background,
	to go along with the new CtkMenuExpandable and related chagnes. The old 
	rendering calls are not deleted yet intentionally, because they are still
	used. Those will be removed once CtkMenuExpndable landed in clutk trunk.
	
	The new approach, to facilitate the reveal-animation in an efficient way,
	is to render the quicklist/tooltip background in three "layers" with
	split-up masks/parts: blurred with 3-5 masks applied, tint-dot-highlight
	with 3-5 masks applied, 3-5 texture-parts holding the drop-shadow and
	outline. The different masks/parts:
	
	* top
	* first optional dynamic part which can grow (using texture-repeating)
	* anchor
	* second optional dynamic part which can grow (using texture-repeating)
	* bottom

2010-06-30  Mirco Müller  <mirco.mueller@ubuntu.com>

	added new texture-parts rendering for the quicklist/tooltip background, old calls not been deleted intentionally, that removal will come with hooking these new calls up to CtkMenuExpandable, added temp. image-dumps in constructor for verification of rendering

2010-06-30  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Merge lp:~unity-team/unity/browsing-api which brings in the needed API updates to make folder browsing possible.
	
	WARNING: This gives a slight API break in the Unity.Place namespace of libunity.

2010-06-30  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Fix invocation of DBus SetSearch() to not expect a return value (updated DBus API for places)

2010-06-29  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Initial shot at wiring up the different DBus signals for the Unity.Place API to the Unity.Place.EntryInfo object's properties

2010-06-29  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Initial showel full of infrastructure needed to get the navigation and breadcrumbing working. Still incomplete
	
	API BREAK: This slighty breaks the API in the Unity.Place namespace:
	
	* EntryInfo is no longer abstract and no longer has the methods set_search() and set_global_search() instead it has two properties active_search and active_global_search which contains a Unity.Place.Search instance representing the active search
	
	* Renamed DBus signal renderer_info_changed to entry_renderer_info_changed and added a corresponding global_*
	
	* Add DBus method place_entry_info_changed

2010-06-29  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Merge lp:~unity-team/unity/async-io. This adds some new convenience API for dealing with (Desktop)AppInfos and doing async IO.
	
	* New namespace Unity.IO with functions to asynchronously read a file into a memory buffer, as well as asynchrnously looking for files in a set of given directories
	
	* New singleton Unity.AppInfoManager that can look up and cache AppInfos both synchronously and asynchronously

2010-06-29  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Expand tests for AppInfoManager to full API coverage

2010-06-29  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Sync with trunk.
	
	Add some tests for AppInfoManager

2010-06-28  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Async AppInfo loading and caching working and tested. I hooked up the Unity.Places.Tile class to use the new mechanism. No visible speedups though, major bottleneck is prolly icon loading.

2010-06-25  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Add utility functions in Unity.IO for async loading of files.
	
	Add a caching AppInfoManager that can load .desktop files async

2010-06-28  Jason Smith  <jason@hakimaki>

	Ensure we dont queue redraw on an actor with no stage associated

2010-06-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for caching pixbufs

2010-06-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Copy in unit tests and add some API

2010-06-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove useless comment

2010-06-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove stray printf

2010-06-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Add support for a Unity-wide pixbuf cache that can load a variety of icons at
	different sizes and store them inside a cache for quick subsequent lookup
	- Make the setting of the icons async
	- Get places to use the cache
	
	added:
	unity/unity-pixbuf-cache.vala
	modified:
	.bzrignore
	unity-private/places/places-default-renderer-group.vala
	unity/Makefile.am

2010-06-28  Jay Taoko  <jay.taoko@canonical.com>

	Fix for #598561: the quicklist items were unresponsive when the mouse was overing over them.
	
	[modified]
	unity-private/launcher/quicklist-view.vala
	- Call do_queue_redraw when the mouse leaves or enters an item

2010-06-25  Jay Taoko  <jay.taoko@canonical.com>

	Fix for #598561: the quicklist items were unresponsive when the mouse was overing over them.
	
	[modified]
	unity-private/launcher/quicklist-view.vala
	- Call do_queue_redraw when the mouse leaves or enters an item
	

2010-06-28  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	targets/mutter/plugin.vala
	
	Merged branch unity.fix-578545 into trunk after review and approval from
	Neil. This fixes LP: #578545 where the wrong strut caused windows to be
	positioned slightly under the launcher.

2010-06-25  Mirco Müller  <mirco.mueller@ubuntu.com>

	set the correct values for the desktop-strut, fixes LP: #578545

2010-06-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Bump for next devel release

2010-06-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.2.12

2010-06-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] More Places work

2010-06-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Load existing groups and results from their models

2010-06-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Clean up Tile implementation
	- Add support for icons (desktop files and normal files)
	- Add support for launching desktop files
	
	modified:
	unity-private/places/places-default-renderer-group.vala

2010-06-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix spacing

2010-06-24  Jason Smith  <jason@hakimaki>

	merge workspace overview branch

2010-06-22  Jason Smith  <jason@hakimaki>

	revert BFB to normal behavior

2010-06-21  Jason Smith  <jason@hakimaki>

	improve interaction with 2 spaces

2010-06-21  Jason Smith  <jason@hakimaki>

	reinstate idle handler

2010-06-21  Jason Smith  <jason@hakimaki>

	fix terminals being wonky

2010-06-21  Jason Smith  <jason@hakimaki>

	add background

2010-06-21  Jason Smith  <jason@hakimaki>

	ensure we dont overlap our top level UI

2010-06-21  Jason Smith  <jason@hakimaki>

	Implement zoom in animations

2010-06-21  Jason Smith  <jason@hakimaki>

	more work into spaces:
	disable current desktop switch animation
	improve borders

2010-06-21  Jason Smith  <jason@hakimaki>

	make switching work

2010-06-21  Jason Smith  <jason@hakimaki>

	merge el trunko

2010-06-21  Jason Smith  <jason@hakimaki>

	add spaces manager, currently hooked up for testing

2010-06-24  Gord Allott  <gord.allott@canonical.com>

	makes app a favourite on dragdrop and saves location, fixes #592087

2010-06-24  Gord Allott  <gord.allott@canonical.com>

	adds favourite saving on drag-drop

2010-06-24  Gord Allott  <gord.allott@canonical.com>

	enables saving the order of the launcher items

2010-06-24  Gord Allott  <gord.allott@canonical.com>

	fades in tray items

2010-06-17  Jason Smith  <jason@hakimaki>

	fade in tray items to help hide the white blip

2010-06-24  Gord Allott  <gord.allott@canonical.com>

	expose race fix branch,
	
	------------- -This line and the following will be ignored --------------
	
	modified:
	targets/mutter/expose-manager.vala
	pending merges:
	Jason Smith 2010-06-10 Eliminate potential race condition in expose manager

2010-06-10  Jason Smith  <jason@hakimaki>

	Eliminate potential race condition in expose manager

2010-06-24  Gord Allott  <gord.allott@canonical.com>

	Fixes the fuzzy icon problem 
	floors values when icons are not rotated

2010-06-21  Gord Allott  <gord.allott@canonical.com>

	small fix to unity icon rendering to have less fuzzy text

2010-06-24  Mirco Müller  <mirco.mueller@ubuntu.com>

	modified:
	unity-private/panel/panel-indicator-object-entry-view.vala
	
	Merged Jay's branch unity.visibility-indicators-label-image into trunk
	after review and approval by me.
	
	Images and labels in indicators now listen to their "visible"-property,
	thus hide/show accordingly.

2010-06-23  Jay Taoko  <jay.taoko@canonical.com>

	Fix for Hiding indicators Label or Image
	
	[modified]
	unity-private/panel/panel-indicator-object-entry-view.vala
	- listen to "visible" property of the label and image in the indicators. Hide/show them accordingly.

2010-06-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Places bar branch
	
	removed:
	unity-private/panel/panel-indicators.vala
	unity-private/places/application-place.vala
	unity-private/places/bar-model.vala
	unity-private/places/bar-view.vala
	unity-private/places/cairo-drawing.vala
	unity-private/places/default-model.vala
	unity-private/places/default-view.vala
	unity-private/places/file-place.vala
	unity-private/places/places-model.vala
	unity-private/places/places-place-proxy.vala
	unity-private/places/places-results-view.vala
	unity-private/places/search-field.vala
	added:
	tests/unit/data/place0.badplace
	tests/unit/data/place0.place
	tests/unit/data/place1.badplace
	tests/unit/data/place1.place
	tests/unit/test-places-place-file-model.vala
	tests/unit/test-places-place.vala
	unity-private/places/places-default-renderer-group.vala
	unity-private/places/places-default-renderer.vala
	unity-private/places/places-place-bar.vala
	unity-private/places/places-place-entry-view.vala
	unity-private/places/places-place-entry.vala
	unity-private/places/places-place-model.vala
	unity-private/places/places-place-search-bar.vala
	unity-private/places/places-place-search-entry.vala
	unity-private/places/places-place-search-sections-bar.vala
	unity/unity-cairo-canvas.vala
	unity/unity-place-renderer.vala
	modified:
	.bzrignore
	targets/mutter/plugin.vala
	tests/ui/test-home-button.vala
	tests/unit/Makefile.am
	tests/unit/data/Makefile.am
	tests/unit/test-unit.vala
	unity-private/Makefile.am
	unity-private/launcher/launcher-child.vala
	unity-private/launcher/scroller-controller.vala
	unity-private/panel/panel-background.vala
	unity-private/panel/panel-home-button.vala
	unity-private/panel/panel-menubar.vala
	unity-private/panel/panel-view.vala
	unity-private/places/places-controller.vala
	unity-private/places/places-place-view.vala
	unity-private/places/places-place.vala
	unity-private/places/places-view.vala
	unity-private/testing/test-window.vala
	unity/Makefile.am
	unity/icon-postprocessor.vala
	unity/shell.vala
	vapi/clutter-1.0.vapi
	
	pending merges:
	Neil Jagdish Patel 2010-06-24 Misc fixes thanks to kamstrup
	Neil Jagdish Patel 2010-06-22 [merge] Merge with upstream
	Neil Jagdish Patel 2010-06-22 - More improvements
	Neil Jagdish Patel 2010-06-22 Lot's of fixes and clean ups
	Neil Jagdish Patel 2010-06-22 Fix tons of warnings
	Neil Jagdish Patel 2010-06-22 lot's of cleanups
	Neil Jagdish Patel 2010-06-21 - Add support for displaying and launc...
	Neil Jagdish Patel 2010-06-21 Some more view stuff
	Neil Jagdish Patel 2010-06-20 s/pointer/boxed ffs
	Neil Jagdish Patel 2010-06-20 Correctly unmarshall the entry info st...
	Neil Jagdish Patel 2010-06-19 [merge] Merge with upstream
	Neil Jagdish Patel 2010-06-19 Intermediate commit
	Neil Jagdish Patel 2010-06-17 [merge] Merge upstream changes
	Neil Jagdish Patel 2010-06-17 [merge] Merge Mikkels API fixes
	Neil Jagdish Patel 2010-06-16 Some more search-bar fixes
	Neil Jagdish Patel 2010-06-16 Basic search bar support
	Neil Jagdish Patel 2010-06-16 Basic search bar support
	Neil Jagdish Patel 2010-06-15 Initial places bar bits
	Neil Jagdish Patel 2010-06-15 Remove old files
	Neil Jagdish Patel 2010-06-15 Add missing files
	Neil Jagdish Patel 2010-06-15 Add some drawing
	Neil Jagdish Patel 2010-06-15 [merge] Merge from upstream
	Neil Jagdish Patel 2010-06-13 Initial places-bar bits
	Neil Jagdish Patel 2010-06-13 - Lot's of fixes for indicator loading
	Neil Jagdish Patel 2010-06-09 [merge] [merge] trunk
	Neil Jagdish Patel 2010-06-09 Tests for bad place files
	Neil Jagdish Patel 2010-06-09 - Complete support for loading placefi...
	Neil Jagdish Patel 2010-06-09 - Clean up places, disabling old code
	Neil Jagdish Patel 2010-06-08 - Remove unused files
	Neil Jagdish Patel 2010-06-07 Move init to idle so we don't crash on...
	Neil Jagdish Patel 2010-06-07 Remove dependency on toplevel patch

2010-06-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Misc fixes thanks to kamstrup

2010-06-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	Merge with upstream

2010-06-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	- More improvements
	
	modified:
	targets/mutter/main.c
	targets/mutter/plugin.vala
	tests/ui/test-home-button.vala
	unity-private/panel/panel-home-button.vala
	unity-private/places/places-place-search-sections-bar.vala
	unity-private/testing/test-window.vala
	unity/shell.vala

2010-06-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	Lot's of fixes and clean ups

2010-06-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix tons of warnings

2010-06-22  Neil Jagdish Patel  <neil.patel@canonical.com>

	lot's of cleanups

2010-06-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Add support for displaying and launching results from zeitgeist, needs tonnes of work still
	
	modified:
	.bzrignore
	targets/mutter/main.c
	unity-private/places/places-default-renderer-group.vala
	unity-private/places/places-default-renderer.vala
	vapi/clutter-1.0.vapi

2010-06-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some more view stuff

2010-06-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	s/pointer/boxed ffs

2010-06-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Correctly unmarshall the entry info struct

2010-06-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Merge with upstream

2010-06-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Intermediate commit

2010-06-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Merge upstream changes

2010-06-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Merge Mikkels API fixes

2010-06-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some more search-bar fixes

2010-06-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Basic search bar support

2010-06-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	Basic search bar support

2010-06-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Initial places bar bits

2010-06-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove old files

2010-06-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add missing files

2010-06-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add some drawing

2010-06-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Merge from upstream

2010-06-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	Initial places-bar bits

2010-06-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Lot's of fixes for indicator loading
	- Add some basic support for connecting to the place and place entroes
	- Support for refreshing entry lists
	- Support for adding/remove entries through signals off the PlaceEntry
	- Other exciting stuff I can't remember
	
	modified:
	.bzrignore
	tests/unit/data/place0.badplace
	tests/unit/data/place0.place
	tests/unit/data/place1.badplace
	tests/unit/data/place1.place
	unity-private/places/places-place-entry.vala
	unity-private/places/places-place-model.vala
	unity-private/places/places-place.vala

2010-06-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk

2010-06-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Tests for bad place files

2010-06-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Complete support for loading placefiles, with correct-file tests
	
	added:
	tests/unit/test-places-place.vala
	modified:
	.bzrignore
	tests/unit/Makefile.am
	tests/unit/data/place0.place
	tests/unit/data/place1.place
	tests/unit/test-places-place-file-model.vala
	tests/unit/test-unit.vala
	unity-private/places/places-place-entry.vala
	unity-private/places/places-place.vala

2010-06-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Clean up places, disabling old code
	- Add PlaceModel abstract object and PlaceFileModel for reading places
	- Make Unity.Places.Place an object and add code to read in state from keyfile
	- Add PlaceEntry as stub for actual entry
	- Add some tests to make sure things are working as expected until this point

2010-06-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Remove unused files
	
	removed:
	unity-private/panel/panel-home.vala
	unity-private/panel/panel-indicators.vala
	modified:
	unity-private/Makefile.am

2010-06-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Move init to idle so we don't crash on startup

2010-06-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove dependency on toplevel patch

2010-06-21  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged unity.fix-595880-2 branch into trunk after review and approval from
	Jay.
	
	modified:
	unity-private/launcher/scroller-view.vala
	unity-private/panel/panel-home-button.vala
	
	This makes sure also clicks on home-button (Ubuntu-logo), launcher-icon or
	empty launcher-area close any open panel/indicator menu.
	
	Completes fix for LP: #595880.

2010-06-21  Mirco Müller  <mirco.mueller@ubuntu.com>

	Really make sure clicks on home-button, empty launcher-area and launcher-icon also close any open panel/indicator menu

2010-06-21  Gord Allott  <gord.allott@canonical.com>

	fixes not raising the correct window bug

2010-06-17  Gord Allott  <gord.allott@canonical.com>

	raises the last window

2010-06-17  Gord Allott  <gord.allott@canonical.com>

	raises last window

2010-06-17  Gord Allott  <gord.allott@canonical.com>

	debugging

2010-06-17  Gord Allott  <gord.allott@canonical.com>

	debugging

2010-06-18  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged branch unity.fix-595880 after review and approval from Jay.

2010-06-18  Mirco Müller  <mirco.mueller@ubuntu.com>

	added popdown_current_menu() to MenuManager so clicks in empty panel-areas close any open menu, fixes LP: #595880

2010-06-18  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Merge lp:~unity-team/unity/entry-info-search-api-hack: WARNING API BREAK in libunity.
	
	Because Vala doesn't support async delegates we need to make the searching hooks be abstract async methods on the EntryInfo

2010-06-16  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	WARNING: This commit makes Unity require a valac with this patch: https://bugzilla.gnome.org/show_bug.cgi?id=621692. Makes EntryInfo an abstract class you must derive and override the set_search() and set_global_search() functions. Previously it used properties with delegates to avoid the subclassing, but that did not work out with Vala since Vala (currently) doesn't have async delegates. The upstream request for async delegates is https://bugzilla.gnome.org/show_bug.cgi?id=604827

2010-06-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Revert no background patch, as it doesn't work unless nautilus is running

2010-06-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Bump for next devel release

2010-06-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.2.10

2010-06-17  Mirco Müller  <mirco.mueller@ubuntu.com>

	fixed segfault in on_leave for quicklists, removed superfluous calls to queue-redraw

2010-06-17  Gord Allott  <gord.allott@canonical.com>

	enables quicklists

2010-06-17  Gord Allott  <gord.allott@canonical.com>

	re-enable quicklists

2010-06-17  Gord Allott  <gord.allott@canonical.com>

	fixes issue with going into contracted state when not enough launchers

2010-06-17  Gord Allott  <gord.allott@canonical.com>

	quicklists enabled

2010-06-16  Gord Allott  <gord.allott@canonical.com>

	Adds the new contracted launcher behaviour
	Also fixes a few bugs
	cogl vapi file updated to fix a vapi bug
	had to modify mail.c to make the launcher's grabbale size to be one pixel bigger
	
	modified:
	targets/mutter/main.c
	tests/unit/test-launcher.vala
	unity-private/launcher/launcher-child.vala
	unity-private/launcher/scroller-model.vala
	unity-private/launcher/scroller-view.vala
	unity-private/launcher/scrollerchild-controller.vala
	unity-private/launcher/scrollerchild.vala

2010-06-16  Gord Allott  <gord.allott@canonical.com>

	make the tests compile again

2010-06-16  Gord Allott  <gord.allott@canonical.com>

	fixed cogl warnings

2010-06-16  Gord Allott  <gord.allott@canonical.com>

	make sure to grab the pointer so that mutter works correctly

2010-06-16  Gord Allott  <gord.allott@canonical.com>

	fixed dragging

2010-06-16  Gord Allott  <gord.allott@canonical.com>

	fixed dragging

2010-06-16  Gord Allott  <gord.allott@canonical.com>

	finally fixed projection matrix for icons woo! thanks jay

2010-06-16  Gord Allott  <gord.allott@canonical.com>

	latest code

2010-06-16  Gord Allott  <gord.allott@canonical.com>

	latest code

2010-06-16  Gord Allott  <gord.allott@canonical.com>

	latest code

2010-06-16  Gord Allott  <gord.allott@canonical.com>

	new stuff

2010-06-16  Gord Allott  <gord.allott@canonical.com>

	latest launcher code

2010-06-09  Gord Allott  <gord.allott@canonical.com>

	latest unity

2010-06-14  Jason Smith  <jason@hakimaki>

	merge remove background branch

2010-06-11  Jason Smith  <jason@hakimaki>

	remove background object as it is complete unused

2010-06-11  Jason Smith  <jason@hakimaki>

	merge meta-fullscreen-detection branch

2010-06-10  Jason Smith  <jason@hakimaki>

	make fullscreen detection work properly using metacity calls

2010-06-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	New devel release

2010-06-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.2.8

2010-06-10  Jason Smith  <jason@hakimaki>

	Merge wnck removal branch

2010-06-09  Jason Smith  <jason@hakimaki>

	Fix bug in expose where improper windows were shown

2010-06-09  Jason Smith  <jason@hakimaki>

	merge in wnckless unity changes from old branch

2010-06-09  Jason Smith  <jason@hakimaki>

	Build without wnck except in unity-private testing

2010-06-09  Jason Smith  <jason@hakimaki>

	remove libwnck build dep

2010-06-09  Jason Smith  <jason@hakimaki>

	final nail in wncks coffin

2010-06-09  Jason Smith  <jason@hakimaki>

	more work to remove wnck, just broke fullscreen detection

2010-06-09  Jason Smith  <jason@hakimaki>

	algorithm cleanup using torvalds notation

2010-06-09  Jason Smith  <jason@hakimaki>

	remove very strange usage of wnck

2010-06-09  Jason Smith  <jason@hakimaki>

	More death to wnck

2010-06-09  Jason Smith  <jason@hakimaki>

	Make expose not use wnck

2010-06-09  Jason Smith  <jason@hakimaki>

	Begin migration away from wnck

2010-06-10  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Merge lp:~didrocks/unity/include-tarball-file: Files need inclusion in tarball because of bug #530584.

2010-06-10  Didier Roche  <didier.roche@canonical.com>

	include non distribution file in tarball (LP: #592120)

2010-06-10  Jay Taoko  <jay.taoko@canonical.com>

	
	
	Display the indicator when in Places modes
	
	[modified]
	unity-private/panel/panel-indicator-bar.vala
	- Added a background texture (visible only in Places mode)
	
	unity-private/panel/panel-view.vala
	- Hide panel menubar, background and systray when in in Places mode
	
	unity-private/Makefile.am
	
	[added]
	unity-private/panel/panel-indicator-background.vala
	- Custom cairo rendering for the indicators background

2010-06-09  Jay Taoko  <jay.taoko@canonical.com>

	Minor Cleanup.

2010-06-09  Jay Taoko  <jay.taoko@canonical.com>

	Display the indicator when in Places modes
	
	[modified]
	unity-private/panel/panel-indicator-bar.vala
	- Added a background texture (visible only in Places mode)
	
	unity-private/panel/panel-view.vala
	- Hide panel menubar, background and systray when in in Places mode
	
	unity-private/Makefile.am
	
	[added]
	unity-private/panel/panel-indicator-background.vala
	- Custom cairo rendering for the indicators background

2010-06-10  Didier Roche  <didier.roche@canonical.com>

	don't fail on perceptualdiff not installed, make it optional

2010-06-07  Didier Roche  <didier.roche@canonical.com>

	don't fail on perceptualdiff not installed, make it optional

2010-06-10  Gord Allott  <gord.allott@canonical.com>

	fixes various issues from unity 0.1 to 0.2 - uses a web emblem for missing webapp icons, fix for weird characters in webapp urls, clean up local desktop files after removing

2010-06-10  Gord Allott  <gord.allott@canonical.com>

	forward porting oem fixes from 0.1 to 0.2

2010-06-09  Gord Allott  <gord.allott@canonical.com>

	fixes the spacing issue with icons jumping around after the new icon look

2010-06-09  Gord Allott  <gord.allott@canonical.com>

	update the rotation middle of the wiggle anim to accomodate new launcher size

2010-06-09  Gord Allott  <gord.allott@canonical.com>

	small fix to stop the icons jumping about, we have to fake the size of the icons because the actuall graphic is slightly bigger

2010-06-09  Jay Taoko  <jay.taoko@canonical.com>

	Panel indicator ui testing. Using director to simulate putton press on an indicator.
	
	[modified]
	unity-private/panel/panel-indicator-bar.vala
	- retrieve an IndicatorObjectView by specifying its IndicatorObject
	
	tests/ui/test-indicators.vala
	- Simulating button press on indicators
	
	tests/ui/test-ui.vala
	unity-private/panel/panel-indicator-object-view.vala
	
	tests/ui/Makefile.am
	
	[added]
	tests/ui/test-indicators.vala
	- implementing UI testing

2010-06-08  Jay Taoko  <jay.taoko@canonical.com>

	Panel indicator ui testing. Using director to simulate putton press on an indicator.
	
	[modified]
	unity-private/panel/panel-indicator-bar.vala
	- retrieve an IndicatorObjectView by specifying its IndicatorObject
	
	tests/ui/test-indicators.vala
	- Simulating button press on indicators
	
	tests/ui/test-ui.vala
	unity-private/panel/panel-indicator-object-view.vala
	
	tests/ui/Makefile.am
	
	[added]
	tests/ui/test-indicators.vala
	- implementing UI testing
	

2010-06-08  Jay Taoko  <jay.taoko@canonical.com>

	Indicator ui test. Code cleanup.
	
	[modified]
	tests/ui/test-indicators.vala
	tests/ui/test-ui.vala

2010-06-08  Jay Taoko  <jay.taoko@canonical.com>

	Merge

2010-06-08  Jay Taoko  <jay.taoko@canonical.com>

	Indicators UI testing
	
	[modified]
	tests/ui/test-automate.vala
	- fixed automation tests
	
	tests/ui/test-indicators.vala
	- added mouse and keyboard events tests on indicators
	
	unity-private/panel/panel-indicator-object-view.vala
	- added utility function to fix an issue in the test.This is a hack.
	
	
	unity-private/panel/panel-indicator-object-entry-view.vala
	- added function to return true if the menu is open

2010-06-08  Jay Taoko  <jay.taoko@canonical.com>

	Panel indicator ui testing. Using director to simulate putton press on an indicator.
	
	
	[modified]
	unity-private/panel/panel-indicator-bar.vala
	- retrieve an IndicatorObjectView by specifying its IndicatorObject
	
	tests/ui/test-indicators.vala
	- Simulating button press on indicators
	
	tests/ui/test-ui.vala
	unity-private/panel/panel-indicator-object-view.vala

2010-06-08  Jay Taoko  <jay.taoko@canonical.com>

	In progress: panel indicator testing...

2010-06-07  Jay Taoko  <jay.taoko@canonical.com>

	Work in progress:
	Implementing get_entries in FakeIndicators
	UI testing of indicators
	
	[modified]
	tests/ui/Makefile.am
	tests/ui/Makefile.am
	
	[added]
	tests/ui/test-indicators.vala
	- implementing UI testing

2010-06-04  Jay Taoko  <jay.taoko@canonical.com>

	Implementing get_entries in FakeIndicatorObject in order to be fully compatible with Indicator.Object
	
	[modified]
	tests/unit/test-panel-indicator-object-view.vala

2010-06-09  Didier Roche  <didier.roche@canonical.com>

	fix unity conflict in merge back

2010-06-08  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Fix DBus marshalling of EntryInfo/RendererInfo. DBus calls to Place.GetEntries() would always return ampty RendererInfo structs because we inadvertedly copied the _RendererInfo struct when creating a RendererInfo object to hold it. Work around this by using pointer types in Vala

2010-06-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	Allow building on Maverick

2010-06-08  Didier Roche  <didier.roche@canonical.com>

	add sep

2010-06-08  Didier Roche  <didier.roche@canonical.com>

	add COPYING.LGPL to dist

2010-06-08  Didier Roche  <didier.roche@canonical.com>

	distribute COPYING.LGPL

2010-06-08  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Install a unity.pc file for libunity

2010-06-08  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Generate and install unity.pc for development against libunity

2010-06-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	Update libunity licensing

2010-06-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	Update libunity licensing to be LGPLv3

2010-06-07  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Merge lp:~unity-team/unity/unity.complete-places-api: Wiring up the API stubs that was left empty in the Unity.Place namespace:
	
	Add a num_hints() method to EntryInfo and RendererInfo
	
	Add a new class UnityPlaceSearch that encapsulates a search request
	
	EntryInfo got two hook properies: search-handler and global-search-handler which contains the callback to invoke on incoming DBus requests for SetSearch() and SetGlobalSearch()
	
	Expose two new properties on EntryInfo: active and active_section which reflects the DBus calls to SetActive() and SetActiveSection() via the notify signal of the EntryInfo

2010-06-07  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Wire up the API stubs that was left empty in the Unity.Place namespace:
	
	Add a num_hints() method to EntryInfo and RendererInfo
	
	Add a new class UnityPlaceSearch that encapsulates a search request
	
	EntryInfo got two hook properies: search-handler and global-search-handler which contains the callback to invoke on incoming DBus requests for SetSearch() and SetGlobalSearch()
	
	Expose two new properties on EntryInfo: active and active_section which reflects the DBus calls to SetActive() and SetActiveSection() via the notify signal of the EntryInfo
	
	Remove large section of out commented obsolete code

2010-06-07  Mirco Müller  <mirco.mueller@ubuntu.com>

	updated cogl vala-bindings to cover cogl_clip_push_rectangle(), parameter-names have been kept in line with generated names to trim possible diffs (for Gordon's sake :) in the future

2010-06-07  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged unity.quicklist-visual-tweaks branch after review and approval from
	Neil.

2010-06-04  Mirco Müller  <mirco.mueller@ubuntu.com>

	tweaked corner-radii/anchor-size/spacing/positioning for tooltips and quicklists to fulfill design-requirements, pulling screen-dpi from GtkSettings since Xorg doesn't provide right one

2010-06-04  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Merge lp:~anjali-team/anjali/unity.places-api. Brings in initial implementation of the server side of the DBus architecture I nailed doen with njpatel.
	
	Removed obsolete files:
	unity/unity-place-marshal.list
	unity/unity-place.c
	unity/unity-place.h
	unity/unity-place.xml
	
	Added new files for implementing Unity.Place.{Controller,EntryInfo,RendererInfo}:
	unity/unity-place.vala
	test/unit/test-place.vala
	
	Modified build to depend on dee-1.0, removed obsolete refs, and add the new ones:
	configure.ac
	targets/mutter/Makefile.am
	targets/unity/Makefile.am
	tests/ui/Makefile.am
	tests/unit/Makefile.am
	unity/Makefile.am
	vapi/Makefile.am
	
	Modified to add missing bindings:
	vapi/dee-1.0.vapi
	

2010-06-04  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add dee-1.0 to targets/unity/Makefile.am

2010-06-04  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Comment out the code in Unity.Place.Controller (and related classes) that relies on DBus.COnnection.unregister_object() since it relies on https://bugzilla.gnome.org/show_bug.cgi?id=620543

2010-06-04  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Get in line with trunk, and add a few build fixes (deps on dee-1.0)

2010-06-04  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Test suite for Unity.Place complete

2010-06-04  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Add a slew of additional unit tests to Unity.Place namespace

2010-06-04  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Unit tests for Unity.Place module really comming together and a passing fine so far

2010-06-03  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Finally nail down a g_critical() from a g_strv_length() call, caused by a bug in valac. While not formally tested, everything seems to work

2010-06-03  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Despite a critical warning on stderr at runtime you can now actually export a place and dynamically add/remove place entries

2010-06-03  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Emit DBus signals when managed PlaceEntries change

2010-06-03  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	More fleshing out of the DBus details for PlaceEntry and Place implementation

2010-06-03  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Helper GObjects implemented and DBus serialization is working. Need to implement helper classes for the place daemons to hide avoid DBusisms and then we're ready to implement a simple test service
	
	Fix bug in Dee's .vapi, missing 'unowned' on Dee.SharedModel.get_swarm_name()

2010-06-02  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Rip out the old Unity.Place API and prepare for the new one

2010-06-04  Jay Taoko  <jay.taoko@canonical.com>

	Test IndicatorObjectView
	
	[modified]
	test-unit.vala
	
	unity-private/panel/panel-indicator-object-view.vala
	- Added methods to query the indicator entries in
	
	tests/unit/Makefile.am
	
	[added]
	tests/unit/test-panel-indicator-object-view.vala
	- Create FakeIndicatorObject (subclass of Indicator.Object)
	- Test adding indicator entries to the FakeIndicatorObject

2010-06-04  Jay Taoko  <jay.taoko@canonical.com>

	Test IndicatorObjectView
	
	[modified]
	test-unit.vala
	
	unity-private/panel/panel-indicator-object-view.vala
	- Added methods to query the indicator entries in
	
	tests/unit/Makefile.am
	
	[added]
	tests/unit/test-panel-indicator-object-view.vala
	- Create FakeIndicatorObject (subclass of Indicator.Object)
	- Test adding indicator entries to the FakeIndicatorObject

2010-06-03  Jay Taoko  <jay.taoko@canonical.com>

	Test IndicatorObjectView
	
	[modified]
	test-unit.vala
	
	unity-private/panel/panel-indicator-object-view.vala
	- Added methods to query the indicator entries in
	
	tests/unit/Makefile.am
	
	[added]
	tests/unit/test-panel-indicator-object-view.vala
	- Create FakeIndicatorObject (subclass of Indicator.Object)
	- Test adding indicator entries to the FakeIndicatorObject

2010-06-04  Neil Jagdish Patel  <neil.patel@canonical.com>

	Next development release

2010-06-04  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.2.6

2010-06-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	Panel re-architcture

2010-06-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Make show_unity in mutter show the window picker
	- Home button should initiate on button-release
	
	modified:
	targets/mutter/plugin.vala
	unity-private/panel/panel-home-button.vala

2010-06-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Add bits to enable testing of indicators independant of what's installed
	- Add some unit tests for PanelIndicatorObjectEntryView
	
	added:
	tests/unit/test-panel-indicator-object-entry-view.vala
	modified:
	.bzrignore
	tests/unit/Makefile.am
	tests/unit/test-unit.vala
	unity-private/panel/panel-indicator-object-entry-view.vala
	unity-private/unity-utils.c
	vapi/indicator.vapi

2010-06-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Make tests work
	
	modified:
	.bzrignore
	tests/ui/data/quicklist_controller_show_label.png
	tests/ui/test-home-button.vala
	tests/ui/test-quicklist.vala
	tests/ui/test-ui.vala
	unity-private/testing/test-utils.vala

2010-06-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	Merge from trunk

2010-06-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	Restore hilight on active menu entries

2010-06-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	Scrolling support

2010-06-02  Jay Taoko  <jay.taoko@canonical.com>

	Merge + Work on indicator menu scrubbing

2010-06-03  Mirco Müller  <mirco.mueller@ubuntu.com>

	merged in branch unity.panel-home-button

2010-06-03  Mirco Müller  <mirco.mueller@ubuntu.com>

	finally made the added shell-interface-API work by adding/renaming the calls get_panel_height_foobar() and get_launcher_width_foobar() so they don't clash with what's already defined in unity/targets/mutter/main.c

2010-06-02  Mirco Müller  <mirco.mueller@ubuntu.com>

	added get_panel_height() to shell interface and implemented it for mutter-target and tests, used in PanelHomeButton

2010-06-01  Mirco Müller  <mirco.mueller@ubuntu.com>

	make sure the new test for the panel-home-button gets called

2010-06-01  Mirco Müller  <mirco.mueller@ubuntu.com>

	source files need to be specified in alphabetical order

2010-06-01  Mirco Müller  <mirco.mueller@ubuntu.com>

	added test for new panel-home-button

2010-06-02  Jay Taoko  <jay.taoko@canonical.com>

	Merge

2010-06-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Make systray work
	- Add background to panel, hack around bad asset
	- Some extra clean-up
	
	removed:
	unity-private/panel/panel-system-tray.vala
	added:
	unity-private/panel/panel-background.vala
	modified:
	unity-private/Makefile.am
	unity-private/launcher/scroller-controller.vala
	unity-private/panel/panel-menu-manager.vala
	unity-private/panel/panel-tray.vala
	unity-private/panel/panel-view.vala

2010-06-02  Jay Taoko  <jay.taoko@canonical.com>

	Indicator navigation with keyboard
	Begin work on Indicator scrubbing with mouse
	
	[modified]
	unity-private/panel/panel-indicator-bar.vala
	unity-private/panel/panel-indicator-object-entry-view.vala
	unity-private/panel/panel-indicator-object-view.vala
	unity-private/panel/panel-menu-manager.vala

2010-06-02  Jay Taoko  <jay.taoko@canonical.com>

	Merged with neil panel work

2010-06-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make the menubar rectangle transparent

2010-06-02  Jay Taoko  <jay.taoko@canonical.com>

	Start of work for showing the menu

2010-06-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Make the MenuBar show the appmenu indicator
	- Fix compile issue with mutter
	
	modified:
	targets/mutter/plugin.vala
	unity-private/panel/panel-indicator-bar.vala
	unity-private/panel/panel-menubar.vala

2010-06-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Add some basic appmenu support
	- Remove unneeded code from panel-view
	
	modified:
	unity-private/panel/panel-menubar.vala
	unity-private/panel/panel-view.vala

2010-06-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Gee.HashMap is unable to be sorted, which was an oversight on my behalf when
	designing the API for the models. Hence I've made the 'get_indicator_list'
	return an ordered list of Indicator.Object's and added a get_indicator_name
	for the instances when the view needs to knoew the name of the object
	(which I may add to libindicator itself sometime soon)
	
	- With the new API, I added support for ordering the list
	
	- Updated existing code to use new API and did some clean up of debug messages
	
	modified:
	unity-private/panel/panel-indicator-bar.vala
	unity-private/panel/panel-indicator-model.vala
	unity-private/panel/panel-view.vala

2010-06-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make targets us panel height from Unity.Panel.PANEL_HEIGHT

2010-06-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Update indicator spacing
	- Import work done to make indicator sizes better and the color of the entry
	bg match the gtk theme
	
	modified:
	unity-private/panel/panel-indicator-bar.vala
	unity-private/panel/panel-indicator-object-entry-view.vala
	unity-private/panel/panel-indicator-object-view.vala

2010-06-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Bunch of fixes and cleanups
	- Init and show home button, menubar and indicatorbar
	- Start work on fixing padding of indicator bar
	- Try and not override allocate
	- Temporarily disable resizing the entry bg until we've figured out the cause
	of the loop
	
	modified:
	unity-private/panel/panel-home-button.vala
	unity-private/panel/panel-indicator-bar.vala
	unity-private/panel/panel-indicator-object-entry-view.vala
	unity-private/panel/panel-indicator-object-view.vala
	unity-private/panel/panel-menubar.vala
	unity-private/panel/panel-system-tray.vala
	unity-private/panel/panel-view.vala

2010-06-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix orientation

2010-06-01  Jay Taoko  <jay.taoko@canonical.com>

	Panel indicator cleanup

2010-06-01  Jay Taoko  <jay.taoko@canonical.com>

	Panel indicator

2010-06-01  Jay Taoko  <jay.taoko@canonical.com>

	fix from Neil

2010-06-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove public *void* FileIndicatorModel, as the void makes it mean something
	else
	
	modified:
	unity-private/panel/panel-indicator-model.vala

2010-06-01  Jay Taoko  <jay.taoko@canonical.com>

	Commit

2010-06-01  Jay Taoko  <jay.taoko@canonical.com>

	Adding additional files.
	First attempt at rendering.

2010-05-31  Jay Taoko  <jay.taoko@canonical.com>

	Merge

2010-05-31  Mirco Müller  <mirco.mueller@ubuntu.com>

	panel-home-button added

2010-05-31  Jay Taoko  <jay.taoko@canonical.com>

	Panel indicator architecture
	
	[modified]
	unity-private/panel/panel-indicator-object-entry-view.vala
	
	[added]
	unity-private/panel/panel-menu-manager.vala

2010-05-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	Work around libindicator weirdness

2010-05-27  Jay Taoko  <jay.taoko@canonical.com>

	Rearchitecture of panel indicator
	
	[added]
	unity-private/panel/panel-indicator-model.vala
	unity-private/panel/panel-indicator-object-entry-view.vala
	unity-private/panel/panel-indicator-object-view.vala

2010-06-02  Gord Allott  <gord.allott@canonical.com>

	Updates the icon-rendering to the 10.10 cycle spec
	
	Modified:
	unity-private/launcher/launcher-child.vala
	- small value changes
	unity-private/launcher/scroller-view.vala
	- set icon spacing to 6 pixels and top padding to 10 pixels
	unity/icon-postprocessor.vala
	- updated to new icon rendering

2010-06-02  Gord Allott  <gord.allott@canonical.com>

	updated icon sizes to 50x50 to accomodate 1px transparent border

2010-06-02  Gord Allott  <gord.allott@canonical.com>

	updates icon rendering to the latest launcher spec

2010-05-28  Gord Allott  <gord.allott@canonical.com>

	stop trying to put items into -1 indexes on a list

2010-05-28  Gord Allott  <gord.allott@canonical.com>

	fixes small problem with expose ending triggered early. also removes a few debugs

2010-05-28  Gord Allott  <gord.allott@canonical.com>

	fix expose pre-maturely returning

2010-05-27  Jay Taoko  <jay.taoko@canonical.com>

	Merge

2010-05-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	Bump version for next development cycle

2010-05-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.2.4

2010-05-27  Jay Taoko  <jay.taoko@canonical.com>

	UI Automation
	
	[modified]
	tests/ui/Makefile.am
	
	tests/ui/test-ui.vala
	- temporarily deactivated automation testing
	
	unity-private/panel/panel-indicators.vala
	- disable the indicators with UNITY_PANEL_INDICATORS_SKIP="all"
	
	tests/ui/test-automate.vala
	- Added timing mesure for animations
	
	unity-private/testing/test-director.vala
	
	[added]
	tests/ui/test-automate.vala
	- automation basic test

2010-05-25  Jay Taoko  <jay.taoko@canonical.com>

	UI Automation testing
	
	tests/ui/test-automate.vala
	- Added timing mesure for animations
	
	tests/ui/test-ui.vala
	- temporarily deactivated automation testing

2010-05-07  Jay Taoko  <jay.taoko@canonical.com>

	Unity Automation
	
	[modified]
	tests/ui/Makefile.am
	tests/ui/test-ui.vala
	unity-private/panel/panel-indicators.vala
	- disable the indicators with UNITY_PANEL_INDICATORS_SKIP="all"
	unity-private/testing/test-director.vala
	
	[added]
	tests/ui/test-automate.vala
	- automation basic test

2010-05-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Update bzr ignores

2010-05-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Add support for Dee
	- Remove dbusmodel deps
	
	removed:
	vapi/dbusmodel.deps
	vapi/dbusmodel.vapi
	modified:
	configure.ac
	targets/unity/Makefile.am
	unity-private/Makefile.am
	unity-private/places/places-results-view.vala
	vapi/Makefile.am
	vapi/dee-1.0.vapi
	pending merges:
	Neil Jagdish Patel 2010-05-27 - Add support for Dee

2010-05-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Add support for Dee
	- Ditch DbusModel
	
	removed:
	vapi/dbusmodel.deps
	vapi/dbusmodel.vapi
	modified:
	configure.ac
	targets/unity/Makefile.am
	unity-private/Makefile.am
	unity-private/places/places-results-view.vala
	vapi/Makefile.am
	vapi/dee-1.0.vapi

2010-05-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Update search provider
	- Make indicator menu hilight match Gtk
	- Reduce spacing between indicators

2010-05-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix URL string

2010-05-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	Update search provider

2010-05-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Make indicator menu highlight match Gtk theme

2010-05-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Reduce spacing between indicators
	- Fix the size of indicators

2010-05-27  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Inline vapi files for Dee

2010-05-27  Gord Allott  <gord.allott@canonical.com>

	added forward ported fix for grabbing the pointer on scroll

2010-05-27  Gord Allott  <gord.allott@canonical.com>

	enables per-application expose in unity

2010-05-27  Gord Allott  <gord.allott@canonical.com>

	fixed formatting

2010-05-27  Gord Allott  <gord.allott@canonical.com>

	fix conflicts

2010-05-27  Gord Allott  <gord.allott@canonical.com>

	re-enables expose mode for applications

2010-05-27  Gord Allott  <gord.allott@canonical.com>

	replaced tab formatting with spaces

2010-05-27  Gord Allott  <gord.allott@canonical.com>

	enables support for bamf applications with no desktop file

2010-05-27  Gord Allott  <gord.allott@canonical.com>

	quick fix to check for null desktop file calls properly

2010-05-26  Gord Allott  <gord.allott@canonical.com>

	lets accepts launchers from bamf with no desktop file

2010-05-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add Bamf-0.2.vapi locally

2010-05-27  Gord Allott  <gord.allott@canonical.com>

	rehouse orphaned dragged children

2010-05-27  Gord Allott  <gord.allott@canonical.com>

	rehouse orphaned dragged children

2010-05-27  Gord Allott  <gord.allott@canonical.com>

	stoped the moving animation when adding things to the launcher

2010-05-27  Gord Allott  <gord.allott@canonical.com>

	stoped the moving animation when adding things to the launcher

2010-05-26  Gord Allott  <gord.allott@canonical.com>

	awesome working d&d anims

2010-05-25  Gord Allott  <gord.allott@canonical.com>

	updated to latest unity

2010-05-25  Gord Allott  <gord.allott@canonical.com>

	removes liblauncher and replaces it with bamf

2010-05-25  Gord Allott  <gord.allott@canonical.com>

	merged with latest unity

2010-05-25  Gord Allott  <gord.allott@canonical.com>

	removed support for getting names from bamf

2010-05-25  Gord Allott  <gord.allott@canonical.com>

	merges in the tests that utilise favorites

2010-05-05  Gordon Allott  <gord.allott@canonical.com>

	fake unity favorites implimentation

2010-05-05  Gordon Allott  <gord.allott@canonical.com>

	merged in new favorites codebase

2010-05-05  Gordon Allott  <gord.allott@canonical.com>

	merged in unit-tests branch

2010-05-25  Gord Allott  <gord.allott@canonical.com>

	merges in the univer favorites branch, removes the dependancy on liblauncher for favorites handling

2010-05-25  Gord Allott  <gord.allott@canonical.com>

	adds animation to the drag and drop stuff

2010-05-25  Gord Allott  <gord.allott@canonical.com>

	adds fadein/out animations for launchers

2010-05-25  Gord Allott  <gord.allott@canonical.com>

	latest unity

2010-05-25  Gord Allott  <gord.allott@canonical.com>

	fix previous test

2010-05-25  Gord Allott  <gord.allott@canonical.com>

	fix for one application being launched multple times not matching. also added test for same problem

2010-05-25  Gord Allott  <gord.allott@canonical.com>

	make sure we set the name from bamf application when one is attached

2010-05-24  Gord Allott  <gord.allott@canonical.com>

	all the changes i forgot to commit =\, fixes, tests everything

2010-05-11  Gordon Allott  <gord.allott@canonical.com>

	stop bamf killing our tests#

2010-05-07  Gordon Allott  <gord.allott@canonical.com>

	avoid warnings in bamf

2010-05-07  Gordon Allott  <gord.allott@canonical.com>

	make mutter raise windows in process

2010-05-07  Gordon Allott  <gord.allott@canonical.com>

	small bamf fixes, debugs removed

2010-05-06  Gordon Allott  <gord.allott@canonical.com>

	enables support for showing/hiding launchers depending on their visible type

2010-05-06  Gordon Allott  <gord.allott@canonical.com>

	watch for user_visible on apps

2010-05-06  Gordon Allott  <gord.allott@canonical.com>

	fixes mouse clicks initing drags when they shouldn't be 

2010-05-06  Gordon Allott  <gord.allott@canonical.com>

	added support for launching and switching windows in bamf

2010-05-06  Gordon Allott  <gord.allott@canonical.com>

	first implimentation of bamf

2010-05-06  Gordon Allott  <gord.allott@canonical.com>

	moved unity/ over to Unity.Favorites

2010-05-06  Gordon Allott  <gord.allott@canonical.com>

	merged in unity.favorites

2010-05-05  Gordon Allott  <gord.allott@canonical.com>

	removed debugs

2010-05-05  Gordon Allott  <gord.allott@canonical.com>

	integrates favorite support into application-controller.vala

2010-05-05  Gordon Allott  <gord.allott@canonical.com>

	integrated unity favorites

2010-05-05  Gordon Allott  <gord.allott@canonical.com>

	remerge from trunk

2010-05-06  Gordon Allott  <gord.allott@canonical.com>

	moved makefiles over to bamf

2010-05-05  Gordon Allott  <gord.allott@canonical.com>

	adds unit tests for the scroller model and makes our tests disable indicators

2010-05-04  Gordon Allott  <gord.allott@canonical.com>

	added todo

2010-05-04  Gordon Allott  <gord.allott@canonical.com>

	added launcher tests

2010-05-04  Gordon Allott  <gord.allott@canonical.com>

	added ScrollerModel tests

2010-05-04  Gordon Allott  <gord.allott@canonical.com>

	disable indicators in UI tests

2010-05-04  Gordon Allott  <gord.allott@canonical.com>

	allows the object registry to hold more than one instance

2010-05-04  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Merge lp:~anjali-team/anjali/unity.places-enablement. This re-enables the places if you export UNITY_ENABLE_PLACES=1.

2010-04-29  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Move the Files place daemon to a separate project as requested ny Neil

2010-04-29  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Merge with trunk

2010-04-29  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Wire up with Zeitgeist.Monitor to automatically update the model as we are running. Seems that Unity doesn't pick up the changes to the model correctly.

2010-04-29  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Implement a common base class Unity.Place.Daemon to use for easy impl of place daemon. Make FilesPlaceDaemon use this new base class
	
	Rename namespace of daemons from Unity.Foo to Unity.Place... :-)

2010-04-29  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Better icon lookup for items from ZG.

2010-04-29  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Log a warning if we fail to load a icon for a GIcon

2010-04-28  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Add fixme about us deciding on file icons in the model/controller. This seems to belong in the view.

2010-04-28  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Add support for guesssing icons and setting thumbnails for displayed media

2010-04-28  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Add support for ApplicationIcons to load their image from serialized GIcon data

2010-04-28  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Make the unity-files-daemon export a DBus API like described in unity/unity-place.xml. With this in place unity can now actually show the model exported by unity-files-daemon, provided you set the env var UNITY_ENABLE_PLACES=1
	
	Update files.place.in to reflect ^^

2010-04-28  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Don't expect a separate view_name string arg in PlacesProxy.on_view_changed(). The signal only sends a map of properties. The view name is now embedded as part of the props, as... wait for it... ... 'view-name'

2010-04-28  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Don't expect a separate view_name string arg in PlacesProxy.on_view_changed(). The signal only sends a map of properties. The view name is now embedded as part of the props, as... wait for it... ... 'view-name'

2010-04-28  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Bugfix: If we get results in that is an unknown group, insert the results after we've dynamically added the group. Before this we only created the group, but did not add the results.
	
	Rename a few internal variables for clarity

2010-04-27  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Rough impl. of Zeitgeist -> DbusModel that install itself as a place... It crashes libdbusmodel for remote peers (wthout knowledge of the model schema) joining the swarm. Need to investigate...

2010-04-27  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Rename ResultsColumns -> ResultColumns to be consistent with "GroupColumns"

2010-04-27  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Generate a files.place INI-style file from files.place.in
	
	Rename the variable DBusPath to DBusObjectPath in the .place files

2010-04-27  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Initial infrastructure for compiling some out of process place daemons exposing a DbusModel interface

2010-04-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	Enable UNITY_ENABLE_PLACES in the Mutter target
	
	modified:
	targets/mutter/plugin.vala

2010-04-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make UNITY_ENABLE_PLACES work in the `unity` target
	
	modified:
	unity-private/panel/panel-view.vala
	unity-private/testing/test-window.vala

2010-04-29  Gordon Allott  <gord.allott@canonical.com>

	big merge from the scroller re-archetect. of note is that liblaunchers namespace is LibLauncher

2010-04-28  Gordon Allott  <gord.allott@canonical.com>

	removed old hover test, fixed po generation

2010-04-28  Gordon Allott  <gord.allott@canonical.com>

	fixed launcher-child.unmap to unmap children instead of mapping them

2010-04-27  Gordon Allott  <gord.allott@canonical.com>

	updated to latest unity

2010-04-27  Gordon Allott  <gord.allott@canonical.com>

	re-enable testing

2010-04-27  Gordon Allott  <gord.allott@canonical.com>

	added some missing files, oops\!

2010-04-27  Gordon Allott  <gord.allott@canonical.com>

	removed debugs, improved get_preferred_width call in launcher-child

2010-04-27  Gordon Allott  <gord.allott@canonical.com>

	removed some left over files

2010-04-27  Gordon Allott  <gord.allott@canonical.com>

	ignore liblauncher and gtk in tests

2010-04-26  Gordon Allott  <gord.allott@canonical.com>

	removed debugs

2010-04-26  Gordon Allott  <gord.allott@canonical.com>

	made scrolling get events from the stage

2010-04-26  Gordon Allott  <gord.allott@canonical.com>

	latest codebase, basic drag and drop support

2010-04-26  Gordon Allott  <gord.allott@canonical.com>

	latest codebase, basic drag and drop support

2010-04-19  Gordon Allott  <gord.allott@canonical.com>

	Merge from unity trunk

2010-04-19  Gordon Allott  <gord.allott@canonical.com>

	big re-arch to new mvc pattern for launcher

2010-04-27  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged move-ql-rendering-in-libunity branch into trunk after review and
	approval from Gordon.

2010-04-26  Mirco Müller  <mirco.mueller@ubuntu.com>

	refactoring work for UI-layer, move all cairo-rendering from Quicklist into libunity

2010-04-19  Mikkel Kamstrup Erlandsen  <kamstrup@hardback>

	Fix compile time error: The variable int w was shadowed by a Mutter.Window w in the for loop. Fixes bug #566601

2010-04-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Bump to next development version

2010-04-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.2.2

2010-04-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Panel and Window fixes

2010-04-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	Remove clutter-gtk-0.10.vapi as shipped in upstream vala now

2010-04-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Fix the missing background
	- Some more fixes for detecting fullscreened windows
	
	modified:
	targets/mutter/plugin.vala

2010-04-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Update indicator.vapi
	- Add scrolling support to indicators
	
	modified:
	unity-private/panel/panel-indicators.vala
	unity-private/utils.vala
	vapi/indicator.vapi

2010-04-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	[places] Update to match latest dbusmodel API, also update dbusmodel Vapi
	
	modified:
	unity-private/places/places-results-view.vala
	vapi/dbusmodel.vapi
	unknown:
	po/unity.pot

2010-04-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] unity and ui testing support!
	
	removed:
	tests/firefox.desktop
	tests/test-const.vapi
	tests/test-unity.vala
	added:
	tests/ui/data/
	tests/ui/data/Makefile.am
	tests/ui/data/quicklist_controller_show_label.png
	tests/ui/data/quicklist_shown_on_hover.png
	tests/ui/test-quicklist.vala
	tests/unit/data/
	tests/unit/data/Makefile.am
	tests/unit/test-places.vala
	unity-private/testing/test-director.vala
	unity-private/testing/test-utils.vala
	modified:
	.bzrignore
	configure.ac
	po/POTFILES.in
	po/POTFILES.skip
	targets/mutter/Makefile.am
	tests/Makefile.am
	tests/ui/Makefile.am
	tests/ui/test-ui.vala
	tests/unit/Makefile.am
	tests/unit/test-unit.vala
	unity-private/Makefile.am
	unity-private/launcher/quicklauncher-manager.vala
	unity-private/launcher/quicklist-controller.vala
	unity-private/launcher/unity-scroller.vala
	unity-private/panel/panel-indicators.vala
	unity-private/testing/test-window.vala
	unity-private/unity-utils.c
	unity-private/utils.vala
	
	pending merges:
	Neil Jagdish Patel 2010-04-14 Add check for perceptualdiff
	Neil Jagdish Patel 2010-04-14 Fix po/ make check
	Neil Jagdish Patel 2010-04-14 * Make Mutter build (doh!)
	Neil Jagdish Patel 2010-04-14 fix timeout and main-quit
	Neil Jagdish Patel 2010-04-14 Forgot to add
	Neil Jagdish Patel 2010-04-14 Clean up tests, remove the older, non-...
	Neil Jagdish Patel 2010-04-14 * Pulled in support for image comparisons
	Neil Jagdish Patel 2010-04-13 [merge] [merge] upstream, compiles wit...
	Neil Jagdish Patel 2010-04-13 * Some more test stuff
	Neil Jagdish Patel 2010-04-11 - Make tests pass by using g_test_log_...

2010-04-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add check for perceptualdiff
	
	modified:
	configure.ac

2010-04-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix po/ make check
	
	modified:
	po/POTFILES.in
	po/POTFILES.skip
	unknown:
	po/unity.pot

2010-04-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Make Mutter build (doh!)
	* Add UNITY_PANEL_INDICATORS_SKIP to skip one or more indicators if they are
	causing issues
	
	modified:
	targets/mutter/Makefile.am
	unity-private/panel/panel-indicators.vala

2010-04-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix timeout and main-quit

2010-04-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	Forgot to add
	
	added:
	tests/ui/data/quicklist_shown_on_hover.png

2010-04-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	Clean up tests, remove the older, non-useful, ones
	
	removed:
	tests/firefox.desktop
	tests/test-const.vapi
	tests/test-unity.vala
	added:
	tests/unit/data/
	tests/unit/data/Makefile.am
	tests/unit/test-places.vala
	modified:
	.bzrignore
	configure.ac
	tests/Makefile.am
	tests/ui/Makefile.am
	tests/ui/data/Makefile.am
	tests/ui/test-quicklist.vala
	tests/unit/Makefile.am
	tests/unit/test-unit.vala
	unity-private/testing/test-director.vala
	unknown:
	tests/ui/data/quicklist_shown_on_hover.png

2010-04-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Pulled in support for image comparisons
	* Support for saving snapshots (when constructing the test)
	* Snapshot comparison, with 'expected' bool
	* Simple quicklist-controller::show_label test
	
	added:
	tests/ui/data/
	tests/ui/data/Makefile.am
	tests/ui/data/quicklist_controller_show_label.png
	unity-private/testing/test-director.vala
	modified:
	.bzrignore
	configure.ac
	tests/ui/Makefile.am
	tests/ui/test-quicklist.vala
	tests/ui/test-ui.vala
	unity-private/Makefile.am
	unity-private/launcher/quicklauncher-manager.vala
	unity-private/launcher/quicklist-controller.vala
	unity-private/launcher/unity-scroller.vala
	unity-private/testing/test-utils.vala
	unity-private/testing/test-window.vala
	unity-private/unity-utils.c
	unity-private/utils.vala

2010-04-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] upstream, compiles with 0.8

2010-04-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Some more test stuff
	
	added:
	tests/ui/test-quicklist.vala
	modified:
	.bzrignore
	tests/test-unity.vala
	tests/ui/Makefile.am
	tests/ui/test-ui.vala

2010-04-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Make tests pass by using g_test_log_add_fatal_handler
	
	added:
	unity-private/testing/test-utils.vala
	modified:
	.bzrignore
	tests/test-unity.vala
	unity-private/Makefile.am

2010-04-13  Neil Jagdish Patel  <neil.patel@canonical.com>

	[build] Compile with Vala 0.8
	
	modified:
	unity-private/launcher/quicklauncher-manager.vala
	unity-private/panel/panel-indicators.vala
	unity-private/panel/panel-tray.vala
	unknown:
	tmpcvs24667/
	tmpwrk24667/

2010-04-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.2.1

2010-04-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Relayout and testing work
	
	removed:
	mutter.patch
	unity-places/
	unity-places/Makefile.am
	unity-places/generate_vapi
	unity-places/unity-places-custom.vala
	unity-places/unity-places.deps
	unity-places/unity-places.files
	unity-places/unity-places.gi
	unity-places/unity-places.h
	unity-places/unity-places.metadata
	unity-places/unity-places.namespace
	unity-places/unity-places.pc.in
	added:
	targets/
	targets/Makefile.am
	targets/unity/
	targets/unity/Makefile.am
	tests/ui/
	tests/ui/Makefile.am
	tests/ui/test-const.vapi
	tests/ui/test-ui.vala
	tests/unit/
	tests/unit/Makefile.am
	tests/unit/test-const.vapi
	tests/unit/test-unit.vala
	unity-private/testing/
	unity-private/testing/object-registry.vala
	renamed:
	libunity/ => unity/
	libunity/application.vala => unity-private/application.vala
	libunity/perf-logger.vala => unity-private/testing/perf-logger.vala
	mutter-plugin/ => targets/mutter/
	src/ => unity-private/
	src/background.vala => unity-private/testing/background.vala
	src/main.vala => targets/unity/main.vala
	src/quicklauncher/ => unity-private/launcher/
	src/window.vala => unity-private/testing/test-window.vala
	unity-places/unity-place-marshal.list => unity/unity-place-marshal.list
	unity-places/unity-place.c => unity/unity-place.c
	unity-places/unity-place.h => unity/unity-place.h
	unity-places/unity-place.xml => unity/unity-place.xml
	unity-places/unity-places.vapi => vapi/unity-places.vapi
	modified:
	.bzrignore
	AUTHORS
	Makefile.am
	configure.ac
	targets/mutter/Makefile.am
	targets/mutter/plugin.vala
	tests/Makefile.am
	tests/test-unity.vala
	unity-private/Makefile.am
	unity-private/launcher/quicklauncher-manager.vala
	unity-private/launcher/unity-scroller.vala
	unity-private/panel/panel-home.vala
	unity-private/panel/panel-indicators.vala
	unity-private/panel/panel-tray.vala
	unity-private/panel/panel-view.vala
	unity-private/places/cairo-drawing.vala
	unity/Makefile.am
	vapi/Makefile.am
	unity-private/testing/background.vala
	targets/unity/main.vala
	unity-private/testing/test-window.vala
	vapi/unity-places.vapi
	unknown:
	tmpcvs24667/
	tmpwrk24667/
	pending merges:
	Neil Jagdish Patel 2010-04-07 - Stop the bazillion warnings to give GTes...
	Neil Jagdish Patel 2010-04-07 - Use GConfClient instead of GConfEngine
	Neil Jagdish Patel 2010-04-07 - Add ui tests directory
	Neil Jagdish Patel 2010-04-07 - Add unit tests directory
	Neil Jagdish Patel 2010-04-07 - Fix some issues with last commit
	Neil Jagdish Patel 2010-04-07 - Move Window and Background to testin...
	Neil Jagdish Patel 2010-04-07 - Add ChangeLog generation 
	Neil Jagdish Patel 2010-04-07 - Add DBO to AUTHORS
	Neil Jagdish Patel 2010-04-07 - quicklauncher => launcher
	Neil Jagdish Patel 2010-04-07 - Move some stuff into the correct place
	Neil Jagdish Patel 2010-04-07 - Intermediate commit, everything comp...
	Neil Jagdish Patel 2010-04-06 * Make the registration work and add s...
	Neil Jagdish Patel 2010-04-06 * Add object registry

2010-04-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Stop the bazillion warnings to give GTester a chance
	
	modified:
	tests/Makefile.am
	tests/ui/Makefile.am
	unity-private/launcher/unity-scroller.vala
	unity-private/panel/panel-view.vala
	unity-private/places/cairo-drawing.vala

2010-04-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Use GConfClient instead of GConfEngine
	
	modified:
	unity-private/launcher/quicklauncher-manager.vala

2010-04-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Add ui tests directory
	
	added:
	tests/ui/
	tests/ui/Makefile.am
	tests/ui/test-const.vapi
	tests/ui/test-ui.vala
	modified:
	.bzrignore
	configure.ac
	tests/Makefile.am

2010-04-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Add unit tests directory
	
	added:
	tests/unit/
	tests/unit/Makefile.am
	tests/unit/test-const.vapi
	tests/unit/test-unit.vala
	modified:
	.bzrignore
	configure.ac
	tests/Makefile.am

2010-04-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Fix some issues with last commit
	
	modified:
	targets/mutter/plugin.vala
	tests/test-unity.vala

2010-04-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Move Window and Background to testing, update binary
	
	renamed:
	unity-private/background.vala => unity-private/testing/background.vala
	unity-private/window.vala => unity-private/testing/test-window.vala
	modified:
	.bzrignore
	targets/unity/main.vala
	tests/test-unity.vala
	unity-private/Makefile.am
	unity-private/testing/background.vala
	unity-private/testing/test-window.vala

2010-04-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Add ChangeLog generation 
	
	modified:
	Makefile.am

2010-04-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Add DBO to AUTHORS
	
	modified:
	AUTHORS

2010-04-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	- quicklauncher => launcher
	
	renamed:
	unity-private/quicklauncher/ => unity-private/launcher/
	modified:
	.bzrignore
	unity-private/Makefile.am

2010-04-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Move some stuff into the correct place
	
	renamed:
	unity/application.vala => unity-private/application.vala
	unity/perf-logger.vala => unity-private/testing/perf-logger.vala
	modified:
	.bzrignore
	unity-private/Makefile.am
	unity/Makefile.am

2010-04-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Intermediate commit, everything compiles and installs
	
	removed:
	mutter.patch
	unity-places/
	unity-places/Makefile.am
	unity-places/generate_vapi
	unity-places/unity-places-custom.vala
	unity-places/unity-places.deps
	unity-places/unity-places.files
	unity-places/unity-places.gi
	unity-places/unity-places.h
	unity-places/unity-places.metadata
	unity-places/unity-places.namespace
	unity-places/unity-places.pc.in
	added:
	targets/
	targets/Makefile.am
	targets/unity/
	targets/unity/Makefile.am
	unity-private/testing/
	renamed:
	libunity/ => unity/
	libunity/object-registry.vala => unity-private/testing/object-registry.vala
	mutter-plugin/ => targets/mutter/
	src/ => unity-private/
	src/main.vala => targets/unity/main.vala
	unity-places/unity-place-marshal.list => unity/unity-place-marshal.list
	unity-places/unity-place.c => unity/unity-place.c
	unity-places/unity-place.h => unity/unity-place.h
	unity-places/unity-place.xml => unity/unity-place.xml
	unity-places/unity-places.vapi => vapi/unity-places.vapi
	modified:
	.bzrignore
	Makefile.am
	configure.ac
	targets/mutter/Makefile.am
	tests/Makefile.am
	unity-private/Makefile.am
	unity/Makefile.am
	vapi/Makefile.am
	vapi/unity-places.vapi

2010-04-06  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Make the registration work and add support to panel
	
	modified:
	libunity/object-registry.vala
	src/panel/panel-home.vala
	src/panel/panel-indicators.vala
	src/panel/panel-tray.vala
	src/panel/panel-view.vala

2010-04-06  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Add object registry
	
	added:
	libunity/object-registry.vala
	modified:
	.bzrignore
	libunity/Makefile.am

2010-04-01  Gordon Allott  <gord.allott@canonical.com>

	refreshes the webapp icon better, uses png's instead of svg

2010-04-01  Gordon Allott  <gord.allott@canonical.com>

	renames .svg icons to png's and updates icons in an idle loop

2010-03-31  Gordon Allott  <gord.allott@canonical.com>

	updates launcher to make sure all items are sensitive and to expose on long hover

2010-03-31  Gordon Allott  <gord.allott@canonical.com>

	removes hover interactions for launchers with no menus

2010-03-31  Gordon Allott  <gord.allott@canonical.com>

	adds expose on launcher hover and removes sensitivity setting from launchers who go off the screen

2010-03-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] expose and panel text colour fixes

2010-03-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Un-f**k the mutter-plugin::map and mutter-plugin::destroy code
	* Use mutter to find out which windows to expose
	
	
	
	modified:
	mutter-plugin/plugin.vala

2010-03-31  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix colour of panel text to match ubuntu mono

2010-03-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Fix the chromium exec string
	
	modified:
	libunity/chrome-handler.vala

2010-03-30  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged my unity_fix-550961 branch after review and approval from Gordon.
	Fixes LP: #550961.

2010-03-30  Mirco Müller  <mirco.mueller@ubuntu.com>

	After a lot of ping-pong-ing screenshots with Design (Otto, Michael) of
	different settings being applied to background, blur, highlight/sheen and
	position, the Quicklists are now as Design wants them to look.
	Fixes LP: #550961.

2010-03-29  Mirco Müller  <mirco.mueller@ubuntu.com>

	Use an opacity of 50% for the background tint of the Quicklist. This
	improves the contrast of the white text of Quicklist-entries (and
	Tooltips) against any potential bright areas behind the Quicklist/Tooltip.
	Fixes LP: #550961.

2010-03-29  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged my unity_fix-550966 branch after review and approval from Jay and
	Gordon. This fixes LP: #550966.

2010-03-29  Mirco Müller  <mirco.mueller@ubuntu.com>

	Don't mark any Quicklist/Tooltip entry as in-sensitive. Only Droplists
	will use that later. Fixes LP: #550966.

2010-03-29  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged my unity_fix-550964 branch after review and approval from Jay. This
	fixes LP: #550964.

2010-03-29  Mirco Müller  <mirco.mueller@ubuntu.com>

	Fix alignment of quicklist/tooltip anchor-arrow with running/focused
	arrow of quicklauncher-icon. Fixes LP: #550964.

2010-03-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.1.24

2010-03-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Mutter drives the fullscreen checking
	
	modified:
	mutter-plugin/plugin.vala
	pending merges:
	Neil Jagdish Patel 2010-03-29 * Keep some state, otherwise we'll be cons...
	Neil Jagdish Patel 2010-03-29 Add some Mutterization of checking ful...

2010-03-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Keep some state, otherwise we'll be constantly pinging for fullscreen checks
	
	modified:
	mutter-plugin/plugin.vala

2010-03-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add some Mutterization of checking fullscreen obstructions

2010-03-29  Gordon Allott  <gord.allott@canonical.com>

	updates the scroller to a nicer drag resist codebase

2010-03-29  Gordon Allott  <gord.allott@canonical.com>

	updates the scroller to a nicer drag resist codebase

2010-03-29  Gordon Allott  <gord.allott@canonical.com>

	tiny change to the desktop file string that chromium-webapp support uses so that we open in a new tab not a new webapp

2010-03-26  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged my unity_fix-54700 branch after review and approval from Gordon.
	This fixes LP: #54700.

2010-03-25  Mirco Müller  <mirco.mueller@ubuntu.com>

	Increase thickness of outline and separator a bit to make them render
	cleaner. Fixes LP: #54700.

2010-03-26  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged my unity_fix-538989 branch after review and approval from Gordon.
	This fixes LP: #538989.

2010-03-16  Mirco Müller  <mirco.mueller@ubuntu.com>

	make insensitive QuickList-entries italic and half transparent, main label/tooltip is insensitive by default now

2010-03-26  Gordon Allott  <gord.allott@canonical.com>

	merged in liblauncher-refresh branch that updates the window map/unmap methods in mutter to refresh our launcher applications

2010-03-26  Gordon Allott  <gord.allott@canonical.com>

	adds a check on wnck_window

2010-03-26  Gordon Allott  <gord.allott@canonical.com>

	makes mutter-plugin talk to liblauncher to refresh windows rather than unity subsystems

2010-03-26  Gordon Allott  <gord.allott@canonical.com>

	updated vapi

2010-03-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] use signals from mutter

2010-03-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Use the newly added API to mutter to detect topmost change events, and 
	make sure we update the quicklauncher when we get them
	
	modified:
	mutter-plugin/main.c
	mutter-plugin/plugin.vala

2010-03-25  Gordon Allott  <gord.allott@canonical.com>

	merges some fixes into unity:
	ncreases the drag sensitivity of the scroller to 6 pixels
	updates the launcher drop shadows so that they get regenerated after our fade in animation
	updates the value for specifying when launchers are "off the screen" and are thus unresponsive
	
	-------------  This line and the following will be ignored --------------
	
	modified:
	src/quicklauncher/launcher-view.vala
	src/quicklauncher/unity-scroller.vala
	vapi/clutk-0.3.vapi
	pending merges:
	Gordon Allott 2010-03-25 increases the drag sensitivity on the scroller
	Gordon Allott 2010-03-25 small changes into unity, one updates the i...

2010-03-25  Gordon Allott  <gord.allott@canonical.com>

	increases the drag sensitivity on the scroller

2010-03-25  Gordon Allott  <gord.allott@canonical.com>

	small changes into unity, one updates the icon drop shadow shader after the new animation, the other updates the value at which launchers become unresponsive because they are off the screen

2010-03-25  Gordon Allott  <gord.allott@canonical.com>

	fixes #542029 - essentially makes the scroller flings work correctly

2010-03-25  Gordon Allott  <gord.allott@canonical.com>

	should fix the scroller fling problem

2010-03-25  Gordon Allott  <gord.allott@canonical.com>

	adds a fade effect to icon fade-ins

2010-03-25  Gordon Allott  <gord.allott@canonical.com>

	adds a fadein after an icon loads

2010-03-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make refresh better

2010-03-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Update the refreshing to not use idles, which makes it more performant
	
	modified:
	mutter-plugin/plugin.vala
	src/quicklauncher/quicklauncher-manager.vala

2010-03-25  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged my unity_fix-531448 branch after review and approval from Gordon.
	This fixes LP: #531448.

2010-03-24  Mirco Müller  <mirco.mueller@ubuntu.com>

	forgot to remove the debug-output

2010-03-24  Mirco Müller  <mirco.mueller@ubuntu.com>

	Comply to the "Activating a Launcher entry with the cursor"-use-case hiding the label when the user clicks a launcher, fixes LP: #531448

2010-03-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Do some more refresh
	
	modified:
	src/quicklauncher/application-model.vala

2010-03-25  Gordon Allott  <gord.allott@canonical.com>

	updates the webapp support to stop crashes and uses the new icon processing framework

2010-03-24  Gordon Allott  <gord.allott@canonical.com>

	removed webapp-iconbuilder.vala

2010-03-24  Gordon Allott  <gord.allott@canonical.com>

	updated webapp support to stop crashing

2010-03-24  Gordon Allott  <gord.allott@canonical.com>

	updates webicons to use the new icon look/feel

2010-03-24  Gordon Allott  <gord.allott@canonical.com>

	updates webicons to use the new icon look/feel

2010-03-24  Gordon Allott  <gord.allott@canonical.com>

	removes the shortcut pin from applications that don't have a desktop file

2010-03-24  Gordon Allott  <gord.allott@canonical.com>

	fix for no pin shortcut

2010-03-24  Gordon Allott  <gord.allott@canonical.com>

	removes the pin menu shortcut if app does not have a desktop file

2010-03-24  Gordon Allott  <gord.allott@canonical.com>

	adds input region setting support to the scroller to grab mouse events

2010-03-24  Gordon Allott  <gord.allott@canonical.com>

	adds input region support to the scroller

2010-03-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] fullscreen fixes

2010-03-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	clean up a bit

2010-03-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Remove debugs
	
	modified:
	mutter-plugin/plugin.vala

2010-03-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Some more fixes
	
	modified:
	mutter-plugin/plugin.vala

2010-03-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	add some debugs

2010-03-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	add some more checks for fullscreen

2010-03-24  Gordon Allott  <gord.allott@canonical.com>

	updates unity to refresh the launcher models when we have window activity in mutter

2010-03-24  Gordon Allott  <gord.allott@canonical.com>

	added to destroy

2010-03-24  Gordon Allott  <gord.allott@canonical.com>

	do an update of the models on map

2010-03-24  Gordon Allott  <gord.allott@canonical.com>

	quick fix: makes sure that we connect to the button_release_event in the scroller, else we drag on click when we don't want to

2010-03-24  Gordon Allott  <gord.allott@canonical.com>

	small fix into unity ql-view, calls base.allocate only after the check to see if we need to allocate

2010-03-24  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged my unity_fix-542016 branch after review and approval from Gordon.
	This fixes LP: #542016.

2010-03-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	using absolute values for margin and border, this breaks resolution-independence, Design stated 19px although the mockup provided showed 18px, I split it 14px for margin and 5px for border thus 19px altogether, fixes LP: #542016

2010-03-23  Jay Taoko  <jay.taoko@canonical.com>

	Move the last launcher to make room for launcher that is being reordered
	
	[modified]
	src/quicklauncher/unity-scroller.vala

2010-03-19  Jay Taoko  <jay.taoko@canonical.com>

	Merge

2010-03-19  Jay Taoko  <jay.taoko@canonical.com>

	Move the last launcher to make room for launcher that is being reordered
	
	[modified]
	src/quicklauncher/unity-scroller.vala

2010-03-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Set a default theme
	
	modified:
	mutter-plugin/plugin.vala
	src/main.vala
	pending merges:
	Neil Jagdish Patel 2010-03-23 * Don't do too much
	Neil Jagdish Patel 2010-03-23 * Make sure we have a default icon theme

2010-03-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Don't do too much

2010-03-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Make sure we have a default icon theme

2010-03-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Don't show seps if not needed
	
	modified:
	src/quicklauncher/quicklist-controller.vala
	pending merges:
	Neil Jagdish Patel 2010-03-23 * Don't show separators if there are no i...

2010-03-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Don't show separators if there are no items beneath them
	
	modified:
	src/quicklauncher/quicklist-controller.vala

2010-03-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Search icon activates entry

2010-03-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Make search button focus entry
	
	modified:
	src/panel/panel-view.vala

2010-03-23  Gordon Allott  <gord.allott@canonical.com>

	updates unity to support grabbing icons from wnck

2010-03-23  Gordon Allott  <gord.allott@canonical.com>

	updates the launcher icons to get wnck icons if we don't have a desktop file

2010-03-23  Gordon Allott  <gord.allott@canonical.com>

	updated icon code to grab wnckwindow icon if no other icon is available

2010-03-23  Gordon Allott  <gord.allott@canonical.com>

	merged in async theme work

2010-03-23  Gordon Allott  <gord.allott@canonical.com>

	adds async theme loading into unity

2010-03-23  Gordon Allott  <gord.allott@canonical.com>

	merged into unity

2010-03-23  Gordon Allott  <gord.allott@canonical.com>

	merged in async-icon branch

2010-03-23  Gordon Allott  <gord.allott@canonical.com>

	updated configure.ac to not depend on latest clutter-gtk

2010-03-22  Gordon Allott  <gord.allott@canonical.com>

	remove unneeded comments

2010-03-22  Gordon Allott  <gord.allott@canonical.com>

	updated code for loading from the theme to load from file directories too

2010-03-19  Gordon Allott  <gord.allott@canonical.com>

	async theme loading for ThemeImage

2010-03-19  Gordon Allott  <gord.allott@canonical.com>

	first working async theme loading

2010-03-19  Gordon Allott  <gord.allott@canonical.com>

	inital implimentation of theme filename lookups

2010-03-23  Gordon Allott  <gord.allott@canonical.com>

	few small updates into the launcher, scroller now disconnects drag mode on mouse up properly, launcher sensitivity increased and the scroller background repeats on the x axis

2010-03-23  Gordon Allott  <gord.allott@canonical.com>

	few small updates into the launcher, scroller now disconnects drag mode on mouse up properly, launcher sensitivity increased and the scroller background repeats on the x axis

2010-03-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged my unity_fix-542006 branch after review and approval from Jay. This
	fixes LP: #542006. Still needed a small tweak for the left side of the
	Quicklist-outline.

2010-03-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	using absolute values for corner-radius, item-corner-radius, anchor-width/height at the cost of resolution-independence, this will break if font-sizes become very small, absolute values for item-corner-radius, anchor-width/height still have not been provided by Design, so I'm doing best-guessing here, fixes LP: #542009

2010-03-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged my unity_fix-542008 branch after review and approval form Jay. This
	fixes LP: #542008.

2010-03-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	changed the highlight background texture to be less intense, fixes LP: #542008

2010-03-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged my unity_fix-542006 branch after review and approval from Jay. This
	fixes LP: #542006.

2010-03-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	Best attempt to do pixel-grid aligned drawing of outline and separators, adjusting outline- and separator opacity to match design-mockups (not values), fixes LP: #542006

2010-03-22  Gordon Allott  <gord.allott@canonical.com>

	logging fixes for unity, fixes a memmap crasher

2010-03-18  Gordon Allott  <gord.allott@canonical.com>

	missing colons

2010-03-18  Gordon Allott  <gord.allott@canonical.com>

	improved logging support to do double frees

2010-03-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.1.24

2010-03-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Fix resizing stage

2010-03-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Relayout when stage size changed

2010-03-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] fix gconf

2010-03-18  Mirco Müller  <mirco.mueller@ubuntu.com>

	removed the double quotes from the search_template key, fixes LP: #540870

2010-03-18  Gordon Allott  <gord.allott@canonical.com>

	various fixes to improve the startup speed, also adds more logging

2010-03-12  Gordon Allott  <gord.allott@canonical.com>

	merge latest unity

2010-03-12  Gordon Allott  <gord.allott@canonical.com>

	load the icons from a different order of themes

2010-03-12  Gordon Allott  <gord.allott@canonical.com>

	logging fixes

2010-03-12  Gordon Allott  <gord.allott@canonical.com>

	more speed fixes - more logging

2010-03-12  Gordon Allott  <gord.allott@canonical.com>

	more logging

2010-03-12  Gordon Allott  <gord.allott@canonical.com>

	speedup fixes and more logging

2010-03-12  Gordon Allott  <gord.allott@canonical.com>

	only load textures for icon generation once

2010-03-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Fix indicators
	
	modified:
	src/panel/panel-indicators.vala
	pending merges:
	Neil Jagdish Patel 2010-03-17 * Add support for pixbufs in indicators

2010-03-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Add support for pixbufs in indicators

2010-03-17  Jason Smith  <jason.smith@canonical.com>

	merge unowned animations branch

2010-03-16  Jason Smith  <jason.smith@canonical.com>

	fix some warnings

2010-03-16  Jason Smith  <jason.smith@canonical.com>

	More unowned bits

2010-03-16  Jason Smith  <jason.smith@canonical.com>

	Ensure we dont unref mutter windows by mistake

2010-03-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	bump version for new dailys

2010-03-12  Jay Taoko  <jay.taoko@canonical.com>

	Smoothly reorder the remaining icons when a dragged icon gets out of the safe zone.
	
	[modified]
	src/quicklauncher/unity-scroller.vala
	- New float property. Animate the property between 0 to 1 in order smoothly reorder icons

2010-03-11  Jay Taoko  <jay.taoko@canonical.com>

	Smoothly reorder the remaining icons when a dragged icon gets out of the safe zone.
	
	[modified]
	src/quicklauncher/unity-scroller.vala
	- New float property. Animate the property between 0 to 1 in order smoothly reorder icons

2010-03-12  Gordon Allott  <gord.allott@canonical.com>

	reverted change to scroller - now scrolls when there are not enough items

2010-03-12  Gordon Allott  <gord.allott@canonical.com>

	reverted change to scroller - now scrolls when there are not enough items

2010-03-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	add cogl-1.0.vapi to distcheck

2010-03-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.1.22

2010-03-11  Gordon Allott  <gord.allott@canonical.com>

	added menu state check to on_mouse_leave in launcher-view so that menus don't get removed on right click

2010-03-11  Gordon Allott  <gord.allott@canonical.com>

	set non sticky launchers to be +10000 priority instead of minus

2010-03-11  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged my unity_fix-526334-2 branch implementing the separator for the
	Quicklist. Made the horizontal pixel-grid alignment more robust. This
	fixes LP: #526334

2010-03-11  Mirco Müller  <mirco.mueller@ubuntu.com>

	improved the pixel-grid-alignment method

2010-03-11  Mirco Müller  <mirco.mueller@ubuntu.com>

	force the separator-line to be one pixel thick and align to the pixel-grid

2010-03-11  Mirco Müller  <mirco.mueller@ubuntu.com>

	believe it or not, the separators work now, only opacity/color is a bit off still... too transparent

2010-03-11  Mirco Müller  <mirco.mueller@ubuntu.com>

	another go at fixing LP: #526334

2010-03-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Keep search label up-to-date

2010-03-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Remove quotes from gconf keys
	* Add support for updating the search hint when it changes in gconf
	
	modified:
	data/unity.schemas
	src/panel/panel-view.vala

2010-03-11  Gordon Allott  <gord.allott@canonical.com>

	merged in race fix branch, also contains more logging and a fix for the scroller

2010-03-11  Gordon Allott  <gord.allott@canonical.com>

	quick fix, mouse down in launcher view returned true when it should return false

2010-03-11  Gordon Allott  <gord.allott@canonical.com>

	fixed menu destruction on hover

2010-03-11  Gordon Allott  <gord.allott@canonical.com>

	menus removed on scroll always

2010-03-11  Gordon Allott  <gord.allott@canonical.com>

	maor logging\!

2010-03-11  Gordon Allott  <gord.allott@canonical.com>

	fix logging name

2010-03-11  Gordon Allott  <gord.allott@canonical.com>

	more logging

2010-03-11  Gordon Allott  <gord.allott@canonical.com>

	enables liblauncher window matching straight away - more logging

2010-03-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Kyle's translations branch

2010-03-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	update ignores

2010-03-10  Kyle Nitzsche  <kyle.nitzsche@canonical.com>

	add translations to po files and update LINGUAS to target languages.

2010-03-11  Gordon Allott  <gord.allott@canonical.com>

	small fix to get the allocation of the focused indicator in launcher-view right

2010-03-11  Gordon Allott  <gord.allott@canonical.com>

	fixed missing focused indicator

2010-03-10  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged my fix-526335 branch into unity trunk after review and approval
	from Gordon. This corrects the alignment of tooltips, quicklist and launcher
	icons, thus fixing LP: #526335.

2010-03-10  Mirco Müller  <mirco.mueller@ubuntu.com>

	correctly align anchor of tooltips/quicklist with icons on quicklauncher, fixes LP: #526335

2010-03-10  Gordon Allott  <gord.allott@canonical.com>

	adds fancier icon rendering to unity, also updates the cogl vapi file - getting ready for clutter 1.2

2010-03-10  Gordon Allott  <gord.allott@canonical.com>

	updated code to better support allocations

2010-03-10  Gordon Allott  <gord.allott@canonical.com>

	don't scale small icons

2010-03-10  Gordon Allott  <gord.allott@canonical.com>

	don't add effect to webapps

2010-03-10  Gordon Allott  <gord.allott@canonical.com>

	don't do effects on pick

2010-03-10  Gordon Allott  <gord.allott@canonical.com>

	updated the painting to support effects

2010-03-08  Gordon Allott  <gord.allott@canonical.com>

	added shadow

2010-03-08  Gordon Allott  <gord.allott@canonical.com>

	adds icon-post processing to all icons - does not play nicely with webapps yet - adds new cogl to support the latest clutter

2010-03-09  Gordon Allott  <gord.allott@canonical.com>

	fixes bug #532011 - adds a watch on screensaver changes

2010-03-09  Gordon Allott  <gord.allott@canonical.com>

	changed try/catch style

2010-03-09  Gordon Allott  <gord.allott@canonical.com>

	removed animation for removal and re-adding. not needed, made sure to remove menus

2010-03-09  Gordon Allott  <gord.allott@canonical.com>

	adds a dbus communication with the screensaver so that we hide the launcher when the screensaver is active

2010-03-09  Gordon Allott  <gord.allott@canonical.com>

	adds a check for the screensaver over dbus, when we enter screensaver mode, hide the launcher

2010-03-04  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.1.20
	
	modified:
	configure.ac

2010-03-04  Jason Smith  <jason.smith@canonical.com>

	Ensure non-exposed windows opacity is restored

2010-03-04  Jason Smith  <jason.smith@canonical.com>

	Darken expose windows instead of make transparent, fixes bug #530710

2010-03-04  Jason Smith  <jason.smith@canonical.com>

	Stabalize window positioning in expose mode (windows will always end up in the same slot regardless of stack order all other things being equal). This is needed as most windows in unity are maximized and thus are all equal distances from expose grid slots

2010-03-04  Jason Smith  <jason.smith@canonical.com>

	Restore proper expose animations (so that ghost windows do not appear)

2010-03-03  Gordon Allott  <gord.allott@canonical.com>

	updates the launcher-manager to get applications more intelligently

2010-03-03  Gordon Allott  <gord.allott@canonical.com>

	updated to grab a list of all our applications from appman

2010-03-03  Gordon Allott  <gord.allott@canonical.com>

	ensuring windows get updated in post mutter start

2010-03-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Reset the stage focus in "unity mode", so we don't break the menus or expose
	
	modified:
	mutter-plugin/plugin.vala
	unknown:
	libunity/chrome-handler.c
	libunity/prism-handler.c
	libunity/webapp-fetcher.c
	libunity/webapp-iconbuilder.c
	mutter-plugin/expose-manager.c
	mutter-plugin/maximus.c

2010-03-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] mutter fixes
	
	modified:
	mutter-plugin/expose-manager.vala
	mutter-plugin/maximus.vala
	mutter-plugin/window-management.vala
	pending merges:
	Neil Jagdish Patel 2010-03-03 * Fix mini-expose to work if it doesn't r...
	Neil Jagdish Patel 2010-03-03 * Fix unminimising unmaximised windows

2010-03-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Fix mini-expose to work if it doesn't receive a button-release event
	
	modified:
	mutter-plugin/expose-manager.vala

2010-03-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Fix unminimising unmaximised windows
	
	modified:
	mutter-plugin/maximus.vala
	mutter-plugin/window-management.vala

2010-03-03  Gordon Allott  <gord.allott@canonical.com>

	tweaks into unity to get the look right of the scroller

2010-03-03  Gordon Allott  <gord.allott@canonical.com>

	updates the scroller to the correct size

2010-03-03  Gordon Allott  <gord.allott@canonical.com>

	added a slight ammount of padding to the scroller background to solve missing pixel issue

2010-03-03  Gordon Allott  <gord.allott@canonical.com>

	updated the scroller to use an offset for its background animation instead of just scrolling one large image

2010-03-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Megre in misc fixes
	
	modified:
	mutter-plugin/maximus.vala
	mutter-plugin/window-management.vala
	src/panel/panel-indicators.vala
	src/quicklauncher/launcher-view.vala
	vapi/mutter-2.28.vapi
	
	pending merges:
	Neil Jagdish Patel 2010-03-02 [merge] merge with trunk
	Neil Jagdish Patel 2010-03-02 * Space indicators with text + icon a...
	Neil Jagdish Patel 2010-03-02 * Remove stray printf
	Neil Jagdish Patel 2010-03-02 * Add support for width/height and wi...
	Neil Jagdish Patel 2010-03-02 * Fix the previous movement of indica...
	Neil Jagdish Patel 2010-03-01 remove stray debug
	Neil Jagdish Patel 2010-03-01 * Fix auto-activation of Webapps -- b...

2010-03-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	merge with trunk

2010-03-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Space indicators with text + icon a bit more
	* Return true if release event was handled in launcher-view
	* Add debug for unhandled button == 1 events, for testing when focus goes weird
	
	modified:
	src/panel/panel-indicators.vala
	src/quicklauncher/launcher-view.vala
	unknown:
	libunity/chrome-handler.c
	libunity/prism-handler.c
	libunity/webapp-fetcher.c
	libunity/webapp-iconbuilder.c
	mutter-plugin/expose-manager.c
	mutter-plugin/maximus.c

2010-03-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Remove stray printf
	
	modified:
	mutter-plugin/maximus.vala

2010-03-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Add support for width/height and width-to-height-ratio to Maximus, so it's more clever about what it maximises.
	
	modified:
	mutter-plugin/maximus.vala

2010-03-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Fix the previous movement of indicators, as we always ended up going to the first entry in an indicator, rather than the last entry if the user was going to the previous one
	
	modified:
	src/panel/panel-indicators.vala

2010-03-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	remove stray debug

2010-03-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Fix auto-activation of Webapps -- bloody Chromium!
	
	modified:
	mutter-plugin/window-management.vala
	vapi/mutter-2.28.vapi

2010-03-02  Gordon Allott  <gord.allott@canonical.com>

	adjusted the menu code slightly to hopefully deal better with destruction. modified expose so that it connects to the destroy event of the menu (if there is o

2010-03-02  Gordon Allott  <gord.allott@canonical.com>

	typos

2010-03-02  Gordon Allott  <gord.allott@canonical.com>

	added removal of signal on expose end

2010-03-02  Gordon Allott  <gord.allott@canonical.com>

	fixed issue with expose not going away on menu destroy

2010-03-02  Gordon Allott  <gord.allott@canonical.com>

	few small bugfixes to the webapp support

2010-03-01  Gordon Allott  <gord.allott@canonical.com>

	priority of webapps set to undefined on creation so one can be set later

2010-03-01  Gordon Allott  <gord.allott@canonical.com>

	updated theme loading for launchers so that it makes sure that it grabs the correct icon

2010-03-01  Gordon Allott  <gord.allott@canonical.com>

	pushing up a quick fix to stop unity crashing with menu items

2010-03-01  Gordon Allott  <gord.allott@canonical.com>

	quick fix to menu items so they don't cause unity to die

2010-03-01  Gordon Allott  <gord.allott@canonical.com>

	updated scroller to now allow scrolling when there are not enough items

2010-03-01  Gordon Allott  <gord.allott@canonical.com>

	disallow scrolling if there are not enough launchers to fill the scroller

2010-03-01  Gordon Allott  <gord.allott@canonical.com>

	updated HACKING file

2010-03-01  Gordon Allott  <gord.allott@canonical.com>

	many fixes to webapp support - now uses a default icon if possible

2010-03-01  Gordon Allott  <gord.allott@canonical.com>

	removed compile time warning about function not being used

2010-03-01  Gordon Allott  <gord.allott@canonical.com>

	removed a whole bunch of debugs and warnings

2010-03-01  Gordon Allott  <gord.allott@canonical.com>

	changed regular expression for hostname matching to match better

2010-02-26  Gordon Allott  <gord.allott@canonical.com>

	adds better support for the default icon and icon regeneration

2010-02-26  Gordon Allott  <gord.allott@canonical.com>

	better webapp icon regeneration, supports a default icon

2010-02-26  Gordon Allott  <gord.allott@canonical.com>

	merged in webicon-fixes branch

2010-02-26  Gordon Allott  <gord.allott@canonical.com>

	updated so that we always get notifications on new icons

2010-02-26  Gordon Allott  <gord.allott@canonical.com>

	loads icons from Web first then from your theme

2010-02-26  Gordon Allott  <gord.allott@canonical.com>

	updated webapp code to use sane icon names

2010-03-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Better indicator menus
	
	modified:
	src/panel/panel-indicators.vala
	src/panel/panel-view.vala
	pending merges:
	Neil Jagdish Patel 2010-02-28 * Add support for moving between menus thr...
	Neil Jagdish Patel 2010-02-28 * Add a clip to the panel background a...
	Neil Jagdish Patel 2010-02-28 * Add a background so the user can see...
	Neil Jagdish Patel 2010-02-28 * Refresh icons if the icon theme changes
	Neil Jagdish Patel 2010-02-28 * Fix scrubbing of menus in Mutter (st...

2010-02-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Add support for moving between menus through keyboard navigation
	
	modified:
	src/panel/panel-indicators.vala
	unknown:
	libunity/chrome-handler.c
	libunity/prism-handler.c
	libunity/webapp-fetcher.c
	libunity/webapp-iconbuilder.c
	mutter-plugin/expose-manager.c
	mutter-plugin/maximus.c

2010-02-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Add a clip to the panel background as the shadow is horrible
	
	modified:
	src/panel/panel-view.vala
	unknown:
	libunity/chrome-handler.c
	libunity/prism-handler.c
	libunity/webapp-fetcher.c
	libunity/webapp-iconbuilder.c
	mutter-plugin/expose-manager.c
	mutter-plugin/maximus.c

2010-02-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Add a background so the user can see when the indicator is active
	
	modified:
	src/panel/panel-indicators.vala
	unknown:
	libunity/chrome-handler.c
	libunity/prism-handler.c
	libunity/webapp-fetcher.c
	libunity/webapp-iconbuilder.c
	mutter-plugin/expose-manager.c
	mutter-plugin/maximus.c

2010-02-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Refresh icons if the icon theme changes
	
	modified:
	src/panel/panel-indicators.vala
	unknown:
	libunity/chrome-handler.c
	libunity/prism-handler.c
	libunity/webapp-fetcher.c
	libunity/webapp-iconbuilder.c
	mutter-plugin/expose-manager.c
	mutter-plugin/maximus.c

2010-02-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Fix scrubbing of menus in Mutter (still broke in unity -p, but can't help that due to pointer grabs)
	* Fix x-positioning of menus so they try and line up to their entries
	
	modified:
	src/panel/panel-indicators.vala

2010-03-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Window management fixes
	
	modified:
	mutter-plugin/plugin.vala
	mutter-plugin/window-management.vala
	vapi/launcher-0.3.vapi
	pending merges:
	Neil Jagdish Patel 2010-03-01 [merge] merge with trunk
	Neil Jagdish Patel 2010-02-28 * Add support for forcefully activatin...
	Neil Jagdish Patel 2010-02-27 * Add a handler to show windows, as do...

2010-03-01  Neil Jagdish Patel  <neil.patel@canonical.com>

	merge with trunk

2010-02-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Add support for forcefully activating newly mapped windows
	
	modified:
	mutter-plugin/window-management.vala
	unknown:
	libunity/chrome-handler.c
	libunity/prism-handler.c
	libunity/webapp-fetcher.c
	libunity/webapp-iconbuilder.c
	mutter-plugin/expose-manager.c
	mutter-plugin/maximus.c

2010-02-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Add a handler to show windows, as doing it from Mutter itself is guarenteed
	
	modified:
	mutter-plugin/plugin.vala
	vapi/launcher-0.3.vapi
	unknown:
	libunity/chrome-handler.c
	libunity/prism-handler.c
	libunity/webapp-fetcher.c
	libunity/webapp-iconbuilder.c
	mutter-plugin/expose-manager.c
	mutter-plugin/maximus.c

2010-02-26  Jay Taoko  <jay.taoko@canonical.com>

	Restore the flickering bug fix. Was lost in a previous branch...
	
	[modified]
	src/quicklauncher/launcher-view.vala

2010-02-26  Jay Taoko  <jay.taoko@canonical.com>

	Restore the flickering bug fix. Was lost in a previous branch...
	
	[modified]
	src/quicklauncher/launcher-view.vala

2010-02-26  Jason Smith  <jason.smith@canonical.com>

	do not expose when menu is in close on leave mode

2010-02-26  Jason Smith  <jason.smith@canonical.com>

	Remove last bugs with expose/hover

2010-02-26  Jason Smith  <jason.smith@canonical.com>

	merge menu controller branch

2010-02-26  Gordon Allott  <gord.allott@canonical.com>

	Big update to menu, we now use a singleton for the menu controller to ensure (hopefully) that we only ever have one menu, as when we make a new menu the old menu is destroyed

2010-02-26  Jay Taoko  <jay.taoko@canonical.com>

	Enable the single line mode in the text search entry.
	
	[modified]
	libunity/entry.vala

2010-02-25  Jay Taoko  <jay.taoko@canonical.com>

	Enable the single line mode in the text search entry.
	
	[modified]
	libunity/entry.vala

2010-02-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.1.18

2010-02-26  Jay Taoko  <jay.taoko@canonical.com>

	Extend the background of the search field so the text remains within the boundaries of the background.
	
	[modified]
	src/panel/panel-view.vala

2010-02-26  Jay Taoko  <jay.taoko@canonical.com>

	Extend the background of the search field so the text remains within the boundaries of the background.
	
	[modified]
	src/panel/panel-view.vala

2010-02-25  Gordon Allott  <gord.allott@canonical.com>

	fixes to menu popup to stop them getting stuck

2010-02-25  Gordon Allott  <gord.allott@canonical.com>

	fixes to menu popup to stop them getting stuck

2010-02-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Stop flickering
	
	modified:
	src/panel/panel-view.vala
	src/quicklauncher/launcher-view.vala
	unknown:
	libunity/chrome-handler.c
	libunity/prism-handler.c
	libunity/webapp-fetcher.c
	libunity/webapp-iconbuilder.c
	mutter-plugin/expose-manager.c
	mutter-plugin/maximus.c
	pending merges:
	Jay Taoko 2010-02-25 [merge] A tentative fix for the flickering bug. Th...
	Jay Taoko 2010-02-24 A tentative fix for the flickering bug. The id...

2010-02-25  Jay Taoko  <jay.taoko@canonical.com>

	A tentative fix for the flickering bug. The idea is to not show the tooltip while the search entry
	has the mouse and keyboard focus. The focus being on the search entry, the user should be typing some text in it.
	At the same time if the mouse is over and icon in the quicklauncher, avoid
	showing the tooltip in this particular instance
	
	[modified]
	src/panel/panel-view.vala
	- Add a global flag to unity.Panel. The flag is set to true when the search entry has the mouse focus
	
	src/quicklauncher/launcher-view.vala
	- Show the tooltip only when the search entry does not have the mouse focus

2010-02-24  Jay Taoko  <jay.taoko@canonical.com>

	A tentative fix for the flickering bug. The idea is to not show the tooltip while the search entry 
	has the mouse and keyboard focus. The focus being on the search entry, the user should be typing some text in it.
	At the same time if the mouse is over and icon in the quicklauncher, avoid
	showing the tooltip in this particular instance
	
	[modified]
	src/panel/panel-view.vala
	- Add a global flag to unity.Panel. The flag is set to true when the search entry has the mouse focus
	
	src/quicklauncher/launcher-view.vala
	- Show the tooltip only when the search entry does not have the mouse focus

2010-02-25  Gordon Allott  <gord.allott@canonical.com>

	few menu fixes, nothing big

2010-02-25  Gordon Allott  <gord.allott@canonical.com>

	small fixes to the menu handling

2010-02-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] search entry fixes
	
	modified:
	data/unity.schemas
	src/panel/panel-view.vala
	unknown:
	libunity/chrome-handler.c
	libunity/prism-handler.c
	libunity/webapp-fetcher.c
	libunity/webapp-iconbuilder.c
	mutter-plugin/expose-manager.c
	mutter-plugin/maximus.c
	pending merges:
	Neil Jagdish Patel 2010-02-25 fix allocation
	Neil Jagdish Patel 2010-02-25 * Add search icon
	Neil Jagdish Patel 2010-02-25 * Add search hint support

2010-02-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix allocation

2010-02-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Add search icon
	
	modified:
	src/panel/panel-view.vala
	unknown:
	libunity/webapp-fetcher.c
	libunity/webapp-iconbuilder.c
	mutter-plugin/expose-manager.c
	mutter-plugin/maximus.c

2010-02-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Add search hint support
	
	modified:
	data/unity.schemas
	src/panel/panel-view.vala
	unknown:
	libunity/webapp-fetcher.c
	libunity/webapp-iconbuilder.c
	mutter-plugin/expose-manager.c
	mutter-plugin/maximus.c

2010-02-25  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged my unity_fix-525909 branch into unity trunk after review and
	approval from Jay.

2010-02-25  Mirco Müller  <mirco.mueller@ubuntu.com>

	enforce correct positioning of anchor-arrow for tooltip- and quicklist-case, fixes LP: #525909

2010-02-25  Gordon Allott  <gord.allott@canonical.com>

	enables --webapp cli option to unity to allow for out of process applications to make webapps

2010-02-25  Gordon Allott  <gord.allott@canonical.com>

	added gconf watching to get favorite updates

2010-02-24  Gordon Allott  <gord.allott@canonical.com>

	allows for building webapps from the cli interface

2010-02-25  Gordon Allott  <gord.allott@canonical.com>

	updates plugin.vala to the correct launcher size

2010-02-25  Gordon Allott  <gord.allott@canonical.com>

	updates plugin.vala to the proper launcher size

2010-02-25  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merge with trunk.

2010-02-25  Gordon Allott  <gord.allott@canonical.com>

	fixes focused indicator being in the wrong place

2010-02-25  Gordon Allott  <gord.allott@canonical.com>

	fixes indicators being in the wrong place

2010-02-25  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged my unity_fix-525905 branch after review and approval from Gordon.

2010-02-24  Mirco Müller  <mirco.mueller@ubuntu.com>

	For some unknown reason correcting the tooltip/quicklist x-offset in build_menu() isn't always executed, so to avoid the x-offset to be wrong after one scrubbed the quicklauncher, the initial x-offset-value is cached in the quicklist-view and enforced if it diverges, fixes LP: #525905

2010-02-25  Gordon Allott  <gord.allott@canonical.com>

	few more fixes into unity:
	add support for hover menu open and updates to work with destroy on leave
	fixed chrome desktop file building to build correct desktop files
	open menu on long delay
	makes unity compatable with the ctk.close_on_leave branch

2010-02-24  Gordon Allott  <gord.allott@canonical.com>

	merge latest trunk

2010-02-24  Gordon Allott  <gord.allott@canonical.com>

	add support for hover menu open and updates to work with destroy on leave

2010-02-23  Gordon Allott  <gord.allott@canonical.com>

	fixed chrome desktop file building to build correct desktop files

2010-02-23  Gordon Allott  <gord.allott@canonical.com>

	open menu on long delay

2010-02-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	revert .bzrignore

2010-02-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] gconf fixes

2010-02-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	Un-uk the urls

2010-02-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix manager

2010-02-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	revert

2010-02-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Fix gconf path to be /apps/unity/foo
	* Add a schema for current keys
	
	added:
	data/unity.schemas
	modified:
	.bzrignore
	configure.ac
	data/Makefile.am
	data/search_icon.png*
	src/panel/panel-view.vala
	src/quicklauncher/quicklauncher-manager.vala
	src/unity.vala

2010-02-24  Gordon Allott  <gord.allott@canonical.com>

	needed to support latest liblauncher

2010-02-24  Gordon Allott  <gord.allott@canonical.com>

	updated vapi to support speedup branch, added enable window checking after we load the favorites

2010-02-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] theme image loading  branch 

2010-02-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	merge from trunk

2010-02-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	change load priorities

2010-02-24  Jay Taoko  <jay.taoko@canonical.com>

	Raised the text baseline in the search entry.
	Activate the option to let have the quicklist sample the background continuously
	
	[modified]
	src/quicklauncher/quicklist-view.vala
	src/panel/panel-view.vala

2010-02-23  Jay Taoko  <jay.taoko@canonical.com>

	Raised the text baseline in the search entry.
	Activate the option to let have the quicklist sample the background continuously
	
	[modified]
	src/quicklauncher/quicklist-view.vala
	src/panel/panel-view.vala

2010-02-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] liblauncher-changed-signals, by Gord
	
	modified:
	libunity/webapp-fetcher.vala
	src/quicklauncher/application-model.vala
	src/quicklauncher/launcher-model.vala
	src/quicklauncher/launcher-view.vala
	vapi/launcher-0.3.vapi
	unknown:
	libunity/webapp-fetcher.c
	libunity/webapp-iconbuilder.c
	mutter-plugin/expose-manager.c
	mutter-plugin/maximus.c
	pending merges:
	Gordon Allott 2010-02-23 removed debugs
	Gordon Allott 2010-02-22 [merge] merge latest unity
	Gordon Allott 2010-02-22 updated application-model to support new i...
	Gordon Allott 2010-02-22 imported new vapi

2010-02-23  Gordon Allott  <gord.allott@canonical.com>

	removed debugs

2010-02-22  Gordon Allott  <gord.allott@canonical.com>

	merge latest unity

2010-02-22  Gordon Allott  <gord.allott@canonical.com>

	updated application-model to support new inofity signals in launcher application

2010-02-22  Gordon Allott  <gord.allott@canonical.com>

	imported new vapi

2010-02-23  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] miscfixes from gord
	
	modified:
	libunity/webapp-fetcher.vala
	mutter-plugin/plugin.vala
	src/quicklauncher/application-model.vala
	src/quicklauncher/chrome-handler.vala
	src/quicklauncher/launcher-view.vala
	src/quicklauncher/prism-handler.vala
	src/quicklauncher/quicklauncher-manager.vala
	src/quicklauncher/quicklist-controller.vala
	vapi/clutk-0.3.vapi
	unknown:
	libunity/webapp-fetcher.c
	libunity/webapp-iconbuilder.c
	mutter-plugin/expose-manager.c
	mutter-plugin/maximus.c
	pending merges:
	Gordon Allott 2010-02-23 makes unity compatable with the clutk.remove-m...
	Gordon Allott 2010-02-23 adds check to make sure the desktop file o...
	Gordon Allott 2010-02-23 [merge] updated to latest unity
	Gordon Allott 2010-02-19 gets the launcher to the correct size
	Gordon Allott 2010-02-19 hack to make sure we check the focus of th...
	Gordon Allott 2010-02-19 stops applications minizing themselfs on c...
	Gordon Allott 2010-02-19 added urlify function to escape uri string...

2010-02-23  Gordon Allott  <gord.allott@canonical.com>

	makes unity compatable with the clutk.remove-menu-fade branch

2010-02-23  Gordon Allott  <gord.allott@canonical.com>

	adds check to make sure the desktop file of a favorite exists before loading it

2010-02-23  Gordon Allott  <gord.allott@canonical.com>

	updated to latest unity

2010-02-19  Gordon Allott  <gord.allott@canonical.com>

	gets the launcher to the correct size

2010-02-19  Gordon Allott  <gord.allott@canonical.com>

	hack to make sure we check the focus of the app after switching to it

2010-02-19  Gordon Allott  <gord.allott@canonical.com>

	stops applications minizing themselfs on click, should do nothing

2010-02-19  Gordon Allott  <gord.allott@canonical.com>

	added urlify function to escape uri strings nicely

2010-02-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged my branch fixing LP: #521065 after review and approval from Neil.

2010-02-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	don't save the temp. cairo-surface to a PNG-file

2010-02-23  Mirco Müller  <mirco.mueller@ubuntu.com>

	only use two layers for Tooltip/Quicklist to avoid the lag in drawing, fixes LP: #521065

2010-02-23  Jason Smith  <jason.smith@canonical.com>

	Fix warning

2010-02-22  Jason Smith  <jason.smith@canonical.com>

	Make expose manager better abstracted and make coverflow implementation much more usable

2010-02-22  Jason Smith  <jason.smith@canonical.com>

	Properly disconnnect from stage events on expose end

2010-02-22  Jason Smith  <jason.smith@canonical.com>

	Merge expose manager branch

2010-02-22  Jason Smith  <jason.smith@canonical.com>

	Merge trunk

2010-02-22  Jason Smith  <jason.smith@canonical.com>

	Add basic and disabled implementation of coverflow

2010-02-22  Jason Smith  <jason.smith@canonical.com>

	Make buffers be setable properties

2010-02-21  Jason Smith  <jason.smith@canonical.com>

	Exchange implicit checking of input region for explicit setting of input region.

2010-02-21  Jason Smith  <jason.smith@canonical.com>

	Move expose functions into distinct class

2010-02-21  Jason Smith  <jason.smith@canonical.com>

	Add ExposeClone and use in expose for purposes of better control over expose effect

2010-02-22  Jason Smith  <jason.smith@canonical.com>

	Merge window struts branch

2010-02-21  Jason Smith  <jason.smith@canonical.com>

	Better behavior with minimized windows (this needs more specification to it but this will prevent windows from getting "lost" to minimization)

2010-02-21  Jason Smith  <jason.smith@canonical.com>

	Never minimize on click

2010-02-21  Jason Smith  <jason.smith@canonical.com>

	remove debug

2010-02-21  Jason Smith  <jason.smith@canonical.com>

	Update to make sure struts are set properly when windows are opened

2010-02-21  Jason Smith  <jason.smith@canonical.com>

	Properly buffer strut calls so we dont roundtrip to the XServer all the time

2010-02-21  Jason Smith  <jason.smith@canonical.com>

	Initial commit of unbuffered struts tracking

2010-02-22  Jason Smith  <jason.smith@canonical.com>

	set app first, then use it...

2010-02-20  Jason Smith  <jason.smith@canonical.com>

	Minor touchups to expose

2010-02-20  Jason Smith  <jason.smith@canonical.com>

	Raise select clone actor in expose mode to match our raised clutter window to avoid visual glitch

2010-02-20  Jason Smith  <jason.smith@canonical.com>

	Merge non-matching items branch

2010-02-19  Jason Smith  <jason.smith@canonical.com>

	make tests work

2010-02-19  Jason Smith  <jason.smith@canonical.com>

	Ensure app gets removed from known list when we disappear it as it may be presented again later

2010-02-19  Jason Smith  <jason.smith@canonical.com>

	start work on fixing items that dont match not showing up

2010-02-20  Jason Smith  <jason.smith@canonical.com>

	Merge window focus fix branch

2010-02-19  Jason Smith  <jason.smith@canonical.com>

	Fix window focus commands

2010-02-19  Jason Smith  <jason.smith@canonical.com>

	merge maximus branch

2010-02-18  Jason Smith  <jason.smith@canonical.com>

	Merge trunk

2010-02-18  Jason Smith  <jason.smith@canonical.com>

	Make maximus work

2010-02-18  Jason Smith  <jason.smith@canonical.com>

	Add maximus

2010-02-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.1.16

2010-02-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] panel fixe
	
	modified:
	libunity/entry.vala
	libunity/shell.vala
	mutter-plugin/plugin.vala
	src/panel/panel-home.vala
	src/panel/panel-view.vala
	src/places/cairo-drawing.vala
	src/quicklauncher/launcher-view.vala
	src/quicklauncher/quicklist-controller.vala
	src/quicklauncher/unity-scroller.vala
	src/window.vala
	unknown:
	d
	po.moved/
	unity-0.1.14/
	unity-0.1.14.tar.gz
	pending merges:
	Neil Jagdish Patel 2010-02-18 remove debugs
	Neil Jagdish Patel 2010-02-18 [merge] merge upstream
	Neil Jagdish Patel 2010-02-18 * fix some more merge stuff
	Neil Jagdish Patel 2010-02-18 [merge] merge with trunk
	Neil Jagdish Patel 2010-02-18 Make expose work again
	Neil Jagdish Patel 2010-02-18 remove clip on panel to restore menus
	Neil Jagdish Patel 2010-02-18 more fixes for panel, but the menu is ...
	Neil Jagdish Patel 2010-02-18 * Add panel bg
	Neil Jagdish Patel 2010-02-18 * Fixes entry to have correct text col...
	Neil Jagdish Patel 2010-02-18 [merge] merge with trunk
	Neil Jagdish Patel 2010-02-18 [merge] Increase hit-area of ubuntu bu...
	Neil Jagdish Patel 2010-02-18 focus entry on ubuntu  button click
	Neil Jagdish Patel 2010-02-18 [merge] merge the config search engine...
	Neil Jagdish Patel 2010-02-18 [merge] Merge the asset pool branch

2010-02-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	remove debugs

2010-02-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	merge upstream

2010-02-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	* fix some more merge stuff
	
	modified:
	src/panel/panel-view.vala
	src/quicklauncher/launcher-view.vala

2010-02-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	merge with trunk
	
	modified:
	src/panel/panel-view.vala
	src/quicklauncher/launcher-view.vala
	src/quicklauncher/unity-scroller.vala
	pending merges:
	Gordon Allott 2010-02-18 [merge] adds animations for various items in u...
	Neil Jagdish Patel 2010-02-17 * Fade in/out icons once unity is up-...
	Neil Jagdish Patel 2010-02-17 More animations!!!!
	Neil Jagdish Patel 2010-02-17 some animation!!?!??!?!
	Gordon Allott 2010-02-18 [merge] dds support for configurable searc...
	Neil Jagdish Patel 2010-02-18 remove stray printfs

2010-02-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Make expose work again
	
	modified:
	mutter-plugin/plugin.vala
	src/panel/panel-view.vala
	src/quicklauncher/launcher-view.vala

2010-02-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	remove clip on panel to restore menus
	
	modified:
	src/panel/panel-home.vala
	src/panel/panel-view.vala

2010-02-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	more fixes for panel, but the menu is not broken again
	
	modified:
	libunity/shell.vala
	mutter-plugin/plugin.vala
	src/panel/panel-home.vala
	src/panel/panel-view.vala
	src/places/cairo-drawing.vala
	src/quicklauncher/launcher-view.vala
	src/quicklauncher/quicklist-controller.vala
	src/window.vala

2010-02-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Add panel bg
	* Fix the new names of the arrows in the QL
	* Update positioning of selected arrow, as it now has a shadow
	
	modified:
	src/panel/panel-view.vala
	src/places/cairo-drawing.vala
	src/quicklauncher/launcher-view.vala
	src/quicklauncher/unity-scroller.vala

2010-02-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Fixes entry to have correct text color at startup
	* Increases hit-area of ubuntu button
	* Makes button focus entry
	* Removes clip of launcher views and positions second arrow properly
	
	modified:
	libunity/entry.vala
	src/panel/panel-view.vala
	src/quicklauncher/launcher-view.vala
	src/quicklauncher/unity-scroller.vala

2010-02-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	merge with trunk

2010-02-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Increase hit-area of ubuntu button

2010-02-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	focus entry on ubuntu  button click

2010-02-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	merge the config search engine branch

2010-02-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	Merge the asset pool branch

2010-02-18  Gordon Allott  <gord.allott@canonical.com>

	adds webapp fetching support to unity

2010-02-18  Gordon Allott  <gord.allott@canonical.com>

	checks for even more weird characters before saving a favourite

2010-02-18  Gordon Allott  <gord.allott@canonical.com>

	update to have better matching, quick fix for favorites with weird urls

2010-02-17  Gordon Allott  <gord.allott@canonical.com>

	removes debugging

2010-02-17  Gordon Allott  <gord.allott@canonical.com>

	updates support for webapp icons by searching for favicons in the hostname root

2010-02-17  Gordon Allott  <gord.allott@canonical.com>

	adds webapp icon fetching support into unity

2010-02-18  Jay Taoko  <jay.taoko@canonical.com>

	Added code for blurred background in the menu
	
	[modified]
	src/quicklauncher/quicklist-view.vala
	
	vapi/clutk-0.3.vapi
	updated vapi file

2010-02-18  Mirco Müller  <mirco.mueller@ubuntu.com>

	made the fill-layer a bit darker, emphasized the hightlight-layer a bit more

2010-02-18  Mirco Müller  <mirco.mueller@ubuntu.com>

	added two comment sections FIXME00 and FIXME01 for two different approaches on how to update the blurred bg-texture, using the FIXME00 for now... more robust, but harder on the GPU

2010-02-18  Mirco Müller  <mirco.mueller@ubuntu.com>

	Make Ctk.surface_blur() work again after updating the .vapi file, thus drop-shadows work again for Tooltip/Quicklist

2010-02-18  Mirco Müller  <mirco.mueller@ubuntu.com>

	typo fix for get_framebuffer_background()

2010-02-18  Jay Taoko  <jay.taoko@canonical.com>

	Added code for blurred background in the menu
	
	[modified]
	src/quicklauncher/quicklist-view.vala
	
	
	vapi/clutk-0.3.vapi
	updated vapi file

2010-02-18  Gordon Allott  <gord.allott@canonical.com>

	adds fixed icon support and non-movable icon support. 
	fixed icons are set by setting the key "fixed" to true in a favorite
	non movable icons are set by making the "desktop_file" key in a favorite manditory

2010-02-18  Gordon Allott  <gord.allott@canonical.com>

	updated to latest unity, fixed conflicts

2010-02-18  Gordon Allott  <gord.allott@canonical.com>

	supports fixed icons bottom aligned

2010-02-18  Gordon Allott  <gord.allott@canonical.com>

	merged in anny-may-shi-ons branch

2010-02-18  Gordon Allott  <gord.allott@canonical.com>

	adds animations for various items in unity
	Specificailly:
	* DND reordering
	* New launcher icon being created (after the initial map of the window)
	* Launcher icon being destroyed

2010-02-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Fade in/out icons once unity is up-and-running
	
	modified:
	src/quicklauncher/unity-scroller.vala

2010-02-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	More animations!!!!
	
	modified:
	src/quicklauncher/launcher-view.vala
	src/quicklauncher/unity-scroller.vala

2010-02-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	some animation!!?!??!?!
	
	modified:
	src/quicklauncher/launcher-view.vala
	src/quicklauncher/unity-scroller.vala

2010-02-18  Gordon Allott  <gord.allott@canonical.com>

	dds support for configurable search engines. Does a lazy check to avoid unnecessary overhead at startup

2010-02-18  Neil Jagdish Patel  <neil.patel@canonical.com>

	remove stray printfs

2010-02-17  Neil Jagdish Patel  <neil.patel@canonical.com>

	Configurable search engines
	
	modified:
	src/panel/panel-view.vala

2010-02-18  Gordon Allott  <gord.allott@canonical.com>

	dds support for loading assets from the unity-icon-theme OR the /usr/share/unity/themes location
	
	also adds support for asset loading to the scroller, launcher and panel

2010-02-18  Gordon Allott  <gord.allott@canonical.com>

	updates scroller to use new theme loader - fixes small issue with launchers being offset without assets

2010-02-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	[theme] Added a ThemeImage, that can load an image from the unity icon theme or the assets in /usr/share/unity/themes/
	
	added:
	libunity/theme.vala
	modified:
	.bzrignore
	configure.ac
	libunity/Makefile.am
	src/panel/panel-home.vala
	src/panel/panel-view.vala
	src/quicklauncher/launcher-view.vala
	src/window.vala
	vapi/config.vapi

2010-02-17  Gordon Allott  <gord.allott@canonical.com>

	changes the order of the quicklist menus to better fit the spec

2010-02-17  Gordon Allott  <gord.allott@canonical.com>

	fixes the menu order in the quicklists

2010-02-17  Mirco Müller  <mirco.mueller@ubuntu.com>

	Finally after the third attempt and a mix of lp and lucid screwing up I am
	able to merge my quicklist-dropshadow branch into unity trunk... after
	review and approval form Jay.

2010-02-17  Mirco Müller  <mirco.mueller@ubuntu.com>

	some opacity-fixes, position the arrow-anchor correctly again

2010-02-17  Mirco Müller  <mirco.mueller@ubuntu.com>

	Update .vapi file for clutk with the binding for the new call Ctk.surface_blur()

2010-02-17  Mirco Müller  <mirco.mueller@ubuntu.com>

	first working version of drop-shadow for quicklist/tooltip, fixes LP: #521071, LP: #521068, LP: #521058

2010-02-17  Mirco Müller  <mirco.mueller@ubuntu.com>

	Don't used fixed pixel-size for offsetting the Tooltip/Quicklist slightly over the quicklauncher

2010-02-16  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged my move-flatten-to-paint branch after review and approval from
	Gordon.

2010-02-15  Mirco Müller  <mirco.mueller@ubuntu.com>

	move flattening of layers in a Quicklist to the overloading paint() method, otherwise we can't paint offscreen thanks to clutter

2010-02-15  Gordon Allott  <gord.allott@canonical.com>

	fixes dnd, forgot to chain up in the scroller allocate method

2010-02-15  Gordon Allott  <gord.allott@canonical.com>

	fixes dnd

2010-02-15  Gordon Allott  <gord.allott@canonical.com>

	misc fixes in unity 
	
	updates launcher values to final design specs for size and spacing
	fixes issue with scroller getting stuck when scrolling
	added support for open/close in the launcher menu's

2010-02-12  Gordon Allott  <gord.allott@canonical.com>

	updated launcher values, fixed scroller again

2010-02-12  Gordon Allott  <gord.allott@canonical.com>

	set to three pixels of padding instead of 6

2010-02-12  Gordon Allott  <gord.allott@canonical.com>

	fixes scroller getting stuck scrolling issue, doubles drag when scrolling past bounds

2010-02-12  Gordon Allott  <gord.allott@canonical.com>

	reverted last change

2010-02-12  Gordon Allott  <gord.allott@canonical.com>

	added top padding to the launcher

2010-02-12  Gordon Allott  <gord.allott@canonical.com>

	added top padding to the launcher

2010-02-12  Gordon Allott  <gord.allott@canonical.com>

	Moved the activated signal call in application-model to a more useful place

2010-02-12  Gordon Allott  <gord.allott@canonical.com>

	translation support branch and open/close entries for menues

2010-02-12  Gordon Allott  <gord.allott@canonical.com>

	removes expose on launchers that are not running

2010-02-12  Jason Smith  <jason.smith@canonical.com>

	Re-enable building on karmic

2010-02-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] translation fixes

2010-02-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	fix distcheck

2010-02-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	Update ignores

2010-02-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	Initial translation support

2010-02-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add unity-places.vapi to extra-dist

2010-02-12  Neil Jagdish Patel  <neil.patel@canonical.com>

	[build] Remove unity-places from the required pkgs in test, it isn't needed
	
	modified:
	tests/Makefile.am

2010-02-12  Gordon Allott  <gord.allott@canonical.com>

	modifies the launcher-view object so that its a CtkActor not a CtkBin

2010-02-12  Gordon Allott  <gord.allott@canonical.com>

	updates launcher-view.vala to work nicer with clutter, now a Ctk.Actor not a Ctk.Bin

2010-02-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.1.14
	
	modified:
	Makefile.am
	configure.ac
	unknown:
	unity-0.1.14.tar.gz

2010-02-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	[entry] Remove single line mode to enable menus and tooltips, remove unused variable
	
	modified:
	libunity/entry.vala
	src/quicklauncher/quicklauncher-manager.vala

2010-02-11  Gordon Allott  <gord.allott@canonical.com>

	quick fix to the right click menu so remove launcher actually removes the launcher

2010-02-11  Gordon Allott  <gord.allott@canonical.com>

	quick fix so that the launcher items actually remove themselfs on the right click menu

2010-02-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Panel Entry Background
	
	modified:
	libunity/entry.vala
	src/panel/panel-view.vala
	src/places/cairo-drawing.vala*
	src/places/search-field.vala*
	pending merges:
	Jay Taoko 2010-02-10 move the entry a bit further away from the BFB
	Jay Taoko 2010-02-10 Search entry in panel

2010-02-10  Jay Taoko  <jay.taoko@canonical.com>

	move the entry a bit further away from the BFB
	
	[modified]
	src/panel/panel-view.vala

2010-02-10  Jay Taoko  <jay.taoko@canonical.com>

	Search entry in panel
	
	[modified]
	libunity/entry.vala
	- changed properties and color. Create a single line text entry
	
	src/panel/panel-view.vala
	- Added text entry background
	
	src/places/cairo-drawing.vala
	- Text entry background rendering with Cairo

2010-02-11  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged my unity_quicklist-menu-item-tweaks branch after review and
	approval from Gordon. Had to tweak/remove a line from vapi/clutk-0.3.vapi
	as there was a double mentioning set_swallow_clicks().

2010-02-11  Mirco Müller  <mirco.mueller@ubuntu.com>

	needed to update the .vapi bindings-file for clutk to expose ctk_menu_get_num_items() inside unity

2010-02-11  Mirco Müller  <mirco.mueller@ubuntu.com>

	make use of the new Ctk.Menu.get_num_items() to differentiate between Tooltip and Quicklist and place the arrow correctly

2010-02-11  Mirco Müller  <mirco.mueller@ubuntu.com>

	move the Tooltip/Quicklist a bit closer (over) the Quicklauncher-bar like shown in the visual-specs

2010-02-11  Mirco Müller  <mirco.mueller@ubuntu.com>

	tweak some EM-values, make use of CORNER_RADIUS, make all mask-generation functions use anchor_y instead of item-index, deleted some commented out code, added a note about workaround regarding spacing between menu-items and a potential bug in parent-class CtkMenu regarding that

2010-02-11  Gordon Allott  <gord.allott@canonical.com>

	Adds in unity drag and drop support
	Also adds support for:
	+ ordering of launcher items
	+ re-ordering by dragging
	+ removal of launcher items by dragging off the stage
	
	drag and drop is handled by drag-controller and drag-view in libunity

2010-02-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	[quicklauncher/launcher-view] Test for QuicklauncherController before calling methods on it
	
	modified:
	.bzrignore
	src/quicklauncher/launcher-view.vala

2010-02-11  Gordon Allott  <gord.allott@canonical.com>

	fixed issue with drag-drop issing warnings

2010-02-11  Gordon Allott  <gord.allott@canonical.com>

	removed hide label from launcher-view to fix bug with null quicklist-controller

2010-02-11  Gordon Allott  <gord.allott@canonical.com>

	fixed bug with moving the order whist the scroller is scrolled

2010-02-11  Gordon Allott  <gord.allott@canonical.com>

	fixed bug with priorities never being saved

2010-02-10  Gordon Allott  <gord.allott@canonical.com>

	merged with latest unity

2010-02-10  Gordon Allott  <gord.allott@canonical.com>

	delayed writing to gconf

2010-02-10  Gordon Allott  <gord.allott@canonical.com>

	drag out now instead of click

2010-02-10  Gordon Allott  <gord.allott@canonical.com>

	closes applications when they are removed

2010-02-10  Gordon Allott  <gord.allott@canonical.com>

	added new launcher vapi

2010-02-10  Gordon Allott  <gord.allott@canonical.com>

	adds storing priority in gconf

2010-02-10  Gordon Allott  <gord.allott@canonical.com>

	basics of dragging with scroller interaction

2010-02-09  Gordon Allott  <gord.allott@canonical.com>

	adds basic drag and drop infrastructure

2010-02-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] No places by default
	
	modified:
	mutter-plugin/plugin.vala
	src/main.vala
	src/window.vala
	pending merges:
	Neil Jagdish Patel 2010-02-10 [unity-popup] Disable tray by default
	Neil Jagdish Patel 2010-02-10 [places] Disable by default

2010-02-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[unity-popup] Disable tray by default
	
	modified:
	src/main.vala

2010-02-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[places] Disable by default
	
	modified:
	mutter-plugin/plugin.vala
	src/window.vala

2010-02-10  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged additional fixes from my unity_quicklist-menu-item-tweaks branch
	into trunk after review and approval from Jay.

2010-02-10  Mirco Müller  <mirco.mueller@ubuntu.com>

	Make sure the correct spacing is used between QuicklistMenuItems

2010-02-10  Mirco Müller  <mirco.mueller@ubuntu.com>

	use correct calculation and size-negotiation for QuicklistMenuItems by overriding get_prefered_width/height() methods, QuicklistMenuItems are pixel-perfect now

2010-02-09  Mirco Müller  <mirco.mueller@ubuntu.com>

	Use pangocairo to create the text for normal and selected menu-items in the QuickList.

2010-02-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Fix entries
	
	added:
	libunity/entry.vala
	modified:
	.bzrignore
	libunity/Makefile.am
	libunity/shell.vala
	mutter-plugin/plugin.vala
	src/panel/panel-view.vala
	src/places/search-field.vala
	src/unity-utils.c
	src/utils.vala
	src/window.vala
	pending merges:
	Neil Jagdish Patel 2010-02-10 [entry] Disable single-line-mode as it bloc...
	Neil Jagdish Patel 2010-02-09 [panel search] Uses entry to start search...
	Neil Jagdish Patel 2010-02-09 [entry] Add some visual bits and pieces t...
	Neil Jagdish Patel 2010-02-09 Add support for entering input into textb...

2010-02-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[entry] Disable single-line-mode as it blocks motion events across the stage...who'da thunk it?
	
	modified:
	libunity/entry.vala
	unknown:
	diff

2010-02-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	[panel search] Uses entry to start search when activated
	
	modified:
	src/panel/panel-view.vala

2010-02-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	[entry] Add some visual bits and pieces to make the entry behave correctly
	
	modified:
	libunity/entry.vala
	src/panel/panel-view.vala
	src/places/search-field.vala

2010-02-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add support for entering input into textboxes while in mutter mode. Add Unity.Entry that does some of the hard work for you
	
	added:
	libunity/entry.vala
	modified:
	.bzrignore
	libunity/Makefile.am
	libunity/shell.vala
	mutter-plugin/plugin.vala
	src/panel/panel-view.vala
	src/places/search-field.vala
	src/unity-utils.c
	src/utils.vala
	src/window.vala

2010-02-09  Jason Smith  <jason.smith@canonical.com>

	Merge near flawless expose branch

2010-02-08  Jason Smith  <jason.smith@canonical.com>

	Ensure window is properly focused across workspaces

2010-02-07  Jason Smith  <jason.smith@canonical.com>

	Move handling of fullscreen obstructions into ensure_input_region

2010-02-07  Jason Smith  <jason.smith@canonical.com>

	Add workspace switch effect (somewhat crude, but it works)

2010-02-07  Jason Smith  <jason.smith@canonical.com>

	Ensure window animations work even after workspace switch

2010-02-07  Jason Smith  <jason.smith@canonical.com>

	Add layout algorithm

2010-02-05  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged my quicklist-menu-item-tweaks branch after review and approval
	from Jay.

2010-02-05  Mirco Müller  <mirco.mueller@ubuntu.com>

	started fixing some of placing and spacing of the QuickList menu-items

2010-02-07  Jason Smith  <jason.smith@canonical.com>

	Finally well working expose using clone actors. Works for everything but windows on other workspaces. Something is wrong there still but this is a non event for netbook edition.

2010-02-08  Gordon Allott  <gord@zazu>

	quick fix to fullscreen window management, makes restoring the input region work correctly. also only moves the launcher to the left -launcher_width instead of -hardcoded_value

2010-02-06  Jason Smith  <jason.smith@canonical.com>

	Improve expose animation and layout

2010-02-05  Jason Smith  <jason.smith@canonical.com>

	merge menu fixes branch

2010-02-05  Jason Smith  <jason.smith@canonical.com>

	merge el trunko

2010-02-05  Jason Smith  <jason.smith@canonical.com>

	Fix right click menu interactions

2010-02-05  Jay Taoko  <jay.taoko@canonical.com>

	Improved cairo rendering of straight lines.
	
	[modified]
	src/places/cairo-drawing.vala

2010-02-05  Jay Taoko  <jay.taoko@canonical.com>

	Improved cairo rendering of straight lines. 
	
	[modified]
	src/places/cairo-drawing.vala

2010-02-05  Neil Jagdish Patel  <neil.patel@canonical.com>

	[vapi] Add unity-misc
	
	modified:
	vapi/Makefile.am

2010-02-05  Neil Jagdish Patel  <neil.patel@canonical.com>

	[vapi] Add dbusmodel and indicator; Remove x11
	
	removed:
	vapi/x11.vapi
	modified:
	vapi/Makefile.am

2010-02-04  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.1.12

2010-02-04  Jason Smith  <jason.smith@canonical.com>

	use scale-foo instead of foo-scale

2010-02-04  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged my ctk-menu-item-subclass branch after review and approval from
	Jay.

2010-02-04  Mirco Müller  <mirco.mueller@ubuntu.com>

	comment out writing out debug-PNGs for surfaces, trigger queue-redraw when layers are switched between normal and selected state

2010-02-04  Mirco Müller  <mirco.mueller@ubuntu.com>

	updated .vapi file for clutk to also include bindings for CtkLayer and CtkLayerActor

2010-02-04  Mirco Müller  <mirco.mueller@ubuntu.com>

	merged with trunk to keep delta with ctk-menu-item-subclass branch small

2010-02-04  Mirco Müller  <mirco.mueller@ubuntu.com>

	added event-handling for enter/leave, added rendering of normal/selected states

2010-02-04  Mirco Müller  <mirco.mueller@ubuntu.com>

	Make the QuickList controller use the new QuickListMenuItem.

2010-02-04  Mirco Müller  <mirco.mueller@ubuntu.com>

	starting to subclass Ctk.MenuItem to be used for custom rendering in Quicklist-items

2010-02-04  Jason Smith  <jason.smith@canonical.com>

	Ensure clone actor is correctly sized at all times

2010-02-04  Jason Smith  <jason.smith@canonical.com>

	merge stateless input region management branch

2010-02-04  Jason Smith  <jason.smith@canonical.com>

	Move input region management to be less stateful

2010-02-04  Neil Jagdish Patel  <neil.patel@canonical.com>

	[panel] Add support for UNITY_DISABLE_IDLES
	
	modified:
	src/panel/panel-indicators.vala

2010-02-04  Gordon Allott  <gord@zazu>

	fades the indicators on the launcher so that the animation is less hard

2010-02-04  Gordon Allott  <gord@zazu>

	adds fades to the launcher indicators when the application is (un)focused/running

2010-02-04  Jason Smith  <jason.smith@canonical.com>

	Make menus not popdown on short clicks (100 wooo)

2010-02-04  Gordon Allott  <gord@zazu>

	Check launcher model's are active before glowing the launcher view

2010-02-04  Gordon Allott  <gord@zazu>

	check if model is active before applying glow effect on launchers

2010-02-04  Jason Smith  <jason.smith@canonical.com>

	Smaller list of animated windows

2010-02-04  Jay Taoko  <jay.taoko@canonical.com>

	Avoid accumulation of effects into a launcher icon
	Approved by Gord.
	
	[modified]
	src/quicklauncher/launcher-view.vala

2010-02-04  Jason Smith  <jason.smith@canonical.com>

	Add more complete window type checks

2010-02-04  Jason Smith  <jason.smith@canonical.com>

	Add null check

2010-02-04  Jason Smith  <jason.smith@canonical.com>

	Hopefully hack around crash in mutter

2010-02-04  Jason Smith  <jason.smith@canonical.com>

	Fix menus not going away on click into quicklauncher

2010-02-04  Jason Smith  <jason.smith@canonical.com>

	Add blur effect to places
	Add darken effect to places

2010-02-04  Jason Smith  <jason.smith@canonical.com>

	Merge el trunko better-o

2010-02-04  Jason Smith  <jason.smith@canonical.com>

	Merge el trunko

2010-02-04  Jason Smith  <jason.smith@canonical.com>

	Remove debug
	Ensure desktop window is shown in expose
	Ensure we dont add items to quicklist multiple times

2010-02-04  Jason Smith  <jason.smith@canonical.com>

	Make background darker for now

2010-02-04  Jason Smith  <jason.smith@canonical.com>

	Add blur effect (currently disabled)
	Change rendering of places
	Ensure our input regions are ALWAYS correct

2010-02-04  Gordon Allott  <gord@zazu>

	adds new scroller animations to the launcher
	modified:
	src/quicklauncher/unity-scroller.vala
	-- new scroller anim
	pending merges:
	Gordon Allott 2010-02-04 moved abs () over to Math.fabs ()
	Gordon Allott 2010-02-04 removed silly tab size
	Gordon Allott 2010-02-04 [merge] updated to latest unity
	Gordon Allott 2010-02-04 reverted configure.ac
	Gordon Allott 2010-02-04 adds friction to drags that are out of bounds
	Gordon Allott 2010-02-03 updated scroller animations to support fubuntu's animation

2010-02-04  Gordon Allott  <gord@zazu>

	moved abs () over to Math.fabs ()

2010-02-04  Gordon Allott  <gord@zazu>

	removed silly tab size

2010-02-04  Gordon Allott  <gord@zazu>

	updated to latest unity

2010-02-04  Gordon Allott  <gord@zazu>

	reverted configure.ac

2010-02-04  Gordon Allott  <gord@zazu>

	adds friction to drags that are out of bounds

2010-02-03  Gordon Allott  <gord@zazu>

	updated scroller animations to support fubuntu's animation

2010-02-04  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Fixes
	
	modified:
	mutter-plugin/main.c
	mutter-plugin/plugin.vala
	src/panel/panel-indicators.vala
	pending merges:
	Neil Jagdish Patel 2010-02-04 [merge] merge
	Neil Jagdish Patel 2010-02-03 [merge] Merge upstream
	Neil Jagdish Patel 2010-02-03 [menus] Some fixes for panel menus
	Neil Jagdish Patel 2010-02-02 [mutter-plugin] Remove font options that ...
	Neil Jagdish Patel 2010-02-02 [mutter] Enable disabling places through ...
	Neil Jagdish Patel 2010-02-02 [places/panel] Move to window group

2010-02-04  Neil Jagdish Patel  <neil.patel@canonical.com>

	merge

2010-02-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	Merge upstream

2010-02-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	[menus] Some fixes for panel menus
	
	modified:
	mutter-plugin/plugin.vala
	src/panel/panel-indicators.vala

2010-02-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	[mutter-plugin] Remove font options that I'm not 100% what the do

2010-02-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	[mutter] Enable disabling places through UNITY_DISABLE_PLACES
	
	modified:
	mutter-plugin/plugin.vala

2010-02-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	[places/panel] Move to window group
	
	modified:
	mutter-plugin/plugin.vala

2010-02-04  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged my quicklist-background-fixes branch after review and approval
	from Neil.

2010-02-04  Neil Jagdish Patel  <neil.patel@canonical.com>

	[quicklist-view] Comment out unused functions/variables; Remove stray printfs
	
	modified:
	src/quicklauncher/quicklist-view.vala

2010-02-03  Mirco Müller  <mirco.mueller@ubuntu.com>

	first few fixes for correcting the quicklist-background, arrow of quicklist still off

2010-02-04  Jason Smith  <jason.smith@canonical.com>

	Merge urgency branch

2010-02-03  Jason Smith  <jason.smith@canonical.com>

	Add urgency effect

2010-02-04  Jason Smith  <jason.smith@canonical.com>

	Merge fullscreen windows branch

2010-02-03  Jason Smith  <jason.smith@canonical.com>

	Add support for moving unity offscreen when fullscreen window is present

2010-02-03  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged my unity_quicklist-rendering branch after review and approval
	from Gordon.

2010-02-02  Mirco Müller  <mirco@dorset>

	exit early from allocate() if width/height didn't change for the Quicklist, use the right left-padding for the menu-entries

2010-02-02  Mirco Müller  <mirco@dorset>

	overriding base-class' allocate(), moved creation of quicklist-background to allocate()

2010-02-02  Mirco  <mirco@dorset>

	fixed creation and rendering of layer with dotted pattern

2010-02-02  Mirco  <mirco@dorset>

	Merging with trunk to make the get rid of the unresolved symbol error for
	launcher_application_get_wnckapps()

2010-01-28  Mirco Müller  <mirco.mueller@ubuntu.com>

	initial version of the dotted-layer for the quicklist-background rendering, not really dotted atm :)

2010-01-28  Mirco Müller  <mirco.mueller@ubuntu.com>

	added drawing of highlight-layer to quicklist-background rendering

2010-01-28  Mirco Müller  <mirco.mueller@ubuntu.com>

	added generation of negative-mask needed for the shadow-layer drawing later, added shadow-layer stub

2010-01-28  Mirco Müller  <mirco.mueller@ubuntu.com>

	added rendering of fill-layer to quicklist-bg rendering

2010-01-28  Mirco Müller  <mirco.mueller@ubuntu.com>

	first part of outline-layer of custom quicklist-background rendered via CtkLayerActor visible

2010-01-28  Mirco Müller  <mirco.mueller@ubuntu.com>

	added EM-constants for quicklist rendering

2010-01-28  Mirco Müller  <mirco.mueller@ubuntu.com>

	initial stubs for rendering different quicklist bg-layers

2010-01-28  Mirco Müller  <mirco.mueller@ubuntu.com>

	update clutk vapi-file with bindings for CtkLayer and CtkLayerActor

2010-02-03  Jason Smith  <jason.smith@canonical.com>

	Flush xbuffer

2010-02-03  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged my remove-tooltipmanager branch after review and approval from
	Grodon.

2010-02-03  Mirco Müller  <mirco.mueller@ubuntu.com>

	removed deprecated code for TooltipManager, we now use the CtkMenu-based Quicklist for combining Tooltip, Quicklist and Droplist rendering

2010-02-03  Jason Smith  <jason.smith@canonical.com>

	Merge window management branch

2010-02-03  Jason Smith  <jason.smith@canonical.com>

	Add Compiz like animations to mutter

2010-02-02  Jason Smith  <jason.smith@canonical.com>

	Merge expose branch

2010-02-02  Jason Smith  <jason.smith@canonical.com>

	Some minor fixes for picking

2010-02-02  Jason Smith  <jason.smith@canonical.com>

	Add expose effect

2010-02-02  Jason Smith  <jason.smith@canonical.com>

	Merge wnckwindow branch

2010-02-01  Jason Smith  <jason.smith@canonical.com>

	Add support for restore/minimize

2010-02-01  Jason Smith  <jason.smith@canonical.com>

	Use new signals

2010-02-01  Jason Smith  <jason.smith@canonical.com>

	Place more trust into liblauncher and port for working with updated liblauncher

2010-01-29  Jay Taoko  <jay.taoko@canonical.com>

	Search field rendering
	Corrected position to account for the width of the indicator section.
	
	[modified]
	src/places/cairo-drawing.vala
	src/places/places-view.vala
	src/places/application-place.vala
	src/places/search-field.vala
	Added search field
	
	data/Makefile.am
	src/Makefile.am
	
	[added]
	src/places/search-field.vala
	data/search_icon.png

2010-01-29  Jay Taoko  <jay.taoko@canonical.com>

	Removed an icon in the search field.
	
	[modified]
	src/places/search-field.vala
	src/places/application-place.vala

2010-01-28  Jay Taoko  <jay.taoko@canonical.com>

	Search field rendering
	Corrected position to account for the width of the indicator section.
	
	[modified]
	src/places/cairo-drawing.vala
	src/places/places-view.vala
	src/places/application-place.vala
	src/places/search-field.vala
	Added search field
	
	data/Makefile.am
	src/Makefile.am
	
	[added]
	src/places/search-field.vala
	data/search_icon.png

2010-01-28  Jay Taoko  <jay.taoko@canonical.com>

	Mapped the search field.
	Corrected position to account for the width of the indicator section.
	
	[modified]
	src/places/places-view.vala
	src/places/search-field.vala

2010-01-27  Jay Taoko  <jay.taoko@canonical.com>

	Added license header

2010-01-27  Jay Taoko  <jay.taoko@canonical.com>

	Search field rendering
	
	[modified]
	src/places/cairo-drawing.vala
	src/places/cairo-drawing.vala
	Added search field
	
	data/Makefile.am
	src/Makefile.am
	
	[added]
	src/places/search-field.vala
	data/search_icon.png

2010-01-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.1.10

2010-01-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	[ignores] Update

2010-01-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] libunity-places and related work
	
	added:
	src/places/places-place-proxy.vala
	src/places/places-place-view.vala
	src/places/places-results-view.vala
	unity-places/
	unity-places/Makefile.am
	unity-places/generate_vapi
	unity-places/unity-place-marshal.list
	unity-places/unity-place.c
	unity-places/unity-place.h
	unity-places/unity-place.xml
	unity-places/unity-places-custom.vala
	unity-places/unity-places.deps
	unity-places/unity-places.files
	unity-places/unity-places.gi
	unity-places/unity-places.h
	unity-places/unity-places.metadata
	unity-places/unity-places.namespace
	unity-places/unity-places.pc.in
	unity-places/unity-places.vapi
	vapi/dbusmodel.deps
	vapi/dbusmodel.vapi
	modified:
	.bzrignore
	Makefile.am
	configure.ac
	mutter-plugin/Makefile.am
	src/Makefile.am
	src/panel/panel-indicators.vala
	src/places/application-place.vala
	src/places/places-controller.vala
	src/unity-utils.c
	src/utils.vala
	tests/Makefile.am
	tests/test-unity.vala
	vapi/unity-const.vapi
	pending merges:
	Neil Jagdish Patel 2010-01-28 [merge] [merge] From trunk
	Neil Jagdish Patel 2010-01-28 [places/results-view] Load in ApplicationG...
	Neil Jagdish Patel 2010-01-28 [places/results-view] Add groups view
	Neil Jagdish Patel 2010-01-28 [unity-places] Remove place-proxy, no long...
	Neil Jagdish Patel 2010-01-28 [place-proxy,results-view] Do something re...
	Neil Jagdish Patel 2010-01-27 [places-proxy] Connect to and listen to si...
	Neil Jagdish Patel 2010-01-27 [places] More work on loading of the place...
	Neil Jagdish Patel 2010-01-27 [panel] Remove the debugs
	Neil Jagdish Patel 2010-01-27 [places] Load places from disk
	Neil Jagdish Patel 2010-01-27 [tests] Fix make distcheck
	Neil Jagdish Patel 2010-01-27 [misc] Various fixes
	Neil Jagdish Patel 2010-01-27 [unity-places] Add a test, and all the fun...
	Neil Jagdish Patel 2010-01-26 [ignore] Update
	Neil Jagdish Patel 2010-01-26 [unity-places] Rename directory to let thi...
	Neil Jagdish Patel 2010-01-26 [unity-places] Initial commit
	Neil Jagdish Patel 2010-01-26 [unity-places] Initial import

2010-01-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] From trunk

2010-01-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	[places/results-view] Load in ApplicationGroups and fix up the ApplicationGroup to work a little better with allocation
	
	modified:
	src/places/application-place.vala
	src/places/places-controller.vala
	src/places/places-results-view.vala

2010-01-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	[places/results-view] Add groups view
	
	modified:
	src/places/places-results-view.vala

2010-01-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	[unity-places] Remove place-proxy, no longer needed

2010-01-28  Neil Jagdish Patel  <neil.patel@canonical.com>

	[place-proxy,results-view] Do something real on view-changed signal, initilise results view
	
	added:
	src/places/places-place-view.vala
	src/places/places-results-view.vala
	vapi/dbusmodel.deps
	vapi/dbusmodel.vapi
	modified:
	.bzrignore
	configure.ac
	src/Makefile.am
	src/places/places-place-proxy.vala

2010-01-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	[places-proxy] Connect to and listen to signals from the proxy
	
	modified:
	src/places/places-place-proxy.vala

2010-01-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	[places] More work on loading of the places, and actually do some dbus work!
	
	modified:
	src/places/places-controller.vala
	src/places/places-place-proxy.vala

2010-01-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	[panel] Remove the debugs
	
	modified:
	src/panel/panel-indicators.vala
	src/places/places-controller.vala

2010-01-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	[places] Load places from disk
	
	added:
	src/places/places-place-proxy.vala
	modified:
	.bzrignore
	src/Makefile.am
	src/places/places-controller.vala

2010-01-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	[tests] Fix make distcheck
	
	modified:
	tests/Makefile.am
	unknown:
	unity-0.1.8/
	unity-0.1.8.tar.gz

2010-01-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	[misc] Various fixes
	
	modified:
	mutter-plugin/Makefile.am
	src/Makefile.am
	tests/test-unity.vala
	unity-places/generate_vapi
	unity-places/unity-place.h
	unity-places/unity-places.pc.in

2010-01-27  Neil Jagdish Patel  <neil.patel@canonical.com>

	[unity-places] Add a test, and all the fun that came with that
	
	modified:
	src/Makefile.am
	src/unity-utils.c
	src/utils.vala
	tests/Makefile.am
	tests/test-unity.vala
	unity-places/unity-place.c
	vapi/unity-const.vapi

2010-01-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	[ignore] Update

2010-01-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	[unity-places] Rename directory to let things actually compile
	
	renamed:
	libunity-places/ => unity-places/
	modified:
	Makefile.am
	configure.ac
	tests/Makefile.am
	unknown:
	unity-places/unity-place-marshal.c
	unity-places/unity-place-marshal.h

2010-01-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	[unity-places] Initial commit
	
	added:
	libunity-places/generate_vapi
	libunity-places/unity-place-marshal.list
	libunity-places/unity-places-custom.vala
	libunity-places/unity-places.deps
	libunity-places/unity-places.files
	libunity-places/unity-places.gi
	libunity-places/unity-places.metadata
	libunity-places/unity-places.namespace
	libunity-places/unity-places.vapi
	modified:
	.bzrignore
	libunity-places/Makefile.am
	libunity-places/unity-place.c
	libunity-places/unity-place.h
	libunity-places/unity-place.xml
	tests/Makefile.am
	tests/test-unity.vala

2010-01-26  Neil Jagdish Patel  <neil.patel@canonical.com>

	[unity-places] Initial import
	
	added:
	libunity-places/
	libunity-places/Makefile.am
	libunity-places/unity-place-proxy.c
	libunity-places/unity-place-proxy.h
	libunity-places/unity-place.c
	libunity-places/unity-place.h
	libunity-places/unity-place.xml
	libunity-places/unity-places.h
	libunity-places/unity-places.pc.in
	modified:
	.bzrignore
	Makefile.am
	configure.ac

2010-01-28  Gordon Allott  <gord@zazu>

	updates the visuals of the scroller/launchers to better approximate those of fubuntu
	
	added:
	data/scroller-fade.png
	data/scroller-shadow.png
	modified:
	data/Makefile.am
	data/gradient.png
	mutter-plugin/plugin.vala
	- updated struts to the correct launcher size
	src/quicklauncher/application-model.vala
	- updated pixbuf to correct launcher size
	src/quicklauncher/launcher-view.vala
	- updated launcher items to new size
	src/quicklauncher/quicklauncher.vala
	src/quicklauncher/quicklist-controller.vala
	src/quicklauncher/unity-scroller.vala
	- updated visuals to match fubuntu, adding a fade and shadow
	src/window.vala

2010-01-28  Gordon Allott  <gord@zazu>

	updated launcher-view to shift the right indicator to the correct position

2010-01-28  Gordon Allott  <gord@zazu>

	reinstalled clip on scroller

2010-01-27  Gordon Allott  <gord@zazu>

	updated plugin to use the right strut size

2010-01-27  Gordon Allott  <gord@zazu>

	updated mutter-plugin to the correct launcher width

2010-01-27  Gordon Allott  <gord@zazu>

	made the launcher the right width

2010-01-27  Gordon Allott  <gord@zazu>

	small bugfix so that the mutterpluggin/window shells work and look the same

2010-01-27  Gordon Allott  <gord@zazu>

	added menu hiding on drag

2010-01-27  Gordon Allott  <gord@zazu>

	adds fade and shadow graphics to the scroller, updates the gradient to be more fubuntu like, changes size of launcher items to the same size as fubuntu, removes per item fadeout

2010-01-28  Gordon Allott  <gord@zazu>

	Updates unity to support chromium based webapps as well as mozilla webapps

2010-01-27  Gordon Allott  <gord@zazu>

	added missing chrome-handler.vala file, doh\!

2010-01-27  Gordon Allott  <gord@zazu>

	Adds a gconf key to toggle chrome or prism webapp selection
	fixes a bug in webapp generation when there is a + in the URL

2010-01-26  Gordon Allott  <gord@zazu>

	made drag and drop way way better :-)

2010-01-27  Gordon Allott  <gord@zazu>

	adds a fix to unity so that the entire stage is responsive to clicks if we have a menu open

2010-01-27  Gordon Allott  <gord@zazu>

	merged with latest unity

2010-01-22  Gord Allott  <gord.allott@canonical.com>

	adds a global_shell variable to the unity namespace, allowing any part of unity to access the global shell
	adds support the shell to handle a set_in_menu method, in mutter we set the input region to the entire screen
	hooks up the quicklist-controller to set_in_menu method so we get reactive menus in mutter

2010-01-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Panel work
	
	added:
	data/bfb.png
	mutter.patch
	src/panel/
	src/panel/panel-home.vala
	src/panel/panel-indicators.vala
	src/panel/panel-tray.vala
	src/panel/panel-view.vala
	vapi/indicator.deps
	vapi/indicator.vapi
	vapi/unity-misc.vapi
	vapi/x11.vapi
	modified:
	.bzrignore
	configure.ac
	data/Makefile.am
	libunity/shell.vala
	mutter-plugin/Makefile.am
	mutter-plugin/main.c
	mutter-plugin/plugin.vala
	src/Makefile.am
	src/main.vala
	src/places/bar-view.vala
	src/places/cairo-drawing.vala
	src/places/places-controller.vala
	src/places/places-view.vala
	src/unity-utils.c
	src/unity-utils.h
	src/utils.vala
	src/window.vala
	tests/Makefile.am
	vapi/mutter-2.28.vapi
	vapi/unity-const.vapi
	
	pending merges:
	Neil Jagdish Patel 2010-01-25 [panel] Set the panel strut
	Neil Jagdish Patel 2010-01-25 [panel/tray] Fix sorting of icons crash
	Neil Jagdish Patel 2010-01-25 [panel/indicators] Ordering + fix changing...
	Neil Jagdish Patel 2010-01-25 [panel] Fix indicator display, return corr...
	Neil Jagdish Patel 2010-01-25 [panel/indicators] Some more icon work
	Neil Jagdish Patel 2010-01-25 [panel/indicators] Load and show something!
	Neil Jagdish Patel 2010-01-24 [panel/indicators] Actually load something...
	Neil Jagdish Patel 2010-01-24 [panel/indicators] List the indicators (on...
	Neil Jagdish Patel 2010-01-24 [panel/indicators/ Beginings of indicator ...
	Neil Jagdish Patel 2010-01-24 [vapi] Add initial Indicator vala files
	Neil Jagdish Patel 2010-01-24 [panel-tray] Fix the ordering of the first...
	Neil Jagdish Patel 2010-01-24 [places/bar] Fix spacing of trash
	Neil Jagdish Patel 2010-01-24 [panel-tray] Order icons by creation time
	Neil Jagdish Patel 2010-01-24 [mutter,panel-bar] Remove animations for s...
	Neil Jagdish Patel 2010-01-24 [mutter] Temp commit
	Neil Jagdish Patel 2010-01-24 [panel,shell,mutter,places-bar] Communicat...
	Neil Jagdish Patel 2010-01-24 [panel] Added home button
	Neil Jagdish Patel 2010-01-24 [merge] [merge] Merge in Jason's branch th...
	Jason Smith 2010-01-21 Make work with patched mutter for DND window sexi...
	Neil Jagdish Patel 2010-01-24 [merge] [merge, mutter] Merge from upstrea...
	Neil Jagdish Patel 2010-01-14 [panel] Use libunity-misc
	Neil Jagdish Patel 2010-01-10 [panel] Some more tray manager work
	Neil Jagdish Patel 2010-01-10 [panel] Some basic tray manager stuff
	Neil Jagdish Patel 2010-01-10 [panel] Initial bits and pieces
	Neil Jagdish Patel 2010-01-10 [mutter] Fix --disable-mutter

2010-01-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	[panel] Set the panel strut
	
	modified:
	mutter-plugin/plugin.vala
	src/unity-utils.c
	src/utils.vala
	src/window.vala

2010-01-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	[panel/tray] Fix sorting of icons crash
	
	modified:
	src/panel/panel-indicators.vala
	src/panel/panel-tray.vala

2010-01-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	[panel/indicators] Ordering + fix changing of icons
	
	modified:
	src/panel/panel-indicators.vala
	src/panel/panel-view.vala

2010-01-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	[panel] Fix indicator display, return correct indicator width
	
	modified:
	mutter-plugin/Makefile.am
	src/Makefile.am
	src/main.vala
	src/panel/panel-indicators.vala
	src/panel/panel-tray.vala
	src/panel/panel-view.vala
	tests/Makefile.am

2010-01-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	[panel/indicators] Some more icon work
	
	modified:
	src/panel/panel-indicators.vala

2010-01-25  Neil Jagdish Patel  <neil.patel@canonical.com>

	[panel/indicators] Load and show something!
	
	modified:
	src/Makefile.am
	src/panel/panel-indicators.vala
	src/panel/panel-view.vala
	src/unity-utils.h

2010-01-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[panel/indicators] Actually load something !?!
	
	modified:
	.bzrignore
	src/panel/panel-indicators.vala
	vapi/indicator.vapi

2010-01-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[panel/indicators] List the indicators (one small step for neil...)
	
	modified:
	src/panel/panel-indicators.vala
	unknown:
	src/panel/panel-indicators.c

2010-01-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[panel/indicators/ Beginings of indicator support
	
	added:
	src/panel/panel-indicators.vala
	modified:
	configure.ac
	src/Makefile.am
	src/panel/panel-view.vala
	vapi/unity-const.vapi
	unknown:
	src/panel/panel-indicators.c

2010-01-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[vapi] Add initial Indicator vala files

2010-01-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[panel-tray] Fix the ordering of the first icon
	
	modified:
	src/panel/panel-tray.vala

2010-01-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[places/bar] Fix spacing of trash
	
	modified:
	src/places/bar-view.vala

2010-01-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[panel-tray] Order icons by creation time
	
	modified:
	mutter-plugin/plugin.vala
	src/panel/panel-tray.vala

2010-01-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[mutter,panel-bar] Remove animations for switching between place view for testing; Remove effect on bar-view bg, broken inside mutter.
	
	modified:
	mutter-plugin/plugin.vala
	src/panel/panel-home.vala
	src/places/bar-view.vala
	src/places/cairo-drawing.vala
	src/window.vala

2010-01-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[mutter] Temp commit
	
	modified:
	mutter-plugin/plugin.vala

2010-01-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[panel,shell,mutter,places-bar] Communicate indicators width changes and update visuals
	
	modified:
	libunity/shell.vala
	mutter-plugin/plugin.vala
	src/panel/panel-view.vala
	src/places/bar-view.vala
	src/places/cairo-drawing.vala
	src/places/places-controller.vala
	src/places/places-view.vala

2010-01-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[panel] Added home button
	
	added:
	data/bfb.png
	src/panel/panel-home.vala
	modified:
	.bzrignore
	data/Makefile.am
	libunity/shell.vala
	mutter-plugin/plugin.vala
	src/Makefile.am
	src/panel/panel-tray.vala
	src/panel/panel-view.vala
	src/window.vala

2010-01-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Merge in Jason's branch that fixes depth of QL/panel/places in mutter
	
	added:
	mutter.patch
	modified:
	mutter-plugin/main.c
	mutter-plugin/plugin.vala
	vapi/mutter-2.28.vapi
	pending merges:
	Jason Smith 2010-01-21 Make work with patched mutter for DND window sexiness

2010-01-21  Jason Smith  <jason.smith@canonical.com>

	Make work with patched mutter for DND window sexiness

2010-01-24  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge, mutter] Merge from upstream, fix input region for panel.
	
	removed:
	data/gadgets.png
	data/music.png
	data/people.png
	data/photos.png
	data/quicklauncher_focused_indicator.svg
	data/quicklauncher_running_indicator.svg
	data/quicklauncher_spinner.png
	data/videos.png
	data/web.png
	added:
	data/dash_background.png
	data/favourites.png
	data/maximize_up.png
	data/minimize_up.png
	data/quicklauncher_focused_indicator.png
	data/quicklauncher_running_indicator.png
	src/places/application-place.vala
	src/places/cairo-drawing.vala
	src/places/file-place.vala
	src/places/places-controller.vala
	src/places/places-model.vala
	src/places/places-place.vala
	src/quicklauncher/quicklist-controller.vala
	src/quicklauncher/quicklist-view.vala
	renamed:
	src/places/view.vala => src/places/places-view.vala
	modified:
	.bzrignore
	HACKING
	configure.ac
	data/Makefile.am
	libunity/perf-logger.vala
	mutter-plugin/Makefile.am
	mutter-plugin/main.c
	mutter-plugin/plugin.vala
	src/Makefile.am
	src/background.vala
	src/main.vala
	src/panel/panel-tray.vala
	src/panel/panel-view.vala
	src/places/bar-view.vala
	src/quicklauncher/application-model.vala
	src/quicklauncher/launcher-model.vala
	src/quicklauncher/launcher-view.vala
	src/quicklauncher/quicklauncher-manager.vala
	src/quicklauncher/unity-scroller.vala
	src/window.vala
	tests/test-unity.vala
	tools/makebootchart.py
	vapi/clutk-0.3.vapi
	vapi/unity-const.vapi
	src/places/places-view.vala
	pending merges:
	Gord Allott 2010-01-22 [merge] Adds a menu item to the quicklists to pin/...
	Gord Allott 2010-01-22 updated the window code to assign the correct wi...
	Gord Allott 2010-01-22 added margin to glow effect to get a correct glow
	Gord Allott 2010-01-22 adds launcher pinning/unpinning to the launcher
	Neil Jagdish Patel 2010-01-21 [release] 0.1.8
	Gord Allott 2010-01-21 [merge] Adds clutter_texture_load_async to the C...
	Gord Allott 2010-01-21 added async texture loading to clutter textures
	Gord Allott 2010-01-21 added loading async background texture
	Neil Jagdish Patel 2010-01-21 [merge] [merge] Jay's places widgets
	Neil Jagdish Patel 2010-01-21 [data] Removed unecessaray data files
	Jay Taoko 2010-01-20 Cleanup cairo rendering code. Reuse the code in ca...
	Neil Jagdish Patel 2010-01-20 [files-place] Update to work better with ...
	Neil Jagdish Patel 2010-01-20 [application-place] update to work better...
	Neil Jagdish Patel 2010-01-20 - Make the new views work with upstream U...
	Neil Jagdish Patel 2010-01-20 [merge] Merge trunk
	Jay Taoko 2010-01-19 [merge] Added File and Application place content
	Jay Taoko 2010-01-19 commit
	Jay Taoko 2010-01-19 commit
	Jay Taoko 2010-01-19 Prototype File place rendering.
	Gord Allott 2010-01-20 [merge] updated unity to support new clutk api
	Gord Allott 2010-01-20 updated quicklist-controller to support new clut...
	Gord Allott 2010-01-20 [merge] Quicklist controller improvements
	Gord Allott 2010-01-20 [merge] merge from latest unity
	Gord Allott 2010-01-19 made append in quicklist-controller actually app...
	Gord Allott 2010-01-19 added missing vapi, small bugfix for a crasher o...
	Gord Allott 2010-01-19 [merge] updated to latest unity
	Gord Allott 2010-01-19 moved as much of the quicklauncher logic from la...
	Neil Jagdish Patel 2010-01-20 [merge] [merge] Places rework
	Neil Jagdish Patel 2010-01-20 [mutter] Make mutter work with new stuff
	Neil Jagdish Patel 2010-01-20 [places-bar] Activate the first place tha...
	Neil Jagdish Patel 2010-01-20 [places] Add abilty for different places ...
	Neil Jagdish Patel 2010-01-20 [places-controller/bar/model] Make the co...
	Neil Jagdish Patel 2010-01-20 [places-view] Remove unnecessary namespacing
	Neil Jagdish Patel 2010-01-20 [ignores] Update
	Neil Jagdish Patel 2010-01-20 [places] Cleaned up remaining bits and pi...
	Neil Jagdish Patel 2010-01-20 [merge] * Merge from upsteam
	Neil Jagdish Patel 2010-01-19 [places-bar] Make it use the model
	Neil Jagdish Patel 2010-01-19 Pass model to bar
	Neil Jagdish Patel 2010-01-19 [places] Some bits-and-pieces to make it ...
	Gord Allott 2010-01-20 [merge] adds in debugging prints to the drag and...
	Gord Allott 2010-01-20 added debuging prints to the drag and drop system
	Jay Taoko 2010-01-19 [merge] Places background pattern. Added image file.
	Jay Taoko 2010-01-15 Places background pattern. Added image file.
	Jay Taoko 2010-01-15 [merge] Improved Places bar code. Added code for t...
	Jay Taoko 2010-01-15 Improved Places bar code. Added code for the trash...
	Gord Allott 2010-01-15 [merge] menu fix, removed drop shadow that is br...
	Gord Allott 2010-01-15 removed drop shadow, moved menu removal to ql-co...
	Neil Jagdish Patel 2010-01-15 [mutter] make disabling mutter work
	Gord Allott 2010-01-15 [merge] adds fixes to unity to enable the boot l...
	Gord Allott 2010-01-15 reverted silly change on ctk_init
	Gord Allott 2010-01-15 updated unity bootlogging to support the mutter-...
	Gord Allott 2010-01-15 [merge] Seperates out the quicklists from the la...
	Gord Allott 2010-01-14 added missing ql-controller and -view files
	Gord Allott 2010-01-14 per commit changes lost so dumping commit log of...
	Neil Jagdish Patel 2010-01-14 [merge] [merge] Gord's fubuntu fixes
	Gord Allott 2010-01-12 added support for drag sensitivity, set to 3 pix...
	Gord Allott 2010-01-12 small fix for scroller animation
	Gord Allott 2010-01-12 fixed positioning of focused indicator
	Gord Allott 2010-01-12 removed quicklauncher_spinner.png
	Gord Allott 2010-01-12 removed glow/dropshadow/throbber, added glow on ...
	Gord Allott 2010-01-11 removed dropshadow from icons
	Gord Allott 2010-01-11 added new focuesed indicators

2010-01-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	[panel] Use libunity-misc
	
	added:
	vapi/unity-misc.vapi
	modified:
	configure.ac
	mutter-plugin/plugin.vala
	src/Makefile.am
	src/panel/panel-tray.vala
	src/panel/panel-view.vala
	src/window.vala
	vapi/unity-const.vapi

2010-01-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[panel] Some more tray manager work
	
	added:
	vapi/x11.vapi
	modified:
	src/panel/panel-tray.vala

2010-01-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[panel] Some basic tray manager stuff
	
	modified:
	src/Makefile.am
	src/panel/panel-tray.vala
	src/panel/panel-view.vala
	vapi/unity-const.vapi
	unknown:
	vapi/x11.vapi

2010-01-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[panel] Initial bits and pieces
	
	added:
	src/panel/
	src/panel/panel-tray.vala
	src/panel/panel-view.vala
	modified:
	.bzrignore
	src/Makefile.am
	src/window.vala

2010-01-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[mutter] Fix --disable-mutter
	
	modified:
	mutter-plugin/Makefile.am

2010-01-25  Gordon Allott  <gord@zazu>

	quick fix to the scroller so that no matter what fps you are running at, the start velocity is always the same

2010-01-25  Gordon Allott  <gord@zazu>

	fix ql to make it return a hard-coded width

2010-01-22  Gord Allott  <gord.allott@canonical.com>

	Adds a menu item to the quicklists to pin/unpin launchers + small fixes
	
	modified:
	src/quicklauncher/application-model.vala
	- Adds pinning/unpinning menu item
	src/quicklauncher/launcher-view.vala
	- updates glow to use the new effects api
	- repositioned the focused indicator to be positioned correctly
	src/quicklauncher/unity-scroller.vala
	- removed whitespace
	src/window.vala
	- updated quicklauncher size setting to set the correct size
	pending merges:
	Gord Allott 2010-01-22 updated the window code to assign the correct width to the lau...
	Gord Allott 2010-01-22 added margin to glow effect to get a correct glow
	Gord Allott 2010-01-22 adds launcher pinning/unpinning to the launcher

2010-01-22  Gord Allott  <gord.allott@canonical.com>

	updated the window code to assign the correct width to the launcehr

2010-01-22  Gord Allott  <gord.allott@canonical.com>

	added margin to glow effect to get a correct glow

2010-01-22  Gord Allott  <gord.allott@canonical.com>

	adds launcher pinning/unpinning to the launcher
	fixes glow bug

2010-01-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.1.8

2010-01-21  Gord Allott  <gord.allott@canonical.com>

	Adds clutter_texture_load_async to the ClutterTexture's in unity to speed up boot performance

2010-01-21  Gord Allott  <gord.allott@canonical.com>

	added async texture loading to clutter textures

2010-01-21  Gord Allott  <gord.allott@canonical.com>

	added loading async background texture

2010-01-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Jay's places widgets
	
	removed:
	data/gadgets.png
	data/music.png
	data/people.png
	data/photos.png
	data/videos.png
	data/web.png
	added:
	data/favourites.png
	data/maximize_up.png
	data/minimize_up.png
	src/places/application-place.vala
	src/places/cairo-drawing.vala
	src/places/file-place.vala
	modified:
	.bzrignore
	data/Makefile.am
	src/Makefile.am
	src/places/bar-view.vala
	src/places/places-controller.vala
	pending merges:
	Neil Jagdish Patel 2010-01-21 [data] Removed unecessaray data files
	Jay Taoko 2010-01-20 Cleanup cairo rendering code. Reuse the code in cai...
	Neil Jagdish Patel 2010-01-20 [files-place] Update to work better with c...
	Neil Jagdish Patel 2010-01-20 [application-place] update to work better ...
	Neil Jagdish Patel 2010-01-20 - Make the new views work with upstream Unity
	Neil Jagdish Patel 2010-01-20 [merge] Merge trunk
	Jay Taoko 2010-01-19 [merge] Added File and Application place content
	Jay Taoko 2010-01-19 commit
	Jay Taoko 2010-01-19 commit
	Jay Taoko 2010-01-19 Prototype File place rendering.

2010-01-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	[data] Removed unecessaray data files
	
	removed:
	data/gadgets.png
	data/music.png
	data/people.png
	data/photos.png
	data/videos.png
	data/web.png
	modified:
	data/Makefile.am

2010-01-20  Jay Taoko  <jay.taoko@canonical.com>

	Cleanup cairo rendering code. Reuse the code in cairo-drawing.vala
	
	[modified]
	src/places/bar-view.vala
	
	src/places/cairo-drawing.vala
	- Recreate the effect attached to cairo drawings

2010-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	[files-place] Update to work better with clutter layout mechanism
	
	modified:
	src/places/file-place.vala

2010-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	[application-place] update to work better with clutter layout mechanism
	
	modified:
	src/places/application-place.vala

2010-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	- Make the new views work with upstream Unity
	
	modified:
	.bzrignore
	src/places/places-controller.vala

2010-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	Merge trunk

2010-01-19  Jay Taoko  <jay.taoko@canonical.com>

	Added File and Application place content
	
	[modified]
	src/places/view.vala
	src/places/bar-view.vala
	data/Makefile.am
	src/Makefile.am
	
	[added]
	src/places/cairo-drawing.vala
	- special purpose cairo rendering
	
	src/places/file-place.vala
	- file place content and presentation
	
	src/places/application-place.vala
	- application place content and presentation
	
	data/favourites.png
	data/maximize_up.png
	data/minimize_up.png

2010-01-19  Jay Taoko  <jay.taoko@canonical.com>

	commit

2010-01-19  Jay Taoko  <jay.taoko@canonical.com>

	commit

2010-01-19  Jay Taoko  <jay.taoko@canonical.com>

	Prototype File place rendering.

2010-01-20  Gord Allott  <gord.allott@canonical.com>

	updated unity to support new clutk api

2010-01-20  Gord Allott  <gord.allott@canonical.com>

	updated quicklist-controller to support new clutk api

2010-01-20  Gord Allott  <gord.allott@canonical.com>

	Quicklist controller improvements
	
	modified:
	src/quicklauncher/launcher-view.vala
	src/quicklauncher/quicklist-controller.vala
	- moved logic from launcher-view into quicklist-controller.vala
	src/quicklauncher/quicklist-view.vala
	- removed the shadow on the menus as it was causing problems
	vapi/clutk-0.3.vapi
	
	pending merges:
	Gord Allott 2010-01-20 [merge] merge from latest unity
	Gord Allott 2010-01-19 made append in quicklist-controller actually append not prepend
	Gord Allott 2010-01-19 added missing vapi, small bugfix for a crasher on the drag
	Gord Allott 2010-01-19 [merge] updated to latest unity
	Gord Allott 2010-01-19 moved as much of the quicklauncher logic from launcher-view ...

2010-01-20  Gord Allott  <gord.allott@canonical.com>

	merge from latest unity

2010-01-19  Gord Allott  <gord.allott@canonical.com>

	made append in quicklist-controller actually append not prepend

2010-01-19  Gord Allott  <gord.allott@canonical.com>

	added missing vapi, small bugfix for a crasher on the drag

2010-01-19  Gord Allott  <gord.allott@canonical.com>

	updated to latest unity

2010-01-19  Gord Allott  <gord.allott@canonical.com>

	moved as much of the quicklauncher logic from launcher-view to quicklist-controller as possible
	also made many bug fixes on the way
	removed the dropshadow effect code from quicklist-view, can be added again when its working
	updated the clutk vapi

2010-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Places rework
	
	added:
	src/places/places-controller.vala
	src/places/places-model.vala
	src/places/places-place.vala
	renamed:
	src/places/view.vala => src/places/places-view.vala
	modified:
	.bzrignore
	mutter-plugin/plugin.vala
	src/Makefile.am
	src/places/bar-view.vala
	src/quicklauncher/quicklist-view.vala
	src/window.vala
	vapi/clutk-0.3.vapi
	src/places/places-view.vala
	pending merges:
	Neil Jagdish Patel 2010-01-20 [mutter] Make mutter work with new stuff
	Neil Jagdish Patel 2010-01-20 [places-bar] Activate the first place tha...
	Neil Jagdish Patel 2010-01-20 [places] Add abilty for different places ...
	Neil Jagdish Patel 2010-01-20 [places-controller/bar/model] Make the co...
	Neil Jagdish Patel 2010-01-20 [places-view] Remove unnecessary namespacing
	Neil Jagdish Patel 2010-01-20 [ignores] Update
	Neil Jagdish Patel 2010-01-20 [places] Cleaned up remaining bits and pi...
	Neil Jagdish Patel 2010-01-20 [merge] * Merge from upsteam
	Neil Jagdish Patel 2010-01-19 [places-bar] Make it use the model
	Neil Jagdish Patel 2010-01-19 Pass model to bar
	Neil Jagdish Patel 2010-01-19 [places] Some bits-and-pieces to make it ...

2010-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	[mutter] Make mutter work with new stuff
	
	modified:
	mutter-plugin/plugin.vala
	src/places/places-controller.vala
	src/window.vala

2010-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	[places-bar] Activate the first place that's added.
	[window] Allocate the entire window to the places area
	
	modified:
	src/places/bar-view.vala
	src/window.vala

2010-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	[places] Add abilty for different places to have different views and tab between them
	
	modified:
	src/places/places-controller.vala
	src/places/places-place.vala
	src/places/places-view.vala

2010-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	[places-controller/bar/model] Make the connections so the controller get's notified when the bar changes the model
	
	modified:
	src/places/bar-view.vala
	src/places/places-controller.vala
	src/places/places-place.vala

2010-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	[places-view] Remove unnecessary namespacing
	
	modified:
	src/places/places-view.vala

2010-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	[ignores] Update

2010-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	[places] Cleaned up remaining bits and pieces of the old view & bar
	
	modified:
	src/places/bar-view.vala
	src/places/places-view.vala
	unknown:
	src/places/places-controller.c
	src/places/places-model.c
	src/places/places-place.c
	src/places/places-view.c
	src/quicklauncher/quicklist-controller.c
	src/quicklauncher/quicklist-view.c

2010-01-20  Neil Jagdish Patel  <neil.patel@canonical.com>

	* Merge from upsteam
	* Make the places bar draw it's own background
	* Still tons of clean up to do
	
	added:
	data/dash_background.png
	modified:
	data/Makefile.am
	src/places/bar-view.vala
	src/places/places-view.vala
	src/quicklauncher/quicklauncher-manager.vala
	vapi/clutk-0.3.vapi
	unknown:
	src/places/places-controller.c
	src/places/places-model.c
	src/places/places-place.c
	src/places/places-view.c
	src/quicklauncher/quicklist-controller.c
	src/quicklauncher/quicklist-view.c
	pending merges:
	Gord Allott 2010-01-20 [merge] adds in debugging prints to the drag and d...
	Gord Allott 2010-01-20 added debuging prints to the drag and drop system
	Jay Taoko 2010-01-19 [merge] Places background pattern. Added image file.
	Jay Taoko 2010-01-15 Places background pattern. Added image file.

2010-01-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	[places-bar] Make it use the model
	
	modified:
	src/places/bar-view.vala
	src/places/places-view.vala
	unknown:
	src/places/places-controller.c
	src/places/places-model.c
	src/places/places-place.c
	src/places/places-view.c
	src/quicklauncher/quicklist-controller.c
	src/quicklauncher/quicklist-view.c

2010-01-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	Pass model to bar

2010-01-19  Neil Jagdish Patel  <neil.patel@canonical.com>

	[places] Some bits-and-pieces to make it more MVC
	
	added:
	src/places/places-controller.vala
	src/places/places-model.vala
	src/places/places-place.vala
	renamed:
	src/places/view.vala => src/places/places-view.vala
	modified:
	src/Makefile.am
	src/quicklauncher/quicklist-view.vala
	src/window.vala
	src/places/places-view.vala
	unknown:
	src/places/places-controller.c
	src/places/places-model.c
	src/places/places-place.c
	src/places/places-view.c
	src/quicklauncher/quicklist-controller.c
	src/quicklauncher/quicklist-view.c

2010-01-20  Gord Allott  <gord.allott@canonical.com>

	adds in debugging prints to the drag and drop system

2010-01-20  Gord Allott  <gord.allott@canonical.com>

	added debuging prints to the drag and drop system

2010-01-19  Jay Taoko  <jay.taoko@canonical.com>

	Places background pattern. Added image file.
	
	[modified]
	src/places/view.vala
	data/Makefile.am
	
	[added]
	data/dash_background.png

2010-01-15  Jay Taoko  <jay.taoko@canonical.com>

	Places background pattern. Added image file.
	
	[modified]
	src/places/view.vala
	data/Makefile.am
	
	[added]
	data/dash_background.png

2010-01-15  Jay Taoko  <jay.taoko@canonical.com>

	Improved Places bar code. Added code for the trash and devices icons.
	Render Trash at the right location.
	
	[modified]
	src/places/bar-view.vala
	src/places/view.vala
	
	vapi/clutk-0.3.vapi

2010-01-15  Jay Taoko  <jay.taoko@canonical.com>

	Improved Places bar code. Added code for the trash and devices icons.
	Render Trash at the right location.
	
	[modified]
	src/places/bar-view.vala
	src/places/view.vala
	
	vapi/clutk-0.3.vapi

2010-01-15  Gord Allott  <gord.allott@canonical.com>

	menu fix, removed drop shadow that is broken in mutter, moved menu destruction to ql-controller's destructor

2010-01-15  Gord Allott  <gord.allott@canonical.com>

	removed drop shadow, moved menu removal to ql-controller destructor

2010-01-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	[mutter] make disabling mutter work
	
	modified:
	mutter-plugin/Makefile.am
	unknown:
	src/quicklauncher/quicklist-controller.c
	src/quicklauncher/quicklist-view.c

2010-01-15  Gord Allott  <gord.allott@canonical.com>

	adds fixes to unity to enable the boot logging for mutter

2010-01-15  Gord Allott  <gord.allott@canonical.com>

	reverted silly change on ctk_init

2010-01-15  Gord Allott  <gord.allott@canonical.com>

	updated unity bootlogging to support the mutter-plugin, added new logs for missing areas, updated bootchart script to print time for each process and updated HACKING file

2010-01-15  Gord Allott  <gord.allott@canonical.com>

	Seperates out the quicklists from the launcher-view file
	
	we now have a seperate controler/view for the quicklist, also implimented at 
	the same time was labels for launcher items that transform into menus

2010-01-14  Gord Allott  <gord.allott@canonical.com>

	added missing ql-controller and -view files

2010-01-14  Gord Allott  <gord.allott@canonical.com>

	per commit changes lost so dumping commit log of old branch in here:
	
	------------------------------------------------------------
	revno: 75
	committer: Gord Allott <gord.allott@canonical.com>
	branch nick: unity.menu_seperation
	timestamp: Thu 2010-01-14 15:11:19 +0000
	message:
	added tests
	------------------------------------------------------------
	revno: 74
	committer: Gord Allott <gord.allott@canonical.com>
	branch nick: unity.menu_seperation
	timestamp: Thu 2010-01-14 15:09:54 +0000
	message:
	added tests
	------------------------------------------------------------
	revno: 73 [merge]
	committer: Gord Allott <gord.allott@canonical.com>
	branch nick: unity.menu_seperation
	timestamp: Thu 2010-01-14 14:56:00 +0000
	message:
	merge from latest unity
	------------------------------------------------------------
	revno: 72
	committer: Gord Allott <gord.allott@canonical.com>
	branch nick: unity.menu_seperation
	timestamp: Thu 2010-01-14 14:54:01 +0000
	message:
	changes quicklist api, now have a controller for quicklist generation and a view for handing the visuals

2010-01-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Gord's fubuntu fixes
	
	removed:
	data/quicklauncher_focused_indicator.svg
	data/quicklauncher_running_indicator.svg
	data/quicklauncher_spinner.png
	added:
	data/quicklauncher_focused_indicator.png
	data/quicklauncher_running_indicator.png
	modified:
	data/Makefile.am
	src/quicklauncher/application-model.vala
	src/quicklauncher/launcher-model.vala
	src/quicklauncher/launcher-view.vala
	src/quicklauncher/unity-scroller.vala
	pending merges:
	Gord Allott 2010-01-12 added support for drag sensitivity, set to 3 pixels...
	Gord Allott 2010-01-12 small fix for scroller animation
	Gord Allott 2010-01-12 fixed positioning of focused indicator
	Gord Allott 2010-01-12 removed quicklauncher_spinner.png
	Gord Allott 2010-01-12 removed glow/dropshadow/throbber, added glow on i...
	Gord Allott 2010-01-11 removed dropshadow from icons
	Gord Allott 2010-01-11 added new focuesed indicators

2010-01-12  Gord Allott  <gord.allott@canonical.com>

	added support for drag sensitivity, set to 3 pixels at the moment, fixed bug with some items not being activated on click

2010-01-12  Gord Allott  <gord.allott@canonical.com>

	small fix for scroller animation

2010-01-12  Gord Allott  <gord.allott@canonical.com>

	fixed positioning of focused indicator

2010-01-12  Gord Allott  <gord.allott@canonical.com>

	removed quicklauncher_spinner.png

2010-01-12  Gord Allott  <gord.allott@canonical.com>

	removed glow/dropshadow/throbber, added glow on is_starting

2010-01-11  Gord Allott  <gord.allott@canonical.com>

	removed dropshadow from icons

2010-01-11  Gord Allott  <gord.allott@canonical.com>

	added new focuesed indicators

2010-01-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.1.6
	
	modified:
	configure.ac

2010-01-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] Mutter integration
	
	added:
	mutter-plugin/
	mutter-plugin/Makefile.am
	mutter-plugin/main.c
	mutter-plugin/mutter-plugins.h
	mutter-plugin/plugin.vala
	mutter-plugin/window-management.vala
	tools/unity-xephyr.py
	vapi/mutter-2.28.deps
	vapi/mutter-2.28.vapi
	renamed:
	src/application.vala => libunity/application.vala
	modified:
	.bzrignore
	Makefile.am
	configure.ac
	libunity/Makefile.am
	libunity/shell.vala
	src/Makefile.am
	src/window.vala*
	tools/Makefile.am
	vapi/Makefile.am
	vapi/clutk-0.3.vapi
	pending merges:
	Neil Jagdish Patel 2010-01-08 [mutter] remove unnecessary file, add suppo...
	Neil Jagdish Patel 2010-01-08 [mutter] widen the QL
	Neil Jagdish Patel 2010-01-08 [merge] [merge, build] Merged from trunk,...
	Neil Jagdish Patel 2010-01-08 [build] make make distcheck!
	Neil Jagdish Patel 2010-01-08 [mutter] Work with menus
	Neil Jagdish Patel 2010-01-08 [ignores] Update
	Neil Jagdish Patel 2010-01-08 [build] Fix make distcheck for lucid
	Neil Jagdish Patel 2010-01-08 [mutter] Add support for drag-and-drop on...
	Neil Jagdish Patel 2010-01-08 [mutter] clean up code
	Neil Jagdish Patel 2010-01-08 [merge] [merge] From trunk, remove the x ...
	Neil Jagdish Patel 2010-01-07 [mutter] Add the background
	Neil Jagdish Patel 2010-01-07 [mutter, ignores] Add some animations, up...
	Neil Jagdish Patel 2010-01-07 [mutter] Add support for the unique insta...
	Neil Jagdish Patel 2010-01-07 Some more fixes
	Neil Jagdish Patel 2010-01-06 [merge] [merge] trunk, fix make dist-check
	Neil Jagdish Patel 2010-01-06 [build] Added vala autofoo
	Neil Jagdish Patel 2009-12-16 [mutter] Import code from old mutter branch

2010-01-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	[mutter] remove unnecessary file, add support for panel struts
	
	removed:
	mutter-plugin/unity-mutter.vapi
	modified:
	mutter-plugin/plugin.vala
	unknown:
	mutter-plugin/unity-mutter.vapi

2010-01-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	[mutter] widen the QL
	
	modified:
	mutter-plugin/plugin.vala

2010-01-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge, build] Merged from trunk, fixed make distcheck for the millionth time
	
	added:
	HACKING
	modified:
	mutter-plugin/Makefile.am
	src/Makefile.am
	src/places/default-view.vala
	src/places/view.vala
	src/quicklauncher/launcher-view.vala
	src/quicklauncher/prism-handler.vala
	src/quicklauncher/unity-scroller.vala
	pending merges:
	Gord Allott 2010-01-08 [merge] A bunch of fixes for unity, mainly focused...
	Gord Allott 2010-01-08 added hacking file
	Gord Allott 2010-01-08 removed debug from prism-handler
	Gord Allott 2010-01-08 re-enabled throbber
	Gord Allott 2010-01-08 fixed scroller bounce code
	Gord Allott 2010-01-08 moved event generation in on_motion_event to out...
	Gord Allott 2010-01-07 [merge] merged in places update
	Gord Allott 2010-01-07 updated scrollers clipping of scroll childs so t...
	Gord Allott 2010-01-07 added clip to the scroller background
	Gord Allott 2010-01-07 removed and re-orded the code in unity-scroller ...
	Jay Taoko 2010-01-08 [merge] Corrected the layout of the homescreen.
	Jay Taoko 2010-01-07 Corrected the layout of the homescreen.

2010-01-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	[build] make make distcheck!
	
	modified:
	libunity/Makefile.am
	mutter-plugin/Makefile.am
	src/Makefile.am
	vapi/Makefile.am

2010-01-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	[mutter] Work with menus
	
	modified:
	mutter-plugin/plugin.vala

2010-01-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	[ignores] Update

2010-01-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	[build] Fix make distcheck for lucid
	
	modified:
	src/Makefile.am
	tools/Makefile.am
	unknown:
	unity-0.1.5.tar.gz
	mutter-plugin/unity-mutter.h
	mutter-plugin/unity-mutter.h.moved
	tools/unity-xephyr.py.moved

2010-01-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	[mutter] Add support for drag-and-drop on the quicklauncher, clean up
	
	removed:
	mutter-plugin/unity-mutter.h
	modified:
	mutter-plugin/plugin.vala
	mutter-plugin/unity-mutter.vapi
	unknown:
	mutter-plugin/unity-mutter.h

2010-01-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	[mutter] clean up code
	
	modified:
	mutter-plugin/plugin.vala

2010-01-08  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] From trunk, remove the x flag on window.vala
	
	added:
	data/tight_check_4px.png
	modified:
	data/Makefile.am
	src/places/bar-view.vala
	src/places/view.vala
	src/quicklauncher/launcher-view.vala
	src/window.vala
	pending merges:
	Jay Taoko 2010-01-07 [merge] Change the Places bar background according to...
	Jay Taoko 2010-01-07 Fix: put the Places bar position at 0x0 on the screen
	Jay Taoko 2010-01-06 [merge] Change the Places bar background according ...
	Jay Taoko 2010-01-06 Fixed indentation
	Jay Taoko 2010-01-06 Fixed indentation
	Jay Taoko 2010-01-06 [merge] Merged with Unity
	Jay Taoko 2010-01-06 Change the Places bar background according to the s...
	Jay Taoko 2010-01-05 [merge] Merge: Fix with LOGGER_START/END_PROCESS
	Jay Taoko 2010-01-05 Changed Places Bar width (Still hardcoded).
	Jay Taoko 2010-01-05 Moved Places bar code to view.vala
	Jay Taoko 2010-01-04 Fix public struct
	Jay Taoko 2010-01-04 Improved cairo rendering for the Places bar.
	Mirco Müller 2010-01-06 [merge] Merged Gordon's menu-improvement branch ...
	Gord Allott 2010-01-05 removed tab from data/makefile.am
	Gord Allott 2010-01-05 updated to support latest ctk menu background col...
	Gord Allott 2010-01-04 [merge] enabled opacity for the menu texture, mer...
	Gord Allott 2010-01-04 adds support for the new menu api for multiple te...

2010-01-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	[mutter] Add the background
	
	modified:
	mutter-plugin/plugin.vala

2010-01-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	[mutter, ignores] Add some animations, update ignores
	
	modified:
	.bzrignore
	mutter-plugin/plugin.vala

2010-01-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	[mutter] Add support for the unique instancing and remotely showing the places
	
	renamed:
	src/application.vala => libunity/application.vala
	modified:
	libunity/Makefile.am
	mutter-plugin/plugin.vala
	src/Makefile.am
	unknown:
	libunity/application.c
	libunity/perf-logger.c
	src/quicklauncher/application-model.c
	src/quicklauncher/launcher-model.c

2010-01-07  Neil Jagdish Patel  <neil.patel@canonical.com>

	Some more fixes

2010-01-06  Neil Jagdish Patel  <neil.patel@canonical.com>

	[merge] trunk, fix make dist-check
	
	added:
	data/applications.png
	data/files.png
	data/gadgets.png
	data/home.png
	data/music.png
	data/people.png
	data/photos.png
	data/software_centre.png
	data/trash.png
	data/videos.png
	data/web.png
	libunity/perf-logger.vala
	src/unity-utils.h
	tools/
	tools/Makefile.am
	tools/makebootchart.py
	vapi/Makefile.am
	renamed:
	src/quicklauncher/application-store.vala => src/quicklauncher/application-model.vala
	src/quicklauncher/launcher-store.vala => src/quicklauncher/launcher-model.vala
	modified:
	Makefile.am
	configure.ac
	data/Makefile.am
	libunity/Makefile.am
	mutter-plugin/Makefile.am
	src/Makefile.am
	src/main.vala
	src/places/bar-view.vala
	src/places/default-view.vala
	src/places/view.vala
	src/quicklauncher/launcher-view.vala
	src/quicklauncher/quicklauncher-manager.vala
	src/window.vala
	tests/test-unity.vala
	vapi/clutk-0.3.vapi
	vapi/unity-const.vapi
	src/quicklauncher/application-model.vala
	src/quicklauncher/launcher-model.vala
	unknown:
	unity-0.1.5.tar.gz
	libunity/perf-logger.c
	src/quicklauncher/application-model.c
	src/quicklauncher/launcher-model.c
	pending merges:
	Gord Allott 2010-01-05 [merge] fixed issue with LOGGER_START/END_PROCESS
	Gord Allott 2010-01-05 fixes to the logging process~
	Neil Jagdish Patel 2010-01-05 [quicklauncher-manager] Expect a null desk...
	Jay Taoko 2009-12-22 [merge] Prototype Cairo rendenring for Places backg...
	Jay Taoko 2009-12-21 Added Cairo rendenring for Places background
	Jay Taoko 2009-12-21 Updated vapi
	Jay Taoko 2009-12-21 [merge] Merge: Add Places bar and new icons art
	Mirco Müller 2009-12-11 changed max. glow-factor since this changed in c...
	Mirco Müller 2009-12-10 just add a few more icons to the bar
	Mirco Müller 2009-12-10 don't keep generated files under version-control
	Mirco Müller 2009-12-10 make use of newer icons, add a glow to them, mak...
	Mirco Müller 2009-12-10 add preliminary icons for places-bar
	Gordon Allott 2009-12-18 [merge] Adds support for latest clutk and renam...
	Gordon Allott 2009-12-18 seperated offline shortcuts from generic action...
	Gordon Allott 2009-12-18 renamed files from store->model
	Gordon Allott 2009-12-18 renamed store to model
	Gordon Allott 2009-12-18 gets i18n strings from desktop file
	Gordon Allott 2009-12-18 added support for new clutk menu, attached to a...
	Gordon Allott 2009-12-18 [merge] Adds instrumentation and bootcharting s...
	Gordon Allott 2009-12-17 updated configure file, added new logging funct...
	Gordon Allott 2009-12-17 made the logging syntax nicer
	Gordon Allott 2009-12-16 fixes help message for --enable-boot-logging
	Gordon Allott 2009-12-16 removed whitespace from makebootchart.py
	Gordon Allott 2009-12-16 added makefiles for tools/ and vapi/
	Gordon Allott 2009-12-16 added a few more loggers
	Gordon Allott 2009-12-16 few fixes and added places monitoring
	Gordon Allott 2009-12-16 performance logger support and boot chart gener...

2010-01-06  Neil Jagdish Patel  <neil.patel@canonical.com>

	[build] Added vala autofoo

2009-12-16  Neil Jagdish Patel  <neil.patel@canonical.com>

	[mutter] Import code from old mutter branch
	
	added:
	mutter-plugin/
	mutter-plugin/Makefile.am
	mutter-plugin/main.c
	mutter-plugin/mutter-plugins.h
	mutter-plugin/plugin.vala
	mutter-plugin/unity-mutter.h
	mutter-plugin/unity-mutter.vapi
	mutter-plugin/window-management.vala
	vapi/mutter-2.28.deps
	vapi/mutter-2.28.vapi
	modified:
	.bzrignore
	Makefile.am
	configure.ac
	libunity/shell.vala

2010-01-08  Gord Allott  <gord.allott@canonical.com>

	A bunch of fixes for unity, mainly focused on the quicklauncher:
	
	+ added hacking file
	+ removed debug from prism-handler
	+ re-enabled throbber
	+ fixed and enabled kenetic scroller "bounce" code
	+ moved event generation in on_motion_event in unity-scroller.vala to outside the child loop
	+ updated scrollers clipping of scroll childs so they clip on top/bottom of the scroller
	+ added clip to the scroller background
	+ removed and re-orded the code in unity-scroller allocate

2010-01-08  Gord Allott  <gord.allott@canonical.com>

	added hacking file

2010-01-08  Gord Allott  <gord.allott@canonical.com>

	removed debug from prism-handler

2010-01-08  Gord Allott  <gord.allott@canonical.com>

	re-enabled throbber

2010-01-08  Gord Allott  <gord.allott@canonical.com>

	fixed scroller bounce code

2010-01-08  Gord Allott  <gord.allott@canonical.com>

	moved event generation in on_motion_event to outside the child loop

2010-01-07  Gord Allott  <gord.allott@canonical.com>

	merged in places update

2010-01-07  Gord Allott  <gord.allott@canonical.com>

	updated scrollers clipping of scroll childs so they clip on top/bottom of the scroller

2010-01-07  Gord Allott  <gord.allott@canonical.com>

	added clip to the scroller background

2010-01-07  Gord Allott  <gord.allott@canonical.com>

	removed and re-orded the code in unity-scroller allocate

2010-01-08  Jay Taoko  <jay.taoko@canonical.com>

	Corrected the layout of the homescreen.
	More work is required to have a layout mechanism that matched the required design of the homescreen.
	
	[modified]
	* src/places/default-view.vala
	* src/places/view.vala

2010-01-07  Jay Taoko  <jay.taoko@canonical.com>

	Corrected the layout of the homescreen.
	More work is required to have a layout mechanism that matched the required design of the homescreen.
	
	[modified]
	
	* src/places/default-view.vala
	* src/places/view.vala

2010-01-07  Jay Taoko  <jay.taoko@canonical.com>

	Change the Places bar background according to the seleted icon
	
	[modified]
	* src/window.vala
	Remove Place Background rendering prototype
	
	* src/places/bar-view.vala
	Implement Place background
	Change background according to selected icon
	
	* src/window.vala
	- Set the start of the Places at the left edge of the view port
	- Put the Places bar position at 0x0 on the screen

2010-01-07  Jay Taoko  <jay.taoko@canonical.com>

	Fix: put the Places bar position at 0x0 on the screen
	
	[modified]
	
	* src/window.vala

2010-01-06  Jay Taoko  <jay.taoko@canonical.com>

	Change the Places bar background according to the seleted icon
	
	[modified]
	* src/window.vala
	Remove Place Background rendering prototype
	
	* src/places/bar-view.vala
	Implement Place background
	Change background according to selected icon
	
	* src/window.vala
	- Set the start of the Places at the left edge of the view port

2010-01-06  Jay Taoko  <jay.taoko@canonical.com>

	Fixed indentation

2010-01-06  Jay Taoko  <jay.taoko@canonical.com>

	Fixed indentation

2010-01-06  Jay Taoko  <jay.taoko@canonical.com>

	Merged with Unity

2010-01-06  Jay Taoko  <jay.taoko@canonical.com>

	Change the Places bar background according to the seleted icon
	
	[modified]
	* src/window.vala
	* src/places/bar-view.vala
	
	* src/window.vala
	- Set the start of the Places at the left edge of the view port

2010-01-05  Jay Taoko  <jay.taoko@canonical.com>

	Merge: Fix with LOGGER_START/END_PROCESS

2010-01-05  Jay Taoko  <jay.taoko@canonical.com>

	Changed Places Bar width (Still hardcoded).

2010-01-05  Jay Taoko  <jay.taoko@canonical.com>

	Moved Places bar code to view.vala

2010-01-04  Jay Taoko  <jay.taoko@canonical.com>

	Fix public struct

2010-01-04  Jay Taoko  <jay.taoko@canonical.com>

	Improved cairo rendering for the Places bar.

2010-01-06  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged Gordon's menu-improvement branch after review and approval from
	Neil and myself.

2010-01-05  Gord Allott  <gord.allott@canonical.com>

	removed tab from data/makefile.am

2010-01-05  Gord Allott  <gord.allott@canonical.com>

	updated to support latest ctk menu background colour support

2010-01-04  Gord Allott  <gord.allott@canonical.com>

	enabled opacity for the menu texture, merged with unity trunk

2010-01-04  Gord Allott  <gord.allott@canonical.com>

	adds support for the new menu api for multiple textures

2010-01-05  Gord Allott  <gord.allott@canonical.com>

	fixed issue with LOGGER_START/END_PROCESS

2010-01-05  Gord Allott  <gord.allott@canonical.com>

	fixes to the logging process~

2010-01-05  Neil Jagdish Patel  <neil.patel@canonical.com>

	[quicklauncher-manager] Expect a null desktop_file string and skip it if that occurs
	
	modified:
	src/quicklauncher/quicklauncher-manager.vala

2009-12-22  Jay Taoko  <jay.taoko@canonical.com>

	Prototype Cairo rendenring for Places background. THIS IS NOT FINAL!!!
	Updated icons for the Places bar.
	
	modified:
	src/places/view.vala
	src/places/default-view.vala
	src/places/bar-view.vala
	- Place bar with updated icon
	src/window.vala
	- Added PlacesBackground widget to serve as the the background of the places Bar
	The background will change according to the Places icons that has the focus.
	
	src/places/bar-view.vala
	
	data/Makefile.am
	- added png files
	
	added:
	data/applications.png
	data/files.png
	data/gadgets.png
	data/home.png
	data/music.png
	data/people.png
	data/photos.png
	data/software_centre.png
	data/trash.png
	data/videos.png
	data/web.png

2009-12-21  Jay Taoko  <jay.taoko@canonical.com>

	Added Cairo rendenring for Places background
	
	modified:
	src/window.vala
	- Added PlacesBackground widget to serve as the the background of the places Bar
	The background will change according to the Places icons that has the focus.
	
	src/places/bar-view.vala

2009-12-21  Jay Taoko  <jay.taoko@canonical.com>

	Updated vapi
	Add drop shadow effect to menu

2009-12-21  Jay Taoko  <jay.taoko@canonical.com>

	Merge: Add Places bar and new icons art

2009-12-11  Mirco Müller  <mirco.mueller@ubuntu.com>

	changed max. glow-factor since this changed in clutk, we really should map the min/max defines for effect-limit-values to vala

2009-12-10  Mirco Müller  <mirco.mueller@ubuntu.com>

	just add a few more icons to the bar

2009-12-10  Mirco Müller  <mirco.mueller@ubuntu.com>

	don't keep generated files under version-control

2009-12-10  Mirco Müller  <mirco.mueller@ubuntu.com>

	make use of newer icons, add a glow to them, make sure they get installed

2009-12-10  Mirco Müller  <mirco.mueller@ubuntu.com>

	add preliminary icons for places-bar

2009-12-18  Gordon Allott  <mail@gordallott.com>

	Adds support for latest clutk and renames launcher stores to models

2009-12-18  Gordon Allott  <mail@gordallott.com>

	seperated offline shortcuts from generic actions, added seperators to qlist menus, made the qlist menu name widget unresponsive

2009-12-18  Gordon Allott  <mail@gordallott.com>

	renamed files from store->model

2009-12-18  Gordon Allott  <mail@gordallott.com>

	renamed store to model

2009-12-18  Gordon Allott  <mail@gordallott.com>

	gets i18n strings from desktop file

2009-12-18  Gordon Allott  <mail@gordallott.com>

	added support for new clutk menu, attached to a widget

2009-12-18  Gordon Allott  <mail@gordallott.com>

	Adds instrumentation and bootcharting support to unity
	
	Instrumentation is enabled by passing --enable-testing to configure and
	logging is enabled by passing --enable-boot-logging=foobar.log to unity.
	
	you can then process the log file with ./tools/makebootchart.py --input=foobar.log --output=foobar.svg
	
	instrumenting the code is enabled by decorating a function with START_FUNCTION (); and END_FUNCTION (); or by decorating a smaller process with LOGGING_START_PROCESS (process_name); and LOGGING_END_PROCESS (process_name);
	
	all process names *must* be unique thoughout the system

2009-12-17  Gordon Allott  <mail@gordallott.com>

	updated configure file, added new logging function for even smaller statements (only for functions that get called once)

2009-12-17  Gordon Allott  <mail@gordallott.com>

	made the logging syntax nicer

2009-12-16  Gordon Allott  <mail@gordallott.com>

	fixes help message for --enable-boot-logging

2009-12-16  Gordon Allott  <mail@gordallott.com>

	removed whitespace from makebootchart.py

2009-12-16  Gordon Allott  <mail@gordallott.com>

	added makefiles for tools/ and vapi/

2009-12-16  Gordon Allott  <mail@gordallott.com>

	added a few more loggers

2009-12-16  Gordon Allott  <mail@gordallott.com>

	few fixes and added places monitoring

2009-12-16  Gordon Allott  <mail@gordallott.com>

	performance logger support and boot chart generation script

2009-12-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	[build] IT MAKE DISTS!
	
	removed:
	src/places/Makefile.am
	src/quicklauncher/Makefile.am
	src/quicklauncher/application_view.vala
	added:
	tests/test-const.vapi
	renamed:
	src/places/bar_model.vala => src/places/bar-model.vala
	src/places/bar_view.vala => src/places/bar-view.vala
	src/places/default_model.vala => src/places/default-model.vala
	src/places/default_view.vala => src/places/default-view.vala
	src/quicklauncher/application_store.vala => src/quicklauncher/application-store.vala
	src/quicklauncher/launcher_store.vala => src/quicklauncher/launcher-store.vala
	src/quicklauncher/launcher_view.vala => src/quicklauncher/launcher-view.vala
	src/quicklauncher/prism_handler.vala => src/quicklauncher/prism-handler.vala
	src/quicklauncher/quicklauncher_manager.vala => src/quicklauncher/quicklauncher-manager.vala
	modified:
	.bzrignore
	AUTHORS
	Makefile.am
	configure.ac
	libunity/Makefile.am
	src/Makefile.am
	src/quicklauncher/unity-scroller.vala
	tests/Makefile.am
	tests/test-unity.vala
	src/quicklauncher/application-store.vala
	unknown:
	unity-0.1.5.tar.gz
	pending merges:
	Neil Jagdish Patel 2009-12-14 [build] Update authors
	Neil Jagdish Patel 2009-12-14 [tests] Make sure EXTRA_DIST is set and......
	Neil Jagdish Patel 2009-12-14 [tests] Fix Quicklauncher test. Fix path t...
	Neil Jagdish Patel 2009-12-14 [build] Actuall fix make distcheck
	Neil Jagdish Patel 2009-12-14 [build] Enable localinstall for testing du...
	Neil Jagdish Patel 2009-12-14 [build] Some more fixes for distcheck
	Neil Jagdish Patel 2009-12-14 [build] Fix up remaining bits, make distch...
	Neil Jagdish Patel 2009-12-14 [ignores] Update
	Neil Jagdish Patel 2009-12-14 [build] Clean up build and make make dist ...
	Neil Jagdish Patel 2009-12-14 Fix warnings

2009-12-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	[build] Update authors

2009-12-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	[tests] Make sure EXTRA_DIST is set and.....make distcheck finally passes!
	
	modified:
	tests/Makefile.am

2009-12-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	[tests] Fix Quicklauncher test. Fix path to test firefox.desktop in two other tests
	
	added:
	tests/test-const.vapi
	modified:
	tests/Makefile.am
	tests/test-unity.vala

2009-12-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	[build] Actuall fix make distcheck
	
	modified:
	configure.ac
	src/Makefile.am
	tests/test-unity.vala

2009-12-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	[build] Enable localinstall for testing during make distcheck....and now it works!!!
	
	modified:
	Makefile.am
	configure.ac
	src/Makefile.am
	tests/test-unity.vala

2009-12-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	[build] Some more fixes for distcheck
	
	modified:
	src/Makefile.am
	src/quicklauncher/unity-scroller.vala

2009-12-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	[build] Fix up remaining bits, make distcheck pass (tests don't pass as they need a clean environment, which we can't give them thanks to the wonder of GL!)
	
	modified:
	configure.ac
	libunity/Makefile.am
	src/Makefile.am
	tests/Makefile.am

2009-12-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	[ignores] Update

2009-12-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	[build] Clean up build and make make dist work
	
	removed:
	src/places/Makefile.am
	src/quicklauncher/Makefile.am
	src/quicklauncher/application_view.vala
	renamed:
	src/places/bar_model.vala => src/places/bar-model.vala
	src/places/bar_view.vala => src/places/bar-view.vala
	src/places/default_model.vala => src/places/default-model.vala
	src/places/default_view.vala => src/places/default-view.vala
	src/quicklauncher/application_store.vala => src/quicklauncher/application-store.vala
	src/quicklauncher/launcher_store.vala => src/quicklauncher/launcher-store.vala
	src/quicklauncher/launcher_view.vala => src/quicklauncher/launcher-view.vala
	src/quicklauncher/prism_handler.vala => src/quicklauncher/prism-handler.vala
	src/quicklauncher/quicklauncher_manager.vala => src/quicklauncher/quicklauncher-manager.vala
	modified:
	configure.ac
	libunity/Makefile.am
	src/Makefile.am
	tests/Makefile.am

2009-12-14  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix warnings

2009-12-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	New development cycle (0.1.5)

2009-12-11  Neil Jagdish Patel  <neil.patel@canonical.com>

	[release] 0.1.4

2009-12-10  Jay Taoko  <jay.taoko@canonical.com>

	Updated vapi file
	
	modified:
	vapi/clutk-0.3.vapi

2009-12-10  Jay Taoko  <jay.taoko@canonical.com>

	Updated vapi

2009-12-10  Jay Taoko  <jay.taoko@canonical.com>

	
	modified:
	src/quicklauncher/application_view.vala
	src/quicklauncher/launcher_view.vala
	- added drop shadow
	- limite range of glow factor to 0-1
	
	vapi/clutk-0.3.vapi
	- updated vapi file

2009-12-10  Jay Taoko  <jay.taoko@canonical.com>

	Adding Drop Shadows
	Limite glow factor parameter to the range 0-1

2009-12-08  Jay Taoko  <jay.taoko@canonical.com>

	Merge
	Added pulsing glow on mouse over
	Added drop shadow on icons

2009-12-10  Gordon Allott  <mail@gordallott.com>

	adds support for the quicklist api

2009-12-10  Gordon Allott  <mail@gordallott.com>

	bumps up valac version to 0.7.8

2009-12-10  Gordon Allott  <mail@gordallott.com>

	quick code cleanup

2009-12-10  Gordon Allott  <mail@gordallott.com>

	latest unity merged

2009-12-10  Gordon Allott  <mail@gordallott.com>

	fixed the launching of applications to use a modified in memory keyfile

2009-12-09  Gordon Allott  <mail@gordallott.com>

	updated vapi

2009-12-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[quicklauncher/unity-scroller] Fix button clicks and motion events
	
	modified:
	src/quicklauncher/application_view.vala
	src/quicklauncher/launcher_view.vala
	src/quicklauncher/unity-scroller.vala
	vapi/clutter-1.0.vapi
	pending merges:
	Neil Jagdish Patel 2009-12-10 [quicklauncher/scroller] Make sure we get al...

2009-12-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[quicklauncher/scroller] Make sure we get all mouse events so make the experience better
	
	modified:
	src/main.vala
	src/quicklauncher/application_view.vala
	src/quicklauncher/launcher_view.vala
	src/quicklauncher/unity-scroller.vala
	vapi/clutter-1.0.vapi

2009-12-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[misc] Fix remaining warnings
	
	modified:
	.bzrignore
	src/background.vala
	src/main.vala
	src/quicklauncher/application_store.vala
	src/quicklauncher/launcher_view.vala
	src/quicklauncher/unity-scroller.vala
	pending merges:
	Neil Jagdish Patel 2009-12-10 [ignores] Update
	Neil Jagdish Patel 2009-12-10 [misc] Fix warnings at compile and run-time

2009-12-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[ignores] Update

2009-12-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[misc] Fix warnings at compile and run-time
	
	modified:
	src/background.vala
	src/main.vala
	src/quicklauncher/application_store.vala
	src/quicklauncher/launcher_view.vala
	src/quicklauncher/unity-scroller.vala

2009-12-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[misc] Merge roberts branch that fixes a bunch of warnings
	
	modified:
	configure.ac
	src/application.vala
	src/window.vala
	pending merges:
	Neil Jagdish Patel 2009-12-10 [merge] [misc] Fixes some warnings
	Robert Collins 2009-11-23 Change to using upcall for construct-only assi...
	Robert Collins 2009-11-23 [merge] Merge trunk.
	Robert Collins 2009-11-19 Trim unused variable.
	Robert Collins 2009-11-19 Require a vala compiler rather than just looki...

2009-12-10  Neil Jagdish Patel  <neil.patel@canonical.com>

	[misc] Fixes some warnings
	
	modified:
	configure.ac
	src/application.vala
	src/window.vala
	pending merges:
	Robert Collins 2009-11-23 Change to using upcall for construct-only assign...
	Robert Collins 2009-11-23 [merge] Merge trunk.
	Robert Collins 2009-11-19 Trim unused variable.
	Robert Collins 2009-11-19 Require a vala compiler rather than just looki...

2009-11-23  Robert Collins  <robertc@robertcollins.net>

	Change to using upcall for construct-only assignment attributes.

2009-11-23  Robert Collins  <robertc@robertcollins.net>

	Merge trunk.

2009-11-19  Robert Collins  <robertc@robertcollins.net>

	Trim unused variable.

2009-11-19  Robert Collins  <robertc@robertcollins.net>

	Require a vala compiler rather than just looking for one.

2009-12-10  Gordon Allott  <mail@gordallott.com>

	adds support for Clutk drag and drop
	adds support for dragging and dropping the firefox star and any desktop uri

2009-12-10  Gordon Allott  <mail@gordallott.com>

	fixed broken dnd path

2009-12-10  Gordon Allott  <mail@gordallott.com>

	fixed segfault on bad DND Atoms being sent

2009-12-10  Gordon Allott  <mail@gordallott.com>

	latest unity

2009-12-10  Gordon Allott  <mail@gordallott.com>

	fixed handling of prism urls from firefox

2009-12-09  Gordon Allott  <mail@gordallott.com>

	adds drag and drop support for desktop files and http* uri's

2009-12-08  Gordon Allott  <mail@gordallott.com>

	merged from fav+prism

2009-12-08  Gordon Allott  <mail@gordallott.com>

	updated vapi

2009-12-08  Gordon Allott  <mail@gordallott.com>

	inital import

2009-12-10  Gordon Allott  <mail@gordallott.com>

	adds favoriting and prism support to vala

2009-12-08  Gordon Allott  <mail@gordallott.com>

	added test for prism

2009-12-08  Gordon Allott  <mail@gordallott.com>

	removed debug objects

2009-12-08  Gordon Allott  <mail@gordallott.com>

	support for prism entries

2009-12-08  Gordon Allott  <mail@gordallott.com>

	adds favoriting support

2009-12-08  Gordon Allott  <mail@gordallott.com>

	inital import

2009-12-10  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged home-screen branch after review and approval from Neil.

2009-12-10  Mirco Müller  <mirco.mueller@ubuntu.com>

	fix/understand the way how allocation, placement and sizing is meant to be dealt with, places-bar and default-view are now correctly positioned

2009-12-09  Mirco Müller  <mirco.mueller@ubuntu.com>

	blarg

2009-12-09  Mirco Müller  <mirco.mueller@ubuntu.com>

	WTF is wrong with placing actors? Been trying to get close to the mockup for the past three hours and give up now.

2009-12-09  Mirco Müller  <mirco.mueller@ubuntu.com>

	at last something shows up again

2009-12-09  Mirco Müller  <mirco.mueller@ubuntu.com>

	Added trash-place

2009-12-09  Mirco Müller  <mirco.mueller@ubuntu.com>

	don't keep generated files under version-control

2009-12-09  Mirco Müller  <mirco.mueller@ubuntu.com>

	bootstrapped new places implementation

2009-12-09  Mirco Müller  <mirco.mueller@ubuntu.com>

	added new implementation of homescreen/places, using hardcoded contents for now

2009-12-09  Mirco Müller  <mirco.mueller@ubuntu.com>

	got rid of old implementation

2009-12-09  Mirco Müller  <mirco.mueller@ubuntu.com>

	don't keep generated .c files under version-control

2009-12-09  Mirco Müller  <mirco.mueller@ubuntu.com>

	restructuring homescreen implementation to more strictly follow MVC design-pattern, added (abstract) callback to show default-view (still needs signal)

2009-12-08  Mirco Müller  <mirco.mueller@ubuntu.com>

	Secondary label now correctly justifies

2009-12-08  Mirco Müller  <mirco.mueller@ubuntu.com>

	placement of the primary or secondary label centered now, but primary label is forced to use line-wrapping now otherwise center-alignment would not work... Pango is a mistery to me there

2009-12-08  Mirco Müller  <mirco.mueller@ubuntu.com>

	secondary label only visible when mouse enters ActivityWidget

2009-12-08  Mirco Müller  <mirco.mueller@ubuntu.com>

	not getting anywhere with text formatting as requested by the spec

2009-12-08  Mirco Müller  <mirco.mueller@ubuntu.com>

	can't really make placement of ActivityWidgets work

2009-12-04  Mirco Müller  <mirco.mueller@ubuntu.com>

	figure out how positioning works

2009-12-04  Mirco Müller  <mirco.mueller@ubuntu.com>

	make sure the homescreen shows up

2009-12-04  Mirco Müller  <mirco.mueller@ubuntu.com>

	don't keep temp. files of IDE under version-control

2009-12-04  Mirco Müller  <mirco.mueller@ubuntu.com>

	bootstrap new homescreen module

2009-12-09  Gordon Allott  <mail@gordallott.com>

	seperates the applicationview from the model
	
	Attempts to provide more seperation between the application view and the data it is presenting

2009-12-08  Gordon Allott  <mail@gordallott.com>

	resized to larger size for quicklauncher, fixed bug

2009-12-08  Gordon Allott  <mail@gordallott.com>

	added name paramater

2009-12-07  Gordon Allott  <mail@gordallott.com>

	adds full support for the store/view seperation
	fixes tests so that there is always a desktop file to work with
	adds manager to manage the stores/views

2009-12-03  Gordon Allott  <mail@gordallott.com>

	added launcher_store and launcher_view, to replace application_view

2009-12-03  Gordon Allott  <mail@gordallott.com>

	merged in scroller-fling branch

2009-12-08  Gordon Allott  <mail@gordallott.com>

	adds the scroller fling behaviour to unity

2009-12-02  Gordon Allott  <mail@gordallott.com>

	merged with unity trunk, fixed conflicts, removed debugs

2009-11-25  Gordon Allott  <mail@gordallott.com>

	removed data/action_vert_*

2009-11-25  Gordon Allott  <mail@gordallott.com>

	alternate between real fling and fake fling correctly

2009-11-25  Gordon Allott  <mail@gordallott.com>

	adds support for scrolling to the 'nice' position

2009-11-24  Gordon Allott  <mail@gordallott.com>

	added inital support for calculating final fling position

2009-11-24  Gordon Allott  <mail@gordallott.com>

	code cleanup
	added support for scrollwheel scrolling

2009-11-24  Gordon Allott  <mail@gordallott.com>

	increased accuracy of the drag of the scroller

2009-11-23  Gordon Allott  <mail@gordallott.com>

	added support for velocity based scrolling
	cleaned old action code out of the scroller

2009-11-13  Gordon Allott  <mail@gordallott.com>

	updated scroller to fling codebase

2009-11-20  Gordon Allott  <mail@gordallott.com>

	fixed indentation problems in application_view.vala

2009-11-07  Gordon Allott  <mail@gordallott.com>

	made unity appview only remove the glow_effect on mouse close
	
	also just made the dropshadow less distinct

2009-11-07  Gordon Allott  <mail@gordallott.com>

	latest merge

2009-11-06  Neil Jagdish Patel  <neil.patel@canonical.com>

	modified:
	.bzrignore
	- Update
	
	configure.ac
	- New 0.1.2 release

2009-11-06  Neil Jagdish Patel  <neil.patel@canonical.com>

	[tooltips] Merge positioning branch
	
	modified:
	src/quicklauncher/application_view.vala
	src/quicklauncher/tooltipmanager.vala

2009-11-06  David Barth  <david.barth@canonical.com>

	fix tooltip positioning

2009-11-06  Gordon Allott  <mail@gordallott.com>

	adds drop shadow effect

2009-11-06  Gordon Allott  <mail@gordallott.com>

	adds scrollwheel support to unity
	
	modified:
	src/quicklauncher/application_store.vala
	- removed a debug message
	src/quicklauncher/unity-scroller.vala
	- adds on_scrollevent handler
	- moves scrolling logic into its own function
	pending merges:
	Gordon Allott 2009-11-06 [merge] adds scrollwheel scrolling
	Gordon Allott 2009-11-06 moved scrolling code into its own function
	Gordon Allott 2009-11-06 [merge] added unity.add_ctk_init branch

2009-11-06  Gordon Allott  <mail@gordallott.com>

	adds scrollwheel scrolling

2009-11-06  Gordon Allott  <mail@gordallott.com>

	moved scrolling code into its own function

2009-11-06  Gordon Allott  <mail@gordallott.com>

	added unity.add_ctk_init branch

2009-11-06  Gordon Allott  <mail@gordallott.com>

	added check for if we are a popup window

2009-11-06  Neil Jagdish Patel  <neil.patel@canonical.com>

	[build] Fixed a typo in configure.ac
	
	modified:
	configure.ac

2009-11-05  Ken VanDine  <ken.vandine@canonical.com>

	fixed a typo

2009-11-06  Neil Jagdish Patel  <neil.patel@canonical.com>

	[build] Add support for Ctk.init
	
	modified:
	src/main.vala
	tests/test-unity.vala
	vapi/clutk-0.3.vapi

2009-11-06  Neil Jagdish Patel  <neil.patel@canonical.com>

	[build] Ctk gained and init function, so had to update vapi and start using it!
	
	modified:
	src/main.vala
	tests/test-unity.vala
	vapi/clutk-0.3.vapi

2009-11-06  David Barth  <david.barth@canonical.com>

	merging with upstream

2009-11-05  Jay Taoko  <jay.taoko@canonical.com>

	Added honeycomb lighting. Reacts with the glow.
	
	modified:
	
	src/quicklauncher/application_view.vala
	- Create a honeycomb mask pixbuf
	- renamed Ctk.EffectGlow icon_effect to Ctk.EffectGlow icon_glow_effect

2009-11-05  Jay Taoko  <jay.taoko@canonical.com>

	Merge

2009-11-05  Jay Taoko  <jay.taoko@canonical.com>

	Added honeycomb lighting. Reacts with the glow.
	
	modified:
	
	src/quicklauncher/application_view.vala
	- Create a honeycomb mask pixbuf
	- renamed Ctk.EffectGlow icon_effect to Ctk.EffectGlow icon_glow_effect

2009-11-05  Gordon Allott  <mail@gordallott.com>

	fixed small bug with scrolling past an item

2009-11-06  Ubuntu  <ubuntu@netbook>

	better throbber

2009-11-06  Ubuntu  <ubuntu@netbook>

	prevent focus flicker when clicking on launcher icons

2009-11-05  Neil Jagdish Patel  <neil.patel@canonical.com>

	[unity-window] Don't show-desktop when quicklauncher is used
	
	modified:
	src/window.vala

2009-11-05  Neil Jagdish Patel  <neil.patel@canonical.com>

	Merge from trunk
	
	added:
	data/action_vert_neg.svg
	data/action_vert_pos.svg
	data/honeycomb-mask.png
	src/quicklauncher/tooltipmanager.vala
	modified:
	data/Makefile.am
	data/honeycomb.png
	data/quicklauncher_focused_indicator.svg
	data/quicklauncher_running_indicator.svg
	src/main.vala
	src/quicklauncher/Makefile.am
	src/quicklauncher/application_store.vala
	src/quicklauncher/application_view.vala
	src/quicklauncher/unity-scroller.vala
	src/window.vala
	vapi/clutk-0.3.vapi
	vapi/clutter-1.0.vapi

2009-11-05  Neil Jagdish Patel  <neil.patel@canonical.com>

	modified:
	src/window.vala
	- Only show launcher when an event isn't handled by the quicklauncher

2009-11-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	modified:
	src/window.vala
	- Check that new_window is valid before using

2009-11-05  Gordon Allott  <mail@gordallott.com>

	Bugfixes and small improvements for unity (quicklauncher especially)
	
	- added relayout of the icons to better suit the placement of indicators
	- added clip rectangle to scroller actors
	- added edge line to unity-scroller
	- fixed crasher in window.vala, get_active_window() will sometimes return null
	- fixed assert error in tooltipmanager.vala, 
	- sped up throbber time
	- added pulsing glow animation to the ql app's
	- moved graphical data to hug the edge
	- removed warnings from application_store.vala and application_view.vala
	- updated to latest clutk-0.3.vapi
	
	modified:
	data/quicklauncher_focused_indicator.svg
	data/quicklauncher_running_indicator.svg
	src/quicklauncher/application_store.vala
	src/quicklauncher/application_view.vala
	src/quicklauncher/tooltipmanager.vala
	src/quicklauncher/unity-scroller.vala
	src/window.vala
	vapi/clutk-0.3.vapi
	pending merges:
	Gordon Allott 2009-11-05 removed warnings bar one
	Gordon Allott 2009-11-05 added pulsing glow animation to the ql app's
	Gordon Allott 2009-11-05 updated to latest clutk vapi
	Gordon Allott 2009-11-05 sped up throbber time
	Gordon Allott 2009-11-05 fixed assert error in tooltipmanager.vala, 
	Gordon Allott 2009-11-05 added edge line to unity-scroller
	Gordon Allott 2009-11-04 removes clip on actor remove
	Gordon Allott 2009-11-04 added clip rectangle to scroller actors
	Gordon Allott 2009-11-04 added relayout of the icons to better suit the ...

2009-11-05  Gordon Allott  <mail@gordallott.com>

	removed warnings bar one

2009-11-05  Gordon Allott  <mail@gordallott.com>

	added pulsing glow animation to the ql app's
	moved graphical data to hug the edge

2009-11-05  Gordon Allott  <mail@gordallott.com>

	updated to latest clutk vapi

2009-11-05  Gordon Allott  <mail@gordallott.com>

	sped up throbber time

2009-11-05  Gordon Allott  <mail@gordallott.com>

	fixed assert error in tooltipmanager.vala, 
	code wanted to accept null values in the show method, but declration did not
	allow it

2009-11-05  Gordon Allott  <mail@gordallott.com>

	added edge line to unity-scroller
	fixed crasher in window.vala, get_active_window() will sometimes return null

2009-11-04  Gordon Allott  <mail@gordallott.com>

	removes clip on actor remove

2009-11-04  Gordon Allott  <mail@gordallott.com>

	added clip rectangle to scroller actors

2009-11-04  Gordon Allott  <mail@gordallott.com>

	added relayout of the icons to better suit the placement of indicators

2009-11-04  Gordon Allott  <mail@gordallott.com>

	adds scroller support to unity
	
	added:
	data/action_vert_neg.svg
	data/action_vert_pos.svg
	modified:
	data/Makefile.am
	src/quicklauncher/application_store.vala
	- modified to ignore Unity window in the quicklauncher
	src/quicklauncher/application_view.vala
	- added support from loading icons from filename only
	- added support for requesting attention from the scroller
	src/quicklauncher/unity-scroller.vala
	- added scrolling support
	vapi/clutter-1.0.vapi
	- fixes to the clutter bindings
	
	
	pending merges:
	Gordon Allott 2009-11-04 [merge] merge with latest unity
	Gordon Allott 2009-11-04 fixed tabs in application_store.vala
	Gordon Allott 2009-11-04 removed extra show_hide_actions() in add_actor
	Gordon Allott 2009-11-04 bug fix for positive scrolling
	Gordon Allott 2009-11-04 code cleanup
	Gordon Allott 2009-11-04 [merge] merged in latest unity
	Gordon Allott 2009-11-04 made unity ignore its own window in the quickla...
	Gordon Allott 2009-11-04 added support for attention grabbing scrolling
	Gordon Allott 2009-11-04 fixed scrolling issues 
	Gordon Allott 2009-11-03 fix to make positive scrolling scroll one item
	Gordon Allott 2009-11-03 adds support for animating fade outs
	Gordon Allott 2009-11-02 fixed broken icon when loading a desktop file t...
	Gordon Allott 2009-11-02 scrolling position setting code added
	Gordon Allott 2009-11-02 added action_vert_neg/pos svg's to the data dir 
	Gordon Allott 2009-11-02 fixed background size to fill entire allocation

2009-11-04  Gordon Allott  <mail@gordallott.com>

	merge with latest unity

2009-11-04  Gordon Allott  <mail@gordallott.com>

	fixed tabs in application_store.vala

2009-11-04  Gordon Allott  <mail@gordallott.com>

	removed extra show_hide_actions() in add_actor

2009-11-04  Gordon Allott  <mail@gordallott.com>

	bug fix for positive scrolling
	code cleanup, reverted clutter-1.0.vapi and fixed bindings slightly

2009-11-04  Gordon Allott  <mail@gordallott.com>

	code cleanup

2009-11-04  Gordon Allott  <mail@gordallott.com>

	merged in latest unity

2009-11-04  Gordon Allott  <mail@gordallott.com>

	made unity ignore its own window in the quicklauncher

2009-11-04  Gordon Allott  <mail@gordallott.com>

	added support for attention grabbing scrolling

2009-11-04  Gordon Allott  <mail@gordallott.com>

	fixed scrolling issues 

2009-11-03  Gordon Allott  <mail@gordallott.com>

	fix to make positive scrolling scroll one item

2009-11-03  Gordon Allott  <mail@gordallott.com>

	adds support for animating fade outs

2009-11-02  Gordon Allott  <mail@gordallott.com>

	fixed broken icon when loading a desktop file that just gives you a filename

2009-11-02  Gordon Allott  <mail@gordallott.com>

	scrolling position setting code added

2009-11-02  Gordon Allott  <mail@gordallott.com>

	added action_vert_neg/pos svg's to the data dir 

2009-11-02  Gordon Allott  <mail@gordallott.com>

	fixed background size to fill entire allocation
	code cleanup

2009-11-04  Gordon Allott  <mail@gordallott.com>

	Texture data fixes 
	
	added:
	data/honeycomb-mask.png
	- mask for the honeycomb expressed in all four channels
	modified:
	data/Makefile.am
	- added honeycomb-mask to data makefile
	data/honeycomb.png
	- modified to be darker

2009-11-03  Gordon Allott  <mail@gordallott.com>

	latest unity

2009-11-03  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged fix for glow- and tooltip-callbacks, after "manual" review and
	approval from njpatel. LP didn't even update the branch 2 h after it
	being pushed *sigh*

2009-11-03  Mirco Müller  <mirco.mueller@ubuntu.com>

	fixed enter/leave signal-handers so glow- and tooltip-triggers can coexist

2009-11-03  Mirco Müller  <mirco.mueller@ubuntu.com>

	Merged my TooltipManager branch after review and approval.

2009-11-03  Mirco Müller  <mirco.mueller@ubuntu.com>

	removed superfluous comments and code

2009-11-03  Mirco Müller  <mirco.mueller@ubuntu.com>

	needed for fix offset-calculation, moved "setup" of TooltipManager from main.vala to window.vala due to some valac fishyness

2009-11-03  Mirco Müller  <mirco.mueller@ubuntu.com>

	created new branch against more current unity trunk and trying to port my TooltipManager work over

2009-11-03  Jay Taoko  <jay.taoko@canonical.com>

	Added glow effect on mouse enter/leave event
	
	modified:
	src/quicklauncher/application_view.vala
	- Added the glow effect on actor when the mouse enters. Remove the effects when the mouse leaves.
	
	vapi/clutk-0.3.vapi
	- Update CluTK API for VALA

2009-11-02  Jay Taoko  <jay.taoko@canonical.com>

	Merge

2009-11-02  Jay Taoko  <jay.taoko@canonical.com>

	Added glow effect on mouse enter/leave event
	
	modified:
	src/quicklauncher/application_view.vala
	- Added the glow effect on actor when the mouse enters. Remove the effects when the mouse leaves.
	
	vapi/clutk-0.3.vapi
	- Update CluTK API for VALA

2009-11-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	[unity] Set the Wnck client-type to Pager, which makes sure our requests are honoured by the window-manager
	
	modified:
	src/main.vala
	- Add Wnck.set_client_type (Wnck.ClientType.PAGER);

2009-11-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	[unity] Add support for single instancing, messaging the instance and update the UnderlayWindow to act more like netbook-launcher
	
	added:
	src/application.vala
	modified:
	.bzrignore
	configure.ac
	libunity/shell.vala
	src/Makefile.am
	src/main.vala
	src/window.vala
	tests/Makefile.am
	tests/test-unity.vala

2009-11-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	modified:
	src/window.vala
	- Only move to 0, 0 on first creation. All other times will take into
	account our panel struts and screw up the layouting

2009-11-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	modified:
	src/window.vala
	- Implement the Unity.Shell's show_unity function using wnck

2009-11-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	modified:
	src/Makefile.am
	- Add libwnck-1.0 pkg
	
	src/window.vala
	- Add support for showing the launcher when it is clicked
	
	tests/Makefile.am
	- Add libwnck-1.0 pkg

2009-11-02  Neil Jagdish Patel  <neil.patel@canonical.com>

	modified:
	libunity/shell.vala
	- Added a "show_unity" virtual function
	
	src/application.vala
	- Add support for receiving messages from libunique
	
	src/main.vala
	- Set the "shell" property on the Unity.Application once we know it's not
	already running
	
	src/window.vala
	- Implement "show_unity", although doesn't do anything just yet
	
	tests/Makefile.am
	- Add Unique-1.0 pkg to fix building

2009-10-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	added:
	src/application.vala
	- A Unique.Application implementation for unique instancing
	
	modified:
	.bzrignore
	- Update
	
	configure.ac
	- Add dep on unique-1.0
	
	src/Makefile.am
	- Add unique to build
	- Add Unity.Application to build
	
	src/main.vala
	- Create an instance of Application
	- If app.is_running { send messages} else {do nothing for now }

2009-10-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	modified:
	src/window.vala
	- Connect to screen size/monitors changing events
	
	tests/test-unity.vala
	- Add allocation test for background
	- Clean up the code style

2009-11-02  Gordon Allott  <mail@gordallott.com>

	bugfix, fixes missing icons in ApplicationView

2009-10-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	[background] Show the users background wallpaper
	
	added:
	src/background.vala
	modified:
	.bzrignore
	configure.ac
	src/Makefile.am
	src/window.vala

2009-10-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	modified:
	.bzrignore
	- Update ignores

2009-10-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	Merge from trunk
	
	added:
	data/gradient.png
	data/honeycomb.png
	src/quicklauncher/unity-scroller.vala
	src/unity-utils.c
	src/utils.vala
	vapi/clutter-1.0.deps
	vapi/clutter-1.0.vapi
	modified:
	.bzrignore
	configure.ac
	data/Makefile.am
	src/Makefile.am
	src/quicklauncher/Makefile.am
	src/quicklauncher/application_store.vala
	src/window.vala
	tests/test-unity.vala

2009-10-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	modified:
	src/background.vala
	- Remove un-needed ~Background and Background

2009-10-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	modified:
	src/background.vala
	- Actually show the background in an internal ClutterTexture
	- Derive from Ctk.Bin, as that'll do the work for us
	
	src/window.vala
	- Layout the background properly

2009-10-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	[background] Initial implementation of a background actor to display the users background
	
	added:
	src/background.vala
	- A Ctk.Actor that displays a background
	
	modified:
	.bzrignore
	- Updated
	
	configure.ac
	- Add dep on gconf
	
	src/Makefile.am
	- Add dep on gconf
	- Add new file to build
	
	src/window.vala
	- Create and layout the background actor

2009-10-30  Gordon Allott  <mail@gordallott.com>

	merged in unity-scroller

2009-10-30  Gordon Allott  <mail@gordallott.com>

	reverted configure.ac

2009-10-30  Gordon Allott  <mail@gordallott.com>

	formatting fixes 

2009-10-30  Gordon Allott  <mail@gordallott.com>

	added clutter vapi, had to add CCode and fix Container interface 

2009-10-30  Gordon Allott  <mail@gordallott.com>

	merge from unity

2009-10-30  Gordon Allott  <mail@gordallott.com>

	data makefile altered for new images
	added support for the honeycomb rendering and gradient in unity-scroller	

2009-10-30  Gordon Allott  <mail@gordallott.com>

	added data files for honeycomb effect

2009-10-30  Gordon Allott  <mail@gordallott.com>

	merge from unity

2009-10-29  Gordon Allott  <mail@gordallott.com>

	pick works again

2009-10-29  Gordon Allott  <mail@gordallott.com>

	displays widgets, pick method is broken and thus is unresponsive

2009-10-29  Gordon Allott  <mail@gordallott.com>

	added unity-scroller.vala

2009-10-28  Gordon Allott  <mail@gordallott.com>

	barely working container

2009-10-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	[unity/window] Add window panel struts
	
	added:
	src/unity-utils.c
	- Method for adding stuts to gtk window
	
	src/utils.vala
	- Binding for unity-utils.c
	
	modified:
	.bzrignore
	- Update
	
	configure.ac
	- Add dep on gdk-x11 and x11
	
	src/Makefile.am
	- Add unity.vala and unity-utils.c to the build
	
	src/window.vala
	- Set the panel strut on resize

2009-10-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	[unity/window] Add window panel struts
	
	added:
	src/unity-utils.c
	- Method for adding stuts to gtk window
	
	src/utils.vala
	- Binding for unity-utils.c
	
	modified:
	.bzrignore
	- Update
	
	configure.ac
	- Add dep on gdk-x11 and x11
	
	src/Makefile.am
	- Add unity.vala and unity-utils.c to the build
	
	src/window.vala
	- Set the panel strut on resize

2009-10-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	[unity/window] Made into a GtkWindow with ClutterGtk. UnityShell interface added. Arguments for popup mode added.
	
	modified:
	libunity/shell.vala
	src/Makefile.am
	src/main.vala
	src/quicklauncher/Makefile.am
	src/quicklauncher/application_store.vala
	src/quicklauncher/quicklauncher.vala
	src/window.vala
	tests/Makefile.am
	tests/test-unity.vala

2009-10-30  Neil Jagdish Patel  <neil.patel@canonical.com>

	modified:
	src/main.vala
	- Fix length of arg help strings and a typo

2009-10-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	modified:
	src/window.vala
	- Set the window name

2009-10-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	modified:
	src/Makefile.am
	- Move quicklauncher linking to libunity-static.la
	
	src/main.vala
	- Only create the Underlay window
	- Remove references to Quicklauncher
	
	src/quicklauncher/Makefile.am
	- Link to libunity
	
	src/quicklauncher/application_store.vala
	- Fix warning with ApplicationView return type
	
	src/quicklauncher/quicklauncher.vala
	- Make into a ClutterActor deriving from Ctk.Bin
	- Initiate with Unity.Shell
	- s/Main/View
	
	src/window.vala
	- Fix construction
	- Create a QuickLauncher.View and lay it out
	
	tests/Makefile.am
	- Link to libunity correctly
	
	tests/test-unity.vala
	- Update for new naming

2009-10-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	modified:
	src/main.vala
	- Add version, popup, width and height commandline args
	
	src/window.vala
	- Add delete_event handling to both types of window

2009-10-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	modified:
	src/main.vala
	- Don't call the stage directly
	
	src/window.vala
	- Window + Stage actually shows!?! 

2009-10-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	modified:
	libunity/shell.vala
	- Added get_shell and get_mode for shell implementations to, er, implement
	
	src/Makefile.am
	- Link with libunity correctly
	
	src/main.vala
	- Use new UnderlayWindow
	
	src/window.vala
	- Shuffle stuff around to support a normal gtk window and 'popup' mode

2009-10-30  Gordon Allott  <mail@gordallott.com>

	merged in application_uc 
	adds data dir
	adds data files
	adds support for indicators in application_view
	adds support for new liblauncher

2009-10-29  Gordon Allott  <mail@gordallott.com>

	removed debug message
	merged in liblauncher
	fixed conflicts

2009-10-29  Gordon Allott  <mail@gordallott.com>

	added unity-const.vapi for data defines
	updated launcher vapi for the latest version
	fixed bugs for indicators in application_view

2009-10-29  Gordon Allott  <mail@gordallott.com>

	adds support for window switching and the new liblauncher
	fixes makefile issue

2009-10-28  Gordon Allott  <mail@gordallott.com>

	makefile fixes to add data directory

2009-10-28  Gordon Allott  <mail@gordallott.com>

	throbber logic added to application_view objects

2009-10-28  Gordon Allott  <mail@gordallott.com>

	added data files for quicklauncher indicators
	added loading for focused, throbber and running indicator files
	added support for running indicator

2009-10-29  Gordon Allott  <mail@gordallott.com>

	merge from trunk

2009-10-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	[libunity] Will hold re-usable widgets and interfaces for Unity. Currently not installed, but will in the future (for extensions)
	
	added:
	libunity/
	libunity/Makefile.am
	libunity/shell.vala
	- Initial stubs
	
	modified:
	.bzrignore
	- Update
	
	Makefile.am
	configure.ac
	- Support libunity
	
	src/Makefile.am
	tests/Makefile.am
	- Link to libunity

2009-10-29  Neil Jagdish Patel  <neil.patel@canonical.com>

	[libunity] Will hold re-usable widgets and interfaces for Unity. Currently not installed, but will in the future (for extensions)
	
	added:
	libunity/
	libunity/Makefile.am
	libunity/shell.vala
	- Initial stubs
	
	modified:
	.bzrignore
	- Update
	
	Makefile.am
	configure.ac
	- Support libunity
	
	src/Makefile.am
	tests/Makefile.am
	- Link to libunity

2009-10-26  Gordon Allott  <mail@gordallott.com>

	Merged in unity-ql-uc1

2009-10-26  Gordon Allott  <mail@gordallott.com>

	reverted Makefile.am

2009-10-26  Gordon Allott  <mail@gordallott.com>

	removed commented code in quicklauncher.vala

2009-10-26  Gordon Allott  <mail@gordallott.com>

	makefile fixes to point to the vapi dir nicer

2009-10-26  Gordon Allott  <mail@gordallott.com>

	added test for Unity.Quicklauncher.ApplicationStore

2009-10-26  Gordon Allott  <mail@gordallott.com>

	merge from trunk

2009-10-26  Gordon Allott  <mail@gordallott.com>

	added unity quicklauncher application-view test

2009-10-26  Gordon Allott  <mail@gordallott.com>

	made favorite apps sticky

2009-10-26  Gordon Allott  <mail@gordallott.com>

	quick bugfix to the request remove code so it only triggers if the application 
	is not sticky

2009-10-26  Gordon Allott  <mail@gordallott.com>

	Hooked ApplicationView and ApplicationStore together so that when the 
	application is not running and not sticky, its removed

2009-10-26  Gordon Allott  <mail@gordallott.com>

	Removed useless debug messages
	refit code to fit style guide

2009-10-26  Gordon Allott  <mail@gordallott.com>

	bug fixes in application_store to fit bugfixed liblauncher
	check for errors on launch in application_view
	bug fix make_icon in application_view
	removed Hello World! from main.vala

2009-10-23  Gordon Allott  <mail@gordallott.com>

	added session loading, added favorite loading added newer launcher vapi
	detected window types for session loading so we don't load hte panel or whatever

2009-10-23  Gordon Allott  <mail@gordallott.com>

	fixed makefile issue with the tests
	added interface for applicationview objects to request to be removed

2009-10-23  Gordon Allott  <mail@gordallott.com>

	modified application-store

2009-10-23  Gordon Allott  <mail@gordallott.com>

	added application store object, very basic but gets three applications on the screen

2009-10-23  Gordon Allott  <mail@gordallott.com>

	Quicklauncher was getting messy so i put it into its own namespace Unity.Quicklauncher
	(in c UnityQuicklauncher)

2009-10-22  Gordon Allott  <mail@gordallott.com>

	window matching working

2009-10-22  Gordon Allott  <mail@gordallott.com>

	loads a firefox icon

2009-10-22  Gordon Allott  <mail@gordallott.com>

	fixed iconname bug

2009-10-22  Gordon Allott  <mail@gordallott.com>

	added deps file

2009-10-22  Gordon Allott  <mail@gordallott.com>

	changes for signals

2009-10-22  Gordon Allott  <mail@gordallott.com>

	added missing file

2009-10-22  Gordon Allott  <mail@gordallott.com>

	launcher application object

2009-10-26  Gordon Allott  <mail@gordallott.com>

	Merged in the Clutterfication branch

2009-10-26  Gordon Allott  <mail@gordallott.com>

	fixed testcases to init gtkclutter

2009-10-26  Gordon Allott  <mail@gordallott.com>

	fixed makefiles

2009-10-21  Gordon Allott  <mail@gordallott.com>

	added support for a unity window with a clutter stage
	no support for "fullscreen" mode yet, but the api is there. code can be taken 
	from the old liblauncher, launcher-session.c

2009-10-15  Neil Jagdish Patel  <neil.patel@canonical.com>

	[build] Initial commit
	
	added:
	.bzrignore
	AUTHORS
	COPYING
	ChangeLog
	Makefile.am
	NEWS
	README
	autogen.sh
	configure.ac
	src/
	src/Makefile.am
	src/main.vala
	src/quicklauncher/
	src/quicklauncher/Makefile.am
	src/quicklauncher/quicklauncher.vala
	src/unity.vala
	tests/
	tests/Makefile.am
	tests/test-unity.vala

