WorkspaceWarping

This commit is contained in:
fluxgen 2002-04-12 15:15:46 +00:00
parent 507fbd3be7
commit a5bf916fac
31 changed files with 46 additions and 3 deletions

View file

@ -50,3 +50,5 @@ $ #MaxOverSlit
# Maximize Over Slit # Maximize Over Slit
$ #SloppyWindowGrouping $ #SloppyWindowGrouping
# Sloppy Window Grouping # Sloppy Window Grouping
$ #WorkspaceWarping
# Workspace Warping

View file

@ -36,6 +36,7 @@ uninstall-local:
Translation.m: $(MFILES) Translation.m: $(MFILES)
@if test x$(NLSTEST) = "x-DNLS"; then \ @if test x$(NLSTEST) = "x-DNLS"; then \
rm -f Translation.m; \
echo -e "//This file is generated from nls/C" > ../blackbox-nls.hh; \ echo -e "//This file is generated from nls/C" > ../blackbox-nls.hh; \
echo -e "#ifndef BLACKBOX_NLS_HH" >> ../blackbox-nls.hh; \ echo -e "#ifndef BLACKBOX_NLS_HH" >> ../blackbox-nls.hh; \
echo -e "#define BLACKBOX_NLS_HH" >> ../blackbox-nls.hh; \ echo -e "#define BLACKBOX_NLS_HH" >> ../blackbox-nls.hh; \

View file

@ -50,3 +50,5 @@ $ #MaxOverSlit
# Увеличи върху Slit -а # Увеличи върху Slit -а
$ #SloppyWindowGrouping $ #SloppyWindowGrouping
# Sloppy Групиране на прозорци # Sloppy Групиране на прозорци
$ #WorkspaceWarping
# Workspace Warping

View file

@ -21,6 +21,7 @@ uninstall-local:
Translation.m: $(MFILES) Translation.m: $(MFILES)
@if test x$(NLSTEST) = "x-DNLS"; then \ @if test x$(NLSTEST) = "x-DNLS"; then \
rm -f Translation.m; \
awk -f ../convert.awk output=Translation.m $(MFILES); \ awk -f ../convert.awk output=Translation.m $(MFILES); \
fi fi

View file

@ -39,6 +39,7 @@ $set 3 #Configmenu
23 Полу Sloppy Фокус 23 Полу Sloppy Фокус
24 Увеличи върху Slit -а 24 Увеличи върху Slit -а
25 Sloppy Групиране на прозорци 25 Sloppy Групиране на прозорци
26 Workspace Warping
$set 4 #Icon $set 4 #Icon

View file

@ -41,6 +41,7 @@ enum {
ConfigmenuSemiSloppyFocus = 0x17, ConfigmenuSemiSloppyFocus = 0x17,
ConfigmenuMaxOverSlit = 0x18, ConfigmenuMaxOverSlit = 0x18,
ConfigmenuSloppyWindowGrouping = 0x19, ConfigmenuSloppyWindowGrouping = 0x19,
ConfigmenuWorkspaceWarping = 0x1a,
IconSet = 0x4, IconSet = 0x4,
IconIcons = 0x1, IconIcons = 0x1,

View file

@ -48,3 +48,5 @@ $ #MaxOverSlit
# Maximize Over Slit # Maximize Over Slit
$ #SloppyWindowGrouping $ #SloppyWindowGrouping
# Sloppy Window Grouping # Sloppy Window Grouping
$ #WorkspaceWarping
# Workspace Warping

View file

@ -20,6 +20,7 @@ uninstall-local:
Translation.m: $(MFILES) Translation.m: $(MFILES)
@if test x$(NLSTEST) = "x-DNLS"; then \ @if test x$(NLSTEST) = "x-DNLS"; then \
rm -f Translation.m; \
awk -f ../convert.awk output=Translation.m $(MFILES); \ awk -f ../convert.awk output=Translation.m $(MFILES); \
fi fi

View file

@ -50,3 +50,5 @@ $ #MaxOverSlit
# Maximize Over Slit # Maximize Over Slit
$ #SloppyWindowGrouping $ #SloppyWindowGrouping
# Sloppy Window Grouping # Sloppy Window Grouping
$ #WorkspaceWarping
# Workspace Warping

View file

@ -23,6 +23,7 @@ uninstall-local:
Translation.m: $(MFILES) Translation.m: $(MFILES)
@if test x$(NLSTEST) = "x-DNLS"; then \ @if test x$(NLSTEST) = "x-DNLS"; then \
rm -f Translation.m; \
awk -f ../convert.awk output=Translation.m $(MFILES); \ awk -f ../convert.awk output=Translation.m $(MFILES); \
fi fi

View file

@ -50,3 +50,5 @@ $ #MaxOverSlit
# Maximize Over Slit # Maximize Over Slit
$ #SloppyWindowGrouping $ #SloppyWindowGrouping
# Sloppy Window Grouping # Sloppy Window Grouping
$ #WorkspaceWarping
# Workspace Warping

View file

@ -20,6 +20,7 @@ uninstall-local:
Translation.m: $(MFILES) Translation.m: $(MFILES)
@if test x$(NLSTEST) = "x-DNLS"; then \ @if test x$(NLSTEST) = "x-DNLS"; then \
rm -f Translation.m; \
awk -f ../convert.awk output=Translation.m $(MFILES); \ awk -f ../convert.awk output=Translation.m $(MFILES); \
fi fi

View file

@ -50,3 +50,5 @@ $ #MaxOverSlit
# Maximisez au dessus du Slit # Maximisez au dessus du Slit
$ #SloppyWindowGrouping $ #SloppyWindowGrouping
# Groupement des fenêtres stupide # Groupement des fenêtres stupide
$ #WorkspaceWarping
# Workspace Warping

View file

@ -24,6 +24,7 @@ uninstall-local:
Translation.m: $(MFILES) Translation.m: $(MFILES)
@if test x$(NLSTEST) = "x-DNLS"; then \ @if test x$(NLSTEST) = "x-DNLS"; then \
rm -f Translation.m; \
awk -f ../convert.awk output=Translation.m $(MFILES); \ awk -f ../convert.awk output=Translation.m $(MFILES); \
fi fi

View file

@ -50,3 +50,5 @@ $ #MaxOverSlit
# Maximize Over Slit # Maximize Over Slit
$ #SloppyWindowGrouping $ #SloppyWindowGrouping
# Sloppy Window Grouping # Sloppy Window Grouping
$ #WorkspaceWarping
# Workspace Warping

View file

@ -21,6 +21,7 @@ uninstall-local:
Translation.m: $(MFILES) Translation.m: $(MFILES)
@if test x$(NLSTEST) = "x-DNLS"; then \ @if test x$(NLSTEST) = "x-DNLS"; then \
rm -f Translation.m; \
awk -f ../convert.awk output=Translation.m $(MFILES); \ awk -f ../convert.awk output=Translation.m $(MFILES); \
fi fi

View file

@ -50,3 +50,5 @@ $ #MaxOverSlit
# Slit # Slit
$ #SloppyWindowGrouping $ #SloppyWindowGrouping
# Window # Window
$ #WorkspaceWarping
# Workspace Warping

View file

@ -18,10 +18,11 @@ uninstall-local:
Translation.m: $(MFILES) Translation.m: $(MFILES)
@if test x$(NLSTEST) = "x-DNLS"; then \ @if test x$(NLSTEST) = "x-DNLS"; then \
rm -f Translation.m; \
awk -f ../convert.awk output=Translation.m $(MFILES); \ awk -f ../convert.awk output=Translation.m $(MFILES); \
fi fi
blackbox.cat: Translation.m blackbox.cat: Translation.m
@if test x$(NLSTEST) = "x-DNLS"; then \ @if test x$(NLSTEST) = "x-DNLS"; then \
$(gencat_cmd) blackbox.cat Translation.m; \ LANG=ja_JP $(gencat_cmd) blackbox.cat Translation.m; \
fi fi

View file

@ -19,7 +19,7 @@ $set 3 #Configmenu
3 3
4 4
5 5
6 6 ()
7 7
8 8
9 9
@ -39,6 +39,7 @@ $set 3 #Configmenu
23 (SemiSloppy) 23 (SemiSloppy)
24 Slit 24 Slit
25 Window 25 Window
26 Workspace Warping
$set 4 #Icon $set 4 #Icon
@ -182,7 +183,7 @@ $set 15 #main
1 error: '-rc' \n 1 error: '-rc' \n
2 error: '-display' \n 2 error: '-display' \n
3 warning: 'DISPLAY' \n 3 warning: 'DISPLAY' \n
4 Fluxkbox %s: (c) 2001 Henrik Kinnunen\n\n\ 4 Fluxbox %s: (c) 2001 Henrik Kinnunen\n\n\
-display <string>\t\t .\n\ -display <string>\t\t .\n\
-rc <string>\t\t\t 使.\n\ -rc <string>\t\t\t 使.\n\
-version\t\t\t .\n\ -version\t\t\t .\n\

View file

@ -50,3 +50,5 @@ $ #MaxOverSlit
# Maximize Over Slit # Maximize Over Slit
$ #SloppyWindowGrouping $ #SloppyWindowGrouping
# Sloppy Window Grouping # Sloppy Window Grouping
$ #WorkspaceWarping
# Workspace Warping

View file

@ -20,6 +20,7 @@ uninstall-local:
Translation.m: $(MFILES) Translation.m: $(MFILES)
@if test x$(NLSTEST) = "x-DNLS"; then \ @if test x$(NLSTEST) = "x-DNLS"; then \
rm -f Translation.m; \
awk -f ../convert.awk output=Translation.m $(MFILES); \ awk -f ../convert.awk output=Translation.m $(MFILES); \
fi fi

View file

@ -50,3 +50,5 @@ $ #MaxOverSlit
# Maximizar Sobre Slit # Maximizar Sobre Slit
$ #SloppyWindowGrouping $ #SloppyWindowGrouping
# Sloppy Janela Em Grupo # Sloppy Janela Em Grupo
$ #WorkspaceWarping
# Workspace Warping

View file

@ -20,6 +20,7 @@ uninstall-local:
Translation.m: $(MFILES) Translation.m: $(MFILES)
@if test x$(NLSTEST) = "x-DNLS"; then \ @if test x$(NLSTEST) = "x-DNLS"; then \
rm -f Translation.m; \
awk -f ../convert.awk output=Translation.m $(MFILES); \ awk -f ../convert.awk output=Translation.m $(MFILES); \
fi fi

View file

@ -39,6 +39,7 @@ $set 3 #Configmenu
23 Semi Sloppy Focus 23 Semi Sloppy Focus
24 Maximizar Sobre Slit 24 Maximizar Sobre Slit
25 Sloppy Janela Em Grupo 25 Sloppy Janela Em Grupo
26 Workspace Warping
$set 4 #Icon $set 4 #Icon

Binary file not shown.

View file

@ -50,3 +50,5 @@ $ #MaxOverSlit
# Максимизировать над докером # Максимизировать над докером
$ #SloppyWindowGrouping $ #SloppyWindowGrouping
# Группировка "размытых" окон # Группировка "размытых" окон
$ #WorkspaceWarping
# Workspace Warping

View file

@ -20,6 +20,7 @@ uninstall-local:
Translation.m: $(MFILES) Translation.m: $(MFILES)
@if test x$(NLSTEST) = "x-DNLS"; then \ @if test x$(NLSTEST) = "x-DNLS"; then \
rm -f Translation.m; \
awk -f ../convert.awk output=Translation.m $(MFILES); \ awk -f ../convert.awk output=Translation.m $(MFILES); \
fi fi

View file

@ -50,3 +50,5 @@ $ #MaxOverSlit
# Maximize Over Slit # Maximize Over Slit
$ #SloppyWindowGrouping $ #SloppyWindowGrouping
# Hafsig Fönster Gruppering # Hafsig Fönster Gruppering
$ #WorkspaceWarping
# Workspace Warping

View file

@ -21,6 +21,7 @@ uninstall-local:
Translation.m: $(MFILES) Translation.m: $(MFILES)
@if test x$(NLSTEST) = "x-DNLS"; then \ @if test x$(NLSTEST) = "x-DNLS"; then \
rm -f Translation.m; \
awk -f ../convert.awk output=Translation.m $(MFILES); \ awk -f ../convert.awk output=Translation.m $(MFILES); \
fi fi

View file

@ -50,3 +50,5 @@ $ #MaxOverSlit
# Maximize Over Slit # Maximize Over Slit
$ #SloppyWindowGrouping $ #SloppyWindowGrouping
# Sloppy Window Grouping # Sloppy Window Grouping
$ #WorkspaceWarping
# Workspace Warping

View file

@ -25,6 +25,7 @@ uninstall-local:
Translation.m: $(MFILES) Translation.m: $(MFILES)
@if test x$(NLSTEST) = "x-DNLS"; then \ @if test x$(NLSTEST) = "x-DNLS"; then \
rm -f Translation.m; \
awk -f ../convert.awk output=Translation.m $(MFILES); \ awk -f ../convert.awk output=Translation.m $(MFILES); \
fi fi