-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project Notes
44 lines (37 loc) · 2.15 KB
/
Project Notes
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
Notes relating to project: Ignition
*************************************************************
//// ZU BEACHTEN
- die Datei cybergraphics.h im Ignition verzeichnis ist aus dem Internet. Rechte??? Braucht boopsi.c
- AppMenu und AppMenuEntry wurde wegen gleichheit mit AmigosOS4 Strukturen AppMenue und AppMenueEntry
- Wegen Namensgleichheit mit AmigaOS Fkt. wurde aus OpenClass IgnOpenClass.
//// TO DO
*******
- Translate the sources to GCC instead of SAS/C.
- Improve and complete TurboCalc I/O add-on.
- UI for CSV I/O add-on.
- Write I/O add-ons for OpenOffice, and Excel.
- Real 3D diagrams using OpenGL.
- Switch to a real drawing backend like AGG (older versions are BSD licensed, and is already available for AmigaOS), or Cairo.
- Modernize UI through ReAction and/or MUI.
- Make sure it runs fine on all Amiga-like platforms (AmigaOS, MorphOS).
- Port to AROS.
- Cleanup the sources.
- Complete the end user documentation.
- Write developer documentation for the I/O and graphics add-ons.
- Parts of the documentation are only available in German. Also, many comments in the sources are in German.
- Makros max() und min() auf MAX() und MIN() ändern. clib/macros.h dann verwendbar. makros werden GROSS geschrieben.
- include wahnsinn mit types.h und funcs.h abschaffen macht erstellung von neuen versionen langsam, wenn eine geändert werden muss.
- cybergraphics funktionen entfernen und durch Picasso96 oder graphics ersetzen.
- Scoll-Fkt mit mouse einbauen
- Druckvorschau
- Druckbereich festlegbar
- 90 Grad gedrehter Druck
//// BUGS
******
- Keine anderen bilder ausser iff können geladen werden, sonst Crash. <<<Im Moment ist die Auswahl durch Pattern auf .iff beschränkt.>>>
- Passwortschutz noch nicht ganz klar.
- Anzeige von Texten in Objekten (Kreis, Gradiente, Knopf etc) erscheinen nur, wenn sie in das objekt passen
- der ok button im einstellungsmenue fkt. manchmal nicht (besonders nach tastatur zb)
- Was ist der Grund für Papierkorb und Unbekannt in Einstellungsmenue?
- Über Grafik vielleicht durch Bild ersetzen.
- Einfügen im Formelgadget geht ohne verlust schon bestehender Daten. Einfügen aus Clipboard in Zelle, führt zum Verlust der vorhandenen Daten.