Skip to content

Commit d3dfc9e

Browse files
Old PDF docs added, discord menu item added. Version 1.0.0.
1 parent e83f95c commit d3dfc9e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+6807
-11
lines changed

ceed-cpp.pro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,10 @@ fonts.path = $$DESTDIR/data/fonts
287287
fonts.files = $$PWD/data/fonts/*
288288
INSTALLS += fonts
289289

290+
doc.path = $$DESTDIR/doc
291+
doc.files = $$PWD/data/doc/*.pdf
292+
INSTALLS += doc
293+
290294
images.path = $$DESTDIR/data/images
291295
images.files = $$PWD/data/icons/ceed.png
292296
INSTALLS += images
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
% This file was created with JabRef 2.8.
2+
% Encoding: UTF-8
3+
4+
@BOOK{cppcodingstandardsbook,
5+
author = {Andrei Alexandrescu and Herb Sutter},
6+
title = {C++ Coding Standards: 101 Rules, Guidelines, and Best Practices},
7+
year = {2004},
8+
date = {25/10/2004},
9+
isbn = {978-0321113580},
10+
owner = {mpreisle},
11+
timestamp = {2012.07.26}
12+
}
13+
14+
@UNPUBLISHED{imagesetformat,
15+
author = {{CEGUI development team}},
16+
title = {Imageset XML format specification},
17+
note = {\url{http://www.cegui.org.uk/docs/current/xml_imageset.html}},
18+
owner = {mpreisle},
19+
timestamp = {2012.07.08}
20+
}
21+
22+
@BOOK{designpatternscppqt4book,
23+
author = {Alan Ezust},
24+
title = {An Introduction to Design Patterns in C++ with Qt 4},
25+
year = {2006},
26+
date = {10/9/2006},
27+
isbn = {978-8131713266},
28+
owner = {mpreisle},
29+
timestamp = {2012.07.26}
30+
}
31+
32+
@UNPUBLISHED{cxfreezedoc,
33+
author = {Anthony Tuininga},
34+
title = {{cxFreeze} documentation},
35+
note = {\url{http://cx_freeze.readthedocs.org/en/latest/index.html}},
36+
owner = {mpreisle},
37+
timestamp = {2012.07.08}
38+
}
39+
40+
@comment{jabref-meta: selector_review:}
41+
42+
@comment{jabref-meta: selector_publisher:}
43+
44+
@comment{jabref-meta: selector_author:}
45+
46+
@comment{jabref-meta: selector_journal:}
47+
48+
@comment{jabref-meta: selector_keywords:}
49+
Lines changed: 158 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,158 @@
1+
#LyX 2.0 created this file. For more info see http://www.lyx.org/
2+
\lyxformat 413
3+
\begin_document
4+
\begin_header
5+
\textclass report
6+
\begin_preamble
7+
\usepackage{xcolor}
8+
\definecolor{codebg}{rgb}{0.95, 0.95, 0.95}
9+
\definecolor{commentfg}{rgb}{0.0, 0.6, 0.0}
10+
\end_preamble
11+
\use_default_options true
12+
\maintain_unincluded_children false
13+
\language english
14+
\language_package default
15+
\inputencoding auto
16+
\fontencoding global
17+
\font_roman palatino
18+
\font_sans default
19+
\font_typewriter courier
20+
\font_default_family rmdefault
21+
\use_non_tex_fonts false
22+
\font_sc false
23+
\font_osf false
24+
\font_sf_scale 100
25+
\font_tt_scale 100
26+
27+
\graphics default
28+
\default_output_format default
29+
\output_sync 0
30+
\bibtex_command default
31+
\index_command default
32+
\paperfontsize default
33+
\spacing single
34+
\use_hyperref true
35+
\pdf_bookmarks true
36+
\pdf_bookmarksnumbered false
37+
\pdf_bookmarksopen false
38+
\pdf_bookmarksopenlevel 1
39+
\pdf_breaklinks false
40+
\pdf_pdfborder true
41+
\pdf_colorlinks false
42+
\pdf_backref false
43+
\pdf_pdfusetitle true
44+
\papersize a4paper
45+
\use_geometry true
46+
\use_amsmath 1
47+
\use_esint 1
48+
\use_mhchem 1
49+
\use_mathdots 1
50+
\cite_engine basic
51+
\use_bibtopic false
52+
\use_indices false
53+
\paperorientation portrait
54+
\suppress_date false
55+
\use_refstyle 1
56+
\index Index
57+
\shortcut idx
58+
\color #008000
59+
\end_index
60+
\leftmargin 1.5cm
61+
\topmargin 1.5cm
62+
\rightmargin 1.5cm
63+
\bottommargin 1.5cm
64+
\secnumdepth 3
65+
\tocdepth 3
66+
\paragraph_separation indent
67+
\paragraph_indentation default
68+
\quotes_language english
69+
\papercolumns 1
70+
\papersides 1
71+
\paperpagestyle default
72+
\listings_params "backgroundcolor={\color{codebg}},basicstyle={\ttfamily},breaklines=true,commentstyle={\color{commentfg}},frame=single,keywordstyle={\bf\color{blue}},numbers=left,numberstyle={\tiny\color{gray}},rulecolor={\color{black}},showstringspaces=false,stringstyle={\color{red}}"
73+
\tracking_changes false
74+
\output_changes false
75+
\html_math_output 0
76+
\html_css_as_file 0
77+
\html_be_strict false
78+
\end_header
79+
80+
\begin_body
81+
82+
\begin_layout Title
83+
CEGUI Unified Editor Developer Manual
84+
\end_layout
85+
86+
\begin_layout Author
87+
Martin Preisler
88+
\end_layout
89+
90+
\begin_layout Standard
91+
\noindent
92+
\begin_inset Box ovalbox
93+
position "t"
94+
hor_pos "c"
95+
has_inner_box 1
96+
inner_pos "t"
97+
use_parbox 0
98+
use_makebox 0
99+
width "100col%"
100+
special "none"
101+
height "1in"
102+
height_special "totalheight"
103+
status open
104+
105+
\begin_layout Plain Layout
106+
This document has been laid out for a computer screen viewing and thus may
107+
be unsuitable for printing.
108+
LyX sources are available in
109+
\emph on
110+
doc/developer-manual-src
111+
\emph default
112+
in the source tarball if you wish to relayout.
113+
\end_layout
114+
115+
\end_inset
116+
117+
118+
\end_layout
119+
120+
\begin_layout Standard
121+
\begin_inset CommandInset toc
122+
LatexCommand tableofcontents
123+
124+
\end_inset
125+
126+
127+
\end_layout
128+
129+
\begin_layout Standard
130+
\begin_inset Newpage newpage
131+
\end_inset
132+
133+
134+
\end_layout
135+
136+
\begin_layout Standard
137+
\begin_inset CommandInset include
138+
LatexCommand input
139+
filename "just-content.lyx"
140+
141+
\end_inset
142+
143+
144+
\end_layout
145+
146+
\begin_layout Standard
147+
\begin_inset CommandInset bibtex
148+
LatexCommand bibtex
149+
bibfiles "bibliography"
150+
options "plain"
151+
152+
\end_inset
153+
154+
155+
\end_layout
156+
157+
\end_body
158+
\end_document

0 commit comments

Comments
 (0)