Directory OMEdit/OMEditGUI/Util/

Total Files:
12
Deleted Files:
0
Lines of Code:
6886

[root]/OMEdit/OMEditGUI/Util

Lines of Code

OMEdit/OMEditGUI/Util/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 285 (100.0%) 8042 (100.0%) 28.2
sjoelund.se 81 (28.4%) 5972 (74.3%) 73.7
adeas31 187 (65.6%) 1994 (24.8%) 10.6
hudson 11 (3.9%) 64 (0.8%) 5.8
rakhiwarriar 2 (0.7%) 8 (0.1%) 4.0
adrpo 2 (0.7%) 2 (0.0%) 1.0
perost 1 (0.4%) 1 (0.0%) 1.0
hkiel 1 (0.4%) 1 (0.0%) 1.0

Most Recent Commits

sjoelund.se 2015-05-03 08:55 Rev.: 25882

Lock OMEdit, use https://github.com/OpenModelica/OMEdit instead

12 lines of code changed in 12 files:

  • OMEdit/OMEditGUI/Util: Helper.cpp (+1), Helper.h (+1), OMDumpXML.cpp (+1), OMDumpXML.h (+1), StringHandler.cpp (+1), StringHandler.h (+1), Utilities.cpp (+1), Utilities.h (+1), backtrace.c (+1), backtrace.h (+1), diff_match_patch.cpp (+1), diff_match_patch.h (+1)
adeas31 2015-04-28 02:10 Rev.: 25775

- Only allow one co-simulation session.
- Fixed display of error messages where filename is empty.

4 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Util: Helper.cpp (+2 -8), Helper.h (+2 -5)
adeas31 2015-04-23 16:02 Rev.: 25712

- Added missing function.

18 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Util: StringHandler.cpp (+17), StringHandler.h (+1)
adeas31 2015-04-23 16:01 Rev.: 25711

- Merged OMEdit TLM branch with trunk.

10 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Util: Helper.cpp (+7 -1), Helper.h (+3)
adeas31 2015-04-20 13:27 Rev.: 25638

#3285
- Generate relative components paths for classes contained in package.

78 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Util: StringHandler.cpp (+74 -11), StringHandler.h (+4 -2)
adeas31 2015-04-19 22:02 Rev.: 25624

- Removed unused functions from StringHandler.

0 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Util: StringHandler.cpp (-77), StringHandler.h (-6)
adeas31 2015-04-19 14:29 Rev.: 25615

#1540
- Handle quoted identifiers simulation.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Util: StringHandler.cpp (+1 -1)
adeas31 2015-04-07 19:54 Rev.: 25434

- Re-implement start & exit to handle Thread loop.

27 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Util: Utilities.cpp (+24), Utilities.h (+3 -1)
adeas31 2015-04-07 18:17 Rev.: 25430

- Reopen stdout in OMEdit to get the OMC console messages.
- Shows the stdout messages on MessagesWidget.

54 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Util: Utilities.cpp (+37), Utilities.h (+17)
adeas31 2015-04-04 18:20 Rev.: 25389

- Better syntax highlighting handling.
- Removed TLM references. Merge the TLM branch when it's complete.

0 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Util: Helper.cpp (-4), Helper.h (-2)
adeas31 2015-04-04 13:47 Rev.: 25386

#3265
- Changed copy to duplicate.

6 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Util: Helper.cpp (+4), Helper.h (+2)
adeas31 2015-03-27 16:01 Rev.: 25290

- Directly use the getClassInformaiton struct generated by OpenModelica scripting API.

5 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Util: Utilities.h (+5 -5)
adeas31 2015-03-20 17:52 Rev.: 25186

#3196
- Better vector connections support.

0 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Util: Helper.cpp (-2), Helper.h (-1)
sjoelund.se 2015-03-10 15:07 Rev.: 25007

Handle array assignments

5 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Util: OMDumpXML.cpp (+5 -1)
adeas31 2015-03-04 15:53 Rev.: 24897

- Use one constructor for ModelWidget to avoid duplicating the same source code.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Util: Utilities.cpp (+1 -1)
adeas31 2015-02-24 16:20 Rev.: 24743

- Updated the Figaro interface.

2 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Util: Helper.cpp (+1), Helper.h (+1)
adeas31 2015-02-21 16:20 Rev.: 24682

- Removed CORBA stuff from OMEdit.
- No need to USE_OMC_SHARED_OBJECT define anymore.

3 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Util: Helper.cpp (+2), Helper.h (+1)
adeas31 2015-02-12 00:50 Rev.: 24541

- Added `set print elements` for gdb to print long strings. This can be handled via debugger settings in options.

3 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Util: Helper.cpp (+2), Helper.h (+1)
adeas31 2015-02-11 16:25 Rev.: 24530

- handle modelica_string type.

2 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Util: Helper.cpp (+1), Helper.h (+1)
adeas31 2015-02-10 12:50 Rev.: 24499

- Do not escape strings when sending data directly.

0 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Util: StringHandler.cpp (-21), StringHandler.h (-1)
adeas31 2015-02-08 19:13 Rev.: 24476

- updated parseFile, parseString to scripting API.

22 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Util: StringHandler.cpp (+21), StringHandler.h (+1)
adrpo 2015-02-06 07:57 Rev.: 24454

- fix Makefile.omdev.mingw
- remove some warnings

2 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Util: StringHandler.cpp (+1 -1), diff_match_patch.cpp (+1 -1)
adeas31 2015-02-06 01:25 Rev.: 24447

- Allow users to specify a name for FMU via FMI export settings.

4 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Util: Helper.cpp (+3 -1), Helper.h (+1)
adeas31 2015-02-04 16:26 Rev.: 24409

- Better message to generate operations for transformationalDebugger.

7 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Util: Helper.cpp (+5 -1), Helper.h (+2)
adeas31 2015-01-31 15:35 Rev.: 24347

#3119
- Removed simflags: "-iom=*" and "-iim=numeric" from OMEdit

1 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Util: Helper.cpp (+1 -2), Helper.h (-1)
adeas31 2014-12-21 01:10 Rev.: 23885

- Handle the fileName returned by `getClassInformation`.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Util: StringHandler.cpp (+1 -5)
adeas31 2014-12-20 19:12 Rev.: 23882

#2781
- Settings for Messages Browser.
- Allows settings output size, font and color for messages.

9 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Util: Helper.cpp (+6), Helper.h (+3)
adeas31 2014-12-18 16:46 Rev.: 23855

- Use the fileName argument of parseString & loadString.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Util: Helper.cpp (+1 -1)
adeas31 2014-12-08 15:56 Rev.: 23698

- Simulation executable outputs HTML entities so use Qt::convertFromPlainText.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Util: StringHandler.cpp (+2 -4)
adeas31 2014-12-02 17:07 Rev.: 23631

#2391
- Improve handling of modifiers in OMEdit.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Util: Helper.cpp (+1 -1)
adeas31 2014-12-02 02:26 Rev.: 23616

#2550, #2390
- Fully support showStartAttribute in OMEdit.

90 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Util: Utilities.cpp (+68), Utilities.h (+22)
adeas31 2014-11-29 01:56 Rev.: 23594

#2540, #2778
+ Added a new tree like structure for simulation output. The old text based also exists. The user can switch between them via Options->Simulation->Output.
+ Added a incremental xml reader for simulation output.
+ Fixed the display of multi line messages. Now uses the word wrap at word boundaries. The text is also automatically wrapped when the item is resized.
+ Rewrite the Messages Browse to use model/view architecture. Is required to successfully utilize the word wrap feature for error messages.

158 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/Util: Helper.cpp (+6), Helper.h (+4), StringHandler.cpp (+129 -11), StringHandler.h (+19 -2)
adeas31 2014-11-24 15:07 Rev.: 23532

- Compilation and simulation is done in a separate thread now. So parallel simulation is possible.

#2844
- the simulation output window is not modal anymore.
#2596
- Re-simulate with changed options
#2264
- Archive the simulation output windows and allow user to re open them later.

48 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/Util: Helper.cpp (+6), Helper.h (+3), StringHandler.cpp (+37), StringHandler.h (+2)
adeas31 2014-11-18 04:16 Rev.: 23418

- Use QImage instead of QPixmap while exporting to image.
- Added tiff in the export as image option.
- Added copy to clipboard option.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Util: Helper.cpp (+1 -1)
sjoelund.se 2014-11-16 10:59 Rev.: 23384

- Add capability to OMEdit to link directly against omc (gives a good performance increase especially if calling used functions directly without requiring parsing strings)
- Add OMCOutput parser to OMEdit, to parse the most common OMC Values.Value outputs (no records yet; only sequences and values); the output is a QVariant
- Update getClassInformation to use ModelicaBuiltin.mo
- Add a mockup of the OpenModelicaScriptingAPI.mo we should be able to create from ModelicaBuiltin.mo, and OMC_API.{cpp,h} that should be automatically generated Qt/C++ files corresponding to the same API

7 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Util: StringHandler.cpp (+6 -6), StringHandler.h (+1 -1)
adeas31 2014-11-12 12:54 Rev.: 23326

- send getVersion as the first command to connected omc.

2 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Util: Helper.cpp (+1), Helper.h (+1)
sjoelund.se 2014-11-10 14:21 Rev.: 23301

OMEdit: handle equations also for Model_info.json files

16 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Util: OMDumpXML.cpp (+14 -10), OMDumpXML.h (+2)
sjoelund.se 2014-11-10 12:54 Rev.: 23296

Change transformation uses/deps to use QList and equation kind to simply be a string

20 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Util: OMDumpXML.cpp (+16 -36), OMDumpXML.h (+4 -14)
adeas31 2014-11-08 03:49 Rev.: 23278

#2906
- Drop down menus for Enumeration and Boolean types.
- Added a new API getBuiltinType.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Util: StringHandler.h (+1 -1)
sjoelund.se 2014-11-07 17:09 Rev.: 23273

Parse all operations correctly for JSON

15 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/Util: Helper.cpp (+2), Helper.h (+1), OMDumpXML.cpp (+8 -9), OMDumpXML.h (+4 -3)

(90 more)

Generated by StatSVN 0.7.0