Directory OMEdit/OMEditGUI/GUI/Widgets/

Directory Deleted:
2014-07-04 03:59
Total Files:
0
Deleted Files:
12
Lines of Code:
0

[root]/OMEdit/OMEditGUI/GUI/Widgets

Lines of Code

OMEdit/OMEditGUI/GUI/Widgets/ Lines of Code

Developers

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

Most Recent Commits

adeas31 2014-07-04 03:59 Rev.: 21414

- Restructuring the files and folders.

0 lines of code changed in 12 files:

  • OMEdit/OMEditGUI/GUI/Widgets: DocumentationWidget.cpp (del), DocumentationWidget.h (del), LibraryTreeWidget.cpp (del), LibraryTreeWidget.h (del), MessagesWidget.cpp (del), MessagesWidget.h (del), ModelicaTextWidget.cpp (del), ModelicaTextWidget.h (del), TransformationsWidget.cpp (del), TransformationsWidget.h (del), VariablesWidget.cpp (del), VariablesWidget.h (del)
adeas31 2014-06-30 00:27 Rev.: 21328

- Use setPlaceholderText instead of using FocusIn/FocusOut events to set the default text.

7 lines of code changed in 6 files:

  • OMEdit/OMEditGUI/GUI/Widgets: LibraryTreeWidget.cpp (+2 -19), LibraryTreeWidget.h (-1), TransformationsWidget.cpp (+2 -19), TransformationsWidget.h (-1), VariablesWidget.cpp (+3 -20), VariablesWidget.h (-1)
adeas31 2014-06-18 18:42 Rev.: 21182

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

  • OMEdit/OMEditGUI/GUI/Widgets: VariablesWidget.cpp (+58 -27), VariablesWidget.h (+3 -1)
adeas31 2014-06-17 20:52 Rev.: 21153

#2255
- Show unit instead of displayUnit.

22 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Widgets: VariablesWidget.cpp (+19 -13), VariablesWidget.h (+3 -2)
adeas31 2014-06-16 20:57 Rev.: 21132

- Only draw tree branches if that particular styles class is specified.

9 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/GUI/Widgets: LibraryTreeWidget.cpp (+1), MessagesWidget.cpp (-1), TransformationsWidget.cpp (+7 -9), VariablesWidget.cpp (+1)
adeas31 2014-06-12 19:16 Rev.: 21087

#2424
- Handle resource links in documentation view.

16 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Widgets: DocumentationWidget.cpp (+16 -12)
adeas31 2014-06-05 14:55 Rev.: 20995

#2716
- Fixed the syntax highlighting issue.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Widgets: ModelicaTextWidget.cpp (+1 -5)
adeas31 2014-05-15 15:07 Rev.: 20625

- Export to figaro via GUI.

17 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Widgets: LibraryTreeWidget.cpp (+15), LibraryTreeWidget.h (+2)
sjoelund.se 2014-05-07 12:11 Rev.: 20429

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:

  • OMEdit/OMEditGUI/GUI/Widgets: TransformationsWidget.cpp (+3 -3)
sjoelund.se 2014-04-30 14:53 Rev.: 20322

Add new API call for OMEdit to query valid config flag options, like `getConfigFlagValidOptions("profiling")`

21 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Widgets: TransformationsWidget.cpp (+21 -17)
sjoelund.se 2014-04-30 10:04 Rev.: 20318

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

  • OMEdit/OMEditGUI/GUI/Widgets: TransformationsWidget.cpp (+44 -4), TransformationsWidget.h (+2 -1)
sjoelund.se 2014-04-29 10:59 Rev.: 20301

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

  • OMEdit/OMEditGUI/GUI/Widgets: TransformationsWidget.cpp (+59 -44), TransformationsWidget.h (+15 -10)
sjoelund.se 2014-04-25 16:16 Rev.: 20267

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:

  • OMEdit/OMEditGUI/GUI/Widgets: TransformationsWidget.cpp (+42 -3), TransformationsWidget.h (+3 -1)
sjoelund.se 2014-04-15 16:10 Rev.: 20152

Update OMEdit copyright notices

93 lines of code changed in 12 files:

  • OMEdit/OMEditGUI/GUI/Widgets: DocumentationWidget.cpp (+9 -8), DocumentationWidget.h (+9 -8), LibraryTreeWidget.cpp (+4 -3), LibraryTreeWidget.h (+9 -8), MessagesWidget.cpp (+4 -3), MessagesWidget.h (+4 -3), ModelicaTextWidget.cpp (+9 -8), ModelicaTextWidget.h (+9 -8), TransformationsWidget.cpp (+9 -8), TransformationsWidget.h (+9 -8), VariablesWidget.cpp (+9 -8), VariablesWidget.h (+9 -8)
adeas31 2014-03-28 13:30 Rev.: 19841

- Set proper message for MAC.

12 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Widgets: TransformationsWidget.cpp (+12 -2)
adeas31 2014-03-28 00:52 Rev.: 19833

- Fixed OMEdit compiler warnings.

2 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Widgets: LibraryTreeWidget.cpp (+1 -1), VariablesWidget.cpp (+1)
adeas31 2014-03-24 15:23 Rev.: 19711

- Added missing arguments.

6 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Widgets: VariablesWidget.cpp (+6 -4)
adeas31 2014-03-21 17:39 Rev.: 19677

- Grid lines option for custom views.

29 lines of code changed in 3 files:

  • OMEdit/OMEditGUI/GUI/Widgets: LibraryTreeWidget.cpp (+23 -8), LibraryTreeWidget.h (+5 -2), MessagesWidget.cpp (+1 -1)
adeas31 2014-03-14 20:04 Rev.: 19586

- link -lgc in OMNotebook for Windows.

0 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Widgets: VariablesWidget.cpp (-1)
adeas31 2014-03-14 16:37 Rev.: 19579

#2598
- Fixed plotting of CSV result files.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Widgets: VariablesWidget.cpp (+1)
adeas31 2014-03-12 13:45 Rev.: 19550

- Check all models recursive.

18 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Widgets: LibraryTreeWidget.cpp (+16 -1), LibraryTreeWidget.h (+2)
adeas31 2014-02-06 23:31 Rev.: 19010

- Removed duplicate code. Moved the implementation to parent class.

167 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Widgets: ModelicaTextWidget.cpp (+154 -268), ModelicaTextWidget.h (+13 -21)
adeas31 2014-02-03 18:01 Rev.: 18964

- some modifications in the layout.

0 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Widgets: MessagesWidget.cpp (-1)
adeas31 2014-02-01 22:13 Rev.: 18931

- Save the model before simulation.

5 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Widgets: LibraryTreeWidget.cpp (+5 -5)
adeas31 2014-02-01 20:51 Rev.: 18928

- Set the default elide model to Qt::ElideNone.

3 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Widgets: TransformationsWidget.cpp (+3 -1)
adeas31 2014-01-31 15:25 Rev.: 18888

- Show the nested equations. Useful for nonlinear systems.

28 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Widgets: TransformationsWidget.cpp (+27 -4), TransformationsWidget.h (+1)
adeas31 2014-01-31 02:23 Rev.: 18876

- More better & robust implementation for elidable QLabel.

14 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Widgets: TransformationsWidget.cpp (+13 -13), TransformationsWidget.h (+1 -1)
adeas31 2014-01-31 01:05 Rev.: 18875

- subclass QTreeWidget for equations tree.

42 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Widgets: TransformationsWidget.cpp (+30 -44), TransformationsWidget.h (+12 -5)
adeas31 2014-01-31 00:35 Rev.: 18874

Do not copy the old OMInfo to the new variable/equation.

6 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Widgets: TransformationsWidget.cpp (+6)
adeas31 2014-01-30 20:00 Rev.: 18868

- Added a Label with elide feature.

15 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Widgets: TransformationsWidget.cpp (+14 -15), TransformationsWidget.h (+1 -1)
adeas31 2014-01-30 17:38 Rev.: 18867

Save the Transformational Debugger window geometry & state.

95 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Widgets: TransformationsWidget.cpp (+79 -63), TransformationsWidget.h (+16)
adeas31 2014-01-30 16:36 Rev.: 18861

- Mark the debugged equation highlighted.

15 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Widgets: TransformationsWidget.cpp (+13), TransformationsWidget.h (+2)
adeas31 2014-01-30 15:43 Rev.: 18858

- Transformational Debugger show/hide options.
- Generate operations tags options.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Widgets: TransformationsWidget.cpp (+1 -1)
adeas31 2014-01-30 14:27 Rev.: 18856

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

  • OMEdit/OMEditGUI/GUI/Widgets: ModelicaTextWidget.cpp (+158 -1), ModelicaTextWidget.h (+38 -7), TransformationsWidget.cpp (+829 -539), TransformationsWidget.h (+121 -55), VariablesWidget.cpp (+4 -10), VariablesWidget.h (-1)
adeas31 2014-01-27 17:59 Rev.: 18803

- Top status bar for transformation browser.
- Better views for variables & equations.

37 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI/Widgets: TransformationsWidget.cpp (+35 -11), TransformationsWidget.h (+2)
adeas31 2014-01-25 22:54 Rev.: 18780

- Fixed go to line. Compare the current & parent models filename.

43 lines of code changed in 3 files:

  • OMEdit/OMEditGUI/GUI/Widgets: LibraryTreeWidget.cpp (+17), LibraryTreeWidget.h (+1), TransformationsWidget.cpp (+25 -2)
adeas31 2014-01-25 21:47 Rev.: 18779

- Read the flattening operation from the info XML file.

0 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Widgets: TransformationsWidget.cpp (-1)
adeas31 2014-01-25 03:14 Rev.: 18777

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

  • OMEdit/OMEditGUI/GUI/Widgets: ModelicaTextWidget.cpp (+17 -8), ModelicaTextWidget.h (+1), TransformationsWidget.cpp (+75 -46), TransformationsWidget.h (+9 -8)
adeas31 2014-01-21 17:53 Rev.: 18705

- Improved the creation time of variables tree.

22 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Widgets: VariablesWidget.cpp (+22 -3)
sjoelund.se 2014-01-17 17:13 Rev.: 18682

#2490
- Also patch <script src="modelica://..." links so you can use local scripts in documentation

7 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI/Widgets: DocumentationWidget.cpp (+7 -7)

(82 more)

Generated by StatSVN 0.7.0