~ubuntu-branches/ubuntu/lucid/nautilus/lucid-proposed

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-01-06 17:14:33 UTC
  • mfrom: (1.17.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100106171433-f7tyr81dswkp6e59
Tags: 1:2.29.1-0ubuntu1
* New upstream version:
  - Make browser mode the default
  - Add split view mode
  - Browser UI reorganization
  - Better background support on multi-monitor setups
  - Support new "default location" on mounts 
  - Add extension api to lookup NautilusFileInfo objects
  - Make the search toolbar button a toggle button (lp: #57210, #392292)
  - Change text selection when using f2 several times (lp: #55996)
  - Ctrl+shift does multiple range selection in list view (lp: #148297)
  - Correctly toggle the show hidden files option (lp: #318151)
  - Opening of unknown files types displays a list of softwares (lp: #435780)
  - Fix the end key action in the image details (lp: #448786)
  - Use correct Borders for the sidebar (lp: #380838)
  - Display tooltips over sidebar bookmarks (lp: #432485)
* debian/control.in:
  - updated gnome-desktop requirement
* debian/nautilus-data.gconf-defaults:
  - don't set browser mode there since that's upstream default now
* debian/patches/01_manpage.patch:
  - the change is upstream now
* debian/patches/91_correct_rgba_use.patch:
  - change by Cody Russell to fix rgba issue (lp: #491521)
* debian/rules:
  - updated shlib version

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
        nautilus-navigation-window-menus.c      \
91
91
        nautilus-navigation-window.c            \
92
92
        nautilus-navigation-window.h            \
 
93
        nautilus-navigation-window-pane.c       \
 
94
        nautilus-navigation-window-pane.h       \
93
95
        nautilus-navigation-window-slot.c       \
94
96
        nautilus-navigation-window-slot.h       \
95
97
        nautilus-notebook.c                     \
118
120
        nautilus-throbber.h                     \
119
121
        nautilus-trash-bar.c                    \
120
122
        nautilus-trash-bar.h                    \
 
123
        nautilus-view-as-action.c               \
 
124
        nautilus-view-as-action.h               \
121
125
        nautilus-window-bookmarks.c             \
122
126
        nautilus-window-bookmarks.h             \
123
127
        nautilus-window-manage-views.c          \
124
128
        nautilus-window-manage-views.h          \
125
129
        nautilus-window-menus.c                 \
 
130
        nautilus-window-pane.c  \
 
131
        nautilus-window-pane.h  \
126
132
        nautilus-window-private.h               \
127
133
        nautilus-window-slot.c                  \
128
134
        nautilus-window-slot.h                  \
131
137
        nautilus-window.h                       \
132
138
        nautilus-x-content-bar.c                \
133
139
        nautilus-x-content-bar.h                \
 
140
        nautilus-zoom-action.c                  \
 
141
        nautilus-zoom-action.h                  \
134
142
        nautilus-zoom-control.c                 \
135
143
        nautilus-zoom-control.h                 \
136
144
        $(NULL)