[root]/OMNotebook/3Dpkg
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 42 (100.0%) | 4655 (100.0%) | 110.8 |
sjoelund.se | 20 (47.6%) | 1739 (37.4%) | 86.9 |
adrpo | 14 (33.3%) | 1502 (32.3%) | 107.2 |
dietmarw | 5 (11.9%) | 1384 (29.7%) | 276.8 |
ericmeyers | 2 (4.8%) | 26 (0.6%) | 13.0 |
Ariel.Liebman | 1 (2.4%) | 4 (0.1%) | 4.0 |
- Removed OMPlotWindow as it uses the old plot commands
0 lines of code changed in 7 files:
- Use the correct loadModel command in Examples/3D_BouncingBall3D.onb
- Fixed a flickering issue with the visualization issue by right-justifying the text so it doesn't jump around a lot; also increased the default size of the widget so it does not resize all the time
5 lines of code changed in 1 file:
- Tabs to spaces
785 lines of code changed in 4 files:
- Replaced tab characters with 2 spaces (mostly in C sources since Eclipse/MDT usually manages to avoid using tabs)
$ svn diff Compiler/ | grep ^- | grep -v ^--- | wc -l
4771
$ svn diff c_runtime/ | grep ^- | grep -v ^--- | wc -l
13365
$ svn diff OMNotebook/ | grep ^- | grep -v ^--- | wc -l
17341
$ svn diff OMShell/ | grep ^- | grep -v ^--- | wc -l
582
901 lines of code changed in 4 files:
changed #include <Qt/qdom.h> to #include <QtXml/qdom.h>. Caused problem in compilation of OMNotebook
4 lines of code changed in 1 file:
- update the Visual Studio projects to VS2010
- it seems vcproj has a vcxproj counterpart and there are some other new files too
- renamed ext.exe and ext.pdb to OMPlotWindow.exe and OMPlotWindow.pdb
- rebuild all Qt clients: OMShell, OMNotebook, OMPlotWindow
134 lines of code changed in 2 files:
- Added new configure option --with-Coin (Coin disabled by default).
48 lines of code changed in 4 files:
- updated Copyright (c) text to 2010
4 lines of code changed in 4 files:
- fixed a mistake in Absyn.EQ/ALG_FAILURE/EQUALITY, they should
contain EquationItem and AlgorithmItem as built by the parser
- got rid of function removal on loading as we can do it based
on build time: Ceval, ClassLoader, Interactive, Inst, Static
- beautifying dumping of MetaModelica code and handle also the
equality and failure equations.
- remove the .sig and .srz files on clean
- fixed a bug with modifications merging (see Modification6.mo)
- System__hash improved plus now considering the entire string
+ RefinedSimpleCircuitValid.mo changes due to different hashing.
- more homogeneous function documentation strings here and there
- small changes to sendData, OMNotebook and ext(ernal plotter).
2 lines of code changed in 1 file:
Formal clean up of all code files:
* applied svn:eol-style native to all files except Compiler/*.mo --> LF
* unified the eol-style of ALL files (this was necessary in order to set the svn properties
* unification was done by a script which also removed all trailing whitespaces (except for all files in testsuite as white spaces are necessary to successful compare the results, could be improved maybe)
* make clean all test --> success on Ubuntu Linux 8.10, proably a good idea to run it for the other platforms as well.
* FYI: script to remove trailing white spaces: http://is.gd/5A6B
1384 lines of code changed in 5 files:
- Linux modifications to sendData & Qt plotting
1 lines of code changed in 1 file:
- find readline on OS X (configure)
- added VisualizationWidget to the ext project pro file
- neutered the SoQt stuff on OSX until we get it working
- added -framework Carbon and -lz to systemimpl for OS X compatibilty with Qt
26 lines of code changed in 2 files:
- Linux fixes for SimulationData.h (wrong case in imports!)
5 lines of code changed in 1 file:
- updated OMSNotebook solution to MSVC 2008
- added the new 3D package based on Coin3D
- added and updated the Corba generated files to version MICO 2.3.13
- updated the readmes
- fixed a problem with URL links not being valid in the new Qt 4.4.2
- fixed a bunch of bugs
- moved the Qt 4.4.2, SoQt and Coin3D DLLs to OpenModelica\Compiler\VC7\Setup\bin
1356 lines of code changed in 5 files: