Directory OMEdit/OMEditGUI/GUI/

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

[root]/OMEdit/OMEditGUI/GUI
                Folder removed from repo Containers (0 files, 0 lines)
                Folder removed from repo Dialogs (0 files, 0 lines)
                Folder removed from repo Widgets (0 files, 0 lines)

Lines of Code

OMEdit/OMEditGUI/GUI/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 96 (100.0%) 3446 (100.0%) 35.8
sjoelund.se 8 (8.3%) 2512 (72.9%) 314.0
adeas31 80 (83.3%) 857 (24.9%) 10.7
hudson 3 (3.1%) 60 (1.7%) 20.0
perost 2 (2.1%) 11 (0.3%) 5.5
janK 1 (1.0%) 5 (0.1%) 5.0
hkiel 1 (1.0%) 1 (0.0%) 1.0
alash325 1 (1.0%) 0 (0.0%) 0.0

Most Recent Commits

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

- Restructuring the files and folders.

0 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (del), MainWindow.h (del)
adeas31 2014-06-12 20:13 Rev.: 21089

#2522
- New icons for plot & parametric plot buttons.

10 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+8 -8), MainWindow.h (+2 -2)
adeas31 2014-06-04 14:15 Rev.: 20957

- Updated the GUI according to new parameters of exportToFigaro API.

3 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+3 -2)
adeas31 2014-06-02 23:46 Rev.: 20922

- Copy the required dependencies for the Qt clients in their respective make files so that we can also use them individually.

3 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+3 -3)
adeas31 2014-06-02 13:37 Rev.: 20919

#2710
- Add references to Mike Tiller's online resources.

27 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+23), MainWindow.h (+4)
adeas31 2014-05-15 15:07 Rev.: 20625

- Export to figaro via GUI.

82 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+77 -19), MainWindow.h (+5 -1)
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

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+1 -1)
sjoelund.se 2014-04-15 16:10 Rev.: 20152

Update OMEdit copyright notices

13 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+4 -3), MainWindow.h (+9 -8)
adeas31 2014-03-24 15:23 Rev.: 19711

- Added missing arguments.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+1 -1)
adeas31 2014-03-12 14:44 Rev.: 19554

#2552
- SaveTotalSCode is supported now.

8 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+6 -1), MainWindow.h (+2)
adeas31 2014-03-12 13:45 Rev.: 19550

- Check all models recursive.

63 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+59 -2), MainWindow.h (+4)
adeas31 2014-02-18 19:17 Rev.: 19170

- Added OpenModelica Scripting & Modelica Documentation menu items under Help menu.

27 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+23), MainWindow.h (+4)
adeas31 2014-01-30 17:38 Rev.: 18867

Save the Transformational Debugger window geometry & state.

25 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+25 -3)
adeas31 2014-01-30 16:36 Rev.: 18861

- Mark the debugged equation highlighted.

0 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (-1)
adeas31 2014-01-30 15:43 Rev.: 18858

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

6 lines of code changed in 1 file:

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

31 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+29 -24), MainWindow.h (+2 -4)
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.

17 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+12 -4), MainWindow.h (+5)
adeas31 2014-01-14 15:37 Rev.: 18637

- parse the simulation executable xml output.
- create links to open the transformation browser from the output.
- allow users to search the equations using equation index.

6 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+5), MainWindow.h (+1)
janK 2013-12-23 01:54 Rev.: 18553

Click behavior in OMEdit improved:
- don't show parameters on connector double click
- cancel connection if connection mode is left

5 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+5)
alash325 2013-12-15 03:04 Rev.: 18483

- Fixed ticket #2460: OMEdit ? Find/Replace
1. [defect] The ?replace all? feature is not working in OMEdit
2. [enhancement] I would like to have the selected text as default search
string (similar to common text editors)
- show message box with status information instead of labels

0 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (-1)
adeas31 2013-12-02 15:18 Rev.: 18372

- Added an icon for simulation setup.
- Added a new clock option CYC.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+2 -1)
adeas31 2013-11-19 14:18 Rev.: 18189

- show/hide the transformations browser.

4 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+4)
adeas31 2013-11-19 14:12 Rev.: 18187

- Added the transformations browser.
- Displays the information read from the model_info.xml structures via MyHandler.

38 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+31 -1), MainWindow.h (+7)
adeas31 2013-11-10 20:45 Rev.: 18081

#2470
- Display the values of the variables by reading the mat file.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+1 -1)
adeas31 2013-11-07 14:34 Rev.: 18046

- Allow direct simulation without showing the simulation setup dialog.

50 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+44 -10), MainWindow.h (+6 -2)
adeas31 2013-11-04 16:39 Rev.: 17998

- Allow the users to modify the parameters and re-simuate the models without re-compiling them.

8 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+7 -1), MainWindow.h (+1 -1)
adeas31 2013-10-11 13:17 Rev.: 17652

#2416
Convert the auto save timer interval from seconds to milliseconds.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+2 -2)
adeas31 2013-10-01 18:35 Rev.: 17474

- Always show the WelcomePageWidget on startup.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+1)
adeas31 2013-09-30 16:57 Rev.: 17455

#2371
- Allow users to show/hide the latest news section via OptionsDialog.
- Allow users to set the WelcomePageWidget orientation via OptionsDialog.

6 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+5), MainWindow.h (+1)
adeas31 2013-09-16 19:17 Rev.: 17267

- Made the OK button as default for dialogs.
- Removed the export-xml.png and added export-xml.svg.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+1 -1)
adeas31 2013-09-16 15:14 Rev.: 17255

- Allow users to load the library by just selecting the folder. The package.mo file is picked up automatically.

17 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+15), MainWindow.h (+2)
adeas31 2013-09-16 14:42 Rev.: 17254

- Few more PNG to SVG icons.

4 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+4 -4)
adeas31 2013-09-11 00:24 Rev.: 17170

- Register the RecentFile and FindText as QVariants before reading/writing to omedit.ini.

6 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+6 -6)
adeas31 2013-08-26 12:04 Rev.: 16918

- Removed some unused stuff.
- small fixes.

0 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (-1)
adeas31 2013-08-23 14:04 Rev.: 16903

- Added the experimental auto save feature in the GUI.

64 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+61), MainWindow.h (+3)
adeas31 2013-08-20 15:21 Rev.: 16873

- Handle the crashes and send the report.

0 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI: MainWindow.h (-1)
adeas31 2013-08-03 01:17 Rev.: 16729

#1475
- parse quoted variables

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+1 -1)
adeas31 2013-07-25 13:16 Rev.: 16677

- Highlight the find/replace text by default when the dialog is opened.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+2 -2)
adeas31 2013-07-14 03:08 Rev.: 16593

- Make the Simulation Output window separate.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+1)
adeas31 2013-07-14 00:15 Rev.: 16592

- Make the OMC Logger separate window.

7 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/GUI: MainWindow.cpp (+6 -5), MainWindow.h (+1 -1)

(27 more)

Generated by StatSVN 0.7.0