The goal is to change the version number for a new release only in CMakeLists.txt. This is the second step. This commit also adds a chapter "Migrating Code from FLTK 1.4 to 1.5". Details: - documentation/CMakeLists.txt: configure 'version.dox' - fluid/documentation/CMakeLists.txt: same as above - documentation/Doxyfile.in: add "Migrating Code from FLTK 1.4 to 1.5" - documentation/src/index.dox: include 'version.dox' and 'migrating...' - fluid/documentation/src/index.dox: same as above - documentation/src/preface.dox: include 'version.dox' - documentation/version.dox.in: input to CMake configure 'version.dox' - fluid/documentation/version.dox.in: same as above - documentation/src/migration_1_4.dox: update links - documentation/src/migration_1_5.dox: new documentation chapter
121 lines
2.5 KiB
Plaintext
121 lines
2.5 KiB
Plaintext
|
|
|
|
/**
|
|
|
|
\cond FL_HTML_INDEX
|
|
|
|
\mainpage FLUID User Manual
|
|
|
|
|
|
<TABLE CELLPADDING="8" CELLSPACING="0" SUMMARY="TITLE BAR" WIDTH="100%" BORDER="0">
|
|
<TR>
|
|
<TD><CENTER>
|
|
\image html fluid-128.png
|
|
\image latex fluid-128.png "" width=3cm
|
|
</CENTER></TD>
|
|
<TD><CENTER>
|
|
<B>FLUID \include{doc} version.dox User Manual</B>
|
|
|
|
By F. Costantini, M. Melcher,
|
|
A. Schlosser, B. Spitzak and M. Sweet.
|
|
|
|
\include{doc} copyright.dox
|
|
</CENTER></TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
<TABLE CELLPADDING="8" CELLSPACING="0" SUMMARY="TITLE BAR" WIDTH="100%" BORDER="0">
|
|
<TR>
|
|
<TD style="text-align: center;">
|
|
This software and manual are provided under the terms of the GNU
|
|
Library General Public License. Permission is granted to reproduce
|
|
this manual or any portion for any purpose, provided this copyright
|
|
and permission notice are preserved.
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
<TABLE CELLPADDING="8" CELLSPACING="0" SUMMARY="Table of Contents" WIDTH="100%" BORDER="0">
|
|
<TR>
|
|
<TD ALIGN="LEFT" VALIGN="TOP">
|
|
|
|
\subpage page_introduction
|
|
- \ref introduction_workflow
|
|
|
|
\subpage page_commandline
|
|
- \ref commandline_options
|
|
- \ref commandline_passive
|
|
- \ref commandline_windows
|
|
|
|
\subpage page_interactive
|
|
|
|
\subpage page_main_window
|
|
- \ref main_titlebar
|
|
- \ref main_menubar
|
|
- \ref main_widget_browser
|
|
- \ref main_menu_items
|
|
|
|
\subpage page_widgetbin_panel
|
|
|
|
\subpage page_edit_window
|
|
- \ref edit_selection
|
|
- \ref edit_layout
|
|
- \ref edit_snap
|
|
- \ref edit_resize
|
|
|
|
\subpage page_widget_panel
|
|
- \ref widget_panel_gui
|
|
- \ref widget_panel_style
|
|
- \ref widget_panel_cpp
|
|
- \ref widget_panel_grid
|
|
- \ref widget_panel_gridc
|
|
|
|
</TD>
|
|
<TD ALIGN="LEFT" VALIGN="TOP">
|
|
|
|
\subpage page_functional_nodes
|
|
- \ref functional_function
|
|
- \ref functional_code
|
|
- \ref functional_codeblock
|
|
- \ref functional_decl
|
|
- \ref functional_declblock
|
|
- \ref functional_class
|
|
- \ref functional_widgetclass
|
|
- \ref functional_comment
|
|
- \ref functional_data
|
|
|
|
\subpage page_codeview_panel
|
|
- \ref codeview_find
|
|
- \ref codeview_settings
|
|
|
|
\subpage page_setting_dialog
|
|
- \ref setting_general
|
|
- \ref setting_project
|
|
- \ref setting_layout
|
|
- \ref setting_shell
|
|
- \ref setting_i18n
|
|
- \ref setting_user
|
|
|
|
\subpage page_mergeback
|
|
|
|
\subpage page_tutorial
|
|
- \ref fluid_hello_world_tutorial
|
|
- \ref fluid_1of7guis_tutorial
|
|
- \ref fluid_cubeview_tutorial
|
|
- \ref fluid_cubeview_ui
|
|
- \ref fluid_addconst
|
|
- \ref fluid_gencode
|
|
|
|
\subpage page_appendices
|
|
- \ref appendix_keyboard_shortcuts
|
|
- \ref appendix_fileformat
|
|
- \ref appendix_licenses
|
|
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
\endcond
|
|
|
|
*/
|