[root]/OMNotebook/Pltpkg2
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 292 (100.0%) | 25568 (100.0%) | 87.5 |
x06hener | 118 (40.4%) | 12447 (48.7%) | 105.4 |
adrpo | 64 (21.9%) | 6925 (27.1%) | 108.2 |
dietmarw | 29 (9.9%) | 5284 (20.7%) | 182.2 |
sjoelund.se | 80 (27.4%) | 910 (3.6%) | 11.3 |
ericmeyers | 1 (0.3%) | 2 (0.0%) | 2.0 |
- Removed OMPlotWindow as it uses the old plot commands
0 lines of code changed in 38 files:
- Tabs to spaces
136 lines of code changed in 16 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
773 lines of code changed in 25 files:
- 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
491 lines of code changed in 2 files:
- Added new configure option --with-Coin (Coin disabled by default).
1 lines of code changed in 1 file:
- some fixes to plotting while simulating
- disable some logging.
- updates to ext and OMNotebook
32 lines of code changed in 1 file:
- fixes for enableSendData
166 lines of code changed in 1 file:
- updated Copyright (c) text to 2010
28 lines of code changed in 28 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).
508 lines of code changed in 6 files:
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
5284 lines of code changed in 29 files:
- had to rename build/lib/libQt[NAME].a to build/lib/libQt[NAME]-mingw.a
so that they don't interfere with Linux Qt libs.
- changed ext.vcproj and trunk.vcproj to copy the executables and *.xml to build/bin
- new OMNotebook.exe and ext.exe
1 lines of code changed in 1 file:
- Linux modifications to sendData & Qt plotting
1689 lines of code changed in 2 files:
- 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
2 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
584 lines of code changed in 4 files:
- fixes for Linux compilation of OMNotebook
- fixes to the project files
- fixes for resource files
- do not ask to convert files
- look for the omc_tmp_plot.png image both in
$OPENMODELICAHOME/tmp and in the current directory.
- new OMNotebook & ext window
3370 lines of code changed in 18 files:
*More missing files added..
261 lines of code changed in 2 files:
*More filename changes
248 lines of code changed in 4 files:
*Added some missing files
*Prevented overwriting of files in some cases
*Fixed some filenames
474 lines of code changed in 5 files:
*Now possible to save images from external plot windows
*Added support for the plotAll() command
*Data points are now not enabled by default
*Improved stability
110 lines of code changed in 6 files:
*Added a toolbar in OMNotebook
*Added an external graphics window
*Misc. improvements to the plotting functionality
450 lines of code changed in 7 files:
*Added some features, e.g. a line counter, error links
*Saved files now correctly set antialiasing mode when opened
*Updated Qt dll files
261 lines of code changed in 2 files:
*Updated to make compatible with omc changes
37 lines of code changed in 3 files:
*Added range options to graphcells
*Added "save parameters" command
*Fixed minor bugs
318 lines of code changed in 5 files:
- got rid of ANTLR project (not needed as is already in OMDev)
- updated walker.g to work with antlr 2.7.7
- regenerated the NotebookParser antlr files with antlr-2.7.7
- make the .pdb even for Release version
- updated projects to be able to build also a debug version.
- made the projects dependent on OMDev so peole don't have
to compile antlr and mico
56 lines of code changed in 1 file:
Fixes the crash when OPENMODELICAHOME is undefined.
Displays the main window even if files given as command line parameters are not found.
Updated copyright information.
Now correctly shows the application icon.
20 lines of code changed in 1 file:
Minor tweaks
213 lines of code changed in 4 files:
Removed scrollbars from graphics area (not required with Qt 4.3.1)
48 lines of code changed in 4 files:
Fix for the "empty coordinate system" problem
1788 lines of code changed in 5 files:
Minor improvements
124 lines of code changed in 6 files:
Added a missing .h-file.
95 lines of code changed in 1 file:
Removed some old file dependencies.
7 lines of code changed in 1 file:
Minor improvements of the new plotting package
196 lines of code changed in 8 files:
0 lines of code changed in 1 file:
3117 lines of code changed in 27 files:
This makes Qt 4.2+ required for OMNotebook. Unfortunately this (Qt) breaks some features, e.g. text links
4680 lines of code changed in 26 files: