Directory OMEdit/OMEditGUI/

Total Files:
12
Deleted Files:
98
Lines of Code:
4405

[root]/OMEdit/OMEditGUI
            directory in repo Annotations (16 files, 5691 lines)
            directory in repo Component (8 files, 4630 lines)
            directory in repo CrashReport (2 files, 275 lines)
            directory in repo Debugger (2 files, 873 lines)
                directory in repo Attach (4 files, 732 lines)
                directory in repo Breakpoints (6 files, 1495 lines)
                directory in repo GDB (4 files, 2291 lines)
                directory in repo Locals (4 files, 1222 lines)
                directory in repo Parser (12 files, 1294 lines)
                directory in repo StackFrames (2 files, 787 lines)
            directory in repo Editors (14 files, 3264 lines)
            directory in repo FMI (2 files, 238 lines)
            Folder removed from repo GUI (0 files, 0 lines)
                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)
            directory in repo Modeling (10 files, 8789 lines)
            directory in repo OMC (2 files, 2568 lines)
                directory in repo Parser (1 files, 123 lines)
            directory in repo Options (4 files, 4897 lines)
            directory in repo Plotting (4 files, 1800 lines)
            directory in repo Resources (0 files, 0 lines)
                directory in repo PSDs (4 files, 23377 lines)
                directory in repo XMLSchema (1 files, 129 lines)
                directory in repo css (1 files, 141 lines)
                directory in repo icons (130 files, 23934 lines)
                directory in repo nls (12 files, 48743 lines)
            directory in repo Simulation (16 files, 4541 lines)
            directory in repo TransformationalDebugger (2 files, 1532 lines)
            directory in repo Util (12 files, 6886 lines)

Lines of Code

OMEdit/OMEditGUI/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 1894 (100.0%) 95981 (100.0%) 50.6
adeas31 1084 (57.2%) 52943 (55.2%) 48.8
syeas460 335 (17.7%) 16859 (17.6%) 50.3
sjoelund.se 320 (16.9%) 10109 (10.5%) 31.5
a_severin 23 (1.2%) 9392 (9.8%) 408.3
adrpo 23 (1.2%) 3116 (3.2%) 135.4
harka011 22 (1.2%) 1371 (1.4%) 62.3
abhinnk 39 (2.1%) 1291 (1.3%) 33.1
hkiel 18 (1.0%) 394 (0.4%) 21.8
hudson 7 (0.4%) 349 (0.4%) 49.8
perost 18 (1.0%) 109 (0.1%) 6.0
rakhiwarriar 2 (0.1%) 40 (0.0%) 20.0
lochel 3 (0.2%) 8 (0.0%) 2.6

Most Recent Commits

sjoelund.se 2015-05-03 09:58 Rev.: 25886

Rename libantlr3.a to libomantlr3.so

2 lines of code changed in 2 files:

  • OMEdit/OMEditGUI: OMEdit.config.in (+1 -1), OMEditGUI.pro (+1 -1)
sjoelund.se 2015-05-03 08:55 Rev.: 25882

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

10 lines of code changed in 10 files:

  • OMEdit/OMEditGUI: MainWindow.cpp (+1), MainWindow.h (+1), Makefile.omdev.mingw (+1), Makefile.unix.in (+1), OMEdit.config.in (+1), OMEdit.manifest (+1), OMEditGUI.pro (+1), main.cpp (+1), rc_omedit.rc (+1), resource_omedit.qrc (+1)
sjoelund.se 2015-04-30 12:40 Rev.: 25841

Multiarch patch: install libraries to OMHOME/lib/<triplet>/omc
- This will allow users to install multiple versions of the simulation libraries at the same time

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI: OMEdit.config.in (+1 -1)
adeas31 2015-04-28 02:10 Rev.: 25775

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

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI: MainWindow.cpp (+1)
adeas31 2015-04-26 16:08 Rev.: 25743

- Start TLM co-simulation by reading the hostname.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI: OMEditGUI.pro (+2 -1)
adeas31 2015-04-24 16:23 Rev.: 25733

- Save the TLM LibraryTreeNode before starting simulation.

29 lines of code changed in 1 file:

  • OMEdit/OMEditGUI: MainWindow.cpp (+29 -12)
adeas31 2015-04-23 17:11 Rev.: 25718

- Cleaned up linking of libraries.

10 lines of code changed in 2 files:

  • OMEdit/OMEditGUI: Makefile.omdev.mingw (+2 -1), OMEditGUI.pro (+8 -14)
adeas31 2015-04-23 16:53 Rev.: 25717

- Removed linking of omniORB as is not needed anymore.
- Copy the QtXmlPatterns4.dll

3 lines of code changed in 2 files:

  • OMEdit/OMEditGUI: Makefile.omdev.mingw (+1), OMEditGUI.pro (+2 -4)
adeas31 2015-04-23 16:01 Rev.: 25711

- Merged OMEdit TLM branch with trunk.

138 lines of code changed in 4 files:

  • OMEdit/OMEditGUI: MainWindow.cpp (+110 -20), MainWindow.h (+15), OMEditGUI.pro (+10 -1), resource_omedit.qrc (+3)
adeas31 2015-04-22 17:40 Rev.: 25689

#1768
- Set a call back function for plot commands.
- Updated OMNotebook to use the OpenModelicaCompiler shared library.

97 lines of code changed in 3 files:

  • OMEdit/OMEditGUI: MainWindow.cpp (+91), MainWindow.h (+5), OMEditGUI.pro (+1 -5)
adeas31 2015-04-11 02:55 Rev.: 25503

#3271
- Handle tabbed dock widgets while switching between perspectives.

10 lines of code changed in 1 file:

  • OMEdit/OMEditGUI: MainWindow.cpp (+10)
adeas31 2015-04-10 14:42 Rev.: 25492

- Removed the unnecessary ReleaseInformation message.

0 lines of code changed in 1 file:

  • OMEdit/OMEditGUI: main.cpp (-11)
adeas31 2015-04-08 11:31 Rev.: 25440

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

46 lines of code changed in 2 files:

  • OMEdit/OMEditGUI: MainWindow.cpp (+43 -7), MainWindow.h (+3)
adeas31 2015-04-07 19:54 Rev.: 25434

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

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI: MainWindow.cpp (+1 -2)
adeas31 2015-04-07 18:17 Rev.: 25430

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

48 lines of code changed in 3 files:

  • OMEdit/OMEditGUI: MainWindow.cpp (+34 -13), MainWindow.h (+3 -3), main.cpp (+11 -29)
adeas31 2015-04-04 19:15 Rev.: 25391

- Added CEditor with basic C Syntax highlighter.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI: OMEditGUI.pro (+2)
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 3 files:

  • OMEdit/OMEditGUI: MainWindow.cpp (-14), MainWindow.h (-2), OMEditGUI.pro (-2)
adeas31 2015-04-02 23:43 Rev.: 25371

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

0 lines of code changed in 3 files:

  • OMEdit/OMEditGUI: MainWindow.cpp (-79), MainWindow.h (-16), OMEditGUI.pro (-2)
adeas31 2015-04-02 01:56 Rev.: 25360

- Standardized a lot of functionality in editors.
- Made the BaseEditor an abstract class with indentation, commenting, key handling, context menu etc. as pure virtual functions.

14 lines of code changed in 2 files:

  • OMEdit/OMEditGUI: MainWindow.cpp (+12 -12), MainWindow.h (+2 -1)
sjoelund.se 2015-03-30 16:30 Rev.: 25319

Change libgc to libomcgc to make sure we link against the correct version of boehm-gc

3 lines of code changed in 2 files:

  • OMEdit/OMEditGUI: OMEdit.config.in (+1 -1), OMEditGUI.pro (+2 -2)
adeas31 2015-03-27 16:01 Rev.: 25290

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

3 lines of code changed in 1 file:

  • OMEdit/OMEditGUI: MainWindow.cpp (+3 -3)
adeas31 2015-03-25 16:53 Rev.: 25251

- return empty string when checkModel fails and set add error message.
- Only show InformationDialog if instantiateModel & checkModel succeed otherwise put the error message in Messages Browser.

15 lines of code changed in 1 file:

  • OMEdit/OMEditGUI: MainWindow.cpp (+15 -16)
adeas31 2015-03-25 15:48 Rev.: 25246

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

52 lines of code changed in 1 file:

  • OMEdit/OMEditGUI: MainWindow.cpp (+52 -47)
adeas31 2015-03-20 13:03 Rev.: 25173

- Do not create MessageItem on heap.

25 lines of code changed in 1 file:

  • OMEdit/OMEditGUI: MainWindow.cpp (+25 -25)
adeas31 2015-03-19 19:16 Rev.: 25167

- Add the automatically loaded libraries to Libraries Browser.

5 lines of code changed in 1 file:

  • OMEdit/OMEditGUI: MainWindow.cpp (+5 -26)
adeas31 2015-03-04 18:25 Rev.: 24911

#3128
- Added shortcuts to switch between perspectives & views.

31 lines of code changed in 2 files:

  • OMEdit/OMEditGUI: MainWindow.cpp (+28), MainWindow.h (+3)
adeas31 2015-02-24 16:20 Rev.: 24743

- Updated the Figaro interface.

5 lines of code changed in 1 file:

  • OMEdit/OMEditGUI: MainWindow.cpp (+5 -22)
adeas31 2015-02-21 16:20 Rev.: 24682

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

8 lines of code changed in 6 files:

  • OMEdit/OMEditGUI: MainWindow.cpp (+3 -4), Makefile.omdev.mingw (+2 -8), Makefile.unix.in (+1 -7), OMEdit.config.in (+2 -11), OMEditGUI.pro (-3), main.cpp (-5)
adeas31 2015-02-06 15:32 Rev.: 24462

- Try to fix Windows build.
- Converted few more API calls in OMEdit to use scripting API.

5 lines of code changed in 1 file:

  • OMEdit/OMEditGUI: Makefile.omdev.mingw (+5 -3)
adrpo 2015-02-06 06:22 Rev.: 24453

- split qt-clients build on windows so one can build just the ones who is interested in
- better Compiler/Script cleaning
- clean OMEdit generated files on clean
- get rid of some warnings
- do Print.clearBuf() a bit differently in Main

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI: Makefile.omdev.mingw (+1 -1)
adeas31 2015-02-06 01:58 Rev.: 24449

- Use searchClassNames & getClassInformation via direct scripting API.
- Removed OMC_API.h/cpp files as not needed now.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI: OMEditGUI.pro (+2 -4)
adeas31 2015-02-06 01:25 Rev.: 24447

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

5 lines of code changed in 1 file:

  • OMEdit/OMEditGUI: MainWindow.cpp (+5 -3)
adeas31 2015-02-06 00:42 Rev.: 24446

- Use getClassNames via direct scripting API.
- Removed some unused APIs.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI: MainWindow.cpp (+1 -1)
adeas31 2015-02-05 15:02 Rev.: 24439

- Use translateModelFMU directly.

6 lines of code changed in 2 files:

  • OMEdit/OMEditGUI: Makefile.omdev.mingw (+6 -2), main.cpp (-1)
sjoelund.se 2015-02-05 13:32 Rev.: 24434

Set IMPORT_INTO for all files on Windows (to avoid accidentally breaking MMC_THROW)

3 lines of code changed in 1 file:

  • OMEdit/OMEditGUI: OMEditGUI.pro (+3 -1)
adeas31 2015-02-04 14:29 Rev.: 24403

- minor changes in Qt API interface.

4 lines of code changed in 1 file:

  • OMEdit/OMEditGUI: OMEditGUI.pro (+4 -1)
adrpo 2015-01-29 22:38 Rev.: 24320

- build OMEdit using the OpenModelicaCompiler.dll on Windows
- i think we should have both dll loading and corba in the same OMEdit and toggle it on a flag (so that is easier for testing)
- make handleCommand public in Main.mo as otherwise you cannot import it

9 lines of code changed in 2 files:

  • OMEdit/OMEditGUI: OMEditGUI.pro (+8 -4), main.cpp (+1)
adrpo 2015-01-29 21:45 Rev.: 24317

- in Windows somehow it matters the order of includes

4 lines of code changed in 1 file:

  • OMEdit/OMEditGUI: main.cpp (+4 -4)
sjoelund.se 2015-01-28 16:42 Rev.: 24267

Fix compilation

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI: main.cpp (+1 -1)
adeas31 2015-01-16 17:57 Rev.: 24074

- Added a click slot for model switcher button.

24 lines of code changed in 1 file:

  • OMEdit/OMEditGUI: MainWindow.cpp (+24 -18)

(454 more)

Generated by StatSVN 0.7.0