summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #32 from Thales1330/wip/controller-solverThales Lima Oliveira2017-05-1328-80/+702
|\ | | | | Wip controller solver
| * Several bugs fixed, ready to pullThales Lima Oliveira2017-05-1323-104/+97
| |
| * Initialization implementedThales Lima Oliveira2017-05-114-45/+90
| |
| * All element's solutions implementedThales Lima Oliveira2017-05-104-8/+45
| | | | | | | | Initialization is missing
| * Several solutions implementedThales Lima Oliveira2017-05-0910-12/+73
| |
| * Secondary branch, TF and limiter solutionThales Lima Oliveira2017-05-0811-50/+309
| | | | | | | | much work, such results
| * Streight control solver implementedThales Lima Oliveira2017-05-066-32/+117
| | | | | | | | Buggy, running 2x... Why??
| * Control solver class createdThales Lima Oliveira2017-05-0410-22/+164
| | | | | | | | Just the basics methods implemented
* | Merge pull request #31 from ronignc/masterThales Lima Oliveira2017-05-089-0/+34
|\ \ | |/ |/| Added DegreesAndRadians.h and included conditional compilation in some files
| * Added DegreesAndRadians.h and included conditional compilation in some files ↵Roní Gonçalves2017-05-079-0/+34
|/ | | | in order to allow compiling this project using wxWidgets-3.0.x
* Merge pull request #30 from Thales1330/wip/chart-viewThales Lima Oliveira2017-05-0319-253/+2514
|\ | | | | Wip chart view
| * Chart view implementedThales Lima Oliveira2017-05-037-36/+192
| |
| * More methods implementedThales Lima Oliveira2017-04-2710-16/+196
| | | | | | | | buggy
| * Element plot data class implementedThales Lima Oliveira2017-04-2610-45/+375
| |
| * wxMathPlot implemented on chart viewThales Lima Oliveira2017-04-2515-309/+571
| |
| * Chart view implementation startThales Lima Oliveira2017-04-247-10/+1343
| |
* | Merge pull request #29 from ronignc/masterThales Lima Oliveira2017-05-031-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çalves2017-04-301-6/+6
|/ | | | anymore about right types
* Merge pull request #28 from Thales1330/wip/generic-controllersThales Lima Oliveira2017-04-2491-529/+24854
|\ | | | | Wip generic controllers. Chart view implementation required, creating new branch....
| * Chart view implementation start... New branchThales Lima Oliveira2017-04-246-4/+6063
| |
| * Export/Import implementedThales Lima Oliveira2017-04-204-15/+396
| |
| * Export implementedThales Lima Oliveira2017-04-192-1/+189
| |
| * Some bugfixes and generalizationThales Lima Oliveira2017-04-185-103/+145
| |
| * Connection line import under implementationThales Lima Oliveira2017-04-1711-55/+96
| | | | | | | | Parent line not implemented yet
| * Open control implementationThales Lima Oliveira2017-04-1211-80/+208
| |
| * Control import implementation startThales Lima Oliveira2017-04-105-19/+169
| |
| * Control editor export under implementationThales Lima Oliveira2017-04-0833-116/+203
| | | | | | | | File handling
| * generic controls gui implementedThales Lima Oliveira2017-04-077-24/+141
| |
| * Io form under implementationThales Lima Oliveira2017-04-0613-15/+1436
| |
| * Gain implementedThales Lima Oliveira2017-04-0415-13/+1124
| | | | | | | | Implement io: https://ideone.com/0HDBVd
| * Constant implementedThales Lima Oliveira2017-04-0117-30/+1307
| | | | | | | | Missing: gain and io
| * Exponencial implementedThales Lima Oliveira2017-03-3111-22/+1089
| |
| * Exponencial under implementationThales Lima Oliveira2017-03-3022-34/+5023
| |
| * Multiplier under implementationThales Lima Oliveira2017-03-244-64/+117
| |
| * Multiplier implementation startThales13302017-03-093-0/+26
| |
| * Sum implementedThales13302017-03-098-23/+150
| |
| * Sum form implementation startThales13302017-03-088-7/+109
| |
| * Sum implementation startThales13302017-03-0712-13/+980
| |
| * Connection line fully implementedThales13302017-03-065-48/+110
| | | | | | | | Bug on delete a chid line and update points
| * Delete element implementedThales13302017-03-048-43/+172
| |
| * More connection line methods implementedThales13302017-03-0314-43/+352
| |
| * Connection line implementation startThales13302017-02-2411-73/+134
| |
| * Node bug fixes, tf form implementedThales13302017-01-2814-26/+1197
| |
| * several control elements methods implementedThales13302017-01-2716-93/+1018
| | | | | | | | Node position buggy
| * Get superscript implementedThales13302017-01-263-4/+18
| |
| * Several graphic tools implemented, tf startThales13302017-01-2516-36/+214
| |
| * Control editor implementation startThales13302017-01-2415-198/+473
| |
| * Some translation fixedThales Lima Oliveira2017-01-202-48/+51
| |
| * Button click event trigger implementedThales Lima Oliveira2017-01-209-290/+1035
| |
| * ControlButton fixedThales13302017-01-206-69/+120
| |