Skip to content

Commit

Permalink
* OMEdit 9dd37a1...41e95e9 (138):
Browse files Browse the repository at this point in the history
  > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
  > Fixes #3311. Read the __OpenModelica_infoHeader annotation and use it in nested classes.
  > Merge commit '19c42f3695c96c174fa890341650f7fe8dd863b4' as 'tidy'
  > Fixes #3708. Call prepareGeometryChange to avoid unnecessary paint events.
  > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
  > Fixes #3706. Don't check components because we should not display class as missing one of components class is missing.
  > Enhancements for #3690. Calculate "Number of Intervals" and "Interval" automatically. Enable/disable fields depending on the option selected.
  > Fixes #3702. When user has changed the class name then update LibraryTreeItem.
  > Fixes #3698. Don't try to merge AST just replace it.
  > Only set the text when it is really new.
  > Fixes #3607. Print message when checkModel & instantiateModel are successful.
  > Fixes #3690. Added interval in the simulation dialog.
  > Fixes #3683. Update connections when component is deleted.
  > Fixes #3683. Update the component name in connections list when renameComponentInClass is used.
  > Fixes #3686. Center on the CoOrdinateSystem properly.
  > Fixes #3376. Added a command prompt for windows.
  > Use the OMCInterface instead of sendCommand.
  > Remove RCS-id from header files.
  > Remove RCS-id from source files.
  > Use isSimulationAllowed for updateBindings.
  > Fixes #3673. Added button for infer bindings.
  > Merge pull request #10 from rfranke/win
  > Fixes #3630 Don't use diffModelicaFileListings when user manually edits in text view.
  > Make C the default target language
  > Fixes #3670. Set Target Compiler and Target Language flags.
  > Added a settings option to enable/disable preserve indentation
  > Fixes #3667. Added keyboard shortcuts for ordering classes.
  > Merge pull request #9 from dietmarw/about
  > Fixes #3665. Allow html display and clickable links for class comment.
  > Fixes #3663. Renamed View Class to Open Class.
  > Fixes #3665. Added component comment to the tooltip.
  > Fixes #3665. Added the component class description to parameters dialog.
  > Remove unnecessary colon.
  > Run lupdate
  > Show the description of solvers when user mouse over the solver drop down.
  > Disable indentation-preserving unparsing
  > Fixes #3654. Show default icon for components without icon annotation.
  > Fixes #3648. Fixed spelling mistake.
  > Merge pull request #7 from dietmarw/fixSpelling
  > Merge pull request #6 from dietmarw/master
  > Fixes #3607. Reset messages before checking, instantiation & simulation.
  > Fixes 3620. Allow deleting classes through del key.
  > Fixed #3604. Send the name change request into the depths recursively.
  > Fixes #3585. Fixed creating class within a package.
  > Russian translations by Andrey Lavrentyev
  > Fixed crash when adding DynamicPipe to model.
  > Merge pull request #5 from hkiel/omedit_documentation_zoom
  > Don't match parentheses within comments and quotes sections. This default behavior can be changed in settings.
  > Fix saving of debug configurations.
  > Check correct extents.
  > Updated the classes if needed before saving them.
  > Always draw the connectors on top.
  > Make sure group image is displayed.
  > List the parameters based on 3 conditons, 1. Has a parameter prefix 2. Has a start/fixed binding 3. Has dialog annotation
  > Added a missing semi-colon.
  > #2391. Create a default initialization section to use.
  > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
  > Enhanced the array connection dialog to allow connecting if root component is also array.
  > #3447. Added path for msvc simulation executables.
  > Fixes #3580. Start component name could be an array.
  > Fix compilation of Modelica models on Linux.
  > Merge pull request #4 from perost/variantfix
  > Use the correct CoordinateSystem for Component boundingRect.
  > Always add CoOrdinateSystem values if they are different from default.
  > Fix for #3425. Keep the indentation while copying.
  > Fix builds.
  > Reduce the height of simulation messages.
  > Fix for #3404. Menu options to open working directory and terminal.
  > Fix for #3576. Allow exporting different types of FMUs.
  > Merge pull request #3 from adeas31/indentation
  > - update OMCProxy due to changes in API for #3417
  > -Editing of external model parameters -Editable start command so user can specify any command they wanted
  > Read operations before checking how many they are
  > Rename Plot.h to OMPlot.h
  > Bump for latest qmake.m4
  > Fixes #3408. Set the origin item to bottom so that the connectors located at center of the component can be used.
  > fix #3504, build with qt4 even if qt5 exists
  > Fix OSX paths
  > Try to fix OSX install_name_tool path
  > add the path to cpp libraries when simulating
  > Merge pull request #1 from hkiel/ignorefiles
  > Use the configure CXX, etc instead of defaults
  > Fixed the system documentation link. Removed the link to old users guide.
  > Fix #3380: Properly save the replaceable nested classes.
  > Fixed copying of libqjson.
  > Removed duplicate copy commands.
  > - copy libqjson.dll from its new place to build/bin - more Qt5 adaptation - use the linking flags just for linking, not for compiling
  > - give the full path to cmake
  > - fix OMEdit compilation
  > - adapt to Qt5 and mingw64 - updated qjson to latest from: https://github.com/flavio/qjson
  > #3374 - Added the close button to tabs.
  > #3373 - Give more stack on Windows for the QT clients that use the omc dll.
  > #3362 - Updated the question message according to context menu choice.
  > #3362 - Use delete for nested classes instead of unload.
  > - Store the interfaces in OMEdit and show list of interfaces for each sub-model
  > Fetch the initialization methods, linear & non-linear solvers from simulation_options.h
  > Open the html documentation for integration methods help.
  > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
  > Fetch the solver methods from simulation_options.h
  > Open the HTML based documentation when user presses F1. We will embed the documentation with in OMEdit later.
  > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
  > Added menu items to open the OpenModelica latest & old pdf documentation.
  > Free the memory by deleting the QMessageBoxes when they close.
  > Updated the language files.
  > Ask for the e-mail address from the user when sending crash report.
  > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
  > Fixed opening of files passed as command line arguments.
  > Fixed getTLMComponents. Generate default annotation for sub-models that doesn't have any. Some source code documentation.
  > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
  > Added API structure for managing the meta-model xml data. Create directories for the sub-models and save their respective model files in them while saving the meta-model xml.
  > Generate directories for sub models when saving meta-model.
  > Fixed the ModelFile attribute of meta-model editor.
  > #3354 - Allowing changing the shapes stacking order.
  > #3352 - Allow creating new result file when doing re-simulation.
  > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
  > Use mono-space font for Output.
  > #3346 Added the camel case for components name.
  > Moved co-simulation files to TLM directory.
  > Merge branch 'master' of https://github.com/OpenModelica/OMEdit
  > Fetch interface data in a thread.
  > - Updated common submodule.
  > - Added GUI for fetch interface data.
  > Fetch interface data for TLM co-simulation.
  > Make External model useful for meta modeling. Delete the OriginItem when the component is deleted.
  > Added TLM co-simulation in the Libraries Browser context menu. Allow opening TLM co-simulation output window from TLM co-simulation setup.
  > - Moved some files to appropriate directories.
  > - Show the status of simulation in the Archived simulations list.
  > - TLM plugin log file named has changed.
  > - Another stupid typo.
  > - Fixed stupid typo.
  > - No hover events in Component so no need to enable hover tracking. - Minor formatting & documentation in ModelWidgetContainer.cpp.
  > - Check for existing LibraryTreeNode and display error if already exists.
  > - Allow loading external models for TLM meta-modeling.
  > - Use the preserve aspect ratio and initial scale of the component instead of the layer.
  > - Make the text readable when component has flipping/rotation.
  > - Visualize the Component origin with cross.
  > #3123 - Fixed the Component flipping issues.
  > - Use LF as eol to keep things uniform.
  • Loading branch information
OpenModelica-Hudson committed Feb 23, 2016
1 parent 481d9f4 commit 0719fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit
Submodule OMEdit updated 128 files

0 comments on commit 0719fbd

Please sign in to comment.