[root]/OMShell
OMShellGUI
(21 files, 3135 lines)
Resources
(9 files, 2388 lines)
Release
(0 files, 0 lines)
Resources
(0 files, 0 lines)
bin
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 236 (100.0%) | 10790 (100.0%) | 45.7 |
adrpo | 70 (29.7%) | 3817 (35.4%) | 54.5 |
x05andfe | 47 (19.9%) | 2626 (24.3%) | 55.8 |
dietmarw | 28 (11.9%) | 2304 (21.4%) | 82.2 |
sjoelund.se | 51 (21.6%) | 1841 (17.1%) | 36.0 |
stebr461 | 6 (2.5%) | 78 (0.7%) | 13.0 |
perost | 1 (0.4%) | 68 (0.6%) | 68.0 |
adeas31 | 32 (13.6%) | 55 (0.5%) | 1.7 |
hudson | 1 (0.4%) | 1 (0.0%) | 1.0 |
Lock OMNotebook/OMPlot/OMShell for edits since they are being moved to the git repositories
1 lines of code changed in 1 file:
- Copy the required dlls for the clients to build/bin.
2 lines of code changed in 1 file:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
Trim trailing whitespace
37 lines of code changed in 1 file:
- use the proper server name: openmodelica.org instead of the old one: openmodelica.ida.liu.se
1 lines of code changed in 1 file:
- build instructions.
3 lines of code changed in 1 file:
- Updated the pro and readme files according to omniORB4.1.6
1 lines of code changed in 1 file:
- Added keyword tag.
4 lines of code changed in 1 file:
- Auto generate the stub files for clients.
- Added/Updated README.txt files for all clients.
22 lines of code changed in 1 file:
- Changed the settings of all OM clients so that generatedfiles are created in a separate directories.
- Few updates of OMEdit
21 lines of code changed in 1 file:
- Removed VC++ stuff and now mingw is used to compile omnotebook and omshell.
2 lines of code changed in 26 files:
- Use the new OMShell icon in the application (about dialog, etc)
2 lines of code changed in 2 files:
- During startup, switch the omc working directory to TEMP/{OMShell,OMNotebook}/ so we have a directory with write access
7 lines of code changed in 1 file:
- Don't let the CORBA implementation free() tempDirectoryPath
7 lines of code changed in 1 file:
- Added a better OMShell icon
2 lines of code changed in 1 file:
- Use --prefix as the guess of the omc executable if OPENMODELICAHOME is not given (not all platforms install omc on the PATH)
2 lines of code changed in 1 file:
- Install .app's instead of executables in OSX
3 lines of code changed in 1 file:
- builds of clients using VS
- small changes to make VS compile some files.
1 lines of code changed in 1 file:
- Tabs to spaces
300 lines of code changed in 8 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
582 lines of code changed in 9 files:
- Some fixes for OMShell/OPENMODELICAHOME
5 lines of code changed in 2 files:
- Fix OMNotebook so it does not require OPENMODELICAHOME to be set on Unix
0 lines of code changed in 1 file:
- Added support to OMShell to function without OPENMODELICAHOME set
819 lines of code changed in 3 files:
- Fix Compiler/runtime/corbaimpl.cpp (use the same path as Settings.getTempDirectoryPath() as the temp-dir)
- Updated OMShell, so it does not assume /tmp is the tmp-dir
2 lines of code changed in 1 file:
- Update makefiles to make parts of the qtclients compile on OSX
4 lines of code changed in 2 files:
- Fixed the copyright information displayed to the user when running omc,mosh,OMShell or OMNotebook (years were outdated, etc)
7 lines of code changed in 3 files:
- Fix configure script so include flags in qmake are set correctly (does not expect -I input as gcc does)
1 lines of code changed in 1 file:
- make install no longer tries to install qtclients if they were not compiled
2 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
358 lines of code changed in 3 files:
- Update makefiles for qtclients.
- Added Makefile.unix.in in each client's directory
- Should be easier to customize behaviour now
- Now copies the binary from OSX .app's into the build dir when doing a Unix build
35 lines of code changed in 1 file:
- Fixed compilation of OMShell.app on OSX
1 lines of code changed in 1 file:
- copy the OMShell.exe to build/bin after compilation
1 lines of code changed in 1 file:
- renamed ext to OMPlotWindow
- renamed trunk.sln to OMNotebook.sln
- renamed OMS.sln to OMShell.sln
- got rid of some .suo as they are user specific.
482 lines of code changed in 5 files:
- Added new configure option --with-Coin (Coin disabled by default).
5 lines of code changed in 2 files:
- Added trunk/Makefile.common, and restructured Makefile and Makefile.omdev.mingw
- Fixed lots of weird install targets for files
- Moved commands.xml, etc files from bin to share/omnotebook, share/omshell.
- Moved ptplot.jar from bin to share/omc/java.
- Moved ptplot_license.txt from bin to share/
- Moved omc_helptext.txt from bin to share/doc/omc
- Added antlr_license.txt
- Moved OPENMODELICA/include to OPENMODELICAHOME/omc/include
- This way we won't override system libs/includes if we install to /usr
- Did the same for /lib
- Left to do: Move scripts from bin to usr/share/omc/scripts
- Updated OMNotebook and OMShell to reflect new paths of xml files.
- Updated doPlot commands to reflect the new location of ptplot.jar
3 lines of code changed in 1 file:
- Fix syntax error in OMShell.pro
- Use ANTLRHOME paths properly in OMNotebook.pro if it is set
1 lines of code changed in 1 file:
- Added support for omniORB in qtclients.
+ We can now remove the dependency on mico for Linux systems.
11 lines of code changed in 4 files:
- replaced Link??ping with Link?ping
15 lines of code changed in 5 files:
- updated Copyright (c) text to 2010
12 lines of code changed in 12 files:
-fixed a bug with inlining of array functions
68 lines of code changed in 1 file:
(31 more)