~ubuntu-branches/ubuntu/maverick/ktechlab/maverick

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Bazaar Package Importer
  • Author(s): Georges Khaznadar
  • Date: 2009-02-09 00:28:49 UTC
  • mfrom: (5.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090209002849-9o8eqqiczqo4vat3
Tags: 0.3.6-4
modified debian/rules so it does not invoke make if there is no 
Makefile
Closes: #514552

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
See http://wiki.ktechlab.org/ - not entirely ready yet, but I plan on moving (at least some of) the stuff in this TODO file to this wiki. This allows for better categorization, discussion, etc of ideas than a plain-text file in subversion that only a few people have write access to.
 
2
 
1
3
0.4 targets:
2
4
* Replace QCanvas with own optimized implementation.
3
 
* "Tutorial" tool (e.g. for learning about electronic circuits and PICs) tailored to education.
4
5
* Only use IDs for items, etc, in ItemDocumentData - otherwise they lead to too many bugs.
5
6
* More intelligent connector routing.
6
7
* Variable time step in Simulation.
7
 
* Improved ItemEditor (free scaling preview buttons, moved buttons around, toolbar needs work, etc).
8
 
* Remove insert / duplicate functionality for ViewContainers, and replace it with concept of empty panes.
9
8
* Fix subcircuits so that they are saved in an itemdocument.
10
 
* Fully i18n'izable (e.g. see string lists bug below, some buttons too big with non-english text, etc).
11
 
* Full complement of basic electronic devices (e.g. mosfet, jfet).
12
 
* Debugging support for FlowCode.
13
9
 
14
 
New components:
15
 
* ALU components (shifters, multipliers)
16
 
* Displays: double-digit LCD display
17
 
* Audio: buzzers, speakers.
18
 
* Different types of signals (e.g. square, triangular) for current and voltage signal components.
19
10
 
20
11
Bugs:
21
12
* At the moment, KTechlab auto-detects a point in the circuit to use as ground, according to a set of priorities (e.g. the Ground component has the highest priority, then voltage elements, etc etc). However, some circuits do not have any point which should be considered ground, e.g. "(+9V)-------(Battery)". Suggested solution: detect a point to have as a fixed voltage, that can be anything including 0V.
22
 
* Some string lists for item properties are not i18n-safe. Scaling {Linear, Logarithmic}; Polarity {Row Cathode, Column Cathode } / {Common Cathode, Common Anode}; Edge {Rising, Falling}; Unary Operation {Rotate Left, Rotate Right, Increment, Decremement}
23
13
* Microbe should give "noline" where applicable in show-source (such as in delay routines).
24
14
 
25
15
Features:
26
16
* Bookmarks in the oscilloscope.
27
 
* Draw an outline of the component / flowpart / etc being dragged from the list on the left to show where it will be placed. This will probably involve adding static functions to all Item subclasses that will do the drawing, and returning a pointer to the function in the LibraryItem the subclass returns.
28
 
* Allow inserting a component into a wire, so that the wire is broken in two with the component connecting at either end.
29
 
* Some intelligent connect tool that will connect up pins between components - e.g. if the pins are dragged over each other, or horizontaly next to each other.
30
17
* Work area text: allow clickable URIs, rich text editor.
31
 
* Indicate the direction of current flow in a wire when hovering the mouse over.
32
 
* Allow editing of embedded code in the FlowCode element in a TextView, instead of a popup dialog.
33
 
* Be able to "shake" an item to get rid of attached connectors.
34
 
* Allow creating a flowcontainer by dragging a rectangle.
35
 
* Templates for different file types (making use of the microcontroller selected).
36
 
* "Show All" zoom action (zooms in / out to a level that shows everything in the work area).
37
18
 
38
19
General TODO:
39
 
* Finish serial and parallel port components.
40
20
* optimize microbe some more?
41
21
 
42
22
Polishing:
43
 
* Make sure that when context help refers to "advanced" variables (i.e. only editable from the Item Editor tab), it makes clear how to edit them.
44
23
* Informational message when user attempts to paste flowcode into a circuit (can't do so; must save and load into pic).
45
24
* On program startup, use "text blobs" pointing to sidebars to explain what they do.
46
25
* Update register info even when PIC is paused.
47
 
* Move the "merge" button to individual property entries.
48
26
* replace "refresh rate" slider in settings dialog with standard one.
49
 
* flicker of bottom horizontal scrollbar when initially moving a component downwards from having no vertical scrollbar to having one.
 
27
 
 
28
 
 
29
[Being worked on or soon to be worked on]
 
30
 
 
31
david:
 
32
 
 
33
electronerd:
 
34
* refactor the oscilloscope for better code reuse and so I can add a view that looks more like an oscilloscope's screen instead of a printed tape
 
35
 
 
36
 
 
37
william:
 
38
* In progress:
 
39
 
 
40
- variable capacitor/trimmer - Done.
 
41
- variable resistor - Done.
 
42
- Voltage Regulator - On Hold.
 
43
- bar graph display - Done.
 
44
 
 
45
* Future Ideas: (leave me a note if anyone wants to do any of these so I know and can remove them)
 
46
 
 
47
- crystal oscillator
 
48
- 16 seg display
 
49
- bridge rectifier
 
50
- opto isolator 
 
51
- Scmidt NAND
 
52
- Schmidt Inverter
 
53
- Thyristor
 
54
- Zener Diode
 
55
- Logic analyser (16 bit) and graph output
 
56
- Variable Inductor
 
57
- Solenoid ( requires animation )
 
58
- Bar Graph Display Driver
 
59
=======
 
60
 
 
61
The following have been brainstormed with reference to other electronics software I have used. I have found these features useful and these are all wishes for the future that may or may not be relevant to the direction the software takes in the future. I will obviously consult before attempting any of them:
 
62
 
 
63
- Model poperty framework for components to include things like wattage, frequency, resistance, etc... of components using specs of manufactured components, with the future goal of accurate simulation of component destruction. This will also allow a parts list to be created when a circuit is completed. Just an idea, up for discussion. 
 
64
- Allow labeling of components in circuit, eg. R1, R2, C1, C2 etc.. Maybe a caption facility.
 
65
- Right click properties for component model, values with separate value and multiplier selection to make it easier. This could be implemented in the Item editor too.
 
66
-Circuit drawing on a black background to better visualise animated wires and logic levels through wires. Different view options: voltage levels, current flow, logic levels, normal(no wire animation of any sort). 
 
67
- A means for users to create a circuit which is intended for use in a component, and to link the created circuit to a generic component that automatically creates the required in/out pins with reference to the created component circuit. On top of this, a means for users to submit new components they have created this way to allow the library of components to be built. So instead of a long list of IC's one generic one may be used with a library containing the circuits needed to simulate different types which can be chosen for example through the Item Editor.
 
 
b'\\ No newline at end of file'