diff options
| author | Neil Jagdish Patel <neil.patel@canonical.com> | 2011-08-01 16:35:41 +0100 | 
|---|---|---|
| committer | Neil Jagdish Patel <neil.patel@canonical.com> | 2011-08-01 16:35:41 +0100 | 
| commit | e983ab22ca43215d8d6341ee8a682c4f0a7c026b (patch) | |
| tree | 46d3408c581d3a83e00f1f09c5e3e99f0dab038f | |
| parent | 305dd69df434fa20eef5f3c7962e793dae6061f1 (diff) | |
Release\ 4.6.04.6.0
(bzr r1335)
| -rw-r--r-- | AUTHORS | 28 | ||||
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | ChangeLog | 543 | 
3 files changed, 544 insertions, 29 deletions
@@ -1,63 +1,35 @@  Alejandro Piñeiro <apinheiro@igalia.com> - Alexander Fougner <fougner89@gmail.com>  Alex Launi <alex.launi@canonical.com>  Andrea Azzarone <azzaronea@gmail.com>  Andrea Cimitan <andrea.cimitan@canonical.com> - Andreas Reichel <slash.m3@googlemail.com> - Andy Horng <andyhorng1@gmail.com>  Aurélien Gâteau <aurelien.gateau@canonical.com>  Bilal Akhtar <bilalakhtar@ubuntu.com> - Cameron Hart <cam@bitshifter.net.nz> - Chase Douglas <chase.douglas@canonical.com>  Chris Coulson <chris.coulson@canonical.com> - Christopher James Halse Rogers <raof@ubuntu.com> - Connor Carney <ccarney@gmail.com>  Daniel van Vugt <vanvugt@gmail.com>  David Barth <david.barth@canonical.com>  Didier Roche <didier.roche@canonical.com> - Dylan McCall <dylanmccall@gmail.com>  Gordon Allott <gord.allott@canonical.com>  Henri De Veene <henri.deveene@gmail.com> - Jamal Fanaian <j@jamalfanaian.com> - Jamie Rowe <jrrowe89@gmail.com>  Jani Monoses <jani.monoses@canonical.com>  Jason Smith <jason.smith@canonical.com>  jassmith@gmail.com  Jay Taoko <jay.taoko@canonical.com> - Jeremy Bicha <jeremy@bicha.net> - Jimmy Wahlberg <jimmy.wahlberg@gmail.com> - Ken VanDine <ken.vandine@canonical.com> - Kyle Nitzsche <kyle.nitzsche@canonical.com>  Loïc Molinari <loic.molinari@canonical.com> - Manuel Nicetto <manuel.nicetto@gmail.com>  Marco Biscaro <marcobiscaro2112@gmail.com>  Marco Biscaro <marcobiscaro2112@gmail.com>, Rick Spencer <rick.spencer@canonical.com>  Marco Trevisan <mail@3v1n0.net>  Marco Trevisan (Treviño) <mail@3v1n0.net>  Marius Gedminas <marius@gedmin.as> - Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> - Matthew Rasmus <tareth.ml@gmail.com> - Michael Hofmann <mh21@piware.de> - Michael Terry <michael.terry@canonical.com>  Michael Terry <mike@mterry.name>  Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com>  Mirco Müller <mirco.mueller@ubuntu.com>  Neil Jagdish Patel <neil.patel@canonical.com>  Nico van der Walt <nico@kimburu.co.za> - Oier Mees <oier.mees@gmail.com>  Oliver Sauder <os@esite.ch> - Paul Sladen <sladen@ubuntu.com>  Rafał Cieślak <rafalcieslak256@gmail.com> - Robert Collins <robertc@robertcollins.net>  Rodrigo Moya <rodrigo.moya@canonical.com> - Ruben Verweij <rbnvrw@gmail.com>  Sam Spilsbury <sam.spilsbury@canonical.com>  Sebastien Bacher <seb128@ubuntu.com> - Shane Fagan shanepatrickfagan@ubuntu.com - Stefano Candori <stefano.candori@gmail.com> - Stefano Candori <stefano.candori@gmail.com>>  Ted Gould <ted@gould.cx>  Tim Penhey <tim.penhey@canonical.com>  Ubuntu <ubuntu@netbook> - Ying-Chun Liu (PaulLiu) <grandpaul@gmail.com> - Артём Попов <artfwo@gmail.com> diff --git a/CMakeLists.txt b/CMakeLists.txt index 325b0645f..556914be3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ subdirs (doc services tests tools UnityCore guides)  #  set (PROJECT_NAME "unity")  set (UNITY_MAJOR 4) -set (UNITY_MINOR 4) +set (UNITY_MINOR 6)  set (UNITY_MICRO 0)  set (UNITY_VERSION "${UNITY_MAJOR}.${UNITY_MINOR}.${UNITY_MICRO}")  set (UNITY_API_VERSION "4.0") @@ -1,3 +1,546 @@ +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  | 
