'configtool' removal.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
15
Makefile.in
@ -28275,21 +28275,6 @@ UTILS_DIST: ALL_GUI_DIST
|
|||||||
$(CP_P) $(UTILSDIR)/tex2rtf/src/*.cpp $(DISTDIR)/utils/tex2rtf/src
|
$(CP_P) $(UTILSDIR)/tex2rtf/src/*.cpp $(DISTDIR)/utils/tex2rtf/src
|
||||||
-$(CP_P) $(UTILSDIR)/tex2rtf/src/tex2rtf.* $(DISTDIR)/utils/tex2rtf/src
|
-$(CP_P) $(UTILSDIR)/tex2rtf/src/tex2rtf.* $(DISTDIR)/utils/tex2rtf/src
|
||||||
|
|
||||||
mkdir $(DISTDIR)/utils/configtool
|
|
||||||
mkdir $(DISTDIR)/utils/configtool/configs
|
|
||||||
mkdir $(DISTDIR)/utils/configtool/docs
|
|
||||||
mkdir $(DISTDIR)/utils/configtool/src
|
|
||||||
mkdir $(DISTDIR)/utils/configtool/src/bitmaps
|
|
||||||
mkdir $(DISTDIR)/utils/configtool/scripts
|
|
||||||
$(CP_P) $(UTILSDIR)/configtool/*.in $(DISTDIR)/utils/configtool
|
|
||||||
$(CP_P) $(UTILSDIR)/configtool/configs/*.wxs $(DISTDIR)/utils/configtool/configs
|
|
||||||
$(CP_P) $(UTILSDIR)/configtool/docs/*.txt $(DISTDIR)/utils/configtool/docs
|
|
||||||
$(CP_P) $(UTILSDIR)/configtool/src/*.h $(DISTDIR)/utils/configtool/src
|
|
||||||
$(CP_P) $(UTILSDIR)/configtool/src/*.in $(DISTDIR)/utils/configtool/src
|
|
||||||
$(CP_P) $(UTILSDIR)/configtool/src/*.cpp $(DISTDIR)/utils/configtool/src
|
|
||||||
$(CP_P) $(UTILSDIR)/configtool/src/bitmaps/*.xpm $(DISTDIR)/utils/configtool/src/bitmaps
|
|
||||||
$(CP_P) $(UTILSDIR)/configtool/scripts/????* $(DISTDIR)/utils/configtool/scripts
|
|
||||||
|
|
||||||
mkdir $(DISTDIR)/utils/emulator
|
mkdir $(DISTDIR)/utils/emulator
|
||||||
mkdir $(DISTDIR)/utils/emulator/src
|
mkdir $(DISTDIR)/utils/emulator/src
|
||||||
mkdir $(DISTDIR)/utils/emulator/docs
|
mkdir $(DISTDIR)/utils/emulator/docs
|
||||||
|
108
autoconf_inc.m4
@ -610,21 +610,6 @@ UTILS_DIST: ALL_GUI_DIST
|
|||||||
$(CP_P) $(UTILSDIR)/tex2rtf/src/*.cpp $(DISTDIR)/utils/tex2rtf/src
|
$(CP_P) $(UTILSDIR)/tex2rtf/src/*.cpp $(DISTDIR)/utils/tex2rtf/src
|
||||||
-$(CP_P) $(UTILSDIR)/tex2rtf/src/tex2rtf.* $(DISTDIR)/utils/tex2rtf/src
|
-$(CP_P) $(UTILSDIR)/tex2rtf/src/tex2rtf.* $(DISTDIR)/utils/tex2rtf/src
|
||||||
|
|
||||||
mkdir $(DISTDIR)/utils/configtool
|
|
||||||
mkdir $(DISTDIR)/utils/configtool/configs
|
|
||||||
mkdir $(DISTDIR)/utils/configtool/docs
|
|
||||||
mkdir $(DISTDIR)/utils/configtool/src
|
|
||||||
mkdir $(DISTDIR)/utils/configtool/src/bitmaps
|
|
||||||
mkdir $(DISTDIR)/utils/configtool/scripts
|
|
||||||
$(CP_P) $(UTILSDIR)/configtool/*.in $(DISTDIR)/utils/configtool
|
|
||||||
$(CP_P) $(UTILSDIR)/configtool/configs/*.wxs $(DISTDIR)/utils/configtool/configs
|
|
||||||
$(CP_P) $(UTILSDIR)/configtool/docs/*.txt $(DISTDIR)/utils/configtool/docs
|
|
||||||
$(CP_P) $(UTILSDIR)/configtool/src/*.h $(DISTDIR)/utils/configtool/src
|
|
||||||
$(CP_P) $(UTILSDIR)/configtool/src/*.in $(DISTDIR)/utils/configtool/src
|
|
||||||
$(CP_P) $(UTILSDIR)/configtool/src/*.cpp $(DISTDIR)/utils/configtool/src
|
|
||||||
$(CP_P) $(UTILSDIR)/configtool/src/bitmaps/*.xpm $(DISTDIR)/utils/configtool/src/bitmaps
|
|
||||||
$(CP_P) $(UTILSDIR)/configtool/scripts/????* $(DISTDIR)/utils/configtool/scripts
|
|
||||||
|
|
||||||
mkdir $(DISTDIR)/utils/emulator
|
mkdir $(DISTDIR)/utils/emulator
|
||||||
mkdir $(DISTDIR)/utils/emulator/src
|
mkdir $(DISTDIR)/utils/emulator/src
|
||||||
mkdir $(DISTDIR)/utils/emulator/docs
|
mkdir $(DISTDIR)/utils/emulator/docs
|
||||||
|
@ -133,7 +133,6 @@ samples/xrc/makefile.dm?
|
|||||||
samples/widgets/makefile.dm?
|
samples/widgets/makefile.dm?
|
||||||
samples/wizard/makefile.dm?
|
samples/wizard/makefile.dm?
|
||||||
tests/makefile.dm?
|
tests/makefile.dm?
|
||||||
utils/configtool/src/makefile.dm?
|
|
||||||
utils/emulator/src/makefile.dm?
|
utils/emulator/src/makefile.dm?
|
||||||
utils/HelpGen/src/makefile.dm?
|
utils/HelpGen/src/makefile.dm?
|
||||||
utils/helpview/src/makefile.dm?
|
utils/helpview/src/makefile.dm?
|
||||||
|
@ -117,8 +117,6 @@ utils/emulator/Makefile.in
|
|||||||
utils/emulator/src/Makefile.in
|
utils/emulator/src/Makefile.in
|
||||||
utils/helpview/Makefile.in
|
utils/helpview/Makefile.in
|
||||||
utils/helpview/src/Makefile.in
|
utils/helpview/src/Makefile.in
|
||||||
utils/configtool/Makefile.in
|
|
||||||
utils/configtool/src/Makefile.in
|
|
||||||
utils/wxrc/Makefile.in
|
utils/wxrc/Makefile.in
|
||||||
|
|
||||||
contrib/Makefile.in
|
contrib/Makefile.in
|
||||||
|
@ -44,35 +44,3 @@ utils/helpview/src/*.xml
|
|||||||
utils/helpview/src/*.bkl
|
utils/helpview/src/*.bkl
|
||||||
utils/helpview/src/test.zip
|
utils/helpview/src/test.zip
|
||||||
utils/helpview/src/bitmaps/*.xpm
|
utils/helpview/src/bitmaps/*.xpm
|
||||||
|
|
||||||
utils/configtool/src/*.h
|
|
||||||
utils/configtool/src/*.cpp
|
|
||||||
utils/configtool/src/*.rc
|
|
||||||
utils/configtool/src/makefile*
|
|
||||||
utils/configtool/src/*.xbm
|
|
||||||
utils/configtool/src/*.xpm
|
|
||||||
utils/configtool/src/*.txt
|
|
||||||
utils/configtool/src/*.htb
|
|
||||||
utils/configtool/src/*.ico
|
|
||||||
utils/configtool/src/*.xml
|
|
||||||
utils/configtool/src/*.bkl
|
|
||||||
utils/configtool/src/*.pjd
|
|
||||||
utils/configtool/src/bitmaps/*.xpm
|
|
||||||
utils/configtool/src/bitmaps/*.png
|
|
||||||
|
|
||||||
utils/configtool/scripts/inno*.txt
|
|
||||||
utils/configtool/scripts/makesetup.sh
|
|
||||||
utils/configtool/scripts/makeinno.sh
|
|
||||||
utils/configtool/scripts/maketarball.sh
|
|
||||||
utils/configtool/scripts/setup.sh
|
|
||||||
utils/configtool/docs/*.txt
|
|
||||||
utils/configtool/docs/manual/*.tex
|
|
||||||
utils/configtool/docs/manual/*.ini
|
|
||||||
utils/configtool/docs/manual/*.gif
|
|
||||||
utils/configtool/docs/manual/*.bmp
|
|
||||||
utils/configtool/docs/manual/*.png
|
|
||||||
utils/configtool/docs/manual/Makefile
|
|
||||||
utils/configtool/docs/code/*.doxy
|
|
||||||
utils/configtool/docs/code/Makefile
|
|
||||||
utils/configtool/configs/wxwin250.wxs
|
|
||||||
|
|
||||||
|
@ -301,8 +301,6 @@ contrib/samples/foldbar/extended/extended.dsp
|
|||||||
|
|
||||||
contrib/samples/foldbar/foldpanelbar/foldtest.dsp
|
contrib/samples/foldbar/foldpanelbar/foldtest.dsp
|
||||||
|
|
||||||
utils/configtool/src/configtool.dsp
|
|
||||||
|
|
||||||
utils/hhp2cached/hhp2cached.dsp
|
utils/hhp2cached/hhp2cached.dsp
|
||||||
|
|
||||||
tests/*.dsp
|
tests/*.dsp
|
||||||
|
@ -405,9 +405,6 @@ contrib/build/svg/svg.vcw
|
|||||||
contrib/samples/svg/svgtest.vcp
|
contrib/samples/svg/svgtest.vcp
|
||||||
contrib/samples/svg/svgtest.vcw
|
contrib/samples/svg/svgtest.vcw
|
||||||
|
|
||||||
utils/configtool/src/configtool.vcp
|
|
||||||
utils/configtool/src/configtool.vcw
|
|
||||||
|
|
||||||
tests/*.vcp
|
tests/*.vcp
|
||||||
tests/*.vcw
|
tests/*.vcw
|
||||||
|
|
||||||
|
@ -135,7 +135,6 @@ samples/xrc/makefile.dm?
|
|||||||
samples/widgets/makefile.dm?
|
samples/widgets/makefile.dm?
|
||||||
samples/wizard/makefile.dm?
|
samples/wizard/makefile.dm?
|
||||||
tests/makefile.dm?
|
tests/makefile.dm?
|
||||||
utils/configtool/src/makefile.dm?
|
|
||||||
utils/emulator/src/makefile.dm?
|
utils/emulator/src/makefile.dm?
|
||||||
utils/HelpGen/src/makefile.dm?
|
utils/HelpGen/src/makefile.dm?
|
||||||
utils/helpview/src/makefile.dm?
|
utils/helpview/src/makefile.dm?
|
||||||
|
@ -119,8 +119,6 @@ utils/emulator/Makefile.in
|
|||||||
utils/emulator/src/Makefile.in
|
utils/emulator/src/Makefile.in
|
||||||
utils/helpview/Makefile.in
|
utils/helpview/Makefile.in
|
||||||
utils/helpview/src/Makefile.in
|
utils/helpview/src/Makefile.in
|
||||||
utils/configtool/Makefile.in
|
|
||||||
utils/configtool/src/Makefile.in
|
|
||||||
utils/wxrc/Makefile.in
|
utils/wxrc/Makefile.in
|
||||||
|
|
||||||
contrib/Makefile.in
|
contrib/Makefile.in
|
||||||
|
@ -44,35 +44,3 @@ utils/helpview/src/*.xml
|
|||||||
utils/helpview/src/*.bkl
|
utils/helpview/src/*.bkl
|
||||||
utils/helpview/src/test.zip
|
utils/helpview/src/test.zip
|
||||||
utils/helpview/src/bitmaps/*.xpm
|
utils/helpview/src/bitmaps/*.xpm
|
||||||
|
|
||||||
utils/configtool/src/*.h
|
|
||||||
utils/configtool/src/*.cpp
|
|
||||||
utils/configtool/src/*.rc
|
|
||||||
utils/configtool/src/makefile*
|
|
||||||
utils/configtool/src/*.xbm
|
|
||||||
utils/configtool/src/*.xpm
|
|
||||||
utils/configtool/src/*.txt
|
|
||||||
utils/configtool/src/*.htb
|
|
||||||
utils/configtool/src/*.ico
|
|
||||||
utils/configtool/src/*.xml
|
|
||||||
utils/configtool/src/*.bkl
|
|
||||||
utils/configtool/src/*.pjd
|
|
||||||
utils/configtool/src/bitmaps/*.xpm
|
|
||||||
utils/configtool/src/bitmaps/*.png
|
|
||||||
|
|
||||||
utils/configtool/scripts/inno*.txt
|
|
||||||
utils/configtool/scripts/makesetup.sh
|
|
||||||
utils/configtool/scripts/makeinno.sh
|
|
||||||
utils/configtool/scripts/maketarball.sh
|
|
||||||
utils/configtool/scripts/setup.sh
|
|
||||||
utils/configtool/docs/*.txt
|
|
||||||
utils/configtool/docs/manual/*.tex
|
|
||||||
utils/configtool/docs/manual/*.ini
|
|
||||||
utils/configtool/docs/manual/*.gif
|
|
||||||
utils/configtool/docs/manual/*.bmp
|
|
||||||
utils/configtool/docs/manual/*.png
|
|
||||||
utils/configtool/docs/manual/Makefile
|
|
||||||
utils/configtool/docs/code/*.doxy
|
|
||||||
utils/configtool/docs/code/Makefile
|
|
||||||
utils/configtool/configs/wxwin250.wxs
|
|
||||||
|
|
||||||
|
@ -303,8 +303,6 @@ contrib/samples/foldbar/extended/extended.dsp
|
|||||||
|
|
||||||
contrib/samples/foldbar/foldpanelbar/foldtest.dsp
|
contrib/samples/foldbar/foldpanelbar/foldtest.dsp
|
||||||
|
|
||||||
utils/configtool/src/configtool.dsp
|
|
||||||
|
|
||||||
utils/hhp2cached/hhp2cached.dsp
|
utils/hhp2cached/hhp2cached.dsp
|
||||||
|
|
||||||
tests/*.dsp
|
tests/*.dsp
|
||||||
|
@ -410,9 +410,6 @@ contrib/build/svg/svg.vcw
|
|||||||
contrib/samples/svg/svgtest.vcp
|
contrib/samples/svg/svgtest.vcp
|
||||||
contrib/samples/svg/svgtest.vcw
|
contrib/samples/svg/svgtest.vcw
|
||||||
|
|
||||||
utils/configtool/src/configtool.vcp
|
|
||||||
utils/configtool/src/configtool.vcw
|
|
||||||
|
|
||||||
tests/*.vcp
|
tests/*.vcp
|
||||||
tests/*.vcw
|
tests/*.vcw
|
||||||
|
|
||||||
|
@ -535,14 +535,6 @@ Helpgen can be found in {\tt utils/HelpGen}.
|
|||||||
Xnest-based display emulator for X11-based PDA applications. On some
|
Xnest-based display emulator for X11-based PDA applications. On some
|
||||||
systems, the Xnest window does not synchronise with the
|
systems, the Xnest window does not synchronise with the
|
||||||
'skin' window. This program can be found in {\tt utils/emulator}.
|
'skin' window. This program can be found in {\tt utils/emulator}.
|
||||||
\item[{\bf Configuration Tool}]
|
|
||||||
The wxWidgets Configuration Tool is a work in progress
|
|
||||||
intended to make it easier to configure wxWidgets
|
|
||||||
features in detail. It exports setup.h configurations and will
|
|
||||||
eventually generate makefile config files. Invoking compilers is
|
|
||||||
also on the cards. Since configurations are
|
|
||||||
handled one at a time, the tool is of limited used until further
|
|
||||||
development can be done. The program can be found in {\tt utils/configtool}.
|
|
||||||
\item[{\bf XRC resource system}]
|
\item[{\bf XRC resource system}]
|
||||||
This is the sizer-aware resource system, and uses
|
This is the sizer-aware resource system, and uses
|
||||||
XML-based resource specifications that can be generated by tools
|
XML-based resource specifications that can be generated by tools
|
||||||
|
@ -20,7 +20,7 @@ DESTDIR =
|
|||||||
|
|
||||||
### Targets: ###
|
### Targets: ###
|
||||||
|
|
||||||
all: configtool emulator helpview tex2rtf helpgen
|
all: emulator helpview tex2rtf helpgen
|
||||||
|
|
||||||
install: all install_tex2rtf install_helpgen
|
install: all install_tex2rtf install_helpgen
|
||||||
|
|
||||||
@ -31,7 +31,6 @@ install-strip: install install-strip_tex2rtf install-strip_helpgen
|
|||||||
clean:
|
clean:
|
||||||
rm -rf ./.deps ./.pch
|
rm -rf ./.deps ./.pch
|
||||||
rm -f ./*.o
|
rm -f ./*.o
|
||||||
(cd configtool/src && $(MAKE) clean)
|
|
||||||
(cd emulator/src && $(MAKE) clean)
|
(cd emulator/src && $(MAKE) clean)
|
||||||
(cd helpview/src && $(MAKE) clean)
|
(cd helpview/src && $(MAKE) clean)
|
||||||
(cd tex2rtf/src && $(MAKE) clean)
|
(cd tex2rtf/src && $(MAKE) clean)
|
||||||
@ -40,9 +39,6 @@ clean:
|
|||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
|
rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
|
||||||
|
|
||||||
configtool:
|
|
||||||
(cd configtool/src && $(MAKE) all)
|
|
||||||
|
|
||||||
emulator:
|
emulator:
|
||||||
(cd emulator/src && $(MAKE) all)
|
(cd emulator/src && $(MAKE) all)
|
||||||
|
|
||||||
@ -71,4 +67,4 @@ install-strip_helpgen:
|
|||||||
# Include dependency info, if present:
|
# Include dependency info, if present:
|
||||||
@IF_GNU_MAKE@-include .deps/*.d
|
@IF_GNU_MAKE@-include .deps/*.d
|
||||||
|
|
||||||
.PHONY: all install uninstall clean distclean configtool emulator helpview tex2rtf install_tex2rtf install-strip_tex2rtf helpgen install_helpgen install-strip_helpgen
|
.PHONY: all install uninstall clean distclean emulator helpview tex2rtf install_tex2rtf install-strip_tex2rtf helpgen install_helpgen install-strip_helpgen
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
|
|
||||||
all:
|
|
||||||
cd src; $(MAKE)
|
|
||||||
|
|
||||||
clean:
|
|
||||||
cd src; $(MAKE) clean
|
|
||||||
|
|
@ -1,339 +0,0 @@
|
|||||||
GNU GENERAL PUBLIC LICENSE
|
|
||||||
Version 2, June 1991
|
|
||||||
|
|
||||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
|
||||||
675 Mass Ave, Cambridge, MA 02139, USA
|
|
||||||
Everyone is permitted to copy and distribute verbatim copies
|
|
||||||
of this license document, but changing it is not allowed.
|
|
||||||
|
|
||||||
Preamble
|
|
||||||
|
|
||||||
The licenses for most software are designed to take away your
|
|
||||||
freedom to share and change it. By contrast, the GNU General Public
|
|
||||||
License is intended to guarantee your freedom to share and change free
|
|
||||||
software--to make sure the software is free for all its users. This
|
|
||||||
General Public License applies to most of the Free Software
|
|
||||||
Foundation's software and to any other program whose authors commit to
|
|
||||||
using it. (Some other Free Software Foundation software is covered by
|
|
||||||
the GNU Library General Public License instead.) You can apply it to
|
|
||||||
your programs, too.
|
|
||||||
|
|
||||||
When we speak of free software, we are referring to freedom, not
|
|
||||||
price. Our General Public Licenses are designed to make sure that you
|
|
||||||
have the freedom to distribute copies of free software (and charge for
|
|
||||||
this service if you wish), that you receive source code or can get it
|
|
||||||
if you want it, that you can change the software or use pieces of it
|
|
||||||
in new free programs; and that you know you can do these things.
|
|
||||||
|
|
||||||
To protect your rights, we need to make restrictions that forbid
|
|
||||||
anyone to deny you these rights or to ask you to surrender the rights.
|
|
||||||
These restrictions translate to certain responsibilities for you if you
|
|
||||||
distribute copies of the software, or if you modify it.
|
|
||||||
|
|
||||||
For example, if you distribute copies of such a program, whether
|
|
||||||
gratis or for a fee, you must give the recipients all the rights that
|
|
||||||
you have. You must make sure that they, too, receive or can get the
|
|
||||||
source code. And you must show them these terms so they know their
|
|
||||||
rights.
|
|
||||||
|
|
||||||
We protect your rights with two steps: (1) copyright the software, and
|
|
||||||
(2) offer you this license which gives you legal permission to copy,
|
|
||||||
distribute and/or modify the software.
|
|
||||||
|
|
||||||
Also, for each author's protection and ours, we want to make certain
|
|
||||||
that everyone understands that there is no warranty for this free
|
|
||||||
software. If the software is modified by someone else and passed on, we
|
|
||||||
want its recipients to know that what they have is not the original, so
|
|
||||||
that any problems introduced by others will not reflect on the original
|
|
||||||
authors' reputations.
|
|
||||||
|
|
||||||
Finally, any free program is threatened constantly by software
|
|
||||||
patents. We wish to avoid the danger that redistributors of a free
|
|
||||||
program will individually obtain patent licenses, in effect making the
|
|
||||||
program proprietary. To prevent this, we have made it clear that any
|
|
||||||
patent must be licensed for everyone's free use or not licensed at all.
|
|
||||||
|
|
||||||
The precise terms and conditions for copying, distribution and
|
|
||||||
modification follow.
|
|
||||||
|
|
||||||
GNU GENERAL PUBLIC LICENSE
|
|
||||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
||||||
|
|
||||||
0. This License applies to any program or other work which contains
|
|
||||||
a notice placed by the copyright holder saying it may be distributed
|
|
||||||
under the terms of this General Public License. The "Program", below,
|
|
||||||
refers to any such program or work, and a "work based on the Program"
|
|
||||||
means either the Program or any derivative work under copyright law:
|
|
||||||
that is to say, a work containing the Program or a portion of it,
|
|
||||||
either verbatim or with modifications and/or translated into another
|
|
||||||
language. (Hereinafter, translation is included without limitation in
|
|
||||||
the term "modification".) Each licensee is addressed as "you".
|
|
||||||
|
|
||||||
Activities other than copying, distribution and modification are not
|
|
||||||
covered by this License; they are outside its scope. The act of
|
|
||||||
running the Program is not restricted, and the output from the Program
|
|
||||||
is covered only if its contents constitute a work based on the
|
|
||||||
Program (independent of having been made by running the Program).
|
|
||||||
Whether that is true depends on what the Program does.
|
|
||||||
|
|
||||||
1. You may copy and distribute verbatim copies of the Program's
|
|
||||||
source code as you receive it, in any medium, provided that you
|
|
||||||
conspicuously and appropriately publish on each copy an appropriate
|
|
||||||
copyright notice and disclaimer of warranty; keep intact all the
|
|
||||||
notices that refer to this License and to the absence of any warranty;
|
|
||||||
and give any other recipients of the Program a copy of this License
|
|
||||||
along with the Program.
|
|
||||||
|
|
||||||
You may charge a fee for the physical act of transferring a copy, and
|
|
||||||
you may at your option offer warranty protection in exchange for a fee.
|
|
||||||
|
|
||||||
2. You may modify your copy or copies of the Program or any portion
|
|
||||||
of it, thus forming a work based on the Program, and copy and
|
|
||||||
distribute such modifications or work under the terms of Section 1
|
|
||||||
above, provided that you also meet all of these conditions:
|
|
||||||
|
|
||||||
a) You must cause the modified files to carry prominent notices
|
|
||||||
stating that you changed the files and the date of any change.
|
|
||||||
|
|
||||||
b) You must cause any work that you distribute or publish, that in
|
|
||||||
whole or in part contains or is derived from the Program or any
|
|
||||||
part thereof, to be licensed as a whole at no charge to all third
|
|
||||||
parties under the terms of this License.
|
|
||||||
|
|
||||||
c) If the modified program normally reads commands interactively
|
|
||||||
when run, you must cause it, when started running for such
|
|
||||||
interactive use in the most ordinary way, to print or display an
|
|
||||||
announcement including an appropriate copyright notice and a
|
|
||||||
notice that there is no warranty (or else, saying that you provide
|
|
||||||
a warranty) and that users may redistribute the program under
|
|
||||||
these conditions, and telling the user how to view a copy of this
|
|
||||||
License. (Exception: if the Program itself is interactive but
|
|
||||||
does not normally print such an announcement, your work based on
|
|
||||||
the Program is not required to print an announcement.)
|
|
||||||
|
|
||||||
These requirements apply to the modified work as a whole. If
|
|
||||||
identifiable sections of that work are not derived from the Program,
|
|
||||||
and can be reasonably considered independent and separate works in
|
|
||||||
themselves, then this License, and its terms, do not apply to those
|
|
||||||
sections when you distribute them as separate works. But when you
|
|
||||||
distribute the same sections as part of a whole which is a work based
|
|
||||||
on the Program, the distribution of the whole must be on the terms of
|
|
||||||
this License, whose permissions for other licensees extend to the
|
|
||||||
entire whole, and thus to each and every part regardless of who wrote it.
|
|
||||||
|
|
||||||
Thus, it is not the intent of this section to claim rights or contest
|
|
||||||
your rights to work written entirely by you; rather, the intent is to
|
|
||||||
exercise the right to control the distribution of derivative or
|
|
||||||
collective works based on the Program.
|
|
||||||
|
|
||||||
In addition, mere aggregation of another work not based on the Program
|
|
||||||
with the Program (or with a work based on the Program) on a volume of
|
|
||||||
a storage or distribution medium does not bring the other work under
|
|
||||||
the scope of this License.
|
|
||||||
|
|
||||||
3. You may copy and distribute the Program (or a work based on it,
|
|
||||||
under Section 2) in object code or executable form under the terms of
|
|
||||||
Sections 1 and 2 above provided that you also do one of the following:
|
|
||||||
|
|
||||||
a) Accompany it with the complete corresponding machine-readable
|
|
||||||
source code, which must be distributed under the terms of Sections
|
|
||||||
1 and 2 above on a medium customarily used for software interchange; or,
|
|
||||||
|
|
||||||
b) Accompany it with a written offer, valid for at least three
|
|
||||||
years, to give any third party, for a charge no more than your
|
|
||||||
cost of physically performing source distribution, a complete
|
|
||||||
machine-readable copy of the corresponding source code, to be
|
|
||||||
distributed under the terms of Sections 1 and 2 above on a medium
|
|
||||||
customarily used for software interchange; or,
|
|
||||||
|
|
||||||
c) Accompany it with the information you received as to the offer
|
|
||||||
to distribute corresponding source code. (This alternative is
|
|
||||||
allowed only for noncommercial distribution and only if you
|
|
||||||
received the program in object code or executable form with such
|
|
||||||
an offer, in accord with Subsection b above.)
|
|
||||||
|
|
||||||
The source code for a work means the preferred form of the work for
|
|
||||||
making modifications to it. For an executable work, complete source
|
|
||||||
code means all the source code for all modules it contains, plus any
|
|
||||||
associated interface definition files, plus the scripts used to
|
|
||||||
control compilation and installation of the executable. However, as a
|
|
||||||
special exception, the source code distributed need not include
|
|
||||||
anything that is normally distributed (in either source or binary
|
|
||||||
form) with the major components (compiler, kernel, and so on) of the
|
|
||||||
operating system on which the executable runs, unless that component
|
|
||||||
itself accompanies the executable.
|
|
||||||
|
|
||||||
If distribution of executable or object code is made by offering
|
|
||||||
access to copy from a designated place, then offering equivalent
|
|
||||||
access to copy the source code from the same place counts as
|
|
||||||
distribution of the source code, even though third parties are not
|
|
||||||
compelled to copy the source along with the object code.
|
|
||||||
|
|
||||||
4. You may not copy, modify, sublicense, or distribute the Program
|
|
||||||
except as expressly provided under this License. Any attempt
|
|
||||||
otherwise to copy, modify, sublicense or distribute the Program is
|
|
||||||
void, and will automatically terminate your rights under this License.
|
|
||||||
However, parties who have received copies, or rights, from you under
|
|
||||||
this License will not have their licenses terminated so long as such
|
|
||||||
parties remain in full compliance.
|
|
||||||
|
|
||||||
5. You are not required to accept this License, since you have not
|
|
||||||
signed it. However, nothing else grants you permission to modify or
|
|
||||||
distribute the Program or its derivative works. These actions are
|
|
||||||
prohibited by law if you do not accept this License. Therefore, by
|
|
||||||
modifying or distributing the Program (or any work based on the
|
|
||||||
Program), you indicate your acceptance of this License to do so, and
|
|
||||||
all its terms and conditions for copying, distributing or modifying
|
|
||||||
the Program or works based on it.
|
|
||||||
|
|
||||||
6. Each time you redistribute the Program (or any work based on the
|
|
||||||
Program), the recipient automatically receives a license from the
|
|
||||||
original licensor to copy, distribute or modify the Program subject to
|
|
||||||
these terms and conditions. You may not impose any further
|
|
||||||
restrictions on the recipients' exercise of the rights granted herein.
|
|
||||||
You are not responsible for enforcing compliance by third parties to
|
|
||||||
this License.
|
|
||||||
|
|
||||||
7. If, as a consequence of a court judgment or allegation of patent
|
|
||||||
infringement or for any other reason (not limited to patent issues),
|
|
||||||
conditions are imposed on you (whether by court order, agreement or
|
|
||||||
otherwise) that contradict the conditions of this License, they do not
|
|
||||||
excuse you from the conditions of this License. If you cannot
|
|
||||||
distribute so as to satisfy simultaneously your obligations under this
|
|
||||||
License and any other pertinent obligations, then as a consequence you
|
|
||||||
may not distribute the Program at all. For example, if a patent
|
|
||||||
license would not permit royalty-free redistribution of the Program by
|
|
||||||
all those who receive copies directly or indirectly through you, then
|
|
||||||
the only way you could satisfy both it and this License would be to
|
|
||||||
refrain entirely from distribution of the Program.
|
|
||||||
|
|
||||||
If any portion of this section is held invalid or unenforceable under
|
|
||||||
any particular circumstance, the balance of the section is intended to
|
|
||||||
apply and the section as a whole is intended to apply in other
|
|
||||||
circumstances.
|
|
||||||
|
|
||||||
It is not the purpose of this section to induce you to infringe any
|
|
||||||
patents or other property right claims or to contest validity of any
|
|
||||||
such claims; this section has the sole purpose of protecting the
|
|
||||||
integrity of the free software distribution system, which is
|
|
||||||
implemented by public license practices. Many people have made
|
|
||||||
generous contributions to the wide range of software distributed
|
|
||||||
through that system in reliance on consistent application of that
|
|
||||||
system; it is up to the author/donor to decide if he or she is willing
|
|
||||||
to distribute software through any other system and a licensee cannot
|
|
||||||
impose that choice.
|
|
||||||
|
|
||||||
This section is intended to make thoroughly clear what is believed to
|
|
||||||
be a consequence of the rest of this License.
|
|
||||||
|
|
||||||
8. If the distribution and/or use of the Program is restricted in
|
|
||||||
certain countries either by patents or by copyrighted interfaces, the
|
|
||||||
original copyright holder who places the Program under this License
|
|
||||||
may add an explicit geographical distribution limitation excluding
|
|
||||||
those countries, so that distribution is permitted only in or among
|
|
||||||
countries not thus excluded. In such case, this License incorporates
|
|
||||||
the limitation as if written in the body of this License.
|
|
||||||
|
|
||||||
9. The Free Software Foundation may publish revised and/or new versions
|
|
||||||
of the General Public License from time to time. Such new versions will
|
|
||||||
be similar in spirit to the present version, but may differ in detail to
|
|
||||||
address new problems or concerns.
|
|
||||||
|
|
||||||
Each version is given a distinguishing version number. If the Program
|
|
||||||
specifies a version number of this License which applies to it and "any
|
|
||||||
later version", you have the option of following the terms and conditions
|
|
||||||
either of that version or of any later version published by the Free
|
|
||||||
Software Foundation. If the Program does not specify a version number of
|
|
||||||
this License, you may choose any version ever published by the Free Software
|
|
||||||
Foundation.
|
|
||||||
|
|
||||||
10. If you wish to incorporate parts of the Program into other free
|
|
||||||
programs whose distribution conditions are different, write to the author
|
|
||||||
to ask for permission. For software which is copyrighted by the Free
|
|
||||||
Software Foundation, write to the Free Software Foundation; we sometimes
|
|
||||||
make exceptions for this. Our decision will be guided by the two goals
|
|
||||||
of preserving the free status of all derivatives of our free software and
|
|
||||||
of promoting the sharing and reuse of software generally.
|
|
||||||
|
|
||||||
NO WARRANTY
|
|
||||||
|
|
||||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
|
||||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
|
||||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
|
||||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
|
||||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
|
||||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
|
||||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
|
||||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
|
||||||
REPAIR OR CORRECTION.
|
|
||||||
|
|
||||||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
|
||||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
|
||||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
|
||||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
|
||||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
|
||||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
|
||||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
|
||||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
|
||||||
POSSIBILITY OF SUCH DAMAGES.
|
|
||||||
|
|
||||||
END OF TERMS AND CONDITIONS
|
|
||||||
|
|
||||||
Appendix: How to Apply These Terms to Your New Programs
|
|
||||||
|
|
||||||
If you develop a new program, and you want it to be of the greatest
|
|
||||||
possible use to the public, the best way to achieve this is to make it
|
|
||||||
free software which everyone can redistribute and change under these terms.
|
|
||||||
|
|
||||||
To do so, attach the following notices to the program. It is safest
|
|
||||||
to attach them to the start of each source file to most effectively
|
|
||||||
convey the exclusion of warranty; and each file should have at least
|
|
||||||
the "copyright" line and a pointer to where the full notice is found.
|
|
||||||
|
|
||||||
<one line to give the program's name and a brief idea of what it does.>
|
|
||||||
Copyright (C) 19yy <name of author>
|
|
||||||
|
|
||||||
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
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
||||||
|
|
||||||
Also add information on how to contact you by electronic and paper mail.
|
|
||||||
|
|
||||||
If the program is interactive, make it output a short notice like this
|
|
||||||
when it starts in an interactive mode:
|
|
||||||
|
|
||||||
Gnomovision version 69, Copyright (C) 19yy name of author
|
|
||||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
|
||||||
This is free software, and you are welcome to redistribute it
|
|
||||||
under certain conditions; type `show c' for details.
|
|
||||||
|
|
||||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
|
||||||
parts of the General Public License. Of course, the commands you use may
|
|
||||||
be called something other than `show w' and `show c'; they could even be
|
|
||||||
mouse-clicks or menu items--whatever suits your program.
|
|
||||||
|
|
||||||
You should also get your employer (if you work as a programmer) or your
|
|
||||||
school, if any, to sign a "copyright disclaimer" for the program, if
|
|
||||||
necessary. Here is a sample; alter the names:
|
|
||||||
|
|
||||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
|
||||||
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
|
||||||
|
|
||||||
<signature of Ty Coon>, 1 April 1989
|
|
||||||
Ty Coon, President of Vice
|
|
||||||
|
|
||||||
This General Public License does not permit incorporating your program into
|
|
||||||
proprietary programs. If your program is a subroutine library, you may
|
|
||||||
consider it more useful to permit linking proprietary applications with the
|
|
||||||
library. If this is what you want to do, use the GNU Library General
|
|
||||||
Public License instead of this License.
|
|
@ -1,517 +0,0 @@
|
|||||||
|
|
||||||
GNU LIBRARY GENERAL PUBLIC LICENSE
|
|
||||||
==================================
|
|
||||||
Version 2, June 1991
|
|
||||||
|
|
||||||
Copyright (C) 1991 Free Software Foundation, Inc.
|
|
||||||
675 Mass Ave, Cambridge, MA 02139, USA
|
|
||||||
Everyone is permitted to copy and distribute verbatim copies
|
|
||||||
of this license document, but changing it is not allowed.
|
|
||||||
|
|
||||||
[This is the first released version of the library GPL. It is
|
|
||||||
numbered 2 because it goes with version 2 of the ordinary GPL.]
|
|
||||||
|
|
||||||
Preamble
|
|
||||||
|
|
||||||
The licenses for most software are designed to take away your
|
|
||||||
freedom to share and change it. By contrast, the GNU General
|
|
||||||
Public Licenses are intended to guarantee your freedom to share
|
|
||||||
and change free software--to make sure the software is free for
|
|
||||||
all its users.
|
|
||||||
|
|
||||||
This license, the Library General Public License, applies to
|
|
||||||
some specially designated Free Software Foundation software, and
|
|
||||||
to any other libraries whose authors decide to use it. You can
|
|
||||||
use it for your libraries, too.
|
|
||||||
|
|
||||||
When we speak of free software, we are referring to freedom, not
|
|
||||||
price. Our General Public Licenses are designed to make sure
|
|
||||||
that you have the freedom to distribute copies of free software
|
|
||||||
(and charge for this service if you wish), that you receive
|
|
||||||
source code or can get it if you want it, that you can change
|
|
||||||
the software or use pieces of it in new free programs; and that
|
|
||||||
you know you can do these things.
|
|
||||||
|
|
||||||
To protect your rights, we need to make restrictions that forbid
|
|
||||||
anyone to deny you these rights or to ask you to surrender the
|
|
||||||
rights. These restrictions translate to certain responsibilities
|
|
||||||
for you if you distribute copies of the library, or if you
|
|
||||||
modify it.
|
|
||||||
|
|
||||||
For example, if you distribute copies of the library, whether
|
|
||||||
gratis or for a fee, you must give the recipients all the rights
|
|
||||||
that we gave you. You must make sure that they, too, receive or
|
|
||||||
can get the source code. If you link a program with the
|
|
||||||
library, you must provide complete object files to the
|
|
||||||
recipients so that they can relink them with the library, after
|
|
||||||
making changes to the library and recompiling it. And you must
|
|
||||||
show them these terms so they know their rights.
|
|
||||||
|
|
||||||
Our method of protecting your rights has two steps: (1)
|
|
||||||
copyright the library, and (2) offer you this license which
|
|
||||||
gives you legal permission to copy, distribute and/or modify the
|
|
||||||
library.
|
|
||||||
|
|
||||||
Also, for each distributor's protection, we want to make certain
|
|
||||||
that everyone understands that there is no warranty for this
|
|
||||||
free library. If the library is modified by someone else and
|
|
||||||
passed on, we want its recipients to know that what they have is
|
|
||||||
not the original version, so that any problems introduced by
|
|
||||||
others will not reflect on the original authors' reputations.
|
|
||||||
|
|
||||||
Finally, any free program is threatened constantly by software
|
|
||||||
patents. We wish to avoid the danger that companies
|
|
||||||
distributing free software will individually obtain patent
|
|
||||||
licenses, thus in effect transforming the program into
|
|
||||||
proprietary software. To prevent this, we have made it clear
|
|
||||||
that any patent must be licensed for everyone's free use or not
|
|
||||||
licensed at all.
|
|
||||||
|
|
||||||
Most GNU software, including some libraries, is covered by the
|
|
||||||
ordinary GNU General Public License, which was designed for
|
|
||||||
utility programs. This license, the GNU Library General Public
|
|
||||||
License, applies to certain designated libraries. This license
|
|
||||||
is quite different from the ordinary one; be sure to read it in
|
|
||||||
full, and don't assume that anything in it is the same as in the
|
|
||||||
ordinary license.
|
|
||||||
|
|
||||||
The reason we have a separate public license for some libraries
|
|
||||||
is that they blur the distinction we usually make between
|
|
||||||
modifying or adding to a program and simply using it. Linking a
|
|
||||||
program with a library, without changing the library, is in some
|
|
||||||
sense simply using the library, and is analogous to running a
|
|
||||||
utility program or application program. However, in a textual
|
|
||||||
and legal sense, the linked executable is a combined work, a
|
|
||||||
derivative of the original library, and the ordinary General
|
|
||||||
Public License treats it as such.
|
|
||||||
|
|
||||||
Because of this blurred distinction, using the ordinary General
|
|
||||||
Public License for libraries did not effectively promote
|
|
||||||
software sharing, because most developers did not use the
|
|
||||||
libraries. We concluded that weaker conditions might promote
|
|
||||||
sharing better.
|
|
||||||
|
|
||||||
However, unrestricted linking of non-free programs would deprive
|
|
||||||
the users of those programs of all benefit from the free status
|
|
||||||
of the libraries themselves. This Library General Public
|
|
||||||
License is intended to permit developers of non-free programs to
|
|
||||||
use free libraries, while preserving your freedom as a user of
|
|
||||||
such programs to change the free libraries that are incorporated
|
|
||||||
in them. (We have not seen how to achieve this as regards
|
|
||||||
changes in header files, but we have achieved it as regards
|
|
||||||
changes in the actual functions of the Library.) The hope is
|
|
||||||
that this will lead to faster development of free libraries.
|
|
||||||
|
|
||||||
The precise terms and conditions for copying, distribution and
|
|
||||||
modification follow. Pay close attention to the difference
|
|
||||||
between a "work based on the library" and a "work that uses the
|
|
||||||
library". The former contains code derived from the library,
|
|
||||||
while the latter only works together with the library.
|
|
||||||
|
|
||||||
Note that it is possible for a library to be covered by the
|
|
||||||
ordinary General Public License rather than by this special one.
|
|
||||||
|
|
||||||
GNU LIBRARY GENERAL PUBLIC LICENSE
|
|
||||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
||||||
|
|
||||||
0. This License Agreement applies to any software library which
|
|
||||||
contains a notice placed by the copyright holder or other
|
|
||||||
authorized party saying it may be distributed under the terms of
|
|
||||||
this Library General Public License (also called "this
|
|
||||||
License"). Each licensee is addressed as "you".
|
|
||||||
|
|
||||||
A "library" means a collection of software functions and/or data
|
|
||||||
prepared so as to be conveniently linked with application
|
|
||||||
programs (which use some of those functions and data) to form
|
|
||||||
executables.
|
|
||||||
|
|
||||||
The "Library", below, refers to any such software library or
|
|
||||||
work which has been distributed under these terms. A "work
|
|
||||||
based on the Library" means either the Library or any derivative
|
|
||||||
work under copyright law: that is to say, a work containing the
|
|
||||||
Library or a portion of it, either verbatim or with
|
|
||||||
modifications and/or translated straightforwardly into another
|
|
||||||
language. (Hereinafter, translation is included without
|
|
||||||
limitation in the term "modification".)
|
|
||||||
|
|
||||||
"Source code" for a work means the preferred form of the work
|
|
||||||
for making modifications to it. For a library, complete source
|
|
||||||
code means all the source code for all modules it contains, plus
|
|
||||||
any associated interface definition files, plus the scripts used
|
|
||||||
to control compilation and installation of the library.
|
|
||||||
|
|
||||||
Activities other than copying, distribution and modification are
|
|
||||||
not covered by this License; they are outside its scope. The
|
|
||||||
act of running a program using the Library is not restricted,
|
|
||||||
and output from such a program is covered only if its contents
|
|
||||||
constitute a work based on the Library (independent of the use
|
|
||||||
of the Library in a tool for writing it). Whether that is true
|
|
||||||
depends on what the Library does and what the program that uses
|
|
||||||
the Library does.
|
|
||||||
|
|
||||||
1. You may copy and distribute verbatim copies of the Library's
|
|
||||||
complete source code as you receive it, in any medium, provided
|
|
||||||
that you conspicuously and appropriately publish on each copy an
|
|
||||||
appropriate copyright notice and disclaimer of warranty; keep
|
|
||||||
intact all the notices that refer to this License and to the
|
|
||||||
absence of any warranty; and distribute a copy of this License
|
|
||||||
along with the Library.
|
|
||||||
|
|
||||||
You may charge a fee for the physical act of transferring a
|
|
||||||
copy, and you may at your option offer warranty protection in
|
|
||||||
exchange for a fee.
|
|
||||||
|
|
||||||
2. You may modify your copy or copies of the Library or any
|
|
||||||
portion of it, thus forming a work based on the Library, and
|
|
||||||
copy and distribute such modifications or work under the terms
|
|
||||||
of Section 1 above, provided that you also meet all of these
|
|
||||||
conditions:
|
|
||||||
|
|
||||||
a) The modified work must itself be a software library.
|
|
||||||
|
|
||||||
b) You must cause the files modified to carry prominent notices
|
|
||||||
stating that you changed the files and the date of any change.
|
|
||||||
|
|
||||||
c) You must cause the whole of the work to be licensed at no
|
|
||||||
charge to all third parties under the terms of this License.
|
|
||||||
|
|
||||||
d) If a facility in the modified Library refers to a function or a
|
|
||||||
table of data to be supplied by an application program that uses
|
|
||||||
the facility, other than as an argument passed when the facility
|
|
||||||
is invoked, then you must make a good faith effort to ensure that,
|
|
||||||
in the event an application does not supply such function or
|
|
||||||
table, the facility still operates, and performs whatever part of
|
|
||||||
its purpose remains meaningful.
|
|
||||||
|
|
||||||
(For example, a function in a library to compute square roots has
|
|
||||||
a purpose that is entirely well-defined independent of the
|
|
||||||
application. Therefore, Subsection 2d requires that any
|
|
||||||
application-supplied function or table used by this function must
|
|
||||||
be optional: if the application does not supply it, the square
|
|
||||||
root function must still compute square roots.)
|
|
||||||
|
|
||||||
These requirements apply to the modified work as a whole. If
|
|
||||||
identifiable sections of that work are not derived from the
|
|
||||||
Library, and can be reasonably considered independent and
|
|
||||||
separate works in themselves, then this License, and its terms,
|
|
||||||
do not apply to those sections when you distribute them as
|
|
||||||
separate works. But when you distribute the same sections as
|
|
||||||
part of a whole which is a work based on the Library, the
|
|
||||||
distribution of the whole must be on the terms of this License,
|
|
||||||
whose permissions for other licensees extend to the entire
|
|
||||||
whole, and thus to each and every part regardless of who wrote
|
|
||||||
it.
|
|
||||||
|
|
||||||
Thus, it is not the intent of this section to claim rights or
|
|
||||||
contest your rights to work written entirely by you; rather, the
|
|
||||||
intent is to exercise the right to control the distribution of
|
|
||||||
derivative or collective works based on the Library.
|
|
||||||
|
|
||||||
In addition, mere aggregation of another work not based on the
|
|
||||||
Library with the Library (or with a work based on the Library)
|
|
||||||
on a volume of a storage or distribution medium does not bring
|
|
||||||
the other work under the scope of this License.
|
|
||||||
|
|
||||||
3. You may opt to apply the terms of the ordinary GNU General
|
|
||||||
Public License instead of this License to a given copy of the
|
|
||||||
Library. To do this, you must alter all the notices that refer
|
|
||||||
to this License, so that they refer to the ordinary GNU General
|
|
||||||
Public License, version 2, instead of to this License. (If a
|
|
||||||
newer version than version 2 of the ordinary GNU General Public
|
|
||||||
License has appeared, then you can specify that version instead
|
|
||||||
if you wish.) Do not make any other change in these notices.
|
|
||||||
|
|
||||||
Once this change is made in a given copy, it is irreversible for
|
|
||||||
that copy, so the ordinary GNU General Public License applies to
|
|
||||||
all subsequent copies and derivative works made from that copy.
|
|
||||||
|
|
||||||
This option is useful when you wish to copy part of the code of
|
|
||||||
the Library into a program that is not a library.
|
|
||||||
|
|
||||||
4. You may copy and distribute the Library (or a portion or
|
|
||||||
derivative of it, under Section 2) in object code or executable
|
|
||||||
form under the terms of Sections 1 and 2 above provided that you
|
|
||||||
accompany it with the complete corresponding machine-readable
|
|
||||||
source code, which must be distributed under the terms of
|
|
||||||
Sections 1 and 2 above on a medium customarily used for software
|
|
||||||
interchange.
|
|
||||||
|
|
||||||
If distribution of object code is made by offering access to
|
|
||||||
copy from a designated place, then offering equivalent access to
|
|
||||||
copy the source code from the same place satisfies the
|
|
||||||
requirement to distribute the source code, even though third
|
|
||||||
parties are not compelled to copy the source along with the
|
|
||||||
object code.
|
|
||||||
|
|
||||||
5. A program that contains no derivative of any portion of the
|
|
||||||
Library, but is designed to work with the Library by being
|
|
||||||
compiled or linked with it, is called a "work that uses the
|
|
||||||
Library". Such a work, in isolation, is not a derivative work
|
|
||||||
of the Library, and therefore falls outside the scope of this
|
|
||||||
License.
|
|
||||||
|
|
||||||
However, linking a "work that uses the Library" with the Library
|
|
||||||
creates an executable that is a derivative of the Library
|
|
||||||
(because it contains portions of the Library), rather than a
|
|
||||||
"work that uses the library". The executable is therefore
|
|
||||||
covered by this License. Section 6 states terms for distribution
|
|
||||||
of such executables.
|
|
||||||
|
|
||||||
When a "work that uses the Library" uses material from a header
|
|
||||||
file that is part of the Library, the object code for the work
|
|
||||||
may be a derivative work of the Library even though the source
|
|
||||||
code is not. Whether this is true is especially significant if
|
|
||||||
the work can be linked without the Library, or if the work is
|
|
||||||
itself a library. The threshold for this to be true is not
|
|
||||||
precisely defined by law.
|
|
||||||
|
|
||||||
If such an object file uses only numerical parameters, data
|
|
||||||
structure layouts and accessors, and small macros and small
|
|
||||||
inline functions (ten lines or less in length), then the use of
|
|
||||||
the object file is unrestricted, regardless of whether it is
|
|
||||||
legally a derivative work. (Executables containing this object
|
|
||||||
code plus portions of the Library will still fall under Section
|
|
||||||
6.)
|
|
||||||
|
|
||||||
Otherwise, if the work is a derivative of the Library, you may
|
|
||||||
distribute the object code for the work under the terms of
|
|
||||||
Section 6. Any executables containing that work also fall under
|
|
||||||
Section 6, whether or not they are linked directly with the
|
|
||||||
Library itself.
|
|
||||||
|
|
||||||
6. As an exception to the Sections above, you may also compile
|
|
||||||
or link a "work that uses the Library" with the Library to
|
|
||||||
produce a work containing portions of the Library, and
|
|
||||||
distribute that work under terms of your choice, provided that
|
|
||||||
the terms permit modification of the work for the customer's own
|
|
||||||
use and reverse engineering for debugging such modifications.
|
|
||||||
|
|
||||||
You must give prominent notice with each copy of the work that
|
|
||||||
the Library is used in it and that the Library and its use are
|
|
||||||
covered by this License. You must supply a copy of this
|
|
||||||
License. If the work during execution displays copyright
|
|
||||||
notices, you must include the copyright notice for the Library
|
|
||||||
among them, as well as a reference directing the user to the
|
|
||||||
copy of this License. Also, you must do one of these things:
|
|
||||||
|
|
||||||
a) Accompany the work with the complete corresponding
|
|
||||||
machine-readable source code for the Library including whatever
|
|
||||||
changes were used in the work (which must be distributed under
|
|
||||||
Sections 1 and 2 above); and, if the work is an executable linked
|
|
||||||
with the Library, with the complete machine-readable "work that
|
|
||||||
uses the Library", as object code and/or source code, so that the
|
|
||||||
user can modify the Library and then relink to produce a modified
|
|
||||||
executable containing the modified Library. (It is understood
|
|
||||||
that the user who changes the contents of definitions files in the
|
|
||||||
Library will not necessarily be able to recompile the application
|
|
||||||
to use the modified definitions.)
|
|
||||||
|
|
||||||
b) Accompany the work with a written offer, valid for at
|
|
||||||
least three years, to give the same user the materials
|
|
||||||
specified in Subsection 6a, above, for a charge no more
|
|
||||||
than the cost of performing this distribution.
|
|
||||||
|
|
||||||
c) If distribution of the work is made by offering access to copy
|
|
||||||
from a designated place, offer equivalent access to copy the above
|
|
||||||
specified materials from the same place.
|
|
||||||
|
|
||||||
d) Verify that the user has already received a copy of these
|
|
||||||
materials or that you have already sent this user a copy.
|
|
||||||
|
|
||||||
For an executable, the required form of the "work that uses the
|
|
||||||
Library" must include any data and utility programs needed for
|
|
||||||
reproducing the executable from it. However, as a special
|
|
||||||
exception, the source code distributed need not include anything
|
|
||||||
that is normally distributed (in either source or binary form)
|
|
||||||
with the major components (compiler, kernel, and so on) of the
|
|
||||||
operating system on which the executable runs, unless that
|
|
||||||
component itself accompanies the executable.
|
|
||||||
|
|
||||||
It may happen that this requirement contradicts the license
|
|
||||||
restrictions of other proprietary libraries that do not normally
|
|
||||||
accompany the operating system. Such a contradiction means you
|
|
||||||
cannot use both them and the Library together in an executable
|
|
||||||
that you distribute.
|
|
||||||
|
|
||||||
7. You may place library facilities that are a work based on the
|
|
||||||
Library side-by-side in a single library together with other
|
|
||||||
library facilities not covered by this License, and distribute
|
|
||||||
such a combined library, provided that the separate distribution
|
|
||||||
of the work based on the Library and of the other library
|
|
||||||
facilities is otherwise permitted, and provided that you do
|
|
||||||
these two things:
|
|
||||||
|
|
||||||
a) Accompany the combined library with a copy of the same work
|
|
||||||
based on the Library, uncombined with any other library
|
|
||||||
facilities. This must be distributed under the terms of the
|
|
||||||
Sections above.
|
|
||||||
|
|
||||||
b) Give prominent notice with the combined library of the fact
|
|
||||||
that part of it is a work based on the Library, and explaining
|
|
||||||
where to find the accompanying uncombined form of the same work.
|
|
||||||
|
|
||||||
8. You may not copy, modify, sublicense, link with, or
|
|
||||||
distribute the Library except as expressly provided under this
|
|
||||||
License. Any attempt otherwise to copy, modify, sublicense,
|
|
||||||
link with, or distribute the Library is void, and will
|
|
||||||
automatically terminate your rights under this License.
|
|
||||||
However, parties who have received copies, or rights, from you
|
|
||||||
under this License will not have their licenses terminated so
|
|
||||||
long as such parties remain in full compliance.
|
|
||||||
|
|
||||||
9. You are not required to accept this License, since you have
|
|
||||||
not signed it. However, nothing else grants you permission to
|
|
||||||
modify or distribute the Library or its derivative works. These
|
|
||||||
actions are prohibited by law if you do not accept this
|
|
||||||
License. Therefore, by modifying or distributing the Library
|
|
||||||
(or any work based on the Library), you indicate your acceptance
|
|
||||||
of this License to do so, and all its terms and conditions for
|
|
||||||
copying, distributing or modifying the Library or works based on
|
|
||||||
it.
|
|
||||||
|
|
||||||
10. Each time you redistribute the Library (or any work based on
|
|
||||||
the Library), the recipient automatically receives a license
|
|
||||||
from the original licensor to copy, distribute, link with or
|
|
||||||
modify the Library subject to these terms and conditions. You
|
|
||||||
may not impose any further restrictions on the recipients'
|
|
||||||
exercise of the rights granted herein. You are not responsible
|
|
||||||
for enforcing compliance by third parties to this License.
|
|
||||||
|
|
||||||
11. If, as a consequence of a court judgment or allegation of
|
|
||||||
patent infringement or for any other reason (not limited to
|
|
||||||
patent issues), conditions are imposed on you (whether by court
|
|
||||||
order, agreement or otherwise) that contradict the conditions of
|
|
||||||
this License, they do not excuse you from the conditions of this
|
|
||||||
License. If you cannot distribute so as to satisfy
|
|
||||||
simultaneously your obligations under this License and any other
|
|
||||||
pertinent obligations, then as a consequence you may not
|
|
||||||
distribute the Library at all. For example, if a patent license
|
|
||||||
would not permit royalty-free redistribution of the Library by
|
|
||||||
all those who receive copies directly or indirectly through you,
|
|
||||||
then the only way you could satisfy both it and this License
|
|
||||||
would be to refrain entirely from distribution of the Library.
|
|
||||||
|
|
||||||
If any portion of this section is held invalid or unenforceable
|
|
||||||
under any particular circumstance, the balance of the section is
|
|
||||||
intended to apply, and the section as a whole is intended to
|
|
||||||
apply in other circumstances.
|
|
||||||
|
|
||||||
It is not the purpose of this section to induce you to infringe
|
|
||||||
any patents or other property right claims or to contest
|
|
||||||
validity of any such claims; this section has the sole purpose
|
|
||||||
of protecting the integrity of the free software distribution
|
|
||||||
system which is implemented by public license practices. Many
|
|
||||||
people have made generous contributions to the wide range of
|
|
||||||
software distributed through that system in reliance on
|
|
||||||
consistent application of that system; it is up to the
|
|
||||||
author/donor to decide if he or she is willing to distribute
|
|
||||||
software through any other system and a licensee cannot impose
|
|
||||||
that choice.
|
|
||||||
|
|
||||||
This section is intended to make thoroughly clear what is
|
|
||||||
believed to be a consequence of the rest of this License.
|
|
||||||
|
|
||||||
12. If the distribution and/or use of the Library is restricted
|
|
||||||
in certain countries either by patents or by copyrighted
|
|
||||||
interfaces, the original copyright holder who places the Library
|
|
||||||
under this License may add an explicit geographical distribution
|
|
||||||
limitation excluding those countries, so that distribution is
|
|
||||||
permitted only in or among countries not thus excluded. In such
|
|
||||||
case, this License incorporates the limitation as if written in
|
|
||||||
the body of this License.
|
|
||||||
|
|
||||||
13. The Free Software Foundation may publish revised and/or new
|
|
||||||
versions of the Library General Public License from time to
|
|
||||||
time. Such new versions will be similar in spirit to the present
|
|
||||||
version, but may differ in detail to address new problems or
|
|
||||||
concerns.
|
|
||||||
|
|
||||||
Each version is given a distinguishing version number. If the
|
|
||||||
Library specifies a version number of this License which applies
|
|
||||||
to it and "any later version", you have the option of following
|
|
||||||
the terms and conditions either of that version or of any later
|
|
||||||
version published by the Free Software Foundation. If the
|
|
||||||
Library does not specify a license version number, you may
|
|
||||||
choose any version ever published by the Free Software
|
|
||||||
Foundation.
|
|
||||||
|
|
||||||
14. If you wish to incorporate parts of the Library into other
|
|
||||||
free programs whose distribution conditions are incompatible
|
|
||||||
with these, write to the author to ask for permission. For
|
|
||||||
software which is copyrighted by the Free Software Foundation,
|
|
||||||
write to the Free Software Foundation; we sometimes make
|
|
||||||
exceptions for this. Our decision will be guided by the two
|
|
||||||
goals of preserving the free status of all derivatives of our
|
|
||||||
free software and of promoting the sharing and reuse of software
|
|
||||||
generally.
|
|
||||||
|
|
||||||
NO WARRANTY
|
|
||||||
|
|
||||||
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
|
|
||||||
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
|
|
||||||
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
|
|
||||||
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND,
|
|
||||||
EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
|
|
||||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
||||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
|
|
||||||
LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
|
|
||||||
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
|
||||||
|
|
||||||
16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
|
|
||||||
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
|
|
||||||
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
|
|
||||||
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL
|
|
||||||
DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
|
|
||||||
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
|
|
||||||
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
|
|
||||||
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
|
|
||||||
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
|
||||||
|
|
||||||
END OF TERMS AND CONDITIONS
|
|
||||||
|
|
||||||
Appendix: How to Apply These Terms to Your New Libraries
|
|
||||||
|
|
||||||
If you develop a new library, and you want it to be of the
|
|
||||||
greatest possible use to the public, we recommend making it free
|
|
||||||
software that everyone can redistribute and change. You can do
|
|
||||||
so by permitting redistribution under these terms (or,
|
|
||||||
alternatively, under the terms of the ordinary General Public
|
|
||||||
License).
|
|
||||||
|
|
||||||
To apply these terms, attach the following notices to the
|
|
||||||
library. It is safest to attach them to the start of each
|
|
||||||
source file to most effectively convey the exclusion of
|
|
||||||
warranty; and each file should have at least the "copyright"
|
|
||||||
line and a pointer to where the full notice is found.
|
|
||||||
|
|
||||||
<one line to give the library's name and a brief idea of what it does.>
|
|
||||||
Copyright (C) <year> <name of author>
|
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU Library General Public
|
|
||||||
License as published by the Free Software Foundation; either
|
|
||||||
version 2 of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
Library General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Library General Public
|
|
||||||
License along with this library; if not, write to the Free
|
|
||||||
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
||||||
|
|
||||||
Also add information on how to contact you by electronic and paper mail.
|
|
||||||
|
|
||||||
You should also get your employer (if you work as a programmer) or your
|
|
||||||
school, if any, to sign a "copyright disclaimer" for the library, if
|
|
||||||
necessary. Here is a sample; alter the names:
|
|
||||||
|
|
||||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the
|
|
||||||
library `Frob' (a library for tweaking knobs) written by James Random Hacker.
|
|
||||||
|
|
||||||
<signature of Ty Coon>, 1 April 1990
|
|
||||||
Ty Coon, President of Vice
|
|
||||||
|
|
||||||
That's all there is to it!
|
|
||||||
|
|
@ -1,53 +0,0 @@
|
|||||||
wxWindows Library Licence, Version 3
|
|
||||||
====================================
|
|
||||||
|
|
||||||
Copyright (c) 1998 Julian Smart, Robert Roebling et al
|
|
||||||
|
|
||||||
Everyone is permitted to copy and distribute verbatim copies
|
|
||||||
of this licence document, but changing it is not allowed.
|
|
||||||
|
|
||||||
WXWINDOWS LIBRARY LICENCE
|
|
||||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or modify it
|
|
||||||
under the terms of the GNU Library General Public Licence as published by
|
|
||||||
the Free Software Foundation; either version 2 of the Licence, or (at
|
|
||||||
your option) any later version.
|
|
||||||
|
|
||||||
This library is distributed in the hope that it will be useful, but
|
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library
|
|
||||||
General Public Licence for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU Library General Public Licence
|
|
||||||
along with this software, usually in a file named COPYING.LIB. If not,
|
|
||||||
write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
|
|
||||||
Boston, MA 02111-1307 USA.
|
|
||||||
|
|
||||||
EXCEPTION NOTICE
|
|
||||||
|
|
||||||
1. As a special exception, the copyright holders of this library give
|
|
||||||
permission for additional uses of the text contained in this release of
|
|
||||||
the library as licenced under the wxWindows Library Licence, applying
|
|
||||||
either version 3 of the Licence, or (at your option) any later version of
|
|
||||||
the Licence as published by the copyright holders of version 3 of the
|
|
||||||
Licence document.
|
|
||||||
|
|
||||||
2. The exception is that you may use, copy, link, modify and distribute
|
|
||||||
under the user's own terms, binary object code versions of works based
|
|
||||||
on the Library.
|
|
||||||
|
|
||||||
3. If you copy code from files distributed under the terms of the GNU
|
|
||||||
General Public Licence or the GNU Library General Public Licence into a
|
|
||||||
copy of this library, as this licence permits, the exception does not
|
|
||||||
apply to the code that you add in this way. To avoid misleading anyone as
|
|
||||||
to the status of such modified files, you must delete this exception
|
|
||||||
notice from such code and/or adjust the licensing conditions notice
|
|
||||||
accordingly.
|
|
||||||
|
|
||||||
4. If you write modifications of your own for this library, it is your
|
|
||||||
choice whether to permit this exception to apply to your modifications.
|
|
||||||
If you do not wish that, you must delete the exception notice from such
|
|
||||||
code and/or adjust the licensing conditions notice accordingly.
|
|
||||||
|
|
||||||
|
|
@ -1,60 +0,0 @@
|
|||||||
wxWindows Free Documentation Licence, Version 3
|
|
||||||
===============================================
|
|
||||||
|
|
||||||
Copyright (c) 1998 Julian Smart, Robert Roebling et al
|
|
||||||
|
|
||||||
Everyone is permitted to copy and distribute verbatim copies
|
|
||||||
of this licence document, but changing it is not allowed.
|
|
||||||
|
|
||||||
WXWINDOWS FREE DOCUMENTATION LICENCE
|
|
||||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
||||||
|
|
||||||
1. Permission is granted to make and distribute verbatim copies of this
|
|
||||||
manual or piece of documentation provided any copyright notice and this
|
|
||||||
permission notice are preserved on all copies.
|
|
||||||
|
|
||||||
2. Permission is granted to process this file or document through a
|
|
||||||
document processing system and, at your option and the option of any third
|
|
||||||
party, print the results, provided a printed document carries a copying
|
|
||||||
permission notice identical to this one.
|
|
||||||
|
|
||||||
3. Permission is granted to copy and distribute modified versions of this
|
|
||||||
manual or piece of documentation under the conditions for verbatim
|
|
||||||
copying, provided also that any sections describing licensing conditions
|
|
||||||
for this manual, such as, in particular, the GNU General Public Licence,
|
|
||||||
the GNU Library General Public Licence, and any wxWindows Licence are
|
|
||||||
included exactly as in the original, and provided that the entire
|
|
||||||
resulting derived work is distributed under the terms of a permission
|
|
||||||
notice identical to this one.
|
|
||||||
|
|
||||||
4. Permission is granted to copy and distribute translations of this
|
|
||||||
manual or piece of documentation into another language, under the above
|
|
||||||
conditions for modified versions, except that sections related to
|
|
||||||
licensing, including this paragraph, may also be included in translations
|
|
||||||
approved by the copyright holders of the respective licence documents in
|
|
||||||
addition to the original English.
|
|
||||||
|
|
||||||
WARRANTY DISCLAIMER
|
|
||||||
|
|
||||||
5. BECAUSE THIS MANUAL OR PIECE OF DOCUMENTATION IS LICENSED FREE OF CHARGE,
|
|
||||||
THERE IS NO WARRANTY FOR IT, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
|
|
||||||
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER
|
|
||||||
PARTIES PROVIDE THIS MANUAL OR PIECE OF DOCUMENTATION "AS IS" WITHOUT
|
|
||||||
WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
|
|
||||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
|
||||||
PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF
|
|
||||||
THE MANUAL OR PIECE OF DOCUMENTATION IS WITH YOU. SHOULD THE MANUAL OR
|
|
||||||
PIECE OF DOCUMENTATION PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
|
|
||||||
NECESSARY SERVICING, REPAIR OR CORRECTION.
|
|
||||||
|
|
||||||
6. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL
|
|
||||||
ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
|
||||||
REDISTRIBUTE THE MANUAL OR PIECE OF DOCUMENTATION AS PERMITTED ABOVE, BE
|
|
||||||
LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
|
|
||||||
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
|
|
||||||
MANUAL OR PIECE OF DOCUMENTATION (INCLUDING BUT NOT LIMITED TO LOSS OF
|
|
||||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
|
||||||
PARTIES OR A FAILURE OF A PROGRAM BASED ON THE MANUAL OR PIECE OF
|
|
||||||
DOCUMENTATION TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR
|
|
||||||
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
|
||||||
|
|
@ -1,46 +0,0 @@
|
|||||||
#
|
|
||||||
# File: Makefile
|
|
||||||
# Author: Julian Smart
|
|
||||||
# Created: 1999
|
|
||||||
#
|
|
||||||
# Makefile : Builds wxWindows configuration tool manual
|
|
||||||
#
|
|
||||||
|
|
||||||
DOCDIR=..
|
|
||||||
LOCALDOCDIR=.
|
|
||||||
|
|
||||||
DOCSOURCES=configtool.tex
|
|
||||||
|
|
||||||
all: configtool.chm configtool.htb
|
|
||||||
|
|
||||||
hlp: configtool.hlp
|
|
||||||
htb: configtool.htb
|
|
||||||
html: configtool.html
|
|
||||||
htmlhelp: configtool.chm
|
|
||||||
pdfrtf: configtool_rtf.rtf
|
|
||||||
|
|
||||||
configtool.hlp: configtool.rtf configtool.hpj
|
|
||||||
rm -f configtool.ph
|
|
||||||
-hcw /E /C configtool.hpj
|
|
||||||
|
|
||||||
configtool.chm : configtool.html configtool.hhp
|
|
||||||
-hhc configtool.hhp
|
|
||||||
# -mkdir ..\htmlhelp
|
|
||||||
|
|
||||||
configtool_rtf.rtf: $(DOCSOURCES) tex2rtf.ini
|
|
||||||
-tex2rtf configtool.tex configtool_rtf.rtf -twice -rtf
|
|
||||||
|
|
||||||
configtool.rtf: $(DOCSOURCES) tex2rtf.ini
|
|
||||||
-tex2rtf configtool.tex configtool.rtf -twice -winhelp
|
|
||||||
|
|
||||||
configtool.html: $(DOCSOURCES) tex2rtf.ini
|
|
||||||
-tex2rtf configtool.tex configtool.html -twice -html
|
|
||||||
-rm -f *.con
|
|
||||||
-rm -f *.ref
|
|
||||||
-rm -f *.con
|
|
||||||
-rm -f *.ref
|
|
||||||
# -tweakmanual
|
|
||||||
|
|
||||||
configtool.htb: configtool_contents.html
|
|
||||||
-zip32 configtool.htb configtool*.html *.hhp *.hhk *.hhc *.gif
|
|
||||||
|
|
Before Width: | Height: | Size: 978 B |
Before Width: | Height: | Size: 81 B |
@ -1,810 +0,0 @@
|
|||||||
\documentstyle[a4,makeidx,verbatim,texhelp,fancyhea,mysober,mytitle]{report}%
|
|
||||||
\twocolwidtha{4cm}%
|
|
||||||
\definecolour{black}{0}{0}{0}%
|
|
||||||
\definecolour{cyan}{0}{255}{255}%
|
|
||||||
\definecolour{green}{0}{255}{0}%
|
|
||||||
\definecolour{magenta}{255}{0}{255}%
|
|
||||||
\definecolour{red}{255}{0}{0}%
|
|
||||||
\definecolour{blue}{0}{0}{200}%
|
|
||||||
\definecolour{yellow}{255}{255}{0}%
|
|
||||||
\definecolour{white}{255}{255}{255}%
|
|
||||||
%\input{psbox.tex}
|
|
||||||
\newcommand{\commandref}[2]{\helpref{{\tt $\backslash$#1}}{#2}}%
|
|
||||||
\newcommand{\commandrefn}[2]{\helprefn{{\tt $\backslash$#1}}{#2}\index{#1}}%
|
|
||||||
\newcommand{\commandpageref}[2]{\latexignore{\helprefn{{\tt $\backslash$#1}}{#2}}\latexonly{{\tt $\backslash$#1} {\it page \pageref{#2}}}\index{#1}}%
|
|
||||||
\newcommand{\indexit}[1]{#1\index{#1}}%
|
|
||||||
\newcommand{\inioption}[1]{{\tt #1}\index{#1}}%
|
|
||||||
\parskip=10pt%
|
|
||||||
\parindent=0pt%
|
|
||||||
\title{\cttitle}%
|
|
||||||
\author{(c) Julian Smart, 2003}%
|
|
||||||
\makeindex%
|
|
||||||
\begin{document}%
|
|
||||||
%\maketitle%
|
|
||||||
\begin{center}
|
|
||||||
\image{}{logo.gif}
|
|
||||||
|
|
||||||
{\large {\bf Version \ctversion}}
|
|
||||||
|
|
||||||
(c) Julian Smart
|
|
||||||
\end{center}
|
|
||||||
|
|
||||||
\pagestyle{fancyplain}%
|
|
||||||
\bibliographystyle{plain}%
|
|
||||||
\pagenumbering{arabic}%
|
|
||||||
\setheader{{\it CONTENTS}}{}{}{}{}{{\it CONTENTS}}%
|
|
||||||
\setfooter{\thepage}{}{}{}{}{\thepage}%
|
|
||||||
\tableofcontents%
|
|
||||||
|
|
||||||
|
|
||||||
\chapter{Welcome to \ctshortname}%
|
|
||||||
\setheader{{\it Welcome}}{}{}{}{}{{\it Welcome}}%
|
|
||||||
\setfooter{\thepage}{}{}{}{}{\thepage}%
|
|
||||||
|
|
||||||
Welcome to \ctname, the easy way to configure wxWidgets.
|
|
||||||
Instead of tweaking a setup.h file, or typing a long configure
|
|
||||||
command, you can now check and uncheck options in a convenient
|
|
||||||
GUI tool, read the relevant reference document for each
|
|
||||||
option, and save the setup.h file or configure command file.
|
|
||||||
|
|
||||||
\begin{itemize}\itemsep=0pt
|
|
||||||
\item For release information, please see \helpref{Release Notes}{releasenotes}.
|
|
||||||
\item For a tour of the main windows in \ctshortname, please see the \helpref{User Interface}{documentui} section.
|
|
||||||
%\item For a quick tutorial, go straight to \helpref{Getting Started}{gettingstarted}.
|
|
||||||
\item For tips and troubleshooting, see the \helpref{How To}{howto} section.
|
|
||||||
\end{itemize}
|
|
||||||
|
|
||||||
\chapter{Contacts}%
|
|
||||||
\setheader{{\it Contacts}}{}{}{}{}{{\it Contacts}}%
|
|
||||||
\setfooter{\thepage}{}{}{}{}{\thepage}%
|
|
||||||
|
|
||||||
The \ctname home page is at:
|
|
||||||
|
|
||||||
{\tt \cturl}
|
|
||||||
|
|
||||||
For help with \ctshortname or to report bugs,
|
|
||||||
please go to the wxWidgets web site.
|
|
||||||
|
|
||||||
\section{Credits}
|
|
||||||
|
|
||||||
\begin{center}
|
|
||||||
{\bf (c) 2003 Julian Smart, Anthemion Software}\hrule
|
|
||||||
|
|
||||||
{\it Designed by}
|
|
||||||
|
|
||||||
{\bf Julian Smart}
|
|
||||||
|
|
||||||
{\it Programmed by}
|
|
||||||
|
|
||||||
{\bf Julian Smart}
|
|
||||||
|
|
||||||
{\it Additional programming by}
|
|
||||||
|
|
||||||
{\bf The wxWidgets development team}
|
|
||||||
|
|
||||||
\end{center}
|
|
||||||
|
|
||||||
\chapter{Installation}%
|
|
||||||
\setheader{{\it Installation}}{}{}{}{}{{\it Installation}}%
|
|
||||||
\setfooter{\thepage}{}{}{}{}{\thepage}%
|
|
||||||
|
|
||||||
{\bf On Windows:}
|
|
||||||
|
|
||||||
Please run the installation program. This will create a program
|
|
||||||
folder called \ctname (or other name if you have chosen a different name). This
|
|
||||||
folder can be accessed via the Start menu under Programs. The
|
|
||||||
folder contains shortcuts to the program, help file, and Uninstall program.
|
|
||||||
|
|
||||||
You can uninstall \ctshortname either by double-clicking the Uninstall \ctshortname icon
|
|
||||||
in the \ctname group, or by invoking the Windows Control Panel,
|
|
||||||
double-clicking on Add/Remove Programs, and then choosing the \ctshortname item.
|
|
||||||
|
|
||||||
{\bf On Linux:}
|
|
||||||
|
|
||||||
Unarchive wxconfigtool-x.xx.tar.gz to a suitable location
|
|
||||||
in your filesystem. A directory of the form wxconfigtool-x.xx
|
|
||||||
(where x.xx is the version number) will be created.
|
|
||||||
|
|
||||||
Add the location to your PATH and run the application with
|
|
||||||
'wxconfigtool'. You may wish to set the environment variable
|
|
||||||
WXCONFIGTOOLDIR so that wxWidgets Configuration Tool can find its data files.
|
|
||||||
|
|
||||||
For example:
|
|
||||||
|
|
||||||
\begin{verbatim}
|
|
||||||
% cd ~
|
|
||||||
% tar xvfz wxconfigtool-1.01.tar.gz
|
|
||||||
% export WXCONFIGTOOLDIR=`pwd`/wxconfigtool-1.01
|
|
||||||
% export PATH=$PATH:$WXCONFIGTOOLDIR
|
|
||||||
% wxconfigtool
|
|
||||||
\end{verbatim}
|
|
||||||
|
|
||||||
If you don't want to change your PATH, you could place a
|
|
||||||
script in a location already on your PATH, such as
|
|
||||||
/usr/local/bin. For example:
|
|
||||||
|
|
||||||
\begin{verbatim}
|
|
||||||
#!/bin/sh
|
|
||||||
# Invokes wxWidgets Configuration Tool
|
|
||||||
export WXCONFIGTOOLDIR=/home/mydir/wxconfigtool-1.01
|
|
||||||
$WXCONFIGTOOLDIR/wxconfigtool $*
|
|
||||||
\end{verbatim}
|
|
||||||
|
|
||||||
{\bf On Mac:}
|
|
||||||
|
|
||||||
Download and unarchive the HQX file, and drag the wxWidgets Configuration Tool folder to an appropriate location
|
|
||||||
on your hard disk. Then double-click on the 'wxconfigtool' executable.
|
|
||||||
|
|
||||||
\chapter{Release notes}\label{releasenotes}%
|
|
||||||
\setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
|
|
||||||
\setfooter{\thepage}{}{}{}{}{\thepage}%
|
|
||||||
|
|
||||||
For licencing information, please see
|
|
||||||
the licence files in the installation directory:
|
|
||||||
|
|
||||||
\begin{itemize}\itemsep=0pt
|
|
||||||
\item licendoc.txt
|
|
||||||
\item gpl.txt
|
|
||||||
\item lgpl.txt
|
|
||||||
\item preamble.txt
|
|
||||||
\end{itemize}
|
|
||||||
|
|
||||||
\section{What's New?}\label{whatsnew}
|
|
||||||
|
|
||||||
{\bf Version 1.02, June 16th 2003}
|
|
||||||
|
|
||||||
\begin{itemize}\itemsep=10pt
|
|
||||||
\item The <b>Platform</b> group has been renamed
|
|
||||||
<b>Target</b>, since there can be multiple targets
|
|
||||||
per platform.
|
|
||||||
\item The Windows/Universal target has been added.
|
|
||||||
\end{itemize}
|
|
||||||
|
|
||||||
{\bf Version 1.01, June 14th 2003}
|
|
||||||
|
|
||||||
\begin{itemize}\itemsep=10pt
|
|
||||||
\item Added Find facility.
|
|
||||||
\end{itemize}
|
|
||||||
|
|
||||||
{\bf Version 1.0, June 11th 2003}
|
|
||||||
|
|
||||||
\begin{itemize}\itemsep=10pt
|
|
||||||
\item Initial version.
|
|
||||||
\end{itemize}
|
|
||||||
|
|
||||||
\section{Known issues}\label{knownissues}
|
|
||||||
|
|
||||||
The following problems are known to exist:
|
|
||||||
|
|
||||||
\begin{itemize}\itemsep=10pt
|
|
||||||
\item No issues as yet.
|
|
||||||
\end{itemize}
|
|
||||||
|
|
||||||
\section{To Do}\label{todo}
|
|
||||||
|
|
||||||
There are many things that could be done to make
|
|
||||||
this tool more useful, including the following.
|
|
||||||
|
|
||||||
\begin{itemize}\itemsep=10pt
|
|
||||||
\item Allow full platform-specific dependency specification
|
|
||||||
as mentioned in \helpref{How to specify platform-specific dependencies}{platformdependencies}.
|
|
||||||
\item Allow \ctshortname to invoke configure and make, with an output
|
|
||||||
window showing build status.
|
|
||||||
\item Distinguish between template files and settings file; allow
|
|
||||||
application of template files to settings files, and vice versa.
|
|
||||||
\item Implement support for string, integer, float settings.
|
|
||||||
\item Write a configuration browser.
|
|
||||||
\item Add description, date and author information to the settings file.
|
|
||||||
\item Command-line mode with ability to change settings from
|
|
||||||
the command-line. Just like configure :-)
|
|
||||||
\item Decide on standard location for settings files.
|
|
||||||
\item Integrate with new (and old?) build systems.
|
|
||||||
\item Allow customization of font and colour.
|
|
||||||
\item Show all calculated dependencies for each config item.
|
|
||||||
\item Add a search facility.
|
|
||||||
\end{itemize}
|
|
||||||
|
|
||||||
\section{Differences between Windows, Linux and Mac versions}\label{platformdifferences}
|
|
||||||
|
|
||||||
Although every effort has been made to make wxWidgets Configuration Tool work
|
|
||||||
the same way on different environments, some small differences
|
|
||||||
are inevitable.
|
|
||||||
|
|
||||||
\begin{itemize}\itemsep=10pt
|
|
||||||
\item Screenshots illustrate the Windows version; the Linux
|
|
||||||
and Mac windows and dialogs will be slightly different, but with equivalent
|
|
||||||
functionality.
|
|
||||||
\item Dialogs under Windows often have a '?' button on the title
|
|
||||||
bar, for context-sensitive help. Under Linux, this button is
|
|
||||||
on the dialog itself, usually near the OK or Close button.
|
|
||||||
On the Mac, context-sensitive help is not yet supported.
|
|
||||||
\item Under Linux, online help invoked from the {\bf Help} button
|
|
||||||
in modal dialogs is itself modal. That is, you have to quit
|
|
||||||
the help window to return to the dialog. On Windows, you can
|
|
||||||
switch back to the dialog without quitting the help viewer.
|
|
||||||
\item On Windows and Linux, context menus are invoked with
|
|
||||||
right-click. On Mac, use control-click.
|
|
||||||
\end{itemize}
|
|
||||||
|
|
||||||
\chapter{\ctshortname user interface}\label{documentui}%
|
|
||||||
\setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
|
|
||||||
\setfooter{\thepage}{}{}{}{}{\thepage}%
|
|
||||||
|
|
||||||
This section describes the main elements of the \ctname user interface.
|
|
||||||
|
|
||||||
The \ctshortname main window looks like this:
|
|
||||||
|
|
||||||
\begin{center}
|
|
||||||
\image{}{screen01.png}
|
|
||||||
\end{center}
|
|
||||||
|
|
||||||
\section{Menubar}
|
|
||||||
|
|
||||||
%\image{}{menubar.gif}
|
|
||||||
|
|
||||||
The \helpref{menubar}{menubarcommands} allows you to perform many functions
|
|
||||||
such as loading and saving files, creating new configuration items,
|
|
||||||
undo/redo, invoking help, and so on. Try to remember the keyboard shortcuts that are
|
|
||||||
displayed next to the menu item labels - they can save you a lot of time
|
|
||||||
and make your \ctshortname experience more natural and enjoyable.
|
|
||||||
|
|
||||||
\section{Main toolbar}
|
|
||||||
|
|
||||||
%\image{}{toolbar.gif}
|
|
||||||
|
|
||||||
The main toolbar gives quick access to commonly-used commands.
|
|
||||||
If you hold your mouse pointer over the toolbar buttons, a tooltip pops up with a short description
|
|
||||||
of the button's function.
|
|
||||||
|
|
||||||
You can choose to hide the toolbar altogether
|
|
||||||
using the {\bf View | Show Toolbar} menu command.
|
|
||||||
|
|
||||||
You can find out more about in the \helpref{toolbar commands}{toolbarcommands} topic.
|
|
||||||
|
|
||||||
\section{Configuration window}
|
|
||||||
|
|
||||||
%\image{}{configwindow.gif}
|
|
||||||
|
|
||||||
The biggest area of \ctshortname is taken up by the configuration window.
|
|
||||||
|
|
||||||
On the left is a hierarchy of settings that can be customized.
|
|
||||||
You can check and uncheck most settings, but you will find that
|
|
||||||
many settings are disabled because they depend on other settings
|
|
||||||
being enabled (or disabled).
|
|
||||||
|
|
||||||
As an end user, you will probably only want to enable or disable
|
|
||||||
options, but it's possible you may wish to update the structure
|
|
||||||
of the settings file itself. In which case you can use the
|
|
||||||
{\bf Edit} menu to add, remove, or rename items; and you can
|
|
||||||
add custom properties to an item, but this is usually only
|
|
||||||
useful for a developer of the tool to do.
|
|
||||||
|
|
||||||
Undo/Redo can be applied to most editing commands, but (currently) not
|
|
||||||
enabling and disabling operations.
|
|
||||||
|
|
||||||
There are three tabs in the main window: {\bf Properties}, {\bf Setup.h},
|
|
||||||
and {\bf Configure}. The Properties tab contains the properties
|
|
||||||
for the selected option. Setup.h shows the setup file,
|
|
||||||
and there are buttons to allow you to copy the file to the clipboard
|
|
||||||
and regenerate the file. Similarly, the Configure tab shows
|
|
||||||
the script that will invoke configure.
|
|
||||||
|
|
||||||
The property editor allows you to show detailed information
|
|
||||||
about the option. A description for each property is shown
|
|
||||||
when you click on the property. You can also edit property values,
|
|
||||||
either by clicking and typing, or by double-clicking or clicking
|
|
||||||
on the {\bf Edit...} button. If a special editor is defined for
|
|
||||||
the property type, it will be shown.
|
|
||||||
|
|
||||||
You can invoke help for the selected option, by clicking
|
|
||||||
on the question mark toolbar button or the {\bf Help | Configuration Item Help} menu
|
|
||||||
item. If there is a help topic defined for the option, the
|
|
||||||
wxWidgets reference manual will be opened at that topic.
|
|
||||||
|
|
||||||
\begin{comment}
|
|
||||||
\chapter{Getting started: a step-by-step guide}\label{gettingstarted}%
|
|
||||||
\setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
|
|
||||||
\setfooter{\thepage}{}{}{}{}{\thepage}%
|
|
||||||
|
|
||||||
This section will quickly get you up and running with \ctshortname. Click
|
|
||||||
on \helpref{Step 1}{step1} to start. If you are
|
|
||||||
using a Mac, please interpret 'left-click' to mean 'click', and
|
|
||||||
'right-click' to mean 'control-click'.
|
|
||||||
|
|
||||||
\section{Step 1: creating a new configuration}\label{step1}
|
|
||||||
|
|
||||||
When you run \ctshortname for the first time, you are presented with an
|
|
||||||
empty configuration window.
|
|
||||||
|
|
||||||
Go to \helpref{Step 2}{step2} to learn how to do the next thing.
|
|
||||||
|
|
||||||
\section{Step 2: doing something else}\label{step2}
|
|
||||||
|
|
||||||
Go to \helpref{Step 3}{step3} to learn how to do a third thing.
|
|
||||||
|
|
||||||
\section{Step 3: a third thing}\label{step3}
|
|
||||||
|
|
||||||
Go to \helpref{Step 4}{step4} to learn about saving your document and reloading it.
|
|
||||||
|
|
||||||
\section{Step 4: saving and loading documents}\label{step4}
|
|
||||||
|
|
||||||
You may wish to save a document, so you can come back to it later. Click on {\bf File | Save} or
|
|
||||||
the \image{}{save.png} toolbar button. The first time you save the file, you will be prompted
|
|
||||||
for a filename: you can accept the default one provided, or choose another.
|
|
||||||
|
|
||||||
To reload the document, click on {\bf File | Open...} or the \image{}{open.gif} toolbar button.
|
|
||||||
If you are working on another document, you will be prompted to save it first.
|
|
||||||
|
|
||||||
Go to \helpref{Step 5: generating configurations}{step5}
|
|
||||||
|
|
||||||
\section{Step 5: generating configurations}\label{step5}
|
|
||||||
|
|
||||||
Todo.
|
|
||||||
|
|
||||||
Go to \helpref{Step 6: where next?}{step6}
|
|
||||||
|
|
||||||
\section{Step 6: where next?}\label{step6}
|
|
||||||
|
|
||||||
Congratulations! You have learnt how to create, edit, save, and load configuration
|
|
||||||
files.
|
|
||||||
|
|
||||||
To get to know \ctshortname more thoroughly, here are some further things you
|
|
||||||
can do.
|
|
||||||
|
|
||||||
\begin{itemize}
|
|
||||||
\item Read the \helpref{How To}{howto} section.
|
|
||||||
\item Use the help facilities: most dialogs have a {\bf Help} button for a general description, and they
|
|
||||||
also have a {\bf "?"} button for getting information on individual controls on a dialog.
|
|
||||||
\item Explore the menubar and the menus that appear when you right-click over
|
|
||||||
the window background and individual cards.
|
|
||||||
\end{itemize}
|
|
||||||
|
|
||||||
\end{comment}
|
|
||||||
|
|
||||||
\chapter{Using menubar commands}\label{menubarcommands}%
|
|
||||||
\setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
|
|
||||||
\setfooter{\thepage}{}{}{}{}{\thepage}%
|
|
||||||
|
|
||||||
%\image{}{menubar.gif}
|
|
||||||
|
|
||||||
This section describes the menubar commands. Commands
|
|
||||||
that are not available in the current context are disabled (shown in grey).
|
|
||||||
|
|
||||||
\section{File menu}
|
|
||||||
|
|
||||||
The File menu shows commands that are mostly related to working
|
|
||||||
with files.
|
|
||||||
|
|
||||||
\begin{twocollist}\itemsep=0pt
|
|
||||||
\twocolitem{{\bf New...} (Ctrl+N)}{Creates a new \ctshortname document.}
|
|
||||||
\twocolitem{{\bf Open...} (Ctrl+O)}{Opens an existing document.}
|
|
||||||
\twocolitem{{\bf Close} (Ctrl+W)}{Closes the current document.}
|
|
||||||
\twocolitem{\hrule}{\htmlonly{\hrule}}
|
|
||||||
\twocolitem{{\bf Save} (Ctrl+S)}{Saves the current document.}
|
|
||||||
\twocolitem{{\bf Save As...}}{Saves the current document under a new name.}
|
|
||||||
\twocolitem{\hrule}{\htmlonly{\hrule}}
|
|
||||||
\twocolitem{{\bf Save Setup.h...} (Ctrl+H)}{Saves the generated setup.h file in the specified location.}
|
|
||||||
\twocolitem{{\bf Save Configure Script...} (Ctrl+G)}{Saves the generated script containing a configure command in the specified location.}
|
|
||||||
\twocolitem{\hrule}{\htmlonly{\hrule}}
|
|
||||||
\twocolitem{{\bf Go} (F5)}{Saves the generated setup.h file or configurewx.sh script (according to the default setting) in the last-saved.}
|
|
||||||
\twocolitem{\hrule}{\htmlonly{\hrule}}
|
|
||||||
\twocolitem{{\bf Exit} (Alt+F4)}{Exits the program.}
|
|
||||||
\end{twocollist}
|
|
||||||
|
|
||||||
\section{Edit menu}
|
|
||||||
|
|
||||||
The Edit menu shows commands that are related to editing
|
|
||||||
document elements.
|
|
||||||
|
|
||||||
\twocolwidtha{5cm}
|
|
||||||
\begin{twocollist}\itemsep=0pt
|
|
||||||
\twocolitem{{\bf Undo} (Ctrl+Z)}{Undoes the last undoable action.}
|
|
||||||
\twocolitem{{\bf Redo} (Ctrl+Y)}{Redoes the last redoable action.}
|
|
||||||
\twocolitem{\hrule}{\htmlonly{\hrule}}
|
|
||||||
\twocolitem{{\bf Cut} (Ctrl+T)}{Cuts the selected option and places it on the clipboard.}
|
|
||||||
\twocolitem{{\bf Copy} (Ctrl+C)}{Copies the selected option.}
|
|
||||||
\twocolitem{{\bf Paste} (Ctrl+V)}{Pastes an option from the clipboard to the position. Whether the
|
|
||||||
option is pasted as a child or sibling of the selection is determined by whether
|
|
||||||
the selection is a folder or not. If you want finer control, right-click on the
|
|
||||||
item in the tree control and select one of the paste commands.}
|
|
||||||
\twocolitem{\hrule}{\htmlonly{\hrule}}
|
|
||||||
\twocolitem{{\bf Add Option}}{Shows a menu for adding one of several option types.}
|
|
||||||
\twocolitem{\hrule}{\htmlonly{\hrule}}
|
|
||||||
\twocolitem{{\bf Custom Property}}{Shows a menu for adding, editing or deleting a custom option property.}
|
|
||||||
\twocolitem{\hrule}{\htmlonly{\hrule}}
|
|
||||||
\twocolitem{{\bf Delete Option}}{Deletes the selected option.}
|
|
||||||
\twocolitem{{\bf Rename Option}}{Shows a dialog for renaming the selected option.}
|
|
||||||
\twocolitem{\hrule}{\htmlonly{\hrule}}
|
|
||||||
\twocolitem{{\bf Find...}}{Shows the Find dialog, allowing you to search for text
|
|
||||||
within name, description and notes for each item.}
|
|
||||||
\end{twocollist}
|
|
||||||
|
|
||||||
\section{View menu}
|
|
||||||
|
|
||||||
The View menu gives you commands related to showing or hiding windows
|
|
||||||
and various other preferences.
|
|
||||||
|
|
||||||
\twocolwidtha{5cm}
|
|
||||||
\begin{twocollist}\itemsep=0pt
|
|
||||||
\twocolitem{{\bf Show Toolbar}}{Shows or hides the toolbar, beneath the menubar.}
|
|
||||||
\twocolitem{\hrule}{\htmlonly{\hrule}}
|
|
||||||
\twocolitem{{\bf Settings...} (Ctrl+T)}{Shows the \helpref{Settings Dialog}{settingsdialog}, which
|
|
||||||
relate to application-wide settings.}
|
|
||||||
\end{twocollist}
|
|
||||||
|
|
||||||
\section{Help menu}
|
|
||||||
|
|
||||||
The Help menu gives you commands related to getting help.
|
|
||||||
|
|
||||||
\twocolwidtha{5cm}
|
|
||||||
\begin{twocollist}\itemsep=0pt
|
|
||||||
\twocolitem{{\bf Contents}}{Invokes the on-line help, showing the contents page.}
|
|
||||||
\twocolitem{{\bf wxWidgets Help Contents}}{Invokes the on-line wxWidgets reference manual, showing the contents page.}
|
|
||||||
\twocolitem{\hrule}{\htmlonly{\hrule}}
|
|
||||||
\twocolitem{{\bf Configuration Option Help} (F1)}{Invokes the on-line wxWidgets reference manual at the topic for the selected option (if a topic
|
|
||||||
is defined).}
|
|
||||||
\twocolitem{{\bf What's This?}}{Click to get help on a window or configuration option.}
|
|
||||||
\twocolitem{\hrule}{\htmlonly{\hrule}}
|
|
||||||
\twocolitem{{\bf About...}}{Displays a dialog giving a brief description of the program.}
|
|
||||||
\end{twocollist}
|
|
||||||
|
|
||||||
\chapter{Using context menu commands}\label{contextmenucommands}%
|
|
||||||
\setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
|
|
||||||
\setfooter{\thepage}{}{}{}{}{\thepage}%
|
|
||||||
|
|
||||||
This section describes the context menu commands available when you right-click.
|
|
||||||
On the Mac, this is achieved with control-click.
|
|
||||||
|
|
||||||
\section{Configuration tree context menu}
|
|
||||||
|
|
||||||
This menu is shown when you right-click over the configuration tree window background.
|
|
||||||
On the Mac, this is achieved with control-click.
|
|
||||||
|
|
||||||
\twocolwidtha{5cm}
|
|
||||||
\begin{twocollist}\itemsep=0pt
|
|
||||||
\twocolitem{{\bf Paste before this option}}{Pastes the clipboard option before the clicked-on option.}
|
|
||||||
\twocolitem{{\bf Paste after this option}}{Pastes the clipboard option after the clicked-on option.}
|
|
||||||
\twocolitem{{\bf Paste as child of this option}}{Pastes the clipboard option as a child of the clicked-on option,
|
|
||||||
if it is a group option.}
|
|
||||||
\twocolitem{\hrule}{\htmlonly{\hrule}}
|
|
||||||
\twocolitem{{\bf C&opy}}{Copies the clicked-on option to the internal clipboard.}
|
|
||||||
\twocolitem{{\bf Cu&t}}{Copies the clicked-on option to the internal clipboard, and
|
|
||||||
deletes the option from the tree.}
|
|
||||||
\end{twocollist}
|
|
||||||
|
|
||||||
\chapter{Using toolbar commands}\label{toolbarcommands}%
|
|
||||||
\setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
|
|
||||||
\setfooter{\thepage}{}{}{}{}{\thepage}%
|
|
||||||
|
|
||||||
This section describes the toolbar commands.
|
|
||||||
|
|
||||||
%\image{}{toolbar.gif}
|
|
||||||
|
|
||||||
The toolbar provides quick access to commonly-used
|
|
||||||
commands.
|
|
||||||
|
|
||||||
\twocolwidtha{5cm}
|
|
||||||
\begin{twocollist}\itemsep=0pt
|
|
||||||
\twocolitem{\image{}{new.png}{\bf New Document}}{Creates a new document.}
|
|
||||||
\twocolitem{\image{}{open.png}{\bf Open Document}}{Opens an existing document, closing the currently open document.}
|
|
||||||
\twocolitem{\image{}{save.png}{\bf Save Document}}{Saves the current document.}
|
|
||||||
\twocolitem{\hrule}{\htmlonly{\hrule}}
|
|
||||||
\twocolitem{\image{}{undo.png}{\bf Undo}}{Undoes the last command.}
|
|
||||||
\twocolitem{\image{}{redo.png}{\bf Redo}}{Redoes the last command.}
|
|
||||||
\twocolitem{\hrule}{\htmlonly{\hrule}}
|
|
||||||
\twocolitem{\image{}{copy.png}{\bf Copy}}{Copies the selected option to an internal clipboard.}
|
|
||||||
\twocolitem{\image{}{cut.png}{\bf Cut}}{Cuts the selected option and copies it to the internal clipboard..}
|
|
||||||
\twocolitem{\image{}{paste.png}{\bf Paste}}{Pastes the option from the clipboard to the configuration tree.}
|
|
||||||
\twocolitem{\hrule}{\htmlonly{\hrule}}
|
|
||||||
\twocolitem{\image{}{go.png}{\bf Go}}{Saves the generated setup.h file or configurewx.sh script (according to the default setting) in the last-saved.}
|
|
||||||
\twocolitem{\hrule}{\htmlonly{\hrule}}
|
|
||||||
\twocolitem{\image{}{help.png}{\bf Help}}{Shows the wxWidgets manual topic for the
|
|
||||||
\twocolitem{\image{}{helpcs.png}{\bf Context Help}}{Shows a context-sensitive help
|
|
||||||
cursor; click on a window to show brief help about that window.}
|
|
||||||
selected configuration item.}
|
|
||||||
\end{twocollist}
|
|
||||||
|
|
||||||
\chapter{Using dialogs}\label{dialogs}%
|
|
||||||
\setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
|
|
||||||
\setfooter{\thepage}{}{}{}{}{\thepage}%
|
|
||||||
|
|
||||||
Most dialogs have a {\bf "?"} button on their caption to provide context-sensitive help.
|
|
||||||
Click on this and then on a control
|
|
||||||
in a dialog to get quick help on that control. You can also click on the {\bf Help} button
|
|
||||||
for more detailed help on the dialog.
|
|
||||||
|
|
||||||
\section{Settings dialog}\label{settingsdialog}
|
|
||||||
|
|
||||||
This dialog has a number of tabs to allow you to
|
|
||||||
edit different categories of settings that are applicable
|
|
||||||
to the application as a whole.
|
|
||||||
|
|
||||||
\subsection{General settings dialog}\label{generalapplicationsettingsdialog}
|
|
||||||
|
|
||||||
The General Settings Dialog allows you to set a variety of \ctshortname options.
|
|
||||||
|
|
||||||
\twocolwidtha{5cm}
|
|
||||||
\begin{twocollist}\itemsep=0pt
|
|
||||||
\twocolitem{{\bf Load last document on startup}}{If checked, the last viewed document will
|
|
||||||
be reloaded when \ctshortname starts up.}
|
|
||||||
% If the application terminated abnormally, this
|
|
||||||
%option will be switched off the next time \ctshortname runs in case there was a problem with
|
|
||||||
%the document file.}
|
|
||||||
%\twocolitem{{\bf Auto-save document}}{If checked, \ctshortname will regularly
|
|
||||||
%save the document to a temporary file. If \ctshortname or the operating system
|
|
||||||
%should terminate abnormally, the next time \ctshortname is run it will
|
|
||||||
%check for an auto-save file and ask if you wish to open that file.}
|
|
||||||
%\twocolitem{{\bf Show welcome dialog on startup}}{If checked, the \helpref{Welcome Dialog}{welcomedialog} will
|
|
||||||
%be shown on startup.}
|
|
||||||
\twocolitem{{\bf Show tooltips}}{If checked, tooltips will be shown in most dialogs, when you hover
|
|
||||||
the mouse pointer over a control.}
|
|
||||||
\end{twocollist}
|
|
||||||
|
|
||||||
\subsection{Location settings dialog}\label{locationsettingsdialog}
|
|
||||||
|
|
||||||
The Location Settings Dialog allows you to choose various locations.
|
|
||||||
|
|
||||||
\twocolwidtha{5cm}
|
|
||||||
\begin{twocollist}\itemsep=0pt
|
|
||||||
\twocolitem{{\bf wxWidgets hierarchy}}{This determines where \ctshortname will look
|
|
||||||
when prompting for filenames.}
|
|
||||||
\twocolitem{{\bf Use WXWIN environment variable}}{Check this to use
|
|
||||||
the value of the WXWIN variable instead of the path entered in the text field.}
|
|
||||||
\end{twocollist}
|
|
||||||
|
|
||||||
\chapter{Using keyboard shortcuts}\label{keyboardshortcuts}%
|
|
||||||
\setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
|
|
||||||
\setfooter{\thepage}{}{}{}{}{\thepage}%
|
|
||||||
|
|
||||||
You can make your \ctshortname experience even smoother by
|
|
||||||
using handy keyboard shortcuts. Note that some shortcuts are
|
|
||||||
dependent on context: that is, which control has the focus.
|
|
||||||
|
|
||||||
\twocolwidtha{3cm}
|
|
||||||
\begin{twocollist}\itemsep=0pt
|
|
||||||
\twocolitem{{\bf Ctrl + C}}{Copies the selected option to the clipboard.}
|
|
||||||
\twocolitem{{\bf Ctrl + H}}{Saves the setup.h file.}
|
|
||||||
\twocolitem{{\bf Ctrl + G}}{Saves the configure script file.}
|
|
||||||
\twocolitem{{\bf Ctrl + N}}{Creates a new \ctshortname file.}
|
|
||||||
\twocolitem{{\bf Ctrl + O}}{Opens a \ctshortname file.}
|
|
||||||
\twocolitem{{\bf Ctrl + S}}{Saves the current \ctshortname document.}
|
|
||||||
\twocolitem{{\bf Ctrl + T}}{Shows the \helpref{Settings Dialog}{settingsdialog}.}
|
|
||||||
\twocolitem{{\bf Ctrl + V}}{Pastes the option on the clipboard (if any) to the configuration tree.}
|
|
||||||
\twocolitem{{\bf Ctrl + W}}{Closes the current \ctshortname document.}
|
|
||||||
\twocolitem{{\bf Ctrl + X}}{Cuts the selected option and copies it to the clipboard.}
|
|
||||||
\twocolitem{{\bf Ctrl + Y}}{Redoes the previously undone edit.}
|
|
||||||
\twocolitem{{\bf Ctrl + Z}}{Undoes the previous edit.}
|
|
||||||
\twocolitem{{\bf F1}}{Shows the online help for the selected item.}
|
|
||||||
\twocolitem{{\bf Alt + F4}}{Closes \ctshortname.}
|
|
||||||
\end{twocollist}
|
|
||||||
|
|
||||||
\chapter{Reference}\label{reference}%
|
|
||||||
\setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
|
|
||||||
\setfooter{\thepage}{}{}{}{}{\thepage}%
|
|
||||||
|
|
||||||
\section{The dependency evaluation algorithm}
|
|
||||||
|
|
||||||
\ctshortname pre-calculates a list of all dependencies
|
|
||||||
for each option -- this is a kind of reverse-pointer version
|
|
||||||
of all the dependencies associated with each item. So
|
|
||||||
if option {\bf a} has a {\bf requires} option specifying
|
|
||||||
{\bf b}, then {\bf b} will end up with a dependency list
|
|
||||||
containing {\bf a} and any other options that refer to it.
|
|
||||||
|
|
||||||
When the user enables or disables an option ({\bf b}),
|
|
||||||
the list of dependencies for that option is visited,
|
|
||||||
and for each mentioned option ({\bf a}), all its dependency information
|
|
||||||
is evaluated. This may result in the option {\bf a} being
|
|
||||||
(de)selected and perhaps deactivated (made insensitive).
|
|
||||||
|
|
||||||
The results of this change are propagated to dependents of
|
|
||||||
{\bf a}, recursively, so several options may flip state
|
|
||||||
as the result of checking the original option.
|
|
||||||
|
|
||||||
The parent-child relationship of a check or radio
|
|
||||||
group and its children is considered to be a virtual
|
|
||||||
'requires' dependency. Mutual exclusivity is also
|
|
||||||
taken into account if the option is a radio option
|
|
||||||
or group. For each radio option, all other mutually
|
|
||||||
exclusive options need to be listed. See the
|
|
||||||
{\bf Target} group for an example of this.
|
|
||||||
|
|
||||||
The results of these dependencies can be overridden by
|
|
||||||
indeterminate-if, which is done last of all and can
|
|
||||||
make the option user-selectable when otherwise it
|
|
||||||
would be constrained to be enabled or disabled.
|
|
||||||
|
|
||||||
\section{How \ctshortname generates the configure commands}
|
|
||||||
|
|
||||||
If the {\bf configure} property isn't empty,
|
|
||||||
\ctshortname will output the string as a parameter
|
|
||||||
to configure.
|
|
||||||
|
|
||||||
The configure command is taken to be the command to
|
|
||||||
use if the option is checked. If the option is
|
|
||||||
unchecked, the 'enable' or 'with' is replaced with
|
|
||||||
'disable' or 'without'.
|
|
||||||
|
|
||||||
TODO: should we distinguish between the case
|
|
||||||
where a setting is not passed to configure (using
|
|
||||||
the default), versus the case where it's specified but disabled?
|
|
||||||
It's probably a good idea to make all the options
|
|
||||||
explicit, but on the other hand it makes for a very long
|
|
||||||
command line.
|
|
||||||
|
|
||||||
\ctshortname checks for the presence of a
|
|
||||||
{\bf builtin} custom boolean property and appends 'builtin' or
|
|
||||||
'sys' to the configure command depending on where
|
|
||||||
the {\bf builtin} setting is checked or unchecked.
|
|
||||||
We also allow for passing strings, e.g. for --with-rpath=DIR,
|
|
||||||
by using the {\bf value} custom string property.
|
|
||||||
|
|
||||||
\section{How \ctshortname generates the setup.h file}
|
|
||||||
|
|
||||||
The {\bf Target} group is ignored. In all other
|
|
||||||
cases, if the setting is prefixed by wxUSE_...
|
|
||||||
and it's a boolean setting, \ctshortname will
|
|
||||||
output 1 or 0 depending on the setting state.
|
|
||||||
|
|
||||||
A few settings that don't have the wxUSE_...
|
|
||||||
convention are also checked for and processed.
|
|
||||||
|
|
||||||
|
|
||||||
\chapter{How To...}\label{howto}%
|
|
||||||
\setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
|
|
||||||
\setfooter{\thepage}{}{}{}{}{\thepage}%
|
|
||||||
|
|
||||||
A variety of topics to help you get the best from \ctshortname.
|
|
||||||
|
|
||||||
\section{How to specify dependencies}\label{dependencies}
|
|
||||||
|
|
||||||
To ensure consistency throughout the configuration,
|
|
||||||
\ctshortname allows specification of dependencies, essentially
|
|
||||||
a list of option names that should be considered in evaluating
|
|
||||||
whether an option should be enabled or disabled. In addition,
|
|
||||||
if the option is constrained to always be disabled
|
|
||||||
or enabled in the current context, then it is greyed out
|
|
||||||
(deactivated) to prevent the user from changing the state.
|
|
||||||
|
|
||||||
There are five kinds of dependencies: requires, precludes,
|
|
||||||
enabled-if, enabled-if-not, and indeterminate-if. Each one represents a
|
|
||||||
relationship between the current option (a) and one
|
|
||||||
or more named options (b). For the sake of argument
|
|
||||||
we will consider only one other option, but multiple
|
|
||||||
options are taken to mean (b1 or b2 or b3 or ...)
|
|
||||||
Below the allowed combined states of a and b are
|
|
||||||
listed for each kind of dependency.
|
|
||||||
|
|
||||||
1. a {\bf requires} b
|
|
||||||
|
|
||||||
For example, wxUSE_DRAG_AND_DROP requires wxUSE_OLE.
|
|
||||||
|
|
||||||
\begin{verbatim}
|
|
||||||
a b
|
|
||||||
|
|
||||||
1 1
|
|
||||||
0 1
|
|
||||||
0 0
|
|
||||||
\end{verbatim}
|
|
||||||
|
|
||||||
2. a {\bf precludes} b
|
|
||||||
|
|
||||||
For example, wxUSE_ODBC precludes wxUSE_UNICODE.
|
|
||||||
|
|
||||||
\begin{verbatim}
|
|
||||||
a b
|
|
||||||
|
|
||||||
1 0
|
|
||||||
0 0
|
|
||||||
0 1
|
|
||||||
\end{verbatim}
|
|
||||||
|
|
||||||
|
|
||||||
3. a {\bf enabled-if} b
|
|
||||||
|
|
||||||
For example, __WXUNIVERSAL__ enabled-if X11 or MGL
|
|
||||||
|
|
||||||
\begin{verbatim}
|
|
||||||
a b
|
|
||||||
|
|
||||||
1 1
|
|
||||||
1 0
|
|
||||||
0 0
|
|
||||||
\end{verbatim}
|
|
||||||
|
|
||||||
4. a {\bf enabled-if-not} b
|
|
||||||
|
|
||||||
For example, wxUSE_TOOLBAR_SIMPLE enabled-if-not wxUSE_TOOLBAR_NATIVE.
|
|
||||||
|
|
||||||
\begin{verbatim}
|
|
||||||
a b
|
|
||||||
|
|
||||||
1 0
|
|
||||||
0 1
|
|
||||||
1 1
|
|
||||||
\end{verbatim}
|
|
||||||
|
|
||||||
5. a {\bf indeterminate-if} b
|
|
||||||
|
|
||||||
For example, wxUSE_UNICODE indeterminate-if Custom.
|
|
||||||
|
|
||||||
\begin{verbatim}
|
|
||||||
a b
|
|
||||||
|
|
||||||
? 1
|
|
||||||
\end{verbatim}
|
|
||||||
|
|
||||||
This overrides all the other dependencies, and allows you
|
|
||||||
to make an option user-choosable in some circumstances,
|
|
||||||
when otherwise it would be constrained to be either enabled or
|
|
||||||
disabled. You may need to use an intermediate option to
|
|
||||||
make sensible use of this: for example make the intermediate
|
|
||||||
option dependent on a number of factors, such as Unicode not being
|
|
||||||
available on some platforms.
|
|
||||||
|
|
||||||
\section{How to specify platform-specific dependencies}\label{platformdependencies}
|
|
||||||
|
|
||||||
You can associate one or more options as part of the
|
|
||||||
option's {\bf context}. In the case of wxUSE_OLE,
|
|
||||||
the context contains __WXMSW__, because it's a Windows-specific
|
|
||||||
option. This is used when calculating dependencies, as
|
|
||||||
follows. If either option involved in a dependency
|
|
||||||
relationship is not part of the current context, that
|
|
||||||
is, none of the options in its {\bf context} property is currently
|
|
||||||
enabled, then it is ignored in the dependency calculation.
|
|
||||||
|
|
||||||
This allows the dependency 'wxUSE_DRAG_AND_DROP requires wxUSE_OLE'
|
|
||||||
to only be evaluated when __WXMSW__ is enabled.
|
|
||||||
|
|
||||||
It doesn't quite cover all bases, however, because
|
|
||||||
it cannot express that the {\it dependency} itself
|
|
||||||
is platform specific. You might have a platform-specific
|
|
||||||
dependency that exists between two options that are
|
|
||||||
perfectly valid for any platform. For example, we
|
|
||||||
can't capture the notion that wxUSE_LISTBOX
|
|
||||||
should be required if wxUSE_COMBOBOX is set,
|
|
||||||
but only for __WXUNIVERSAL__. We could do it
|
|
||||||
by complicating the dependency syntax, for example:
|
|
||||||
|
|
||||||
wxUSE_COMBOBOX requires wxUSE_LISTBOX:__WXUNIVERSAL__
|
|
||||||
|
|
||||||
This means that the dependency should only be
|
|
||||||
evaluated if __WXUNIVERSAL__ is enabled.
|
|
||||||
This has not been implemented yet.
|
|
||||||
|
|
||||||
\section{How to specify custom properties}\label{customproperties}
|
|
||||||
|
|
||||||
You can add custom properties to any option, but
|
|
||||||
currently only {\bf option} and {\bf value} are
|
|
||||||
recognised by \ctshortname.
|
|
||||||
|
|
||||||
\ctshortname checks for the presence of a
|
|
||||||
{\bf builtin} boolean custom property and appends 'builtin' or
|
|
||||||
'sys' to the configure command depending on where
|
|
||||||
the {\bf builtin} setting is checked or unchecked.
|
|
||||||
We also allow for passing strings, e.g. for --with-rpath=DIR,
|
|
||||||
by using the {\bf value} string custom property.
|
|
||||||
|
|
||||||
\begin{comment}
|
|
||||||
|
|
||||||
\begin{helpglossary}
|
|
||||||
|
|
||||||
\gloss{thing}\label{thing}
|
|
||||||
|
|
||||||
A glossary entry.
|
|
||||||
|
|
||||||
\end{helpglossary}
|
|
||||||
\end{comment}
|
|
||||||
|
|
||||||
\rtfonly{%
|
|
||||||
\addcontentsline{toc}{chapter}{Index}
|
|
||||||
\printindex%
|
|
||||||
\setheader{{\it INDEX}}{}{}{}{}{{\it INDEX}}%
|
|
||||||
\setfooter{\thepage}{}{}{}{}{\thepage}%
|
|
||||||
}
|
|
||||||
\winhelponly{
|
|
||||||
\chapter{Popups}\label{popups}
|
|
||||||
|
|
||||||
} % WinHelp only
|
|
||||||
|
|
||||||
\end{document}
|
|
Before Width: | Height: | Size: 996 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 109 B |
Before Width: | Height: | Size: 959 B |
Before Width: | Height: | Size: 261 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 16 KiB |
@ -1,41 +0,0 @@
|
|||||||
runTwice = yes
|
|
||||||
titleFontSize = 12
|
|
||||||
authorFontSize = 10
|
|
||||||
chapterFontSize = 12
|
|
||||||
sectionFontSize = 12
|
|
||||||
subsectionFontSize = 12
|
|
||||||
headerRule = yes
|
|
||||||
footerRule = yes
|
|
||||||
useHeadingStyles = yes
|
|
||||||
contentsDepth = 2
|
|
||||||
listItemIndent=40
|
|
||||||
winHelpContents = yes
|
|
||||||
winHelpVersion = 4 ; 3 for Windows 3.x, 4 for Windows 95
|
|
||||||
generateHPJ = yes
|
|
||||||
htmlBrowseButtons = bitmap
|
|
||||||
winHelpTitle = "wxWindows Configuration Tool"
|
|
||||||
truncateFilenames = no
|
|
||||||
htmlIndex = yes
|
|
||||||
htmlFrameContents = no
|
|
||||||
;;
|
|
||||||
;; These two are for generating MS HTML Help project, contents and index files.
|
|
||||||
;;
|
|
||||||
htmlWorkshopFiles = true
|
|
||||||
htmlIndex = true
|
|
||||||
|
|
||||||
; Finally, a way to specify face names
|
|
||||||
htmlFaceName = "Arial, Lucida, Helvetica"
|
|
||||||
|
|
||||||
;; For customizing help: make macros empty to disable text for specific
|
|
||||||
;; versions
|
|
||||||
|
|
||||||
\ctfullversiononly [1] {#1}
|
|
||||||
%\ctfullversiononly [1] {}
|
|
||||||
\ctgiftversiononly [1] {}
|
|
||||||
%\ctgiftversiononly [1] {#1}
|
|
||||||
\ctcustomversiononly [1] {#1}
|
|
||||||
\ctversion [0] {1.02}
|
|
||||||
\ctname [0] {wxWindows Configuration Tool}
|
|
||||||
\ctshortname [0] {Configuration Tool}
|
|
||||||
\cttitle [0] {\ctname \ctversion}
|
|
||||||
\cturl [0] {http://www.wxwindows.org}
|
|
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 998 B |
@ -1,49 +0,0 @@
|
|||||||
Preamble
|
|
||||||
========
|
|
||||||
|
|
||||||
The licensing of the wxWindows library is intended to protect the wxWindows
|
|
||||||
library, its developers, and its users, so that the considerable investment
|
|
||||||
it represents is not abused.
|
|
||||||
|
|
||||||
Under the terms of the wxWindows Licence, you as a user are not
|
|
||||||
obliged to distribute wxWindows source code with your products, if you
|
|
||||||
distribute these products in binary form. However, you are prevented from
|
|
||||||
restricting use of the library in source code form, or denying others the
|
|
||||||
rights to use or distribute wxWindows library source code in the way
|
|
||||||
intended.
|
|
||||||
|
|
||||||
The wxWindows Licence establishes the copyright for the code and related
|
|
||||||
material, and it gives you legal permission to copy, distribute and/or
|
|
||||||
modify the library. It also asserts that no warranty is given by the authors
|
|
||||||
for this or derived code.
|
|
||||||
|
|
||||||
The core distribution of the wxWindows library contains files
|
|
||||||
under two different licences:
|
|
||||||
|
|
||||||
- Most files are distributed under the GNU Library General Public
|
|
||||||
Licence, version 2, with the special exception that you may create and
|
|
||||||
distribute object code versions built from the source code or modified
|
|
||||||
versions of it (even if these modified versions include code under a
|
|
||||||
different licence), and distribute such binaries under your own
|
|
||||||
terms.
|
|
||||||
|
|
||||||
- Most core wxWindows manuals are made available under the "wxWindows
|
|
||||||
Free Documentation Licence", which allows you to distribute modified
|
|
||||||
versions of the manuals, such as versions documenting any modifications
|
|
||||||
made by you in your version of the library. However, you may not restrict
|
|
||||||
any third party from reincorporating your changes into the original
|
|
||||||
manuals.
|
|
||||||
|
|
||||||
Other relevant files:
|
|
||||||
|
|
||||||
- licence.txt: a statement that the wxWindows library is
|
|
||||||
covered by the GNU Library General Public Licence, with an
|
|
||||||
exception notice for binary distribution.
|
|
||||||
|
|
||||||
- licendoc.txt: the wxWindows Documentation Licence.
|
|
||||||
|
|
||||||
- lgpl.txt: the text of the GNU Library General Public Licence.
|
|
||||||
|
|
||||||
- gpl.txt: the text of the GNU General Public Licence, which is
|
|
||||||
referenced by the LGPL.
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
|||||||
|
|
||||||
Congratulations! You have installed wxWidgets Configuration Tool.
|
|
||||||
Please see the wxWidgets web site for support:
|
|
||||||
|
|
||||||
http://www.wxwidgets.org
|
|
||||||
|
|
||||||
Thank you for using wxWindows Configuration Tool, and we hope
|
|
||||||
you enjoy it!
|
|
||||||
|
|
||||||
Julian Smart, wxWindows Team, June 2003
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,69 +0,0 @@
|
|||||||
Welcome to wxWidgets Configuration Tool!
|
|
||||||
=============================================
|
|
||||||
|
|
||||||
wxWidgets Configuration Tool is a tool for
|
|
||||||
helping to configure wxWidgets.
|
|
||||||
|
|
||||||
For further information, please see the manual, and the
|
|
||||||
following site:
|
|
||||||
|
|
||||||
http://www.wxwidgets.org
|
|
||||||
|
|
||||||
------------------------------------------------------
|
|
||||||
Installing wxWidgets Configuration Tool on Windows
|
|
||||||
------------------------------------------------------
|
|
||||||
|
|
||||||
Run wxconfigtool-x.yz-setup.exe and follow the instructions
|
|
||||||
to install wxWidgets Configuration Tool.
|
|
||||||
|
|
||||||
You should find a shortcut on your desktop, and you can
|
|
||||||
also find it in a group similar to this:
|
|
||||||
|
|
||||||
Start -> Program Files -> wxWidgets Configuration Tool x.y
|
|
||||||
|
|
||||||
------------------------------------------------------
|
|
||||||
Installing wxWidgets Configuration Tool on Unix
|
|
||||||
------------------------------------------------------
|
|
||||||
|
|
||||||
Unarchive wxconfigtool-x.yz.tar.gz to a suitable location
|
|
||||||
in your filesystem. A directory of the form wxconfigtool-x.yz
|
|
||||||
(where x.yz is the version number) will be created.
|
|
||||||
|
|
||||||
Add the location to your PATH and run the application with
|
|
||||||
'wxconfigtool'. You may wish to set the environment variable
|
|
||||||
WXCONFIGTOOLDIR so that wxWidgets Configuration Tool can find its data files.
|
|
||||||
|
|
||||||
For example:
|
|
||||||
|
|
||||||
% cd ~
|
|
||||||
% tar xvfz wxconfigtool-1.01.tar.gz
|
|
||||||
% export WXCONFIGTOOLDIR=`pwd`/wxconfigtool-1.01
|
|
||||||
% export PATH=$PATH:$WXCONFIGTOOLDIR
|
|
||||||
% wxconfigtool
|
|
||||||
|
|
||||||
If you don't want to change your PATH, you could place a
|
|
||||||
script in a location already on your PATH, such as
|
|
||||||
/usr/local/bin. For example:
|
|
||||||
|
|
||||||
#!/bin/sh
|
|
||||||
# Invokes wxWidgets Configuration Tool
|
|
||||||
export WXCONFIGTOOLDIR=/home/mydir/wxconfigtool-1.01
|
|
||||||
$WXCONFIGTOOLDIR/wxconfigtool $*
|
|
||||||
|
|
||||||
If you wish to associate the wxWidgets Configuration Tool file extension
|
|
||||||
(pjd) with wxWidgets Configuration Tool, you will need to edit your
|
|
||||||
~/.mailcap file (or create one if it doesn't exist)
|
|
||||||
and add an entry similar to this:
|
|
||||||
|
|
||||||
application/wxconfigtool; wxconfigtool %s
|
|
||||||
|
|
||||||
and add this ~/.mime.types:
|
|
||||||
|
|
||||||
type=application/wxconfigtool \
|
|
||||||
desc="wxWidgets Configuration Tool Document" \
|
|
||||||
exts="pjd"
|
|
||||||
|
|
||||||
|
|
||||||
------------------------------------------------------
|
|
||||||
(c) Julian Smart, June 2003
|
|
||||||
|
|
@ -1,50 +0,0 @@
|
|||||||
TODO
|
|
||||||
====
|
|
||||||
|
|
||||||
Note: some tasks can be done by others
|
|
||||||
once in CVS.
|
|
||||||
|
|
||||||
Essential
|
|
||||||
=========
|
|
||||||
|
|
||||||
- make decent example from setup.h
|
|
||||||
|
|
||||||
- allow for string, integer settings
|
|
||||||
|
|
||||||
- Settings dialog
|
|
||||||
|
|
||||||
- generate setup.h, configure commands
|
|
||||||
|
|
||||||
- distinguish between configurations settings
|
|
||||||
and configuration template files
|
|
||||||
|
|
||||||
- configuration browser
|
|
||||||
|
|
||||||
- ability to invoke make after configuration
|
|
||||||
|
|
||||||
- how about running samples, giving size
|
|
||||||
information (possibly writing to file)
|
|
||||||
|
|
||||||
- command-line mode: could write configure command
|
|
||||||
to standard output, with optional make invocation
|
|
||||||
|
|
||||||
- decide on a standard location for .wxs files in
|
|
||||||
wxWin hierarchy, so tool can find files automatically.
|
|
||||||
|
|
||||||
- makefiles for other systems
|
|
||||||
|
|
||||||
- setup and tarball generation
|
|
||||||
|
|
||||||
- documentation
|
|
||||||
|
|
||||||
Nice-to-have
|
|
||||||
============
|
|
||||||
|
|
||||||
- incorporate makefile/project generator
|
|
||||||
for independent apps
|
|
||||||
|
|
||||||
- possibly evolve it into a central command
|
|
||||||
centre for wxWidgets: invoke other apps such
|
|
||||||
as poEdit, <favourite dialog editor>, help,
|
|
||||||
wizards, etc. Upgrade your wxWin version
|
|
||||||
via the web.
|
|
@ -1,37 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
# Build application and make a tarball.
|
|
||||||
|
|
||||||
cd ~/wxconfigtool-build
|
|
||||||
|
|
||||||
echo Building wxWindows...
|
|
||||||
makeapp release wx
|
|
||||||
|
|
||||||
rm -f wxconfigtool-build-release/wxconfigtool
|
|
||||||
|
|
||||||
if [ "$1" = "clean" ]; then
|
|
||||||
rm -f wxconfigtool-build-release/*
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo Building Application...
|
|
||||||
makeapp release all
|
|
||||||
|
|
||||||
if [ ! -f wxconfigtool-build-release/wxconfigtool ]; then
|
|
||||||
echo *** Sorry, wxconfigtool was not built correctly.
|
|
||||||
exit
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo Making tarball...
|
|
||||||
makeapp release release
|
|
||||||
|
|
||||||
# appver will have been written by the 'release' target.
|
|
||||||
APPVER=`/tmp/appver`
|
|
||||||
|
|
||||||
cd /tmp/wxconfigtool-deliver
|
|
||||||
APPARCHIVE=wxconfigtool-$APPVER-i386.tar.gz
|
|
||||||
|
|
||||||
# echo Copying tarball $APPARCHIVE to ftp site...
|
|
||||||
# You can use a script to copy this to an ftp site,
|
|
||||||
# using for example, the 'curl' utility.
|
|
||||||
# curl ftp://www.mysite.com/$APPARCHIVE --user "myname:mypassword" --upload-file $APPARCHIVE
|
|
||||||
|
|
||||||
echo Done building and archiving wxconfigtool.
|
|
@ -1,37 +0,0 @@
|
|||||||
; For debug beta only
|
|
||||||
; Source: c:\winnt\system32\msvcrtd.dll; DestDir: {sys}\; DestName: msvcrtd.dll; CopyMode: onlyifdoesntexist; Flags: uninsneveruninstall
|
|
||||||
|
|
||||||
[Tasks]
|
|
||||||
Name: desktopicon; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"
|
|
||||||
|
|
||||||
[Icons]
|
|
||||||
Name: {group}\%APPTITLE% %VERSION%; Filename: {app}\%APPNAME%.exe; WorkingDir: {app}; IconFilename: {app}\%APPNAME%.exe; IconIndex: 0
|
|
||||||
Name: {group}\%APPTITLE% Help; Filename: {app}\%HELPFILE%; WorkingDir: {app}; IconIndex: 0; Flags: useapppaths
|
|
||||||
Name: {group}\wxWidgets Reference; Filename: {app}\wx.chm; WorkingDir: {app}; IconIndex: 0; Flags: useapppaths
|
|
||||||
Name: {group}\%APPTITLE% ReadMe; Filename: {app}\readme.txt; WorkingDir: {app}; IconIndex: 0; Flags: useapppaths
|
|
||||||
Name: {group}\%APPTITLE% Licence; Filename: {app}\license.txt; WorkingDir: {app}; IconIndex: 0; Flags: useapppaths
|
|
||||||
Name: {userdesktop}\%APPTITLE% %VERSION%; Filename: {app}\%APPNAME%.exe; WorkingDir: {app}; IconFilename: {app}\%APPNAME%.exe; IconIndex: 0; Tasks: desktopicon
|
|
||||||
|
|
||||||
[Registry]
|
|
||||||
|
|
||||||
; Uncomment the following lines if you'd like to register a data file extension.
|
|
||||||
; You may need to replace some of the %APPTITLE% occurrences below with a hard-wired
|
|
||||||
; name if your title contains spaces.
|
|
||||||
|
|
||||||
Root: HKCR; SubKey: .%APPEXTENSION%; ValueType: STRING; ValueData: wxConfigToolFile; Flags: uninsdeletevalue
|
|
||||||
Root: HKCR; SubKey: wxConfigToolFile; ValueType: STRING; ValueData: "%APPTITLE% Document File"; Flags: uninsdeletevalue
|
|
||||||
Root: HKCR; SubKey: wxConfigToolFile\Shell; ValueType: NONE; Flags: uninsdeletevalue
|
|
||||||
Root: HKCR; SubKey: wxConfigToolFile\Shell\Open; ValueType: NONE; Flags: uninsdeletevalue
|
|
||||||
Root: HKCR; SubKey: wxConfigToolFile\Shell\Open\Command; ValueType: STRING; ValueData: "{app}\%APPNAME%.exe ""%1"""; Flags: uninsdeletevalue
|
|
||||||
Root: HKCR; SubKey: wxConfigToolFile\DefaultIcon; ValueType: STRING; ValueData: {app}\%APPNAME%.exe,0; Flags: uninsdeletevalue
|
|
||||||
|
|
||||||
[UninstallDelete]
|
|
||||||
|
|
||||||
[InstallDelete]
|
|
||||||
|
|
||||||
[Run]
|
|
||||||
Filename: "{app}\%APPNAME%.exe"; Description: "Launch %APPTITLE%"; Flags: postinstall nowait skipifsilent
|
|
||||||
|
|
||||||
[UninstallRun]
|
|
||||||
|
|
||||||
|
|
@ -1,45 +0,0 @@
|
|||||||
; Inno Setup Script
|
|
||||||
; Created with ScriptMaker Version 1.3.22
|
|
||||||
; 14 February 2001 at 10:38
|
|
||||||
|
|
||||||
[Setup]
|
|
||||||
MinVersion=4.0,4.0
|
|
||||||
AppName=%APPTITLE% %VERSION%
|
|
||||||
AppId=%APPTITLE%
|
|
||||||
CreateUninstallRegKey=1
|
|
||||||
UsePreviousAppDir=1
|
|
||||||
UsePreviousGroup=1
|
|
||||||
AppVersion=%VERSION%
|
|
||||||
AppVerName=%APPTITLE% %VERSION%
|
|
||||||
AppCopyright=Copyright © %COPYRIGHTHOLDER%
|
|
||||||
BackColor=$800000
|
|
||||||
BackColor2=$C71F1F
|
|
||||||
BackColorDirection=toptobottom
|
|
||||||
WindowShowCaption=1
|
|
||||||
WindowStartMaximized=1
|
|
||||||
WindowVisible=1
|
|
||||||
WindowResizable=1
|
|
||||||
UninstallLogMode=Append
|
|
||||||
DirExistsWarning=auto
|
|
||||||
UninstallFilesDir={app}
|
|
||||||
DisableDirPage=0
|
|
||||||
DisableStartupPrompt=1
|
|
||||||
CreateAppDir=1
|
|
||||||
DisableProgramGroupPage=0
|
|
||||||
AlwaysCreateUninstallIcon=1
|
|
||||||
Uninstallable=1
|
|
||||||
UninstallIconName=Uninstall %APPTITLE% %VERSION%
|
|
||||||
UninstallDisplayName=%APPTITLE% %VERSION%
|
|
||||||
DefaultDirName={pf}\%APPTITLE%
|
|
||||||
DefaultGroupName=%APPTITLE% %VERSION%
|
|
||||||
MessagesFile=compiler:default.isl
|
|
||||||
DiskSpanning=0
|
|
||||||
DiskSize=1457664
|
|
||||||
DiskClusterSize=512
|
|
||||||
ReserveBytes=0
|
|
||||||
UseSetupLdr=1
|
|
||||||
LicenseFile=%LICENSEFILE%
|
|
||||||
InfoAfterFile=%READMEAFTERFILE%
|
|
||||||
SourceDir=%SOURCEDIR%
|
|
||||||
OutputDir=%OUTPUTDIR%
|
|
||||||
|
|
@ -1,26 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
# Build application
|
|
||||||
|
|
||||||
# The first argument is debug or release
|
|
||||||
LEVEL=$1
|
|
||||||
|
|
||||||
# Then you can supply one or more makefile targets
|
|
||||||
TARGET="$2 $3 $4 $5 $6 $6 $7 $8 $9"
|
|
||||||
|
|
||||||
if [ "$1" = "" ] || [ "$2" = "" ]; then
|
|
||||||
echo Usage: makeapp debug/release full/wx/genericapp/cleanall
|
|
||||||
exit
|
|
||||||
fi
|
|
||||||
|
|
||||||
export APPDIR=$WXWIN/utils/configtool
|
|
||||||
export WXDIR=$WXWIN
|
|
||||||
export WXBUILDDIR=wxwin-build-$LEVEL
|
|
||||||
|
|
||||||
# If there's no wxwin-build-... directory yet, the makefile
|
|
||||||
# must include a dummy makeprog.env
|
|
||||||
export USEDUMMYMAKEPROG="0"
|
|
||||||
if [ ! -f $WXBUILDDIR/src/makeprog.env ]; then
|
|
||||||
USEDUMMYMAKEPROG="1"
|
|
||||||
fi
|
|
||||||
|
|
||||||
make -f ${APPDIR}/src/Makefile WXDIR=$WXDIR USEDUMMYMAKEPROG=$USEDUMMYMAKEPROG APPDIR=$APPDIR WXBUILDDIR=$WXBUILDDIR LEVEL=$LEVEL $TARGET
|
|
@ -1,132 +0,0 @@
|
|||||||
#! /bin/sh
|
|
||||||
# Make an Inno Setup distribution list, where files and dirs are represented by
|
|
||||||
# sections like this:
|
|
||||||
# [Dirs]
|
|
||||||
# Name: {app}\backgrounds
|
|
||||||
#
|
|
||||||
# [Files]
|
|
||||||
# Source: C:\program\setup\about.htm; DestDir: {app}\; DestName: about.htm
|
|
||||||
#
|
|
||||||
#
|
|
||||||
# Usage: makeinno.sh sourcedir inno-topfile inno-bottomfile destfile
|
|
||||||
# For example: makeinno.sh c:/project/allfiles c:/project/innotop.txt c:/project/innobott.txt c:/project/project.iss
|
|
||||||
#
|
|
||||||
|
|
||||||
PROGNAME=$0
|
|
||||||
SOURCEDIR=$1
|
|
||||||
TOPFILE=$2
|
|
||||||
BOTTOMFILE=$3
|
|
||||||
INNOFILE=$4
|
|
||||||
TEMPDIR=/tmp
|
|
||||||
|
|
||||||
dochecks()
|
|
||||||
{
|
|
||||||
if [ "$SOURCEDIR" = "" ] || [ "$TOPFILE" = "" ] || [ "$BOTTOMFILE" = "" ] || [ "$INNOFILE" = "" ] ; then
|
|
||||||
usage
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ ! -d $SOURCEDIR ]; then
|
|
||||||
echo "Sorry, the source directory $SOURCEDIR does not exist."
|
|
||||||
usage
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ ! -f $TOPFILE ]; then
|
|
||||||
echo "Sorry, the Inno Setup header $TOPFILE does not exist."
|
|
||||||
usage
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ ! -f $BOTTOMFILE ]; then
|
|
||||||
echo "Sorry, the Inno Setup header $BOTTOMFILE does not exist."
|
|
||||||
usage
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ ! -d $TEMPDIR ]; then
|
|
||||||
mkdir $TEMPDIR
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
doreplace()
|
|
||||||
{
|
|
||||||
thefile=$1
|
|
||||||
theexpr=$2
|
|
||||||
|
|
||||||
if [ -f $thefile ]; then
|
|
||||||
sed -e "$theexpr" < $thefile > $thefile.tmp
|
|
||||||
mv $thefile.tmp $thefile
|
|
||||||
else
|
|
||||||
echo "*** $thefile not found."
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
generateinno()
|
|
||||||
{
|
|
||||||
# SRCDIR=`cygpath -u $SRCDIR`
|
|
||||||
# DESTDIR=`cygpath -u $DESTDIR`
|
|
||||||
# TEMPDIR=`cygpath -u $TEMP`
|
|
||||||
|
|
||||||
|
|
||||||
# Generate a list of all files in the distribution.
|
|
||||||
# We pass the output through sed in order to remove the preceding "./"
|
|
||||||
cd $SOURCEDIR
|
|
||||||
find . -print | sed -e "s/\.\\///g" > $TEMPDIR/files1.tmp
|
|
||||||
|
|
||||||
echo "[Dirs]" > $TEMPDIR/files2.tmp
|
|
||||||
|
|
||||||
for line in `cat $TEMPDIR/files1.tmp` ; do
|
|
||||||
|
|
||||||
# If a directory, add to file
|
|
||||||
if [ -d $line ] ; then
|
|
||||||
# The relative path
|
|
||||||
# TODO: make into DOS filename form
|
|
||||||
#line2=`cygpath -w $line`
|
|
||||||
line2=$line
|
|
||||||
|
|
||||||
echo " Name: {app}\\"$line2 >> $TEMPDIR/files2.tmp
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
|
||||||
echo "" >> $TEMPDIR/files2.tmp
|
|
||||||
echo "[Files]" >> $TEMPDIR/files2.tmp
|
|
||||||
|
|
||||||
for line in `cat $TEMPDIR/files1.tmp` ; do
|
|
||||||
|
|
||||||
# If not a directory, add to file
|
|
||||||
if [ ! -d $line ] ; then
|
|
||||||
# The relative path
|
|
||||||
# TODO: make into DOS filename form
|
|
||||||
#line2=`cygpath -w $line`
|
|
||||||
line2=$line
|
|
||||||
|
|
||||||
# The absolute path
|
|
||||||
# TODO: make into DOS filename form
|
|
||||||
#line1=`cygpath -w $SOURCEDIR`"\\"$line2
|
|
||||||
line1=$SOURCEDIR"\\"$line2
|
|
||||||
#pathonly=`find $line -printf "%h"`
|
|
||||||
pathonly=`dirname $line`
|
|
||||||
|
|
||||||
echo " Source: "$line1"; DestDir: {app}\\"$pathonly >> $TEMPDIR/files2.tmp
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
|
||||||
echo "" >> $TEMPDIR/files2.tmp
|
|
||||||
|
|
||||||
doreplace $TEMPDIR/files2.tmp "s/\//\\\/g"
|
|
||||||
|
|
||||||
# Concatenate the 3 sections
|
|
||||||
cat $TOPFILE $TEMPDIR/files2.tmp $BOTTOMFILE > $INNOFILE
|
|
||||||
|
|
||||||
rm -f $TEMPDIR/files1.tmp
|
|
||||||
}
|
|
||||||
|
|
||||||
usage()
|
|
||||||
{
|
|
||||||
echo Usage: $PROGNAME sourcedir inno-topfile inno-bottomfile destfile
|
|
||||||
echo For example: $PROGNAME c:/project/allfiles c:/project/innotop.txt c:/project/innobott.txt c:/project/project.iss
|
|
||||||
echo Remember to use paths of the form c:/thing rather than /c/thing.
|
|
||||||
exit 1
|
|
||||||
}
|
|
||||||
|
|
||||||
dochecks
|
|
||||||
generateinno
|
|
||||||
|
|
||||||
|
|
@ -1,267 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
# Make a distribution of an application.
|
|
||||||
|
|
||||||
# If your zip accepts Cygwin-style paths, then
|
|
||||||
# use cygpath, else substitute echo
|
|
||||||
CYGPATHPROG=cygpath
|
|
||||||
#CYGPATHPROG=echo
|
|
||||||
|
|
||||||
PROGNAME=$0
|
|
||||||
SCRIPTDIR=`pwd`
|
|
||||||
|
|
||||||
. $SCRIPTDIR/setup.var
|
|
||||||
|
|
||||||
# Set this to the required version
|
|
||||||
VERSION=
|
|
||||||
|
|
||||||
doreplace()
|
|
||||||
{
|
|
||||||
thefile=$1
|
|
||||||
theexpr=$2
|
|
||||||
|
|
||||||
if [ -f $thefile ]; then
|
|
||||||
sed -e "$theexpr" < $thefile > $thefile.tmp
|
|
||||||
mv $thefile.tmp $thefile
|
|
||||||
else
|
|
||||||
echo "*** $thefile not found."
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
unix2dosname()
|
|
||||||
{
|
|
||||||
echo $1 | sed -e "s/\//\\\\\\\/g" > /tmp/filename.tmp
|
|
||||||
RETVALUE=`cat /tmp/filename.tmp`
|
|
||||||
rm -f /tmp/filename.tmp
|
|
||||||
}
|
|
||||||
|
|
||||||
unix2dosname2()
|
|
||||||
{
|
|
||||||
echo $1 | sed -e "s/\//\\\\/g" > /tmp/filename.tmp
|
|
||||||
RETVALUE=`cat /tmp/filename.tmp`
|
|
||||||
rm -f /tmp/filename.tmp
|
|
||||||
}
|
|
||||||
|
|
||||||
findversion()
|
|
||||||
{
|
|
||||||
echo "#include <stdio.h>" > /tmp/appver.c
|
|
||||||
echo "#include \"$VERSIONSYMBOLFILE\"" >> /tmp/appver.c
|
|
||||||
echo "int main() { printf(\"%.2f\", $VERSIONSYMBOL); }" >> /tmp/appver.c
|
|
||||||
gcc /tmp/appver.c -I$APPDIR -o /tmp/appver
|
|
||||||
VERSION=`/tmp/appver`
|
|
||||||
rm -f /tmp/appver /tmp/appver.c
|
|
||||||
}
|
|
||||||
|
|
||||||
makesetup()
|
|
||||||
{
|
|
||||||
if [ -d $SETUPIMAGEDIR ]; then
|
|
||||||
echo Removing existing $SETUPIMAGEDIR
|
|
||||||
rm -f -r $SETUPIMAGEDIR
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo Making the $SETUPIMAGEDIR for preparing the setup
|
|
||||||
mkdir -p $SETUPIMAGEDIR
|
|
||||||
|
|
||||||
if [ -f $READMEFILE ]; then
|
|
||||||
echo Copying readme.txt
|
|
||||||
cp $READMEFILE $SETUPIMAGEDIR
|
|
||||||
else
|
|
||||||
echo "*** Warning - $READMEFILE not found"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -f $LICENSEFILE ]; then
|
|
||||||
echo Copying licence.txt
|
|
||||||
cp $LICENSEFILE $SETUPIMAGEDIR
|
|
||||||
else
|
|
||||||
echo "*** Warning - $LICENSEFILE not found"
|
|
||||||
fi
|
|
||||||
|
|
||||||
cp $APPDIR/docs/gpl.txt $SETUPIMAGEDIR
|
|
||||||
cp $APPDIR/docs/lgpl.txt $SETUPIMAGEDIR
|
|
||||||
cp $APPDIR/docs/licendoc.txt $SETUPIMAGEDIR
|
|
||||||
|
|
||||||
echo Copying sample configuration settings file...
|
|
||||||
cp $APPDIR/configs/wxwin250.wxs $SETUPIMAGEDIR
|
|
||||||
|
|
||||||
if [ "$RESOURCESFILE" != "" ] && [ "$RESOURCESDIR" != "" ]; then
|
|
||||||
if [ -d $RESOURCESDIR ]; then
|
|
||||||
cd $RESOURCESDIR
|
|
||||||
echo Compiling resource file $RESOURCESFILE
|
|
||||||
zip $SETUPIMAGEDIR/$RESOURCESFILE *
|
|
||||||
else
|
|
||||||
echo "*** Warning - $RESOURCESDIR directory not found"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "$MAKEMANUAL" != "0" ]; then
|
|
||||||
if [ -d $MANUALDIR ]; then
|
|
||||||
cd $MANUALDIR
|
|
||||||
make
|
|
||||||
|
|
||||||
for EACHFILE in $MANUALFILES ; do
|
|
||||||
if [ -f $EACHFILE ]; then
|
|
||||||
echo Copying $EACHFILE
|
|
||||||
cp $EACHFILE $SETUPIMAGEDIR
|
|
||||||
else
|
|
||||||
echo "*** Warning - $EACHFILE not found"
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
else
|
|
||||||
echo "*** Warning - $MANUALDIR not found"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -f $WXMANUALCHM ]; then
|
|
||||||
echo Copying wxWindows manual $WXMANUALCHM
|
|
||||||
cp $WXMANUALCHM $SETUPIMAGEDIR
|
|
||||||
else
|
|
||||||
echo "*** Warning - $WXMANUALCHM not found"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -f $APPBINARY ]; then
|
|
||||||
echo Copying binary $APPBINARY
|
|
||||||
cp $APPBINARY $SETUPIMAGEDIR
|
|
||||||
else
|
|
||||||
echo "*** Error - $APPBINARY not found"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "$UPX" != "0" ]; then
|
|
||||||
echo Compressing binary
|
|
||||||
upx $SETUPIMAGEDIR/`basename $APPBINARY`
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Time to regenerate the Inno Install script
|
|
||||||
if [ "$INNO" != "0" ]; then
|
|
||||||
echo Generating $SETUPSCRIPTNAME
|
|
||||||
rm -f $SETUPSCRIPTNAME
|
|
||||||
|
|
||||||
sh $SCRIPTDIR/makeinno.sh $SETUPIMAGEDIR $INNOTOP $INNOBOTTOM $SETUPSCRIPTNAME
|
|
||||||
|
|
||||||
if [ ! -f $SETUPSCRIPTNAME ]; then
|
|
||||||
echo "*** Error - something went wrong with the script file generation."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Now replace %VERSION% with the real application version, and other
|
|
||||||
# variables
|
|
||||||
echo Replacing variables in the setup script
|
|
||||||
doreplace $SETUPSCRIPTNAME "s/%VERSION%/$VERSION/g"
|
|
||||||
doreplace $SETUPSCRIPTNAME "s/%COPYRIGHTHOLDER%/$AUTHOR/g"
|
|
||||||
doreplace $SETUPSCRIPTNAME "s/%VENDOR%/$VENDOR/g"
|
|
||||||
|
|
||||||
unix2dosname $READMEFILE
|
|
||||||
doreplace $SETUPSCRIPTNAME "s;%READMEFILE%;$RETVALUE;g"
|
|
||||||
|
|
||||||
unix2dosname $READMEAFTERFILE
|
|
||||||
doreplace $SETUPSCRIPTNAME "s;%READMEAFTERFILE%;$RETVALUE;g"
|
|
||||||
|
|
||||||
unix2dosname $LICENSEFILE
|
|
||||||
doreplace $SETUPSCRIPTNAME "s;%LICENSEFILE%;$RETVALUE;g"
|
|
||||||
|
|
||||||
doreplace $SETUPSCRIPTNAME "s/%APPNAME%/$APPNAME/g"
|
|
||||||
doreplace $SETUPSCRIPTNAME "s/%APPTITLE%/$APPTITLE/g"
|
|
||||||
|
|
||||||
unix2dosname $SETUPIMAGEDIR
|
|
||||||
doreplace $SETUPSCRIPTNAME "s;%SOURCEDIR%;$RETVALUE;g"
|
|
||||||
|
|
||||||
unix2dosname $DESTDIR
|
|
||||||
doreplace $SETUPSCRIPTNAME "s;%OUTPUTDIR%;$RETVALUE;g"
|
|
||||||
|
|
||||||
doreplace $SETUPSCRIPTNAME "s/%APPEXTENSION%/$APPEXTENSION/g"
|
|
||||||
|
|
||||||
# FIXME: how do we get the first name in the list?
|
|
||||||
if [ "$MANUALFILES" != "" ]; then
|
|
||||||
HELPFILE=`basename $MANUALFILES`
|
|
||||||
unix2dosname $HELPFILE
|
|
||||||
doreplace $SETUPSCRIPTNAME "s;%HELPFILE%;$RETVALUE;g"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
rm -f $DESTDIR/setup*.*
|
|
||||||
|
|
||||||
# Inno Setup complains if this step is not done
|
|
||||||
unix2dos --unix2dos $SETUPSCRIPTNAME
|
|
||||||
|
|
||||||
# Now invoke INNO compiler on the new ISS file
|
|
||||||
# First, make a DOS filename or Inno Setup will get confused.
|
|
||||||
|
|
||||||
unix2dosname2 $SETUPSCRIPTNAME
|
|
||||||
DOSFILENAME=$RETVALUE
|
|
||||||
|
|
||||||
# Note: the double slash is Mingw32/MSYS convention for
|
|
||||||
# denoting a switch, that must not be converted into
|
|
||||||
# a path (otherwise /c = c:/)
|
|
||||||
|
|
||||||
cd `dirname $SETUPSCRIPTNAME`
|
|
||||||
BASESCRIPTNAME=`basename $SETUPSCRIPTNAME`
|
|
||||||
echo Invoking Inno Setup compiler on $BASESCRIPTNAME
|
|
||||||
|
|
||||||
"$SETUPCOMPILER" //cc $BASESCRIPTNAME
|
|
||||||
|
|
||||||
if [ ! -f $DESTDIR/setup.exe ]; then
|
|
||||||
echo "*** Error - the setup.exe was not generated."
|
|
||||||
exit
|
|
||||||
fi
|
|
||||||
|
|
||||||
cd $DESTDIR
|
|
||||||
mv setup.exe $APPNAME-$VERSION-setup.exe
|
|
||||||
|
|
||||||
echo If you saw no warnings or errors, $APPTITLE was successfully spun.
|
|
||||||
echo
|
|
||||||
}
|
|
||||||
|
|
||||||
# We can't use e.g. this:
|
|
||||||
# ls `cat $SRC/distrib/msw/makefile.rsp` zip -@ -u $DEST/wxWindows-$VERSION-gen.zip
|
|
||||||
# because there's not enough space on the command line, plus we need to ignore the
|
|
||||||
# blank lines.
|
|
||||||
# So if we need to (not in this script so far) we do something like this instead:
|
|
||||||
# expandlines $SRC/setup/files.rsp temp.txt
|
|
||||||
# zip -@ `$CYGPATHPROG -w $DEST/archive.zip` < temp.txt
|
|
||||||
|
|
||||||
expandlines()
|
|
||||||
{
|
|
||||||
toexpand=$1
|
|
||||||
outputfile=$2
|
|
||||||
|
|
||||||
rm -f $outputfile
|
|
||||||
touch $outputfile
|
|
||||||
for line in `cat $toexpand` ; do
|
|
||||||
if [ $line != "" ]; then
|
|
||||||
ls $line >> $outputfile
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
usage()
|
|
||||||
{
|
|
||||||
echo "Usage: $PROGNAME [ options ]" 1>&2
|
|
||||||
echo Options:
|
|
||||||
echo " --help Display this help message"
|
|
||||||
echo " --upx Compress executable with UPX"
|
|
||||||
echo " --no-upx Do not compress executable with UPX"
|
|
||||||
echo " --inno Build the setup.exe"
|
|
||||||
echo " --no-inno Do not build the setup.exe"
|
|
||||||
echo.
|
|
||||||
echo Note that options only override settings in $SCRIPTDIR/setup.var.
|
|
||||||
exit 1
|
|
||||||
}
|
|
||||||
|
|
||||||
# Process command line options.
|
|
||||||
|
|
||||||
for i in "$@"; do
|
|
||||||
case "$i" in
|
|
||||||
--inno) INNO=1 ;;
|
|
||||||
--no-inno) INNO=0 ;;
|
|
||||||
--upx) UPX=1 ;;
|
|
||||||
--no-upx) UPX=0 ;;
|
|
||||||
*)
|
|
||||||
usage
|
|
||||||
exit
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
done
|
|
||||||
|
|
||||||
findversion
|
|
||||||
makesetup
|
|
||||||
|
|
@ -1,135 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
# Make a distribution of ConfigTool for Linux
|
|
||||||
# Usage: maketarball.sh wxconfigtool-dir bin-dir deliver-dir version [ options ]
|
|
||||||
# For example: maketarball.sh ~/wxconfigtool /tmp/build-wxconfigtool /tmp/wxconfigtool-deliver 1.40
|
|
||||||
|
|
||||||
APPDIR=$1
|
|
||||||
SRC=$APPDIR/src
|
|
||||||
BINARYSRC=$2
|
|
||||||
DEST=$3
|
|
||||||
BUILD=0
|
|
||||||
UPX=0
|
|
||||||
PROGNAME=$0
|
|
||||||
|
|
||||||
# Set this to the required version
|
|
||||||
VERSION=$4
|
|
||||||
|
|
||||||
dotar()
|
|
||||||
{
|
|
||||||
rm -f -r $DEST/wxconfigtool*
|
|
||||||
rm -f $DEST/wxconfigtool-*.*
|
|
||||||
|
|
||||||
mkdir -p $DEST/wxconfigtool-$VERSION
|
|
||||||
mkdir -p $DEST/wxconfigtool-$VERSION/resources
|
|
||||||
mkdir -p $DEST/wxconfigtool-$VERSION/Sample
|
|
||||||
cd $DEST/wxconfigtool-$VERSION
|
|
||||||
|
|
||||||
# Copy readme files
|
|
||||||
cp $APPDIR/docs/readme.txt readme.txt
|
|
||||||
cp $APPDIR/docs/license.txt .
|
|
||||||
|
|
||||||
# Copy the application binary
|
|
||||||
cp $BINARYSRC/wxconfigtool .
|
|
||||||
|
|
||||||
# Copy the wxHTML Help manual file
|
|
||||||
cp $APPDIR/manual/configtool.htb .
|
|
||||||
|
|
||||||
# Copy the sample
|
|
||||||
cp -r $APPDIR/sample Sample
|
|
||||||
cp $APPDIR/resources/* resources
|
|
||||||
|
|
||||||
echo Removing junk from the samples folder...
|
|
||||||
rm -f -r Sample/CVS
|
|
||||||
|
|
||||||
# Copy the resources file
|
|
||||||
rm -f configtool.bin
|
|
||||||
zip configtool.bin -j resources/*
|
|
||||||
|
|
||||||
rm -f -r resources
|
|
||||||
|
|
||||||
# Remove any debug info from wxconfigtool
|
|
||||||
strip wxconfigtool
|
|
||||||
|
|
||||||
# Maybe compress the binary
|
|
||||||
if [ "$UPX" != "0" ]; then
|
|
||||||
upx wxconfigtool
|
|
||||||
fi
|
|
||||||
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
# Make .tar.gz and .tar.bz2 archives
|
|
||||||
tar cvf $DEST/wxconfigtool-$VERSION-i386.tar wxconfigtool-$VERSION/*
|
|
||||||
gzip -c $DEST/wxconfigtool-$VERSION-i386.tar > $DEST/wxconfigtool-$VERSION-i386.tar.gz
|
|
||||||
bzip2 -c $DEST/wxconfigtool-$VERSION-i386.tar > $DEST/wxconfigtool-$VERSION-i386.tar.bz2
|
|
||||||
}
|
|
||||||
|
|
||||||
dobuild()
|
|
||||||
{
|
|
||||||
makeapp release full
|
|
||||||
}
|
|
||||||
|
|
||||||
usage()
|
|
||||||
{
|
|
||||||
echo Usage: $PROGNAME "cvs-dir bin-dir deliver-dir version-number [ options ]"
|
|
||||||
echo Options:
|
|
||||||
echo " --help Display this help message"
|
|
||||||
echo " --upx Compress executable with UPX"
|
|
||||||
echo " --build Invoke 'maketarball.sh release full' first"
|
|
||||||
echo For example: maketarball.sh ~/wxconfigtool /tmp/build-app /tmp/wxconfigtool-deliver 1.20
|
|
||||||
exit 1
|
|
||||||
}
|
|
||||||
|
|
||||||
# Process command line options.
|
|
||||||
shift 4
|
|
||||||
for i in "$@"; do
|
|
||||||
case "$i" in
|
|
||||||
--build) BUILD=1 ;;
|
|
||||||
--upx) UPX=1 ;;
|
|
||||||
*)
|
|
||||||
usage
|
|
||||||
exit
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
done
|
|
||||||
|
|
||||||
if [ ! -d "$DEST" ]; then
|
|
||||||
mkdir -p $DEST
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ ! -d "$SRC" ]; then
|
|
||||||
echo Source directory $SRC not found.
|
|
||||||
usage
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ ! -d "$BINARYSRC" ]; then
|
|
||||||
echo Location of wxconfigtool binary $BINARYSRC not found.
|
|
||||||
usage
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "$VERSION" = "" ]; then
|
|
||||||
echo Pass the version number as the fourth argument.
|
|
||||||
usage
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo Creating Version $VERSION distribution in $DEST, using source directory $SRC and wxconfigtool binary in $BINARYSRC.
|
|
||||||
#echo Press return to continue.
|
|
||||||
#read dummy
|
|
||||||
|
|
||||||
# Remove all existing files
|
|
||||||
if [ ! -d "$DEST/wxconfigtool" ]; then
|
|
||||||
rm -f -r $DEST/wxconfigtool
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Skip INNO setup if INNO is 0.
|
|
||||||
if [ "$BUILD" = "1" ]; then
|
|
||||||
dobuild
|
|
||||||
fi
|
|
||||||
|
|
||||||
dotar
|
|
||||||
|
|
||||||
echo ConfigTool archived.
|
|
||||||
|
|
@ -1,144 +0,0 @@
|
|||||||
### List of variables for the purposes of generating an application's
|
|
||||||
### setup.exe
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
# The application name
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
|
|
||||||
APPNAME=wxconfigtool
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
# The application title
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
|
|
||||||
APPTITLE="wxWindows Configuration Tool"
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
# The application author (copyright holder)
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
|
|
||||||
AUTHOR="Julian Smart"
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
# The application vendor (organisation)
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
|
|
||||||
VENDOR="Anthemion Software"
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
# The application data file extension
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
|
|
||||||
APPEXTENSION=wxs
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
# The symbol to use when querying for the version number
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
|
|
||||||
VERSIONSYMBOL=ctVERSION_NUMBER
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
# The top-level directory of the application source tree
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
|
|
||||||
APPDIR=c:/wx2dev/wxWindows/utils/configtool
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
# The destination directory of the setup
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
|
|
||||||
DESTDIR=$APPDIR/deliver
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
# The temporary image directory to use when preparing the setup
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
|
|
||||||
SETUPIMAGEDIR=$APPDIR/deliver/image
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
# The name of the file with $VERSIONSYMBOL in it
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
|
|
||||||
VERSIONSYMBOLFILE=$APPDIR/src/symbols.h
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
# The locations of the project's Inno Setup header and footer files
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
|
|
||||||
INNOTOP=$APPDIR/scripts/innotop.txt
|
|
||||||
INNOBOTTOM=$APPDIR/scripts/innobott.txt
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
# The location of the generated setup script
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
|
|
||||||
SETUPSCRIPTNAME=$DESTDIR/$APPNAME.iss
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
# The locations of the readme and license files
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
|
|
||||||
READMEFILE=$APPDIR/docs/readme.txt
|
|
||||||
READMEAFTERFILE=$APPDIR/docs/readme-after.txt
|
|
||||||
LICENSEFILE=$APPDIR/docs/licence.txt
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
# The binary to include in the setup
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
|
|
||||||
APPBINARY=$APPDIR/src/ReleaseStable/$APPNAME.exe
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
# The location of the setup compiler
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
|
|
||||||
SETUPCOMPILER="c:/Program Files/Inno Setup 2/compil32.exe"
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
# Whether we will compress the binary (0 or 1).
|
|
||||||
# Use --upx or --no-upx to override this default value.
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
|
|
||||||
UPX=0
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
# Whether we will make a manual (0 or 1)
|
|
||||||
# Use --make-manual or --no-make-manual to override this default value.
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
|
|
||||||
MAKEMANUAL=1
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
# The manual filename(s)
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
|
|
||||||
MANUALFILES="$APPDIR/docs/manual/configtool.chm $APPDIR/docs/manual/configtool.htb"
|
|
||||||
WXMANUALCHM="$APPDIR/../../docs/htmlhelp/wx.chm"
|
|
||||||
WXMANUALHTB="$APPDIR/../../docs/htb/wx.htb"
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
# The directory containing the manual source. We assume
|
|
||||||
# that there is a Makefile in this directory for making the
|
|
||||||
# manual.
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
|
|
||||||
MANUALDIR=$APPDIR/docs/manual
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
# The resources file to compile, if any (e.g. myapp.bin).
|
|
||||||
# This is just a zip containing files to be used by the
|
|
||||||
# application, usually stored in src/resources.
|
|
||||||
#
|
|
||||||
# If this is left empty, no resources will be compiled.
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
|
|
||||||
#RESOURCESFILE=${APPNAME}.bin
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
# The directory containing the resources.
|
|
||||||
#
|
|
||||||
# If this is left empty, no resources will be compiled.
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
|
|
||||||
RESOURCESDIR=$APPDIR/src/resources
|
|
||||||
|
|
@ -1,239 +0,0 @@
|
|||||||
# =========================================================================
|
|
||||||
# This makefile was generated by
|
|
||||||
# Bakefile 0.2.0 (http://bakefile.sourceforge.net)
|
|
||||||
# Do not modify, all changes will be overwritten!
|
|
||||||
# =========================================================================
|
|
||||||
|
|
||||||
|
|
||||||
@MAKE_SET@
|
|
||||||
|
|
||||||
prefix = @prefix@
|
|
||||||
exec_prefix = @exec_prefix@
|
|
||||||
INSTALL = @INSTALL@
|
|
||||||
EXEEXT = @EXEEXT@
|
|
||||||
WINDRES = @WINDRES@
|
|
||||||
REZ = @REZ@
|
|
||||||
SETFILE = @SETFILE@
|
|
||||||
NM = @NM@
|
|
||||||
srcdir = @srcdir@
|
|
||||||
top_srcdir = @top_srcdir@
|
|
||||||
top_builddir = @top_builddir@
|
|
||||||
LDFLAGS_GUI = @LDFLAGS_GUI@
|
|
||||||
CXX = @CXX@
|
|
||||||
CXXFLAGS = @CXXFLAGS@
|
|
||||||
CPPFLAGS = @CPPFLAGS@
|
|
||||||
LDFLAGS = @LDFLAGS@
|
|
||||||
WX_LIB_FLAVOUR = @WX_LIB_FLAVOUR@
|
|
||||||
TOOLKIT = @TOOLKIT@
|
|
||||||
TOOLKIT_LOWERCASE = @TOOLKIT_LOWERCASE@
|
|
||||||
TOOLKIT_VERSION = @TOOLKIT_VERSION@
|
|
||||||
TOOLCHAIN_FULLNAME = @TOOLCHAIN_FULLNAME@
|
|
||||||
EXTRALIBS = @EXTRALIBS@
|
|
||||||
EXTRALIBS_XML = @EXTRALIBS_XML@
|
|
||||||
EXTRALIBS_HTML = @EXTRALIBS_HTML@
|
|
||||||
EXTRALIBS_GUI = @EXTRALIBS_GUI@
|
|
||||||
EXTRALIBS_SDL = @EXTRALIBS_SDL@
|
|
||||||
HOST_SUFFIX = @HOST_SUFFIX@
|
|
||||||
|
|
||||||
### Variables: ###
|
|
||||||
|
|
||||||
DESTDIR =
|
|
||||||
WX_RELEASE = 2.7
|
|
||||||
LIBDIRNAME = $(top_builddir)lib
|
|
||||||
WXCONFIGTOOL_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
|
|
||||||
$(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
|
|
||||||
-I$(srcdir) $(__DLLFLAG_p) -I$(srcdir)/../../../samples $(CPPFLAGS) \
|
|
||||||
$(CXXFLAGS)
|
|
||||||
WXCONFIGTOOL_OBJECTS = \
|
|
||||||
$(__wxconfigtool___win32rc) \
|
|
||||||
$(__wxconfigtool_os2_lib_res) \
|
|
||||||
wxconfigtool_wxconfigtool.o \
|
|
||||||
wxconfigtool_appsettings.o \
|
|
||||||
wxconfigtool_configitem.o \
|
|
||||||
wxconfigtool_configitemselector.o \
|
|
||||||
wxconfigtool_configtooldoc.o \
|
|
||||||
wxconfigtool_configtoolview.o \
|
|
||||||
wxconfigtool_configtree.o \
|
|
||||||
wxconfigtool_custompropertydialog.o \
|
|
||||||
wxconfigtool_htmlparser.o \
|
|
||||||
wxconfigtool_mainframe.o \
|
|
||||||
wxconfigtool_propeditor.o \
|
|
||||||
wxconfigtool_property.o \
|
|
||||||
wxconfigtool_settingsdialog.o \
|
|
||||||
wxconfigtool_utils.o
|
|
||||||
|
|
||||||
### Conditionally set variables: ###
|
|
||||||
|
|
||||||
@COND_DEPS_TRACKING_0@CXXC = $(CXX)
|
|
||||||
@COND_DEPS_TRACKING_1@CXXC = $(top_builddir)./bk-deps $(CXX)
|
|
||||||
@COND_USE_PLUGINS_0@PLUGIN_ADV_EXTRALIBS = $(EXTRALIBS_SDL)
|
|
||||||
@COND_USE_GUI_0@PORTNAME = base
|
|
||||||
@COND_USE_GUI_1@PORTNAME = $(TOOLKIT_LOWERCASE)$(TOOLKIT_VERSION)
|
|
||||||
@COND_TOOLKIT_MAC@WXBASEPORT = _carbon
|
|
||||||
@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@WXDEBUGFLAG = d
|
|
||||||
@COND_DEBUG_FLAG_1@WXDEBUGFLAG = d
|
|
||||||
@COND_UNICODE_1@WXUNICODEFLAG = u
|
|
||||||
@COND_WXUNIV_1@WXUNIVNAME = univ
|
|
||||||
@COND_MONOLITHIC_0@EXTRALIBS_FOR_BASE = $(EXTRALIBS)
|
|
||||||
@COND_MONOLITHIC_1@EXTRALIBS_FOR_BASE = $(EXTRALIBS) $(EXTRALIBS_GUI)
|
|
||||||
@COND_MONOLITHIC_0@EXTRALIBS_FOR_GUI = $(EXTRALIBS_GUI)
|
|
||||||
@COND_MONOLITHIC_1@EXTRALIBS_FOR_GUI =
|
|
||||||
@COND_PLATFORM_MAC_1@__wxconfigtool___mac_setfilecmd = \
|
|
||||||
@COND_PLATFORM_MAC_1@ $(SETFILE) -a C wxconfigtool$(EXEEXT)
|
|
||||||
@COND_PLATFORM_MAC_1@__wxconfigtool___mac_rezcmd = \
|
|
||||||
@COND_PLATFORM_MAC_1@ $(__MACOSX_RESOURCES_p_1)
|
|
||||||
@COND_WXUNIV_1@__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
|
|
||||||
@COND_WXUNIV_1@__WXUNIV_DEFINE_p_1 = -d __WXUNIVERSAL__
|
|
||||||
@COND_WXUNIV_1@__WXUNIV_DEFINE_p_2 = --define __WXUNIVERSAL__
|
|
||||||
@COND_USE_EXCEPTIONS_0@__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
|
|
||||||
@COND_USE_EXCEPTIONS_0@__EXCEPTIONS_DEFINE_p_1 = -d wxNO_EXCEPTIONS
|
|
||||||
@COND_USE_EXCEPTIONS_0@__EXCEPTIONS_DEFINE_p_2 = --define wxNO_EXCEPTIONS
|
|
||||||
@COND_USE_RTTI_0@__RTTI_DEFINE_p = -DwxNO_RTTI
|
|
||||||
@COND_USE_RTTI_0@__RTTI_DEFINE_p_1 = -d wxNO_RTTI
|
|
||||||
@COND_USE_RTTI_0@__RTTI_DEFINE_p_2 = --define wxNO_RTTI
|
|
||||||
@COND_USE_THREADS_0@__THREAD_DEFINE_p = -DwxNO_THREADS
|
|
||||||
@COND_USE_THREADS_0@__THREAD_DEFINE_p_1 = -d wxNO_THREADS
|
|
||||||
@COND_USE_THREADS_0@__THREAD_DEFINE_p_2 = --define wxNO_THREADS
|
|
||||||
@COND_SHARED_1@__DLLFLAG_p = -DWXUSINGDLL
|
|
||||||
@COND_SHARED_1@__DLLFLAG_p_1 = -d WXUSINGDLL
|
|
||||||
@COND_SHARED_1@__DLLFLAG_p_2 = --define WXUSINGDLL
|
|
||||||
COND_PLATFORM_OS2_1___wxconfigtool___os2_emxbindcmd = $(NM) \
|
|
||||||
wxconfigtool$(EXEEXT) | if grep -q pmwin.763 ; then emxbind -ep \
|
|
||||||
wxconfigtool$(EXEEXT) ; fi
|
|
||||||
@COND_PLATFORM_OS2_1@__wxconfigtool___os2_emxbindcmd = $(COND_PLATFORM_OS2_1___wxconfigtool___os2_emxbindcmd)
|
|
||||||
@COND_TOOLKIT_MSW@__RCDEFDIR_p = -i \
|
|
||||||
@COND_TOOLKIT_MSW@ $(LIBDIRNAME)/wx/include/$(TOOLCHAIN_FULLNAME)
|
|
||||||
@COND_TOOLKIT_MSW@__RCDEFDIR_p_1 = --include-dir \
|
|
||||||
@COND_TOOLKIT_MSW@ $(LIBDIRNAME)/wx/include/$(TOOLCHAIN_FULLNAME)
|
|
||||||
@COND_PLATFORM_WIN32_1@__wxconfigtool___win32rc = wxconfigtool_sample_rc.o
|
|
||||||
@COND_PLATFORM_OS2_1@__wxconfigtool_os2_lib_res = \
|
|
||||||
@COND_PLATFORM_OS2_1@ $(top_srcdir)/include/wx/os2/wx.res
|
|
||||||
COND_MONOLITHIC_0___WXLIB_ADV_p = \
|
|
||||||
-lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv-$(WX_RELEASE)$(HOST_SUFFIX)
|
|
||||||
@COND_MONOLITHIC_0@__WXLIB_ADV_p = $(COND_MONOLITHIC_0___WXLIB_ADV_p)
|
|
||||||
COND_MONOLITHIC_0___WXLIB_HTML_p = \
|
|
||||||
-lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html-$(WX_RELEASE)$(HOST_SUFFIX)
|
|
||||||
@COND_MONOLITHIC_0@__WXLIB_HTML_p = $(COND_MONOLITHIC_0___WXLIB_HTML_p)
|
|
||||||
COND_MONOLITHIC_0___WXLIB_CORE_p = \
|
|
||||||
-lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core-$(WX_RELEASE)$(HOST_SUFFIX)
|
|
||||||
@COND_MONOLITHIC_0@__WXLIB_CORE_p = $(COND_MONOLITHIC_0___WXLIB_CORE_p)
|
|
||||||
COND_MONOLITHIC_0___WXLIB_XML_p = \
|
|
||||||
-lwx_base$(WXBASEPORT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml-$(WX_RELEASE)$(HOST_SUFFIX)
|
|
||||||
@COND_MONOLITHIC_0@__WXLIB_XML_p = $(COND_MONOLITHIC_0___WXLIB_XML_p)
|
|
||||||
COND_MONOLITHIC_0___WXLIB_BASE_p = \
|
|
||||||
-lwx_base$(WXBASEPORT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
|
|
||||||
@COND_MONOLITHIC_0@__WXLIB_BASE_p = $(COND_MONOLITHIC_0___WXLIB_BASE_p)
|
|
||||||
COND_MONOLITHIC_1___WXLIB_MONO_p = \
|
|
||||||
-lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
|
|
||||||
@COND_MONOLITHIC_1@__WXLIB_MONO_p = $(COND_MONOLITHIC_1___WXLIB_MONO_p)
|
|
||||||
@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@__LIB_TIFF_p \
|
|
||||||
@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@ = \
|
|
||||||
@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@ -lwxtiff$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
|
|
||||||
@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@__LIB_JPEG_p \
|
|
||||||
@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@ = \
|
|
||||||
@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@ -lwxjpeg$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
|
|
||||||
@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@__LIB_PNG_p \
|
|
||||||
@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@ = \
|
|
||||||
@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@ -lwxpng$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
|
|
||||||
@COND_WXUSE_ZLIB_BUILTIN@__LIB_ZLIB_p = \
|
|
||||||
@COND_WXUSE_ZLIB_BUILTIN@ -lwxzlib$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
|
|
||||||
@COND_WXUSE_ODBC_BUILTIN@__LIB_ODBC_p = \
|
|
||||||
@COND_WXUSE_ODBC_BUILTIN@ -lwxodbc$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
|
|
||||||
COND_WXUSE_REGEX_BUILTIN___LIB_REGEX_p = \
|
|
||||||
-lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
|
|
||||||
@COND_WXUSE_REGEX_BUILTIN@__LIB_REGEX_p = $(COND_WXUSE_REGEX_BUILTIN___LIB_REGEX_p)
|
|
||||||
@COND_WXUSE_EXPAT_BUILTIN@__LIB_EXPAT_p = \
|
|
||||||
@COND_WXUSE_EXPAT_BUILTIN@ -lwxexpat$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
|
|
||||||
COND_TOOLKIT_MAC___MACOSX_RESOURCES_p_1 = $(REZ) -d __DARWIN__ -t APPL -d \
|
|
||||||
__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) \
|
|
||||||
$(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) -i $(srcdir) $(__DLLFLAG_p_1) -i \
|
|
||||||
$(srcdir)/../../../samples $(__RCDEFDIR_p) -i $(top_srcdir)/include -o \
|
|
||||||
wxconfigtool$(EXEEXT) Carbon.r sample.r
|
|
||||||
@COND_TOOLKIT_MAC@__MACOSX_RESOURCES_p_1 = $(COND_TOOLKIT_MAC___MACOSX_RESOURCES_p_1)
|
|
||||||
|
|
||||||
### Targets: ###
|
|
||||||
|
|
||||||
all: wxconfigtool$(EXEEXT) data
|
|
||||||
|
|
||||||
install: all
|
|
||||||
|
|
||||||
uninstall:
|
|
||||||
|
|
||||||
install-strip: install
|
|
||||||
|
|
||||||
clean:
|
|
||||||
rm -rf ./.deps ./.pch
|
|
||||||
rm -f ./*.o
|
|
||||||
rm -f wxconfigtool$(EXEEXT)
|
|
||||||
|
|
||||||
distclean: clean
|
|
||||||
rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
|
|
||||||
|
|
||||||
wxconfigtool$(EXEEXT): $(WXCONFIGTOOL_OBJECTS) $(__wxconfigtool___win32rc)
|
|
||||||
$(CXX) -o $@ $(WXCONFIGTOOL_OBJECTS) $(LDFLAGS) -L$(LIBDIRNAME) $(LDFLAGS_GUI) $(__WXLIB_ADV_p) $(PLUGIN_ADV_EXTRALIBS) $(__WXLIB_HTML_p) $(EXTRALIBS_HTML) $(__WXLIB_CORE_p) $(__WXLIB_XML_p) $(EXTRALIBS_XML) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) $(EXTRALIBS_FOR_GUI) $(__LIB_ZLIB_p) $(__LIB_ODBC_p) $(__LIB_REGEX_p) $(__LIB_EXPAT_p) $(EXTRALIBS_FOR_BASE)
|
|
||||||
$(__wxconfigtool___mac_rezcmd)
|
|
||||||
$(__wxconfigtool___mac_setfilecmd)
|
|
||||||
$(__wxconfigtool___os2_emxbindcmd)
|
|
||||||
|
|
||||||
data:
|
|
||||||
@mkdir -p .
|
|
||||||
@for f in wxwin250.wxs; do \
|
|
||||||
if test ! -f ./$$f -a ! -d ./$$f ; \
|
|
||||||
then x=yep ; \
|
|
||||||
else x=`find $(srcdir)/../configs/$$f -newer ./$$f -print` ; \
|
|
||||||
fi; \
|
|
||||||
case "$$x" in ?*) \
|
|
||||||
cp -pRf $(srcdir)/../configs/$$f . ;; \
|
|
||||||
esac; \
|
|
||||||
done
|
|
||||||
|
|
||||||
wxconfigtool_sample_rc.o: $(srcdir)/../../../samples/sample.rc
|
|
||||||
$(WINDRES) -i$< -o$@ --define __WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_2) $(__EXCEPTIONS_DEFINE_p_2) $(__RTTI_DEFINE_p_2) $(__THREAD_DEFINE_p_2) --include-dir $(srcdir) $(__DLLFLAG_p_2) --include-dir $(srcdir)/../../../samples $(__RCDEFDIR_p_1) --include-dir $(top_srcdir)/include
|
|
||||||
|
|
||||||
wxconfigtool_wxconfigtool.o: $(srcdir)/wxconfigtool.cpp
|
|
||||||
$(CXXC) -c -o $@ $(WXCONFIGTOOL_CXXFLAGS) $(srcdir)/wxconfigtool.cpp
|
|
||||||
|
|
||||||
wxconfigtool_appsettings.o: $(srcdir)/appsettings.cpp
|
|
||||||
$(CXXC) -c -o $@ $(WXCONFIGTOOL_CXXFLAGS) $(srcdir)/appsettings.cpp
|
|
||||||
|
|
||||||
wxconfigtool_configitem.o: $(srcdir)/configitem.cpp
|
|
||||||
$(CXXC) -c -o $@ $(WXCONFIGTOOL_CXXFLAGS) $(srcdir)/configitem.cpp
|
|
||||||
|
|
||||||
wxconfigtool_configitemselector.o: $(srcdir)/configitemselector.cpp
|
|
||||||
$(CXXC) -c -o $@ $(WXCONFIGTOOL_CXXFLAGS) $(srcdir)/configitemselector.cpp
|
|
||||||
|
|
||||||
wxconfigtool_configtooldoc.o: $(srcdir)/configtooldoc.cpp
|
|
||||||
$(CXXC) -c -o $@ $(WXCONFIGTOOL_CXXFLAGS) $(srcdir)/configtooldoc.cpp
|
|
||||||
|
|
||||||
wxconfigtool_configtoolview.o: $(srcdir)/configtoolview.cpp
|
|
||||||
$(CXXC) -c -o $@ $(WXCONFIGTOOL_CXXFLAGS) $(srcdir)/configtoolview.cpp
|
|
||||||
|
|
||||||
wxconfigtool_configtree.o: $(srcdir)/configtree.cpp
|
|
||||||
$(CXXC) -c -o $@ $(WXCONFIGTOOL_CXXFLAGS) $(srcdir)/configtree.cpp
|
|
||||||
|
|
||||||
wxconfigtool_custompropertydialog.o: $(srcdir)/custompropertydialog.cpp
|
|
||||||
$(CXXC) -c -o $@ $(WXCONFIGTOOL_CXXFLAGS) $(srcdir)/custompropertydialog.cpp
|
|
||||||
|
|
||||||
wxconfigtool_htmlparser.o: $(srcdir)/htmlparser.cpp
|
|
||||||
$(CXXC) -c -o $@ $(WXCONFIGTOOL_CXXFLAGS) $(srcdir)/htmlparser.cpp
|
|
||||||
|
|
||||||
wxconfigtool_mainframe.o: $(srcdir)/mainframe.cpp
|
|
||||||
$(CXXC) -c -o $@ $(WXCONFIGTOOL_CXXFLAGS) $(srcdir)/mainframe.cpp
|
|
||||||
|
|
||||||
wxconfigtool_propeditor.o: $(srcdir)/propeditor.cpp
|
|
||||||
$(CXXC) -c -o $@ $(WXCONFIGTOOL_CXXFLAGS) $(srcdir)/propeditor.cpp
|
|
||||||
|
|
||||||
wxconfigtool_property.o: $(srcdir)/property.cpp
|
|
||||||
$(CXXC) -c -o $@ $(WXCONFIGTOOL_CXXFLAGS) $(srcdir)/property.cpp
|
|
||||||
|
|
||||||
wxconfigtool_settingsdialog.o: $(srcdir)/settingsdialog.cpp
|
|
||||||
$(CXXC) -c -o $@ $(WXCONFIGTOOL_CXXFLAGS) $(srcdir)/settingsdialog.cpp
|
|
||||||
|
|
||||||
wxconfigtool_utils.o: $(srcdir)/utils.cpp
|
|
||||||
$(CXXC) -c -o $@ $(WXCONFIGTOOL_CXXFLAGS) $(srcdir)/utils.cpp
|
|
||||||
|
|
||||||
|
|
||||||
# Include dependency info, if present:
|
|
||||||
@IF_GNU_MAKE@-include .deps/*.d
|
|
||||||
|
|
||||||
.PHONY: all install uninstall clean distclean data
|
|
@ -1,278 +0,0 @@
|
|||||||
/////////////////////////////////////////////////////////////////////////////
|
|
||||||
// Name: appsettings.cpp
|
|
||||||
// Purpose: Implements settings-related functionality
|
|
||||||
// Author: Julian Smart
|
|
||||||
// Modified by:
|
|
||||||
// Created: 2002-09-04
|
|
||||||
// RCS-ID: $Id$
|
|
||||||
// Copyright: (c) Julian Smart
|
|
||||||
// Licence:
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
|
||||||
|
|
||||||
// For compilers that support precompilation, includes "wx/wx.h".
|
|
||||||
#include "wx/wxprec.h"
|
|
||||||
|
|
||||||
#ifdef __BORLANDC__
|
|
||||||
#pragma hdrstop
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef WX_PRECOMP
|
|
||||||
|
|
||||||
#include "wx/datstrm.h"
|
|
||||||
#include "wx/dir.h"
|
|
||||||
#include "wx/colordlg.h"
|
|
||||||
#include "wx/wxhtml.h"
|
|
||||||
#include "wx/effects.h"
|
|
||||||
#include "wx/spinctrl.h"
|
|
||||||
#include "wx/tooltip.h"
|
|
||||||
#include "wx/settings.h"
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "wx/wfstream.h"
|
|
||||||
#include "wx/config.h"
|
|
||||||
#include "wx/fileconf.h"
|
|
||||||
#include "wx/valgen.h"
|
|
||||||
#include "utils.h"
|
|
||||||
#include "wxconfigtool.h"
|
|
||||||
#include "appsettings.h"
|
|
||||||
#include "mainframe.h"
|
|
||||||
#include "symbols.h"
|
|
||||||
#include "settingsdialog.h"
|
|
||||||
|
|
||||||
/*
|
|
||||||
* User-changeable settings
|
|
||||||
*/
|
|
||||||
|
|
||||||
IMPLEMENT_DYNAMIC_CLASS(ctSettings, wxObject)
|
|
||||||
|
|
||||||
ctSettings::ctSettings()
|
|
||||||
{
|
|
||||||
m_noUses = 0;
|
|
||||||
m_showToolBar = true;
|
|
||||||
m_showWelcomeDialog = true;
|
|
||||||
m_exportDir = wxEmptyString;
|
|
||||||
|
|
||||||
m_frameSize = wxRect(10, 10, 600, 500);
|
|
||||||
// m_backgroundColour = wxColour(140, 172, 179); // blue-grey
|
|
||||||
m_editWindowFont = wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT);
|
|
||||||
|
|
||||||
m_appName = wxT("wxWidgets Configuration Tool");
|
|
||||||
m_appNameShort = wxT("Configuration Tool");
|
|
||||||
m_showSplashScreen = false;
|
|
||||||
m_userName = wxEmptyString;
|
|
||||||
m_frameStatus = ctSHOW_STATUS_NORMAL;
|
|
||||||
m_loadLastDocument = true;
|
|
||||||
m_firstTimeRun = true;
|
|
||||||
m_smallToolbar = true;
|
|
||||||
m_mainSashSize = 200;
|
|
||||||
m_useToolTips = true;
|
|
||||||
m_showTrayIcon = true;
|
|
||||||
m_trayIconIsShown = false;
|
|
||||||
m_useEnvironmentVariable = true;
|
|
||||||
m_frameworkDir = wxEmptyString;
|
|
||||||
m_matchWholeWord = false;
|
|
||||||
m_matchCase = false;
|
|
||||||
m_defaultFileKind = wxT("Setup file");
|
|
||||||
}
|
|
||||||
|
|
||||||
// Copy constructor
|
|
||||||
ctSettings::ctSettings(const ctSettings& settings) : wxObject()
|
|
||||||
{
|
|
||||||
Copy(settings);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void ctSettings::operator = (const ctSettings& settings)
|
|
||||||
{
|
|
||||||
Copy(settings);
|
|
||||||
}
|
|
||||||
|
|
||||||
void ctSettings::Copy (const ctSettings& settings)
|
|
||||||
{
|
|
||||||
m_lastSetupSaveDir = settings.m_lastSetupSaveDir;
|
|
||||||
m_lastDocument = settings.m_lastDocument;
|
|
||||||
m_showToolBar = settings.m_showToolBar;
|
|
||||||
m_frameSize = settings.m_frameSize;
|
|
||||||
m_editWindowFont = settings.m_editWindowFont;
|
|
||||||
m_showSplashScreen = settings.m_showSplashScreen;
|
|
||||||
m_userName = settings.m_userName;
|
|
||||||
m_loadLastDocument = settings.m_loadLastDocument;
|
|
||||||
m_exportDir = settings.m_exportDir;
|
|
||||||
m_firstTimeRun = settings.m_firstTimeRun;
|
|
||||||
m_noUses = settings.m_noUses;
|
|
||||||
m_smallToolbar = settings.m_smallToolbar;
|
|
||||||
m_useToolTips = settings.m_useToolTips;
|
|
||||||
m_showWelcomeDialog = settings.m_showWelcomeDialog;
|
|
||||||
m_mainSashSize = settings.m_mainSashSize;
|
|
||||||
|
|
||||||
m_showTrayIcon = settings.m_showTrayIcon;
|
|
||||||
m_trayIconIsShown = settings.m_trayIconIsShown;
|
|
||||||
|
|
||||||
m_useEnvironmentVariable = settings.m_useEnvironmentVariable;
|
|
||||||
m_frameworkDir = settings.m_frameworkDir;
|
|
||||||
m_matchWholeWord = settings.m_matchWholeWord;
|
|
||||||
m_matchCase = settings.m_matchCase;
|
|
||||||
m_defaultFileKind = settings.m_defaultFileKind ;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Do some initialisation within stApp::OnInit
|
|
||||||
bool ctSettings::Init()
|
|
||||||
{
|
|
||||||
m_lastSetupSaveDir = wxEmptyString;
|
|
||||||
if (m_userName.empty())
|
|
||||||
m_userName = wxGetUserName();
|
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Create new filename
|
|
||||||
wxString ctSettings::GenerateFilename(const wxString& rootName)
|
|
||||||
{
|
|
||||||
wxString path;
|
|
||||||
if (!m_lastFilename.empty())
|
|
||||||
path = wxPathOnly(m_lastFilename);
|
|
||||||
else
|
|
||||||
path = wxGetApp().GetAppDir();
|
|
||||||
|
|
||||||
wxString filename(path);
|
|
||||||
if (filename.Last() != wxFILE_SEP_PATH )
|
|
||||||
filename += wxFILE_SEP_PATH;
|
|
||||||
filename += rootName;
|
|
||||||
|
|
||||||
wxString fullFilename = filename + wxT(".wxs");
|
|
||||||
int i = 0;
|
|
||||||
wxString postfixStr;
|
|
||||||
while (wxFileExists(fullFilename))
|
|
||||||
{
|
|
||||||
i ++;
|
|
||||||
postfixStr.Printf(_T("%d"), i);
|
|
||||||
fullFilename = filename + postfixStr + wxT(".wxs");
|
|
||||||
}
|
|
||||||
|
|
||||||
m_lastFilename = fullFilename;
|
|
||||||
return fullFilename;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Load config info
|
|
||||||
bool ctSettings::LoadConfig()
|
|
||||||
{
|
|
||||||
wxConfig config(wxGetApp().GetSettings().GetAppName(), wxT("wxWidgets"));
|
|
||||||
|
|
||||||
config.Read(wxT("Files/LastFile"), & m_lastFilename);
|
|
||||||
config.Read(wxT("Files/LastSetupSaveDir"), & m_lastSetupSaveDir);
|
|
||||||
config.Read(wxT("Files/ExportDir"), & m_exportDir);
|
|
||||||
config.Read(wxT("Files/FrameworkDir"), & m_frameworkDir);
|
|
||||||
config.Read(wxT("Files/UseEnvironmentVariable"), (bool*) & m_useEnvironmentVariable);
|
|
||||||
|
|
||||||
config.Read(wxT("Misc/UserName"), & m_userName);
|
|
||||||
config.Read(wxT("Misc/FrameStatus"), & m_frameStatus);
|
|
||||||
config.Read(wxT("Misc/ShowToolTips"), (bool*) & m_useToolTips);
|
|
||||||
config.Read(wxT("Misc/LastDocument"), & m_lastDocument);
|
|
||||||
config.Read(wxT("Misc/LoadLastDocument"), (bool*) & m_loadLastDocument);
|
|
||||||
config.Read(wxT("Misc/ShowWelcomeDialog"), (bool*) & m_showWelcomeDialog);
|
|
||||||
config.Read(wxT("Misc/Ran"), & m_noUses);
|
|
||||||
config.Read(wxT("Misc/ShowTrayIcon"), (bool*) & m_showTrayIcon);
|
|
||||||
config.Read(wxT("Misc/MatchWholeWord"), (bool*) & m_matchWholeWord);
|
|
||||||
config.Read(wxT("Misc/MatchCase"), (bool*) & m_matchCase);
|
|
||||||
config.Read(wxT("Misc/BuildMode"), & m_defaultFileKind );
|
|
||||||
|
|
||||||
m_noUses ++;
|
|
||||||
|
|
||||||
config.Read(wxT("Windows/ShowToolBar"), (bool*) & m_showToolBar);
|
|
||||||
|
|
||||||
m_firstTimeRun = !(config.Read(wxT("Windows/WindowX"), & m_frameSize.x));
|
|
||||||
config.Read(wxT("Windows/WindowY"), & m_frameSize.y);
|
|
||||||
config.Read(wxT("Windows/WindowWidth"), & m_frameSize.width);
|
|
||||||
config.Read(wxT("Windows/WindowHeight"), & m_frameSize.height);
|
|
||||||
config.Read(wxT("Windows/ShowSplashScreen"), (bool*) & m_showSplashScreen);
|
|
||||||
config.Read(wxT("Windows/SmallToolbar"), (bool*) & m_smallToolbar);
|
|
||||||
config.Read(wxT("Windows/MainSashSize"), & m_mainSashSize);
|
|
||||||
|
|
||||||
wxString fontSpec;
|
|
||||||
|
|
||||||
fontSpec = wxEmptyString;
|
|
||||||
config.Read(wxT("Style/EditWindowFont"), & fontSpec);
|
|
||||||
if (!fontSpec.empty())
|
|
||||||
m_editWindowFont = apStringToFont(fontSpec);
|
|
||||||
|
|
||||||
// Crash-resistance
|
|
||||||
int runningProgram = 0;
|
|
||||||
config.Read(wxT("Misc/RunningProgram"), & runningProgram);
|
|
||||||
|
|
||||||
#ifndef __WXDEBUG__
|
|
||||||
// runningProgram should be zero if all is well. If 1,
|
|
||||||
// it crashed during a run, so we should disable the auto-load
|
|
||||||
// facility just in case it's trying to load a damaged file.
|
|
||||||
if (runningProgram != 0)
|
|
||||||
{
|
|
||||||
m_loadLastDocument = false;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
config.Write(wxT("Misc/RunningProgram"), (long) 1);
|
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Save config info
|
|
||||||
bool ctSettings::SaveConfig()
|
|
||||||
{
|
|
||||||
wxConfig config(wxGetApp().GetSettings().GetAppName(), wxT("wxWidgets"));
|
|
||||||
|
|
||||||
config.Write(wxT("Files/LastFile"), m_lastFilename);
|
|
||||||
config.Write(wxT("Files/LastSetupSaveDir"), m_lastSetupSaveDir);
|
|
||||||
config.Write(wxT("Files/ExportDir"), m_exportDir);
|
|
||||||
config.Write(wxT("Files/FrameworkDir"), m_frameworkDir);
|
|
||||||
config.Write(wxT("Files/UseEnvironmentVariable"), m_useEnvironmentVariable);
|
|
||||||
|
|
||||||
config.Write(wxT("Misc/UserName"), m_userName);
|
|
||||||
config.Write(wxT("Misc/FrameStatus"), (long) m_frameStatus);
|
|
||||||
config.Write(wxT("Misc/ShowToolTips"), m_useToolTips);
|
|
||||||
config.Write(wxT("Misc/LastDocument"), m_lastDocument);
|
|
||||||
config.Write(wxT("Misc/LoadLastDocument"), (long) m_loadLastDocument);
|
|
||||||
config.Write(wxT("Misc/ShowWelcomeDialog"), (long) m_showWelcomeDialog);
|
|
||||||
config.Write(wxT("Misc/Ran"), m_noUses);
|
|
||||||
config.Write(wxT("Misc/ShowTrayIcon"), (long) m_showTrayIcon);
|
|
||||||
config.Write(wxT("Misc/MatchWholeWord"), (long) m_matchWholeWord);
|
|
||||||
config.Write(wxT("Misc/MatchCase"), (long) m_matchCase);
|
|
||||||
config.Write(wxT("Misc/BuildMode"), m_defaultFileKind);
|
|
||||||
|
|
||||||
config.Write(wxT("Windows/ShowToolBar"), m_showToolBar);
|
|
||||||
config.Write(wxT("Windows/WindowX"), (long) m_frameSize.x);
|
|
||||||
config.Write(wxT("Windows/WindowY"), (long) m_frameSize.y);
|
|
||||||
config.Write(wxT("Windows/WindowWidth"), (long) m_frameSize.width);
|
|
||||||
config.Write(wxT("Windows/WindowHeight"), (long) m_frameSize.height);
|
|
||||||
|
|
||||||
config.Write(wxT("Windows/ShowSplashScreen"), m_showSplashScreen);
|
|
||||||
config.Write(wxT("Windows/SmallToolbar"), (long) m_smallToolbar);
|
|
||||||
config.Write(wxT("Windows/MainSashSize"), (long) m_mainSashSize);
|
|
||||||
|
|
||||||
/*
|
|
||||||
wxString backgroundColour(apColourToHexString(m_backgroundColour));
|
|
||||||
config.Write(wxT("Style/BackgroundColour"), backgroundColour);
|
|
||||||
*/
|
|
||||||
|
|
||||||
config.Write(wxT("Style/EditWindowFont"), apFontToString(m_editWindowFont));
|
|
||||||
|
|
||||||
// Indicate that we're no longer running, so we know if the program
|
|
||||||
// crashed last time around.
|
|
||||||
config.Write(wxT("Misc/RunningProgram"), (long) 0);
|
|
||||||
|
|
||||||
{
|
|
||||||
config.SetPath(wxT("FileHistory/"));
|
|
||||||
wxGetApp().GetDocManager()->FileHistorySave(config);
|
|
||||||
}
|
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
void ctSettings::ShowSettingsDialog(const wxString& WXUNUSED(page))
|
|
||||||
{
|
|
||||||
ctSettingsDialog* dialog = new ctSettingsDialog(wxGetApp().GetTopWindow());
|
|
||||||
// if (!page.IsEmpty())
|
|
||||||
// dialog->GetNotebook()->SetSelection(apFindNotebookPage(dialog->GetNotebook(), page));
|
|
||||||
|
|
||||||
/* int ret = */ dialog->ShowModal();
|
|
||||||
dialog->Destroy();
|
|
||||||
}
|
|
@ -1,126 +0,0 @@
|
|||||||
/////////////////////////////////////////////////////////////////////////////
|
|
||||||
// Name: appsettings.h
|
|
||||||
// Purpose: Settings-related classes
|
|
||||||
// Author: Julian Smart
|
|
||||||
// Modified by:
|
|
||||||
// Created: 2002-09-04
|
|
||||||
// RCS-ID: $Id$
|
|
||||||
// Copyright: (c) Julian Smart
|
|
||||||
// Licence:
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
|
||||||
|
|
||||||
#ifndef _AP_APPSETTINGS_H_
|
|
||||||
#define _AP_APPSETTINGS_H_
|
|
||||||
|
|
||||||
#include "wx/notebook.h"
|
|
||||||
#include "wx/dialog.h"
|
|
||||||
#include "wx/datetime.h"
|
|
||||||
|
|
||||||
#include "wxconfigtool.h"
|
|
||||||
|
|
||||||
// Frame status
|
|
||||||
#define ctSHOW_STATUS_NORMAL 0x01
|
|
||||||
#define ctSHOW_STATUS_MINIMIZED 0x02
|
|
||||||
#define ctSHOW_STATUS_MAXIMIZED 0x03
|
|
||||||
|
|
||||||
/*!
|
|
||||||
* \brief ctSettings holds all the settings that can be altered
|
|
||||||
* by the user (and probably some that can't).
|
|
||||||
*/
|
|
||||||
|
|
||||||
class ctSettings: public wxObject
|
|
||||||
{
|
|
||||||
DECLARE_DYNAMIC_CLASS(ctSettings)
|
|
||||||
public:
|
|
||||||
/// Default constructor.
|
|
||||||
ctSettings();
|
|
||||||
|
|
||||||
/// Copy constructor.
|
|
||||||
ctSettings(const ctSettings& settings);
|
|
||||||
|
|
||||||
/// Destructor.
|
|
||||||
virtual ~ctSettings(){}
|
|
||||||
|
|
||||||
// Operations
|
|
||||||
|
|
||||||
/// Assignment operator.
|
|
||||||
void operator = (const ctSettings& settings);
|
|
||||||
|
|
||||||
/// Copy function.
|
|
||||||
void Copy (const ctSettings& settings);
|
|
||||||
|
|
||||||
/// Loads configuration information from the registry or a file.
|
|
||||||
bool LoadConfig();
|
|
||||||
|
|
||||||
/// Saves configuration information to the registry or a file.
|
|
||||||
bool SaveConfig();
|
|
||||||
|
|
||||||
/// Initialisation before LoadConfig is called.
|
|
||||||
bool Init();
|
|
||||||
|
|
||||||
/// Shows the settings dialog.
|
|
||||||
void ShowSettingsDialog(const wxString& page = wxEmptyString);
|
|
||||||
|
|
||||||
/// Generates a new document filename.
|
|
||||||
wxString GenerateFilename(const wxString& rootName);
|
|
||||||
|
|
||||||
// Accessors
|
|
||||||
|
|
||||||
/// Returns the long application name. This name is used
|
|
||||||
/// for the registry key and main frame titlebar.
|
|
||||||
wxString GetAppName() const { return m_appName; }
|
|
||||||
|
|
||||||
/// Returns the short application name.
|
|
||||||
wxString GetShortAppName() const { return m_appNameShort; }
|
|
||||||
|
|
||||||
/// Gets the name of the last filename to be loaded.
|
|
||||||
/// May not be needed in this application.
|
|
||||||
wxString& GetLastFilename() { return m_lastFilename; }
|
|
||||||
|
|
||||||
/// Returns true if this is the first time the application
|
|
||||||
/// has been run.
|
|
||||||
bool GetFirstTimeRun() const { return m_firstTimeRun; }
|
|
||||||
|
|
||||||
public:
|
|
||||||
wxString m_lastSetupSaveDir; // Not yet used
|
|
||||||
wxString m_lastDocument; // Last document
|
|
||||||
bool m_showToolBar;
|
|
||||||
bool m_smallToolbar;
|
|
||||||
wxRect m_frameSize;
|
|
||||||
// wxColour m_backgroundColour; // background colour
|
|
||||||
wxFont m_editWindowFont;
|
|
||||||
int m_noUses; // Number of times the app was invoked
|
|
||||||
|
|
||||||
wxString m_appName; // The current name of the app...
|
|
||||||
wxString m_appNameShort; // The short name of the app...
|
|
||||||
bool m_showSplashScreen; // Show the splash screen
|
|
||||||
wxString m_userName;
|
|
||||||
wxString m_lastFilename; // So we can auto-generate sensible filenames
|
|
||||||
bool m_loadLastDocument;
|
|
||||||
bool m_useToolTips; // Use tooltips on dialogs
|
|
||||||
int m_frameStatus;
|
|
||||||
wxString m_exportDir; // Where files are exported to
|
|
||||||
|
|
||||||
wxString m_frameworkDir; // Where the wxWin hierarchy is
|
|
||||||
bool m_useEnvironmentVariable; // Use WXWIN
|
|
||||||
|
|
||||||
/// This isn't explicitly held in the registry
|
|
||||||
/// but deduced from whether there are values there
|
|
||||||
bool m_firstTimeRun;
|
|
||||||
bool m_showWelcomeDialog; // Show opening helpful dialog
|
|
||||||
|
|
||||||
int m_mainSashSize;
|
|
||||||
bool m_showTrayIcon;
|
|
||||||
bool m_trayIconIsShown;
|
|
||||||
|
|
||||||
// "Setup file" or "Configure script"
|
|
||||||
wxString m_defaultFileKind;
|
|
||||||
|
|
||||||
// Search settings
|
|
||||||
bool m_matchCase;
|
|
||||||
bool m_matchWholeWord;
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif
|
|
||||||
// _AP_APPSETTINGS_H_
|
|
||||||
|
|
@ -1,23 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * checked_xpm[] = {
|
|
||||||
"16 16 4 1",
|
|
||||||
" c None",
|
|
||||||
". c #808080",
|
|
||||||
"X c Black",
|
|
||||||
"o c #c0c0c0",
|
|
||||||
" ",
|
|
||||||
" ",
|
|
||||||
" ............ ",
|
|
||||||
" .XXXXXXXXXXo ",
|
|
||||||
" .X o ",
|
|
||||||
" .X X o ",
|
|
||||||
" .X XX o ",
|
|
||||||
" .X X XXX o ",
|
|
||||||
" .X XX XXX o ",
|
|
||||||
" .X XXXXX o ",
|
|
||||||
" .X XXX o ",
|
|
||||||
" .X X o ",
|
|
||||||
" .X o ",
|
|
||||||
" .ooooooooooo ",
|
|
||||||
" ",
|
|
||||||
" "};
|
|
@ -1,23 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * checked_dis_xpm[] = {
|
|
||||||
"16 16 4 1",
|
|
||||||
" c None",
|
|
||||||
". c #808080",
|
|
||||||
"X c Black",
|
|
||||||
"o c #c0c0c0",
|
|
||||||
" ",
|
|
||||||
" ",
|
|
||||||
" ............ ",
|
|
||||||
" .XXXXXXXXXXo ",
|
|
||||||
" .Xoooooooooo ",
|
|
||||||
" .Xooooooo.oo ",
|
|
||||||
" .Xoooooo..oo ",
|
|
||||||
" .Xo.ooo...oo ",
|
|
||||||
" .Xo..o...ooo ",
|
|
||||||
" .Xo.....oooo ",
|
|
||||||
" .Xoo...ooooo ",
|
|
||||||
" .Xooo.oooooo ",
|
|
||||||
" .Xoooooooooo ",
|
|
||||||
" .ooooooooooo ",
|
|
||||||
" ",
|
|
||||||
" "};
|
|
Before Width: | Height: | Size: 1.0 KiB |
@ -1,45 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char *checkedfolder_xpm[] = {
|
|
||||||
/* columns rows colors chars-per-pixel */
|
|
||||||
"16 16 23 1",
|
|
||||||
"; c Black",
|
|
||||||
"+ c #B9CDED",
|
|
||||||
"2 c #608CD4",
|
|
||||||
"X c #C6D6F0",
|
|
||||||
"4 c #4A7CCE",
|
|
||||||
"< c #6E96D8",
|
|
||||||
"@ c #C3D4EF",
|
|
||||||
"* c #F0F5FC",
|
|
||||||
"$ c #DAE5F6",
|
|
||||||
" c None",
|
|
||||||
", c #81A4DD",
|
|
||||||
"o c #9FB9E5",
|
|
||||||
"O c #AEC5EA",
|
|
||||||
"# c #CCDAF2",
|
|
||||||
"> c #89A9DF",
|
|
||||||
": c #98B5E4",
|
|
||||||
"3 c #5584D1",
|
|
||||||
"& c #E8EFFA",
|
|
||||||
". c #3366B9",
|
|
||||||
"- c #FAFCFE",
|
|
||||||
"= c #F5F8FD",
|
|
||||||
"% c #DFE8F7",
|
|
||||||
"1 c #E5EDF9",
|
|
||||||
/* pixels */
|
|
||||||
" ",
|
|
||||||
" ..... ",
|
|
||||||
" .XXXX. ",
|
|
||||||
" ............. ",
|
|
||||||
" .oO+@#$%&*=-. ",
|
|
||||||
" .oO+@#$%&;=-. ",
|
|
||||||
" .:oO+X#$;;*=. ",
|
|
||||||
" .>:;O+X;;;&*. ",
|
|
||||||
" .,>;;O;;;$%&. ",
|
|
||||||
" .<,;;;;;X#$1. ",
|
|
||||||
" .2<,;;;O+X#$. ",
|
|
||||||
" .32<,;:oO+X#. ",
|
|
||||||
" .432<,>:oO+X. ",
|
|
||||||
" ............. ",
|
|
||||||
" ",
|
|
||||||
" "
|
|
||||||
};
|
|
Before Width: | Height: | Size: 999 B |
@ -1,26 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char *checkedfolder_dis_xpm[] = {
|
|
||||||
/* columns rows colors chars-per-pixel */
|
|
||||||
"16 16 4 1",
|
|
||||||
". c #547897",
|
|
||||||
"o c #808080",
|
|
||||||
" c None",
|
|
||||||
"X c #C0C0C0",
|
|
||||||
/* pixels */
|
|
||||||
" ",
|
|
||||||
" ..... ",
|
|
||||||
" .XXXX. ",
|
|
||||||
" ............. ",
|
|
||||||
" .XXXXXXXXXXX. ",
|
|
||||||
" .XXXXXXXXoXX. ",
|
|
||||||
" .XXXXXXXooXX. ",
|
|
||||||
" .XXoXXXoooXX. ",
|
|
||||||
" .XXooXoooXXX. ",
|
|
||||||
" .XXoooooXXXX. ",
|
|
||||||
" .XXXoooXXXXX. ",
|
|
||||||
" .XXXXoXXXXXX. ",
|
|
||||||
" .XXXXXXXXXXX. ",
|
|
||||||
" ............. ",
|
|
||||||
" ",
|
|
||||||
" "
|
|
||||||
};
|
|
Before Width: | Height: | Size: 1020 B |
@ -1,44 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char *closedfolder_xpm[] = {
|
|
||||||
/* columns rows colors chars-per-pixel */
|
|
||||||
"16 16 22 1",
|
|
||||||
"+ c #B9CDED",
|
|
||||||
"1 c #608CD4",
|
|
||||||
"X c #C6D6F0",
|
|
||||||
"3 c #4A7CCE",
|
|
||||||
", c #6E96D8",
|
|
||||||
"@ c #C3D4EF",
|
|
||||||
"* c #F0F5FC",
|
|
||||||
"$ c #DAE5F6",
|
|
||||||
" c None",
|
|
||||||
"> c #81A4DD",
|
|
||||||
"o c #9FB9E5",
|
|
||||||
"O c #AEC5EA",
|
|
||||||
"# c #CCDAF2",
|
|
||||||
": c #89A9DF",
|
|
||||||
"; c #98B5E4",
|
|
||||||
"2 c #5584D1",
|
|
||||||
"& c #E8EFFA",
|
|
||||||
". c #3366B9",
|
|
||||||
"- c #FAFCFE",
|
|
||||||
"= c #F5F8FD",
|
|
||||||
"% c #DFE8F7",
|
|
||||||
"< c #E5EDF9",
|
|
||||||
/* pixels */
|
|
||||||
" ",
|
|
||||||
" ..... ",
|
|
||||||
" .XXXX. ",
|
|
||||||
" ............. ",
|
|
||||||
" .oO+@#$%&*=-. ",
|
|
||||||
" .oO+@#$%&*=-. ",
|
|
||||||
" .;oO+X#$%&*=. ",
|
|
||||||
" .:;oO+X#$%&*. ",
|
|
||||||
" .>:;oO+X#$%&. ",
|
|
||||||
" .,>:;oO+X#$<. ",
|
|
||||||
" .1,>:;oO+X#$. ",
|
|
||||||
" .21,>:;oO+X#. ",
|
|
||||||
" .321,>:;oO+X. ",
|
|
||||||
" ............. ",
|
|
||||||
" ",
|
|
||||||
" "
|
|
||||||
};
|
|
Before Width: | Height: | Size: 972 B |
@ -1,25 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char *closedfolder_dis_xpm[] = {
|
|
||||||
/* columns rows colors chars-per-pixel */
|
|
||||||
"16 16 3 1",
|
|
||||||
". c #547897",
|
|
||||||
" c None",
|
|
||||||
"X c #C0C0C0",
|
|
||||||
/* pixels */
|
|
||||||
" ",
|
|
||||||
" ..... ",
|
|
||||||
" .XXXX. ",
|
|
||||||
" ............. ",
|
|
||||||
" .XXXXXXXXXXX. ",
|
|
||||||
" .XXXXXXXXXXX. ",
|
|
||||||
" .XXXXXXXXXXX. ",
|
|
||||||
" .XXXXXXXXXXX. ",
|
|
||||||
" .XXXXXXXXXXX. ",
|
|
||||||
" .XXXXXXXXXXX. ",
|
|
||||||
" .XXXXXXXXXXX. ",
|
|
||||||
" .XXXXXXXXXXX. ",
|
|
||||||
" .XXXXXXXXXXX. ",
|
|
||||||
" ............. ",
|
|
||||||
" ",
|
|
||||||
" "
|
|
||||||
};
|
|
@ -1,44 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char *copy_xpm[] = {
|
|
||||||
/* columns rows colors chars-per-pixel */
|
|
||||||
"16 15 23 1",
|
|
||||||
"+ c #769CDA",
|
|
||||||
": c #DCE6F6",
|
|
||||||
"X c #3365B7",
|
|
||||||
"* c #FFFFFF",
|
|
||||||
"o c #9AB6E4",
|
|
||||||
"< c #EAF0FA",
|
|
||||||
"# c #B1C7EB",
|
|
||||||
". c #6992D7",
|
|
||||||
"3 c #F7F9FD",
|
|
||||||
", c #F0F5FC",
|
|
||||||
"$ c #A8C0E8",
|
|
||||||
" c None",
|
|
||||||
"- c #FDFEFF",
|
|
||||||
"& c #C4D5F0",
|
|
||||||
"1 c #E2EAF8",
|
|
||||||
"O c #89A9DF",
|
|
||||||
"= c #D2DFF4",
|
|
||||||
"4 c #FAFCFE",
|
|
||||||
"2 c #F5F8FD",
|
|
||||||
"; c #DFE8F7",
|
|
||||||
"% c #B8CCEC",
|
|
||||||
"> c #E5EDF9",
|
|
||||||
"@ c #648FD6",
|
|
||||||
/* pixels */
|
|
||||||
" .....XX ",
|
|
||||||
" .oO+@X#X ",
|
|
||||||
" .$oO+X##X ",
|
|
||||||
" .%$o........ ",
|
|
||||||
" .&%$.*=&#o.-. ",
|
|
||||||
" .=&%.*;=&#.--. ",
|
|
||||||
" .:=&.*>;=&.... ",
|
|
||||||
" .>:=.*,>;=&#o. ",
|
|
||||||
" .<1:.*2,>:=&#. ",
|
|
||||||
" .2<1.*32,>:=&. ",
|
|
||||||
" .32<.*432,>:=. ",
|
|
||||||
" .32<.*-432,>:. ",
|
|
||||||
" .....**-432,>. ",
|
|
||||||
" .***-432,. ",
|
|
||||||
" .......... "
|
|
||||||
};
|
|
@ -1,46 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char *cut_xpm[] = {
|
|
||||||
/* columns rows colors chars-per-pixel */
|
|
||||||
"16 15 25 1",
|
|
||||||
"6 c #D8BDC0",
|
|
||||||
": c #C3C3C4",
|
|
||||||
"- c #FFFFFF",
|
|
||||||
". c #6C6D70",
|
|
||||||
"2 c #AD3A45",
|
|
||||||
"o c #DBDBDB",
|
|
||||||
"# c #939495",
|
|
||||||
"< c #E42234",
|
|
||||||
"& c #C3C5C8",
|
|
||||||
"; c #C6CCD3",
|
|
||||||
"% c #B7B7B8",
|
|
||||||
" c None",
|
|
||||||
"* c #DFE0E2",
|
|
||||||
"5 c #B69596",
|
|
||||||
"3 c #9C2A35",
|
|
||||||
"1 c #CFCFD0",
|
|
||||||
", c #AB5C64",
|
|
||||||
"+ c #D2D3D4",
|
|
||||||
"$ c #BCBDBE",
|
|
||||||
"@ c #C6C8CA",
|
|
||||||
"> c #CDC0C1",
|
|
||||||
"O c #826F72",
|
|
||||||
"X c #979BA0",
|
|
||||||
"4 c #9B8687",
|
|
||||||
"= c #9FA0A0",
|
|
||||||
/* pixels */
|
|
||||||
" .X .o ",
|
|
||||||
" O.+ @. ",
|
|
||||||
" O. .. ",
|
|
||||||
" O#$ %.& ",
|
|
||||||
" O.*.. ",
|
|
||||||
" #%#.. ",
|
|
||||||
" O=-.. ",
|
|
||||||
" #%#;. ",
|
|
||||||
" OO:=O ",
|
|
||||||
" >,,<, ,<,,1 ",
|
|
||||||
" ><23<1 1<32<1 ",
|
|
||||||
" ,2 4< <5 2, ",
|
|
||||||
" <, ,2 2, ,< ",
|
|
||||||
" 23,<5 5<,32 ",
|
|
||||||
" 6225 522> "
|
|
||||||
};
|
|
@ -1,21 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char *ellipsis_xpm[] = {
|
|
||||||
"16 16 2 1",
|
|
||||||
" c None",
|
|
||||||
". c #000000",
|
|
||||||
" ",
|
|
||||||
" ",
|
|
||||||
" ",
|
|
||||||
" ",
|
|
||||||
" ",
|
|
||||||
" ",
|
|
||||||
" ",
|
|
||||||
" ",
|
|
||||||
" ",
|
|
||||||
" ",
|
|
||||||
" .. .. .. ",
|
|
||||||
" .. .. .. ",
|
|
||||||
" ",
|
|
||||||
" ",
|
|
||||||
" ",
|
|
||||||
" "};
|
|
@ -1,134 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char *folder1_xpm[] = {
|
|
||||||
/* columns rows colors chars-per-pixel */
|
|
||||||
"16 16 112 2",
|
|
||||||
"r c #F7FAFD",
|
|
||||||
"%. c #3562AF",
|
|
||||||
"=. c #3F6AB2",
|
|
||||||
"- c #4975BE",
|
|
||||||
"O. c #A5BDE6",
|
|
||||||
"k c #446EB4",
|
|
||||||
"d c #B9CDEC",
|
|
||||||
"5 c #AFC5EA",
|
|
||||||
"@ c #6790D4",
|
|
||||||
".. c #769CDA",
|
|
||||||
"M c #6787BD",
|
|
||||||
"D c #CDDAF1",
|
|
||||||
"F c #D7E2F5",
|
|
||||||
"] c #99B5E4",
|
|
||||||
"% c #4772B8",
|
|
||||||
";. c #476FB3",
|
|
||||||
">. c #4C73B5",
|
|
||||||
"@. c #5B7FBA",
|
|
||||||
"` c #4F80CF",
|
|
||||||
"*. c #3B67B0",
|
|
||||||
"O c #406BB2",
|
|
||||||
"N c #406BB3",
|
|
||||||
"R c #6891D6",
|
|
||||||
"j c #6888BD",
|
|
||||||
"( c #D8E3F5",
|
|
||||||
"$ c #3460A9",
|
|
||||||
"& c #4873BA",
|
|
||||||
"' c #5C89D3",
|
|
||||||
"-. c #436CB2",
|
|
||||||
"u c #4870B4",
|
|
||||||
"[ c #B8CBEC",
|
|
||||||
"7 c #C2D3EF",
|
|
||||||
"H c #3C68B1",
|
|
||||||
"a c #A2BBE6",
|
|
||||||
"+ c #6E96D8",
|
|
||||||
": c #698FCE",
|
|
||||||
"9 c #D4E0F4",
|
|
||||||
"t c #FCFDFE",
|
|
||||||
":. c #4971B4",
|
|
||||||
"3 c #4E75B6",
|
|
||||||
"< c #6C93D1",
|
|
||||||
"6 c #B9CCEC",
|
|
||||||
"c c #C3D4EF",
|
|
||||||
"l c #80A3DD",
|
|
||||||
"| c #4276CC",
|
|
||||||
"q c #E6EDF9",
|
|
||||||
"e c #F0F5FC",
|
|
||||||
"#. c #2E5AA6",
|
|
||||||
"x c #A3BCE6",
|
|
||||||
"s c #ADC4E9",
|
|
||||||
"B c #749BDA",
|
|
||||||
"1. c #567AB7",
|
|
||||||
", c #6A90D0",
|
|
||||||
"# c #6589C5",
|
|
||||||
"G c #6586BD",
|
|
||||||
"8 c #CBD9F1",
|
|
||||||
"g c #D5E1F4",
|
|
||||||
"z c #8DACE0",
|
|
||||||
"p c #97B4E3",
|
|
||||||
" c None",
|
|
||||||
"* c #4A75BC",
|
|
||||||
"+. c #C4D5EF",
|
|
||||||
"V c #81A4DD",
|
|
||||||
"m c #ECF2FA",
|
|
||||||
"n c #E7EEF9",
|
|
||||||
"Y c #3966B1",
|
|
||||||
"Z c #A4BDE6",
|
|
||||||
"A c #AEC5E9",
|
|
||||||
"o c #436BAD",
|
|
||||||
"T c #5C88D2",
|
|
||||||
"J c #6690D5",
|
|
||||||
"<. c #5277B6",
|
|
||||||
") c #6183BC",
|
|
||||||
"f c #CCDAF1",
|
|
||||||
"v c #D6E2F5",
|
|
||||||
"o. c #98B5E3",
|
|
||||||
"Q c #8EADE1",
|
|
||||||
" . c #5080CF",
|
|
||||||
"= c #4B76BE",
|
|
||||||
"I c #B6CAEC",
|
|
||||||
"S c #BBCEED",
|
|
||||||
"_ c #3563AF",
|
|
||||||
"! c #A5BEE6",
|
|
||||||
"/ c #CDDBF2",
|
|
||||||
"X. c #8FAEE1",
|
|
||||||
"0 c #DFE8F7",
|
|
||||||
"$. c #3160AE",
|
|
||||||
"} c #3160AF",
|
|
||||||
"4 c #A1BBE5",
|
|
||||||
"1 c #6D93D1",
|
|
||||||
"{ c #5E81BB",
|
|
||||||
"U c #6385BC",
|
|
||||||
"^ c #C4D4EF",
|
|
||||||
"2 c #597DBC",
|
|
||||||
"K c #81A3DD",
|
|
||||||
"i c #8BABE0",
|
|
||||||
"w c #ECF1FA",
|
|
||||||
"h c #F1F5FC",
|
|
||||||
"&. c #3965B0",
|
|
||||||
"X c #3E69B1",
|
|
||||||
"P c #AEC4E9",
|
|
||||||
"~ c #B8CCEC",
|
|
||||||
"; c #5C84C6",
|
|
||||||
"E c #759BDA",
|
|
||||||
"y c #6B8ABE",
|
|
||||||
"b c #E0E9F7",
|
|
||||||
"C c #98B4E3",
|
|
||||||
". c #325EA7",
|
|
||||||
"> c #6990CE",
|
|
||||||
",. c #5076B6",
|
|
||||||
"W c #82A4DD",
|
|
||||||
"L c #8CACE0",
|
|
||||||
/* pixels */
|
|
||||||
" ",
|
|
||||||
" ",
|
|
||||||
" . X X X o ",
|
|
||||||
" O + + + @ # ",
|
|
||||||
" $ % & * = - ; : : > , < 1 2 ",
|
|
||||||
" 3 4 5 6 7 8 9 0 q w e r t y ",
|
|
||||||
" u i p a s d 7 f g 0 q w h j ",
|
|
||||||
" k l z p x 5 6 c f v b n m M ",
|
|
||||||
" N B V z C Z A S c D F b n G ",
|
|
||||||
" H J B K L C x P I c f v b U ",
|
|
||||||
" Y T R E W Q C ! P ~ ^ / ( ) ",
|
|
||||||
" _ ` ' R E W z ] Z P [ ^ / { ",
|
|
||||||
" } | .' R ..V X.o.O.P [ +.@. ",
|
|
||||||
" #.$.%.&.*.=.-.;.:.>.,.<.1.*. ",
|
|
||||||
" ",
|
|
||||||
" "
|
|
||||||
};
|
|
Before Width: | Height: | Size: 261 B |
@ -1,20 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char *go_xpm[] = {
|
|
||||||
"16 15 2 1",
|
|
||||||
" c None",
|
|
||||||
". c #000000",
|
|
||||||
" ",
|
|
||||||
" .. ",
|
|
||||||
" ... ",
|
|
||||||
" .... ",
|
|
||||||
" ..... ",
|
|
||||||
" ...... ",
|
|
||||||
" ....... ",
|
|
||||||
" ........ ",
|
|
||||||
" ....... ",
|
|
||||||
" ...... ",
|
|
||||||
" ..... ",
|
|
||||||
" .... ",
|
|
||||||
" ... ",
|
|
||||||
" .. ",
|
|
||||||
" "};
|
|
@ -1,71 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char *help_xpm[] = {
|
|
||||||
/* columns rows colors chars-per-pixel */
|
|
||||||
"16 15 50 1",
|
|
||||||
"j c #4E7FD0",
|
|
||||||
"8 c #EDF2FB",
|
|
||||||
", c #7198D9",
|
|
||||||
"e c #DCE6F6",
|
|
||||||
"y c #FFFFFF",
|
|
||||||
"5 c #95B2E3",
|
|
||||||
"$ c #9AB6E4",
|
|
||||||
"g c #EAF0FA",
|
|
||||||
"1 c #2D59A3",
|
|
||||||
"@ c #B1C7EB",
|
|
||||||
"> c #6992D7",
|
|
||||||
"a c #D9E4F5",
|
|
||||||
"r c #356AC1",
|
|
||||||
"6 c #9BB7E5",
|
|
||||||
"= c #F7F9FD",
|
|
||||||
"+ c #BED0EE",
|
|
||||||
"z c #F0F5FC",
|
|
||||||
"f c #ADC4E9",
|
|
||||||
"# c #A8C0E8",
|
|
||||||
"7 c #CBD9F1",
|
|
||||||
"u c #366BC2",
|
|
||||||
" c None",
|
|
||||||
"c c #FDFEFF",
|
|
||||||
"w c #274D8D",
|
|
||||||
"t c #C4D5F0",
|
|
||||||
"% c #7CA0DC",
|
|
||||||
"h c #E2EAF8",
|
|
||||||
"p c #487BCE",
|
|
||||||
"o c #4377CD",
|
|
||||||
"4 c #2A549A",
|
|
||||||
"< c #254A87",
|
|
||||||
"O c #CCDAF2",
|
|
||||||
"& c #89A9DF",
|
|
||||||
"9 c #2B559B",
|
|
||||||
"* c #D2DFF4",
|
|
||||||
". c #3366BB",
|
|
||||||
": c #2E5CA8",
|
|
||||||
"x c #FAFCFE",
|
|
||||||
"l c #F5F8FD",
|
|
||||||
"2 c #799EDB",
|
|
||||||
"d c #DFE8F7",
|
|
||||||
"; c #A6BFE8",
|
|
||||||
"3 c #638ED5",
|
|
||||||
"- c #5282D0",
|
|
||||||
"X c #2A5398",
|
|
||||||
"0 c #B8CCEC",
|
|
||||||
"s c #376EC9",
|
|
||||||
"q c #2D5AA5",
|
|
||||||
"i c #285092",
|
|
||||||
"k c #8CACE0",
|
|
||||||
/* pixels */
|
|
||||||
" .......Xo ",
|
|
||||||
" .O+@#$%.&o ",
|
|
||||||
" .*O+@#$.=&- ",
|
|
||||||
" ;:::>#@#.==&: ",
|
|
||||||
" ,<1234<>@....: ",
|
|
||||||
"5<X67869<&0#$&. ",
|
|
||||||
"q99wwe;9Xrt0#$. ",
|
|
||||||
"<99X&yu99iOt0#. ",
|
|
||||||
"<99wyp999<aOt0. ",
|
|
||||||
"<99X<u99XsdaOt. ",
|
|
||||||
",w9<y;99<fghaO. ",
|
|
||||||
" j<X<XX<klzgha. ",
|
|
||||||
" 5:::j7x=lzgh. ",
|
|
||||||
" .yyyccx=lzg. ",
|
|
||||||
" ............ "
|
|
||||||
};
|
|
@ -1,37 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char *helpcs_xpm[] = {
|
|
||||||
/* columns rows colors chars-per-pixel */
|
|
||||||
"16 15 16 1",
|
|
||||||
"@ c Black",
|
|
||||||
"% c #000080",
|
|
||||||
"O c #D34B4B",
|
|
||||||
". c #0206BA",
|
|
||||||
"- c #CB2B2B",
|
|
||||||
" c None",
|
|
||||||
"X c #E08080",
|
|
||||||
"& c #CD3636",
|
|
||||||
"o c #D04040",
|
|
||||||
"= c #EDB5B5",
|
|
||||||
"$ c #C51616",
|
|
||||||
"+ c #E28B8B",
|
|
||||||
"; c #C82020",
|
|
||||||
"* c #E59595",
|
|
||||||
"# c #C00000",
|
|
||||||
": c #DD7575",
|
|
||||||
/* pixels */
|
|
||||||
" . XooO+ ",
|
|
||||||
" .@ ######$ ",
|
|
||||||
" .%@ $#######&",
|
|
||||||
" .%%@ ###* O###",
|
|
||||||
" .%%%@ =X -##&",
|
|
||||||
" .%%%%@ ;##$ ",
|
|
||||||
" .%%%%%@ $##- ",
|
|
||||||
" .%%%%%%%:##; ",
|
|
||||||
" .%%%@ ",
|
|
||||||
" .. %% oo ",
|
|
||||||
" . %@ o##o ",
|
|
||||||
" %@ o##o ",
|
|
||||||
" %@ oo ",
|
|
||||||
" %@ ",
|
|
||||||
" "
|
|
||||||
};
|
|
@ -1,52 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char *new_xpm[] = {
|
|
||||||
/* columns rows colors chars-per-pixel */
|
|
||||||
"16 15 31 1",
|
|
||||||
". c #7198D9",
|
|
||||||
"2 c #DCE6F6",
|
|
||||||
", c #FFFFFF",
|
|
||||||
"= c #9AB6E4",
|
|
||||||
"6 c #EAF0FA",
|
|
||||||
"w c #6992D7",
|
|
||||||
"0 c #5886D2",
|
|
||||||
"7 c #F7F9FD",
|
|
||||||
"5 c #F0F5FC",
|
|
||||||
"* c #A8C0E8",
|
|
||||||
" c None",
|
|
||||||
"8 c #FDFEFF",
|
|
||||||
"% c #C4D5F0",
|
|
||||||
"3 c #E2EAF8",
|
|
||||||
"+ c #4377CD",
|
|
||||||
"O c #487BCE",
|
|
||||||
"; c #6B94D7",
|
|
||||||
"- c #89A9DF",
|
|
||||||
": c #5584D1",
|
|
||||||
"# c #3569BF",
|
|
||||||
"@ c #3A70CA",
|
|
||||||
"1 c #D2DFF4",
|
|
||||||
"> c #3366BB",
|
|
||||||
"$ c #2E5CA8",
|
|
||||||
"9 c #FAFCFE",
|
|
||||||
"4 c #F5F8FD",
|
|
||||||
"q c #638ED5",
|
|
||||||
"o c #5282D0",
|
|
||||||
"& c #B8CCEC",
|
|
||||||
"X c #376EC9",
|
|
||||||
"< c #ACE95B",
|
|
||||||
/* pixels */
|
|
||||||
" .XoO+@#$. ",
|
|
||||||
" .%%&*=-O;: ",
|
|
||||||
" >>>>%&*=O,=o ",
|
|
||||||
" ><<>%%&*O,,=o ",
|
|
||||||
">>><<>>>%&OOo+@ ",
|
|
||||||
"><<<<<<>1%&*=-@ ",
|
|
||||||
"><<<<<<>21%&*=@ ",
|
|
||||||
">>><<>>>321%&*+ ",
|
|
||||||
" ><<>456321%&O ",
|
|
||||||
" >>>>7456321%o ",
|
|
||||||
" .,8974563210 ",
|
|
||||||
" .,,897456320 ",
|
|
||||||
" .,,,8974563q ",
|
|
||||||
" .,,,,897456w ",
|
|
||||||
" ............ "
|
|
||||||
};
|
|
@ -1,57 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char *open_xpm[] = {
|
|
||||||
/* columns rows colors chars-per-pixel */
|
|
||||||
"16 15 36 1",
|
|
||||||
", c #AAC1E8",
|
|
||||||
"1 c #9AEA53",
|
|
||||||
"q c #DCE6F6",
|
|
||||||
". c #295193",
|
|
||||||
"; c #A9D066",
|
|
||||||
"r c #C6D6F0",
|
|
||||||
"$ c #4A7CCE",
|
|
||||||
"9 c #779DDB",
|
|
||||||
"8 c #EAF0FA",
|
|
||||||
"O c #6E96D8",
|
|
||||||
"X c #214279",
|
|
||||||
"e c #BED0EE",
|
|
||||||
"6 c #85A7DF",
|
|
||||||
"5 c #F0F5FC",
|
|
||||||
"t c #ADC4E9",
|
|
||||||
": c #3161B1",
|
|
||||||
" c None",
|
|
||||||
"u c #274D8B",
|
|
||||||
"& c #BFDC9B",
|
|
||||||
"> c #9FB9E5",
|
|
||||||
"y c #5584D1",
|
|
||||||
"w c #3569BF",
|
|
||||||
"% c #3A70CA",
|
|
||||||
"+ c #305FAC",
|
|
||||||
"3 c #5D89D3",
|
|
||||||
"0 c #D2DFF4",
|
|
||||||
"@ c #CAE2AA",
|
|
||||||
"= c #B2D58C",
|
|
||||||
"2 c #FAFCFE",
|
|
||||||
"# c #638ED5",
|
|
||||||
"* c #CEDCF2",
|
|
||||||
"4 c #90AFE2",
|
|
||||||
"< c #B3C8EB",
|
|
||||||
"7 c #E5EDF9",
|
|
||||||
"- c #A2BCE6",
|
|
||||||
"o c #DFF0D0",
|
|
||||||
/* pixels */
|
|
||||||
" ",
|
|
||||||
" .... ",
|
|
||||||
"XXXXX .oo. ",
|
|
||||||
"XOOOO+ .@o. ",
|
|
||||||
"XOOOO#$%.&*XXX ",
|
|
||||||
"XOOOOOOO.=*X-X ",
|
|
||||||
"XOXXXX...;*XXXX:",
|
|
||||||
"XOX>,<.11111*X2:",
|
|
||||||
"X3X4>,<.111*X5-:",
|
|
||||||
"XX#64>,,.1*X78: ",
|
|
||||||
"XXO964>,,.X0q7: ",
|
|
||||||
"Xw3O964>,,er0t: ",
|
|
||||||
"X%y3O964>,<er: ",
|
|
||||||
"uXXXXXXXXXXXX: ",
|
|
||||||
" "
|
|
||||||
};
|
|
@ -1,46 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char *paste_xpm[] = {
|
|
||||||
/* columns rows colors chars-per-pixel */
|
|
||||||
"16 15 25 1",
|
|
||||||
"< c #FEECE4",
|
|
||||||
"> c #FEE3D7",
|
|
||||||
"O c #FFFFFF",
|
|
||||||
"o c #7B767D",
|
|
||||||
"% c #F79586",
|
|
||||||
"& c #CAE1F3",
|
|
||||||
"@ c #F08B62",
|
|
||||||
"# c #FCCBB8",
|
|
||||||
"- c #FDD8C9",
|
|
||||||
"4 c #FFF8F4",
|
|
||||||
"5 c #FFF5F0",
|
|
||||||
" c None",
|
|
||||||
"$ c #F8AA8F",
|
|
||||||
", c #EFF6FC",
|
|
||||||
"1 c #F7FBFD",
|
|
||||||
"2 c #FAFCFE",
|
|
||||||
"; c #DAEAF7",
|
|
||||||
": c #E9F3FA",
|
|
||||||
"6 c #FFFAF8",
|
|
||||||
". c #3C78A6",
|
|
||||||
"3 c #FFF1ED",
|
|
||||||
"X c #9B8687",
|
|
||||||
"+ c #FBBCA4",
|
|
||||||
"* c #B6D5EE",
|
|
||||||
"= c #F4F9FD",
|
|
||||||
/* pixels */
|
|
||||||
" ...... ",
|
|
||||||
" .XoOOOOoo. ",
|
|
||||||
".+XOOOOOOX@. ",
|
|
||||||
".+XXXXXXXX@. ",
|
|
||||||
".#++$$%@..... ",
|
|
||||||
".##++$$%.&*.=. ",
|
|
||||||
".-##++$$.;&.==. ",
|
|
||||||
".--##++$.:;.... ",
|
|
||||||
".>--##++.,:;&*. ",
|
|
||||||
".<>--##+.1,:;&. ",
|
|
||||||
".<<>--##.21,:;. ",
|
|
||||||
".3<<>--#.O21=:. ",
|
|
||||||
".45<<>--....... ",
|
|
||||||
".6453<>----. ",
|
|
||||||
"............ "
|
|
||||||
};
|
|
Before Width: | Height: | Size: 1.0 KiB |
@ -1,47 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char *radiofolderoff_xpm[] = {
|
|
||||||
/* columns rows colors chars-per-pixel */
|
|
||||||
"16 16 25 1",
|
|
||||||
"+ c #B9CDED",
|
|
||||||
"4 c #608CD4",
|
|
||||||
", c #FFFFFF",
|
|
||||||
"X c #C6D6F0",
|
|
||||||
": c #808080",
|
|
||||||
"6 c #4A7CCE",
|
|
||||||
"2 c #6E96D8",
|
|
||||||
"@ c #C3D4EF",
|
|
||||||
"* c #F0F5FC",
|
|
||||||
"; c #FFFF00",
|
|
||||||
"$ c #DAE5F6",
|
|
||||||
" c None",
|
|
||||||
"1 c #81A4DD",
|
|
||||||
"o c #9FB9E5",
|
|
||||||
"O c #AEC5EA",
|
|
||||||
"# c #CCDAF2",
|
|
||||||
"< c #89A9DF",
|
|
||||||
"> c #98B5E4",
|
|
||||||
"5 c #5584D1",
|
|
||||||
"& c #E8EFFA",
|
|
||||||
". c #3366B9",
|
|
||||||
"- c #FAFCFE",
|
|
||||||
"= c #F5F8FD",
|
|
||||||
"% c #DFE8F7",
|
|
||||||
"3 c #E5EDF9",
|
|
||||||
/* pixels */
|
|
||||||
" ",
|
|
||||||
" ..... ",
|
|
||||||
" .XXXX. ",
|
|
||||||
" ............. ",
|
|
||||||
" .oO+@#$%&*=-. ",
|
|
||||||
" .oO+;:::;*=-. ",
|
|
||||||
" .>o;:,,,:;*=. ",
|
|
||||||
" .<>:,,,,,:&*. ",
|
|
||||||
" .1<:,,,,,:%&. ",
|
|
||||||
" .21:,,,,,:$3. ",
|
|
||||||
" .42;:,,,:;#$. ",
|
|
||||||
" .542;:::;+X#. ",
|
|
||||||
" .65421<>oO+X. ",
|
|
||||||
" ............. ",
|
|
||||||
" ",
|
|
||||||
" "
|
|
||||||
};
|
|
Before Width: | Height: | Size: 993 B |
@ -1,26 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char *radiofolderoff_dis_xpm[] = {
|
|
||||||
/* columns rows colors chars-per-pixel */
|
|
||||||
"16 16 4 1",
|
|
||||||
". c #547897",
|
|
||||||
"o c #808080",
|
|
||||||
" c None",
|
|
||||||
"X c #C0C0C0",
|
|
||||||
/* pixels */
|
|
||||||
" ",
|
|
||||||
" ..... ",
|
|
||||||
" .XXXX. ",
|
|
||||||
" ............. ",
|
|
||||||
" .XXXXXXXXXXX. ",
|
|
||||||
" .XXXoooooXXX. ",
|
|
||||||
" .XXooXXXooXX. ",
|
|
||||||
" .XXoXXXXXoXX. ",
|
|
||||||
" .XXoXXXXXoXX. ",
|
|
||||||
" .XXoXXXXXoXX. ",
|
|
||||||
" .XXooXXXooXX. ",
|
|
||||||
" .XXXoooooXXX. ",
|
|
||||||
" .XXXXXXXXXXX. ",
|
|
||||||
" ............. ",
|
|
||||||
" ",
|
|
||||||
" "
|
|
||||||
};
|
|
Before Width: | Height: | Size: 1.0 KiB |
@ -1,48 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char *radiofolderon_xpm[] = {
|
|
||||||
/* columns rows colors chars-per-pixel */
|
|
||||||
"16 16 26 1",
|
|
||||||
"1 c Black",
|
|
||||||
"+ c #B9CDED",
|
|
||||||
"5 c #608CD4",
|
|
||||||
", c #FFFFFF",
|
|
||||||
"X c #C6D6F0",
|
|
||||||
": c #808080",
|
|
||||||
"7 c #4A7CCE",
|
|
||||||
"3 c #6E96D8",
|
|
||||||
"@ c #C3D4EF",
|
|
||||||
"* c #F0F5FC",
|
|
||||||
"; c #FFFF00",
|
|
||||||
"$ c #DAE5F6",
|
|
||||||
" c None",
|
|
||||||
"2 c #81A4DD",
|
|
||||||
"o c #9FB9E5",
|
|
||||||
"O c #AEC5EA",
|
|
||||||
"# c #CCDAF2",
|
|
||||||
"< c #89A9DF",
|
|
||||||
"> c #98B5E4",
|
|
||||||
"6 c #5584D1",
|
|
||||||
"& c #E8EFFA",
|
|
||||||
". c #3366B9",
|
|
||||||
"- c #FAFCFE",
|
|
||||||
"= c #F5F8FD",
|
|
||||||
"% c #DFE8F7",
|
|
||||||
"4 c #E5EDF9",
|
|
||||||
/* pixels */
|
|
||||||
" ",
|
|
||||||
" ..... ",
|
|
||||||
" .XXXX. ",
|
|
||||||
" ............. ",
|
|
||||||
" .oO+@#$%&*=-. ",
|
|
||||||
" .oO+;:::;*=-. ",
|
|
||||||
" .>o;:,,,:;*=. ",
|
|
||||||
" .<>:,111,:&*. ",
|
|
||||||
" .2<:,111,:%&. ",
|
|
||||||
" .32:,111,:$4. ",
|
|
||||||
" .53;:,,,:;#$. ",
|
|
||||||
" .653;:::;+X#. ",
|
|
||||||
" .76532<>oO+X. ",
|
|
||||||
" ............. ",
|
|
||||||
" ",
|
|
||||||
" "
|
|
||||||
};
|
|
Before Width: | Height: | Size: 994 B |
@ -1,26 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char *radiofolderon_dis_xpm[] = {
|
|
||||||
/* columns rows colors chars-per-pixel */
|
|
||||||
"16 16 4 1",
|
|
||||||
". c #547897",
|
|
||||||
"o c #808080",
|
|
||||||
" c None",
|
|
||||||
"X c #C0C0C0",
|
|
||||||
/* pixels */
|
|
||||||
" ",
|
|
||||||
" ..... ",
|
|
||||||
" .XXXX. ",
|
|
||||||
" ............. ",
|
|
||||||
" .XXXXXXXXXXX. ",
|
|
||||||
" .XXXoooooXXX. ",
|
|
||||||
" .XXooXXXooXX. ",
|
|
||||||
" .XXoXoooXoXX. ",
|
|
||||||
" .XXoXoooXoXX. ",
|
|
||||||
" .XXoXoooXoXX. ",
|
|
||||||
" .XXooXXXooXX. ",
|
|
||||||
" .XXXoooooXXX. ",
|
|
||||||
" .XXXXXXXXXXX. ",
|
|
||||||
" ............. ",
|
|
||||||
" ",
|
|
||||||
" "
|
|
||||||
};
|
|
@ -1,23 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * radiooff_xpm[] = {
|
|
||||||
"16 16 4 1",
|
|
||||||
" c None",
|
|
||||||
". c #808080",
|
|
||||||
"X c Black",
|
|
||||||
"o c #c0c0c0",
|
|
||||||
" ",
|
|
||||||
" ",
|
|
||||||
" .... ",
|
|
||||||
" ..XXXX.. ",
|
|
||||||
" .XX XXo ",
|
|
||||||
" .X oo ",
|
|
||||||
" .X oo ",
|
|
||||||
" .X oo ",
|
|
||||||
" .X oo ",
|
|
||||||
" .X oo ",
|
|
||||||
" .X oo ",
|
|
||||||
" .oo ooo ",
|
|
||||||
" oooooooo ",
|
|
||||||
" oooo ",
|
|
||||||
" ",
|
|
||||||
" "};
|
|
@ -1,23 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * radiooff_dis_xpm[] = {
|
|
||||||
"16 16 4 1",
|
|
||||||
" c None",
|
|
||||||
". c #808080",
|
|
||||||
"X c Black",
|
|
||||||
"o c #c0c0c0",
|
|
||||||
" ",
|
|
||||||
" ",
|
|
||||||
" .... ",
|
|
||||||
" ..XXXX.. ",
|
|
||||||
" .XXooooXXo ",
|
|
||||||
" .Xoooooooo ",
|
|
||||||
" .Xoooooooooo ",
|
|
||||||
" .Xoooooooooo ",
|
|
||||||
" .Xoooooooooo ",
|
|
||||||
" .Xoooooooooo ",
|
|
||||||
" .Xoooooooo ",
|
|
||||||
" .ooooooooo ",
|
|
||||||
" oooooooo ",
|
|
||||||
" oooo ",
|
|
||||||
" ",
|
|
||||||
" "};
|
|
@ -1,23 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * radioon_xpm[] = {
|
|
||||||
"16 16 4 1",
|
|
||||||
" c None",
|
|
||||||
". c #808080",
|
|
||||||
"X c Black",
|
|
||||||
"o c #c0c0c0",
|
|
||||||
" ",
|
|
||||||
" ",
|
|
||||||
" .... ",
|
|
||||||
" ..XXXX.. ",
|
|
||||||
" .XX XXo ",
|
|
||||||
" .X oo ",
|
|
||||||
" .X XX oo ",
|
|
||||||
" .X XXXX oo ",
|
|
||||||
" .X XXXX oo ",
|
|
||||||
" .X XX oo ",
|
|
||||||
" .X oo ",
|
|
||||||
" .oo ooo ",
|
|
||||||
" oooooooo ",
|
|
||||||
" oooo ",
|
|
||||||
" ",
|
|
||||||
" "};
|
|
@ -1,23 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * radioon_dis_xpm[] = {
|
|
||||||
"16 16 4 1",
|
|
||||||
" c None",
|
|
||||||
". c #808080",
|
|
||||||
"X c Black",
|
|
||||||
"o c #c0c0c0",
|
|
||||||
" ",
|
|
||||||
" ",
|
|
||||||
" .... ",
|
|
||||||
" ..XXXX.. ",
|
|
||||||
" .XXooooXXo ",
|
|
||||||
" .Xoooooooo ",
|
|
||||||
" .Xooo..ooooo ",
|
|
||||||
" .Xoo....oooo ",
|
|
||||||
" .Xoo....oooo ",
|
|
||||||
" .Xooo..ooooo ",
|
|
||||||
" .Xoooooooo ",
|
|
||||||
" .ooooooooo ",
|
|
||||||
" oooooooo ",
|
|
||||||
" oooo ",
|
|
||||||
" ",
|
|
||||||
" "};
|
|
@ -1,58 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char *redo_xpm[] = {
|
|
||||||
/* columns rows colors chars-per-pixel */
|
|
||||||
"16 15 37 1",
|
|
||||||
"2 c #4E7FD0",
|
|
||||||
"i c #3365B7",
|
|
||||||
"e c #8DADE1",
|
|
||||||
": c #3162B3",
|
|
||||||
", c #4A7CCE",
|
|
||||||
"% c #779DDB",
|
|
||||||
"6 c #7FA2DD",
|
|
||||||
"0 c #6992D7",
|
|
||||||
"3 c #6E96D8",
|
|
||||||
"7 c #356AC1",
|
|
||||||
". c #9BB7E5",
|
|
||||||
"@ c #5886D2",
|
|
||||||
"u c #BED0EE",
|
|
||||||
"r c #C3D4EF",
|
|
||||||
"5 c #85A7DF",
|
|
||||||
"+ c #ADC4E9",
|
|
||||||
"y c #DAE5F6",
|
|
||||||
" c None",
|
|
||||||
"O c #487BCE",
|
|
||||||
"t c #9FB9E5",
|
|
||||||
"o c #254A87",
|
|
||||||
"w c #AEC5EA",
|
|
||||||
"q c #89A9DF",
|
|
||||||
"8 c #98B5E4",
|
|
||||||
"> c #3A70CA",
|
|
||||||
"- c #3569BF",
|
|
||||||
"& c #305FAC",
|
|
||||||
"1 c #5D89D3",
|
|
||||||
"= c #3366B9",
|
|
||||||
"9 c #2E5CA8",
|
|
||||||
"< c #638ED5",
|
|
||||||
"4 c #3467BC",
|
|
||||||
"X c #2F5DA9",
|
|
||||||
"# c #2A5398",
|
|
||||||
"$ c #376EC9",
|
|
||||||
"* c #2D5AA5",
|
|
||||||
"; c #8CACE0",
|
|
||||||
/* pixels */
|
|
||||||
" .XoooO+ ",
|
|
||||||
" @o#####o$ @ ",
|
|
||||||
"%#&&*#*&&*# @o ",
|
|
||||||
"X=-#@;@#=-:#$*# ",
|
|
||||||
"#>-@ #->-=># ",
|
|
||||||
"*,>% #>,,,# ",
|
|
||||||
"*<1X X,<<<* ",
|
|
||||||
"@234; #13333* ",
|
|
||||||
" X56X $#7O155X ",
|
|
||||||
" O2869 .0$*o ",
|
|
||||||
" :qwe9 ",
|
|
||||||
" 9.rt9 ",
|
|
||||||
" 9+y@u ",
|
|
||||||
" i$$ ",
|
|
||||||
" "
|
|
||||||
};
|
|
@ -1,42 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char *save_xpm[] = {
|
|
||||||
/* columns rows colors chars-per-pixel */
|
|
||||||
"16 15 21 1",
|
|
||||||
": c #AAC1E8",
|
|
||||||
"1 c #B9CDED",
|
|
||||||
"O c #FFFFFF",
|
|
||||||
" c #2C58A0",
|
|
||||||
"* c #B0C6EA",
|
|
||||||
"; c #2D59A3",
|
|
||||||
"X c #1C3866",
|
|
||||||
"= c #C3D4EF",
|
|
||||||
"2 c #CBD9F1",
|
|
||||||
"- c #DAE5F6",
|
|
||||||
"# c #97B4E3",
|
|
||||||
". c None",
|
|
||||||
"$ c #274D8B",
|
|
||||||
"& c #9FB9E5",
|
|
||||||
"@ c #5584D1",
|
|
||||||
"% c #82A5DE",
|
|
||||||
"o c #3A70CA",
|
|
||||||
"< c #A5BEE7",
|
|
||||||
", c #D2DFF4",
|
|
||||||
"+ c #3467BC",
|
|
||||||
"> c #C0D1EE",
|
|
||||||
/* pixels */
|
|
||||||
" .",
|
|
||||||
" XoOOOOOOOOO+X .",
|
|
||||||
" @oO#######O+@ .",
|
|
||||||
" @oOOOOOOOOO+@ .",
|
|
||||||
" @oO#######O+@ .",
|
|
||||||
" @oOOOOOOOOO+@ .",
|
|
||||||
" @@+++++++++@@ .",
|
|
||||||
" @@@@@@@@@@@@@ .",
|
|
||||||
" @@@$$$$$$$$@@ .",
|
|
||||||
" @@$%%%&*=-O$@ .",
|
|
||||||
" @@$%X;;*=-O$@ .",
|
|
||||||
" @@$%X;;:>,O$@ .",
|
|
||||||
" @@$%X;;<12O$@ .",
|
|
||||||
" @@$<<2OOOOO$@ .",
|
|
||||||
". .."
|
|
||||||
};
|
|
@ -1,23 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * unchecked_xpm[] = {
|
|
||||||
"16 16 4 1",
|
|
||||||
" c None",
|
|
||||||
". c #808080",
|
|
||||||
"X c Black",
|
|
||||||
"o c #c0c0c0",
|
|
||||||
" ",
|
|
||||||
" ",
|
|
||||||
" ............ ",
|
|
||||||
" .XXXXXXXXXXo ",
|
|
||||||
" .X o ",
|
|
||||||
" .X o ",
|
|
||||||
" .X o ",
|
|
||||||
" .X o ",
|
|
||||||
" .X o ",
|
|
||||||
" .X o ",
|
|
||||||
" .X o ",
|
|
||||||
" .X o ",
|
|
||||||
" .X o ",
|
|
||||||
" .ooooooooooo ",
|
|
||||||
" ",
|
|
||||||
" "};
|
|
@ -1,23 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * unchecked_dis_xpm[] = {
|
|
||||||
"16 16 4 1",
|
|
||||||
" c None",
|
|
||||||
". c #808080",
|
|
||||||
"X c Black",
|
|
||||||
"o c #c0c0c0",
|
|
||||||
" ",
|
|
||||||
" ",
|
|
||||||
" ............ ",
|
|
||||||
" .XXXXXXXXXXo ",
|
|
||||||
" .Xoooooooooo ",
|
|
||||||
" .Xoooooooooo ",
|
|
||||||
" .Xoooooooooo ",
|
|
||||||
" .Xoooooooooo ",
|
|
||||||
" .Xoooooooooo ",
|
|
||||||
" .Xoooooooooo ",
|
|
||||||
" .Xoooooooooo ",
|
|
||||||
" .Xoooooooooo ",
|
|
||||||
" .Xoooooooooo ",
|
|
||||||
" .ooooooooooo ",
|
|
||||||
" ",
|
|
||||||
" "};
|
|
Before Width: | Height: | Size: 1.0 KiB |
@ -1,45 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char *uncheckedfolder_xpm[] = {
|
|
||||||
/* columns rows colors chars-per-pixel */
|
|
||||||
"16 16 23 1",
|
|
||||||
": c Black",
|
|
||||||
"+ c #B9CDED",
|
|
||||||
"2 c #608CD4",
|
|
||||||
"X c #C6D6F0",
|
|
||||||
"4 c #4A7CCE",
|
|
||||||
"< c #6E96D8",
|
|
||||||
"@ c #C3D4EF",
|
|
||||||
"* c #F0F5FC",
|
|
||||||
"$ c #DAE5F6",
|
|
||||||
" c None",
|
|
||||||
", c #81A4DD",
|
|
||||||
"o c #9FB9E5",
|
|
||||||
"O c #AEC5EA",
|
|
||||||
"# c #CCDAF2",
|
|
||||||
"> c #89A9DF",
|
|
||||||
"; c #98B5E4",
|
|
||||||
"3 c #5584D1",
|
|
||||||
"& c #E8EFFA",
|
|
||||||
". c #3366B9",
|
|
||||||
"- c #FAFCFE",
|
|
||||||
"= c #F5F8FD",
|
|
||||||
"% c #DFE8F7",
|
|
||||||
"1 c #E5EDF9",
|
|
||||||
/* pixels */
|
|
||||||
" ",
|
|
||||||
" ..... ",
|
|
||||||
" .XXXX. ",
|
|
||||||
" ............. ",
|
|
||||||
" .oO+@#$%&*=-. ",
|
|
||||||
" .oO+@#$%&*=-. ",
|
|
||||||
" .;o::X#::&*=. ",
|
|
||||||
" .>;o::::$%&*. ",
|
|
||||||
" .,>;o::X#$%&. ",
|
|
||||||
" .<,>::::X#$1. ",
|
|
||||||
" .2<::;o::X#$. ",
|
|
||||||
" .32<,>;oO+X#. ",
|
|
||||||
" .432<,>;oO+X. ",
|
|
||||||
" ............. ",
|
|
||||||
" ",
|
|
||||||
" "
|
|
||||||
};
|
|
Before Width: | Height: | Size: 992 B |
@ -1,26 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char *uncheckedfolder_dis_xpm[] = {
|
|
||||||
/* columns rows colors chars-per-pixel */
|
|
||||||
"16 16 4 1",
|
|
||||||
". c #547897",
|
|
||||||
"o c #808080",
|
|
||||||
" c None",
|
|
||||||
"X c #C0C0C0",
|
|
||||||
/* pixels */
|
|
||||||
" ",
|
|
||||||
" ..... ",
|
|
||||||
" .XXXX. ",
|
|
||||||
" ............. ",
|
|
||||||
" .XXXXXXXXXXX. ",
|
|
||||||
" .XXXXXXXXXXX. ",
|
|
||||||
" .XXooXXooXXX. ",
|
|
||||||
" .XXXooooXXXX. ",
|
|
||||||
" .XXXXooXXXXX. ",
|
|
||||||
" .XXXooooXXXX. ",
|
|
||||||
" .XXooXXooXXX. ",
|
|
||||||
" .XXXXXXXXXXX. ",
|
|
||||||
" .XXXXXXXXXXX. ",
|
|
||||||
" ............. ",
|
|
||||||
" ",
|
|
||||||
" "
|
|
||||||
};
|
|
@ -1,58 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char *undo_xpm[] = {
|
|
||||||
/* columns rows colors chars-per-pixel */
|
|
||||||
"16 15 37 1",
|
|
||||||
"4 c #4E7FD0",
|
|
||||||
"i c #3365B7",
|
|
||||||
"q c #8DADE1",
|
|
||||||
"= c #3162B3",
|
|
||||||
", c #4A7CCE",
|
|
||||||
"* c #779DDB",
|
|
||||||
"7 c #7FA2DD",
|
|
||||||
"8 c #6992D7",
|
|
||||||
"2 c #6E96D8",
|
|
||||||
"6 c #356AC1",
|
|
||||||
"+ c #9BB7E5",
|
|
||||||
"@ c #5886D2",
|
|
||||||
"y c #BED0EE",
|
|
||||||
"t c #C3D4EF",
|
|
||||||
"5 c #85A7DF",
|
|
||||||
". c #ADC4E9",
|
|
||||||
"u c #DAE5F6",
|
|
||||||
" c None",
|
|
||||||
"X c #487BCE",
|
|
||||||
"r c #9FB9E5",
|
|
||||||
"o c #254A87",
|
|
||||||
"w c #AEC5EA",
|
|
||||||
"e c #89A9DF",
|
|
||||||
"0 c #98B5E4",
|
|
||||||
"> c #3A70CA",
|
|
||||||
"- c #3569BF",
|
|
||||||
"& c #305FAC",
|
|
||||||
"1 c #5D89D3",
|
|
||||||
"; c #3366B9",
|
|
||||||
"9 c #2E5CA8",
|
|
||||||
"< c #638ED5",
|
|
||||||
"3 c #3467BC",
|
|
||||||
"O c #2F5DA9",
|
|
||||||
"$ c #2A5398",
|
|
||||||
"# c #376EC9",
|
|
||||||
"% c #2D5AA5",
|
|
||||||
": c #8CACE0",
|
|
||||||
/* pixels */
|
|
||||||
" .XoooO+ ",
|
|
||||||
"@ #o$$$$$o@ ",
|
|
||||||
"o@ $%&&%$%&&$* ",
|
|
||||||
"$%#$=-;$@:@$-;O ",
|
|
||||||
"$>;->-$ @->$ ",
|
|
||||||
"$,,,>$ *>,% ",
|
|
||||||
"%<<<,O O1<% ",
|
|
||||||
"%22221$ :324@ ",
|
|
||||||
"O551X6$# O75O ",
|
|
||||||
"o%#8+ 9704X ",
|
|
||||||
" 9qwe= ",
|
|
||||||
" 9rt+9 ",
|
|
||||||
" y@u.9 ",
|
|
||||||
" ##i ",
|
|
||||||
" "
|
|
||||||
};
|
|