[gnome-shell] Created tag 2.27.0



The signed tag '2.27.0' was created.

Tagger: Owen W. Taylor <otaylor fishsoup net>
Date: Mon Aug 10 18:37:47 2009 -0400

    2.27.0

Changes:

Colin Walters (160):
      Disable bug buddy; otherwise we just hang on crash instead of restarting old panel
      Run gnome-terminal on alt-f2
      Use new --program arg from g-i, clean up build accordingly
      Link tidy against clutter-0.8
      Kill off libgnomeshell-introspect again, this time with garlic and a stake
      Ensure we clean out the .gir and .typelibs
      Tidy-1.0.typelib depends on libtidy-1.0.la, not libgnomeshell.la
      Tidy.gir also depends on the tidy sources, not the gnomeshell sources
      Use metacity for building Tidy-1.0.gir as well; fix up dependencies
      Bump default screen size to 1024x748; current mininum
      Convert run dialog to gjs signals
      Fix up previous change; connect to signals correctly
      Merge branch 'appmenu'
      Monitor applications directory, not toplevel
      Rename MENU_ -> APPDISPLAY_ to correspond with other renames
      Fix application layout to use parent relative coordinates
      Use _deactivate rather than hide so we correctly reset input area
      Fix app event handling
      Add hardcoded default applications list taken from online.gnome.org
      Search executables as well
      Convert users of static functions to new gjs syntax
      Convert all JS style to be uniform, add Eclipse settings bits
      Add more Ubuntu requirements checking to build setup script
      Bug 562604 - Close the Run Dialog when Escape is pressed
      Hook up activate on search entry to launch if only one app displayed
      Add up/down keyboard arrow navigation to app display
      Fix indent of first member
      Remove debug logging, make activation work for non-search mode too
      Adjust to new Meta.typelib/Meta.gir locations
      Import Big
      Use Big.Box for search entry to get rounded corners
      Add clutter-cairo to moduleset
      Tweak clutter-cairo include path to fix build where clutter root != clutter-cairo root
      Use Big.Box for highlight box as well to get rounded corners
      Bind Escape to clear search entry
      Clear search text after activation
      Connect to overlay-key signal from metacity-clutter to hide/show overlay
      Use idle handler for overlay key binding
      Add full size icon+title to overlay
      Add magic 'restart' command to run dialog which re-executes
      Bug 563394 - revert change to run overlay key in idle
      Merge branch 'workspace-salon'
      Add a panel containing tasklist to bottom screen
      Fix closing of loop variable which caused error messages
      Bug 568624: Make overlay search case insensitive
      Bug 568625: Ignore extra whitespace in search
      Merge branch 'statusmenu'
      Add Makefile missed in last commit, minor style tweak for statusmenu
      Ignore newly added non-overlay windows
      Minor style fixes for status menu
      Bug 570641 - Use null input area when a GTK+ grab is operative
      Bug 51081 - Add startup notification information for application launching
      Bug 571203 - Handle spaces in overlay search
      Add --sync option to enable X synchronization
      Merge branch 'master' of ssh://walters git gnome org/git/gnome-shell
      Bug 571651 - Bind Alt-F1 to overlay
      Bug 571313 - Refocus search field every time overlay is shown
      Remove extraneous trailing paren accidentally introduced by c3c46786
      Only try to kill gnome-panel if it's running
      Make Escape key close More... modes before closing overlay entirely
      Use the use_lib64 jhbuild variable to pick the correct libdir
      exit () on JavaScript exceptions
      Add a menu display to applications
      Add missing gtkutil.js file from previous commit
      Check the type of GMenu items we get to avoid a crash
      Add missing "return true" from event handler
      Bug 578430 - Docs section regression
      Bug 578430 - Followup fix for docs
      Cleanup of search entry layout
      Bug 578807 - Menu selection not reset on mouse selection
      When removing all items from the display, ensure selection state is reset too
      Rename ShellAppMonitor to ShellAppSystem
      Bug 573322 - Do box layout in int
      Recursively flatten menus
      Bug 582248 - Async loading of pixbufs and icon caching
      Bug 581944 - Fully rebase on ShellAppSystem, don't use Gio to load apps
      Fix syntax error in previous patch
      Make unknown seat-id from gdm-user-manager debug instead of warning
      Rework internals of ShellAppMonitor to use Metacity library
      Use title property instead of description for window titles
      Fix transfer of application setting ids
      Close memory leaks in ShellAppMonitor, ShellAppSystem, ShellTextureCache
      Make ShellAppMonitor and ShellAppSystem singletons, remove unused code in appDisplay
      Fix refcounting issue in ShellTextureCache
      Remove a lot of obsolete code from old Sideshow (now Dash)
      Split out separate AppResults, DocResults classes. Readd search as stub.
      ShellAppMonitor now always assocates windows with desktop files
      ShellAppSystem: Add favorites API and shell_app_system_lookup_basename
      Replace Dash application display with AppWell
      Fix invalid function signature and a memory leak
      Avoid duplicating most used applications in the AppDisplay cache
      Include NoDisplay applications in application data
      Fix double free and under-dup in ShellAppMonitor
      Add info.svg to Makefile.am
      Display full application title, allow DnD from More
      Animate panel appearance on startup
      Wire up search up/down
      Allow dragging a Workspace.WindowClone into favorites well
      Switch to dynamic layout for Dash
      Add ShellOverflowList, a dynamic list with paging
      Switch GenericDisplay to ShellOverflowList for dynamic height
      ShellOverflowList: Implement pick
      AppWell: If an application is running, activate an existing window
      Add ShellDrawingArea and ShellStack
      More for applications now displays a category list
      Explicitly include gio/gio.h in ShellGlobal
      Major rework of application data structures and caching
      Remove inadvertent early return in apps search
      Bug 587952 - Immediately fade in information button
      Don't fail if we can't find an application
      Add magic "js " prefix to runDialog to run arbitrary JavaScript
      Better caching for document textures and information
      Merge up to commit 92e608bd0f3807314c45ee5f5daf6ba781c27d58 of gdm
      Bug 587949 - Handle locale-encoded names from struct pwent
      Small fixes for sidebar application bits
      Fixes for GenericDisplay
      Always clear details pane when unsetting more mode
      Merge branch 'bug588050-doc-textures'
      Bug 588050 - Cache information icon forever, only look up recent once
      Fix reference counting of textures loaded via _load_uri_sync
      If org.gnome.Panel exists on the bus, replace it rather than using gdb
      Fix prototype for shell_app_monitor_get_window_app
      Display last visited time as docInfo description
      Merge branch 'bug589185-docinfo-time'
      Fix time updating for recent files
      Bug 589437 - Switch to workspace of target app to activate
      Avoid ellipsizing app names; Draw glow around running
      Remove unused gdm-user-chooser-*.[ch] files
      Don't line wrap application names in wells, fix running alignment
      Update to using Clutter 1.0
      Bug 589260 - Don't replace panel in Xephyr mode
      Move drawing functions from shell-global into new shell-drawing.c file
      Bug 589937 - Raise clone on window activation
      Give the runDialog a rounded corner
      Cleanups for runDialog
      LookingGlass - JavaScript prompt and interactive Clutter controller
      lookingGlass: Fix spacing and line appearance
      Adjust tray spacing to cope with many icons
      lookingGlass: Faster history save, avoid empty lines
      lookingGlass: Draw a red border around target actor
      lookingGlass: Add hierarchy list and property inspector
      Bug 589276 - Use 0 opacity while loading textures, preserve aspect ratio by default
      Bug 588343 - Major rework of window monitoring to be application-based
      Rewrite Dash, remove hardcoded width/height from GenericDisplay
      Add ShellGenericContainer, which makes it possible to write containers in JS
      Bug 589086 - Fix non-integer positioning in altTab
      ShellAppMonitor: Fix case of not seeing apps being closed
      dnd: Emit drag-end in after snapback complete
      Bug 589316 - Add application/window icon to overlay windows
      Bug 591077 - Hide overlay when activating an application
      dnd: Fix used of undefined variables
      Bug 590985 - Fix frequent apps list being empty
      Define stable ordering for application favorites and running apps
      appDisplay: Reimplement well layout to be width-independent
      Add shell_texture_cache_load_from_name
      ShellAppSystem: Support loading a .desktop file directly
      Add shell-uri-util.[ch]; functions ported from gnome-panel for URIs
      Add Places
      Fix comment header for shell_texture_cache_load_uri
      Bug 591316 - Fix bad notify:: parameters

Dan Winship (97):
      specify geometries on the test clients so they don't end up with their title
      Import part of the notification area applet, and use it to add a
      fix import ordering
      add the initial framework of a window management interface. #561724
      remove some cruft
      revert some broken bits from previous patch that weren't supposed to have
      implement a basic switch_workspace animation using Tweener. #561835
      split the desktop area out of overlay.js
      fix incorrect variable name in _updateClock
      show multiple workspaces in the overlay view. #563035
      fix "desktop"/"workspace" naming confusion
      remove debug thing
      Add <mirror> nodes for the gnome repo declaration (copied from the
      Make the workspaces view a temporary "widget", rather than having it always
      change the workspace zooming metaphor in the overlay
      Use a stable workspace ordering as rows and columns are added, rather than
      Track changes to the screen's n-workspaces property, and add and remove
      Move Workspaces-size computation into Workspaces
      split out a Workspace class from Workspaces, reorganize for that
      Add (+) and (-) icon artwork, and a little bit of infrastructure for them
      Add (+) and (-) icons for workspace management to the overlay
      update default apps list a little more: remove evince, totem, file-roller,
      Remove unused workspaces at startup (since mutter uses the same gconf
      load the GAppInfos at startup time rather than waiting until the overlay
      Make sure the animation always starts from the first frame, even if the
      add a missing ";"
      Clean up Workspace animation. #567865
      Highlight the current workspace in the overlay view
      fix workspaces padding a little. (it's still not quite right)
      fix a bug in the snap-back animation by turning it into a less-noticeable bug
      Make a ClutterActor subclass that wraps a GtkWindow, and use it for the tray.
      Use BigBox rather than TidyGrid to organize the panel. #568712
      Two dragging-related fixes
      Do window dragging in the stage, not in the original workspace's actor
      Move window clone functionality into its own class
      oops, remove Workspace._makeDesktopRectangle, it's unused now
      Fix a crash deleting a workspace, and another crash if the user tries to
      sort imports consistently; everything-but-our-javascript, alphabetically,
      Don't do window transitions while the overlay is active. Part of #568983.
      Track window adds/removes in the overlay. #568983
      Call GenericDisplayItem's main actor '.actor' instead of '._group'.
      Small fix for when a new window is added just before leaving the overlay
      Add -w (widescreen) and --geometry options to start-in-Xephyr. #570580
      Add .gitignore
      Add a wrapper around tweener to do some extra integration
      Abstract drag-and-drop a bit and add application/recent document DND. #569717
      Fix the initial workspaces setup code. #571091
      Replace start-in-Xephyr/start-replace with a new single "gnome-shell" script
      Fix setting of LIBGL_ALWAYS_INDIRECT
      Update Fedora deps (Bug 572053) and reorganize/improve in general
      Move LIBGL_ALWAYS_INDIRECT code to the right place
      Make the gnome-shell script work without needing "jhbuild run"
      Don't try to respawn metacity and the panel if we didn't kill them.
      Bug 573413 â?? libmozjs linking broken on Ubuntu
      fix CLEANFILES: it's Shell-0.1.gir, not Shell-1.0.gir
      Remove references to files that no longer exist
      Fix another s/$(libdir)/$(META_LIB_DIR)/ when building Shell-0.1.typelib
      Make "make distcheck" work, and verify that we're disting all the javascript
      make gnome-shell runnable from an install
      Fix panel stacking with respect to fullscreen windows and screensaver. #571827
      Fix the stage_input_area handling
      Disable gdmuser debugging messages (unless "gdm" is set in GNOME_SHELL_DEBUG)
      Don't use bash syntax pointlessly. Fixes this to work under real /bin/sh.
      When using -g, reset terminal state on exit
      Specify bindir explicitly when installing jhbuild
      Create a more extensible/organized strut/input_area management system.
      Implement MetaAltTabHandler
      Merge branch 'tab'
      Let small windows appear at full size in the overlay if there is room
      Add gstreamer deps for Ubuntu to gnome-shell-build-setup.sh
      Deal with thumbnail failure correctly
      js/ui/Makefile.am: add altTab.js
      js/ui/panel.js: Lang.bind-ify
      Reorganize overlay hiding/showing code
      Don't temporarily show minimized windows while switching workspaces
      Use transition:"easeOutQuad" for switch_workspace, just like everywhere else
      Make switch-workspace faster (the same as the other wm ops)
      Improve the framework for managing shell UI
      Add an initial implementation of the sidebar
      Remove some debugging cruft that shouldn't have ever been committed
      Fix Alt-Shift-Tab to not skip some windows
      Make Alt-Tab a bit faster and nicer
      Make Alt-Tab highlight iconified items (in the tasklist) too
      Take advantage of trayicon transparency in gtk+ 2.16
      Split appDisplay and docDisplay into "model" and "view" parts
      Add gconf to gnome-shell.modules for gconf/jhbuild support
      Fix schema install
      Set GCONF_DEFAULT_SOURCE_PATH from the gnome-shell wrapper script
      fix tag name in schema
      Fixes to allow widgets to be initially collapsed
      Fix Chrome.removeActor()
      Add ShellGConf
      Add GConf schemas for sidebar prefs, and use those prefs from sidebar.js
      Add a sidebar show/hide menu item to the status menu
      Add dash.js to js/ui/Makefile.am. #590813
      Install missing svg files. #590814
      Add .desktop file to .gitignore

Dave Jordan (1):
      Use a grid pattern in overlay if more than 6 windows

Frederic Crozat (4):
      Add support for Mandriva Linux
      Add more packages for Mandriva build and really call urpmi
      Add flex bison GL-devel zenity intltool for Mandriva packages
      Add mesa-demos dependency on Mandriva for glxinfo

Halton Huo (1):
      lookingGlass: Add to Makefile.am

Johan Dahlin (2):
      Draw a border around the panel. Move it to -1,-1 and make the width+2 so we only see the border at the bottom
      Use = instead of == for comparision. (dash compatibility)

Jon McCann (1):
      Use full opacity for windows in workspace/window selector

Jon Nettleton (2):
      Update gnome-shell for renamed Mutter
      Remove taskpanel

Jonathan Blandford (1):
      Changed logout menu to include Log Out and Shutdown options, #583955

Jonathan Matthew (3):
      implement some basic window management effects.  #563844
      Bug 570583: handle tweens being overwritten during window effects
      Bug 572384 - can't select windows that are on all workspaces in the overlay

Marina (1):
      Bug 570579: Redo the layout of overlay components

Marina Zhurakhinskaya (64):
      Add a button object that highlights a button area when it is moused over and transitions it to a different color when the button is pressed in. Use this button object for the panel's "Activities" button.
      Add an extra background to the button that maintains the state of the pressed button color opacity. This ensures the highlighted button color will be based on the button color instead of the color of the item the button is added to.
      Display a background rectangle for the desktop in the overlay mode when we don't have a desktop window from the file manager, which is the case when the preference for showing icons on the desktop is disabled by the user or we are running inside a Xephyr window.
      Switch all JavaScript variable names to firstWordLowerCase style to agree with the Style Guide.
      Make sure we include staysPressed in the list of arguments to the Button object
      Add a convenience function for setting an image for ClutterTexture based on GdkPixbuf.
      Convert some variable and file names to lowerCamelCase.
      Create two base classes: GenericDisplayItem and GenericDisplay, as
      Check if the file still exists when displaying matches for the search.
      Display thumbnails of recent files in the overlay mode by using GnomeThumbnailFactory to get them. Fall back to the system icon for the file type provided by GtkRecentInfo when a thumbnail is not available.
      Get categories from the desktop files for all applications
      shell-global.c: remove a log message about missing 'Categories' key in the desktop file, as this key is not required
      Add a 'More' control to the applications display in the overlay
      Fix up triggering search in the overlay.
      Bug 572094 - Put sideshow sections into boxes, enable expanded item display for documents
      Bug 573078 â?? Add better transitions when expanding the item displays
      Connect to 'text-changed' signal in the overlay search box
      Destroy workspaces background when exiting overlay mode
      Bug 574117 - Allow paging through the application and document results in the overlay
      Bug 574691 â?? Stay in the overlay mode after drag and drop
      Bug 574697 - Slide the workspaces back in if the user starts dragging a document or an application item in the expanded display mode
      Don't reset the page selection if the results have changed while the user
      Don't add windows to overlay workspaces when overlay is being exited.
      Bug 571426 - Show pop-up previews of sideshow items
      Add tooltip delay to the preview pop-ups.
      Bug 577338 â?? Show item details on click in the expanded view
      Add gnome-menus-devel to the Fedora build dependencies.
      Add xserver-xephyr to Debian/Ubuntu dependencies.
      Bug 578178 â?? Show large previews for image files
      Bug 580528 â?? The panel should show today's date
      Bug 577380 - Use the default application for the mime type to open the document
      Press in the Activities button when the overlay is entered
      Fix showing image previews
      Make sure we have information about all applications returned by the AppMonitor
      Add '--disable-default-service' to gconf module autogenargs
      Add a results pane in the overlay
      Display all recent documents in the results pane
      Add icons from Jeremy
      Display a pane with item details
      Change selected item color and make sure only one item is selected at a time
      Make sure at most one item is selected in the overlay
      Remove pop-up previews
      Add an icon for the information link
      Select an item when information button is clicked, launch on single click
      Fix the height allocated to the results sections
      Add back search functionality
      Display search results automatically
      Fix up horizontal gradient code and its use
      Add a comment about the use of the transparent background and set its opacity to 0
      Show and hide dash panes instead of adding and removing each time
      Make sure we show the information button when a new item appears under the pointer
      Use TextureCache to load the information icon
      Move the activate and select functionality inside the callbacks
      Use a single ItemResults class instead of AppResults and DocResults
      Make workspaces accept a drop of AppDisplay.WellDisplayItem
      Use a separate icon image as a drag actor instead of using the clone of the icon
      Make individual dash panes reactive instead of making the dash Group actor reactive
      Fix updating last visited time for the doc display items.
      Return false from the timeout callback function
      Make dash background darker
      Align category labels vertically
      Fix showing small item previews
      Enable hot corner for triggering the overview mode
      Ignore clicks on hot corner during transition

Mikkel Kamstrup Erlandsen (1):
      Autodetect where the 'pidof' command lives and enable optional verbose logging inside start-replace

Milan Bouchet-Valat (12):
      use a global config dir (for app monitor)
      application monitoring base object
      add GConf option to disable app monitoring
      use application monitoring to show most used apps in the menu
      Don't print useless error message when app monitor config file does not exist
      Fix GConf handling in ShellAppMonitor
      Fix occasional crash in lists handling in ShellAppMonitor
      Fix crash in app monitor on 64 bits CPUs
      Make the sidebar's horizontal padding symmetric
      Use a fading icon button in genericDisplay
      Bug 587955 - Small cleanups to iconButton
      Remove residual references to libXScrnSaver in required packages

Owen Taylor (75):
      Initial commit
      Add jhbuild setup script and moduleset
      Use --mutter-plugins instead of --clutter-plugins
      Add gjs as a dependency of gnome-shell
      Extend ShellGlobal object with more properties
      Add an xevent_filter method to our plugin
      Add ShellGlobal.stage property
      Add shell_global_set_stage_input_area() to header file
      Add a very simple first-pass top panel
      Switch the HH:MM:SS second clock to HH:MM
      Add annotations to fix return-value transfer for shell_global_get()
      Clean up initial appearance a bit
      First cut at activities overlay
      Build clutter before gir-repository
      Add start-replace script
      Build metacity-clutter after gir-repository
      Add --debug and --verbose options to launcher scripts
      Fix --debug option to default to gdb
      Include errors in what we print out without -v
      Pass the right number of arguments to exit()
      start-in-Xepyhr: add xeyes and xlogo to initial session
      First stab at showing windows in the overlay
      Install our typelib privately inside $(pkglibdir)
      Work around libmozjs not being in ld.so.conf on Ubuntu
      Don't overwrite existing LD_LIBRARY_PATH when running g-ir-compiler
      Fix location of libmozjs.so for Ubuntu
      Don't override XAUTHORITY until after we run Xephyr
      Improve window handling in overview mode
      Make clicking on windows in the overlay activate the windows
      Remove over a leftover debug log statement
      Add dummy return values to metacity-symbols.c
      Hide the group containing the windows while overlay is up
      Fix stacking order in the overlay
      Remove workarounds for mutual imports problems
      Experimentally add build infrastructure and a few Tidy widgets
      Move AC_DISABLE_STATIC before AM_PROG_LIBTOOL
      Check that xulrunner-1.9-dev is installed ahead of time
      Build libtray and libtidy as uninstalled convenience libraries as intended
      Add shell_global_focus_stage()
      Add a 'screen' property to ShellGlobal
      Rename 'panel' local to 'me'
      Set a strut to prevent windows under the panel
      Bug 561588 â?? New run dialog
      Use a Tweener "Frame Ticker" with a ClutterTimeline backend
      Tweak the animation when the overlay comes up
      Improve overlay mode's window scaling
      Add a bg-color property to ShellTrayManager
      Add a concept of "going modal" by grabbing the keyboard
      Bug 562633 â?? Use GNOME_SHELL_DISABLE_TFP environment variable
      Bug 562629 â?? gnome-shell-build-setup.sh: more Ubuntu dependencies
      Fix GNOME_SHELL_DISABLE_DISABLE_TFP typo
      Fix missing line continuation
      Redo tabs => spaces indentation change to not lose manual indentation
      Bug 562771 â?? The clock is inaccurate
      Fix width of application text items
      Slide in the sidebar as the overlay appears
      Add a README for the 'Big' actors
      Add clutter-cairo to the gir-repository builddeps
      Improve test for using LIBGL_ALWAYS_INDIRECT
      Use CompositeRedirectManual for tray icons
      Repoint clutter to the new git repositories
      Remove accidentally introduced import of GtkClutter
      Convert to gnome-shell-plugin to new plugin style
      Pass the right 'this' to switchWorkspaceDone
      Include generated enumeration types when scanning
      Cleanup: use destructuring assignment
      Fix include path to libgnomeui/gnome-thumbnail.h
      Escape % in g_app_info_create_from_commandline
      Adapt to new Tweener frame ticker API
      Allow windows to be dragged to other workspaces
      Improve gnome-shell-build-setup.sh for Fedora
      Improve dependency checking for gnome-build-setup.sh
      Remove left-over comment
      Fix start-replace for --wide addition to launcher.py
      Update build scripts to reflect move of gnome-shell to git.gnome.org

Owen W. Taylor (71):
      Repoint modules for move to git.gnome.org
      Remove the parts of Tidy that we aren't using
      Change TidyGrid to just include clutter/clutter.h
      Port BigBox to Clutter-0.9
      When centering, round to integer positions
      Port to Clutter-0.9
      Improve font appearance
      Fix behavior of More... links by adding a Link class
      Handle applications without descriptions
      Add commented out workaround for #571240
      Call a global variable in our jhbuildrc _libdir not libdir
      Change Meta.Direction.Top to Meta.Side.TOP
      Add a built-in screencast recording facility
      Handle previously installed dpkgs
      Add libgnome-menu-dev for Ubuntu/Debian
      Download jhbuild from git
      Remove translatable string in a warning
      fix compilation warnings
      Use single include for gtk+
      Sync whitespace with gnome-panel version of NaTray*
      Allow more flexibility for NaTrayChild compositing
      Fix drawing of icons with alpha transparency
      Set colormap on background pixmaps for a tray icons
      Refer to xulrunner-dev and python-dev on Debian/Ubuntu
      Close file descriptors on re-exec
      Switch from metacity-clutter to mutter
      Use Meta-2.27.gir when building the plugin gir
      Set the workspace when launching apps
      Improve comments about startup notification
      Avoid clobbering the root window event mask
      Clean up underscores in function and variable names
      Add size negotiation to the tray icons
      Add missing include of <stdlib.h>
      Set ShellTrayManagerChild.manager when creating a child structure
      Point GJS_DEBUG_OUTPUT to stderr
      Fix icon caching - set size in cache key
      Fix Chrome group not to interfere with drag-and-drop
      Port BigBox, BigRectangle, BigThemeImage to Clutter-1.0 API
      BigBox: Implement foreach_with_internals()
      Port TidyGrid to Clutter-1.0 API
      Add the root pixmap source actor to the stage
      Port gnome-shell to the Clutter-1.0 API
      Work around a Clutter crash when there is no root pixmap
      BigRectangle: Use pre-multiplied colors
      Improve postioning of status menu
      Increase priority of region-updating idle
      Add partial implementation of dynamic width/height layout to TidyGrid
      Fix expand flags for the contents of the Dash
      Hide the running-apps area when empty
      Don't include NoDisplay items, except for window identification
      Fix DND to left side of the screen
      Fix srcdir != builddir issue when installing schemeas
      Add mesa-utils to build-setup.sh for Debian/Utils
      Initialize GStreamer from shell_recorder_init()
      Tweak sizing of windows in overview
      Turn on -Werror and -Wmissing-prototypes
      Fix compiler warnings
      Turn on "silent-rules" for automake >= 1.11
      Check the result of fgets() to deal with warn_unused_result
      Remove residual references to libXScrnSaver
      Add a desktop file for gnome-shell
      Change to $HOME before launching gnome-panel again
      Use the size of the window, not of the clone to position windows
      Fix updating of workspace frame actor
      When fading in window icons, use the final position not current position
      Reposition windows when scaling workspaces
      Specify the clutter-1.0 branch of Clutter
      Bug 591114 - Remove expanded background
      Don't dist gnome-shell.in
      Fix distcheck-hook for missing distributed JS files
      Distribute places.js

Sander Dijkhuis (7):
      Bug 574702 - Give the panel a gradient background and shadow
      Bug 578776 - Add gtkutil.js to the Makefile
      Bug 578584 - Use the wallpaper for the overlay background
      Bug 588405 - Handle status menu button appearance in JavaScript
      Bug 588445 - Use BigBox vertical alignment for the clock
      Bug 588173 - No remove button on the first workspace
      Bug 588462 - Use a plain black panel with a different layout

Siegfried Gevatter (2):
      Catch exception raised when Xephyr can't be found
      Add support for respawning Compiz

Siegfried-Angel Gevatter Pujals (23):
      Fix shell_get_thumbnail* to not be specific for GtkRecentInfo items
      Fix a regression: search in the overlay not working anymore
      Speed up initialization of DocInfo objects
      Hide details panel by default
      Reset page number when changing the active category
      DocsWidget -> RecentDocsWidget
      Replace lastVisited method in DocInfo with timestamp attribute
      Toggle the info pane when clicking the info icon (#587550)
      Add appInfo.get_desktop_file_path method
      Fix details pane repositioning
      Fix the amount of fitting elements calculation in the OverflowList
      Fix 'redeclaration of global' error in lookingGlass.js.
      Fix indentation issues in altTab.js, plus minor cleanup in some other files.
      Clear text in the run dialog when it's hidden with escape
      Fix incorrect variable name: mimeType -> this.mimeType.
      Replace _getIndexOfDisplayedActor with a function in OverflowList
      Consider height when positioning windows in the overlay
      Fix negative height request in WellGrid
      Fix FTBFS and crash triggered by <AppSystem>.load_from_desktop_file()
      Thumbnail generation without GtkRecentlyUsed in TextureCache
      Make <AppSystem>.load_from_desktop_file() raise an exception again
      Show "Network" item on Ubuntu
      Show bookmarks with spaces in the name correctly

Vincent Untz (2):
      Fix distcheck
      Do not use libgnome-shell.la for mutter plugin

William Jon McCann (2):
      Shorten overlay animation to 0.25 seconds
      Allow status icons to receive clicks at edge of screen

William Lachance (3):
      OpenSUSE support for gnome-shell-build-setup.sh
      Add librsvg-devel to the OpenSuSE dependency list
      SuSE needs xorg-x11-proto-devel for X11 screen saver extension header



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]