[root]/OMEdit/OMEditGUI/GUI/Widgets
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 262 (100.0%) | 11268 (100.0%) | 43.0 |
sjoelund.se | 41 (15.6%) | 5952 (52.8%) | 145.1 |
adeas31 | 190 (72.5%) | 4463 (39.6%) | 23.4 |
hudson | 19 (7.3%) | 782 (6.9%) | 41.1 |
alash325 | 3 (1.1%) | 56 (0.5%) | 18.6 |
perost | 6 (2.3%) | 11 (0.1%) | 1.8 |
hkiel | 2 (0.8%) | 3 (0.0%) | 1.5 |
janK | 1 (0.4%) | 1 (0.0%) | 1.0 |
- Restructuring the files and folders.
0 lines of code changed in 12 files:
- Use setPlaceholderText instead of using FocusIn/FocusOut events to set the default text.
7 lines of code changed in 6 files:
#2255
- Show units in the plot legends & titles.
- Fixed some issues with plotParametric.
- Use the CsvReader for plotParametric.
61 lines of code changed in 2 files:
#2255
- Show unit instead of displayUnit.
22 lines of code changed in 2 files:
- Only draw tree branches if that particular styles class is specified.
9 lines of code changed in 4 files:
#2424
- Handle resource links in documentation view.
16 lines of code changed in 1 file:
#2716
- Fixed the syntax highlighting issue.
1 lines of code changed in 1 file:
- Export to figaro via GUI.
17 lines of code changed in 2 files:
Use diff-match-patch to display char diffs in OMEdit (would prefer word-based diff, but can't seem to find a C/C++ one)
3 lines of code changed in 1 file:
Add new API call for OMEdit to query valid config flag options, like `getConfigFlagValidOptions("profiling")`
21 lines of code changed in 1 file:
- Transpose the profiling data for faster reading
- Split into 2 files: uint32 and double in split files to transpose them easier
- OMEdit can read the data, but the transformation widget has nowhere to display the graphs yet
- Some minor fixes for equations that were not profiled
- Handle profiling of noretcall
46 lines of code changed in 2 files:
- Change +d=measureTime to +profiling=none,blocks,all,blocks+html
- Code generation switches between blocks and all equations
- rtclock.h can now keep track of the overhead of calling the tick and tock (used to reduce the cost of very simple equations)
- Handle assert(false) as the only statement in a function (skip reporting unassigned values)
- Remove inline equations from the runtime
- Started using the enumeration instead of integer constants all over the simulation runtime
- Skip displaying non-linear equations in both top-level and as a child in the OMEdit transformations browser
74 lines of code changed in 2 files:
When running the profiler, also output a smaller prof.json in addition to the xml
- The OMEdit transformations browser will now look at the prof.json and display a summary for the profile blocks
45 lines of code changed in 2 files:
Update OMEdit copyright notices
93 lines of code changed in 12 files:
- Set proper message for MAC.
12 lines of code changed in 1 file:
- Fixed OMEdit compiler warnings.
2 lines of code changed in 2 files:
- Added missing arguments.
6 lines of code changed in 1 file:
- Grid lines option for custom views.
29 lines of code changed in 3 files:
- link -lgc in OMNotebook for Windows.
0 lines of code changed in 1 file:
#2598
- Fixed plotting of CSV result files.
1 lines of code changed in 1 file:
- Check all models recursive.
18 lines of code changed in 2 files:
- Removed duplicate code. Moved the implementation to parent class.
167 lines of code changed in 2 files:
- some modifications in the layout.
0 lines of code changed in 1 file:
- Save the model before simulation.
5 lines of code changed in 1 file:
- Set the default elide model to Qt::ElideNone.
3 lines of code changed in 1 file:
- Show the nested equations. Useful for nonlinear systems.
28 lines of code changed in 2 files:
- More better & robust implementation for elidable QLabel.
14 lines of code changed in 2 files:
- subclass QTreeWidget for equations tree.
42 lines of code changed in 2 files:
Do not copy the old OMInfo to the new variable/equation.
6 lines of code changed in 1 file:
- Added a Label with elide feature.
15 lines of code changed in 2 files:
Save the Transformational Debugger window geometry & state.
95 lines of code changed in 2 files:
- Mark the debugged equation highlighted.
15 lines of code changed in 2 files:
- Transformational Debugger show/hide options.
- Generate operations tags options.
1 lines of code changed in 1 file:
+ Make TransformationsWidget an independent window.
+ Show both variables & equations in one place.
+ Group the variables.
+ Allow searching in the variables.
+ Allow sorting equations by number.
+ Created a new source editor to display the actual model text. Read it from file so we don't have line number issues.
- Removed the types list. (not very important).
- Filtered out the $PRE variables.
1150 lines of code changed in 6 files:
- Top status bar for transformation browser.
- Better views for variables & equations.
37 lines of code changed in 2 files:
- Fixed go to line. Compare the current & parent models filename.
43 lines of code changed in 3 files:
- Read the flattening operation from the info XML file.
0 lines of code changed in 1 file:
- Renamed previous & next to Variables View & Equation View.
- Read the file info from the XML file and show the specific line to the user.
102 lines of code changed in 4 files:
- Improved the creation time of variables tree.
22 lines of code changed in 1 file:
#2490
- Also patch <script src="modelica://..." links so you can use local scripts in documentation
7 lines of code changed in 1 file:
(82 more)