Directory OMNotebook/OMNotebookQT4/generatedfiles/

Directory Created:
2007-02-20 17:35
Directory Deleted:
2011-03-06 03:49
Total Files:
0
Deleted Files:
1
Lines of Code:
0

[root]/OMNotebook/OMNotebookQT4/generatedfiles

Lines of Code

OMNotebook/OMNotebookQT4/generatedfiles/ Lines of Code

Developers

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

Most Recent Commits

adeas31 2011-03-06 03:49 Rev.: 8111

- Removed VC++ stuff and now mingw is used to compile omnotebook and omshell.

0 lines of code changed in 1 file:

  • OMNotebook/OMNotebookQT4/generatedfiles: qrc_res_qt.cpp (del)
adrpo 2010-12-17 13:31 Rev.: 7459

- rebuild OMNotebook

1 lines of code changed in 1 file:

  • OMNotebook/OMNotebookQT4/generatedfiles: qrc_res_qt.cpp (+1 -1)
adrpo 2010-11-17 09:48 Rev.: 7057

- latest build.

17 lines of code changed in 1 file:

  • OMNotebook/OMNotebookQT4/generatedfiles: qrc_res_qt.cpp (+17 -17)
adrpo 2010-08-20 01:09 Rev.: 5940

- updates to release files

17 lines of code changed in 1 file:

  • OMNotebook/OMNotebookQT4/generatedfiles: qrc_res_qt.cpp (+17 -17)
adrpo 2010-07-18 22:59 Rev.: 5867

- new releases of qt clients OM* and some other small changes

4 lines of code changed in 1 file:

  • OMNotebook/OMNotebookQT4/generatedfiles: qrc_res_qt.cpp (+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

1 lines of code changed in 1 file:

  • OMNotebook/OMNotebookQT4/generatedfiles: qrc_res_qt.cpp (+1 -1)
adrpo 2010-02-05 03:04 Rev.: 4922

- fixes for enableSendData

1 lines of code changed in 1 file:

  • OMNotebook/OMNotebookQT4/generatedfiles: qrc_res_qt.cpp (+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).

3 lines of code changed in 1 file:

  • OMNotebook/OMNotebookQT4/generatedfiles: qrc_res_qt.cpp (+3 -3)
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

1441 lines of code changed in 1 file:

  • OMNotebook/OMNotebookQT4/generatedfiles: qrc_res_qt.cpp (+1441 -1440)
adrpo 2008-10-31 10:45 Rev.: 3724

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

  • OMNotebook/OMNotebookQT4/generatedfiles: qrc_res_qt.cpp (+1 -1)
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

25 lines of code changed in 1 file:

  • OMNotebook/OMNotebookQT4/generatedfiles: qrc_res_qt.cpp (+25 -10)
adrpo 2008-05-22 18:26 Rev.: 3598

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

  • OMNotebook/OMNotebookQT4/generatedfiles: qrc_res_qt.cpp (+18 -18)
x06hener 2008-04-29 09:02 Rev.: 3501

*Added some missing files
*Prevented overwriting of files in some cases
*Fixed some filenames

17 lines of code changed in 1 file:

  • OMNotebook/OMNotebookQT4/generatedfiles: qrc_res_qt.cpp (+17 -17)
x06hener 2008-02-19 15:53 Rev.: 3214

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

  • OMNotebook/OMNotebookQT4/generatedfiles: qrc_res_qt.cpp (+1 -1)
x06hener 2008-02-14 18:35 Rev.: 3187

*Added a toolbar in OMNotebook
*Added an external graphics window
*Misc. improvements to the plotting functionality

1168 lines of code changed in 1 file:

  • OMNotebook/OMNotebookQT4/generatedfiles: qrc_res_qt.cpp (+1168 -4)
x06hener 2007-02-20 17:35 Rev.: 2717

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:

  • OMNotebook/OMNotebookQT4/generatedfiles: qrc_res_qt.cpp (new 261)
Generated by StatSVN 0.7.0