summaryrefslogtreecommitdiffstats
path: root/Project/Line.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Device context implementedThales Lima Oliveira2020-06-131-7/+7
|
* 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-12/+86
| | | | | | OpenGL major bugfixes; Device context port alternative to OpenGL code init (WorkspaceDC). Some machines don't support OpenGL 3+; Fixed some issues with MSVC.
* File handling and control initialization organizedThales Lima Oliveira2018-01-081-37/+183
|
* Several changes and bugfixes to compile the program on linux ↵Thales Lima2017-10-211-3/+3
| | | | (ubuntu-xenial-amb64)
* Add copyright on files and documentation updateThales Lima Oliveira2017-10-051-0/+17
|
* Open file .psp implementedThales Lima Oliveira2017-09-191-12/+15
| | | | Several directories bugfixes
* More grid data implementedThales Lima Oliveira2017-09-081-62/+50
| | | | Some fault bugfixes
* Data report implementation startThales Lima Oliveira2017-09-061-18/+96
|
* COI (center of inertia) implementedThales Lima Oliveira2017-08-301-28/+30
| | | | See Milano's book p. 342
* Events implementedThales Lima Oliveira2017-05-221-10/+10
| | | | | | | Effects on adimittance matrix and elements: ->Fault on bus; ->Generation/Load switching; ->Branch switching.
* Connection line implementation startThales13302017-02-241-35/+0
|
* Several bugfixes on power elementsThales13302017-01-061-1/+1
|
* Text bugs fixedThales13302017-01-051-7/+7
|
* Text element optimizated, but buggyThales13302017-01-031-3/+9
| | | | Element/parent search buggy
* Fast data visualization implementedThales13302017-01-021-6/+31
|
* Parent/child optimization implementedThales13302016-12-291-4/+13
| | | | And others bugfixes.
* Copy paste implementedThales Lima Oliveira2016-12-291-4/+11
| | | | Some bugs on the text
* Bus line and transformer copy/paste implementedThales13302016-12-281-3/+7
| | | | | Next step is try to generalize. Some graphical implementations in this commit.
* File handling implementedThales13302016-12-151-0/+7
|
* Several bus corretedThales13302016-12-081-28/+43
|
* Validation implementedThales13302016-11-041-0/+6
|
* Power flow arrows implementedThales13302016-10-291-1/+53
|
* Transformer form under implementationThales13302016-10-171-287/+268
|
* Nominal voltage bug fixedThales13302016-10-011-4/+94
|
* Line form implemented, voltages corrections under implementationThales13302016-09-301-30/+47
|
* Line form under implementationThales13302016-09-291-0/+11
|
* Fit implementedThales13302016-09-081-0/+15
|
* All elements implemented, switches implementedThales13302016-09-051-1/+15
|
* Motor implementation done, elements classes reorganizedThales Lima Oliveira2016-09-031-152/+1
|
* generator under implementationThales13302016-09-011-2/+2
|
* TransformerThales13302016-08-301-1/+1
|
* Delete implementedThales13302016-08-291-0/+11
|
* Line finally doneThales13302016-08-251-9/+65
|
* Rectangle intersection on bus failThales13302016-08-231-1/+0
|
* Line implementation almost finishedThales Lima Oliveira2016-08-211-15/+115
|
* Line still under implementationThales13302016-08-191-6/+37
|
* Line improvements, context menu implementedThales13302016-08-181-8/+143
| | | | Line still under construction, contex menu base implemented
* Line under implementationThales13302016-08-171-3/+69
|
* Line under implementationThales13302016-08-091-5/+27
|
* Start Power Line implementationThales13302016-08-081-0/+12
gogogogo