summaryrefslogtreecommitdiffstats
path: root/Project/ControlEditor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Some class enum implementationThales Lima Oliveira2020-06-061-75/+80
| | | | Just for better code design: https://docs.microsoft.com/pt-br/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/enumeration-classes-over-enum-types
* OpenGL bugfixes and wxGC port alternative initThales Lima Oliveira2020-06-021-2/+2
| | | | | | OpenGL major bugfixes; Device context port alternative to OpenGL code init (WorkspaceDC). Some machines don't support OpenGL 3+; Fixed some issues with MSVC.
* Math Expression implementedThales Lima Oliveira2017-12-311-1/+1
|
* Math expression solver implementedThales Lima Oliveira2017-12-211-0/+1
|
* Math expr GUI implementedThales Lima Oliveira2017-12-201-0/+2
|
* Several implementations on math expression blockThales Lima Oliveira2017-12-191-30/+31
|
* Fixed textures bug on linuxThales Lima2017-10-251-4/+4
|
* Text element reimplementedThales Lima Oliveira2017-10-231-34/+42
|
* Several changes and bugfixes to compile the program on linux ↵Thales Lima2017-10-211-10/+10
| | | | (ubuntu-xenial-amb64)
* Divider save bug fixedThales Lima Oliveira2017-10-111-14/+15
| | | | | Control icons updated Version to download updated
* Divider control element implementedThales Lima Oliveira2017-10-091-0/+11
| | | | | | Abstract class math operations implemented Divider need to be redesigned Expor/import divider functions implemented but supressed
* MIMO fully implementedThales Lima Oliveira2017-10-071-20/+17
| | | | | Electromechanical adjusted Some control editor bugfixes
* Several new implementation, not workingThales Lima Oliveira2017-10-061-1/+9
|
* Add copyright on files and documentation updateThales Lima Oliveira2017-10-051-0/+17
|
* Open file .psp implementedThales Lima Oliveira2017-09-191-15/+21
| | | | Several directories bugfixes
* Unit data and control import bugs fixedThales Lima Oliveira2017-05-291-12/+15
|
* Sync generator control fixedThales Lima Oliveira2017-05-161-0/+4
|
* Control test and sync generator control implementedThales Lima Oliveira2017-05-151-86/+106
| | | | Text buggy when opens
* Merge pull request #32 from Thales1330/wip/controller-solverThales Lima Oliveira2017-05-131-34/+72
|\ | | | | Wip controller solver
| * Several bugs fixed, ready to pullThales Lima Oliveira2017-05-131-39/+32
| |
| * Initialization implementedThales Lima Oliveira2017-05-111-31/+36
| |
| * Several solutions implementedThales Lima Oliveira2017-05-091-2/+10
| |
| * Secondary branch, TF and limiter solutionThales Lima Oliveira2017-05-081-18/+43
| | | | | | | | much work, such results
| * Streight control solver implementedThales Lima Oliveira2017-05-061-0/+2
| | | | | | | | Buggy, running 2x... Why??
| * Control solver class createdThales Lima Oliveira2017-05-041-1/+6
| | | | | | | | Just the basics methods implemented
* | Added DegreesAndRadians.h and included conditional compilation in some files ↵Roní Gonçalves2017-05-071-0/+3
|/ | | | in order to allow compiling this project using wxWidgets-3.0.x
* Chart view implementedThales Lima Oliveira2017-05-031-10/+10
|
* More methods implementedThales Lima Oliveira2017-04-271-1/+25
| | | | buggy
* wxMathPlot implemented on chart viewThales Lima Oliveira2017-04-251-0/+10
|
* Export/Import implementedThales Lima Oliveira2017-04-201-0/+15
|
* Connection line import under implementationThales Lima Oliveira2017-04-171-2/+14
| | | | Parent line not implemented yet
* Open control implementationThales Lima Oliveira2017-04-121-0/+16
|
* Control import implementation startThales Lima Oliveira2017-04-101-0/+3
|
* Control editor export under implementationThales Lima Oliveira2017-04-081-13/+26
| | | | File handling
* Io form under implementationThales Lima Oliveira2017-04-061-2/+6
|
* Gain implementedThales Lima Oliveira2017-04-041-2/+5
| | | | Implement io: https://ideone.com/0HDBVd
* Constant implementedThales Lima Oliveira2017-04-011-2/+5
| | | | Missing: gain and io
* Exponencial implementedThales Lima Oliveira2017-03-311-4/+7
|
* Exponencial under implementationThales Lima Oliveira2017-03-301-20/+28
|
* Sum implementedThales13302017-03-091-1/+14
|
* Sum implementation startThales13302017-03-071-8/+13
|
* Connection line fully implementedThales13302017-03-061-39/+54
| | | | Bug on delete a chid line and update points
* Delete element implementedThales13302017-03-041-1/+75
|
* More connection line methods implementedThales13302017-03-031-7/+117
|
* Node bug fixes, tf form implementedThales13302017-01-281-2/+18
|
* several control elements methods implementedThales13302017-01-271-11/+35
| | | | Node position buggy
* Several graphic tools implemented, tf startThales13302017-01-251-6/+117
|
* Control editor implementation startThales13302017-01-241-77/+204
|
* Button click event trigger implementedThales Lima Oliveira2017-01-201-45/+76
|
* ControlButton fixedThales13302017-01-201-65/+101
|