From c2434e89251ee9fd6de47b879fe03195457695ca Mon Sep 17 00:00:00 2001 From: kojima Date: Sat, 1 May 1999 17:44:43 +0000 Subject: [PATCH] added contrib/ directory, updated WPrefs and wmsetbg for smoothed backgrounds, added GNUstep info panel, added patch for saving menu position state --- ChangeLog | 3 + Makefile.am | 4 +- Makefile.in | 63 +- WINGs/Resources/Makefile.in | 9 +- WINGs/wframe.c | 4 +- WINGs/wscroller.c | 4 +- WPrefs.app/Appearance.c | 7 +- WPrefs.app/Configurations.c | 75 +- WPrefs.app/Menu.c | 3 +- WPrefs.app/po/Makefile.in | 9 +- WPrefs.app/tiff/Makefile.am | 1 + WPrefs.app/tiff/Makefile.in | 11 +- WPrefs.app/tiff/newstyle.tiff | Bin 11070 -> 978 bytes WPrefs.app/tiff/oldstyle.tiff | Bin 11070 -> 1044 bytes WPrefs.app/tiff/smooth.tiff | Bin 0 -> 2146 bytes WPrefs.app/xpm/Makefile.am | 1 + WPrefs.app/xpm/Makefile.in | 11 +- WPrefs.app/xpm/newstyle.xpm | 106 +- WPrefs.app/xpm/oldstyle.xpm | 110 +- WPrefs.app/xpm/smooth.xpm | 131 +++ WindowMaker/Backgrounds/Makefile.in | 9 +- WindowMaker/Defaults/Makefile.in | 9 +- WindowMaker/IconSets/Makefile.in | 9 +- WindowMaker/Icons/Makefile.in | 9 +- WindowMaker/Makefile.in | 9 +- WindowMaker/Pixmaps/Makefile.in | 9 +- WindowMaker/Styles/Makefile.in | 9 +- WindowMaker/Themes/Makefile.in | 9 +- WindowMaker/plmenu.it | 128 +++ contrib/Makefile.am | 4 + contrib/Makefile.in | 199 ++++ contrib/README | 4 + contrib/single_click.diff | 361 +++++++ doc/Makefile.in | 9 +- po/Makefile.am | 2 +- po/Makefile.in | 11 +- po/README | 4 +- po/da.po | 1478 +++++++++++++++++++++++++++ po/dk.po | 1358 ------------------------ src/dialog.c | 178 +++- src/dialog.h | 3 + src/dock.c | 14 +- src/menu.c | 189 +++- src/workspace.c | 4 +- util/wmsetbg.c | 15 +- 45 files changed, 2945 insertions(+), 1640 deletions(-) create mode 100644 WPrefs.app/tiff/smooth.tiff create mode 100644 WPrefs.app/xpm/smooth.xpm create mode 100644 WindowMaker/plmenu.it create mode 100644 contrib/Makefile.am create mode 100644 contrib/Makefile.in create mode 100644 contrib/README create mode 100644 contrib/single_click.diff create mode 100644 po/da.po delete mode 100644 po/dk.po diff --git a/ChangeLog b/ChangeLog index b61eaec7..d7765a1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -27,6 +27,9 @@ Changes since version 0.53.0: - HP-UX compiler compatibility workarounds (Sebastien Bauer seb_bauer@bigfoot.com) - fixed crash with attributes panel +- save state of all menus when exiting (Sebastien Bauer + seb_bauer@bigfoot.com) +- added GNUstep info panel (still needs beautification..) Changes since version 0.52.0: ............................. diff --git a/Makefile.am b/Makefile.am index 315d2d7c..5eecdeb9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,9 +4,9 @@ SUBDIRS = wrlib WINGs src util po WindowMaker wmlib test WPrefs.app doc\ contrib EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N MIRRORS COPYING.OPL \ - Install acconfig.h\ + Install acconfig.h \ mkpatch README.KDE README.GNOME WindowMaker.lsm.in\ - docklib-0.2.tar.gz libwmfun-0.0.1.tar.gz + docklib-0.2.tar.gz libwmfun-0.0.1.tar.gz WindowMaker.lsm: WindowMaker.lsm.in size=`wc -c $(distdir).tar.gz|cut -d\ -f1`;\ diff --git a/Makefile.in b/Makefile.in index d55f771d..ca67a642 100644 --- a/Makefile.in +++ b/Makefile.in @@ -98,9 +98,9 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ./src/config.h CONFIG_CLEAN_FILES = DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \ -Makefile.in NEWS TODO acconfig.h acinclude.m4 aclocal.m4 config.guess \ -config.sub configure configure.in install-sh ltconfig ltmain.sh missing \ -mkinstalldirs src/config.h.in src/stamp-h.in +Makefile.in NEWS TODO acinclude.m4 aclocal.m4 config.guess config.sub \ +configure configure.in install-sh ltconfig ltmain.sh missing \ +mkinstalldirs DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) @@ -110,9 +110,9 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -124,34 +124,6 @@ config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) -src/config.h: src/stamp-h - @if test ! -f $@; then \ - rm -f src/stamp-h; \ - $(MAKE) src/stamp-h; \ - else :; fi -src/stamp-h: $(srcdir)/src/config.h.in $(top_builddir)/config.status - cd $(top_builddir) \ - && CONFIG_FILES= CONFIG_HEADERS=src/config.h \ - $(SHELL) ./config.status - @echo timestamp > src/stamp-h 2> /dev/null -$(srcdir)/src/config.h.in: $(srcdir)/src/stamp-h.in - @if test ! -f $@; then \ - rm -f $(srcdir)/src/stamp-h.in; \ - $(MAKE) $(srcdir)/src/stamp-h.in; \ - else :; fi -$(srcdir)/src/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h - cd $(top_srcdir) && $(AUTOHEADER) - @echo timestamp > $(srcdir)/src/stamp-h.in 2> /dev/null - -mostlyclean-hdr: - -clean-hdr: - -distclean-hdr: - -rm -f src/config.h - -maintainer-clean-hdr: - # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, @@ -279,6 +251,11 @@ distdir: $(DISTFILES) -rm -rf $(distdir) mkdir $(distdir) -chmod 777 $(distdir) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ @@ -335,33 +312,33 @@ distclean-generic: -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: -mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic +mostlyclean-am: mostlyclean-tags mostlyclean-generic mostlyclean: mostlyclean-recursive -clean-am: clean-hdr clean-tags clean-generic mostlyclean-am +clean-am: clean-tags clean-generic mostlyclean-am clean: clean-recursive -distclean-am: distclean-hdr distclean-tags distclean-generic clean-am +distclean-am: distclean-tags distclean-generic clean-am -rm -f libtool distclean: distclean-recursive -rm -f config.status -maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \ - maintainer-clean-generic distclean-am +maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \ + distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-recursive -rm -f config.status -.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ -install-data-recursive uninstall-data-recursive install-exec-recursive \ -uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ -all-recursive check-recursive installcheck-recursive info-recursive \ -dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ +.PHONY: install-data-recursive uninstall-data-recursive \ +install-exec-recursive uninstall-exec-recursive installdirs-recursive \ +uninstalldirs-recursive all-recursive check-recursive \ +installcheck-recursive info-recursive dvi-recursive \ +mostlyclean-recursive distclean-recursive clean-recursive \ maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ diff --git a/WINGs/Resources/Makefile.in b/WINGs/Resources/Makefile.in index a8bf066a..6451bfc8 100644 --- a/WINGs/Resources/Makefile.in +++ b/WINGs/Resources/Makefile.in @@ -108,9 +108,9 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WINGs/Resources/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu WINGs/Resources/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -142,6 +142,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = WINGs/Resources distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu WINGs/Resources/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ diff --git a/WINGs/wframe.c b/WINGs/wframe.c index 1811c87c..fe0ad989 100644 --- a/WINGs/wframe.c +++ b/WINGs/wframe.c @@ -10,8 +10,8 @@ typedef struct W_Frame { struct { - WMReliefType relief:3; - WMTitlePosition titlePosition:3; + WMReliefType relief:4; + WMTitlePosition titlePosition:4; } flags; } Frame; diff --git a/WINGs/wscroller.c b/WINGs/wscroller.c index df110f43..57f5d7ce 100644 --- a/WINGs/wscroller.c +++ b/WINGs/wscroller.c @@ -31,11 +31,11 @@ typedef struct W_Scroller { * dragged */ #endif struct { - WMScrollArrowPosition arrowsPosition:3; + WMScrollArrowPosition arrowsPosition:4; unsigned int horizontal:1; - WMScrollerPart hitPart:3; + WMScrollerPart hitPart:4; /* */ unsigned int documentFullyVisible:1; /* document is fully visible */ diff --git a/WPrefs.app/Appearance.c b/WPrefs.app/Appearance.c index e7e83494..d99daefe 100644 --- a/WPrefs.app/Appearance.c +++ b/WPrefs.app/Appearance.c @@ -487,17 +487,18 @@ renderTexture(WMScreen *scr, proplist_t texture, int width, int height, free(colors); } } else if (strcasecmp(&type[1], "pixmap")==0) { - RImage *timage; + RImage *timage = NULL; char *path; RColor color; str = PLGetString(PLGetArrayElement(texture, 1)); path = wfindfileinarray(GetObjectForKey("PixmapPath"), str); - timage = RLoadImage(rc, path, 0); + if (path) + timage = RLoadImage(rc, path, 0); if (!timage) { - wwarning("could not load file '%s': %s", path, + wwarning("could not load file '%s': %s", path ? path : str, RMessageForError(RErrorCode)); } else { str = PLGetString(PLGetArrayElement(texture, 2)); diff --git a/WPrefs.app/Configurations.c b/WPrefs.app/Configurations.c index 9989d967..155be833 100644 --- a/WPrefs.app/Configurations.c +++ b/WPrefs.app/Configurations.c @@ -49,6 +49,9 @@ typedef struct _Panel { WMButton *sfxB; WMLabel *noteL; + WMFrame *smoF; + WMButton *smoB; + WMFrame *dithF; WMButton *dithB; WMSlider *dithS; @@ -69,6 +72,7 @@ typedef struct _Panel { #define ANIM_IMAGE "animations" #define SUPERF_IMAGE "moreanim" #define SOUND_IMAGE "sound" +#define SMOOTH_IMAGE "smooth" #define SPEED_IMAGE "speed%i" #define SPEED_IMAGE_S "speed%is" @@ -97,7 +101,9 @@ showData(_Panel *panel) WMSetButtonSelected(panel->supB, GetBoolForKey("Superfluous")); WMSetButtonSelected(panel->sfxB, !GetBoolForKey("DisableSound")); - + + WMSetButtonSelected(panel->smoB, GetBoolForKey("SmoothWorkspaceBack")); + WMSetButtonSelected(panel->dithB, GetBoolForKey("DisableDithering")); WMSetSliderValue(panel->dithS, GetIntegerForKey("ColormapSize")); @@ -192,14 +198,14 @@ createPanel(Panel *p) /*********** Icon Slide Speed **********/ panel->icoF = WMCreateFrame(panel->frame); - WMResizeWidget(panel->icoF, 230, 55); + WMResizeWidget(panel->icoF, 230, 45); WMMoveWidget(panel->icoF, 15, 10); WMSetFrameTitle(panel->icoF, _("Icon Slide Speed")); /*********** Shade Animation Speed **********/ panel->shaF = WMCreateFrame(panel->frame); - WMResizeWidget(panel->shaF, 230, 55); - WMMoveWidget(panel->shaF, 15, 70); + WMResizeWidget(panel->shaF, 230, 45); + WMMoveWidget(panel->shaF, 15, 60); WMSetFrameTitle(panel->shaF, _("Shade Animation Speed")); @@ -209,9 +215,9 @@ createPanel(Panel *p) for (i = 0; i < 5; i++) { panel->icoB[i] = WMCreateCustomButton(panel->icoF, WBBStateChangeMask); panel->shaB[i] = WMCreateCustomButton(panel->shaF, WBBStateChangeMask); - WMResizeWidget(panel->icoB[i], 40, 35); + WMResizeWidget(panel->icoB[i], 40, 24); WMMoveWidget(panel->icoB[i], 10+(40*i), 15); - WMResizeWidget(panel->shaB[i], 40, 35); + WMResizeWidget(panel->shaB[i], 40, 24); WMMoveWidget(panel->shaB[i], 10+(40*i), 15); WMSetButtonBordered(panel->icoB[i], False); WMSetButtonImagePosition(panel->icoB[i], WIPImageOnly); @@ -257,15 +263,58 @@ createPanel(Panel *p) WMMapSubwidgets(panel->icoF); WMMapSubwidgets(panel->shaF); + + /***************** Smoothed Scaling *****************/ + panel->smoF = WMCreateFrame(panel->frame); + WMResizeWidget(panel->smoF, 115, 110); + WMMoveWidget(panel->smoF, 18, 115); + WMSetFrameTitle(panel->smoF, _("Smooth Scaling")); + WMSetBalloonTextForView(_("Smooth scaled background images, neutralizing\n" + "the `pixelization' effect. This will slow\n" + "down loading of background images considerably."), + WMWidgetView(panel->smoF)); + + panel->smoB = WMCreateButton(panel->smoF, WBTToggle); + WMResizeWidget(panel->smoB, 64, 64); + WMMoveWidget(panel->smoB, 25, 25); + WMSetButtonImagePosition(panel->smoB, WIPImageOnly); + path = LocateImage(SMOOTH_IMAGE); + if (path) { + RImage *image, *scaled; + + image = RLoadImage(WMScreenRContext(scr), path, 0); + free(path); + + scaled = RScaleImage(image, 61, 61); + icon = WMCreatePixmapFromRImage(scr, scaled, 128); + RDestroyImage(scaled); + if (icon) { + WMSetButtonImage(panel->smoB, icon); + WMReleasePixmap(icon); + } + + scaled = RSmoothScaleImage(image, 61, 61); + icon = WMCreatePixmapFromRImage(scr, scaled, 128); + RDestroyImage(scaled); + if (icon) { + WMSetButtonAltImage(panel->smoB, icon); + WMReleasePixmap(icon); + } + + RDestroyImage(image); + } + + WMMapSubwidgets(panel->smoF); + /***************** Titlebar Style Size ****************/ panel->titlF = WMCreateFrame(panel->frame); - WMResizeWidget(panel->titlF, 230, 95); - WMMoveWidget(panel->titlF, 15, 130); + WMResizeWidget(panel->titlF, 105, 110); + WMMoveWidget(panel->titlF, 140, 115); WMSetFrameTitle(panel->titlF, _("Titlebar Style")); panel->newsB = WMCreateButton(panel->titlF, WBTOnOff); - WMResizeWidget(panel->newsB, 90, 60); - WMMoveWidget(panel->newsB, 25, 20); + WMResizeWidget(panel->newsB, 74, 40); + WMMoveWidget(panel->newsB, 15, 20); WMSetButtonImagePosition(panel->newsB, WIPImageOnly); path = LocateImage(NEWS_IMAGE); if (path) { @@ -277,8 +326,8 @@ createPanel(Panel *p) } panel->oldsB = WMCreateButton(panel->titlF, WBTOnOff); - WMResizeWidget(panel->oldsB, 90, 60); - WMMoveWidget(panel->oldsB, 115, 20); + WMResizeWidget(panel->oldsB, 74, 40); + WMMoveWidget(panel->oldsB, 15, 60); WMSetButtonImagePosition(panel->oldsB, WIPImageOnly); path = LocateImage(OLDS_IMAGE); if (path) { @@ -451,6 +500,8 @@ storeData(_Panel *panel) SetBoolForKey(!WMGetButtonSelected(panel->animB), "DisableAnimations"); SetBoolForKey(WMGetButtonSelected(panel->supB), "Superfluous"); SetBoolForKey(!WMGetButtonSelected(panel->sfxB), "DisableSound"); + + SetBoolForKey(!WMGetButtonSelected(panel->smoB), "SmoothWorkspaceBack"); SetBoolForKey(WMGetButtonSelected(panel->dithB), "DisableDithering"); SetIntegerForKey(WMGetSliderValue(panel->dithS), "ColormapSize"); diff --git a/WPrefs.app/Menu.c b/WPrefs.app/Menu.c index f8c86d82..a12bb14f 100644 --- a/WPrefs.app/Menu.c +++ b/WPrefs.app/Menu.c @@ -1314,7 +1314,8 @@ postProcessMenu(proplist_t menu) if (strcmp(cmd, "RESTARTW")==0) { changeItemCommand(item, "RESTART"); removeParameter(item); - } else if (strcmp(cmd, "EXEC")==0 || strcmp(cmd, "OPEN_MENU")==0) { + } else if (strcmp(cmd, "EXEC")==0 || strcmp(cmd, "SHEXEC")==0 || + strcmp(cmd, "OPEN_MENU")==0) { /* do nothing */ } else if (strcmp(cmd, "RESTART")==0 || strcmp(cmd, "SHUTDOWN")==0 || strcmp(cmd, "EXIT")==0) { diff --git a/WPrefs.app/po/Makefile.in b/WPrefs.app/po/Makefile.in index fa8e5d75..36ff752f 100644 --- a/WPrefs.app/po/Makefile.in +++ b/WPrefs.app/po/Makefile.in @@ -120,9 +120,9 @@ all: all-redirect .SUFFIXES: .SUFFIXES: .mo .po $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WPrefs.app/po/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu WPrefs.app/po/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -135,6 +135,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = WPrefs.app/po distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu WPrefs.app/po/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ diff --git a/WPrefs.app/tiff/Makefile.am b/WPrefs.app/tiff/Makefile.am index b9b7cb6d..dbd42a0b 100644 --- a/WPrefs.app/tiff/Makefile.am +++ b/WPrefs.app/tiff/Makefile.am @@ -33,6 +33,7 @@ tiffdata_DATA = \ oldstyle.tiff \ opaque.tiff \ paths.tiff \ + smooth.tiff \ sound.tiff \ speed0.tiff \ speed0s.tiff \ diff --git a/WPrefs.app/tiff/Makefile.in b/WPrefs.app/tiff/Makefile.in index ec9bb1ca..b28a6689 100644 --- a/WPrefs.app/tiff/Makefile.in +++ b/WPrefs.app/tiff/Makefile.in @@ -90,7 +90,7 @@ wprefsdir = @wprefsdir@ tiffdatadir = $(wprefsdir)/tiff -tiffdata_DATA = advancetonewworkspace.tiff animations.tiff appearance.tiff clip.tiff configs.tiff cycleworkspaces.tiff dock.tiff dontlinkworkspaces.tiff ergonomic.tiff ergowood.tiff expert.tiff fonts.tiff iconprefs.tiff keyboard.tiff keyboardprefs.tiff keyshortcuts.tiff menualign1.tiff menualign2.tiff menuprefs.tiff menus.tiff minimouseleft.tiff minimousemiddle.tiff minimouseright.tiff miscprefs2.tiff moreanim.tiff mousesettings.tiff mousespeed.tiff newstyle.tiff nonopaque.tiff oldstyle.tiff opaque.tiff paths.tiff sound.tiff speed0.tiff speed0s.tiff speed1.tiff speed1s.tiff speed2.tiff speed2s.tiff speed3.tiff speed3s.tiff speed4.tiff speed4s.tiff tdel.tiff tedit.tiff temp.tiff textr.tiff theme.tiff timer0.tiff timer0s.tiff timer1.tiff timer1s.tiff timer2.tiff timer2s.tiff timer3.tiff timer3s.tiff timer4.tiff timer4s.tiff timer5.tiff timer5s.tiff tnew.tiff whandling.tiff windowfocus.tiff workspace.tiff xis.tiff +tiffdata_DATA = advancetonewworkspace.tiff animations.tiff appearance.tiff clip.tiff configs.tiff cycleworkspaces.tiff dock.tiff dontlinkworkspaces.tiff ergonomic.tiff ergowood.tiff expert.tiff fonts.tiff iconprefs.tiff keyboard.tiff keyboardprefs.tiff keyshortcuts.tiff menualign1.tiff menualign2.tiff menuprefs.tiff menus.tiff minimouseleft.tiff minimousemiddle.tiff minimouseright.tiff miscprefs2.tiff moreanim.tiff mousesettings.tiff mousespeed.tiff newstyle.tiff nonopaque.tiff oldstyle.tiff opaque.tiff paths.tiff smooth.tiff sound.tiff speed0.tiff speed0s.tiff speed1.tiff speed1s.tiff speed2.tiff speed2s.tiff speed3.tiff speed3s.tiff speed4.tiff speed4s.tiff tdel.tiff tedit.tiff temp.tiff textr.tiff theme.tiff timer0.tiff timer0s.tiff timer1.tiff timer1s.tiff timer2.tiff timer2s.tiff timer3.tiff timer3s.tiff timer4.tiff timer4s.tiff timer5.tiff timer5s.tiff tnew.tiff whandling.tiff windowfocus.tiff workspace.tiff xis.tiff EXTRA_DIST = $(tiffdata_DATA) @@ -109,9 +109,9 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WPrefs.app/tiff/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu WPrefs.app/tiff/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -143,6 +143,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = WPrefs.app/tiff distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu WPrefs.app/tiff/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ diff --git a/WPrefs.app/tiff/newstyle.tiff b/WPrefs.app/tiff/newstyle.tiff index d1b00f252bf43bb885782181548b566e237c9212..8d8e270b92c121e6c1b92a76b5888e9225d5663c 100644 GIT binary patch delta 901 zcmV;01A6?vR?-K5Nl7XI>;eD)0k{P6ABankz(Iot3mGOvxX|H4MG8qes(%16B1a4x zA#SXATocAm94AS{7y$euOPwlBYGi3Mq|cZobGCFjGUdzyJa6=vA+zTyoHaL!;#rEL zC|RPE|8f<|Rw`Ywbc&)y3e~7xt8VVR!1Jdpn7dw)a+zCyq^VlIa@#8H+LWu_tWMMJ zHGAaASG`Hk{$)znYL%f=$Kf4DHtIH@>$qN-8;tHZruLBb17{2yHG2k#`BTS_ozQDi z-@uDzwk)xFQ0o!1Hnf=!V&Rg-J8Ca0uwr`_{|62pSUa=Lp+j>wFIahIU)SA@_wLMm z{OYRprLP@-KiO`}w#(=CU5IqH$gM+1o*%q3r^LOd_dnKpJmtfcS3eHC**NO`Lk|M5 zOCNg#^UV$W{q)+Vp#62)f1iRkF<=)14KZ-vgY+jXzx@j^umF8=DFj262-7RS%?&r= zsI81J)bOP7)AX2v2`j4bqp>t(PlET;5ik9S!n@#qVo21-=%RMZU~2+b&aH%$jy<%* zoR8brl*4i)g|OXCB+gXg($Mngqc%PMWMd5{y*RQ_KedQ_Fg>R%a|zbgY%?$*i5!!O z#Jc<(%{84AEikDt`3l#tNdAj1wus`3k`JJgO%}Mg63Zy2gtE#ky`1vhtI&dqY;_Od z%8gcky(%%Qma^I^tEsWNnrf)Iwp#0`zOGv8uD#wmYoWR!{u`pYk%k*>ys;*mX`;EN zn{TS6W?N{r4mxS8vyMA&zspX$=(elwTI;C$p1bL#>)w0l zqqjc$?5WrO`x>C1z6Tj-(B4%?c_{veLV1{fp@$uQxDiJgVYHD)A8D*n#~63)F~=Ey zya^|nV6x#HYP0^S>zTH`=^B`RrWt3MX6F7JpGwTg=9zcC`4?Ewt0t%HaPEbcSaPYQ zBU{A5xujfXrIlA%XgLQ~Saq$n*Kuw2&QxD_qm5Tue@y`a01p5F0RsR50000d0000X z0RaO50RR91ApigX0s#X61ONa4rUL)~0|5g70RR911(RngA07?>006E7000gF0ss~O z006uL000pI1ONd5000O8lcXvl4m1D&02cuS009610OJCa)G8(WFU8GbZ8({Xk{QrNlj1yec+sq literal 11070 zcmeI2y>1gh6oto0gis{FAQLDMM3h0;9ipH}M1fo&C5SRj6x&Lq08(NU@d9~>JVc%$ za_KTsdY9CcG|QaT9CWjq-;LK^gg2VpyK`r+?>A?5ckok+jH9sec%0Xb`uF$uqubWjR<^UVli_+?>quXlZfJvAQy6_?>#Q|u^VME9c6N4F zJDpQmv1U{Fk-silWBz@$gAMm(x7*FF?|d{G<@YVd+j8PwnWx@9U3YhP^V(A^=fcJ+ z`{tpwjg|Vq%KEDCXZer@t6XzqOZTWxX8!C@)-qoK3|cKbD?#(@tiJ>FU#HQ^|G>UGMQix zlQZ~ov|6qFGo*!&#yLZtn1=CS#~hVm_SG4R#qdf->4>9@T zF}y|Q7}jag?kQ#bS6-yN%hUEBkM&ul)I$`!_I$n0)bh@Io)wo{W1=TDeyR zE6#m9p;#=hT*K0*mNskC*Kq2ksuY>HZfU72*tnKwsc(@Fb0`lREBb7_hDn>72ia+L zG-u_xWDjZRi-+`;T*w0sS{bu3gV(WcZ^AmxsB_W!ctWvQUgnX!@Oij+sSorL%|Yny zW*%79QpSdOnUg#?rysIrJuB*Cc->Hu5!O`3#_)oRx#@>k5hrgXM)WY&QpTq6rm+62 zypj>~DbL~iT2=Z&qq1#tbMx=-bIRrbm#tl1ULtoDhkW+c&7V5&_4RdD$EHCm(YKDQ zsA<7Fou&Q1>5IPw*QH^9$@#BpJ)69|U*=}PISbzWLu&AC!CTGys0PyJB`ow^=sS%! z@B^h9%c`MMz0<8>{MXuF(*BCJzx02VE}MRgyJP$%?XL>|USml;*L}bB`1{&l)Be*} zND2#1u|B=Y^*!cL2HRHe3{u49)jUN9@jQ=EjJxtv-U!CtK$DM<3U;3TF-f-`z z^R<6^GW>DWZx0U#1NHv6zc=jn)=v+I2kV~?`s*LMAGh_DO8tDH)I_)KRi*v_1$(1% diff --git a/WPrefs.app/tiff/oldstyle.tiff b/WPrefs.app/tiff/oldstyle.tiff index b9c312860e616e8474baff8e4b78abc6c4368c53..487a05f9c1fb902a0642659fba2cba0ca1ba282b 100644 GIT binary patch delta 967 zcmV;&133J?R+I>TNl7XIE&~7n0k{P6ABankz(Iot3mGOvxX|H4MG6}sY9y{P{Kw!L zD`xDtapK315; zwHr5U+N*D){&`!pZZ)WV+s@s(ju_p2Y|jC`C-&Ik5GiJ`3J!kH``3uI5@(*I^ zB@GPYp{BKaYY2)UtTek1owrA&F|CA3d>b4Zb^5d&ktjRWg=JuWkDet(v zd*8JKhk9;*zj%1e(G#anKA3cN#_gM_?_9mI@y>-q&o3=*fB(_9hd-XIJGcMcOCS98 zLLILH^vOu&ef87hpgr=`8`u2{*r5>JaLH>Q-8D8yr@{#)D2;*(Jy8Dj^gcBEy>`dv zAT0Ae+~~ryRx#_Nh&WRJBX>PYhoV+F>=+Y>L36)Jwz!xXM6`6|ofAF#UXs;6$i>TRI@1{-O(vHF^5sL4i~ZoC1& zTj0M1z*}muTX|vrnEV0b}jytjp;Lg)lC-$zS?z+qFyX&#rp1bL_hhBQ` zt*5^F=)2GUyQ6v_{s*FZkbwsse6S&h8DhA9p@$!8q+v%Gb>tC88GW=d#~EY1u?N<3 z+zBQbYqE(aAAib8ramzk2qj=Gxk*H$m35q(SoCw*z2Uz&p7gwWBC^l z4*&oG0{{U4001Tc000320{{U4001EX000630{{d7008I%000940{{U4000G(XDS~a z4gdfE@B;t<4gmrH761SM{sRC25dj1M0RR912mq6$Dk2Uw0000N0R#X60000c1C!J$ pCM0icWOHx>-7`y{zMe=Ga8L#8k@~# z5{BGDf+Q3*olc{=QGct|N^R9@RW=$8iSOgP38yGT7qmgGSs0UYi>x(jOR9a!Pn-F9xNEhV^kwaKTe|G<@G$Cw zr^WkS?1fSp^1+TdT9w%sE5>oLvYniF`852iGOvpljNrbD75!;=k+X`%zIo+}AAKGU z4i17bhv2=rxsh26d)!rdp>vkC9f}uqfWyU&KIEW3FE7S{rCHyhc*$d9Hv4?>f?40k z+4w{8Qa99~Gn=f;%d?)TFFl`GHujLbWFfPSl{r3n$;~~Cu5)N!@~{S7YxJ?-C$Ikg z%>5gfq4&SU3%y)>GVVF)!Dh08IW(`nhV_`*rqws*RLevNGI7n&Q&+HZEt||Cd2M{I zwv_7`xJw_h)2q&imB%_e{vH;J*TzLn%|0BPypDCd#OgYr&Nd&47xN4bGMb*uuJufP zFpg#}L}xq4p%2At@+BSH^aTL*Q6ZSUd_wS|{;X!MXD@J;L45P_UDxGxE>|4CA6cr+ z-?T1Xu%&(f4as|celC64VzH1}4Q!@OCKGSht7S##_rD^=mQwRK&F6DjG*eW;^eq}I z>e=$v3bpG#DjBPywQm^{AFfX`|C`_1)^r z=VxC3NQly|D5+sSC@aPBTNUr9cu)D?>c2{N<96iTi{l*??`!dc(vEnk+Wx5ghblf& z@$)xAJTC1CuR69OE2Ear|1v&*J=dD*uI+|3!;cnz$eTRK8zdReG1-I+bp7 z(Ck+(`|az&&wi&oxafAp$E!|r&}kq4xES<~zxF!EpX#4a)i;Is^-73^veSJb{sPOD BkP!d? diff --git a/WPrefs.app/tiff/smooth.tiff b/WPrefs.app/tiff/smooth.tiff new file mode 100644 index 0000000000000000000000000000000000000000..9d22a694b90c27435b635d87dd16a41de6a65d21 GIT binary patch literal 2146 zcmYk7e^6A{701tg@9lfL>;8B=*qS2BR~51A)umpTLD+aia>;z zr1N&!1!B>xO4F^O>8{cSQ?zK}bj@hH3o4Ak77cdD#7-UtM^kNvW*pP8owRGmKb$*v z=5x>a&N=s44%mQ(80gxixS@ zQK2{bhuz_P{o;%*{C*qZJ-&p#(}L!9YCZHiTmEcrB>zu2AIaO#+2As=rI2CylWXM( zjNQyHYb)INetgaON5aj!gqQr_uPeB~2MT5Ee#w!qFV40BQ`?W+it4a1jtND`6JHvf zCZPGVV8P$kt3;QfU9gQA+WP za2Bq98e8G(FFySRtC z-YyBbs`>}?-z`h%s|54Y5#%=P;pVhSntrIeb-9+cYl@3wFoyAfi)a#q1zPY=qYo8w z-+o2q1U+FC8b?88dV~tplrWbUqnez<%uGmhD`lKxld@t2#NXA1Mz;*T=HHqn6S8@k zZgI#Zf)%V4n+mv?F{bRwIjkv`m8#=%zRX$BXT}J3s;qlphCq`I2wkb z4G6`i09!x{vqWK|li1@ml#0^08A4eURFom{D^uerhOZAHoI0C6{axbLQF@|{?nm9f z*ImreY8)%zO~lRmD80&w@U8nNV@i!1V6Kzd{s=q|&HqKdQvmT(=t`xSTeULa1<6is z59eaM3}QDhQg7{TuGOyOYZRZ{Tsgll^FU{W5BqSZR>xpTGB#TE;I# zFi!9yh)m(O@%q~~QsuO&x)wN{|IdgCIaI|9V+1Yf4f%qA`$7I=8xgKHjUe072Qf1=wQ4p<67q=gfzQ2K3K9n4XXFE)3zx$2E9AL`1=^G2izwdW zM0Jm)H%GLZ3;LAiOLI5VIV-hJya~l3&WNJMqI3s*l&<010s2cQ}Ka3z>j|!`Bj{p`^&ijH(LhISg_ZYak7hbcC6UuPO|yD zS#(fS6wZ}ZKzG`mhDC>^l-$)PJ4S#oupEnX#*GgRfdldVfQ0uy$z!Y zf#l`mRbP#2jq@gT4wq*! zK%$tqd&U#(E?EM2<JU;Lx-F(PAhrz_OsNXo`TeK=7?ui4U)^%r89A>+evBAQb0@bT<=eaM$|E2WE$Gp< zI@8HQaBWnxThk`TO&s474*{|hIO=^7v~kSFj?Ea)LN_r2c*e=4N2<@ZyxtX53Vji! zM0Y0uTl?yyO;L5wwRq>edZ7Uu8u;UgeqO?a;jx5(&-;om3^5#*I14|rqz7cMz%aLL zIPuO9+jj*KkNGo8RogW0wbbPO0o>TgJsBmQU^t&U9awxPaKZUY7{3&h>QF1yz!8>d zL^@fB8yvu>3lH&ndG&|iz;L57fQJK~)A#A`{DVN8dGogl!Plb`*)z4pV7LD1_tCOh zBtLY~yS8ENJ#*g;oZ0J29xPN&v<#%3Ib4xL1fV8>C-KWjqa>*M6g=}s^_nQ_qg)o{7)1O(eiVUu zu78$K_ne>Q&_CzsUk8Tg`jY6Jx4fW_x}sNkwlbaj_BLfY4mdg-ZJGH^2bx+k>&i3h zcKxJrUuU^vPg7gwjsxwPoqIFu__n6z_6$dBYi7r;=H|@yz5DicI5VCxz>c;iM@Lg5 S+qtX5$<{cV*rJkh9{vYrfRCsE literal 0 HcmV?d00001 diff --git a/WPrefs.app/xpm/Makefile.am b/WPrefs.app/xpm/Makefile.am index 0151f987..7b5130ee 100644 --- a/WPrefs.app/xpm/Makefile.am +++ b/WPrefs.app/xpm/Makefile.am @@ -33,6 +33,7 @@ xpmdata_DATA = \ oldstyle.xpm \ opaque.xpm \ paths.xpm \ + smooth.xpm \ sound.xpm \ speed0.xpm \ speed0s.xpm \ diff --git a/WPrefs.app/xpm/Makefile.in b/WPrefs.app/xpm/Makefile.in index ec6a7e26..f732b3ce 100644 --- a/WPrefs.app/xpm/Makefile.in +++ b/WPrefs.app/xpm/Makefile.in @@ -90,7 +90,7 @@ wprefsdir = @wprefsdir@ xpmdatadir = $(wprefsdir)/xpm -xpmdata_DATA = advancetonewworkspace.xpm animations.xpm appearance.xpm clip.xpm configs.xpm cycleworkspaces.xpm dock.xpm dontlinkworkspaces.xpm ergonomic.xpm ergowood.xpm expert.xpm fonts.xpm iconprefs.xpm keyboard.xpm keyboardprefs.xpm keyshortcuts.xpm menualign1.xpm menualign2.xpm menuprefs.xpm menus.xpm minimouseleft.xpm minimousemiddle.xpm minimouseright.xpm miscprefs2.xpm moreanim.xpm mousesettings.xpm mousespeed.xpm newstyle.xpm nonopaque.xpm oldstyle.xpm opaque.xpm paths.xpm sound.xpm speed0.xpm speed0s.xpm speed1.xpm speed1s.xpm speed2.xpm speed2s.xpm speed3.xpm speed3s.xpm speed4.xpm speed4s.xpm temp.xpm theme.xpm timer0.xpm timer0s.xpm timer1.xpm timer1s.xpm timer2.xpm timer2s.xpm timer3.xpm timer3s.xpm timer4.xpm timer4s.xpm timer5.xpm timer5s.xpm whandling.xpm windowfocus.xpm workspace.xpm xis.xpm +xpmdata_DATA = advancetonewworkspace.xpm animations.xpm appearance.xpm clip.xpm configs.xpm cycleworkspaces.xpm dock.xpm dontlinkworkspaces.xpm ergonomic.xpm ergowood.xpm expert.xpm fonts.xpm iconprefs.xpm keyboard.xpm keyboardprefs.xpm keyshortcuts.xpm menualign1.xpm menualign2.xpm menuprefs.xpm menus.xpm minimouseleft.xpm minimousemiddle.xpm minimouseright.xpm miscprefs2.xpm moreanim.xpm mousesettings.xpm mousespeed.xpm newstyle.xpm nonopaque.xpm oldstyle.xpm opaque.xpm paths.xpm smooth.xpm sound.xpm speed0.xpm speed0s.xpm speed1.xpm speed1s.xpm speed2.xpm speed2s.xpm speed3.xpm speed3s.xpm speed4.xpm speed4s.xpm temp.xpm theme.xpm timer0.xpm timer0s.xpm timer1.xpm timer1s.xpm timer2.xpm timer2s.xpm timer3.xpm timer3s.xpm timer4.xpm timer4s.xpm timer5.xpm timer5s.xpm whandling.xpm windowfocus.xpm workspace.xpm xis.xpm EXTRA_DIST = $(xpmdata_DATA) @@ -109,9 +109,9 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WPrefs.app/xpm/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu WPrefs.app/xpm/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -143,6 +143,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = WPrefs.app/xpm distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu WPrefs.app/xpm/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ diff --git a/WPrefs.app/xpm/newstyle.xpm b/WPrefs.app/xpm/newstyle.xpm index 119101f0..8b9d5b47 100644 --- a/WPrefs.app/xpm/newstyle.xpm +++ b/WPrefs.app/xpm/newstyle.xpm @@ -1,66 +1,44 @@ /* XPM */ static char * image_name[] = { -"60 45 18 1", -" c None", -". c #596559655965", -"X c #49244D344924", -"o c #514455555144", -"O c #C71BC71BC71B", -"+ c #861782078617", -"@ c #8E388A288E38", -"# c #618561856185", -"$ c #965892489658", -"% c #410345144103", -"& c #38E338E338E3", -"* c #71C675D671C6", -"= c #000000000000", -"- c #28A2249228A2", -"; c #082008200820", -": c #28A228A228A2", -"> c #FFFFFFFFFFFF", -", c #AEBAAAAAAEBA", -" ..........XX. ", -" o.XOOOOOOOOOOO+@oX ", -" .oOOOOOOOOOOOOOOOOOO. ", -" .OOOOOOOOOOOOOOOOOOOOO# ", -" .OOOOOOOOOOO@OOOOOOOOOOO.. ", -" #OOOOOOO@+$+@+$+@+$%X+OOOOOo# ", -" .OOOOOO&X&X&X&X&X&X&@+OOOOOOOO.", -" .OOOO%X%OOOOOOOOOOOOOOOOOOOOOOOO", -" .+OOX&OOOOOOOOOOOOOOOOOOOOOOOOOOO", -" #+OOXOOOOOOOOOOOOOOOOOOOOOOOOOOOOO", -" .+OOO&OOOOOOOOOOOOOOOOOOOOOOOOOOOOO", -" .+OOO+XOOOOOOOOOOOOOOOOOOOOOOOOOOOOO", -"***************X=*************%X+@+X+X=X&X%X+@OOOOOOOOOOOOOO", -"---------------;=*-------:-:-:::X===========X%@OOOOOOOOOOOOO", -"---------------;=*------:-:-::::::::::=========@OOOOOOOOOOOO", -"---------------;=*------:--:-:::::::::==========OOOOOOOOOOOO", -"---------------;=*------:-:-::::::::::;==========OOOOOOOOOOO", -"---------------;=*-----:-:-:-:::::::::;===========@OOOOOOOOO", -"---------------;=*----->>-:-:::>>:::::;=============OOOOOOOO", -"---------------;=*----->>>-:-:>>>:::::;==============+OOOOOO", -"---------------;=*------>>>-:>>>::::::;===============%@+OOO", -"---------------;=*------->>>>>>:::::::;=================X+OO", -"---------------;=*------:->>>>::::::::;===============&X&@+O", -"---------------;=*------:->>>>::::::::;=====XX=====%X%X+@+O+", -"---------------;=*------:>>>>>>:::::::;====X %X====&X+X+@+O", -"---------------;=*------>>>:->>>::::::;===== %X%X=X%X+X+", -"---------------;=*----->>>-:-:>>>:::::;X==== &X&X&X", -"---------------;=*----->>--:-::>>:::::;%X=== %X%", -"---------------;=*-------::-::::::::::; &X= ", -"---------------;=*------:--:-:::::::::; ", -"---------------;=*------:-:-::::::::::; ", -"---------------;=*-----:-:-:-:::::::::; ", -";;;;;;;;;;;;;;;==*;;;;;;;;;;;;;;;;;;;;= ", -"======================================= ", -",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,= ", -",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,= ", -",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,= ", -",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,= ", -"ooooooooooooooooooooooooooooooooooo>,,= ", -"==================================,>,,= ", -">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>,>,,= ", -">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>,>,,= ", -">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>,>,,= ", -">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>,>,,= ", -">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>,>,,= "}; +"39 33 8 1", +" c #739C739C739C", +". c #4A524A524A52", +"X c #000000000000", +"o c #294A294A294A", +"O c #084208420842", +"+ c #FFFFFFFFFFFF", +"@ c #AD6AAD6AAD6A", +"# c #529452945294", +" .X X", +"oooooooooooooooOX ooooooooooooooooooooX", +"oooooooooooooooOX ooooooooooooooooooooX", +"oooooooooooooooOX ooooooooooooooooooooX", +"oooooooooooooooOX ooooooooooooooooooooO", +"oooooooooooooooOX ooooooooooooooooooooO", +"oooooooooooooooOX ooooo++oooooo++oooooO", +"oooooooooooooooOX ooooo+++oooo+++oooooO", +"oooooooooooooooOX oooooo+++oo+++ooooooO", +"oooooooooooooooOX ooooooo++++++oooooooO", +"oooooooooooooooOX oooooooo++++ooooooooO", +"oooooooooooooooOX oooooooo++++ooooooooO", +"oooooooooooooooOX ooooooo++++++oooooooO", +"oooooooooooooooOX oooooo+++oo+++ooooooO", +"oooooooooooooooOX ooooo+++oooo+++oooooO", +"oooooooooooooooOX ooooo++oooooo++oooooO", +"oooooooooooooooOX ooooooooooooooooooooO", +"oooooooooooooooOX ooooooooooooooooooooO", +"oooooooooooooooOX ooooooooooooooooooooO", +"oooooooooooooooOX ooooooooooooooooooooO", +"OOOOOOOOOOOOOOOXX OOOOOOOOOOOOOOOOOOOOX", +"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@X", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@X", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@X", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@X", +"###################################+@@X", +"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX@+@@X", +"++++++++++++++++++++++++++++++++++@+@@X", +"++++++++++++++++++++++++++++++++++@+@@X", +"++++++++++++++++++++++++++++++++++@+@@X", +"++++++++++++++++++++++++++++++++++@+@@X", +"++++++++++++++++++++++++++++++++++@+@@X"}; diff --git a/WPrefs.app/xpm/oldstyle.xpm b/WPrefs.app/xpm/oldstyle.xpm index bb1eaba1..da82711b 100644 --- a/WPrefs.app/xpm/oldstyle.xpm +++ b/WPrefs.app/xpm/oldstyle.xpm @@ -1,69 +1,45 @@ /* XPM */ static char * image_name[] = { -"60 45 21 1", -" c None", -". c #596559655965", -"X c #49244D344924", -"o c #514455555144", -"O c #C71BC71BC71B", -"+ c #861782078617", -"@ c #8E388A288E38", -"# c #618561856185", -"$ c #965892489658", -"% c #410345144103", -"& c #38E338E338E3", -"* c #71C675D671C6", -"= c #000000000000", -"- c #208120812081", -"; c #28A2249228A2", -": c #28A228A228A2", -"> c #FFFFFFFFFFFF", -", c #082008200820", -"< c #A699A699A699", -"1 c #082004100820", -"2 c #AEBAAAAAAEBA", -" ..........XX. ", -" o.XOOOOOOOOOOO+@oX ", -" .oOOOOOOOOOOOOOOOOOO. ", -" .OOOOOOOOOOOOOOOOOOOOO# ", -" .OOOOOOOOOOO@OOOOOOOOOOO.. ", -" #OOOOOOO@+$+@+$+@+$%X+OOOOOo# ", -" .OOOOOO&X&X&X&X&X&X&@+OOOOOOOO..", -" .OOOO%X%OOOOOOOOOOOOOOOOOOOOOOOOO", -" .+OOX&OOOOOOOOOOOOOOOOOOOOOOOOOOOO", -" #+OOXOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO", -" .+OOO&OOOOOOOOOOOOOOOOOOOOOOOOOOOOOO", -" .+OOO+XOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO", -"*****************************%X+@+X+X=X&X%X+@OOOOOOOOOOOOOOO", -"-------------------;;;;;;;:;:::X===========X%@OOOOOOOOOOOOOO", -"-------------------;;;;;;;;::::::::::=========@OOOOOOOOOOOOO", -"-------------------;;;;;;;:;:::::::::==========OOOOOOOOOOOOO", -"-------------------;>>>>>>>>>>>>>>:::,==========OOOOOOOOOOOO", -"-------------------;><<<<<<<<<<<<=o<<<<<<<<<<<<<<<<<<=o<<<<<<<<<<<<<<<<ooooooooooooo:::, ", -"-------------------;;;;;;;;;:::::::::, ", -"-------------------;;;;;;;:;:::::::::, ", -"11111111111111111111111111111111,,,,,= ", -"====================================== ", -"2222222222222222222222222222222222222= ", -"2222222222222222222222222222222222222= ", -"2222222222222222222222222222222222222= ", -"2222222222222222222222222222222222222= ", -"oooooooooooooooooooooooooooooooooo>22= ", -"=================================2>22= ", -">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>2>22= ", -">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>2>22= ", -">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>2>22= ", -">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>2>22= ", -">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>2>22= "}; +"38 33 9 1", +" c #739C739C739C", +". c #000000000000", +"X c #210821082108", +"o c #294A294A294A", +"O c #FFFFFFFFFFFF", +"+ c #084208420842", +"@ c #A528A528A528", +"# c #529452945294", +"$ c #AD6AAD6AAD6A", +" .", +"XXXXXXXXXXXXXXXXXXXoooooooooooooooooo.", +"XXXXXXXXXXXXXXXXXXXoooooooooooooooooo.", +"XXXXXXXXXXXXXXXXXXXoooooooooooooooooo.", +"XXXXXXXXXXXXXXXXXXXoOOOOOOOOOOOOOOooo+", +"XXXXXXXXXXXXXXXXXXXoO@@@@@@@@@@@@#ooo+", +"XXXXXXXXXXXXXXXXXXXoO@.#@@@@@@#.@#ooo+", +"XXXXXXXXXXXXXXXXXXXoO@#.#@@@@#.#@#ooo+", +"XXXXXXXXXXXXXXXXXXXoO@@#.#@@#.#@@#ooo+", +"XXXXXXXXXXXXXXXXXXXoO@@@#.##.#@@@#ooo+", +"XXXXXXXXXXXXXXXXXXXoO@@@@#..#@@@@#ooo+", +"XXXXXXXXXXXXXXXXXXXoO@@@@#..#@@@@#ooo+", +"XXXXXXXXXXXXXXXXXXXoO@@@#.##.#@@@#ooo+", +"XXXXXXXXXXXXXXXXXXXoO@@#.#@@#.#@@#ooo+", +"XXXXXXXXXXXXXXXXXXXoO@#.#@@@@#.#@#ooo+", +"XXXXXXXXXXXXXXXXXXXoO@.#@@@@@@#.@#ooo+", +"XXXXXXXXXXXXXXXXXXXoO@@@@@@@@@@@@#ooo+", +"XXXXXXXXXXXXXXXXXXXoO#############ooo+", +"XXXXXXXXXXXXXXXXXXXoooooooooooooooooo+", +"XXXXXXXXXXXXXXXXXXXoooooooooooooooooo+", +"+++++++++++++++++++++++++++++++++++++.", +"......................................", +"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$.", +"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$.", +"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$.", +"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$.", +"##################################O$$.", +".................................$O$$.", +"OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO$O$$.", +"OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO$O$$.", +"OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO$O$$.", +"OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO$O$$.", +"OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO$O$$."}; diff --git a/WPrefs.app/xpm/smooth.xpm b/WPrefs.app/xpm/smooth.xpm new file mode 100644 index 00000000..c3414df5 --- /dev/null +++ b/WPrefs.app/xpm/smooth.xpm @@ -0,0 +1,131 @@ +/* XPM */ +static char * image_name[] = { +"24 24 104 2", +" c #318C5AD60842", +". c #318C63180842", +"X c #39CE5AD60842", +"o c #4210631818C6", +"O c #18C6294A0842", +"+ c #18C6294A0000", +"@ c #18C6318C0000", +"# c #210839CE0000", +"$ c #421052941084", +"% c #6B5A739C294A", +"& c #63187BDE2108", +"* c #5AD67BDE18C6", +"= c #52946B5A2108", +"- c #4A526B5A2108", +"; c #4A5263181084", +": c #210842100000", +"> c #18C639CE0000", +", c #318C63180000", +"< c #42106B5A0842", +"1 c #318C5AD60000", +"2 c #294A52940842", +"3 c #39CE63180000", +"4 c #39CE52941084", +"5 c #2108318C0000", +"6 c #318C42100842", +"7 c #42105AD618C6", +"8 c #5AD6739C294A", +"9 c #6B5A7BDE318C", +"0 c #4A526B5A1084", +"q c #4A526B5A0842", +"w c #42106B5A0000", +"e c #4A52739C0842", +"r c #4A52739C1084", +"t c #39CE63181084", +"y c #294A4A520842", +"u c #318C5AD61084", +"i c #39CE63180842", +"p c #421063181084", +"a c #294A39CE1084", +"s c #52946B5A294A", +"d c #5AD66B5A2108", +"f c #5AD6739C18C6", +"g c #52946B5A18C6", +"h c #318C52940842", +"j c #318C4A521084", +"k c #39CE5AD618C6", +"l c #39CE6B5A0842", +"z c #39CE6B5A0000", +"x c #42106B5A1084", +"c c #294A52940000", +"v c #39CE5AD61084", +"b c #5294739C294A", +"n c #52947BDE18C6", +"m c #4A526B5A18C6", +"M c #5AD6739C1084", +"N c #5AD6739C0842", +"B c #318C4A520842", +"V c #294A5AD60000", +"C c #5294739C18C6", +"Z c #5AD67BDE0842", +"A c #294A4A520000", +"S c #52946B5A0842", +"D c #39CE52940000", +"F c #318C52940000", +"G c #210852940000", +"H c #21084A520000", +"J c #52946B5A0000", +"K c #5294739C0842", +"L c #318C4A5218C6", +"P c #42105AD60000", +"I c #18C642100000", +"U c #4A526B5A0000", +"Y c #42105AD61084", +"T c #294A42100842", +"R c #421063180000", +"E c #4210529418C6", +"W c #294A39CE0842", +"Q c #39CE529418C6", +"! c #42106B5A18C6", +"~ c #4A5263180842", +"^ c #4A52739C0000", +"/ c #4A52631818C6", +"( c #18C639CE0842", +") c #421063180842", +"_ c #5294739C0000", +"` c #294A42101084", +"' c #2108294A1084", +"] c #2108318C0842", +"[ c #39CE5AD60000", +"{ c #52946B5A1084", +"} c #18C621080842", +"| c #108410840000", +" . c #18C618C60000", +".. c #39CE4A520842", +"X. c #5AD67BDE0000", +"o. c #5AD6739C0000", +"O. c #318C42101084", +"+. c #52947BDE0000", +"@. c #108418C60842", +"#. c #084208420842", +"$. c #084208420000", +"%. c #2108318C1084", +"&. c #084218C60000", +"*. c #108421080842", +" . . X . o O + @ # $ % & * = - ; : > > ", +", < 1 2 1 1 3 4 + 5 6 7 8 9 & 0 0 q w e r t y ", +"1 w 1 u , i p @ a 7 s d f g h j k . l z w < x ", +". i . c . x v 7 b n m M N q j B i , . z z l ", +"1 V t < & & * n C C 0 N Z X h B A . , , , l ", +"c c 2 v y p C S S g k h D F F v u . , , ", +"G H 2 G 1 t 2 o 0 S J K 4 L B D P 0 p , , ", +"G I y G 1 p 0 U J U K Y j 6 4 p w l < i , , ", +"y T : G V - 0 < R U q M E W W 2 , z z l , , 1 ", +"Q # : G ! x q R ~ U ^ ~ 5 @ # F 3 w w w w l l ", +"/ # ( G o m q U ) R q _ ; @ @ : X < w w w 3 3 3 ", +"m ( ( o m 0 ) 3 ~ U U U 4 @ > A 1 w w z z z , l ", +"; ` W m ) i X ~ R ) U ~ ' O ] B i < w l w , . . ", +"p ` Q o i i [ ) R R R { } | } ] ` y 4 o 0 C C r ", +"X Y o [ . 3 ~ R 3 q q 4 | .+ 6 ..; C C Z N X.o.", +"[ X [ i 1 [ P 3 R U 0 O } O.; M K _ _ ^ _ _ _ Z ", +"3 1 1 3 1 ) 3 ) < U 4 T Y K +.K ^ _ ^ _ _ N _ Z ", +"3 h X [ q R R U U U Y q K e ^ ^ ^ U _ _ _ _ X.M ", +"X 1 1 ) ~ ) R R ) [ q U ^ U q U K _ ^ _ _ +.Z 4 ", +"3 1 i 0 i 3 i 3 F < w < q U K S K U ^ ^ _ 0 6 @.", +"[ 1 3 ~ w 3 i h i w ^ U S K U U ^ _ _ K Z a @.#.", +"3 [ 0 R R < [ ) w U _ o.K U U U ^ K _ Z O.#.$.$.", +"3 q q 3 U R R U U _ N J U ^ K U K _ Y %.#.#.#.| ", +"R e U w R U U _ N U U U ^ ^ U K S $ } | @.@.&.*."}; diff --git a/WindowMaker/Backgrounds/Makefile.in b/WindowMaker/Backgrounds/Makefile.in index e595ae1e..31a9eb6d 100755 --- a/WindowMaker/Backgrounds/Makefile.in +++ b/WindowMaker/Backgrounds/Makefile.in @@ -108,9 +108,9 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WindowMaker/Backgrounds/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu WindowMaker/Backgrounds/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -142,6 +142,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = WindowMaker/Backgrounds distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu WindowMaker/Backgrounds/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ diff --git a/WindowMaker/Defaults/Makefile.in b/WindowMaker/Defaults/Makefile.in index b60427d4..cb8beac7 100755 --- a/WindowMaker/Defaults/Makefile.in +++ b/WindowMaker/Defaults/Makefile.in @@ -110,9 +110,9 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WindowMaker/Defaults/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu WindowMaker/Defaults/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -144,6 +144,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = WindowMaker/Defaults distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu WindowMaker/Defaults/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ diff --git a/WindowMaker/IconSets/Makefile.in b/WindowMaker/IconSets/Makefile.in index b79e6bd8..689abe87 100755 --- a/WindowMaker/IconSets/Makefile.in +++ b/WindowMaker/IconSets/Makefile.in @@ -110,9 +110,9 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WindowMaker/IconSets/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu WindowMaker/IconSets/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -144,6 +144,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = WindowMaker/IconSets distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu WindowMaker/IconSets/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ diff --git a/WindowMaker/Icons/Makefile.in b/WindowMaker/Icons/Makefile.in index ad3482f1..181b4606 100755 --- a/WindowMaker/Icons/Makefile.in +++ b/WindowMaker/Icons/Makefile.in @@ -109,9 +109,9 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WindowMaker/Icons/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu WindowMaker/Icons/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -143,6 +143,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = WindowMaker/Icons distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu WindowMaker/Icons/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ diff --git a/WindowMaker/Makefile.in b/WindowMaker/Makefile.in index dd50cd04..8803c97d 100755 --- a/WindowMaker/Makefile.in +++ b/WindowMaker/Makefile.in @@ -111,9 +111,9 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WindowMaker/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu WindowMaker/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -231,6 +231,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = WindowMaker distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu WindowMaker/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ diff --git a/WindowMaker/Pixmaps/Makefile.in b/WindowMaker/Pixmaps/Makefile.in index 743af042..d328f890 100755 --- a/WindowMaker/Pixmaps/Makefile.in +++ b/WindowMaker/Pixmaps/Makefile.in @@ -109,9 +109,9 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WindowMaker/Pixmaps/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu WindowMaker/Pixmaps/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -143,6 +143,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = WindowMaker/Pixmaps distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu WindowMaker/Pixmaps/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ diff --git a/WindowMaker/Styles/Makefile.in b/WindowMaker/Styles/Makefile.in index d6e956fd..8c387c25 100755 --- a/WindowMaker/Styles/Makefile.in +++ b/WindowMaker/Styles/Makefile.in @@ -109,9 +109,9 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WindowMaker/Styles/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu WindowMaker/Styles/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -143,6 +143,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = WindowMaker/Styles distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu WindowMaker/Styles/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ diff --git a/WindowMaker/Themes/Makefile.in b/WindowMaker/Themes/Makefile.in index d37c2f78..ecc620ab 100755 --- a/WindowMaker/Themes/Makefile.in +++ b/WindowMaker/Themes/Makefile.in @@ -110,9 +110,9 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps WindowMaker/Themes/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu WindowMaker/Themes/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -230,6 +230,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = WindowMaker/Themes distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu WindowMaker/Themes/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ diff --git a/WindowMaker/plmenu.it b/WindowMaker/plmenu.it new file mode 100644 index 00000000..34214395 --- /dev/null +++ b/WindowMaker/plmenu.it @@ -0,0 +1,128 @@ +("Applicazioni", + ("Informazioni", + ("Info Panel...", INFO_PANEL), + ("Legal...", LEGAL_PANEL), + ("Console di sistema", EXEC, "xconsole"), + ("Carico del Sistema", EXEC, "xosview || xload"), + ("Lista dei Processi", EXEC, "xterm -e top"), + ("Ricerca Manuali", EXEC, "xman") + ), + ("Esegui...", EXEC, "%a(Esegui,Scrivi il comando da eseguire:)"), + ("XTerm", EXEC, "xterm -sb"), + ("Rxvt", EXEC, "rxvt -bg black -fg white -fn fixed"), + ("Workspace", WORKSPACE_MENU), + ("Programmi", + ("Grafica", + ("Gimp", EXEC, "gimp >/dev/null"), + ("XV", EXEC, "xv"), + ("XPaint", EXEC, "xpaint"), + ("XFig", EXEC, "xfig") + ), + ("X File Manager", EXEC, "xfm"), + ("OffiX Files", EXEC, "files"), + ("LyX", EXEC, "lyx"), + ("Netscape", EXEC, "netscape"), + ("Ghostview", EXEC, "ghostview %a(Enter file to view)"), + ("Acrobat", EXEC, "/usr/local/Acrobat3/bin/acroread %a(Enter PDF to +view)"), + ("TkDesk", EXEC, "tkdesk") + ), + ("Editor", + ("XFte", EXEC, "xfte"), + ("XEmacs", EXEC, "xemacs || emacs"), + ("XJed", EXEC, "xjed"), + ("NEdit", EXEC, "nedit"), + ("Xedit", EXEC, "xedit"), + ("VI", EXEC, "xterm -e vi") + ), + ("Varie", + ("Xmcd", EXEC, "xmcd 2> /dev/null"), + ("Xplaycd", EXEC, "xplaycd"), + ("Xmixer", EXEC, "xmixer") + ), + ("Utilità", + ("Calcolatrice", EXEC, "xcalc"), + ("Proprietà finestra", EXEC, "xprop | xmessage -center -title 'xprop' +-file -"), + ("Selezione Font", EXEC, "xfontsel"), + ("Emulatore di terminale", EXEC, "xminicom"), + ("Lente", EXEC, "xmag"), + ("Mappa Colori", EXEC, "xcmap"), + ("Assasino X", EXEC, "xkill"), + ("ASClock", EXEC, "asclock -shape"), + ("Clipboard", EXEC, "xclipboard") + ), + ("Selezione", + ("Copia", EXEC, "echo '%s' | wxcopy"), + ("Spedisci a...", EXEC, "xterm -name mail -T Pine -e pine %s"), + ("Naviga", EXEC, "netscape %s"), + ("Cerca nei Manuali", EXEC, "MANUAL_SEARCH(%s)") + ), + ("Workspace", + ("Nascondi gli altri", HIDE_OTHERS), + ("Mostra Tutti", SHOW_ALL), + ("Riordina Icone", ARRANGE_ICONS), + ("Refresh", REFRESH), + ("Lock", EXEC, "xlock -allowroot -usefirst"), + ("Salva Sessione", SAVE_SESSION), + ("Cancella Sessione salvata", CLEAR_SESSION) + ), + ("Visualizzazione", + ("Temi", OPEN_MENU, "-noext /usr/X11R6/share/WindowMaker/Themes +~/GNUstep/Library/WindowMaker/Themes WITH setstyle"), + ("Stili", OPEN_MENU, "-noext /usr/X11R6/share/WindowMaker/Styles +~/GNUstep/Library/WindowMaker/Styles WITH setstyle"), + ("Set di Icone", OPEN_MENU, "-noext /usr/X11R6/share/WindowMaker/IconSets +~/GNUstep/Library/WindowMaker/IconSets WITH seticons"), + ("Sfondo", + ("Tinta unita", + ("Nero", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, black)'"), + ("Blu-Grigio", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, +\"#505075\")'"), + ("Indaco", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, +\"#243e6c\")'"), + ("Blue", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, +\"#180090\")'"), + ("Viola", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, +\"#554466\")'"), + ("Beige", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, wheat4)'"), + ("Grigio", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, +\"#333340\")'"), + ("Vinaccia", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, +\"#400020\")'") + ), + ("Sfumato", + ("Tramonto", EXEC, "wdwrite WindowMaker WorkspaceBack '(mvgradient, +deepskyblue4, black, deepskyblue4, tomato4)'"), + ("Cielo", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, blue4, +white)'"), + ("Sfumature Blu", EXEC, "wdwrite WindowMaker WorkspaceBack +'(vgradient, \"#7080a5\", \"#101020\")'"), + ("Sfumature Indaco", EXEC, "wdwrite WindowMaker WorkspaceBack +'(vgradient, \"#746ebc\", \"#242e4c\")'"), + ("Sfumature Viola", EXEC, "wdwrite WindowMaker WorkspaceBack +'(vgradient, \"#654c66\", \"#151426\")'"), + ("Sfumature Beige", EXEC, "wdwrite WindowMaker WorkspaceBack +'(vgradient, \"#a09060\", \"#302010\")'"), + ("Sfumature Grigie", EXEC, "wdwrite WindowMaker WorkspaceBack +'(vgradient, \"#636380\", \"#131318\")'"), + ("Sfumature Vinaccia", EXEC, "wdwrite WindowMaker WorkspaceBack +'(vgradient, \"#600040\", \"#180010\")'") + ), + ("Immagini", OPEN_MENU, "-noext /usr/X11R6/share/WindowMaker/Backgrounds +~/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t") + ), + ("Salva il tema", EXEC, "getstyle -t +~/GNUstep/Library/WindowMaker/Themes/\"%a(Nome Tema)\""), + ("Salva il set icone", EXEC, "geticonset +~/GNUstep/Library/WindowMaker/IconSets/\"%a(Nome IconSet)\"") + ), + ("Esci", + ("Riavvia", RESTART), + ("Avvia BlackBox", RESTART, blackbox), + ("Avvia kwm", RESTART, kwm), + ("Avvia IceWM", RESTART, icewm), + ("Esci...", EXIT), + ("Uccidi sessione...", SHUTDOWN) + ) +) diff --git a/contrib/Makefile.am b/contrib/Makefile.am new file mode 100644 index 00000000..390595ab --- /dev/null +++ b/contrib/Makefile.am @@ -0,0 +1,4 @@ + + +EXTRA_DIST = README single_click.diff + diff --git a/contrib/Makefile.in b/contrib/Makefile.in new file mode 100644 index 00000000..97affc65 --- /dev/null +++ b/contrib/Makefile.in @@ -0,0 +1,199 @@ +# Makefile.in generated automatically by automake 1.4 from Makefile.am + +# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + + +SHELL = @SHELL@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +prefix = @prefix@ +exec_prefix = @exec_prefix@ + +bindir = @bindir@ +sbindir = @sbindir@ +libexecdir = @libexecdir@ +datadir = @datadir@ +sysconfdir = @sysconfdir@ +sharedstatedir = @sharedstatedir@ +localstatedir = @localstatedir@ +libdir = @libdir@ +infodir = @infodir@ +mandir = @mandir@ +includedir = @includedir@ +oldincludedir = /usr/include + +DESTDIR = + +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ + +top_builddir = .. + +ACLOCAL = @ACLOCAL@ +AUTOCONF = @AUTOCONF@ +AUTOMAKE = @AUTOMAKE@ +AUTOHEADER = @AUTOHEADER@ + +INSTALL = @INSTALL@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +transform = @program_transform_name@ + +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +host_alias = @host_alias@ +host_triplet = @host@ +CC = @CC@ +CPP_PATH = @CPP_PATH@ +DFLAGS = @DFLAGS@ +DLLIBS = @DLLIBS@ +GFXLIBS = @GFXLIBS@ +HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@ +ICONEXT = @ICONEXT@ +INTLIBS = @INTLIBS@ +LD = @LD@ +LIBPL = @LIBPL@ +LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@ +LIBTOOL = @LIBTOOL@ +LITE = @LITE@ +LN_S = @LN_S@ +MAKEINFO = @MAKEINFO@ +MOFILES = @MOFILES@ +NLSDIR = @NLSDIR@ +NM = @NM@ +PACKAGE = @PACKAGE@ +RANLIB = @RANLIB@ +VERSION = @VERSION@ +WPMOFILES = @WPMOFILES@ +XCFLAGS = @XCFLAGS@ +XGETTEXT = @XGETTEXT@ +XLFLAGS = @XLFLAGS@ +XLIBS = @XLIBS@ +X_EXTRA_LIBS = @X_EXTRA_LIBS@ +wprefsdir = @wprefsdir@ + +EXTRA_DIST = README single_click.diff +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = ../src/config.h +CONFIG_CLEAN_FILES = +DIST_COMMON = README Makefile.am Makefile.in + + +DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) + +TAR = tar +GZIP_ENV = --best +all: all-redirect +.SUFFIXES: +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && $(AUTOMAKE) --gnu contrib/Makefile + +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) + cd $(top_builddir) \ + && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status + +tags: TAGS +TAGS: + + +distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) + +subdir = contrib + +distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu contrib/Makefile + @for file in $(DISTFILES); do \ + d=$(srcdir); \ + if test -d $$d/$$file; then \ + cp -pr $$/$$file $(distdir)/$$file; \ + else \ + test -f $(distdir)/$$file \ + || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ + || cp -p $$d/$$file $(distdir)/$$file || :; \ + fi; \ + done +info-am: +info: info-am +dvi-am: +dvi: dvi-am +check-am: all-am +check: check-am +installcheck-am: +installcheck: installcheck-am +install-exec-am: +install-exec: install-exec-am + +install-data-am: +install-data: install-data-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am +install: install-am +uninstall-am: +uninstall: uninstall-am +all-am: Makefile +all-redirect: all-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install +installdirs: + + +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -rm -f Makefile $(CONFIG_CLEAN_FILES) + -rm -f config.cache config.log stamp-h stamp-h[0-9]* + +maintainer-clean-generic: +mostlyclean-am: mostlyclean-generic + +mostlyclean: mostlyclean-am + +clean-am: clean-generic mostlyclean-am + +clean: clean-am + +distclean-am: distclean-generic clean-am + -rm -f libtool + +distclean: distclean-am + +maintainer-clean-am: maintainer-clean-generic distclean-am + @echo "This command is intended for maintainers to use;" + @echo "it deletes files that may require special tools to rebuild." + +maintainer-clean: maintainer-clean-am + +.PHONY: tags distdir info-am info dvi-am dvi check check-am \ +installcheck-am installcheck install-exec-am install-exec \ +install-data-am install-data install-am install uninstall-am uninstall \ +all-redirect all-am all installdirs mostlyclean-generic \ +distclean-generic clean-generic maintainer-clean-generic clean \ +mostlyclean distclean maintainer-clean + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/contrib/README b/contrib/README new file mode 100644 index 00000000..dbb41e9e --- /dev/null +++ b/contrib/README @@ -0,0 +1,4 @@ + +This directory contains some patches contributed by ppl. Do NOT mail the +wmaker developers for any problems with them. + diff --git a/contrib/single_click.diff b/contrib/single_click.diff new file mode 100644 index 00000000..a6e3456a --- /dev/null +++ b/contrib/single_click.diff @@ -0,0 +1,361 @@ +diff -rc WindowMaker-0.52.0.ori/WPrefs.app/Appearance.c WindowMaker-0.52.0/WPrefs.app/Appearance.c +*** WindowMaker-0.52.0.ori/WPrefs.app/Appearance.c Mon Mar 22 12:16:49 1999 +--- WindowMaker-0.52.0/WPrefs.app/Appearance.c Wed Apr 21 08:24:11 1999 +*************** +*** 1286,1315 **** + + setupTextureFor(panel->texLs, "FTitleBack", "(solid, black)", + "[Focused]", i); +! panel->textureIndex[i] = i++; + + setupTextureFor(panel->texLs, "UTitleBack", "(solid, gray)", + "[Unfocused]", i); +! panel->textureIndex[i] = i++; + + setupTextureFor(panel->texLs, "PTitleBack", "(solid, \"#616161\")", + "[Owner of Focused]", i); +! panel->textureIndex[i] = i++; + + setupTextureFor(panel->texLs, "MenuTitleBack", "(solid, black)", + "[Menu Title]", i); +! panel->textureIndex[i] = i++; + + setupTextureFor(panel->texLs, "MenuTextBack", "(solid, gray)", + "[Menu Item]", i); +! panel->textureIndex[i] = i++; + + setupTextureFor(panel->texLs, "IconBack", "(solid, gray)", "[Icon]", i); +! panel->textureIndex[i] = i++; + /* + setupTextureFor(panel->texLs, "WorkspaceBack", "(solid, black)", + "[Workspace]", i); +! panel->textureIndex[i] = i++; + */ + + updatePreviewBox(panel, EVERYTHING); +--- 1286,1315 ---- + + setupTextureFor(panel->texLs, "FTitleBack", "(solid, black)", + "[Focused]", i); +! panel->textureIndex[i++] = i; + + setupTextureFor(panel->texLs, "UTitleBack", "(solid, gray)", + "[Unfocused]", i); +! panel->textureIndex[i++] = i; + + setupTextureFor(panel->texLs, "PTitleBack", "(solid, \"#616161\")", + "[Owner of Focused]", i); +! panel->textureIndex[i++] = i; + + setupTextureFor(panel->texLs, "MenuTitleBack", "(solid, black)", + "[Menu Title]", i); +! panel->textureIndex[i++] = i; + + setupTextureFor(panel->texLs, "MenuTextBack", "(solid, gray)", + "[Menu Item]", i); +! panel->textureIndex[i++] = i; + + setupTextureFor(panel->texLs, "IconBack", "(solid, gray)", "[Icon]", i); +! panel->textureIndex[i++] = i; + /* + setupTextureFor(panel->texLs, "WorkspaceBack", "(solid, black)", + "[Workspace]", i); +! panel->textureIndex[i++] = i; + */ + + updatePreviewBox(panel, EVERYTHING); +diff -rc WindowMaker-0.52.0.ori/WPrefs.app/Expert.c WindowMaker-0.52.0/WPrefs.app/Expert.c +*** WindowMaker-0.52.0.ori/WPrefs.app/Expert.c Thu Mar 18 17:39:22 1999 +--- WindowMaker-0.52.0/WPrefs.app/Expert.c Thu Apr 15 09:02:54 1999 +*************** +*** 31,37 **** + + WMWindow *win; + +! WMButton *swi[5]; + + } _Panel; + +--- 31,37 ---- + + WMWindow *win; + +! WMButton *swi[6]; + + } _Panel; + +*************** +*** 50,55 **** +--- 50,56 ---- + WMSetButtonSelected(panel->swi[2], GetBoolForKey("SaveSessionOnExit")); + WMSetButtonSelected(panel->swi[3], GetBoolForKey("UseSaveUnders")); + WMSetButtonSelected(panel->swi[4], GetBoolForKey("DisableBlinking")); ++ WMSetButtonSelected(panel->swi[5], GetBoolForKey("SingleClickLaunch")); + } + + +*************** +*** 63,69 **** + WMResizeWidget(panel->frame, FRAME_WIDTH, FRAME_HEIGHT); + WMMoveWidget(panel->frame, FRAME_LEFT, FRAME_TOP); + +! for (i=0; i<5; i++) { + panel->swi[i] = WMCreateSwitchButton(panel->frame); + WMResizeWidget(panel->swi[i], FRAME_WIDTH-40, 25); + WMMoveWidget(panel->swi[i], 20, 20+i*25); +--- 64,70 ---- + WMResizeWidget(panel->frame, FRAME_WIDTH, FRAME_HEIGHT); + WMMoveWidget(panel->frame, FRAME_LEFT, FRAME_TOP); + +! for (i=0; i<6; i++) { + panel->swi[i] = WMCreateSwitchButton(panel->frame); + WMResizeWidget(panel->swi[i], FRAME_WIDTH-40, 25); + WMMoveWidget(panel->swi[i], 20, 20+i*25); +*************** +*** 74,79 **** +--- 75,81 ---- + WMSetButtonText(panel->swi[2], _("Automatically save session when exiting WindowMaker")); + WMSetButtonText(panel->swi[3], _("Use SaveUnder in window frames, icons, menus and other objects")); + WMSetButtonText(panel->swi[4], _("Disable cycling color highlighting of icons.")); ++ WMSetButtonText(panel->swi[5], _("Launch applications and restore windows with a single click")); + + WMRealizeWidget(panel->frame); + WMMapSubwidgets(panel->frame); +*************** +*** 94,99 **** +--- 96,102 ---- + SetBoolForKey(WMGetButtonSelected(panel->swi[2]), "SaveSessionOnExit"); + SetBoolForKey(WMGetButtonSelected(panel->swi[3]), "UseSaveUnders"); + SetBoolForKey(WMGetButtonSelected(panel->swi[4]), "DisableBlinking"); ++ SetBoolForKey(WMGetButtonSelected(panel->swi[5]), "SingleClickLaunch"); + } + + +diff -rc WindowMaker-0.52.0.ori/src/WindowMaker.h WindowMaker-0.52.0/src/WindowMaker.h +*** WindowMaker-0.52.0.ori/src/WindowMaker.h Mon Mar 22 12:16:50 1999 +--- WindowMaker-0.52.0/src/WindowMaker.h Wed Apr 14 10:35:40 1999 +*************** +*** 348,353 **** +--- 348,356 ---- + /* shading animation */ + char shade_speed; + ++ /* single click to lauch applications */ ++ char single_click; ++ + int edge_resistance; + + struct { +diff -rc WindowMaker-0.52.0.ori/src/appicon.c WindowMaker-0.52.0/src/appicon.c +*** WindowMaker-0.52.0.ori/src/appicon.c Thu Apr 1 12:33:57 1999 +--- WindowMaker-0.52.0/src/appicon.c Wed Apr 14 10:38:03 1999 +*************** +*** 710,715 **** +--- 710,716 ---- + int shad_x = 0, shad_y = 0, docking=0, dockable, collapsed = 0; + int ix, iy; + int clickButton = event->xbutton.button; ++ Bool hasMoved; + Pixmap ghost = None; + + if (aicon->editing || WCHECK_STATE(WSTATE_MODAL)) +*************** +*** 758,763 **** +--- 759,765 ---- + dockable = canBeDocked(icon->owner); + + ++ hasMoved = False; + while (!done) { + WMMaskEvent(dpy, PointerMotionMask|ButtonReleaseMask|ButtonPressMask + |ButtonMotionMask|ExposureMask, &ev); +*************** +*** 767,772 **** +--- 769,775 ---- + break; + + case MotionNotify: ++ hasMoved = True; + if (!grabbed) { + if (abs(dx-ev.xmotion.x)>=MOVE_THRESHOLD + || abs(dy-ev.xmotion.y)>=MOVE_THRESHOLD) { +*************** +*** 917,922 **** +--- 920,928 ---- + XSetWindowBackground(dpy, scr->dock_shadow, scr->white_pixel); + } + done = 1; ++ if (!hasMoved && wPreferences.single_click) { ++ iconDblClick(desc, event); ++ } + break; + } + } +diff -rc WindowMaker-0.52.0.ori/src/defaults.c WindowMaker-0.52.0/src/defaults.c +*** WindowMaker-0.52.0.ori/src/defaults.c Mon Mar 22 12:16:51 1999 +--- WindowMaker-0.52.0/src/defaults.c Wed Apr 14 10:54:24 1999 +*************** +*** 445,450 **** +--- 445,453 ---- + {"DisableBlinking", "NO", NULL, + &wPreferences.dont_blink, getBool, NULL + }, ++ {"SingleClickLaunch", "NO", NULL, ++ &wPreferences.single_click, getBool, NULL ++ }, + #ifdef WEENDOZE_CYCLE + {"WindozeCycling","NO", NULL, + &wPreferences.windoze_cycling, getBool, NULL +diff -rc WindowMaker-0.52.0.ori/src/dock.c WindowMaker-0.52.0/src/dock.c +*** WindowMaker-0.52.0.ori/src/dock.c Mon Mar 22 12:16:51 1999 +--- WindowMaker-0.52.0/src/dock.c Wed Apr 14 10:37:30 1999 +*************** +*** 3484,3490 **** + + + +! static void + handleIconMove(WDock *dock, WAppIcon *aicon, XEvent *event) + { + WScreen *scr = dock->screen_ptr; +--- 3484,3490 ---- + + + +! static int + handleIconMove(WDock *dock, WAppIcon *aicon, XEvent *event) + { + WScreen *scr = dock->screen_ptr; +*************** +*** 3499,3507 **** + int ix = aicon->xindex, iy = aicon->yindex; + int tmp; + Pixmap ghost = None; +! Bool docked; + int superfluous = wPreferences.superfluous; /* we catch it to avoid problems */ + + if (wPreferences.flags.noupdates) + return; + +--- 3499,3508 ---- + int ix = aicon->xindex, iy = aicon->yindex; + int tmp; + Pixmap ghost = None; +! Bool docked, hasMoved; + int superfluous = wPreferences.superfluous; /* we catch it to avoid problems */ + ++ hasMoved = False; + if (wPreferences.flags.noupdates) + return; + +*************** +*** 3551,3556 **** +--- 3552,3558 ---- + break; + + case MotionNotify: ++ hasMoved = True; + if (!grabbed) { + if (abs(ofs_x-ev.xmotion.x)>=MOVE_THRESHOLD + || abs(ofs_y-ev.xmotion.y)>=MOVE_THRESHOLD) { +*************** +*** 3690,3696 **** + #ifdef DEBUG + puts("End icon move"); + #endif +! return; + } + } + } +--- 3692,3701 ---- + #ifdef DEBUG + puts("End icon move"); + #endif +! if (!hasMoved) { +! return 1; +! } +! return 0; + } + } + } +*************** +*** 3807,3813 **** + XUnmapWindow(dpy, scr->clip_balloon); + scr->flags.clip_balloon_mapped = 0; + } +! + #ifdef DEBUG + puts("handling dock"); + #endif +--- 3812,3818 ---- + XUnmapWindow(dpy, scr->clip_balloon); + scr->flags.clip_balloon_mapped = 0; + } +! + #ifdef DEBUG + puts("handling dock"); + #endif +*************** +*** 3830,3836 **** + else + handleDockMove(dock, aicon, event); + } else +! handleIconMove(dock, aicon, event); + + } else if (event->xbutton.button==Button2 && dock->type==WM_CLIP && + aicon->xindex==0 && aicon->yindex==0) { +--- 3835,3843 ---- + else + handleDockMove(dock, aicon, event); + } else +! if (handleIconMove(dock, aicon, event) != 0 && +! wPreferences.single_click) +! iconDblClick(desc, event); + + } else if (event->xbutton.button==Button2 && dock->type==WM_CLIP && + aicon->xindex==0 && aicon->yindex==0) { +diff -rc WindowMaker-0.52.0.ori/src/icon.c WindowMaker-0.52.0/src/icon.c +*** WindowMaker-0.52.0.ori/src/icon.c Thu Mar 18 17:39:39 1999 +--- WindowMaker-0.52.0/src/icon.c Wed Apr 14 10:37:02 1999 +*************** +*** 809,814 **** +--- 809,815 ---- + int dx=event->xbutton.x, dy=event->xbutton.y; + int grabbed=0; + int clickButton=event->xbutton.button; ++ Bool hasMoved; + + if (WCHECK_STATE(WSTATE_MODAL)) + return; +*************** +*** 851,856 **** +--- 852,858 ---- + wwarning("pointer grab failed for icon move"); + #endif + } ++ hasMoved = False; + while(1) { + WMMaskEvent(dpy, PointerMotionMask|ButtonReleaseMask|ButtonPressMask + |ButtonMotionMask|ExposureMask, &ev); +*************** +*** 860,865 **** +--- 862,868 ---- + break; + + case MotionNotify: ++ hasMoved = True; + if (!grabbed) { + if (abs(dx-ev.xmotion.x)>=MOVE_THRESHOLD + || abs(dy-ev.xmotion.y)>=MOVE_THRESHOLD) { +*************** +*** 897,902 **** +--- 900,908 ---- + + if (wPreferences.auto_arrange_icons) + wArrangeIcons(wwin->screen_ptr, True); ++ if (!hasMoved && wPreferences.single_click) { ++ miniwindowDblClick(desc, event); ++ } + return; + + } diff --git a/doc/Makefile.in b/doc/Makefile.in index 3709991b..7acbaa5c 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -109,9 +109,9 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -163,6 +163,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = doc distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu doc/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ diff --git a/po/Makefile.am b/po/Makefile.am index 2ecfd64b..3c3d8e53 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -6,7 +6,7 @@ CLEANFILES = $(CATALOGS) WindowMaker.pot EXTRA_DIST = cs.po de.po es.po fr.po gl.po ja.po ko.po nl.po pt.po se.po it.po \ no.po ru.po tr.po fi.po hr.po el.po pl.po ro.po zh_TW.Big5.po\ - zh_CN.po sk.po + zh_CN.po sk.po da.po POTFILES = \ $(top_builddir)/src/appicon.c \ diff --git a/po/Makefile.in b/po/Makefile.in index ca0d07ba..c78f3740 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -94,7 +94,7 @@ CATALOGS = @MOFILES@ CLEANFILES = $(CATALOGS) WindowMaker.pot -EXTRA_DIST = cs.po de.po es.po fr.po gl.po ja.po ko.po nl.po pt.po se.po it.po no.po ru.po tr.po fi.po hr.po el.po pl.po ro.po zh_TW.Big5.po zh_CN.po sk.po +EXTRA_DIST = cs.po de.po es.po fr.po gl.po ja.po ko.po nl.po pt.po se.po it.po no.po ru.po tr.po fi.po hr.po el.po pl.po ro.po zh_TW.Big5.po zh_CN.po sk.po da.po POTFILES = $(top_builddir)/src/appicon.c $(top_builddir)/src/defaults.c $(top_builddir)/src/dialog.c $(top_builddir)/src/dock.c $(top_builddir)/src/dockedapp.c $(top_builddir)/src/event.c $(top_builddir)/src/framewin.c $(top_builddir)/src/icon.c $(top_builddir)/src/main.c $(top_builddir)/src/menu.c $(top_builddir)/src/misc.c $(top_builddir)/src/pixmap.c $(top_builddir)/src/proplist.c $(top_builddir)/src/resources.c $(top_builddir)/src/rootmenu.c $(top_builddir)/src/screen.c $(top_builddir)/src/session.c $(top_builddir)/src/stacking.c $(top_builddir)/src/startup.c $(top_builddir)/src/switchmenu.c $(top_builddir)/src/texture.c $(top_builddir)/src/wdefaults.c $(top_builddir)/src/window.c $(top_builddir)/src/winmenu.c $(top_builddir)/src/winspector.c $(top_builddir)/src/workspace.c $(top_builddir)/src/xutil.c @@ -120,9 +120,9 @@ all: all-redirect .SUFFIXES: .SUFFIXES: .mo .po $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps po/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu po/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -135,6 +135,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = po distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu po/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ diff --git a/po/README b/po/README index ff707d67..a28b3868 100644 --- a/po/README +++ b/po/README @@ -4,7 +4,7 @@ Translated Message Catalog Files File Language Note Current Maintainer ------------------------------------------------------------------------------ ja.po Japanese 1 ABE Shige - MANOME Tomonori + MANOME Tomonori pt.po Portuguese Eliphas Levy Theodoro de.po German Carsten Schaar @@ -29,7 +29,7 @@ hr.po Croatian 3 Toni Bilic el.po Greek Nikolaos Papagrigoriou pl.po Polish Piotr Dembiñski ro.po Romanian Andrei Vuta -dk.po Danish Birger Langkjer +da.po Danish Birger Langkjer zh_TW.Big5.po Chinese Li Wei Jih zh_CN.po Chinese Wang Jian sk.po Slovak Milan Hromada diff --git a/po/da.po b/po/da.po new file mode 100644 index 00000000..7e418421 --- /dev/null +++ b/po/da.po @@ -0,0 +1,1478 @@ +# Window Maker 0.53.0 fordansket +# Copyright (C) 1999 Free Software Foundation, Inc. +# Birger Langkjer , 1999. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: 1.2\n" +"POT-Creation-Date: 1999-04-22 22:45+0200\n" +"PO-Revision-Date: 1999-04-27 23:20+0200\n" +"Last-Translator: Birger Langkjer \n" +"Language-Team: Danish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO8859-1\n" +"Content-Transfer-Encoding: ISO8859-1\n" + +#: ../src/appicon.c:541 ../src/dialog.c:223 ../src/dialog.c:279 +#: ../src/dock.c:3116 ../src/dockedapp.c:210 ../src/rootmenu.c:1743 +#: ../src/winspector.c:284 ../src/winspector.c:300 +msgid "Error" +msgstr "Fejl" + +#: ../src/appicon.c:542 +msgid "Could not open specified icon file" +msgstr "Kunne ikke åbne specificeret ikon fil" + +#: ../src/appicon.c:543 ../src/dialog.c:122 ../src/dialog.c:223 +#: ../src/dialog.c:279 ../src/dialog.c:467 ../src/dialog.c:1476 +#: ../src/dock.c:475 ../src/dock.c:3117 ../src/dockedapp.c:211 +#: ../src/dockedapp.c:357 ../src/rootmenu.c:1747 ../src/winspector.c:285 +#: ../src/winspector.c:301 +msgid "OK" +msgstr "OK" + +#: ../src/appicon.c:570 ../src/dock.c:276 +msgid "" +" will be forcibly closed.\n" +"Any unsaved changes will be lost.\n" +"Please confirm." +msgstr "" +" vil blive afsluttet.\n" +"Alle ugemte data bliver slettet.\n" +"Bekraeft" + +#: ../src/appicon.c:576 ../src/dock.c:281 ../src/winmenu.c:124 +msgid "Kill Application" +msgstr "Draeb program" + +#: ../src/appicon.c:577 ../src/dock.c:282 ../src/winmenu.c:126 +msgid "Yes" +msgstr "Ja" + +#: ../src/appicon.c:577 ../src/dock.c:282 ../src/winmenu.c:126 +msgid "No" +msgstr "Nej" + +#: ../src/appicon.c:595 ../src/dock.c:1111 +msgid "Unhide Here" +msgstr "Vis igen her" + +#: ../src/appicon.c:596 ../src/appicon.c:621 ../src/dock.c:1113 +#: ../src/dock.c:1115 ../src/dock.c:3242 ../src/dock.c:3244 +#: ../src/winmenu.c:446 +msgid "Hide" +msgstr "Skjul" + +#: ../src/appicon.c:597 +msgid "Set Icon..." +msgstr "Vælg ikon..." + +#: ../src/appicon.c:598 ../src/dock.c:1119 ../src/rootmenu.c:227 +#: ../src/rootmenu.c:241 ../src/winmenu.c:493 +msgid "Kill" +msgstr "Draeb" + +#: ../src/appicon.c:619 ../src/dock.c:3240 +msgid "Unhide" +msgstr "Vis igen" + +#: ../src/defaults.c:812 ../src/startup.c:772 ../src/startup.c:790 +#: ../src/startup.c:796 +#, c-format +msgid "could not read domain \"%s\" from defaults database" +msgstr "kunne ikke læse domænet \"%s\" fra standard-databasen" + +#: ../src/defaults.c:858 ../src/defaults.c:983 ../src/defaults.c:1022 +#: ../src/defaults.c:1052 +#, c-format +msgid "Domain %s (%s) of defaults database is corrupted!" +msgstr "Domænet %s (%s) i standard-databasen er ødelagt!" + +#: ../src/defaults.c:863 ../src/defaults.c:1004 ../src/defaults.c:1035 +#: ../src/defaults.c:1061 +#, c-format +msgid "could not load domain %s from user defaults database" +msgstr "kunne ikke indlæse domænet \"%s\" fra bruger standard-database" + +#: ../src/defaults.c:874 ../src/defaults.c:968 +#, c-format +msgid "Domain %s (%s) of global defaults database is corrupted!" +msgstr "Domænet %s (%s) i den globale standard-database er ødelagt!" + +#: ../src/defaults.c:893 ../src/defaults.c:973 +#, c-format +msgid "could not load domain %s from global defaults database" +msgstr "kunne ikke indlæse domænet \"%s\" fra den globale standard-database" + +#: ../src/defaults.c:1281 +#, c-format +msgid "wrong option value for key \"%s\". Should be one of %s" +msgstr "forkert konfigurationsværdi for tast \"%s\". Skulle have været %s." + +#: ../src/defaults.c:1328 +#, c-format +msgid "can't convert \"%s\" to boolean for key \"%s\"" +msgstr "kan ikke konvertere \"%s\" til boolsk værdi for tast \"%s\"" + +#: ../src/defaults.c:1333 ../src/defaults.c:1367 ../src/defaults.c:1399 +#: ../src/defaults.c:1412 ../src/defaults.c:1427 ../src/defaults.c:1441 +#: ../src/defaults.c:1513 ../src/defaults.c:1525 ../src/defaults.c:1931 +#: ../src/defaults.c:1948 ../src/defaults.c:1961 ../src/defaults.c:1994 +#: ../src/defaults.c:2010 ../src/defaults.c:2041 ../src/defaults.c:2128 +#, c-format +msgid "using default \"%s\" instead" +msgstr "bruger standard \"%s\" istedet" + +#: ../src/defaults.c:1364 +#, c-format +msgid "can't convert \"%s\" to integer for key \"%s\"" +msgstr "kan ikke konvertere \"%s\" til integer værdi for tast \"%s\"" + +#: ../src/defaults.c:1394 ../src/defaults.c:1508 ../src/defaults.c:1926 +#: ../src/defaults.c:1943 ../src/defaults.c:1989 ../src/defaults.c:2036 +#: ../src/wdefaults.c:546 ../src/wdefaults.c:582 +#, c-format +msgid "Wrong option format for key \"%s\". Should be %s." +msgstr "Forkert konfigurationsformat for tast \"%s\". Skulle have været %s." + +#: ../src/defaults.c:1407 +#, c-format +msgid "Incorrect number of elements in array for key \"%s\"." +msgstr "Ukorrekt antal af elementer i array for tast \"%s\"." + +#: ../src/defaults.c:1422 +#, c-format +msgid "Wrong value for key \"%s\". Should be Coordinate." +msgstr "Forkert værdi for tast \"%s\". Burde være Coordinate." + +#: ../src/defaults.c:1437 +#, c-format +msgid "can't convert array to integers for \"%s\"." +msgstr "kan ikke konvertere array til integer for \"%s\"." + +#: ../src/defaults.c:1635 ../src/defaults.c:1667 ../src/defaults.c:1683 +#: ../src/defaults.c:1729 ../src/defaults.c:1769 ../src/defaults.c:1807 +#: ../src/defaults.c:1823 +#, c-format +msgid "\"%s\" is not a valid color name" +msgstr "\"%s\" er en ugyldig farve" + +#: ../src/defaults.c:1648 +msgid "bad number of arguments in gradient specification" +msgstr "dårligt antal argumenter i definition af farveovergang" + +#: ../src/defaults.c:1702 +msgid "too few arguments in multicolor gradient specification" +msgstr "for få argumenter i definition af flerfarve-farveovergang" + +#: ../src/defaults.c:1796 +msgid "bad number of arguments in textured gradient specification" +msgstr "dårligt antal argumenter i definition af tekstur-farveovergang" + +#: ../src/defaults.c:1839 +#, c-format +msgid "bad opacity value for tgradient texture \"%s\". Should be [0..255]" +msgstr "bad opacity value for tgradient texture \"%s\". Should be [0..255]" + +#: ../src/defaults.c:1899 +#, c-format +msgid "could not initialize library %s" +msgstr "kunne ikke initialisere library %s" + +#: ../src/defaults.c:1902 +#, c-format +msgid "could not find function %s::%s" +msgstr "kunne ikke finde funktion %s::%s" + +#: ../src/defaults.c:1909 +#, c-format +msgid "invalid texture type %s" +msgstr "ugyldig tekstur type %s" + +#: ../src/defaults.c:1956 +#, c-format +msgid "Error in texture specification for key \"%s\"" +msgstr "Fejl i tekstur specifikation for tast \"%s\"" + +#: ../src/defaults.c:2006 +msgid "Wrong type for workspace background. Should be a texture type." +msgstr "Forkert type baggrund for arbejdsbord. Bør være en tekstur." + +#: ../src/defaults.c:2054 +#, c-format +msgid "Wrong type for background of workspace %i. Should be a texture." +msgstr "Forkert type baggrund for arbejdsbord %i. Bør være en tekstur." + +#: ../src/defaults.c:2095 +msgid "could not load any usable font!!!" +msgstr "ingen brugbare fonte fundet!!!" + +#: ../src/defaults.c:2123 +#, c-format +msgid "could not get color for key \"%s\"" +msgstr "kunne ikke finde farve for tast \"%s\"" + +#: ../src/defaults.c:2183 ../src/rootmenu.c:493 +#, c-format +msgid "%s:invalid key modifier \"%s\"" +msgstr "%s: ugyldigt taste argument \"%s\"" + +#: ../src/defaults.c:2195 +#, c-format +msgid "%s:invalid kbd shortcut specification \"%s\"" +msgstr "%s:ugyldig tastaturgenvej \"%s\"" + +#: ../src/defaults.c:2202 +#, c-format +msgid "%s:invalid key in shortcut \"%s\"" +msgstr "%s:ugyldig tast i tastaturgenvej \"%s\"" + +#: ../src/defaults.c:2228 +#, c-format +msgid "%s: modifier key %s is not valid" +msgstr "%s: taste argument %s er ugyldigt" + +#: ../src/defaults.c:2262 +#, c-format +msgid "could not load image in option %s: %s" +msgstr "kunne ikke indlæse billede i konfiguration %s: %s" + +#: ../src/defaults.c:2344 +msgid "could not render texture for icon background" +msgstr "kunne ikke lave tekstur for ikon baggrund" + +#: ../src/dialog.c:122 ../src/dialog.c:474 ../src/dock.c:475 +#: ../src/dockedapp.c:363 ../src/rootmenu.c:189 ../src/rootmenu.c:227 +#: ../src/rootmenu.c:241 +msgid "Cancel" +msgstr "Fortryd" + +#: ../src/dialog.c:218 +msgid "Could not open directory " +msgstr "Kunne ikke åbne katalog" + +#: ../src/dialog.c:274 +msgid "Could not load image file " +msgstr "Kunne ikke indlæse billedfil" + +#: ../src/dialog.c:411 +msgid "Directories" +msgstr "Kataloger" + +#: ../src/dialog.c:420 +msgid "Icons" +msgstr "Ikoner" + +#: ../src/dialog.c:457 +msgid "File Name:" +msgstr "Filnavn:" + +#: ../src/dialog.c:480 +msgid "Choose File" +msgstr "Vælg fil" + +#: ../src/dialog.c:497 ../src/dialog.c:499 +msgid "Icon Chooser" +msgstr "Ikon vælger" + +#: ../src/dialog.c:1400 ../src/startup.c:325 +msgid "cannot open connection for crashing dialog panel. Aborting." +msgstr "kan ikke åbne forbindelse til dialog box der er gået ned. Afbryder." + +#: ../src/dialog.c:1426 +msgid "Fatal error" +msgstr "Fatal fejl" + +#: ../src/dialog.c:1437 +#, c-format +msgid "" +"Window Maker received signal %i\n" +"(%s)." +msgstr "" +"Window Maker modtog signal %i\n" +"(%s)." + +#: ../src/dialog.c:1440 +#, c-format +msgid "Window Maker received signal %i." +msgstr "Window Maker modtog signal %i" + +#: ../src/dialog.c:1449 +msgid "" +" This fatal error occured probably due to a bug. Please fill the included " +"BUGFORM and report it to bugs@windowmaker.org." +msgstr "" +"en fatal fejl er opstået, sikkert pga. en bug. Udfyld venligst den vedlagte " +"BUGFORM og indberet det til bugs@windowmaker.org." + +#: ../src/dialog.c:1457 +msgid "What do you want to do now?" +msgstr "Hvad vil du nu?" + +#: ../src/dialog.c:1463 +msgid "Select action" +msgstr "Vælg handling" + +#: ../src/dialog.c:1464 +msgid "Abort and leave a core file" +msgstr "Afbryd og lav en core fil" + +#: ../src/dialog.c:1465 +msgid "Restart Window Maker" +msgstr "Genstart Window Maker" + +#: ../src/dialog.c:1466 +msgid "Start alternate window manager" +msgstr "Start alternativ window manager" + +#: ../src/dock.c:210 +#, c-format +msgid "Type the name for workspace %i:" +msgstr "Indtast navn for arbejdsbord %i:" + +#: ../src/dock.c:211 ../src/dock.c:1090 +msgid "Rename Workspace" +msgstr "Omdøb arbejdsbord" + +#: ../src/dock.c:473 +msgid "Workspace Clip" +msgstr "Arbejdsbords Clip" + +#: ../src/dock.c:474 +msgid "All selected icons will be removed!" +msgstr "Alle markerede ikoner vil blive fjernet!" + +#: ../src/dock.c:521 +msgid "Keep Icon" +msgstr "Behold ikon" + +#: ../src/dock.c:522 ../src/dock.c:2024 ../src/dock.c:2153 +msgid "Type the command used to launch the application" +msgstr "Indtast kommandoen der starter programmet" + +#: ../src/dock.c:903 +#, c-format +msgid "could not launch application %s\n" +msgstr "kunne ikke starte program %s\n" + +#: ../src/dock.c:958 +msgid "could not create workspace submenu for Clip menu" +msgstr "kunne ikke lave arbejdsbords undermenu for Clip menu" + +#: ../src/dock.c:1021 +msgid "could not create options submenu for Clip menu" +msgstr "kunne ikke lave konfigurations undermenu for Clip menu" + +#: ../src/dock.c:1025 ../src/dock.c:1079 ../src/winmenu.c:388 +msgid "Keep on top" +msgstr "Altid øverst" + +#: ../src/dock.c:1031 +msgid "Collapsed" +msgstr "Sammenfoldet" + +#: ../src/dock.c:1037 +msgid "AutoCollapse" +msgstr "AutoSammenfold" + +#: ../src/dock.c:1043 +msgid "AutoRaiseLower" +msgstr "AutoFremhæv" + +#: ../src/dock.c:1049 +msgid "AutoAttract Icons" +msgstr "AutoTiltræk ikoner" + +#: ../src/dock.c:1055 +msgid "Keep Attracted Icons" +msgstr "Behold tiltrukkede ikoner" + +#: ../src/dock.c:1085 +msgid "Clip Options" +msgstr "Clip konfiguration" + +#: ../src/dock.c:1092 +msgid "(Un)Select Icon" +msgstr "(Fra)Vælg ikon" + +#: ../src/dock.c:1094 +msgid "(Un)Select All Icons" +msgstr "(Fra)Vælg alle ikoner" + +#: ../src/dock.c:1097 +msgid "Keep Icon(s)" +msgstr "Behold ikon(er)" + +#: ../src/dock.c:1099 +msgid "Move Icon(s) To" +msgstr "Flyt ikon(er) til" + +#: ../src/dock.c:1104 +msgid "Remove Icon(s)" +msgstr "Fjern Ikon(er)" + +#: ../src/dock.c:1106 +msgid "Attract Icons" +msgstr "Tiltræk ikoner" + +#: ../src/dock.c:1109 +msgid "Launch" +msgstr "Kør" + +#: ../src/dock.c:1117 +msgid "Settings..." +msgstr "Indstillinger..." + +#: ../src/dock.c:1502 ../src/dock.c:1516 ../src/dock.c:1530 ../src/dock.c:1540 +#, c-format +msgid "bad value in docked icon state info %s" +msgstr "forkert værdi i indfældet ikon status info %s" + +#: ../src/dock.c:1548 +#, c-format +msgid "bad value in docked icon position %i,%i" +msgstr "forkert værdi i indfældet ikon position %i,%i" + +#: ../src/dock.c:1791 +msgid "there are too many icons stored in dock. Ignoring what doesn't fit" +msgstr "der er for mange ikoner i docken. Udelader dem der ikke passer ind" + +#. icon->forced_dock = 1; +#: ../src/dock.c:2023 ../src/dock.c:2152 +msgid "Dock Icon" +msgstr "Indfæld ikon" + +#: ../src/dock.c:3109 ../src/dock.c:3113 +#, c-format +msgid "Could not execute command \"%s\"" +msgstr "Kunne ikke udføre kommando \"%s\"" + +#: ../src/dockedapp.c:130 +#, c-format +msgid "could not find icon %s, used in a docked application" +msgstr "kunne ikke finde ikon %s, som bruges i en indfældet program" + +#: ../src/dockedapp.c:209 +#, c-format +msgid "Could not open specified icon file: %s" +msgstr "Kunne ikke åbne specificeret ikon fil: %s" + +#: ../src/dockedapp.c:211 +msgid "Ignore" +msgstr "Ignorer" + +#: ../src/dockedapp.c:298 +msgid "Start when WindowMaker is started" +msgstr "Start samtidig med WindowMaker" + +#: ../src/dockedapp.c:305 +msgid "Application path and arguments" +msgstr "Programsti og argumenter" + +#: ../src/dockedapp.c:316 +msgid "Command for files dropped with DND" +msgstr "\"Traek og slip\" kommando" + +#: ../src/dockedapp.c:328 +#, c-format +msgid "%d will be replaced with the file name" +msgstr "%d bliver erstattet med filnavnet" + +#: ../src/dockedapp.c:332 +msgid "DND support was not compiled in" +msgstr "DND support blev ikke kompileret ind" + +#: ../src/dockedapp.c:338 +msgid "Icon Image" +msgstr "Ikonfil" + +#: ../src/dockedapp.c:350 ../src/winspector.c:1245 +msgid "Browse..." +msgstr "Soeg..." + +#: ../src/dockedapp.c:395 +msgid "Docked Application Settings" +msgstr "Indfældet programs indstillinger" + +#: ../src/framewin.c:489 ../src/framewin.c:565 ../src/menu.c:461 +#: ../src/texture.c:549 +#, c-format +msgid "could not render texture: %s" +msgstr "kunne ikke lave tekstur: %s" + +#: ../src/framewin.c:505 ../src/framewin.c:520 ../src/framewin.c:531 +#: ../src/framewin.c:538 ../src/framewin.c:545 ../src/icon.c:350 +#: ../src/menu.c:490 +#, c-format +msgid "error rendering image:%s" +msgstr "fejl i tegning af billede:%s" + +#: ../src/framewin.c:588 +#, c-format +msgid "error rendering image: %s" +msgstr "fejl i tegning af billede: %s" + +#: ../src/icon.c:229 ../src/wdefaults.c:416 +#, c-format +msgid "error loading image file \"%s\"" +msgstr "fejl i åbning af billedfil \"%s\"" + +#: ../src/icon.c:477 ../src/icon.c:486 +#, c-format +msgid "could not create directory %s" +msgstr "kunne ikke lave katalog %s" + +#: ../src/icon.c:753 +#, c-format +msgid "could not find default icon \"%s\"" +msgstr "kunne ikke finde standard ikon \"%s\"" + +#: ../src/icon.c:759 +#, c-format +msgid "could not load default icon \"%s\":%s" +msgstr "kunne ikke indlæse standard ikon \"%s\":%s" + +#: ../src/main.c:198 +msgid "failed to restart Window Maker." +msgstr "kunne ikke genstarte Window Maker." + +#: ../src/main.c:201 +#, c-format +msgid "could not exec %s" +msgstr "kunne ikke udføre %s" + +#: ../src/main.c:250 +#, c-format +msgid "%s aborted.\n" +msgstr "%s afbrudt.\n" + +#: ../src/main.c:261 +#, c-format +msgid "Usage: %s [options]\n" +msgstr "Brug: %s [muligheder]\n" + +#: ../src/main.c:262 +msgid "The Window Maker window manager for the X window system" +msgstr "Window Maker window manager til X window system" + +#: ../src/main.c:264 +msgid " -display host:dpy\tdisplay to use" +msgstr " -display host:dpy\tdisplay som skal bruges" + +#: ../src/main.c:266 +msgid " --no-cpp \t\tdisable preprocessing of configuration files" +msgstr " --no-cpp \t\tundlad forbehandling af konfigurationsfiler" + +#: ../src/main.c:268 +msgid " --no-dock\t\tdo not open the application Dock" +msgstr " --no-dock\t\tåbn ikke programmet Dock" + +#: ../src/main.c:269 +msgid " --no-clip\t\tdo not open the workspace Clip" +msgstr " --no-clip\t\tåbn ikke arbejdsbordets Clip" + +#. +#. puts(_(" --locale locale locale to use")); +#. +#: ../src/main.c:273 +msgid " --visual-id visualid\tvisual id of visual to use" +msgstr " --visual-id visualid\tvisual id af visual som skal bruges" + +#: ../src/main.c:274 +msgid " --static\t\tdo not update or save configurations" +msgstr " --static\t\thverken updater eller gem konfigurationer" + +#: ../src/main.c:276 +msgid " --synchronous\t\tturn on synchronous display mode" +msgstr " --synchronous\t\tstart synkron display modus" + +#: ../src/main.c:278 +msgid " --version\t\tprint version and exit" +msgstr " --version\t\tvis version og afslut" + +#: ../src/main.c:279 +msgid " --help\t\t\tshow this message" +msgstr " --help\t\t\tvis denne besked" + +#: ../src/main.c:291 +#, c-format +msgid "" +"could not find user GNUstep directory (%s).\n" +"Make sure you have installed Window Maker correctly and run wmaker.inst" +msgstr "" +"kunne ikke finde brugerens GNUstep katalog (%s).\n" +"Har du installeret Window Maker korrekt og kørt wmaker.inst?" + +#: ../src/main.c:309 ../src/main.c:314 +#, c-format +msgid "%s:could not execute initialization script" +msgstr "%s:kunne ikke køre autostart script" + +#: ../src/main.c:331 ../src/main.c:336 +#, c-format +msgid "%s:could not execute exit script" +msgstr "%s:kunne ikke køre exit script" + +#: ../src/main.c:405 ../src/main.c:412 ../src/main.c:420 ../src/main.c:436 +#, c-format +msgid "too few arguments for %s" +msgstr "for få argumenter til &s" + +#: ../src/main.c:424 +#, c-format +msgid "bad value for visualid: \"%s\"" +msgstr "dårlig værdi for visualid: \"%s\"" + +#: ../src/main.c:444 +#, c-format +msgid "%s: invalid argument '%s'\n" +msgstr "%s: ugyldigt argument '%s'\n" + +#: ../src/main.c:445 +#, c-format +msgid "Try '%s --help' for more information\n" +msgstr "Prøv '%s --help' for at få mere information\n" + +#: ../src/main.c:488 +msgid "X server does not support locale" +msgstr "X server understøtter ikke lokale sprog" + +#: ../src/main.c:491 +msgid "cannot set locale modifiers" +msgstr "kan ikke vise dansk (doh! hvorfor oversætter jeg det her..)" + +#: ../src/main.c:508 +#, c-format +msgid "could not open display \"%s\"" +msgstr "kunne ikke åbne display \"%s\"" + +#: ../src/menu.c:297 +msgid "wrealloc() failed while trying to add menu item" +msgstr "wrealloc() fejlede under opbygningning af menuen" + +#: ../src/misc.c:71 +#, c-format +msgid "could not define value for %s for cpp" +msgstr "kunne ikke definere værdi for %s i cpp" + +#: ../src/misc.c:101 +#, c-format +msgid "could not get password entry for UID %i" +msgstr "kunne ikke finde password linje for UID %i" + +#: ../src/misc.c:125 +#, c-format +msgid "your machine is misconfigured. HOSTNAME is set to %s" +msgstr "din maskine er sat forkert op. HOSTNAME er sat til %s" + +#: ../src/misc.c:131 +#, c-format +msgid "your machine is misconfigured. HOST is set to %s" +msgstr "din maskine er sat forkert op. HOST er sat til %s" + +#: ../src/misc.c:772 +msgid "selection timed-out" +msgstr "udvalg fik time-out" + +#: ../src/misc.c:788 +msgid "Program Arguments" +msgstr "Program Argumenter" + +#: ../src/misc.c:789 +msgid "Enter command arguments:" +msgstr "Indtast kommando argumenter:" + +#: ../src/misc.c:887 +msgid "unable to get dropped data from DND drop" +msgstr "kan ikke modtage data fra DND drop" + +#: ../src/misc.c:895 +msgid "error getting dropped data from DND drop" +msgstr "fejl i modtagelse af data fra DND drop" + +#: ../src/misc.c:901 +msgid "out of memory while getting data from DND drop" +msgstr "løb tør for hukommelse mens data blev hentet fra DND drop" + +#: ../src/misc.c:946 ../src/misc.c:1081 +#, c-format +msgid "out of memory during expansion of \"%s\"" +msgstr "løb tør for hukommelse under udvidelse af \"%s\"" + +#: ../src/misc.c:1000 +msgid "out of memory during expansion of \"%w\"" +msgstr "løb tør for hukommelse under udvidelse af \"%w\"" + +#: ../src/misc.c:1018 +msgid "out of memory during expansion of \"%W\"" +msgstr "løb tør for hukommelse under udvidelse af \"%W\"" + +#: ../src/misc.c:1034 +msgid "out of memory during expansion of \"%a\"" +msgstr "løb tør for hukommelse under udvidelse af \"%a\"" + +#: ../src/misc.c:1060 +#, c-format +msgid "out of memory during expansion of \"%d\"" +msgstr "løb tør for hukommelse under udvidelse af \"%d\"" + +#: ../src/misc.c:1074 +msgid "selection not available" +msgstr "valg ikke tilgængeligt" + +#: ../src/misc.c:1146 ../src/misc.c:1152 +#, c-format +msgid "bad window name value in %s state info" +msgstr "ugyldig værdi for vinduesnavn i %s status info" + +#: ../src/misc.c:1407 +msgid "could not send message to background image helper" +msgstr "kunne ikke sende besked til baggrundsbillede hjælper" + +#: ../src/pixmap.c:235 +#, c-format +msgid "could not load mask bitmap file \"%s\". Won't use mask" +msgstr "kunne ikke indlæse bitmap fil \"%s\". Vil ikke bruge maske" + +#: ../src/proplist.c:180 +msgid "unterminated string" +msgstr "uafsluttet streng" + +#: ../src/proplist.c:247 +msgid "unterminated array" +msgstr "uafsluttet array" + +#: ../src/proplist.c:256 +msgid "missing , in array or unterminated array" +msgstr "mangler, i array eller uafsluttet array" + +#: ../src/proplist.c:267 +msgid "could not get array element" +msgstr "kunne ikke skaffe array element" + +#: ../src/proplist.c:297 +msgid "unterminated dictionary" +msgstr "uafsluttet ordbog" + +#: ../src/proplist.c:315 +msgid "missing dictionary key" +msgstr "manglende ordbogs tast" + +#: ../src/proplist.c:317 +msgid "missing dictionary entry key or unterminated dictionary" +msgstr "manglende ordbogs linje tast eller uafsluttet ordbog" + +#: ../src/proplist.c:323 +msgid "error parsing dictionary key" +msgstr "kunne ikke behandle ordbogs tast" + +#: ../src/proplist.c:332 +msgid "missing = in dictionary entry" +msgstr "manglende = i ordbogs linje" + +#: ../src/proplist.c:351 +msgid "missing ; in dictionary entry" +msgstr "manglende ; i ordbogs linje" + +#: ../src/proplist.c:432 +msgid "" +"was expecting a string, dictionary, data or array. If it's a string, try " +"enclosing it with \"." +msgstr "" +"forventede en tekststreng, ordbog, data eller array. Hvis det er en streng, " +"prøv at afslutte den med \"." + +#: ../src/proplist.c:434 +msgid "Comments are not allowed inside WindowMaker owned domain files." +msgstr "Kommentarer er ikke tilladt inden i WindowMakers domæne filer. " + +#: ../src/proplist.c:453 +#, c-format +msgid "could not open domain file %s" +msgstr "kunne ikke åbne domæne fil %s" + +#: ../src/proplist.c:466 +msgid "extra data after end of file" +msgstr "extra data efter linjens slutning" + +#: ../src/resources.c:71 +#, c-format +msgid "The following character sets are missing in %s:" +msgstr "Følgende tegnsæt mangler %s:" + +#: ../src/resources.c:76 +#, c-format +msgid "The string \"%s\" will be used in place" +msgstr "Tekststrengen \"%s\" vil blive brugt i stedetfor" + +#: ../src/resources.c:78 +msgid "of any characters from those sets." +msgstr "for tegn fra disse tegnsæt." + +#: ../src/resources.c:81 +#, c-format +msgid "could not create font set %s. Trying fixed" +msgstr "kunne ikke skabe font sæt %s. Prøver standard" + +#: ../src/resources.c:98 +#, c-format +msgid "could not load font %s. Trying fixed" +msgstr "kunne ikke indlæse font %s. Prøver standard" + +#: ../src/resources.c:136 +#, c-format +msgid "could not parse color \"%s\"" +msgstr "\"%s\" er en ugyldig farve" + +#: ../src/resources.c:140 +#, c-format +msgid "could not allocate color \"%s\"" +msgstr "kunne ikke allokere farve \"%s\"" + +#: ../src/rootmenu.c:187 ../src/rootmenu.c:189 +msgid "Exit" +msgstr "Luk ned" + +#: ../src/rootmenu.c:188 +msgid "Exit window manager?" +msgstr "Afslut window manager?" + +#: ../src/rootmenu.c:224 +msgid "Close X session" +msgstr "Afslut X" + +#: ../src/rootmenu.c:225 +msgid "" +"Close Window System session?\n" +"Kill might close applications with unsaved data." +msgstr "" +"Afslut Window System?\n" +"Drab kan medføre datatab i åbne programmer med ugemt data." + +#. +#. entry = wMenuAddCallback(menu, _("Select Shortcut"), NULL, NULL); +#. wMenuEntrySetCascade(menu, entry, makeMakeShortcutMenu(scr)); +#. +#: ../src/rootmenu.c:227 ../src/winmenu.c:486 +msgid "Close" +msgstr "Luk ned" + +#: ../src/rootmenu.c:238 +msgid "Kill X session" +msgstr "Draeb X" + +#: ../src/rootmenu.c:239 +msgid "" +"Kill Window System session?\n" +"(all applications will be closed)" +msgstr "" +"Draeb Window System?\n" +"(alle programmer bliver afsluttet)" + +#: ../src/rootmenu.c:506 +#, c-format +msgid "%s:invalid kbd shortcut specification \"%s\" for entry %s" +msgstr "%s:ugyldig tastatur genvej \"%s\" i linje %s" + +#: ../src/rootmenu.c:514 +#, c-format +msgid "%s:invalid key in shortcut \"%s\" for entry %s" +msgstr "%s:ugyldig tast i genvej \"%s\" i linje %s" + +#: ../src/rootmenu.c:567 +#, c-format +msgid "%s: unmatched '\"' in menu file" +msgstr "%s: ikke matchende '\"' i menu fil" + +#: ../src/rootmenu.c:617 +#, c-format +msgid "%s: missing command" +msgstr "%s: manglende kommando" + +#: ../src/rootmenu.c:650 +#, c-format +msgid "invalid OPEN_MENU specification: %s" +msgstr "ugyldig OPEN_MENU specifikation: %s" + +#: ../src/rootmenu.c:698 +#, c-format +msgid "%s:could not stat menu" +msgstr "%s:kunne ikke undersøge menu" + +#: ../src/rootmenu.c:706 +#, c-format +msgid "%s:could not stat menu:%s" +msgstr "%s:kunne ikke undersøge menu:%s" + +#: ../src/rootmenu.c:724 +#, c-format +msgid "too many parameters in OPEN_MENU: %s" +msgstr "for mange parametere i OPEN_MENU: %s" + +#: ../src/rootmenu.c:760 +msgid "" +"There are more than one WORKSPACE_MENU commands in the applications menu. " +"Only one is allowed." +msgstr "" +"Der er mere end een WORKSPACE_MENU kommando i program menuen. " +"Kun en er tilladt." + +#: ../src/rootmenu.c:789 ../src/rootmenu.c:807 +#, c-format +msgid "%s:missing parameter for menu command \"%s\"" +msgstr "%s:manglende parameter for menu kommando \"%s\"" + +#: ../src/rootmenu.c:870 +#, c-format +msgid "%s:unknown command \"%s\" in menu config." +msgstr "%s:ukendt kommando \"%s\" i menu konfig" + +#: ../src/rootmenu.c:878 +#, c-format +msgid "%s:can't add shortcut for entry \"%s\"" +msgstr "%s:kan ikke tilføje genvej for linje \"%s\"" + +#: ../src/rootmenu.c:1015 +#, c-format +msgid "%s:maximal line size exceeded in menu config: %s" +msgstr "%s:maksmal linje størrelse overskredet i menu konfig: %s" + +#: ../src/rootmenu.c:1037 ../src/rootmenu.c:1129 ../src/rootmenu.c:1230 +#, c-format +msgid "%s:missing command in menu config: %s" +msgstr "%s:manglende kommando i menu konfig: %s" + +#: ../src/rootmenu.c:1067 +#, c-format +msgid "%s:syntax error in menu file:END declaration missing" +msgstr "%s:syntaks fejl i menu fil:END deklaration mangler" + +#: ../src/rootmenu.c:1096 ../src/rootmenu.c:1195 +msgid "could not make arguments for menu file preprocessor" +msgstr "kunne ikke skabe argumenter for menu fil forbehandler" + +#: ../src/rootmenu.c:1102 ../src/rootmenu.c:1202 +#, c-format +msgid "%s:could not open/preprocess menu file" +msgstr "%s:kunne ikke åbne/forbehandle menu fil" + +#: ../src/rootmenu.c:1114 ../src/rootmenu.c:1215 +#, c-format +msgid "%s:could not open menu file" +msgstr "%:kunne ikke åbne menu fil" + +#: ../src/rootmenu.c:1141 +#, c-format +msgid "%s:invalid menu file. MENU command is missing" +msgstr "%s:ugyldig menu fil. MENU kommando mangler" + +#: ../src/rootmenu.c:1150 +msgid "error reading preprocessed menu data" +msgstr "kunne ikke indlæse forbehandlet menu data" + +#: ../src/rootmenu.c:1242 +#, c-format +msgid "%s:no title given for the root menu" +msgstr "%s:ingen titel angivet for rod menuen" + +#: ../src/rootmenu.c:1325 ../src/rootmenu.c:1392 ../src/rootmenu.c:1436 +#, c-format +msgid "out of memory while constructing directory menu %s" +msgstr "løb tør for memory mens katalog menu %s blev lavet" + +#: ../src/rootmenu.c:1335 +#, c-format +msgid "%s:could not stat file \"%s\" in menu directory" +msgstr "%s: kunne ikke undersøge fil \"%s\" i menu katalog" + +#: ../src/rootmenu.c:1490 +msgid "Commands" +msgstr "Kommandoer" + +#: ../src/rootmenu.c:1493 +msgid "Restart" +msgstr "Genstart" + +#: ../src/rootmenu.c:1494 +msgid "Exit..." +msgstr "Afslut..." + +#: ../src/rootmenu.c:1539 +#, c-format +msgid "could not find menu file \"%s\" referenced in WMRootMenu" +msgstr "kunne ikke åbne menu fil \"%s\" refereret i WMRootMenu" + +#: ../src/rootmenu.c:1546 +#, c-format +msgid "could not access menu \"%s\" referenced in WMRootMenu" +msgstr "kunne ikke åbne menu \"%s\" refereret i WMRootMenu" + +#: ../src/rootmenu.c:1557 +#, c-format +msgid "" +"using default menu file \"%s\" as the menu referenced in WMRootMenu could " +"not be found " +msgstr "" +"bruger standard menu fil \"%s\" da menuen angivet i WMRootMenu ikke " +"fandtes " + +#: ../src/rootmenu.c:1580 ../src/rootmenu.c:1656 +#, c-format +msgid "%s:format error in root menu configuration \"%s\"" +msgstr "%s:formateringsfejl i konfiguration af hovedmenu \"%s\"" + +#: ../src/rootmenu.c:1744 +msgid "" +"The applications menu could not be loaded.Look at the console output for a " +"detaileddescription of the errors" +msgstr "" +"Program menuen kunne ikke indlæses. Læs kommandolinje output for en " +"detaljeret beskrivelse af fejlen(e)" + +#: ../src/screen.c:436 +#, c-format +msgid "could not load logo image for panels: %s" +msgstr "kunne ikke indlæse logo billede for panelerne: %s" + +#: ../src/screen.c:440 +#, c-format +msgid "error making logo image for panel:%s" +msgstr "kunne ikke konstruere logo billede for panel:%s" + +#: ../src/screen.c:728 +#, c-format +msgid "could not initialize graphics library context: %s" +msgstr "kunne ikke initialisere grafik library: %s" + +#: ../src/screen.c:759 +msgid "could not do initialization of WINGs widget set" +msgstr "kunne ikke initialisere WINGs widget set" + +#: ../src/screen.c:1093 +#, c-format +msgid "could not save session state in %s" +msgstr "kunne ikke gemme sessions status i %s" + +#: ../src/session.c:182 ../src/wdefaults.c:564 ../src/winspector.c:348 +#, c-format +msgid "can't convert \"%s\" to boolean" +msgstr "kan ikke konvertere \"%s\" til boolsk værdi" + +#: ../src/session.c:981 +msgid "out of memory while saving session state" +msgstr "løb tør for hukommelse mens sessions status blev gemt" + +#: ../src/session.c:1072 +msgid "end of memory while saving session state" +msgstr "ikke mere hukommelse mens sessions status blev gemt" + +#. This is not fatal but can mean the session manager exited. +#. * If the session manager exited normally we would get a +#. * Die message, so this probably means an abnormal exit. +#. * If the sm was the last client of session, then we'll die +#. * anyway, otherwise we can continue doing our stuff. +#. +#: ../src/session.c:1206 +msgid "connection to the session manager was lost" +msgstr "forbindelse til sessions manager forsvandt" + +#: ../src/stacking.c:73 +msgid "could not get window list!!" +msgstr "kunne ikke skaffe vinduesliste!!" + +#: ../src/startup.c:194 +#, c-format +msgid "internal X error: %s\n" +msgstr "intern X fejl: %s\n" + +#: ../src/startup.c:259 +#, c-format +msgid "got signal %i (%s) - restarting\n" +msgstr "fik signal %i (%s) - genstarter\n" + +#: ../src/startup.c:261 +#, c-format +msgid "got signal %i - restarting\n" +msgstr "fik signal %i - genstarter\n" + +#: ../src/startup.c:275 +#, c-format +msgid "got signal %i (%s) - exiting...\n" +msgstr "fik signal %i (%s) - afslutter...\n" + +#: ../src/startup.c:277 +#, c-format +msgid "got signal %i - exiting...\n" +msgstr "fik signal %i - afslutter...\n" + +#: ../src/startup.c:290 +#, c-format +msgid "got signal %i (%s)\n" +msgstr "fik signal %i (%s)\n" + +#: ../src/startup.c:292 +#, c-format +msgid "got signal %i\n" +msgstr "fik signal %i\n" + +#: ../src/startup.c:303 +msgid "" +"crashed while trying to do some post-crash cleanup. Aborting immediatelly." +msgstr "gik ned under forsøg at rydde op efter uheld. Afslutter straks" + +#. we try to restart Window Maker +#: ../src/startup.c:337 +msgid "trying to restart Window Maker..." +msgstr "prøver at genstarte Window Maker..." + +#: ../src/startup.c:342 +msgid "trying to start alternate window manager..." +msgstr "prøver at starte alternativ window manager..." + +#: ../src/startup.c:347 +msgid "failed to start alternate window manager. Aborting." +msgstr "det lykkedes ikke at starte alternativ window manager. Afslutter." + +#: ../src/startup.c:349 +msgid "" +"a fatal error has occured, probably due to a bug. Please fill the included " +"BUGFORM and report it." +msgstr "" +"en fatal fejl er opstået, sikkert pga. en bug. Udfyld venligst den vedlagte " +"BUGFORM og indberet det." + +#: ../src/startup.c:782 +#, c-format +msgid "icon size is configured to %i, but it's too small. Using 16, instead\n" +msgstr "ikon størrelse er sat til %i, men det er for lille. Bruger 16 istedet\n" + +#: ../src/startup.c:821 +msgid "it seems that there is already a window manager running" +msgstr "det ser ud til at der kører en window manager i forvejen" + +#: ../src/startup.c:827 +#, c-format +msgid "could not manage screen %i" +msgstr "kunne ikke håndtere skærm %i" + +#: ../src/startup.c:887 +msgid "could not manage any screen" +msgstr "kunne ikke håndtere nogen skærm" + +#: ../src/switchmenu.c:114 +msgid "Windows" +msgstr "Vinduer" + +#: ../src/texture.c:290 ../src/texture.c:334 +#, c-format +msgid "image file \"%s\" used as texture could not be found." +msgstr "billedfil \"%s\" brugt som tekstur, fandtes ikke." + +#: ../src/texture.c:296 ../src/texture.c:340 +#, c-format +msgid "could not load texture pixmap \"%s\":%s" +msgstr "kunne ikke indlæse tekstur pixmap \"%s\":%s" + +#: ../src/texture.c:400 +#, c-format +msgid "library \"%s\" cound not be opened." +msgstr "library \"%s\" kunne ikke åbnes." + +#: ../src/texture.c:409 +#, c-format +msgid "function \"%s\" not found in library \"%s\"" +msgstr "funktion \"%s\" fandtes ikke i library \"%s\"" + +#: ../src/texture.c:416 +msgid "function textures not supported on this system, sorry." +msgstr "tekstur funktionen er ikke understøttet af dette system." + +#: ../src/wdefaults.c:410 +#, c-format +msgid "could not find icon file \"%s\"" +msgstr "kunne ikke finde ikonfil \"%s\"" + +#: ../src/window.c:2539 ../src/window.c:2673 +msgid "" +"the NumLock, ScrollLock or similar key seems to be turned on.\n" +"Turn it off or some mouse actions and keyboard shortcuts will not work." +msgstr "" +"NumLock, ScrollLock eller en lignende tast er trykket ind.\n" +"Tryk den ud eller visse musefunktioner og tastaturgenveje vil ikke fungere." + +#: ../src/winmenu.c:125 +msgid "" +"This will kill the application.\n" +"Any unsaved changes will be lost.\n" +"Please confirm." +msgstr "" +"Dette vil draebe programmet.\n" +"Alle ugemte data bliver slettet.\n" +"Bekraeft." + +#: ../src/winmenu.c:252 ../src/winmenu.c:260 +msgid "Set Shortcut" +msgstr "Angiv genvej" + +#: ../src/winmenu.c:338 ../src/winmenu.c:384 +msgid "could not create submenu for window menu" +msgstr "kunne ikke lave undermenu for vinduesmenu" + +#: ../src/winmenu.c:393 +msgid "Keep at bottom" +msgstr "Altid nederst" + +#: ../src/winmenu.c:398 ../src/winspector.c:1147 +msgid "Omnipresent" +msgstr "Paa alle arbejdsborde" + +#. +#. * Warning: If you make some change that affects the order of the +#. * entries, you must update the command #defines in the top of +#. * this file. +#. +#: ../src/winmenu.c:421 ../src/winmenu.c:556 +msgid "Maximize" +msgstr "Maximer" + +#: ../src/winmenu.c:429 ../src/winmenu.c:542 +msgid "Miniaturize" +msgstr "Minimer" + +#: ../src/winmenu.c:438 ../src/winmenu.c:573 +msgid "Shade" +msgstr "Rul op" + +#: ../src/winmenu.c:454 +msgid "Resize/Move" +msgstr "Ændre størrelse/Flyt" + +#: ../src/winmenu.c:462 +msgid "Select" +msgstr "Vælg" + +#: ../src/winmenu.c:470 +msgid "Move To" +msgstr "Flyt til" + +#: ../src/winmenu.c:475 +msgid "Attributes..." +msgstr "Attributter..." + +#: ../src/winmenu.c:477 +msgid "Options" +msgstr "Indstillinger" + +#: ../src/winmenu.c:537 +msgid "Deminiaturize" +msgstr "Uminimer" + +#: ../src/winmenu.c:551 +msgid "Unmaximize" +msgstr "Umaximer" + +#: ../src/winmenu.c:568 +msgid "Unshade" +msgstr "Rul ned" + +#: ../src/winspector.c:282 +#, c-format +msgid "Could not find icon \"%s\" specified for this window" +msgstr "Kunne ikke finde ikon \"%s\" specificeret for dette vindue" + +#: ../src/winspector.c:298 +#, c-format +msgid "Could not open specified icon \"%s\":%s" +msgstr "Kunne ikke finde specificeret ikon \"%s\":%s" + +#: ../src/winspector.c:1022 +msgid "Save" +msgstr "Gem" + +#: ../src/winspector.c:1030 +msgid "Apply" +msgstr "Udfoer" + +#: ../src/winspector.c:1036 +msgid "Reload" +msgstr "Genindlaes" + +#: ../src/winspector.c:1045 ../src/winspector.c:1055 +msgid "Window Specification" +msgstr "Vinduesspecifikationer" + +#: ../src/winspector.c:1046 +msgid "Window Attributes" +msgstr "Vinduesattributter" + +#: ../src/winspector.c:1047 +msgid "Advanced Options" +msgstr "Udvidede indstillinger" + +#: ../src/winspector.c:1048 +msgid "Icon and Initial Workspace" +msgstr "Ikon og foerste arbejdsbord" + +#: ../src/winspector.c:1049 +msgid "Application Specific" +msgstr "Specifikt for program" + +#: ../src/winspector.c:1063 +msgid "Defaults for all windows" +msgstr "Standard for alle vinduer" + +#: ../src/winspector.c:1106 +msgid "" +"The configuration will apply to all\n" +"windows that have their WM_CLASS property set to the above selected\n" +"name, when saved." +msgstr "" +"Konfigurationen gaelder for alle\n" +"vinduer, hvis WM_CLASS egenskab er sat til det ovenstaeende\n" +"navn, naer de gemmes." + +#: ../src/winspector.c:1113 +msgid "Attributes" +msgstr "Attributter" + +#: ../src/winspector.c:1123 +msgid "Disable Titlebar" +msgstr "Fjern titellinje" + +#: ../src/winspector.c:1127 +msgid "Disable Resizebar" +msgstr "Fjern bundlinje" + +#: ../src/winspector.c:1131 +msgid "Disable Close Button" +msgstr "Fjern lukkeknap" + +#: ../src/winspector.c:1135 +msgid "Disable Miniaturize Button" +msgstr "Fjern minimerknap" + +#: ../src/winspector.c:1139 +msgid "Keep on Top / Floating" +msgstr "Altid oeverst / flydende" + +#: ../src/winspector.c:1143 +msgid "Keep at Bottom / Sunken" +msgstr "Altid nederst / sunket" + +#: ../src/winspector.c:1151 +msgid "Start Miniaturized" +msgstr "Start minimeret" + +#: ../src/winspector.c:1155 +msgid "Start Maximized" +msgstr "Start maximeret" + +#: ../src/winspector.c:1159 +msgid "Skip Window List" +msgstr "Udelad i vinduesliste" + +#: ../src/winspector.c:1173 +msgid "Advanced" +msgstr "Udvidet" + +#: ../src/winspector.c:1183 +msgid "Ignore HideOthers" +msgstr "Ignorer Skjul Andre" + +#: ../src/winspector.c:1187 +msgid "Don't Bind Keyboard Shortcuts" +msgstr "Bind ikke tastaturgenveje" + +#: ../src/winspector.c:1191 +msgid "Don't Bind Mouse Clicks" +msgstr "Bind ikke museklik" + +#: ../src/winspector.c:1195 +msgid "Keep Inside Screen" +msgstr "Hold indenfor skaermen" + +#: ../src/winspector.c:1199 +msgid "Don't Let It Take Focus" +msgstr "Maa ikke faa fokus" + +#: ../src/winspector.c:1203 +msgid "Don't Save Session" +msgstr "Gem ikke session" + +#: ../src/winspector.c:1207 +msgid "Emulate Application Icon" +msgstr "Emuler programikon" + +#: ../src/winspector.c:1211 +msgid "Full Screen Maximization" +msgstr "Brug hele skaermen" + +#: ../src/winspector.c:1226 +msgid "" +"Enable the \"Don't bind...\" options to allow the application to receive all " +"mouse or keyboard events." +msgstr "" +" Vaelg \"Bind ikke...\" muligheden hvis programmet skal modtage alle " +"muse- eller tastaturtryk." + +#: ../src/winspector.c:1233 +msgid "Miniwindow Image" +msgstr "Minivinduesbillede" + +#: ../src/winspector.c:1252 +msgid "Update" +msgstr "Opdater" + +#: ../src/winspector.c:1267 +msgid "Icon File Name:" +msgstr "Ikon filnavn" + +#: ../src/winspector.c:1279 +msgid "Ignore client supplied icon" +msgstr "Ignorer programmets egen ikon" + +#: ../src/winspector.c:1286 +msgid "Initial Workspace" +msgstr "Foerste arbejdsbord" + +#: ../src/winspector.c:1291 +msgid "Nowhere in particular" +msgstr "Intet specielt sted" + +#: ../src/winspector.c:1309 +msgid "Application Wide" +msgstr "For alle programmer" + +#: ../src/winspector.c:1319 +msgid "Start Hidden" +msgstr "Start skjult" + +#: ../src/winspector.c:1323 +msgid "No Application Icon" +msgstr "Ingen programikon" + +#: ../src/workspace.c:106 ../src/workspace.c:107 ../src/workspace.c:655 +#, c-format +msgid "Workspace %i" +msgstr "Arbejdsbord %i" + +#: ../src/workspace.c:712 +msgid "Workspaces" +msgstr "Arbejdsborde" + +#: ../src/workspace.c:714 +msgid "could not create Workspace menu" +msgstr "kunne ikke skabe arbejdsbordsmenu" + +#: ../src/workspace.c:721 +msgid "New" +msgstr "Ny" + +#: ../src/workspace.c:722 +msgid "Destroy Last" +msgstr "Fjern sidste" + +#: ../src/xutil.c:228 +msgid "invalid data in selection" +msgstr "ugyldigt data i udvælgelse" diff --git a/po/dk.po b/po/dk.po deleted file mode 100644 index de582298..00000000 --- a/po/dk.po +++ /dev/null @@ -1,1358 +0,0 @@ -# Window Maker 0.51.1 fordansket -# Copyright (C) 1999 Free Software Foundation, Inc. -# Birger Langkjer , 1999. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: 1.1\n" -"POT-Creation-Date: 1999-03-11 12:16+0100\n" -"PO-Revision-Date: 1999-03-12 01:10+0100\n" -"Last-Translator: Birger Langkjer \n" -"Language-Team: Danish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO8859-1\n" -"Content-Transfer-Encoding: ISO8859-1\n" - -#: ../src/appicon.c:509 ../src/dialog.c:216 ../src/dialog.c:272 -#: ../src/dock.c:3070 ../src/dockedapp.c:208 ../src/winspector.c:281 -#: ../src/winspector.c:297 -msgid "Error" -msgstr "Fejl" - -#: ../src/appicon.c:510 -msgid "Could not open specified icon file" -msgstr "Kunne ikke åbne denne ikon fil" - -#: ../src/appicon.c:511 ../src/dialog.c:115 ../src/dialog.c:216 -#: ../src/dialog.c:272 ../src/dialog.c:460 ../src/dock.c:435 -#: ../src/dock.c:3071 ../src/dockedapp.c:208 ../src/dockedapp.c:352 -#: ../src/winspector.c:282 ../src/winspector.c:298 -msgid "OK" -msgstr "OK" - -#: ../src/appicon.c:538 ../src/dock.c:278 -msgid "" -" will be forcibly closed.\n" -"Any unsaved changes will be lost.\n" -"Please confirm." -msgstr "" -" vil blive afsluttet.\n" -"Alle ugemte data bliver slettet.\n" -"OK?" - -#: ../src/appicon.c:544 ../src/dock.c:283 ../src/winmenu.c:124 -msgid "Kill Application" -msgstr "Afslut program" - -#: ../src/appicon.c:545 ../src/dock.c:284 ../src/winmenu.c:126 -msgid "Yes" -msgstr "Ja" - -#: ../src/appicon.c:545 ../src/dock.c:284 ../src/winmenu.c:126 -msgid "No" -msgstr "Nej" - -#: ../src/appicon.c:563 ../src/dock.c:1075 -msgid "Unhide Here" -msgstr "Fremhæv her" - -#: ../src/appicon.c:564 ../src/appicon.c:589 ../src/dock.c:1077 -#: ../src/dock.c:1079 ../src/dock.c:3196 ../src/dock.c:3198 -#: ../src/winmenu.c:447 -msgid "Hide" -msgstr "Skjul" - -#: ../src/appicon.c:565 -msgid "Set Icon..." -msgstr "Vælg ikon..." - -#: ../src/appicon.c:566 ../src/dock.c:1083 ../src/rootmenu.c:226 -#: ../src/rootmenu.c:240 ../src/winmenu.c:494 -msgid "Kill" -msgstr "Afslut" - -#: ../src/appicon.c:587 ../src/dock.c:3194 -msgid "Unhide" -msgstr "Fremhæv" - -#: ../src/defaults.c:760 ../src/startup.c:735 ../src/startup.c:753 -#: ../src/startup.c:759 -#, c-format -msgid "could not read domain \"%s\" from defaults database" -msgstr "kunne ikke læse domænet \"%s\" fra standard-databasen" - -#: ../src/defaults.c:806 ../src/defaults.c:930 ../src/defaults.c:969 -#: ../src/defaults.c:999 -#, c-format -msgid "Domain %s (%s) of defaults database is corrupted!" -msgstr "Domænet %s (%s) i standard-databasen er ødelagt!" - -#: ../src/defaults.c:811 ../src/defaults.c:951 ../src/defaults.c:982 -#: ../src/defaults.c:1008 -#, c-format -msgid "could not load domain %s from user defaults database" -msgstr "kunne ikke indlæse domænet \"%s\" fra bruger standard-database" - -#: ../src/defaults.c:822 ../src/defaults.c:915 -#, c-format -msgid "Domain %s (%s) of global defaults database is corrupted!" -msgstr "Domænet %s (%s) i den globale standard-database er ødelagt!" - -#: ../src/defaults.c:841 ../src/defaults.c:920 -#, c-format -msgid "could not load domain %s from global defaults database" -msgstr "kunne ikke indlæse domænet \"%s\" fra den globale standard-database" - -#: ../src/defaults.c:1287 -#, c-format -msgid "wrong option value for key \"%s\". Should be one of %s" -msgstr "forkert konfigurationsværdi for tast \"%s\". Skulle have været %s." - -#: ../src/defaults.c:1334 -#, c-format -msgid "can't convert \"%s\" to boolean for key \"%s\"" -msgstr "kan ikke konvertere \"%s\" til boolsk værdi for tast \"%s\"" - -#: ../src/defaults.c:1339 ../src/defaults.c:1373 ../src/defaults.c:1405 -#: ../src/defaults.c:1418 ../src/defaults.c:1433 ../src/defaults.c:1447 -#: ../src/defaults.c:1519 ../src/defaults.c:1531 ../src/defaults.c:1879 -#: ../src/defaults.c:1896 ../src/defaults.c:1909 ../src/defaults.c:1942 -#: ../src/defaults.c:1958 ../src/defaults.c:1989 ../src/defaults.c:2078 -#, c-format -msgid "using default \"%s\" instead" -msgstr "bruger standard \"%s\" istedet" - -#: ../src/defaults.c:1370 -#, c-format -msgid "can't convert \"%s\" to integer for key \"%s\"" -msgstr "kan ikke konvertere \"%s\" til integer værdi for tast \"%s\"" - -#: ../src/defaults.c:1400 ../src/defaults.c:1514 ../src/defaults.c:1874 -#: ../src/defaults.c:1891 ../src/defaults.c:1937 ../src/defaults.c:1984 -#: ../src/wdefaults.c:541 ../src/wdefaults.c:577 -#, c-format -msgid "Wrong option format for key \"%s\". Should be %s." -msgstr "Forkert konfigurationsformat for tast \"%s\". Skulle have været %s." - -#: ../src/defaults.c:1413 -#, c-format -msgid "Incorrect number of elements in array for key \"%s\"." -msgstr "Ukorrekt antal af elementer i array for tast \"%s\"." - -#: ../src/defaults.c:1428 -#, c-format -msgid "Wrong value for key \"%s\". Should be Coordinate." -msgstr "" - -#: ../src/defaults.c:1443 -#, c-format -msgid "can't convert array to integers for \"%s\"." -msgstr "" - -#: ../src/defaults.c:1640 ../src/defaults.c:1672 ../src/defaults.c:1688 -#: ../src/defaults.c:1734 ../src/defaults.c:1774 ../src/defaults.c:1812 -#: ../src/defaults.c:1828 -#, c-format -msgid "\"%s\" is not a valid color name" -msgstr "\"%s\" er en ugyldig farve" - -#: ../src/defaults.c:1653 -msgid "bad number of arguments in gradient specification" -msgstr "" - -#: ../src/defaults.c:1707 -msgid "too few arguments in multicolor gradient specification" -msgstr "" - -#: ../src/defaults.c:1801 -msgid "bad number of arguments in textured gradient specification" -msgstr "" - -#: ../src/defaults.c:1844 -#, c-format -msgid "bad opacity value for tgradient texture \"%s\". Should be [0..255]" -msgstr "" - -#: ../src/defaults.c:1857 -#, c-format -msgid "invalid texture type %s" -msgstr "" - -#: ../src/defaults.c:1904 -#, c-format -msgid "Error in texture specification for key \"%s\"" -msgstr "" - -#: ../src/defaults.c:1954 -msgid "Wrong type for workspace background. Should be a texture type." -msgstr "" - -#: ../src/defaults.c:2002 -#, c-format -msgid "Wrong type for background of workspace %i. Should be a texture." -msgstr "" - -#: ../src/defaults.c:2043 -msgid "could not load any usable font!!!" -msgstr "ingen brugbare fonte fundet!!!" - -#: ../src/defaults.c:2073 -#, c-format -msgid "could not get color for key \"%s\"" -msgstr "" - -#: ../src/defaults.c:2132 ../src/rootmenu.c:491 -#, c-format -msgid "%s:invalid key modifier \"%s\"" -msgstr "" - -#: ../src/defaults.c:2144 -#, c-format -msgid "%s:invalid kbd shortcut specification \"%s\"" -msgstr "%s:ugyldig tastaturgenvej \"%s\"" - -#: ../src/defaults.c:2151 -#, c-format -msgid "%s:invalid key in shortcut \"%s\"" -msgstr "%s:ugyldig tast i tastaturgenvej \"%s\"" - -#: ../src/defaults.c:2177 -#, c-format -msgid "%s: modifier key %s is not valid" -msgstr "" - -#: ../src/defaults.c:2253 -msgid "could not render texture for icon background" -msgstr "" - -#: ../src/dialog.c:115 ../src/dialog.c:467 ../src/dock.c:435 -#: ../src/dockedapp.c:358 ../src/rootmenu.c:188 ../src/rootmenu.c:226 -#: ../src/rootmenu.c:240 -msgid "Cancel" -msgstr "Fortryd" - -#: ../src/dialog.c:211 -msgid "Could not open directory " -msgstr "Kunne ikke åbne katalog" - -#: ../src/dialog.c:267 -msgid "Could not load image file " -msgstr "Kunne ikke indlæse billedfil" - -#: ../src/dialog.c:404 -msgid "Directories" -msgstr "Kataloger" - -#: ../src/dialog.c:413 -msgid "Icons" -msgstr "Ikoner" - -#: ../src/dialog.c:450 -msgid "File Name:" -msgstr "Filnavn:" - -#: ../src/dialog.c:473 -msgid "Choose File" -msgstr "Vælg fil" - -#: ../src/dialog.c:490 ../src/dialog.c:492 -msgid "Icon Chooser" -msgstr "Ikon vælger" - -#: ../src/dock.c:212 -#, c-format -msgid "Type the name for workspace %i:" -msgstr "Indtast navn for arbejdsbord %i:" - -#: ../src/dock.c:213 ../src/dock.c:1054 -msgid "Rename Workspace" -msgstr "Omdoeb arbejdsbord" - -#: ../src/dock.c:433 -msgid "Workspace Clip" -msgstr "Arbejdsbords Clip" - -#: ../src/dock.c:434 -msgid "All selected icons will be removed!" -msgstr "Alle markerede ikoner vil blive flyttet!" - -#: ../src/dock.c:481 -msgid "Keep Icon" -msgstr "Behold ikon" - -#: ../src/dock.c:482 ../src/dock.c:1988 ../src/dock.c:2117 -msgid "Type the command used to launch the application" -msgstr "Indtast kommandoen der skal starte programmet" - -#: ../src/dock.c:867 -#, c-format -msgid "could not launch application %s\n" -msgstr "kunne ikke starte program %s\n" - -#: ../src/dock.c:922 -msgid "could not create workspace submenu for Clip menu" -msgstr "kunne ikke lave arbejdsbord undermenu for Clipmenu" - -#: ../src/dock.c:985 -msgid "could not create options submenu for Clip menu" -msgstr "kunne ikke lave konfigurations undermenu for Clipmenu" - -#: ../src/dock.c:989 ../src/dock.c:1043 ../src/winmenu.c:389 -msgid "Keep on top" -msgstr "Altid øverst" - -#: ../src/dock.c:995 -msgid "Collapsed" -msgstr "Sammenfoldet" - -#: ../src/dock.c:1001 -msgid "AutoCollapse" -msgstr "AutoSammenfoldet" - -#: ../src/dock.c:1007 -msgid "AutoRaiseLower" -msgstr "AutoFremhæv" - -#: ../src/dock.c:1013 -msgid "AutoAttract Icons" -msgstr "AutoTiltræk ikoner" - -#: ../src/dock.c:1019 -msgid "Keep Attracted Icons" -msgstr "Behold tiltrukkede ikoner" - -#: ../src/dock.c:1049 -msgid "Clip Options" -msgstr "Clip konfiguration" - -#: ../src/dock.c:1056 -msgid "(Un)Select Icon" -msgstr "(Fra)Vælg ikon" - -#: ../src/dock.c:1058 -msgid "(Un)Select All Icons" -msgstr "Fra)Vælg alle ikoner" - -#: ../src/dock.c:1061 -msgid "Keep Icon(s)" -msgstr "Behold ikon(er)" - -#: ../src/dock.c:1063 -msgid "Move Icon(s) To" -msgstr "Flyt ikon(er) til" - -#: ../src/dock.c:1068 -msgid "Remove Icon(s)" -msgstr "Fjern Ikon(er)" - -#: ../src/dock.c:1070 -msgid "Attract Icons" -msgstr "Tiltræk ikoner" - -#: ../src/dock.c:1073 -msgid "Launch" -msgstr "Kør" - -#: ../src/dock.c:1081 -msgid "Settings..." -msgstr "Indstillinger..." - -#: ../src/dock.c:1466 ../src/dock.c:1480 ../src/dock.c:1494 ../src/dock.c:1504 -#, c-format -msgid "bad value in docked icon state info %s" -msgstr "" - -#: ../src/dock.c:1512 -#, c-format -msgid "bad value in docked icon position %i,%i" -msgstr "" - -#: ../src/dock.c:1755 -msgid "there are too many icons stored in dock. Ignoring what doesn't fit" -msgstr "" - -#. icon->forced_dock = 1; -#: ../src/dock.c:1987 ../src/dock.c:2116 -msgid "Dock Icon" -msgstr "" - -#: ../src/dock.c:3063 ../src/dock.c:3067 -#, c-format -msgid "Could not execute command \"%s\"" -msgstr "Kunne ikke udføre kommando \"%s\"" - -#: ../src/dockedapp.c:128 -#, c-format -msgid "could not find icon %s, used in a docked application" -msgstr "" - -#: ../src/dockedapp.c:207 -#, c-format -msgid "Could not open specified icon file:%s" -msgstr "" - -#: ../src/dockedapp.c:293 -msgid "Start when WindowMaker is started" -msgstr "Start samtidig med WindowMaker" - -#: ../src/dockedapp.c:300 -msgid "Application path and arguments" -msgstr "Programsti og argumenter" - -#: ../src/dockedapp.c:311 -msgid "Command for files dropped with DND" -msgstr "\"Traek og slip\" kommando" - -#: ../src/dockedapp.c:323 -#, c-format -msgid "%d will be replaced with the file name" -msgstr "%d bliver erstattet med filnavnet" - -#: ../src/dockedapp.c:327 -msgid "DND support was not compiled in" -msgstr "" - -#: ../src/dockedapp.c:333 -msgid "Icon Image" -msgstr "Ikonfil" - -#: ../src/dockedapp.c:345 ../src/winspector.c:1236 -msgid "Browse..." -msgstr "Soeg..." - -#: ../src/dockedapp.c:390 -msgid "Docked Application Settings" -msgstr "" - -#: ../src/framewin.c:489 -#, c-format -msgid "could not render gradient: %s" -msgstr "" - -#: ../src/framewin.c:505 ../src/framewin.c:520 ../src/framewin.c:531 -#: ../src/framewin.c:538 ../src/framewin.c:545 ../src/icon.c:296 -#: ../src/texture.c:578 -#, c-format -msgid "error rendering image:%s" -msgstr "" - -#: ../src/icon.c:182 ../src/wdefaults.c:411 -#, c-format -msgid "error loading image file \"%s\"" -msgstr "" - -#: ../src/icon.c:424 ../src/icon.c:433 -#, c-format -msgid "could not create directory %s" -msgstr "kunne ikke skabe katalog %s" - -#: ../src/icon.c:700 -#, c-format -msgid "could not find default icon \"%s\"" -msgstr "kunne ikke finde standard ikon \"%s\"" - -#: ../src/icon.c:706 -#, c-format -msgid "could not load default icon \"%s\":%s" -msgstr "kunne ikke indlæse standard ikon \"%s\":%s" - -#: ../src/main.c:195 -msgid "could not exec window manager" -msgstr "kunne ikke starte window manager" - -#: ../src/main.c:196 -msgid "Restart failed!!!" -msgstr "Genstart mislykkedes!!!" - -#: ../src/main.c:243 -#, c-format -msgid "%s aborted.\n" -msgstr "%s mislykkedes. \n" - -#: ../src/main.c:254 -#, c-format -msgid "Usage: %s [options]\n" -msgstr "Brug: %s [muligheder]\n" - -#: ../src/main.c:255 -msgid "The Window Maker window manager for the X window system" -msgstr "" - -#: ../src/main.c:257 -msgid " -display host:dpy\tdisplay to use" -msgstr "" - -#: ../src/main.c:259 -msgid " --no-cpp \t\tdisable preprocessing of configuration files" -msgstr "" - -#: ../src/main.c:261 -msgid " --no-dock\t\tdo not open the application Dock" -msgstr "" - -#: ../src/main.c:262 -msgid " --no-clip\t\tdo not open the workspace Clip" -msgstr "" - -#. -#. puts(_(" --locale locale locale to use")); -#. -#: ../src/main.c:266 -msgid " --visual-id visualid\tvisual id of visual to use" -msgstr "" - -#: ../src/main.c:267 -msgid " --static\t\tdo not update or save configurations" -msgstr "" - -#: ../src/main.c:268 -msgid " --version\t\tprint version and exit" -msgstr "" - -#: ../src/main.c:269 -msgid " --help\t\t\tshow this message" -msgstr "" - -#: ../src/main.c:281 -#, c-format -msgid "" -"could not find user GNUstep directory (%s).\n" -"Make sure you have installed Window Maker correctly and run wmaker.inst" -msgstr "" -"kunne ikke finde brugerens GNUstep katalog (%s).\n" -"Har du installeret Window Maker korrekt og kørt wmaker.inst?" - -#: ../src/main.c:300 -#, c-format -msgid "%s:could not execute initialization script" -msgstr "%s:kunne ikke køre autostart script" - -#: ../src/main.c:317 -#, c-format -msgid "%s:could not execute exit script" -msgstr "%s:kunne ikke køre exit script" - -#: ../src/main.c:378 ../src/main.c:385 ../src/main.c:393 ../src/main.c:409 -#, c-format -msgid "too few arguments for %s" -msgstr "" - -#: ../src/main.c:397 -#, c-format -msgid "bad value for visualid: \"%s\"" -msgstr "" - -#: ../src/main.c:417 -#, c-format -msgid "%s: invalid argument '%s'\n" -msgstr "%s: ugyldigt argument '%s'\n" - -#: ../src/main.c:418 -#, c-format -msgid "Try '%s --help' for more information\n" -msgstr "Prøv '%s --help' for at få mere information\n" - -#: ../src/main.c:461 -msgid "X server does not support locale" -msgstr "" - -#: ../src/main.c:464 -msgid "cannot set locale modifiers" -msgstr "" - -#: ../src/main.c:481 -#, c-format -msgid "could not open display \"%s\"" -msgstr "kunne ikke åbne display \"%s\"" - -#: ../src/menu.c:285 -msgid "wrealloc() failed while trying to add menu item" -msgstr "" - -#: ../src/misc.c:69 -#, c-format -msgid "could not define value for %s for cpp" -msgstr "" - -#: ../src/misc.c:99 -#, c-format -msgid "could not get password entry for UID %i" -msgstr "" - -#: ../src/misc.c:123 -#, c-format -msgid "your machine is misconfigured. HOSTNAME is set to %s" -msgstr "" - -#: ../src/misc.c:129 -#, c-format -msgid "your machine is misconfigured. HOST is set to %s" -msgstr "" - -#: ../src/misc.c:770 -msgid "selection timed-out" -msgstr "" - -#: ../src/misc.c:786 -msgid "Program Arguments" -msgstr "Program Argumenter" - -#: ../src/misc.c:787 -msgid "Enter command arguments:" -msgstr "Indtast kommando argumenter:" - -#: ../src/misc.c:885 -msgid "unable to get dropped data from DND drop" -msgstr "" - -#: ../src/misc.c:893 -msgid "error getting dropped data from DND drop" -msgstr "" - -#: ../src/misc.c:899 -msgid "out of memory while getting data from DND drop" -msgstr "" - -#: ../src/misc.c:944 ../src/misc.c:1079 -#, c-format -msgid "out of memory during expansion of \"%s\"" -msgstr "" - -#: ../src/misc.c:998 -msgid "out of memory during expansion of \"%w\"" -msgstr "" - -#: ../src/misc.c:1016 -msgid "out of memory during expansion of \"%W\"" -msgstr "" - -#: ../src/misc.c:1032 -msgid "out of memory during expansion of \"%a\"" -msgstr "" - -#: ../src/misc.c:1058 -#, c-format -msgid "out of memory during expansion of \"%d\"" -msgstr "" - -#: ../src/misc.c:1072 -msgid "selection not available" -msgstr "" - -#: ../src/misc.c:1144 ../src/misc.c:1150 -#, c-format -msgid "bad window name value in %s state info" -msgstr "" - -#: ../src/misc.c:1405 -msgid "could not send message to background image helper" -msgstr "" - -#: ../src/pixmap.c:235 -#, c-format -msgid "could not load mask bitmap file \"%s\". Won't use mask" -msgstr "" - -#: ../src/proplist.c:180 -msgid "unterminated string" -msgstr "" - -#: ../src/proplist.c:247 -msgid "unterminated array" -msgstr "" - -#: ../src/proplist.c:256 -msgid "missing , in array or unterminated array" -msgstr "" - -#: ../src/proplist.c:267 -msgid "could not get array element" -msgstr "" - -#: ../src/proplist.c:297 -msgid "unterminated dictionary" -msgstr "" - -#: ../src/proplist.c:315 -msgid "missing dictionary key" -msgstr "" - -#: ../src/proplist.c:317 -msgid "missing dictionary entry key or unterminated dictionary" -msgstr "" - -#: ../src/proplist.c:323 -msgid "error parsing dictionary key" -msgstr "" - -#: ../src/proplist.c:332 -msgid "missing = in dictionary entry" -msgstr "" - -#: ../src/proplist.c:351 -msgid "missing ; in dictionary entry" -msgstr "" - -#: ../src/proplist.c:432 -msgid "was expecting a string, dictionary, data or array." -msgstr "" - -#: ../src/proplist.c:434 -msgid "Comments are not allowed inside WindowMaker owned domain files." -msgstr "" - -#: ../src/proplist.c:453 -#, c-format -msgid "could not open domain file %s" -msgstr "" - -#: ../src/proplist.c:466 -msgid "extra data after end of file" -msgstr "" - -#: ../src/resources.c:71 -#, c-format -msgid "The following character sets are missing in %s:" -msgstr "" - -#: ../src/resources.c:76 -#, c-format -msgid "The string \"%s\" will be used in place" -msgstr "" - -#: ../src/resources.c:78 -msgid "of any characters from those sets." -msgstr "" - -#: ../src/resources.c:81 -#, c-format -msgid "could not create font set %s. Trying fixed" -msgstr "kunne ikke skabe font sæt %s. Prøver standard" - -#: ../src/resources.c:98 -#, c-format -msgid "could not load font %s. Trying fixed" -msgstr "kunne ikke indlæse font %s. Prøver standard" - -#: ../src/resources.c:136 -#, c-format -msgid "could not parse color \"%s\"" -msgstr "" - -#: ../src/resources.c:140 -#, c-format -msgid "could not allocate color \"%s\"" -msgstr "" - -#: ../src/rootmenu.c:186 ../src/rootmenu.c:188 -msgid "Exit" -msgstr "Luk ned" - -#: ../src/rootmenu.c:187 -msgid "Exit window manager?" -msgstr "Afslut window manager?" - -#: ../src/rootmenu.c:223 -msgid "Close X session" -msgstr "Afslut X" - -#: ../src/rootmenu.c:224 -msgid "" -"Close Window System session?\n" -"Kill might close applications with unsaved data." -msgstr "" -"Afslut Window System?\n" -"Du kan miste ugemt data i åbne programmer." - -#. -#. entry = wMenuAddCallback(menu, _("Select Shortcut"), NULL, NULL); -#. wMenuEntrySetCascade(menu, entry, makeMakeShortcutMenu(scr)); -#. -#: ../src/rootmenu.c:226 ../src/winmenu.c:487 -msgid "Close" -msgstr "Luk ned" - -#: ../src/rootmenu.c:237 -msgid "Kill X session" -msgstr "Afslut X" - -#: ../src/rootmenu.c:238 -msgid "" -"Kill Window System session?\n" -"(all applications will be closed)" -msgstr "" -"Afslut Window System?\n" -"(alle programmer bliver afsluttet)" - -#: ../src/rootmenu.c:504 -#, c-format -msgid "%s:invalid kbd shortcut specification \"%s\" for entry %s" -msgstr "" - -#: ../src/rootmenu.c:512 -#, c-format -msgid "%s:invalid key in shortcut \"%s\" for entry %s" -msgstr "" - -#: ../src/rootmenu.c:565 -#, c-format -msgid "%s: unmatched '\"' in menu file" -msgstr "" - -#: ../src/rootmenu.c:615 -#, c-format -msgid "%s: missing command" -msgstr "%s: manglende kommando" - -#: ../src/rootmenu.c:648 -#, c-format -msgid "invalid OPEN_MENU specification: %s" -msgstr "ugyldig OPEN_MENU specifikation: %s" - -#: ../src/rootmenu.c:696 -#, c-format -msgid "%s:could not stat menu" -msgstr "" - -#: ../src/rootmenu.c:704 -#, c-format -msgid "%s:could not stat menu:%s" -msgstr "" - -#: ../src/rootmenu.c:722 -#, c-format -msgid "too many parameters in OPEN_MENU: %s" -msgstr "for mange parametere i OPEN_MENU: %s" - -#: ../src/rootmenu.c:758 -msgid "" -"There are more than one WORKSPACE_MENU commands in the applications menu. " -"Only one is allowed." -msgstr "" -"Der er mere end een WORKSPACE_MENU kommando i applikationsmenuen. " -"Kun een er tilladt." - -#: ../src/rootmenu.c:787 ../src/rootmenu.c:805 -#, c-format -msgid "%s:missing parameter for menu command \"%s\"" -msgstr "" - -#: ../src/rootmenu.c:868 -#, c-format -msgid "%s:unknown command \"%s\" in menu config." -msgstr "" - -#: ../src/rootmenu.c:876 -#, c-format -msgid "%s:can't add shortcut for entry \"%s\"" -msgstr "" - -#: ../src/rootmenu.c:1013 -#, c-format -msgid "%s:maximal line size exceeded in menu config: %s" -msgstr "" - -#: ../src/rootmenu.c:1035 ../src/rootmenu.c:1127 ../src/rootmenu.c:1228 -#, c-format -msgid "%s:missing command in menu config: %s" -msgstr "" - -#: ../src/rootmenu.c:1065 -#, c-format -msgid "%s:syntax error in menu file:END declaration missing" -msgstr "" - -#: ../src/rootmenu.c:1094 ../src/rootmenu.c:1193 -msgid "could not make arguments for menu file preprocessor" -msgstr "" - -#: ../src/rootmenu.c:1100 ../src/rootmenu.c:1200 -#, c-format -msgid "%s:could not open/preprocess menu file" -msgstr "" - -#: ../src/rootmenu.c:1112 ../src/rootmenu.c:1213 -#, c-format -msgid "%s:could not open menu file" -msgstr "%: kunne ikke åbne menufil" - -#: ../src/rootmenu.c:1139 -#, c-format -msgid "%s:invalid menu file. MENU command is missing" -msgstr "" - -#: ../src/rootmenu.c:1148 -msgid "error reading preprocessed menu data" -msgstr "" - -#: ../src/rootmenu.c:1240 -#, c-format -msgid "%s:no title given for the root menu" -msgstr "" - -#: ../src/rootmenu.c:1323 ../src/rootmenu.c:1390 ../src/rootmenu.c:1434 -#, c-format -msgid "out of memory while constructing directory menu %s" -msgstr "" - -#: ../src/rootmenu.c:1333 -#, c-format -msgid "%s:could not stat file \"%s\" in menu directory" -msgstr "" - -#: ../src/rootmenu.c:1488 -msgid "Commands" -msgstr "Kommandoer" - -#: ../src/rootmenu.c:1491 -msgid "Restart" -msgstr "Genstart" - -#: ../src/rootmenu.c:1492 -msgid "Exit..." -msgstr "Afslut..." - -#: ../src/rootmenu.c:1537 -#, c-format -msgid "could not find menu file \"%s\" referenced in WMRootMenu" -msgstr "" - -#: ../src/rootmenu.c:1544 -#, c-format -msgid "could not access menu \"%s\" referenced in WMRootMenu" -msgstr "" - -#: ../src/rootmenu.c:1555 -#, c-format -msgid "" -"using default menu file \"%s\" as the menu referenced in WMRootMenu could " -"not be found " -msgstr "" - -#: ../src/rootmenu.c:1578 ../src/rootmenu.c:1654 -#, c-format -msgid "%s:format error in root menu configuration \"%s\"" -msgstr "" - -#: ../src/screen.c:428 -msgid "could not load logo image for panels" -msgstr "" - -#: ../src/screen.c:431 -#, c-format -msgid "error making logo image for panel:%s" -msgstr "" - -#: ../src/screen.c:695 -#, c-format -msgid "could not initialize graphics library context: %s" -msgstr "" - -#: ../src/screen.c:726 -msgid "could not do initialization of WINGs widget set" -msgstr "" - -#: ../src/screen.c:1058 -#, c-format -msgid "could not save session state in %s" -msgstr "" - -#: ../src/session.c:182 ../src/wdefaults.c:559 ../src/winspector.c:345 -#, c-format -msgid "can't convert \"%s\" to boolean" -msgstr "" - -#: ../src/session.c:875 -msgid "out of memory while saving session state" -msgstr "" - -#: ../src/session.c:969 -msgid "end of memory while saving session state" -msgstr "" - -#. This is not fatal but can mean the session manager exited. -#. * If the session manager exited normally we would get a -#. * Die message, so this probably means an abnormal exit. -#. * If the sm was the last client of session, then we'll die -#. * anyway, otherwise we can continue doing our stuff. -#. -#: ../src/session.c:1103 -msgid "connection to the session manager was lost" -msgstr "" - -#: ../src/stacking.c:72 -msgid "could not get window list!!" -msgstr "" - -#: ../src/startup.c:195 -#, c-format -msgid "internal X error: %s\n" -msgstr "intern X fejl: %s\n" - -#: ../src/startup.c:259 -#, c-format -msgid "got signal %i (%s) - restarting\n" -msgstr "" - -#: ../src/startup.c:261 -#, c-format -msgid "got signal %i - restarting\n" -msgstr "" - -#: ../src/startup.c:276 -#, c-format -msgid "got signal %i (%s) - exiting...\n" -msgstr "" - -#: ../src/startup.c:278 -#, c-format -msgid "got signal %i - exiting...\n" -msgstr "" - -#: ../src/startup.c:291 -#, c-format -msgid "got signal %i (%s)\n" -msgstr "" - -#: ../src/startup.c:293 -#, c-format -msgid "got signal %i\n" -msgstr "" - -#: ../src/startup.c:299 -msgid "" -"crashed while trying to do some post-crash cleanup. Aborting immediatelly." -msgstr "" - -#: ../src/startup.c:310 -msgid "" -"a fatal error has occured, probably due to a bug. Please fill the included " -"BUGFORM and report it." -msgstr "" - -#. restart another window manager so that the X session doesn't -#. * go to space -#: ../src/startup.c:317 -msgid "trying to start alternative window manager..." -msgstr "prøver at starte alternativ window manager..." - -#: ../src/startup.c:745 -#, c-format -msgid "icon size is configured to %i, but it's too small. Using 16, instead\n" -msgstr "" - -#: ../src/startup.c:789 -msgid "it seems that there already is a window manager running" -msgstr "det ser ud at der allerede er en window manager" - -#: ../src/startup.c:795 -#, c-format -msgid "could not manage screen %i" -msgstr "" - -#: ../src/startup.c:855 -msgid "could not manage any screen" -msgstr "" - -#: ../src/switchmenu.c:114 -msgid "Windows" -msgstr "Vinduer" - -#: ../src/texture.c:274 ../src/texture.c:318 -#, c-format -msgid "image file \"%s\" used as texture could not be found." -msgstr "" - -#: ../src/texture.c:280 ../src/texture.c:324 -#, c-format -msgid "could not load texture pixmap \"%s\":%s" -msgstr "" - -#: ../src/texture.c:463 ../src/texture.c:574 -#, c-format -msgid "could not render texture: %s" -msgstr "" - -#: ../src/wdefaults.c:405 -#, c-format -msgid "could not find icon file \"%s\"" -msgstr "kunne ikke finde ikonfil \"%s\"" - -#: ../src/window.c:2487 ../src/window.c:2619 -msgid "" -"the NumLock, ScrollLock or similar key seems to be turned on.\n" -"Turn it off or some mouse actions and keyboard shortcuts will not work." -msgstr "" - -#: ../src/winmenu.c:125 -msgid "" -"This will kill the application.\n" -"Any unsaved changes will be lost.\n" -"Please confirm." -msgstr "" -"Dette vil afslutte programmet.\n" -"Alle ugemte data bliver slettet.\n" -"OK?" - -#: ../src/winmenu.c:253 ../src/winmenu.c:261 -msgid "Set Shortcut" -msgstr "Angiv genvej" - -#: ../src/winmenu.c:339 ../src/winmenu.c:385 -msgid "could not create submenu for window menu" -msgstr "kunne ikke lave undermenu for vinduesmenu" - -#: ../src/winmenu.c:394 -msgid "Keep at bottom" -msgstr "Altid nederst" - -#: ../src/winmenu.c:399 ../src/winspector.c:1142 -msgid "Omnipresent" -msgstr "Paa alle arbejdsborde" - -#. -#. * Warning: If you make some change that affects the order of the -#. * entries, you must update the command #defines in the top of -#. * this file. -#. -#: ../src/winmenu.c:422 ../src/winmenu.c:557 -msgid "Maximize" -msgstr "Maximer" - -#: ../src/winmenu.c:430 ../src/winmenu.c:543 -msgid "Miniaturize" -msgstr "Minimer" - -#: ../src/winmenu.c:439 ../src/winmenu.c:574 -msgid "Shade" -msgstr "Rul op" - -#: ../src/winmenu.c:455 -msgid "Ændre størrelse/Flyt" -msgstr "" - -#: ../src/winmenu.c:463 -msgid "Select" -msgstr "Vælg" - -#: ../src/winmenu.c:471 -msgid "Move To" -msgstr "Flyt til" - -#: ../src/winmenu.c:476 -msgid "Attributes..." -msgstr "Attributter..." - -#: ../src/winmenu.c:478 -msgid "Options" -msgstr "Indstillinger" - -#: ../src/winmenu.c:538 -msgid "Deminiaturize" -msgstr "Uminimer" - -#: ../src/winmenu.c:552 -msgid "Unmaximize" -msgstr "Umaximer" - -#: ../src/winmenu.c:569 -msgid "Unshade" -msgstr "Rul ned" - -#: ../src/winspector.c:279 -#, c-format -msgid "Could not find icon \"%s\" specified for this window" -msgstr "" - -#: ../src/winspector.c:295 -#, c-format -msgid "Could not open specified icon \"%s\":%s" -msgstr "" - -#: ../src/winspector.c:1017 -msgid "Save" -msgstr "Gem" - -#: ../src/winspector.c:1025 -msgid "Apply" -msgstr "Udfoer" - -#: ../src/winspector.c:1031 -msgid "Reload" -msgstr "Genindlaes" - -#: ../src/winspector.c:1040 ../src/winspector.c:1050 -msgid "Window Specification" -msgstr "Vinduesspecifikationer" - -#: ../src/winspector.c:1041 -msgid "Window Attributes" -msgstr "Vinduesattributter" - -#: ../src/winspector.c:1042 -msgid "Advanced Options" -msgstr "Udvidede indstillinger" - -#: ../src/winspector.c:1043 -msgid "Icon and Initial Workspace" -msgstr "Ikon og foerste arbejdsbord" - -#: ../src/winspector.c:1044 -msgid "Application Specific" -msgstr "Specifikt for program" - -#: ../src/winspector.c:1058 -msgid "Defaults for all windows" -msgstr "Standard for alle vinduer" - -#: ../src/winspector.c:1101 -msgid "" -"The configuration will apply to all\n" -"windows that have their WM_CLASS property set to the above selected\n" -"name, when saved." -msgstr "" -"Konfigurationen gaelder for alle\n" -"vinduer, hvis WM_CLASS egenskab er sat til det ovenstaaende\n" -"navn, naar de gemmes." - -#: ../src/winspector.c:1108 -msgid "Attributes" -msgstr "Attributter" - -#: ../src/winspector.c:1118 -msgid "Disable Titlebar" -msgstr "Fjern titellinje" - -#: ../src/winspector.c:1122 -msgid "Disable Resizebar" -msgstr "Fjern bundlinje" - -#: ../src/winspector.c:1126 -msgid "Disable Close Button" -msgstr "Fjern lukkeknap" - -#: ../src/winspector.c:1130 -msgid "Disable Miniaturize Button" -msgstr "Fjern minimerknap" - -#: ../src/winspector.c:1134 -msgid "Keep on Top / Floating" -msgstr "Altid oeverst / flydende" - -#: ../src/winspector.c:1138 -msgid "Keep at Bottom / Sunken" -msgstr "Altid nederst / sunket" - -#: ../src/winspector.c:1146 -msgid "Start Miniaturized" -msgstr "Start minimeret" - -#: ../src/winspector.c:1150 -msgid "Start Maximized" -msgstr "Start maximeret" - -#: ../src/winspector.c:1154 -msgid "Skip Window List" -msgstr "Udelad i vinduesliste" - -#: ../src/winspector.c:1168 -msgid "Advanced" -msgstr "Udvidet" - -#: ../src/winspector.c:1178 -msgid "Ignore HideOthers" -msgstr "Ignorer \"Gem Andre\"" - -#: ../src/winspector.c:1182 -msgid "Don't Bind Keyboard Shortcuts" -msgstr "Bind ikke tastaturgenveje" - -#: ../src/winspector.c:1186 -msgid "Don't Bind Mouse Clicks" -msgstr "Bind ikke museklik" - -#: ../src/winspector.c:1190 -msgid "Keep Inside Screen" -msgstr "Behold indenfor skaermen" - -#: ../src/winspector.c:1194 -msgid "Don't Let It Take Focus" -msgstr "Maa ikke faa fokus" - -#: ../src/winspector.c:1198 -msgid "Don't Save Session" -msgstr "Gem ikke session" - -#: ../src/winspector.c:1202 -msgid "Emulate Application Icon" -msgstr "Emuler programikon" - -#: ../src/winspector.c:1217 -msgid "" -"Enable the \"Don't bind...\" options to allow the application to receive all " -"mouse or keyboard events." -msgstr "" -" Vaelg \"Bind ikke...\" muligheden for at lade programmet modtage alle " -"muse- eller tastaturtryk." - -#: ../src/winspector.c:1224 -msgid "Miniwindow Image" -msgstr "Minivinduesbillede" - -#: ../src/winspector.c:1243 -msgid "Update" -msgstr "Opdater" - -#: ../src/winspector.c:1258 -msgid "Icon File Name:" -msgstr "Ikon filnavn" - -#: ../src/winspector.c:1270 -msgid "Ignore client supplied icon" -msgstr "Ignorer programmets egen ikon" - -#: ../src/winspector.c:1277 -msgid "Initial Workspace" -msgstr "Foerste arbejdsbord" - -#: ../src/winspector.c:1282 -msgid "Nowhere in particular" -msgstr "Intet specielt sted" - -#: ../src/winspector.c:1316 -msgid "Application Wide" -msgstr "" - -#: ../src/winspector.c:1326 -msgid "Start Hidden" -msgstr "Start skjult" - -#: ../src/winspector.c:1330 -msgid "No Application Icon" -msgstr "Ingen programikon" - -#: ../src/workspace.c:102 ../src/workspace.c:103 ../src/workspace.c:480 -#, c-format -msgid "Workspace %i" -msgstr "Arbejdsbord %i" - -#: ../src/workspace.c:537 -msgid "Workspaces" -msgstr "Arbejdsborde" - -#: ../src/workspace.c:539 -msgid "could not create Workspace menu" -msgstr "kunne ikke skabe arbejdsbordsmenu" - -#: ../src/workspace.c:546 -msgid "New" -msgstr "Ny" - -#: ../src/workspace.c:547 -msgid "Destroy Last" -msgstr "Fjern sidste" - -#: ../src/xutil.c:228 -msgid "invalid data in selection" -msgstr "" diff --git a/src/dialog.c b/src/dialog.c index 91266e6a..b8c1b218 100644 --- a/src/dialog.c +++ b/src/dialog.c @@ -1221,8 +1221,10 @@ wShowLegalPanel(WScreen *scr) WWindow *wwin; if (legalPanel) { - wRaiseFrame(legalPanel->wwin->frame->core); - wSetFocusTo(scr, legalPanel->wwin); + if (legalPanel->scr == scr) { + wRaiseFrame(legalPanel->wwin->frame->core); + wSetFocusTo(scr, legalPanel->wwin); + } return; } @@ -1508,3 +1510,175 @@ wShowCrashingDialogPanel(int whatSig) } + + +/***************************************************************************** + * About GNUstep Panel + *****************************************************************************/ + + +static void +drawGNUstepLogo(Display *dpy, Drawable d, int width, int height, + unsigned long blackPixel, unsigned long whitePixel) +{ + GC gc; + XGCValues gcv; + XRectangle rects[3]; + + gcv.foreground = blackPixel; + gc = XCreateGC(dpy, d, GCForeground, &gcv); + + XFillArc(dpy, d, gc, width/45, height/45, + width - 2*width/45, height - 2*height/45, 0, 360*64); + + rects[0].x = 0; + rects[0].y = 37*height/45; + rects[0].width = width/3; + rects[0].height = height - rects[0].y; + + rects[1].x = rects[0].width; + rects[1].y = height/2; + rects[1].width = width - 2*width/3; + rects[1].height = height - rects[1].y; + + rects[2].x = 2*width/3; + rects[2].y = height - 37*height/45; + rects[2].width = width/3; + rects[2].height = height - rects[2].y; + + XSetClipRectangles(dpy, gc, 0, 0, rects, 3, Unsorted); + XFillRectangle(dpy, d, gc, 0, 0, width, height); + + XSetForeground(dpy, gc, whitePixel); + XFillArc(dpy, d, gc, width/45, height/45, + width - 2*width/45, height - 2*height/45, 0, 360*64); + + XFreeGC(dpy, gc); +} + + + +#define GNUSTEP_TEXT \ + "Window Maker is part of the GNUstep project.\n"\ + "The GNUstep project aims to create a free\n"\ + "implementation of the OpenStep(tm) specification\n"\ + "which is a object-oriented framework for\n"\ + "creating advanced graphical, multi-platform\n"\ + "applications. Aditionally, a development and\n"\ + "user desktop enviroment will be created on top\n"\ + "of the framework. For more information about\n"\ + "GNUstep, please visit: www.gnustep.org" + + +typedef struct { + WScreen *scr; + + WWindow *wwin; + + WMWindow *win; + + WMLabel *gstepL; + WMLabel *textL; +} GNUstepPanel; + + +static GNUstepPanel *gnustepPanel = NULL; + +static void +destroyGNUstepPanel(WCoreWindow *foo, void *data, XEvent *event) +{ + WMUnmapWidget(gnustepPanel->win); + + WMDestroyWidget(gnustepPanel->win); + + wUnmanageWindow(gnustepPanel->wwin, False, False); + + free(gnustepPanel); + + gnustepPanel = NULL; +} + + +void +wShowGNUstepPanel(WScreen *scr) +{ + GNUstepPanel *panel; + Window parent; + WWindow *wwin; + WMPixmap *pixmap; + WMColor *color; + + if (gnustepPanel) { + if (gnustepPanel->scr == scr) { + wRaiseFrame(gnustepPanel->wwin->frame->core); + wSetFocusTo(scr, gnustepPanel->wwin); + } + return; + } + + panel = wmalloc(sizeof(GNUstepPanel)); + + panel->scr = scr; + + panel->win = WMCreateWindow(scr->wmscreen, "About GNUstep"); + WMResizeWidget(panel->win, 325, 200); + + pixmap = WMCreatePixmap(scr->wmscreen, 130, 130, + WMScreenDepth(scr->wmscreen), True); + + color = WMCreateNamedColor(scr->wmscreen, "gray50", True); + + drawGNUstepLogo(dpy, WMGetPixmapXID(pixmap), 130, 130, + WMColorPixel(color), scr->white_pixel); + + WMReleaseColor(color); + + drawGNUstepLogo(dpy, WMGetPixmapMaskXID(pixmap), 130, 130, 1, 1); + + panel->gstepL = WMCreateLabel(panel->win); + WMResizeWidget(panel->gstepL, 285, 64); + WMMoveWidget(panel->gstepL, 20, 0); + WMSetLabelTextAlignment(panel->gstepL, WARight); + WMSetLabelText(panel->gstepL, "GNUstep"); + { + WMFont *font = WMBoldSystemFontOfSize(scr->wmscreen, 24); + + WMSetLabelFont(panel->gstepL, font); + WMReleaseFont(font); + } + + panel->textL = WMCreateLabel(panel->win); + WMResizeWidget(panel->textL, 275, 130); + WMMoveWidget(panel->textL, 30, 50); + WMSetLabelTextAlignment(panel->textL, WARight); + WMSetLabelImagePosition(panel->textL, WIPOverlaps); + WMSetLabelText(panel->textL, GNUSTEP_TEXT); + WMSetLabelImage(panel->textL, pixmap); + + WMReleasePixmap(pixmap); + + WMRealizeWidget(panel->win); + WMMapSubwidgets(panel->win); + + parent = XCreateSimpleWindow(dpy, scr->root_win, 0, 0, 325, 200, 0, 0, 0); + + XReparentWindow(dpy, WMWidgetXID(panel->win), parent, 0, 0); + + wwin = wManageInternalWindow(scr, parent, None, "About GNUstep", + (scr->scr_width - 325)/2, + (scr->scr_height - 200)/2, 325, 200); + + WSETUFLAG(wwin, no_closable, 0); + WSETUFLAG(wwin, no_close_button, 0); + wWindowUpdateButtonImages(wwin); + wFrameWindowShowButton(wwin->frame, WFF_RIGHT_BUTTON); + wwin->frame->on_click_right = destroyGNUstepPanel; + + panel->wwin = wwin; + + WMMapWidget(panel->win); + + wWindowMap(wwin); + + gnustepPanel = panel; +} diff --git a/src/dialog.h b/src/dialog.h index 2a886cbc..c3ac103d 100644 --- a/src/dialog.h +++ b/src/dialog.h @@ -41,6 +41,9 @@ void wShowInfoPanel(WScreen *scr); void wShowLegalPanel(WScreen *scr); +void wShowGNUstepPanel(WScreen *scr); + int wShowCrashingDialogPanel(int whatSig); + #endif diff --git a/src/dock.c b/src/dock.c index 82febbf1..8b508460 100644 --- a/src/dock.c +++ b/src/dock.c @@ -1730,8 +1730,7 @@ wDockRestoreState(WScreen *scr, proplist_t dock_state, int type) } } } - - + /* restore attract icons state */ dock->attract_icons = 0; @@ -3299,9 +3298,7 @@ iconDblClick(WObjDescriptor *desc, XEvent *event) ((btn->icon->owner == NULL) && (btn->applist != NULL))) { if (btn->icon->owner == NULL) btn->icon->owner = btn->applist->wapp->main_window_desc; -#ifdef I_HATE_THIS } -#endif #else if (btn->icon->owner && !(event->xbutton.state & ControlMask)) { #endif @@ -3339,7 +3336,11 @@ iconDblClick(WObjDescriptor *desc, XEvent *event) (!btn->running || (event->xbutton.state & ControlMask))) { launchDockedApplication(btn); } - } + } else if (btn->xindex == 0 && btn->yindex == 0 + && btn->dock->type == WM_DOCK) { + + wShowGNUstepPanel(dock->screen_ptr); + } } } } @@ -3550,7 +3551,8 @@ handleIconMove(WDock *dock, WAppIcon *aicon, XEvent *event) #endif } -/* wRaiseFrame(icon->core);*/ + if (event->xbutton.state & MOD_MASK) + wRaiseFrame(icon->core); if (!wPreferences.flags.noclip) clip = scr->workspaces[scr->current_workspace]->clip; diff --git a/src/menu.c b/src/menu.c index 3b45c8b1..9281f7bc 100644 --- a/src/menu.c +++ b/src/menu.c @@ -84,6 +84,10 @@ static void menuCloseClick(WCoreWindow *sender, void *data, XEvent *event); static void updateTexture(WMenu *menu); +#ifndef LITE +static int saveMenuRecurs(proplist_t menus, WScreen *scr, WMenu *menu); +static int restoreMenuRecurs(WScreen *scr, proplist_t menus, WMenu *menu, char *path); +#endif /* !LITE */ static void selectEntry(WMenu *menu, int entry_no); static void closeCascade(WMenu *menu); @@ -2437,22 +2441,12 @@ wMenuSaveState(WScreen *scr) { proplist_t menus, key, value; int save_menus = 0; + char buffer[256]; menus = PLMakeDictionaryFromEntries(NULL, NULL, NULL); #ifndef LITE - if (scr->root_menu && scr->root_menu->flags.buttoned) { - sprintf(buffer, "%i,%i", scr->root_menu->frame_x, - scr->root_menu->frame_y); - key = PLMakeString("RootMenu"); - value = PLMakeString(buffer); - PLInsertDictionaryEntry(menus, key, value); - PLRelease(key); - PLRelease(value); - save_menus = 1; - } - if (scr->switch_menu && scr->switch_menu->flags.buttoned) { sprintf(buffer, "%i,%i", scr->switch_menu->frame_x, scr->switch_menu->frame_y); @@ -2463,6 +2457,10 @@ wMenuSaveState(WScreen *scr) PLRelease(value); save_menus = 1; } + + if (saveMenuRecurs(menus, scr, scr->root_menu)) + save_menus = 1; + #endif /* !LITE */ if (scr->workspace_menu && scr->workspace_menu->flags.buttoned) { sprintf(buffer, "%i,%i", scr->workspace_menu->frame_x, @@ -2484,13 +2482,80 @@ wMenuSaveState(WScreen *scr) } +#ifndef LITE + +static Bool +getMenuPath(WMenu *menu, char *buffer, int bufSize) +{ + Bool ok = True; + int len = 0; + + if (!menu->flags.titled || !menu->frame->title[0]) + return False; + + len = strlen(menu->frame->title); + if (len >= bufSize) + return False; + + if (menu->parent) { + ok = getMenuPath(menu->parent, buffer, bufSize - len - 1); + if (!ok) + return False; + } + + strcat(buffer, "\\"); + strcat(buffer, menu->frame->title); + + return True; +} + +static Bool +saveMenuRecurs(proplist_t menus, WScreen *scr, WMenu *menu) +{ + proplist_t key, value; + int save_menus = 0, i; + char buffer[512]; + Bool ok = True; + + + if (menu->flags.brother) + menu = menu->brother; + + if (menu->flags.buttoned && menu != scr->switch_menu) { + + sprintf(buffer, "%i,%i", menu->frame_x, menu->frame_y); + value = PLMakeString(buffer); + + buffer[0] = '\0'; + ok = getMenuPath(menu, buffer, 510); + + if (ok) { + key = PLMakeString(buffer); + PLInsertDictionaryEntry(menus, key, value); + PLRelease(key); + PLRelease(value); + save_menus = 1; + } + } + + if (ok) { + for (i = 0; i < menu->cascade_no; i++) { + if (saveMenuRecurs(menus, scr, menu->cascades[i])) + save_menus = 1; + } + } + return save_menus; +} +#endif /* !LITE */ + + #define COMPLAIN(key) wwarning(_("bad value in menus state info:%s"), key) static int restoreMenu(WScreen *scr, proplist_t menu, int which) { - int i, x, y; + int x, y; WMenu *pmenu = NULL; if (!menu) @@ -2505,27 +2570,11 @@ restoreMenu(WScreen *scr, proplist_t menu, int which) COMPLAIN("Position"); #ifndef LITE - if (which & WSS_ROOTMENU) { - OpenRootMenu(scr, x, y, False); - pmenu = scr->root_menu; - } else if (which & WSS_SWITCHMENU) { + if (which & WSS_SWITCHMENU) { OpenSwitchMenu(scr, x, y, False); pmenu = scr->switch_menu; - } else -#endif /* !LITE */ - if (which & WSS_WSMENU) { - OpenWorkspaceMenu(scr, x, y); - pmenu = scr->workspace_menu; - if (pmenu->parent) { - /* make parent map the copy in place of the original */ - for (i=0; iparent->cascade_no; i++) { - if (pmenu->parent->cascades[i] == pmenu) { - pmenu->parent->cascades[i] = pmenu->brother; - break; - } - } - } } +#endif /* !LITE */ if (pmenu) { int width = MENUW(pmenu); @@ -2544,10 +2593,69 @@ restoreMenu(WScreen *scr, proplist_t menu, int which) } +#ifndef LITE +static int +restoreMenuRecurs(WScreen *scr, proplist_t menus, WMenu *menu, char *path) +{ + proplist_t key, entry; + char buffer[512]; + int i, x, y, res; + + if (strlen(path) + strlen(menu->frame->title) > 510) + return False; + + sprintf(buffer, "%s\\%s", path, menu->frame->title); + key = PLMakeString(buffer); + entry = PLGetDictionaryEntry(menus, key); + res = False; + + if (entry && PLIsString(entry)) { + + if (sscanf(PLGetString(entry), "%i,%i", &x, &y) != 2) + COMPLAIN("Position"); + + if (!menu->flags.mapped) { + int width = MENUW(menu); + int height = MENUH(menu); + + wMenuMapAt(menu, x, y, False); + + if (menu->parent) { + /* make parent map the copy in place of the original */ + for (i=0; iparent->cascade_no; i++) { + if (menu->parent->cascades[i] == menu) { + menu->parent->cascades[i] = menu->brother; + break; + } + } + } + x = (x < -width) ? 0 : x; + x = (x > scr->scr_width) ? scr->scr_width - width : x; + y = (y < 0) ? 0 : y; + y = (y > scr->scr_height) ? scr->scr_height - height : y; + wMenuMove(menu, x, y, True); + menu->flags.buttoned = 1; + wFrameWindowShowButton(menu->frame, WFF_RIGHT_BUTTON); + res = True; + } + } + + PLRelease(key); + + for (i=0; icascade_no; i++) { + if (restoreMenuRecurs(scr, menus, menu->cascades[i], buffer) != False) + res = True; + } + + return res; +} +#endif /* !LITE */ + + void wMenuRestoreState(WScreen *scr) { - proplist_t menus, menu, key, rkey, skey, wkey; + proplist_t menus, menu, key, skey; key = PLMakeString("Menus"); menus = PLGetDictionaryEntry(scr->session_state, key); @@ -2558,19 +2666,19 @@ wMenuRestoreState(WScreen *scr) /* restore menus */ - rkey = PLMakeString("RootMenu"); skey = PLMakeString("SwitchMenu"); - wkey = PLMakeString("WorkspaceMenu"); - menu = PLGetDictionaryEntry(menus, rkey); - restoreMenu(scr, menu, WSS_ROOTMENU); menu = PLGetDictionaryEntry(menus, skey); restoreMenu(scr, menu, WSS_SWITCHMENU); - menu = PLGetDictionaryEntry(menus, wkey); - restoreMenu(scr, menu, WSS_WSMENU); - PLRelease(rkey); +#ifndef LITE + if (!scr->root_menu) { + OpenRootMenu(scr, scr->scr_width*2, 0, False); + wMenuUnmap(scr->root_menu); + } + restoreMenuRecurs(scr, menus, scr->root_menu, ""); +#endif /* !LITE */ + PLRelease(skey); - PLRelease(wkey); } @@ -2603,8 +2711,7 @@ OpenWorkspaceMenu(WScreen *scr, int x, int y) wRaiseFrame(menu->frame->core); wMenuMapCopyAt(menu, x, y); } - } - else { + } else { wMenuMapAt(menu, x, y, False); } } diff --git a/src/workspace.c b/src/workspace.c index 22ea8a2e..608c6eb9 100644 --- a/src/workspace.c +++ b/src/workspace.c @@ -409,8 +409,8 @@ showWorkspaceName(WScreen *scr, int workspace) data->count = 10; - /* set a 2 second timeout for the effect */ - data->timeout = time(NULL) + 1 + + /* set a timeout for the effect */ + data->timeout = time(NULL) + 2 + (WORKSPACE_NAME_DELAY + WORKSPACE_NAME_FADE_DELAY*data->count)/1000; scr->workspace_name_data = data; diff --git a/util/wmsetbg.c b/util/wmsetbg.c index f567aee3..5598e58a 100644 --- a/util/wmsetbg.c +++ b/util/wmsetbg.c @@ -52,7 +52,7 @@ #include -#define PROG_VERSION "wmsetbg (Window Maker) 2.2" +#define PROG_VERSION "wmsetbg (Window Maker) 2.3" #define WORKSPACE_COUNT (MAX_WORKSPACES+1) @@ -999,6 +999,11 @@ updateDomain(char *domain, char *key, char *texture) { char *program = "wdwrite"; + if (smooth) + system("wdwrite SmoothWorkspaceBack YES"); + else + system("wdwrite SmoothWorkspaceBack NO"); + execlp(program, program, domain, key, texture, NULL); wwarning("warning could not run \"%s\"", program); } @@ -1344,6 +1349,14 @@ main(int argc, char **argv) PixmapPath = getPixmapPath(domain); + if (!smooth) { + proplist_t val; + + val = PLGetDictionaryEntry(domain, + PLMakeString("SmoothWorkspaceBack")); + if (val && PLIsString(val) && strcasecmp(PLGetString(val), "YES")==0) + smooth = True; + } dpy = XOpenDisplay(display); if (!dpy) {