summaryrefslogtreecommitdiffstats
path: root/Project/Bus.h
Commit message (Collapse)AuthorAgeFilesLines
* Some class enum implementationThales Lima Oliveira2020-06-061-5/+5
| | | | 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-1/+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.
* Power quality fully implementedThales Lima Oliveira2019-04-261-0/+1
| | | | A formal filter element must be implemented in future
* Frequency response implementedThales Lima Oliveira2019-04-261-1/+3
| | | | Need a form
* THD implementedThales Lima Oliveira2019-04-251-0/+5
|
* File handling and control initialization organizedThales Lima Oliveira2018-01-081-1/+1
|
* Some power element file hand. organizedThales Lima Oliveira2018-01-051-0/+3
|
* A lot of documentation writtenThales Lima Oliveira2017-10-061-0/+7
|
* Add copyright on files and documentation updateThales Lima Oliveira2017-10-051-1/+18
|
* Data report implementation startThales Lima Oliveira2017-09-061-0/+2
|
* Removing sync generator is now working, bus plot implementedThales Lima Oliveira2017-05-291-8/+10
|
* Events implementedThales Lima Oliveira2017-05-221-1/+1
| | | | | | | Effects on adimittance matrix and elements: ->Fault on bus; ->Generation/Load switching; ->Branch switching.
* Some class organizationThales13302017-01-101-2/+2
|
* Fast data visualization implementedThales13302017-01-021-1/+2
|
* Copy paste implementedThales Lima Oliveira2016-12-291-0/+1
| | | | Some bugs on the text
* Multiline text implementedThales13302016-12-071-4/+10
| | | | text update still under implementation
* Validation implementedThales13302016-11-041-0/+1
|
* Power flow validate method under implementationThales13302016-11-031-3/+9
|
* Generator form implementedThales13302016-09-231-1/+1
|
* Bus form under implementation [2]Thales13302016-09-121-1/+29
|
* Bus form under implementationThales13302016-09-091-0/+2
|
* Counter clockwise rotation implementedThales13302016-09-061-1/+1
|
* Line improvements, context menu implementedThales13302016-08-181-1/+2
| | | | Line still under construction, contex menu base implemented
* Line under implementationThales13302016-08-091-1/+1
|
* Start Power Line implementationThales13302016-08-081-1/+2
| | | | gogogogo
* Some minor fixesThales Lima Oliveira2016-08-071-0/+1
|
* Bus implemented, selection not workingThales13302016-08-031-1/+2
| | | | Selection to move fail
* More controllers add to busThales Lima Oliveira2016-08-031-2/+2
| | | | Next step: move elements
* Bus controllers under implementationThales13302016-08-021-0/+1
| | | | Events handler removed
* Adding the basics graphics elementsThales Lima Oliveira2016-07-301-0/+18
The base is done, bus under contruction