~ubuntu-branches/ubuntu/maverick/ubiquity/maverick

« back to all changes in this revision

Viewing changes to src/panel/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello, Evan Dandrea, Colin Watson, Mario Limonciello
  • Date: 2010-09-08 14:43:59 UTC
  • Revision ID: james.westby@ubuntu.com-20100908144359-8j23ugbss2gaynou
Tags: 2.3.17
[ Evan Dandrea ]
* Fetch the translations for the release_notes_only and
  update_installer_only strings (LP: #629627).
* Don't use the same name for the error method and GTK label
  (LP: #631046).
* Re-use the valid username check from user-setup in the GTK UI
  (LP: #631046).
* Do not cut off the text of the Try and Install buttons by setting
  their width to just the largest initial width of the two
  (LP: #629437).
* Update the panel to use the new location for the panel background,
  and force a redraw when setting it.
* If the username only contains non-alphanumeric characters, set the
  hostname to ubuntu-{laptop,desktop}.
* Replace RELEASE with the release name in the KDE UI finished dialog
  (LP: #628964).
* Do not look for a full path on non-paths when getting the default
  grub target.
* Fix a crash when there are no disks present on the system
  (LP: #631766).
* Don't let the user continue if there are no disks present, or if
  there isn't enough free space on any of them to install.
* Fix UI bugs in the automatic partitioner page.  Better handle
  determining what the desired partitioning recipe is (LP: #630450).
* Update the KDE partitioning UI to reflect changes to ubi-partman and
  partman-auto.
  - Use the already existent ubiquity variants of the d-i "Guided -" strings
    (LP: #628864).
  - Fix the automatic resize option failing to appear
    (LP: #628897, LP: #628815).
  - Use a combobox to select which disk to use on all options that support
    multiple disks, not just the "use entire disk" option.
* Add notification area support in the panel.
* Drop ia64 and sparc.
* Run nm-applet in the ubiquity GTK session.

[ Colin Watson ]
* Factor out common /proc/mounts handling into a new
  ubiquity.misc.mount_info function.
* Remove lpia architecture support.
* Handle grub-efi when installing on amd64/efi or i386/efi
  subarchitectures (LP: #632642).

[ Mario Limonciello ]
* Adjust the fudge factor for showing languages on oem-config page
  due to the changes to the default window size being much bigger.
* During oem-config's removal of ubiquity, remove other ubiquity
  related items that might have potentially still been on the system
  from a live-helper generated image.
* Refactor mount_info to also report ro/rw, and let plugininstall
  key off that instead.
* Set the panel indicators to show up on the right to match the rest
  of the desktop (LP: #632592)
* Automatic update of included source packages: grub-installer
  1.55ubuntu3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
CONFIG_CLEAN_VPATH_FILES =
57
57
am__installdirs = "$(DESTDIR)$(pkglibdir)"
58
58
PROGRAMS = $(pkglib_PROGRAMS)
59
 
am_panel_OBJECTS = panel.$(OBJEXT)
 
59
am_panel_OBJECTS = fixedtip.$(OBJEXT) na-marshal.$(OBJEXT) \
 
60
        na-tray.$(OBJEXT) na-tray-child.$(OBJEXT) \
 
61
        na-tray-manager.$(OBJEXT) panel.$(OBJEXT)
60
62
panel_OBJECTS = $(am_panel_OBJECTS)
61
63
panel_LDADD = $(LDADD)
62
64
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
239
241
top_srcdir = @top_srcdir@
240
242
AM_CPPFLAGS = $(PANEL_CFLAGS)
241
243
AM_LDFLAGS = $(PANEL_LIBS)
242
 
panel_SOURCES = panel.c
 
244
panel_SOURCES = \
 
245
                fixedtip.h              \
 
246
                fixedtip.c              \
 
247
                na-marshal.c            \
 
248
                na-marshal.h            \
 
249
                na-tray.c               \
 
250
                na-tray.h               \
 
251
                na-tray-child.c         \
 
252
                na-tray-child.h         \
 
253
                na-tray-manager.c       \
 
254
                na-tray-manager.h       \
 
255
                panel.c
 
256
 
243
257
all: all-am
244
258
 
245
259
.SUFFIXES:
327
341
distclean-compile:
328
342
        -rm -f *.tab.c
329
343
 
 
344
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fixedtip.Po@am__quote@
 
345
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/na-marshal.Po@am__quote@
 
346
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/na-tray-child.Po@am__quote@
 
347
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/na-tray-manager.Po@am__quote@
 
348
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/na-tray.Po@am__quote@
330
349
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/panel.Po@am__quote@
331
350
 
332
351
.c.o: