From eae2cc2f8bafdf1223f2f45dab7247cf8d14b5f8 Mon Sep 17 00:00:00 2001 From: Neil Jagdish Patel Date: Thu, 1 Sep 2011 14:47:40 +0100 Subject: Release 4.12.0 (bzr r1477) --- AUTHORS | 2 + ChangeLog | 440 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 442 insertions(+) diff --git a/AUTHORS b/AUTHORS index 42eb18ff6..564e10d7d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -23,6 +23,7 @@ Jamal Fanaian Jamie Rowe Jani Monoses + Jani Monoses Jason Smith jassmith@gmail.com Jay Taoko @@ -34,6 +35,7 @@ Manuel Nicetto Marco Biscaro Marco Biscaro , Rick Spencer + Marco Trevisan Marco Trevisan Marco Trevisan (Treviño) Marius Gedminas diff --git a/ChangeLog b/ChangeLog index 312f9cf18..45528646c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,443 @@ +2011-09-01 Neil Jagdish Patel + + Fixes a bunch of dash issues + +2011-09-01 Neil Jagdish Patel + + Add back hack around empty dash + +2011-09-01 Neil Jagdish Patel + + make the shortcut icons work + +2011-09-01 Neil Jagdish Patel + + [merge] trunk + +2011-09-01 Neil Jagdish Patel + + Dash - Adjustments to stateful behaviour + +2011-08-31 Neil Jagdish Patel + + [merge] parent + +2011-08-31 Neil Jagdish Patel + + [dash] preferred applications are not stored in GConf anylonger + +2011-09-01 Sam Spilsbury + + 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 + + Refactor paint info collection into its own class + +2011-08-29 Sam Spilsbury + + Remove dead code + +2011-08-29 Sam Spilsbury + + Run the formatter + +2011-08-29 Sam Spilsbury + + Remove gtk_init_check + +2011-08-29 Sam Spilsbury + + Fix damage issue + +2011-08-29 Sam Spilsbury + + 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 + + Fix movement animation issues + +2011-08-27 Sam Spilsbury + + Don't shift windows around if they're maximized or fullscreen + +2011-08-27 Sam Spilsbury + + 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 + + Change the window size if the dialog is too small + +2011-08-27 Sam Spilsbury + + Also move the window back + +2011-08-27 Sam Spilsbury + + Fix a number of placement issues in the animation + +2011-08-27 Sam Spilsbury + + Add workaround for stupid applications that set WM_TRANSIENT_FOR to complete + nonsense + +2011-08-27 Sam Spilsbury + + Formatting, fix a cycling issue + +2011-09-01 Gord Allott + + removes the uri paramater from ResultRendererTile::LoadIcon + +2011-09-01 Gord Allott + + removes the useless uri from iconloading + +2011-09-01 Gord Allott + + fix up the background colour selection, now darker, should fit more wallpapers better + +2011-09-01 Gord Allott + + only pick one colour for grayscale images + +2011-09-01 Gord Allott + + better greens + +2011-09-01 Gord Allott + + removed a debug + +2011-09-01 Gord Allott + + much nicer colour handling + +2011-09-01 Tim Penhey + + Launcher is a child of LauncherWindow, we don't need to unreference it + +2011-09-01 Neil Jagdish Patel + + Add support for IBus and some other input methods, fix dash sizing, add support for copy and paste + +2011-08-31 Neil Jagdish Patel + + Simplfy focus bits + +2011-08-31 Neil Jagdish Patel + + Set the cursor position correctly + +2011-08-31 Neil Jagdish Patel + + Send the window through + +2011-08-31 Neil Jagdish Patel + + Making ibus sync solves issues related to events coming in + +2011-08-31 Neil Jagdish Patel + + Add support for copypasta + +2011-08-31 Neil Jagdish Patel + + [merge] trunk + +2011-08-30 Neil Jagdish Patel + + Fix sizing of the dash content + +2011-09-01 Mirco Müller + + 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 + + Made sure the glowing overlay of buttons are not cut off, added API for querying additional space-requirements + +2011-08-31 Jason Smith + + protect against crash when icon loading happens after renderer is already deleted + +2011-08-31 Jason Smith + + Make switcher show tabs again + +2011-08-31 Gord Allott + + 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 + + Merged with trunk + +2011-08-31 Gord Allott + + few changes, null out set_renderer and such + +2011-08-31 Gord Allott + + unreference textures the dumb way + +2011-08-31 Gord Allott + + fixed up horizontal tile to subclass from renderer tile and also use the new mapless renderering + +2011-08-31 Gord Allott + + 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 + + Remove some useless code + +2011-08-31 Neil Jagdish Patel + + Fix PanelTray: RGBA support, positioning and resizing fixes + +2011-08-30 Neil Jagdish Patel + + Fix alpha in panel + +2011-08-30 Neil Jagdish Patel + + fix positioning when a new tray icon opens + +2011-08-30 Neil Jagdish Patel + + Fix sizing of panel tray + +2011-08-31 Tim Penhey + + Fix the leak of the cairo context in the LauncherIcon. + +2011-08-30 Tim Penhey + + Fix the leak of the cairo context. + +2011-08-31 Tim Penhey + + Fix the numerous leaks in CreateBlurredTextureCallback + +2011-08-30 Tim Penhey + + Fix the numerous leaks in CreateBlurredTextureCallback + +2011-08-30 Marco Trevisan + + Merge filled/unfilled arrow branch + +2011-08-30 Marco Trevisan (Treviño) + + 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) + + 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) + + 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) + + Merging with upstream changes. + +2011-08-01 Marco Trevisan (Treviño) + + BamfLauncher: check for win + +2011-08-01 Marco Trevisan (Treviño) + + Merge with upstream + +2011-07-29 Marco Trevisan (Treviño) + + 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) + + 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) + + 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) + + 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) + + 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 + + Make switcher view use timeutil class + +2011-08-30 Alex Launi + + Merge timeutil branch + +2011-08-30 Alex Launi + + Add TimeUtil class and member function for finding delta between timespecs + +2011-08-30 Jason Smith + + fix switcher test + +2011-08-30 Jason Smith + + enable blur in switcher test app + +2011-08-29 Jason Smith + + merge stand alone launcher branch + +2011-08-29 Jason Smith + + Implement test launcher stand alone application + +2011-08-29 Jason Smith + + be smarter about enabling/disabling blur in the launcher + +2011-08-27 Jason Smith + + disable live launcher blur behind as the performance hit on certain drivers is too great + +2011-08-27 Jason Smith + + merge keyboard utils branch + +2011-08-26 Jason Smith + + remove useless option and remove useless initial grab + +2011-08-26 Jason Smith + + properly binds alt-key above tab + +2011-08-26 Jason Smith + + implement keyboard utility and test program + +2011-08-26 Jason Smith + + merge trunk + +2011-08-26 Gord Allott + + small hack to get the lens icons always displayed on small screens in netbook mode + +2011-08-26 Gord Allott + + remove leftovers + +2011-08-26 Gord Allott + + okay fo-reals this time + +2011-08-26 Gord Allott + + add logging + +2011-08-26 Gord Allott + + attempt #2 + +2011-08-26 Gord Allott + + attempt #1 + +2011-08-26 Gord Allott + + Fixes the dnd in the dash to launcher + +2011-08-26 Gord Allott + + fixes referencing too much in the dash with dnd and a scope error + +2011-08-26 Mirco Müller + + should fix the glitch of the button-outline + +2011-08-26 Sebastien Bacher + + updated translatable files + +2011-08-26 Jani Monoses + + Merged in a fix for a ftb on arm from Jani Monoses + +2011-08-25 Neil Jagdish Patel + + [release] 4.10.2 + 2011-08-25 Jason Smith merge dnd opt out branch -- cgit v1.2.3