~vbkaisetsu/glogic/trunk

83 by Koichi Akabe
release version 2.6
1
2012-11-01: version 2.6
58 by Koichi Akabe
update translation template
2
3
  * add shift registers and half/full adder
61 by Koichi Akabe
add a documentation
4
  * Hex counter is renamed to Counter and support up to 8 bits
66 by Koichi Akabe
add equivalent circuit of SIPO shift register for documentation
5
  * basic components support triple input
61 by Koichi Akabe
add a documentation
6
  * add a pause button to keep the state of the circuit when components (switches) are clicked
7
  * add a documentation
70 by Koichi Akabe
update translation template
8
  * support copy and paste
73 by Koichi Akabe
support rotation and mirroring
9
  * support middle button drag to move the circuit window
83 by Koichi Akabe
release version 2.6
10
  * support rotate and flip components
58 by Koichi Akabe
update translation template
11
50 by Koichi Akabe
release version 2.5
12
2012-10-02: version 2.5
43 by Koichi Akabe
update NEWS
13
50 by Koichi Akabe
release version 2.5
14
  * add a cursor to timing chart to fall back to a specified time
43 by Koichi Akabe
update NEWS
15
  * prohibit moving components to out of range
50 by Koichi Akabe
release version 2.5
16
  * fix many bugs
43 by Koichi Akabe
update NEWS
17
39 by Koichi Akabe
update NEWS
18
2012-08-13: version 2.4
19
20
  * add max calc iters and max calc duration preferences
21
  * force directions of nets started at a pin of a component
22
  * fix bugs
23
35 by Koichi Akabe
fix behaviour on drawing area
24
2012-06-18: version 2.3
25
26
  * add duration property for oscillator
27
  * change default font to Liberation Mono
28
  * code cleanup
29
  * fix many bugs
30
26 by Koichi Akabe
update NEWS and INSTALL
31
2012-05-24: version 2.2
32
33
  * add Preferences window to change appearance
34
  * support IEC symbols
35
  * fix bugs
36
16 by Koichi Akabe
update TODO
37
2012-05-08: version 2.1
38
39
  * add tooltips for component window
40
  * add components' names on property window
41
  * fix behavior on schematics area
42
12 by Koichi Akabe
show dialog when timing chart will be too wide
43
2012-05-03: version 2.0
1 by Koichi Akabe
initial commit (ported from wxlogic)
44
11 by Koichi Akabe
add "Save chart" button for timing chart
45
  * Migrate from wxWidget to GTK+
46
  * Add oscillator, probe and text components
47
  * Add property window
48
  * Add timing chart window
49
  * Add "Save as image" menu and "Save chart" button
7 by Koichi Akabe
fix a bug on loading and saving files
50
  * Fix many bugs
1 by Koichi Akabe
initial commit (ported from wxlogic)
51
52
2012-02-16: version 1.0 released
53
54
  * initial release