Directory OMNotebook/3Dpkg/

Directory Created:
2008-10-02 20:55
Directory Deleted:
2012-01-11 16:01
Total Files:
0
Deleted Files:
7
Lines of Code:
0

[root]/OMNotebook/3Dpkg

Lines of Code

OMNotebook/3Dpkg/ Lines of Code

Developers

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

Most Recent Commits

sjoelund.se 2012-01-11 16:01 Rev.: 10882

- Removed OMPlotWindow as it uses the old plot commands

0 lines of code changed in 7 files:

  • OMNotebook/3Dpkg: 3Dpkg.vcproj (del), 3Dpkg.vcxproj (del), 3Dpkg.vcxproj.filters (del), SimulationData.cpp (del), SimulationData.h (del), VisualizationWidget.cpp (del), VisualizationWidget.h (del)
sjoelund.se 2011-02-23 11:33 Rev.: 7984

- 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:

  • OMNotebook/3Dpkg: VisualizationWidget.cpp (+5 -4)
sjoelund.se 2011-01-09 19:37 Rev.: 7667

- Tabs to spaces

785 lines of code changed in 4 files:

  • OMNotebook/3Dpkg: SimulationData.cpp (+448 -448), SimulationData.h (+61 -61), VisualizationWidget.cpp (+248 -248), VisualizationWidget.h (+28 -28)
sjoelund.se 2011-01-07 10:33 Rev.: 7662

- 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:

  • OMNotebook/3Dpkg: SimulationData.cpp (+524 -524), SimulationData.h (+72 -72), VisualizationWidget.cpp (+271 -271), VisualizationWidget.h (+34 -34)
Ariel.Liebman 2010-07-16 07:08 Rev.: 5864

changed #include <Qt/qdom.h> to #include <QtXml/qdom.h>. Caused problem in compilation of OMNotebook

4 lines of code changed in 1 file:

  • OMNotebook/3Dpkg: SimulationData.h (+4 -4)
adrpo 2010-06-29 08:10 Rev.: 5740

- 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:

  • OMNotebook/3Dpkg: 3Dpkg.vcxproj (new 100), 3Dpkg.vcxproj.filters (new 34)
sjoelund.se 2010-04-25 22:28 Rev.: 5385

- Added new configure option --with-Coin (Coin disabled by default).

48 lines of code changed in 4 files:

  • OMNotebook/3Dpkg: SimulationData.cpp (+4), SimulationData.h (+4), VisualizationWidget.cpp (+36 -18), VisualizationWidget.h (+4 -2)
adrpo 2010-01-22 01:45 Rev.: 4852

- updated Copyright (c) text to 2010

4 lines of code changed in 4 files:

  • OMNotebook/3Dpkg: SimulationData.cpp (+1 -1), SimulationData.h (+1 -1), VisualizationWidget.cpp (+1 -1), VisualizationWidget.h (+1 -1)
adrpo 2008-12-08 07:24 Rev.: 3766

- 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:

  • OMNotebook/3Dpkg: VisualizationWidget.cpp (+2 -2)
dietmarw 2008-11-02 18:35 Rev.: 3732

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:

  • OMNotebook/3Dpkg: 3Dpkg.vcproj (+201 -201), SimulationData.cpp (+627 -626), SimulationData.h (+116 -115), VisualizationWidget.cpp (+361 -360), VisualizationWidget.h (+79 -78)
adrpo 2008-10-25 12:53 Rev.: 3715

- Linux modifications to sendData & Qt plotting

1 lines of code changed in 1 file:

  • OMNotebook/3Dpkg: SimulationData.h (+1 -1)
ericmeyers 2008-10-19 17:47 Rev.: 3699

- 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:

  • OMNotebook/3Dpkg: VisualizationWidget.cpp (+22 -2), VisualizationWidget.h (+4)
adrpo 2008-10-03 02:05 Rev.: 3675

- Linux fixes for SimulationData.h (wrong case in imports!)

5 lines of code changed in 1 file:

  • OMNotebook/3Dpkg: SimulationData.h (+5 -5)
adrpo 2008-10-02 20:55 Rev.: 3657

- 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:

  • OMNotebook/3Dpkg: 3Dpkg.vcproj (new 201), SimulationData.cpp (new 626), SimulationData.h (new 115), VisualizationWidget.cpp (new 340), VisualizationWidget.h (new 74)
Generated by StatSVN 0.7.0