mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-18 12:00:31 +01:00
Remove trailing whitespace.
Also, the script is a one-liner, stolen from [1]: ack --print0 -l '[ \t]+$' | xargs -0 -n1 perl -pi -e 's/[ \t]+$//' [1] https://stackoverflow.com/questions/149057/how-to-remove-trailing-whitespace-of-all-files-recursively
This commit is contained in:
committed by
Carlos R. Mafra
parent
a17d131da3
commit
54a24ab6f7
124
ChangeLog
124
ChangeLog
@@ -2810,7 +2810,7 @@ Changes since version 0.92.0:
|
||||
platforms with a recent pkg-config (debian unstable/sid for one)
|
||||
- Fixed buggy handling of UTF8 characters in textfields in WINGs.
|
||||
(Stanislav Maslovski <stanislav.maslovski@gmail.com>)
|
||||
- Fixed segfault in WPrefs when some font description is missing from the
|
||||
- Fixed segfault in WPrefs when some font description is missing from the
|
||||
configuration file (Stanislav Maslovski <stanislav.maslovski@gmail.com>)
|
||||
- Removed WINGs' dependency on rgb.txt (from X11) and issues with locating it
|
||||
on the filesystem for different systems/distributions.
|
||||
@@ -2891,11 +2891,11 @@ Changes since version 0.80.2:
|
||||
- Removed obsoleted acconfig.h and implemented its functionality using
|
||||
AC_DEFINE and AC_DEFINE_UNQUOTED as autoconf 2.5x recommends.
|
||||
This will definitely enforce the need to use autoconf 2.5x
|
||||
- Added Xft2 support to WINGs, for rendering antialiased fonts with
|
||||
- Added Xft2 support to WINGs, for rendering antialiased fonts with
|
||||
transparency. Details in WINGs/ChangeLog.
|
||||
- Fixed problem with long, preset workspace names (Wanderlei Antonio Cavassin
|
||||
- Fixed problem with long, preset workspace names (Wanderlei Antonio Cavassin
|
||||
<cavassin@conectiva.com.br>)
|
||||
- Added kinput2 bug workaround to stock WMWindowAttributes (Seiichi SATO
|
||||
- Added kinput2 bug workaround to stock WMWindowAttributes (Seiichi SATO
|
||||
<sato@cvs-net.co.jp>)
|
||||
- Added Belarusian translation (Ihar Viarheichyk <iverg@mail.ru>)
|
||||
- Fixed wrlib not to load braindead images with 0 sized width or height
|
||||
@@ -2966,7 +2966,7 @@ Changes since version 0.80.2:
|
||||
- Made maximize behave differently with keyboard/mouse for xinerama
|
||||
(Peter Zijlstra <a.p.zijlstra@chello.nl>)
|
||||
- A few leftover xinerama fixes (Peter Zijlstra <a.p.zijlstra@chello.nl>)
|
||||
- Extended the 'strut' to multiple heads
|
||||
- Extended the 'strut' to multiple heads
|
||||
(Peter Zijlstra <a.p.zijlstra@chello.nl>)
|
||||
- Icon placement now takes into account the new xinerama extended 'strut'
|
||||
(Peter Zijlstra <a.p.zijlstra@chello.nl>)
|
||||
@@ -3012,7 +3012,7 @@ Changes since version 0.80.2:
|
||||
by Peter Zijlstra <a.p.zijlstra@chello.nl>)
|
||||
- Applied patch to enhance the Virtual Desktop behaviour, and to integrate
|
||||
it with the NetWM code (Peter Zijlstra <a.p.zijlstra@chello.nl>)
|
||||
- Applied a few xinerama and placement fixes (Peter Zijlstra
|
||||
- Applied a few xinerama and placement fixes (Peter Zijlstra
|
||||
<a.p.zijlstra@chello.nl>)
|
||||
- Fixed memory leak in dock code.
|
||||
- Fixed and enhanced the text wrapping in WINGs.
|
||||
@@ -3036,7 +3036,7 @@ Changes since version 0.80.2:
|
||||
- MacOS X style window switching panel (navigate through windows with Alt-Tab
|
||||
or arrow keys)
|
||||
- Added support for NET_WM_NAME/NET_WM_ICON_NAME
|
||||
- Moved out font name conversion code from getstyle/setstyle/convertfonts and
|
||||
- Moved out font name conversion code from getstyle/setstyle/convertfonts and
|
||||
made it support fontsets
|
||||
- Converted all menu and po files to UTF-8
|
||||
- Updated de.po (Thomas Otto <3.1415926535897932384626433832@gmx.net>)
|
||||
@@ -3059,8 +3059,8 @@ Changes since version 0.80.0:
|
||||
WMState.<number> file on multihead system.
|
||||
- Fixed problem with keyboard shortcuts executed an every screen for
|
||||
multihead systems.
|
||||
- Updated traditional chinese translations
|
||||
- Fixed buglet in non-caching rootmenu option
|
||||
- Updated traditional chinese translations
|
||||
- Fixed buglet in non-caching rootmenu option
|
||||
("John H. Robinson, IV" <jhriv@ucsd.edu>)
|
||||
- Added Malay translation
|
||||
- Fixed problem with kcalc not having a miniaturize button.
|
||||
@@ -3081,7 +3081,7 @@ Changes since version 0.80.0:
|
||||
- Added Greek (el) language pixmap (Michalis Kabrianis <Michalis@bigfoot.com>)
|
||||
- Fixes icons being reduced twice when icon size != 64x64
|
||||
Eduardo Pereira Habkost <ehabkost@conectiva.com.br>
|
||||
- Fixed a bug that crashed wmaker when selecting the "Start alternate window
|
||||
- Fixed a bug that crashed wmaker when selecting the "Start alternate window
|
||||
manager" option in the crashing dialog panel.
|
||||
- Window Maker will now use the WINDOWMAKER_ALT_WM environment variable (if
|
||||
it is defined) to overwrite the default hardcoded fallback window manager.
|
||||
@@ -3090,7 +3090,7 @@ Changes since version 0.80.0:
|
||||
"Keep on Top" option is active.
|
||||
- Added ability to browse for files/directories in the WPrefs menu editor.
|
||||
- Added Czech translations of documentation (Jiri Hnidek <Jiri.Hnidek@vslib.cz>)
|
||||
- Fixed segfault with incomplete WM_CLASS specifications.
|
||||
- Fixed segfault with incomplete WM_CLASS specifications.
|
||||
- Fixed a bug about arranging subviews in a WMBox after removing a subview
|
||||
and a memleak occuring in the same situation.
|
||||
- Fixed a bug in wdread
|
||||
@@ -3102,7 +3102,7 @@ Changes since version 0.80.0:
|
||||
Changes since version 0.70.0:
|
||||
.............................
|
||||
|
||||
- Disabled window birth animation by default (while it was ok with normal
|
||||
- Disabled window birth animation by default (while it was ok with normal
|
||||
windows, it was very annoying with menus editing in WPrefs.app)
|
||||
- Added ability to shade/unshade a window using the mouse wheel.
|
||||
- Fixed compilation for systems that required -lintl for WINGs
|
||||
@@ -3119,7 +3119,7 @@ Changes since version 0.70.0:
|
||||
saving dock/clip/session information on exit.
|
||||
- Added an internal strcasecmp() to WINGs (only on systems where's not present)
|
||||
- Deminiaturizing a window that is also shaded, will perform an unshade too.
|
||||
(Note that this only applies to deminiaturizing shaded windows. Unhiding
|
||||
(Note that this only applies to deminiaturizing shaded windows. Unhiding
|
||||
an application will keep the shaded/unshaded state of windows.)
|
||||
- Removed compile time option for definable cursors and made them available by
|
||||
default.
|
||||
@@ -3127,7 +3127,7 @@ Changes since version 0.70.0:
|
||||
will unhide the application.
|
||||
- Added || pipe menu for generating non-cached menus
|
||||
- Removed the collapse appicons thing.
|
||||
- Added real appicon sharing (apps of the same kind will have a single shared
|
||||
- Added real appicon sharing (apps of the same kind will have a single shared
|
||||
appicon).
|
||||
- Fixed user and global defaults domain merging to preserve values present in
|
||||
global but not in user, in sub-dictionaries.
|
||||
@@ -3158,7 +3158,7 @@ Changes since version 0.65.1:
|
||||
(Marcelo E. Magallon <marcelo.magallon@bigfoot.com>)
|
||||
- fixed crash with broken apps that set null WM_CLASS
|
||||
- fixed crash when with gnome panel and multi-screens, some menu
|
||||
updates and applied various other patches from
|
||||
updates and applied various other patches from
|
||||
(Crutcher Dunnavant <crutcher@redhat.com>)
|
||||
- po file fixes (Crutcher Dunnavant <crutcher@redhat.com>)
|
||||
- replaced I18N_MB with I18N in one place in src/wconfig.h.in
|
||||
@@ -3187,7 +3187,7 @@ Changes since version 0.65.1:
|
||||
More details about this can be found in WINGs/ChangeLog and WINGs/NEWS.
|
||||
Say bye, bye libPropList =)
|
||||
- rewrote all Window Maker code to use the new WINGs based proplist functions.
|
||||
- fixed a few compilation warnings and a problem caused by an uninitialized
|
||||
- fixed a few compilation warnings and a problem caused by an uninitialized
|
||||
variable.
|
||||
|
||||
|
||||
@@ -3229,7 +3229,7 @@ Changes since version 0.64.0:
|
||||
- use Hermes in wrlib
|
||||
- removed MOUSE_WS_WHEEL #defines
|
||||
- fixed bug with multibyte text on libc5 systems (Osamu Ajiki <osam-a@astroarts.co.jp>)
|
||||
- fixed race conditions on signal handlers
|
||||
- fixed race conditions on signal handlers
|
||||
- SIGINT will gently exit, SIGTERM will not be handled
|
||||
- When Window Maker calls wmsetbg to set the background, it will consider the
|
||||
value of the DisableDithering option and pass the right switch to wmsetbg.
|
||||
@@ -3240,7 +3240,7 @@ Changes since version 0.64.0:
|
||||
desktop level.
|
||||
- Fixed incorrect parsing of display and screen number from $DISPLAY.
|
||||
- Organized the inspector panel a bit better.
|
||||
- Replaced bags with arrays wherever appropriate. This will improve
|
||||
- Replaced bags with arrays wherever appropriate. This will improve
|
||||
performance a bit.
|
||||
- Made the Gnome tasklist skip the windows with the "Skip window list" flag
|
||||
enabled. (Bastien Nocera <hadess@hadess.net>)
|
||||
@@ -3258,11 +3258,11 @@ Changes since version 0.64.0:
|
||||
- Added retain/release mechanism for RImages. RDestroyImage() has become
|
||||
obsolete. More about this can be found in wrlib/Changelog and wrlib/NEWS.
|
||||
- Small API change in WINGs to allow images with alpha blending set as the
|
||||
application icons be shown correctly. More about this in WINGs/Changelog
|
||||
application icons be shown correctly. More about this in WINGs/Changelog
|
||||
and WINGs/NEWS.
|
||||
- Made images with alpha blending be shown correctly in the panels and the
|
||||
icon chooser.
|
||||
- The icon image set to be shown in panels ("Logo.WMPanel") will be
|
||||
- The icon image set to be shown in panels ("Logo.WMPanel") will be
|
||||
automatically updated if its entry in WMWindowAttributes changes (without
|
||||
a need to restart as until now).
|
||||
- Fixed a bug in the icon chooser dialog that made the selected icon look
|
||||
@@ -3282,7 +3282,7 @@ Changes since version 0.64.0:
|
||||
Changes since version 0.63.1:
|
||||
.............................
|
||||
- fixed messup in get-{wings,wutil,wraster}-flags
|
||||
- fixed #wmdatadir# substitution in wmaker.inst
|
||||
- fixed #wmdatadir# substitution in wmaker.inst
|
||||
(Seiichi SATO <sato@cvs-net.co.jp>)
|
||||
- Removed spurious focus disabling for GNUstep applications - but retain
|
||||
code that lets GNUstep apps control their window titlebar.
|
||||
@@ -3323,7 +3323,7 @@ Changes since version 0.62.1:
|
||||
- added wmagnify utility
|
||||
- changed behaviour of control/shift double click on titlebar for maximize
|
||||
- updated getstyle to account for extendspace options
|
||||
- fixed weird color bug in jpeg loader
|
||||
- fixed weird color bug in jpeg loader
|
||||
(Alban Hertroys <dalroi@wit401310.student.utwente.nl>)
|
||||
- improved and simplified fonts configuration for multibyte languages
|
||||
(Tomohiro KUBOTA <kubota@debian.or.jp>)
|
||||
@@ -3337,7 +3337,7 @@ Changes since version 0.62.1:
|
||||
- fixed bug with incorrect window placement using automatic placement, while
|
||||
there were shaded windows on other workspaces
|
||||
- fixed some buffer overflow issues in WINGs
|
||||
- fixed bug with WPrefs.app not selecting the menu appearance options after
|
||||
- fixed bug with WPrefs.app not selecting the menu appearance options after
|
||||
startup.
|
||||
- replaced free() with wfree() wherever appropriate
|
||||
- fixed some memory leaks generated by wstrappend()
|
||||
@@ -3401,7 +3401,7 @@ Changes since version 0.61.1:
|
||||
- changed semantics of GNUstep window attribute hints
|
||||
- added get-wings-flags and get-wutil-flags with the same purpose as
|
||||
get-wraster-flags, but for compiling and linking with WINGs/WUtil
|
||||
- fixed bug handling non-string values given to string valued options in
|
||||
- fixed bug handling non-string values given to string valued options in
|
||||
defaults.c
|
||||
- fixed colormap_window crash bug (appears when launching some apps from dock,
|
||||
or removing apps from gnome panel etc)
|
||||
@@ -3420,7 +3420,7 @@ Changes since version 0.61.1:
|
||||
- added Jim Knoble <jmknoble@pobox.com>'s cursor thing patch
|
||||
- fixed lock of wmaker when clicking on menu multiple times
|
||||
- made transients appear near their owner
|
||||
- fixed crash bug with broken java implementations (Miguel Covarrubias
|
||||
- fixed crash bug with broken java implementations (Miguel Covarrubias
|
||||
<mcovarr@tigr.org>)
|
||||
- made Revert on attributes panel apply the reverted changes immediately
|
||||
to avoid inconsistent internal state
|
||||
@@ -3438,7 +3438,7 @@ Changes since version 0.61.0:
|
||||
- fixed OPEN_MENU
|
||||
- fixed crash when moving a shaded window with keyboard
|
||||
- fixed problem with window shortcut assignment from the menu
|
||||
- fixed problem with fonts in WINGs (Masahide -mac- NODA
|
||||
- fixed problem with fonts in WINGs (Masahide -mac- NODA
|
||||
<mac@flab.fujitsu.co.jp>)
|
||||
- fixed multihead bugs (Morten B<>geskov" <mb@dbc.dk>)
|
||||
- fixed crashing bug when saving session information.
|
||||
@@ -3465,7 +3465,7 @@ Changes since version 0.60.0:
|
||||
- added missing kbd shortcut definitions for window shortcuts
|
||||
(Michael Smith <mjsmith@spirit.com.au>)
|
||||
- fixed floppy button layout in filepanel (Matthew Ashton <mrashton@home.com>)
|
||||
- fixed bug with documentedited close button (Felipe A. Rodriguez
|
||||
- fixed bug with documentedited close button (Felipe A. Rodriguez
|
||||
<farz@mindspring.com>)
|
||||
- fixed some buffer overflows
|
||||
- fixed some problem with the alpha
|
||||
@@ -3481,7 +3481,7 @@ Changes since version 0.60.0:
|
||||
- removed drop shadow for text on title bar code. (TITLE_TEXT_SHADOW)
|
||||
- text on title bar is now possible to be drawn by plugin. See NEWS.
|
||||
- WPrefs: added support for button4/5
|
||||
- fixed scrolling of menus outside screen (Vito Caputo
|
||||
- fixed scrolling of menus outside screen (Vito Caputo
|
||||
<swivel@virtual-webworld.com)
|
||||
- added dialog window for menu commands that can't be executed
|
||||
- fixed crash when deiconifying windows when icons are disabled
|
||||
@@ -3511,7 +3511,7 @@ Changes since version 0.53.0:
|
||||
- fixed crash when changing icon of window without WM_CLASS
|
||||
- added hysteresys for offscreen menu scrollback
|
||||
- fixed bug with IgnoreFocusClick
|
||||
- fixed crash with windows with width == 1 (Alban Hertroys
|
||||
- fixed crash with windows with width == 1 (Alban Hertroys
|
||||
<dalroi@wit401310.student.utwente.nl>)
|
||||
- added SHEXEC command
|
||||
- fixed resizebarback for SHADOW_RESIZEBAR ( jim knoble jmknoble@pobox.com)
|
||||
@@ -3631,7 +3631,7 @@ Changes since version 0.51.1:
|
||||
|
||||
- fixed bug with window that can get focus if both shaded and hidden.
|
||||
- maximize for full screen
|
||||
- fixed problem with frame drawing in non-opaque
|
||||
- fixed problem with frame drawing in non-opaque
|
||||
- fixed installation path prob [jmknoble@pobox.com]
|
||||
- fixed bug moving window when only one window is on screen
|
||||
- fixed bug with ignored GNUstep attributes
|
||||
@@ -3727,7 +3727,7 @@ Changes since version 0.50.1:
|
||||
- fixed wmsetbg
|
||||
- fixed parsing of WorkspaceSpecificBack
|
||||
- fixed initial workspace for new windows
|
||||
- added the workspace button proxy thingy for GNOME
|
||||
- added the workspace button proxy thingy for GNOME
|
||||
- added more GNOME compatibility fixes
|
||||
- fixed bug in %a() macro in root menu
|
||||
|
||||
@@ -3901,7 +3901,7 @@ Changes since version 0.19.3:
|
||||
.............................
|
||||
|
||||
- fixed crash when closing windows in autoraise
|
||||
- fixed a memory leak
|
||||
- fixed a memory leak
|
||||
- fixed a crash when closing Lotus Notes
|
||||
- rewrote colormap code
|
||||
- incomplete multihead support
|
||||
@@ -4014,7 +4014,7 @@ Changes since version 0.17.5:
|
||||
.............................
|
||||
|
||||
- fixed handling of signals when the X event queue is empty
|
||||
- fixed blank window titles
|
||||
- fixed blank window titles
|
||||
- made current workspace entry be disabled in Move To window menu command, and
|
||||
in the Clip's Move To submenu.
|
||||
- fixed menu width calculation
|
||||
@@ -4025,7 +4025,7 @@ Changes since version 0.17.5:
|
||||
- added a hack to make everything work even if NumLock or ScrollLock is on
|
||||
- added a little more verbosity to error messages
|
||||
- fixed kluged workspace menu in clip
|
||||
- removed workspace menu mapped through the microbutton in the clip.
|
||||
- removed workspace menu mapped through the microbutton in the clip.
|
||||
- remade clip button layout to be more usable
|
||||
- fixed bug with keepontop and apps with Motif hints (x11amp)
|
||||
- changed menu border drawing
|
||||
@@ -4091,7 +4091,7 @@ Changes since version 0.17.3:
|
||||
- fixed bug with rootmenu that caused twin menus to be left mapped
|
||||
- added DontConfirmKill option to remove confirmation panel for Kill
|
||||
- fixed bug with hide of app with wmaker menu
|
||||
- changed all NSsomething internal flags for the GNUstep attributes to
|
||||
- changed all NSsomething internal flags for the GNUstep attributes to
|
||||
WMsomething
|
||||
|
||||
Changes since version 0.17.2:
|
||||
@@ -4099,7 +4099,7 @@ Changes since version 0.17.2:
|
||||
|
||||
- fixed bug in attributes panel with Disable Resizebar
|
||||
- fixed save in attribs panel with windows other than the client leader
|
||||
- bug in attribs panel with Revert that made it save attributes with the
|
||||
- bug in attribs panel with Revert that made it save attributes with the
|
||||
wrong name
|
||||
- fixed (by kluging) bugs related to destroying dialog panels in a bad order
|
||||
- fixed various bug with hide in empty screens
|
||||
@@ -4206,7 +4206,7 @@ Changes since version 0.16.0:
|
||||
- Added autoscroll for scrollers in WINGs.
|
||||
- Optimized WMList and WMBrowser in WINGs.
|
||||
- Button2 on clip opens workspace menu
|
||||
- Changed cycling colors of selected icons.
|
||||
- Changed cycling colors of selected icons.
|
||||
- Made icon chooser display a better rendering of alpha-channeled icons.
|
||||
- Sorted list/browser entries.
|
||||
- Fixed bug in timer code that was causing some timer events to be lost.
|
||||
@@ -4243,11 +4243,11 @@ Changes since version 0.15.1:
|
||||
- clicking on the appicon switches to the workspace where the app was last
|
||||
focused before unhiding
|
||||
- fixed problem with aspect ratio setting (gr_osview etc.)
|
||||
- changed some extensions in the default config/data files and removed
|
||||
- changed some extensions in the default config/data files and removed
|
||||
Sound.{xpm,tif} because it seem to be copyrighted.
|
||||
- added icon selection panel
|
||||
- changed selection indication of icons. Removed SClipColor option
|
||||
- simplified animation speed options (IconSlideDelay, IconDelayStep,
|
||||
- simplified animation speed options (IconSlideDelay, IconDelayStep,
|
||||
MenuScrollDelay, MenuScrollStep etc. etc) to IconSlideSpeed etc.
|
||||
- removed Start miniaturized/hidden items from Dock/Clip and added them
|
||||
as attributes
|
||||
@@ -4319,7 +4319,7 @@ Changes since version 0.15.0:
|
||||
window is correctly updated if the font size is changed while running.
|
||||
- Deleted unnecessary redrawing code in moveres.c.
|
||||
- Many fixes to moveres.c.
|
||||
- Put all the keys from defaults.c in WindowMaker domain database.
|
||||
- Put all the keys from defaults.c in WindowMaker domain database.
|
||||
- Fixed a crashing bug when workspace names were as long (or longer) as
|
||||
MAX_WORKSPACENAME_WIDTH (16 characters). In this case a right click on a
|
||||
window title caused WindowMaker to crash.
|
||||
@@ -4622,7 +4622,7 @@ Changes since version 0.12.1:
|
||||
Changes since version 0.12.0:
|
||||
.............................
|
||||
|
||||
- now maintained by Matthew Hawkins <matt@mail.goldweb.com.au> while our
|
||||
- now maintained by Matthew Hawkins <matt@mail.goldweb.com.au> while our
|
||||
esteemed friend Alfredo is away. Have a great holiday in Japan, mate!
|
||||
- fixed __DuMmY install problems
|
||||
- made NextMenuBehaviour and ScrollableMenus run-time configuration options
|
||||
@@ -4634,7 +4634,7 @@ Changes since version 0.11.1:
|
||||
- added Launch command in dock menu
|
||||
- fixed manual window placement
|
||||
- fixed problem during installation in po/ directory
|
||||
- changed Command format for dock state
|
||||
- changed Command format for dock state
|
||||
- added OffiX DND support for the dock
|
||||
- added Move To submenu in window commands menu
|
||||
- right click on root window does not deselect windows (to allow workspace
|
||||
@@ -4650,7 +4650,7 @@ Changes since version 0.11.1:
|
||||
Changes since version 0.11.0:
|
||||
.............................
|
||||
|
||||
- fixed bug with menus that caused wmaker to crash
|
||||
- fixed bug with menus that caused wmaker to crash
|
||||
- brought program parameter dialog box back
|
||||
- fixed autoplacement
|
||||
- changed window matching precedence for WMWindowAttributes (complete, just
|
||||
@@ -4671,7 +4671,7 @@ Changes since version 0.10.2:
|
||||
- fixed maximize bug
|
||||
- added a widget set and new dialog panels
|
||||
- fixed titlebar update after font change
|
||||
- renamed back _WINDOWMAKER_COMMAND to _WINDOWMAKER_WM_FUNCTION
|
||||
- renamed back _WINDOWMAKER_COMMAND to _WINDOWMAKER_WM_FUNCTION
|
||||
- fixed bug with miniaturization of bad behaved apps (vtcl)
|
||||
|
||||
Changes since version 0.10.1:
|
||||
@@ -4721,7 +4721,7 @@ pipe
|
||||
- more apps can be docked (ghostview et. al)
|
||||
- fixed diagonal/horizontal resize detection to be like in NS
|
||||
- simplified titlebar button code: removed possibility to add more buttons
|
||||
- fixed window gravity handling (xclock -geometry 100x100-0-0)
|
||||
- fixed window gravity handling (xclock -geometry 100x100-0-0)
|
||||
- removed shadeable window attribute, added DontMoveOff
|
||||
- window resize with Meta-Click3 on window
|
||||
- fixed bug that caused keyboard locks if a invalid key was used in a shortcut
|
||||
@@ -4831,20 +4831,20 @@ has quit. (probably the same problem with XFMail and others)
|
||||
- better handling of long text
|
||||
- limited windowlist menu width
|
||||
- fixed arrange icons
|
||||
- changed geometry display to account for base size if it's not in
|
||||
- changed geometry display to account for base size if it's not in
|
||||
the technical drawing style
|
||||
- meta-dbl-click on appicon does hide others
|
||||
- meta-dbl-click on appicon does hide others
|
||||
- changed RaiseOnFocus option with RaiseDelay
|
||||
- dbl-click on root window or open submenu entry brings the root menu
|
||||
- dbl-click on root window or open submenu entry brings the root menu
|
||||
to the cursor.
|
||||
- removed AllowMenuLowering option and made menu ontopness work like on dock
|
||||
- changed meta-click on dock with meta-dbl-click, to change ontopness
|
||||
- moved gradient and image code to a library.
|
||||
- changed meta-click on dock with meta-dbl-click, to change ontopness
|
||||
- moved gradient and image code to a library.
|
||||
- added support for icons with alpha channel
|
||||
- simplified dithering setup
|
||||
- many clean ups
|
||||
- many clean ups
|
||||
- not-so-good looking gradients for 8bpp
|
||||
- changed application menu stuff
|
||||
- changed application menu stuff
|
||||
- started wmaker client library. Try out test/test.c
|
||||
|
||||
|
||||
@@ -4889,7 +4889,7 @@ Changes since version 0.4.2:
|
||||
- fixed docking on left side dock
|
||||
- fixed bug in window command menu
|
||||
- fixed bug in narrow windows with NEWSTYLE enabled
|
||||
- fixed Hide Others crash
|
||||
- fixed Hide Others crash
|
||||
- I18N fixes
|
||||
- hopefully stable again
|
||||
|
||||
@@ -4940,7 +4940,7 @@ Changes since version 0.3.1:
|
||||
............................
|
||||
|
||||
- fixed bug that caused window frames to be left after window closure
|
||||
- submenus are opened to the left/right if it is too close to the right/left
|
||||
- submenus are opened to the left/right if it is too close to the right/left
|
||||
edge (not perfect, but better than before)
|
||||
- remember window state (shade) on restart
|
||||
- fixed resize bug
|
||||
@@ -4957,7 +4957,7 @@ Changes since version 0.3.0:
|
||||
- added diagonal gradients
|
||||
- ignoreHideOthers window flag
|
||||
- optimized/fixed window raising and lowering
|
||||
- fixed menu handling: don't need to click on the menu after
|
||||
- fixed menu handling: don't need to click on the menu after
|
||||
it's opened to select items, just drag the pointer
|
||||
- _GNUSTEP_WM_RESIZE_WINDOW, _GNUSTEP_WM_RESIZED_WINDOW protocols
|
||||
- application specified titlebar button pixmaps
|
||||
@@ -4985,10 +4985,10 @@ with accidental dbl-clicks on the root menu.
|
||||
- remade application group code (more stable)
|
||||
- undid stacking code change from 0.2.0
|
||||
- fixed bug that caused hangs (not sure)
|
||||
- fixed bug that caused window_count error and associated crashes
|
||||
- fixed bug that caused window_count error and associated crashes
|
||||
- remade application defined menus
|
||||
- vertical gradient
|
||||
- I18N support
|
||||
- I18N support
|
||||
- fixed multiple window selection bug with windows in other workspaces
|
||||
- changed workspace numbering
|
||||
- fixed problem with series of X errors when a window is destroyed
|
||||
@@ -5026,7 +5026,7 @@ you focus a shaded window
|
||||
- fixed bug that allowed on top window to be lowered
|
||||
- disappearing xconsole and other initial-state==IconicState windows fixed
|
||||
- menus open always inside screen area
|
||||
- open submenus are moved with their parents
|
||||
- open submenus are moved with their parents
|
||||
- keyboard support
|
||||
- faster menu drawing
|
||||
- hide for applications that use window_group hint fixed (LyX et al)
|
||||
@@ -5089,7 +5089,7 @@ Changes since version 0.0.4:
|
||||
- added cpp preprocessing
|
||||
- zombie process bug fixed
|
||||
- interactive and dumb (cascade) window placement
|
||||
- floating transient windows
|
||||
- floating transient windows
|
||||
- disable mapped submenu entry on parent
|
||||
- added colormap handling stolen from fvwm (temporary)
|
||||
|
||||
@@ -5097,10 +5097,10 @@ Changes since version 0.0.4:
|
||||
Changes since version 0.0.3:
|
||||
............................
|
||||
|
||||
- hide application implemented (just for apps that have the window_group
|
||||
field of WMHints set or the WM_CLIENT_LEADER property set,
|
||||
- hide application implemented (just for apps that have the window_group
|
||||
field of WMHints set or the WM_CLIENT_LEADER property set,
|
||||
apparently most Xt based apps)
|
||||
- fixed a crashing bug caused by icons
|
||||
- fixed a crashing bug caused by icons
|
||||
- internal change on button pixmap structure and other places
|
||||
- handling of property changes on mapped windows
|
||||
- fixed bug in event handling (MapRequest)
|
||||
|
||||
@@ -205,7 +205,7 @@ Example .gitconfig
|
||||
ui = auto
|
||||
[apply]
|
||||
whitespace = fix
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@ Changes since wmaker 0.80.1:
|
||||
- Fixed small memory leak in the font panel code.
|
||||
- Fixed call to qsort in WMSortArray.
|
||||
- Fixed a memleak in the file panel.
|
||||
- Double/triple-click selection in text widgets
|
||||
- Double/triple-click selection in text widgets
|
||||
(Vitaly Ovtchinnikov <ov@rbcmail.ru>)
|
||||
- Fixed bug in tableview (clicked row callback got incorrect row)
|
||||
(Carlos Torres <vlaadbrain@operamail.com>)
|
||||
@@ -102,7 +102,7 @@ Changes since wmaker 0.70.0:
|
||||
............................
|
||||
|
||||
- added an internal strcasecmp() (only on systems where is not present)
|
||||
- removed some redundant includes of ../src/config.h when wconfig.h is
|
||||
- removed some redundant includes of ../src/config.h when wconfig.h is
|
||||
included too
|
||||
- removed a wsyserror() message when reading a property list from file
|
||||
(the programmer should decide if to give that message or just ignore).
|
||||
@@ -117,7 +117,7 @@ Changes since wmaker 0.65.0:
|
||||
related error when text was selected in a textfiled.
|
||||
- moved wstrdup(), wstrconcat() and wstrappend() from memory.c to string.c
|
||||
- added property list handling code making libPropList unnecessary and
|
||||
obsolete. Backward compatibility is provided through the
|
||||
obsolete. Backward compatibility is provided through the
|
||||
WINGs/proplist-compat.h header file which has #defines from old libPropList
|
||||
function names to new function names with minimal changes. Read this
|
||||
header file and the NEWS file for more details about this subject.
|
||||
@@ -197,7 +197,7 @@ changes since wmaker 0.63.1:
|
||||
changes since wmaker 0.62.1:
|
||||
............................
|
||||
- added WRuler widget
|
||||
- added WText widget (rtf multiline text widget)
|
||||
- added WText widget (rtf multiline text widget)
|
||||
Nwanua Elumeze <nwanua@colorado.edu>
|
||||
- added a new AUTO option for the UseMultiByte option
|
||||
- added WMRaiseWidget()/WMLowerWidget()
|
||||
@@ -217,7 +217,7 @@ changes since wmaker 0.62.1:
|
||||
- added WMGetListSelectedItems()
|
||||
- added WMSetListAllowMultipleSelection(), WMListAllowsMultipleSelection().
|
||||
- added WMSetListAllowEmptySelection(), WMListAllowsEmptySelection().
|
||||
- WMListSelectionDidChangeNotification passes NULL as the notification
|
||||
- WMListSelectionDidChangeNotification passes NULL as the notification
|
||||
client data (previously passed the selected item row).
|
||||
- added WMUnselectListItem(), WMSelectAllListItems(), WMUnselectAllListItems()
|
||||
- better behavior of wheel mices in WMList. Simple mouse wheel events
|
||||
@@ -243,8 +243,8 @@ changes since wmaker 0.62.1:
|
||||
str1 with str2 and returns that in a newly malloc'ed string.
|
||||
Be sure to rename wstrappend with wstrconcat in your code too, else
|
||||
hazardous things can happen!
|
||||
- implemented a new wstrappend() function. wstrappend(dst, src) will append
|
||||
src to dst modifing dst and returning a pointer to it. No new string is
|
||||
- implemented a new wstrappend() function. wstrappend(dst, src) will append
|
||||
src to dst modifing dst and returning a pointer to it. No new string is
|
||||
generated, except if dst is NULL, in which case its the same as calling
|
||||
wstrdup(src).
|
||||
dst can ONLY be NULL or a dynamically allocated string (obtained from a
|
||||
@@ -334,7 +334,7 @@ changes since wmaker 0.61.1:
|
||||
item that is beyond the total number of items present in the popup button.
|
||||
- changed names of functions for SplitView to be consistent. Some contained
|
||||
SubView while other Subview. Now all have Subview.
|
||||
- fixed a bug in how input events were posted. Establishing 2 or more input
|
||||
- fixed a bug in how input events were posted. Establishing 2 or more input
|
||||
handlers for the same file descriptor, handling different (read/write/except)
|
||||
events, caused wrong handlers to be called.
|
||||
- Reimplemented the input and idle handlers with WMBag to avoid a functional
|
||||
@@ -346,7 +346,7 @@ changes since wmaker 0.61.1:
|
||||
2. if new_size is 0, call wfree(old), and return NULL.
|
||||
3. if both old is a valid pointer and new_size>0, call realloc.
|
||||
- added wstrerror(int errnum) to return the string associated with errnum.
|
||||
- new wsyserrorwithcode(int error, const char* fmt, ...), similar to
|
||||
- new wsyserrorwithcode(int error, const char* fmt, ...), similar to
|
||||
wsyserror(), but printing the message for the specified error code.
|
||||
- added 3 new classes: WMData, WMHost and WMConnection
|
||||
- fixed a big memory leak in the color panel code (from Pascal Hofstee).
|
||||
@@ -357,7 +357,7 @@ changes since wmaker 0.61.0:
|
||||
|
||||
- added WMGetTextFieldFont()
|
||||
- escape key in panels (craig nellist <crn@ozemail.com.au>)
|
||||
- applied patch with fixes and enhancements to textfield
|
||||
- applied patch with fixes and enhancements to textfield
|
||||
(Franck Wolff <wolff@cybercable.fr>)
|
||||
- changed WMList to use WMBag internally, instead of a linked list
|
||||
- replaced WMAddSortedListItem() with WMSortListItems()
|
||||
@@ -437,10 +437,10 @@ changes since wmaker 0.53.0:
|
||||
The notifications will still work, but using the delegate is preferable
|
||||
|
||||
How to convert old code to delegate callbacks:
|
||||
1 - create a variable (static or dynamic) of the type of the
|
||||
1 - create a variable (static or dynamic) of the type of the
|
||||
delegate for the widget type.
|
||||
2 - Replace the notification observers with the equivalent
|
||||
delegate callbacks.
|
||||
2 - Replace the notification observers with the equivalent
|
||||
delegate callbacks.
|
||||
3 - Put pointers to the callbacks in the delegate variable.
|
||||
|
||||
Take a look in wfilepanel.c to see how it is used there.
|
||||
@@ -480,7 +480,7 @@ changes since wmaker 0.51.2:
|
||||
|
||||
- added WMColorWellDidChangeNotification
|
||||
- added wfindfileinarray()
|
||||
- fixed bug in window title setting
|
||||
- fixed bug in window title setting
|
||||
(MANOME Tomonori <manome@itlb.te.noda.sut.ac.jp>)
|
||||
|
||||
changes since wmaker 0.51.1:
|
||||
@@ -611,7 +611,7 @@ I don't remember everything, but here it goes:
|
||||
The same panel will be reused every time you call for it, unless you free it.
|
||||
- changed semantics of WMCreateFont() so that it returns NULL if the requested
|
||||
font can't be loaded
|
||||
- removed WMAddDestroyCallback()
|
||||
- removed WMAddDestroyCallback()
|
||||
- fixed bug in WMRemovePopUpButtonItem()
|
||||
- added function for user specified item height in WMList
|
||||
- added WMSetPopUpButtonText(). It will set the default text in the button
|
||||
|
||||
@@ -5,20 +5,20 @@ AUTOMAKE_OPTIONS =
|
||||
# is this a kluge? if so, how should i do it?
|
||||
includedir = @includedir@/WINGs
|
||||
|
||||
include_HEADERS = wtableview.h wtabledelegates.h
|
||||
include_HEADERS = wtableview.h wtabledelegates.h
|
||||
|
||||
|
||||
lib_LTLIBRARIES = libExtraWINGs.la
|
||||
|
||||
noinst_PROGRAMS = test
|
||||
|
||||
EXTRA_DIST =
|
||||
EXTRA_DIST =
|
||||
|
||||
libExtraWINGs_la_SOURCES = \
|
||||
wtableview.c \
|
||||
wtabledelegates.c \
|
||||
wtableview.h \
|
||||
wtabledelegates.h
|
||||
wtabledelegates.h
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs \
|
||||
-DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@
|
||||
|
||||
@@ -11,15 +11,15 @@ WMTableColumnDelegate *WTCreateStringDelegate(WMTableView *table);
|
||||
WMTableColumnDelegate *WTCreatePixmapStringDelegate(WMTableView *parent);
|
||||
|
||||
WMTableColumnDelegate *WTCreateStringEditorDelegate(WMTableView *table);
|
||||
|
||||
|
||||
WMTableColumnDelegate *WTCreateEnumSelectorDelegate(WMTableView *table);
|
||||
void WTSetEnumSelectorOptions(WMTableColumnDelegate *delegate,
|
||||
char **options, int count);
|
||||
|
||||
|
||||
WMTableColumnDelegate *WTCreateBooleanSwitchDelegate(WMTableView *parent);
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
@@ -18,7 +18,7 @@ libWUtil_la_LIBADD = @LIBBSD@
|
||||
EXTRA_DIST = BUGS make-rgb Examples Extras Tests
|
||||
|
||||
|
||||
# wbutton.c
|
||||
# wbutton.c
|
||||
libWINGs_la_SOURCES = \
|
||||
configuration.c \
|
||||
dragcommon.c \
|
||||
|
||||
@@ -388,13 +388,13 @@ Property lists handling code
|
||||
----------------------------
|
||||
|
||||
Code to handle property lists was added to WINGs. It is more robust
|
||||
than the libPropList code, mostly because some conflicting concepts
|
||||
than the libPropList code, mostly because some conflicting concepts
|
||||
borrowed from UserDefaults (which libPropList use) are no longer used in
|
||||
the WINGs property lists code. These borrowed concepts conflicted with the
|
||||
retain/release mechanism of property lists and could lead in certain cases
|
||||
to segmentation faults when executing libPropList based code. But the worse
|
||||
part was that these libPropList problems were practically unsolvable without
|
||||
removing one of those conflicting concepts and without a complete redesign.
|
||||
removing one of those conflicting concepts and without a complete redesign.
|
||||
The new WINGs property lists code is also better integrated with the other
|
||||
data types from WINGs and is actively maintained.
|
||||
|
||||
@@ -469,10 +469,10 @@ All WM...IconImage() functions operate on RImages
|
||||
and will also convert the RImage to a WMPixmap with a threshold of 128
|
||||
and will use that pixmap for the appicon image. If that doesn't satisfy
|
||||
you, you can make a call to WMSetApplicationIconPixmap() on your own to
|
||||
set whatever WMPixmap you see fit for the appicon.
|
||||
set whatever WMPixmap you see fit for the appicon.
|
||||
|
||||
- WMSetApplicationIconPixmap() will set the WMPixmap to be used for the
|
||||
appicon and for the panels
|
||||
appicon and for the panels
|
||||
|
||||
|
||||
If you use only one of the above functions, the corresponding image/pixmap
|
||||
|
||||
12
WINGs/README
12
WINGs/README
@@ -3,8 +3,8 @@
|
||||
|
||||
by
|
||||
|
||||
Alfredo Kengi Kojima
|
||||
|
||||
Alfredo Kengi Kojima
|
||||
|
||||
kojima@windowmaker.info
|
||||
|
||||
|
||||
@@ -16,12 +16,12 @@ also has other functions that are usefull for applications, like a
|
||||
User Defaults alike configuration manager and a notification system.
|
||||
|
||||
The library is limited and its design is a little sloppy,
|
||||
so it's not intended to build large or complex applications, like
|
||||
so it's not intended to build large or complex applications, like
|
||||
anything more complex than a CDPlayer. GNUstep should be used for such
|
||||
applications.
|
||||
|
||||
Since WINGs is written in C and is sort of low-level it is small
|
||||
and faster than say, Motif or even Athena. Knowing Xlib will help you to
|
||||
and faster than say, Motif or even Athena. Knowing Xlib will help you to
|
||||
workaround some of its limitations, although you'll probably be able to
|
||||
write something like a trivial tic-tac-toe game without knowing much Xlib.
|
||||
|
||||
@@ -31,7 +31,7 @@ support Window Maker. All other uses of it are just an added bonus.
|
||||
|
||||
It will help you to understand the API if you read the ApplicationKit
|
||||
reference manual, distributed as a PDF by Apple. The function names,
|
||||
structs and most of the intrinsics are very close to OpenStep classes.
|
||||
structs and most of the intrinsics are very close to OpenStep classes.
|
||||
|
||||
|
||||
Internationalization:
|
||||
@@ -66,7 +66,7 @@ Widgets provided by WINGs:
|
||||
- input box
|
||||
- file panel
|
||||
- color panel
|
||||
- alert panel
|
||||
- alert panel
|
||||
- font panel
|
||||
|
||||
If you think you can code the following, please do. They are needed by
|
||||
|
||||
@@ -2,14 +2,14 @@
|
||||
|
||||
AUTOMAKE_OPTIONS =
|
||||
|
||||
noinst_PROGRAMS = wtest wmquery wmfile testmywidget
|
||||
noinst_PROGRAMS = wtest wmquery wmfile testmywidget
|
||||
|
||||
LDADD= $(top_builddir)/WINGs/libWINGs.la $(top_builddir)/wrlib/libwraster.la \
|
||||
$(top_builddir)/WINGs/libWUtil.la \
|
||||
@XFTLIBS@ @INTLIBS@ @XLIBS@
|
||||
@XFTLIBS@ @INTLIBS@ @XLIBS@
|
||||
|
||||
|
||||
testmywidget_SOURCES = testmywidget.c mywidget.c mywidget.h
|
||||
testmywidget_SOURCES = testmywidget.c mywidget.c mywidget.h
|
||||
|
||||
wtest_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la
|
||||
|
||||
|
||||
@@ -8,16 +8,16 @@ ftp.windowmaker.info</u></font><Br>
|
||||
</center>
|
||||
|
||||
<b><i>Window Maker</b>
|
||||
<Img src=upbtn.xpm></i>is the GNU window manager
|
||||
<Img src=upbtn.xpm></i>is the GNU window manager
|
||||
for the X Window System. It was
|
||||
designed to emulate the look and feel of part of the NEXTSTEP(tm) GUI. Its
|
||||
supposed to be relatively fast and small, feature rich, easy to configure and
|
||||
supposed to be relatively fast and small, feature rich, easy to configure and
|
||||
easy to use, with a simple and elegant appearance borrowed from NEXTSTEP(tm).
|
||||
<p>
|
||||
<b>Window Maker</b> was designed keeping integration with GNUstep in
|
||||
<b>Window Maker</b> was designed keeping integration with GNUstep in
|
||||
mind and is the
|
||||
"official" window manager for it. It is also part of the GNU project
|
||||
(<u>www.gnu.org</u>)
|
||||
(<u>www.gnu.org</u>)
|
||||
|
||||
<p>
|
||||
<b>What is <i>GNUstep?</i></b><p>
|
||||
|
||||
@@ -254,7 +254,7 @@ typedef struct W_Screen {
|
||||
Atom wmIconDragOffsetAtom;
|
||||
|
||||
Atom wmStateAtom; /* WM_STATE */
|
||||
|
||||
|
||||
Atom utf8String;
|
||||
|
||||
Atom netwmName;
|
||||
|
||||
@@ -71,7 +71,7 @@ POTFILES += \
|
||||
|
||||
SUFFIXES = .po .mo
|
||||
|
||||
.po.mo:
|
||||
.po.mo:
|
||||
$(AM_V_GEN)$(MSGFMT) -c -o $@ $<
|
||||
|
||||
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
#
|
||||
# Initial translation
|
||||
# Gudio Scholz <guido.scholz@bayernline.de>
|
||||
#
|
||||
#
|
||||
# Adapted to versions 0.80 ff.
|
||||
# Torsten Marek <shlomme@gmx.net>
|
||||
#
|
||||
#
|
||||
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
@@ -68,7 +68,7 @@ typedef struct _Panel {
|
||||
WMButton *autoDelayB[wlengthof_nocheck(auto_delay)][wlengthof_nocheck(autoDelayPresetValues)];
|
||||
WMTextField *autoDelayT[wlengthof_nocheck(auto_delay)];
|
||||
WMLabel *autoDelayMsL[wlengthof_nocheck(auto_delay)];
|
||||
|
||||
|
||||
WMFrame *dockF;
|
||||
WMButton *docksB[wlengthof_nocheck(dock_config)];
|
||||
} _Panel;
|
||||
@@ -267,7 +267,7 @@ static void createPanel(Panel *p)
|
||||
WMSetBalloonTextForView(_(dock_config[i].balloon_text), WMWidgetView(panel->docksB[i]));
|
||||
WMSetButtonAction(panel->docksB[i], pushDockButton, panel);
|
||||
}
|
||||
|
||||
|
||||
WMMapSubwidgets(panel->dockF);
|
||||
|
||||
if (xis)
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/* FontSimple.c- simplified font configuration panel
|
||||
*
|
||||
*
|
||||
* WPrefs - Window Maker Preferences Program
|
||||
*
|
||||
*
|
||||
* Copyright (c) 1998-2004 Alfredo K. Kojima
|
||||
*
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
|
||||
@@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS =
|
||||
|
||||
wpexecbindir = @wprefs_bindir@
|
||||
|
||||
wpexecbin_PROGRAMS = WPrefs
|
||||
wpexecbin_PROGRAMS = WPrefs
|
||||
|
||||
wpdatadir = @wprefs_datadir@
|
||||
|
||||
@@ -48,7 +48,7 @@ WPrefs_SOURCES = \
|
||||
AM_CFLAGS =
|
||||
|
||||
AM_CPPFLAGS = -DRESOURCE_PATH=\"$(wpdatadir)\" -DWMAKER_RESOURCE_PATH=\"$(pkgdatadir)\" \
|
||||
-I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@
|
||||
-I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@
|
||||
|
||||
WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la
|
||||
|
||||
|
||||
@@ -3,12 +3,12 @@
|
||||
==========
|
||||
|
||||
The WindowMaker Prerefences Application
|
||||
|
||||
|
||||
WPrefs.app is the preferences "editor" for the WindowMaker window
|
||||
|
||||
WPrefs.app is the preferences "editor" for the WindowMaker window
|
||||
manager. It can be used to set most of the preference options of WindowMaker
|
||||
and define its applications menu. It also can change some settings
|
||||
that do not belong to WindowMaker.
|
||||
and define its applications menu. It also can change some settings
|
||||
that do not belong to WindowMaker.
|
||||
|
||||
Although WPrefs.app is designed to be easy to use, you should read the
|
||||
user guide to be fully aware of all available options and other features
|
||||
@@ -26,7 +26,7 @@ option in the attributes panel for the WPrefs window. Of course, it will
|
||||
use some memory, but by leaving it hidden it'll probably be swapped out and
|
||||
stay there until you unhide it.
|
||||
|
||||
WPrefs is still under development. Some of the configuration options are
|
||||
WPrefs is still under development. Some of the configuration options are
|
||||
not yet configurable from WPrefs, notably the appearance related options.
|
||||
It might contain bugs that can corrupt your configuration files, so backup
|
||||
the contents of the ~/GNUstep/Defaults directory before using it.
|
||||
@@ -37,19 +37,19 @@ License
|
||||
-------
|
||||
|
||||
Like Window Maker, WPrefs is distributed with through the General Public
|
||||
License (as stated in the file COPYING).
|
||||
License (as stated in the file COPYING).
|
||||
|
||||
Notes
|
||||
-----
|
||||
|
||||
The mouse speed configuration is saved as a call for xset in
|
||||
The mouse speed configuration is saved as a call for xset in
|
||||
~/G/D/L/W/autostart. WindowMaker calls this file when it is started.
|
||||
|
||||
If you don't want or can't use the menu definition section, do not
|
||||
open its section (or if you do open it, do not Save), or WPrefs will
|
||||
overwrite your ~/G/D/WMRootMenu file.
|
||||
|
||||
Only options that have different values than what is found in the
|
||||
Only options that have different values than what is found in the
|
||||
system-wide configuration file is saved.
|
||||
|
||||
WPrefs only supports property list menus. If you have a plain text file
|
||||
@@ -68,13 +68,13 @@ WPrefs will be built automatically and installed with the rest of WindowMaker.
|
||||
Customized Installation
|
||||
-----------------------
|
||||
|
||||
By default, WPrefs.app will be installed in the GNUstep applications directory,
|
||||
which is /usr/local/GNUstep/Applications. If you want to install it somewhere
|
||||
By default, WPrefs.app will be installed in the GNUstep applications directory,
|
||||
which is /usr/local/GNUstep/Applications. If you want to install it somewhere
|
||||
else, like in /some_weird_path/Applications, set the GNUSTEP_LOCAL_ROOT
|
||||
environment variable to some_weird_path before running configure for
|
||||
WindowMaker. You can also configure Window Maker supplying the --with-gnustepdir
|
||||
option to configure, like ./configure --with-gnustepdir=/usr/GNUstep/Applications
|
||||
If you change your mind after installing, you can move the .app directory
|
||||
If you change your mind after installing, you can move the .app directory
|
||||
to one of the following GNUstep/Applications directories:
|
||||
|
||||
/usr/GNUstep/Applications
|
||||
@@ -93,7 +93,7 @@ Credits
|
||||
-------
|
||||
|
||||
User interface design, programming and a few icons:
|
||||
Alfredo K. Kojima <kojima@windowmaker.info>
|
||||
Alfredo K. Kojima <kojima@windowmaker.info>
|
||||
|
||||
Additional programming:
|
||||
James Thompson <jamest@math.ksu.edu>
|
||||
@@ -108,7 +108,7 @@ Icon and image artwork:
|
||||
WindowMaker
|
||||
-----------
|
||||
|
||||
If for some weird reason you end up with this preferences program and
|
||||
If for some weird reason you end up with this preferences program and
|
||||
don't have Window Maker yet, you can get more information about it at
|
||||
http://windowmaker.info and download it at ftp://ftp.windowmaker.info
|
||||
|
||||
@@ -116,6 +116,6 @@ http://windowmaker.info and download it at ftp://ftp.windowmaker.info
|
||||
Contact
|
||||
-------
|
||||
|
||||
Send comments and bug reports to kojima@windowmaker.info
|
||||
Send comments and bug reports to kojima@windowmaker.info
|
||||
Use the WindowMaker BUGFORM to report bugs.
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ POTFILES = \
|
||||
|
||||
SUFFIXES = .po .mo
|
||||
|
||||
.po.mo:
|
||||
.po.mo:
|
||||
$(AM_V_GEN)$(MSGFMT) -c -o $@ $<
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# French Message file for WPrefs.app
|
||||
# French Message file for WPrefs.app
|
||||
#
|
||||
# Update History:
|
||||
# Antoine Hulin <antoine.hulin@origan.fdn.org>
|
||||
|
||||
@@ -1168,88 +1168,88 @@ msgid "could not initialize application"
|
||||
msgstr "ne mogu inicijalizirati aplikaciju"
|
||||
# msgid "could not extract version information from WindowMaker"
|
||||
# msgstr "ne mogu izvuči informaciju o verziji WindowMaker-a"
|
||||
#
|
||||
#
|
||||
# msgid "Could not load WindowMaker domain (%s) from defaults database."
|
||||
# msgstr "Ne mogu učitati WindowMaker domenu (%s) iz početne baze."
|
||||
#
|
||||
#
|
||||
# msgid "Version %s for WindowMaker %s"
|
||||
# msgstr "Verzija %s za WindowMaker %s"
|
||||
#
|
||||
#
|
||||
# msgid "Could not extract version from WindowMaker. Make sure it is correctly installed."
|
||||
# msgstr "Ne mogu izvuči verziju WindowMakera. Provjerite da je ispravno instaliran."
|
||||
#
|
||||
#
|
||||
# msgid ""
|
||||
# "Programming/Design: Alfredo K. Kojima\n"
|
||||
# "Artwork: Marco van Hylckama Vlieg"
|
||||
# msgstr ""
|
||||
# "Programiranje/Dizajn: Alfredo K. Kojima\n"
|
||||
# "Artwork: Marco van Hylckama Vlieg"
|
||||
#
|
||||
#
|
||||
# msgid "WindowMaker domain (%s) is corrupted!"
|
||||
# msgstr "WindowMaker domena (%s) je oštećena!"
|
||||
#
|
||||
#
|
||||
# msgid "WindowMaker %i.%i.%i, which is installed in your system, is not fully supported by this version of WPrefs."
|
||||
# msgstr "WindowMaker %i.%i.%i, koji je instaliran na vašem sistemu, nije potpuno podržan ovom verzijom WPrefs-a."
|
||||
#
|
||||
#
|
||||
# msgid "WindowMaker Preferences"
|
||||
# msgstr "Postavke WindowMaker-a"
|
||||
#
|
||||
#
|
||||
# msgid "Make sure WindowMaker is in your search path."
|
||||
# msgstr "Provjerite da je WindowMaker u vašoj search stazi."
|
||||
#
|
||||
#
|
||||
# msgid "...do not resize over dock"
|
||||
# msgstr "ne pokrivati dock"
|
||||
#
|
||||
#
|
||||
# msgid ""
|
||||
# "WPrefs only supports WindowMaker 0.18.0 or newer.\n"
|
||||
# "The version installed is %i.%i.%i\n"
|
||||
# msgstr ""
|
||||
# "WPrefs podržava samo WindowMaker 0.18.0 ili noviji.\n"
|
||||
# "Instalirana je verzija %i.%i.%i\n"
|
||||
#
|
||||
#
|
||||
# msgid "Could not load global WindowMaker domain (%s)."
|
||||
# msgstr "Ne mogu učitati globlanu WindowMaker domenu (%s)."
|
||||
#
|
||||
#
|
||||
# msgid "Loading WindowMaker configuration files..."
|
||||
# msgstr "Učitavam WindowMaker konfiguracijske datoteke..."
|
||||
#
|
||||
#
|
||||
# msgid "Aplications Menu Definition"
|
||||
# msgstr "Definiranje izbornika Aplikacije"
|
||||
#
|
||||
#
|
||||
# msgid "The command supplied must generate and output a valid menu definition to stdout. This definition should be in the plain text menu file format, described in the menu files included with WindowMaker, probably at ~/GNUstep/Library/WindowMaker/menu"
|
||||
# msgstr "Ponuđena naredba mora generirati i ispisati važeću definicuju izbornika na stdout. Ova bi definicja trebala biti u čistom tekst menu formatu koji je opisan u menu datotekama iz distribucije, vjerojatno u ~/GNUstep/Library/WindowMaker/menu"
|
||||
#
|
||||
#
|
||||
# msgid ""
|
||||
# "bad speed value for option %s.\n"
|
||||
# "Using default Medium"
|
||||
# msgstr ""
|
||||
# "kriva vrijednost za brzinu za opciju %s.\n"
|
||||
# "Koristm Medium"
|
||||
#
|
||||
#
|
||||
# msgid "The format of the current menu file (%s) is not supported by WPrefs. A new menu will be created."
|
||||
# msgstr "Format trenutne datoteke izbornika (%s) nije podržan od strane WPrefs-a. Kreirat ću novi izbornik."
|
||||
#
|
||||
#
|
||||
# msgid "Omnipresent miniwindows"
|
||||
# msgstr "SvugdjePrisutni mini prozori"
|
||||
#
|
||||
#
|
||||
# msgid "Error extracting version from WindowMaker. Make sure it is correctly installed."
|
||||
# msgstr "Greška pri izvlačenju verzije WindowMakera. Provjerite da je ispravno instaliran."
|
||||
#
|
||||
#
|
||||
# msgid "Auto-arrange icons"
|
||||
# msgstr "Auto-pospremanje ikona"
|
||||
#
|
||||
#
|
||||
# msgid "Open submenus to the left if they don't fit inside the screen."
|
||||
# msgstr "Otvoriti podizbornike na lijevo ako ne stanu unutar ekrana."
|
||||
#
|
||||
#
|
||||
# msgid "Use SaveUnders in icons, menus and other objects"
|
||||
# msgstr "Koristi SnimiIspod u ikonama, izbornicima i drugim objektima"
|
||||
#
|
||||
# msgid "Type the path for the directory. You can type more than one path by separating them with spaces."
|
||||
#
|
||||
# msgid "Type the path for the directory. You can type more than one path by separating them with spaces."
|
||||
# msgstr "Upišite stazu za direktorij. Možete upisati više od jedne staze odvajajući ih razmacima."
|
||||
#
|
||||
#
|
||||
# msgid "invalid data in option WindowPlacementOrigin. Using default (0,0)"
|
||||
# msgstr "krivi podaci u opciji WindowPlacementOrigin. Koristim (0,0)"
|
||||
#
|
||||
#
|
||||
# msgid "Icon Size"
|
||||
# msgstr "Veličina ikone"
|
||||
#
|
||||
#
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Mensagens do WPrefs.app traduzidas p/ Português
|
||||
# Mensagens do WPrefs.app traduzidas p/ Português
|
||||
#
|
||||
# Update History:
|
||||
# Alfredo K. Kojima
|
||||
|
||||
@@ -73,5 +73,5 @@ dist_tiffdata_DATA = \
|
||||
windowfocus.tiff \
|
||||
workspace.tiff \
|
||||
workspacename.tiff \
|
||||
xis.tiff
|
||||
xis.tiff
|
||||
endif
|
||||
|
||||
@@ -72,5 +72,5 @@ dist_xpmdata_DATA = \
|
||||
windowfocus.xpm \
|
||||
workspace.xpm \
|
||||
workspacename.xpm \
|
||||
xis.xpm
|
||||
xis.xpm
|
||||
endif
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
defsdatadir = $(pkgdatadir)/Backgrounds
|
||||
|
||||
defsdata_DATA = BlueImage.jpeg
|
||||
defsdata_DATA = BlueImage.jpeg
|
||||
|
||||
EXTRA_DIST = $(defsdata_DATA)
|
||||
|
||||
@@ -3,7 +3,7 @@ defsdatadir = $(pkgdatadir)/IconSets
|
||||
|
||||
defsdata_DATA = Default.iconset
|
||||
|
||||
EXTRA_DIST =
|
||||
EXTRA_DIST =
|
||||
|
||||
CLEANFILES = Default.iconset
|
||||
|
||||
|
||||
@@ -74,5 +74,5 @@ defsdata_DATA = \
|
||||
xv.xpm
|
||||
|
||||
|
||||
EXTRA_DIST = $(defsdata_DATA)
|
||||
EXTRA_DIST = $(defsdata_DATA)
|
||||
|
||||
|
||||
@@ -17,10 +17,10 @@ in double quotes ("). Ex: "~/GNUstep/Library/WindowMaker/menu"
|
||||
|
||||
Instructions for editing the plain text menus can be found in the menu
|
||||
file itself, kindly translated to your tongue for your convenience, by
|
||||
the translation contributors.
|
||||
the translation contributors.
|
||||
|
||||
There is a script to convert plain text menus to property list menus
|
||||
in the utils directory, named wm-oldmenu2new.
|
||||
in the utils directory, named wm-oldmenu2new.
|
||||
|
||||
If you are unsure to wich format to use, stick with the plain text menus
|
||||
as they are more flexible. If for some psychological reason you are
|
||||
@@ -32,7 +32,7 @@ Localized menu file translators:
|
||||
|
||||
File Language Maintainer
|
||||
------------------------------------------------------------------------------
|
||||
menu.ja Japanese MANOME Tomonori <manome@itlb.te.noda.sut.ac.jp>
|
||||
menu.ja Japanese MANOME Tomonori <manome@itlb.te.noda.sut.ac.jp>
|
||||
ABE Shige <sabe@ibm.net>
|
||||
menu.pt Portuguese Alfredo K. Kojima <kojima@inf.ufrgs.br>
|
||||
menu.de German Carsten Schaar <nhadcasc@fs-maphy.uni-hannover.de>
|
||||
|
||||
@@ -5,21 +5,21 @@ Themes For Window Maker
|
||||
=======================
|
||||
|
||||
Note: the information contained in this file is only valid for themes
|
||||
in the .themed (for theme directory) format, supported in
|
||||
in the .themed (for theme directory) format, supported in
|
||||
Window Maker 0.20.4 or newer.
|
||||
|
||||
|
||||
How To Install a Theme Pack
|
||||
===========================
|
||||
|
||||
To install a theme, unpack your theme into your WindowMaker directory
|
||||
To install a theme, unpack your theme into your WindowMaker directory
|
||||
(the same as old-style themes), usually ~/GNUstep/Library/WindowMaker
|
||||
|
||||
cd ~/GNUstep/Library/WindowMaker
|
||||
gzip -dc "xyztheme.tar.gz" | tar xvf -
|
||||
|
||||
You can also do this in your system-wide WindowMaker directory (usually
|
||||
/usr/local/share/WindowMaker) to have the themes be available to all
|
||||
/usr/local/share/WindowMaker) to have the themes be available to all
|
||||
your users. This will probably need to be done with root access.
|
||||
|
||||
|
||||
@@ -46,10 +46,10 @@ getstyle -p ~/GNUstep/Library/WindowMaker/Themes/MyTheme
|
||||
This will create a theme pack (a new directory in either the current
|
||||
directory or a directory you specify) named MyTheme.themed, containing
|
||||
everything it requires, including all pixmap files. In this example,
|
||||
the new theme pack would be made in your themes directory and be
|
||||
the new theme pack would be made in your themes directory and be
|
||||
immediately available in your Themes menu.
|
||||
|
||||
Additionally, you can put a text file named MyTheme.lsm in the MyTheme.themed
|
||||
Additionally, you can put a text file named MyTheme.lsm in the MyTheme.themed
|
||||
directory. This file can contain info like copyrights, credits or whatever.
|
||||
|
||||
To distribute your theme, just make a .tar.gz of the .themed directory.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "wmmacros"
|
||||
|
||||
Uterlik MENU
|
||||
Uterlik MENU
|
||||
"Eftergrûn" OPEN_MENU background.menu.fy
|
||||
"Stilen" OPEN_MENU -noext STYLES_DIR USER_STYLES_DIR WITH setstyle
|
||||
"Tema's" OPEN_MENU -noext THEMES_DIR USER_THEMES_DIR WITH setstyle
|
||||
@@ -8,5 +8,5 @@ Uterlik MENU
|
||||
"Ikoaneset bewarje" EXEC geticonset USER_ICON_SETS_DIR/"%a(Ikoanesetnamme)"
|
||||
"Tema bewarje" EXEC getstyle -p "%a(Temanamme)"
|
||||
"Foarkarrehelpmiddel" EXEC #wprefs#
|
||||
Uterlik END
|
||||
Uterlik END
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "wmmacros"
|
||||
|
||||
Appearance MENU
|
||||
Appearance MENU
|
||||
"Background" OPEN_MENU background.menu
|
||||
"Styles" OPEN_MENU -noext STYLES_DIR USER_STYLES_DIR WITH setstyle
|
||||
"Themes" OPEN_MENU -noext THEMES_DIR USER_THEMES_DIR WITH setstyle
|
||||
@@ -8,5 +8,5 @@ Appearance MENU
|
||||
"Save IconSet" EXEC geticonset USER_ICON_SETS_DIR/"%a(IconSet name)"
|
||||
"Save Theme" EXEC getstyle -p "%a(Theme name)"
|
||||
"Preferences Utility" EXEC #wprefs#
|
||||
Appearance END
|
||||
Appearance END
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "wmmacros"
|
||||
|
||||
Uiterlijk MENU
|
||||
Uiterlijk MENU
|
||||
"Achtergrond" OPEN_MENU background.menu.nl
|
||||
"Stijlen" OPEN_MENU -noext STYLES_DIR USER_STYLES_DIR WITH setstyle
|
||||
"Thema's" OPEN_MENU -noext THEMES_DIR USER_THEMES_DIR WITH setstyle
|
||||
@@ -8,5 +8,5 @@ Uiterlijk MENU
|
||||
"Iconenset opslaan" EXEC geticonset USER_ICON_SETS_DIR/"%a(Iconensetnaam)"
|
||||
"Thema opslaan" EXEC getstyle -p "%a(Themanaam)"
|
||||
"Voorkeurenhulpmiddel" EXEC #wprefs#
|
||||
Uiterlijk END
|
||||
Uiterlijk END
|
||||
|
||||
|
||||
@@ -18,11 +18,11 @@
|
||||
* No es pot especificar una combinació de tecles per a un MENU o un
|
||||
* OPEN_MENU
|
||||
*
|
||||
* <Comanda> pot ser un d'aquests comandes:
|
||||
* <Comanda> pot ser un d'aquests comandes:
|
||||
* MENU - Comença la definició d'un submenú
|
||||
* END - Acaba la definició d'un submenú
|
||||
* OPEN_MENU - Obre el contingut d'un menú desde un fitxer, una
|
||||
* canonada (pipe), o desde el contingut de un(s)
|
||||
* canonada (pipe), o desde el contingut de un(s)
|
||||
* directori(s) i eventualment pot precedir-li algun
|
||||
* comanda
|
||||
* WORKSPACE_MENU - Afageix el menú de operacions del escriptori. Tan
|
||||
@@ -38,16 +38,16 @@
|
||||
* HIDE_OTHERS - Oculta totes les finestres de l'escriptori excepte la
|
||||
* actual (o la darrera que ha estat activa)
|
||||
* SAVE_SESSION - Guarda l'estat actual de l'escriptori, que inclou
|
||||
* totes les aplicacions en execució, la seva geometria, la
|
||||
* posició en pantalla, l'escriptori en que estaven, el dock
|
||||
* o el clip desde on van ser executades, i si estaven
|
||||
* totes les aplicacions en execució, la seva geometria, la
|
||||
* posició en pantalla, l'escriptori en que estaven, el dock
|
||||
* o el clip desde on van ser executades, i si estaven
|
||||
* minimitzades, ocultes o plegades. També guarda l'escriptori
|
||||
* que és usat en aquest moment. Tot això serà restaurat el
|
||||
* que és usat en aquest moment. Tot això serà restaurat el
|
||||
* pròxim cop que s'arrenqui Window Maker fins que es faci un
|
||||
* altre SAVE_SESSION o CLEAR_SESSION. Si SaveSessionOnExit =
|
||||
* Yes; el fitxer de domini de Window Maker, llavors la sessió
|
||||
* es guardarà cada cop que es surt de Window Maker,
|
||||
* sobreescribint qualsevol SAVE_SESSION o CLEAR_SESSION
|
||||
* es guardarà cada cop que es surt de Window Maker,
|
||||
* sobreescribint qualsevol SAVE_SESSION o CLEAR_SESSION
|
||||
* (veure avall)
|
||||
* CLEAR_SESSION - Borra qualsevol sessió guardada anteriorment. No té
|
||||
* cap efecte si SaveSessionOnExit és verdader
|
||||
@@ -115,7 +115,7 @@
|
||||
"Llista de Processos" EXEC xterm -e top
|
||||
"Manual d'instruccions" EXEC xman
|
||||
"Informació" END
|
||||
"XTerm" EXEC xterm -sb
|
||||
"XTerm" EXEC xterm -sb
|
||||
"Rxvt" EXEC rxvt -bg black -fg white -fn fixed
|
||||
"Escriptoris" WORKSPACE_MENU
|
||||
"Aplicacions" MENU
|
||||
@@ -128,7 +128,7 @@
|
||||
"X File Manager" EXEC xfm
|
||||
"OffiX Files" EXEC files
|
||||
"LyX" EXEC lyx
|
||||
"Netscape" EXEC netscape
|
||||
"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
|
||||
@@ -136,7 +136,7 @@
|
||||
"Editors" MENU
|
||||
"XFte" EXEC xfte
|
||||
"XEmacs" SHEXEC xemacs || emacs
|
||||
"XJed" EXEC xjed
|
||||
"XJed" EXEC xjed
|
||||
"NEdit" EXEC nedit
|
||||
"Xedit" EXEC xedit
|
||||
"VI" EXEC xterm -e vi
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
// <Titulek> je jakýkoli řetěz znaků. Pokud obsahuje mezery musí být
|
||||
// uzavřen do uvozovek (")
|
||||
//
|
||||
// <Příkaz> může být jeden z následujících:
|
||||
// <Příkaz> může být jeden z následujících:
|
||||
// MENU - definice nové (sub)menu
|
||||
// END - konec definice nového menu
|
||||
// EXEC <program> - provede se program
|
||||
@@ -24,18 +24,18 @@
|
||||
// bylo naposledy zaměřeno)
|
||||
//
|
||||
// <Parameters> je program, který bude proveden.
|
||||
//
|
||||
// Každý příkaz MENU musí mít odpovídající END.
|
||||
//
|
||||
// Každý příkaz MENU musí mít odpovídající END.
|
||||
// následující text je česky, kódován ISO8859-2.
|
||||
#include <wmmacros>
|
||||
|
||||
"Hlavní menu" MENU
|
||||
"Správce oken" MENU
|
||||
"Správce oken" MENU
|
||||
"Editace menu" SHEXEC xterm -T 'Editace menu' -e joe $HOME/GNUstep/Library/WindowMaker/menu
|
||||
"Správce oken" END
|
||||
"Info" MENU
|
||||
"Info Panel..." INFO_PANEL
|
||||
"Legal" LEGAL_PANEL
|
||||
"Legal" LEGAL_PANEL
|
||||
// "Xosview" EXEC xosview
|
||||
"Top" EXEC xterm -e top
|
||||
"Manuál" EXEC xman
|
||||
|
||||
@@ -7,13 +7,13 @@
|
||||
*
|
||||
* <Titel> er en tekst som anvendes som titel i menuen. Teksten
|
||||
* skal omgives med " hvis den indeholder mellemrum.
|
||||
*
|
||||
*
|
||||
* SHORTCUT angiver en genvej for menuobjektet. <Genvej> har samme
|
||||
* syntaks som genvejene i filen $HOME/GNUStep/Defaults/WindowMaker.
|
||||
*
|
||||
* Man kan ikke angive en genvej for kommandoerne MENU og OPEN_MENU.
|
||||
*
|
||||
* <Kommando> kan være et af følgende:
|
||||
*
|
||||
* <Kommando> kan være et af følgende:
|
||||
* MENU - starter (under)menu definition.
|
||||
* END - afslutter (under)menu definition.
|
||||
* OPEN_MENU - åbner en menu fra en fil, pipe eller indholdet af
|
||||
@@ -109,8 +109,8 @@
|
||||
"Manualer" EXEC xman
|
||||
"Info" END
|
||||
"Kør..." SHEXEC "%a(Kør,Indtast kommando der skal udføres:)"
|
||||
"XTerm" EXEC xterm -sb
|
||||
"Rxvt" EXEC rxvt -bg black -fg white
|
||||
"XTerm" EXEC xterm -sb
|
||||
"Rxvt" EXEC rxvt -bg black -fg white
|
||||
"Arbejdsborde" WORKSPACE_MENU
|
||||
"Applikationer" MENU
|
||||
"Grafik" MENU
|
||||
@@ -122,7 +122,7 @@
|
||||
"X Filhåndtering" EXEC xfm
|
||||
"OffiX Files" EXEC files
|
||||
"LyX" EXEC lyx
|
||||
"Netscape" EXEC netscape
|
||||
"Netscape" EXEC netscape
|
||||
"Ghostview" EXEC ghostview %a(GhostView,Indtast filnavn)
|
||||
"Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Acrobat,Indtast PDF-filnavn)
|
||||
"TkDesk" EXEC tkdesk
|
||||
@@ -130,7 +130,7 @@
|
||||
"Tekstbehandling" MENU
|
||||
"XFte" EXEC xfte
|
||||
"Emacs" SHEXEC xemacs || emacs
|
||||
"XJed" EXEC xjed
|
||||
"XJed" EXEC xjed
|
||||
"NEdit" EXEC nedit
|
||||
"Xedit" EXEC xedit
|
||||
"VI" EXEC xterm -e vi
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
// <Title> ist ein Text, der als Titel benutzt werden soll. Falls er
|
||||
// Leerzeichen enthält, muss er von " umgeben sein.
|
||||
//
|
||||
// <Command> eine der folgenden gültigen Anweisungen:
|
||||
// <Command> eine der folgenden gültigen Anweisungen:
|
||||
// MENU - beginnt (Unter)menüdefinition
|
||||
// END - beendet (Unter)menüdefinition
|
||||
// EXEC <program> - führt ein externes Programm aus
|
||||
|
||||
@@ -8,14 +8,14 @@
|
||||
* <Title> είναι η ονομασία του προγράμματος ή εντολής. Αν είναι περισσότερες
|
||||
* από μία λέξεις πρέπει να εμπεριέχονται μεταξύ εισαγωγικών π.χ:
|
||||
* "Το Πρόγραμμα"
|
||||
*
|
||||
*
|
||||
* SHORTCUT είναι ο συνδυασμός πλήκτρων για το συγκεκριμένο πρόγραμμα π.χ:
|
||||
* "Meta+1". Άλλα παραδείγματα θα δείτε στο αχρείο:
|
||||
* $HOME/GNUstep/Defaults/WindowMaker
|
||||
*
|
||||
* Δεν μπορεί να δηλωθεί ένα shortcut για MENU και για OPEN_MENU εντολή.
|
||||
*
|
||||
* <Command> μία από τις εντολές:
|
||||
*
|
||||
* <Command> μία από τις εντολές:
|
||||
* MENU - το σημείο που ξεκινά ένα υπομενού
|
||||
* END - το σημείο που τελειώνει ένα υπομενού
|
||||
* OPEN_MENU - ανοίγει ένα μενού από ένα αρχείο, pipe ή τα περιεχόμενα ενός
|
||||
@@ -26,7 +26,7 @@
|
||||
* SHEXEC <command> - εκτέλεση εντολής κέλυφους (όπως gimp > /dev/null)
|
||||
* EXIT - έξοδος από τον Διαχειριστή Παραθύρων
|
||||
* RESTART [<window manager>] - επανεκκινεί τον Window Maker ή ξεκινάει
|
||||
* ένας άλλος window manager
|
||||
* ένας άλλος window manager
|
||||
* REFRESH - ανανεώνει την προβολή της Επιφάνειας στην οθόνη
|
||||
* ARRANGE_ICONS - τακτοποίηση των εικονιδίων στην Επιφάνεια
|
||||
* SHUTDOWN - τερματίζει βίαια όλους τους clients
|
||||
@@ -34,7 +34,7 @@
|
||||
* SHOW_ALL - εμφανίζει όλα τα "κρυμμένα" παράθυρα στην Επιφάνεια
|
||||
* HIDE_OTHERS - "κρύβει" όλα τα παράθυρα στην Επιφάνεια, εκτός από
|
||||
* αυτό που είναι "ενεργό" (ή το τελευταίο που ήταν "ενεργό")
|
||||
* SAVE_SESSION - αποθηκεύει την εκάστοτε "κατάσταση" της Επιφάνειας, το
|
||||
* SAVE_SESSION - αποθηκεύει την εκάστοτε "κατάσταση" της Επιφάνειας, το
|
||||
* οποίο σημαίνει, όλα τα προγράμματα που εκτελούνται εκείνη τη
|
||||
* στιγμή με όλες τους τις ιδιότητες (γεωμετρία, θέση στην
|
||||
* οθόνη, επιφάνεια εργασίας στην οποία έχουν εκτελεστεί, Dock ή
|
||||
@@ -48,31 +48,31 @@
|
||||
* "SaveSessionOnExit = Yes;", τότε όλα τα παραπάνω γίνονται
|
||||
* αυτόματα με κάθε έξοδο του χρήστη από τον Window Maker,
|
||||
* ακυρώνοντας ουσιαστικά κάθε προηγούμενη χρήση τως εντολών
|
||||
* SAVE_SESSION ή CLEAR_SESSION (βλέπε παρακάτω).
|
||||
* CLEAR_SESSION - σβήνει όλες τις πληροφορίες που έχουν αποθηκευθεί
|
||||
* σύμφωνα με τα παραπάνω. Δεν θα έχει όμως κανένα αποτέλεσμα
|
||||
* SAVE_SESSION ή CLEAR_SESSION (βλέπε παρακάτω).
|
||||
* CLEAR_SESSION - σβήνει όλες τις πληροφορίες που έχουν αποθηκευθεί
|
||||
* σύμφωνα με τα παραπάνω. Δεν θα έχει όμως κανένα αποτέλεσμα
|
||||
* αν η εντολή SaveSessionOnExit=Yes.
|
||||
* INFO - Πληροφορίες σχετικά με τον Window Maker
|
||||
*
|
||||
* OPEN_MENU σύνταξη:
|
||||
* 1. Χειρισμός ενός αρχείου-μενού.
|
||||
* // ανοίγει το "αρχείο.μενού" το οποίο περιέχει ένα έγκυρο αρχείο-μενού
|
||||
* // ανοίγει το "αρχείο.μενού" το οποίο περιέχει ένα έγκυρο αρχείο-μενού
|
||||
* // καιτο εισάγει στην εκάστοτε θέση
|
||||
* OPEN_MENU αρχείο.μενού
|
||||
* 2. Χειρισμός ενός Pipe μενού.
|
||||
* // τρέχει μια εντολή και χρησιμοποιεί την stdout αυτής για την κατασκευή
|
||||
* // του μενού. Το αποτέλεσμα της εντολής πρέπει να έχει έγκυρη σύνταξη
|
||||
* // για χρήση ως μενού. Το κενό διάστημα μεταξύ "|" και "εντολής" είναι
|
||||
* // του μενού. Το αποτέλεσμα της εντολής πρέπει να έχει έγκυρη σύνταξη
|
||||
* // για χρήση ως μενού. Το κενό διάστημα μεταξύ "|" και "εντολής" είναι
|
||||
* // προεραιτικό.
|
||||
* OPEN_MENU | εντολή
|
||||
* 3. Χειρισμός ενός καταλόγου.
|
||||
* // Ανοίγει έναν ή περισσότερους καταλόγους και κατασκευάζει ένα μενού με
|
||||
* // όλους τους υποκαταλόγους και τα εκτελέσιμα αρχεία σε αυτούς
|
||||
* // όλους τους υποκαταλόγους και τα εκτελέσιμα αρχεία σε αυτούς
|
||||
* // κατανεμημένα αλφαβητικά.
|
||||
* OPEN_MENU /κάποιος/κατάλογος [/κάποιος/άλλος/κατάλογος ...]
|
||||
* 4. Χειρισμός ενός καταλόγου με κάποια εντολή.
|
||||
* // Ανοίγει έναν ή περισσότερους καταλόγους και κατασκευάζει ένα μενού με
|
||||
* // όλους τους υποκαταλόγους και τα αναγνώσιμα αρχεία σε αυτούς
|
||||
* // όλους τους υποκαταλόγους και τα αναγνώσιμα αρχεία σε αυτούς
|
||||
* // κατανεμημένα αλφαβητικά, τα οποία μπορούν να εκτελεστούν με μία
|
||||
* // εντολή.
|
||||
* OPEN_MENU /κάποιος/κατάλογος [/κάποιος/άλλος/κατάλογος ...] WITH εντολή -παράμετροι
|
||||
@@ -124,7 +124,7 @@
|
||||
"Βοήθεια" EXEC xman
|
||||
"Πληροφορίες" END
|
||||
"Εκτέλεση..." SHEXEC %a(Εκτέλεση,Γράψε την εντολή προς εκτέλεση:)
|
||||
"XTerm" EXEC xterm -sb
|
||||
"XTerm" EXEC xterm -sb
|
||||
"Rxvt" EXEC rxvt -bg black -fg white -fn grfixed
|
||||
"Επιφάνειες" WORKSPACE_MENU
|
||||
"Προγράμματα" MENU
|
||||
@@ -137,7 +137,7 @@
|
||||
"X File Manager" EXEC xfm
|
||||
"OffiX Files" EXEC files
|
||||
"LyX" EXEC lyx
|
||||
"Netscape" EXEC netscape
|
||||
"Netscape" EXEC netscape
|
||||
"Ghostview" EXEC ghostview %a(Αρχείο προς ανάγνωση)
|
||||
"Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Acrobar,Γράψε το PDF προς προβολή)
|
||||
"TkDesk" EXEC tkdesk
|
||||
@@ -145,7 +145,7 @@
|
||||
"Κειμενογράφοι" MENU
|
||||
"XFte" EXEC xfte
|
||||
"XEmacs" SHEXEC xemacs || emacs
|
||||
"XJed" EXEC xjed
|
||||
"XJed" EXEC xjed
|
||||
"NEdit" EXEC nedit
|
||||
"Xedit" EXEC xedit
|
||||
"VI" EXEC xterm -e vi
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
//
|
||||
// <Título> cadena de texto usada como el título.Tiene que estar entre ""
|
||||
//
|
||||
// <Comando> un comando de los siguientes :
|
||||
// <Comando> un comando de los siguientes :
|
||||
// MENU - comienza la definición del (sub)menu.
|
||||
// END - termina la definición del (sub)menu.
|
||||
// EXEC <programa> - ejecuta un programa externo
|
||||
@@ -23,12 +23,12 @@
|
||||
// excepto la que tiene el foco (o la ultima que haya recibido el foco)
|
||||
//
|
||||
// <Parametros> es el programa a ejecutar.
|
||||
//
|
||||
//
|
||||
// ** Opciones para a linea de comando EXEC :
|
||||
// %s - se sustituye por la corriente seleción. Si la selección no es posible ,
|
||||
// el comando es cancelado
|
||||
// %w - se sustituye con la corrente ID de la ventana selecionada . Si no hay
|
||||
// ventanas selecionadas , no se devuolve nada.
|
||||
// %w - se sustituye con la corrente ID de la ventana selecionada . Si no hay
|
||||
// ventanas selecionadas , no se devuolve nada.
|
||||
//
|
||||
// Se puede anular carácteres especiales (como % e ") con el caracter \ :
|
||||
// ejemplo: xterm -T "\"Terminal X\""
|
||||
@@ -54,14 +54,14 @@
|
||||
"Emuladores ..." END
|
||||
|
||||
"Aplicaciones ..." MENU
|
||||
|
||||
|
||||
"Graficos ..." MENU
|
||||
"Gimp" EXEC gimp
|
||||
"XV" EXEC xv
|
||||
"XPaint" EXEC xpaint
|
||||
"XFig" EXEC xfig
|
||||
"Graficos ..." END
|
||||
|
||||
|
||||
"Editores ..." MENU
|
||||
"XEmacs" SHEXEC xemacs || emacs
|
||||
"XJed" EXEC xjed
|
||||
@@ -69,13 +69,13 @@
|
||||
"Xedit" EXEC xedit
|
||||
"VI" EXEC xterm -e vi
|
||||
"Editores ..." END
|
||||
|
||||
|
||||
"Multimedia ..." MENU
|
||||
"Xmcd" SHEXEC xmcd 2> /dev/null
|
||||
"Xplaycd" EXEC xplaycd
|
||||
"Xmixer" EXEC xmixer
|
||||
"Multimedia ..." END
|
||||
|
||||
|
||||
"Utilidades ..." MENU
|
||||
"Calculadora" EXEC xcalc
|
||||
"Selector de fuente" EXEC xfontsel
|
||||
@@ -85,7 +85,7 @@
|
||||
"ASClock" EXEC asclock -shape
|
||||
"Portapapeles" EXEC xclipboard
|
||||
"Utilidades ..." END
|
||||
|
||||
|
||||
"X File Manager" EXEC xfm
|
||||
"OffiX Files" EXEC files
|
||||
"LyX" EXEC lyx
|
||||
@@ -123,7 +123,7 @@
|
||||
"Configurar Area de Trabajo ..." END
|
||||
|
||||
"Areas de Trabajo ..." WORKSPACE_MENU
|
||||
|
||||
|
||||
#if (UID==0) // Só o ve root ou usuarios con UID=0
|
||||
"Sistema" MENU
|
||||
// Panel de control
|
||||
|
||||
@@ -7,20 +7,20 @@
|
||||
*
|
||||
* <Title> is any string to be used as title. Must be enclosed with " if it
|
||||
* has spaces
|
||||
*
|
||||
*
|
||||
* SHORTCUT specifies a shortcut for that item. <Shortcut> has the
|
||||
* same syntax of the shortcuts key options in the
|
||||
* same syntax of the shortcuts key options in the
|
||||
* $HOME/GNUstep/Defaults/WindowMaker file, such as RootMenuKey or MiniaturizeKey.
|
||||
*
|
||||
* You can't specify a shortcut for a MENU or OPEN_MENU entry.
|
||||
*
|
||||
* <Command> one of the valid commands:
|
||||
*
|
||||
* <Command> one of the valid commands:
|
||||
* MENU - starts (sub)menu definition
|
||||
* END - end (sub)menu definition
|
||||
* OPEN_MENU - opens a menu from a file, pipe or directory(ies) contents
|
||||
* and eventually precede each with a command.
|
||||
* WORKSPACE_MENU - adds a submenu for workspace operations. Only one
|
||||
* workspace_menu is allowed.
|
||||
* workspace_menu is allowed.
|
||||
* EXEC <program> - executes an external program
|
||||
* SHEXEC <command> - executes a shell command (like gimp > /dev/null)
|
||||
* EXIT - exits the window manager
|
||||
@@ -79,7 +79,7 @@
|
||||
* optional prompt and do substitution with what you typed
|
||||
* %w - substitute with XID for the current focused window
|
||||
* %W - substitute with the number of the current workspace
|
||||
*
|
||||
*
|
||||
* You can override special characters (as % and ") with the \ character:
|
||||
* ex: xterm -T "\"Hello World\""
|
||||
*
|
||||
@@ -114,7 +114,7 @@
|
||||
"Ohjeselain" EXEC xman
|
||||
"Tietoja" END
|
||||
"Käynnistä..." SHEXEC %a(Käynnistä,Kirjoita suoritettava komento:)
|
||||
"XTerm" EXEC xterm -sb
|
||||
"XTerm" EXEC xterm -sb
|
||||
"Rxvt" EXEC rxvt -bg black -fg white -fn fixed
|
||||
"Työtilat" WORKSPACE_MENU
|
||||
"Sovellukset" MENU
|
||||
@@ -127,7 +127,7 @@
|
||||
"X Tiedostonhallinta" EXEC xfm
|
||||
"OffiX Tiedostot" EXEC files
|
||||
"LyX" EXEC lyx
|
||||
"Netscape" EXEC netscape
|
||||
"Netscape" EXEC netscape
|
||||
"Ghostview" EXEC ghostview %a(GhostView,Kirjoita näytettävän tiedoston nimi:)
|
||||
"Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Acrobat,Kirjoita näytettävän PDF-tiedoston nimi)
|
||||
"TkDesk" EXEC tkdesk
|
||||
@@ -135,7 +135,7 @@
|
||||
"Editorit" MENU
|
||||
"XFte" EXEC xfte
|
||||
"XEmacs" SHEXEC xemacs || emacs
|
||||
"XJed" EXEC xjed
|
||||
"XJed" EXEC xjed
|
||||
"NEdit" EXEC nedit
|
||||
"Xedit" EXEC xedit
|
||||
"VI" EXEC xterm -e vi
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Définition du menu de fond pour WindowMaker
|
||||
*
|
||||
*
|
||||
* La syntaxe est:
|
||||
*
|
||||
* <Titre> [SHORTCUT <Raccourci>] <Commande> <Paramètres>
|
||||
@@ -47,7 +47,7 @@
|
||||
*
|
||||
* SHOW_ALL Montre toutes les fenêtres sur le bureau
|
||||
*
|
||||
* HIDE_OTHERS Cache toutes les fenêtres sur le
|
||||
* HIDE_OTHERS Cache toutes les fenêtres sur le
|
||||
* bureau qui sont en arrière plan
|
||||
*
|
||||
* SAVE_SESSION Sauve la l'état courant du bureau, cela
|
||||
@@ -74,7 +74,7 @@
|
||||
* antérieure. Ceci n'aura aucun effet si
|
||||
* "SaveSessionOnExit" est égal à "Yes".
|
||||
*
|
||||
* INFO_PANEL Affiche le panneau d'informations sur
|
||||
* INFO_PANEL Affiche le panneau d'informations sur
|
||||
* WindowMaker.
|
||||
*
|
||||
* LEGAL_PANEL Affiche le panneau d'informations sur
|
||||
@@ -201,14 +201,14 @@
|
||||
"XKill" EXEC xkill
|
||||
"Sélections" EXEC xclipboard
|
||||
"Utilitaires" END
|
||||
|
||||
|
||||
"Sélection" MENU
|
||||
"Copier" SHEXEC echo '%s' | wxcopy
|
||||
"Envoyer à" EXEC xterm -name mail -T "Pine" -e pine %s
|
||||
"Naviguer" EXEC netscape %s
|
||||
"Rechercher dans le manuel" SHEXEC MANUAL_SEARCH(%s)
|
||||
"Sélection" END
|
||||
|
||||
|
||||
"Bureau" MENU
|
||||
"Cacher les autres fenêtres" HIDE_OTHERS
|
||||
"Montrer toutes les fenêtres" SHOW_ALL
|
||||
|
||||
@@ -7,20 +7,20 @@
|
||||
*
|
||||
* <Titel> is elke tekenrige te brûken as titel. Moat tusken " stean at it
|
||||
* spaasjes hat.
|
||||
*
|
||||
*
|
||||
* SHORTCUT jout in fluchtoets op foar dy yngong. <Fluchtoets> hat
|
||||
* deselde opmaak as de fluchtoetsopsjes yn it
|
||||
* $HOME/GNUstep/Defaults/WindowMaker bestân, sa as RootMenuKey of MiniaturizeKey.
|
||||
*
|
||||
* Jo kinne gjin fluchtoets opjaan foar in MENU- of OPEN_MENU-ûnderdiel.
|
||||
*
|
||||
* <Kommando> ien fan 'e jildige kommando's:
|
||||
*
|
||||
* <Kommando> ien fan 'e jildige kommando's:
|
||||
* MENU - begjint (sub)menubepaling
|
||||
* END - beëiniget (sub)menubepaling
|
||||
* OPEN_MENU - iepenet in menu út in bestân, 'pipe' of map(pen)ynhâld,
|
||||
* en giet eventueel elk foarôf mei in kommando.
|
||||
* WORKSPACE_MENU - foeget in submenu foar wurkromtehannelingen ta. Mar ien
|
||||
* workspace_menu is tastien.
|
||||
* workspace_menu is tastien.
|
||||
* EXEC <programma> - fiert in ekstern programma út
|
||||
* SHEXEC <kommando> - fiert in 'shell'-kommando út (sa as gimp > /dev/null)
|
||||
* EXIT - slút de finsterbehearder ôf
|
||||
@@ -87,7 +87,7 @@
|
||||
* opsjonele oanwizing, en wurdt ferfongen troch wat jo yntype
|
||||
* %w - wurdt ferfongen troch XID foar it aktuele fokust finster
|
||||
* %W - wurdt ferfongen troch it nûmer fan 'e aktuele wurkromte
|
||||
*
|
||||
*
|
||||
* Jo kinne spesjale karakters (sa as % en ") útskeakelje mei it \-teken:
|
||||
* fb.: xterm -T "\"Hallo Wrâld\""
|
||||
*
|
||||
@@ -122,7 +122,7 @@
|
||||
"Hantliedingblêder" EXEC xman
|
||||
"Ynfo" END
|
||||
"Utfiere..." SHEXEC %a(Utfiere,Typ út te fieren kommando:)
|
||||
"XTerm" EXEC xterm -sb
|
||||
"XTerm" EXEC xterm -sb
|
||||
"Mozilla Firefox" EXEC firefox
|
||||
"Wurkromten" WORKSPACE_MENU
|
||||
"Programma's" MENU
|
||||
@@ -137,12 +137,12 @@
|
||||
"Rekkenblêd" EXEC oocalc
|
||||
"Draw" EXEC oodraw
|
||||
"Impress" EXEC ooimpress
|
||||
"OpenOffice.org" END
|
||||
"OpenOffice.org" END
|
||||
|
||||
"Tekstbewurkers" MENU
|
||||
"XEmacs" EXEC xemacs
|
||||
"Emacs" EXEC emacs
|
||||
"XJed" EXEC xjed
|
||||
"XJed" EXEC xjed
|
||||
"VI" EXEC xterm -e vi
|
||||
"GVIM" EXEC gvim
|
||||
"NEdit" EXEC nedit
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
// <Título> cadea de texto usada como o título.Ten que estar pecha entre ""
|
||||
//
|
||||
//
|
||||
// <Comando> un comando dos seguintes :
|
||||
// <Comando> un comando dos seguintes :
|
||||
// MENU - escomenza a definición do (sub)menú.
|
||||
// END - remata a definición do (sub)menu.
|
||||
// EXEC <programa> - executa un programa externo
|
||||
@@ -19,19 +19,19 @@
|
||||
// REFRESH - refresca o ecritorio
|
||||
// ARRANGE_ICONS - ordena os iconos do escritorio
|
||||
// SHUTDOWN - asasina tódalas aplicacións (e fecha a sesión das X)
|
||||
// WORKSPACE_MENU - engade un submenú para as operacións da
|
||||
// WORKSPACE_MENU - engade un submenú para as operacións da
|
||||
// area de traballo
|
||||
// SHOW_ALL - mostra tódalas fiestras na área de traballo
|
||||
// HIDE_OTHERS - oculta tódalas fiestras da area de traballo,
|
||||
// excepto a que ten o foco (ou a ultima que haxa recibido o foco)
|
||||
//
|
||||
// <Parametros> é o programa a executar.
|
||||
//
|
||||
//
|
||||
// ** Opcións para a liña de comando EXEC :
|
||||
// %s - sustituese pola corrente seleción. Se a selección non é posible ,
|
||||
// o comando é cancelado
|
||||
// %w - sustituese coa corrente ID da fiestra selecionada . Se non hay
|
||||
// xanelas selecionadas , non se devolve nada.
|
||||
// %w - sustituese coa corrente ID da fiestra selecionada . Se non hay
|
||||
// xanelas selecionadas , non se devolve nada.
|
||||
//
|
||||
// Pódese anular carácteres especiais (como % e ") co caracter \ :
|
||||
// exemplo: xterm -T "\"Boas mundo\""
|
||||
@@ -50,7 +50,7 @@
|
||||
"Manual" EXEC xman
|
||||
"Información" END
|
||||
"Emulador Terminal" EXEC rxvt -ls -fg white -bg black -fn vga
|
||||
"XJed" EXEC xjed
|
||||
"XJed" EXEC xjed
|
||||
"Areas de Traballo" WORKSPACE_MENU
|
||||
"Aplicacións" MENU
|
||||
"Gráficos" MENU
|
||||
@@ -62,7 +62,7 @@
|
||||
"X File Manager" EXEC xfm
|
||||
"OffiX Files" EXEC files
|
||||
"LyX" EXEC lyx
|
||||
"Netscape" EXEC netscape
|
||||
"Netscape" EXEC netscape
|
||||
"Ghostview" EXEC ghostview
|
||||
"Acrobat" EXEC /usr/local/Acrobat3/bin/acroread
|
||||
"TkDesk" EXEC tkdesk
|
||||
@@ -116,7 +116,7 @@
|
||||
"Fechar" EXEC xlock -allowroot -usefirst
|
||||
"Grabar Area de traballo" EXEC SAVE_WORKSPACE
|
||||
"Area Traballo" END
|
||||
|
||||
|
||||
"Sair" MENU
|
||||
"Reinicializar" RESTART
|
||||
"Iniciar AfterStep" RESTART afterstep
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
* <Title> is any string to be used as title. Must be enclosed with " if it
|
||||
* has spaces
|
||||
*
|
||||
* <Command> one of the valid commands:
|
||||
* <Command> one of the valid commands:
|
||||
* MENU - starts (sub)menu definition
|
||||
* OPEN_MENU - opens a menu from a file, pipe or directory(ies) contents
|
||||
* and eventually precede each with a command.
|
||||
@@ -101,7 +101,7 @@
|
||||
"Process List" EXEC xterm -e top
|
||||
"Manual Browser" EXEC xman
|
||||
"עדימ" END
|
||||
"XTerm" EXEC xterm -sb
|
||||
"XTerm" EXEC xterm -sb
|
||||
"Rxvt" EXEC rxvt -bg black -fg white -fn fixed
|
||||
"הדובע יבחרמ" WORKSPACE_MENU
|
||||
"םימושי" MENU
|
||||
@@ -114,7 +114,7 @@
|
||||
"X File Manager" EXEC xfm
|
||||
"OffiX Files" EXEC files
|
||||
"LyX" EXEC lyx
|
||||
"פייקסטנ" EXEC 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
|
||||
@@ -122,7 +122,7 @@
|
||||
"םיכרוע" MENU
|
||||
"XFte" EXEC xfte
|
||||
"XEmacs" SHEXEC xemacs || emacs
|
||||
"XJed" EXEC xjed
|
||||
"XJed" EXEC xjed
|
||||
"NEdit" EXEC nedit
|
||||
"Xedit" EXEC xedit
|
||||
"VI" EXEC xterm -e vi
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
* <Title> is any string to be used as title. Must be enclosed with " if it
|
||||
* has spaces
|
||||
*
|
||||
* <Command> one of the valid commands:
|
||||
* <Command> one of the valid commands:
|
||||
* MENU - starts (sub)menu definition
|
||||
* OPEN_MENU - opens a menu from a file, pipe or directory(ies) contents
|
||||
* and eventually precede each with a command.
|
||||
@@ -102,7 +102,7 @@
|
||||
"Lista procesa" EXEC xterm -e top
|
||||
"Pretraživač manuala" EXEC xman
|
||||
"Informacije" END
|
||||
"XTerm u boji" EXEC nxterm -sb
|
||||
"XTerm u boji" EXEC nxterm -sb
|
||||
"Rxvt" EXEC rxvt -bg black -fg white -fn fixed
|
||||
"Xisp" EXEX xisp
|
||||
"Radni prostori" WORKSPACE_MENU
|
||||
@@ -116,7 +116,7 @@
|
||||
"X File Manager" EXEC xfm
|
||||
"OffiX Files" EXEC files
|
||||
"LyX" EXEC lyx
|
||||
"Netscape" EXEC netscape
|
||||
"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
|
||||
@@ -124,7 +124,7 @@
|
||||
"Editori" MENU
|
||||
"XFte" EXEC xfte
|
||||
"XEmacs" SHEXEC xemacs || emacs
|
||||
"XJed" EXEC xjed
|
||||
"XJed" EXEC xjed
|
||||
"NEdit" EXEC nedit
|
||||
"Xedit" EXEC xedit
|
||||
"VI" EXEC xterm -e vi
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* Verzio: 0.61
|
||||
*
|
||||
* Horvath Szabolcs <horvathsz@penguinpowered.com> - 2000. junius
|
||||
* A 0.20.3-s verziohoz keszult forditast
|
||||
* A 0.20.3-s verziohoz keszult forditast
|
||||
* Prew (Csanaki Csaba <prew@mail.matav.hu>) keszitette. Koszonet erte!
|
||||
*
|
||||
* Szintakszis:
|
||||
@@ -12,14 +12,14 @@
|
||||
*
|
||||
* <Title> egy szoveg, amelyet cimkent kell hasznalni. Ha tartalmaz space-t,
|
||||
* akkor idezojelbe ("... ...") kell tenni.
|
||||
*
|
||||
*
|
||||
* SHORTCUT meghataroz egy shortcut-ot adott programokra. <Shortcut>-nak
|
||||
* ugyanolyan megadasi szintakszisa van a
|
||||
* $HOME/GNUstep/Defaults/WindowMaker file-ban, mint a RootMenuKey
|
||||
* vagy a MiniaturizeKey.
|
||||
*
|
||||
* Nem lehet letrehozni shortcut-ot MENU vagy OPEN_MENU bejegyzesben.
|
||||
*
|
||||
*
|
||||
* <Parancs> az itt kovetkezo utasitasok valamelyike:
|
||||
* MENU - kezdi a/az (al)menudefiniciot
|
||||
* END - befejezi a/az (al)menudefiniciot
|
||||
@@ -104,7 +104,7 @@
|
||||
* "Style" OPEN_MENU style.menu
|
||||
* "Teszt" END
|
||||
*/
|
||||
|
||||
|
||||
#include "wmmacros"
|
||||
|
||||
"Alkalmazások" MENU
|
||||
@@ -117,7 +117,7 @@
|
||||
"Kézikönyv böngésző" EXEC xman
|
||||
"Infó" END
|
||||
"Futtatás..." SHEXEC %a(Futtatás,Írd be a futtatni kívánt programot:)
|
||||
"X Terminál" EXEC xterm -sb
|
||||
"X Terminál" EXEC xterm -sb
|
||||
"Rxvt" EXEC rxvt -bg black -fg white -fn fixed
|
||||
"Gnome terminál" EXEC gnome-terminal --background black --foreground white --font -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1
|
||||
"Munkafelületek" WORKSPACE_MENU
|
||||
@@ -131,7 +131,7 @@
|
||||
"X File Manager" EXEC xfm
|
||||
"OffiX Files" EXEC files
|
||||
"LyX" EXEC lyx
|
||||
"Netscape" EXEC netscape
|
||||
"Netscape" EXEC netscape
|
||||
"Ghostview" EXEC ghostview %a(GhostView,Kérem a fájl nevét)
|
||||
"Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Acrobat,Kérem a PDF fájl nevét)
|
||||
"TkDesk" EXEC tkdesk
|
||||
@@ -139,7 +139,7 @@
|
||||
"Szerkesztők" MENU
|
||||
"XFte" EXEC xfte
|
||||
"XEmacs" SHEXEC xemacs || emacs
|
||||
"XJed" EXEC xjed
|
||||
"XJed" EXEC xjed
|
||||
"NEdit" EXEC nedit
|
||||
"Xedit" EXEC xedit
|
||||
"VI" EXEC xterm -e vi
|
||||
|
||||
@@ -7,20 +7,20 @@
|
||||
*
|
||||
* <Title> is any string to be used as title. Must be enclosed with " if it
|
||||
* has spaces
|
||||
*
|
||||
*
|
||||
* SHORTCUT specifies a shortcut for that item. <Shortcut> has the
|
||||
* same syntax of the shortcuts key options in the
|
||||
* same syntax of the shortcuts key options in the
|
||||
* $HOME/GNUstep/Defaults/WindowMaker file, such as RootMenuKey or MiniaturizeKey.
|
||||
*
|
||||
* You can't specify a shortcut for a MENU or OPEN_MENU entry.
|
||||
*
|
||||
* <Command> one of the valid commands:
|
||||
*
|
||||
* <Command> one of the valid commands:
|
||||
* MENU - starts (sub)menu definition
|
||||
* END - end (sub)menu definition
|
||||
* OPEN_MENU - opens a menu from a file, pipe or directory(ies) contents
|
||||
* and eventually precede each with a command.
|
||||
* WORKSPACE_MENU - adds a submenu for workspace operations. Only one
|
||||
* workspace_menu is allowed.
|
||||
* workspace_menu is allowed.
|
||||
* EXEC <program> - executes an external program
|
||||
* SHEXEC <command> - executes a shell command (like gimp > /dev/null)
|
||||
* EXIT - exits the window manager
|
||||
@@ -87,7 +87,7 @@
|
||||
* optional prompt and do substitution with what you typed
|
||||
* %w - substitute with XID for the current focused window
|
||||
* %W - substitute with the number of the current workspace
|
||||
*
|
||||
*
|
||||
* You can override special characters (as % and ") with the \ character:
|
||||
* ex: xterm -T "\"Hello World\""
|
||||
*
|
||||
@@ -122,7 +122,7 @@
|
||||
"Manual Browser" EXEC xman
|
||||
"Info" END
|
||||
"Run..." SHEXEC %a(Run,Type command to run:)
|
||||
"XTerm" EXEC xterm -sb
|
||||
"XTerm" EXEC xterm -sb
|
||||
"Mozilla Firefox" EXEC firefox
|
||||
"Workspaces" WORKSPACE_MENU
|
||||
"Applications" MENU
|
||||
@@ -137,12 +137,12 @@
|
||||
"Spreadsheet" EXEC oocalc
|
||||
"Draw" EXEC oodraw
|
||||
"Impress" EXEC ooimpress
|
||||
"OpenOffice.org" END
|
||||
"OpenOffice.org" END
|
||||
|
||||
"Editors" MENU
|
||||
"XEmacs" EXEC xemacs
|
||||
"Emacs" EXEC emacs
|
||||
"XJed" EXEC xjed
|
||||
"XJed" EXEC xjed
|
||||
"VI" EXEC xterm -e vi
|
||||
"GVIM" EXEC gvim
|
||||
"NEdit" EXEC nedit
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
// <Titolo> e' la stringa usata per il titolo. Deve essere racchiusa dagli apici
|
||||
// se contiene degli spazi
|
||||
//
|
||||
// <Comando> uno dei seguenti comandi:
|
||||
// MENU - inizio della definizione di un sottomenu
|
||||
// <Comando> uno dei seguenti comandi:
|
||||
// MENU - inizio della definizione di un sottomenu
|
||||
// END - fine della definizione di un sottomenu
|
||||
// EXEC <programma> - esegue un programma
|
||||
// SHEXEC <command> - executes a shell command (like gimp > /dev/null)
|
||||
@@ -17,8 +17,8 @@
|
||||
// RESTART [<window manager>] - reinizializza WindowMaker o lancia un altro
|
||||
// window manager
|
||||
// REFRESH - ridisegna l'area di lavoro
|
||||
// ARRANGE_ICONS - riordina le icone sull'area di lavoro
|
||||
// SHUTDOWN - uccide tutti i clienti (e chiude la sessione X window)
|
||||
// ARRANGE_ICONS - riordina le icone sull'area di lavoro
|
||||
// SHUTDOWN - uccide tutti i clienti (e chiude la sessione X window)
|
||||
// WORKSPACE_MENU - aggiunge un submenu per operazioni sull'area di lavoro
|
||||
// SHOW_ALL - mostra tutte le finestre dell'area di lavoro
|
||||
// HIDE_OTHERS -nasconde tutte le finestre dell'area di lavoro eccetto
|
||||
@@ -29,13 +29,13 @@
|
||||
// ** Opzioni per la linea di comando in EXEC:
|
||||
// %s - sostituisce con la selezione corrente. Se non e' disponibile nessuna
|
||||
// selezione, il comando e' annullato
|
||||
// %w - sostituisce con l'identificativo della finestra correntemente
|
||||
// selezionata. Se nessuna finestra e' selezionata, viene restituito vuoto
|
||||
//
|
||||
// %w - sostituisce con l'identificativo della finestra correntemente
|
||||
// selezionata. Se nessuna finestra e' selezionata, viene restituito vuoto
|
||||
//
|
||||
// Si possono generare caratteri speciali (come % e ") con il carattere \ :
|
||||
// esempio: xterm -T "\"ciao mondo\"" (ndt banale, no? )
|
||||
//
|
||||
// Ciascun comando MENU deve avere un comando END alla fine.
|
||||
// Ciascun comando MENU deve avere un comando END alla fine.
|
||||
// Vedere esempio:
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
"Ricerca Manuali" EXEC xman
|
||||
"Informazioni" END
|
||||
"XTerm" SHEXEC xterm -sb || color-xterm -sb || xterm -sb
|
||||
"XJed" EXEC xjed
|
||||
"XJed" EXEC xjed
|
||||
"Area di lavoro" WORKSPACE_MENU
|
||||
"Applicazioni" MENU
|
||||
"Grafica" MENU
|
||||
@@ -62,7 +62,7 @@
|
||||
"X File Manager" EXEC xfm
|
||||
"OffiX Files" EXEC files
|
||||
"LyX" EXEC lyx
|
||||
"Netscape" EXEC netscape
|
||||
"Netscape" EXEC netscape
|
||||
"Ghostview" EXEC ghostview %a(Ghostview)
|
||||
"XDvi" EXEC xdvi %a(XDvi)
|
||||
"Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Acrobat)
|
||||
@@ -119,7 +119,7 @@
|
||||
#endif
|
||||
"Salva area di lavoro" EXEC SAVE_WORKSPACE
|
||||
"Area di lavoro" END
|
||||
|
||||
|
||||
"Uscire" MENU
|
||||
"Restart" RESTART
|
||||
"Avviare AfterStep" RESTART afterstep
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
*
|
||||
* <Title> とはメニューのタイトルに使用される文字列です。スペースを含む
|
||||
* 場合には " で囲んでください。
|
||||
*
|
||||
*
|
||||
* <Command> は以下のものが使えます:
|
||||
*
|
||||
* <Command> は以下のものが使えます:
|
||||
* MENU - メニュー(サブメニュー)の定義の開始を示します。
|
||||
* OPEN_MENU - ファイル,パイプ,ディレクトリの内容(それぞれのファイルの
|
||||
* 前処理に指定したコマンドを使用することも可能)から
|
||||
@@ -27,7 +27,7 @@
|
||||
* SHOW_ALL - ハイドされていた全てのウィンドウを表示します。
|
||||
* HIDE_OTHERS - ワークスペース上の現在あるいは一番最近フォーカス
|
||||
* されたウィンドウを除く全てのウィンドウをハイドします。
|
||||
*
|
||||
*
|
||||
* SAVE_SESSION - デスクトップの現在の状態をセーブします。現在の状態と
|
||||
* とは、全ての実行中のアプリケーション、それらのヒント
|
||||
* (ジオメトリ,位置,どのワークスペースに存在するか,
|
||||
@@ -88,7 +88,7 @@
|
||||
* "KTerm" EXEC kterm
|
||||
* // /usr/openwin/bin中のファイルでサブメニューを作る
|
||||
* "XView apps" OPEN_MENU "/usr/openwin/bin"
|
||||
* // 異なるディレクトリのX11アプリケーションを表示
|
||||
* // 異なるディレクトリのX11アプリケーションを表示
|
||||
* "X11 apps" OPEN_MENU /usr/X11/bin $HOME/bin/X11
|
||||
* // 背景の画像をセットする。
|
||||
* "背景" OPEN_MENU $HOME/images /usr/share/images WITH wmsetbg -u -t
|
||||
@@ -107,7 +107,7 @@
|
||||
"プロセス一覧" EXEC xterm -e top
|
||||
"マニュアルブラウザ" EXEC xman
|
||||
"情報" END
|
||||
"KTerm" EXEC kterm -sb
|
||||
"KTerm" EXEC kterm -sb
|
||||
"Rxvt" EXEC rxvt -bg black -fg white
|
||||
"ワークスペース" WORKSPACE_MENU
|
||||
"アプリケーション" MENU
|
||||
@@ -120,7 +120,7 @@
|
||||
"X File Manager" EXEC xfm
|
||||
"OffiX Files" EXEC files
|
||||
"LyX" EXEC lyx
|
||||
"Netscape" EXEC netscape
|
||||
"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
|
||||
@@ -129,7 +129,7 @@
|
||||
"Mule" EXEC mule
|
||||
"XFte" EXEC xfte
|
||||
"XEmacs" SHEXEC xemacs || emacs
|
||||
"XJed" EXEC xjed
|
||||
"XJed" EXEC xjed
|
||||
"NEdit" EXEC nedit
|
||||
"Xedit" EXEC xedit
|
||||
"VI" EXEC kterm -e vi
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Windowmaker를 위한 루트 메뉴 정의
|
||||
* Windowmaker를 위한 루트 메뉴 정의
|
||||
*
|
||||
* 사용법:
|
||||
* 사용법:
|
||||
*
|
||||
* <Title> [SHORTCUT <Shortcut>] <Command> <Parameters>
|
||||
*
|
||||
@@ -14,13 +14,13 @@
|
||||
*
|
||||
* <Command> 사용가능한 명령어들
|
||||
* MENU - (하부)메뉴 정의를 시작한다.
|
||||
* END - (하부)메뉴 정의를 마친다.
|
||||
* END - (하부)메뉴 정의를 마친다.
|
||||
* OPEN_MENU - 파일이나 파이프 혹은 디렉토리 내용으로 부터 메뉴를 열고
|
||||
* 명령어를 실행한다.
|
||||
* WORKSPACE_MENU - 작업공간 제어에 관한 하부 메뉴를 추가한다.
|
||||
* EXEC <program> - 외부 프로그램을 실행한다.
|
||||
* EXEC <program> - 외부 프로그램을 실행한다.
|
||||
* SHEXEC <command> - 쉘 명령을 실행한다. (예제: gimp > /dev/null)
|
||||
* EXIT - 윈도우 매니저를 종료시킨다.
|
||||
* EXIT - 윈도우 매니저를 종료시킨다.
|
||||
* RESTART [<window manager>] - Windowmaker를 다시시작하거나 다른 윈도우
|
||||
* 관리자를 실행시킨다.
|
||||
* REFRESH - 화면을 다시 그린다.
|
||||
@@ -34,14 +34,14 @@
|
||||
* 화면상의 위치, 작업공간 번호, 그것들이 실행된 dock이나
|
||||
* 클립 그리고 프로그램이 아이콘화되었는지 shade 형태
|
||||
* 인지 혹은 숨겨졌는지의 여부이다. 또한 사용자가 현재
|
||||
* 작업중인 워크스페이스도 저장된다. 이 모든 정보들은
|
||||
* 또다른 SAVE_SESSION이나 CLEAR_SEEION이 사용되기 전까지
|
||||
* 매번 윈도우메이커가 실행될 때마다 복원된다. 만일
|
||||
* 작업중인 워크스페이스도 저장된다. 이 모든 정보들은
|
||||
* 또다른 SAVE_SESSION이나 CLEAR_SEEION이 사용되기 전까지
|
||||
* 매번 윈도우메이커가 실행될 때마다 복원된다. 만일
|
||||
* SaveSession OnExit = Yes; 로 설정되어 있으면 매번 윈도우
|
||||
* 메이커가 종료될 때마다 자동적으로 세션의 내용을 저장하고
|
||||
* SAVE_SESSION 이나 CLEAR_SESSOIN 값은 무시된다.
|
||||
* CLEAR_SESSION - 이미 정장된 세션을 지운다. 이것은 SaveSessionOnExit가
|
||||
* 참인 경우에 효과를 미치지 않는다.
|
||||
* SAVE_SESSION 이나 CLEAR_SESSOIN 값은 무시된다.
|
||||
* CLEAR_SESSION - 이미 정장된 세션을 지운다. 이것은 SaveSessionOnExit가
|
||||
* 참인 경우에 효과를 미치지 않는다.
|
||||
* INFO - 정보 패널을 보여준다.
|
||||
*
|
||||
* OPEN_MENU syntax:
|
||||
@@ -65,9 +65,9 @@
|
||||
* OPEN_MENU [options] /some/dir [/some/other/dir ...] WITH command -options
|
||||
* 옵션: -noext 파일 이름의 확장자를 없애고 보여준다.
|
||||
*
|
||||
* <Parameters> 는 실행할 프로그램이다.
|
||||
* <Parameters> 는 실행할 프로그램이다.
|
||||
*
|
||||
* ** EXEC의 명령어 라인에 대한 옵션:
|
||||
* ** EXEC의 명령어 라인에 대한 옵션:
|
||||
* %s - 현재 선택된 내용으로 바꾼다.
|
||||
* %a(title[,prompt]) - 입력 상자를 열고 사용자가 입력한 것으로
|
||||
* 메시지를 바꾼다.
|
||||
@@ -81,7 +81,7 @@
|
||||
*
|
||||
* 각각의 MENU 문은 반드시 END와 쌍을 이루어야 한다.
|
||||
*
|
||||
* 예제:
|
||||
* 예제:
|
||||
*
|
||||
* "Test" MENU
|
||||
* "XTerm" EXEC xterm
|
||||
@@ -124,7 +124,7 @@
|
||||
"하 이 텔" EXEC hanterm -T 하이텔 -n 하이텔 -e ztelnet home.hitel.net
|
||||
"천 리 안" EXEC hanterm -T 천리안 -n 천리안 -e ztelnet chonllian.net
|
||||
"가 우" SHEXEC gau || gaui
|
||||
"네트워크" END
|
||||
"네트워크" END
|
||||
"편 집 기" MENU
|
||||
"VIM" EXEC hanterm -T VIM -n VIM -e vim
|
||||
"이맥스" EXEC emacs
|
||||
|
||||
@@ -7,20 +7,20 @@
|
||||
*
|
||||
* <Titel> is elke tekenreeks te gebruiken als titel. Moet tussen " staan als het
|
||||
* spaties heeft.
|
||||
*
|
||||
*
|
||||
* SHORTCUT geeft een sneltoets op voor die ingang. <Sneltoets> heeft
|
||||
* dezelfde opmaak als de sneltoetsopties in het
|
||||
* $HOME/GNUstep/Defaults/WindowMaker bestand, zoals RootMenuKey of MiniaturizeKey.
|
||||
*
|
||||
* U kunt geen sneltoets opgeven voor een MENU- of OPEN_MENU-onderdeel.
|
||||
*
|
||||
* <Commando> een van de geldige commando's:
|
||||
*
|
||||
* <Commando> een van de geldige commando's:
|
||||
* MENU - begint (sub)menubepaling
|
||||
* END - beëindigt (sub)menubepaling
|
||||
* OPEN_MENU - opent een menu uit een bestand, 'pipe' of map(pen)inhoud,
|
||||
* en gaat eventueel elk vooraf met een commando.
|
||||
* WORKSPACE_MENU - voegt een submenu voor werkruimtehandelingen toe. Slechts één
|
||||
* workspace_menu is toegestaan.
|
||||
* workspace_menu is toegestaan.
|
||||
* EXEC <programma> - voert een extern programma uit
|
||||
* SHEXEC <commando> - voert een 'shell'-commando uit (zoals gimp > /dev/null)
|
||||
* EXIT - sluit de vensterbeheerder af
|
||||
@@ -87,7 +87,7 @@
|
||||
* optionele aanwijzing, en wordt vervangen door wat u intypt
|
||||
* %w - wordt vervangen door XID voor het actuele gefocust venster
|
||||
* %W - wordt vervangen door het nummer van de actuele werkruimte
|
||||
*
|
||||
*
|
||||
* U kunt speciale karakters (zoals % en ") uitschakelen met het \-teken:
|
||||
* vb.: xterm -T "\"Hallo Wereld\""
|
||||
*
|
||||
@@ -122,7 +122,7 @@
|
||||
"Handleidingbrowser" EXEC xman
|
||||
"Info" END
|
||||
"Uitvoeren..." SHEXEC %a(Uitvoeren,Typ uit te voeren commando:)
|
||||
"XTerm" EXEC xterm -sb
|
||||
"XTerm" EXEC xterm -sb
|
||||
"Mozilla Firefox" EXEC firefox
|
||||
"Werkruimten" WORKSPACE_MENU
|
||||
"Programma's" MENU
|
||||
@@ -137,12 +137,12 @@
|
||||
"Rekenblad" EXEC oocalc
|
||||
"Draw" EXEC oodraw
|
||||
"Impress" EXEC ooimpress
|
||||
"OpenOffice.org" END
|
||||
"OpenOffice.org" END
|
||||
|
||||
"Tekstbewerkers" MENU
|
||||
"XEmacs" EXEC xemacs
|
||||
"Emacs" EXEC emacs
|
||||
"XJed" EXEC xjed
|
||||
"XJed" EXEC xjed
|
||||
"VI" EXEC xterm -e vi
|
||||
"GVIM" EXEC gvim
|
||||
"NEdit" EXEC nedit
|
||||
|
||||
@@ -24,14 +24,14 @@
|
||||
* ARRANGE_ICONS - rydder opp i ikonene dine på skjermbildet.
|
||||
* SHUTDOWN - Stenger ned alle X klienter og avslutter X tjeneren
|
||||
* SHOW ALL - Viser alle skjulte vinduer på denne skjermen
|
||||
* HIDE_OTHERS - skjuler alle vinduer på denne skjermen som ikke har
|
||||
* HIDE_OTHERS - skjuler alle vinduer på denne skjermen som ikke har
|
||||
* fokus.
|
||||
* SAVE_SESSION - lagrer desktop'en din som den ser ut. Dette inkluderer
|
||||
* alle applikasjoner som kjører (størrelse, posisjon,
|
||||
* arbeidsområde de er på, hvilken dock/binders de ble
|
||||
* startet fra, og om de er minimert, shadet eller
|
||||
* skjult. Lagrer også hvilket arbeidsområde brukeren
|
||||
* er på. Alt vil bli startet opp igjen hver gang
|
||||
* er på. Alt vil bli startet opp igjen hver gang
|
||||
* windowmaker blir startet, fram til til SAVE_SESSION
|
||||
* blir kalt igjen, eller CLEAR_SESSION blir kalt.
|
||||
* Hvis SaveSessionOnExit = Yes; i WindowMaker domene
|
||||
@@ -40,10 +40,10 @@
|
||||
* og også CLEAR_SESSION (Se under).
|
||||
* CLEAR_SESSION - resetter lagrede settinging fra SAVE_SESSION. Vil
|
||||
* ikke ha noen effekt hvis SaveSessionOnExit er satt.
|
||||
*
|
||||
*
|
||||
* OPEN_MENU syntaks:
|
||||
* 1. Fil Meny beskrivelse
|
||||
* // åpner fil.menu som må innholde en gyldig meny fil, og setter den
|
||||
* // åpner fil.menu som må innholde en gyldig meny fil, og setter den
|
||||
* // inn her.
|
||||
* OPEN_MENU fil.menu
|
||||
* 2. Pipe meny beskrivelse
|
||||
@@ -56,7 +56,7 @@
|
||||
* // katalogene og alle kjørbare filer i dem, sortert alfabetisk.
|
||||
* OPEN_MENU /en/katalog [/en/annen/katalog ....]
|
||||
* 4. Beskrivelse av katalog med kommando
|
||||
* // Åpner en eller flere kataloger, og konstruerer en meny med alle
|
||||
* // Åpner en eller flere kataloger, og konstruerer en meny med alle
|
||||
* // katalogene og alle lesbare filer i dem. Setter kommando forran
|
||||
* // hver av dem.
|
||||
* OPEN_MENU /en/katalog [/en/annen/katalog ....] WITH kommando -args
|
||||
@@ -72,7 +72,7 @@
|
||||
*
|
||||
* Du kan bruke \ tegnet for å skrive spesialtegn som vanlige bokstaver:
|
||||
* eksempel: xterm -T "\"Hallo Verden\""
|
||||
*
|
||||
*
|
||||
*
|
||||
* Du kan også bruke spesialsekvenser som i C, f.eks \n
|
||||
*
|
||||
@@ -104,7 +104,7 @@
|
||||
"Prosess Liste" EXEC xterm -e top
|
||||
"Manual leser" EXEC stepman
|
||||
"Info" END
|
||||
"XTerm" EXEC xterm -sb
|
||||
"XTerm" EXEC xterm -sb
|
||||
"Rxvt" EXEC rxvt -bg black -fg white -fn fixed
|
||||
"Arbeids-Områder" WORKSPACE_MENU
|
||||
"Applikasjoner" MENU
|
||||
@@ -117,7 +117,7 @@
|
||||
"X Fil Behandler" EXEC xfm
|
||||
"OffiX Files" EXEC files
|
||||
"LyX" EXEC lyx
|
||||
"Netscape" EXEC netscape
|
||||
"Netscape" EXEC netscape
|
||||
"Ghostview" EXEC ghostview %a(Navnet på fila du vil se)
|
||||
"Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Skriv inn PDF\'en du ønsker)
|
||||
"TkDesk" EXEC tkdesk
|
||||
@@ -125,7 +125,7 @@
|
||||
"Tekst Redigering" MENU
|
||||
"XFte" EXEC xfte
|
||||
"XEmacs" SHEXEC xemacs || emacs
|
||||
"XJed" EXEC xjed
|
||||
"XJed" EXEC xjed
|
||||
"NEdit" EXEC nedit
|
||||
"Xedit" EXEC xedit
|
||||
"VI" EXEC xterm -e vi
|
||||
@@ -188,7 +188,7 @@
|
||||
"Avslutt" MENU
|
||||
"Restart" RESTART
|
||||
"Start Afterstep" RESTART afterstep
|
||||
"Avslutt WindowMaker..." EXIT
|
||||
"Avslutt WindowMaker..." EXIT
|
||||
"Avslutt X11..." SHUTDOWN
|
||||
"Avslutt" END
|
||||
"Applikasjoner" END
|
||||
|
||||
@@ -8,21 +8,21 @@
|
||||
*
|
||||
* <Tytuł> Tytuł może być dowolnym ciągiem znaków. Jeśli będą w nim występować
|
||||
* spacje umieśc go w cudzysłowie np. "Tytuł ze spacją"
|
||||
*
|
||||
*
|
||||
* SHORTCUT Definiowanie skrótu.
|
||||
* <Skrót> Nazwa rodzaju skrótu umieszczonego w pliku
|
||||
* $HOME/GNUstep/Defaults/WindowMaker, tak jak RootMenuKey
|
||||
* $HOME/GNUstep/Defaults/WindowMaker, tak jak RootMenuKey
|
||||
* lub MiniaturizeKey.
|
||||
*
|
||||
* Skróty mogą występować w sekcji MENU lub OPEN_MENU .
|
||||
*
|
||||
* <Komenda> jedna z dostępnych komend:
|
||||
* MENU - rozpoczęcie definicji (pod)menu
|
||||
* END - zakończenie definicji (pod)menu
|
||||
*
|
||||
* <Komenda> jedna z dostępnych komend:
|
||||
* MENU - rozpoczęcie definicji (pod)menu
|
||||
* END - zakończenie definicji (pod)menu
|
||||
* OPEN_MENU - generowanie podmenu na podstawie podanego katalogu,
|
||||
* umieszczając w nim pliki wykonywalne i podkatalogi.
|
||||
* WORKSPACE_MENU - Dodanie podmenu zawierającego aktywne pulpity. Tylko
|
||||
* jedno workspace_menu jest potrzebne.
|
||||
* jedno workspace_menu jest potrzebne.
|
||||
* EXEC <program> - wykonanie jakiegokolwiek programu
|
||||
* EXIT - wyjście z menadżera okien
|
||||
* RESTART [<window manager>] - restart WindowMakera albo start innego
|
||||
@@ -51,12 +51,12 @@
|
||||
* ** Opcje w lini komend EXEC:
|
||||
* %s - znak jest zastepowany przez text znajdujacy sie w ,,schowku''
|
||||
* %a(tytuł[,komunikat]) - otwiera dodatkowe okno o tytule tytuł, komunikacie
|
||||
* komunikat i czeka na podanie parametrów, które
|
||||
* komunikat i czeka na podanie parametrów, które
|
||||
* zostaną wstawione zamiast %a. Niestety nie udalo mi
|
||||
* się uzyskać polskich fontów w tej pocji :(
|
||||
* się uzyskać polskich fontów w tej pocji :(
|
||||
* %w - znak jest zastepowany przez XID aktywnego okna
|
||||
* %W - znak jest zastepowany przez numer aktywnego pulpitu
|
||||
*
|
||||
*
|
||||
* Aby używać specjalnych znaków ( takich jak % czy " ) należy poprzedzic je znakiem \
|
||||
* np. :xterm -T "\"Witaj Świecie\""
|
||||
*
|
||||
@@ -79,7 +79,7 @@
|
||||
* "Test" END
|
||||
*
|
||||
* Jeżeli zamiast polskich fontów są jakieś krzaczki należy wyedetować pliki
|
||||
* $HOME/GNUstep/Defaults/WMGLOBAL i $HOME/GNUstep/Defaults/WindowMaker,
|
||||
* $HOME/GNUstep/Defaults/WMGLOBAL i $HOME/GNUstep/Defaults/WindowMaker,
|
||||
* lub wejść w menu Konfiguracja.
|
||||
* Aby uzyskać polskie znaki należy uzupełnić definicje fontów.
|
||||
* np. zamienić
|
||||
@@ -92,10 +92,10 @@
|
||||
*
|
||||
* i wszędzie tam gdzie występuje podobna definicja.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#include "wmmacros"
|
||||
#define ULUB_EDYTOR vi
|
||||
#define ULUB_EDYTOR vi
|
||||
/* Jeśli nie lubisz edytora vi zmień na swój ulubiony edytor */
|
||||
#define ULUB_TERM xterm
|
||||
/* A tutaj ustaw swój ulubiony terminal */
|
||||
@@ -109,18 +109,18 @@
|
||||
"Lista Procesów" EXEC ULUB_TERM -T "Lista Procesów" -e top
|
||||
"Przeglądarka Manuali" EXEC xman
|
||||
"Informacja" END
|
||||
|
||||
"Konfiguracja" MENU
|
||||
|
||||
"Konfiguracja" MENU
|
||||
"Edycja menu" EXEC ULUB_TERM -T "Edycja menu" -e ULUB_EDYTOR $HOME/GNUstep/Library/WindowMaker/menu
|
||||
"Ustawienie fontów" EXEC ULUB_TERM -T "Ustawienie fontów" -e ULUB_EDYTOR $HOME/GNUstep/Defaults/WMGLOBAL
|
||||
"Konfiguracja" EXEC ULUB_TERM -T "Konfiguracja" -e ULUB_EDYTOR $HOME/GNUstep/Defaults/WindowMaker
|
||||
"Konfiguracja" END
|
||||
|
||||
|
||||
"Uruchom..." EXEC %a(Uruchom,Wpisz komende do uruchomienia:)
|
||||
"Terminal" EXEC ULUB_TERM -T "Mój ulubiony terminal" -sb
|
||||
"Terminal" EXEC ULUB_TERM -T "Mój ulubiony terminal" -sb
|
||||
"Edytor" EXEC ULUB_TERM -T "Moj ulubiony edytor" -e ULUB_EDYTOR %a(Edytor,Podaj plik do edycji:)
|
||||
"Pulpity" WORKSPACE_MENU
|
||||
|
||||
|
||||
"Aplikacje" MENU
|
||||
"Grafika" MENU
|
||||
"Gimp" EXEC gimp >/dev/null
|
||||
@@ -145,15 +145,15 @@
|
||||
"X Gnu debbuger" EXEC xxgdb
|
||||
"Xwpe" EXEC xwpe
|
||||
"Aplikacje" END
|
||||
|
||||
|
||||
"Internet" MENU
|
||||
"Przeglądarki" MENU
|
||||
"Netscape" EXEC netscape
|
||||
"Netscape" EXEC netscape
|
||||
"Arena" EXEC arena
|
||||
"Lynx" EXEC ULUB_TERM -e lynx %a(Lynx,Podaj URL:)
|
||||
"Przeglądarki" END
|
||||
"Programy pocztowe" MENU
|
||||
"Pine" EXEC ULUB_TERM -T "Program pocztowy Pine" -e pine
|
||||
"Pine" EXEC ULUB_TERM -T "Program pocztowy Pine" -e pine
|
||||
"Elm" EXEC ULUB_TERM -T "Program pocztowy Elm" -e elm
|
||||
"Xmh" EXEC xmh
|
||||
"Programy pocztowe" END
|
||||
@@ -172,20 +172,20 @@
|
||||
"Editory" MENU
|
||||
"XFte" EXEC xfte
|
||||
"XEmacs" EXEC xemacs || emacs
|
||||
"XJed" EXEC xjed
|
||||
"XJed" EXEC xjed
|
||||
"NEdit" EXEC nedit
|
||||
"Xedit" EXEC xedit
|
||||
"Editres" EXEC editres
|
||||
"VI" EXEC ULUB_TERM -e vi
|
||||
"Editory" END
|
||||
|
||||
|
||||
"Dźwięk" MENU
|
||||
"CDPlay" EXEC workbone
|
||||
"Xmcd" EXEC xmcd 2> /dev/null
|
||||
"Xplaycd" EXEC xplaycd
|
||||
"Xmixer" EXEC xmixer
|
||||
"Dźwięk" END
|
||||
|
||||
|
||||
"Gry" MENU
|
||||
"Maze" EXEC maze
|
||||
"Karty " EXEC spider
|
||||
@@ -202,7 +202,7 @@
|
||||
"xboing" EXEC xboing -sound
|
||||
"XBill" EXEC xbill
|
||||
"Gry" END
|
||||
|
||||
|
||||
"Użytki" MENU
|
||||
"Kalkulator" EXEC xcalc
|
||||
"Zegarek" EXEC xclock
|
||||
|
||||
@@ -6,12 +6,12 @@
|
||||
* <Title> [SHORTCUT <tecla de atalho>] <Comando> <Parâmetros>
|
||||
*
|
||||
* <Title> é qualquer texto a ser usado como título. Deve estar entre aspas "
|
||||
*
|
||||
* SHORTCUT especifica uma tecla de atalho para o item. <tecla de atalho>
|
||||
*
|
||||
* SHORTCUT especifica uma tecla de atalho para o item. <tecla de atalho>
|
||||
* tem a mesma sintaxe das teclas de atalho em $HOME/GNUstep/Defaults/WindowMaker
|
||||
*
|
||||
* Não é possível especificar teclas de atalho para MENU ou OPEN_MENU
|
||||
*
|
||||
*
|
||||
* <Command> é um dos seguintes comandos:
|
||||
* MENU - inicia definição de um (sub)menu
|
||||
* END - termina definição de um (sub)menu
|
||||
@@ -22,7 +22,7 @@
|
||||
* EXEC <programa> - executa um programa
|
||||
* EXIT - termina o gerenciador de janelas
|
||||
* SHEXEC <command> - executa comando de shell (ex.: gimp > /dev/null)
|
||||
* RESTART [<gerenciador de janelas>] - reinicia o WindowMaker ou inicia
|
||||
* RESTART [<gerenciador de janelas>] - reinicia o WindowMaker ou inicia
|
||||
* outro gerenciador de janelas
|
||||
* REFRESH - força repintagem da área de trabalho
|
||||
* ARRANGE_ICONS - arruma os ícones na área de trabalho
|
||||
@@ -33,13 +33,13 @@
|
||||
* SAVE_SESSION - salva o estado da área de trabalho, o que inclui
|
||||
* todos os programas em execução, informações relativas
|
||||
* a posição, tamanho, área de trabalho onde se localizam,
|
||||
* o dock ou clip de onde foi lançado e se a janela está
|
||||
* o dock ou clip de onde foi lançado e se a janela está
|
||||
* miniaturizada, shadeada ou hideada. Também salva qual a área
|
||||
* de trabalho atual. Todas as informações serão restauradas
|
||||
* até que se use o comando SAVE_SESSION de novo ou CLEAR_SESSION.
|
||||
* Se SaveSessionOnExit = Yes; estiver definido no domínio
|
||||
* WindowMaker ($HOME/GNUstep/Defaults/WindowMaker), então o
|
||||
* salvamento da sessão é feito automaticamente quando o
|
||||
* Se SaveSessionOnExit = Yes; estiver definido no domínio
|
||||
* WindowMaker ($HOME/GNUstep/Defaults/WindowMaker), então o
|
||||
* salvamento da sessão é feito automaticamente quando o
|
||||
* WindowMaker finalizar, apagando quaisquer SAVE_SESSION ou
|
||||
* CLEAR_SESSION usados anteriormente.
|
||||
* CLEAR_SESSION - apaga uma sessão salvada anteriormente. Este comando
|
||||
@@ -68,7 +68,7 @@
|
||||
* // usando o comando para executar cada arquivo.
|
||||
*
|
||||
* OPEN_MENU [-noext] /algum/dir [/algum/outro/dir ...] WITH comando -opções
|
||||
*
|
||||
*
|
||||
*
|
||||
* <Parâmetros> é o programa a ser executado.
|
||||
*
|
||||
@@ -95,7 +95,7 @@
|
||||
* "X11 apps" OPEN_MENU /usr/X11/bin $HOME/bin/X11
|
||||
* // faz um submenu de papéis de parede
|
||||
* "Papel de Parede" OPEN_MENU $HOME/imagens /usr/share/imagens WITH wmsetbg -u -t
|
||||
* // insere o menu meu.menu
|
||||
* // insere o menu meu.menu
|
||||
* "Style" OPEN_MENU meu.menu
|
||||
* "Test" END
|
||||
*/
|
||||
@@ -111,7 +111,7 @@
|
||||
"Lista de Processos" EXEC xterm -e top
|
||||
"Leitor de Manual" EXEC xman
|
||||
"Informações" END
|
||||
"XTerm" EXEC xterm -sb
|
||||
"XTerm" EXEC xterm -sb
|
||||
"Rxvt" EXEC rxvt -bg black -fg white -fn fixed
|
||||
"Áreas de Trabalho" WORKSPACE_MENU
|
||||
"Aplicações" MENU
|
||||
@@ -124,7 +124,7 @@
|
||||
"X File Manager" EXEC xfm
|
||||
"OffiX Files" EXEC files
|
||||
"LyX" EXEC lyx
|
||||
"Netscape" EXEC netscape
|
||||
"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
|
||||
@@ -132,7 +132,7 @@
|
||||
"Editores" MENU
|
||||
"XFte" EXEC xfte
|
||||
"XEmacs" SHEXEC xemacs || emacs
|
||||
"XJed" EXEC xjed
|
||||
"XJed" EXEC xjed
|
||||
"NEdit" EXEC nedit
|
||||
"Xedit" EXEC xedit
|
||||
"VI" EXEC xterm -e vi
|
||||
|
||||
@@ -7,20 +7,20 @@
|
||||
*
|
||||
* <Title> is any string to be used as title. Must be enclosed with " if it
|
||||
* has spaces
|
||||
*
|
||||
*
|
||||
* SHORTCUT specifies a shortcut for that item. <Shortcut> has the
|
||||
* same syntax of the shortcuts key options in the
|
||||
* same syntax of the shortcuts key options in the
|
||||
* $HOME/GNUstep/Defaults/WindowMaker file, such as RootMenuKey or MiniaturizeKey.
|
||||
*
|
||||
* You can't specify a shortcut for a MENU or OPEN_MENU entry.
|
||||
*
|
||||
* <Command> one of the valid commands:
|
||||
*
|
||||
* <Command> one of the valid commands:
|
||||
* MENU - starts (sub)menu definition
|
||||
* END - end (sub)menu definition
|
||||
* OPEN_MENU - opens a menu from a file, pipe or directory(ies) contents
|
||||
* and eventually precede each with a command.
|
||||
* WORKSPACE_MENU - adds a submenu for workspace operations. Only one
|
||||
* workspace_menu is allowed.
|
||||
* workspace_menu is allowed.
|
||||
* EXEC <program> - executes an external program
|
||||
* SHEXEC <command> - executes a shell command (like gimp > /dev/null)
|
||||
* EXIT - exits the window manager
|
||||
@@ -79,7 +79,7 @@
|
||||
* optional prompt and do substitution with what you typed
|
||||
* %w - substitute with XID for the current focused window
|
||||
* %W - substitute with the number of the current workspace
|
||||
*
|
||||
*
|
||||
* You can override special characters (as % and ") with the \ character:
|
||||
* ex: xterm -T "\"Hello World\""
|
||||
*
|
||||
@@ -114,7 +114,7 @@
|
||||
"Navigator de Pagini Man" EXEC xman
|
||||
"Informaţii" END
|
||||
"Execută..." SHEXEC %a(Execută,Introduceţi o comandă:)
|
||||
"XTerm" EXEC xterm -sb
|
||||
"XTerm" EXEC xterm -sb
|
||||
"Rxvt" EXEC rxvt -bg black -fg white -fn -misc-fixed-medium-*-*--*-*-*-*-*-*-iso8859-2 -fb -misc-fixed-medium-*-*--*-*-*-*-*-*-iso8859-2
|
||||
"Spaţii de Lucru" WORKSPACE_MENU
|
||||
"Aplicaţii" MENU
|
||||
@@ -127,7 +127,7 @@
|
||||
"Manager de Fişiere" EXEC xfm
|
||||
"Fisiere OffiX" EXEC files
|
||||
"LyX" EXEC lyx
|
||||
"Netscape" EXEC netscape
|
||||
"Netscape" EXEC netscape
|
||||
"Ghostview" EXEC ghostview %a(GhostView,Enter file to view)
|
||||
"Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Acrobar,Enter PDF to view)
|
||||
"TkDesk" EXEC tkdesk
|
||||
@@ -135,7 +135,7 @@
|
||||
"Editoare" MENU
|
||||
"XFte" EXEC xfte
|
||||
"XEmacs" SHEXEC xemacs || emacs
|
||||
"XJed" EXEC xjed
|
||||
"XJed" EXEC xjed
|
||||
"NEdit" EXEC nedit
|
||||
"Xedit" EXEC xedit
|
||||
"VI" EXEC xterm -e vi
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
* <Имя> - любая строка для заголовка меню. Должна быть заключена в парные ",
|
||||
* если содержит пробелы
|
||||
*
|
||||
* <Команда> одна из следующего набора команд:
|
||||
* <Команда> одна из следующего набора команд:
|
||||
* MENU - начинает определение (под)меню
|
||||
* OPEN_MENU - считывает меню из файла или содержания каталога
|
||||
* OPEN_MENU - считывает меню из файла или содержания каталога
|
||||
* END - заканчивает определение (под)меню
|
||||
* WORKSPACE_MENU - добавляет подменю для операций с Рабочим местом
|
||||
* EXEC <program> - выполняет внешнюю программу
|
||||
@@ -18,7 +18,7 @@
|
||||
* EXIT - завершает работу менеджера окон
|
||||
* RESTART [<window manager>] - перезапускает WindowMaker или запускает
|
||||
* другой менеджер окон
|
||||
* REFRESH - обновляет видимое пространство
|
||||
* REFRESH - обновляет видимое пространство
|
||||
* ARRANGE_ICONS - упорядочивает значки Рабочего места
|
||||
* SHUTDOWN - убивает все приложения ( и завершает сессию X)
|
||||
* SHOW_ALL - показывает все окна Рабочего места
|
||||
@@ -29,16 +29,16 @@
|
||||
*
|
||||
* ** Опции для командной строки в EXEC:
|
||||
* %s - подтановка текущего выделения
|
||||
* %a(message) - открывает окно ввода с сообщением и выполняет подстановку
|
||||
* %a(message) - открывает окно ввода с сообщением и выполняет подстановку
|
||||
* набранного
|
||||
* %w - заменить на XID окна, имеющего фокус в данный момент
|
||||
*
|
||||
* Вы можете избежать специальной интерпретации знаков ( таких как % и ") с
|
||||
* Вы можете избежать специальной интерпретации знаков ( таких как % и ") с
|
||||
* помощью знака \ : Напр.: xterm -T "\"Hello World\""
|
||||
*
|
||||
* Вы можете также использовать escape-последовательности, как \n
|
||||
*
|
||||
* Каждое предложение MENU должно иметь одно соответствующее предложение END
|
||||
* Каждое предложение MENU должно иметь одно соответствующее предложение END
|
||||
* в конце определения.
|
||||
* Пример:
|
||||
*
|
||||
@@ -61,9 +61,9 @@
|
||||
"Список Процессов" EXEC xterm -e top
|
||||
"Просмотр Руководств" EXEC xman
|
||||
"Информация" END
|
||||
"XTerm" EXEC xterm -sb
|
||||
"XTerm" EXEC xterm -sb
|
||||
"Rxvt" EXEC rxvt -bg black -fg white -fn fixed
|
||||
"XJed" EXEC xjed
|
||||
"XJed" EXEC xjed
|
||||
"Рабочие места" WORKSPACE_MENU
|
||||
"Приложения" MENU
|
||||
"Графические" MENU
|
||||
@@ -75,14 +75,14 @@
|
||||
"Менеджер файлов X" EXEC xfm
|
||||
"OffiX Files" EXEC files
|
||||
"LyX" EXEC lyx
|
||||
"Netscape" EXEC netscape
|
||||
"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
|
||||
"Приложения" END
|
||||
"Редакторы" MENU
|
||||
"XEmacs" SHEXEC xemacs || emacs
|
||||
"XJed" EXEC xjed
|
||||
"XJed" EXEC xjed
|
||||
"NEdit" EXEC nedit
|
||||
"Xedit" EXEC xedit
|
||||
"VI" EXEC xterm -e vi
|
||||
@@ -119,7 +119,7 @@
|
||||
"Рабочее место" END
|
||||
|
||||
"Внешний вид" MENU
|
||||
/* "Темы" OPEN_MENU themes.menu
|
||||
/* "Темы" OPEN_MENU themes.menu
|
||||
*/
|
||||
"Фон" MENU
|
||||
"Однотонный" MENU
|
||||
@@ -141,7 +141,7 @@
|
||||
"Выход" MENU
|
||||
"Перезапустить" RESTART
|
||||
"Запустить Afterstep" RESTART afterstep
|
||||
"Завершить работу..." EXIT
|
||||
"Завершить работу..." EXIT
|
||||
"Завершить сессию..." SHUTDOWN
|
||||
"Выход" END
|
||||
"Приложения" END
|
||||
|
||||
@@ -7,13 +7,13 @@
|
||||
*
|
||||
* <Titel> är en sträng som du vill använda som titel i menyn. Strängen
|
||||
* måste omslutas med " om den innehåller mellanslag.
|
||||
*
|
||||
*
|
||||
* SHORTCUT anger en genväg för det menyalternativet. <Genväg> har likadan
|
||||
* syntax som genvägarna i filen $HOME/GNUStep/Defaults/WindowMaker.
|
||||
*
|
||||
* Man kan inte ange en genväg för kommandona MENU och OPEN_MENU.
|
||||
*
|
||||
* <Kommando> kan vara ett av följande:
|
||||
*
|
||||
* <Kommando> kan vara ett av följande:
|
||||
* MENU - börjar (under)meny definition.
|
||||
* END - avslutar (under)meny definition.
|
||||
* OPEN_MENU - öppnar en meny från en fil, pipe eller innehållet av
|
||||
@@ -110,7 +110,7 @@
|
||||
"Processlista" EXEC xterm -e top
|
||||
"Manualläsare" EXEC xman
|
||||
"Info" END
|
||||
"XTerm" EXEC xterm -sb
|
||||
"XTerm" EXEC xterm -sb
|
||||
"Rxvt (fixed)" EXEC rxvt -bg black -fg white -fn fixed
|
||||
"Rxvt (9x15)" EXEC rxvt -bg black -fg white -fn 9x15
|
||||
"Arbetsbord" WORKSPACE_MENU
|
||||
@@ -124,7 +124,7 @@
|
||||
"X Filhanterare" EXEC xfm
|
||||
"OffiX Files" EXEC files
|
||||
"LyX" EXEC lyx
|
||||
"Netscape" EXEC netscape
|
||||
"Netscape" EXEC netscape
|
||||
"Ghostview" EXEC ghostview %a(Enter file to view)
|
||||
"Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Skriv in PDF-fil som ska visas)
|
||||
"TkDesk" EXEC tkdesk
|
||||
@@ -132,7 +132,7 @@
|
||||
"Textredigerare" MENU
|
||||
"XFte" EXEC xfte
|
||||
"XEmacs" SHEXEC xemacs || emacs
|
||||
"XJed" EXEC xjed
|
||||
"XJed" EXEC xjed
|
||||
"NEdit" EXEC nedit
|
||||
"Xedit" EXEC xedit
|
||||
"VI" EXEC xterm -e vi
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* Slovak root menu for WindowMaker
|
||||
* (C) 2001 Jan "judas" Tomka
|
||||
*
|
||||
*
|
||||
* Original translation by Jan "judas" Tomka on Jan 22 2001
|
||||
* Currently maintained by Jan "judas" Tomka <tomka@oalevice.sk>
|
||||
*
|
||||
@@ -18,13 +18,13 @@
|
||||
*
|
||||
* <Názov> je ľubovoľný reťazec, ktorý sa použije ako názov položky. Ak obsahuje
|
||||
* medzery, musí byť uzavretý v úvodzovkách.
|
||||
*
|
||||
*
|
||||
* SHORTCUT udáva klávesovú skratku pre danú položku. <Klávesová skratka> má
|
||||
* rovnakú syntax ako v súbore $HOME/GNUstep/Defaults/WindowMaker, napr.
|
||||
* rovnakú syntax ako v súbore $HOME/GNUstep/Defaults/WindowMaker, napr.
|
||||
* RootMenuKey alebo MiniaturizeKey.
|
||||
*
|
||||
* Nemôžete zadať klávesovú skratku pre položky typu MENU a OPEN_MENU.
|
||||
*
|
||||
*
|
||||
* <Príkaz> je jeden z nasledujúcich:
|
||||
* MENU - začína definíciu (sub)menu
|
||||
* END - ukončuje definíciu (sub)menu
|
||||
@@ -93,7 +93,7 @@
|
||||
* nahradí sa v príkaze textom, ktorý zadáte
|
||||
* %w - nahradí sa identifikačným číslom (XID) aktuálneho okna
|
||||
* %W - nahradí sa číslom aktuálnej pracovnej plochy
|
||||
*
|
||||
*
|
||||
* Vložiť špeciálne znaky (ako % a ") môžete pomocou znaku \ :
|
||||
* xterm -T "\"Ahoj svet\""
|
||||
*
|
||||
@@ -128,7 +128,7 @@
|
||||
"Prehliadač manuálov" EXEC xman
|
||||
"Informácie" END
|
||||
"Spustiť..." SHEXEC %a(Spustiť,Zadajte príkaz:)
|
||||
"XTerm" EXEC xterm -sb
|
||||
"XTerm" EXEC xterm -sb
|
||||
"Rxvt" EXEC rxvt -bg black -fg white -fn fixed
|
||||
"Pracovné plochy" WORKSPACE_MENU
|
||||
"Aplikácie" MENU
|
||||
@@ -141,7 +141,7 @@
|
||||
"Správca súborov Xfm" EXEC xfm
|
||||
"Správca súborov OffiX" EXEC files
|
||||
"LyX" EXEC lyx
|
||||
"Netscape" EXEC netscape
|
||||
"Netscape" EXEC netscape
|
||||
"Ghostview" EXEC ghostview %a(GhostView,Zadajte meno súboru)
|
||||
"Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(Acrobar,Zadajte meno PDF súboru)
|
||||
"TkDesk" EXEC tkdesk
|
||||
@@ -149,7 +149,7 @@
|
||||
"Editory" MENU
|
||||
"XFte" EXEC xfte
|
||||
"XEmacs" SHEXEC xemacs || emacs
|
||||
"XJed" EXEC xjed
|
||||
"XJed" EXEC xjed
|
||||
"NEdit" EXEC nedit
|
||||
"Xedit" EXEC xedit
|
||||
"VIM" EXEC xterm -e vim
|
||||
|
||||
@@ -7,20 +7,20 @@
|
||||
*
|
||||
* <Title> is any string to be used as title. Must be enclosed with " if it
|
||||
* has spaces
|
||||
*
|
||||
*
|
||||
* SHORTCUT specifies a shortcut for that item. <Shortcut> has the
|
||||
* same syntax of the shortcuts key options in the
|
||||
* same syntax of the shortcuts key options in the
|
||||
* $HOME/GNUstep/Defaults/WindowMaker file, such as RootMenuKey or MiniaturizeKey.
|
||||
*
|
||||
* You can't specify a shortcut for a MENU or OPEN_MENU entry.
|
||||
*
|
||||
* <Command> one of the valid commands:
|
||||
*
|
||||
* <Command> one of the valid commands:
|
||||
* MENU - starts (sub)menu definition
|
||||
* END - end (sub)menu definition
|
||||
* OPEN_MENU - opens a menu from a file, pipe or directory(ies) contents
|
||||
* and eventually precede each with a command.
|
||||
* WORKSPACE_MENU - adds a submenu for workspace operations. Only one
|
||||
* workspace_menu is allowed.
|
||||
* workspace_menu is allowed.
|
||||
* EXEC <program> - executes an external program
|
||||
* SHEXEC <command> - executes a shell command (like gimp > /dev/null)
|
||||
* EXIT - exits the window manager
|
||||
@@ -110,7 +110,7 @@
|
||||
"Seznam procesov" EXEC xterm -e top
|
||||
"Pomoč (Iskalec man strani)" EXEC xman
|
||||
"Informacije" END
|
||||
"XTerm" EXEC xterm -sb
|
||||
"XTerm" EXEC xterm -sb
|
||||
"Rxvt" EXEC rxvt -bg black -fg white -fn fixed
|
||||
"Delovni prostori" WORKSPACE_MENU
|
||||
"Aplikacije" MENU
|
||||
@@ -123,7 +123,7 @@
|
||||
"X File Manager" EXEC xfm
|
||||
"OffiX Files" EXEC files
|
||||
"LyX" EXEC lyx
|
||||
"Netscape" EXEC netscape
|
||||
"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
|
||||
@@ -131,7 +131,7 @@
|
||||
"Urejevalniki besedil" MENU
|
||||
"XFte" EXEC xfte
|
||||
"XEmacs" SHEXEC xemacs || emacs
|
||||
"XJed" EXEC xjed
|
||||
"XJed" EXEC xjed
|
||||
"NEdit" EXEC nedit
|
||||
"Xedit" EXEC xedit
|
||||
"VI" EXEC xterm -e vi
|
||||
|
||||
@@ -5,14 +5,14 @@
|
||||
*
|
||||
* <Başlık> [SHORTCUT <Kısayol>] <Komut> <Parametreler>
|
||||
*
|
||||
* <Başlık> herhangi bitr yazıyı içerebilir, boşul içeriyorsa " içinde
|
||||
* <Başlık> herhangi bitr yazıyı içerebilir, boşul içeriyorsa " içinde
|
||||
* yazılmalı
|
||||
*
|
||||
*
|
||||
* SHORTCUT sözkonusu giriş için kısayol tuşu tanımlamak için kullanılır
|
||||
* <Kısayol>, $HOME/GNUstep/Defaults/WindowMaker olduğu gibi tanımlanabilir.
|
||||
*
|
||||
* MENU veya OPEN_MENU için kısayol tanımlayamazsınız.
|
||||
*
|
||||
*
|
||||
* <Komut> aşağıdakilerden birisidir
|
||||
* MENU - (Alt)Menü tanımını başlatır.
|
||||
* OPEN_MENU - Menüyü, bir dosya veya dizinden oluşturur
|
||||
@@ -28,28 +28,28 @@
|
||||
* SHUTDOWN - tüm uygulamalrı kapatır ve sistemden çıkar
|
||||
* SHOW_ALL - Tüm pencereleri saklı hallerinden çıkarır
|
||||
* HIDE_OTHERS - içinde bulunulan dışındaki tüm pencereleri saklar
|
||||
* SAVE_SESSION - mevcut uygulamaları ve pencere konumlarını saklar,
|
||||
* SAVE_SESSION - mevcut uygulamaları ve pencere konumlarını saklar,
|
||||
* yeniden başladığında bu konumları korumaya çalışır.
|
||||
* CLEAR_SESSION - son saklanan bilgileri siler.
|
||||
* CLEAR_SESSION - son saklanan bilgileri siler.
|
||||
*
|
||||
* OPEN_MENU yazım kuralları:
|
||||
* 1. Dosyadan
|
||||
* // dosya.menu isimli geçerli dosya tanımı içeren dosyayı alıp
|
||||
* // dosya.menu isimli geçerli dosya tanımı içeren dosyayı alıp
|
||||
* // belirtilen konuma ekler
|
||||
* OPEN_MENU dosya.menu
|
||||
*
|
||||
* 2. Komut sonucundan
|
||||
* // "komut"u çalıştırı ve çıktısını möenü olarak kullanır.
|
||||
* 2. Komut sonucundan
|
||||
* // "komut"u çalıştırı ve çıktısını möenü olarak kullanır.
|
||||
* // Komutun çıktısı geçerli bir menü tanımı vermeli
|
||||
* OPEN_MENU | komut
|
||||
*
|
||||
*
|
||||
* 3. Dizinden
|
||||
* // Bir veya daha fazla dizin içinde yer alan çalıştırılabilir
|
||||
* // dosyaları alfabetik olarak sıralayarak menü oluşturur
|
||||
* OPEN_MENU /bir/dizin [/bir/başka/dizin ...]
|
||||
*
|
||||
* 4. Dizinden komutla
|
||||
* // Dizin seçeneği gibi, ancak dizindeki dosyaları "komut"
|
||||
* // Dizin seçeneği gibi, ancak dizindeki dosyaları "komut"
|
||||
* // ile çalıştırır
|
||||
*
|
||||
* OPEN_MENU /bir/dizin [/bir/başka/dizin ...] WITH komut -seçenekler
|
||||
@@ -59,7 +59,7 @@
|
||||
*
|
||||
* ** EXEC komut satırı seçenekleri:
|
||||
* %s - mevcut seçimi koyar.
|
||||
* %a(mesaj) - bir mesaj başlığı ile bir kutucuk açarak yazılan bilgileri
|
||||
* %a(mesaj) - bir mesaj başlığı ile bir kutucuk açarak yazılan bilgileri
|
||||
* komuta parametre olarak gönderir
|
||||
* %w - seçili pencerenin XID'sini verir.
|
||||
*
|
||||
@@ -96,7 +96,7 @@
|
||||
"Süreç Dökümü" EXEC xterm -e top
|
||||
"Kılavuz Tarayıcısı" EXEC xman
|
||||
"Bilgi" END
|
||||
"XTerm" EXEC xterm -sb
|
||||
"XTerm" EXEC xterm -sb
|
||||
"Rxvt" EXEC rxvt -bg black -fg white -fn fixed
|
||||
"Çalışma Alanları" WORKSPACE_MENU
|
||||
"Uygulamalar" MENU
|
||||
@@ -109,7 +109,7 @@
|
||||
"X File Manager" EXEC xfm
|
||||
"OffiX Files" EXEC files
|
||||
"LyX" EXEC lyx
|
||||
"Netscape" EXEC netscape
|
||||
"Netscape" EXEC netscape
|
||||
"Ghostview" EXEC ghostview %a(PS dosyasını girin)
|
||||
"Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(PDF dosyasını girin)
|
||||
"TkDesk" EXEC tkdesk
|
||||
@@ -117,7 +117,7 @@
|
||||
"Düzenleyiciler" MENU
|
||||
"XFte" EXEC xfte
|
||||
"XEmacs" SHEXEC xemacs || emacs
|
||||
"XJed" EXEC xjed
|
||||
"XJed" EXEC xjed
|
||||
"NEdit" EXEC nedit
|
||||
"Xedit" EXEC xedit
|
||||
"VI" EXEC xterm -e vi
|
||||
|
||||
@@ -7,20 +7,20 @@
|
||||
*
|
||||
* <Title> is any string to be used as title. Must be enclosed with " if it
|
||||
* has spaces
|
||||
*
|
||||
*
|
||||
* SHORTCUT specifies a shortcut for that item. <Shortcut> has the
|
||||
* same syntax of the shortcuts key options in the
|
||||
* same syntax of the shortcuts key options in the
|
||||
* $HOME/GNUstep/Defaults/WindowMaker file, such as RootMenuKey or MiniaturizeKey.
|
||||
*
|
||||
* You can't specify a shortcut for a MENU or OPEN_MENU entry.
|
||||
*
|
||||
* <Command> one of the valid commands:
|
||||
*
|
||||
* <Command> one of the valid commands:
|
||||
* MENU - starts (sub)menu definition
|
||||
* END - end (sub)menu definition
|
||||
* OPEN_MENU - opens a menu from a file, pipe or directory(ies) contents
|
||||
* and eventually precede each with a command.
|
||||
* WORKSPACE_MENU - adds a submenu for workspace operations. Only one
|
||||
* workspace_menu is allowed.
|
||||
* workspace_menu is allowed.
|
||||
* EXEC <program> - executes an external program
|
||||
* SHEXEC <command> - executes a shell command (like gimp > /dev/null)
|
||||
* EXIT - exits the window manager
|
||||
@@ -79,7 +79,7 @@
|
||||
* optional prompt and do substitution with what you typed
|
||||
* %w - substitute with XID for the current focused window
|
||||
* %W - substitute with the number of the current workspace
|
||||
*
|
||||
*
|
||||
* You can override special characters (as % and ") with the \ character:
|
||||
* ex: xterm -T "\"Hello World\""
|
||||
*
|
||||
@@ -114,7 +114,7 @@
|
||||
"手册浏览器" EXEC xman
|
||||
"信息" END
|
||||
"运行..." EXEC %a(运行,要执行的命令:)
|
||||
"XTerm" EXEC xterm -sb
|
||||
"XTerm" EXEC xterm -sb
|
||||
"Rxvt" EXEC rxvt -bg black -fg white -fn fixed
|
||||
"工作空间" WORKSPACE_MENU
|
||||
"应用程序" OPEN_MENU
|
||||
|
||||
@@ -7,20 +7,20 @@
|
||||
*
|
||||
* <Title> is any string to be used as title. Must be enclosed with " if it
|
||||
* has spaces
|
||||
*
|
||||
*
|
||||
* SHORTCUT specifies a shortcut for that item. <Shortcut> has the
|
||||
* same syntax of the shortcuts key options in the
|
||||
* same syntax of the shortcuts key options in the
|
||||
* ~/GNUstep/Defaults/WindowMaker file, such as RootMenuKey or MiniaturizeKey.
|
||||
*
|
||||
* You can't specify a shortcut for a MENU or OPEN_MENU entry.
|
||||
*
|
||||
* <Command> one of the valid commands:
|
||||
*
|
||||
* <Command> one of the valid commands:
|
||||
* MENU - starts (sub)menu definition
|
||||
* END - end (sub)menu definition
|
||||
* OPEN_MENU - opens a menu from a file, pipe or directory(ies) contents
|
||||
* and eventually precede each with a command.
|
||||
* WORKSPACE_MENU - adds a submenu for workspace operations. Only one
|
||||
* workspace_menu is allowed.
|
||||
* workspace_menu is allowed.
|
||||
* EXEC <program> - executes an external program
|
||||
* EXIT - exits the window manager
|
||||
* RESTART [<window manager>] - restarts WindowMaker or start another
|
||||
@@ -124,7 +124,7 @@
|
||||
"X 檔案管理員" EXEC xfm
|
||||
"OffiX Files" EXEC files
|
||||
"LyX" EXEC lyx
|
||||
"Netscape" EXEC netscape
|
||||
"Netscape" EXEC netscape
|
||||
"Ghostview" EXEC ghostview %a(GhostView,輸入要檢視的檔案)
|
||||
"Acrobat" EXEC /usr/local/Acrobat3/bin/acroread %a(輸入要檢視的 PDF)
|
||||
"TkDesk" EXEC tkdesk
|
||||
@@ -132,7 +132,7 @@
|
||||
"編輯器" MENU
|
||||
"XFte" EXEC xfte
|
||||
"XEmacs" SHEXEC xemacs || emacs
|
||||
"XJed" EXEC xjed
|
||||
"XJed" EXEC xjed
|
||||
"NEdit" EXEC nedit
|
||||
"Xedit" EXEC xedit
|
||||
"VI" EXEC xterm -e vi
|
||||
|
||||
@@ -91,10 +91,10 @@
|
||||
("Weinfarben schattiert", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#600040\", \"#180010\")'")
|
||||
),
|
||||
("Bilder", OPEN_MENU, "-noext /usr/local/share/WindowMaker/Backgrounds $(HOME)/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t")
|
||||
),
|
||||
),
|
||||
("Thema speichern", SHEXEC, "getstyle -t $(HOME)/GNUstep/Library/WindowMaker/Themes/\"%a(Themenname)\""),
|
||||
("Iconsatz speichern", SHEXEC, "geticonset $(HOME)/GNUstep/Library/WindowMaker/IconSets/\"%a(Iconsatz-Name)\"")
|
||||
),
|
||||
),
|
||||
("Beenden",
|
||||
("Neustart", RESTART),
|
||||
("BlackBox starten", RESTART, blackbox),
|
||||
|
||||
@@ -91,11 +91,11 @@
|
||||
("Sombras vino", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#600040\", \"#180010\")'")
|
||||
),
|
||||
("Imagenes", OPEN_MENU, "-noext /usr/local/share/WindowMaker/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t")
|
||||
),
|
||||
),
|
||||
("Guardar tema", SHEXEC, "getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/\"%a(Theme name)\""),
|
||||
("Guardar iconos", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/\"%a(IconSet name)\""),
|
||||
("Preferencias", EXEC, "#wprefs#")
|
||||
),
|
||||
),
|
||||
("Salir",
|
||||
("Reiniciar", RESTART),
|
||||
("Empezar BlackBox", RESTART, blackbox),
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
("Images", OPEN_MENU, "-noext /opt/share/WindowMaker/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t")
|
||||
),
|
||||
("Sauver le thème", SHEXEC, "getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes /\"%a(Nom du thème,Entrez un nom de fichier:)\""),
|
||||
("Sauver le jeu d'icônes", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets /\"%a(Nom du jeu d'icônes,Entrez un nom de fichier:)\"")
|
||||
("Sauver le jeu d'icônes", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets /\"%a(Nom du jeu d'icônes,Entrez un nom de fichier:)\"")
|
||||
),
|
||||
("Quitter",
|
||||
("Redémarrer", RESTART),
|
||||
|
||||
@@ -91,10 +91,10 @@
|
||||
("Sfumature Vinaccia", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#600040\", \"#180010\")'")
|
||||
),
|
||||
("Immagini", OPEN_MENU, "-noext /usr/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),
|
||||
|
||||
@@ -91,11 +91,11 @@
|
||||
("Wine Shades", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#600040\", \"#180010\")'")
|
||||
),
|
||||
("イメージ", OPEN_MENU, "-noext #wmdatadir#/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t")
|
||||
),
|
||||
),
|
||||
("設定をテーマとしてセーブ", SHEXEC, "getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/\"%a(Theme name)\""),
|
||||
("現在のアイコンセットをセーブ", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/\"%a(IconSet name)\""),
|
||||
("設定ユーティリティ", EXEC, "#wprefs#")
|
||||
),
|
||||
),
|
||||
("終了",
|
||||
("再起動", RESTART),
|
||||
("BlackBox をスタート", RESTART, blackbox),
|
||||
|
||||
@@ -7,18 +7,18 @@
|
||||
("Lista Procesów", EXEC, "xterm -T 'Lista Procesów' -e top"),
|
||||
("Przeglądarka Manuali", EXEC, "xman")
|
||||
),
|
||||
|
||||
("Konfiguracja",
|
||||
|
||||
("Konfiguracja",
|
||||
("Edycja menu", EXEC, "xterm -T 'Edycja menu' -e vi $HOME/GNUstep/Library/WindowMaker/menu"),
|
||||
("Ustawienie fontów", EXEC, "xterm -T 'Ustawienie fontów' -e vi $HOME/GNUstep/Defaults/WMGLOBAL"),
|
||||
("Konfiguracja", EXEC, "xterm -T 'Konfiguracja' -e vi $HOME/GNUstep/Defaults/WindowMaker")
|
||||
),
|
||||
|
||||
|
||||
("Uruchom...", EXEC, "%a(Uruchom,Wpisz komende do uruchomienia:)"),
|
||||
("Terminal", EXEC, "xterm -T 'Mój ulubiony terminal' -sb"),
|
||||
("Edytor", EXEC, "xterm -T 'Moj ulubiony edytor' -e vi %a(Edytor,Podaj plik do edycji:)"),
|
||||
("Pulpity", WORKSPACE_MENU),
|
||||
|
||||
|
||||
("Aplikacje",
|
||||
("Grafika",
|
||||
("Gimp", EXEC, "gimp > /dev/null"),
|
||||
@@ -43,10 +43,10 @@
|
||||
("X Gnu debbuger", EXEC, "xxgdb"),
|
||||
("Xwpe", EXEC, "xwpe")
|
||||
),
|
||||
|
||||
|
||||
("Internet",
|
||||
("Przeglądarki",
|
||||
("Netscape", EXEC, "netscape"),
|
||||
("Netscape", EXEC, "netscape"),
|
||||
("Arena", EXEC, "arena"),
|
||||
("Lynx", EXEC, "xterm -e lynx %a(Lynx,Podaj URL:)")
|
||||
),
|
||||
@@ -76,13 +76,13 @@
|
||||
("Editres", EXEC, "editres"),
|
||||
("VI", EXEC, "xterm -e vi")
|
||||
),
|
||||
|
||||
|
||||
("Dźwięk",
|
||||
("Xmcd", EXEC, "xmcd 2> /dev/null"),
|
||||
("Xplaycd", EXEC, "xplaycd"),
|
||||
("Xmixer", EXEC, "xmixer")
|
||||
),
|
||||
|
||||
|
||||
("Gry",
|
||||
("Maze", EXEC, "maze"),
|
||||
("Karty", EXEC, "spider"),
|
||||
@@ -99,7 +99,7 @@
|
||||
("xboing", EXEC, "xboing -sound"),
|
||||
("XBill", EXEC, "xbill")
|
||||
),
|
||||
|
||||
|
||||
("Użytki",
|
||||
("Kalkulator", EXEC, "xcalc"),
|
||||
("Zegarek", EXEC, "xclock"),
|
||||
|
||||
@@ -91,11 +91,11 @@
|
||||
("Gradient Vişiniu", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#600040\", \"#180010\")'")
|
||||
),
|
||||
("Imagini", OPEN_MENU, "-noext #wmdatadir#/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t")
|
||||
),
|
||||
),
|
||||
("Salvează Tema", SHEXEC, "getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/\"%a(Theme name)\""),
|
||||
("Salvează Setul de Iconiţe", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/\"%a(IconSet name)\""),
|
||||
("Utilitar de Configurare", EXEC, "#wprefs#")
|
||||
),
|
||||
),
|
||||
("Ieşire",
|
||||
("Repornire", RESTART),
|
||||
("Porneşte BlackBox", RESTART, blackbox),
|
||||
|
||||
@@ -91,11 +91,11 @@
|
||||
("Odtiene vínovej", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#600040\", \"#180010\")'")
|
||||
),
|
||||
("Obrázky", OPEN_MENU, "-noext #wmdatadir#/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t")
|
||||
),
|
||||
),
|
||||
("Uložiť tému", SHEXEC, "getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/\"%a(Theme name)\""),
|
||||
("Uložiť sadu ikon", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/\"%a(IconSet name)\""),
|
||||
("Konfiguračný nástroj", EXEC, "#wprefs#")
|
||||
),
|
||||
),
|
||||
("Koniec",
|
||||
("Reštartovať", RESTART),
|
||||
("Spustiť BlackBox", RESTART, blackbox),
|
||||
|
||||
@@ -93,10 +93,10 @@
|
||||
("酒红阴影", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#600040\", \"#180010\")'")
|
||||
),
|
||||
("图像", OPEN_MENU, "-noext #wmdatadir#/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t")
|
||||
),
|
||||
),
|
||||
("保存主题", SHEXEC, "getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/\"%a(主题名)\""),
|
||||
("保存图标集", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/\"%a(图标集名)\"")
|
||||
),
|
||||
),
|
||||
("退出",
|
||||
("重新启动", RESTART),
|
||||
("启动 BlackBox", RESTART, blackbox),
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Some generic macros for WindowMaker configuration files
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef WMMACROS_
|
||||
@@ -11,7 +11,7 @@
|
||||
/*
|
||||
* WS_BACK - sets the root background texture to VAL
|
||||
*/
|
||||
#define WS_BACK EXEC wdwrite WindowMaker WorkspaceBack
|
||||
#define WS_BACK EXEC wdwrite WindowMaker WorkspaceBack
|
||||
|
||||
/*
|
||||
* CLEARROOT - set the root background to nothing
|
||||
@@ -20,10 +20,10 @@
|
||||
|
||||
|
||||
/*
|
||||
*
|
||||
*
|
||||
* MANUAL_SEARCH(ITEM) - search manual page for ITEM
|
||||
*
|
||||
* You might need to change this according to what's the exit status of your
|
||||
*
|
||||
* You might need to change this according to what's the exit status of your
|
||||
* man(1). This is for the one that comes with Linux (RedHat)
|
||||
*/
|
||||
#ifdef HAVE_XLESS
|
||||
|
||||
@@ -417,7 +417,7 @@ AC_CHECK_HEADERS([sys/inotify.h],
|
||||
[AC_DEFINE([HAVE_INOTIFY], [1], [Check for inotify])])
|
||||
|
||||
|
||||
dnl Check for syslog
|
||||
dnl Check for syslog
|
||||
dnl ================
|
||||
dnl It is used by WUtil to log the wwarning, werror and wfatal
|
||||
AC_CHECK_HEADERS([syslog.h], [AC_DEFINE([HAVE_SYSLOG], [1], [Check for syslog])])
|
||||
@@ -479,7 +479,7 @@ AC_SUBST(X_LIBRARY_PATH)
|
||||
|
||||
|
||||
dnl Decide which locale function to use, setlocale() or _Xsetlocale()
|
||||
dnl by MANOME Tomonori
|
||||
dnl by MANOME Tomonori
|
||||
dnl ===========================================
|
||||
WM_I18N_XLOCALE
|
||||
|
||||
|
||||
2
debian/README.Debian
vendored
2
debian/README.Debian
vendored
@@ -8,7 +8,7 @@ as possible under X11. It is the natural step after AfterStep.
|
||||
|
||||
There are some changes in the paths, added support for Debian menu
|
||||
system, improved user configuration (from the sysadmin point of view).
|
||||
|
||||
|
||||
To run Window Maker put this at the end of ~/.xsession:
|
||||
|
||||
exec /usr/bin/wmaker
|
||||
|
||||
44
debian/changelog
vendored
44
debian/changelog
vendored
@@ -440,7 +440,7 @@ wmaker (0.95.1+20120131-1) unstable; urgency=low
|
||||
wmaker (0.95.0+20111028-4) unstable; urgency=low
|
||||
|
||||
* libpng12-dev dependencies changed to libpng-dev. [Closes: #648123]
|
||||
* wterm package suggestion removed.
|
||||
* wterm package suggestion removed.
|
||||
* Menu shows "Run..." option. [Closes: #165075]
|
||||
Thanks to Andreas Tscharner for their patch.
|
||||
* Menu shows the background files [Closes: #655122]
|
||||
@@ -648,7 +648,7 @@ wmaker (0.92.0-6) unstable; urgency=medium
|
||||
wmaker (0.92.0-5.3) unstable; urgency=low
|
||||
|
||||
* Non-maintainer upload.
|
||||
Fix library search path: Add XLFLAGS to src/Makefile.am and
|
||||
Fix library search path: Add XLFLAGS to src/Makefile.am and
|
||||
util/Makefile.am. Thanks to Goswin von Brederlow for the patch.
|
||||
(Closes: #358540)
|
||||
|
||||
@@ -657,7 +657,7 @@ wmaker (0.92.0-5.3) unstable; urgency=low
|
||||
wmaker (0.92.0-5.2) unstable; urgency=low
|
||||
|
||||
* Non-maintainer upload.
|
||||
* Add libxinerama-dev to the list of build dependencies.
|
||||
* Add libxinerama-dev to the list of build dependencies.
|
||||
(Closes: #349524, #349466)
|
||||
|
||||
-- Frederik Schüler <fs@debian.org> Tue, 24 Jan 2006 16:43:03 +0000
|
||||
@@ -910,7 +910,7 @@ wmaker (0.80.2-0.4) unstable; urgency=medium
|
||||
* Add patch 12_wm_focus.diff (closes: #203817). Thanks to Alexis S. L.
|
||||
Carvalho, Alexey Spiridonov and Julien Wajsberg.
|
||||
* debian/wmaker.menu-method, debian/appearance.menu-method,
|
||||
debian/wmakerpl.menu-method:
|
||||
debian/wmakerpl.menu-method:
|
||||
+ Change menu-methods to mark GNUSTEP_USER_ROOT as an absolute path.
|
||||
Together with menu 2.1.16, this will fix bugs #252637 and #252891.
|
||||
|
||||
@@ -928,21 +928,21 @@ wmaker (0.80.2-0.2) unstable; urgency=low
|
||||
|
||||
* NMU with maintainer approval (Thanks Marcelo!)
|
||||
* configure.ac: AM_INIT_AUTOMAKE: bump version to 0.80.2 since upstream
|
||||
forgot to do it (closes: #250018, #250326).
|
||||
forgot to do it (closes: #250018, #250326).
|
||||
* debian/appearance.menu-method: (closes: #250315)
|
||||
+ Add support for GNUSTEP_USER_ROOT, thanks Patrice Neff.
|
||||
* util/wmchlocale.in: (closes: #232258)
|
||||
+ fix typo preventing script to start, thanks Dirk Schulz.
|
||||
* debian/wmaker.menu:
|
||||
+ Move Exit and Exit Session at top-level (closes: #43887).
|
||||
+ Move other needs=wmaker entries to WindowManagers/Modules
|
||||
+ Move other needs=wmaker entries to WindowManagers/Modules
|
||||
(closes: #92265).
|
||||
* debian/wmaker.menu-method:
|
||||
* debian/wmaker.menu-method:
|
||||
+ Use SHEXEC instead of EXEC (closes: #154671).
|
||||
* doc/wmaker.1x: (closes: #115682)
|
||||
+ Remove duplicate pixmap path. Thanks Daniel Bonniot.
|
||||
* debian/rules: get rid of /usr/X11R6/bin/wmaker symlink.
|
||||
|
||||
|
||||
-- Bill Allombert <ballombe@debian.org> Mon, 31 May 2004 08:58:54 +0200
|
||||
|
||||
wmaker (0.80.2-0.1) unstable; urgency=low
|
||||
@@ -952,13 +952,13 @@ wmaker (0.80.2-0.1) unstable; urgency=low
|
||||
* This version include the fix to wrlib/raster.c.
|
||||
* Build with current libtool (1.5.6-1).
|
||||
* src/Makefile.am: Fix FTBFS with new libtool.
|
||||
+ Add @LIBRARY_SEARCH_PATH@.
|
||||
* debian/wmaker.menu-methods:
|
||||
+ Add @LIBRARY_SEARCH_PATH@.
|
||||
* debian/wmaker.menu-methods:
|
||||
+ Add outputencoding="ISO-8859-1" (closes: #234587).
|
||||
+ Add support for GNUSTEP_USER_ROOT (closes: #192741, #243612).
|
||||
+ Use title() not $title and convert " to '.
|
||||
* debian/wmaker.menu: quote 'needs' fields. (27 lintian warnings)
|
||||
* debian/control:
|
||||
* debian/control:
|
||||
+ Add Conflicts with menu (<<2.1.10) (needed for shell()).
|
||||
+ Remove broken link in wmaker description (closes: #196936), thanks Jay
|
||||
Bonci.
|
||||
@@ -966,7 +966,7 @@ wmaker (0.80.2-0.1) unstable; urgency=low
|
||||
+ Remove extraneous comma in Uploaders: field.
|
||||
+ Set libpng build-dependency to libpng12-dev (>= 1.2.5.0-4)
|
||||
(closes: #165139).
|
||||
+ Apply patch from Kevin B. McCarty for more fine grained X11 deps.
|
||||
+ Apply patch from Kevin B. McCarty for more fine grained X11 deps.
|
||||
(closes: #241520).
|
||||
+ Change section of -dev packages to libdevel to match overrides file.
|
||||
+ Bump Standard-Version to 3.6.1.
|
||||
@@ -975,10 +975,10 @@ wmaker (0.80.2-0.1) unstable; urgency=low
|
||||
+ Apply patch by Kevin B. McCarty to handle spaces in GNUSTEP_USER_ROOT.
|
||||
(closes: #220497).
|
||||
* debian/wmaker.desktop: Added (closes: #241554), thanks Sylvain Le Gall.
|
||||
+ DISCLAIMER: This should not be construed as an endorsement of
|
||||
+ DISCLAIMER: This should not be construed as an endorsement of
|
||||
/usr/share/xsessions, however. see the comments in #241554.
|
||||
* debian/rules:
|
||||
+ Install wmaker.desktop in /usr/share/xsessions.
|
||||
* debian/rules:
|
||||
+ Install wmaker.desktop in /usr/share/xsessions.
|
||||
+ Add --noscripts to dh_installmenu since we handle them manually.
|
||||
* debian/changelog: convert to UTF-8.
|
||||
+ Remove obsolete user emacs settings (5 lintian warnings).
|
||||
@@ -993,7 +993,7 @@ wmaker (0.80.2-0.1) unstable; urgency=low
|
||||
* debian/libwraster2.postinst (2 lintian warnings)
|
||||
+ Replace debhelper generated part by DEBHELPER token.
|
||||
+ Fix "unkow" typo.
|
||||
* debian/wmaker.postinst.tmpl, debian/wmaker.prerm:
|
||||
* debian/wmaker.postinst.tmpl, debian/wmaker.prerm:
|
||||
+ Remove /usr/share/doc transition code. (1 lintian warning)
|
||||
* debian/wmaker.postinst.tmpl, debian/wmaker.prerm, debian/wmaker.preinst:
|
||||
+ Add DEBHELPER token. (3 lintian warnings)
|
||||
@@ -1244,7 +1244,7 @@ wmaker (0.65.0-2) unstable; urgency=low
|
||||
-- Marcelo E. Magallon <mmagallo@debian.org> Sat, 2 Jun 2001 22:26:18 +0200
|
||||
|
||||
wmaker (0.65.0-1) unstable; urgency=low
|
||||
|
||||
|
||||
* New upstream version (AYBABTU)
|
||||
* This version fixes the speckles on PowerPC (closes bug#79272)
|
||||
* debian/rules: added versioned dependency for libwraster2.
|
||||
@@ -1375,7 +1375,7 @@ wmaker (0.62.1-2) unstable; urgency=low
|
||||
|
||||
* debian/Debian.jpg.uu cropped to have a 4/3 aspect ratio
|
||||
* src/misc.c: removed code that inserts -I<path to current file> in the
|
||||
preprocessor arguments, it's not required as that is what
|
||||
preprocessor arguments, it's not required as that is what
|
||||
'#include "foo"' does (closes: bug#76317)
|
||||
* debian/manpages/wmaker.1x: removed Debian options, there aren't any
|
||||
of them now. (closes: bug#76260)
|
||||
@@ -1421,7 +1421,7 @@ wmaker (0.61.1-3) frozen; urgency=low
|
||||
* Added calls to x-terminal-emulator instead of xterm in
|
||||
default settings.
|
||||
* Cleaned up the control file.
|
||||
*
|
||||
*
|
||||
|
||||
-- Chris McKillop <cdm@debian.org> Tue, 1 Feb 2000 00:42:12 -0500
|
||||
|
||||
@@ -1731,7 +1731,7 @@ wmaker (0.51.0-1) unstable; urgency=low
|
||||
|
||||
wmaker (0.50.2-0.0.4) unstable; urgency=low
|
||||
|
||||
* Really fixed the '%a(blah)' bug
|
||||
* Really fixed the '%a(blah)' bug
|
||||
|
||||
-- Marcelo E. Magallon <mmagallo@debian.org> Mon, 11 Jan 1999 18:11:52 -0600
|
||||
|
||||
@@ -2250,7 +2250,7 @@ wmaker (0.15.0-0) unstable; urgency=low
|
||||
* New upstream version available. New features: The Fiend is gone. The
|
||||
Clip is here. Theme support improved. Better dithering, performs
|
||||
better on low end systems. Workspaces are more independent of each
|
||||
other.
|
||||
other.
|
||||
* Rearranged directory layout. Should support themes better. Is not
|
||||
really FSSTND complaint, because the FSSTND doesn't really say
|
||||
anything about /usr/share, but it goes better with the FHS.
|
||||
@@ -2595,7 +2595,7 @@ wmaker (0.4.3-1) unstable; urgency=low
|
||||
|
||||
wmaker (0.4.2-1) unstable; urgency=low
|
||||
|
||||
* Added dockapp script missing in upstream tarball.
|
||||
* Added dockapp script missing in upstream tarball.
|
||||
* New upstream release.
|
||||
|
||||
-- Neil A. Rubin <nar5@po.cwru.edu> Tue, 27 May 1997 11:13:00 -0400
|
||||
|
||||
2
debian/wmaker-common.postinst
vendored
2
debian/wmaker-common.postinst
vendored
@@ -4,7 +4,7 @@ set -e
|
||||
|
||||
# run after debhelper code, which removes menu-methods.
|
||||
if [ "$1" = "configure" ] &&
|
||||
[ x"$2" != "x" ] &&
|
||||
[ x"$2" != "x" ] &&
|
||||
test -e /etc/GNUstep/Defaults/appearance.menu &&
|
||||
dpkg --compare-versions "$2" '<<' '0.95.8-2~' ; then
|
||||
if head -n1 /etc/GNUstep/Defaults/appearance.menu |
|
||||
|
||||
2
debian/wmaker.postinst
vendored
2
debian/wmaker.postinst
vendored
@@ -4,7 +4,7 @@ set -e
|
||||
|
||||
# run after debhelper code, which removes menu-methods.
|
||||
if [ "$1" = "configure" ] &&
|
||||
[ x"$2" != "x" ] &&
|
||||
[ x"$2" != "x" ] &&
|
||||
test -e /etc/GNUstep/Defaults/menu.hook &&
|
||||
dpkg --compare-versions "$2" '<<' '0.95.8-2~' ; then
|
||||
if head -n1 /etc/GNUstep/Defaults/menu.hook |
|
||||
|
||||
@@ -503,7 +503,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
* Tue Aug 09 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
0.92.0-1
|
||||
- upgrade to new version
|
||||
- upgrade to new version
|
||||
- use dist tag
|
||||
- use smp_mflags
|
||||
- fix #163459
|
||||
|
||||
@@ -109,7 +109,7 @@ Styly spolo
|
||||
.TP
|
||||
.B /usr/share/WindowMaker/Themes/
|
||||
A te<74> to zkuste sami... ;-)
|
||||
.SH PROM<EFBFBD>NN<EFBFBD> PROS<EFBFBD>ED<EFBFBD>
|
||||
.SH PROM<EFBFBD>NN<EFBFBD> PROS<EFBFBD>ED<EFBFBD>
|
||||
.IP WMAKER_USER_ROOT
|
||||
specifikuje cestu k adres<65><73>i Defaults. "Defaults/" je p<>id<69>n k t<>to
|
||||
prom<EFBFBD>nn<EFBFBD>, <20><>m<EFBFBD> se ur<75><72> um<75>st<73>n<EFBFBD> datab<61>z<EFBFBD>. Pokud prom<6F>nn<6E> nen<65> nastaven<65>,
|
||||
|
||||
@@ -28,7 +28,7 @@ pam
|
||||
.TP
|
||||
.B \-clearselection
|
||||
Vypr<EFBFBD>zdn<EFBFBD> vlastn<74>ka PRIMARY selekce. V praxi to znamen<65>, <20>e kdy<64> se pokus<75>te
|
||||
vlo<EFBFBD>it data prost<73>edn<64>m tla<6C><61>tkem (nap<61><70>klad), tak vlo<6C><6F> se data z vyrovn<76>vac<61>
|
||||
vlo<EFBFBD>it data prost<73>edn<64>m tla<6C><61>tkem (nap<61><70>klad), tak vlo<6C><6F> se data z vyrovn<76>vac<61>
|
||||
pam<EFBFBD>ti 0, nam<61>sto p<><70>padn<64>ho spu<70>t<EFBFBD>n<EFBFBD> selelekce my<6D>i.
|
||||
.PP
|
||||
.SH POD<EFBFBD>VEJTE SE TAK<EFBFBD>
|
||||
|
||||
@@ -109,7 +109,7 @@ a tu.
|
||||
.TP
|
||||
.B /usr/share/WindowMaker/Themes/
|
||||
Teraz to sk<73>s s<>m... ;-)
|
||||
.SH PREMENN<EFBFBD> PROSTREDIA
|
||||
.SH PREMENN<EFBFBD> PROSTREDIA
|
||||
.IP WMAKER_USER_ROOT
|
||||
<EFBFBD>pecifikuje cestu k adres<65>ru Defaults. "Defaults/" je pridan<61> k tejto
|
||||
premennej, <20><>m sa ur<75><72> umiestnenie datab<61>z. Ak premenn<6E> nie je nastaven<65>,
|
||||
|
||||
@@ -66,7 +66,7 @@ POTFILES = \
|
||||
|
||||
SUFFIXES = .po .mo
|
||||
|
||||
.po.mo:
|
||||
.po.mo:
|
||||
$(AM_V_GEN)$(MSGFMT) -c -o $@ $<
|
||||
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@ your own good.
|
||||
|
||||
Notes
|
||||
-----
|
||||
1. Multibyte character support must be enabled in WindowMaker.
|
||||
1. Multibyte character support must be enabled in WindowMaker.
|
||||
|
||||
2. WindowMaker must also be started from a terminal program that can
|
||||
display the messages in that language, like xterm that supports Korean
|
||||
@@ -66,7 +66,7 @@ characters.
|
||||
3. Uses iso8859-2 character set.
|
||||
|
||||
|
||||
Notes:
|
||||
Notes:
|
||||
- if you update a translation of someone else, please contact the current
|
||||
maintainer, so that we don't have duplicate work. Also put a "history" log in
|
||||
the top of the file, like:
|
||||
|
||||
2
po/be.po
2
po/be.po
@@ -190,7 +190,7 @@ msgstr "неадпаведны лік аргументаў у спецыфіка
|
||||
#: ../src/defaults.c:2060
|
||||
#, c-format
|
||||
msgid "bad opacity value for tgradient texture \"%s\". Should be [0..255]"
|
||||
msgstr
|
||||
msgstr
|
||||
"дрэннае значэнне непразрыстасці для градыетнай тэкстуры \"%s\"."
|
||||
"Павінна быць [0..255]"
|
||||
|
||||
|
||||
50
po/bg.po
50
po/bg.po
@@ -45,7 +45,7 @@ msgstr "Приемам"
|
||||
|
||||
# За да бъде без род замених "ще бъде затворена" на "ще се затвори".
|
||||
# "Запазена" е по-точен превод на "save" - не всичко запазено е записано
|
||||
# във файл. (А.З.)
|
||||
# във файл. (А.З.)
|
||||
# ../src/appicon.c:579 ../src/dock.c:277
|
||||
#: ../src/appicon.c:456 ../src/dock.c:264
|
||||
msgid ""
|
||||
@@ -57,7 +57,7 @@ msgstr ""
|
||||
"Всяка информация, която не е запазена ще бъде загубена.\n"
|
||||
"Наистина ли желаете това?"
|
||||
|
||||
#
|
||||
#
|
||||
# ../src/appicon.c:585 ../src/dock.c:282 ../src/winmenu.c:125
|
||||
#: ../src/appicon.c:464 ../src/dock.c:283 ../src/winmenu.c:125
|
||||
msgid "Kill Application"
|
||||
@@ -144,7 +144,7 @@ msgstr "областта %s от глобалната база данни не
|
||||
# безсмислици ?!?! (Б.Й.)
|
||||
#
|
||||
# Поувлякох се. Това тук са конзолни съобщения и съображенията за
|
||||
# краткост не важат. (А.З.)
|
||||
# краткост не важат. (А.З.)
|
||||
# ../src/defaults.c:910 ../src/startup.c:820 ../src/startup.c:838
|
||||
# ../src/startup.c:844
|
||||
#: ../src/defaults.c:949 ../src/startup.c:884 ../src/startup.c:902
|
||||
@@ -335,14 +335,14 @@ msgstr "не може да се определи цвят за ключа \"%s\"
|
||||
msgid "%s:invalid key modifier \"%s\""
|
||||
msgstr "%s: неправилен клавишен модификатор \"%s\""
|
||||
|
||||
#
|
||||
#
|
||||
# ../src/defaults.c:2364
|
||||
#: ../src/defaults.c:2413
|
||||
#, c-format
|
||||
msgid "%s:invalid kbd shortcut specification \"%s\""
|
||||
msgstr "%s: определена е недопустима клавишна комбинация \"%s\""
|
||||
|
||||
#
|
||||
#
|
||||
# ../src/defaults.c:2371
|
||||
#: ../src/defaults.c:2420
|
||||
#, c-format
|
||||
@@ -420,7 +420,7 @@ msgstr "Да се запази състоянието"
|
||||
msgid "Cancel"
|
||||
msgstr "Отменям"
|
||||
|
||||
#
|
||||
#
|
||||
# ../src/dialog.c:225
|
||||
#: ../src/dialog.c:299
|
||||
msgid "Could not open directory \"%s\":\n%s"
|
||||
@@ -446,7 +446,7 @@ msgstr "Иконки"
|
||||
msgid "Preview"
|
||||
msgstr "Преглед"
|
||||
|
||||
#
|
||||
#
|
||||
# ../src/dialog.c:564
|
||||
#: ../src/dialog.c:740
|
||||
msgid "File Name:"
|
||||
@@ -709,13 +709,13 @@ msgstr "Всички маркирани иконки ще бъдат отстр
|
||||
msgid "Keep Icon"
|
||||
msgstr "Запази иконката"
|
||||
|
||||
#
|
||||
#
|
||||
# ../src/dock.c:598 ../src/dock.c:2120 ../src/dock.c:2254
|
||||
#: ../src/dock.c:609 ../src/dock.c:2138 ../src/dock.c:2279
|
||||
msgid "Type the command used to launch the application"
|
||||
msgstr "Въведете командата за стартиране на приложението"
|
||||
|
||||
#
|
||||
#
|
||||
# ../src/dock.c:949
|
||||
#: ../src/dock.c:965
|
||||
#, c-format
|
||||
@@ -877,7 +877,7 @@ msgstr "Донеси тук"
|
||||
msgid "could not find icon %s, used in a docked application"
|
||||
msgstr "иконката %s, използвана от приложението, не може да бъде открита"
|
||||
|
||||
#
|
||||
#
|
||||
# ../src/dockedapp.c:210
|
||||
#: ../src/dockedapp.c:229
|
||||
#, c-format
|
||||
@@ -899,7 +899,7 @@ msgstr "Да се стартира автоматично в началото"
|
||||
msgid "Lock (prevent accidental removal)"
|
||||
msgstr "Да се предпазва от неволно махане"
|
||||
|
||||
#
|
||||
#
|
||||
# ../src/dockedapp.c:318
|
||||
#: ../src/dockedapp.c:344
|
||||
msgid "Application path and arguments"
|
||||
@@ -941,7 +941,7 @@ msgstr "Иконка"
|
||||
msgid "Browse..."
|
||||
msgstr "Избери..."
|
||||
|
||||
#
|
||||
#
|
||||
# ../src/dockedapp.c:408
|
||||
#: ../src/dockedapp.c:466
|
||||
msgid "Docked Application Settings"
|
||||
@@ -982,7 +982,7 @@ msgstr "изчерпана памет при актуализиране на GNO
|
||||
msgid "error loading image file \"%s\": %s"
|
||||
msgstr "грешка при зареждане на файла с картинка \"%s\": %s"
|
||||
|
||||
#
|
||||
#
|
||||
# ../src/icon.c:488 ../src/icon.c:497
|
||||
#: ../src/icon.c:493 ../src/icon.c:502
|
||||
#, c-format
|
||||
@@ -1116,7 +1116,7 @@ msgstr " --no-dock\t\tбез Дока за приложения"
|
||||
msgid " --no-clip\t\tdo not open the workspace Clip"
|
||||
msgstr " --no-clip\t\tбез Кламера за работните места"
|
||||
|
||||
#
|
||||
#
|
||||
# ../src/main.c:429
|
||||
#: ../src/main.c:448
|
||||
msgid " --no-autolaunch\tdo not autolaunch applications"
|
||||
@@ -1177,7 +1177,7 @@ msgstr ""
|
||||
"не може да се открие потребителската директория GNUstep (%s).\n"
|
||||
"Уверете се, че Уиндоу Мейкър е инсталиран правилно и стартирайте wmaker.inst"
|
||||
|
||||
#
|
||||
#
|
||||
# ../src/icon.c:488 ../src/icon.c:497
|
||||
#: ../src/main.c:479
|
||||
#, c-format
|
||||
@@ -1226,7 +1226,7 @@ msgstr "твърде малко аргументи за %s"
|
||||
msgid "bad value for visualid: \"%s\""
|
||||
msgstr "неправилна стойност на visualid: \"%s\""
|
||||
|
||||
#
|
||||
#
|
||||
# ../src/main.c:658
|
||||
#: ../src/main.c:705
|
||||
#, c-format
|
||||
@@ -1247,7 +1247,7 @@ msgstr "Локалът не се поддържа от X сървъра"
|
||||
|
||||
# Пак не ми е ясно за какво точно става въпрос и за да не възникнат
|
||||
# недоразумения замених 'параметри на локализацията' с по-буквалното
|
||||
# 'модификатори на локала'. (А.З.)
|
||||
# 'модификатори на локала'. (А.З.)
|
||||
# ../src/main.c:694
|
||||
#: ../src/main.c:741
|
||||
msgid "cannot set locale modifiers"
|
||||
@@ -1259,7 +1259,7 @@ msgstr "не може да се зададат модификатори на л
|
||||
msgid "could not open display \"%s\""
|
||||
msgstr "не е достъпен дисплея \"%s\""
|
||||
|
||||
#
|
||||
#
|
||||
#: ../src/menu.c:1264
|
||||
msgid "could not grab keyboard"
|
||||
msgstr "не може да се монополизира клавиатурата"
|
||||
@@ -1278,7 +1278,7 @@ msgid "could not define value for %s for cpp"
|
||||
msgstr "не може да се дефинира стойност за %s за cpp"
|
||||
|
||||
# Има ли смисъл UID да се замени с "номер", в смисъл "... за потребителя
|
||||
# с номер(UID) "? (Б.Й.)
|
||||
# с номер(UID) "? (Б.Й.)
|
||||
# ../src/misc.c:101
|
||||
#: ../src/misc.c:101
|
||||
#, c-format
|
||||
@@ -1309,10 +1309,10 @@ msgstr "Въведете аргументи за програмата:"
|
||||
|
||||
# [ start translation
|
||||
# Translated by: Boris Jordanov
|
||||
#
|
||||
#
|
||||
# "пуснати" или "спуснати"? да преведем ли DND? Или да бъде
|
||||
# "... пуснати със(след, чрез) завлачване (изтегляне)" или нещо от сорта
|
||||
# (Б.Й.)
|
||||
# (Б.Й.)
|
||||
# ../src/misc.c:863
|
||||
#: ../src/misc.c:750
|
||||
msgid "unable to get dropped data from DND drop"
|
||||
@@ -1413,7 +1413,7 @@ msgstr "Край на работата"
|
||||
# Вместо "да се затвори ли" много по-добре би било "да се прекрати ли", но за
|
||||
# съжаление това води до колизия поради двойната употреба на "Close" от
|
||||
# следващата статия - "close the session" и "close a window". (А.З.)
|
||||
# А "Да се приключи ли сесията с графичната среда?"?
|
||||
# А "Да се приключи ли сесията с графичната среда?"?
|
||||
# Изобщо "приключи" вместо "убие" там, където е възможно? (Б.Й.)
|
||||
# Не върви "приключи прозореца". (А.З.)
|
||||
# ../src/rootmenu.c:224
|
||||
@@ -1655,7 +1655,7 @@ msgstr ""
|
||||
"Менюто на приложенията не може да бъде заредено. Подробна информация за "
|
||||
"грешките ще бъде изведена на конзолата"
|
||||
|
||||
# :::>>>>> - 'context'?
|
||||
# :::>>>>> - 'context'?
|
||||
# ^Това е от Любо
|
||||
# Щом не е ясно какво е "context", може и без него. (А.З.)
|
||||
# ../src/screen.c:745
|
||||
@@ -1914,7 +1914,7 @@ msgid "Keep at bottom"
|
||||
msgstr "Винаги най-отдолу"
|
||||
|
||||
# Hide означава всички прозорци да се скрият. Shade значи да се остави видима
|
||||
# само заглавната лента на прозореца. И понеже на другите места "hide" е
|
||||
# само заглавната лента на прозореца. И понеже на другите места "hide" е
|
||||
# превеждано като "скрий", то тук промених "Скрий" на "Засенчи". (А.З.)
|
||||
# ../src/winmenu.c:461 ../src/winmenu.c:596
|
||||
#: ../src/winmenu.c:457 ../src/winmenu.c:600
|
||||
@@ -2318,7 +2318,7 @@ msgstr ""
|
||||
# Преведено от Английски от (-:Stinger®:-)
|
||||
# corrected 31.03.2000 21:16 local time by Slaff
|
||||
# updated ..........
|
||||
#
|
||||
#
|
||||
# Съкратих "на приложение", защото няма място (А.З.)
|
||||
# ../src/winspector.c:1472
|
||||
#: ../src/winspector.c:1474
|
||||
|
||||
2
po/ca.po
2
po/ca.po
@@ -5,7 +5,7 @@
|
||||
# Version history:
|
||||
# WM-ver author email date
|
||||
# 0.80.2 Ernest Adrogué eadrogue@gmx.net 23 Feb 2003
|
||||
# CVS-20030914 Ernest Adrogué eadrogue@gmx.net 15 Set 2003
|
||||
# CVS-20030914 Ernest Adrogué eadrogue@gmx.net 15 Set 2003
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
2
po/el.po
2
po/el.po
@@ -2,7 +2,7 @@
|
||||
# Copyright (C) 1999 Free Software Foundation, Inc.
|
||||
# Nikolaos Papagrigoriou <papanikos@freemail.gr>, 1998.
|
||||
#
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: 0.3\n"
|
||||
|
||||
50
po/hr.po
50
po/hr.po
@@ -984,7 +984,7 @@ msgid ""
|
||||
"windows that have their WM_CLASS property set to the above selected\n"
|
||||
"name, when saved."
|
||||
msgstr ""
|
||||
"Kada bude snimljeno, konfiguracija će\n"
|
||||
"Kada bude snimljeno, konfiguracija će\n"
|
||||
"biti primjenjena na sve prozore koji\n"
|
||||
"imaju svoju WM_CLASS postavku\n"
|
||||
"postavljenu na gore navedeno ime."
|
||||
@@ -1118,77 +1118,77 @@ msgid "invalid data in selection"
|
||||
msgstr "krivi podaci u odabiru"
|
||||
# msgid "could not create workspace submenu for window menu"
|
||||
# msgstr "ne mogu kreirati radni prostor podizbornik za prozor izbornik"
|
||||
#
|
||||
#
|
||||
# msgid "Floating Dock"
|
||||
# msgstr "Plutajući dock"
|
||||
#
|
||||
#
|
||||
# msgid "Program \"%s\" not found or cannot be executed."
|
||||
# msgstr "Program \"%s\" ne može biti nađen ili izvršen."
|
||||
#
|
||||
#
|
||||
# msgid "Invalid justification type \"%s\". Should be Left, Center or Right"
|
||||
# msgstr "Pogrešan tip poravnanja \"%s\". Trebao bi biti Left, Center ili Right"
|
||||
#
|
||||
#
|
||||
# msgid "Invalid colormap focus mode \"%s\". Should be Manual or Auto."
|
||||
# msgstr "Pogrešni colormap fokus mod \"%s\". Trebao bi biti Manual ili Auto."
|
||||
#
|
||||
#
|
||||
# msgid "Invalid geometry display type \"%s\". Should be Center, Corner, Floating or Line."
|
||||
# msgstr "Pogrešni tip geometry prikaza \"%s\". Trebao bi biti Center, Corner, Floating ili Line."
|
||||
#
|
||||
#
|
||||
# msgid "Invalid window placement mode \"%s\". Should be Auto, Cascade, Random or Manual."
|
||||
# msgstr "Pogrešni window placement mod \"%s\". Trebao bi biti Auto, Cascade, Random ili Manual."
|
||||
#
|
||||
#
|
||||
# msgid "Invalid focus mode \"%s\". Should be Manual, Auto or Sloppy."
|
||||
# msgstr "Pogrešni fokus mod \"%s\". Trebao bi biti Manual, Auto ili Sloppy."
|
||||
#
|
||||
#
|
||||
# msgid "Invalid mouse button \"%s\". Should be Left, Middle, Right or Button1 through Button5"
|
||||
# msgstr "Pogrešno dugme miša \"%s\". Trebalo bi biti Left, Middle, Right ili Button1 do Button5."
|
||||
#
|
||||
#
|
||||
# msgid "Invalid iconification style \"%s\". Should be Zoom, Twist, Flip or None"
|
||||
# msgstr "Krivi stil ikonifikacije \"%s\". Trebao bi biti Zoom, Twist, Flip ili None"
|
||||
#
|
||||
#
|
||||
# msgid "Invalid speed \"%s\". Should be UltraFast, Fast, Medium, Slow or UltraSlow."
|
||||
# msgstr "Pogrešna brzina \"%s\". Trebala bi biti UltraFast, Fast, Medium, Slow ili UltraSlow."
|
||||
#
|
||||
#
|
||||
# msgid "Floating Clip"
|
||||
# msgstr "Plutajući Clip"
|
||||
#
|
||||
#
|
||||
# msgid "Invalid icon Position \"%s\". Should be one of blv, blh, brv, brh, tlv, tlh, trv, trh"
|
||||
# msgstr "Kriva pozicija ikone \"%s\". Trebala bi biti: blv, blh, brv, brh, tlv, tlh, trv ili trh"
|
||||
#
|
||||
#
|
||||
# msgid ""
|
||||
# "could not find user GNUstep directory.\n"
|
||||
# "Make sure you have installed WindowMaker correctly and run wmaker.inst"
|
||||
# msgstr ""
|
||||
# "ne mogu naći korisnikov GNUstep direktorij.\n"
|
||||
# "Provjerite da li ste ispravno instalirali WinowMaker i pokrenite wmaker.inst"
|
||||
#
|
||||
#
|
||||
# msgid "Hide Others"
|
||||
# msgstr "Sakrij ostale"
|
||||
#
|
||||
#
|
||||
# msgid "Exiting...\n"
|
||||
# msgstr "Izlazim...\n"
|
||||
#
|
||||
#
|
||||
# msgid "%s:could not find menu file \"%s\""
|
||||
# msgstr "%s:ne mogu naći datoteku izbornika \"%s\""
|
||||
#
|
||||
#
|
||||
# msgid "%s:could not access menu \"%s\""
|
||||
# msgstr "%s:ne mogu pristupiti izborniku \"%s\""
|
||||
#
|
||||
#
|
||||
# msgid "invalid kbd shortcut specification \"%s\""
|
||||
# msgstr "pogrešna specifikacija kbd kratice \"%s\""
|
||||
#
|
||||
#
|
||||
# msgid "invalid key modifier \"%s\""
|
||||
# msgstr "pogrešni modifier \"%s\""
|
||||
#
|
||||
#
|
||||
# msgid "Could not find icon file specified for this window"
|
||||
# msgstr "Ne mogu naći ikonu specificiranu za ovaj prozor"
|
||||
#
|
||||
#
|
||||
# msgid "could not load clip tile image"
|
||||
# msgstr "ne mogu učitati image za pozadinu clipa"
|
||||
#
|
||||
#
|
||||
# msgid "invalid key in shortcut \"%s\""
|
||||
# msgstr "krivi ključ u kratici \"%s\""
|
||||
#
|
||||
#
|
||||
# msgid "not enough memory to open window inspector panel"
|
||||
# msgstr "premalo memorije za otvaranje window inspector panela"
|
||||
#
|
||||
#
|
||||
|
||||
2
po/hu.po
2
po/hu.po
@@ -2,7 +2,7 @@
|
||||
# Copyright (C) 1998-2000 Free Software Foundation, Inc.
|
||||
# Horvath Szabolcs <horvathsz@penguinpowered.com>
|
||||
# thanks to magyar@lists.linux.hu.
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Window Maker 0.95.5\n"
|
||||
|
||||
2
po/no.po
2
po/no.po
@@ -54,7 +54,7 @@ msgid ""
|
||||
"Invalid geometry display type \"%s\". Should be Center, Corner, Floating or "
|
||||
"Line."
|
||||
msgstr ""
|
||||
"\"%s\". er et ugyldig geometri valg. Gyldige valg er Center, Corner,"
|
||||
"\"%s\". er et ugyldig geometri valg. Gyldige valg er Center, Corner,"
|
||||
"Floating eller Line"
|
||||
|
||||
#: ../src/defaults.c:1130 ../src/defaults.c:1161 ../src/defaults.c:1173
|
||||
|
||||
2
po/pt.po
2
po/pt.po
@@ -1,7 +1,7 @@
|
||||
# Portuguese message file for WindowMaker
|
||||
# Last Update: version 0.60.0
|
||||
#
|
||||
# Update History:
|
||||
# Update History:
|
||||
# Alfredo Kojima
|
||||
# Eliphas Levy Theodoro <eliphas@conectiva.com.br>
|
||||
#
|
||||
|
||||
2
po/sk.po
2
po/sk.po
@@ -6,7 +6,7 @@
|
||||
#
|
||||
# Revision history:
|
||||
# WM-ver author email date
|
||||
# 0.63.1 Jan "judas" Tomka <tomka@oalevice.sk> Jan 28 2001
|
||||
# 0.63.1 Jan "judas" Tomka <tomka@oalevice.sk> Jan 28 2001
|
||||
# 0.64.0 Jan "judas" Tomka <tomka@oalevice.sk> Feb 22 2001
|
||||
# 0.65.1 Jan "judas" Tomka <judas@linux.sk> Aug 08 2001
|
||||
# 0.70.0 Jan "judas" Tomka <judas@linux.sk> Oct 15 2001
|
||||
|
||||
@@ -4,7 +4,7 @@ BUILT_SOURCES = wconfig.h
|
||||
|
||||
bin_PROGRAMS = wmaker
|
||||
|
||||
EXTRA_DIST =
|
||||
EXTRA_DIST =
|
||||
|
||||
wmaker_SOURCES = \
|
||||
GNUstep.h \
|
||||
@@ -152,7 +152,7 @@ AM_CFLAGS =
|
||||
|
||||
AM_CPPFLAGS = $(DFLAGS) \
|
||||
-I$(top_srcdir)/wrlib \
|
||||
-I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@
|
||||
-I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@
|
||||
|
||||
|
||||
wmaker_LDADD = \
|
||||
|
||||
@@ -934,9 +934,9 @@ Bool wHandleAppIconMove(WAppIcon *aicon, XEvent *event)
|
||||
|
||||
shad_x = lastDock->x_pos + ix*wPreferences.icon_size;
|
||||
shad_y = lastDock->y_pos + iy*wPreferences.icon_size;
|
||||
|
||||
|
||||
XMoveWindow(dpy, scr->dock_shadow, shad_x, shad_y);
|
||||
|
||||
|
||||
if (!ondock) {
|
||||
XMapWindow(dpy, scr->dock_shadow);
|
||||
}
|
||||
@@ -945,7 +945,7 @@ Bool wHandleAppIconMove(WAppIcon *aicon, XEvent *event)
|
||||
lastDock = theNewDock; // i.e., NULL
|
||||
if (ondock) {
|
||||
XUnmapWindow(dpy, scr->dock_shadow);
|
||||
/*
|
||||
/*
|
||||
* Leaving that weird comment for now.
|
||||
* But if we see no gap, there is no need to fill one!
|
||||
* We could test ondock first and the lastDock to NULL afterwards
|
||||
|
||||
@@ -603,7 +603,7 @@ static void toggleAutoAttractCallback(WMenu *menu, WMenuEntry *entry)
|
||||
|
||||
if (dock->attract_icons) {
|
||||
if (dock->type == WM_DRAWER) {
|
||||
/* The newly auto-attracting dock is a drawer: disable any clip and
|
||||
/* The newly auto-attracting dock is a drawer: disable any clip and
|
||||
* previously attracting drawer */
|
||||
|
||||
if (!wPreferences.flags.noclip) {
|
||||
@@ -843,7 +843,7 @@ static WAppIcon *mainIconCreate(WScreen *scr, int type, const char *name)
|
||||
name = findUniqueName(scr, "Drawer");
|
||||
btn = wAppIconCreateForDock(scr, NULL, name, "WMDrawer", TILE_DRAWER);
|
||||
btn->icon->core->descriptor.handle_expose = drawerIconExpose;
|
||||
x_pos = 0;
|
||||
x_pos = 0;
|
||||
}
|
||||
|
||||
btn->xindex = 0;
|
||||
@@ -4386,7 +4386,7 @@ static int addADrawer(WScreen *scr)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (!found_y)
|
||||
/* This can happen even when dock->icon_count + scr->drawer_count
|
||||
* < dock->max_icons when the dock is not aligned on an
|
||||
|
||||
@@ -669,7 +669,7 @@ void update_icon_pixmap(WIcon *icon)
|
||||
XFreePixmap(dpy, icon->pixmap);
|
||||
|
||||
icon->pixmap = None;
|
||||
|
||||
|
||||
/* Create the pixmap */
|
||||
if (icon->file_image)
|
||||
icon_update_pixmap(icon, icon->file_image);
|
||||
|
||||
@@ -907,7 +907,7 @@ void wScreenRestoreState(WScreen * scr)
|
||||
state = WMGetFromPLDictionary(scr->session_state, dClip);
|
||||
scr->clip_icon = wClipRestoreState(scr, state);
|
||||
}
|
||||
|
||||
|
||||
if (!wPreferences.flags.nodrawer) {
|
||||
if (!scr->dock->on_right_side) {
|
||||
/* Drawer tile was created early in wScreenInit() -> wReadDefaults(). At
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
/*
|
||||
* Some of the following options can be configured in the preference files,
|
||||
* but if for some reason they can't, these are their defaults.
|
||||
*
|
||||
*
|
||||
* There are also some options that can only be configured here, at compile time.
|
||||
*/
|
||||
|
||||
|
||||
@@ -1686,7 +1686,7 @@ Bool wNETWMProcessClientMessage(XClientMessageEvent *event)
|
||||
wwin->flags.maximized = maximized;
|
||||
wUnmaximizeWindow(wwin);
|
||||
} else {
|
||||
wMaximizeWindow(wwin, wwin->flags.maximized,
|
||||
wMaximizeWindow(wwin, wwin->flags.maximized,
|
||||
wGetHeadForWindow(wwin));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@ wdwrite_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist)
|
||||
|
||||
wdread_LDADD = $(top_builddir)/WINGs/libWUtil.la $(liblist)
|
||||
|
||||
wxcopy_LDADD = @XLFLAGS@ @XLIBS@
|
||||
wxcopy_LDADD = @XLFLAGS@ @XLIBS@
|
||||
|
||||
wxpaste_LDADD = @XLFLAGS@ @XLIBS@
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ wm-oldmenu2new - converts between the plain text file menu format to the
|
||||
|
||||
bughint- gathers some information for bug reporting
|
||||
|
||||
geticonset- outputs the current set of icon assignments. Good for making
|
||||
geticonset- outputs the current set of icon assignments. Good for making
|
||||
themes.
|
||||
|
||||
setstyle- load style settings from a style file and setup WindowMaker
|
||||
@@ -14,7 +14,7 @@ getstyle - gets current style settings and save into a file or create
|
||||
seticons- merges icon definitions into WMWindowAttributes file
|
||||
|
||||
|
||||
wmaker.inst- quick and dirty script to install necessary files from
|
||||
wmaker.inst- quick and dirty script to install necessary files from
|
||||
global configuration to user's directory. Look in the script to
|
||||
adapt it to your site.
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user