[nautilus] Created tag 2.91.90



The signed tag '2.91.90' was created.

Tagger: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Feb 21 16:50:05 2011 -0500

    Release 2.91.90

Changes since the last tag '2.91.9':

A S Alam (1):
      update Punjabi Translation by A S Alam

Alexander Larsson (6):
      Avoid spew in the common case of non-existing desktop metadata file
      Disable the status bar by default in new windows
      Don't show desktop in sidebar if desktop is not visible or if home is desktop
      Don't show a desktop target in copy/move to if desktop is not shown
      Remove debug spew from previous commit
      Change compact-view all-columns-have-same-width default to false

Alexander Shopov (1):
      Updated Bulgarian translation

Changwoo Ryu (1):
      Updated Korean translation

Chao-Hsiung Liao (1):
      Updated Traditional Chinese translation(Hong Kong and Taiwan)

Cosimo Cecchi (142):
      bookmark: apply name and custom-name during construction
      pathbar: use "Home" for the home button, instead of the username
      editable-label: chain up in style_updated()
      gsettings: rename our gschema path to /org/gnome/nautilus
      navigation-bar: remove useless abstract class
      toolbar: add NautilusToolbar
      window-toolbars: clean up includes
      navigation-window: remove methods to toggle toolbar visibility
      navigation-window: don't tirgger toolbar visibility with GSettings
      navigation-window: don't use search_bar_is_showing()
      navigation-window-pane: rework to make use of NautilusToolbar
      slot: remove NautilusBarMode
      navigation-window: cope with NautilusNavigationWindowPane changes
      navigation-window: comment out old toolbar code for now
      navigation-window-menus: use g_settings_bind() for toolbar visibility
      location-bar: use dash and not underscore in signal name
      all: remove unused GSettings keys
      navigation-action: do not use a GtkMenuToolButton
      navigation-window: initialize actions before setting up the pane
      window-menus: merge the UI from XML while initializing actions
      toolbar: build the toolbar and the location bar with a GtkUIManager
      window-menus: remove is-important from back/forward nav actions
      navigation-window: remove commented out code
      window-menus: set is-important to 'Search'
      navigation-window: ensure toolbar search button toggles as expected
      navigation-window: cleanup cast madness
      selection-canvas-item: remove useless Xrandr code which does nothing
      icon-container: only use icon elements to calculate layout bounds
      selection-canvas-item: make sure the item is destroyed after fading out
      selection-canvas-item: make fade-out time configurable
      navigation-window: remove spinner code
      navigation-window: use a symbolic icon for the search button
      css: style the floating bar according to the mockups
      selection-canvas-item: add getter for 'width-pixels'
      view: don't emit the clear signal
      icon-view-container: remove useless dispose impl
      overlay: borrow GeditOverlay implementation from gedit
      overlay: update GeditOverlay from upstream
      squash overlay
      floating-bar: add NautilusFloatingBar
      floating-bar: make the class more flexible
      floating-bar: make it more similar to the mockups
      view: hook up the overlay in the view
      view: add a 'show-floating-bar' property for classes to override
      desktop-icon-view: adapt the desktop icon view to recent changes
      view: refactor supports_zooming into a property
      icon-view: cleanup of supports_* properties
      sq look like
      sq iintegrate with view
      floating-bar: add a bit more whitespace around the label
      floating-bar: add _cleanup_actions()
      view: always create the floating bar in _init()
      view: use the floating bar as a temporary statusbar if it's off
      window: hide resize grip
      css: theme things a bit more
      view: accumulate floating bar status setting in a timeout
      places-sidebar: use a symbolic icon for eject
      toolbar: fix toolbar with split pane
      navigation-window: use g_settings_bind() for statusbar visibility
      libnautilus-extension: remove the ability to add toolbar items
      window: don't care looking for toolbar extension items
      ui-utlities: remove unused function
      style: add some junction properties
      navigation-window: use g_settings_bind() a little more
      view: use the right label if we're searching
      navigation-window: set/unset text on 'Search' according to split mode
      search-bar: simplify boilerplate code
      window: cleanup window_pane_zoom madness
      navigation-window-pane: cleanup header
      window-pane: remove active_slots madness
      ui-utilities: centralize a helper function
      window-menus: move bookmark-related menu code where it belongs
      all: remove the concept of global history list
      window: remove unused code
      window: remove some other useless code
      navigation-window-pane: make the whole toolbar insensitive when inactive
      pathbar: remove hackish API
      location-bar: remove manual API for setting insensitive widgets
      window-pane: move code around
      window-slot: move window_slot_close() to nautilus-window-slot.c
      window-pane: make sure we set another pane as active when closing
      navigation-window: little cleanup
      toolbar: make sure to hold a ref to the action group
      navigation-state: add NautilusNavigationState
      navigation-window: integrate the back/forward actions with the state
      navigation-window-pane: cleanup the class a bit
      navigation-window-pane: don't bother always setting the active pane
      window: active_pane might be NULL if we're destroying the window
      window: just use nautilus_view_set_is_active()
      all: remove NautilusZoomAction
      all: remove NautilusViewAsAction
      navigation-window: remvoe useless Search action from the nav group
      navigation-window: don't create custom actions for the menu items
      window-menus: remove sneaky code for middle-click toolbar actions
      eel: remove unused method
      navigation-window: fix text setting/unsetting on Search button
      all: set some junctions to better fit the mockup
      search-bar: make the search bar a regular GtkBox
      window-bookmarks: make sure we get an icon for bookmarks in the menu
      all: remove NautilusWindowOpenMode enumeration
      all: remove spatial windows methods from NautilusApplication
      desktop-window: make NautilusDesktopWindow a navigation window
      all: remove NautilusSpatialWindow
      all: assume all windows are navigation windows
      all: merge NautilusNavigationWindowPane into NautilusWindowPane
      window-pane: remove useless class vfuncs
      all: merge NautilusNavigationWindowSlot into NautilusWindowSlot
      window: fix class casting madness
      all: merge NautilusNavigationWindow into NautilusWindow
      window: merge the navigation window XML into the shell XML
      all: fix the desktop window without spatial mode
      location-dialog: remove NautilusLocationDialog
      window: cleanup header
      window: fix some missing signal handlers/overrides
      window-manage-views: don't create two windows when opening in new win
      window-manage-views: fix an oversight in previous commit
      window-manage-views: initialize a variable
      debug: add a debug flag for the icon view
      views: fix alternate locaiton opening somewhat
      list-view: make sure not to activate items while chaining up
      all: remove 'Tighter Layout' option
      icon-canvas-item: make the icon frame transparent when not prelit
      pathbar: remove unused code
      pathbar: clean up forward declarations and unused properties
      pathbar: cleanups
      overlay: fixup allocation in the overlay
      floating-bar: ellipsize the description label
      window: accumulate saving the sidebar width in GSettings
      overlay-child: make sure to intialize required fields
      all: plug some memory leaks
      file-operations: make sure not to show the dialog before calling _run()
      navigation-state: bind "active" for toggle actions
      window: fix behavior of the Search action
      window-menus: fix indentation
      window: plug a leak
      window: remove useless defines
      window: remove another couple of unused defines
      application: remove the ConsoleKit listener
      tracker-engine: update to 0.10, using libtracker-sparql
      configure: depend on stable GTK+/GLib versions
      all: fix some includes
      Release 2.91.90

Craig Keogh (2):
      Honor aclocal flags (GNOME bug 641629)
      Remove configure.in ACLOCAL_FLAGS, now in Makefile.am (GNOME bug 641629)

Daniel Korostil (2):
      Uploaded Ukranian
      Uploaded Ukranian

Daniel Mustieles (2):
      Updated Spanish translation
      Updated Spanish translation

Fran Diéguez (1):
      Updated Galician translations

Ivar Smolin (2):
      [l10n] Updated Estonian translation
      [l10n] Updated Estonian translation

Jorge González (1):
      Added Spanish translation

Kjartan Maraas (4):
      Updated Norwegian bokmål translation.
      Updated Norwegian bokmål translation.
      Updated Norwegian bokmål translation.
      Fix this after the window and spatial cleanups

Luca Ferretti (1):
      Updated Italian translation

Mahyar Moghimi (3):
      Updating Persian Translation
      Updating Persian Translation
      Updating Persian Translation

Mario Blättermann (1):
      [l10n] Updated German translation

Matej UrbanÄ?iÄ? (1):
      Updated Slovenian translation

Stefano Teso (2):
      nautilus-view: Ignore scripts directory if it's a broken symlink
      icon-container: fix setting the selection when renaming

Sweta Kothari (1):
      Updated Gujarati Translations

Yaron Shahrabani (2):
      Updated Hebrew translation.
      Updated Hebrew translation.



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