summaryrefslogtreecommitdiffstats
path: root/Project/Bus.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Some class enum implementationThales Lima Oliveira2020-06-061-9/+11
| | | | 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-0/+67
| | | | | | 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-1/+8
| | | | A formal filter element must be implemented in future
* Frequency response implementedThales Lima Oliveira2019-04-261-11/+19
| | | | Need a form
* File handling and control initialization organizedThales Lima Oliveira2018-01-081-1/+3
|
* Some power element file hand. organizedThales Lima Oliveira2018-01-051-0/+84
|
* Add copyright on files and documentation updateThales Lima Oliveira2017-10-051-0/+17
|
* COI (center of inertia) implementedThales Lima Oliveira2017-08-301-2/+6
| | | | See Milano's book p. 342
* Removing sync generator is now working, bus plot implementedThales Lima Oliveira2017-05-291-19/+31
|
* 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
* Some class organizationThales13302017-01-101-2/+2
|
* Text bugs fixedThales13302017-01-051-1/+1
|
* Fast data visualization implementedThales13302017-01-021-63/+92
|
* Copy paste implementedThales Lima Oliveira2016-12-291-1/+8
| | | | Some bugs on the text
* Bus line and transformer copy/paste implementedThales13302016-12-281-1/+1
| | | | | Next step is try to generalize. Some graphical implementations in this commit.
* Many elements save implementedThales13302016-12-121-1/+1
|
* Bus form under implementation [2]Thales13302016-09-121-8/+16
|
* Bus form under implementationThales13302016-09-091-0/+13
|
* Movementation and rotation fixedThales Lima Oliveira2016-09-071-3/+1
|
* Counter clockwise rotation implementedThales13302016-09-061-6/+10
|
* generator under implementationThales13302016-09-011-68/+1
|
* Transformer completeThales Lima Oliveira2016-08-311-3/+5
|
* TransformerThales13302016-08-301-1/+1
|
* Delete implementedThales13302016-08-291-0/+1
|
* Line fixedThales13302016-08-241-12/+63
|
* Rectangle intersection on bus failThales13302016-08-231-5/+24
|
* Line improvements, context menu implementedThales13302016-08-181-1/+8
| | | | Line still under construction, contex menu base implemented
* Start Power Line implementationThales13302016-08-081-5/+2
| | | | gogogogo
* Some minor fixesThales Lima Oliveira2016-08-071-7/+11
|
* Bus implemented, selection not workingThales13302016-08-031-19/+25
| | | | Selection to move fail
* More controllers add to busThales Lima Oliveira2016-08-031-5/+55
| | | | Next step: move elements
* Bus controllers under implementationThales13302016-08-021-9/+85
| | | | Events handler removed
* Adding the basics graphics elementsThales Lima Oliveira2016-07-301-0/+19
The base is done, bus under contruction