Directory OMEdit/OMEditGUI/TransformationalDebugger/

Directory Created:
2014-07-04 03:59
Total Files:
2
Deleted Files:
0
Lines of Code:
1532

[root]/OMEdit/OMEditGUI/TransformationalDebugger

Lines of Code

OMEdit/OMEditGUI/TransformationalDebugger/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 28 (100.0%) 1706 (100.0%) 60.9
adeas31 18 (64.3%) 1469 (86.1%) 81.6
sjoelund.se 10 (35.7%) 237 (13.9%) 23.7

Most Recent Commits

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

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

2 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/TransformationalDebugger: TransformationsWidget.cpp (+1), TransformationsWidget.h (+1)
adeas31 2015-04-15 23:55 Rev.: 25565

- Use the appropriate tab stop width.
- Start the next line based on previous line indentation.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/TransformationalDebugger: TransformationsWidget.cpp (+1 -1)
adeas31 2015-04-04 18:20 Rev.: 25389

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

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/TransformationalDebugger: TransformationsWidget.cpp (+1 -1)
adeas31 2015-04-02 23:43 Rev.: 25371

- More standardization of text editors.
- Better find/replace.

4 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/TransformationalDebugger: TransformationsWidget.cpp (+4 -4)
adeas31 2015-03-25 15:48 Rev.: 25246

- Create only one editor object. Use the BaseEditor class.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/TransformationalDebugger: TransformationsWidget.cpp (+1 -1)
adeas31 2015-03-19 17:27 Rev.: 25159

#3207
- Do not make the compound variables disabled.

8 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/TransformationalDebugger: TransformationsWidget.cpp (+8 -7)
adeas31 2015-02-04 16:26 Rev.: 24409

- Better message to generate operations for transformationalDebugger.

12 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/TransformationalDebugger: TransformationsWidget.cpp (+12 -4)
adeas31 2015-02-04 15:16 Rev.: 24408

- check if equations has operations.

3 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/TransformationalDebugger: TransformationsWidget.cpp (+3)
sjoelund.se 2015-01-29 22:12 Rev.: 24319

Fix performance profiling for info.json files

3 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/TransformationalDebugger: TransformationsWidget.cpp (+3 -3)
adeas31 2015-01-19 14:57 Rev.: 24103

#3085
- Use resizeColumnToContents instead of setStretchLastSection.
- Better tooltip for equations browser.

10 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/TransformationalDebugger: TransformationsWidget.cpp (+10 -17)
adeas31 2015-01-19 13:19 Rev.: 24098

#3085
- setStretchLastSection of TransformationsWidget so that Horizontal sliders appear.

6 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/TransformationalDebugger: TransformationsWidget.cpp (+6)
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.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/TransformationalDebugger: TransformationsWidget.cpp (+2 -2)
sjoelund.se 2014-11-10 14:21 Rev.: 23301

OMEdit: handle equations also for Model_info.json files

50 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/TransformationalDebugger: TransformationsWidget.cpp (+50 -10)
sjoelund.se 2014-11-10 12:54 Rev.: 23296

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

25 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/TransformationalDebugger: TransformationsWidget.cpp (+25 -25)
sjoelund.se 2014-11-07 17:09 Rev.: 23273

Parse all operations correctly for JSON

50 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/TransformationalDebugger: TransformationsWidget.cpp (+49 -25), TransformationsWidget.h (+1)
sjoelund.se 2014-11-05 18:13 Rev.: 23214

Partially support opening JSON files in the transformations browser

98 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/TransformationalDebugger: TransformationsWidget.cpp (+92 -44), TransformationsWidget.h (+6 -4)
adeas31 2014-10-30 01:00 Rev.: 23058

#2183
+ Updated almost all icons from PNGs to SVGs.
+ The toolbar icon size can be changed via settings.
+ The library icon size can be changed via settings.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/TransformationalDebugger: TransformationsWidget.cpp (+1 -1)
sjoelund.se 2014-09-18 11:43 Rev.: 22347

#2798 Fix crash when saving models in OMEdit
- A function returning a bool did not return any value, causing the crash
- Enabled compiler warnings since it was suppressed before and warnings are 'very' useful

9 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/TransformationalDebugger: TransformationsWidget.cpp (+9 -8)
adeas31 2014-09-09 03:14 Rev.: 22191

- Using setIniCodec utf8 with QSettings is important. We might forget to set it if we are creating the instance of QSettings on different locations. Use one QSettings object for whole application.

12 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/TransformationalDebugger: TransformationsWidget.cpp (+12 -13)
adeas31 2014-09-09 02:20 Rev.: 22188

- New options to clear the debugger output & log windows on new run.
- Use the UTF-8 for settings object throughout the application.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/TransformationalDebugger: TransformationsWidget.cpp (+1)
adeas31 2014-08-27 01:11 Rev.: 22007

- Merged the debugger branch with the trunk.
- Generate the GDB parser make files.

1 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/TransformationalDebugger: TransformationsWidget.cpp (+1 -1), TransformationsWidget.h (changed)
adeas31 2014-07-14 18:32 Rev.: 21490

- List all the derivatives from _info.xml file.
- Formatting for operations text.

8 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/TransformationalDebugger: TransformationsWidget.cpp (+8 -3)
adeas31 2014-07-04 03:59 Rev.: 21414

- Restructuring the files and folders.

1398 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/TransformationalDebugger: TransformationsWidget.cpp (new 1172), TransformationsWidget.h (new 226)
Generated by StatSVN 0.7.0