From af7adfb6b5276c30a926540d90e734106dd100a3 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 17 Jan 2014 19:36:28 -0600 Subject: Rename docbook and contents consistent with rebranding. --- parts/appwizard/common/CMakeLists.txt | 2 +- parts/appwizard/common/Makefile.am | 2 +- parts/appwizard/common/dockbook.kdevtemplate | 2 +- parts/appwizard/common/kde-index.docbook | 555 --------------------------- parts/appwizard/common/tde-index.docbook | 555 +++++++++++++++++++++++++++ 5 files changed, 558 insertions(+), 558 deletions(-) delete mode 100644 parts/appwizard/common/kde-index.docbook create mode 100644 parts/appwizard/common/tde-index.docbook (limited to 'parts') diff --git a/parts/appwizard/common/CMakeLists.txt b/parts/appwizard/common/CMakeLists.txt index d3d362bc..62a5b97b 100644 --- a/parts/appwizard/common/CMakeLists.txt +++ b/parts/appwizard/common/CMakeLists.txt @@ -30,7 +30,7 @@ install( FILES ${CMAKE_CURRENT_BINARY_DIR}/gnome2.tar.gz ${CMAKE_CURRENT_BINARY_DIR}/wxwidgets.tar.gz kde-app.lsm kde-Makefile.am kde-Makefile.cvs - tde-configure.in.in kde-index.docbook + tde-configure.in.in tde-index.docbook kde-po-Makefile.am kde-doc-Makefile.am kde-doc-en-Makefile.am hi16-app-app.png hi32-app-app.png tde-app.desktop diff --git a/parts/appwizard/common/Makefile.am b/parts/appwizard/common/Makefile.am index f4c18ebe..2d6e5278 100644 --- a/parts/appwizard/common/Makefile.am +++ b/parts/appwizard/common/Makefile.am @@ -35,7 +35,7 @@ appwizarddatadir = ${kde_datadir}/kdevappwizard commondatadir = ${appwizarddatadir}/template-common commondata_DATA = admin.tar.gz gnu.tar.gz incadmin.tar.gz gnome.tar.gz gnome2.tar.gz wxwidgets.tar.gz \ kde-app.lsm kde-Makefile.am kde-Makefile.cvs tde-configure.in.in \ - kde-index.docbook kde-po-Makefile.am kde-doc-Makefile.am kde-doc-en-Makefile.am \ + tde-index.docbook kde-po-Makefile.am kde-doc-Makefile.am kde-doc-en-Makefile.am \ hi16-app-app.png hi32-app-app.png tde-app.desktop tde-part.desktop \ gnome-app.lsm gnome-Makefile.am gnome-Makefile.cvs \ gnome-pixmaps-Makefile.am gnome-app.png \ diff --git a/parts/appwizard/common/dockbook.kdevtemplate b/parts/appwizard/common/dockbook.kdevtemplate index d07da4e6..41b65f62 100644 --- a/parts/appwizard/common/dockbook.kdevtemplate +++ b/parts/appwizard/common/dockbook.kdevtemplate @@ -57,7 +57,7 @@ Option=INSTALL_DOCS [DOCS] Type=install -Source=%{tdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/tde-index.docbook Dest=%{dest}/doc/en/index.docbook Option=INSTALL_DOCS diff --git a/parts/appwizard/common/kde-index.docbook b/parts/appwizard/common/kde-index.docbook deleted file mode 100644 index adffb779..00000000 --- a/parts/appwizard/common/kde-index.docbook +++ /dev/null @@ -1,555 +0,0 @@ - -%{APPNAME} %{VERSION}"> - - - - - - - -]> - - - - - - - - - - - - - - -The &%{APPNAMELC}; Handbook - - - - - -%{AUTHOR} - -
%{EMAIL}
-
-
-
- - - - -1999 -%{YEAR} -%{AUTHOR} - - - -&FDLNotice; - - - -2001-10-18 -%{VERSION} - - - - - -&%{APPNAMELC}; is an application specially designed to do nothing you would -ever want. - - - - - - -KDE -%{APPNAME} -nothing -nothing else - - -
- - - - -Introduction - - - - -&%{APPNAMELC}; is a program that lets you do absolutely nothing. Please report -any problems or feature requests to the &kde; mailing lists. - - - - -Using &%{APPNAMELC}; - - - - - - - - -Here's a screenshot of &%{APPNAMELC}; - - - - - - - - - Screenshot - - - - - - - -More &%{APPNAMELC}; features - -It slices! It dices! and it comes with a free toaster! - -The Squiggle Tool - - - - - - - - Squiggle - - is used to draw squiggly lines all over -the &%{APPNAMELC}; main window. It's not a bug, it's a feature! - - - - - - -Command Reference - - - - -The main &%{APPNAMELC}; window - - -The File Menu - - - - - -&Ctrl;N - -File -New - -Creates a new document - - - - -&Ctrl;S - -File -Save - -Saves the document - - - - -&Ctrl;Q - -File -Quit - -Quits &%{APPNAMELC}; - - - - - - - -The <guimenu>Help</guimenu> Menu - - - - - - -&help.menu.documentation; - - - - - - - -Developer's Guide to &%{APPNAMELC}; - - - - -Programming &%{APPNAMELC}; plugins is a joy to behold. Just read through the next -66 pages of API's to learn how! - - - - - - -XtUnmanageChildren -Xt - Geometry Management - - -XtUnmanageChildren - -remove a list of children from a parent widget's managed -list. -widgetsremoving -XtUnmanageChildren - - - - - -4 March 1996 - - -void XtUnmanageChildren(children, num_children) - WidgetList children; - Cardinal num_children; - - - -Inputs - - -children - - -Specifies an array of child widgets. Each child must be of -class RectObj or any subclass thereof. - - - - -num_children - - -Specifies the number of elements in children. - - - - - - - -Description - -XtUnmanageChildren() unmaps the specified widgets -and removes them from their parent's geometry management. -The widgets will disappear from the screen, and (depending -on its parent) may no longer have screen space allocated for -them. - -Each of the widgets in the children array must have -the same parent. - -See the “Algorithm” section below for full details of the -widget unmanagement procedure. - - - - -Usage -Unmanaging widgets is the usual method for temporarily -making them invisible. They can be re-managed with -XtManageChildren(). - -You can unmap a widget, but leave it under geometry -management by calling XtUnmapWidget(). You can -destroy a widget's window without destroying the widget by -calling XtUnrealizeWidget(). You can destroy a -widget completely with XtDestroyWidget(). - -If you are only going to unmanage a single widget, it is -more convenient to call XtUnmanageChild(). It is -often more convenient to call XtUnmanageChild() -several times than it is to declare and initialize an array -of widgets to pass to XtUnmanageChildren(). Calling -XtUnmanageChildren() is more efficient, however, -because it only calls the parent's change_managed() -method once. - - - - -Algorithm - -XtUnmanageChildren() performs the following: - - - -- - - -Ignores the child if it already is unmanaged or is being -destroyed. - - - - -- - - -Otherwise, if the child is realized, it makes it nonvisible -by unmapping it. - - - - - - - - - -Structures -The WidgetList type is simply an array of widgets: - -typedef Widget *WidgetList; - - - - - - - -Questions and Answers - - - -&reporting.bugs; -&updating.documentation; - - - - -My Mouse doesn't work. How do I quit &%{APPNAMELC};? - - -You silly goose! Check out the Commands -Section for the answer. - - - - -Why can't I twiddle my documents? - - -You can only twiddle your documents if you have the foobar.lib -installed. - - - - - - - - - -Credits and License - - -&%{APPNAMELC}; - - -Program copyright %{YEAR} %{AUTHOR} %{EMAIL} - - -Contributors: - -Konqui the KDE Dragon konqui@kde.org - -Tux the Linux Penguin tux@linux.org - - - - - -Documentation copyright %{YEAR} %{AUTHOR} %{EMAIL} - - - - -&underFDL; - - - -&underGPL; -&underBSDLicense; -&underArtisticLicense; -&underX11License; - - - - -Installation - - -How to obtain &%{APPNAMELC}; - - - -&install.intro.documentation; - - - - -Requirements - - - - -In order to successfully use &%{APPNAMELC};, you need &kde; 1.1. Foobar.lib is -required in order to support the advanced &%{APPNAMELC}; features. &%{APPNAMELC}; uses -about 5 megs of memory to run, but this may vary depending on your -platform and configuration. - - - -All required libraries as well as &%{APPNAMELC}; itself can be found -on The &%{APPNAMELC}; home page. - - - - -You can find a list of changes at http://apps.kde.org/%{APPNAMELC}. - - - - -Compilation and Installation - - - - - -&install.compile.documentation; - - - - -Configuration - -Don't forget to tell your system to start the dtd -dicer-toaster daemon first, or &%{APPNAMELC}; won't work ! - - - - - -&documentation.index; -
- - - diff --git a/parts/appwizard/common/tde-index.docbook b/parts/appwizard/common/tde-index.docbook new file mode 100644 index 00000000..f1d2a825 --- /dev/null +++ b/parts/appwizard/common/tde-index.docbook @@ -0,0 +1,555 @@ + +%{APPNAME} %{VERSION}"> + + + + + + + +]> + + + + + + + + + + + + + + +The &%{APPNAMELC}; Handbook + + + + + +%{AUTHOR} + +
%{EMAIL}
+
+
+
+ + + + +1999 +%{YEAR} +%{AUTHOR} + + + +&FDLNotice; + + + +2001-10-18 +%{VERSION} + + + + + +&%{APPNAMELC}; is an application specially designed to do nothing you would +ever want. + + + + + + +TDE +%{APPNAME} +nothing +nothing else + + +
+ + + + +Introduction + + + + +&%{APPNAMELC}; is a program that lets you do absolutely nothing. Please report +any problems or feature requests to the &tde; mailing lists. + + + + +Using &%{APPNAMELC}; + + + + + + + + +Here's a screenshot of &%{APPNAMELC}; + + + + + + + + + Screenshot + + + + + + + +More &%{APPNAMELC}; features + +It slices! It dices! and it comes with a free toaster! + +The Squiggle Tool + + + + + + + + Squiggle + + is used to draw squiggly lines all over +the &%{APPNAMELC}; main window. It's not a bug, it's a feature! + + + + + + +Command Reference + + + + +The main &%{APPNAMELC}; window + + +The File Menu + + + + + +&Ctrl;N + +File +New + +Creates a new document + + + + +&Ctrl;S + +File +Save + +Saves the document + + + + +&Ctrl;Q + +File +Quit + +Quits &%{APPNAMELC}; + + + + + + + +The <guimenu>Help</guimenu> Menu + + + + + + +&help.menu.documentation; + + + + + + + +Developer's Guide to &%{APPNAMELC}; + + + + +Programming &%{APPNAMELC}; plugins is a joy to behold. Just read through the next +66 pages of API's to learn how! + + + + + + +XtUnmanageChildren +Xt - Geometry Management + + +XtUnmanageChildren + +remove a list of children from a parent widget's managed +list. +widgetsremoving +XtUnmanageChildren + + + + + +4 March 1996 + + +void XtUnmanageChildren(children, num_children) + WidgetList children; + Cardinal num_children; + + + +Inputs + + +children + + +Specifies an array of child widgets. Each child must be of +class RectObj or any subclass thereof. + + + + +num_children + + +Specifies the number of elements in children. + + + + + + + +Description + +XtUnmanageChildren() unmaps the specified widgets +and removes them from their parent's geometry management. +The widgets will disappear from the screen, and (depending +on its parent) may no longer have screen space allocated for +them. + +Each of the widgets in the children array must have +the same parent. + +See the “Algorithm” section below for full details of the +widget unmanagement procedure. + + + + +Usage +Unmanaging widgets is the usual method for temporarily +making them invisible. They can be re-managed with +XtManageChildren(). + +You can unmap a widget, but leave it under geometry +management by calling XtUnmapWidget(). You can +destroy a widget's window without destroying the widget by +calling XtUnrealizeWidget(). You can destroy a +widget completely with XtDestroyWidget(). + +If you are only going to unmanage a single widget, it is +more convenient to call XtUnmanageChild(). It is +often more convenient to call XtUnmanageChild() +several times than it is to declare and initialize an array +of widgets to pass to XtUnmanageChildren(). Calling +XtUnmanageChildren() is more efficient, however, +because it only calls the parent's change_managed() +method once. + + + + +Algorithm + +XtUnmanageChildren() performs the following: + + + +- + + +Ignores the child if it already is unmanaged or is being +destroyed. + + + + +- + + +Otherwise, if the child is realized, it makes it nonvisible +by unmapping it. + + + + + + + + + +Structures +The WidgetList type is simply an array of widgets: + +typedef Widget *WidgetList; + + + + + + + +Questions and Answers + + + +&reporting.bugs; +&updating.documentation; + + + + +My Mouse doesn't work. How do I quit &%{APPNAMELC};? + + +You silly goose! Check out the Commands +Section for the answer. + + + + +Why can't I twiddle my documents? + + +You can only twiddle your documents if you have the foobar.lib +installed. + + + + + + + + + +Credits and License + + +&%{APPNAMELC}; + + +Program copyright %{YEAR} %{AUTHOR} %{EMAIL} + + +Contributors: + +Konqui the TDE Dragon konqui@trinitydesktop.org + +Tux the Linux Penguin tux@linux.org + + + + + +Documentation copyright %{YEAR} %{AUTHOR} %{EMAIL} + + + + +&underFDL; + + + +&underGPL; +&underBSDLicense; +&underArtisticLicense; +&underX11License; + + + + +Installation + + +How to obtain &%{APPNAMELC}; + + + +&install.intro.documentation; + + + + +Requirements + + + + +In order to successfully use &%{APPNAMELC};, you need &tde; 1.1. Foobar.lib is +required in order to support the advanced &%{APPNAMELC}; features. &%{APPNAMELC}; uses +about 5 megs of memory to run, but this may vary depending on your +platform and configuration. + + + +All required libraries as well as &%{APPNAMELC}; itself can be found +on The &%{APPNAMELC}; home page. + + + + +You can find a list of changes at http://apps.trinitydesktop.org/%{APPNAMELC}. + + + + +Compilation and Installation + + + + + +&install.compile.documentation; + + + + +Configuration + +Don't forget to tell your system to start the dtd +dicer-toaster daemon first, or &%{APPNAMELC}; won't work ! + + + + + +&documentation.index; +
+ + + -- cgit v1.2.3