[root]/OMNotebook/OMNotebookQT4/generatedfiles
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 16 (100.0%) | 2976 (100.0%) | 186.0 |
x06hener | 4 (25.0%) | 1447 (48.6%) | 361.7 |
dietmarw | 1 (6.3%) | 1441 (48.4%) | 1441.0 |
adrpo | 10 (62.5%) | 88 (3.0%) | 8.8 |
adeas31 | 1 (6.3%) | 0 (0.0%) | 0.0 |
- Removed VC++ stuff and now mingw is used to compile omnotebook and omshell.
0 lines of code changed in 1 file:
- rebuild OMNotebook
1 lines of code changed in 1 file:
- latest build.
17 lines of code changed in 1 file:
- updates to release files
17 lines of code changed in 1 file:
- new releases of qt clients OM* and some other small changes
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
1 lines of code changed in 1 file:
- fixes for enableSendData
1 lines of code changed in 1 file:
- 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).
3 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
1441 lines of code changed in 1 file:
- 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:
- 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
25 lines of code changed in 1 file:
- 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
18 lines of code changed in 1 file:
*Added some missing files
*Prevented overwriting of files in some cases
*Fixed some filenames
17 lines of code changed in 1 file:
*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
1 lines of code changed in 1 file:
*Added a toolbar in OMNotebook
*Added an external graphics window
*Misc. improvements to the plotting functionality
1168 lines of code changed in 1 file:
This makes Qt 4.2+ required for OMNotebook. Unfortunately this (Qt) breaks some features, e.g. text links
261 lines of code changed in 1 file: