2012-09-07  Francis Ginther  <francis.ginther@canonical.com>

	Updated dependency to the renamed libgeis

2012-01-19  smspillaz  <sam.spilsbury@canonical.com>

	Merge lp:unity/4.0

2012-01-13  David Barth  <david.barth@canonical.com>

	revert custom dash patch

2012-01-11  David Barth  <david.barth@canonical.com>

	Fixed bug #914251, local variables should be passed by value.

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-06  Didier Roche  <didier.roche@canonical.com>

	merge sam's fix for building standalone application on clean environment

2012-01-06  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Also add a dependency on libunity-core for the window handling tests and
	the glfuncloader dlopen loader since link_libraries forces those to be linked
	against libunity-core and since link_libraries doesn't care about target
	dependencies, there is a build race where libunity-core isn't built in time
	for those targets to be (erroneously) linked to.
	
	The real solution is to kill the call to link_libraries.

2012-01-19  smspillaz  <sam.spilsbury@canonical.com>

	Unrevert 1721 , as it did not cause any regressions (yet)

2012-01-19  smspillaz  <sam.spilsbury@canonical.com>

	Revert 1721 for now
	
	It enters some strange codepaths and caused regressions better handled by
	https://code.launchpad.net/~smspillaz/unity/unity.fix_881190_918360/+merge/89181

2012-01-19  smspillaz  <sam.spilsbury@canonical.com>

	Merge lp:~smspillaz/unity/4.0_fix_912682

2012-01-19  smspillaz  <sam.spilsbury@canonical.com>

	Fixes bug 912682

2012-01-05  David Barth  <david.barth@canonical.com>

	Bumping revision to 4.2.28 to prepare a new SRU

2012-01-05  David Barth  <david.barth@canonical.com>

	Fix for "right-clicking launcher when choosing a workspace causes quicklists to freeze" (#791810)

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

	LauncherIcon: don't use auto operator when the content is not explicit

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.
	
	Including a manual-test.
	
	This fixes bug #791810

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

	Added Manual Tests ReadMe
	
	Backported patch by Tim to Unity/4.0.

2012-01-05  David Barth  <david.barth@canonical.com>

	Fix SIGSEGV after SwitcherController desctruction (LP: #887465)

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)

2012-01-05  David Barth  <david.barth@canonical.com>

	reapplies 1713

2012-01-05  David Barth  <david.barth@canonical.com>

	revert rev. 1721 which was causing a regression (#905417)

2012-01-05  David Barth  <david.barth@canonical.com>

	Merge custom dash patch (#785840)

2011-12-15  Olivier Tilloy  <olivier.tilloy@canonical.com>

	Add some manual tests for the dash custom home screen functionality.

2011-12-15  Olivier Tilloy  <olivier.tilloy@canonical.com>

	Allow customizing the dash’s home screen.
	
	The contents of the custom home screen are described in a JSON file called HomeShortcutsCustomized.json.
	
	The file is looked for in the following locations in decreasing order of priority:
	- $XDG_CONFIG_HOME/unity/ (defaults to $HOME/.config/unity/)
	- $DIR/unity/ for $DIR in $XDG_CONFIG_DIRS
	
	The syntax of the file is as follows:
	==========================================================================
	{
	"shortcut1": {
	"source": $source,
	"name": $name,
	"name[fr]": $name_in_french,
	[…]
	"icon": $icon
	},
	"shortcut2": {
	[…]
	},
	[…]
	}
	==========================================================================
	
	The source attribute may either be a desktop file (full path or just its basename if it is located in a standard directory), or a lens file (basename only). This attribute is mandatory.
	The 'name' attribute is optional. If present, it will override the default display name as advertised by the desktop file or by the lens. The name can be localized in several languages using the square brackets suffix notation, in which case the locale matching the system’s will be used, defaulting to the untranslated 'name' attribute if necessary.
	The 'icon' attribute is optional. If present, it will override the default icon as advertised by the desktop file or by the lens. It should be a full path name.
	If the source is a lens, the optional 'filter' attribute allows specifying a filter in the form "$name:$value", e.g. "type:videos" for the files lens.
	If the source is a lens, the optional 'section' attribute allows specifying a section number (an integer starting at index 0).

2012-01-05  David Barth  <david.barth@canonical.com>

	Merging in Sam's fix for a multi-monitor crasher (#838128)

2012-01-05  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Check glGetError ()

2012-01-05  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Minor style fix - use for loop

2012-01-05  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Don't disable the scissor test explicitly

2012-01-04  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added missing file

2011-12-24  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Added framebuffer object fixes

2011-12-15  David Barth  <david.barth@canonical.com>

	changelog update, a patch was reverted earlier by gord, see rev. 1723

2011-12-15  David Barth  <david.barth@canonical.com>

	merge lp:~macslow/unity/unity-sru1-4.26.0 in preparation of the 4.26 release candidate

2011-12-15  Mirco Müller  <mirco.mueller@ubuntu.com>

	Release 4.26.0 (SRU1)

2011-12-15  Mirco Müller  <mirco.mueller@ubuntu.com>

	Fixes #850623: don't segfault in geis_configuration_get_value() (backported from unity trunk r1728)

2011-12-15  Mirco Müller  <mirco.mueller@ubuntu.com>

	Fixes #860805: get focus on dash by pressing the super key first time after login (backported from unity trunk r1759)

2011-12-15  Mirco Müller  <mirco.mueller@ubuntu.com>

	Fixes #873100: clicking on panel when dash is open no longer causes maximized window to raise (backported from unity trunk r1751)

2011-12-15  Gord Allott  <gord.allott@canonical.com>

	Reverted out r1713

2011-12-16  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Merged lp:~smspillaz/unity/unity4.0_fix_881190

2011-12-15  Sam Spilsbury  <sam.spilsbury@canonical.com>

	Don't read transients on windows which are not valid since all not valid
	transient windows will match with that window.
	
	Also don't bother to re-fake-unminimize windows that have been fake minimized
	if they were destroyed since the window isn't valid anyways and the operation
	will be a no-op (note that we should do it on ~UnityWindow in the case where
	the window has not been destroyed yet, as it probably means that the plugin
	is being unloaded)

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-06  Michal Hruby  <michal.mhr@gmail.com>

	Backport fix for bug #856205 from trunk

2011-11-29  Mirco Müller  <mirco.mueller@ubuntu.com>

	Fixes LP: #834630

2011-10-26  Mirco Müller  <mirco.mueller@canonical.com>

	Add an out-of-bounds check to the DetailXids vector. Fixes LP: #834630

2011-11-29  Mirco Müller  <mirco.mueller@ubuntu.com>

	Fixes LP: #832151

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-18  Jason Smith  <jason.smith@canonical.com>

	merge automatic raising of input winodws

2011-10-17  Jason Smith  <jason.smith@canonical.com>

	Raise input windows from nux unconditionally on alt-tab and showing of the dash using compiz

2011-10-14  Robert Carr  <racarr@canonical.com>

	Back out a horizontal margin that breaks sizing in some cases

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-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-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  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-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-12  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Leak fix

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-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  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-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-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  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-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  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  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  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 #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>

	[merge] trunk

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-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

