summaryrefslogtreecommitdiffstats
path: root/Project/MainFrame.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Voltage heat map implementedThales Lima Oliveira2020-07-071-182/+257
| | | | | | | | | Voltage heat map implemented using modern OpenGL =) New external library required: -GLEW -GLFW -GLM (incorporeted at the source) Old memory leaks fixed =)
* Device context implementedThales Lima Oliveira2020-06-131-4/+4
|
* Some class enum implementationThales Lima Oliveira2020-06-061-3/+3
| | | | 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-10/+34
| | | | | | OpenGL major bugfixes; Device context port alternative to OpenGL code init (WorkspaceDC). Some machines don't support OpenGL 3+; Fixed some issues with MSVC.
* PSP-UFU automated testThales Lima Oliveira2019-10-161-1/+25
|
* Newton bug fixedThales Lima Oliveira2019-07-241-2/+37
|
* Frequency response implementedThales Lima Oliveira2019-04-261-5/+8
| | | | Need a form
* Matpower Importer and power quality calculationThales Lima Oliveira2019-04-251-0/+22
| | | | Power quality in implementation
* Some minor improvementsThales Lima Oliveira2018-04-111-0/+2
|
* .PWF parse implemented, some electrical data set tooThales Lima Oliveira2018-04-031-45/+33
|
* Bus graphics data importedThales Lima Oliveira2018-03-281-0/+1
|
* Import file GUI implementedThales Lima Oliveira2018-03-261-1/+20
|
* Base form files organizedThales Lima Oliveira2017-11-091-1/+1
|
* Shared OpenGL context bug fixedThales Lima2017-10-281-3/+10
|
* Some minor fixes for linux versionThales Lima2017-10-241-2/+2
|
* A lot of text bugfixesThales Lima Oliveira2017-10-241-2/+2
|
* Add copyright on files and documentation updateThales Lima Oliveira2017-10-051-0/+17
|
* Open file .psp implementedThales Lima Oliveira2017-09-191-1/+23
| | | | Several directories bugfixes
* About project implementedThales Lima Oliveira2017-09-141-2/+12
|
* Data report implementation startThales Lima Oliveira2017-09-061-1/+16
|
* Some bugfixesThales Lima Oliveira2017-09-041-1/+17
|
* General settings implementedThales Lima Oliveira2017-08-111-7/+3
| | | | | | A lot of pt-br translation Some forms sizes fixes init file fully implemented
* Model 1 machine fixed, init file under implementationThales Lima Oliveira2017-08-101-1/+8
|
* Stability properties implementedThales Lima Oliveira2017-08-091-4/+12
|
* Settings form implementation startThales Lima Oliveira2017-08-081-34/+40
|
* Electromechanical class and several methods implementedThales Lima Oliveira2017-05-201-1/+8
|
* Control editor implementation startThales13302017-01-241-3/+3
|
* Button click event trigger implementedThales Lima Oliveira2017-01-201-2/+1
|
* Some doc, class restruct and SC power implementedThales13302017-01-181-1/+7
|
* Elements data updateThales13302017-01-101-1/+12
| | | | Elements data update after fault calculation implemented.
* Several bugfixes on power elementsThales13302017-01-061-4/+6
|
* Text bugs fixedThales13302017-01-051-12/+10
|
* Text element optimizated, but buggyThales13302017-01-031-1/+1
| | | | Element/parent search buggy
* Bus open implemented, capacitor buggyThales13302016-12-131-1/+30
|
* Basic save methods implementedThales13302016-12-101-29/+75
|
* Power flow (gs) under implementationThales13302016-11-011-1/+7
|
* All elements forms implementedThales13302016-10-271-2/+4
|
* Capacitor and Inductor forms implementedThales13302016-10-251-6/+9
|
* Transformer form implementedThales13302016-10-181-135/+115
|
* Line form implemented, voltages corrections under implementationThales13302016-09-301-1/+3
|
* Generator form implementedThales13302016-09-231-1/+3
|
* Bus form under implementation [2]Thales13302016-09-121-5/+8
|
* Fit implementedThales13302016-09-081-10/+48
|
* Movementation and rotation fixedThales Lima Oliveira2016-09-071-43/+124
|
* Line implementation almost finishedThales Lima Oliveira2016-08-211-20/+20
|
* Line improvements, context menu implementedThales13302016-08-181-1/+1
| | | | Line still under construction, contex menu base implemented
* Line under implementationThales13302016-08-091-2/+2
|
* Bus implemented, selection not workingThales13302016-08-031-0/+4
| | | | Selection to move fail
* Bus controllers under implementationThales13302016-08-021-2/+1
| | | | Events handler removed
* Cycle dependence fixed.Thales Lima Oliveira2016-08-021-1/+3
| | | | Next step: remove mouse handler