File: guadec3.mgp

package info (click to toggle)
gnumeric 1.10.8-1squeeze5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 90,968 kB
  • ctags: 23,303
  • sloc: ansic: 248,235; xml: 51,894; sh: 10,491; makefile: 2,822; perl: 2,466; yacc: 1,272; python: 205
file content (365 lines) | stat: -rw-r--r-- 8,516 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% "tfont" defs in this part is for those who have downloaded Microsoft
%% TrueType fonts (or those who mounting Windows partition from your UNIX
%% partition).
%% those are available at: http://microsoft.com/typography/fontpack/default.htm
%% and they require Windows licence to extract the archive.
%%
%% If you got Computer Modern fonts in TrueType format, you may want to
%% use the following settings:
%%	"cmss10.ttf" for standard, "cmssbx10.ttf" for thick,
%%	"cmtt10.ttf" for typewriter
%% CM fonts are avaiable at CTAN mirros, pub/CTAN/fonts/cm/ps-type1/bakoma/ttf.
%% unlike MS ones, it does not require Windows license!
%%
%% see README.fonts{,.jp} for more detailed milage you take.
%%
%deffont "standard" xfont "arial.ttf"
%deffont "thick" xfont "arialbd.ttf"
%deffont "typewriter" xfont "courbd.ttf"
%%
%% Default settings per each line numbers.
%%
%default 1 leftfill, size 2, back "white", fore "black", font "thick"
%default 2 size 6, vgap 10, prefix " "
%default 3 size 2, bar "gray70", vgap 10
%default 4 size 4, fore "black", vgap 30, prefix " ", font "standard"
%%
%% Default settings that are applied to TAB-indented lines.
%%
%tab 1 size 6, vgap 60, prefix "  ", icon box "blue" 50
%tab 2 size 4, vgap 50, prefix "      ", icon arc "yellow" 50
%tab 3 size 4, vgap 40, prefix "            ", icon delta3 "green" 40
%tab 4 size 3, vgap 40, prefix "                     ", icon arc "red" 30
%tab 5 size 3, vgap 40, prefix "                         ", icon delta1 "white" 30
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%page
%%bgrad 0 0 128 0 1 "blue2" "black" "black" "black" "blue4" "blue3" "blue4"

%right
State of Gnumeric
%left

	What is Gnumeric
		A spreadsheet
		Created by Miguel almost 4 years ago
		Push GNOME & GTK support for large applications
		"As close to Excel as necessary but no closer"
%page
%%bgrad 0 0 128 0 1 "blue2" "black" "black" "black" "blue4" "blue3" "blue4"

%right
State of Gnumeric
%left

	Goals
		Provide replacement for proprietary spreadsheets
			Use MS strategy 'Embrace Extend ...'
			Concentrate of minimising cost of transition
			Plan for the future

%pause
		Produce a high quality spreadsheet
			Correctness
			Maintainability
			Completeness
			Performance
			Extensibility	(new)
%page
%%bgrad 0 0 128 0 1 "blue2" "black" "black" "black" "blue4" "blue3" "blue4"

%right
State of Gnumeric
%left

	Overall State
		This was a good year
			1.0 (aka Embrace) !!!
			Docs
			Existing features more robust
			Internationalization improved
%pause

		Release protocols paid off
			Stability
			# of bugs
			Portability
			Test suite
%page
%%bgrad 0 0 128 0 1 "blue2" "black" "black" "black" "blue4" "blue3" "blue4"

%right
State of Gnumeric
%left

	User visibile additions in 1.0
		Graphs
		Frozen Panes
		Grouping
		Data Validation
		Search / Search & Replace
		Table creation
		Better statistical tools
		Lots of docs
%page
%%bgrad 0 0 128 0 1 "blue2" "black" "black" "black" "blue4" "blue3" "blue4"

%right
State of Gnumeric
%left

	Developer features in 1.0
		GnumericExprEntry
		Extend and polish 'Dependent'
		Improved parse errors
		SheetObject framework starts to make sense
		Per Sheet style hash
		Just in time render for expressions

%pause
	Things that did not make it in
		Use of Gnumeric as Bonobo::{Control,Embeddable}
		Support just in time render and span
		Conditional formating
%page
%%bgrad 0 0 128 0 1 "blue2" "black" "black" "black" "blue4" "blue3" "blue4"

%right
State of Gnumeric
%left

	User Features already in 1.1
		Lots of UI improvements from port GTK2
		SPEED!
		Mail Merge
		Greatly improved solver
		More numeric accuracy and stability for stats
		Make analysis tools undoable
		Real time data feed
		Make most dialogs pseudo-modal
		Import encrypted MS Excel workbooks
		Some support for protection
%page
%%bgrad 0 0 128 0 1 "blue2" "black" "black" "black" "blue4" "blue3" "blue4"

%right
State of Gnumeric
%left

	Planned changes before 1.2
		Preferences dialog
		Improve graphs
		Rewrite format selection widget
		Filters
		Conditional formatting (might get bumped)
%page
%%bgrad 0 0 128 0 1 "blue2" "black" "black" "black" "blue4" "blue3" "blue4"

%right
State of Gnumeric
%left

	Architecture changes already in 1.1
		uHash for dep lists
		Move cells fully to link/unlink life cycle
		Custom allocators
		Support images directly (no bonobo)
		XL style auto colour support
		Use pango for font selection (not gnome-print)
		Evaluation time dependenencies
%page
%%bgrad 0 0 128 0 1 "blue2" "black" "black" "black" "blue4" "blue3" "blue4"

%right
State of Gnumeric
%left

	Planned changes before 1.2
		Rewrite format engine to be utf8 friendly (and sane)
		Move to RenderedRegion
		Plugin support for menu & toolbars
		Rework text import dialog
		New function doc framework
%page
%%bgrad 0 0 128 0 1 "blue2" "black" "black" "black" "blue4" "blue3" "blue4"

%right
State of Gnumeric
%left

	Planned changes before 1.2
		Rewrite format engine to be utf8 friendly (and sane)
		Move to RenderedRegion
		Plugin support for menu & toolbars
		Rework text import dialog
		New function doc framework

%pause
	Wishlist changes for 1.2
		Undo journal
		Scripting API Proposal (might get bumped)

%page
%%bgrad 0 0 128 0 1 "blue2" "black" "black" "black" "blue4" "blue3" "blue4"

%right
State of Gnumeric
%left

	Plans
		1.2
			Fast turn around
			Tied to gnome2 release
			Freeze in June
			July/Aug release (optimistic ?)
			Target Financial Market

%pause
		2.0
			Pivots		(pushed back from 1.2)
			Gui/Core split	(might still be in 1.2)
			Release within 1 year of 1.2
			Target some support for all major XL features
%page
%%bgrad 0 0 128 0 1 "blue2" "black" "black" "black" "blue4" "blue3" "blue4"

%right
State of Gnumeric
%left

	Failures
		SheetView
		Embeddable Gnumeric
		Using Bonobo
		Using GnomePrint
%page
%%bgrad 0 0 128 0 1 "blue2" "black" "black" "black" "blue4" "blue3" "blue4"

%right
State of Gnumeric
%left

	Active Gnumeric Community (last 3 months)
		Jody Goldberg	Morten Welinder
		Andreas J. Guelzow	Jon K Hellan
		Jukka-Pekka Iivonen	Almer S. Tigelaar

		Kevin Breit		Alexander Kirillov
		Aaron Weber	Eric Baudais
		Adrian Custer

		C. Scott Ananian	Chema Celorio
		Jakub Steiner	Joshua R. Odom
		Juan Pablo Mendoza	Michael Meeks
		Rodrigo Moya	Wayne Schuster
		Yukihiro Nakai	Zbigniew Chyla
%page
%%bgrad 0 0 128 0 1 "blue2" "black" "black" "black" "blue4" "blue3" "blue4"

%right
State of Gnumeric
%left

	The competition
			Excel
				More Features
				Integrated Office Suite
				Faster
				Codebase quality ??
%pause
			Open/Star Calc
				More Features of varying quality
				Integrated Office Suite
				Slower
				Cumbersome Codebase
%pause
			KSpread
				Fewer Features
				Integrated Office Suite
				Much Slower
				Needs lots of work
%page
%%bgrad 0 0 128 0 1 "blue2" "black" "black" "black" "blue4" "blue3" "blue4"

%right
State of Gnumeric
%left

	How we stack up (according to me)
		Pros
			Fastest/Smallest Free spreadsheet
			Clean Codebase (mostly)
			Still have maintainer level perspective
			Guppi is Beautttiiiiiffuuuulll
		Cons
			No Integrated Office Suite
			Missing Features
			Weak Use of Guppi
%page
%%bgrad 100 100 128 90 1 "black" "red" "black"

%right
State of GNOME Office
%left

		What is GNOME Office ?
			Loose collection of programs ?
			Integrated suite of applications ?
			A set of supporting libraries ?

		Applications associated with GNOME Office
			Gnumeric	Guppi		Abiword
			Evolution	Dia		Sodipodi
			Toutdoux	Mrproject	Achtung
			Gnucash	Gimp		Galeon

		Libraries associated with GNOME Office
			Gnome Print	LibXML		GLib/GTK+
			LibOLE		GAL/EEL	wvWare
%page
%%bgrad 100 100 128 90 1 "black" "red" "black"

%right
State of GNOME Office
%left

	The Good
			Our Apps are strong
			Solid 1.0 releases of many (abi soon ?)
			Good press

%pause
	The Bad
			No integration
			Little recognition
			Replication
			Not much press
%page
%%bgrad 100 100 128 90 1 "black" "red" "black"

%right
State of GNOME Office
%left

	Things to consider
			OpenOffice is usable now
			No presentation program on horizon
%pause
	What can we do
			Create some common libraries
			Produce an official 'GnomeOffice' package
%page
%%bgrad 100 100 128 90 1 "black" "red" "black"

%right
State of GNOME Office
%left

	Shared Problems
			Fonts
			Document centric functionality
			Editor style apis
			Stuctured file format (shared with OO?)
			Support common MS Office features (Escher, WMF/EMF)