summaryrefslogtreecommitdiff
path: root/src/frontEnd/Application.py
AgeCommit message (Collapse)Author
2016-04-05Bug fixing: Modified code for closing external window from close project buttonfahim-oscad
2016-03-22Closes all the dock areas while exiting a projectathulappadan
2016-03-17Standard plotting functions labels changedathulappadan
2016-03-17Closes all external windows while closing a selected projectathulappadan
2016-03-03Updated name from Exit Project to Close ProjectFahim
2016-03-01Remove all unwanted print commandFahim
2016-02-23Subject: Added Multimeter in Python PlotFahim
Description: Added Multimeter in Python Plot
2016-02-19Subject: Added Confirmation message while exit eSimFahim
Description: Added Confirmation message while exit eSim
2016-02-11Subject: Remove Pspice to Kicad Converter Code.Fahim
Description: Remove Pspice to Kicad Converter Code.
2016-01-22Commented PCB and Footprint editor related code as it will open directly ↵Fahim
from eeschema Modified install-linux.sh to add PPA for Kicad-4
2015-10-19Subject: Modified Kicad import Library codeFahim
Description: Handle exception if error occurs while converting schematic. Added condition for cancel button.
2015-10-16Subject: Modification for Pspice to Kicad converterFahim
Description: Modification for Pspice to Kicad converter.
2015-10-15Added XML for NghdlFahim
2015-10-15Modify the calling method of nghdlFahim
2015-10-15Subject: Changes to include PSPICE to Kicad parserFahim
Description: Changes to include PSPICE to Kicad parser
2015-10-01Subject: Changes in Application.py,Validation.py andFahim
NgspicetoModelica.py Description: In Application.py rewrite the error message for openModelica if it is not installed.Simillarly for nghdl. In Validation.py a new function ValidateTool is added which will check if any tool like openModelica or nghdl is installed.
2015-09-22Nghdl Processes Terminatedkomalsheth236
2015-09-22Subject: Integrated OpemModelica Changes into develop branchFahim
Description: Integrated OpemModelica Changes into develop branch
2015-09-10Nghdl icon addedathulappadan
2015-07-31Subject: Added module for user manualfahim
Description: Added module for user manual
2015-07-31Subject: Updated Welcome page of eSim.fahim
Description: Updated Welcome page of eSim.
2015-07-29Subject: Set Welcome and Note area ReadOnlyfahim
Description: Set Welcome and Note area ReadOnly
2015-07-28Kicad to NgSpice conversion opens in dock areaxoher
2015-07-28Kicad to NgSpice conversion opens in dock areaxoher
2015-06-29Logo bug fixed,and Splash screen waits for one second after workspace windowxoher
2015-06-29Splash screen closes on closing workspace windowxoher
2015-06-29Code cleanup for Application and Workspace filesxoher
2015-06-29Workspace window appears before the main window with splash screen in the ↵xoher
background
2015-06-25GUI changes for Dock Area, added FOSSEE logoTanay Mathur
2015-06-23Added subcircuit functionalityTanay Mathur
2015-06-17Subject: Changes location of image directory just to make it easy duringfahim
packaging Description: Did the neccessary changes in python file to read the images from new location
2015-06-08Subject: modelEditor changes for upload libraryfahim
Description: modelEditor changes for upload library
2015-06-08Subject: Added Note Area changesfahim
Description: Added Note Area Changes
2015-06-05Subject: Changes in device library,ModelEditor.py,Convert.py. Added morefahim
kicad library Description: Changes in device library,ModelEditor.py,Convert.py. Added more
2015-06-02Subject: Added cd to project directory in xterm.fahim
Description: This is done in order to avoid copying plot data file to project And also to make sure ngspice project get access its library used in netlist
2015-06-02Subject: CSS changesfahim
Description: CSS changes
2015-06-01Subject: Adding changes for Model Editorfahim
Description: Adding Changes for Model Editor
2015-05-26Subject: Completed Python Plottingfahim
Description: Completed Python Plotting
2015-05-19Subject: Added NgSpice window inside dock area.fahim
Description: Added NgSpice window inside dock area.
2015-05-18Subject: Make changes in openNgSpice functionfahim
Description:Make changes in openNgSpice function
2015-05-15Subject: Updated openNgspice functionfahim
Description: updated openNgspice function. Added return value which will be used to call python plotting function
2015-05-14Subject: openNgspice function completedfahim
Description: openNgspice function completed
2015-05-13Subject: Added python plotting as dock widgetfahim
Description: Added python plotting as dock widget
2015-05-13Project Explorer Compeletedkomalsheth236
2015-05-08Subject: Added DockAreafahim
Description: Added DockArea.py and modify Application.py to handle DockArea.
2015-05-06Subject: Modify Appconfig and Project Explorerfahim
Description:
2015-05-05Project Explorer Completedkomalsheth236
2015-05-05Analog Models AddedGauravSupal
2015-04-30Subject: Modified Application.pyfahim
Description: Created new framework for main Application.py
2015-04-22Subject: Added Device Libarary Tab.Few Changes in Workspace class.fahim
Description: Completed the Device Library auto creation of Widget. Added the information to schematicInfo.Hence to the final ".cir.out" file. Added sample device library. Deleted/Comment unwanted print statement. Added details of function in the comment.