From 9b9c902909a87b589432804ec4e8a7fa23943ff4 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 14 Oct 2006 08:35:50 +0000 Subject: Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive amount of work by the FreeBSD GNOME Team and our testers. On top of the usual GNOME update, we have taken this opportunity to move GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of the GNOME Desktop also need to be changed. The bulk of the move was carried out by ahze, mezz, and pav, but it would not have been possible without cooperation from the FreeBSD KDE team who worked with us to make sure GNOME and KDE can still coexist happily. We would also like to send a shout out to kris and pointyhat for putting up with multiple test runs until we got something that was solid. Back to GNOME 2.16. This release brings a huge amount of new functionality to FreeBSD. The standard release notes can be read at http://www.gnome.org/start/2.16/ . But on top of what you will read there, jylefort and marcus have completed work on a port of HAL to FreeBSD. This will allow FreeBSD to take advantage of closer hardware interaction such as auto-mounting CD-ROMs, USB drives, and music players; auto-playing audio CDs; and managing laptop power consumption. But where would this all be without our loyal testers and contributors? Therefore, the FreeBSD GNOME team would like to thank the following users: Phillip Neumann tmclaugh mux Yuri Pankov chinsan Thomas Brian Gruber Franz Klammer Dominique Goncalves Pascal Hofstee Yasuda Keisuke backyard Andris Raugulis Eric L. Chen Pawel Worach QuiRK on #freebsd-gnome Shane Bell luigi sajd on #freebsd-gnome sat Chris Coleman kaeru on #freebsd-gnome crsd_ via irc.freenode.org/#FreeBSD-GNOME Joel Diaz Enjoy! Approved by: portmgr (implicit, kris) --- x11-toolkits/gtk30/Makefile | 31 ++++-- x11-toolkits/gtk30/distinfo | 6 +- x11-toolkits/gtk30/files/patch-ak | 2 +- x11-toolkits/gtk30/files/patch-gtk_Makefile.in | 13 ++- x11-toolkits/gtk30/files/patch-gtk_gtkcalendar.c | 10 -- .../gtk30/files/patch-gtk_xdgmime_xdgmime.h | 17 +++ x11-toolkits/gtk30/pkg-plist | 118 ++++++++++++++++++--- 7 files changed, 152 insertions(+), 45 deletions(-) delete mode 100644 x11-toolkits/gtk30/files/patch-gtk_gtkcalendar.c create mode 100644 x11-toolkits/gtk30/files/patch-gtk_xdgmime_xdgmime.h (limited to 'x11-toolkits/gtk30') diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index c5153fc719cc..5a1783c426e3 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -3,15 +3,15 @@ # Whom: Vanilla I. Shu # # $FreeBSD$ -# $MCom: ports-stable/x11-toolkits/gtk20/Makefile,v 1.8 2006/03/13 22:32:30 mezz Exp $ +# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.101 2006/10/08 21:05:26 marcus Exp $ # PORTNAME= gtk -PORTVERSION= 2.8.20 -PORTREVISION?= 0 +PORTVERSION= 2.10.6 +PORTREVISION?= 1 CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.8,} \ - ftp://ftp.gtk.org/pub/gtk/v2.8/ \ +MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \ + ftp://ftp.gtk.org/pub/gtk/v2.10/ \ ftp://ftp.gimp.org/pub/%SUBDIR%/ \ ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ http://www.ameth.org/gimp/%SUBDIR%/ \ @@ -33,20 +33,21 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ jpeg.9:${PORTSDIR}/graphics/jpeg RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \ - ${X11BASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme + ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme +USE_GMAKE= yes USE_XPM= yes USE_PERL5= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack atk pango ltverhack USE_GETTEXT= yes -USE_X_PREFIX= yes +USE_XLIB= yes CONFIGURE_ARGS= --enable-static --with-xinput=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ -I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" -GTK_VERSION= 2.4.0 +GTK_VERSION= 2.10.0 PLIST_SUB= GTK_VERSION="${GTK_VERSION}" gdk_pixbuf_MAN= gdk-pixbuf-query-loaders.1 @@ -77,13 +78,20 @@ STRIP= .include +.if defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so) +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base +PLIST_SUB+= CUPS:="" +.else +PLIST_SUB+= CUPS:="@comment " +.endif + # There is a SSE2 bug in either GCC or in our libc, when use p4, p-m or else # is being use in CPUTYPE that enable SSE2 will causing Java with GTK2 and # Mono/gtk-sharp crash. Disable SSE2 to solve the crash and see ports/72014 # for detail. .if ${OSVERSION} >= 500000 && ( ${ARCH} == "i386" || ${ARCH} == "amd64" ) \ && ${CC} != "icc" -CFLAGS+= -mno-sse2 +#CFLAGS+= -mno-sse2 .endif pre-everything:: @@ -108,12 +116,13 @@ post-patch: @${REINPLACE_CMD} -e 's|@CFLAGS@|& ${PTHREAD_CFLAGS}|; \ s|@LDFLAGS@|& ${PTHREAD_LIBS}|' \ ${WRKSRC}/demos/gtk-demo/Makefile.in + @${REINPLACE_CMD} -e 's|@LN_S@|${LN} -sf|' ${WRKSRC}/gtk/Makefile.in pre-build: @${RM} -rf ${WRKSRC}/docs/gtk.info* post-install: - -@${FIND} ${X11BASE}/share/icons -type d -depth 1 -exec \ + -@${FIND} ${LOCALBASE}/share/icons -type d -depth 1 -exec \ ${PREFIX}/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null @${MKDIR} ${PREFIX}/lib/gtk-2.0/modules @${MKDIR} ${PREFIX}/lib/gtk-2.0/${GTK_VERSION}/engines diff --git a/x11-toolkits/gtk30/distinfo b/x11-toolkits/gtk30/distinfo index e7e4075ad27d..0fc02b098bba 100644 --- a/x11-toolkits/gtk30/distinfo +++ b/x11-toolkits/gtk30/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gtk+-2.8.20.tar.bz2) = 74e7ca98194f1fadfe906e66d763d05d -SHA256 (gnome2/gtk+-2.8.20.tar.bz2) = 69a9b6c1e78da7e71416f20fab0c4972503139406e89ce7fbdbac0e213b16b79 -SIZE (gnome2/gtk+-2.8.20.tar.bz2) = 12247295 +MD5 (gnome2/gtk+-2.10.6.tar.bz2) = 13c62b610c910255934452d0617403f7 +SHA256 (gnome2/gtk+-2.10.6.tar.bz2) = ca98edcea2034ab36c1024121a44d047de192d282127c8f8b77d14afba0ca468 +SIZE (gnome2/gtk+-2.10.6.tar.bz2) = 14561124 diff --git a/x11-toolkits/gtk30/files/patch-ak b/x11-toolkits/gtk30/files/patch-ak index f30cec385b9a..27156d238e58 100644 --- a/x11-toolkits/gtk30/files/patch-ak +++ b/x11-toolkits/gtk30/files/patch-ak @@ -1,6 +1,6 @@ $FreeBSD$ - $MCom: ports-stable/x11-toolkits/gtk20/files/patch-ak,v 1.6 2006/03/08 20:28:38 mezz Exp $ + $MCom: ports/x11-toolkits/gtk20/files/patch-ak,v 1.19 2006/10/10 20:22:27 mezz Exp $ --- gdk/Makefile.in.orig Thu Feb 14 12:38:26 2002 +++ gdk/Makefile.in Thu Feb 14 12:45:37 2002 diff --git a/x11-toolkits/gtk30/files/patch-gtk_Makefile.in b/x11-toolkits/gtk30/files/patch-gtk_Makefile.in index 44589795f769..610ece8f33ac 100644 --- a/x11-toolkits/gtk30/files/patch-gtk_Makefile.in +++ b/x11-toolkits/gtk30/files/patch-gtk_Makefile.in @@ -1,6 +1,6 @@ ---- gtk/Makefile.in.orig Wed Mar 2 15:57:44 2005 -+++ gtk/Makefile.in Wed Mar 2 15:58:22 2005 -@@ -887,12 +887,12 @@ +--- gtk/Makefile.in.orig Sat May 6 04:47:11 2006 ++++ gtk/Makefile.in Sat May 6 04:48:06 2006 +@@ -1009,11 +1009,11 @@ LDADDS = \ bin_PROGRAMS = gtk-query-immodules-2.0 gtk-update-icon-cache gtk_query_immodules_2_0_DEPENDENCIES = $(DEPS) @@ -9,9 +9,8 @@ gtk_query_immodules_2_0_SOURCES = queryimmodules.c - gtk_update_icon_cache_DEPENDENCIES = $(DEPS) --gtk_update_icon_cache_LDADD = $(LDADDS) -+gtk_update_icon_cache_LDADD = $(LDADDS) $(GLIB_LIBS) +-gtk_update_icon_cache_LDADD = $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la ++gtk_update_icon_cache_LDADD = $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la $(GLIB_LIBS) gtk_update_icon_cache_SOURCES = updateiconcache.c - subdir = gtk + diff --git a/x11-toolkits/gtk30/files/patch-gtk_gtkcalendar.c b/x11-toolkits/gtk30/files/patch-gtk_gtkcalendar.c deleted file mode 100644 index 4dcf1fd052a5..000000000000 --- a/x11-toolkits/gtk30/files/patch-gtk_gtkcalendar.c +++ /dev/null @@ -1,10 +0,0 @@ ---- gtk/gtkcalendar.c.orig Mon Oct 3 22:01:14 2005 -+++ gtk/gtkcalendar.c Mon Oct 3 22:02:36 2005 -@@ -566,6 +566,7 @@ gtk_calendar_init (GtkCalendar *calendar - GtkCalendarPrivate *priv; - gchar *year_before; - gchar *langinfo; -+ gchar *week_start; - gint week_1stday = 0; - gint first_weekday = 1; - guint week_origin; diff --git a/x11-toolkits/gtk30/files/patch-gtk_xdgmime_xdgmime.h b/x11-toolkits/gtk30/files/patch-gtk_xdgmime_xdgmime.h new file mode 100644 index 000000000000..ed81f9280fac --- /dev/null +++ b/x11-toolkits/gtk30/files/patch-gtk_xdgmime_xdgmime.h @@ -0,0 +1,17 @@ +--- gtk/xdgmime/xdgmime.h.orig Sat Oct 7 10:42:32 2006 ++++ gtk/xdgmime/xdgmime.h Sat Oct 7 11:01:57 2006 +@@ -52,11 +52,14 @@ typedef void (*XdgMimeDestroy) (void *u + #define xdg_mime_get_mime_type_from_file_name XDG_ENTRY(get_mime_type_from_file_name) + #define xdg_mime_is_valid_mime_type XDG_ENTRY(is_valid_mime_type) + #define xdg_mime_mime_type_equal XDG_ENTRY(mime_type_equal) ++#define _xdg_mime_mime_type_equal XDG_ENTRY(mime_type_equal_p) + #define xdg_mime_media_type_equal XDG_ENTRY(media_type_equal) + #define xdg_mime_mime_type_subclass XDG_ENTRY(mime_type_subclass) ++#define _xdg_mime_mime_type_subclass XDG_ENTRY(mime_type_subclass_p) + #define xdg_mime_get_mime_parents XDG_ENTRY(get_mime_parents) + #define xdg_mime_list_mime_parents XDG_ENTRY(list_mime_parents) + #define xdg_mime_unalias_mime_type XDG_ENTRY(unalias_mime_type) ++#define _xdg_mime_unalias_mime_type XDG_ENTRY(unalias_mime_type_p) + #define xdg_mime_get_max_buffer_extents XDG_ENTRY(get_max_buffer_extents) + #define xdg_mime_shutdown XDG_ENTRY(shutdown) + #define xdg_mime_dump XDG_ENTRY(dump) diff --git a/x11-toolkits/gtk30/pkg-plist b/x11-toolkits/gtk30/pkg-plist index 8eeac80c990b..cd3e647f1258 100644 --- a/x11-toolkits/gtk30/pkg-plist +++ b/x11-toolkits/gtk30/pkg-plist @@ -63,6 +63,7 @@ include/gtk-2.0/gtk/gtkadjustment.h include/gtk-2.0/gtk/gtkalignment.h include/gtk-2.0/gtk/gtkarrow.h include/gtk-2.0/gtk/gtkaspectframe.h +include/gtk-2.0/gtk/gtkassistant.h include/gtk-2.0/gtk/gtkbbox.h include/gtk-2.0/gtk/gtkbin.h include/gtk-2.0/gtk/gtkbindings.h @@ -72,9 +73,11 @@ include/gtk-2.0/gtk/gtkcalendar.h include/gtk-2.0/gtk/gtkcelleditable.h include/gtk-2.0/gtk/gtkcelllayout.h include/gtk-2.0/gtk/gtkcellrenderer.h +include/gtk-2.0/gtk/gtkcellrendereraccel.h include/gtk-2.0/gtk/gtkcellrenderercombo.h include/gtk-2.0/gtk/gtkcellrendererpixbuf.h include/gtk-2.0/gtk/gtkcellrendererprogress.h +include/gtk-2.0/gtk/gtkcellrendererspin.h include/gtk-2.0/gtk/gtkcellrenderertext.h include/gtk-2.0/gtk/gtkcellrenderertoggle.h include/gtk-2.0/gtk/gtkcellview.h @@ -137,6 +140,7 @@ include/gtk-2.0/gtk/gtkitem.h include/gtk-2.0/gtk/gtkitemfactory.h include/gtk-2.0/gtk/gtklabel.h include/gtk-2.0/gtk/gtklayout.h +include/gtk-2.0/gtk/gtklinkbutton.h include/gtk-2.0/gtk/gtklist.h include/gtk-2.0/gtk/gtklistitem.h include/gtk-2.0/gtk/gtkliststore.h @@ -154,10 +158,16 @@ include/gtk-2.0/gtk/gtknotebook.h include/gtk-2.0/gtk/gtkobject.h include/gtk-2.0/gtk/gtkoldeditable.h include/gtk-2.0/gtk/gtkoptionmenu.h +include/gtk-2.0/gtk/gtkpagesetup.h include/gtk-2.0/gtk/gtkpaned.h +include/gtk-2.0/gtk/gtkpapersize.h include/gtk-2.0/gtk/gtkpixmap.h include/gtk-2.0/gtk/gtkplug.h include/gtk-2.0/gtk/gtkpreview.h +include/gtk-2.0/gtk/gtkprintcontext.h +include/gtk-2.0/gtk/gtkprintoperation.h +include/gtk-2.0/gtk/gtkprintoperationpreview.h +include/gtk-2.0/gtk/gtkprintsettings.h include/gtk-2.0/gtk/gtkprivate.h include/gtk-2.0/gtk/gtkprogress.h include/gtk-2.0/gtk/gtkprogressbar.h @@ -167,6 +177,12 @@ include/gtk-2.0/gtk/gtkradiomenuitem.h include/gtk-2.0/gtk/gtkradiotoolbutton.h include/gtk-2.0/gtk/gtkrange.h include/gtk-2.0/gtk/gtkrc.h +include/gtk-2.0/gtk/gtkrecentchooser.h +include/gtk-2.0/gtk/gtkrecentchooserdialog.h +include/gtk-2.0/gtk/gtkrecentchoosermenu.h +include/gtk-2.0/gtk/gtkrecentchooserwidget.h +include/gtk-2.0/gtk/gtkrecentfilter.h +include/gtk-2.0/gtk/gtkrecentmanager.h include/gtk-2.0/gtk/gtkruler.h include/gtk-2.0/gtk/gtkscale.h include/gtk-2.0/gtk/gtkscrollbar.h @@ -181,12 +197,14 @@ include/gtk-2.0/gtk/gtksizegroup.h include/gtk-2.0/gtk/gtksocket.h include/gtk-2.0/gtk/gtkspinbutton.h include/gtk-2.0/gtk/gtkstatusbar.h +include/gtk-2.0/gtk/gtkstatusicon.h include/gtk-2.0/gtk/gtkstock.h include/gtk-2.0/gtk/gtkstyle.h include/gtk-2.0/gtk/gtktable.h include/gtk-2.0/gtk/gtktearoffmenuitem.h include/gtk-2.0/gtk/gtktext.h include/gtk-2.0/gtk/gtktextbuffer.h +include/gtk-2.0/gtk/gtktextbufferrichtext.h include/gtk-2.0/gtk/gtktextchild.h include/gtk-2.0/gtk/gtktextdisplay.h include/gtk-2.0/gtk/gtktextiter.h @@ -228,6 +246,10 @@ include/gtk-2.0/gtk/gtkvscrollbar.h include/gtk-2.0/gtk/gtkvseparator.h include/gtk-2.0/gtk/gtkwidget.h include/gtk-2.0/gtk/gtkwindow.h +include/gtk-unix-print-2.0/gtk/gtkpagesetupunixdialog.h +include/gtk-unix-print-2.0/gtk/gtkprinter.h +include/gtk-unix-print-2.0/gtk/gtkprintjob.h +include/gtk-unix-print-2.0/gtk/gtkprintunixdialog.h lib/gtk-2.0/%%GTK_VERSION%%/engines/libpixmap.a lib/gtk-2.0/%%GTK_VERSION%%/engines/libpixmap.la lib/gtk-2.0/%%GTK_VERSION%%/engines/libpixmap.so @@ -303,6 +325,15 @@ lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xbm.so lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xpm.a lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xpm.la lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xpm.so +%%CUPS:%%lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-cups.a +%%CUPS:%%lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-cups.la +%%CUPS:%%lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-cups.so +lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-file.a +lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-file.la +lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-file.so +lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-lpr.a +lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-lpr.la +lib/gtk-2.0/%%GTK_VERSION%%/printbackends/libprintbackend-lpr.so lib/libgdk-x11-2.0.a lib/libgdk-x11-2.0.la lib/libgdk-x11-2.0.so @@ -324,11 +355,13 @@ libdata/pkgconfig/gdk-pixbuf-2.0.pc libdata/pkgconfig/gdk-pixbuf-xlib-2.0.pc libdata/pkgconfig/gdk-x11-2.0.pc libdata/pkgconfig/gtk+-2.0.pc +libdata/pkgconfig/gtk+-unix-print-2.0.pc libdata/pkgconfig/gtk+-x11-2.0.pc share/aclocal/gtk-2.0.m4 share/gtk-2.0/demo/alphatest.png share/gtk-2.0/demo/apple-red.png share/gtk-2.0/demo/appwindow.c +share/gtk-2.0/demo/assistant.c share/gtk-2.0/demo/background.jpg share/gtk-2.0/demo/button_box.c share/gtk-2.0/demo/changedisplay.c @@ -360,9 +393,11 @@ share/gtk-2.0/demo/menus.c share/gtk-2.0/demo/panes.c share/gtk-2.0/demo/pickers.c share/gtk-2.0/demo/pixbufs.c +share/gtk-2.0/demo/printing.c share/gtk-2.0/demo/rotated_text.c share/gtk-2.0/demo/sizegroup.c share/gtk-2.0/demo/stock_browser.c +share/gtk-2.0/demo/textscroll.c share/gtk-2.0/demo/textview.c share/gtk-2.0/demo/tree_store.c share/gtk-2.0/demo/ui_manager.c @@ -370,6 +405,8 @@ share/locale/af/LC_MESSAGES/gtk20-properties.mo share/locale/af/LC_MESSAGES/gtk20.mo share/locale/am/LC_MESSAGES/gtk20-properties.mo share/locale/am/LC_MESSAGES/gtk20.mo +share/locale/ang/LC_MESSAGES/gtk20-properties.mo +share/locale/ang/LC_MESSAGES/gtk20.mo share/locale/ar/LC_MESSAGES/gtk20-properties.mo share/locale/ar/LC_MESSAGES/gtk20.mo share/locale/az/LC_MESSAGES/gtk20-properties.mo @@ -382,6 +419,8 @@ share/locale/bg/LC_MESSAGES/gtk20-properties.mo share/locale/bg/LC_MESSAGES/gtk20.mo share/locale/bn/LC_MESSAGES/gtk20-properties.mo share/locale/bn/LC_MESSAGES/gtk20.mo +share/locale/bn_IN/LC_MESSAGES/gtk20-properties.mo +share/locale/bn_IN/LC_MESSAGES/gtk20.mo share/locale/br/LC_MESSAGES/gtk20-properties.mo share/locale/br/LC_MESSAGES/gtk20.mo share/locale/bs/LC_MESSAGES/gtk20-properties.mo @@ -474,12 +513,10 @@ share/locale/nl/LC_MESSAGES/gtk20-properties.mo share/locale/nl/LC_MESSAGES/gtk20.mo share/locale/nn/LC_MESSAGES/gtk20-properties.mo share/locale/nn/LC_MESSAGES/gtk20.mo -share/locale/no/LC_MESSAGES/gtk20-properties.mo -share/locale/no/LC_MESSAGES/gtk20.mo share/locale/nso/LC_MESSAGES/gtk20-properties.mo share/locale/nso/LC_MESSAGES/gtk20.mo -share/locale/or/LC_MESSAGES/gtk20.mo share/locale/or/LC_MESSAGES/gtk20-properties.mo +share/locale/or/LC_MESSAGES/gtk20.mo share/locale/pa/LC_MESSAGES/gtk20-properties.mo share/locale/pa/LC_MESSAGES/gtk20.mo share/locale/pl/LC_MESSAGES/gtk20-properties.mo @@ -518,8 +555,12 @@ share/locale/tk/LC_MESSAGES/gtk20-properties.mo share/locale/tk/LC_MESSAGES/gtk20.mo share/locale/tr/LC_MESSAGES/gtk20-properties.mo share/locale/tr/LC_MESSAGES/gtk20.mo +share/locale/tt/LC_MESSAGES/gtk20-properties.mo +share/locale/tt/LC_MESSAGES/gtk20.mo share/locale/uk/LC_MESSAGES/gtk20-properties.mo share/locale/uk/LC_MESSAGES/gtk20.mo +share/locale/ur/LC_MESSAGES/gtk20-properties.mo +share/locale/ur/LC_MESSAGES/gtk20.mo share/locale/uz/LC_MESSAGES/gtk20-properties.mo share/locale/uz/LC_MESSAGES/gtk20.mo share/locale/uz@Latn/LC_MESSAGES/gtk20-properties.mo @@ -541,8 +582,8 @@ share/locale/zh_TW/LC_MESSAGES/gtk20.mo share/themes/Default/gtk-2.0-key/gtkrc share/themes/Emacs/gtk-2.0-key/gtkrc share/themes/Raleigh/gtk-2.0/gtkrc -@exec /usr/bin/find %%X11BASE%%/share/icons -type d -depth 1 -exec %D/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null || /usr/bin/true -@unexec /usr/bin/find %%X11BASE%%/share/icons -type f -depth 2 -name icon-theme.cache -delete 2>/dev/null || /usr/bin/true +@exec /usr/bin/find %%LOCALBASE%%/share/icons -type d -depth 1 -exec %D/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null || /usr/bin/true +@unexec /usr/bin/find %%LOCALBASE%%/share/icons -type f -depth 2 -name icon-theme.cache -delete 2>/dev/null || /usr/bin/true @dirrm share/themes/Raleigh/gtk-2.0 @dirrm share/themes/Raleigh @dirrm share/themes/Emacs/gtk-2.0-key @@ -550,6 +591,8 @@ share/themes/Raleigh/gtk-2.0/gtkrc @dirrm share/themes/Default/gtk-2.0-key @dirrm share/gtk-2.0/demo @dirrm share/gtk-2.0 +@dirrm include/gtk-unix-print-2.0/gtk +@dirrm include/gtk-unix-print-2.0 @dirrm include/gtk-2.0/gtk @dirrm include/gtk-2.0/gdk-pixbuf-xlib @dirrm include/gtk-2.0/gdk-pixbuf @@ -560,41 +603,90 @@ share/themes/Raleigh/gtk-2.0/gtkrc @exec /bin/mkdir -p %D/lib/gtk-2.0/%%GTK_VERSION%%/engines @dirrmtry share/themes/Default @dirrmtry share/themes +@dirrmtry lib/gtk-2.0/modules +@dirrmtry lib/gtk-2.0/%%GTK_VERSION%%/printbackends +@dirrmtry lib/gtk-2.0/%%GTK_VERSION%%/loaders +@dirrmtry lib/gtk-2.0/%%GTK_VERSION%%/immodules +@dirrmtry lib/gtk-2.0/%%GTK_VERSION%%/engines +@dirrmtry lib/gtk-2.0/%%GTK_VERSION%% +@dirrmtry lib/gtk-2.0 +@dirrmtry share/locale/zh_TW/LC_MESSAGES +@dirrmtry share/locale/zh_TW @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK +@dirrmtry share/locale/zh_CN/LC_MESSAGES +@dirrmtry share/locale/zh_CN @dirrmtry share/locale/yi/LC_MESSAGES @dirrmtry share/locale/yi @dirrmtry share/locale/xh/LC_MESSAGES @dirrmtry share/locale/xh @dirrmtry share/locale/uz@Latn/LC_MESSAGES @dirrmtry share/locale/uz@Latn +@dirrmtry share/locale/uz/LC_MESSAGES +@dirrmtry share/locale/uz +@dirrmtry share/locale/ur/LC_MESSAGES +@dirrmtry share/locale/ur +@dirrmtry share/locale/uk/LC_MESSAGES +@dirrmtry share/locale/uk +@dirrmtry share/locale/tt/LC_MESSAGES +@dirrmtry share/locale/tt +@dirrmtry share/locale/tk/LC_MESSAGES +@dirrmtry share/locale/tk @dirrmtry share/locale/te/LC_MESSAGES @dirrmtry share/locale/te @dirrmtry share/locale/sr@ije/LC_MESSAGES @dirrmtry share/locale/sr@ije +@dirrmtry share/locale/sr/LC_MESSAGES +@dirrmtry share/locale/sr +@dirrmtry share/locale/sl/LC_MESSAGES +@dirrmtry share/locale/sl +@dirrmtry share/locale/sk/LC_MESSAGES +@dirrmtry share/locale/sk @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw +@dirrmtry share/locale/ro/LC_MESSAGES +@dirrmtry share/locale/ro +@dirrmtry share/locale/pt/LC_MESSAGES +@dirrmtry share/locale/pt +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl @dirrmtry share/locale/nso/LC_MESSAGES @dirrmtry share/locale/nso +@dirrmtry share/locale/nn/LC_MESSAGES +@dirrmtry share/locale/nn +@dirrmtry share/locale/ne/LC_MESSAGES +@dirrmtry share/locale/ne @dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr @dirrmtry share/locale/mi/LC_MESSAGES @dirrmtry share/locale/mi +@dirrmtry share/locale/li/LC_MESSAGES +@dirrmtry share/locale/li @dirrmtry share/locale/ku/LC_MESSAGES @dirrmtry share/locale/ku +@dirrmtry share/locale/ko/LC_MESSAGES +@dirrmtry share/locale/ko @dirrmtry share/locale/ia/LC_MESSAGES @dirrmtry share/locale/ia @dirrmtry share/locale/hy/LC_MESSAGES @dirrmtry share/locale/hy +@dirrmtry share/locale/gl/LC_MESSAGES +@dirrmtry share/locale/gl +@dirrmtry share/locale/fi/LC_MESSAGES +@dirrmtry share/locale/fi +@dirrmtry share/locale/el/LC_MESSAGES +@dirrmtry share/locale/el @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz -@dirrmtry share/locale/br/LC_MESSAGES -@dirrmtry share/locale/br +@dirrmtry share/locale/cs/LC_MESSAGES +@dirrmtry share/locale/cs +@dirrmtry share/locale/ca/LC_MESSAGES +@dirrmtry share/locale/ca +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be/LC_MESSAGES +@dirrmtry share/locale/be @dirrmtry share/locale/az_IR/LC_MESSAGES @dirrmtry share/locale/az_IR -@dirrmtry lib/gtk-2.0/modules -@dirrmtry lib/gtk-2.0/%%GTK_VERSION%%/loaders -@dirrmtry lib/gtk-2.0/%%GTK_VERSION%%/immodules -@dirrmtry lib/gtk-2.0/%%GTK_VERSION%%/engines -@dirrmtry lib/gtk-2.0/%%GTK_VERSION%% -@dirrmtry lib/gtk-2.0 +@dirrmtry share/locale/ang/LC_MESSAGES +@dirrmtry share/locale/ang -- cgit >| | | | | | | | | | | | | | | | | 2004-03-12 Jeffrey Stedfast <fejj@ximian.com> * providers/smtp/camel-smtp-transport.c (connect_to_server): If errno is EINTR, set USER_CANCEL instead of SERVICE_UNAVAILABLE or whatever. (smtp_helo): Same. (smtp_auth): Same. (smtp_mail): Same. (smtp_rcpt): Same. (smtp_data): Same. (smtp_rset): Same. (smtp_quit): Same. (smtp_set_exception): Here too. (smtp_auth): If the AUTH response code is not 334, then use smtp_set_exception() to get the most accurate error report we can. svn path=/trunk/; revision=25044 * Removed. No longer in use (hasn't been since before 1.2).Jeffrey Stedfast2004-03-133-119/+80 | | | | | | | | | | | | | | | | | 2004-03-12 Jeffrey Stedfast <fejj@ximian.com> * mail-ops.c (mail_send_mail): Removed. No longer in use (hasn't been since before 1.2). (send_queue_send): Before enetring the main send loop, create a temporary uid array containing ONLY the messages we will send (ie. not any that have been marked deleted) so that we can more accurately report the number of messages total that we are sending. Also continue sending even if we encounter an exeption in mail_send_message() (unless, of course, it is a user-cancel). Merge any exceptions we get into the master exception variable and ALWAYS sync/expunge the queue folder. svn path=/trunk/; revision=25043 * return "" instead of NULL if there is no default_category set. FixesNot Zed2004-03-122-1/+6 | | | | | | | | | 2004-03-12 Not Zed <NotZed@Ximian.com> * gui/e-cal-model.c (ecm_initialize_value): return "" instead of NULL if there is no default_category set. Fixes #53419. svn path=/trunk/; revision=25042 * enlarge the text box to accomodate the time info in different locales.Kidd Wang2004-03-122-2/+5 | | | | | | | * e-dateedit.c: (create_children): enlarge the text box to accomodate the time info in different locales. svn path=/trunk/; revision=25041 * when we check the evolution dir exists, check the evolution dir exists,Not Zed2004-03-122-7/+14 | | | | | | | | | | | 2004-03-12 Not Zed <NotZed@Ximian.com> * e-shell.c (detect_version): when we check the evolution dir exists, check the evolution dir exists, not the config.xmldb file. Move filename building/usage into the else condition so it can't happen again. Fixes #53277. svn path=/trunk/; revision=25040 * add a call to e_cal_component_commit_sequence since we have changed theKidd Wang2004-03-122-5/+20 | | | | | | | | | | | 2004-03-09 Kidd Wang <kidd.wang@sun.com> * gui/e-day-view.c: (e_day_view_finish_long_event_resize): add a call to e_cal_component_commit_sequence since we have changed the property of the component. Whether the new event is all day should also be set properly according to the value of the original event. svn path=/trunk/; revision=25039 * Translation updated by Daniel van Eeden.Vincent van Adrighem2004-03-122-315/+277 | | | | | | | | 2004-03-12 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Daniel van Eeden. svn path=/trunk/; revision=25038 * fixed ChangeLogJeffrey Stedfast2004-03-121-1/+0 | | | | svn path=/trunk/; revision=25037 * Sanity check that count is <1024 and also use g_try_malloc so that we canJeffrey Stedfast2004-03-122-3/+12 | | | | | | | | | | 2004-03-11 Jeffrey Stedfast <fejj@ximian.com> * camel-object.c (cobject_state_read): Sanity check that count is <1024 and also use g_try_malloc so that we can recover if malloc fails. svn path=/trunk/; revision=25036 * Updated Brazilian Portuguese translation done by Gustavo Maciel DiasGustavo Maciel Dias Vieira2004-03-122-678/+620 | | | | | | | | | 2004-03-11 Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br> * pt_BR.po: Updated Brazilian Portuguese translation done by Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>. svn path=/trunk/; revision=25035 * Reverted signal blocking stuff. Doesn't work and is unneeded with theJeffrey Stedfast2004-03-122-11/+5 | | | | | | | | | 2004-03-11 Jeffrey Stedfast <fejj@ximian.com> * em-folder-browser.c (emfb_set_folder): Reverted signal blocking stuff. Doesn't work and is unneeded with the proper fix. svn path=/trunk/; revision=25034 * fixed ChangeLogJeffrey Stedfast2004-03-121-1/+1 | | | | svn path=/trunk/; revision=25033 * Fix for bug #55267.Jeffrey Stedfast2004-03-122-2/+2 | | | | | | | | | | | | | 2004-03-11 Jeffrey Stedfast <fejj@ximian.com> Fix for bug #55267. * e-filter-bar.c (set_property): Use efb->setquery properly (set to TRUE before calling set_item_id and FLASE afterwards). Also setquery to TRUE before emitting the "search-activated" signal so that we don't run the callback for the signal we are emitting. svn path=/trunk/; revision=25032 * Use efb->setquery properly (set to TRUE before calling set_item_id andJeffrey Stedfast2004-03-123-9/+29 | | | | | | | | | | | 2004-03-11 Jeffrey Stedfast <fejj@ximian.com> * e-filter-bar.c (set_property): Use efb->setquery properly (set to TRUE before calling set_item_id and FLASE afterwards). Also setquery to TRUE before emitting the "search-activated" signal so that we don't run the callback for the signal we are emitting. svn path=/trunk/; revision=25031 * Updated Canadian English translation.Alexander Winston2004-03-122-390/+451 | | | | | | | | 2004-03-11 Alexander Winston <alexander.winston@comcast.net> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=25030 * Updated Serbian translation.Danilo Šegan2004-03-123-338/+352 | | | | svn path=/trunk/; revision=25029 * Fixed a bug where txt wasn't being properly initialised in all cases forJeffrey Stedfast2004-03-122-8/+33 | | | | | | | | | | | | | 2004-03-11 Jeffrey Stedfast <fejj@ximian.com> * em-format-html.c (efh_format_header): Fixed a bug where txt wasn't being properly initialised in all cases for Date headers. Also fixed the x-evolution-mailer code to simply use the ehader->value that was passed in. (efh_format_headers): Fixed to handle the special X-Evolution-Mailer header. svn path=/trunk/; revision=25028 * a really gross hack, disable all search handlers before setting the searchNot Zed2004-03-112-19/+61 | | | | | | | | | | | | | | | 2004-03-11 Not Zed <NotZed@Ximian.com> * em-folder-browser.c (emfb_set_folder): a really gross hack, disable all search handlers before setting the search and set hte search manually rather than going through the callbacks. Partial fix for #55267, and ugly as it is. (emfb_init): save the search signal id's. (emfb_set_folder): ugh, properly set the defaults if the settings haven't been stored on the folder, and properly move them upstream to the bonobo menus. svn path=/trunk/; revision=25027 * removed this. not sure what it was doing there, a 1 line funciton usedNot Zed2004-03-112-16/+24 | | | | | | | | | | | | | | 2004-03-11 Not Zed <NotZed@Ximian.com> * providers/imap/camel-imap-store.c (no_such_folder): removed this. not sure what it was doing there, a 1 line funciton used once. (get_folder_online): pass exception to camel_imap_command. if we got a user cancel, pass it up. (hash_folder_name, compare_folder_name): more g_ascii_strcasecmp stuff. svn path=/trunk/; revision=25026 * we need to add the folderinfo always if we're recursive from top. ShouldNot Zed2004-03-112-2/+6 | | | | | | | | | | 2004-03-11 Not Zed <NotZed@Ximian.com> * camel-vee-store.c (vee_get_folder_info): we need to add the folderinfo always if we're recursive from top. Should fix #52965 and maybe the other vfolders not showing on startup bug. svn path=/trunk/; revision=25025 * when we sort, handle not having the node in the tree. otherwise we alwaysNot Zed2004-03-112-3/+10 | | | | | | | | | | | 2004-03-11 Not Zed <NotZed@Ximian.com> * em-folder-tree-model.c (sort_cb): when we sort, handle not having the node in the tree. otherwise we always compare against "" which puts it at the head of the branch, rather than the tail. See #55428. svn path=/trunk/; revision=25024 * make dnd look funny for joe. #55246.Not Zed2004-03-112-1/+4 | | | | | | | | | 2004-03-11 Not Zed <NotZed@Ximian.com> * em-folder-tree.c (tree_drag_motion): make dnd look funny for joe. #55246. svn path=/trunk/; revision=25023 * change stores hash to point to a structure, in which we maintain theNot Zed2004-03-112-21/+73 | | | | | | | | | | | 2004-03-11 Not Zed <NotZed@Ximian.com> * mail-component.c: change stores hash to point to a structure, in which we maintain the vtrash and vjunk folders for the entirety of the session. memory use be damned i guess. #55417 and partially #55391. svn path=/trunk/; revision=25022 * (imap_store_refresh_folders): check we're updating an imap folder,Michael Zucci2004-03-112-3/+11 | | | | | | we could also have trash folders in the store too. svn path=/trunk/; revision=25021 * pass the raw header in instead of name and value. (efh_format_headers): ifNot Zed2004-03-1112-71/+156 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-03-11 Not Zed <NotZed@Ximian.com> * em-format-html.c (efh_format_header): pass the raw header in instead of name and value. (efh_format_headers): if we have specific headers to show, iterate over all headers and print out all matching ones, so duplicate headers are properly displayed. Related to #55298. * em-folder-selector.c (em_folder_selector_construct): dont set this to be modal. otherwise you can't click on error popups. duh. 2004-03-08 Not Zed <NotZed@Ximian.com> * em-folder-selection-button.c (em_folder_selection_button_clicked): don't let the user select virtual/vtrash folders or non-selectable folders. * mail-component.c (impl_createControls): disable selection of non-select rows. * em-folder-selector.c (em_folder_selector_create_new): exclude folders with noinferiors set. * em-folder-tree.c (folder_tree_new): add folder tree arg, hook onto the selection funciton for the tree selection. (emft_select_func): selection override function. allow certain things to be excluded. (em_folder_tree_set_excluded): api to set what is excluded from the selectability. (emft_tree_row_activated): call emft_select_func check to see if this row is excluded before emitting an activated signal. * em-folder-tree-model.c (em_folder_tree_model_set_folder_info): save folder info->flags in the tree store. * mail-folder-cache.c (create_folders): use tail recursion. (get_folders): tail recurse. * (*): Fixed for api changes in camel. svn path=/trunk/; revision=25020 * turn off NOINFERIORS always, translate to nochildren.Not Zed2004-03-1115-171/+318 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-03-11 Not Zed <NotZed@Ximian.com> * providers/imap/camel-imap-store.c (get_one_folder_offline): (parse_list_response_as_folder_info): turn off NOINFERIORS always, translate to nochildren. 2004-03-08 Not Zed <NotZed@Ximian.com> * camel-vee-store.c (vee_get_folder_info): setup virtual/system flags as appropriate. (change_folder): setup flags properly. * providers/nntp/camel-nntp-store.c (nntp_store_get_subscribed_folder_info): mark all folders as system folders. * providers/local/camel-mh-store.c (fill_fi): add this to setup folderinfo. (folder_info_new): call fill_fi to fill unread/total. (recursive_scan, folders_scan): ahh yeah, so wtf was i thinking, store->flags != get_folder_info flags!!!! * providers/local/camel-maildir-store.c (camel_folder_info_new): remove unread count arg & setup total. (fill_fi): setup total field. (scan_dir): remove the code that checked the directory directly - use fill_fi instead. It will more accurately reflect what you get when you visit the folder. (camel_folder_info_new): mark "." as a system folder. (scan_dir): try to setup children/no children flags properly. * providers/local/camel-mbox-store.c (fill_fi): setup total field. (scan_dir): init total. (get_folder_info): " 2004-03-05 Not Zed <NotZed@Ximian.com> * providers/imap/camel-imap-store.c (parse_list_response_as_folder_info): mark INBOX as a system folder. Can't be renamed/deleted. (fill_fi): setup total field. (get_folder_counts): ditto. * camel-store.c (add_special_info): set the system folder flag. * camel-store.h: time to fix up the camelfolderinfo mess. fix some member names, and add some type fields. Fixed all uses. svn path=/trunk/; revision=25019 * #if 0 this, since nothing uses it anymore. (accum_address): new function,Chris Toshok2004-03-112-40/+125 | | | | | | | | | | | | | | | | 2004-03-10 Chris Toshok <toshok@ximian.com> * gui/widgets/eab-contact-display.c (render_address): #if 0 this, since nothing uses it anymore. (accum_address): new function, build up a GString. (accum_name_value): same. (accum_attribute): same. (render_contact): don't just blindly render the work/personal blocks, since if they're empty it looks stupid. instead, accumulate each block into a GString and only output the entire block if the string is non-empty. svn path=/trunk/; revision=25018 * phone_choice is an index into the phones array. (_phone_arrow_pressed):Chris Toshok2004-03-112-50/+79 | | | | | | | | | | | | | | | | | | | | | | | | 2004-03-10 Chris Toshok <toshok@ximian.com> * gui/contact-editor/e-contact-editor.c (phone_entry_changed): phone_choice is an index into the phones array. (_phone_arrow_pressed): same. (address_text_changed): address_choice is an index into the addresses array. (_address_arrow_pressed): same. (set_address_field): same. (_email_arrow_pressed): email_choice is an index into the emails array. (full_addr_clicked): same, and same with s/addresses/address_editable. (e_contact_editor_init): initialize the *_choice fields as indices into their respective *es arrays. (e_contact_editor_build_address_ui): initialize the labels from the addresses array. (set_fields): *_choice fields are indices into *es arrays. (enable_writable_fields): same. svn path=/trunk/; revision=25017 * Fix the border width setting for the button area, to be HIG-compliantRodney Dawes2004-03-113-3/+14 | | | | | | | | | | | 2004-03-10 Rodney Dawes <dobey@ximian.com> * gui/certificate-viewer.c (certificate_viewer_show): Fix the border width setting for the button area, to be HIG-compliant * gui/smime-ui.glade: Update some border widths for the cert viweer Remove dialog separators (This portion from William Jon McCann) svn path=/trunk/; revision=25016 * Fix for bug #55298.Jeffrey Stedfast2004-03-112-14/+20 | | | | | | | | | | | | | | | 2004-03-10 Jeffrey Stedfast <fejj@ximian.com> Fix for bug #55298. * em-format-html.c (efh_format_header): Now takes a default txt argument (header value). For address/date headers, if this isn't set, default back to the old behaviour of looking it up. (efh_format_headers): If we are iterating thru the camel raw headers, always pas the header value as the txt argument, otherwise always pass NULL. svn path=/trunk/; revision=25015 * Removed an unused variable left over from an old attempted fix.Jeffrey Stedfast2004-03-113-7/+11 | | | | | | | | | | | | | 2004-03-10 Jeffrey Stedfast <fejj@ximian.com> * em-format-html-display.c (efhd_xpkcs7mime_validity_clicked): Removed an unused variable left over from an old attempted fix. * em-folder-selector.c (emfs_response): Select the same folder in the create-folder dialog as is selected in the parent selector dialog. Fixes the rest of bug #53862. svn path=/trunk/; revision=25014 * Partial fix for bug #53862Jeffrey Stedfast2004-03-115-2/+72 | | | | | | | | | | | | | | | | | 2004-03-10 Jeffrey Stedfast <fejj@ximian.com> Partial fix for bug #53862 * em-folder-selector.c (emfs_response): Connect to the newly added "folder-added" signal and save a created_uri string so that we can be sure to only listen for the creation of the folder the user created in *our* create-folder dilog (and not from some other place). * em-folder-tree-model.c (folder_subscribed): Emit a new "folder-added" signal. svn path=/trunk/; revision=25013 * Focus the entry widget. Fixes bug #55330.Jeffrey Stedfast2004-03-112-0/+6 | | | | | | | | | 2004-03-10 Jeffrey Stedfast <fejj@ximian.com> * mail-session.c (request_password): Focus the entry widget. Fixes bug #55330. svn path=/trunk/; revision=25012 * ops, put close to the other if branchRadek Doulik2004-03-111-0/+1 | | | | svn path=/trunk/; revision=25011 * (pipe_to_sa_with_error): do not call close, camel_stream_closeRadek Doulik2004-03-112-1/+2 | | | | | | should be enough to be sure the fd was closed svn path=/trunk/; revision=25010 * call camel_stream_close and close the fds[1]Radek Doulik2004-03-112-1/+7 | | | | | | | | | 2004-03-10 Radek Doulik <rodo@ximian.com> * em-junk-filter.c (pipe_to_sa_with_error): call camel_stream_close and close the fds[1] svn path=/trunk/; revision=25009 * Used the stock icon in confirm dialog.Bill Zhu2004-03-112-2/+9 | | | | | | | | | | | | 2004-03-10 Bill Zhu <bill.zhu@sun.com> * e-shell-startup-wizzard.c (key_press_event_callback): Used the stock icon in confirm dialog. Fixes #55063 svn path=/trunk/; revision=25008 * Update Czech translationMiloslav Trmac2004-03-102-15/+22 | | | | svn path=/trunk/; revision=25005 * Make the acces key Alt+O work.Harry Lu2004-03-101-1/+1 | | | | | | Patch by hao.sheng@sun.com svn path=/trunk/; revision=25004 * Remove separator from dialogs per HIG.William Jon McCann2004-03-104-0/+12 | | | | | | | | | | | 2004-03-04 William Jon McCann <mccann@jhu.edu> * e-dialog-utils.c (e_notice, e_notice_with_xid, save_ok): * e-request.c (e_request_string): * e-passwords.c (e_passwords_ask_password): Remove separator from dialogs per HIG. svn path=/trunk/; revision=25003 * Translation updated by Daniel van Eeden.Vincent van Adrighem2004-03-102-295/+291 | | | | | | | | 2004-03-09 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Daniel van Eeden. svn path=/trunk/; revision=25002 * Don't try to calculate the position of the popup menu for the dropdownsRodney Dawes2004-03-102-1/+6 | | | | | | | | | 2004-03-09 Rodney Dawes <dobey@ximian.com> * gui/contact-editor/e-contact-editor.c (_arrow_pressed): Don't try to calculate the position of the popup menu for the dropdowns svn path=/trunk/; revision=25001 * Update Czech translationMiloslav Trmac2004-03-102-206/+274 | | | | svn path=/trunk/; revision=25000 * Remove the dialog separator, and set appropriate border widths for theRodney Dawes2004-03-103-14/+28 | | | | | | | | | | | | 2004-03-09 Rodney Dawes <dobey@ximian.com> * gui/contact-editor/e-contact-editor-im.c (e_contact_editor_im_edit): Remove the dialog separator, and set appropriate border widths for the button area box and the dialog's vbox * gui/contact-editor/im.glade: Apply patch from Christian Neumair to make the IM editor dialog HIG compliant svn path=/trunk/; revision=24999 * Updated Catalan translation by the Catalan Evolution Team.Jordi Mallach2004-03-102-1765/+5580 | | | | svn path=/trunk/; revision=24998 * autocompletion icon for the preferencesJakub Steiner2004-03-093-0/+6 | | | | | | | | | 2004-03-09 Jakub Steiner <jimmac@ximian.com> * autocompletion.png: * Makefile.am: autocompletion icon for the preferences svn path=/trunk/; revision=24997 * fixed type in contact editor code to make email ui building workSivaiah Nallagatla2004-03-092-1/+5 | | | | svn path=/trunk/; revision=24996 * Updated Serbian translation.Danilo Šegan2004-03-093-491/+600 | | | | svn path=/trunk/; revision=24995 * Fixes #48106Rodrigo Moya2004-03-092-1/+8 | | | | | | | | | | 2004-03-08 Rodrigo Moya <rodrigo@ximian.com> Fixes #48106 * gui/dialogs/alarm-page.glade: s/Send an Email/Send an email. svn path=/trunk/; revision=24994 * New async function to create a folder. (em_folder_tree_create_folder):Jeffrey Stedfast2004-03-092-28/+156 | | | | | | | | | | | | | | 2004-03-08 Jeffrey Stedfast <fejj@ximian.com> * em-folder-tree.c (emft_create_folder): New async function to create a folder. (em_folder_tree_create_folder): Partly moved into emft_create_folder. Might be able to remove this code, but lewing might be using it in Connector or something? Need to ask him... (emft_popup_new_folder_response): Use emft_create_folder() instead. svn path=/trunk/; revision=24993 * added filter junk command and menuitem, icon for MarkAsNotJunkRadek Doulik2004-03-092-1/+12 | | | | | | | | | 2004-03-08 Radek Doulik <rodo@ximian.com> * evolution-mail-message.xml: added filter junk command and menuitem, icon for MarkAsNotJunk svn path=/trunk/; revision=24992 * new method, filter folder with FILTER_SOURCE_JUNKTEST type filterRadek Doulik2004-03-094-5/+37 | | | | | | | | | | | | | | 2004-03-08 Radek Doulik <rodo@ximian.com> * mail-ops.c (mail_filter_junk): new method, filter folder with FILTER_SOURCE_JUNKTEST type filter * em-folder-view.c: added Filter Junk command and junk icons to menus, added apply filters icon to popup menu (emfv_popup_filter_junk): new helper method, calls mail_filter_junk svn path=/trunk/; revision=24991 * added 16 pixels versions of junk icons from the gnome-icon-theme moduleRadek Doulik2004-03-094-0/+7 | | | | | | | | | 2004-03-08 Radek Doulik <rodo@ximian.com> * Makefile.am (images_DATA): added 16 pixels versions of junk icons from the gnome-icon-theme module svn path=/trunk/; revision=24990 * Check that app is not NULL before trying to open the quickref document.Pratik V. Parikh2004-03-092-25/+33 | | | | | | | | | | | 2004-03-06 Pratik V. Parikh <pratikvp@despammed.com> * e-shell-window-commands.c (command_quick_reference): Check that app is not NULL before trying to open the quickref document. Fixes #55106 svn path=/trunk/; revision=24989 * alarm.png briefcase.png cellphone.png envelope.png evolution-calendar.pngJakub Steiner2004-03-0822-176/+130 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-03-08 Jakub Steiner <jimmac@ximian.com> * alarm.png * briefcase.png * cellphone.png * envelope.png * evolution-calendar.png * evolution-notes-mini.png * evolution-notes.png * evolution-tasks-mini.png * evolution-tasks.png * evolution-today.png * ico-calendar.png * im-invisible.png * import.png * mail-config-druid-identity.png * print-preview-24.png * print.png * schedule-meeting-16.png * schedule-meeting-16.xpm * schedule-meeting-24.png * stock-notjunk-24.png * summary-settings.png: since using gnome-icon-theme is miles away, I tried bringing the art/ mess a bit up to date. Lots of xpm hell still :( svn path=/trunk/; revision=24984 * . closes bug #54972Jakub Steiner2004-03-082-0/+4 | | | | | | | | 2004-03-08 Jakub Steiner <jimmac@ximian.com> * im-nov.png: (16x16). closes bug #54972 svn path=/trunk/; revision=24983 * Translation updated by Daniel van Eeden.Vincent van Adrighem2004-03-082-128/+142 | | | | | | | | 2004-03-08 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Daniel van Eeden. svn path=/trunk/; revision=24982 * If the subject is empty, use _("Untitled Message") as the subject instead.Jeffrey Stedfast2004-03-072-1/+6 | | | | | | | | | 2004-03-07 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (do_exit): If the subject is empty, use _("Untitled Message") as the subject instead. svn path=/trunk/; revision=24981 * Translation updated.Priit Laes2004-03-062-13340/+1707 | | | | | | | | 2004-03-06 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated. svn path=/trunk/; revision=24980 * bump version, requirementsJP Rosevear2004-03-06