Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy directory as well #10

Merged
merged 1 commit into from Jan 19, 2016
Merged

Conversation

sjoelund
Copy link
Member

No description provided.

@OpenModelica-Hudson
Copy link
Member

The tests run correctly according to OpenModelica_TEST_PULL_REQUEST 2016-01-19_08-44-37.

@OpenModelica-Hudson OpenModelica-Hudson merged commit 589202e into OpenModelica:master Jan 19, 2016
OpenModelica-Hudson added a commit that referenced this pull request Feb 10, 2016
  > Merge pull request #10 from rfranke/win
OpenModelica-Hudson added a commit that referenced this pull request Feb 23, 2016
  > 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.
sjoelund added a commit to sjoelund/OpenModelica that referenced this pull request Apr 3, 2019
@sjoelund sjoelund deleted the fmi-fix branch June 5, 2019 06:33
OpenModelica-Hudson pushed a commit that referenced this pull request Jun 22, 2021
* libraries 2ed924a...4d883a2 (1):
  > Move PetriNets, PowerSystems and SystemDynamics to core libraries (#10)
mahge added a commit that referenced this pull request Oct 14, 2022
  - Our xml parser (expat) does not seem to parse newlines in xml attributes.
    So change
      - all new lines `(\n)` to their xml value `
`
      - all carrage returns `(\r)` to their xml value `
`

    before writing them to the xml files.

    It might be some settting we have to set for expat. Maybe someone who
    knows expat can suggest an alternative.

  - Fixes #9429.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants