Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #32 from Thales1330/wip/controller-solver | Thales Lima Oliveira | 2017-05-13 | 28 | -80/+702 | |
|\ | | | | | Wip controller solver | |||||
| * | Several bugs fixed, ready to pull | Thales Lima Oliveira | 2017-05-13 | 23 | -104/+97 | |
| | | ||||||
| * | Initialization implemented | Thales Lima Oliveira | 2017-05-11 | 4 | -45/+90 | |
| | | ||||||
| * | All element's solutions implemented | Thales Lima Oliveira | 2017-05-10 | 4 | -8/+45 | |
| | | | | | | | | Initialization is missing | |||||
| * | Several solutions implemented | Thales Lima Oliveira | 2017-05-09 | 10 | -12/+73 | |
| | | ||||||
| * | Secondary branch, TF and limiter solution | Thales Lima Oliveira | 2017-05-08 | 11 | -50/+309 | |
| | | | | | | | | much work, such results | |||||
| * | Streight control solver implemented | Thales Lima Oliveira | 2017-05-06 | 6 | -32/+117 | |
| | | | | | | | | Buggy, running 2x... Why?? | |||||
| * | Control solver class created | Thales Lima Oliveira | 2017-05-04 | 10 | -22/+164 | |
| | | | | | | | | Just the basics methods implemented | |||||
* | | Merge pull request #31 from ronignc/master | Thales Lima Oliveira | 2017-05-08 | 9 | -0/+34 | |
|\ \ | |/ |/| | Added DegreesAndRadians.h and included conditional compilation in some files | |||||
| * | Added DegreesAndRadians.h and included conditional compilation in some files ↵ | Roní Gonçalves | 2017-05-07 | 9 | -0/+34 | |
|/ | | | | in order to allow compiling this project using wxWidgets-3.0.x | |||||
* | Merge pull request #30 from Thales1330/wip/chart-view | Thales Lima Oliveira | 2017-05-03 | 19 | -253/+2514 | |
|\ | | | | | Wip chart view | |||||
| * | Chart view implemented | Thales Lima Oliveira | 2017-05-03 | 7 | -36/+192 | |
| | | ||||||
| * | More methods implemented | Thales Lima Oliveira | 2017-04-27 | 10 | -16/+196 | |
| | | | | | | | | buggy | |||||
| * | Element plot data class implemented | Thales Lima Oliveira | 2017-04-26 | 10 | -45/+375 | |
| | | ||||||
| * | wxMathPlot implemented on chart view | Thales Lima Oliveira | 2017-04-25 | 15 | -309/+571 | |
| | | ||||||
| * | Chart view implementation start | Thales Lima Oliveira | 2017-04-24 | 7 | -10/+1343 | |
| | | ||||||
* | | Merge pull request #29 from ronignc/master | Thales Lima Oliveira | 2017-05-03 | 1 | -6/+6 | |
|\ \ | |/ |/| | Appended mb_str() method to wxString objects so that g++ does not complain to us | |||||
| * | Appended mb_str() method to wxString objects so that g++ does not complain ↵ | Roní Gonçalves | 2017-04-30 | 1 | -6/+6 | |
|/ | | | | anymore about right types | |||||
* | Merge pull request #28 from Thales1330/wip/generic-controllers | Thales Lima Oliveira | 2017-04-24 | 91 | -529/+24854 | |
|\ | | | | | Wip generic controllers. Chart view implementation required, creating new branch.... | |||||
| * | Chart view implementation start... New branch | Thales Lima Oliveira | 2017-04-24 | 6 | -4/+6063 | |
| | | ||||||
| * | Export/Import implemented | Thales Lima Oliveira | 2017-04-20 | 4 | -15/+396 | |
| | | ||||||
| * | Export implemented | Thales Lima Oliveira | 2017-04-19 | 2 | -1/+189 | |
| | | ||||||
| * | Some bugfixes and generalization | Thales Lima Oliveira | 2017-04-18 | 5 | -103/+145 | |
| | | ||||||
| * | Connection line import under implementation | Thales Lima Oliveira | 2017-04-17 | 11 | -55/+96 | |
| | | | | | | | | Parent line not implemented yet | |||||
| * | Open control implementation | Thales Lima Oliveira | 2017-04-12 | 11 | -80/+208 | |
| | | ||||||
| * | Control import implementation start | Thales Lima Oliveira | 2017-04-10 | 5 | -19/+169 | |
| | | ||||||
| * | Control editor export under implementation | Thales Lima Oliveira | 2017-04-08 | 33 | -116/+203 | |
| | | | | | | | | File handling | |||||
| * | generic controls gui implemented | Thales Lima Oliveira | 2017-04-07 | 7 | -24/+141 | |
| | | ||||||
| * | Io form under implementation | Thales Lima Oliveira | 2017-04-06 | 13 | -15/+1436 | |
| | | ||||||
| * | Gain implemented | Thales Lima Oliveira | 2017-04-04 | 15 | -13/+1124 | |
| | | | | | | | | Implement io: https://ideone.com/0HDBVd | |||||
| * | Constant implemented | Thales Lima Oliveira | 2017-04-01 | 17 | -30/+1307 | |
| | | | | | | | | Missing: gain and io | |||||
| * | Exponencial implemented | Thales Lima Oliveira | 2017-03-31 | 11 | -22/+1089 | |
| | | ||||||
| * | Exponencial under implementation | Thales Lima Oliveira | 2017-03-30 | 22 | -34/+5023 | |
| | | ||||||
| * | Multiplier under implementation | Thales Lima Oliveira | 2017-03-24 | 4 | -64/+117 | |
| | | ||||||
| * | Multiplier implementation start | Thales1330 | 2017-03-09 | 3 | -0/+26 | |
| | | ||||||
| * | Sum implemented | Thales1330 | 2017-03-09 | 8 | -23/+150 | |
| | | ||||||
| * | Sum form implementation start | Thales1330 | 2017-03-08 | 8 | -7/+109 | |
| | | ||||||
| * | Sum implementation start | Thales1330 | 2017-03-07 | 12 | -13/+980 | |
| | | ||||||
| * | Connection line fully implemented | Thales1330 | 2017-03-06 | 5 | -48/+110 | |
| | | | | | | | | Bug on delete a chid line and update points | |||||
| * | Delete element implemented | Thales1330 | 2017-03-04 | 8 | -43/+172 | |
| | | ||||||
| * | More connection line methods implemented | Thales1330 | 2017-03-03 | 14 | -43/+352 | |
| | | ||||||
| * | Connection line implementation start | Thales1330 | 2017-02-24 | 11 | -73/+134 | |
| | | ||||||
| * | Node bug fixes, tf form implemented | Thales1330 | 2017-01-28 | 14 | -26/+1197 | |
| | | ||||||
| * | several control elements methods implemented | Thales1330 | 2017-01-27 | 16 | -93/+1018 | |
| | | | | | | | | Node position buggy | |||||
| * | Get superscript implemented | Thales1330 | 2017-01-26 | 3 | -4/+18 | |
| | | ||||||
| * | Several graphic tools implemented, tf start | Thales1330 | 2017-01-25 | 16 | -36/+214 | |
| | | ||||||
| * | Control editor implementation start | Thales1330 | 2017-01-24 | 15 | -198/+473 | |
| | | ||||||
| * | Some translation fixed | Thales Lima Oliveira | 2017-01-20 | 2 | -48/+51 | |
| | | ||||||
| * | Button click event trigger implemented | Thales Lima Oliveira | 2017-01-20 | 9 | -290/+1035 | |
| | | ||||||
| * | ControlButton fixed | Thales1330 | 2017-01-20 | 6 | -69/+120 | |
| | |