[gnome-shell] Created tag 3.7.3



The unsigned tag '3.7.3' was created.

Tagger: Florian MÃllner <fmuellner gnome org>
Date: Tue Dec 18 18:35:51 2012 +0100

    Tag 3.7.3 release

Changes since the last tag '3.7.2':

A S Alam (1):
      update Punjabi Translation for master

Aleksander Morgado (2):
      networkAgent: ensure auto-register is set when the component is enabled
      search: skip combining diacritical marks in search operations

Ani Peter (1):
      Updated Malayalam translations

Bastien Nocera (1):
      bluetooth: Update settings desktop file

Carlos Soriano (1):
      MessageTray: change notification and boxpointer background opacity to     make the text in it more clear.

Carlos Soriano SÃnchez (3):
      Theme: improve notification scrollbar appearance
      MessageTray: clean-up chat timestamps
      MessageTray, ScreenShield: adjust missed message counter

Colin Walters (1):
      gvc: Update git submodule

Cosimo Cecchi (20):
      screenshot: don't fire flash if we failed to take picture
      wanda: fix a refactor fallout
      appDisplay: don't increment counter if we didn't add a category
      remote-search: properly document the DBus interface
      remote-search: add an org.gnome.ShellSearchProvider2 dbus interface
      remote-search: first implementation of SearchProvider2
      search: remove additional params from activateResult() call
      remote-search: implement new ActivateResult() method
      app-display: use a GAppInfo for the settings provider
      screen-shield: disconnect from title-changed on destroy
      search: make sure to pass a timestamp to LaunchSearch()
      searchDisplay: simplify drag actor source code
      search: remove SearchResultDisplay base class
      search: remove SearchProvider base class
      search: remove more dead code
      message-tray: use a style class for summary-mode actor
      overview: don't clone the whole message tray when layouting
      workspaces-view: make sure to add spacing between view and controls
      workspaceThumbnail: handle show/hide when entering/leaving the overview
      workspaceThumbnail: unify restack handling

Dan Winship (2):
      gnome-shell.doap: belatedly remove me as a maintainer
      network: add minimal support for InfiniBand

Daniel Mustieles (1):
      Updated Spanish translation

Debarshi Ray (1):
      dbus: Add a read-only org.gnome.Shell.Mode property

Dr.T.Vasudevan (1):
      Updated Tamil translation

DuÅan Kazik (1):
      Updated slovak translation

Florian MÃllner (27):
      panelCorner: Only overlap panel if necessary
      panel: Remove .in-overview style class
      sessionMode: Add panelStyle property
      theme: Style the panel differently according to mode
      viewSelector: Ignore key-presses during non-overview modals
      main: Fix signal name
      overview: Handle sessionMode.hasOverview changes
      altTab: Minor code cleanup
      workspacesView: Restore activation of (empty) workspaces
      altTab: Use 'switch-applications' for app switcher
      altTab: Rename AltTabPopup to AppSwitcherPopup
      altTab: Factor out thumbnail creation
      altTab: Re-implement 'switch-windows' keybinding
      sessionMode: Add support for external mode definitions
      remoteSearch: Factor out collectFromDatadirsAsync() utility function
      extensionUtils: Load extensions asynchronously
      sessionMode: Make loading of external modes asynchronous
      extensionSystem: Add support for mode-specific extensions
      sessionMode: Add support for 'parentMode' property
      build: Fix distcheck
      userMenu: Update user name on session mode changes
      extensionSystem: Fix error reporting in lg / ListExtensionErrors()
      extensionUtils: Remove unused property
      build: Bump gsettings-desktop-schemas requirement
      build: Exclude .gitmodules from distribution
      gvc: Update git submodule
      Bump version to 3.7.3

Giovanni Campagna (33):
      Layout: show the OSK on the monitor where the focused window lives
      Workspace: Highlight window clone and caption when hovered
      MessageTray: fix popping up after there were modals
      MessageTray: fix closing the right click menu
      Block cancellation of the unlock dialog when dragging
      MessageTray: be explicit about removing tweens
      WindowOverlay: animate the close button together with the border
      Telepathy: consolidate and improve connection notifications
      MessageTray: remove all tweens when tweening for state parameters
      StWidget: don't dispose the theme node when destroyed
      Telepathy: ignore errors from ack_all_pending_messages()
      MessageTray: fix notification height expansion
      MessageTray: don't close the tray when interacting with the right click menu
      NetworkMenu: don't notify for failed connections if cancelled by the user
      St: recompute all theme nodes when the icon theme changes
      Use libgnome-volume-control from a submodule
      VolumeMenu: show headphone icon when headphones are plugged in
      Calendar: remove dead code
      status/keyboard: implement remaining property types
      status/keyboard: remove the property whitelist
      St: avoid blocking IO to resolve relative urls
      ViewSelector: remove unnecessary StBoxLayout
      St: fix regression from f7af96dbb2152c796c5877585e7d1e555471d6ce
      WindowManager: clean up effects code
      WindowManager: clean up scale_y when overwrite the map animation
      LayoutManager: fix findMonitorForWindow to take a metaWindow
      WindowManager: scale windows to their monitor's corner on minimize
      LockScreenMenu: double the space between icons
      Workspace: miscellaneuous cleanups
      Workspace: fix window clone slot reporting
      WindowOverlay: fix title sizing
      WorkspacesView: don't use clutter_actor_reparent()
      WorkspacesDisplay: clean up workspacesView lists

Guillaume Desmottes (1):
      Depend on libpulse 2.0

Jakub Steiner (1):
      theme: make the 'more results' emblem more legible on light icons

Jasper St. Pierre (51):
      extensionSystem: Don't spam the error log with OUT_OF_DATE errors
      panel: Remove a bit of duplicated code
      panel: Split off Animation code from AnimatedIcon
      panel: Make Animation visible by default
      wanda: Update code to use Panel.Animation
      workspacesViews: Update new padding rules for workspacesOnlyOnPrimary
      scroll-view-sizing: Add a lot more boxes
      scroll-view-sizing: Enable vfade by default
      scroll-view-fade: Put the shader in another file
      scroll-view-fade: Clean up GLSL
      scroll-view-fade: Use GLSL 1.20
      scroll-view-fade: Do the offset math in the shader
      scroll-view-fade: Only calculate the ratios if they're needed
      scroll-view-fade: Fade gradients when near edges
      scroll-bar: Remove jitter on the scroll bar when moving the mouse
      searchDisplay, appDisplay: Use ClutterPanAction for re-swipe scrolling
      workspacesView: Clean up scroll code a bit
      workspacesView: Don't use the overview swipe scrolling system
      overview: Remove custom swipe scrolling implementation
      st-private: Don't create attr lists if we don't need them
      st-private: Fix style
      st-private: Don't round-trip through a font-string
      messageTray: Remove an unused instance variable
      panel: Don't create a menu for the ActivitiesButton
      layout: Use translation_y for panel animation
      panel: Update the hot corner when the panel box allocation changes
      switcherPopup: Add missing Meta declaration
      switcherPopup: Add a timestamp argument to _finish()
      ctrlAltTab: Remove some dead code for a "window" parameter
      ctrlAltTab: Only add to the focus manager if we have an StWidget.
      ctrlAltTab: Add a "Windows" option to Ctrl+Alt+Tab
      grabHelper: Use focus_default_window
      fileUtils: Don't fail if we can't find an error
      ctrlAltTab: Remove leftover
      grabHelper: Use captured-event for escape ungrabs
      grabHelper: Treat the current grabbed actor as a grabbed actor
      grabHelper: Drop to the actor clicked on
      grabHelper: Fix up event handling for ignoring releases
      popupMenu: Port to GrabHelper
      popupMenu: Introduce PopupDummyMenu
      gnome-shell-jhbuild: Allow passing args to gnome-shell
      panel: Remove a dead check
      popupMenu: Complete the dummy fake menu
      popupMenu: Display the proper animations for popup menus
      popupMenu: Don't slide menus when we're changing them
      overview: Fix stuck grabs when mashing the overlay-key
      overview: Clean up overview code
      build: Remove Makefile-gvc.am
      networkAgent: Only unregister if we've registered
      Reverting "extensionUtils: Remove unused property"
      iconGrid: Only recreate icons when needed

Javier JardÃn (2):
      configure.ac: relax NetworkManager requirement to 0.9.6
      Revert "configure.ac: relax NetworkManager requirement to 0.9.6"

Khaled Hosny (2):
      Drop removed file
      Update Arabic translation

Kjartan Maraas (2):
      Added Norwegian bokmÃl translation
      Updated Norwegian bokmÃl translation

Lionel Landwerlin (1):
      st: fix rendering of corners in the box-shadow

Matthias Clasen (2):
      Make it possible to not show the users name permanently
      shell-app-usage: Fix several problems in xml parsing

Mattias PÃldaru (1):
      [l10n] Updated Estonian translation

Nilamdyuti Goswami (5):
      Assamese translation updated
      Assamese translation updated
      Assamese translation updated
      Assamese translation updated
      Assamese translation updated

Piotr DrÄg (2):
      Updated POTFILES.in
      Updated POTFILES.in

Ron Yorston (1):
      Add a setting for the default state of 'Remember Password'

Rui Matos (14):
      iconGrid: Handle preferred height requests for infinite widths
      switcherPopup: Factor out altTab and ctrlAltTab's common code
      windowManager: Make use of the switch-panels-backward keybinding
      AppSwitcher: Remove a lost timeout on destroy
      messageTray: Don't add ourselves more than once to CtrlAltTabManager
      status/keyboard: Make input sources be proper objects
      status/keyboard: Store IBus engine properties per InputSource object
      main: Add an ALL value to KeybindingMode
      main: Initialize WindowManager earlier
      windowManager: Return the KeyBindingAction value from addKeybinding()
      Add the new switch-input-source keybinding
      status/keyboard: Keep a list of input sources in MRU order
      status/keyboard: Add an Alt+Tab like input source switcher
      Handle 'switch-input-source' keybinding move

Sebastian Keller (1):
      messageTray: don't accidentally shift the tray around in the overview

Shankar Prasad (2):
      Updated Kannada Translations
      Updated Kannada Translations

StÃphane DÃmurget (8):
      ctrl-alt-tab: use better icons
      modalDialog: give more control over the layout
      modalDialog: do not launch disabled button actions
      Login: sensitivity fixes
      Login: add a spinner for better process indication
      appDisplay: do not show empty categories
      unlockDialog: set password char on verif. failure
      ctrlAltTab: Remove a "window" parameter leftover

Tanner Doshier (9):
      remote-search: implement LaunchSearch() DBus method
      searchDisplay, and others: Switch from provider title to provider icon
      popupMenu: Break separator drawing code out of PopupSeparatorMenuItem
      searchDisplay: Add ListSearchResult and ListSearchResults
      remoteSearch: We do not need a fallback for createIcon
      appDisplay: Don't use icons in results for settings
      overview: overview as boxlayouts
      workspaceThumbnail: make ThumbnailsBox track workspace changes itself
      workspaceThumbnail: handle scroll-event internally

Tim Lunn (2):
      workspacesDisplay: add spacing around the workspacesView
      fileUtils: correctly determine file type for symbolic links

Victoria MartÃnez de la Cruz (1):
      Add 'No Messages' label when message tray is empty

Wouter Bolsterlee (1):
      Updated Dutch translation

Yaron Shahrabani (1):
      Updated Hebrew translation.

Yuri Myasoedov (1):
      Fixed some errors in Russian translation

csoriano89 (1):
      make the window thumbnails bigger



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